@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: YakuHanJP, "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.03em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.45rem;
    letter-spacing: 0.01em;
  }
}

p,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  caret-color: transparent;
  pointer-events: none;
}

label {
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
}

input[type=text] {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  all: revert; /* リセットされた UA スタイルを復元 */
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
/* スライド
-------------------------------------------------------*/
.c-slideLeft {
  position: relative;
  opacity: 0;
}
.c-slideLeft::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
}

.c-slideLeft.is-active {
  -webkit-animation: slideLeft 1s ease-in-out forwards;
          animation: slideLeft 1s ease-in-out forwards;
}
.c-slideLeft.is-active::after {
  -webkit-animation: slideLeft-after 1s ease-in-out forwards;
          animation: slideLeft-after 1s ease-in-out forwards;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideLeft-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
.c-slideRight {
  position: relative;
  opacity: 0;
}
.c-slideRight::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #efefef;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-slideRight.is-active {
  -webkit-animation: slideRight 1s ease-in-out forwards;
          animation: slideRight 1s ease-in-out forwards;
}
.c-slideRight.is-active::after {
  -webkit-animation: slideRight-after 1s ease-in-out forwards;
          animation: slideRight-after 1s ease-in-out forwards;
  right: 0;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRight-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideRight-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
.js-scroll {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (min-width: 768px) {
  .js-scroll:nth-child(3n+2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .js-scroll:nth-child(3n+3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .js-scroll {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
}

/* フェード
-------------------------------------------------------*/
.--fadeIn {
  opacity: 0;
}

.--fadeIn.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.--fadeUp {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.--fadeUp.is-active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.--fadeDown.is-active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.--fadeLeft.is-active {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.--fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.--fadeRight.is-active {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.--fadeZoomIn {
  opacity: 0;
}

.--fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.--fadeScale {
  opacity: 0;
  scale: 0.9;
}

.--fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.--fadeBlur {
  opacity: 0;
}

.--fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

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

/**/
@media screen and (min-width: 1401px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1201px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #f7f8f8;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg {
  background-color: #f2f4f4;
}
.u-bg__white {
  background-color: #ffffff;
}
.u-bg__black {
  background-color: #000000;
}
.u-bg__gray {
  background-color: #cacfcf;
}
.u-bg__gray--light {
  background-color: #eeeeee;
}
.u-bg__gray--dark {
  background-color: #cccccc;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.--col1 {
  width: 100%;
}

.--col2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col2 {
    width: 50%;
  }
}

.--col3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col3 {
    width: 33.3333333333%;
  }
}

.--col4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col4 {
    width: 25%;
  }
}

.grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid.--grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.--grid4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .grid.--grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 120px;
    padding-top: 12vw;
  }
}

.section--pt_xs {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xs {
    padding-top: 50px;
    padding-top: 5vw;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_sm {
    padding-top: 85px;
    padding-top: 8.5vw;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 150px;
    padding-top: 15vw;
  }
}

.section--pt_xl {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xl {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xl {
    padding-top: 200px;
    padding-top: 20vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 120px;
    padding-bottom: 12vw;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xs {
    padding-bottom: 50px;
    padding-bottom: 5vw;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_sm {
    padding-bottom: 85px;
    padding-bottom: 8.5vw;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 150px;
    padding-bottom: 15vw;
  }
}

.section--pb_xl {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xl {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xl {
    padding-bottom: 200px;
    padding-bottom: 20vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 120px;
    margin-top: 12vw;
  }
}

.section--mt_xs {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xs {
    margin-top: 50px;
    margin-top: 5vw;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_sm {
    margin-top: 85px;
    margin-top: 8.5vw;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 150px;
    margin-top: 15vw;
  }
}

.section--mt_xl {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xl {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xl {
    margin-top: 200px;
    margin-top: 20vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 120px;
    margin-bottom: 12vw;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xs {
    margin-bottom: 50px;
    margin-bottom: 5vw;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_sm {
    margin-bottom: 85px;
    margin-bottom: 8.5vw;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 150px;
    margin-bottom: 15vw;
  }
}

.section--mb_xl {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xl {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xl {
    margin-bottom: 200px;
    margin-bottom: 20vw;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink a,
.u-zoomLink label {
  display: block;
}
@media screen and (min-width: 1001px) {
  .u-zoomLink a figure img,
  .u-zoomLink label figure img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-zoomLink a:hover figure img,
  .u-zoomLink label:hover figure img {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.u-zoomLink a figure,
.u-zoomLink label figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img,
.u-zoomLink label figure img {
  width: 100%;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #f7f8f8;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    width: 96%;
    margin-inline: auto;
  }
  .c-wrap.--lg {
    max-width: 1400px;
  }
  .c-wrap.--md {
    max-width: 1200px;
  }
  .c-wrap.--sm {
    max-width: 1000px;
  }
  .c-wrap.--xs {
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .c-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-heading {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std";
  text-align: center;
  padding-bottom: 40px;
}
.c-heading .c-heading__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe 0%, #0f4669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__ttl {
    font-size: min(2.9090909091vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__ttl {
    font-size: 7.2222222222vw;
  }
}
.c-heading .c-heading__ttl.--eng {
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__ttl.--eng {
    font-size: min(3.0909090909vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__ttl.--eng {
    font-size: 6.1111111111vw;
  }
}
.c-heading .c-heading__ttl.--grade2 {
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#5aa4ac));
  background: linear-gradient(to right, #6ebebe 0%, #5aa4ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading .c-heading__copy {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__copy {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__copy {
    font-size: 4.4444444444vw;
  }
}
.c-heading .c-heading__copy.--lg {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__copy.--lg {
    font-size: min(2.3636363636vw, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__copy.--lg {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__copy.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__copy.--sm {
    font-size: 3.8888888889vw;
  }
}
.c-heading .c-heading__txt {
  font-weight: 300;
  line-height: 2;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__txt {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__txt {
    font-size: 4.4444444444vw;
  }
}
.c-heading .--center {
  text-align: center;
}
.c-heading .--left {
  text-align: left;
}
.c-heading .--right {
  text-align: right;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
}

.font-tsukushi {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__lg {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__lg {
    font-size: min(2.5454545455vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: 5.8333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__lg {
    line-height: 1.9285714286;
  }
}

.txt__md2 {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__md2 {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__md2 {
    line-height: 2.4;
  }
}

.txt__md {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__md {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__md {
    line-height: 2.3333333333;
  }
}

@media screen and (min-width: 768px) {
  .txt__base {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 3.8888888889vw;
  }
}

.txt__sm {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .txt__sm {
    font-size: min(1.2727272727vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 3.4722222222vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1rem !important;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  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;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #f7f8f8;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.c-arrow {
  padding-right: 0.5em;
}
.c-arrow::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.arrow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-nav:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "";
  width: 17px;
  aspect-ratio: 1;
  background-image: url(../../img/common/slider_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.arrow-nav.--white:before {
  background-image: url(../../img/common/slider_arrow_right_white.svg);
}

.arrow-blank {
  position: relative;
  padding: 0 20px 0 0;
  vertical-align: middle;
  text-decoration: none;
  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;
}
.arrow-blank:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/common/icon-blank.svg);
}
@media screen and (min-width: 768px) {
  .arrow-blank:after {
    width: 11px;
    height: 11px;
  }
}
.arrow-blank.--white:after {
  background-image: url(../../img/common/icon-blank_white.svg);
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list__circle li {
  position: relative;
  padding-left: 1em; /* マーカー分のスペースだけ確保 */
}
.list__circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの中央に揃える */
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%; /* 丸にする */
  background: black; /* マーカー色 */
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f4f4;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.c-form__group {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .c-form__group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-form__group__row .c-form__label {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__group__row .c-form__item {
    width: calc(100% - 280px);
  }
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    margin-bottom: 0.5em;
  }
}
.c-form-icon {
  display: inline;
  font-size: 0.65em;
  font-weight: 500;
  padding: 0px 6px;
  border: 1px solid #000;
}
.c-form-icon.--required {
  color: #d00;
  border-color: #d00;
}
.c-form-icon.--any {
  border-color: #aaa;
}

.c-form-input__field {
  width: 100%;
  padding: 1em 1.5em;
  background: #f3f3f3;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form-input__field {
    padding: 0.8em 1.2em;
  }
}
.c-form-input__field:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #0f4669;
          box-shadow: 0 0 7px #0f4669;
}
.c-form-input__field::-webkit-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-moz-placeholder {
  color: #bbb;
}
.c-form-input__field:-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::placeholder {
  color: #bbb;
}
.c-form-input__field.--sizeS {
  max-width: 180px;
}
.c-form-input__field.--sizeM {
  max-width: 300px;
}
.c-form-input__field.--sizeL {
  max-width: 560px;
}
.c-form-input__field.--sizeLL {
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .c-form-input__field.--sizeLL {
    max-width: 98%;
  }
}

.c-form__buttons {
  width: min(400px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.c-form-button {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* ボタンが利用可能なスペースを均等に埋めるように設定 */
  -ms-flex-preferred-size: 0;
      flex-basis: 0; /* flex-growと組み合わせるための基本サイズを0にする */
  padding: 0.8em 0em 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .c-form-button {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .c-form-button {
    font-size: 4.1666666667vw;
  }
}
.c-form-button--default {
  background-color: #858585;
}
.c-form-button--default:hover {
  background-color: #333 !important;
}
.c-form-button--submit {
  background-color: #d00;
}
.c-form-button--submit:hover {
  background-color: #ff1111;
}
.c-form-button--submit:disabled {
  background-color: #ccc;
  cursor: default;
}

.c-form-radio label,
.c-form-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-form-radio input,
.c-form-checkbox input {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.c-form__list:has(.c-form-radio),
.c-form__list:has(.c-form-checkbox) {
  row-gap: 15px;
}

.c-form__group:has(.formError) .c-form__item .c-form__label {
  color: #d00;
}
.c-form__group:has(.formError) .c-form__item .c-form-input__field {
  background-color: #fee;
}

.c-form__footer {
  text-align: center;
}
.c-form__footer a {
  text-decoration: underline;
}
.c-form__footer a:hover {
  color: #0f4669;
}
.c-form__footer .c-form__privacy input {
  margin-right: 10px;
}
.c-form__footer .c-form__buttons {
  margin-top: 20px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  position: relative;
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1666666667em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    background-color: #f7f8f8;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../images/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.c-button__request__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button__request__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-button__request {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600;
  padding-block: 0.7em;
  color: #fff;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-left: 2px solid #6ebebe;
  border-right: 2px solid #0f4669;
}
@media screen and (min-width: 768px) {
  .c-button__request {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__request {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .c-button__request {
    width: 400px;
    height: 60px;
    padding-block: 0em;
  }
}
.c-button__request::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe, #0f4669);
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button__request::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669)) top/100% 2px no-repeat, -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669)) bottom/100% 2px no-repeat;
  background: linear-gradient(to right, #6ebebe, #0f4669) top/100% 2px no-repeat, linear-gradient(to right, #6ebebe, #0f4669) bottom/100% 2px no-repeat;
  pointer-events: none;
  z-index: 1;
}
.c-button__request:hover {
  color: #0f4669;
}
.c-button__request:hover::before {
  opacity: 0;
}
.c-button__request:hover span:before {
  background-color: #6ebebe;
}
.c-button__request span {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  text-align: center;
}
.c-button__request span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__request span:before {
    width: 30px;
  }
}
.c-button__request.--sm {
  width: 320px;
  height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-button__request.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__request.--sm {
    font-size: 3.8888888889vw;
  }
}
.c-button__request.--sm span:before {
  width: 20px;
}

.c-button__border {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 0.07em;
  border-left: 2px solid #6ebebe;
  border-right: 2px solid #0f4669;
}
@media screen and (min-width: 768px) {
  .c-button__border {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__border {
    font-size: 4.4444444444vw;
  }
}
.c-button__border:before, .c-button__border:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe, #0f4669);
  pointer-events: none;
}
.c-button__border:before {
  top: 0;
}
.c-button__border:after {
  bottom: 0;
}
.c-button__border span {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  text-align: center;
}
.c-button__border span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #6ebebe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__border span:after {
  right: 15px;
}
.c-button__border.--sm {
  width: 320px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (any-hover: hover) {
  .c-button__border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__border:hover {
    opacity: 0.4;
  }
}

.c-button__color__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button__color__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-button__color {
  width: 100%;
  min-width: 280px;
  margin-inline: auto;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding-block: 0.7em;
  color: #fff;
  background: #0f4669;
  border: 2px solid #0f4669;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__color {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__color {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .c-button__color {
    height: 60px;
    padding-block: 0em;
  }
}
.c-button__color:hover {
  color: #0f4669;
  background-color: #fff;
}
.c-button__color:hover span:before {
  background-color: #0f4669;
}
.c-button__color span {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0.5em;
  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;
}
.c-button__color span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__color span:before {
    width: 30px;
  }
}
.c-button__color.--sm {
  width: 320px;
  height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-button__color.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__color.--sm {
    font-size: 3.8888888889vw;
  }
}
.c-button__color.--sm span:before {
  width: 20px;
}

.l-header {
  z-index: 30;
}

.l-header__brand,
.l-header__btn {
  z-index: 5;
}

.l-header__inner {
  z-index: 2;
}

.nav__wrap {
  z-index: 40;
}

.toggle_menu {
  z-index: 50;
}

#nav-bg {
  z-index: 20;
}

.btn-entry.--fixed {
  z-index: 60;
}

/*=======================================================================

ヘッダ
l-header

========================================================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.l-header .l-header__inner {
  pointer-events: none;
}
.l-header a {
  pointer-events: auto;
}
.l-header .l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-inline: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .l-header__inner {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__inner {
    pointer-events: none;
    padding-inline: 5%;
  }
}
.l-header:before {
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner, .l-header:before {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__inner, .l-header:before {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 290px;
    width: 29vw;
    max-width: 110px;
  }
}
.l-header .l-header__logo .c-logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logo .c-logo img {
    width: auto;
    height: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-header .l-header__btn {
  right: 100px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .l-header__btn .btn {
    width: 320px;
    width: 30.4761904762vw;
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .l-header.js-scroll .l-header__inner, .l-header.js-scroll::before {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.js-scroll .l-header__inner, .l-header.js-scroll::before {
    height: 85px;
  }
}
.l-header.js-scroll:before {
  opacity: 0;
}
.l-header.js-scroll .l-header__logo .c-logo img {
  height: 60px;
}
.l-header.js-scroll .c-globalNav__item a {
  color: #333 !important;
}
@media screen and (max-width: 767px) {
  .l-header .c-globalNav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .c-globalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.l-header .c-globalNav .c-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-header .c-globalNav .c-globalNav__item {
  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;
}
.l-header .c-globalNav .c-globalNav__item a {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header .c-globalNav .c-globalNav__item a {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-globalNav .c-globalNav__item a {
    font-size: 4.1666666667vw;
  }
}
@media (any-hover: hover) {
  .l-header .c-globalNav .c-globalNav__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .c-globalNav .c-globalNav__item a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header .c-globalNav .c-globalNav__item a {
    font-size: 1.5rem;
  }
}
.l-header .c-globalNav .c-globalNav__item.--txt + .--txt:before {
  content: "／";
  color: #fff;
  margin-inline: 15px;
}
.l-header .c-globalNav .c-globalNav__item.--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 107px;
  margin-left: 30px;
}
.l-header .c-globalNav .c-globalNav__item.--icon a {
  width: 51px;
  background-color: #fff;
}
@media (any-hover: hover) {
  .l-header .c-globalNav .c-globalNav__item.--icon a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .c-globalNav .c-globalNav__item.--icon a:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header .c-globalNav {
    display: none;
  }
}

.nav_open #nav-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#nav-bg {
  pointer-events: none;
  content: "";
  width: 100vw;
  height: 70vh;
  right: 0;
  top: 0;
  display: block;
  position: fixed;
  background: #cfd4d4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media screen and (min-width: 768px) {
  #nav-bg {
    display: none;
  }
}

.nav__wrap {
  width: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .nav__wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav__wrap.is-active {
    background-color: #fff;
  }
}
.nav__wrap a {
  display: block;
}
.nav__wrap .nav__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70vh;
  padding: 4vw;
  padding-top: 80px;
}
.nav__wrap .nav__logo {
  position: relative;
  width: 500px;
  width: 50vw;
  margin-top: -11vw;
  margin-inline: auto;
  margin-bottom: 20px;
}
.nav__wrap .nav {
  width: 500px;
  width: 50vw;
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 垂直中央配置 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 水平中央配置（必要なら） */
  text-align: center; /* テキスト中央揃え（任意） */
  margin-inline: auto;
}
.nav__wrap .nav .nav__item {
  margin-bottom: 50px;
  margin-bottom: 5vw;
}
.nav__wrap .nav .nav__item a {
  display: block;
  font-size: 46px;
  font-size: 4.6vw;
  font-weight: 500;
  text-align: center;
}
.nav__wrap .nav-form {
  width: 100%;
  margin-bottom: 0;
}
.nav__wrap .nav-form .nav-form__btn {
  margin-top: 30px;
  margin-top: 4.2857142857vw;
}

.toggle_menu {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .toggle_menu {
    display: none;
  }
}
.toggle_menu span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.toggle_menu span:nth-child(1) {
  top: 36%;
}
.toggle_menu span:nth-child(2) {
  top: 50%;
}
.toggle_menu span:nth-child(3) {
  top: 64%;
}

/* トグルボタン 展開時
-------------------------------------------------------*/
body.nav_open .toggle_menu span:nth-child(1), body.nav_open .toggle_menu span:nth-child(3) {
  left: 35%;
  top: 50%;
}
body.nav_open .toggle_menu span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.nav_open .toggle_menu span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav_open .toggle_menu span:nth-child(2) {
  opacity: 0;
}

/* スマホメニュー 展開時 nav_open
-------------------------------------------------------*/
.nav__wrap {
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: none;
          transition-delay: none;
}

body.nav_open .nav__wrap {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.l-wrapper {
  position: relative;
  background-color: #fff;
}
.l-main {
  display: block;
  padding-top: 85px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 140px;
  }
}
.page-top .l-main {
  padding-top: 0px;
}

.footer-contact {
  padding-top: 100px;
  padding-top: 14.2857142857vw;
  padding-bottom: 100px;
  padding-bottom: 14.2857142857vw;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.manage {
  border-top: 1px solid #000;
}
.manage .manage__inner {
  width: min(660px, 100%);
  margin-inline: auto;
  margin-block: 70px;
  margin-block: 10vw;
}
@media screen and (min-width: 768px) {
  .manage .manage__inner {
    margin-block: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.manage .manage__inner .manage__logo {
  width: min(275px, 64%);
}
@media screen and (max-width: 767px) {
  .manage .manage__inner .manage__logo {
    margin-inline: auto;
  }
}
.manage .manage__inner .manage__logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .manage .manage__inner .manage__txtArea {
    margin-top: 30px;
    margin-top: 4.2857142857vw;
    text-align: center;
  }
}
.manage .manage__inner .manage__txtArea .manage__ttl {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .manage .manage__inner .manage__txtArea .manage__ttl {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .manage .manage__inner .manage__txtArea .manage__ttl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .manage .manage__inner .manage__txtArea .manage__txt {
    font-size: min(1.2727272727vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .manage .manage__inner .manage__txtArea .manage__txt {
    font-size: 3.3333333333vw;
  }
}
.manage .manage__inner .manage__txtArea .manage__btn {
  margin-top: 40px;
}
.manage .manage__inner .manage__txtArea .manage__btn .btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .manage .manage__inner .manage__txtArea .manage__btn .btn {
    margin-inline: 0;
  }
}
.manage .manage-form {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .manage .manage-form {
    width: min(920px, 100%);
  }
}
.manage .manage-form .manage-form__btn {
  margin-bottom: 30px;
  margin-bottom: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .manage .manage-form .manage-form__btn {
    width: 47.8260869565%;
    margin-bottom: 0;
  }
}
.manage .manage-form .manage-form__btn a {
  display: block;
}
@media (any-hover: hover) {
  .manage .manage-form .manage-form__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .manage .manage-form .manage-form__btn a:hover {
    opacity: 0.4;
  }
}

/*=======================================================================

 footer

========================================================================*/
.copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: min(1.0909090909vw, 1.2rem);
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 2.7777777778vw;
  }
}

#pagetop {
  z-index: 50;
  overflow: hidden;
  display: none;
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(../../img/common/pagetop.png);
  background-size: cover;
  text-indent: -9999px !important;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .--sticky {
    position: sticky;
    top: 150px;
  }
}

.full {
  margin-inline: calc(50% - 50vw);
}

.article-block {
  width: min(1000px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .article-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article-block.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__ttl {
    width: 33%;
  }
}
.article-block .article-block__ttl .img {
  width: 38%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__ttl .img {
    width: 51.5151515152%;
  }
}
.article-block .article-block__txt {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__txt {
    width: 67%;
  }
}
.article-block .article-block__txt .txt {
  line-height: 2.3333333333;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__txt .txt {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .article-block .article-block__txt .txt {
    font-size: 4.0277777778vw;
  }
}
.article-block .article-block__txt .txt + .txt {
  margin-top: 2em;
}
.article-block .article-block__txt .txt.--sm {
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__txt .txt.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .article-block .article-block__txt .txt.--sm {
    font-size: 4.0277777778vw;
  }
}
.article-block .article-block__txt .txt.--md {
  font-weight: 500;
}
.article-block .article-block__txt .txt.--lg {
  font-weight: 500;
  line-height: 2.1818181818;
}
@media screen and (min-width: 768px) {
  .article-block .article-block__txt .txt.--lg {
    font-size: min(2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .article-block .article-block__txt .txt.--lg {
    font-size: 4.7222222222vw;
  }
}
.article-block.--about {
  width: min(690px, 100%);
}
.article-block.--about .article-block__ttl {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .article-block.--about .article-block__ttl {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .article-block.--about .article-block__ttl {
    width: 15.652173913%;
  }
}
.article-block.--about .article-block__ttl .img {
  width: 100%;
  max-width: 111px;
}
.article-block.--about .article-block__txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .article-block.--about .article-block__txt {
    width: 75.3623188406%;
    letter-spacing: 0.06em;
  }
}
.article-block.--about .article-block__txt .txt {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .article-block.--about .article-block__txt .txt {
    margin-top: 3em;
  }
}
.sec-report {
  display: none;
  background-color: #cfd4d4;
}
.page-top .sec-report {
  display: block;
}
.sec-report .report-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .sec-report .report-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sec-report .report-list .report-list__item {
  background-color: #e6e6e6;
  aspect-ratio: 1;
}
.sec-report .report-insta {
  width: 120px;
  margin-left: auto;
  margin-top: 10px;
}
.sec-report .report-insta a {
  display: block;
}

.sec-ttl {
  position: relative;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe 0%, #0f4669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: min(6vw, 6.6rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 11.1111111111vw;
  }
}
.sec-ttl:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #333333;
  background-color: #0f4669;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background-image: linear-gradient(to right, #6ebebe, #0f4669);
}

/* 次の要素をピン固定された要素の上に重ねるためのスタイル */
.pin-section + .section {
  position: relative;
  z-index: 2; /* 固定される要素よりもz-indexを高くする */
}

.js-mask-text {
  position: relative;
  overflow: hidden;
}
.js-mask-text .js-mask-text__bg,
.js-mask-text .js-mask-text__main {
  position: relative;
  overflow: hidden;
}
.js-mask-text .js-mask-text__bg img,
.js-mask-text .js-mask-text__main img {
  width: 100%;
  height: auto;
  display: block;
}
.js-mask-text .js-mask-text__main {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #f2f4f4;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  -ms-flex-item-align: center;
      align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 50px;
  padding: 7.1428571429vw;
  background: #fff;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .modal_content {
    padding: 100px;
  }
}

.close_button {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: -4vw;
  right: -4vw;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-image: url(../../img/common/modal-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (any-hover: hover) {
  .close_button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .close_button:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  .close_button {
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal_slider {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
.modal_slider img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.modal_slider iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block !important;
}
.modal_slider .slick-prev,
.modal_slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 10px;
  height: 25px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (any-hover: hover) {
  .modal_slider .slick-prev,
  .modal_slider .slick-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .modal_slider .slick-prev:hover,
  .modal_slider .slick-next:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  .modal_slider .slick-prev,
  .modal_slider .slick-next {
    width: 20px;
    height: 50px;
  }
}
.modal_slider .slick-prev {
  background-image: url(../../img/common/modal-arrow_left.svg);
  left: -35px;
  left: -5vw;
}
@media screen and (min-width: 768px) {
  .modal_slider .slick-prev {
    left: -50px;
  }
}
.modal_slider .slick-next {
  background-image: url(../../img/common/modal-arrow_right.svg);
  right: -35px;
  right: -5vw;
}
@media screen and (min-width: 768px) {
  .modal_slider .slick-next {
    right: -50px;
  }
}
.modal_slider .slick-dots {
  width: 100%;
  height: 2px;
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  background: #ccc;
  margin-top: 30px;
  margin-top: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .modal_slider .slick-dots {
    margin-top: 20px;
  }
}
.modal_slider .slick-dots li {
  display: block !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.modal_slider .slick-dots li button {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
.modal_slider .slick-dots li button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.modal_slider .slick-dots li.slick-active button::before {
  background: #333;
}
.modal_slider.pre-init > *:not(:first-child) {
  display: none;
}
.modal_slider.slick-initialized > *:not(:first-child) {
  display: block;
}

.modal__client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 5.7142857143vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .modal__client {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.modal__client .ttl {
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #0f4669;
}
.modal__client .txt:before {
  content: "／";
}

@media screen and (min-width: 768px) {
  .modal__txt {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .modal__txt {
    font-size: 3.8888888889vw;
  }
}

/* 初期状態：1枚目だけ表示 */
.mv-slider > .slide-item,
.thum-slider > .slide-item {
  display: none;
}
.mv-slider:first-child,
.thum-slider:first-child {
  display: block;
}

/* slick初期化後はすべて表示 */
.mv-slider .slick-initialized > li,
.thum-slider .slick-initialized > li {
  display: block;
}

.js-movie {
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media (any-hover: hover) {
  .js-movie {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-movie:hover {
    opacity: 0.4;
  }
}
.js-movie:before {
  pointer-events: none;
  width: 80px;
  width: 11.4285714286vw;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../img/common/icon-youtube.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .js-movie:before {
    width: 18.1818181818%;
  }
}

.slide-item iframe,
.slide-item video {
  cursor: pointer;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}/*# sourceMappingURL=style.css.map */