@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 4.1025641026vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #011227;
  letter-spacing: 0.04em;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.en {
  font-family: "Bai Jamjuree", sans-serif;
}

.en-sub {
  font-family: "Raleway", sans-serif;
}

.bg-green {
  background: #042021;
}
.bg-green .topSec__ttl {
  color: #FFF;
}

.bg-green-high {
  background: #43BD94;
}

.txt-green {
  color: #011227;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-inner {
  padding-left: 4.1025641026vw;
  padding-right: 4.1025641026vw;
}

.l-sec {
  padding: 10.2564102564vw 0;
}
.l-sec01 {
  padding: 2rem 0;
}

/*---------ドロワー----------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: -1;
}

.overlay-active {
  z-index: 998;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer .drawer__container {
  position: absolute;
  top: 18.2051282051vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 91.7948717949vw;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}
.drawer .open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .drawer__menu {
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.1538461538vw;
  gap: 4.1025641026vw;
}
.drawer .drawer__menu .btn2 {
  padding-top: 4.8717948718vw;
  padding-bottom: 4.8717948718vw;
  padding-left: 12.8205128205vw;
}
.drawer .drawer__menu .btn3 {
  padding-left: 20.7692307692vw;
}
.drawer .drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.1025641026vw;
}
.drawer .drawer__list-item {
  padding-bottom: 4.1025641026vw;
}
.drawer .drawer__list-item:not(:last-of-type) {
  border-bottom: 0.2564102564vw solid #042021;
}
.drawer .drawer__txt {
  font-size: 6.1538461538vw;
  line-height: 1;
  letter-spacing: 0.2461538462vw;
  font-weight: 700;
  color: #042021;
}
.drawer .drawer__txt-s {
  font-size: 2.5641025641vw;
  line-height: 1.5;
  letter-spacing: 0.1025641026vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #042021;
}

.drawer__button {
  width: 6.1538461538vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5384615385vw;
  position: absolute;
  top: 6.1538461538vw;
  right: 7.4358974359vw;
  z-index: 1000;
  cursor: pointer;
}
.drawer__button .drawer__button-border {
  border-bottom: solid 0.5128205128vw #000000;
  width: 100%;
  height: 0.5128205128vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.active .drawer__button-border:nth-of-type(1) {
  -webkit-transform: translateY(2.0512820513vw) rotate(-45deg);
          transform: translateY(2.0512820513vw) rotate(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.active .drawer__button-border:nth-of-type(3) {
  -webkit-transform: translateY(-2.0512820513vw) rotate(45deg);
          transform: translateY(-2.0512820513vw) rotate(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.active .drawer__button-border:nth-of-type(2) {
  opacity: 0;
}

body {
  margin: 0;
}

footer {
  width: 100%;
}

.footer-common-borderless {
  font-family: "游ゴシック", "YuGothic", "MS Pゴシック", sans-serif;
}

.vsp {
  display: block;
}
.footer-logoWhite {
  padding: 15px 0 15px;
  margin-top: 45px;
}
.footer-logoWhite__img {
  width: 210px;
  height: auto;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}
.footer-logoWhite__txtsub {
  color: #FFF;
  font-size: 11px;
  text-align: left;
  display: block;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer-common-borderless {
  padding: 0.75rem 0 10rem;
  background: #2F2725;
}

.footer-common-borderless-inner {
  width: 90%;
  max-width: 1024px;
  margin: auto;
}
.footer-linksCorp {
  border-top: 2px solid #303030;
  padding: 1.8rem 0 30px;
  grid-row-gap: 7px;
}
.footer-linksCorp__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 29% 72%;
  grid-template-columns: 29% 72%;
  margin-bottom: 6px;
  grid-column-gap: 5px;
}
.footer-linksCorp__content__category {
  color: #2F2725;
  font-size: 11px;
  text-align: center;
  display: block;
  letter-spacing: 0.025rem;
  width: 100%;
  font-weight: 600;
  opacity: 90%;
  line-height: 21px;
}
.footer-linksCorp__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  font-weight: 400;
}
.footer-linksCorp__content__list_cat_name {
  background: #ffffff;
  height: 20px;
  width: 100%;
  border-radius: 50px;
  opacity: 0.9;
  margin-top: 1px;
}
.footer-linksCorp__item {
  display: block;
  padding: 0 0.6rem 0 0.6rem;
  position: relative;
  vertical-align: middle;
}
.footer-linksCorp__item::after {
  content: "";
  width: 0.1rem;
  height: 0.9em;
  top: 3px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #525252;
}

.footer-linksCorp__item:last-child::after {
  content: none;
}

.footer-linksCorp__link {
  color: #FFF;
  font-size: 12px;
  text-align: left;
  display: block;
  letter-spacing: 0.02rem;
  width: auto;
  padding: 0;
  font-weight: 300;
  opacity: 90%;
  line-height: 1.75;
}
.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.topSec__ttl {
  text-align: center;
  margin-bottom: 2.5641025641vw;
  padding: 5.3846153846vw 0;
}
.topSec__ttl .en {
  font-size: 8.2051282051vw;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.topSec__ttl .ja {
  font-size: 4.1025641026vw;
  line-height: 1.5;
  font-weight: 500;
}

.radius16 {
  border-radius: 4.1025641026vw;
  overflow: hidden;
}

.radius34 {
  border-radius: 8.7179487179vw;
}

/*---------kv----------*/
.top-kv {
  position: relative;
}
.top-kv .kv__txtBox {
  position: absolute;
  bottom: 7.6923076923vw;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.top-kv .kv__txt {
  display: inline-block;
  color: #0F4841;
  width: 100%;
  font-size: 5.3846153846vw;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 6.1538461538vw;
  position: relative;
  white-space: nowrap;
  letter-spacing: 0;
}
.top-kv .kv__txt::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.1025641026vw;
  height: 2.0512820513vw;
  background: url(../img/common/arrow-bottom-green.png) center center/cover no-repeat;
}

.kv-btn__wrapper {
  position: absolute;
  top: 102.5641025641vw;
  text-align: center;
  z-index: 997;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-radius: 17.9487179487vw;
  overflow: hidden;
  background: rgba(0, 67, 69, 0.9);
}

.kv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72.8205128205vw;
  padding: 2.8205128205vw 4.1025641026vw;
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  pointer-events: none;
}

.topEvent {
  padding: 3.5897435897vw 0;
}
.topEvent .l-inner {
  padding-left: 6.1538461538vw;
  padding-right: 6.1538461538vw;
}
.topEvent .topEvent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2820512821vw;
}
.topEvent .topEvent__item:not(:last-of-type) .topEvent__link {
  border-bottom: 0.2564102564vw solid rgba(15, 72, 65, 0.1);
  padding-bottom: 2.0512820513vw;
}
.topEvent .topEvent__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3076923077vw;
  color: #07312A;
}
.topEvent time {
  font-size: 3.0769230769vw;
  line-height: 1.6;
  font-weight: 700;
  color: rgba(7, 49, 42, 0.3);
}
.topEvent h2 {
  font-size: 3.5897435897vw;
  line-height: 1.6;
  font-weight: 500;
  color: #0F4841;
}

.impact {
  padding-top: 10.2564102564vw;
  padding-bottom: 10.2564102564vw;
}

.content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4102564103vw;
  color: #FFF;
}

.impact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.641025641vw;
}

.content01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4102564103vw;
  padding: 0 2.0512820513vw;
}

.impact__ttl {
  font-size: 7.6923076923vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.impact__txt {
  line-height: 1.6;
}

.content02 {
  background: #FFFFFF;
  border-radius: 4.1025641026vw;
  overflow: hidden;
}

.wanted {
  padding: 8.9743589744vw 6.1538461538vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wanted__head {
  font-size: 9.7435897436vw;
  line-height: 1.2;
  margin-bottom: 4.6153846154vw;
  font-weight: 700;
  color: #0F4841;
}

.wanted__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1025641026vw;
}

.wanted__item {
  font-size: 5.1282051282vw;
  line-height: 1.5;
  position: relative;
  padding-left: 14.358974359vw;
  color: #0F4841;
  font-weight: 700;
}
.wanted__item::after {
  position: absolute;
  content: "";
  top: 0.2777777778vw;
  left: 0.2777777778vw;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background: url(../img/common/icon-check.png) center center/cover no-repeat;
}
.wanted__item .marker {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2.3076923077vw;
  text-decoration-color: currentColor;
  text-underline-offset: -1.7948717949vw;
  text-decoration-color: #53F7C9;
}

.point__wrapper {
  padding: 18.9743589744vw 7.1794871795vw 10.7692307692vw;
  background: url(../img/top/point-bg-sp.jpg) center center/cover no-repeat;
}

.point__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 22.3076923077vw;
}

.point__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8461538462vw;
}
.point__item::before {
  position: absolute;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  top: -8.9743589744vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14.358974359vw;
  line-height: 1;
  /* 1. 文字を透明にしておく */
  color: transparent;
  /* 2. 背景にグラデーションを指定 */
  background: linear-gradient(102deg, #77B7CA 8.92%, #A5DE7E 130.79%);
  /* 3. 文字部分だけ背景をクリップ */
  -webkit-background-clip: text; /* Safari/Chrome */
  background-clip: text; /* Firefox */
  /* 4. WebKit系ではこれも必要 */
  -webkit-text-fill-color: transparent;
}
.point__item:nth-of-type(1)::before {
  content: "01";
}
.point__item:nth-of-type(2)::before {
  content: "02";
}
.point__item:nth-of-type(3)::before {
  content: "03";
}
.point__item:nth-of-type(4)::before {
  content: "04";
}

.point__ttl {
  font-size: 5.641025641vw;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.2820512821vw;
}

.point__txt {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.point__program {
  padding: 2.5641025641vw 3.8461538462vw;
  background: rgba(1, 18, 39, 0.07);
  border-radius: 1.2820512821vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8461538462vw;
  margin-top: 4.6153846154vw;
}

.point__icon {
  width: 5.8974358974vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.point__icon img {
  vertical-align: baseline;
}

.point__programBox .point__programTtl {
  font-size: 3.0769230769vw;
  line-height: 1.5;
}
.point__bottom .point__ttl {
  font-size: 5.1282051282vw;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.8205128205vw;
}

.point__bottomList {
  display: -ms-grid;
  display: grid;
  gap: 2.5641025641vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.mentor {
  overflow: hidden;
}

.js-mentor-slider .slick-list {
  margin: 0 -3.0769230769vw;
}
.js-mentor-slider .mentor__item {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 3.0769230769vw;
}
.js-mentor-slider .mentor__item:hover {
  opacity: 0.7;
}
.js-mentor-slider .mentor__item .mentor-img {
  border-radius: 2.5641025641vw;
  overflow: hidden;
}

.over__slider {
  margin-right: calc(50% - 50vw);
}

.slideObject__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.3333333333vw;
  padding: 0 3.0769230769vw;
}

.arrow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1025641026vw;
}
.arrow__box .slick-arrow {
  width: 14.1025641026vw;
  height: 14.1025641026vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow__box .slick-arrow:hover {
  opacity: 0.7;
}
.arrow__box .prev-arrow {
  background: url(../img/common/arrow-prev.png) center center/cover no-repeat;
}
.arrow__box .next-arrow {
  background: url(../img/common/arrow-next.png) center center/cover no-repeat;
}

.slide__numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide__numBox .border {
  display: inline-block;
  width: 19.7435897436vw;
  height: 0.2564102564vw;
  margin: 0 2.5641025641vw;
  background: #58CC9C;
}
.slide__numBox .now,
.slide__numBox .all {
  font-size: 4.1025641026vw;
  font-family: "Outfit", sans-serif;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.mentor__modal .team__modalContents-txt {
  color: #07312A;
}

.mentor__modal-container {
  background: url(../img/top/mentor-modal-bg-sp.png) center center/cover no-repeat;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.0769230769vw;
}
.mentor__modal-container .modal__txtBox {
  margin-top: 3.3333333333vw;
  margin-left: 3.0769230769vw;
}
.mentor__modal-container .job {
  font-size: 3.0769230769vw;
  line-height: 1.5;
  color: #FFF;
}
.mentor__modal-container .name {
  font-size: 6.1538461538vw;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
}
.mentor__modal-container .modal__icon {
  width: 37.4358974359vw;
}

.team__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 87.6923076923vw;
  width: 100%;
  display: none;
}

.team__modal-wrapper {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.team__modal-container {
  position: relative;
  overflow: hidden;
  border-radius: 4.1025641026vw 4.1025641026vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team__modal-container .teamMenter__box {
  width: 100%;
  z-index: 400;
}

.team__modal-box {
  padding: 4.1025641026vw 5.1282051282vw 10.2564102564vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1025641026vw;
  background-color: #ffffff;
  max-height: 112.3076923077vw;
}
.team__modal-box .simplebar-track {
  background: #ffffff;
}
.team__modal-box .simplebar-track .simplebar-scrollbar::before {
  background: #6d6766; /* ここでバーの色を設定 */
}

.team__modalContents-txt {
  font-size: 3.5897435897vw;
  line-height: 1.7;
}

.modal__close-img {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  content: "";
  top: -3.0769230769vw;
  right: -3.0769230769vw;
  cursor: pointer;
  z-index: 10000;
}

.maker {
  position: relative;
  padding-top: 38.4615384615vw;
  overflow: hidden;
}
.maker::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 224.6153846154vw;
  height: 224.6153846154vw;
  border-radius: 100%;
  background: #042021;
}
.maker .topSec__ttl {
  position: absolute;
  content: "";
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  top: 24.1025641026vw;
  width: 100%;
}

.maker__ttl {
  font-size: 5.1282051282vw;
  line-height: 1.2;
  color: #58CC9C;
  position: relative;
  text-align: center;
  margin-bottom: 5.641025641vw;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.maker__ttl::before, .maker__ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34.8717948718vw;
  height: 0.2564102564vw;
  background: #58CC9C;
}
.maker__ttl::before {
  left: 0;
}
.maker__ttl::after {
  right: 0;
}

.maker__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923vw;
}

.maker__container {
  margin-top: 17.6923076923vw;
}

.maker__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.1282051282vw;
}

.maker__item {
  position: relative;
}

.maker__img {
  width: 82.0512820513vw;
}

.open-icon {
  position: absolute;
  content: "";
  bottom: 5.641025641vw;
  right: 5.3846153846vw;
  width: 17.4358974359vw;
  height: 17.4358974359vw;
  background: url(../img/common/icon-plus.png) center center/cover no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
}
.open-icon:hover {
  opacity: 0.8;
}

.maker__modal .team__modal-container {
  gap: 5.1282051282vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5641025641vw 4.1025641026vw;
}
.maker__modal .modal__icon {
  width: 33.3333333333vw;
}
.maker__modal .job {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  color: #FFF;
  font-weight: 700;
}
.maker__modal .name {
  font-size: 7.1794871795vw;
  line-height: 1.5;
  font-weight: 700;
  color: #FFF;
}

.maker__modalBox {
  padding: 6.1538461538vw 4.358974359vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  max-height: 101.2820512821vw;
  overflow-x: hidden !important; /* 横スクロールを禁止 */
  overflow-y: auto;
  position: relative;
}
.maker__modalBox .simplebar-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.641025641vw;
}
.maker__modalBox .simplebar-content:before, .maker__modalBox .simplebar-content::after {
  display: none;
}
.maker__modalBox .modal__container {
  position: relative;
}

.simplebar-track {
  background: #ffffff;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #6d6766; /* ここでバーの色を設定 */
}

.modal__head01 .modal__tag,
.modal__head02 .modal__tag {
  display: inline-block;
  padding: 1.0256410256vw 2.5641025641vw;
  margin-bottom: 2.0512820513vw;
  font-size: 3.5897435897vw;
  line-height: 1.7;
  border: solid 0.2564102564vw #07312A;
  border-radius: 10.2564102564vw;
  font-weight: 500;
}

.modal__head01 {
  margin-bottom: 5.1282051282vw;
}

.modal__head02 {
  margin-bottom: 6.1538461538vw;
}

.modal__txtWrapper {
  border-top: 0.2564102564vw solid #07312A;
  padding: 5.1282051282vw 0 18.4615384615vw;
}

.modal__txt {
  font-size: 3.5897435897vw;
}

.modal__btnBox {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5.1282051282vw 5.1282051282vw;
  display: -ms-grid;
  display: grid;
  gap: 2.0512820513vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(18.82%, #FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 18.82%);
  width: 100%;
  border-radius: 0 0 2.5641025641vw 2.5641025641vw;
}

.modal__btn01,
.modal__btn02 {
  text-align: center;
  padding: 3.5897435897vw 0;
  display: inline-block;
  border-radius: 8.7179487179vw;
  font-weight: 700;
  font-size: 3.5897435897vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modal__btn01 {
  color: #FFF;
}

.modal__btn02 {
  border: 0.5128205128vw solid #07312A;
}

/*--------- program ----------*/

.program .topSec__ttl {
  margin-bottom: 9.2307692308vw;
}
.program .program-bg {
  background: url(../img/top/program-bg-sp.png) center center/cover no-repeat;
  color: #FFFFFF;
}
.program .program__btn {
  width: 100%;
  position: relative;
  border: 0.2564102564vw solid #011227;
  color: #011227;
  padding-top: 4.1025641026vw;
  padding-bottom: 4.1025641026vw;
  font-size: 3.5897435897vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 25.641025641vw;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.program .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0512820513vw;
}
.program .program__txt {
  line-height: 1.6;
}
.program .l-topSec__ttl {
  margin-bottom: 9.2307692308vw;
}
.program dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  row-gap: 7.6923076923vw;
  padding-left: 6.1538461538vw;
}
.program dl::before {
  position: absolute;
  content: "";
  top: 4.8717948718vw;
  left: 0.7692307692vw;
  width: 0.5128205128vw;
  height: calc(100% - 1em);
  background: #ffffff;
}
.program dt {
  position: relative;
}
.program dt::after {
  position: absolute;
  content: "";
  top: 2.0512820513vw;
  left: -7.1794871795vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  border-radius: 50%;
  background-color: #ffffff;
}
.program .programTimeline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 5.1282051282vw;
}

.program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 4.1025641026vw;
     -moz-column-gap: 4.1025641026vw;
          column-gap: 4.1025641026vw;
}

.program__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.0512820513vw;
  background: rgba(255, 255, 255, 0.2);
  padding: 1.0256410256vw 2.0512820513vw;
  -webkit-column-gap: 1.5384615385vw;
     -moz-column-gap: 1.5384615385vw;
          column-gap: 1.5384615385vw;
}
.program__date .year {
  font-size: 3.0769230769vw;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.7948717949vw;
  color: #ffffff;
}
.program__date .month {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}
.program__date .small {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}

.date__txt {
  font-size: 4.6153846154vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}

.programEntry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5641025641vw;
}
.programEntry .program__ttl {
  text-align: left;
  margin-bottom: 4.358974359vw;
}
.programEntry .program__contentsNarrow {
  padding: 6.1538461538vw;
  background-color: #ffffff;
  row-gap: 2.0512820513vw;
}
.programEntry .program__contentsNarrow .program__btn {
  width: 61.5384615385vw;
}
.programEntry .program__banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.programEntry .program__banner::before {
  display: block;
  content: "";
  padding-top: 52.5423728814%;
}
.programEntry .program__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program__contentsNarrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.programBtn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  row-gap: 4.1025641026vw;
}

.program__ttl {
  font-size: 6.1538461538vw;
  line-height: 1.5;
  font-weight: 700;
}

.programBox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.8461538462vw;
}

.programBox {
  padding: 6.1538461538vw;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0512820513vw;
}
.programBox figure {
  border-radius: 2.5641025641vw;
  overflow: hidden;
}

.programBox-content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1025641026vw;
}

.programBox-content2 {
  margin-right: auto;
  margin-left: auto;
}
.programBox-content2 img {
  width: 100%;
}

/*--------- about ----------*/

.about {
  color: #000;
}
.about .topSec__ttl {
  color: #07312A;
}
.about .about__contentsL {
  background-color: #efefef;
  padding: 6.1538461538vw 6.1538461538vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-bottom: 4.1025641026vw;
}
.about .about__head {
  padding: 2.8205128205vw 8.9743589744vw;
  border-radius: 2.5641025641vw;
  background-color: #ffffff;
  margin-bottom: 6.1538461538vw;
}
.about .about__logo {
  text-align: center;
}
.about .about__logo img {
  width: 61.5384615385vw;
}
.about .about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.1025641026vw;
  margin-bottom: 8.2051282051vw;
}
.about .about__box .about__box-txt {
  margin-bottom: 4.1025641026vw;
}
.about .about__boxWide .about__box-txtS {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
.about .about__box-ttl {
  font-size: 6.1538461538vw;
  line-height: 1.5;
  font-weight: 700;
}
.about .about__container {
  margin-bottom: 6.1538461538vw;
}
.about .about__container .arrow__box .prev-arrow {
  background: url(../img/common/arrow-prev-02.png) center center/cover no-repeat;
}
.about .about__container .arrow__box .next-arrow {
  background: url(../img/common/arrow-next-02.png) center center/cover no-repeat;
}
.about .about__container .slide__numBox .border {
  background: #545454;
}
.about .about__slider {
  margin-right: calc(50% - 50vw);
  margin-bottom: 4.1025641026vw;
}
.about .about__slider-head {
  font-size: 4.1025641026vw;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 4.1025641026vw;
  margin-bottom: 4.1025641026vw;
  position: relative;
}
.about .about__slider-head::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  border-radius: 50%;
  background-color: #000000;
}
.about .about__img {
  width: 78.7179487179vw;
  margin-right: 4.1025641026vw;
}
.about .about__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  gap: 3.0769230769vw;
}
.about .about__others-img {
  width: calc(50% - 1.5384615385vw);
}
.about .about__tohoku {
  padding: 6.1538461538vw;
  background: #EFEFEF;
  margin-bottom: 4.1025641026vw;
}
.about .about__tohoku .logo {
  width: 46.1538461538vw;
  margin-bottom: 10.2564102564vw;
  margin-right: auto;
  margin-left: auto;
}
.about .about__tohokuTtl {
  font-size: 6.1538461538vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  color: #0F4841;
  margin-bottom: 4.1025641026vw;
}
.about .about__tohokuTxt {
  color: #2F2725;
  font-size: 3.5897435897vw;
  line-height: 1.7;
}
.about .about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 4.1025641026vw;
}
.about .about__mediaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.1538461538vw;
  padding: 6.1538461538vw;
}
.about .about__mediaBox.-sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .about__mediaBox.-sns .about__mediaTtl {
  border: none;
  padding-bottom: 0;
  font-size: 7.1794871795vw;
}
.about .about__mediaBox.-sns .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .about__mediaBox.-sns .row .about__mediaTxt {
  font-weight: 700;
}
.about .about__mediaTtl {
  font-size: 5.1282051282vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  color: #43BD94;
  padding-bottom: 4.1025641026vw;
  border-bottom: 0.2564102564vw solid #43BD94;
}
.about .about__mediaLogo {
  width: 53.5897435897vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.0512820513vw;
}
.about .about__mediaTxt {
  font-size: 3.5897435897vw;
  line-height: 1.75;
  color: #FFF;
  text-align: center;
}
.about .sns__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.1282051282vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .insta__imgWrap {
  display: -ms-grid;
  display: grid;
  gap: 0.5128205128vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

/*--------- entry ----------*/

.entry {
  background: #000;
}
.entry .l-inner {
  padding: 0 5.8974358974vw;
}
.entry .topSec__ttl {
  color: #FFF;
  margin-bottom: 7.9487179487vw;
}
.entry .note {
  font-size: 3.0769230769vw;
  line-height: 1.5;
  color: #FFF;
}
.entry .entry_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8.2051282051vw;
}
.entry .entryTimeline {
  padding: 4.1025641026vw;
  background-color: #ffffff;
}
.entry .entryTimeline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  row-gap: 6.9230769231vw;
}
.entry .entryTimeline dl::before {
  position: absolute;
  content: "";
  top: 4.1025641026vw;
  left: 0.7692307692vw;
  height: calc(100% - 5.1282051282vw);
  border-left: 2px dotted #58CC9C;
}
.entry .entryTimeline .entryTimeline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.entry .entryTimeline dt {
  position: relative;
  margin-left: 4.6153846154vw;
}
.entry .entryTimeline dt::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4.8717948718vw;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  border-radius: 50%;
  background-color: #011227;
}
.entry .entryTimeline dd {
  margin-left: 4.6153846154vw;
}
.entry .entryTimeline .entryTimeline__container {
  position: relative;
}
.entry .entryTimeline .entryTimeline__year,
.entry .entryTimeline .entryTimeline__month,
.entry .entryTimeline .entryTimeline__day {
  color: #58CC9C;
}
.entry .entryTimeline .entryTimeline__year {
  font-size: 3.5897435897vw;
  line-height: 1.5714285714;
  letter-spacing: 0.56px;
}
.entry .entryTimeline .entryTimeline__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry .entryTimeline .entryTimeline__month {
  font-size: 4.6153846154vw;
  line-height: 1.3;
  font-weight: 700;
  margin-right: 1.0256410256vw;
}
.entry .entryTimeline .entryTimeline__day {
  font-size: 3.0769230769vw;
  line-height: 1.6;
  font-weight: 700;
}
.entry .entryTimeline .entryTimeline__txt {
  font-size: 5.1282051282vw;
  line-height: 1.5;
  font-weight: 700;
  color: #0F4841;
}
.entry .entryBtn__container {
  display: -ms-grid;
  display: grid;
  gap: 4.1025641026vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.entry .entry__btn {
  border-radius: 8.7179487179vw;
  position: relative;
}
.entry .entry__btn-link {
  text-align: center;
  font-size: 4.6153846154vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #195349;
}
.entry .entry__btn-1 {
  color: #FFF;
}
.entry .entry__btn-1::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8.2051282051vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/common/arrow-right-white.png) center center/cover no-repeat;
}
.entry .entry__btn-1 .entry__btn-link {
  color: #011227;
}
.entry .entry__btn-2 {
  border: 0.5128205128vw solid #43BD94;
  display: inline-block;
  color: #43BD94;
}
.entry .entryContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.1282051282vw;
}
.entry .entryContents__container {
  padding: 6.1538461538vw;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6.1538461538vw;
}
.entry .entryContents__head {
  font-size: 5.1282051282vw;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 3.0769230769vw;
  border-bottom: 1px solid #ffffff;
}
.entry .entryContents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8717948718vw;
}
.entry .entryContents__txt {
  font-size: 3.5897435897vw;
  line-height: 1.6428571429;
  letter-spacing: 0.56px;
  font-weight: 700;
  color: #ffffff;
}
.entry .entryContents__txt-dot {
  position: relative;
  margin-left: 6.1538461538vw;
}
.entry .entryContents__txt-dot::after {
  position: absolute;
  content: "";
  top: 2.8205128205vw;
  left: -4.8717948718vw;
  width: 1.2820512821vw;
  height: 1.2820512821vw;
  border-radius: 50%;
  background-color: #ffffff;
}
.entry .entryContents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0512820513vw;
}
.entry .entryContents__txt-xs {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  color: #ffffff;
}
.entry .entryContents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8205128205vw;
}
.entry .entryContents__txt-s {
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
}
.entry .entryContents__txt-l {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}
.entry .entryContents__txt-dia {
  position: relative;
  margin-left: 6.1538461538vw;
  color: #FFF;
  font-weight: 700;
}
.entry .entryContents__txt-dia::after {
  position: absolute;
  content: "";
  top: 1.5384615385vw;
  left: -5.1282051282vw;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}
.entry .entryContents__selection-list {
  margin-bottom: 3.0769230769vw;
}
.entry .entryContents__selection-list .entryContents__selection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0512820513vw;
}
.entry .entryContents__selection-list .entryContents__selection-item .entryContents__txt-xs {
  margin-bottom: 0;
}
.entry .entryContents__flow .entryContents__txt-l.-date {
  font-size: 4.6153846154vw;
  line-height: 1.7;
}
.entry .entryContents__flow .entryContents__txt-s.-arrow {
  font-size: 3.5897435897vw;
  line-height: 1.7;
  color: #ffffff;
}
.entry .entryContents__flow .entryContents__list {
  gap: 5.1282051282vw;
}
.entry .entryContents__flow .l-entryContents__flow-mb1 {
  display: inline-block;
  margin-bottom: 1.5384615385vw;
}
.entry .entryContents__flow .l-entryContents__flow-mb2 {
  display: inline-block;
  margin-bottom: 2.5641025641vw;
}
.entry .entryPlace .entryPlace__txt {
  font-weight: 900;
}
.entry .entryContents__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry .entryContents__online .archive-link {
  text-decoration: underline;
  color: #fff;
}
.entry .entryContents__online .entryContents__txt-l.-date {
  font-size: 4.6153846154vw;
  line-height: 1.7;
  text-align: left;
}
.entry .entryContents__online .entryContents__list {
  row-gap: 5.1282051282vw;
}
.entry .entryContents__online .entryContents__row {
  row-gap: 1.0256410256vw;
}
.entry .entryContents__online .entryContents__onlineLink {
  color: #ffffff;
  text-decoration: underline;
}

/*---------horizin-event (一旦残します）----------*/
.l-horizinEvents-inner {
  padding-left: 6.1538461538vw;
  padding-right: 6.1538461538vw;
  margin-right: auto;
  margin-left: auto;
}

.horizinEvents__ttl .en {
  font-size: 9.2307692308vw;
  line-height: 1;
  letter-spacing: 1.44px;
  letter-spacing: 1.44px;
  color: #ffffff;
}
.horizinEvents__ttl .ja {
  font-size: 3.0769230769vw;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #ffffff;
}

.l-horizinEvents__ttl {
  text-align: left;
}

.horizinEvents {
  margin-bottom: 10.2564102564vw;
}

.horizinEvents__container {
  padding: 6.1538461538vw 4.1025641026vw;
  background-color: #02659d;
}

.card__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 4.1025641026vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: 6.1538461538vw;
}

.card {
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
}

.card__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.card__img::before {
  display: block;
  content: "";
  padding-top: 54.8387096774%;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__box {
  padding: 6.1538461538vw 4.1025641026vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0512820513vw;
}

.card__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__term .card__cat {
  border-radius: 4px;
  background-color: #02659d;
  padding: 1.2820512821vw 3.0769230769vw;
}
.card__term .card__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.0512820513vw;
}
.card__term span {
  font-size: 3.0769230769vw;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #ffffff;
  letter-spacing: 0;
}

.card__ttl {
  font-size: 4.6153846154vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #2f2725;
}

.card__time {
  font-size: 3.5897435897vw;
  line-height: 1.5;
  font-weight: 300;
  color: #6d6766;
  letter-spacing: 0;
}

.btn1 {
  padding-top: 4.1025641026vw;
  padding-bottom: 4.1025641026vw;
  font-size: 3.5897435897vw;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  width: 79.4871794872vw;
  position: relative;
  border: 0.5128205128vw solid #ffffff;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.btn1::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.8717948718vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/top/arrow-white-bottom.png) center center/cover no-repeat;
}

.btn2 {
  display: inline-block;
  padding: 3.8461538462vw 8.2051282051vw;
  width: 79.4871794872vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8.7179487179vw;
  border: 0.5128205128vw solid #07312A;
  line-height: 1;
  font-size: 4.6153846154vw;
  letter-spacing: 0.2307692308vw;
  color: #07312A;
  font-weight: 700;
}

.btn3 {
  display: inline-block;
  padding: 5.3846153846vw 8.2051282051vw 5.3846153846vw 14.358974359vw;
  width: 79.4871794872vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8.7179487179vw;
  line-height: 1;
  font-size: 4.6153846154vw;
  letter-spacing: 0.2307692308vw;
  color: #FFF;
  background: #43BD94;
  font-weight: 700;
  letter-spacing: 0.2307692308vw;
}

.btn4 {
  display: inline-block;
  padding: 3.5897435897vw;
  width: 82.0512820513vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25.641025641vw;
  line-height: 1;
  font-size: 3.5897435897vw;
  color: #43BD94;
  background: #FFF;
  font-weight: 700;
  letter-spacing: 0.1794871795vw;
  border: 0.5128205128vw solid #43BD94;
  text-align: center;
}

.btn-arrow1,
.btn-arrow2,
.btn-arrow3,
.btn-arrow4 {
  position: relative;
}
.btn-arrow1::after,
.btn-arrow2::after,
.btn-arrow3::after,
.btn-arrow4::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-arrow1::after {
  right: 4.8717948718vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/top/arrow-white-bottom.png) center center/cover no-repeat;
}

.btn-arrow2::after {
  right: 9.2307692308vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/common/arrow-right.png) center center/cover no-repeat;
}

.btn-arrow3::after {
  right: 9.2307692308vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/common/arrow-right-white.png) center center/cover no-repeat;
}

.btn-arrow4::after {
  right: 9.2307692308vw;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url(../img/common/arrow-bottom-green-02.png) center center/cover no-repeat;
}

.l-btn-animation {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-btn-animation:hover {
  opacity: 0.7;
}

.l-btn-padding {
  padding: 5.3846153846vw 8.2051282051vw;
}

/*---------追従ボタン（一旦コメントアウト）----------*/
.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: 1.1111111111vw;
  }
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-inner {
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
  }
  .l-sec {
    padding: 5.5555555556vw 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .drawer .drawer__container {
    top: 6.4583333333vw;
    max-width: 24.8611111111vw;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .drawer .drawer__menu {
    gap: 1.1111111111vw;
    padding: 1.6666666667vw;
  }
  .drawer .drawer__menu .btn2 {
    padding-top: 1.3194444444vw;
    padding-bottom: 1.3194444444vw;
    padding-left: 3.4722222222vw;
  }
  .drawer .drawer__menu .btn3 {
    padding-left: 5.625vw;
  }
  .drawer .drawer__list {
    gap: 1.1111111111vw;
  }
  .drawer .drawer__list-item {
    padding-bottom: 1.1111111111vw;
  }
  .drawer .drawer__list-item:not(:last-of-type) {
    border-width: 0.0694444444vw;
  }
  .drawer .drawer__txt {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0666666667vw;
  }
  .drawer .drawer__txt-s {
    font-size: 0.6944444444vw;
    letter-spacing: 0.0277777778vw;
  }
  .drawer__button {
    width: 2.3611111111vw;
    top: 3.1944444444vw;
    right: 2.9861111111vw;
    gap: 0.6944444444vw;
  }
  .drawer__button .drawer__button-border {
    border-width: 0.1388888889vw;
    height: 0.1388888889vw;
  }
  .active .drawer__button-border:nth-of-type(1) {
    -webkit-transform: translateY(0.5555555556vw) rotate(-45deg);
            transform: translateY(0.5555555556vw) rotate(-45deg);
  }
  .active .drawer__button-border:nth-of-type(3) {
    -webkit-transform: translateY(-1.1111111111vw) rotate(45deg);
            transform: translateY(-1.1111111111vw) rotate(45deg);
  }
  .vsp {
    display: none;
  }
  .footer-logoWhite {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logoWhite__img {
    height: 27px;
    width: auto;
    margin-top: 5.2px;
  }
  .footer-logoWhite__txtsub {
    font-size: 11px;
    line-height: 1.4;
    padding-top: 3px;
  }
  .footer-common-borderless-inner {
    width: 85%;
  }
  .footer-linksCorp {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .footer-linksCorp__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23% 76%;
    grid-template-columns: 23% 76%;
    margin: 0 30px 0px 0;
    grid-column-gap: 3px;
  }
  .footer-linksCorp__content__category {
    font-size: 11px;
    line-height: 20px;
  }
  .footer-linksCorp__content__list {
    line-height: 18px;
  }
  .footer-linksCorp__content__list_cat_name {
    height: 19px;
    margin-top: 0;
    opacity: 0.85;
  }
  .footer-linksCorp__item {
    padding: 0 0.7rem 0 0.7rem;
  }
  .footer-linksCorp__link {
    font-size: 12px;
    line-height: 1.6;
  }
  .topSec__ttl {
    margin-bottom: 0.6944444444vw;
    padding: 1.6666666667vw 0;
  }
  .topSec__ttl .en {
    font-size: 3.3333333333vw;
    line-height: 1;
    margin-bottom: 0.3472222222vw;
  }
  .topSec__ttl .ja {
    font-size: 1.5277777778vw;
    line-height: 1.7;
    font-weight: 700;
  }
  .radius16 {
    border-radius: 1.1111111111vw;
  }
  .radius34 {
    border-radius: 2.3611111111vw;
  }
  .top-kv .kv__txtBox {
    bottom: 1.6666666667vw;
  }
  .top-kv .kv__txt {
    font-size: 1.4583333333vw;
    padding-bottom: 1.6666666667vw;
  }
  .top-kv .kv__txt::after {
    width: 1.1111111111vw;
    height: 0.5555555556vw;
  }
  .kv-btn__wrapper {
    top: 25.2777777778vw;
    left: auto;
    -webkit-transform: none !important;
            transform: none !important;
    right: 15.5555555556vw;
  }
  .kv-btn {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
    font-size: 1.25vw;
    line-height: 1.6;
    padding: 0;
  }
  .topEvent {
    padding: 1.3888888889vw 0;
  }
  .topEvent .l-inner {
    padding-left: 20.2777777778vw;
    padding-right: 20.2777777778vw;
  }
  .topEvent .topEvent__list {
    gap: 0.6944444444vw;
  }
  .topEvent .topEvent__item:not(:last-of-type) .topEvent__link {
    border-bottom: 0.0694444444vw solid rgba(15, 72, 65, 0.1);
    padding-bottom: 0.6944444444vw;
  }
  .topEvent .topEvent__link {
    gap: 2.3611111111vw;
  }
  .topEvent time {
    font-size: 1.1111111111vw;
  }
  .topEvent h2 {
    font-size: 1.1111111111vw;
  }
  .impact {
    padding-top: 2.7777777778vw;
    padding-bottom: 4.8611111111vw;
  }
  .impact .l-inner {
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
  }
  .content01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 57.6388888889vw;
    gap: 2.4305555556vw;
    padding: 0 0 0 2.4305555556vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content01 .btn1 {
    margin-left: 0;
    margin-right: auto;
  }
  .impact__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4305555556vw;
  }
  .content01__box {
    gap: 1.6666666667vw;
    padding: 0;
  }
  .impact__ttl {
    font-size: 2.7777777778vw;
    line-height: 1.3;
  }
  .content02 {
    border-radius: 1.1111111111vw;
  }
  .wanted {
    padding: 3.8194444444vw 2.7777777778vw;
    width: 34.4444444444vw;
  }
  .wanted__head {
    font-size: 3.75vw;
    margin-bottom: 1.5972222222vw;
  }
  .wanted__list {
    row-gap: 1.25vw;
  }
  .wanted__item {
    font-size: 1.3888888889vw;
    padding-left: 3.8888888889vw;
  }
  .wanted__item::after {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .wanted__item .marker {
    text-decoration-thickness: 0.625vw;
    text-underline-offset: -0.4861111111vw;
  }
  .point__wrapper {
    padding: 5.4166666667vw 3.4722222222vw 2.7777777778vw;
    background: url(../img/top/point-bg-pc.jpg) center center/cover no-repeat;
  }
  .point__list {
    gap: 6.1111111111vw 3.125vw;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .point__item {
    padding: 0;
    gap: 1.1111111111vw;
  }
  .point__item::before {
    top: -2.7777777778vw;
    font-size: 3.8888888889vw;
    font-weight: 600;
  }
  .point__ttl {
    font-size: 1.5277777778vw;
    margin-bottom: 0.3472222222vw;
  }
  .point__program {
    padding: 0.6944444444vw 1.0416666667vw;
    gap: 0.9722222222vw;
    border-radius: 0.3472222222vw;
    margin-top: 1.9444444444vw;
  }
  .point__icon {
    width: 1.6666666667vw;
  }
  .point__programBox .point__programTtl {
    font-size: 0.9722222222vw;
  }
  .point__bottom {
    max-width: 67.2222222222vw;
    margin-right: auto;
    margin-left: auto;
  }
  .point__bottom .point__ttl {
    font-size: 1.6666666667vw;
    margin-bottom: 0.7638888889vw;
  }
  .point__bottomList {
    gap: 1.1111111111vw;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .mentor.l-sec {
    padding: 5.5555555556vw 0 2.0833333333vw;
  }
  .mentor .l-inner {
    padding: 0 6.5277777778vw;
  }
  .mentor .topSec__ttl {
    margin-bottom: 1.5972222222vw;
  }
  .js-mentor-slider .slick-list {
    margin: 0 -1.3888888889vw;
  }
  .js-mentor-slider .mentor__item {
    width: 24.8611111111vw;
    margin: 0 1.3888888889vw;
  }
  .js-mentor-slider .mentor__item .mentor-img {
    border-radius: 0.6944444444vw;
  }
  .js-mentor-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .slideObject__box {
    margin-top: 1.7361111111vw;
    padding: 0;
  }
  .arrow__box {
    gap: 1.1111111111vw;
  }
  .arrow__box .slick-arrow {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
  }
  .slide__numBox .border {
    width: 5.3472222222vw;
    height: 0.0694444444vw;
    margin: 0 0.6944444444vw;
  }
  .slide__numBox .now,
  .slide__numBox .all {
    font-size: 1.25vw;
  }
  .mentor__modal-container {
    padding-top: 0.6944444444vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/top/mentor-modal-bg-pc.png) center center/cover no-repeat;
  }
  .mentor__modal-container .modal__txtBox {
    margin-top: 0.9027777778vw;
    margin-left: 0;
  }
  .mentor__modal-container .job {
    font-size: 0.8333333333vw;
  }
  .mentor__modal-container .name {
    font-size: 1.6666666667vw;
  }
  .mentor__modal-container .modal__icon {
    width: 10.6944444444vw;
  }
  .team__modal {
    width: 41.6666666667vw;
  }
  .team__modal-wrapper {
    height: auto;
  }
  .team__modal-container {
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
  }
  .team__modal-box {
    padding: 1.1111111111vw 1.3888888889vw 1.3888888889vw;
    row-gap: 1.1111111111vw;
  }
  .team__modalContents-txt {
    font-size: 0.9722222222vw;
  }
  .modal__close-img {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    top: -0.8333333333vw;
    right: -0.8333333333vw;
  }
  .maker {
    padding-top: 17.5694444444vw;
  }
  .maker::before {
    width: 186.8055555556vw;
    height: 186.8055555556vw;
  }
  .maker .topSec__ttl {
    top: 5.9722222222vw;
  }
  .maker .l-inner {
    padding: 0 6.6666666667vw;
  }
  .maker__ttl {
    font-size: 1.7361111111vw;
    margin-bottom: 1.8055555556vw;
  }
  .maker__ttl::before, .maker__ttl::after {
    width: 39.2361111111vw;
    height: 0.0694444444vw;
  }
  .maker__wrapper {
    gap: 4.1666666667vw;
  }
  .maker__container {
    margin-top: 0.6944444444vw;
  }
  .maker__list .slick-track {
    gap: 2.7777777778vw;
  }
  .maker__img {
    width: 22.2222222222vw;
  }
  .open-icon {
    bottom: 1.5277777778vw;
    right: 1.1111111111vw;
    width: 4.7222222222vw;
    height: 4.7222222222vw;
  }
  .maker__modal .team__modal-container {
    gap: 1.3888888889vw;
    padding: 0.6944444444vw 1.1111111111vw;
  }
  .maker__modal .modal__icon {
    width: 9.0277777778vw;
  }
  .maker__modal .job {
    font-size: 0.9722222222vw;
  }
  .maker__modal .name {
    font-size: 1.9444444444vw;
  }
  .maker__modalBox {
    padding: 1.6666666667vw 1.1805555556vw;
    max-height: 27.7777777778vw;
  }
  .maker__modalBox .simplebar-content {
    gap: 1.5277777778vw;
  }
  .modal__head01 .modal__tag,
  .modal__head02 .modal__tag {
    font-size: 0.9722222222vw;
    margin-bottom: 0.5555555556vw;
    padding: 0.2777777778vw 0.6944444444vw;
    border: solid 0.0694444444vw #07312A;
  }
  .modal__head01 {
    margin-bottom: 1.0416666667vw;
  }
  .modal__head02 {
    margin-bottom: 1.3888888889vw;
  }
  .modal__txtWrapper {
    border-top: 0.0694444444vw solid #07312A;
    padding: 1.3888888889vw 0 5.5555555556vw;
  }
  .modal__txt {
    font-size: 0.9722222222vw;
  }
  .modal__btnBox {
    gap: 1.1111111111vw;
    padding: 1.3888888889vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
  .modal__btn01,
  .modal__btn02 {
    padding: 1.3194444444vw 0;
    font-size: 1.25vw;
  }
  .modal__btn02 {
    border: 0.1388888889vw solid #07312A;
  }
  .program.l-sec {
    padding: 0 0 5vw;
  }
  .program .topSec__ttl {
    margin-bottom: 2.5694444444vw;
  }
  .program .program-bg {
    background: url(../img/top/program-bg-pc.png) center center/cover no-repeat;
  }
  .program .program__btn {
    width: 23.6111111111vw;
    border: 0.0694444444vw solid #011227;
    font-size: 0.9722222222vw;
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
    border-radius: 6.9444444444vw;
  }
  .program .row {
    gap: 0.5555555556vw;
  }
  .program .program__txt {
    font-size: 1.25vw;
    line-height: 1.75;
  }
  .program .l-topSec__ttl {
    margin-bottom: 2.6388888889vw;
  }
  .program dl {
    row-gap: 2.7777777778vw;
    padding-left: 4.4444444444vw;
    padding-right: 2.7777777778vw;
  }
  .program dl::before {
    width: 0.1388888889vw;
    top: 1.25vw;
    left: 2.7083333333vw;
  }
  .program dt::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2.2222222222vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .program .programTimeline__wrapper {
    row-gap: 1.3888888889vw;
  }
  .program__contentsWide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 54.0277777778vw;
  }
  .program__head {
    -webkit-column-gap: 1.1111111111vw;
       -moz-column-gap: 1.1111111111vw;
            column-gap: 1.1111111111vw;
  }
  .program__date {
    border-radius: 0.5555555556vw;
    -webkit-column-gap: 0.4166666667vw;
       -moz-column-gap: 0.4166666667vw;
            column-gap: 0.4166666667vw;
    padding: 0.5555555556vw 1.0416666667vw;
  }
  .program__date .year {
    font-size: 0.9722222222vw;
    line-height: 1;
    margin-top: 1.0416666667vw;
  }
  .program__date .month {
    font-size: 1.6666666667vw;
    line-height: 1.5;
  }
  .program__date .small {
    font-size: 1.3888888889vw;
    line-height: 1.5;
  }
  .date__txt {
    font-size: 1.6666666667vw;
  }
  .programEntry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
  }
  .programEntry .program__ttl {
    margin-bottom: 0.5555555556vw;
  }
  .programEntry .program__contentsNarrow {
    padding: 2.2222222222vw;
    row-gap: 1.1111111111vw;
  }
  .programEntry .program__contentsNarrow .program__btn {
    width: 16.6666666667vw;
  }
  .programEntry .program__banner::before {
    padding-top: 48.9130434783%;
  }
  .program__contentsNarrow {
    width: calc(100% - 55.6944444444vw);
  }
  .programBtn__box {
    row-gap: 1.1111111111vw;
  }
  .program__ttl {
    font-size: 2.2222222222vw;
    line-height: 1.5;
  }
  .programBox__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.7777777778vw;
       -moz-column-gap: 2.7777777778vw;
            column-gap: 2.7777777778vw;
  }
  .programBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
    padding: 2.7777777778vw;
  }
  .programBox figure {
    border-radius: 0.6944444444vw;
  }
  .programBox-content1 {
    width: 46.6666666667vw;
    row-gap: 1.1111111111vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about.l-sec {
    padding-top: 3.75vw;
  }
  .about .about__contentsL {
    padding: 2.7777777778vw 3.8888888889vw;
    margin-bottom: 1.6666666667vw;
  }
  .about .about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw 1.5972222222vw;
    margin-bottom: 1.6666666667vw;
    border-radius: 0.6944444444vw;
  }
  .about .about__logo {
    text-align: left;
  }
  .about .about__logo img {
    width: 21.1805555556vw;
  }
  .about .about__wrapper {
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }
  .about .about__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.7777777778vw;
  }
  .about .about__box .about__box-txt {
    font-size: 1.25vw;
    margin-bottom: 1.1111111111vw;
  }
  .about .about__boxNarrow {
    width: calc(100% - 55.8333333333vw);
  }
  .about .about__boxWide {
    width: 55.8333333333vw;
  }
  .about .about__boxWide .btn2 {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
    width: 21.1805555556vw;
  }
  .about .about__boxWide .about__box-txtS {
    font-size: 0.9722222222vw;
  }
  .about .about__box-ttl {
    font-size: 2.2222222222vw;
    line-height: 1.5;
  }
  .about .about__container {
    margin-bottom: 2.7777777778vw;
  }
  .about .about__container .slideObject__box {
    margin-top: 1.25vw;
  }
  .about .about__slider {
    margin-bottom: 1.1111111111vw;
  }
  .about .about__slider-head {
    font-size: 1.1111111111vw;
    padding-left: 1.1111111111vw;
    margin-bottom: 1.1111111111vw;
  }
  .about .about__slider-head::before {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .about .about__img {
    margin-right: 1.1111111111vw;
    width: 21.3194444444vw;
  }
  .about .about__others {
    max-width: 55vw;
  }
  .about .about__others {
    -webkit-column-gap: 1.6666666667vw;
       -moz-column-gap: 1.6666666667vw;
            column-gap: 1.6666666667vw;
  }
  .about .about__others-img {
    width: calc(25% - 1.25vw);
  }
  .about .about__tohoku {
    padding: 2.0833333333vw 3.3333333333vw 2.2222222222vw;
    margin-bottom: 3.3333333333vw;
  }
  .about .about__tohoku .logo {
    width: 14.2361111111vw;
    margin-bottom: 1.3888888889vw;
  }
  .about .about__tohokuTtl {
    font-size: 2.2222222222vw;
    margin-bottom: 0.5555555556vw;
    text-align: center;
  }
  .about .about__tohokuTxt {
    font-size: 0.9722222222vw;
  }
  .about .about__media {
    padding: 0 13.0555555556vw;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6666666667vw;
  }
  .about .about__mediaBox {
    padding: 2.9166666667vw 2.7777777778vw;
    gap: 1.6666666667vw;
  }
  .about .about__mediaBox.-sns {
    padding: 2.3611111111vw 1.6666666667vw;
  }
  .about .about__mediaBox.-sns .about__mediaTtl {
    font-size: 1.9444444444vw;
  }
  .about .about__mediaBox.-sns .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6944444444vw;
  }
  .about .about__mediaBox.-sns .btn4 {
    font-size: 0.9722222222vw;
  }
  .about .about__mediaTtl {
    font-size: 1.3888888889vw;
    border-width: 0.0694444444vw;
    padding-bottom: 1.1111111111vw;
  }
  .about .about__mediaLogo {
    width: 14.5833333333vw;
    margin-bottom: 0.5555555556vw;
  }
  .about .about__mediaTxt {
    font-size: 0.9722222222vw;
  }
  .about .sns__box {
    gap: 0.8333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about .insta__imgWrap {
    gap: 0.1388888889vw;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .entry.l-sec {
    padding-top: 3.8194444444vw;
    padding-bottom: 4.1666666667vw;
  }
  .entry .l-inner {
    padding: 0 12.7777777778vw;
  }
  .entry .topSec__ttl {
    margin-bottom: 0vw;
  }
  .entry .topSec__ttl .en {
    font-size: 3.3333333333vw;
  }
  .entry .note {
    font-size: 0.9722222222vw;
  }
  .entry .entry_container {
    row-gap: 2.2222222222vw;
  }
  .entry .entryTimeline {
    padding: 2.7777777778vw;
  }
  .entry .entryTimeline dl {
    row-gap: 1.6666666667vw;
  }
  .entry .entryTimeline dl::before {
    top: 1.3888888889vw;
    left: 0.1388888889vw;
    height: calc(100% - 1.3888888889vw);
  }
  .entry .entryTimeline .entryTimeline__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .entry .entryTimeline dt {
    margin-left: 1.25vw;
  }
  .entry .entryTimeline dt::after {
    left: -1.3888888889vw;
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .entry .entryTimeline dd {
    margin-left: 0;
    width: calc(100% - 10.9722222222vw);
  }
  .entry .entryTimeline .entryTimeline__year {
    font-size: 0.9722222222vw;
  }
  .entry .entryTimeline .entryTimeline__box {
    width: 10.9722222222vw;
  }
  .entry .entryTimeline .entryTimeline__month {
    font-size: 1.3888888889vw;
    margin-right: 0.2777777778vw;
  }
  .entry .entryTimeline .entryTimeline__day {
    font-size: 0.9722222222vw;
  }
  .entry .entryTimeline .entryTimeline__txt {
    width: calc(100% - 12.2222222222vw);
    font-size: 1.3888888889vw;
  }
  .entry .entryBtn__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.1111111111vw;
       -moz-column-gap: 1.1111111111vw;
            column-gap: 1.1111111111vw;
    padding: 0 11.3194444444vw;
  }
  .entry .entry__btn {
    border-radius: 2.3611111111vw;
  }
  .entry .entry__btn-link {
    font-size: 1.25vw;
  }
  .entry .entry__btn-1::after {
    right: 1.6666666667vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .entry .entry__btn-2 {
    border: 0.1388888889vw solid #43BD94;
  }
  .entry .entryContents {
    row-gap: 1.3888888889vw;
  }
  .entry .entryContents__container {
    row-gap: 1.3888888889vw;
  }
  .entry .entryContents__container {
    padding: 1.6666666667vw;
  }
  .entry .entryContents__head {
    padding-bottom: 1.1111111111vw;
    font-size: 1.3888888889vw;
  }
  .entry .entryContents__list {
    gap: 0.6944444444vw;
  }
  .entry .entryContents__txt {
    font-size: 0.9722222222vw;
  }
  .entry .entryContents__txt-dot {
    margin-left: 1.6666666667vw;
  }
  .entry .entryContents__txt-dot::after {
    top: 0.7638888889vw;
    left: -1.1111111111vw;
    width: 0.3472222222vw;
    height: 0.3472222222vw;
  }
  .entry .entryContents__box {
    row-gap: 0.2777777778vw;
  }
  .entry .entryContents__txt-xs {
    font-size: 0.9722222222vw;
  }
  .entry .entryContents__row {
    row-gap: 0.7638888889vw;
  }
  .entry .entryContents__txt-s {
    font-size: 1.1111111111vw;
  }
  .entry .entryContents__txt-l {
    font-size: 1.1111111111vw;
  }
  .entry .entryContents__txt-dia {
    margin-left: 1.3194444444vw;
  }
  .entry .entryContents__txt-dia::after {
    top: 0.625vw;
    left: -1.25vw;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    margin-right: 1.6666666667vw;
  }
  .entry .entryContents__selection-list {
    margin-bottom: 0.8333333333vw;
  }
  .entry .entryContents__selection-list .entryContents__selection-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .entry .entryContents__flow .entryContents__txt-l.-date {
    font-size: 1.25vw;
  }
  .entry .entryContents__flow .entryContents__txt-s.-arrow {
    font-size: 0.9722222222vw;
  }
  .entry .entryContents__flow .entryContents__list {
    gap: 1.3888888889vw;
  }
  .entry .entryContents__flow .l-entryContents__flow-mb1 {
    margin-bottom: 0.4166666667vw;
  }
  .entry .entryContents__flow .l-entryContents__flow-mb2 {
    margin-bottom: 0vw;
  }
  .entry .entryContents__online .entryContents__txt-l.-date {
    font-size: 1.1111111111vw;
  }
  .entry .entryContents__online .entryContents__list {
    row-gap: 1.3888888889vw;
  }
  .entry .entryContents__online .entryContents__row {
    row-gap: 0.2777777778vw;
  }
  .l-horizinEvents-inner {
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
  }
  .horizinEvents__ttl .en {
    letter-spacing: 1.92px;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 1.92px;
  }
  .horizinEvents__ttl .ja {
    font-size: 0.9722222222vw;
    line-height: 1.5;
    letter-spacing: 0.56px;
  }
  .l-horizinEvents__ttl {
    text-align: center;
  }
  .horizinEvents {
    margin-bottom: 2.7777777778vw;
  }
  .horizinEvents__container {
    padding: 2.7777777778vw 8.3333333333vw;
  }
  .card__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6666666667vw;
    margin-top: 1.6666666667vw;
  }
  .card__img::before {
    padding-top: 47.619047619%;
  }
  .card__box {
    padding: 1.6666666667vw 1.1111111111vw;
    row-gap: 0.5555555556vw;
  }
  .card__term .card__cat {
    padding: 0.3472222222vw 0.8333333333vw;
  }
  .card__term .card__catList {
    gap: 0.5555555556vw;
  }
  .card__term span {
    font-size: 0.8333333333vw;
  }
  .card__ttl {
    font-size: 1.25vw;
  }
  .card__time {
    font-size: 0.9722222222vw;
  }
  .btn1 {
    font-size: 0.9722222222vw;
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
    width: 22.2222222222vw;
    border: 0.1388888889vw solid #ffffff;
  }
  .btn1::after {
    right: 1.3194444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .btn2 {
    font-size: 1.25vw;
    border-width: 0.1388888889vw;
    padding: 1.1111111111vw 2.2222222222vw;
    width: 22.2222222222vw;
    border-radius: 6.9444444444vw;
    letter-spacing: 0.0666666667vw;
  }
  .btn3 {
    font-size: 1.25vw;
    border-width: 0.1388888889vw;
    padding: 1.4583333333vw 2.2222222222vw 1.4583333333vw 3.8888888889vw;
    width: 22.2222222222vw;
    border-radius: 6.9444444444vw;
    letter-spacing: 0.0625vw;
  }
  .btn4 {
    font-size: 1.25vw;
    border-width: 0.1388888889vw;
    padding: 0.8333333333vw;
    width: 22.2222222222vw;
    border-radius: 6.9444444444vw;
    letter-spacing: 0.0625vw;
  }
  .btn-arrow1::after {
    right: 1.3194444444vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .btn-arrow2::after {
    right: 2.5vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .btn-arrow3::after {
    right: 2.5vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .btn-arrow4::after {
    right: 2.2222222222vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .l-btn-padding {
    padding: 1.4583333333vw 2.2222222222vw;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */
