@charset "UTF-8";
/*＝＝＝＝＝↓リセットCSS↓＝＝＝＝＝*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  transition: all 0.3;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*＝＝＝＝＝↑リセットCSS↑＝＝＝＝＝*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

.pc-only {
  display: block;
}

.tablet-only {
  display: none;
}

.tablet-under {
  display: none;
}

.sp-only {
  display: none;
}

.h2-wrap {
  text-align: center;
}
.h2-wrap h2 {
  color: #32A99C;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 3px solid #32A99C;
  display: inline-block;
  line-height: 1.3;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  width: 210px;
}
header .inner .logo img {
  width: 100%;
}
header .inner .header-right {
  display: flex;
  align-items: center;
}
header .inner .header-right .tel a {
  color: #333;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: block;
}
header .inner .header-right .tel a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/tel.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
header .inner .header-right .contact {
  margin-left: 20px;
}
header .inner .header-right .contact a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  border-radius: 30px;
  display: block;
  background-color: #3AB94A;
}
header .inner .header-right .contact a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(../images/mail.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.mv {
  width: 100%;
  margin: 30px auto 0;
  max-width: 2000px;
}
.mv img {
  width: 100%;
}

.first img {
  display: block;
  margin: 50px auto 0;
  max-width: 850px;
  width: 100%;
}
.first p {
  text-align: center;
  margin-top: 50px;
  line-height: 1.5;
  font-size: 24px;
}
.first .btn {
  display: block;
  max-width: 480px;
  width: 90%;
  margin: 50px auto 0;
}
.first .btn img {
  width: 100%;
}

.kaiketsu {
  background-color: #CE9F43;
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.manga .manga-img {
  margin-top: 50px;
}
.manga .manga-img img {
  display: block;
  margin-bottom: 30px;
}
.manga .manga-img img:last-child {
  margin-bottom: 0;
}

.merit ol {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.merit ol li {
  width: calc(33.3333333333% - 13.3333333333px);
  box-sizing: border-box;
  padding: 30px 16px;
  background-color: #FAF2E2;
  border: 1px solid #CE9F43;
}
.merit ol li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.merit ol li img + p {
  background-color: #CE9F43;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
.merit ol li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
.merit ol li h3 + p {
  margin: 15px 0 0;
  line-height: 1.5;
}
.merit ol li h3 + p span {
  display: inline-block;
}

.time {
  background-color: #FAF2E2;
}
.time .box {
  background-color: #fff;
  padding: 50px 35px;
  margin-top: 65px;
}
.time .box + .box {
  margin-top: 0;
  padding-top: 0;
}
.time .box .title {
  display: flex;
  gap: 45px;
  align-items: flex-end;
  margin-bottom: 33px;
  position: relative;
}
.time .box .title::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #AEAEAE;
  height: 3px;
  bottom: -15px;
  left: 0;
  z-index: 1;
}
.time .box .title::after {
  position: absolute;
  content: "";
  width: 230px;
  background-color: #32A99C;
  height: 3px;
  bottom: -15px;
  left: 0;
  z-index: 2;
}
.time .box .title h3 {
  font-size: 24px;
  font-weight: bold;
}
.time .box .title .ex {
  font-size: 14px;
  line-height: 1.5;
}
.time .box dl {
  display: flex;
  width: 370px;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.time .box .read {
  line-height: 1.5;
}
.time .box .read span {
  font-size: 18px;
  font-weight: bold;
}
.time .box .read + .read {
  margin-top: 10px;
}

.otodoke {
  background-color: #CE9F43;
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.otodoke span {
  font-size: 46px;
  color: #D9FF40;
}

.flow {
  background-color: #E1F2F0;
}
.flow ol {
  display: flex;
  gap: 13px;
  margin: 65px auto 0;
}
.flow ol li {
  width: 240px;
}
.flow ol li img {
  width: 100%;
}
.flow ol li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #32A99C;
  text-align: center;
  margin: 20px auto 0;
}
.flow ol li p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.5;
}


.voice ul {
  margin-top: 65px;
}
.voice ul li {
  border: 1px solid #CE9F43;
  background-color: #FAF2E2;
  padding: 35px 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.voice ul li .img {
  max-width: 640px;
  margin: 0 auto;
}
.voice ul li p {
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
.voice ul li:nth-child(2) .img, .voice ul li:nth-child(3) .img {
  display: flex;
  gap: 26px;
}
.voice ul li:nth-child(2) .img img, .voice ul li:nth-child(3) .img img {
  width: calc(50% - 13px);
}
.voice ul li:last-child {
  margin-bottom: 0;
}
.voice .read {
  margin-top: 30px;
  text-align: right;
}

#contact .read {
  text-align: center;
  margin-top: 50px;
}
#contact .contact-wrap {
  margin: 50px auto 0;
  max-width: 880px;
  width: 100%;
}
#contact .contact-wrap h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#contact .contact-wrap dl + h3 {
  margin-top: 70px;
}
#contact .contact-wrap dl {
  margin-bottom: 30px;
}
#contact .contact-wrap dl:last-child {
  margin-bottom: 0;
}
#contact .contact-wrap dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#contact .contact-wrap dl dt span {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #ff4248;
  border-radius: 5px;
  color: #ff4248;
  padding: 3px 13px;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
}
#contact .contact-wrap dl dt .nini {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #696969 !important;
  border-radius: 5px;
  color: #696969;
  padding: 3px 13px;
  font-size: 14px;
  background-color: #fff;
}
#contact .contact-wrap dl dd input[type=text], #contact .contact-wrap dl dd input[type=tel], #contact .contact-wrap dl dd input[type=email] {
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  padding: 0;
}
#contact .contact-wrap dl dd textarea {
  width: 100%;
  border: 1px solid #dedede;
  height: 140px;
  padding: 0;
}
#contact .contact-wrap dl dd .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#contact .contact-wrap dl dd .wpcf7-list-item:first-child {
  margin-left: 0;
}
#contact .contact-wrap dl dd select {
  width: 100%;
  height: 40px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
#contact .contact-wrap .menseki dd {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact .contact-wrap .menseki input[type=text] {
  max-width: 315px;
  width: 100%;
}
#contact .contact-wrap .reason .wpcf7-list-item {
  width: 200px;
  margin-bottom: 10px;
}
#contact .contact-wrap input[type=submit] {
  width: 250px;
  height: 47px;
  border-radius: 5px;
  background-color: #1C7527;
  color: #fff;
  line-height: 47px;
  margin: 30px auto 0;
  display: block;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

.home-page {
  background-color: #FAFFF3;
}
.home-page a {
  display: block;
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
}
.home-page a img {
  width: 100%;
}

.company .box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.company .box-wrap dl {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.company .box-wrap dl dt {
  background-color: #0B0B0B;
  color: #fff;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.company .box-wrap dl dd {
  margin-left: 30px;
  line-height: 1.5;
  padding-top: 5px;
}
.company .box-wrap dl dd a {
  color: #333;
}
.company iframe {
  margin-top: 50px;
  aspect-ratio: 16/9;
  width: 100%;
  display: block;
}

footer {
  background-color: #32A99C;
  text-align: center;
  color: #fff;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

.sp-btn {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .h2-wrap h2 {
    font-size: 22px;
  }
  section {
    padding: 50px 0 !important;
  }
  header {
    position: static;
    z-index: 999;
  }
  header .inner .logo {
    width: 80px;
    z-index: 999;
  }
  header .inner .header-right {
    display: none;
  }
  .mv {
    margin-top: 0;
  }
  .first img {
    margin-top: 30px;
  }
  .first p {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
  }
  .first .btn {
    margin-top: 20px;
  }
  .nayami .box {
    padding: 40px 20px 50px;
  }
  .nayami .box ul {
    margin-top: 30px;
  }
  .nayami .box ul li {
    font-size: 14px;
    line-height: 1.3;
  }
  .nayami .box ul li::before {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }
  .kaiketsu {
    font-size: 20px;
    padding: 30px 0;
  }
  .manga .manga-img {
    margin-top: 30px;
  }
  .merit ol {
    margin-top: 30px;
  }
  .merit ol li {
    width: 100%;
	 padding: 30px 21px 25px;
  }
  .merit ol li + p {
    font-size: 18px;
  }
  .merit ol li h3 {
    font-size: 20px;
  }
  .kobetsu .box {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
  }
  .kobetsu .box img {
    width: 100%;
  }
  .kobetsu .box p {
    width: 100%;
  }
  .time .box {
    padding: 30px 15px;
    margin-top: 30px;
  }
  .time .box .title {
    flex-wrap: wrap;
    gap: 10px;
  }
  .time .box .title::after {
    width: 30%;
  }
  .time .box .title h3 {
    font-size: 18px;
  }
  .time .box dl {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    width: 100%;
  }
  .time .box dl dd {
    width: 100%;
  }
  .ryokin .inner {
    padding: 50px 15px;
  }
  .ryokin h3 {
    font-size: 18px;
    padding-left: 10px;
    line-height: 1.3;
    margin-top: 40px;
  }
  .ryokin h3::after {
    width: 30%;
  }
  .ryokin .bold {
    padding: 0;
    font-size: 16px;
    margin-top: 30px;
  }
  .ryokin .normal {
    padding: 0;
    margin-top: 15px;
    text-align: justify;
  }
  .ryokin ul {
    padding-left: 0;
  }
  .ryokin dl {
    font-size: 14px;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .ryokin dl dt {
    width: 100%;
    font-size: 16px;
  }
  .ryokin dl dd {
    margin-top: 5px;
    margin-left: 0;
  }
  .otodoke {
    font-size: 20px;
    padding: 30px 0;
  }
  .otodoke span {
    font-size: 24px;
  }
  .flow ol {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  .flow ol li {
    width: 100%;
  }
  .voice ul {
    margin-top: 30px;
  }
  .voice ul li:nth-child(2) .img, .voice ul li:nth-child(3) .img {
    gap: 10px;
  }
  .voice ul li:nth-child(2) .img img, .voice ul li:nth-child(3) .img img {
    width: calc(50% - 5px);
  }
  .voice ul li p {
    text-align: left;
    margin-top: 20px;
  }
  .voice .read {
    text-align: left;
  }
  .voice .read span {
    display: inline-block;
  }
  .company .box-wrap {
    margin-top: 30px;
  }
  .company .box-wrap .box {
    width: 100%;
  }
  .company .box-wrap .box dl {
    display: block;
  }
  .company .box-wrap .box dl dt {
    width: 100%;
  }
  .company .box-wrap .box dl dd {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .company iframe {
    margin-top: 20px;
  }
  #contact .read {
    text-align: left;
    line-height: 1.5;
  }
  #contact .contact-wrap dl dt span {
    margin-right: 15px;
    font-size: 12px;
    padding: 1px 8px;
  }
  #contact .contact-wrap dl dd .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
  }
  #contact .contact-wrap .menseki dd {
    gap: 10px;
  }
  #contact .contact-wrap .menseki dd .wpcf7-list-item {
    display: inline;
  }
  .sp-btn {
    z-index: 999;
    display: flex;
    position: fixed;
    bottom: 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
  }
  .sp-btn .tel-btn {
    position: relative;
    width: 100%;
    background-color: #32A99C;
    height: 60px;
    line-height: 1.2;
    border-radius: 10px;
    border: 1px solid #32A99C;
  }
  .sp-btn .tel-btn a {
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */