@charset "UTF-8";
/* mixin */
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
/* 行数によるテキスト変換（501px以上の時,500px以下の時） */
/* フォルダ内の背景画像取得 */
/* 丸角(丸角のpx数,丸角を適用するカドの指定) */
/* container生成（要素の幅,余白,位置【center left right】） */
/* コンテンツの中央配置 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.single_item__pic, .single_block__image, .post_item__pic, .main_banner__btn, .main_schedule__btns, .main_schedule__head, .mv_slider, .footer_btn__link {
  margin-left: auto;
  margin-right: auto;
}

/* flexのfit */
/* template color */
/* custom color */
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(9%) hue-rotate(357deg) brightness(92%) contrast(92%);
}

/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.list_dotted__tab {
  position: relative;
  padding-left: 1em;
}
.list_dotted__tab::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list_count {
  counter-reset: count;
}

.list_count__tab {
  position: relative;
  padding-left: 1.5em;
}
.list_count__tab::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list_num {
  counter-reset: num;
}

.list_num__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_num__tab::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list_unit {
  counter-reset: unit;
}

.list_unit__tab {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1.5em;
}
.list_unit__tab::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 32px;
}

.cm_btn__link {
  display: block;
  min-width: 200px;
  width: 100%;
  height: auto;
  line-height: 56px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 56px;
  overflow: clip;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #FFB200;
}
@media screen and (min-width: 501px) {
  .cm_btn__link {
    max-width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cm_btn__link {
    max-width: 240px;
  }
}

.item_more {
  margin-top: clamp(32px, 2.5vw, 40px);
  text-align: right;
}

.item_more__link {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  display: inline;
  text-decoration: underline;
}

.bg_accent {
  background-color: #fff;
}

.link-text {
  color: #000d99;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "IBM Plex Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
  font-style: normal;
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #FFB200;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 1001px) {
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1231px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1230px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.8;
  border-bottom: 1px solid #5F91D7;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
    padding-right: 24px;
  }
}

th {
  background-color: #F1FFFE;
}
@media screen and (min-width: 1001px) {
  th {
    width: 184px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-top: 1px solid #D4DBDC;
}
.archive .wp-pagenavi {
  padding-top: clamp(32px, 3vw, 48px);
  margin-top: clamp(50px, 7.5vw, 120px);
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-weight: 500;
  padding: unset;
  margin: unset;
  border: none;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 24px;
  }
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 0%;
  height: 2px;
  background-color: #FFB200;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .wp-pagenavi a::before,
  .wp-pagenavi span::before {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  font-weight: 500;
  color: #fff;
  background-color: #FFB200;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  color: transparent !important;
  text-indent: -9999px;
  overflow: clip;
  aspect-ratio: 1/1;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/ico-arrow.svg");
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: center center;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
  -webkit-transition: inherit;
  transition: inherit;
}
.wp-pagenavi .previouspostslink {
  rotate: 180deg;
}

@media screen and (min-width: 501px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .--sp {
    display: block !important;
  }
}

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #FFB200;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 1001px) {
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* module */
.cm-bread {
  padding: 8px 0;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: clamp(20px, 3.2vw, 32px);
  padding-left: clamp(20px, 3.2vw, 32px);
  padding-right: clamp(20px, 3.2vw, 32px);
  padding-bottom: clamp(20px, 3.2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .header_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header_logo {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
}

.header_logo__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 1025px) {
  .header_logo__link {
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo__link {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 501px) {
  .header_logo__link br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header_logo__link br {
    display: block;
  }
}

.header_logo__head {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
}
@media screen and (min-width: 501px) {
  .header_logo__head {
    line-height: 1.5;
  }
  .header_logo__head::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .header_logo__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .header_logo__head {
    line-height: 1.5;
  }
  .header_logo__head::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * (0.5em - 1px));
  }
  .header_logo__head::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}

.header_logo__caption {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
}

.header_btn {
  padding-right: 80px;
}
@media screen and (max-width: 1000px) {
  .header_btn {
    display: none;
  }
}

.header_btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: clip;
  width: 256px;
  height: 72px;
  color: #fff;
  background-color: #FFB200;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
}

.header_btn__caption {
  font-size: 1.6rem;
}

.header_btn__label {
  font-size: 2rem;
}

.header_trigger {
  position: fixed;
  aspect-ratio: 1/1;
  height: auto;
  background: #49C4BA;
  z-index: 15;
  cursor: pointer;
  border-radius: 10px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
}
@media screen and (min-width: 1001px) {
  .header_trigger {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (max-width: 1000px) {
  .header_trigger {
    -webkit-transition-duration: 0ms;
            transition-duration: 0ms;
  }
}
@media screen and (min-width: 501px) {
  .header_trigger {
    top: 32px;
    right: 32px;
    width: 72px;
  }
  .header_trigger.active, .header_trigger.--active {
    scale: 0.7;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media screen and (max-width: 500px) {
  .header_trigger {
    top: 20px;
    right: 20px;
    width: 48px;
  }
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 2px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .header_trigger span {
    width: 36px;
    height: 4px;
  }
  .header_trigger span:first-child {
    -webkit-transform: translateY(calc(-50% - 12px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% - 12px)) translateX(-50%) rotate(0deg);
  }
  .header_trigger span:last-child {
    -webkit-transform: translateY(calc(-50% + 12px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% + 12px)) translateX(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 500px) {
  .header_trigger span {
    width: 24px;
    height: 2px;
  }
  .header_trigger span:first-child {
    -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
  }
  .header_trigger span:last-child {
    -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
            transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
  }
}
.header_trigger.active span {
  opacity: 0;
}
.header_trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 15;
}
@media screen and (min-width: 501px) {
  .header_menu {
    max-width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 500px) {
  .header_menu {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
  }
}
.header_menu.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header_menu .header_menu__box {
  display: block;
  padding-top: 70px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_menu a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0;
  color: #333;
  border-bottom: 1px solid #D4DBDC;
}
.header_menu a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  border-radius: 16px;
  overflow: clip;
  background-color: #5F91D7;
  border: 4px solid #49C4BA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header_menu a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5F91D7;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .header_menu a::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu a::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.header_menu a:hover {
  opacity: 1;
}
.header_menu a:hover::after {
  scale: 1 1;
}

.header_menu__btn {
  margin-top: 32px;
}
.header_menu__btn .header_btn__link {
  color: #fff;
  width: 100%;
}
.header_menu__btn .header_btn__link::before {
  display: none !important;
}
@media screen and (min-width: 501px) {
  .header_menu__btn {
    display: none !important;
  }
}

.footer_block {
  margin-top: clamp(120px, 10vw, 160px);
}

.footer_area {
  padding-top: clamp(64px, 5vw, 80px);
  padding-bottom: clamp(64px, 4.625vw, 74px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .footer_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer_logo__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .footer_logo__link br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer_logo__link br {
    display: block;
  }
}

.footer_logo__head {
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
}

.footer_logo__caption {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
}

.footer_menu {
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footer_menu {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .footer_menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer_address {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer_address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * (0.5em - 1px));
}
.footer_address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (min-width: 1001px) {
  .footer_address {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .footer_address {
    margin-top: 32px;
  }
}

.footer_tel__link {
  font-size: 3.7rem;
  line-height: 0.8648648649;
  color: #49C4BA !important;
  font-weight: 700;
}
.footer_tel__link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.8648648649) * (0.5em - 1px));
}
.footer_tel__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.8648648649) * 0.5em);
}

.footer_tel__unit {
  font-size: 0.7297297297em;
}

.footer_tel__time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer_btn__link {
  display: block;
  text-align: center;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #49C4BA;
  border: 1px solid #49C4BA;
  width: 322px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  overflow: clip;
}
.footer_btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #49C4BA;
}

.cta_area {
  padding-top: clamp(40px, 5vw, 80px);
  padding-bottom: clamp(40px, 5vw, 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #FFB200;
}

.cta_head {
  display: block;
  margin-bottom: clamp(32px, 3.75vw, 60px);
}

.cta_head__lead {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}

.cta_head__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  text-transform: uppercase;
}

.cta_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cta_side__item .item_tel {
  text-align: center;
}
.cta_side__item .item_tel__num,
.cta_side__item .item_tel__number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.cta_side__item .item_tel__num::before,
.cta_side__item .item_tel__number::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * (0.5em - 1px));
}
.cta_side__item .item_tel__num::after,
.cta_side__item .item_tel__number::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
}
.cta_side__item .item_tel__num {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cta_side__item .item_tel__number {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cta_side__item .item_tel__caption {
  font-size: 0.8em;
}
.cta_side__item .item_tel__ico {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .cta_side__item .item_tel__ico {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .cta_side__item .item_tel__ico {
    width: 24px;
  }
}
.cta_side__item .item_tel__time {
  display: block;
  margin-top: clamp(8px, 1vw, 16px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.cta_btn {
  display: block;
  height: auto;
  line-height: 56px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-radius: 56px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .cta_btn {
    width: 320px;
  }
}
@media screen and (max-width: 500px) {
  .cta_btn {
    width: 280px;
  }
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 6.25vw, 100px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th small {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 1001px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #FFB200;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-color: #FFB200;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 25px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 0.7;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* page */
.mv_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .mv_block {
    padding-top: 145px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 500px) {
  .mv_block {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}

.mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
  mix-blend-mode: multiply;
}

.mv_bg__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_dx {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: overlay;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1601px) {
  .mv_dx {
    max-width: 1188px;
    bottom: 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1001px) {
  .mv_dx {
    bottom: 0;
    max-width: 74.25%;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1000px) {
  .mv_dx {
    top: 295px;
    max-width: 105.6338028169%;
  }
}

.mv_dx__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mv_dx__caption {
  max-width: 25.2525252525%;
  margin-left: 47.2222222222%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .mv_dx__caption {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .mv_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .mv_side {
    gap: 54px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .mv_side {
    gap: 24px;
  }
}

.mv_inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mv_slider {
  display: block;
  max-width: 504px;
}
@media screen and (max-width: 1000px) {
  .mv_slider {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1001px) {
  .mv_head {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_head {
    margin-bottom: 40px;
  }
}

.mv_head__caption {
  display: inline-block;
  position: relative;
  color: #FFB200;
  font-size: clamp(2.8rem, 2.5806451613vw, 3.2rem);
  font-weight: 700;
  z-index: 1;
  line-height: 1.6;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.mv_head__caption::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 165%;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #fff 0%, transparent 100%);
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, transparent 100%);
  z-index: -1;
}

.mv_head__lead {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(4.4rem, 4.5161290323vw, 5.6rem);
  font-weight: 700;
  margin-bottom: clamp(16px, 1.125vw, 18px);
}
.mv_head__lead br {
  display: block;
}
@media screen and (min-width: 1001px) {
  .mv_head__lead {
    line-height: 1.6;
  }
  .mv_head__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * (0.5em - 1px));
  }
  .mv_head__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .mv_head__lead {
    line-height: 1.4;
    word-break: auto-phrase;
  }
  .mv_head__lead::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * (0.5em - 1px));
  }
  .mv_head__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
}

.mv_head__txt {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.6;
  font-weight: 700;
}
.mv_head__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.mv_head__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media screen and (min-width: 501px) {
  .mv_head__txt br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .mv_head__txt br {
    display: block;
  }
}

.mv_address {
  font-weight: 700;
}

.mv_address__year {
  display: block;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 5px;
}

.mv_address__dating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.mv_address__date {
  font-size: clamp(3.2rem, 2.7419354839vw, 3.4rem);
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.mv_address__date::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.mv_address__date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.mv_address__time {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 1.6;
}
.mv_address__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.mv_address__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.mv_address__label {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
}

.mv_slide__caption {
  padding-left: 84px;
  padding-right: 84px;
}

.mv_slide__item {
  position: relative;
  padding-top: 32px;
  padding-bottom: 18px;
  z-index: 1;
}
.mv_slide__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: clip;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .mv_slide__item::before {
    max-width: 79.3650793651%;
  }
}
@media screen and (max-width: 500px) {
  .mv_slide__item::before {
    max-width: 85.671641791%;
  }
}

.mv_slide__caption {
  font-size: 1.5rem;
  color: #49C4BA;
  padding-bottom: clamp(10px, 0.8125vw, 13px);
}

.mv_slide__pic {
  display: block;
  border-radius: 10px;
  overflow: clip;
}

.mv_slide__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  line-height: 1.8;
  padding-top: clamp(16px, 1.375vw, 22px);
  text-align: center;
}
.mv_slide__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.mv_slide__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.mv_slide__lead br {
  display: block;
}

@media screen and (min-width: 1001px) {
  .mv_btn {
    margin-top: 30px;
  }
  .mv_btn.--sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .mv_btn {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mv_btn.--pc {
    display: none !important;
  }
  .mv_btn.--sp {
    display: block !important;
  }
}

.mv_btn__link {
  display: block;
  text-align: center;
  font-size: clamp(2rem, 2.5806451613vw, 3.2rem);
  font-weight: 700;
  padding-top: clamp(12px, 1.375vw, 22px);
  padding-left: clamp(28px, 3.5vw, 56px);
  padding-right: clamp(28px, 3.5vw, 56px);
  padding-bottom: clamp(6px, 1.375vw, 22px);
  max-width: 400px;
  color: #fff;
  background-color: #FFB200;
  border-radius: 10px;
  overflow: clip;
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mv_side__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 24px;
}
@media screen and (max-width: 1130px) {
  .mv_side__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mv_web {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1130px) {
  .mv_web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
  }
}

.mv_web__block {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}
@media screen and (min-width: 1131px) {
  .mv_web__block {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .mv_web__block {
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .mv_web__block {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
  }
}

.mv_web__caption {
  display: block;
  font-size: clamp(2.4rem, 2.2580645161vw, 2.8rem);
  font-weight: inherit;
  color: #49C4BA;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mv_web__txt {
  display: inline-block;
  font-size: clamp(1.9rem, 1.7741935484vw, 2.2rem);
  font-weight: inherit;
  border-top: 1px solid #fff;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mv_subject {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  margin-top: 7px;
}
@media screen and (min-width: 501px) {
  .mv_subject {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.mv_subject__label,
.mv_subject__txt {
  font-size: inherit;
  font-weight: inherit;
}

.break_all {
  display: block !important;
}

.main_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: clamp(56px, 8vw, 80px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.join_block .main_head {
  margin-bottom: clamp(32px, 4vw, 40px);
}

.main_head__center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_head__lead {
  display: block;
  font-size: 3.2rem;
  line-height: 1.6;
  font-family: "IBM Plex Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .main_head__lead br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .main_head__lead br {
    display: block;
  }
}

.main_head__caption {
  display: block;
  font-weight: 700;
  color: #49C4BA;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
}
.join_block .main_head__caption {
  color: #fff;
}

.main_caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: clamp(24px, 2vw, 32px);
}
.main_caption::before {
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  height: auto;
  border-radius: 16px;
  overflow: clip;
  background-color: #5F91D7;
  border: 4px solid #49C4BA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_caption__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  line-height: 1.6;
}
.main_caption__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.main_caption__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.main_about {
  padding-top: clamp(64px, 6.5vw, 104px);
}

@media screen and (min-width: 1001px) {
  .main_about__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main_about__inner {
  max-width: 733px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_about__card {
  margin-top: clamp(64px, 4.5vw, 72px);
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1001px) {
  .main_about__card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .main_about__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main_about__item {
  position: relative;
  display: block;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.main_about__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 16px);
  display: block;
  z-index: -1;
}
.main_about__item.main_about__green::before {
  background-color: #49C4BA;
}
.main_about__item.main_about__blue::before {
  background-color: #5F91D7;
}

.main_about__image {
  position: relative;
  display: block;
}

.main_about__pic {
  display: block;
  position: relative;
  z-index: -1;
}
.main_about__pic::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_about__green .main_about__pic::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#49C4BA));
  background: -webkit-linear-gradient(top, transparent 60%, #49C4BA 100%);
  background: linear-gradient(180deg, transparent 60%, #49C4BA 100%);
}
.main_about__blue .main_about__pic::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#5F91D7));
  background: -webkit-linear-gradient(top, transparent 60%, #5F91D7 100%);
  background: linear-gradient(180deg, transparent 60%, #5F91D7 100%);
}

.main_about__image {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_about__head {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4px;
}

.main_about__label {
  display: inline-block;
  color: #fff;
  background-color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_about__figcaption {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
.main_about__figcaption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.main_about__figcaption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.main_about__box {
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.main_task {
  position: relative;
  margin-top: clamp(96px, 6.6875vw, 107px);
  padding-bottom: clamp(60px, 7.5vw, 120px);
  overflow: clip;
}
.main_task::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  max-height: calc(100% - 56px);
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_task.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}
@media screen and (min-width: 1001px) {
  .main_task::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    translate: -50% 0;
    background-image: url("../images/common/task.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1601px) {
  .main_task::after {
    max-height: 444px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .main_task::after {
    max-height: calc(100% - 122px);
  }
}

.main_task__block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1001px) {
  .main_task__block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .main_task__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px;
  }
}

.main_task__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .main_task__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .main_task__list {
    gap: 20px;
  }
}

.main_task__start {
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_task__end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .main_task__end {
    text-align: right;
  }
}

.main_task__tab {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3F5777), to(#8BBFBB));
  background: -webkit-linear-gradient(left, #3F5777 0%, #8BBFBB 100%);
  background: linear-gradient(90deg, #3F5777 0%, #8BBFBB 100%);
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  color: #fff;
  padding-top: 0.7em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 0.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .main_task__tab {
    min-width: 287px;
    line-height: 2;
  }
  .main_task__tab:nth-child(even) {
    min-width: 366px;
  }
}
@media screen and (max-width: 1024px) {
  .main_task__tab {
    line-height: 1.5;
  }
}

@media screen and (max-width: 1000px) {
  .main_task__item {
    position: relative;
  }
  .main_task__item::before {
    content: "";
    position: absolute;
    top: -75px;
    left: 50%;
    translate: -50% 0;
    background-image: url("../images/common/task.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    aspect-ratio: 409/344;
    width: 409px;
    height: auto;
    z-index: -1;
  }
}

.main_task__voice {
  text-align: center;
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}
@media screen and (min-width: 501px) {
  .main_task__voice {
    line-height: 2;
  }
  .main_task__voice::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * (0.5em - 1px));
  }
  .main_task__voice::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .main_task__voice {
    line-height: 1.8;
  }
  .main_task__voice::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * (0.5em - 1px));
  }
  .main_task__voice::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
.main_task__voice br {
  display: block;
}

.main_schedule {
  padding-top: clamp(120px, 9vw, 144px);
  padding-bottom: clamp(120px, 9vw, 144px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_schedule__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_schedule__block {
    padding-left: 108px;
  }
}
@media screen and (max-width: 1000px) {
  .main_schedule__block {
    padding-top: 64px;
  }
}

.main_schedule__ico {
  position: absolute;
}
@media screen and (min-width: 1001px) {
  .main_schedule__ico {
    top: 50%;
    left: 0;
    translate: 0 -50%;
    max-width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .main_schedule__ico {
    top: 0;
    left: 50%;
    translate: -50% 0;
    max-width: 128px;
  }
}

.main_schedule__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FBFBFB;
}
@media screen and (min-width: 1001px) {
  .main_schedule__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
    padding-top: 32px;
    padding-left: 50px;
    padding-right: 24px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .main_schedule__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .main_schedule__wrap {
    padding-top: 88px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

.main_schedule__icon {
  display: block;
  aspect-ratio: 40/16;
  height: auto;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #49C4BA;
}
@media screen and (min-width: 1001px) {
  .main_schedule__icon {
    width: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .main_schedule__icon {
    width: 40px;
  }
}

.main_schedule__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 236px;
}
@media screen and (max-width: 1000px) {
  .main_schedule__head {
    margin-bottom: 24px;
  }
}

.main_schedule__lead {
  font-size: 2.4rem;
}

.main_schedule__time {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F1FFFE;
}

.main_schedule__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_schedule__inner {
    padding-right: 20px;
  }
}

.main_schedule__box + .main_schedule__box {
  margin-top: 14px;
}
@media screen and (max-width: 1000px) {
  .main_schedule__box {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .main_schedule__box {
    text-align: left;
  }
}

.main_schedule__btns {
  width: 254px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 1024px) {
  .main_schedule__btns {
    margin-top: 32px;
  }
}

.main_schedule__btn {
  width: 100%;
  min-height: 72px;
  padding-top: 15px;
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 8px;
  overflow: clip;
}

.main_schedule__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #FFB200;
  font-weight: 700;
}

.main_schedule__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #49C4BA;
  border: 1px solid #49C4BA;
  font-weight: 700;
}
.main_schedule__more:hover {
  opacity: 1;
  color: #fff;
  background-color: #49C4BA;
}

.main_schedule__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  background-color: #49C4BA;
  rotate: 90deg;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .main_schedule__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .main_schedule__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.main_schedule__arrow svg {
  display: block;
  aspect-ratio: 1/1;
  width: 14px;
  height: auto;
}
.main_schedule__more:hover .main_schedule__arrow {
  background-color: #fff;
}
.main_schedule__more:hover .main_schedule__arrow path {
  fill: #49C4BA;
}

.main_schedule__caption {
  font-size: 1.5rem;
  font-weight: inherit;
  line-height: 1.2;
}
.main_schedule__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.main_schedule__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}

.main_schedule__label {
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: 1.2;
}
.main_schedule__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.main_schedule__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}

.main_schedule__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #49C4BA;
}

.main_banner {
  position: relative;
  z-index: 1;
  padding-top: 88px;
  overflow: clip;
  padding-bottom: clamp(32px, 5vw, 80px);
}
.main_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}

.main_banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 501px) {
  .main_banner__bg {
    background-image: url("../images/common/banner_pc.webp");
  }
}
@media screen and (max-width: 500px) {
  .main_banner__bg {
    background-image: url("../images/common/banner_sp.webp");
  }
}

.main_banner__txt {
  position: absolute;
  left: 0;
  width: 100%;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 501px) {
  .main_banner__txt {
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .main_banner__txt {
    top: 0;
  }
}

.main_banner__text {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #000;
  line-height: 0.7;
  opacity: 0.4;
}
@media screen and (min-width: 501px) {
  .main_banner__text {
    bottom: 0;
    font-size: clamp(8.6rem, 30.2419354839vw, 37.5rem);
  }
}
@media screen and (max-width: 500px) {
  .main_banner__text {
    top: 0;
    font-size: 8.6rem;
  }
}

.main_banner__capiton {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  line-height: 2.3333333333em;
  margin-bottom: 2px;
}

.main_banner__btn {
  display: block;
  max-width: 322px;
  line-height: 72px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #FFB200;
  border-radius: 8px;
  overflow: clip;
  -webkit-box-shadow: 0px 0px 40px 4px #fff;
          box-shadow: 0px 0px 40px 4px #fff;
}

.main_seminar {
  padding-top: clamp(120px, 9vw, 144px);
  padding-bottom: clamp(120px, 9vw, 144px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1FFFE), to(#D1F7F4));
  background: -webkit-linear-gradient(top, #F1FFFE 0%, #D1F7F4 100%);
  background: linear-gradient(180deg, #F1FFFE 0%, #D1F7F4 100%);
}

.main_seminar__block + .main_seminar__block {
  margin-top: clamp(96px, 6.5vw, 104px);
}

.main_seminar__box {
  padding-top: clamp(24px, 2.25vw, 36px);
  background-color: #fff;
}

.main_seminar__headline {
  margin-left: -20px;
}
@media screen and (min-width: 1001px) {
  .main_seminar__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: -webkit-linear-gradient(left, #49C4BA 386px, #FBFBFB 386px);
    background-image: linear-gradient(90deg, #49C4BA 386px, #FBFBFB 386px);
  }
}

.main_seminar__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .main_seminar__head {
    width: 386px;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .main_seminar__head {
    background-color: #49C4BA;
    padding-top: 14px;
    padding-left: 20px;
    padding-bottom: 14px;
  }
}

.main_seminar__head___caption {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

.main_seminar__head___label {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}

.main_seminar__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .main_seminar__inner {
    padding-top: 12px;
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .main_seminar__inner {
    background-color: #FBFBFB;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.main_seminar__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
}

.main_seminar__data___label {
  color: #49C4BA;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 1000px) {
  .main_seminar__data___label {
    width: 4em;
    text-align: right;
  }
}

.main_seminar__data___description {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_seminar__content {
  padding-top: clamp(48px, 3.5vw, 56px);
  padding-left: clamp(24px, 6.5vw, 104px);
  padding-right: clamp(24px, 5.5vw, 88px);
  padding-bottom: clamp(80px, 6vw, 96px);
}

.seminar_side + .seminar_side {
  margin-top: clamp(48px, 3.5vw, 56px);
}

@media screen and (min-width: 1025px) {
  .seminar_side {
    display: grid;
    grid-template-columns: auto 45.0396825397%;
    grid-template-rows: repeat(2, auto);
    gap: 0 56px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .seminar_lead {
    grid-area: 1/1/2/2;
  }
  .seminar_pic {
    grid-area: 1/2/3/3;
  }
  .seminar_inner {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 1024px) {
  .seminar_inner {
    margin-top: 40px;
  }
}
.main_seminar__accent {
  font-weight: 700;
}

.main_seminar__txt {
  margin-top: 24px;
}

.seminar_contents {
  margin-top: clamp(48px, 3.5vw, 56px);
}

.seminar_content {
  position: relative;
  background-color: #FBFBFB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 186px;
}
.seminar_content + .seminar_content {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .seminar_content {
    padding-top: 27px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 500px) {
  .seminar_content {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.seminar_content__head {
  font-size: 1.6rem;
  font-weight: 700;
  color: #49C4BA;
}
@media screen and (min-width: 1025px) {
  .seminar_content__head {
    position: absolute;
    top: 32px;
    left: 352px;
  }
}
@media screen and (max-width: 1024px) {
  .seminar_content__head {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .seminar_content__pic {
    position: absolute;
    width: 320px;
    height: 100%;
    min-height: 186px;
    top: 0;
    left: 0;
  }
}

.seminar_content__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .seminar_content__inner {
    padding-top: 70px;
    padding-left: 352px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .seminar_content__inner {
    margin-top: 24px;
  }
}

.seminar_block__label {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.7777777778em;
  background-color: #F1FFFE;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1001px) {
  .seminar_block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .seminar_block {
    margin-top: 48px;
  }
}

.seminar_block__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 1001px) {
  .seminar_block__card {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .seminar_block__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.seminar_block__pic {
  display: block;
  margin-bottom: 24px;
}

.seminar_block__pic___image {
  display: block;
}

.seminar_block__caption {
  display: block;
  text-align: center;
  color: #49C4BA;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}

.seminar_block__txt {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 501px) {
  .seminar_block__txt {
    line-height: 1.75;
  }
  .seminar_block__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * (0.5em - 1px));
  }
  .seminar_block__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
}
@media screen and (max-width: 500px) {
  .seminar_block__txt {
    line-height: 1.8;
  }
  .seminar_block__txt::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * (0.5em - 1px));
  }
  .seminar_block__txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}

.seminar_list {
  margin-top: clamp(16px, 1.5vw, 24px);
}

.seminar_list__tab {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seminar_list__tab::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.main_speaker {
  margin-top: clamp(120px, 9vw, 144px);
}

.main_speaker__card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 24px;
}
@media screen and (min-width: 1001px) {
  .main_speaker__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .main_speaker__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main_speaker__images {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.main_speaker__images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_speaker__inner:nth-child(odd) .main_speaker__images::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#49C4BA));
  background: -webkit-linear-gradient(top, transparent 60%, #49C4BA 100%);
  background: linear-gradient(180deg, transparent 60%, #49C4BA 100%);
}
.main_speaker__inner:nth-child(even) .main_speaker__images::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#5F91D7));
  background: -webkit-linear-gradient(top, transparent 60%, #5F91D7 100%);
  background: linear-gradient(180deg, transparent 60%, #5F91D7 100%);
}

.main_speaker__pic {
  display: block;
}

.main_speaker__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_speaker__head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  padding-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

.main_speaker__lead {
  font-size: 2.4rem;
  line-height: 1.8;
}

.main_speaker__caption {
  font-size: 1.6rem;
  line-height: 2;
}
.main_speaker__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.main_speaker__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.faq_block {
  padding-top: clamp(120px, 11.25vw, 180px);
}

@media screen and (min-width: 1001px) {
  .faq_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 158px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.faq_side__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .faq_side__inner {
    padding-top: 32px;
  }
}

.faq_block__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 24px;
  border-bottom: 1px solid #D4DBDC;
}
.faq_block__content + .faq_block__content {
  padding-top: 24px;
}

.faq_block__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .faq_block__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .faq_block__head {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq_block__head::before {
  content: "Q.";
  font-size: 2.4rem;
  line-height: 1;
  color: #5F91D7;
  font-weight: 600;
}

.faq_block__lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
}
.faq_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.faq_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.faq_block__ico {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #5F91D7;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
}
.faq_block__ico::before, .faq_block__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  overflow: clip;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .faq_block__ico::before, .faq_block__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .faq_block__ico::before, .faq_block__ico::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.faq_block__ico::after {
  rotate: 90deg;
}
.faq_block__head.--open .faq_block__ico::after {
  rotate: 0deg;
}

.faq_block__box {
  display: none;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.join_block {
  margin-top: clamp(120px, 9vw, 144px);
  padding-top: clamp(96px, 7.5vw, 120px);
  padding-bottom: clamp(96px, 7.5vw, 120px);
  background-image: url("../images/page/img_join.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.join_block__caption {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 32px;
}
.join_block__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.join_block__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.join_block__caption br {
  display: block;
}

.company_block {
  margin-top: clamp(120px, 9vw, 144px);
}

@media screen and (min-width: 1001px) {
  .company_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 72px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company_outline {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .company_access {
    width: 488px;
  }
}
@media screen and (max-width: 1000px) {
  .company_access {
    margin-top: 64px;
  }
}
.company_access__address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 2;
}
.company_access__address::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.company_access__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.company_access__map {
  display: block;
  width: 100%;
  margin-top: 32px;
}
@media screen and (min-width: 1001px) {
  .company_access__map {
    height: 565px;
  }
}
@media screen and (max-width: 1000px) {
  .company_access__map {
    height: 375px;
  }
}
.company_access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.outline_block + .outline_block {
  margin-top: clamp(80px, 7.5vw, 120px);
}

.access_block__map {
  display: block;
  width: 100%;
  margin-bottom: clamp(24px, 2vw, 32px);
}
@media screen and (min-width: 1001px) {
  .access_block__map {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .access_block__map {
    height: 350px;
  }
}
.access_block__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_block__lead {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.contact_block__list {
  counter-reset: num;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .contact_block__list {
    margin-top: 50px;
    margin-bottom: 80px;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 8px;
  }
}

.contact_block__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  background: #fff;
  border: 1px solid #FFB200;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
}
.contact_block__tab.active {
  color: #fff;
  background: #FFB200;
}
@media screen and (min-width: 1001px) {
  .contact_block__tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__tab {
    line-height: 34px;
  }
}
.contact_block__tab::before {
  counter-increment: num;
  content: counter(num) ".";
}
@media screen and (min-width: 1001px) {
  .contact_block__tab::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
  }
}

.contact_block__line {
  display: block;
  height: 1px;
  background: #FFB200;
}
@media screen and (min-width: 1001px) {
  .contact_block__line {
    width: 72px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_block__line {
    width: 20px;
  }
}

.policy_block__wrap + .policy_block__wrap {
  margin-top: clamp(32px, 3.375vw, 54px);
}

.policy_block__lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 5px;
}

.policy_block__description {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}

.found_block {
  padding-top: clamp(60px, 11.25vw, 180px);
}

.found_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.found_head__caption {
  display: block;
  font-size: clamp(3.6rem, 6.4516129032vw, 8rem);
  line-height: 1.1111111111;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #FFB200;
}
.found_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}

.found_head__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.found_menu {
  margin-top: clamp(24px, 2.5vw, 40px);
}
.found_menu ul ul {
  display: none !important;
}
.found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found_menu li {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .found_menu li + li {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 1000px) {
  .found_menu li {
    border-bottom: 1px solid #333;
  }
  .found_menu a {
    padding: 1em 0;
  }
}

.post_list__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  padding-bottom: clamp(18px, 1.5vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D4DBDC;
}
.post_list__tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFB200;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_list__tab::after {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_list__tab:hover {
  opacity: 1;
}
.post_list__tab:hover::after {
  scale: 1 1;
}
.post_list__tab + .post_list__tab {
  padding-top: clamp(18px, 1.5vw, 24px);
}

.post_list__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #FFB200;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_list__lead {
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .post_card {
    gap: 40px 32px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.post_card__link {
  display: block;
}
.post_card__link:hover {
  opacity: 1;
}

.post_card__pic {
  display: block;
  background-color: #ddd;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: clip;
     object-fit: clip;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.post_card__pic .image {
  width: 100%;
  height: 100%;
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_card__link .post_card__pic .image {
  scale: 1.1;
}

.post_card__headline {
  display: block;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.post_card__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #FFB200;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_card__lead {
  display: block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .post_card__lead {
    -webkit-line-clamp: 1;
  }
}

.post_card__caption {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_card__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_card__caption {
    -webkit-line-clamp: 1;
  }
}

.post_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .post_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.post_item__side + .post_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #D4DBDC;
}

.post_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .post_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic {
    width: 100%;
  }
}
.post_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .post_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.post_item__pic:hover {
  opacity: 1;
}
.post_item__pic:hover .image {
  scale: 1.1;
}

.post_item__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 500px) {
  .post_item__inner {
    margin-top: 32px;
  }
}

.post_item__headline {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.post_item__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #FFB200;
  margin-bottom: clamp(8px, 0.625vw, 10px);
  font-variant-numeric: tabular-nums;
}

.post_item__lead {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post_item__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * (0.5em - 1px));
}
.post_item__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
@media screen and (min-width: 501px) {
  .post_item__lead {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__lead {
    -webkit-line-clamp: 1;
  }
}

.post_item__caption {
  display: block;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .post_item__caption {
    -webkit-line-clamp: 2;
  }
}

.single_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .single_block {
    max-width: 1000px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .single_block {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.single_block__image {
  display: block;
  aspect-ratio: 4/3;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: clamp(32px, 2.5vw, 40px);
}

.single_block__headline {
  display: block;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}

.single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #FFB200;
  font-weight: 700;
}

.single_block__lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.single_item__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .single_item__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: "row";
        -ms-flex-direction: "row";
            flex-direction: "row";
    -webkit-box-align: "flex-start";
    -webkit-align-items: "flex-start";
        -ms-flex-align: "flex-start";
            align-items: "flex-start";
    gap: 48px;
  }
}
.single_item__side + .single_item__side {
  margin-top: clamp(32px, 2.5vw, 40px);
  padding-top: clamp(32px, 2.5vw, 40px);
  border-top: 1px solid #D4DBDC;
}

.single_item__pic {
  display: block;
  max-width: 400px;
  aspect-ratio: 4/3;
  background-color: #ddd;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .single_item__pic {
    width: 33.3333333333%;
    min-width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic {
    width: 100%;
  }
}
.single_item__pic .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_item__pic .image {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_item__pic:hover {
  opacity: 1;
}
.single_item__pic:hover .image {
  scale: 1.1;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D4DBDC;
  padding-top: clamp(24px, 2vw, 32px);
  margin-top: clamp(40px, 6.25vw, 100px);
}
.single_nav a {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #FFB200;
}

.single_nav__move {
  min-width: 56px;
}
.single_nav__move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav__move a path {
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .single_nav__move a path {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.single_nav__move a:hover path {
  fill: #FFB200;
}/*# sourceMappingURL=customize.css.map */