/* color */
/* -------------------------------------------------------- */
/* Media Query */
/* -------------------------------------------------------- */
/* page */
/* ------------------------------------ */
/* common */
/* ------------------------------------ */
.hero {
  padding: 40px 0 80px;
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 40px 0;
  }
}
.sec_wrap {
  padding-top: 180px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1080px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .sec_wrap {
    padding-top: 90px;
    padding-bottom: 50px;
    width: calc(100% - 30px);
  }
}
.sec_wrap h1 {
  padding: 15px 24px;
  color: #FFF;
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #194493;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec_wrap h1 {
    padding: 10px 15px;
  }
}
.sec_wrap h2 {
  margin: 0 auto 70px;
  padding-bottom: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-size: clamp(2rem, 2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 6px solid #194493;
}
@media only screen and (max-width: 767px) {
  .sec_wrap h2 {
    margin: 0 auto 35px;
  }
}

/* company */
/* ------------------------------------ */
.company .outline_wrap {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap {
    padding-bottom: 50px;
  }
}
.company .outline_wrap h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap h1 {
    margin-bottom: 20px;
  }
}
.company .outline_wrap .outlinebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 36px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.company .outline_wrap .outlinebox .box {
  width: 50%;
  max-width: 460px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox .box {
    width: 100%;
  }
}
.company .outline_wrap .outlinebox .box dl {
  padding: 10px 0;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox .box dl {
    gap: 0 20px;
  }
}
.company .outline_wrap .outlinebox .box dl dt {
  width: 80px;
  color: #194493;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
}
.company .outline_wrap .outlinebox .box dl dd {
  width: calc(100% - 120px);
}
.company .outline_wrap .outlinebox .box .sttl {
  margin-bottom: 10px;
  padding: 2px 0;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: #194493;
  border-radius: 11px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox .box .sttl {
    margin-top: 10px;
  }
}
.company .outline_wrap .outlinebox .box p {
  margin-bottom: 1em;
}
.company .outline_wrap .outlinebox .box p a {
  color: #194493;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.company .outline_wrap .outlinebox .box p a:hover {
  text-decoration: none;
}
.company .outline_wrap .outlinebox .box figure {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .company .outline_wrap .outlinebox .box .gmap {
    margin-bottom: 30px;
  }
}
.company .certification_wrap {
  background: #F5F5F5;
}
.company .certification_wrap .certificationbox {
  margin: 0 auto 40px;
  max-width: 682px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 86px 64px;
}
@media only screen and (max-width: 767px) {
  .company .certification_wrap .certificationbox {
    gap: 40px 0;
  }
}
.company .certification_wrap .certificationbox .box {
  width: calc(50% - 32px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .company .certification_wrap .certificationbox .box {
    width: 100%;
  }
}
.company .certification_wrap .certificationbox .box p {
  color: #323232;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .company .certification_wrap .certificationbox .box p {
    font-size: 1.6rem;
  }
}
.company .certification_wrap .certificationbox .box p.sttl {
  color: #194493;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .company .certification_wrap .certificationbox .box p.sttl {
    font-size: 1.8rem;
  }
}
.company .certification_wrap .certificationbox .box figure {
  margin-top: 20px;
}
.company .certification_wrap .certificationbox .box .fig_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 22px;
}
.company .certification_wrap .certificationbox .box .fig_box figure span {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  display: block;
}
.company .company_wrap {
  background: url(../img/company/mv-bg.png) no-repeat right top/auto 100%;
}
.company .company_wrap .inner {
  padding-top: 40px;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  .company .company_wrap .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
.company .company_wrap .inner figure {
  max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .company .company_wrap .inner figure {
    margin: 0 auto;
  }
}
.company .company_wrap .inner .txt {
  max-width: 560px;
}
.company .company_wrap .inner .txt p {
  margin-bottom: 2em;
  letter-spacing: 0.1em;
  line-height: 1.67;
}
.company .company_wrap .inner .txt .sign_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.company .company_wrap .inner .txt .sign_wrap .signbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company .company_wrap .inner .txt .sign_wrap .signbox p {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}
.company .company_wrap .inner .txt .sign_wrap .signbox p.sign {
  text-align: right;
}
.company .company_wrap .inner .txt .sign_wrap .signbox p.sign span {
  font-size: 2.2rem;
}
.company .company_wrap .inner .txt .sign_wrap .signbox .en {
  margin-bottom: 5px;
  text-align: right;
  max-width: 587px;
}

/* strengths */
/* ------------------------------------ */
.strengths_head_wrap .sec_wrap {
  padding-bottom: 0;
}
.strengths_head_wrap .inner {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
@media only screen and (max-width: 767px) {
  .strengths_head_wrap .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
.strengths_head_wrap .inner .txt {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .strengths_head_wrap .inner .txt {
    width: 100%;
  }
}
.strengths_head_wrap .inner .txt p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.strengths_head_wrap .inner .txt p.lead {
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.54;
}

.strengths_item_wrap {
  padding-top: 130px;
}
@media only screen and (max-width: 1139px) {
  .strengths_item_wrap {
    padding-top: 100px;
  }
}
.strengths_item_wrap .item_wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 40px;
  max-width: 1000px;
}
@media only screen and (max-width: 1440px) {
  .strengths_item_wrap .item_wrap {
    gap: 70px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strengths_item_wrap .item_wrap {
    gap: 50px 0;
  }
}
.strengths_item_wrap .item_wrap .itembox {
  width: 48%;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .strengths_item_wrap .item_wrap .itembox {
    margin: 0 auto;
    width: 100%;
  }
}
.strengths_item_wrap .item_wrap .itembox .sttl {
  margin-top: 20px;
  width: 100%;
  color: #FFF;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .strengths_item_wrap .item_wrap .itembox .sttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.strengths_item_wrap .item_wrap .itembox .sttl span {
  padding: 6px 12px;
  background: #323232;
}
@media only screen and (max-width: 767px) {
  .strengths_item_wrap .item_wrap .itembox .sttl span {
    width: 100%;
  }
}
.strengths_item_wrap .item_wrap .itembox .sttl span + span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #919699;
}
.strengths_item_wrap .item_wrap .itembox dl {
  margin-top: 10px;
}
.strengths_item_wrap .item_wrap .itembox dl dt {
  padding: 2px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #194493;
  border-radius: 11px;
  display: inline-block;
}
.strengths_item_wrap .item_wrap .itembox dl dt.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
}
.strengths_item_wrap .item_wrap .itembox dl dd {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.strengths_item_wrap .item_wrap .itembox dl dd span {
  color: #194493;
  font-size: 1.6rem;
  font-weight: 700;
}
.strengths_item_wrap .item_wrap .itembox dl dd ul {
  margin-bottom: 20px;
}
.strengths_item_wrap .item_wrap .itembox dl dd ul li {
  margin-top: 4px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.strengths_item_wrap .item_wrap .itembox dl.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strengths_item_wrap .item_wrap .itembox dl.col dd {
  margin-top: 0;
}

.strengths_item_list_wrap {
  background: #FFF;
  padding-bottom: 100px;
}
.strengths_item_list_wrap .sec_wrap {
  padding-top: 100px;
  padding-bottom: 0;
}
.strengths_item_list_wrap table {
  width: 100%;
}
.strengths_item_list_wrap table tr:nth-of-type(2n + 1) td {
  background: #F5F5F5;
}
.strengths_item_list_wrap table th, .strengths_item_list_wrap table td {
  padding: 10px;
  font-size: 1.4rem;
  border-left: 1px solid #C8C8C8;
}
@media only screen and (max-width: 1079px) {
  .strengths_item_list_wrap table th, .strengths_item_list_wrap table td {
    padding: 5px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
.strengths_item_list_wrap table th:first-of-type, .strengths_item_list_wrap table td:first-of-type {
  border-left: 0;
}
.strengths_item_list_wrap table th {
  color: #FFF;
  font-weight: 700;
  background: #323232;
}
.strengths_item_list_wrap table td:nth-of-type(5) {
  text-align: center;
}

/* processing */
/* ------------------------------------ */
.strengths {
  background: #F5F5F5;
}
.strengths .strengths_head_wrap {
  height: 650px;
  background: url(../img/strengths/processing/mv-bg.png) no-repeat left bottom -50px/100% auto;
}
@media only screen and (max-width: 1500px) {
  .strengths .strengths_head_wrap {
    background: url(../img/strengths/processing/mv-bg.png) no-repeat 0 0/100% auto;
  }
}
@media only screen and (max-width: 1200px) {
  .strengths .strengths_head_wrap {
    background: url(../img/strengths/processing/mv-bg.png) no-repeat 0 0/auto 88%;
  }
}
@media only screen and (max-width: 1024px) {
  .strengths .strengths_head_wrap {
    background: url(../img/strengths/processing/mv-bg.png) no-repeat 0 0/auto 90%;
  }
}
@media only screen and (max-width: 768px) {
  .strengths .strengths_head_wrap {
    height: auto;
    background: url(../img/strengths/processing/mv-bg.png) no-repeat 0 0/auto 96%;
  }
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_head_wrap {
    height: auto;
    background: url(../img/strengths/processing/mv-bg.png) no-repeat 0 0/auto 90%;
  }
}
.strengths .strengths_head_wrap .inner {
  /*
        .video_wrap {
          position: relative;
          padding-top: 42.25%;
          width: 32%;
          max-width: 340px;
          video {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
          }
        }
  */
}
.strengths .strengths_head_wrap .inner video {
  width: 32%;
  max-width: 340px;
  height: 460px;
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_head_wrap .inner video {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}
.strengths .strengths_wrap {
  padding-top: 130px;
}
@media only screen and (max-width: 1080px) {
  .strengths .strengths_wrap {
    padding-top: 100px;
  }
}
.strengths .strengths_wrap .sttl {
  margin: 0 auto 20px;
  padding: 8px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #194493;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .sttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 33px;
  }
}
.strengths .strengths_wrap .sttl span {
  margin-left: 10px;
  padding: 2px 10px;
  color: #194493;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  background: #FFF;
  border-radius: 11px;
  display: block;
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .sttl span {
    margin-top: 5px;
  }
}
.strengths .strengths_wrap .sttl + p {
  font-size: clamp(1.6rem, 2.3vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .sttl + p {
    text-align: left;
  }
}
.strengths .strengths_wrap .exsample {
  margin: 30px 0 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .exsample {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
.strengths .strengths_wrap .exsample .exbox {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .exsample .exbox {
    margin: 0 auto;
  }
}
.strengths .strengths_wrap .exsample .exbox figure figcaption {
  padding: 8px;
  color: #FFF;
  font-size: clamp(1.4rem, 2.1vw, 1.6rem);
  letter-spacing: 0.1em;
  text-align: center;
  background: #323232;
}
.strengths .strengths_wrap .linkbox {
  margin: 30px auto 90px;
  width: 60%;
  max-width: 570px;
}
@media only screen and (max-width: 1440px) {
  .strengths .strengths_wrap .linkbox {
    margin: 30px auto 50px;
    width: 70%;
  }
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .linkbox {
    width: 100%;
  }
}
.strengths .strengths_wrap .linkbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.strengths .strengths_wrap .linkbox a .icn {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .linkbox a .icn {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
}
.strengths .strengths_wrap .linkbox a .Klogo {
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .strengths .strengths_wrap .linkbox a .Klogo {
    width: 180px;
  }
}
.strengths .strengths_wrap .linkbox a p {
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 520px) {
  .strengths .strengths_wrap .linkbox a p {
    letter-spacing: 0;
  }
}

/* facilities */
/* ------------------------------------ */
.facilities {
  background: #F5F5F5;
}
.facilities .strengths_head_wrap {
  height: 510px;
  background: url(../img/strengths/facilities/mv-bg.png) no-repeat left bottom -50px/100% auto;
}
@media only screen and (max-width: 1500px) {
  .facilities .strengths_head_wrap {
    background: url(../img/strengths/facilities/mv-bg.png) no-repeat 0 0/100% auto;
  }
}
@media only screen and (max-width: 1300px) {
  .facilities .strengths_head_wrap {
    background: url(../img/strengths/facilities/mv-bg.png) no-repeat 0 0/auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .facilities .strengths_head_wrap {
    height: auto;
    background: url(../img/strengths/facilities/mv-bg.png) no-repeat 0 0/auto 90%;
  }
}
.facilities .strengths_head_wrap .inner figure {
  width: 53%;
  max-width: 470px;
}
@media only screen and (max-width: 767px) {
  .facilities .strengths_head_wrap .inner figure {
    margin: 0 auto;
    width: 100%;
  }
}
.facilities .strengths_item_list_wrap .scroll-hint-icon {
  top: 20%;
}

/* quality */
/* ------------------------------------ */
.quality {
  background: #F5F5F5;
}
.quality .strengths_head_wrap {
  height: 510px;
  background: url(../img/strengths/quality/mv-bg.png) no-repeat left bottom -50px/100% auto;
}
@media only screen and (max-width: 1500px) {
  .quality .strengths_head_wrap {
    background: url(../img/strengths/quality/mv-bg.png) no-repeat 0 0/100% auto;
  }
}
@media only screen and (max-width: 1300px) {
  .quality .strengths_head_wrap {
    background: url(../img/strengths/quality/mv-bg.png) no-repeat 0 0/auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .quality .strengths_head_wrap {
    height: auto;
    background: url(../img/strengths/quality/mv-bg.png) no-repeat 0 0/auto 90%;
  }
}
.quality .strengths_head_wrap .inner figure {
  width: 53%;
  max-width: 470px;
}
@media only screen and (max-width: 767px) {
  .quality .strengths_head_wrap .inner figure {
    margin: 0 auto;
    width: 100%;
  }
}
.quality .strengths_edu_wrap {
  background: #F5F5F5;
}
.quality .strengths_edu_wrap .sec_wrap {
  padding-top: 100px;
}
.quality .strengths_edu_wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  .quality .strengths_edu_wrap .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
.quality .strengths_edu_wrap .inner figure {
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .quality .strengths_edu_wrap .inner figure {
    margin: 0 auto;
  }
}
.quality .strengths_edu_wrap .inner .txt {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media only screen and (max-width: 767px) {
  .quality .strengths_edu_wrap .inner .txt {
    width: 100%;
    gap: 30px 0;
  }
}
.quality .strengths_edu_wrap .inner .txt p {
  font-size: clamp(1.6rem, 2.3vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.quality .strengths_edu_wrap .inner .txt .fig {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
.quality .strengths_edu_wrap .inner .txt .fig figure {
  max-width: 260px;
}

/* policy */
/* ------------------------------------ */
.policy {
  background: #F5F5F5;
}
.policy .policy_wrap .inner {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 100px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .policy .policy_wrap .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
.policy .policy_wrap .policy_head {
  padding: 60px 20px;
  border-bottom: 1px solid #323232;
}
@media only screen and (max-width: 767px) {
  .policy .policy_wrap .policy_head {
    padding: 30px 10px;
  }
}
.policy .policy_wrap .policy_head p {
  font-size: clamp(1.6rem, 2.3vw, 1.8rem);
}
.policy .policy_wrap .inbox {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .policy .policy_wrap .inbox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.policy .policy_wrap p {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.policy .policy_wrap dl {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .policy .policy_wrap dl {
    margin-top: 30px;
  }
}
.policy .policy_wrap dl dt {
  position: relative;
  padding-left: 10px;
  color: #194493;
  font-size: clamp(1.8rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  border-left: 6px solid #194493;
}
.policy .policy_wrap dl dd {
  padding-top: 15px;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.policy .policy_wrap ul {
  padding-top: 3px;
}
.policy .policy_wrap ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}