@charset "UTF-8";
.mv {
  position: relative;
}
.mv--txt {
  width: 132rem;
  margin: auto;
  position: absolute;
  top: 14rem;
  right: 0;
  left: 0;
  margin: auto;
}
.mv--txt img {
  width: 41rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mv--txt {
    top: 23.4rem;
    width: 100%;
    padding-left: 4rem;
  }
}
.mv--title {
  margin-top: 4.5rem;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-shadow: 1px 3px 6px #000;
}
@media only screen and (max-width: 767px) {
  .mv--title {
    margin-top: 2.5rem;
  }
}

.read-btn {
  background: url("../img/front-page/read-bg.svg") no-repeat top center/cover;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .read-btn {
    padding: 5rem 0;
  }
}
.read-btn ul {
  display: grid;
  gap: 3rem;
  width: 83rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .read-btn ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .read-btn ul {
    width: 44.7rem;
  }
}
.read-btn ul li {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00426C;
}
@media only screen and (max-width: 767px) {
  .read-btn ul li {
    height: 14rem;
  }
}
.read-btn ul li.consultation {
  background: linear-gradient(rgba(107, 95, 1, 0.25) 0%, #6b5f01 100%);
}
.read-btn ul li a {
  display: block;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  align-content: center;
  position: relative;
}
.read-btn ul li a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.read-btn ul li a:hover::after {
  right: 1rem;
}
.read-btn ul li span {
  color: #fff;
  display: block;
}
.read-btn ul li span.en {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .read-btn ul li span.en {
    font-size: 3rem;
  }
}
.read-btn ul li span.ja {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .read-btn ul li span.ja {
    font-size: 2.5rem;
  }
}

.inner {
  width: 110rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.section-title {
  text-align: center;
  color: #6B5F00;
  font-size: 4.6rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 7.4rem;
    margin-bottom: 5rem;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 1px;
  background: #6B5F01;
}

.sub-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 6rem;
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sub-ttl {
    margin-bottom: 7rem;
    font-size: 3.6rem;
  }
}
.sub-ttl.flex {
  display: flex;
  justify-content: center;
}
.sub-ttl.mb3 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .sub-ttl.mb3 {
    margin-bottom: 4rem;
  }
}
.sub-ttl * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.sub-ttl mark {
  background: linear-gradient(transparent 70%, rgba(126, 116, 35, 0.3) 0%);
}
.sub-ttl small {
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: auto;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 1.5rem;
  margin: 1rem 1.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .sub-ttl small {
    font-size: 2.6rem;
  }
}

.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.small-txt {
  width: 100rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  ul.small-txt {
    width: 100%;
  }
}
ul.small-txt li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.769;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
@media only screen and (max-width: 767px) {
  ul.small-txt li {
    font-size: 2.6rem;
  }
}

.introduction {
  background: #E2E8EF;
  padding: 10rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .introduction {
    padding-bottom: 2rem;
  }
}
.introduction--single {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .introduction--single {
    margin-bottom: 8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .content-box.flex {
    padding: 0 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-box.flex {
    display: block;
  }
}
.content-box.flex figcaption {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .content-box.flex figcaption {
    width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-box.flex figcaption {
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content-box.flex img {
    width: 50rem;
  }
}
.content-box.map {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .content-box.map {
    width: 100rem;
  }
}
.content-box.map img {
  width: 83.5rem;
  margin: 0 auto 3.2rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .content-box.map img {
    width: 100%;
  }
}
.content-box figcaption {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .content-box figcaption .align-c {
    text-align: left;
  }
}
.content-box .small-txt li {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.769;
}
@media only screen and (max-width: 767px) {
  .content-box .small-txt li {
    font-size: 2.6rem;
  }
}
.content-box .image small {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .content-box .image small {
    font-size: 2.6rem;
  }
}

.declaration {
  background: url("../img/front-page/declaration-bg.webp") no-repeat top right/115%;
  padding: 7rem 0;
}
@media only screen and (max-width: 767px) {
  .declaration {
    background: url("../img/front-page/sp/declaration-bg.webp") no-repeat top center/cover;
    padding-bottom: 2rem;
  }
}
.declaration--single {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .declaration--single {
    margin-bottom: 7rem;
  }
  .declaration--single .sub-ttl {
    margin-bottom: 5rem;
  }
}
.declaration .award {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  margin: 0 auto 3rem;
}
@media print, screen and (min-width: 768px) {
  .declaration .award {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .declaration .award {
    gap: 3.7rem;
  }
  .declaration .award li {
    width: 32.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .declaration .content-box.flex figcaption {
    margin: 4rem 0 0;
  }
}

.information {
  padding: 10rem 0 7.5rem;
  background: #E2E8EF;
  margin-bottom: 10rem;
}
.information .evaluation {
  width: 110rem;
  margin: auto;
  background: url("../img/front-page/evaluation-bg.webp") no-repeat top center/cover;
  padding: 4rem 0 3rem;
  margin-top: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .information .evaluation {
    width: 100vw;
    margin: 8rem calc(50% - 50vw) 0;
    background: url("../img/front-page/sp/evaluation-bg.png") no-repeat top center/cover;
    padding: 7rem 2rem;
  }
  .information .evaluation--single .content-box.flex figcaption {
    margin-bottom: 7.5rem;
  }
}
.information .evaluation h4 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.03em;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .information .evaluation h4 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
.information .evaluation ul {
  width: 100rem;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 768px) {
  .information .evaluation ul {
    display: flex;
    align-items: stretch;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul {
    width: 90%;
    margin: auto;
  }
}
.information .evaluation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
  background: linear-gradient(#f1d598 0%, #a38336 100%);
  width: 49rem;
  padding: 3.2rem 0;
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul li {
    width: 100%;
    padding: 3.1rem 2.6rem;
    justify-content: space-between;
  }
  .information .evaluation ul li:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.information .evaluation ul li span {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul li span {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
.information .evaluation ul li span.num {
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: baseline;
  line-height: 0.8;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul li span.num {
    font-size: 11rem;
  }
}
.information .evaluation ul li span.num::before, .information .evaluation ul li span.num::after {
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.information .evaluation ul li span.num::before {
  content: "約";
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul li span.num::before {
    font-size: 4.5rem;
  }
}
.information .evaluation ul li span.num::after {
  content: "%";
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .information .evaluation ul li span.num::after {
    font-size: 4.5rem;
  }
}
.information .evaluation small {
  display: block;
  width: 100rem;
  margin: auto;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .information .evaluation small {
    width: 60.3rem;
    margin: 2rem auto 0;
    font-size: 2.6rem;
    font-weight: 500;
    font-dominant-baseline: iflex;
  }
}

.cp-banner {
  margin: 0 auto 10rem;
}
@media print, screen and (min-width: 768px) {
  .cp-banner {
    width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .cp-banner {
    width: 84%;
  }
}

.flow {
  background: url("../img/front-page/flow-bg.webp?1023") no-repeat right 7rem/cover;
}
.flow .inner {
  width: 100rem;
  background: #fff;
  border: 1px solid #00426C;
  padding: 6rem 3rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .flow .inner {
    width: 84%;
    padding: 8rem 0 5rem;
  }
}
.flow--title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 600;
  position: relative;
  color: #6B5F00;
  line-height: 1;
  letter-spacing: 0.03rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .flow--title {
    font-size: 5.4rem;
  }
}
.flow--title::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #6B5F00;
  position: absolute;
  top: 5.6rem;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flow--title::before {
    top: 7rem;
  }
}
.flow--title span {
  display: block;
  text-align: center;
  color: inherit;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3.3rem;
  letter-spacing: inherit;
}
@media only screen and (max-width: 767px) {
  .flow--title span {
    font-size: 2.8rem;
  }
}
.flow h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .flow h3 {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
  }
}
.flow h3::before, .flow h3::after {
  content: "";
  margin: 0 3rem;
  width: 2px;
  height: 2.6rem;
  background: #2B2B2B;
  position: relative;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .flow h3::before, .flow h3::after {
    width: 1px;
    height: 4rem;
  }
}
.flow h3::before {
  transform: rotate(-30deg);
}
.flow h3::after {
  transform: rotate(30deg);
}
.flow--step {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .flow--step {
    margin-bottom: 7rem;
  }
}
.flow--single {
  background: #F1F3F7;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow--single {
    padding: 3rem 5rem;
  }
}
.flow--single:not(:last-of-type) {
  margin-bottom: 7.4rem;
}
.flow--single:not(:last-of-type)::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-right: 1px solid #666C73;
  border-bottom: 1px solid #666C73;
  transform: rotate(45deg);
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flow--single img {
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .flow .bottom-txt {
    padding: 0 3rem;
    text-align: left;
  }
}
.flow--txt {
  width: 60rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .flow--txt {
    width: 100%;
  }
}
.flow--txt h4 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .flow--txt h4 {
    font-size: 3.4rem;
  }
}
.flow--txt h4 span {
  color: inherit;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .flow--txt h4 span {
    font-size: 3.5rem;
  }
}
.flow--txt h4 span.enfont {
  display: block;
  border-bottom: 1px solid #666C73;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: #00426C;
}
.flow--txt h4 span.num {
  font-family: inherit;
  font-weight: inherit;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .flow--txt h4 span.num {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flow img {
    width: 24rem;
  }
}
/*# sourceMappingURL=front-page.css.map */