@charset "UTF-8";
/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@900&family=Zen+Maru+Gothic:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body,
div, article, section, main,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address, nav,
table, th, td,
a, p, img, figure, span, em, small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html:before, html:after, body:before, body:after,
div:before,
div:after, article:before, article:after, section:before, section:after, main:before, main:after,
h1:before,
h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after,
dl:before,
dl:after, dt:before, dt:after, dd:before, dd:after,
ul:before,
ul:after, ol:before, ol:after, li:before, li:after,
pre:before,
pre:after, form:before, form:after, input:before, input:after, textarea:before, textarea:after, address:before, address:after, nav:before, nav:after,
table:before,
table:after, th:before, th:after, td:before, td:after,
a:before,
a:after, p:before, p:after, img:before, img:after, figure:before, figure:after, span:before, span:after, em:before, em:after, small:before, small:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

ul, li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a, button {
  outline: none;
}
a:focus, button:focus {
  outline: none;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 0.5ex;
}

sub {
  top: 0.5ex;
}

/*---------------------------------------------------------
font
---------------------------------------------------------*/
/*---------------------------------------------------------
common
---------------------------------------------------------*/
html {
  font-size: 1.2077294686vw;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 6.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.4642857143vw;
  }
}
html.hidden {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-align: justify;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 2.4rem;
  }
}
body.hidden {
  overflow: hidden;
}

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

a {
  color: inherit;
  opacity: 1;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

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

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

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

.res-sp-block {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .res-sp-block {
    display: block !important;
  }
}

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

.inner {
  padding: 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 168rem;
    margin: 0 auto;
    padding: 0 4rem;
  }
}

.inner-s {
  padding: 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .inner-s {
    width: 100%;
    max-width: 168rem;
    margin: 0 auto;
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inner-s {
    max-width: 128rem;
  }
}

/*---------------------------------------------------------
TMP
---------------------------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1380;
  }
}

.sub-container {
  width: 80vw;
  height: 53.3333333333vw;
  min-width: 208.6956521739px;
  font-size: 53.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .sub-container {
    width: 43.4782608696vw;
    height: 28.9855072464vw;
    max-width: 600px;
    min-height: 10.081915564px;
    font-size: clamp(5.5652173913px, 1.1594202899vw, 16px);
  }
}

/*---------------------------------------------------------
opening
---------------------------------------------------------*/
#pageFooter {
  position: relative;
}

.follow-btn {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 15px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80vw;
  z-index: 9;
}
@media print, screen and (min-width: 768px) {
  .follow-btn {
    left: auto;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    width: 42.1333333333vw;
    max-width: 316px;
  }
}
.back-to-top {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 12vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .back-to-top {
    right: 20px;
    width: 76px;
  }
}

/* 追従位置を調整 */
.back-to-top.above-footer {
  position: absolute;
  right: 20px;
  top: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header {
  position: relative;
}
@media only screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 10;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.1739130435vw 2.1739130435vw;
  }
}
@media only screen and (min-width: 1380px) {
  .header-inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-smt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92vw;
    margin: 0 auto;
    padding: 4vw 0;
    position: relative;
    z-index: 55;
  }
}

h1 a span svg {
  width: 68vw;
}
@media print, screen and (min-width: 768px) {
  h1 a span svg {
    width: 31.0144927536vw;
    max-width: 428px;
  }
}

.menu-trigger {
  width: 30px;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: block;
  height: 3px;
  background: #333;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .menu-inner {
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 50;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    background: #fff;
  }
}

.nav-menu {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .nav-menu {
    display: block;
  }
}

.nav-menu ul {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .nav-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .nav-menu ul {
    gap: 0 15px;
  }
}

.nav-menu ul li {
  margin: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .nav-menu ul li {
    margin: 0;
  }
}

.nav-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.0144927536vw;
}

/* メニュー表示時のスタイル */
.menu-open .header-inner {
  height: 100vh;
  background: #fff;
}
.menu-open .menu-inner {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .menu-open .nav-menu {
    display: block;
    width: 92vw;
    margin: 0 auto;
    padding-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .menu-open .nav-menu ul {
    width: 80vw;
    background: #8dc21f;
    border-radius: 5.3333333333vw;
    padding: 8vw;
    margin: 0 auto;
    position: relative;
  }
}
.menu-open .nav-menu ul::before, .menu-open .nav-menu ul::after {
  content: "";
  display: block;
  width: 9.4666666667vw;
  height: 13.3333333333vw;
  position: absolute;
}
.menu-open .nav-menu ul::before {
  top: -5%;
  left: 0;
  background: url(../images/reason-obj-01_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 4.8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .menu-open .nav-menu ul::before {
    margin-right: 36px;
  }
}
.menu-open .nav-menu ul::after {
  bottom: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 13.2vw;
  background: url(../images/reason-obj-02_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 4.8vw;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media print, screen and (min-width: 768px) {
  .menu-open .nav-menu ul::after {
    width: 93px;
    height: 121px;
    margin-left: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-open .nav-menu ul li {
    width: 100%;
    margin: 8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-open .nav-menu ul li a {
    font-size: 4vw;
  }
}

.menu-open .menu-trigger span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.menu-open .menu-trigger span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-trigger span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/*---------------------------------------------------------
keyvisual
---------------------------------------------------------*/
.keyvisual {
  position: relative;
  overflow: hidden;
}
.keyvisual .btn {
  position: absolute;
  top: 106.8vw;
  left: 50%;
  width: 84.2666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .keyvisual .btn {
    top: 44.2028985507vw;
    left: 0;
    width: 98%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media print, screen and (min-width: 768px) {
  .keyvisual .btn p {
    width: 26.884057971vw;
    max-width: 371px;
  }
}

/*---------------------------------------------------------
mid-nav
---------------------------------------------------------*/
.sec-mov .sec-mov-inner {
  width: 92vw;
  padding: 5.3333333333vw 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .sec-mov .sec-mov-inner {
    padding: 40px 0;
    max-width: 1110px;
  }
}
.sec-mov .sec-mov-inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 57.55%;
}
.sec-mov .sec-mov-inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------
mid-nav
---------------------------------------------------------*/
.mid-nav {
  height: 75px;
}
.mid-nav .mid-nav-inner {
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  white-space: nowrap;
}
.mid-nav .mid-nav-inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
}
.mid-nav .mid-nav-inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mid-nav .mid-nav-inner nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mid-nav .mid-nav-inner nav ul li::after {
  content: "/";
  padding: 0 1em;
}
.mid-nav .mid-nav-inner nav ul li.break::after {
  content: none;
  padding: 0 1em;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/*---------------------------------------------------------
statement
---------------------------------------------------------*/
.statement {
  overflow: hidden;
}
.statement .statement--inner {
  width: 100%;
  padding: 0;
}
.statement .statement--inner .statement-box h2 {
  width: 100%;
  margin-bottom: 0;
}
.statement .statement--inner .statement-box h3 {
  font-size: 6.6666666667vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 7.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .statement .statement--inner .statement-box h3 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .statement .statement--inner .statement-box p {
    display: none;
  }
}
.statement .statement--inner .statement-box p.lead {
  font-size: 3.7333333333vw;
  color: #ffffff;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 8vw;
}
.statement .statement--inner .statement-box p.end-text {
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
}
.statement .statement--inner .statement-box p.end-image {
  width: 56.1333333333vw;
  margin: 0 auto 8vw;
}
.statement .statement--inner .statement-box p.circle-image {
  width: 92.5333333333vw;
  margin: 0 auto 8vw;
}

/*---------------------------------------------------------
curriculum
---------------------------------------------------------*/
.curriculum {
  overflow: hidden;
}
.curriculum .curriculum-container {
  padding-bottom: 5.3333333333vw;
}
.curriculum .curriculum-container h3 {
  width: 100%;
  margin-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container h3 {
    margin-bottom: 5.0724637681vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container h3 {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-container-inner {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-container-inner {
    gap: 0 60px;
  }
}
.curriculum .curriculum-container .curriculum-lead {
  margin-bottom: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-lead {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 4.347826087vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-lead {
    padding-left: 60px;
  }
}
.curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail {
  width: 84vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail {
    width: auto;
  }
}
.curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail h4 {
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.078em;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail h4 {
    font-size: 1.884057971vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail h4 {
    font-size: 26px;
  }
}
.curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail p {
  font-size: 3.7333333333vw;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail p {
    font-size: 1.1594202899vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-lead .curriculum-lead-detail p {
    font-size: 16px;
  }
}
.curriculum .curriculum-container .curriculum-lead .curriculum-lead-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84vw;
  margin: 0 auto;
}
.curriculum .curriculum-container .curriculum-lead .curriculum-lead-image p {
  width: 40vw;
}
.curriculum .curriculum-container .curriculum-info {
  width: 92vw;
  margin: 0 auto 10.6666666667vw;
  background: #000;
  padding: 9.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56.3768115942vw;
    padding: 5.0724637681vw 0;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-info {
    width: 778px;
    padding: 70px 0;
  }
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box {
  width: 73.3333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box {
    width: 21.9565217391vw;
    max-width: 303px;
    margin: 0;
    margin-left: 4.347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box {
    width: 303px;
    margin-left: 60px;
  }
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail h4 {
  font-size: 4vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.078em;
  line-height: 1.6;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 4.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail h4 {
    font-size: 1.1594202899vw;
    margin-bottom: 2.3913043478vw;
    border: 1px solid #fff;
    padding: 1.0144927536vw 0;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail h4 {
    font-size: 16px;
    margin-bottom: 33px;
    padding: 14px 0;
  }
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #8dc21f;
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail p {
  font-size: 3.2vw;
  color: #ffffff;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail p {
    font-size: 1.0144927536vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-detail p {
    font-size: 14px;
  }
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box .curriculum-info-image {
  width: 100%;
}
.curriculum .curriculum-container .curriculum-info .curriculum-info-box:first-child {
  margin-bottom: 10.4vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container .curriculum-info .curriculum-info-box:first-child {
    margin-bottom: 0;
  }
}
.curriculum .curriculum-container .curriculum-mystyle {
  width: 92vw;
  margin: 0 auto;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-head {
  width: 92vw;
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background: #000000;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-head p {
  font-size: 3.2vw;
  color: #ffffff;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-head p span {
  font-size: 2.9333333333vw;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-head::after {
  position: absolute;
  top: 50%;
  right: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background: url(/sp/special/assets/images/icon_btn_plus_01_sp.png) no-repeat center center;
  background-size: 100% auto;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element {
  background: #ffffff;
  padding: 13.3333333333vw 0 10.6666666667vw;
  -webkit-transform: translateY(-6.6666666667vw);
          transform: translateY(-6.6666666667vw);
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element h3 {
  text-align: center;
  position: relative;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element h3 img {
  width: 37.2vw;
  background: #fff;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle {
  width: 73.3333333333vw;
  margin: 0 auto;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .prof {
  margin-bottom: 9.3333333333vw;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .prof p.photo {
  margin-bottom: 6.6666666667vw;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .prof p.name {
  text-align: center;
  font-size: 4.5333333333vw;
  font-weight: bold;
  margin-bottom: 4vw;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .prof p.name span {
  display: block;
  font-size: 3.4666666667vw;
  padding-bottom: 4vw;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .prof p.his {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0.078em;
  line-height: 1.5;
}
.curriculum .curriculum-container .curriculum-mystyle .toggle-element .curriculum-mystyle .detail p {
  font-size: 3.2vw;
  line-height: 1.8;
}
.curriculum .curriculum-container.curriculum-container01 {
  background: #8dc21f;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info {
    width: 65.2173913043vw;
    gap: 0 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info {
    width: 900px;
    gap: 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box.curriculum-info-box_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.6956521739vw;
    max-width: 465px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-left: 2.8985507246vw;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box.curriculum-info-box_image {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-detail {
    width: 19.0579710145vw;
    max-width: 263px;
  }
}
.curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-image {
  padding-top: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-image {
    width: 12.6811594203vw;
    max-width: 175px;
    padding: 0;
  }
}
.curriculum .curriculum-container.curriculum-container01 .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #8dc21f;
}
.curriculum .curriculum-container.curriculum-container02 {
  background: #00a6e9;
}
.curriculum .curriculum-container.curriculum-container02 .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #00a6e9;
}
.curriculum .curriculum-container.curriculum-container03 {
  background: #e75297;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info {
    width: 65.2173913043vw;
    gap: 0 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info {
    width: 900px;
    gap: 0 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box {
    width: 16.1594202899vw;
    max-width: 223px;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box.curriculum-info-box_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37.6811594203vw;
    max-width: 520px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-detail {
    width: 16.1594202899vw;
    max-width: 223px;
  }
}
.curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-image {
  padding-top: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box.curriculum-info-box_image .curriculum-info-image {
    width: 17.6086956522vw;
    max-width: 243px;
  }
}
.curriculum .curriculum-container.curriculum-container03 .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #e75297;
}
.curriculum .curriculum-container.curriculum-container04 {
  background: #fff100;
}
.curriculum .curriculum-container.curriculum-container04 .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #fff100;
}
.curriculum .curriculum-container.curriculum-container05 {
  background: #f29600;
  padding-bottom: 11.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-container.curriculum-container05 {
    padding-bottom: 5.7971014493vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-container.curriculum-container05 {
    padding-bottom: 80px;
  }
}
.curriculum .curriculum-container.curriculum-container05 .curriculum-info {
  margin-bottom: 0;
}
.curriculum .curriculum-container.curriculum-container05 .curriculum-info .curriculum-info-box .curriculum-info-detail h4 span {
  color: #f29600;
}
.curriculum .curriculum-btn {
  background: #f29600;
  padding-bottom: 11.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-btn {
    padding-bottom: 4.9275362319vw;
  }
}
@media only screen and (min-width: 1380px) {
  .curriculum .curriculum-btn {
    padding-bottom: 68px;
  }
}
.curriculum .curriculum-btn a {
  display: block;
  width: 84.2666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .curriculum .curriculum-btn a {
    width: 52.8985507246vw;
    max-width: 730px;
  }
}

/*---------------------------------------------------------
reason
---------------------------------------------------------*/
.reason {
  overflow: hidden;
}
.reason .modal-list .modal-box-outer.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .reason .modal-list .modal-box-outer.active {
    height: 100vh;
    overflow-y: scroll;
  }
}
.reason .modal-list .modal-box-outer .modal-close {
  position: absolute;
  width: 92vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 3.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box-outer .modal-close {
    width: 100%;
    padding: 1.4492753623vw 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box-outer .modal-close {
    padding: 20px 20px;
  }
}
.reason .modal-list .modal-box-outer .modal-close p {
  width: 9.6vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box-outer .modal-close p {
    width: 5.2173913043vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box-outer .modal-close p {
    width: 72px;
  }
}
.reason .modal-list .modal-box {
  padding: 15.6vw 0;
  background-color: #8dc21f;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box {
    padding: 7.2463768116vw 0;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box {
    padding: 100px 0;
  }
}
.reason .modal-list .modal-box .modal-box-inner {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner {
    width: 95.652173913vw;
    max-width: 1320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head {
  background: #f0f1f4;
  padding: 12.9333333333vw 0 11.6vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head {
    width: 50%;
    padding: 4.347826087vw 0;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head {
    padding: 60px 0;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 {
  font-size: 5.0666666667vw;
  text-align: center;
  margin-bottom: 8.6666666667vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 {
    font-size: 2.8985507246vw;
    margin-bottom: 4.347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span {
  position: relative;
  margin: 0 0.75em;
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::before, .reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::before {
  top: -5px;
  left: -10px;
  border-top: 1px solid #e75297;
  border-left: 1px solid #e75297;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::before {
    border-top: 2px solid #e75297;
    border-left: 2px solid #e75297;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::after {
  bottom: -5px;
  right: -10px;
  border-bottom: 1px solid #e75297;
  border-right: 1px solid #e75297;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head h3 span::after {
    border-bottom: 2px solid #e75297;
    border-right: 2px solid #e75297;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head p.image {
  width: 73.0666666667vw;
  margin: 0 auto 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head p.image {
    width: 35.7246376812vw;
    max-width: 493px;
    margin: 0 auto 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head p.image {
    margin: 0 auto 50px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p {
    width: 35.7246376812vw;
    max-width: 493px;
    text-align: left;
    margin: 0 auto;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.commerce {
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.078em;
  margin: 0 0 4vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.commerce {
    font-size: 1.4492753623vw;
    margin: 0 auto 0.9420289855vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.commerce {
    font-size: 20px;
    margin: 0 auto 13px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.name {
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.078em;
  margin: 0 0 4vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.name {
    font-size: 1.4492753623vw;
    margin: 0 auto 1.8115942029vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.name {
    font-size: 20px;
    margin: 0 auto 25px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.school {
  font-size: 3.4666666667vw;
  font-weight: bold;
  letter-spacing: 0.078em;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.school {
    font-size: 1.0144927536vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-head .prof p.school {
    font-size: 14px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content {
  background: #ffffff;
  padding: 11.6vw 0 11.6vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content {
    width: 50%;
    padding: 4.347826087vw 0;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content {
    padding: 60px 0;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content h3 {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.078em;
  margin: 0 0 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content h3 {
    font-size: 1.8115942029vw;
    text-align: left;
    width: 39.4927536232vw;
    margin: 0 auto 2.1739130435vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content h3 {
    font-size: 25px;
    text-align: left;
    width: 545px;
    margin: 0 auto 30px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content p.txt {
  width: 73.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.8;
  margin: 0 auto 18.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content p.txt {
    width: 39.4927536232vw;
    max-width: 545px;
    font-size: 1.1594202899vw;
    margin: 0 auto 4.347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content p.txt {
    font-size: 16px;
    margin: 0 auto 60px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum {
  position: relative;
  background: #00a6e9;
  padding: 5.3333333333vw 0;
  width: 72.6666666667vw;
  margin: 0 auto;
  border-radius: 2vw;
  overflow: unset;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum {
    padding: 2.6086956522vw 0;
    width: 39.4927536232vw;
    max-width: 545px;
    border-radius: 1.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum {
    padding: 36px 0;
    border-radius: 15px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .sub-title {
  position: absolute;
  top: -11.3333333333vw;
  left: 3.4666666667vw;
  border: 2.4vw solid #00a6e9;
  border-radius: 50%;
  -webkit-clip-path: circle();
          clip-path: circle();
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .sub-title {
    border: none;
    top: 1.8115942029vw;
    left: 2.1739130435vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .sub-title {
    top: 25px;
    left: 30px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .sub-title p {
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  background: white;
  border-radius: 50%;
  -webkit-clip-path: circle();
          clip-path: circle();
  border: 1px dashed #00a6e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .sub-title p {
    width: 7.8260869565vw;
    height: 7.8260869565vw;
    max-width: 108px;
    max-height: 108px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer {
  position: relative;
  width: 65.6vw;
  margin: 0 auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer {
    width: 18.6956521739vw;
    margin: 0 0 0 13.3333333333vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer {
    margin: 0 0 0 184px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background: #00a6e9;
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before {
  top: 0;
  left: -8%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  top: 0;
  right: -8%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 15px;
  background: #00a6e9;
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before {
  bottom: 0;
  left: -8%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  bottom: 0;
  right: -8%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table {
  width: 65.6vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table {
    width: 18.6956521739vw;
    max-width: 258px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border: 5px solid #00a6e9;
  color: #00a6e9;
  background: #ffffff;
  text-align: center;
  vertical-align: center;
  width: 33%;
  height: 15.0666666667vw;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
    font-size: 0.8695652174vw;
    height: 4.6376811594vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
    font-size: 12px;
  }
}
.reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td.fs {
  font-size: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td.fs {
    font-size: 0.7246376812vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .modal-list .modal-box .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td.fs {
    font-size: 10px;
  }
}
.reason .modal-list .modal-box#modal-box-01 {
  background-color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content h3 {
  color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum {
  background: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #e83c58;
}
.reason .modal-list .modal-box#modal-box-01 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #e83c58;
  color: #e83c58;
}
.reason .modal-list .modal-box#modal-box-02 {
  background-color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content h3 {
  color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum {
  background: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #d3731d;
}
.reason .modal-list .modal-box#modal-box-02 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #d3731d;
  color: #d3731d;
}
.reason .modal-list .modal-box#modal-box-03 {
  background-color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content h3 {
  color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum {
  background: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #eb789b;
}
.reason .modal-list .modal-box#modal-box-03 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #eb789b;
  color: #eb789b;
}
.reason .modal-list .modal-box#modal-box-04 {
  background-color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content h3 {
  color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum {
  background: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #be8d12;
}
.reason .modal-list .modal-box#modal-box-04 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #be8d12;
  color: #be8d12;
}
.reason .modal-list .modal-box#modal-box-05 {
  background-color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content h3 {
  color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum {
  background: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #9cc034;
}
.reason .modal-list .modal-box#modal-box-05 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #9cc034;
  color: #9cc034;
}
.reason .modal-list .modal-box#modal-box-06 {
  background-color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content h3 {
  color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum {
  background: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-06 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #78b2c8;
  color: #78b2c8;
}
.reason .modal-list .modal-box#modal-box-07 {
  background-color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content h3 {
  color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum {
  background: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #6085b9;
}
.reason .modal-list .modal-box#modal-box-07 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #6085b9;
  color: #6085b9;
}
.reason .modal-list .modal-box#modal-box-08 {
  background-color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content h3 {
  color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum {
  background: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-08 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #b67eaa;
  color: #b67eaa;
}
.reason .modal-list .modal-box#modal-box-09 {
  background-color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-head h3 span::before {
  border-color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-head h3 span::after {
  border-color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content h3 {
  color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum {
  background: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .sub-title {
  border-color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .sub-title p {
  border-color: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::before, .reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer::after {
  background: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::before, .reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner::after {
  background: #0fad92;
}
.reason .modal-list .modal-box#modal-box-09 .modal-box-inner .modal-box-content .curriculum .curriculum-list-outer .curriculum-list-inner table tr td {
  border-color: #0fad92;
  color: #0fad92;
}
.reason .reason-content {
  background: url(../images/reason-bg-01_sp.jpg) no-repeat center bottom;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content {
    background: url(../images/reason-bg-01_pc.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
.reason .reason-content .reason-head {
  padding: 13.3333333333vw 0 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content .reason-head {
    padding: 7.2463768116vw 0 3.2608695652vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .reason-content .reason-head {
    padding: 100px 0 45px;
  }
}
.reason .reason-content .reason-head h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason .reason-content .reason-head h3::before, .reason .reason-content .reason-head h3::after {
  content: "";
  display: block;
  width: 9.4666666667vw;
  height: 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content .reason-head h3::before, .reason .reason-content .reason-head h3::after {
    width: 87px;
    height: 122px;
  }
}
.reason .reason-content .reason-head h3::before {
  background: url(../images/reason-obj-01_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content .reason-head h3::before {
    margin-right: 36px;
  }
}
.reason .reason-content .reason-head h3::after {
  width: 10.1333333333vw;
  height: 13.2vw;
  background: url(../images/reason-obj-02_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content .reason-head h3::after {
    width: 93px;
    height: 121px;
    margin-left: 36px;
  }
}
.reason .reason-content .reason-head h3 span {
  width: 61.6vw;
}
@media print, screen and (min-width: 768px) {
  .reason .reason-content .reason-head h3 span {
    width: 41.0144927536vw;
    max-width: 566px;
  }
}
.reason .scroll_outer {
  position: relative;
  padding: 0 0 38.4vw;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer {
    width: 95.652173913vw;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 0 17.2463768116vw;
  }
}
.reason .scroll_outer .scroll_inner {
  margin: 0 auto;
}
.reason .scroll_outer .scroll_inner .scroll_box {
  width: 89.3333333333vw;
  background: #000;
  opacity: 1;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box {
    width: 100vw;
    max-width: 1380px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  opacity: 0.8;
}
.reason .scroll_outer .scroll_inner .scroll_box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  background: url(../images/icon-btn-arrow-right-white_01_sp.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box::after {
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box .detail .title {
  padding: 5.0666666667vw 0 5.0666666667vw 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box .detail .title {
    padding: 30px 30px 40px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box .detail .title p {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.078em;
  color: #ffffff;
}
.reason .scroll_outer .scroll_inner .scroll_box .detail .title p.catch {
  font-size: 4.2666666667vw;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box .detail .title p.catch {
    font-size: 20px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box .detail .title p.type {
  font-size: 3.2vw;
  margin-bottom: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box .detail .title p.type {
    font-size: 13px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box .detail .title p.name {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .reason .scroll_outer .scroll_inner .scroll_box .detail .title p.name {
    font-size: 13px;
  }
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-01 {
  background: #e83c58;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-02 {
  background: #d3731d;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-03 {
  background: #eb789b;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-04 {
  background: #be8d12;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-05 {
  background: #9cc034;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-06 {
  background: #78b2c8;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-07 {
  background: #6085b9;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-08 {
  background: #b67eaa;
}
.reason .scroll_outer .scroll_inner .scroll_box.modal-box-09 {
  background: #0fad92;
}
.reason .swiper-controller .swiper-controller-buttons {
  position: absolute;
  bottom: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66.1333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
}
@media print, screen and (min-width: 768px) {
  .reason .swiper-controller .swiper-controller-buttons {
    -webkit-transform: none;
            transform: none;
    bottom: 10.652173913vw;
    left: 0vw;
    width: 19.9275362319vw;
    max-width: 275px;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .swiper-controller .swiper-controller-buttons {
    width: 275px;
    bottom: 147px;
    left: 0px;
  }
}
.reason .swiper-controller .swiper-controller-buttons .swiper-button-prev, .reason .swiper-controller .swiper-controller-buttons .swiper-button-next {
  width: 13.8666666667vw;
  height: 11.7333333333vw;
  text-indent: -9999px;
  z-index: 15;
}
@media print, screen and (min-width: 768px) {
  .reason .swiper-controller .swiper-controller-buttons .swiper-button-prev, .reason .swiper-controller .swiper-controller-buttons .swiper-button-next {
    width: 5.2898550725vw;
    height: 4.4927536232vw;
    max-width: 73px;
    max-height: 62px;
  }
}
.reason .swiper-controller .swiper-controller-buttons .swiper-button-prev {
  background: url(../images/reason-btn-01_sp.png) no-repeat center center;
  background-size: 100% auto;
  left: 0;
}
.reason .swiper-controller .swiper-controller-buttons .swiper-button-next {
  background: url(../images/reason-btn-02_sp.png) no-repeat center center;
  background-size: 100% auto;
  right: 0;
}
.reason .swiper-controller .swiper-pagination {
  bottom: 15.7333333333vw;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .reason .swiper-controller .swiper-pagination {
    font-size: 2.1739130435vw;
    bottom: 9.2028985507vw;
    width: 19.9275362319vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .swiper-controller .swiper-pagination {
    font-size: 30px;
    bottom: 127px;
    width: 275px;
  }
}
.reason .swiper-controller .swiper-scrollbar {
  width: 84.5333333333vw;
  height: 1.4666666667vw;
  bottom: 30.1333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .reason .swiper-controller .swiper-scrollbar {
    width: 95.652173913vw;
    height: 0.7971014493vw;
    bottom: 13.4782608696vw;
  }
}
@media only screen and (min-width: 1380px) {
  .reason .swiper-controller .swiper-scrollbar {
    width: 1320px;
    height: 11px;
    bottom: 186px;
  }
}
.reason .swiper-controller .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000000;
  cursor: pointer;
}

/*---------------------------------------------------------
senpai-career
---------------------------------------------------------*/
.strong {
  overflow: hidden;
  background: url(../images/strong-bg-01_sp.jpg) no-repeat center bottom #b8e7ff;
  background-size: 100% auto;
  padding-bottom: 34.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .strong {
    background: url(../images/strong-bg-01_pc.jpg) no-repeat center bottom #b8e7ff;
    background-size: 100% auto;
    padding-bottom: 19.7826086957vw;
  }
}
@media only screen and (min-width: 1380px) {
  .strong {
    padding-bottom: 273px;
  }
}
@media print, screen and (min-width: 768px) {
  .strong .strong-head {
    border-bottom: 5px solid #1d2088;
    margin-bottom: 5.2898550725vw;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .strong-head {
    margin-bottom: 73px;
  }
}
@media print, screen and (min-width: 768px) {
  .strong .strong-head h3 {
    padding-top: 9.4202898551vw;
    width: 80.7971014493vw;
    max-width: 1115px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .strong-head h3 {
    padding-top: 130px;
  }
}
.strong .list-box {
  width: 81.8666666667vw;
  margin: 0 auto;
}
.strong .list-box h4 {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .strong .list-box h4 {
    width: 81.0144927536vw;
    max-width: 1118px;
    margin: 0 auto 2.5362318841vw;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .list-box h4 {
    margin: 0 auto 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80.4347826087vw;
    max-width: 1110px;
    margin: 0 auto;
  }
}
.strong .list-box ul li {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul li {
    width: 39.2753623188vw;
    max-width: 542px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul li:last-child {
    margin-bottom: 0;
  }
}
.strong .list-box ul.list-box-01 {
  margin-bottom: 9.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul.list-box-01 {
    margin-bottom: 6.9565217391vw;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .list-box ul.list-box-01 {
    margin-bottom: 96px;
  }
}
.strong .list-box ul.list-box-02 {
  margin-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul.list-box-02 {
    margin-bottom: 6.5217391304vw;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .list-box ul.list-box-02 {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul.list-box-03 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.strong .list-box ul.list-box-03 li {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .strong .list-box ul.list-box-03 li:last-child {
    padding-top: 2.5362318841vw;
    width: 80.4347826087vw;
    max-width: 1110px;
  }
}
@media only screen and (min-width: 1380px) {
  .strong .list-box ul.list-box-03 li:last-child {
    padding-top: 35px;
  }
}

/*---------------------------------------------------------
senpai-career
---------------------------------------------------------*/
.senpai-career {
  overflow: hidden;
  background: url(../images/statement-bg-01_sp.gif) repeat center top;
  background-size: 4px auto;
  padding: 4.4vw 0 10.6666666667vw;
}
.senpai-career .senpai-career-head h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-head h2 {
    margin-bottom: 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-head h2 {
    margin-bottom: 50px;
  }
}
.senpai-career .senpai-career-head h2::before, .senpai-career .senpai-career-head h2::after {
  content: "";
  display: block;
  width: 9.4666666667vw;
  height: 13.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-head h2::before, .senpai-career .senpai-career-head h2::after {
    width: 6.9565217391vw;
    height: 9.9275362319vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-head h2::before, .senpai-career .senpai-career-head h2::after {
    width: 96px;
    height: 137px;
  }
}
.senpai-career .senpai-career-head h2::before {
  background: url(../images/senpai_career-obj-01_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-right: 2vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-head h2::before {
    margin-right: 1.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-head h2::before {
    margin-right: 15px;
  }
}
.senpai-career .senpai-career-head h2::after {
  width: 9.6vw;
  height: 13.0666666667vw;
  background: url(../images/senpai_career-obj-02_sp.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 2vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-head h2::after {
    width: 710.1449275362vw;
    height: 963.768115942vw;
    max-width: 98px;
    max-height: 133px;
    margin-left: 1.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-head h2::after {
    margin-left: 15px;
  }
}
.senpai-career .senpai-career-head h2 span {
  color: #ffffff;
  font-size: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-head h2 span {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-head h2 span {
    font-size: 69px;
  }
}
.senpai-career .senpai-career-list {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list {
    width: 95.652173913vw;
    max-width: 1320px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box {
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.8985507246vw;
    width: 95.652173913vw;
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box {
    margin-bottom: 40px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-image {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-image {
    width: 39.8550724638vw;
    max-width: 550px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail {
  padding: 10.6666666667vw 4vw;
  background: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail {
    padding: 2.1739130435vw 0 0;
    width: 59.4202898551vw;
    max-width: 820px;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail {
    padding: 30px 0 0;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 {
  font-size: 6.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.078em;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 {
    width: 45.652173913vw;
    max-width: 630px;
    font-size: 2.1739130435vw;
    margin: 0 auto 0.75em;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 {
    font-size: 30px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 span {
  font-size: 3.7333333333vw;
}
@media only screen and (max-width: 767px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 span {
    display: block;
    padding-top: 0.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 span {
    font-size: 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail h3 span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p {
    width: 45.652173913vw;
    max-width: 630px;
    margin: 0 auto;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-name {
  font-size: 4.5333333333vw;
  margin-bottom: 1em;
  letter-spacing: 0.078em;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-name {
    font-size: 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-name {
    font-size: 20px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-his {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.078em;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-his {
    font-size: 1.0144927536vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail p.senpai-his {
    font-size: 14px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message {
  width: 84vw;
  border-top: 1px solid #000;
  padding-top: 8vw;
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message {
    width: 45.652173913vw;
    max-width: 630px;
    margin: 0 auto;
    padding-top: 1.4492753623vw;
    margin-top: 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message h4 {
  font-size: 4.8vw;
  line-height: 1.6;
  letter-spacing: 0.078em;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message h4 {
    font-size: 1.7391304348vw;
    letter-spacing: -0.04em;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message h4 {
    font-size: 24px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message p {
  font-size: 3.2vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message p {
    font-size: 1.1594202899vw;
    letter-spacing: -0.04em;
  }
}
@media only screen and (min-width: 1380px) {
  .senpai-career .senpai-career-list .senpai-career-box .senpai-career-detail .senpai-message p {
    font-size: 16px;
  }
}
.senpai-career .senpai-career-list .senpai-career-box:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box.senpai-career-box02 .senpai-career-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .senpai-career .senpai-career-list .senpai-career-box.senpai-career-box02 .senpai-career-detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*---------------------------------------------------------
senpai-career
---------------------------------------------------------*/
.ogu-data {
  overflow: hidden;
  background: url(../images/ogu-data-bg-01_sp.gif) repeat center top;
  background-size: 2.2666666667vw auto;
  padding: 10.6666666667vw 0 16vw;
}
@media print, screen and (min-width: 768px) {
  .ogu-data {
    background: url(../images/ogu-data-bg-01_sp.gif) repeat center top;
    background-size: 31px auto;
    padding: 8.6956521739vw 0 10.5072463768vw;
  }
}
@media only screen and (min-width: 1380px) {
  .ogu-data {
    padding: 120px 0 145px;
  }
}
.ogu-data .ogu-data-head h3 {
  width: 85.2vw;
  margin: 0 auto 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .ogu-data .ogu-data-head h3 {
    width: 54.6376811594vw;
    margin: 0 auto 5.4347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .ogu-data .ogu-data-head h3 {
    width: 754px;
    margin: 0 auto 75px;
  }
}
.ogu-data .ogu-data--inner {
  width: 85.2vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .ogu-data .ogu-data--inner {
    width: 82.1739130435vw;
  }
}
@media only screen and (min-width: 1380px) {
  .ogu-data .ogu-data--inner {
    width: 1134px;
  }
}
/*---------------------------------------------------------
gallery
---------------------------------------------------------*/
.gallery {
  overflow: hidden;
  background: url(../images/gallery-bg-01_sp.png) repeat center top;
  background-size: cover;
  padding: 15.3333333333vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .gallery {
    background: url(../images/gallery-bg-01_pc.jpg) repeat center top;
    background-size: 100% auto;
    padding: 7.6086956522vw 0 7.9710144928vw;
  }
}
@media only screen and (min-width: 1380px) {
  .gallery {
    padding: 105px 0 110px;
  }
}
.gallery .gallery-head h3 {
  width: 68.1333333333vw;
  margin: 0 auto 10.4vw;
}
@media print, screen and (min-width: 768px) {
  .gallery .gallery-head h3 {
    width: 43.6956521739vw;
    margin: 0 auto 5.4347826087vw;
  }
}
@media only screen and (min-width: 1380px) {
  .gallery .gallery-head h3 {
    width: 603px;
    margin: 0 auto 75px;
  }
}
.gallery .gallery-list ul li {
  width: 44vw;
  margin: 0 2vw;
}
@media print, screen and (min-width: 768px) {
  .gallery .gallery-list ul li {
    width: 30.4347826087vw;
    margin: 0 1.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .gallery .gallery-list ul li {
    width: 420px;
    margin: 0 15px;
  }
}
.gallery .gallery-list.gallery-list-upper {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .gallery .gallery-list.gallery-list-upper {
    margin-bottom: 30px;
  }
}
/*---------------------------------------------------------
info
---------------------------------------------------------*/
.info {
  overflow: hidden;
  background: url(../images/info-bg-01_sp.jpg) no-repeat center top;
  background-size: cover;
  padding: 10.4vw 0;
}
@media print, screen and (min-width: 768px) {
  .info {
    background: url(../images/info-bg-01_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
  }
}
.info .info-wrap {
  width: 92vw;
  margin: 0 auto;
  border: 0.8vw solid #000;
  border-radius: 2.6666666667vw;
  background: #ffffff;
  padding: 10.6666666667vw 0 10vw;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap {
    width: 95.652173913vw;
    max-width: 1320px;
    border: 0.4347826087vw solid #000;
    border-radius: 1.4492753623vw;
    padding: 5.0724637681vw 0;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap {
    border: 6px solid #000;
    border-radius: 20px;
    padding: 70px 0;
  }
}
.info .info-wrap .info-head {
  margin: 0 0 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-head {
    margin: 0 0 1.8115942029vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-head {
    margin: 0 0 25px;
  }
}
.info .info-wrap .info-head h3 {
  width: 54.8vw;
  margin: 0 auto 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-head h3 {
    width: 35.0724637681vw;
    max-width: 484px;
    margin: 0 auto 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-head h3 {
    margin: 0 auto 50px;
  }
}
.info .info-wrap .info-head p.lead {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-head p.lead {
    font-size: 14px;
  }
}
.info .info-wrap .info-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4vw 4vw;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-list ul {
    gap: 1.4492753623vw 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-list ul {
    gap: 20px 20px;
  }
}
.info .info-wrap .info-list ul li {
  width: 40vw;
  border: 1px solid #000000;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-list ul li {
    width: 26.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-list ul li {
    width: 360px;
  }
}
.info .info-wrap .info-list ul li dl dd {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-list ul li dl dd {
    font-size: 1.4492753623vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-list ul li dl dd {
    font-size: 20px;
  }
}
.info .info-wrap .info-list ul li.b-c {
  width: 40vw;
  border: 1px solid #000000;
}
@media print, screen and (min-width: 768px) {
  .info .info-wrap .info-list ul li.b-c {
    width: 26.0869565217vw;
  }
}
@media only screen and (min-width: 1380px) {
  .info .info-wrap .info-list ul li.b-c {
    width: 360px;
  }
}
.info .info-wrap .info-list ul li.b-c dl dd {
  letter-spacing: -0.08em;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/
footer .footer-inner {
  padding: 12.6666666667vw 0 9.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner {
    padding: 4.347826087vw 0 3.6231884058vw;
  }
}
@media only screen and (min-width: 1380px) {
  footer .footer-inner {
    padding: 60px 0 50px;
  }
}
footer .footer-inner .footer-btn {
  width: 70vw;
  margin: 0 auto 12vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-btn {
    width: 38.0434782609vw;
    margin: 0 auto 3.9855072464vw;
  }
}
@media only screen and (min-width: 1380px) {
  footer .footer-inner .footer-btn {
    width: 525px;
    margin: 0 auto 55px;
  }
}
footer .footer-inner h3 {
  width: 92vw;
  margin: 0 auto 8vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner h3 {
    width: 68vw;
    margin: 0 auto 3.2608695652vw;
  }
}
@media only screen and (min-width: 1380px) {
  footer .footer-inner h3 {
    width: 510px;
    margin: 0 auto 45px;
  }
}
footer .footer-inner h3 svg {
  width: 100%;
  height: auto;
}
footer .footer-inner .social-list ul {
  width: 46.6666666667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .social-list ul {
    width: 22.6666666667vw;
    max-width: 170px;
  }
}
footer .footer-inner .social-list ul li {
  width: 6.8vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .social-list ul li {
    width: 2.1739130435vw;
  }
}
@media only screen and (min-width: 1380px) {
  footer .footer-inner .social-list ul li {
    width: 30px;
  }
}
footer .copyright {
  background: #171878;
  padding: 2.6666666667vw 0;
  font-size: 2.6666666667vw;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  footer .copyright {
    padding: 2.1739130435vw 0;
    font-size: 1.0144927536vwv;
  }
}
@media only screen and (min-width: 1380px) {
  footer .copyright {
    padding: 30px 0;
    font-size: 14px;
  }
}

.anim-fade {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.anim-fade.anim-on {
  opacity: 1;
}

.anim-fadeSlideUp {
  opacity: 0;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideUp.anim-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anim-fadeSlideRight {
  opacity: 0;
  -webkit-transform: translateX(5vh);
          transform: translateX(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideRight.anim-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anim-fadeIn {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 0.5s forwards;
          animation: fadein 0.5s ease-out 0.5s forwards;
}

.anim-fadeIn-d01 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 1s forwards;
          animation: fadein 0.5s ease-out 1s forwards;
}

.anim-fadeIn-d02 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 1.25s forwards, fadeinUp 0.5s ease-out 1.25s forwards;
          animation: fadein 0.5s ease-out 1.25s forwards, fadeinUp 0.5s ease-out 1.25s forwards;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
}

.anim-fadeIn-d03 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 2s forwards, fadeinUp 0.5s ease-out 2s forwards;
          animation: fadein 0.5s ease-out 2s forwards, fadeinUp 0.5s ease-out 2s forwards;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeinUp {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.anim-js-fadeIn.anim-on {
  opacity: 1;
}

.characterMove::before, .characterMove::after {
  -webkit-animation: spin-jump 2s infinite;
          animation: spin-jump 2s infinite;
}

@-webkit-keyframes spin-jump {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-100px) rotate(180deg);
            transform: translateY(-100px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(360deg);
            transform: translateY(0) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes spin-jump {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-100px) rotate(180deg);
            transform: translateY(-100px) rotate(180deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(360deg);
            transform: translateY(0) rotate(360deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.characterWalk::before, .characterWalk::after {
  -webkit-animation: wobble-walk 2s infinite;
          animation: wobble-walk 2s infinite;
}

@-webkit-keyframes wobble-walk {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(50px) rotate(5deg);
            transform: translateX(50px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(150px) rotate(-5deg);
            transform: translateX(150px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(200px) rotate(0deg);
            transform: translateX(200px) rotate(0deg);
  }
}

@keyframes wobble-walk {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(50px) rotate(5deg);
            transform: translateX(50px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateX(100px) rotate(0deg);
            transform: translateX(100px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(150px) rotate(-5deg);
            transform: translateX(150px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(200px) rotate(0deg);
            transform: translateX(200px) rotate(0deg);
  }
}
.characterJump::before, .characterJump::after {
  position: relative;
  -webkit-animation: jump 1s infinite ease-in-out;
          animation: jump 1s infinite ease-in-out;
}

@-webkit-keyframes jump {
  0%, 100% {
    bottom: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    bottom: 100px;
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9); /* 伸びて縮む */
  }
}

@keyframes jump {
  0%, 100% {
    bottom: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    bottom: 100px;
    -webkit-transform: scale(1.1, 0.9);
            transform: scale(1.1, 0.9); /* 伸びて縮む */
  }
}
.characterShake::before, .characterShake::after {
  -webkit-animation: shake 0.1s infinite;
          animation: shake 0.1s infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  50% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  75% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  100% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  50% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  75% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  100% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
}
.characterSway::before, .characterSway::after {
  -webkit-animation: sway 2s infinite ease-in-out;
          animation: sway 2s infinite ease-in-out;
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.typewriter span {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}