@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Shippori+Mincho:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500&display=swap);
@charset "UTF-8";
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #333;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.f-wbr {
  word-break: keep-all;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

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

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p, span, strong, small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a, button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover, button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-cvBtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  z-index: 999;
}
.cmn-cvBtBox a {
  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: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 54px;
  position: relative;
  background: #577FBA;
}
.cmn-cvBtBox a::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 16px;
  background-image: url(../img/cmn/ico_tel_wht01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmn-cvBtBox a p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.cmn-cvBtBox a.is-web,
.cmn-cvBtBox a.is-line {
  padding-top: 14px;
}
.cmn-cvBtBox a.is-web {
  background: #7EA4C8;
}
.cmn-cvBtBox a.is-web::before {
  background-image: url(../img/cmn/ico_web_wht01.svg);
}
.cmn-cvBtBox a.is-line {
  background: #06C755;
}
.cmn-cvBtBox a.is-line::before {
  background-image: url(../img/cmn/ico_line_wht01.svg);
  width: 22px;
  height: 22px;
}
.cmn-cvBtBox__badge {
  background: #fff;
  border-radius: 50vw;
  color: #184890;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 2px 8px 3px;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.cmn-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    padding: 0 12.5px;
  }
}
.cmn-inner.w-780 {
  max-width: 810px;
}
.cmn-inner.w-1000 {
  max-width: 1030px;
}
.cmn-inner.w-1280 {
  max-width: 1310px;
}
.cmn-inner.w-1440 {
  max-width: 1470px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 100%;
  }
  .cmn-inner.w-810 {
    max-width: 100%;
  }
  .cmn-inner.w-1000 {
    max-width: 100%;
  }
  .cmn-inner.w-1280 {
    max-width: 100%;
  }
  .cmn-inner.w-1440 {
    max-width: 100%;
  }
}

.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmn-ttl__en {
  background: -webkit-gradient(linear, left top, right top, from(#7897CA), to(#0C3C8B));
  background: linear-gradient(90deg, #7897CA 0%, #0C3C8B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 120px;
  opacity: 1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__en {
    font-size: 40px;
    text-align: center;
  }
}
.cmn-ttl__jp {
  color: #184898;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__jp {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
  }
}

.cmn-bt01 {
  background: #577FBA;
  border-radius: 50vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  max-width: 100%;
  height: 79px;
  padding: 19px 148px 19px 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.cmn-bt01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 16px;
  background-image: url(../img/cmn/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.cmn-bt01::after {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 2px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(63%, #999), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #999 63%, #fff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (hover: hover) {
  .cmn-bt01:hover {
    text-decoration: none;
  }
}
.cmn-bt01.is-center {
  margin-inline: auto;
}

.cmn-newsList {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-newsList {
    max-width: 100%;
    width: 100%;
  }
}
.cmn-newsList-item {
  width: 100%;
}
.cmn-newsList-item:last-child a {
  border-bottom: solid #C7C7C7 1px;
}
.cmn-newsList-item a {
  border-top: solid #C7C7C7 1px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 110px auto;
  grid-template-columns: 110px auto;
  padding: 24px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item a {
    padding: 4.6511627907vw 0;
    gap: 0 2.3255813953vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 18.6046511628vw auto;
    grid-template-columns: 18.6046511628vw auto;
  }
}
.cmn-newsList-item-dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-newsList-item-dateBox .date {
  color: #4D3113;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-dateBox .date {
    font-size: 2.7906976744vw;
  }
}
.cmn-newsList-item-ttlBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-ttlBox {
    overflow: hidden;
  }
}
.cmn-newsList-item-ttlBox h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-ttlBox h2 {
    font-size: 3.2558139535vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.cmn-access {
  background: #F7F5F2;
  padding: 120px 50px 225px;
  position: relative;
}
.cmn-access::before {
  background: #fff;
  border-radius: 120px 0 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access {
    padding: 60px 20px 270px;
  }
  .cmn-access::before {
    border-radius: 0 60px 0 0;
  }
}
.cmn-access .cmn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.cmn-access .cmn-inner.access01 {
  margin-bottom: 100px;
}
.cmn-access .cmn-inner.access02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cmn-access .cmn-inner {
    display: block;
  }
  .cmn-access .cmn-inner.access01 {
    margin-bottom: 80px;
  }
}
.cmn-access-txtBox {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox {
    max-width: 100%;
  }
}
.cmn-access-txtBox__logo {
  margin-bottom: 32px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox__logo {
    margin: 0 auto 32px;
  }
}
.cmn-access-txtBox-list-item {
  border-bottom: solid #C7C7C7 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.cmn-access-txtBox-list-item p {
  font-size: 16px;
  line-height: 1.6;
}
.cmn-access-txtBox-list-item p.ttl {
  font-weight: bold;
  width: 110px;
}
.cmn-access-txtBox-list-item p.txt {
  font-weight: 500;
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox-list-item {
    border-bottom: none;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
  .cmn-access-txtBox-list-item p.ttl {
    border-bottom: solid #C7C7C7 1px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    width: 100%;
  }
  .cmn-access-txtBox-list-item p.txt {
    width: 100%;
  }
}
.cmn-access-mapBox {
  max-width: 600px;
  width: 100%;
}
.cmn-access-mapBox-map {
  border-radius: 30px;
  margin-bottom: 40px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.cmn-access-mapBox-map iframe {
  width: 100%;
  height: 100%;
}
.cmn-access-mapBox-bt {
  text-align: center;
}
.cmn-access-mapBox-bt a {
  padding-left: 30px;
  position: relative;
}
.cmn-access-mapBox-bt a::before {
  background: url(../img/cmn/ico_arrow02_org.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 3px auto 0 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.cmn-access-mapBox-bt a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cmn-access-mapBox-map {
    border-radius: 20px;
    margin: 40px 0;
    height: 200px;
  }
}
.cmn-access-mapBox02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cmn-access-mapBox02 {
    border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
  }
}

.cmn-cta {
  position: relative;
  overflow: hidden;
}
.cmn-cta-access {
  padding: 60px 0;
  background-image: url(../img/cmn/bg_cmn01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .cmn-cta-access {
    padding: 40px 0;
    background-image: url(../img/cmn/bg_cmn01_sp.webp);
  }
}
.cmn-cta .cmn-inner {
  position: relative;
  z-index: 1;
}
.cmn-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .cmn-cta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.cmn-cta-infoCard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoCard {
    padding: 40px 20px;
    width: 100%;
    margin: 0 auto;
  }
}
.cmn-cta-infoCard__logo {
  text-align: center;
}
.cmn-cta-infoCard__logo img {
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoCard__logo img {
    max-width: 310px;
  }
}
.cmn-cta-infoTable {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoTable {
    margin-top: 20px;
  }
}
.cmn-cta-infoTable tr th, .cmn-cta-infoTable tr td {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 10px;
  text-align: left;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoTable tr th, .cmn-cta-infoTable tr td {
    padding: 15px 6px;
  }
}
.cmn-cta-infoTable tr th {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  width: 100px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoTable tr th {
    font-size: 14px;
    width: 60px;
  }
}
.cmn-cta-infoTable tr td {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-left: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoTable tr td {
    font-size: 14px;
    margin-left: 10px;
  }
}
.cmn-cta-infoTable tr td a {
  color: #577FBA;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cmn-cta-infoTable tr td a {
    font-size: 24px;
  }
}
.cmn-cta-hoursBox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox {
    margin-top: 30px;
  }
}
.cmn-cta-hoursBox table {
  width: 100%;
}
.cmn-cta-hoursBox table th, .cmn-cta-hoursBox table td {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox table th, .cmn-cta-hoursBox table td {
    font-size: 14px;
  }
}
.cmn-cta-hoursBox table th {
  background: #7EA4C8;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox table th {
    padding: 20px 0;
  }
}
.cmn-cta-hoursBox table th:first-child {
  font-weight: 500;
  width: 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox table th:first-child {
    width: 100px;
  }
}
.cmn-cta-hoursBox table th:first-child::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.cmn-cta-hoursBox table td {
  padding: 25px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  border-bottom: 1px solid #D9D9D9;
}
.cmn-cta-hoursBox table td:first-child {
  font-weight: 500;
  width: 125px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox table td:first-child {
    width: 100px;
    letter-spacing: 0;
  }
}
.cmn-cta-hoursBox table td:first-child::before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #D9D9D9;
}
.cmn-cta-hoursBox__txt {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .cmn-cta-hoursBox__txt {
    font-size: 14px;
    text-align: center;
  }
}
.cmn-cta-hoursBox__txt .red {
  color: #CE0000;
}
.cmn-cta-mapBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cmn-cta-mapBox {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
.cmn-cta-mapBox iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 620/595;
}
@media screen and (max-width: 768px) {
  .cmn-cta-mapBox iframe {
    aspect-ratio: 350/321;
    border-radius: 10px;
  }
}
.cmn-cta-carAccess {
  background: #dfe8f2;
  padding: 60px 10px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-carAccess {
    background: #9bbbe0;
    padding: 10px 12px;
  }
}
.cmn-cta-carAccess__inner {
  max-width: 1122px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cmn-cta-carAccess__inner {
    max-width: 360px;
  }
}
.cmn-cta-carAccess__inner img {
  display: block;
  width: 100%;
  height: auto;
}
.cmn-cta-reservation {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 340px;
  background: -webkit-gradient(linear, left top, left bottom, from(#245CB0), to(#012E72));
  background: linear-gradient(to bottom, #245CB0 0%, #012E72 100%);
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    min-height: auto;
  }
}
.cmn-cta-reservation__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #C9A86C;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 0.1em;
  width: 95px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    height: 94px;
    font-size: 30px;
  }
}
.cmn-cta-reservation__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__body {
    gap: 30px;
    padding: 40px 0;
  }
}
.cmn-cta-reservation__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__ttl {
    font-size: 24px;
  }
}
.cmn-cta-reservation__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cmn-cta-reservation__btn {
  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: 20px;
  width: 320px;
  height: 90px;
  border-radius: 500px;
  -webkit-box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.3);
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  background: linear-gradient(333deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #7EA4C8;
}
.cmn-cta-reservation__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(63%, #999), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #999 63%, #fff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__btn {
    height: 90px;
    font-size: 21px;
  }
}
.cmn-cta-reservation__btn img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__btn img {
    width: 28px;
  }
}
.cmn-cta-reservation__btn.is-web {
  background: linear-gradient(333deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #577FBA;
  padding-top: 27px;
}
.cmn-cta-reservation__btn.is-line {
  background: linear-gradient(335deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #06C755;
  padding-top: 27px;
}
.cmn-cta-reservation__btn.is-line img {
  width: 50px;
}
.cmn-cta-reservation__time {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #184890;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3px 20px;
  background: #fff;
  border-radius: 50px;
  text-shadow: none;
  white-space: nowrap;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmn-cta-reservation__img {
  max-width: 303px;
  width: 100%;
  margin: 0 auto 7px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservation__img {
    max-width: 227px;
  }
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px clamp(20px, 3.125vw, 45px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(80px, 6.9444444444vw, 100px);
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 5.3333333333vw;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-logo {
  display: block;
  position: relative;
  max-width: clamp(180px, 26.0416666667vw, 375px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 281px;
  }
}
.header-btList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, 0.4861111111vw, 7px);
}
.header-btList__item a {
  border: 1.5px solid #fff;
  border-radius: 50vw;
  -webkit-box-shadow: 1.5px 7.5px 11.25px rgba(0, 0, 0, 0.3);
          box-shadow: 1.5px 7.5px 11.25px rgba(0, 0, 0, 0.3);
  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: 8px;
  width: clamp(150px, 15.2777777778vw, 220px);
  height: clamp(46px, 4.3055555556vw, 62px);
  text-align: center;
}
.header-btList__item.is-tel a {
  background: linear-gradient(335deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #7ea4c8;
}
.header-btList__item.is-web a {
  background: linear-gradient(335deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #003F8E;
  padding-top: 15px;
}
.header-btList__item.is-web a .header-btList__ico {
  width: clamp(20px, 1.7361111111vw, 25px);
  padding-bottom: 3px;
}
.header-btList__item.is-line a {
  background: linear-gradient(335deg, rgba(168, 168, 166, 0.15) 0%, rgba(105, 105, 105, 0.15) 45%, rgba(249, 248, 246, 0.15) 63%, rgba(212, 212, 212, 0.15) 82%, rgba(127, 127, 127, 0.15) 100%), #06C755;
  padding-top: 15px;
}
.header-btList__item.is-line a .header-btList__ico {
  width: clamp(20px, 2.2916666667vw, 33px);
  padding-bottom: 3px;
}
.header-btList__ico {
  display: block;
  width: clamp(16px, 1.5277777778vw, 22px);
}
.header-btList__ico img {
  width: 100%;
}
.header-btList__txt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(14px, 1.3194444444vw, 19px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.header-btList__badge {
  background: #fff;
  border-radius: 50vw;
  color: #184890;
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1px 10px 2px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: clamp(5px, 0.6944444444vw, 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.header-btList__item {
  position: relative;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer-top .cmn-cta-access {
  padding: 120px 0;
  background-image: url(../img/cmn/bg_footer01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer-top .cmn-cta-access {
    padding: 40px 0;
    background-image: url(../img/cmn/bg_cmn01_sp.webp);
  }
}
.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.976744186vw;
  }
}
.footer-contactBox {
  background: #fff;
  padding: 60px 35px;
}
@media screen and (max-width: 768px) {
  .footer-contactBox {
    padding: 9.3023255814vw 5.8139534884vw;
  }
}
.footer-contactBox__logo {
  color: #4D3113;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contactBox__logo {
    font-size: 6.976744186vw;
  }
}
.footer-addressTable {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-addressTable {
    margin-top: 6.976744186vw;
  }
  .footer-addressTable tr th:first-child {
    width: 25%;
  }
}
.footer-addressTable th {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-addressTable th {
    font-size: 3.7209302326vw;
  }
}
.footer-addressTable th, .footer-addressTable td {
  border-bottom: solid #DDD9D4 1px;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer-addressTable th, .footer-addressTable td {
    padding: 6.976744186vw 2.3255813953vw;
    font-size: 3.2558139535vw;
  }
}
.footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 100%;
  }
}
.footer-contactList {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contactList {
    margin-top: 9.3023255814vw;
  }
}
.footer-contactList__item.is-tel a p {
  background-image: url(../img/top/ico_sec03_01.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item.is-tel a p {
    background-position: center top;
    background-size: 9.3023255814vw auto;
  }
}
.footer-contactList__item.is-web a p {
  background-image: url(../img/top/ico_sec03_02.svg);
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item.is-web a p {
    background-position: center top;
    background-size: 8.3720930233vw auto;
  }
}
.footer-contactList__item a {
  background: #14288C;
  border-radius: 10px;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  place-content: center;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a {
    gap: 4.6511627907vw;
    height: 46.511627907vw;
  }
}
@media (hover: hover) {
  .footer-contactList__item a:hover {
    opacity: 0.9;
  }
  .footer-contactList__item a:hover span {
    background-color: #fff;
    color: #14288C;
  }
}
.footer-contactList__item a p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a p {
    font-size: 4.6511627907vw;
    padding-left: 0;
    padding-top: 13.9534883721vw;
  }
}
.footer-contactList__item a span {
  background-color: #1EADDD;
  border: solid #fff 1px;
  border-radius: 50vw;
  color: #fff;
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 5px 0;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 auto;
  max-width: 235px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a span {
    max-width: 54.6511627907vw;
    font-size: 3.7209302326vw;
    padding: 1.1627906977vw 0;
  }
}
.footer-contactList__item + .footer-contactList__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item + .footer-contactList__item {
    margin-top: 4.6511627907vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-mapBox iframe {
    height: 52.5581395349vw;
  }
}
.footer__btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    margin-top: 4.6511627907vw;
  }
}
.footer-calendarBox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox {
    margin-top: 6.976744186vw;
  }
}
.footer-calendarBox table {
  width: 100%;
}
.footer-calendarBox table tr th:first-child {
  width: 25%;
}
.footer-calendarBox table tr td:first-child {
  font-weight: bold;
}
.footer-calendarBox table th {
  background-color: #E5F4F6;
  font-weight: bold;
}
.footer-calendarBox table td {
  background-color: #fff;
  border-bottom: solid #DDD9D4 1px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox table th {
    font-size: 3.7209302326vw;
  }
}
.footer-calendarBox table th, .footer-calendarBox table td {
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox table th, .footer-calendarBox table td {
    font-size: 3.2558139535vw;
    padding: 1.8604651163vw 0;
  }
}
.footer-calendarBox__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox__txt {
    font-size: 3.7209302326vw;
    margin-top: 4.6511627907vw;
  }
}
.footer-btm {
  background: #14288C;
  color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer-btm {
    padding: 13.9534883721vw 0 23.2558139535vw;
  }
}
.footer-navListBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer-navListBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.3255813953vw;
  }
}
.footer-navList__item a {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer-navList__item a {
    font-size: 3.7209302326vw;
  }
}
.footer-navList__item + .footer-navList__item {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer-navList__item + .footer-navList__item {
    margin-top: 2.3255813953vw;
  }
}
.footer-navList__item.is-child a::before {
  content: "-";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer-navList__item.is-child a::before {
    margin-right: 2.3255813953vw;
  }
}
.footer__copyright {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.3255813953vw;
    margin-top: 9.3023255814vw;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
}

.topMv {
  margin-top: clamp(80px, 6.9444444444vw, 100px);
}
.topMv-promo {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv-promo {
    margin-top: 40px;
    max-width: 100%;
    padding: 0 16px;
  }
}
.topMv-promo__txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .topMv-promo__txt {
    font-size: clamp(18px, 5.5813953488vw, 24px);
    letter-spacing: 0.1em;
  }
}
.topMv-promo__line {
  display: inline-block;
  white-space: nowrap;
}
.topMv-promo__em {
  color: #ce0000;
}

.sec01 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-image: url(../img/top/bg_sec01_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 60px 0;
    background-image: url(../img/top/bg_sec01_02_sp.webp);
  }
}
.sec01 .cmn-inner {
  position: relative;
  z-index: 1;
  max-width: 1310px;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-inner {
    padding: 0 5.3333333333vw;
  }
}
.sec01 .cmn-ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-ttl {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec01 .cmn-ttl__en {
  background: -webkit-gradient(linear, left top, left bottom, from(#7897CA), to(#0C3C8B));
  background: linear-gradient(180deg, #7897CA 0%, #0C3C8B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-ttl__en {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.sec01 .cmn-ttl__jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-ttl__jp {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
  }
}
.sec01-contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec01-contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.sec01-caseList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 530px))[2];
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1100px;
          flex: 0 1 1100px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .sec01-caseList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
}
.sec01-case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 530px;
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .sec01-case {
    max-width: none;
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}
.sec01-case::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(150deg, #FFD562 0%, #BB9938 8.2%, #EAD9AA 48.6%, #7C5B00 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.sec01-case__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 66px;
  padding: 0 20px;
  border-bottom: 3px solid #184890;
  background: linear-gradient(249deg, #BB9938 9.8%, #D0C7AB 50.9%, #7C5B00 94.4%);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec01-case__period {
    height: 40px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.sec01-case__period span {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec01-case__period span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01-case__period span:last-child {
    font-size: 7.2vw;
  }
}
.sec01-case__period strong {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec01-case__period strong {
    font-size: 7.2vw;
  }
}
.sec01-case__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec01-case__body {
    gap: 10px;
  }
}
.sec01-case__midLabel {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 4.5333333333vw;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.19;
  text-align: center;
}
.sec01-case__midLine {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  line-height: 0;
}
.sec01-case__midLine img {
  display: block;
  width: 100%;
  height: 6px;
}
.sec01-case__photos {
  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: 6px;
  width: 100%;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .sec01-case__photos {
    max-width: none;
  }
}
.sec01-case__photo {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 180px;
  aspect-ratio: 180/108;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec01-case__photo {
    max-width: none;
    aspect-ratio: 140/84;
  }
}
.sec01-case__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01-case__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98px;
  height: 31.5px;
  padding: 0 9px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  background: #333;
}
@media screen and (max-width: 768px) {
  .sec01-case__label {
    width: 64px;
    height: 20px;
    font-size: 12px;
    padding: 0 6px;
    letter-spacing: 0.02em;
  }
}
.sec01-case__label.is-after {
  width: 85.5px;
  background: #577FBA;
}
@media screen and (max-width: 768px) {
  .sec01-case__label.is-after {
    width: 64px;
  }
}
.sec01-case__arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  width: 98px;
  height: 94px;
  max-width: 98px;
  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;
}
@media screen and (max-width: 768px) {
  .sec01-case__arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    width: 19px;
    height: 17px;
    max-width: 19px;
  }
}
.sec01-case__arrow img {
  display: block;
  width: 98px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  .sec01-case__arrow img {
    width: 19px;
    height: 17px;
  }
}
.sec01-case__arrowTxt {
  position: absolute;
  left: 43.5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  color: #c2a571;
  letter-spacing: 0.1em;
  line-height: 1.19;
  text-align: center;
  white-space: nowrap;
}
.sec01-case__txt {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec01-case__txt {
    font-size: 12px;
  }
}
.sec01-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec01-btn {
    margin-top: 40px;
  }
}
.sec01-btn__link {
  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: 48px;
  background: #5789DB;
  border: 2px solid #fff;
  border-radius: 500px;
  -webkit-box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 60px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec01-btn__link {
    padding: 20px 40px;
    gap: 24px;
  }
}
.sec01-btn__link img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .sec01-btn__link img {
    width: 28px;
  }
}

.sec02 {
  padding-top: 448px;
  position: relative;
  background-image: url(../img/top/bg_sec02_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 101px;
    background-size: contain;
    background-position: top;
    position: relative;
    z-index: 0;
  }
}
.sec02 .cmn-inner {
  position: relative;
  z-index: 2;
}
.sec02-card {
  background: #fffef3;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .sec02-card {
    border-radius: 2.6666666667vw;
    padding: 40px 20px;
  }
}
.sec02-card__ttl {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02-card__ttl {
    font-size: 8vw;
  }
}
.sec02-card__ttl .is-mark {
  background: #ce0000;
  color: #fff;
  padding: 0 0.2em;
}
.sec02-worryBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.7777777778vw, 40px);
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec02-worryBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.sec02-worryBox__head {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  position: relative;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .sec02-worryBox__head {
    margin-bottom: 20px;
    padding: 5px;
  }
}
.sec02-worryBox__head p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec02-worryBox__head p {
    font-size: 4.8vw;
  }
}
.sec02-worryBox__head::after {
  border-style: solid;
  border-width: 16px 13px 0 13px;
  border-color: #333 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec02-worryBox__head::after {
    border-width: 20px 10px 0 10px;
    bottom: -10px;
  }
}
.sec02-worryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .sec02-worryList {
    gap: 1.7333333333vw;
  }
}
.sec02-worryList__item {
  background: #fff;
  border: 1px solid #7ea4c8;
  border-radius: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 15px 0;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02-worryList__item {
    font-size: 13px;
    padding: 7px 0;
    padding-left: 8.5333333333vw;
    border-radius: 1.7333333333vw;
  }
}
.sec02-worryList__item::before {
  background: url(../img/top/ico_sec02_check01.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(14px, 1.3888888889vw, 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sec02-worryList__item::before {
    left: 3.4666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.sec03 {
  padding-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 60px;
  }
}
.sec03-row01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 6fr;
  grid-template-columns: 5fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03-row01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec03-row01__imgBox {
  margin-top: -50px;
}
.sec03-row01__body {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 36px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .sec03-row01__body {
    padding: 0 12.5px;
  }
}
.sec03-row01__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 313px;
  background: #dcebf9;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec03-row01__body::before {
    width: 313px;
    height: 418px;
  }
}
.sec03-row01__ttl {
  margin-left: -155px;
  max-width: 804px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03-row01__ttl {
    margin-left: 8px;
    max-width: 322px;
    z-index: 1;
    position: relative;
    margin-top: -10px;
  }
}
.sec03-row01__txt {
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec03-row01__txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.sec03-row01__txt .red {
  color: #CE0000;
}
.sec03-row02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, #eef8fa), color-stop(20%, #b7dfe7), color-stop(30%, #63b3c3), to(#63b3c3));
  background: linear-gradient(90deg, #fff 0%, #eef8fa 10%, #b7dfe7 20%, #63b3c3 30%, #63b3c3 100%);
  padding: 60px 0;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  margin-top: 30px;
  max-width: 1140px;
  padding-left: 7vw;
}
@media screen and (max-width: 1280px) {
  .sec03-row02 {
    padding-left: 0;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03-row02 {
    background: #63B3C3;
    max-width: 95vw;
    margin: 40px auto 0;
    padding: 44px 0 47px;
    position: relative;
    z-index: 1;
  }
}
.sec03-row02::after, .sec03-row02::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 13.5px;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec03-row02::after, .sec03-row02::before {
    height: 0.6px;
    top: 8px;
  }
}
.sec03-row02::after {
  top: auto;
  bottom: 13.5px;
}
@media screen and (max-width: 768px) {
  .sec03-row02::after {
    bottom: 8px;
  }
}
.sec03-row02__txt {
  color: #FFF051;
  font-weight: bold;
  font-size: 56px;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .sec03-row02__txt {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .sec03-row02__txt {
    font-size: 26px;
  }
}
.sec03-row02__imgBox {
  position: absolute;
  right: -10vw;
  width: 320px;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .sec03-row02__imgBox {
    width: 22.22vw;
    right: 3vw;
    bottom: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03-row02__imgBox {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.sec03-row02__imgBox img {
  width: 100%;
  display: block;
}

.sec04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#dcebf9), to(#fff));
  background: linear-gradient(to bottom, #dcebf9, #fff);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 13.3333333333vw 0 0;
  }
}
.sec04-headBox {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec04-headBox {
    margin-bottom: 10.6666666667vw;
  }
}
.sec04-headBox__ttl {
  background: linear-gradient(350deg, rgba(168, 168, 166, 0.3) 0%, rgba(105, 105, 105, 0.3) 45%, rgba(249, 248, 246, 0.3) 63%, rgba(212, 212, 212, 0.3) 82%, rgba(127, 127, 127, 0.18) 100%), #c2a571;
  color: #fff;
  display: inline-block;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 13px 40px;
}
@media screen and (max-width: 768px) {
  .sec04-headBox__ttl {
    font-size: 5.3333333333vw;
    padding: 7px 5.3333333333vw;
  }
}
.sec04-headBox__arrow {
  border-style: solid;
  border-width: 26px 17px 0 17px;
  border-color: #AA9671 transparent transparent transparent;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .sec04-headBox__arrow {
    border-width: 13px 7px 0 7px;
    margin-top: -2px;
  }
}
.sec04-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 4.1666666667vw, 60px);
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .sec04-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.sec04-list__item {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec04-list__item {
    padding-bottom: 60px;
  }
}
.sec04-list__ttl {
  background: #ded7ca;
  color: #333;
  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;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  padding: 0 10px;
  height: clamp(56px, 5.5555555556vw, 80px);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec04-list__ttl {
    font-size: 5.3333333333vw;
    height: 16vw;
  }
}
.sec04-list__imgBox {
  width: 100%;
}
.sec04-list__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 505/260;
}
.sec04-list__txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 30px 12.5px;
}
@media screen and (max-width: 768px) {
  .sec04-list__txt {
    font-size: 3.7333333333vw;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .cmn-bt01 {
    height: 60px;
  }
}

.sec05 {
  padding: clamp(60px, 6.9444444444vw, 100px) 0;
  background-image: url(../img/top/bg_sec05_01.webp);
  background-repeat: no-repeat;
  background-size: 63% auto;
  background-position: right top;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 16vw 0;
    background: none;
  }
}
.sec05-leadCatch {
  color: #C2A571;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05-leadCatch {
    font-size: 18px;
    text-decoration-thickness: 1px;
  }
}
.sec05-topBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58% 39%;
  grid-template-columns: 58% 39%;
  gap: 3%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec05-topBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.sec05-doctorImg {
  position: relative;
}
.sec05-doctorImg__name {
  position: absolute;
  top: 59%;
  right: -11px;
  width: 303px;
}
.sec05-txtBox {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .sec05-txtBox {
    margin-top: 0;
  }
}
.sec05-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dcebf9;
  border-bottom: 1px solid #184890;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 7px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec05-head {
    padding: 12px 10px;
    margin-bottom: 20px;
  }
}
.sec05-head__logo {
  width: clamp(28px, 2.5vw, 36px);
}
.sec05-head__ttl {
  color: #577fba;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(22px, 2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  .sec05-head__ttl {
    font-size: 5.3333333333vw;
  }
}
.sec05-lead {
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec05-lead {
    font-size: 4.2666666667vw;
  }
}
.sec05-catch {
  color: #184890;
  font-weight: bold;
  font-size: 61px;
  line-height: 1.4;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec05-catch {
    font-size: 8vw;
    margin: 10px 0;
  }
}
.sec05-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec05-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec05-txt__img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.18fr 1fr;
    grid-template-columns: 2.18fr 1fr;
  }
}
.sec05-txt p {
  margin-bottom: 1em;
}
.sec05-txt p:last-child {
  margin-bottom: 0;
}
.sec05-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec05-voice {
    gap: 10px;
    margin-bottom: 5.3333333333vw;
  }
}
.sec05-voice p {
  color: #184890;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec05-voice p {
    font-size: 5.8666666667vw;
  }
}
.sec05-note {
  background: #fffac8;
  padding: 5px 0;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec05-note {
    margin: 20px 0;
    padding: 5px 10px;
  }
}
.sec05-note__ttl {
  color: #184890;
  font-weight: bold;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  line-height: 1.4;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .sec05-note__ttl {
    font-size: 6.4vw;
  }
}
.sec05-note__sub {
  color: #577fba;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec05-note__sub {
    font-size: 3.7333333333vw;
  }
}
.sec05-bottomBox {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec05-bottomBox {
    margin-top: 40px;
  }
}
.sec05-bottomBox__txt {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec05-bottomBox__txt {
    font-size: 14px;
  }
}
.sec05-bottomBox__catch {
  font-size: 40px;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
  font-weight: bold;
  color: #184890;
}
@media screen and (max-width: 768px) {
  .sec05-bottomBox__catch {
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.sec05-headBox {
  background: #dcebf9;
  border-bottom: 1px solid #184890;
  color: #184890;
  font-weight: bold;
  font-size: clamp(24px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec05-headBox {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
    padding: 10px;
  }
}
.sec05-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 1.3888888889vw, 20px);
  max-width: 1090px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec05-cardList {
    gap: 5.3333333333vw 2.6666666667vw;
    margin-bottom: 6.4vw;
    margin-top: 30px;
  }
}
.sec05-cardList__item {
  position: relative;
  width: clamp(150px, 24.3055555556vw, 350px);
}
@media screen and (max-width: 768px) {
  .sec05-cardList__item {
    width: 42.6666666667vw;
  }
}
.sec05-cardList__imgBox {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 350/240;
}
.sec05-cardList__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05-cardList__label {
  background: #fff;
  border: 1px solid #7ea4c8;
  border-top: none;
  border-radius: 0 0 10px 10px;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(13px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  padding: clamp(14px, 1.3888888889vw, 20px) 10px;
}
@media screen and (max-width: 768px) {
  .sec05-cardList__label {
    font-size: 3.2vw;
  }
}
.sec05-cardList__ico {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(24px, 2.5vw, 36px);
}
@media screen and (max-width: 768px) {
  .sec05-cardList__ico {
    width: 7.2vw;
    top: 61%;
  }
}
.sec05-sign {
  max-width: 260px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec05-sign {
    max-width: 200px;
    margin: 30px auto 0;
  }
}

.sec06 {
  background: #dcebf9;
  padding: clamp(60px, 6.9444444444vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 16vw 0;
  }
}
.sec06-headBox {
  text-align: center;
  margin-bottom: clamp(40px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec06-headBox {
    margin-bottom: 5.3333333333vw;
  }
}
.sec06-headBox__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #184890;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(16px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec06-headBox__ttl {
    gap: 2.6666666667vw;
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec06-headBox__ico {
  width: clamp(50px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .sec06-headBox__ico {
    width: 16vw;
  }
}
.sec06-headBox__lead {
  font-weight: 500;
  font-size: clamp(18px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec06-headBox__lead {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec06-headBox__lead .is-red {
  color: #ce0000;
  font-size: clamp(28px, 3.3333333333vw, 48px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec06-headBox__lead .is-red {
    font-size: 6.4vw;
  }
}
.sec06-headBox__txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec06-headBox__txt {
    font-size: 3.7333333333vw;
    text-align: left;
    text-align: center;
  }
}
.sec06-stepList {
  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: clamp(12px, 1.3888888889vw, 20px);
  margin-bottom: clamp(40px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec06-stepList {
    gap: 4px;
    margin-bottom: 10.6666666667vw;
  }
}
.sec06-stepList__item {
  background: #fff;
  border: 8px solid #7ea4c8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
  width: clamp(120px, 15.8333333333vw, 228px);
  height: clamp(120px, 15.8333333333vw, 228px);
}
@media screen and (max-width: 768px) {
  .sec06-stepList__item {
    border-width: 0.9866666667vw;
    gap: 4px;
    width: 27.2vw;
    height: 27.2vw;
    padding-bottom: 2px;
  }
}
.sec06-stepList__item p {
  color: #184890;
  font-weight: bold;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec06-stepList__item p {
    font-size: 3.9466666667vw;
  }
}
.sec06-stepList__ico {
  width: clamp(48px, 5.1388888889vw, 74px);
}
@media screen and (max-width: 768px) {
  .sec06-stepList__ico {
    width: 9.0666666667vw;
  }
}
.sec06-stepList__arrow {
  width: clamp(12px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .sec06-stepList__arrow {
    width: 2.4vw;
  }
}
.sec06-stepList__arrow img {
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec06-card {
  background: #fff;
  border: 1px solid #7ea4c8;
  border-radius: 30px;
  padding: 50px 20px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec06-card {
    border-radius: 5.3333333333vw;
    padding: 8vw 10px;
  }
}
.sec06-card__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #184890;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec06-card__ttl {
    gap: 2.6666666667vw;
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    text-align: left;
    line-height: 1.3;
  }
}
.sec06-card__ico {
  background: #577fba;
  border-radius: 50%;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  width: clamp(44px, 4.8611111111vw, 70px);
  height: clamp(44px, 4.8611111111vw, 70px);
}
@media screen and (max-width: 768px) {
  .sec06-card__ico {
    font-size: 8vw;
    width: 52px;
    height: 52px;
  }
}
.sec06-card__txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(15px, 1.6666666667vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec06-card__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec06-card__catch {
  color: #c2a571;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(30px, 4.4444444444vw, 64px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec06-card__catch {
    font-size: 5.3333333333vw;
  }
}

.sec07 {
  position: relative;
}
.sec07-photoBox {
  position: relative;
  width: 100%;
}
.sec07-photoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/967;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox img {
    aspect-ratio: 375/592;
  }
}
.sec07-photoBox__vTxtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: -53px;
  bottom: clamp(10px, 1.3888888889vw, 20px);
  right: clamp(16px, 4.8611111111vw, 70px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox__vTxtList {
    gap: 4.5333333333vw;
    top: 12.2666666667vw;
    right: 8vw;
  }
}
.sec07-photoBox__vTxt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #184890;
  color: #fff;
  font-weight: 500;
  font-size: clamp(24px, 4.7222222222vw, 68px);
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 20px 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox__vTxt {
    font-size: 9.0666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.sec07-photoBox__vTxt.is-second {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox__vTxt.is-second {
    margin-top: 36px;
  }
}
.sec07-photoBox__quote {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  margin-top: 215px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  white-space: nowrap;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox__quote {
    margin-top: 107px;
    padding: 10px 6px;
  }
}
.sec07-photoBox__quote-txt {
  color: #184890;
  font-weight: 500;
  font-size: clamp(14px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec07-photoBox__quote-txt {
    font-size: 4vw;
    padding: 2px;
  }
}
.sec07-msgBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background: rgba(126, 164, 200, 0.8);
  padding: clamp(30px, 4.1666666667vw, 60px) clamp(20px, 6.9444444444vw, 100px);
}
@media screen and (max-width: 768px) {
  .sec07-msgBox {
    position: relative;
    padding: 30px 12.5px;
  }
}
.sec07-msgBox p {
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  max-width: 62vw;
}
@media screen and (max-width: 768px) {
  .sec07-msgBox p {
    font-size: 4.2666666667vw;
    max-width: 100%;
  }
}

.sec08 {
  position: relative;
  padding: clamp(60px, 8.3333333333vw, 120px) 0;
  background-image: url(../img/top/bg_sec08_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 10.6666666667vw 0 26.6666666667vw;
    background-image: url(../img/top/bg_sec08_01_sp.webp);
  }
}
.sec08-contentBox {
  position: relative;
  z-index: 1;
  max-width: 55.83vw;
}
@media screen and (max-width: 768px) {
  .sec08-contentBox {
    max-width: none;
  }
}
.sec08-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-top: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-weight: bold;
  font-size: clamp(28px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  padding: 12px 10px 15px;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec08-ttl {
    font-size: 8vw;
    padding: 3.4666666667vw;
    margin-bottom: 6.4vw;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec08-ttl__ico {
  width: clamp(30px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .sec08-ttl__ico {
    width: 8vw;
  }
}
.sec08-lead {
  font-weight: 500;
  font-size: clamp(15px, 1.6666666667vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: clamp(24px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec08-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.sec08-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .sec08-cardList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1.8666666667vw;
  }
}
.sec08-cardList__item {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 20px;
  padding: 22px 20px;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .sec08-cardList__item {
    border-radius: 3.7333333333vw;
    padding: 13px;
    max-width: 100%;
  }
}
.sec08-cardList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.4583333333vw, 21px);
  color: #a0a0a0;
  font-weight: bold;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  padding-bottom: clamp(12px, 1.3888888889vw, 20px);
  margin-bottom: 15px;
}
.sec08-cardList__ttl img {
  width: clamp(28px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec08-cardList__ttl {
    font-size: 5.8666666667vw;
    gap: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .sec08-cardList__ttl img {
    width: 8vw;
  }
}
.sec08-cardList__txt {
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec08-cardList__txt {
    font-size: 3.6vw;
  }
}

.sec09 {
  position: relative;
  padding: clamp(60px, 7.9861111111vw, 115px) 0;
  background-image: url(../img/top/bg_sec09_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 10.6666666667vw 0 100px;
    background-image: url(../img/top/bg_sec09_01_sp.webp);
  }
}
.sec09-contentBox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 55.83vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec09-contentBox {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: left;
    max-width: none;
  }
}
.sec09-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-top: 2px solid #c2a571;
  border-bottom: 2px solid #c2a571;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(28px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  padding: 10px;
  margin-bottom: 50px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sec09-ttl {
    font-size: 8vw;
    padding: 3.4666666667vw;
    margin-bottom: 6.4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec09-ttl__ico {
  width: clamp(24px, 3.125vw, 45px);
}
@media screen and (max-width: 768px) {
  .sec09-ttl__ico {
    width: 10.4vw;
  }
}
.sec09-lead {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(15px, 1.6666666667vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: clamp(24px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec09-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.sec09-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .sec09-cardList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
}
.sec09-cardList__item {
  background: #fff;
  border: 1px solid #c2a571;
  border-radius: 20px;
  padding: 20px 14px;
  max-width: 260px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec09-cardList__item {
    border-radius: 3.7333333333vw;
    padding: 3.4666666667vw 3px;
    max-width: 100%;
  }
}
.sec09-cardList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1.4583333333vw, 21px);
  color: #c2a571;
  font-weight: bold;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.3;
  border-bottom: 1px solid #c2a571;
  padding-bottom: 20px;
}
.sec09-cardList__ttl img {
  width: clamp(24px, 2.8472222222vw, 41px);
  height: clamp(24px, 2.8472222222vw, 41px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sec09-cardList__ttl {
    font-size: 5.8666666667vw;
    gap: 1.8666666667vw;
    padding-left: 3px;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 10px;
  }
  .sec09-cardList__ttl img {
    width: 8vw;
  }
}
.sec09-cardList__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec09-cardList__txt {
    font-size: 3.6vw;
    padding: 0 5px;
  }
}

.sec10 {
  background: #184890;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec10 {
    padding: 40px 17.5px;
    position: relative;
  }
}
.sec10 .cmn-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 61% 36%;
  grid-template-columns: 61% 36%;
  gap: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec10 .cmn-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.sec10-txtBox__ttl {
  color: #fff;
  font-weight: 500;
  font-size: clamp(28px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec10-txtBox__ttl {
    font-size: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec10-txtBox__txt {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec10-txtBox__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10-imgBox {
    position: absolute;
    bottom: 0;
    right: 10vw;
    max-width: 170px;
  }
}

.sec11-head {
  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: 20px;
  padding: 40px 0 10px;
}
@media screen and (max-width: 768px) {
  .sec11-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16vw 12.5px 13.3333333333vw;
    gap: 10px;
  }
}
.sec11-head__imgBox {
  border-radius: 10px;
  overflow: hidden;
  max-width: 475px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec11-head__imgBox {
    max-width: 120px;
  }
}
.sec11-head__imgBox img {
  width: 100%;
}
.sec11-head__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec11-head__body {
    gap: 5.3333333333vw;
    width: 100%;
    gap: 10px;
  }
}
.sec11-head__quote {
  color: #184890;
  font-weight: bold;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec11-head__quote {
    font-size: 5.3333333333vw;
  }
}
.sec11-head__badge {
  background: linear-gradient(350deg, rgba(168, 168, 166, 0.3) 0%, rgba(105, 105, 105, 0.3) 45%, rgba(249, 248, 246, 0.3) 63%, rgba(212, 212, 212, 0.3) 82%, rgba(127, 127, 127, 0.3) 100%), #c2a571;
  color: #fff;
  font-size: clamp(16px, 2.5vw, 36px);
  text-align: center;
  width: 100%;
  padding: 0 10px 4px;
}
@media screen and (max-width: 768px) {
  .sec11-head__badge {
    font-size: 7.4666666667vw;
    padding: 0 0 5px;
    line-height: 1.3;
  }
}
.sec11-head__ttl {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(30px, 4.7222222222vw, 68px);
}
.sec11-head__ttl .is-num {
  font-size: clamp(48px, 8.3333333333vw, 120px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec11-head__ttl {
    font-size: 9.0666666667vw;
  }
  .sec11-head__ttl .is-num {
    font-size: 16vw;
  }
}
.sec11-block__headBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(16px, 2.0833333333vw, 30px);
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec11-block__headBox {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec11-block__num {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .sec11-block__num {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.sec11-block__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(24px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec11-block__ttl {
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0;
  }
}
.sec11-block__ttl .yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff152));
  background: linear-gradient(transparent 70%, #fff152 70%);
}
.sec11-block.is-blue .sec11-block__headBox {
  background: #dcebf9;
}
.sec11-block.is-blue .sec11-block__ttl {
  color: #577fba;
}
.sec11-block.is-teal .sec11-block__headBox {
  background: #d3eef3;
}
.sec11-block.is-teal .sec11-block__ttl {
  color: #569dab;
}
.sec11-block__body {
  background: #f0f6fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(30px, 4.1666666667vw, 60px);
  padding: clamp(30px, 4.1666666667vw, 60px) clamp(20px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .sec11-block__body {
    gap: 13.3333333333vw;
    padding: 8vw 3.3333333333vw;
  }
}
.sec11-cardList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 4.1666666667vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1070px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec11-cardList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.sec11-cardList__item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.sec11-cardList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7ea4c8;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(16px, 1.875vw, 27px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  padding: clamp(14px, 1.3888888889vw, 20px) 10px;
  min-height: clamp(80px, 9.7222222222vw, 140px);
}
.sec11-block.is-teal .sec11-cardList__ttl {
  background: #63b3c3;
}
@media screen and (max-width: 768px) {
  .sec11-cardList__ttl {
    font-size: 4.8vw;
    min-height: 32vw;
  }
}
.sec11-cardList__imgBox {
  aspect-ratio: 505/260;
}
.sec11-cardList__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.sec11-checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.3888888889vw, 20px);
  padding: clamp(16px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec11-checkList {
    padding: 20px 10px;
  }
}
.sec11-checkList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.6944444444vw, 10px);
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec11-checkList li {
    font-size: 3.7333333333vw;
  }
}
.sec11-checkList li::before {
  background: url(../img/top/ico_sec11_check01.svg) no-repeat center/contain;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .sec11-checkList li::before {
    width: 16px;
    height: 16px;
  }
}
.sec11-flows {
  width: 100%;
}
.sec11-flows_content {
  padding: 30px 50px;
  background: #fff;
  border-radius: 0 0 30px 30px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec11-flows_content {
    padding: 30px 20px;
    gap: 60px;
  }
}
.sec11-flows_ttl {
  color: #fff;
  font-size: 36px;
  background: #577FBA;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec11-flows_ttl {
    font-size: 20px;
    padding: 25px 0;
  }
}
.sec11-flow {
  background: #fff;
  border: 4px solid #dcebf9;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec11-flow {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.sec11-block.is-teal .sec11-flow {
  border-color: #d3eef3;
}
.sec11-flow__ttl {
  color: #577fba;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec11-flow__ttl {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec11-block.is-teal .sec11-flow__ttl {
  color: #569dab;
}
.sec11-flow__list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.3888888889vw, 20px);
  padding: 60px clamp(20px, 5.9722222222vw, 86px) 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec11-flow__list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw 2.6666666667vw;
    padding: 30px 0 15px;
  }
}
.sec11-flow__list li::before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/ico_sec11_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sec11-flow__list li::before {
    background-image: url(../img/top/ico_sec11_01_sp.svg);
  }
}
.sec11-block.is-teal .sec11-flow__list li {
  border-color: #569dab;
}
.sec11-flow__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #577fba;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(30px, 6.25vw, 90px);
  width: clamp(50px, 6.25vw, 90px);
  height: clamp(50px, 6.25vw, 90px);
  padding-right: clamp(5px, 0.6944444444vw, 10px);
  padding-bottom: clamp(10px, 1.3888888889vw, 20px);
}
.sec11-block.is-teal .sec11-flow__num {
  background: #569dab;
}
@media screen and (max-width: 768px) {
  .sec11-flow__num {
    font-size: 11.7333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    position: absolute;
    padding-bottom: 7px;
  }
}
.sec11-flow__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec11-flow__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    gap: 2.6666666667vw;
  }
}
.sec11-flow__stepTtl {
  color: #577fba;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.7777777778vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.sec11-block.is-teal .sec11-flow__stepTtl {
  color: #569dab;
}
@media screen and (max-width: 768px) {
  .sec11-flow__stepTtl {
    font-size: 4.8vw;
  }
}
.sec11-flow__stepTxt {
  color: #333;
  font-size: clamp(13px, 1.3888888889vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec11-flow__stepTxt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
  }
}
.sec11-flow__imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: clamp(100px, 12.2916666667vw, 177px);
  aspect-ratio: 177/72;
}
.sec11-flow__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec11-flow__imgBox img {
    aspect-ratio: 250/102;
  }
}
@media screen and (max-width: 768px) {
  .sec11-flow__imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 60px;
    aspect-ratio: auto;
  }
}
.sec11-flow__note {
  background: #fdd;
  border-radius: 20px;
  color: #ce0000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin-top: clamp(16px, 1.3888888889vw, 20px);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .sec11-flow__note {
    font-size: 4.8vw;
    margin-top: 0;
    padding: 4.2666666667vw 10px;
  }
}

.sec12 {
  position: relative;
  padding: 110px 0;
  background-image: url(../img/top/bg_sec12_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .sec12 {
    padding: 69.3333333333vw 0 60px;
    background-image: url(../img/top/bg_sec12_01_sp.webp);
    background-size: contain;
    background-position: top;
    background-color: #ECF0F0;
  }
}
.sec12-inner {
  position: relative;
  z-index: 1;
  padding-left: clamp(20px, 6.9444444444vw, 100px);
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .sec12-inner {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}
.sec12-ttl {
  color: #184890;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(28px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec12-ttl {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec12-txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(13px, 1.3888888889vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: clamp(24px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .sec12-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}

.sec13 {
  position: relative;
  background-image: url(../img/top/bg_sec13_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .sec13 {
    padding: 60px 0;
    background-image: url(../img/top/bg_sec13_01_sp.webp);
  }
}
.sec13-logo {
  max-width: 103px;
  margin: 0 auto 40px;
}
.sec13-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.78fr 1fr;
  grid-template-columns: 0.78fr 1fr;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1250px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .sec13-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
    justify-items: center;
  }
}
.sec13-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 532px;
}
@media screen and (max-width: 768px) {
  .sec13-card__img {
    width: 250px;
    position: relative;
    z-index: 0;
    margin-bottom: -30px;
  }
}
.sec13-card__img img {
  width: 100%;
  display: block;
}
.sec13-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 708px;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .sec13-card__body {
    width: 350px;
    max-width: 100%;
    padding: 40px 20px;
    text-align: center;
    z-index: 1;
  }
}
.sec13-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec13-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.sec13-card__role {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  background: linear-gradient(350deg, rgba(168, 168, 166, 0.3) 0%, rgba(105, 105, 105, 0.3) 45%, rgba(249, 248, 246, 0.3) 63%, rgba(212, 212, 212, 0.3) 82%, rgba(127, 127, 127, 0.3) 100%), #577FBA;
}
@media screen and (max-width: 768px) {
  .sec13-card__role {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.sec13-card__name {
  font-weight: 500;
  font-size: clamp(30px, 3.0555555556vw, 44px);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec13-card__name {
    font-size: 30px;
    margin-top: 6px;
  }
}
.sec13-card__catch {
  border-bottom: 1px solid #184898;
  padding-bottom: 16px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 43px;
  color: #577FBA;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec13-card__catch {
    font-size: 24px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
  }
}
.sec13-card__catch-txt {
  display: block;
  text-align: left;
}
.sec13-card__catch .gold {
  color: #E89600;
}
.sec13-card__txt {
  margin-top: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec13-card__txt {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
}
.sec13-card__txt mark {
  background: #E89600;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
}
@media screen and (max-width: 768px) {
  .sec13-card__txt mark {
    padding: 0 4px;
  }
}

.sec14 {
  position: relative;
  overflow: hidden;
  padding: 60px 0 410px;
  background-image: url(../img/top/bg_sec14_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .sec14 {
    padding: 200px 0 60px;
    background-image: url(../img/top/bg_sec14_01_sp.webp);
    background-position: top;
    margin-top: 85px;
  }
}
.sec14 .cmn-inner {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.64fr 1fr;
  grid-template-columns: 3.64fr 1fr;
  gap: 65px;
  max-width: 1190px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec14 .cmn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.sec14-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec14-txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.sec14-txt .gold {
  color: #C9A86C;
  font-size: 60px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec14-txt .gold {
    font-size: 45px;
  }
}
.sec14-txt__line {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.15em;
  padding: 6px 2px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec14-txt__line {
    font-size: 27px;
    line-height: 1;
  }
}
.sec14-txt__line--02 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec14-txt__line--02 {
    margin: 0;
  }
}
.sec14-txt__line--03 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sec14-txt__line--03 {
    margin: 0;
  }
}

.sec15 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffef3), to(#fff));
  background: linear-gradient(to bottom, #fffef3, #fff);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .sec15 {
    padding: 16vw 0;
  }
}
.sec15-ttl {
  background: linear-gradient(350deg, rgba(168, 168, 166, 0.3) 0%, rgba(105, 105, 105, 0.3) 45%, rgba(249, 248, 246, 0.3) 63%, rgba(212, 212, 212, 0.3) 82%, rgba(127, 127, 127, 0.3) 100%), #c2a571;
  color: #fff;
  display: block;
  font-size: clamp(22px, 3.4027777778vw, 49px);
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 70px;
  padding: 0 20px 2px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .sec15-ttl {
    font-size: 6.4vw;
    padding: 3.2vw 4.2666666667vw;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.sec15-descBox {
  background: #fff;
  border: 2px solid #7ea4c8;
  border-radius: 10px;
  margin: 0 auto 40px;
  max-width: 707px;
  padding: 60px 10px 35px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec15-descBox {
    padding: 13.8666666667vw 2.6666666667vw 6.1333333333vw;
  }
}
.sec15-descBox__label {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #7EA4C8;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 7px 13px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec15-descBox__label {
    font-size: 4.8vw;
    margin-top: 0.8vw;
  }
}
.sec15-descBox__label::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 26px 17px 0 17px;
  border-color: #7EA4C8 transparent transparent transparent;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
}
.sec15-descBox__txt {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec15-descBox__txt {
    font-size: 3.7333333333vw;
  }
}
.sec15-tableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sec15-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 900px;
}
@media screen and (max-width: 768px) {
  .sec15-table {
    min-width: 100%;
  }
}
.sec15-table th, .sec15-table td {
  border: 1px solid #7ea4c8;
  font-size: clamp(13px, 1.3888888889vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: clamp(12px, 1.3888888889vw, 20px);
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec15-table th, .sec15-table td {
    font-size: 3.4666666667vw;
    padding: 7px;
    line-height: 1.5;
  }
}
.sec15-table thead th {
  background: #577fba;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec15-table thead th {
    padding: 5.3333333333vw 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.sec15-table tbody th {
  background: #dcebf9;
  color: #333;
  width: 18.75%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec15-table tbody th {
    width: 60px;
  }
}
.sec15-table tbody td {
  text-align: left;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec15-table tbody td {
    text-align: center;
  }
}
.sec15-table tbody td::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sec15-table tbody td::before {
    top: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }
}
.sec15-table tbody td img {
  display: inline-block;
  vertical-align: -0.2em;
  width: clamp(18px, 2.0833333333vw, 30px);
  margin-right: 8px;
}
.sec15-table tbody td.is-good {
  background: #fdd;
  width: 42.19%;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .sec15-table tbody td.is-good {
    padding: 45px 10px 17px;
  }
}
.sec15-table tbody td.is-good::before {
  background-image: url(../img/top/ico_sec15_maru01.svg);
}
.sec15-table tbody td.is-bad, .sec15-table tbody td.is-mid, .sec15-table tbody td.is-better {
  background: #fff;
  width: 39.06%;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .sec15-table tbody td.is-bad, .sec15-table tbody td.is-mid, .sec15-table tbody td.is-better {
    padding: 45px 10px 17px;
  }
}
.sec15-table tbody td.is-bad::before {
  background-image: url(../img/top/ico_sec15_batsu01.svg);
}
.sec15-table tbody td.is-mid::before {
  background-image: url(../img/top/ico_sec15_sankaku01.svg);
}
.sec15-table tbody td.is-better::before {
  background-image: url(../img/top/ico_sec15_maru03.svg);
}
.sec15-banner {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .sec15-banner {
    max-width: 350px;
    width: calc(100% - 24px);
    margin-top: 40px;
  }
}
.sec15-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.sec16 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec16 {
    padding: 16vw 0;
  }
}
.sec16-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d4f2f8), to(#c6def5));
  background: linear-gradient(to bottom, #d4f2f8, #c6def5);
}
.sec16-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.sec16-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .sec16-inner {
    padding: 0 3.3333333333vw;
  }
}
.sec16-headBox {
  text-align: center;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec16-headBox {
    margin-bottom: 17.3333333333vw;
  }
}
.sec16-headBox__sub {
  color: #184890;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(18px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(6px, 0.6944444444vw, 10px);
}
@media screen and (max-width: 768px) {
  .sec16-headBox__sub {
    font-size: 4.8vw;
  }
}
.sec16-headBox__ttl {
  color: #184890;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(28px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec16-headBox__ttl {
    font-size: 8vw;
    margin-bottom: 4.2666666667vw;
    line-height: 1.6;
  }
}
.sec16-headBox__txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.6666666667vw, 24px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec16-headBox__txt {
    font-size: 4vw;
  }
}
.sec16-stepList__item {
  position: relative;
  padding-left: clamp(50px, 4.7222222222vw, 68px);
}
@media screen and (max-width: 768px) {
  .sec16-stepList__item {
    padding-left: 0;
  }
}
.sec16-stepList__item:not(:last-child)::after {
  content: "";
  background: url(../img/top/ico_sec16_chevron01.svg) no-repeat center/contain;
  display: block;
  margin: 10px auto;
  width: 40px;
  height: 70px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .sec16-stepList__item:not(:last-child)::after {
    margin: 5px auto 25px;
    left: 50%;
    width: 20px;
    height: 36px;
  }
}
.sec16-stepList__num {
  position: absolute;
  top: clamp(16px, 2.7777777778vw, 40px);
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #63b3c3;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(40px, 6.6666666667vw, 96px);
  width: clamp(70px, 6.9444444444vw, 100px);
  height: clamp(70px, 6.9444444444vw, 100px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec16-stepList__num {
    top: -5.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16vw;
    gap: 2px;
  }
}
.sec16-stepList__num .is-en {
  font-style: normal;
  font-size: 0.21em;
  margin-right: -7px;
}
@media screen and (max-width: 768px) {
  .sec16-stepList__num .is-en {
    font-size: 16px;
  }
}
.sec16-stepList__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #63b3c3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.3888888889vw, 20px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(16px, 1.3888888889vw, 20px) clamp(16px, 1.3888888889vw, 20px) clamp(16px, 1.3888888889vw, 20px) clamp(30px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec16-stepList__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 25px;
  }
}
.sec16-stepList__ttl {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec16-stepList__ttl {
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
  }
}
.sec16-stepList__desc {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec16-stepList__desc {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.sec16-stepList__imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: clamp(140px, 16.6666666667vw, 240px);
  aspect-ratio: 240/140;
}
.sec16-stepList__imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec16-stepList__imgBox {
    width: 100%;
    max-width: 240px;
  }
}

.sec17 {
  position: relative;
  margin-top: 60px;
  background-image: url(../img/top/bg_sec17_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 218px 0 193px;
}
@media screen and (max-width: 768px) {
  .sec17 {
    background-image: url(../img/top/bg_sec17_01_sp.webp);
    background-position: center;
    padding: 276px 0 90px;
  }
}
.sec17-msgBox {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec17-msgBox {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}
.sec17-msgBox p {
  background: #184890;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  .sec17-msgBox p {
    font-size: 4.5333333333vw;
  }
}
.sec17-msgBox p .is-hl {
  color: #fff152;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .sec17 .cmn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec18 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .sec18 {
    padding: 16vw 0;
  }
}
.sec18-ttl {
  color: #577fba;
  font-weight: bold;
  font-size: clamp(40px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec18-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.sec18-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffef3), to(#fff));
  background: linear-gradient(#fffef3, #fff);
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 100px 60px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec18-card {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.sec18-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(222deg, #ffd562 0%, #bb9938 8%, #ead9aa 49%, #7c5b00 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.sec18-card__priceBox {
  border-top: 2px solid #577fba;
  border-bottom: 2px solid #577fba;
  padding: 10px 10px 0;
  position: relative;
  text-align: center;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec18-card__priceBox {
    margin-top: 5.3333333333vw;
  }
}
.sec18-card__badge {
  background: linear-gradient(350deg, rgba(168, 168, 166, 0.3) 0%, rgba(105, 105, 105, 0.3) 45%, rgba(249, 248, 246, 0.3) 63%, rgba(212, 212, 212, 0.3) 82%, rgba(127, 127, 127, 0.3) 100%), #577fba;
  color: #fff;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(14px, 1.6666666667vw, 24px);
  letter-spacing: 0.05em;
  padding: 8px 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec18-card__badge {
    font-size: 3.7333333333vw;
    padding: 6px 15px;
  }
}
.sec18-card__price {
  color: #184890;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec18-card__price {
    font-size: 4.2666666667vw;
  }
}
.sec18-card__price strong {
  color: #c2a571;
  font-size: 80px;
  margin: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .sec18-card__price strong {
    font-size: 10.6666666667vw;
  }
}
.sec18-card__price small {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .sec18-card__price small {
    font-size: 3.2vw;
  }
}
.sec18-card__lead {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 10px;
}
@media screen and (max-width: 768px) {
  .sec18-card__lead {
    font-size: 4vw;
    margin: 5.3333333333vw 0 10px;
  }
}
.sec18-card__monthly {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec18-card__monthly {
    margin-bottom: 6.4vw;
  }
}
.sec18-card__monthly-price {
  color: #184890;
  font-weight: bold;
  font-size: clamp(25px, 3.4722222222vw, 50px);
  font-family: "Noto Sans JP", sans-serif;
}
.sec18-card__monthly-price strong {
  color: #ce0000;
  font-size: clamp(60px, 8.3333333333vw, 120px);
  margin: 0 0.05em;
  line-height: 1;
}
.sec18-card__monthly-price span {
  color: #ce0000;
}
.sec18-card__monthly-price small {
  font-size: 0.8em;
  color: #184890;
}
@media screen and (max-width: 768px) {
  .sec18-card__monthly-price {
    font-size: 5.8666666667vw;
  }
}
.sec18-card__monthly-times {
  color: #184890;
  font-weight: 900;
  font-size: clamp(20px, 3.4722222222vw, 50px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec18-card__monthly-times {
    font-size: 6.6666666667vw;
  }
}
.sec18-card__note {
  background: #f0f6fb;
  padding: clamp(20px, 2.0833333333vw, 30px);
  font-family: "Noto Sans JP", sans-serif;
  max-width: 900px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .sec18-card__note {
    margin-bottom: 6.4vw;
    padding: 30px 25px;
  }
}
.sec18-card__note p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec18-card__note p {
    font-size: 12px;
  }
}
.sec18-card__banner {
  background: #577fba;
  padding: 20px 0 5px;
  text-align: center;
  margin-bottom: clamp(24px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec18-card__banner {
    margin-bottom: 6.4vw;
    padding: 12px 0 14px;
  }
}
.sec18-card__banner-ttl {
  color: #fff;
  font-weight: bold;
  font-size: clamp(20px, 3.3333333333vw, 48px);
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sec18-card__banner-ttl {
    font-size: 6.4vw;
  }
}
.sec18-card__banner-txt {
  color: #f0f6fb;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec18-card__banner-txt {
    font-size: 3.2vw;
  }
}
.sec18-card__bottom {
  text-align: center;
}
.sec18-card__bottom-badge {
  border: 1px solid #184890;
  color: #184890;
  display: inline-block;
  font-weight: bold;
  font-size: clamp(13px, 1.3888888889vw, 20px);
  letter-spacing: 0.05em;
  padding: 8px 16px;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec18-card__bottom-badge {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec18-card__bottom-txt {
  color: #ce0000;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(15px, 1.875vw, 27px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec18-card__bottom-txt {
    font-size: 4.2666666667vw;
  }
}

.sec19 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec19 {
    padding-bottom: 60px;
  }
}
.sec19-snsList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec19-snsList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec19-promo {
  max-width: 628px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .sec19-promo {
    padding: 0;
  }
}

.sec20 {
  position: relative;
  padding: clamp(40px, 4.1666666667vw, 60px) 0 clamp(60px, 8.3333333333vw, 120px);
  overflow: hidden;
  background-image: url(../img/top/bg_sec20_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sec20 {
    padding: 16vw 0;
  }
}
.sec20-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #7ea4c8;
}
.sec20-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.sec20-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .sec20-inner {
    padding: 0 3.3333333333vw;
  }
}
.sec20-headBox {
  text-align: center;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec20-headBox {
    margin-bottom: 10.6666666667vw;
  }
}
.sec20-headBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 0.6944444444vw, 10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(16px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec20-headBox__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.sec20-headBox__ttl span {
  background: #fff;
  color: #577fba;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: 700;
  font-size: 77px;
  width: clamp(50px, 6.9444444444vw, 100px);
  height: clamp(50px, 6.9444444444vw, 100px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec20-headBox__ttl span {
    font-size: 39px;
  }
}
.sec20-headBox__txt {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec20-headBox__txt {
    font-size: 5.6vw;
  }
}
.sec20-block {
  margin-bottom: 30px;
}
.sec20-block__ttl {
  background: #184890;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec20-block__ttl {
    font-size: 6.4vw;
    padding: 20px 0;
  }
}
.sec20-block__body {
  background: #fff;
  border: 2px solid #184890;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 60px 50px;
}
.sec20-block__body.is-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.08fr 1fr;
  grid-template-columns: 2.08fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec20-block__body.is-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.sec20-block__imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  width: clamp(180px, 21.3888888889vw, 308px);
}
@media screen and (max-width: 768px) {
  .sec20-block__imgBox {
    width: 100%;
  }
}
.sec20-block__imgBox img {
  width: 100%;
}
.sec20-checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.3888888889vw, 20px);
  width: 100%;
}
.sec20-checkList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #7ea4c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.6944444444vw, 10px);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: clamp(12px, 1.3888888889vw, 20px);
}
.sec20-checkList li::before {
  background: url(../img/top/ico_sec20_check01.svg) no-repeat center/contain;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(20px, 2.0833333333vw, 30px);
  height: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec20-checkList li {
    font-size: 4.2666666667vw;
  }
}
.sec20-compareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 2.7777777778vw, 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec20-compareList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec20-compareList__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec20-compareList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  padding: clamp(14px, 1.3888888889vw, 20px);
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sec20-compareList__ttl {
    font-size: 6.4vw;
  }
}
.sec20-compareList__ttl img {
  width: clamp(30px, 3.0555555556vw, 44px);
}
.sec20-compareList.is-good .sec20-compareList__ttl, .sec20-compareList__item.is-good .sec20-compareList__ttl {
  background: #63b3c3;
}
.sec20-compareList__item.is-bad .sec20-compareList__ttl {
  background: #eb7b97;
}
.sec20-compareList__item .sec20-checkList {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: clamp(30px, 4.1666666667vw, 60px) clamp(20px, 2.7777777778vw, 40px);
  max-width: 100%;
}
.sec20-compareList__item.is-good .sec20-checkList {
  border: 2px solid #63b3c3;
  border-top: none;
}
.sec20-compareList__item.is-bad .sec20-checkList {
  border: 2px solid #eb7b97;
  border-top: none;
}
.sec20-docList {
  background: #fff;
  border: 2px solid #184890;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(30px, 4.1666666667vw, 60px) clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec20-docList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 8vw 4vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec20-docList::before {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #7EA4C8;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec20-docList::after {
    content: "";
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #7EA4C8;
  }
}
.sec20-docList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #7ea4c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5px, 1.5277777778vw, 22px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .sec20-docList li {
    border-right: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
  }
}
.sec20-docList li:last-child {
  border-right: none;
}
.sec20-docList li img {
  width: 120px;
  height: 120px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sec20-docList li img {
    width: 75px;
    height: 75px;
  }
}
.sec20-docList li span {
  color: #184890;
  font-size: clamp(14px, 1.6666666667vw, 24px);
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec20-docList li span {
    font-size: 4vw;
  }
}
.sec20-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(30px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .sec20-tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec20-tips__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: #e89600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(24px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  width: clamp(140px, 27.7777777778vw, 400px);
}
@media screen and (max-width: 768px) {
  .sec20-tips__ttl {
    font-size: 6.4vw;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}
.sec20-tips__ttl img {
  width: clamp(40px, 4.1666666667vw, 60px);
}
.sec20-tips__txt {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  border: 2px solid #e89600;
  border-left: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: clamp(20px, 2.7777777778vw, 40px);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .sec20-tips__txt {
    border-left: 2px solid #e89600;
    border-top: none;
    font-size: 5.3333333333vw;
    border-radius: 0 0 10px 10px;
  }
}
.sec20-tips__txt span.is-hl {
  color: #e89600;
  font-weight: bold;
}
.sec20-cvBox {
  text-align: center;
}
.sec20-cvBox__sub {
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 2.0833333333vw, 30px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(20px, 2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sec20-cvBox__sub {
    font-size: 4.8vw;
    margin-bottom: 13.3333333333vw;
    position: relative;
    display: inline-block;
  }
}
.sec20-cvBox__ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(28px, 5.5555555556vw, 80px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec20-cvBox__ttl {
    font-size: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}
.sec20-cvBox__ttl .is-hl {
  color: #fff152;
}
.sec20-cvBox .cmn-bt01 {
  background: #184890;
}
@media screen and (max-width: 768px) {
  .sec20-cvBox .slash01 {
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec20-cvBox .slash02 {
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
  }
}

.sec21 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec21 {
    padding: 60px 0;
  }
}
.sec21-faq {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 120px 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec21-faq {
    padding: 60px 20px;
  }
}
.sec21-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(215deg, #FFD562 0%, #BB9938 8%, #EAD9AA 49%, #7C5B00 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.sec21-faqList {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec21-faqList {
    margin-top: 30px;
  }
}
.sec21-faqList__item {
  border-bottom: 1px solid #D9D9D9;
}
.sec21-faqList__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__q {
    gap: 10px;
    padding: 15px 52px 15px 0;
  }
}
.sec21-faqList__q::before {
  content: "";
  width: 37px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url(../img/cmn/ico_arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__q::before {
    width: 25px;
    height: 14px;
  }
}
.sec21-faqList__q.is_open::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec21-faqList__a {
  display: none;
  background: #F0F6FB;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 30px 0 40px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__a {
    padding: 15px;
    padding-left: 50px;
  }
}
.sec21-faqList__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__mark {
    font-size: 30px;
  }
}
.sec21-faqList__mark.is-q {
  color: #7EA4C8;
}
.sec21-faqList__mark.is-a {
  color: #C9A86C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec21-faqList__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #184898;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__ttl {
    font-size: 15px;
  }
}
.sec21-faqList__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec21-faqList__txt {
    font-size: 14px;
  }
}

.sec22 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f6fb), to(#fff));
  background: linear-gradient(to bottom, #f0f6fb, #fff);
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec22 {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
}
.sec22 .cmn-inner {
  max-width: 1080px;
}
.sec22-ttl {
  border-top: 2px solid #577fba;
  border-bottom: 2px solid #577fba;
  color: #c2a571;
  font-weight: bold;
  font-size: clamp(30px, 4.1666666667vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
  max-width: 960px;
  margin: 0 auto clamp(30px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .sec22-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
    padding: 20px 0;
  }
}
.sec22-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec22-body {
    gap: 25px;
  }
}
.sec22-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .sec22-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec22-imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(100px, 13.8888888889vw, 200px);
}
.sec22-imgBox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec22-imgBox {
    margin: 0 auto;
    width: clamp(200px, 13.8888888889vw, 200px);
  }
}
.sec22-txt {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec22-txt p {
  margin-bottom: 0.1em;
}
.sec22-txt p:last-child {
  margin-bottom: 0;
}
.sec22-txt .is-hl {
  background: #fff152;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec22-txt {
    font-size: 3.7333333333vw;
  }
}
.sec22-txt-single {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec22-txt-single {
    font-size: 3.7333333333vw;
  }
}
.sec22-catch {
  color: #ce0000;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec22-catch {
    font-size: 5.3333333333vw;
  }
}
.sec22-psBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: clamp(40px, 4.1666666667vw, 60px) auto 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec22-psBox {
    margin-top: 10.6666666667vw;
  }
}
.sec22-psBox p {
  background: #184890;
  color: #fff;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 3.4722222222vw, 50px);
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2px 20px 8px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec22-psBox p {
    font-size: 8vw;
    padding: 2px 10px 8px;
  }
}

.sec23 {
  background: -webkit-gradient(linear, left top, left bottom, from(#577fba), color-stop(30%, #577fba), color-stop(50%, #8ea9d3), color-stop(110%, #fff));
  background: linear-gradient(180deg, #577fba 0%, #577fba 30%, #8ea9d3 50%, #fff 110%);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec23 {
    padding-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#577fba), color-stop(30%, #577fba), color-stop(50%, #8ea9d3), to(#fff));
    background: linear-gradient(180deg, #577fba 0%, #577fba 30%, #8ea9d3 50%, #fff 100%);
  }
}
@media screen and (max-width: 768px) {
  .sec23 .cmn-inner {
    padding: 0 3.3333333333vw;
  }
}
.sec23-banner {
  padding: 117px 0 120px;
  background-image: url(../img/top/bg_sec23_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}
@media screen and (max-width: 768px) {
  .sec23-banner {
    background-image: url(../img/top/bg_sec23_01_sp.webp);
    background-position: right;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 95%, 0 88%);
  }
}
.sec23-banner__txt {
  color: #ce0000;
  font-weight: bold;
  font-size: clamp(20px, 3.4722222222vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec23-banner__txt {
    font-size: 8vw;
    text-align: left;
    padding-left: 10vw;
  }
}
.sec23-headBox {
  text-align: center;
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .sec23-headBox {
    margin-bottom: 8vw;
    padding: 0;
  }
}
.sec23-headBox__ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(24px, 2.7777777778vw, 40px);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec23-headBox__ttl {
    font-size: 6.9333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec23-headBox__hl {
  background: #fff152;
  color: #184890;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(18px, 3.4722222222vw, 50px);
  letter-spacing: 0.1em;
  padding: 2px 10px 5px;
}
@media screen and (max-width: 768px) {
  .sec23-headBox__hl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.sec23-cvBox__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: #fff;
  border: 2px solid #ffd562;
  border-radius: 10px;
  -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16vw 4.2666666667vw 0;
    -webkit-box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1);
  }
}
.sec23-cvBox__imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(200px, 23.4722222222vw, 338px);
  aspect-ratio: 338/231;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__imgBox {
    position: relative;
    width: calc(100% + 4.2666666667vw * 2);
    max-width: none;
    height: auto;
    aspect-ratio: 676/370;
    margin-top: -5.3333333333vw;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
    z-index: 0;
  }
  .sec23-cvBox__imgBox::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 28%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.sec23-cvBox__imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-left: 0;
  }
}
.sec23-cvBox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__body {
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
    padding: 0;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.sec23-cvBox__lead {
  color: #ce0000;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: clamp(22px, 2.7083333333vw, 39px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__lead {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    white-space: normal;
  }
}
.sec23-cvBox__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__ttl {
    font-size: 5.6vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
    white-space: normal;
  }
}
.sec23-cvBox__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .sec23-cvBox__txt {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
  }
}

.sec24 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sec24 {
    padding: 16vw 0;
  }
}
.sec24-staffList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.sec24-staffList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .sec24-staffList__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec24-staffList__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sec24-staffList__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .sec24-staffList__body {
    display: contents;
  }
}
.sec24-staffList__name {
  background: #184890;
  color: #fff;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 7px 0 10px;
  margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec24-staffList__name {
    font-size: 6.4vw;
    text-align: center;
    padding: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
.sec24-staffList__philosophy {
  color: #333;
  font-size: clamp(13px, 1.0416666667vw, 15px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec24-staffList__philosophy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
.sec24-staffList__photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec24-staffList__photoBox {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .sec24-staffList__photoBox_sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.sec24-staffList__mainPhoto {
  overflow: hidden;
  aspect-ratio: 600/490;
}
.sec24-staffList__mainPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec24-staffList__memoryPhoto {
  overflow: hidden;
  aspect-ratio: 700/279;
}
.sec24-staffList__memoryPhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec24-staffList__certRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.3888888889vw, 20px);
}
.sec24-staffList__certRow.is-single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 60%;
  margin: 0 auto;
}
.sec24-staffList__certRow img {
  width: 100%;
}
.sec24-careerBox {
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sec24-careerBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
}
.sec24-careerBox:last-child {
  margin-bottom: 0;
}
.sec24-careerBox__label {
  background: #dcebf9;
  color: #577fba;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2px 10px 4px;
  line-height: 1;
  margin-bottom: clamp(8px, 0.8333333333vw, 12px);
}
@media screen and (max-width: 768px) {
  .sec24-careerBox__label {
    font-size: 16px;
  }
}
.sec24-careerBox__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-bottom: 1px solid #dcebf9;
}
@media screen and (max-width: 768px) {
  .sec24-careerBox__list > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec24-careerBox__list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  width: 81px;
  padding: 7px clamp(8px, 0.6944444444vw, 10px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec24-careerBox__list dt {
    padding: 6px 0;
    width: 66px;
  }
}
.sec24-careerBox__list dd {
  color: #333;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 7px 4px;
}
@media screen and (max-width: 768px) {
  .sec24-careerBox__list dd {
    padding: 6px 0;
  }
}
.sec24-careerBox__plainList li {
  border-bottom: 1px solid #dcebf9;
  color: #333;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 7px;
}
.sec24-careerBox__txt {
  color: #577FBA;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.footer .sec05-infoBox.is-footer {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
.footer .sec05-infoBox.is-footer .sec05-infoBox__bg img {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .footer .sec05-infoBox.is-footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.footer-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#afc8e0));
  background: linear-gradient(to bottom, #fff, #afc8e0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 2.0833333333vw, 30px);
  padding: clamp(20px, 2.0833333333vw, 30px) 20px clamp(14px, 1.3888888889vw, 20px);
}
.footer-bottom__logo {
  width: clamp(220px, 26.0416666667vw, 375px);
}
.footer-bottom__copy {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  letter-spacing: 0.1em;
}

.lowerMv {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lowerMv {
    margin-top: 70px;
  }
}
.lowerMv-inner {
  height: 390px;
}
@media screen and (max-width: 768px) {
  .lowerMv-inner {
    height: 69.7674418605vw;
  }
}
.lowerMv-imgBox {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lowerMv-imgBox {
    height: 69.7674418605vw;
  }
}
.lowerMv-txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center left;
}
@media screen and (max-width: 768px) {
  .lowerMv-txtBox {
    place-content: center;
  }
}
.lowerMv-txtBox-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #14288C;
}
@media screen and (max-width: 768px) {
  .lowerMv-txtBox-ttl {
    font-size: 8.3720930233vw;
    text-align: center;
  }
}
.lowerMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerMv-calendar {
  bottom: -40px;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list__item {
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #444444;
}
.breadcrumb__list__item + li::before {
  content: ">";
  display: block;
  margin: 0 5px;
}

.local {
  display: block;
  width: 100%;
}
.local .c-inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 50px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 20px;
  }
}
.local__content {
  color: #404040;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  overflow-x: hidden;
}
.local__content section {
  padding-bottom: 80px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .local__content section {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.local__content section.bg_white {
  position: relative;
}
.local__content section.bg_white::before {
  border-radius: 30px;
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  background: #fff;
  z-index: -1;
  width: calc(100% + 160px);
  height: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .local__content section.bg_white::before {
    width: calc(100% + 40px);
    height: calc(100% + 10px);
    top: -40px;
    left: -20px;
  }
}
.local__content h2 {
  color: #14288c;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  margin: 100px 0 60px;
}
.local__content h2::first-letter {
  color: #1EADDD;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 6.976744186vw;
    margin: 18.6046511628vw 0 9.3023255814vw;
  }
}
.local__content h3 {
  color: #1EADDD;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 60px 0 40px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 4.6511627907vw;
    margin: 13.9534883721vw 0 9.3023255814vw;
    padding-left: 6.976744186vw;
  }
}
.local__content h3::before {
  background: #1EADDD;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local__content h3::before {
    width: 4.6511627907vw;
    height: 0.4651162791vw;
  }
}
.local__content h3.is_margin {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .local__content h3.is_margin {
    margin-top: 20px;
  }
}
.local__content h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
.local__content h5,
.local__content h6 {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 2em;
}
.local__content p,
.local__content a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .local__content p,
  .local__content a {
    font-size: 14px;
  }
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content a[href] {
  background: #14288c url(../img/local/ico_arrow01.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 28px center;
  border: solid 1px #14288c;
  border-radius: 50vw;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 25px 133px 25px 42px;
}
@media screen and (max-width: 768px) {
  .local__content a[href] {
    max-width: 350px;
    width: 100%;
    padding: 18px 87px 18px 27px;
  }
}
.local__content a[href] + a {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .local__content a[href] + a {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .local__content a[href]:hover {
    text-decoration: none;
  }
}
.local__content .lead {
  font-size: 30px;
  padding-left: 44px;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    font-size: 23px;
    padding-left: 30px;
  }
}
.local__content .lead::before {
  background: #111;
  content: "";
  position: absolute;
  inset: 25px auto auto 0;
  width: 32px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .local__content .lead::before {
    width: 20px;
    height: 2px;
    top: 20px;
  }
}
.local__content .is-name {
  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: 44px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
.local__content .is-name span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .is-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 32px;
  }
  .local__content .is-name span {
    font-size: 20px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content .price {
  color: #5852A1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .local__content .price {
    font-size: 18px;
  }
}
.local__content ul,
.local__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 2em;
}
.local__content ul li {
  list-style: disc;
  font-weight: bold;
  margin-bottom: 1em;
}
.local__content ul li::marker {
  color: #1EADDD;
}
.local__content ol li {
  list-style: decimal;
}
.local__content ul.is_checklist li {
  list-style: none;
}
.local__content ul.is_checklist li::before {
  content: "☑ ";
  font-size: 20px;
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table tr, .local__content table td, .local__content table th {
    display: block;
  }
}
.local__content table tr {
  border: solid 1px #fff;
}
.local__content table th {
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  border-bottom: solid 1px #EFEFEF;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    border-radius: 0;
  }
}
.local__content table th.is_blue {
  background-color: rgba(3, 110, 209, 0.05);
}
.local__content table th:last-child {
  border-right: none;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
  }
}
.local__content table td {
  background-color: #14288c;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  padding: 20px;
}
.local__content table td:nth-child(n+2).is_center {
  text-align: center;
}
.local__content table td:nth-child(n+2).is_left {
  text-align: left;
}
.local__content table td:nth-child(n+2).is_right {
  text-align: right;
}
.local__content table td:last-child {
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  .local__content table td:last-child {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .imgBox {
  margin: 30px auto 40px !important;
}
.local__content .imgBox.w-80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-80 {
    width: 100%;
  }
}
.local__content .imgBox.w-70 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-70 {
    width: 100%;
  }
}
.local__content .imgBox.w640 {
  width: 640px;
}
.local__content .imgBox.w640 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w640 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .youtubeBox {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.local__content .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__2list .checkBox {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3, .local__content .card__2list h4, .local__content .card__2list h5, .local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list div iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(../img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817A76;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817A76;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .card__21list img {
    width: 200px;
  }
  .local__content .card__21list.is_sp_reverse div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__21list.is_sp_reverse div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__12list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__12list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .card__12list img {
    width: 200px;
  }
  .local__content .card__12list.is_sp_reverse div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__12list.is_sp_reverse div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #D4D8E3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #D4D8E3;
  padding: 48px;
}
.local__content .borderBox h2, .local__content .borderBox h3, .local__content .borderBox h4, .local__content .borderBox h5, .local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 25px 10px;
  }
}
.local__content .checkBox__ttl {
  color: #EA8B39;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  inset: 0 auto auto 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local__content .checkBox__ttl.is_gray {
  color: #6B6B6B;
}
.local__content .checkBox ul {
  display: -ms-grid;
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.local__content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
@media screen and (max-width: 768px){
  .local__content .grid .imgBox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .local__content .grid .txtBox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.local__content .qaaBox {
  margin-bottom: 30px;
}
.local__content .qaaBox dt {
  background-color: #fc9937;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 7px 50px 7px 7px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.local__content .qaaBox dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #382410 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.local__content .qaaBox dt.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.local__content .qaaBox dd {
  background: #FBF5EF;
  display: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 20px;
  }
  .local__content .qaaBox dt {
    font-size: 16px;
  }
  .local__content .qaaBox dd {
    padding: 20px;
  }
}
.local__content .meritList {
  padding-left: 0;
}
.local__content .meritList li {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.local__content .meritList li:not(:last-child) {
  margin-bottom: 40px;
}
.local__content .meritList__num {
  aspect-ratio: 1/1;
  background: #EFFAFF;
  border-radius: 50%;
  border: solid 1px #0F2D3D;
  color: #0F2D3D;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num {
    font-size: 18px;
    margin: auto;
    width: 120px;
  }
}
.local__content .meritList__num span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num span {
    font-size: 28px;
  }
}
.local__content .flowList {
  border-top: solid 1px #727171;
  padding-left: 0;
}
.local__content .flowList li {
  border-bottom: solid 1px #727171;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px;
  grid-template-columns: auto 200px;
  gap: 40px;
  padding: 20px 0;
}
.local__content .flowList li.is_single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .flowList li div img {
    width: 200px;
  }
}
.local__content .flowList__ttl {
  color: #EA8B39;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 10px;
}
.local__content .flowList p {
  line-height: 1.5;
}

#topic_path {
  color: #382410;
  padding: 10px 0;
  font-weight: 400;
  word-break: break-all;
  margin: auto;
  max-width: 1266px;
  width: 100%;
}

#topic_path li {
  display: inline-block;
  font-size: 16px;
}

#topic_path li:not(:first-child) {
  margin-left: 0.5em;
}
#topic_path li:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
  vertical-align: 2px;
}

#topic_path li br {
  display: none;
}

#topic_path a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  display: inline-block;
}

#topic_path a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.newsList {
  margin-top: 100px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
.newsList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.newsList-item {
  background-color: #F5F5F5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  color: #569065;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #569065;
  border-radius: 50vh;
  color: #569065;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

.newsBox {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 215px auto;
  grid-template-columns: 215px auto;
  gap: 80px;
  margin: 100px auto;
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #14288c;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #0068b7;
  border-radius: 50vh;
  color: #0068b7;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

.news_tt {
  border-top: 3px solid #14288c;
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.news_cate {
  margin-bottom: 40px;
}
.news_cate li {
  border-bottom: solid 1px #D9D9D9;
  color: #14288c;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0;
  text-align: center;
}

.navi-date {
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0 10px 14px;
  position: relative;
}
.navi-date::before {
  background: #382410;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

.year_tit {
  cursor: pointer;
  position: relative;
}
.year_tit::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.year_tit.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.monthlist {
  display: none;
  margin-top: 5px;
}
.monthlist li {
  line-height: 1.6;
}

.content_post .news_img {
  background-color: #FBF5EF;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 612px;
  height: 400px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  width: 100%;
}
.content_post .section {
  background: #e5f4f6;
  padding: 40px;
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
  word-break: break-all;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #569065;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #569065;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #0068b7;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #F5F5F5;
  border-radius: 5px;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  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;
  min-width: 28px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #0068b7;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  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;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #000;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #000;
    background-color: #eee;
  }
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.notFound {
  padding: 50px 0;
}
.notFound__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #14288C;
}
@media screen and (max-width: 768px) {
  .notFound__ttl {
    font-size: 13.9534883721vw;
  }
}
.notFound__txt {
  font-size: 24px;
  text-align: center;
  color: #14288C;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .notFound__txt {
    font-size: 3.7209302326vw;
  }
}
.notFound__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .notFound__btn {
    margin-top: 4.6511627907vw;
  }
}
.notFound__btn a {
  margin: auto;
}

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