@charset "UTF-8";
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
}
/*-- foundationフォルダの中の_index.scss --*/
body {
  color: #404040;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 0.9375vw;
}
@media only screen and (max-width: 1271px) {
  body {
    font-size: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.75vw;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
fieldset,
p,
figure {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-underline-offset: 3px;
}

table {
  border-collapse: collapse;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button {
  cursor: pointer;
}

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

/*                link
======================================================= */
a {
  color: #404040;
  text-decoration: none;
}

/*-- componentフォルダの中の_index.scss --*/
@media only screen and (max-width: 767px) {
  .l-bread {
    width: 100%;
    overflow: auto;
  }
}

.c-bread__inner {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-bread__inner {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread__inner {
    margin-top: 10vw;
  }
}
.c-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: auto;
  gap: 0.8333333333vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 767px) {
  .c-bread__list {
    gap: 2vw;
  }
}
.c-bread__list::-webkit-scrollbar {
  display: none;
}
.c-bread__item {
  position: relative;
}
.c-bread__item span {
  font-weight: bold;
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-bread__item span {
    font-size: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread__item span {
    font-size: 3vw;
  }
}
.c-bread__item + .c-bread__item {
  padding-left: 1.7708333333vw;
}
@media only screen and (max-width: 767px) {
  .c-bread__item + .c-bread__item {
    padding-left: 4vw;
  }
}
.c-bread__item + .c-bread__item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  aspect-ratio: 1/1;
  width: 0.9375vw;
  height: auto;
  background-color: #132C6E;
  border-radius: 50%;
  left: 0;
  top: 0.3125vw;
}
@media only screen and (max-width: 1271px) {
  .c-bread__item + .c-bread__item::before {
    top: 0.6294256491vw;
    width: 1.1014948859vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread__item + .c-bread__item::before {
    top: 1.75vw;
    width: 3vw;
  }
}
.c-bread__item + .c-bread__item::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 0.4166666667vw;
  position: absolute;
  left: 0.2083333333vw;
  top: 0.5729166667vw;
  -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-arrow.svg");
  mask-image: url("/wp-content/themes/crecon/assets/images/common/c-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
@media only screen and (max-width: 1271px) {
  .c-bread__item + .c-bread__item::after {
    left: 0.2360346184vw;
    top: 0.8654602675vw;
    width: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bread__item + .c-bread__item::after {
    top: 2.5vw;
    left: 0.75vw;
    width: 1.5vw;
  }
}
.c-bread__item.last .c-bread__link {
  pointer-events: none;
  text-decoration: none;
}
.c-bread__item.last .c-bread__link span {
  font-weight: 500;
}
.c-bread__link {
  display: block;
  height: 100%;
  font-weight: bold;
  line-height: 1.625;
  color: #fff;
  text-decoration: underline;
}
.c-bread__link:hover {
  text-decoration: none;
}

.--radius {
  border-radius: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .--radius {
    border-radius: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .--radius {
    border-radius: 2vw;
  }
}

.c-font--roboto {
  font-family: "Roboto", sans-serif;
}
.c-font--arial {
  font-family: Arial, "arial", sans-serif;
}

.c-text + .c-text {
  margin-top: 1.0416666667vw;
}

.--bold {
  font-weight: bold;
}

.c-link-icon {
  position: relative;
  width: 0.9375vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #132C6E;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-link-icon {
    width: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-icon {
    width: 4.5vw;
  }
}
.c-link-icon::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 0.3645833333vw;
  -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-arrow.svg");
  mask-image: url("/wp-content/themes/crecon/assets/images/common/c-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-link-icon::before {
    width: 0.550747443vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-icon::before {
    width: 1.75vw;
  }
}
.c-link-icon.--black::before {
  background-color: #0E0000;
}
.c-link-icon.--white {
  background-color: #fff;
}
.c-link-icon.--white::before {
  background-color: #132C6E;
}
.c-link-icon.--left::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-link-icon.--bottom::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-link-icon.--large {
  width: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-link-icon.--large {
    width: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-icon.--large {
    width: 6vw;
  }
}
.c-link-icon.--large::before {
  width: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-link-icon.--large::before {
    width: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-icon.--large::before {
    width: 2vw;
  }
}

.c-link-btn {
  max-width: 22.9166666667vw;
  cursor: pointer;
  height: 100%;
}
@media only screen and (max-width: 1271px) {
  .c-link-btn {
    max-width: 34.6184107002vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-btn {
    max-width: none;
  }
}
.c-link-btn--white .c-link-btn__text {
  background-color: #fff;
  color: #132C6E;
}
.c-link-btn--white .c-link-btn__text:hover {
  background-color: #132C6E;
  color: #fff;
}
.c-link-btn--white .c-link-btn__text:hover .c-link-icon {
  background-color: #fff;
}
.c-link-btn--white .c-link-btn__text:hover .c-link-icon::before {
  background-color: #132C6E;
}
.c-link-btn--low .c-link-btn__text {
  padding-top: 0.9895833333vw;
  padding-bottom: 0.9375vw;
}
@media only screen and (max-width: 1271px) {
  .c-link-btn--low .c-link-btn__text {
    padding-top: 1.4948859166vw;
    padding-bottom: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-btn--low .c-link-btn__text {
    padding-top: 5vw;
    padding-bottom: 4.25vw;
  }
}
.c-link-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px #132C6E solid;
  border-radius: 0.5208333333vw;
  line-height: 1.3;
  padding: 1.40625vw 0.78125vw 1.3541666667vw;
  font-size: 0.9375vw;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4166666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #132C6E;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .c-link-btn__text {
    font-size: 1.4162077105vw;
    gap: 0.6294256491vw;
    padding: 1.1014948859vw 0.7867820614vw 1.0228166798vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-btn__text {
    font-size: 4.5vw;
    gap: 2vw;
    padding: 6.75vw 2.5vw 6.5vw;
    border-radius: 2vw;
  }
}
.c-link-btn__text:hover {
  background-color: #fff;
  color: #132C6E;
}
.c-link-btn__text:hover .--white {
  background-color: #132C6E;
}
.c-link-btn__text:hover .--white::before {
  background-color: #fff;
}
.c-link-btn__text:hover .c-link-btn__back::before {
  background-color: #132C6E;
}
.c-link-btn__back {
  position: relative;
  padding-left: 1.3541666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-link-btn__back {
    padding-left: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-btn__back {
    padding-left: 5vw;
  }
}
.c-link-btn__back::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 0.9375vw;
  -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-link-btn__back.svg");
  mask-image: url("/wp-content/themes/crecon/assets/images/common/c-link-btn__back.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1271px) {
  .c-link-btn__back::before {
    width: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-link-btn__back::before {
    width: 3vw;
  }
}

.c-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(10, 124, 36)), to(rgb(196, 215, 0)));
  background-image: linear-gradient(90deg, rgb(10, 124, 36), rgb(196, 215, 0));
}

.c-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(239, 138, 0, 0.56)));
  background: linear-gradient(transparent 65%, rgba(239, 138, 0, 0.56) 65%);
}

@media only screen and (max-width: 767px) {
  .c-pc-break {
    display: none;
  }
}

@media only screen and (max-width: 1271px) {
  .c-tb-break {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-sp-break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-pc-display {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-sp-display {
    display: none;
  }
}

.c-section {
  padding: 8.3333333333vw 0;
}
@media only screen and (max-width: 1271px) {
  .c-section {
    padding: 6.294256491vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-section {
    padding: 20vw 0;
  }
}
.c-section--no-pb {
  padding-bottom: 0;
}
.c-section__head {
  font-size: 3.3333333333vw;
  font-weight: bold;
  line-height: 1.156;
  position: relative;
  padding-left: 3.2291666667vw;
  font-family: Arial, "arial", sans-serif;
}
@media only screen and (max-width: 1271px) {
  .c-section__head {
    font-size: 2.5177025964vw;
    padding-left: 2.5177025964vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__head {
    font-size: 8vw;
    padding-left: 8vw;
  }
}
.c-section__head span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.25vw;
  font-weight: bold;
  display: block;
  line-height: 1.625;
  margin-top: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__head span {
    font-size: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__head span {
    font-size: 4.5vw;
  }
}
.c-section__head::before {
  content: "";
  display: block;
  aspect-ratio: 0.0972222222;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head.svg");
  mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #132C6E;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-section__head.--small {
  font-size: 2.9166666667vw;
  padding-left: 2.2916666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__head.--small {
    font-size: 2.5177025964vw;
    padding-left: 2.5177025964vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__head.--small {
    font-size: 8vw;
    padding-left: 8vw;
  }
}
.c-section__head.--small span {
  font-size: 1.0416666667vw;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1271px) {
  .c-section__head.--small span {
    font-size: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__head.--small span {
    font-size: 4.5vw;
  }
}
.c-section__head.--small::before {
  width: 0.625vw;
  height: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__head.--small::before {
    width: auto;
    height: 100%;
  }
}
.c-section__head.--small.--large::before {
  -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head--large.svg");
  mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head--large.svg");
  height: 9.8958333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__head.--small.--large::before {
    -webkit-mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head.svg");
    mask-image: url("/wp-content/themes/crecon/assets/images/common/c-section__head.svg");
    width: auto;
    height: 100%;
  }
}
.c-section__sub-head {
  font-size: 1.0416666667vw;
  line-height: 1.6;
  color: #404040;
  font-weight: bold;
  margin-top: 0.5208333333vw;
  margin-bottom: 1.5625vw;
}
.c-section__normal-head {
  line-height: 1.25;
  font-size: 1.6666666667vw;
  font-weight: bold;
}
@media only screen and (max-width: 1271px) {
  .c-section__normal-head {
    font-size: 2.5177025964vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__normal-head {
    font-size: 6vw;
  }
}
.c-section__normal-head span {
  display: inline-block;
}
.c-section__border-head {
  font-size: 2.0833333333vw;
  color: #404040;
  font-weight: bold;
  line-height: 1.625;
  position: relative;
  padding-left: 2.0833333333vw;
  padding-bottom: 0.5208333333vw;
  border-bottom: 2px #B0B0B0 solid;
  font-weight: bold;
}
@media only screen and (max-width: 1271px) {
  .c-section__border-head {
    font-size: 1.5735641227vw;
    padding-left: 1.5735641227vw;
    padding-bottom: 0.3933910307vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__border-head {
    font-size: 5vw;
    padding-left: 5vw;
    padding-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__border-head.--min {
    font-size: 4.5vw;
    padding-left: 4.5vw;
  }
  .c-section__border-head.--min::before {
    top: 2.25vw;
  }
}
.c-section__border-head.--single::before {
  background: -webkit-gradient(linear, left top, left bottom, to(#132C6E));
  background: linear-gradient(to bottom, #132C6E 100%);
}
.c-section__border-head::before {
  content: "";
  display: block;
  width: 0.8333333333vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), color-stop(50%, #404040), color-stop(50%, #132C6E), to(#132C6E));
  background: linear-gradient(to bottom, #404040 0%, #404040 50%, #132C6E 50%, #132C6E 100%);
  position: absolute;
  left: 0;
  top: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__border-head::before {
    width: 0.6294256491vw;
    top: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__border-head::before {
    width: 2vw;
    top: 3vw;
  }
}
.c-section__l-border-head {
  font-weight: bold;
  position: relative;
  line-height: 1.625;
  padding-left: 1.0416666667vw;
  font-size: 1.25vw;
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__l-border-head {
    margin-top: 2.3603461841vw;
    margin-bottom: 1.1801730921vw;
    font-size: 1.8882769473vw;
    padding-left: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__l-border-head {
    margin-top: 7.5vw;
    margin-bottom: 3.75vw;
    font-size: 6vw;
    padding-left: 20px;
  }
}
.c-section__l-border-head::before {
  content: "";
  display: block;
  width: 0.2083333333vw;
  height: calc(100% - 0.4166666667vw);
  background-color: #132C6E;
  position: absolute;
  left: 0;
  top: 0.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__l-border-head::before {
    width: 0.3147128245vw;
    height: calc(100% - 0.6294256491vw);
    top: 0.3147128245vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__l-border-head::before {
    width: 4px;
    height: calc(100% - 2vw);
    top: 1vw;
  }
}
.c-section__content {
  padding-top: 8.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__content {
    padding-top: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__content {
    padding-top: 20vw;
  }
}
.c-section__content.--top {
  padding-top: 0;
}
.c-section__content--no-pt {
  padding-top: 0;
}
.c-section__content + .--min {
  padding-top: 5.2083333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__content + .--min {
    padding-top: 3.9339103068vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__content + .--min {
    padding-top: 12.5vw;
  }
}
.c-section__content--bg-gray {
  background-color: #f7f7f7;
}
.c-section__content--has-pb {
  padding-bottom: 8.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__content--has-pb {
    padding-bottom: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__content--has-pb {
    padding-bottom: 20vw;
  }
}
.c-section__text {
  margin-top: 2.0833333333vw;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1271px) {
  .c-section__text {
    margin-top: 1.9669551534vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__text {
    margin-top: 6.25vw;
  }
}
.c-section__text + .c-section__text {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__text + .c-section__text {
    margin-top: 1.1801730921vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__text + .c-section__text {
    margin-top: 3.75vw;
  }
}
.c-section__text.--center {
  text-align: center;
}
@media only screen and (max-width: 1271px) {
  .c-section__text.--center {
    text-align: left;
  }
}
.c-section__text.--mt0 {
  margin-top: 0;
}
.c-section__text.--min {
  font-size: 0.9375vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__text.--min {
    font-size: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__text.--min {
    font-size: 4.5vw;
  }
}
.c-section__text a {
  display: inline-block;
  text-decoration: underline;
  color: #132C6E;
}
.c-section__alpha-head {
  margin-bottom: 0.5208333333vw;
}
@media only screen and (max-width: 767px) {
  .c-section__alpha-head {
    margin-bottom: 1.25vw;
  }
}
.c-section__list {
  margin-top: 1.0416666667vw;
}
.c-section__list.--mt0 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-section__list {
    margin-top: 2.5vw;
  }
}
.c-section__item {
  position: relative;
  padding-left: 0.8333333333vw;
  font-size: 0.9375vw;
  line-height: 2;
}
@media only screen and (max-width: 1271px) {
  .c-section__item {
    padding-left: 0.9441384736vw;
    font-size: 1.1014948859vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__item {
    padding-left: 3vw;
    font-size: 3.5vw;
  }
}
.c-section__item::before {
  content: "";
  display: block;
  width: 0.4166666667vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #132C6E;
  position: absolute;
  left: 0;
  top: 0.7291666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-section__item::before {
    width: 0.3147128245vw;
    top: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__item::before {
    width: 1vw;
    top: 3vw;
  }
}
.c-section__item + .c-section__item {
  margin-top: 0.1041666667vw;
}
.c-section__num-list {
  margin-top: 2.6041666667vw;
  counter-reset: list-counter;
}
@media only screen and (max-width: 1271px) {
  .c-section__num-list {
    margin-top: 1.9669551534vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__num-list {
    margin-top: 6.25vw;
  }
}
.c-section__num-item {
  position: relative;
  padding-left: 1.6666666667vw;
  font-size: 0.9375vw;
  line-height: 2;
  counter-increment: list-counter;
}
@media only screen and (max-width: 1271px) {
  .c-section__num-item {
    padding-left: 2.2029897718vw;
    font-size: 1.1014948859vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-section__num-item {
    padding-left: 7vw;
    font-size: 3.5vw;
  }
}
.c-section__num-item::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.c-section__num-item + .c-section__num-item {
  margin-top: 0.4166666667vw;
}
@media only screen and (max-width: 767px) {
  .c-section__num-item + .c-section__num-item {
    margin-top: 1vw;
  }
}

.swiper-pagination {
  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;
}

.swiper-pagination-bullet {
  width: 1.6666666667vw;
  height: 4px;
  margin: 0 0 0 0.4166666667vw !important;
  background-color: #ececec;
  opacity: 1;
  position: relative;
  border-radius: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1271px) {
  .swiper-pagination-bullet {
    width: 1.730920535vw;
    margin: 0 0 0 0.6294256491vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8vw;
    margin: 0 0 0 2vw !important;
  }
}

.swiper-pagination-bullet-active {
  width: 5.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .swiper-pagination-bullet-active {
    width: 8.8119590873vw;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet-active {
    width: 28vw;
  }
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #132C6E;
}

.swiper-pagination-bullet-active .progress-bar {
  -webkit-animation: fillProgress 3s linear forwards;
          animation: fillProgress 3s linear forwards;
}

.swiper-button {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .swiper-button {
    width: 2.5177025964vw;
    height: 2.5177025964vw;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button {
    width: 8vw;
    height: 8vw;
  }
}
.swiper-button::before {
  width: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  .swiper-button::before {
    width: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button::before {
    width: 2.5vw;
  }
}
.swiper-button::after {
  display: none;
}

.c-swiper-parts {
  position: absolute;
  right: 3.6458333333vw;
  bottom: 3.6458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-swiper-parts {
    gap: 10vw;
    bottom: 8vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
}
.c-swiper-parts .swiper-pagination {
  position: relative;
  inset: 0;
}
.c-swiper-parts__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .c-swiper-parts__button {
    gap: 4vw;
  }
}
.c-swiper-parts__button > div {
  margin: 0;
  inset: 0;
}

@-webkit-keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.c-webinar {
  position: fixed;
  right: 3.3333333333vw;
  bottom: 7.2916666667vw;
  z-index: 20;
  max-width: 12.7083333333vw;
}
.c-webinar__close {
  position: absolute;
  border-radius: 50%;
  background-color: #1a2b4c;
  width: 1.25vw;
  aspect-ratio: 1;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}
.c-webinar__close::before, .c-webinar__close::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 0.5208333333vw;
  left: 50%;
  top: 50%;
}
.c-webinar__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}
.c-webinar__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}
.c-webinar__link {
  border: 3px #1a2b4c solid;
  border-radius: 9999px;
  padding: 0.625vw 1.3020833333vw 0.5729166667vw 3.90625vw;
  text-align: center;
  background-color: #fff;
  display: block;
  line-height: 1;
}
.c-webinar__link::before {
  content: "";
  display: block;
  width: 2.9166666667vw;
  aspect-ratio: 1;
  background-image: url("/wp-content/themes/crecon/assets/images/common/c-webinar.svg");
  background-size: cover;
  position: absolute;
  left: 0.46875vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-webinar__head {
  font-size: 0.7291666667vw;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #1a2b4c;
  border-radius: 0.4166666667vw;
  padding: 0.2604166667vw 0.4166666667vw 0.2604166667vw;
  line-height: 1;
}
.c-webinar__text {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1.278;
  margin-top: 0.2083333333vw;
}

.c-service__list {
  padding: 8.3333333333vw 0 8.3333333333vw 5.4166666667vw;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-service__list {
    padding: 0;
  }
}
.c-service__list::before {
  content: "";
  display: block;
  width: 10.8854166667vw;
  aspect-ratio: 209/888;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/wp-content/themes/crecon/assets/images/common/c-service__bg.png.webp");
  background-size: cover;
}
@media only screen and (max-width: 1271px) {
  .c-service__list::before {
    display: none;
  }
}
.c-service__item {
  padding: 0.625vw;
  -webkit-box-shadow: 0px 0 0.625vw rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0 0.625vw rgba(0, 0, 0, 0.08);
  max-width: 35.8333333333vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__item {
    border-radius: 3.7765538946vw;
    padding: 1.2588512982vw 1.8882769473vw 2.5177025964vw;
    max-width: none;
    -webkit-box-shadow: 0px 0 0.9441384736vw rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0 0.9441384736vw rgba(0, 0, 0, 0.08);
  }
}
@media only screen and (max-width: 767px) {
  .c-service__item {
    border-radius: 12vw;
    padding: 4vw 6vw 8vw;
    -webkit-box-shadow: 0px 0 3vw rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0 3vw rgba(0, 0, 0, 0.08);
  }
}
.c-service__item + .c-service__item {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__item + .c-service__item {
    margin-top: 1.8882769473vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__item + .c-service__item {
    margin-top: 6vw;
  }
}
.c-service__item:nth-child(2), .c-service__item:nth-child(3) {
  margin-left: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__item:nth-child(2), .c-service__item:nth-child(3) {
    margin-left: 0;
  }
}
.c-service__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__item-content {
    gap: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__item-content {
    gap: 4vw;
  }
}
.c-service__img {
  min-width: 4.5833333333vw;
  max-width: 4.5833333333vw;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1271px) {
  .c-service__img {
    min-width: 4.4059795437vw;
    max-width: 4.4059795437vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__img {
    min-width: 14vw;
    max-width: 14vw;
  }
}
.c-service__head {
  font-weight: bold;
  font-size: 1.5625vw;
  line-height: 1.1333333333;
  margin-top: 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__head {
    font-size: 1.8882769473vw;
    margin-top: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__head {
    font-size: 6vw;
    margin-top: 3vw;
  }
}
.c-service__text {
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 2;
  margin-top: 0.2604166667vw;
}
@media only screen and (max-width: 1271px) {
  .c-service__text {
    font-size: 1.2588512982vw;
    margin-top: 1.1801730921vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-service__text {
    font-size: 4.5vw;
    margin-top: 3.75vw;
  }
}

.c-toggle-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 1.25vw;
  aspect-ratio: 1;
  background-color: #132C6E;
}
@media only screen and (max-width: 1271px) {
  .c-toggle-icon {
    width: 1.8882769473vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-toggle-icon {
    width: 6vw;
  }
}
.c-toggle-icon.--large {
  width: 2.0833333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-toggle-icon.--large {
    width: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-toggle-icon.--large {
    width: 5vw;
  }
}
.c-toggle-icon.--large::before, .c-toggle-icon.--large::after {
  width: 0.8333333333vw;
  height: 2px;
}
@media only screen and (max-width: 1271px) {
  .c-toggle-icon.--large::before, .c-toggle-icon.--large::after {
    width: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-toggle-icon.--large::before, .c-toggle-icon.--large::after {
    width: 2vw;
    height: 1px;
  }
}
.c-toggle-icon::before, .c-toggle-icon::after {
  content: "";
  display: block;
  width: 0.5208333333vw;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
@media only screen and (max-width: 1271px) {
  .c-toggle-icon::before, .c-toggle-icon::after {
    width: 0.7867820614vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-toggle-icon::before, .c-toggle-icon::after {
    width: 2.5vw;
  }
}
.c-toggle-icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-toggle-icon.--open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8.3333333333vw;
  margin-top: 6.25vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination {
    gap: 3.1471282455vw;
    margin-top: 4.7206923682vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    gap: 5vw;
    margin-top: 15vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-pagination__btn {
  width: calc(33.3333% - 5.5555555556vw);
}
@media only screen and (max-width: 1271px) {
  .c-pagination__btn {
    width: calc(33.3333% - 2.098085497vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__btn {
    width: 100%;
  }
}
.c-pagination .c-link-btn__text {
  padding: 0.9895833333vw 0.78125vw 0.9375vw;
}
@media only screen and (max-width: 1271px) {
  .c-pagination .c-link-btn__text {
    padding: 0.7867820614vw 0.7867820614vw 0.7081038552vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination .c-link-btn__text {
    padding: 2.5vw 2.5vw 2.25vw;
  }
}

.c-news__item {
  padding: 0.78125vw 0.8333333333vw 0.6770833333vw;
  border-bottom: 1px #B0B0B0 solid;
}
@media only screen and (max-width: 1271px) {
  .c-news__item {
    padding: 0.6294256491vw 0 0.550747443vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__item {
    padding: 2.5vw 0 2vw;
  }
}
.c-news__date {
  font-size: 0.8333333333vw;
  line-height: 1.625;
}
@media only screen and (max-width: 1271px) {
  .c-news__date {
    font-size: 1.1014948859vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__date {
    font-size: 4vw;
  }
}
.c-news__link {
  margin-top: 0.5208333333vw;
  font-weight: bold;
  line-height: 1.875;
  position: relative;
  padding-right: 1.4583333333vw;
  display: block;
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-news__link {
    margin-top: 0.3933910307vw;
    padding-right: 1.730920535vw;
    font-size: 1.1014948859vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__link {
    margin-top: 0;
    padding-right: 8.5vw;
    font-size: 4vw;
  }
}
.c-news__link .c-link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link-text {
  color: #132C6E;
  text-decoration: underline;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .c-link-text:hover {
    text-decoration: none;
  }
}

.c-blue-title {
  font-size: 1.25vw;
  color: #132C6E;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1271px) {
  .c-blue-title {
    font-size: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-blue-title {
    font-size: 5vw;
  }
}

.c-home-secton-title__sub {
  color: #132C6E;
  position: relative;
  padding-left: 2.0833333333vw;
  font-family: Arial, "arial", sans-serif;
  font-weight: bold;
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 767px) {
  .c-home-secton-title__sub {
    font-size: 5.5vw;
    padding-left: 7.5vw;
  }
}
.c-home-secton-title__sub::before {
  content: "";
  position: absolute;
  top: 0.1041666667vw;
  left: 0px;
  aspect-ratio: 1/1;
  width: 1.25vw;
  height: auto;
  background-image: url("../images/common/home-section-title_icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c-home-secton-title__sub::before {
    top: 2.25vw;
    width: 5vw;
  }
}

.c-home-secton-title__main {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1.58;
}
@media only screen and (max-width: 767px) {
  .c-home-secton-title__main {
    font-size: 7vw;
  }
}

.c-lower-kv {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 41.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv {
    min-height: 125vw;
    height: auto;
  }
}

.c-lower-kv__content {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 0;
  background-color: rgba(72, 72, 72, 0.48);
  padding: 2.0833333333vw;
  padding-left: 8.3333333333vw;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__content {
    width: 100%;
    padding: 3vw 3vw 3vw 5vw;
    bottom: 3.75vw;
  }
}

.c-lower-kv__sub-title {
  color: #fff;
  font-family: Arial, "arial", sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 2.0833333333vw;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__sub-title {
    padding-left: 5vw;
    font-size: 3.75vw;
  }
}
.c-lower-kv__sub-title::before {
  content: "";
  position: absolute;
  top: 0.2083333333vw;
  left: 0px;
  aspect-ratio: 1/1;
  width: 1.25vw;
  height: auto;
  mask-image: url("../images/common/home-section-title_icon.svg");
  -webkit-mask-image: url("../images/common/home-section-title_icon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__sub-title::before {
    width: 3.5vw;
    top: 1.5vw;
  }
}

.c-lower-kv__main-title {
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-lower-kv__main-title {
    font-size: 6.5vw;
  }
}

.c-lower-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.c-lower-kv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-related-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -0.8333333333vw;
  margin-left: -0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.2588512982vw;
    margin-left: -1.2588512982vw;
    gap: 2.3603461841vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5vw 0;
    margin-right: 0vw;
    margin-left: 0vw;
  }
}

.c-related-page-list__item {
  width: 25%;
  padding: 0 0.8333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__item {
    padding: 0 1.2588512982vw;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__item {
    width: 100%;
    padding: 0;
  }
}

.c-related-page-list__item-inner {
  background-color: #fff;
  padding: 0.8333333333vw;
  height: 100%;
  border-radius: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__item-inner {
    padding: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__item-inner {
    padding: 4vw;
    border-radius: 1.5vw;
  }
}

.c-related-page-list__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .c-related-page-list__link:hover {
    opacity: 0.6;
  }
}

.c-related-page-list__thumb-wrap {
  aspect-ratio: 264/177;
  overflow: hidden;
  border-radius: 0.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__thumb-wrap {
    border-radius: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__thumb-wrap {
    border-radius: 1.5vw;
  }
}

.c-related-page-list__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-related-page-list__title {
  margin-top: 0.8333333333vw;
  font-weight: bold;
  position: relative;
  padding-right: 1.3541666667vw;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__title {
    margin-top: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__title {
    margin-top: 2.5vw;
  }
}
.c-related-page-list__title::before {
  content: "";
  position: absolute;
  top: 0.2604166667vw;
  right: 0;
  aspect-ratio: 1/1;
  width: 0.9375vw;
  height: auto;
  background-color: #132C6E;
  border-radius: 50%;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__title::before {
    top: 0.550747443vw;
    width: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__title::before {
    width: 4vw;
    top: 1vw;
  }
}
.c-related-page-list__title::after {
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  right: 0.3125vw;
  aspect-ratio: 1/1;
  width: 0.4166666667vw;
  height: auto;
  mask-image: url("../images/common/c-arrow.svg");
  -webkit-mask-image: url("../images/common/c-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
}
@media only screen and (max-width: 1271px) {
  .c-related-page-list__title::after {
    top: 0.9441384736vw;
    right: 0.4720692368vw;
    width: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-related-page-list__title::after {
    top: 2.25vw;
    right: 1.25vw;
    width: 1.5vw;
  }
}

.c-basic-title {
  font-size: 1.6666666667vw;
  font-weight: bold;
  position: relative;
  padding-left: 1.5625vw;
  line-height: 1.13;
}
@media only screen and (max-width: 1271px) {
  .c-basic-title {
    font-size: 2.5177025964vw;
    padding-left: 2.3603461841vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-basic-title {
    font-size: 6vw;
    padding-left: 3vw;
  }
}
.c-basic-title::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.3125vw;
  height: 100%;
  background-color: #132C6E;
}
@media only screen and (max-width: 1271px) {
  .c-basic-title::before {
    width: 0.4720692368vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-basic-title::before {
    width: 1vw;
  }
}

.c-text-block__item + .c-text-block__item {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__item + .c-text-block__item {
    margin-top: 4.7206923682vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__item + .c-text-block__item {
    margin-top: 10vw;
  }
}

.c-text-block__sub-title {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__sub-title {
    font-size: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__sub-title {
    font-size: 5vw;
  }
}

.c-text-block__detail {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__detail {
    margin-top: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__detail {
    margin-top: 2.5vw;
  }
}

.c-text-block__para {
  line-height: 2;
}
.c-text-block__para + .c-text-block__para {
  margin-top: 2em;
}

.c-text-block__sub-head-block + .c-text-block__sub-head-block {
  margin-top: 3.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__sub-head-block + .c-text-block__sub-head-block {
    margin-top: 5.0354051928vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__sub-head-block + .c-text-block__sub-head-block {
    margin-top: 10vw;
  }
}

.c-text-block__sub-head {
  position: relative;
  padding: 0.5729166667vw 1.25vw 0.46875vw;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__sub-head {
    padding: 0.550747443vw 1.8882769473vw 0.3933910307vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__sub-head {
    padding: 2.5vw 2.5vw 1.5vw;
  }
}
.c-text-block__sub-head::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #132c6e;
  opacity: 0.08;
}
.c-text-block__sub-head + .c-text-block__para {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .c-text-block__sub-head + .c-text-block__para {
    margin-top: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-block__sub-head + .c-text-block__para {
    margin-top: 2.5vw;
  }
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .u-txt-center.--sp {
    text-align: left;
  }
}

.u-txt-right {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  .u-block-center-tb {
    margin-left: auto;
    margin-right: auto;
  }
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ib {
  display: inline-block;
}

.u-bold {
  font-weight: 700;
}

a.u-link-txt {
  text-decoration: underline;
  color: Blue;
  font-weight: 700;
}

.u-bg-light-sky {
  background-color: blue;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 0.9375vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt18 {
    margin-top: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt18 {
    margin-top: 4.5vw;
  }
}

.u-mt20 {
  margin-top: 1.0416666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt20 {
    margin-top: 1.5735641227vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5vw;
  }
}

.u-mt24 {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt24 {
    margin-top: 1.8882769473vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-mt24 {
    margin-top: 6vw;
  }
}

.u-mt30 {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt30 {
    margin-top: 2.3603461841vw;
  }
}

.u-mt32 {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1279px) {
  .u-mt32 {
    margin-top: 2.2029897718vw;
  }
}

.u-mt35 {
  margin-top: 1.8229166667vw;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 3.75vw;
}
@media only screen and (max-width: 767px) {
  .u-mt72 {
    margin-top: 13.5vw;
  }
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt82 {
  margin-top: 4.2708333333vw;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 5.2083333333vw;
}

.u-mt104 {
  margin-top: 104px;
}

.u-mt112 {
  margin-top: 112px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb80 {
  margin-bottom: 4.1666666667vw;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml104 {
  margin-left: 104px;
}

.u-ml112 {
  margin-left: 112px;
}

.u-ml120 {
  margin-left: 120px;
}

.l-hd {
  width: 100%;
  height: 4.1666666667vw;
  position: fixed;
  z-index: 25;
  padding: 0 1.6666666667vw;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .l-hd {
    height: 6.294256491vw;
    padding: 0 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd {
    height: 20vw;
    padding: 0 4vw;
  }
}
.l-hd.is-scroll {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.l-hd.is-scroll .l-hd-navi__text {
  color: #0E0000;
}
.l-hd.is-scroll .l-switch::before {
  background-color: #b0b0b0;
}
.l-hd.is-scroll .l-switch__link {
  color: #0E0000;
}
.l-hd__logo {
  max-width: 8.8541666667vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 1023px) {
  .l-hd__logo {
    max-width: 8.9693154996vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-hd__logo {
    max-width: 28.5vw;
  }
}
.l-hd__logo-img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.l-hd__logo-link {
  display: block;
  line-height: 1;
}

.l-hd-navi {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
}
@media only screen and (max-width: 1023px) {
  .l-hd-navi {
    display: none;
  }
}
.l-hd-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2604166667vw 2.0833333333vw;
}
.l-hd-navi__item {
  position: relative;
  padding-bottom: 1.0416666667vw;
}
.l-hd-navi__item::before {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #132C6E;
  position: absolute;
  top: calc(100% - 4px);
  left: calc(50% - 0.5208333333vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-hd-navi__item:hover::before {
  width: calc(100% - 1.0416666667vw);
}
.l-hd-navi__item:hover .l-hd-navi__link::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.l-hd-navi__item:hover .l-mega-menu {
  opacity: 1;
  visibility: visible;
}
.l-hd-navi__link {
  font-size: 0.9375vw;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-weight: bold;
}
.l-hd-navi__link:not(.no-mega) {
  padding-right: 1.0416666667vw;
}
.l-hd-navi__link:not(.no-mega)::before, .l-hd-navi__link:not(.no-mega)::after {
  content: "";
  display: block;
  width: 0.625vw;
  height: 2px;
  background-color: #132C6E;
  top: 50%;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
.l-hd-navi__link::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-hd-navi__link::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-mega-menu {
  position: absolute;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1.5625vw 1.5625vw 1.3020833333vw;
  background-color: #fff;
  border-radius: 0 0 0.4166666667vw 0.4166666667vw;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-mega-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4166666667vw;
}
.l-mega-menu__item + .l-mega-menu__item {
  margin-top: 1.0416666667vw;
}
.l-mega-menu__link {
  font-size: 0.9375vw;
  font-weight: bold;
}

.l-switch {
  position: relative;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.l-switch::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 0.2083333333vw);
  position: absolute;
  left: -2.0833333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #B0B0B0;
}
@media only screen and (max-width: 1023px) {
  .l-switch::before {
    display: none;
  }
}
.l-switch__link {
  font-size: 0.8333333333vw;
  font-family: "NotoSansJp", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125vw;
}
@media only screen and (max-width: 1023px) {
  .l-switch__link {
    font-size: 1.1014948859vw;
    gap: 0.6294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-switch__link {
    font-size: 3.5vw;
    gap: 2vw;
  }
}
.l-switch__link.none {
  display: none;
}
.l-switch.--sp {
  position: absolute;
  top: calc(100% + 0.6294256491vw);
  right: 1.2588512982vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1024px) {
  .l-switch.--sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-switch.--sp {
    top: calc(100% + 2vw);
    right: 4vw;
  }
}
.l-switch.--sp.is-scroll {
  opacity: 0;
  pointer-events: none;
}
.l-switch.--sp .c-link-icon {
  width: 1.4162077105vw;
}
@media only screen and (max-width: 767px) {
  .l-switch.--sp .c-link-icon {
    width: 4.5vw;
  }
}
.l-switch.--sp .c-link-icon::before {
  width: 0.4720692368vw;
}
@media only screen and (max-width: 767px) {
  .l-switch.--sp .c-link-icon::before {
    width: 1.5vw;
  }
}
.l-switch.--sp.--menu {
  top: 0.3933910307vw;
}
@media only screen and (max-width: 767px) {
  .l-switch.--sp.--menu {
    top: 1.25vw;
  }
}
.l-switch.is-hidden {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .l-sp-menu-btn-wrap {
    display: none;
  }
}
.l-sp-menu-btn-wrap {
  position: absolute;
  right: 1.2588512982vw;
  top: 50%;
  cursor: pointer;
  width: 3.7765538946vw;
  height: 3.7765538946vw;
  background-color: #132C6E;
  border-radius: 0.6294256491vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn-wrap {
    right: 4vw;
    width: 12vw;
    height: 12vw;
    border-radius: 2vw;
  }
}
.l-sp-menu-btn-wrap--active .l-sp-menu-btn__border {
  background: none;
}
.l-sp-menu-btn-wrap--active .l-sp-menu-btn__border::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 0;
}
.l-sp-menu-btn-wrap--active .l-sp-menu-btn__border::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 0;
}

.l-sp-menu-btn {
  position: absolute;
  height: 1.2588512982vw;
  width: 1.5735641227vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn {
    height: 4vw;
    width: 5vw;
  }
}
.l-sp-menu-btn__border {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0.6294256491vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn__border {
    border-radius: 2vw;
  }
}
.l-sp-menu-btn__border::before, .l-sp-menu-btn__border::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.l-sp-menu-btn__border::before {
  top: -0.550747443vw;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn__border::before {
    top: -1.75vw;
  }
}
.l-sp-menu-btn__border::after {
  bottom: -0.550747443vw;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu-btn__border::after {
    bottom: -1.75vw;
  }
}

/*-- layoutフォルダの中の_index.scss --*/
body.sp_menu_open {
  overflow: hidden;
}
body.sp_menu_open .l-hd {
  background-color: #f5f5f5;
}

.l-main {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .l-main {
    margin-top: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    margin-top: 20vw;
  }
}

.l-width {
  margin: 0 auto;
  padding: 0 1.0416666667vw;
  max-width: 85.4166666667vw;
}
@media only screen and (max-width: 1271px) {
  .l-width {
    padding: 0 1.5735641227vw;
    max-width: 97.5609756098vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-width {
    padding: 0 4vw;
  }
}
.l-width.--short {
  max-width: 68.75vw;
}
@media only screen and (max-width: 1271px) {
  .l-width.--short {
    max-width: 97.5609756098vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-width.--short {
    max-width: 100vw;
  }
}

.--relative {
  position: relative;
}

.l-ft {
  background-color: #fff;
  border-top: 1px #B0B0B0 solid;
  padding-top: 5.46875vw;
}
@media only screen and (max-width: 1023px) {
  .l-ft {
    padding-top: 4.3273013375vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft {
    padding-top: 12.5vw;
  }
}
.l-ft__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-ft__logo-link {
  display: block;
}
.l-ft__logo-img {
  max-width: 11.0416666667vw;
}
@media only screen and (max-width: 1023px) {
  .l-ft__logo-img {
    max-width: 13.217938631vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__logo-img {
    max-width: 42vw;
  }
}
.l-ft__text {
  font-size: 0.8333333333vw;
  line-height: 1.875;
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1023px) {
  .l-ft__text {
    font-size: 1.2588512982vw;
    margin-top: 2.3603461841vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__text {
    font-size: 3.75vw;
    margin-top: 7.5vw;
  }
}
.l-ft__text + .l-ft__text {
  margin-top: 0.5208333333vw;
}
@media only screen and (max-width: 1023px) {
  .l-ft__text + .l-ft__text {
    margin-top: 0.7867820614vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__text + .l-ft__text {
    margin-top: 2.5vw;
  }
}
.l-ft__right {
  max-width: 43.75vw;
  width: 100%;
}
@media only screen and (max-width: 1271px) {
  .l-ft__right {
    max-width: 47.2069236821vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-ft__right {
    display: none;
  }
}
.l-ft__copy {
  font-size: 0.7291666667vw;
  line-height: 1;
  text-align: center;
  padding: 1.0416666667vw 0 0.8854166667vw;
  background-color: #132C6E;
  margin-top: 6.25vw;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .l-ft__copy {
    font-size: 1.1014948859vw;
    padding: 1.5735641227vw 0 1.3375295043vw;
    margin-top: 4.3273013375vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__copy {
    font-size: 3.5vw;
    padding: 5vw 0 4.25vw;
    margin-top: 12.5vw;
  }
}

.l-ft-navi__top-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3.0208333333vw auto 3.0208333333vw auto 3.0208333333vw auto;
  grid-template-columns: repeat(4, auto);
  grid-auto-rows: auto;
  -webkit-column-gap: 3.0208333333vw;
     -moz-column-gap: 3.0208333333vw;
          column-gap: 3.0208333333vw;
  row-gap: 0.4166666667vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.l-ft-navi__top-item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.l-ft-navi__top-item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.l-ft-navi__top-item:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.l-ft-navi__top-item:nth-child(4) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.l-ft-navi__top-item:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.l-ft-navi__top-item:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.l-ft-navi__top-item:nth-child(7) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.l-ft-navi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4166666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 768px) {
  .l-ft-navi__link:hover {
    opacity: 0.8;
  }
}
.l-ft-navi__link.--min {
  letter-spacing: 0.07em;
}
.l-ft-navi__link + .l-ft-navi__link {
  margin-top: 0.5208333333vw;
}
.l-ft-navi__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
.l-ft-navi__bottom-item {
  width: 33.33%;
}
.l-ft-navi__bottom-item--nallow {
  width: 25%;
}
.l-ft-navi__bottom-head {
  padding-bottom: 0.78125vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px #B0B0B0 solid;
}
.l-ft-navi .c-link-icon {
  min-width: 0.9375vw;
  top: 0.15625vw;
}
@media only screen and (max-width: 1023px) {
  .l-ft-navi .c-link-icon {
    min-width: 0.9441384736vw;
    top: 0.2360346184vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft-navi .c-link-icon {
    min-width: 3vw;
    top: 0.75vw;
  }
}

.l-sp-menu {
  position: fixed;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 25;
  top: 6.294256491vw;
  padding-top: 3.9339103068vw;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu {
    top: 20vw;
    padding-top: 12.5vw;
  }
}
.l-sp-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.l-sp-menu__scroll {
  height: calc(100vh - 18.8827694729vw);
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__scroll {
    height: calc(100vh - 60vw);
  }
}
.l-sp-menu__width {
  margin: 0 auto;
  padding: 0 1.2588512982vw;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__width {
    max-width: 100vw;
    padding: 0 4vw;
  }
}
.l-sp-menu__list {
  border-top: 1px #B0B0B0 solid;
}
.l-sp-menu__item {
  border-bottom: 1px #B0B0B0 solid;
}
.l-sp-menu__link {
  font-size: 1.4162077105vw;
  line-height: 2;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding: 1.5735641227vw 0 1.5735641227vw;
}
@media only screen and (max-width: 1023px) {
  .l-sp-menu__link {
    padding: 1.730920535vw 0 1.4162077105vw;
    font-size: 1.4162077105vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__link {
    padding: 5.5vw 0 4.5vw;
    font-size: 4.5vw;
  }
}
.l-sp-menu__mega-list {
  padding-bottom: 1.5735641227vw;
  -webkit-transform: translateY(-0.3147128245vw);
          transform: translateY(-0.3147128245vw);
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__mega-list {
    padding-bottom: 5vw;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
}
.l-sp-menu__mega-item + .l-sp-menu__mega-item {
  margin-top: 0.7867820614vw;
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__mega-item + .l-sp-menu__mega-item {
    margin-top: 2.5vw;
  }
}
.l-sp-menu__mega-link {
  font-size: 1.2588512982vw;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .l-sp-menu__mega-link {
    font-size: 1.2588512982vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-sp-menu__mega-link {
    font-size: 4vw;
  }
}

.l-sp-menu--show {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .l-sp-menu--show {
    left: 100%;
  }
}