@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: hanken-grotesk, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

/* mobile */
.list-page {
  margin-top: 55px;
  position: relative;
}
@media (max-width: 760px) {
  .list-page {
    margin-top: 9.2307692308dvw;
  }
}
.list-page::before {
  z-index: -1;
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  background: url("../images/cmn/bg_list-header.jpg") center top repeat-x;
  background-size: 1440px auto;
  display: block;
  margin: auto;
  height: 660px;
  width: 100%;
  content: "";
}
@media (max-width: 760px) {
  .list-page::before {
    top: 9.2307692308dvw;
    height: 64.358974359dvw;
    background: url("../images/cmn/sp/bg_list-header.jpg") center top/cover no-repeat;
  }
}

.company-section {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 45px 100px 64px;
  border: 1px solid #ddca9d;
  position: relative;
}
@media (max-width: 760px) {
  .company-section {
    padding: 9.2307692308dvw 5.8974358974dvw 7.6923076923dvw;
    margin: 0 5vw 15.8974358974dvw;
  }
}
.company-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .company-section:last-child {
    margin-bottom: 0;
  }
}

.company-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 35px;
}
@media (max-width: 760px) {
  .company-ttl {
    padding-bottom: 3.0769230769dvw;
    margin-bottom: 6.1538461538dvw;
    font-size: 22px;
    font-size: 5.641025641dvw;
  }
}
.company-ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background-color: #C3A356;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 760px) {
  .company-ttl::after {
    width: 8.7179487179dvw;
    height: 0.5128205128dvw;
  }
}

.company-profile__item {
  border-top: 1px solid #ddca9d;
  padding: 1.4em 0;
  display: flex;
  flex-flow: wrap;
  text-align: left;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .company-profile__item {
    padding: 1.2em 0;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
@media (min-width: 761px) {
  .company-profile__item--sp-long {
    padding: 2em 0;
  }
}
@media (max-width: 760px) {
  .company-profile__item--sp-long {
    width: 100%;
    row-gap: 1.4em;
    display: grid;
  }
}
.company-profile__ttl {
  font-weight: 500;
  width: 142px;
}
@media (max-width: 760px) {
  .company-profile__ttl {
    width: 20.7692307692dvw;
  }
}
.company-profile__content {
  font-weight: 400;
  flex: 1;
}

.company-business-list {
  display: grid;
}
@media (max-width: 760px) {
  .company-business-list {
    gap: 4.6153846154dvw;
  }
}
.company-business-list__item {
  display: grid;
  gap: 24px;
}
@media (min-width: 761px) {
  .company-business-list__item {
    grid-template-columns: max-content auto;
    align-items: center;
  }
  .company-business-list__item:not(:first-child) {
    border-top: 1px dotted #ddca9d;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 760px) {
  .company-business-list__item {
    gap: 2.0512820513dvw;
  }
}
.company-business-list__ttl span {
  display: flex;
  min-width: 181px;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  background-color: #f0e6ce;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  .company-business-list__ttl span {
    min-width: 100%;
    min-height: 7.4358974359dvw;
  }
}

.company-office-list {
  display: grid;
  gap: 1em;
}
.company-office-list li {
  font-weight: 500;
}
.company-office-list li span {
  display: inline-block;
  font-weight: 400;
}

.company-access iframe {
  display: block;
  max-width: 952px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  margin: 0 auto 24px;
}
@media (max-width: 760px) {
  .company-access iframe {
    max-height: 68.7179487179dvw;
    margin: 0 auto 5.1282051282dvw;
  }
}
.company-access p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 760px) {
  .company-access p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.company-history__ttl {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 760px) {
  .company-history__ttl {
    margin-bottom: 7.6923076923dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.company-history__ttl span {
  margin-bottom: 13px;
  display: block;
  font-size: 5.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: hanken-grotesk, sans-serif;
  color: #C3A356;
}
@media (max-width: 760px) {
  .company-history__ttl span {
    margin-bottom: 3.3333333333dvw;
    font-size: 40px;
    font-size: 10.2564102564dvw;
  }
}
@media (min-width: 761px) {
  .company-history__col {
    display: grid;
    gap: 43px;
    grid-template-columns: 66.7% auto;
  }
}

.company-history-table {
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .company-history-table {
    font-size: 1.5rem;
  }
}
@media (min-width: 761px) {
  .company-history-table table th,
.company-history-table table td {
    border-top: 1px solid #ddca9d;
    padding: 1.4em 0;
  }
}
@media (max-width: 760px) {
  .company-history-table table th,
.company-history-table table td {
    display: block;
  }
}
.company-history-table table th {
  font-weight: 500;
}
@media (min-width: 761px) {
  .company-history-table table th {
    width: 95px;
  }
}
@media (max-width: 760px) {
  .company-history-table table th {
    padding: 1em 0 0.5em;
    border-top: 1px solid #ddca9d;
  }
}
@media (max-width: 760px) {
  .company-history-table table td {
    padding-bottom: 1em;
  }
}
.company-history-table__list {
  font-weight: 400;
  display: grid;
  gap: 0.5em;
}
.company-history-table__list li {
  gap: 35px;
  display: grid;
  grid-template-columns: 2.2em 1fr;
}
@media (max-width: 760px) {
  .company-history-table__list li {
    gap: 6.4102564103dvw;
  }
}
.company-history-table__list li time {
  display: block;
  text-align: right;
}
.company-history-table__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 761px) {
  .company-history-table__img {
    display: none;
  }
}
@media (max-width: 760px) {
  .company-history-table__img {
    margin-top: 4.6153846154dvw;
    gap: 4.358974359dvw;
  }
}
@media (max-width: 760px) {
  .company-history-table__img img {
    margin-bottom: 1.5384615385dvw;
  }
}
.company-history-table__img figcaption {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4545454545;
}
@media (max-width: 760px) {
  .company-history-table__img figcaption {
    font-size: 11px;
    font-size: 2.8205128205dvw;
  }
}

.company-history-img {
  height: fit-content;
  display: grid;
  gap: 18px;
}
@media (max-width: 760px) {
  .company-history-img {
    display: none;
  }
}
.company-history-img__item {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
.company-history-img img {
  margin-bottom: 6px;
}
.company-history-img figcaption {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4545454545;
}

.business-mv {
  max-width: 1200px;
  margin: 0 auto 63px;
  background-color: #fff;
  padding: 21px 20px 25px;
  border: 1px solid #ddca9d;
  position: relative;
}
@media (max-width: 760px) {
  .business-mv {
    padding: 2.8205128205dvw 2.5641025641dvw 3.0769230769dvw;
    margin: 0 5vw 7.9487179487dvw;
  }
}

.business-section {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 70px 87px 72px;
  border: 1px solid #ddca9d;
  position: relative;
}
@media (max-width: 760px) {
  .business-section {
    padding: 9.7435897436dvw 6.1538461538dvw 10.7692307692dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.business-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .business-section:last-child {
    margin-bottom: 0;
  }
}

.business-header {
  margin-bottom: 57px;
}
@media (max-width: 760px) {
  .business-header {
    margin-bottom: 10.2564102564dvw;
  }
}
.business-header__ttl {
  margin-bottom: 33px;
  font-size: 2.6rem;
  padding-bottom: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .business-header__ttl {
    margin-bottom: 5.1282051282dvw;
    padding-bottom: 4.1025641026dvw;
    font-size: 22px;
    font-size: 5.641025641dvw;
  }
}
.business-header__ttl::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #C3A356;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 760px) {
  .business-header__ttl::after {
    width: 8.7179487179dvw;
    height: 0.5128205128dvw;
  }
}
.business-header p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8666666667;
}
@media (min-width: 761px) {
  .business-header p {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .business-header p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.business-list {
  display: grid;
  gap: 44px 57px;
}
@media (min-width: 761px) {
  .business-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.business-list__item figure {
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  .business-list__item figure {
    margin-bottom: 3.0769230769dvw;
  }
}
.business-list__item p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7333333333;
}
@media (max-width: 760px) {
  .business-list__item p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.business-list__ttl {
  margin-bottom: 6px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 760px) {
  .business-list__ttl {
    margin-bottom: 3.0769230769dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}

.philosophy-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 52px;
}
@media (max-width: 760px) {
  .philosophy-ttl {
    margin-bottom: 5.641025641dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.philosophy-ttl span {
  margin-bottom: 12px;
  font-size: 4.1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: hanken-grotesk, sans-serif;
  display: block;
  color: #C3A356;
}
@media (max-width: 760px) {
  .philosophy-ttl span {
    margin-bottom: 1.2820512821dvw;
    font-size: 33px;
    font-size: 8.4615384615dvw;
  }
}
.philosophy-vision .philosophy-ttl span {
  color: #fff;
}

.philosophy-subttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .philosophy-subttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.philosophy-mission {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 64px 0;
  border: 1px solid #ddca9d;
  position: relative;
}
@media (max-width: 760px) {
  .philosophy-mission {
    padding: 9.7435897436dvw 6.9230769231dvw 13.3333333333dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.philosophy-mission__ttl {
  margin-bottom: 60px;
  display: block;
  text-align: center;
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1.5348837209;
  font-feature-settings: "palt";
}
@media (max-width: 760px) {
  .philosophy-mission__ttl {
    margin-bottom: 6.1538461538dvw;
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.5416666667;
  }
}

.philosophy-mission-slide {
  width: 100dvw;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 70px;
}
@media (max-width: 760px) {
  .philosophy-mission-slide {
    margin-bottom: 9.7435897436dvw;
  }
}
.philosophy-mission-slide__item {
  margin: 0 4px;
  max-width: 309px;
}
@media (max-width: 760px) {
  .philosophy-mission-slide__item {
    margin: 0 0.641025641dvw;
    max-width: 49.7435897436dvw;
  }
}

.philosophy-mission-list {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  font-size: 2rem;
  gap: 1em;
}
@media (max-width: 760px) {
  .philosophy-mission-list {
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.philosophy-mission-list li {
  font-weight: 500;
  display: grid;
  grid-template-columns: max-content auto;
  line-height: 1.4117647059;
}
.philosophy-mission-list li::before {
  content: "一、";
}

.philosophy-vision {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 9px 8px;
  border: 1px solid #ddca9d;
  position: relative;
}
@media (max-width: 760px) {
  .philosophy-vision {
    padding: 1.7948717949dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.philosophy-vision__wrap {
  box-sizing: border-box;
  min-height: 810px;
  padding-top: 76px;
  background: url("../philosophy/images/bg_vision.jpg") center bottom/cover no-repeat;
}
@media (max-width: 760px) {
  .philosophy-vision__wrap {
    min-height: 176.6666666667dvw;
    padding-top: 8.2051282051dvw;
    background: url("../philosophy/images/sp/bg_vision.jpg") center bottom/cover no-repeat;
  }
}
.philosophy-vision__ttl {
  margin-bottom: 18px;
  display: block;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .philosophy-vision__ttl {
    margin-bottom: 2.5641025641dvw;
    font-size: 24px;
    font-size: 6.1538461538dvw;
    line-height: 1.6666666667;
  }
}
.philosophy-vision__ttl span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #fff;
  padding: 0.1em 0.3em;
}
.philosophy-vision p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.3333333333;
}

.core-values {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 90px 10px;
  border: 1px solid #ddca9d;
  position: relative;
  min-height: 461px;
}
@media (max-width: 760px) {
  .core-values {
    padding: 9.7435897436dvw 2.5641025641dvw 2.5641025641dvw;
    margin: 0 5vw 11.7948717949dvw;
    min-height: 98.2051282051dvw;
  }
}
.core-values::before {
  content: "CORE VALUES";
  font-size: 15.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  font-family: hanken-grotesk, sans-serif;
  color: #f8f5ec;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 130px;
  margin: auto;
  width: fit-content;
  height: fit-content;
  line-height: 1;
}
@media (max-width: 760px) {
  .core-values::before {
    top: 0;
    bottom: 0;
    font-size: 84px;
    font-size: 21.5384615385dvw;
    line-height: 0.9523809524;
  }
}
.core-values__txt {
  position: relative;
  z-index: 2;
}
.core-values__txt p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.3333333333;
}
@media (max-width: 760px) {
  .core-values__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.9333333333;
  }
}
.core-values__ttl {
  margin-bottom: 46px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .core-values__ttl {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}

.becoming {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 11px 13px;
  border: 1px solid #ddca9d;
}
@media (max-width: 760px) {
  .becoming {
    padding: 7.1794871795dvw 1.7948717949dvw 1.7948717949dvw;
    margin: 0 5vw;
  }
}
.becoming__wrap {
  box-sizing: border-box;
  background: url("../philosophy/images/bg_becoming.jpg") center bottom/cover no-repeat;
}
@media (min-width: 761px) {
  .becoming__wrap {
    padding-top: 56px;
    min-height: 909px;
  }
}
@media (max-width: 760px) {
  .becoming__wrap {
    padding-bottom: 53.5897435897dvw;
    background: url("../philosophy/images/sp/bg_becoming.jpg") center bottom/contain no-repeat;
  }
}
.becoming__ttl {
  margin-bottom: 31px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media (max-width: 760px) {
  .becoming__ttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}

.becoming-list {
  max-width: 628px;
  margin: 0 auto;
  display: grid;
  gap: 15px;
}
@media (max-width: 760px) {
  .becoming-list {
    gap: 3.3333333333dvw;
    max-width: 77.4358974359dvw;
  }
}
.becoming-list li {
  min-height: 47px;
  box-sizing: border-box;
  background-color: #fbf6ed;
  border: 1px solid #C3A356;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C3A356;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .becoming-list li {
    min-height: 11.5384615385dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}

.message-section {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 16px 60px 100px;
  box-sizing: border-box;
  border: 1px solid #ddca9d;
  counter-increment: what-list;
}
@media (max-width: 760px) {
  .message-section {
    padding: 2.5641025641dvw 4.1025641026dvw 13.3333333333dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.message-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .message-section:last-child {
    margin-bottom: 0;
  }
}

.message-mv {
  margin: 0 -46px;
  position: relative;
}
@media (max-width: 760px) {
  .message-mv {
    margin: 0 -1.2820512821dvw 8.4615384615dvw;
  }
}
.message-mv .message-mv__btn {
  position: absolute;
  width: 172px;
  bottom: -10px;
  right: 103px;
}
@media print, screen and (max-width: 760px) {
  .message-mv .message-mv__btn {
    width: 28.41vw;
    bottom: 27vw;
    right: 52.4vw;
  }
}
@media (min-width: 761px) {
  .message-mv__img {
    height: 658px;
  }
  .message-mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
  }
}
@media (max-width: 760px) {
  .message-mv__img {
    margin-bottom: 4.6153846154dvw;
  }
}
@media (min-width: 761px) {
  .message-mv__txt {
    top: min(150px, 22.8%);
    left: 70px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.87);
    padding: 45px 36px 65px 55px;
    margin-right: 500px;
  }
}
.message-mv__ttl {
  margin-bottom: 31px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6111111111;
}
@media (max-width: 760px) {
  .message-mv__ttl {
    margin-bottom: 4.1025641026dvw;
    font-size: 23px;
    font-size: 5.8974358974dvw;
    line-height: 1.4347826087;
  }
}
.message-mv__name {
  display: flex;
  line-height: 1;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
}
@media (max-width: 760px) {
  .message-mv__name {
    font-size: 17px;
    font-size: 4.358974359dvw;
  }
}
.message-mv__name b {
  margin-left: 16px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .message-mv__name b {
    margin-left: 4.1025641026dvw;
  }
}
.message-mv__name span {
  margin-left: 24px;
  color: #C3A356;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: hanken-grotesk, sans-serif;
}
@media (max-width: 760px) {
  .message-mv__name span {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    margin-left: 4.6153846154dvw;
  }
}

.message-profile {
  margin: -40px 0 76px -54px;
  background-color: #fff;
}
@media (min-width: 761px) {
  .message-profile {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 29px 49px 29px 54px;
    display: grid;
    gap: 36px;
    grid-template-columns: 155px auto;
  }
}
@media (max-width: 760px) {
  .message-profile {
    margin: 0 0 16.9230769231dvw;
  }
}
.message-profile__ttl {
  display: grid;
  place-content: center;
  color: #C3A356;
  background-color: #f9f5ec;
  font-size: 1.5rem;
  font-weight: bold;
  align-items: center;
}
@media (max-width: 760px) {
  .message-profile__ttl {
    margin-bottom: 3.5897435897dvw;
    min-height: 10dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.message-profile__txt table tr:last-child th,
.message-profile__txt table tr:last-child td {
  padding-bottom: 0;
}
.message-profile__txt table th,
.message-profile__txt table td {
  padding-bottom: 0.4em;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 760px) {
  .message-profile__txt table th,
.message-profile__txt table td {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
@media (max-width: 760px) {
  .message-profile__txt table th {
    min-width: 3.5em;
  }
}

.message-col {
  display: grid;
  gap: 100px;
}
@media (max-width: 760px) {
  .message-col {
    gap: 22.0512820513dvw;
  }
}
@media (min-width: 761px) {
  .message-col__item {
    display: flex;
    gap: 42px;
  }
  .message-col__item:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media (min-width: 761px) {
  .message-col__img {
    width: 50%;
    max-width: 540px;
  }
}
@media (max-width: 760px) {
  .message-col__img {
    margin: 0 -1.2820512821dvw 6.6666666667dvw;
  }
}
@media (min-width: 761px) {
  .message-col__txt {
    flex: 1;
  }
}
.message-col__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1333333333;
}
@media (max-width: 760px) {
  .message-col__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.message-col__ttl {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6923076923;
}
@media (min-width: 761px) {
  .message-col__ttl {
    margin-top: -0.3em;
  }
}
@media (max-width: 760px) {
  .message-col__ttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 23px;
    font-size: 5.8974358974dvw;
    line-height: 1.4347826087;
  }
}

.message-bottom {
  margin: 149px auto 0;
}
@media (min-width: 761px) {
  .message-bottom {
    max-width: 784px;
  }
}
@media (max-width: 760px) {
  .message-bottom {
    margin: 25.641025641dvw auto 0;
  }
}
.message-bottom__img {
  margin-bottom: 43px;
}
@media (max-width: 760px) {
  .message-bottom__img {
    margin-bottom: 5.641025641dvw;
  }
}
.message-bottom__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1333333333;
}
@media (max-width: 760px) {
  .message-bottom__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.message-bottom__ttl {
  margin-bottom: 15px;
  color: #C3A356;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 761px) {
  .message-bottom__ttl {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .message-bottom__ttl {
    margin-bottom: 3.8461538462dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.message-bottom__subttl {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4347826087;
}
@media (min-width: 761px) {
  .message-bottom__subttl {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .message-bottom__subttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 23px;
    font-size: 5.8974358974dvw;
  }
}

.message-movie {
  max-width: 784px;
  margin: 150px auto 20px;
}
@media (max-width: 760px) {
  .message-movie {
    margin: 11vw auto 0;
  }
}
.message-movie iframe {
  width: 100%;
}

.what-section {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #ddca9d;
  counter-increment: what-list;
}
@media (max-width: 760px) {
  .what-section {
    padding: 2.5641025641dvw 2.5641025641dvw 5.1282051282dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.what-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .what-section:last-child {
    margin-bottom: 0;
  }
}
.what-section__img {
  position: relative;
}
.what-section__img__txt {
  padding: 23px 24px;
  background-color: rgba(247, 242, 231, 0.95);
}
@media (min-width: 761px) {
  .what-section__img__txt {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  .what-section__img__txt {
    padding: 4.1025641026dvw 4.358974359dvw 7.1794871795dvw;
  }
}
.what-section__img__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .what-section__img__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.4666666667;
  }
}
.what-section__img__ttl {
  display: block;
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .what-section__img__ttl {
    margin-bottom: 1.0256410256dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.what-section__txt {
  position: relative;
  padding-top: 57px;
}
@media (max-width: 760px) {
  .what-section__txt {
    margin: 0 1.5384615385dvw;
    padding-top: 8.2051282051dvw;
  }
}
.what-section__txt::before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin: auto;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background-color: #C3A356;
  color: #fff;
  content: counter(what-list);
  font-family: hanken-grotesk, sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1;
}
@media (max-width: 760px) {
  .what-section__txt::before {
    top: -6.1538461538dvw;
    width: 12.3076923077dvw;
    height: 12.3076923077dvw;
    font-size: 30px;
    font-size: 7.6923076923dvw;
  }
}
.what-section__txt > p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1333333333;
}
@media (min-width: 761px) {
  .what-section__txt > p {
    max-width: 1025px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 760px) {
  .what-section__txt > p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.8666666667;
  }
}
.what-section__txt > p:last-child {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .what-section__txt > p:last-child {
    margin-bottom: 5.1282051282dvw;
  }
}
.what-section__catch {
  margin-bottom: 8px;
  display: block;
  text-align: center;
  color: #C3A356;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  .what-section__catch {
    margin-bottom: 0.5128205128dvw;
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
.what-section__ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4347826087;
}
@media (max-width: 760px) {
  .what-section__ttl {
    margin-bottom: 5.1282051282dvw;
    font-size: 23px;
    font-size: 5.8974358974dvw;
  }
}
.what-section__btn {
  margin: 30px auto 40px;
}
@media (max-width: 760px) {
  .what-section__btn {
    margin: 7.6923076923dvw auto 7.6923076923dvw;
  }
}
.what-section__btn a {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 52px;
  border: 1px solid #C3A356;
  border-radius: 60px;
  color: #C3A356;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 760px) {
  .what-section__btn a {
    min-width: 68.4615384615dvw;
    min-height: 13.3333333333dvw;
    font-size: 16px;
    font-size: 4.1025641026dvw;
    border-radius: 15.3846153846dvw;
  }
}
.what-section__btn a::after {
  content: "";
  display: block;
  background: url("../images/cmn/icon_circle_arrow.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 16px;
  height: 16px;
}
@media (max-width: 760px) {
  .what-section__btn a::after {
    right: 4.6153846154dvw;
    width: 4.1025641026dvw;
    height: 4.1025641026dvw;
  }
}

.what-list {
  display: grid;
  gap: 12px 10px;
}
@media (min-width: 761px) {
  .what-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .what-list {
    margin: 0 -0.7692307692dvw;
    gap: 3.0769230769dvw;
  }
}
.what-list__item {
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: 193px auto;
  background-color: #f7f2e7;
}
@media (max-width: 760px) {
  .what-list__item {
    gap: 4.1025641026dvw;
    grid-template-columns: 32.8205128205dvw auto;
    padding: 2.8205128205dvw 4.358974359dvw 2.8205128205dvw 2.8205128205dvw;
  }
}
@media (min-width: 761px) {
  .what-list__item.link_what .what-list__txt {
    padding: 9px 20px 9px 0;
  }
}
.what-list__item.link_what a {
  font-size: 13px;
  margin-top: 4px;
  text-decoration: underline;
}
@media (min-width: 761px) {
  .what-list__txt {
    padding: 20px 20px 20px 0;
  }
}
.what-list__txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .what-list__txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.4666666667;
  }
}
.what-list__ttl {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .what-list__ttl {
    margin-bottom: 0.5128205128dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.education-section {
  max-width: 1200px;
  margin: 0 auto 74px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 23px 59px 70px;
  border: 1px solid #ddca9d;
}
@media (max-width: 760px) {
  .education-section {
    padding: 2.5641025641dvw 6.1538461538dvw 5.1282051282dvw;
    margin: 0 5vw 11.7948717949dvw;
  }
}
.education-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .education-section:last-child {
    margin-bottom: 0;
  }
}
.education-section__ttl {
  margin: 0 -33px 50px;
  text-align: center;
  background-color: #ddca9d;
  font-size: 2.3rem;
  font-weight: bold;
  display: flex;
  min-height: 59px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .education-section__ttl {
    margin: 0 -3.5897435897dvw 6.4102564103dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
    min-height: 11.5384615385dvw;
  }
}

.education-col {
  display: grid;
  gap: 60px 44px;
}
@media (min-width: 761px) {
  .education-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .education-col {
    gap: 11.7948717949dvw;
  }
}
.education-col__img {
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .education-col__img {
    margin-bottom: 4.1025641026dvw;
  }
}

.education-txt p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 760px) {
  .education-txt p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
.education-txt__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .education-txt__ttl {
    margin-bottom: 2.0512820513dvw;
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}

.education-newyear {
  margin: 94px auto 20px;
  display: grid;
  gap: 9px;
  grid-template-columns: 41.7% auto 32.8%;
}
@media (max-width: 760px) {
  .education-newyear {
    margin: 11.7948717949dvw auto 4.1025641026dvw;
    display: flex;
    flex-flow: wrap;
    gap: 1.2820512821dvw;
  }
}
@media (max-width: 760px) {
  .education-newyear figure {
    max-height: 125px;
  }
}
@media (max-width: 760px) {
  .education-newyear figure:nth-of-type(2) {
    width: 33.8461538462dvw;
  }
}
@media (max-width: 760px) {
  .education-newyear figure:nth-of-type(3) {
    flex: 1;
  }
}
.education-newyear figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 761px) {
  .education-newyear figure img {
    max-height: 308px;
  }
}

.education-award__ttl {
  width: 310px;
  margin: 36px auto 42px;
}
@media (max-width: 760px) {
  .education-award__ttl {
    width: 57.4358974359dvw;
    margin: 7.1794871795dvw auto 8.7179487179dvw;
  }
}
.education-award__img {
  margin-bottom: 58px;
  display: flex;
  flex-flow: wrap;
  gap: 14px;
}
@media (max-width: 760px) {
  .education-award__img {
    margin-bottom: 9.2307692308dvw;
    gap: 0.7692307692dvw 0.5128205128dvw;
  }
}
.education-award__img figure {
  width: calc((100% - 28px) / 3);
}
@media (max-width: 760px) {
  .education-award__img figure {
    width: calc((100% - 0.5128205128dvw * 2) / 3);
  }
}
.education-award__img figure:nth-of-type(-n + 2) {
  width: calc((100% - 14px) / 2);
}
@media (max-width: 760px) {
  .education-award__img figure:nth-of-type(-n + 2) {
    width: 100%;
  }
}

.education-award-list {
  display: grid;
  gap: 36px 44px;
}
@media (min-width: 761px) {
  .education-award-list {
    grid-template-columns: 1fr 1fr;
  }
}
.education-award-list li span {
  margin-bottom: 16px;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3A356;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .education-award-list li span {
    margin-bottom: 3.5897435897dvw;
    min-height: 11.5384615385dvw;
  }
}
.education-award-list li p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (max-width: 760px) {
  .education-award-list li p {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}

/*# sourceMappingURL=page02.css.map */
