@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
  font-size: 62.5%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: middle;
  max-width: 100%;
}

img {
  height: auto;
}

picture {
  display: block;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

:focus:not(:focus-visible) {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.no_scroll {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #2b3b8f;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.125vw;
  }
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* -----------------------------------------------------
	header
----------------------------------------------------- */
header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 0 1.1904761904761905% 0 1.5476190476190477%;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  header {
    height: 70px;
    /*height: 9.11458vw;*/
    padding: 0 2.60417vw 0 1.69271vw;
  }
}

header .logo {
  width: 21.113831089351283%;
}

@media screen and (max-width: 768px) {
  header .logo {
    /*width: 29.29688vw;*/
    width: 28vw;
  }
}

header .btn-anchor {
  /*width: 96px;*/
  height: 96px;
}

@media screen and (max-width: 768px) {
  header .btn-anchor {
    /*width: 9.11458vw;*/
    /*height: 9.11458vw;*/
    height: auto;
  }
}

header .btn-anchor a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*background-color: #2b3b8f;*/
  padding-left: 20px;
  padding-right: 20px;
  color: #222;
  font-weight: 700;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  header .btn-anchor a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .btn-anchor a span {
  display: inline-block;
  /*color: #FFFFFF;*/
  font-size: 1.6rem;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 28px;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  header .btn-anchor a span {
    font-size: 2.08333vw;
    background-size: 18px;
    padding-top: 22px;
  }
}

header .btn-anchor a:hover {
  opacity: 0.8;
}

header .btn-anchor.application span {
  background-image: url(../images/common/nav_icon-application.svg);
}
header .btn-anchor.benefit {
/*  margin-left: auto;*/
}
header .btn-anchor.benefit span {
  background-image: url(../images/common/nav_icon-benefit.svg);
}

header .btn-anchor.support {
  margin-right: 1.1904761904761905%;
}

@media screen and (max-width: 768px) {
  header .btn-anchor.support {
    margin-right: 2.60417vw;
  }
}

header .btn-anchor.support a {
  /*background-color: #46c2b9;*/
}
header .btn-anchor.support span {
  background-image: url(../images/common/nav_icon-support.svg);
}

header .btn-anchor.future a {
  /*background-color: #E7792A;*/
  cursor: pointer;
}
header .btn-anchor.future span {
  background-image: url(../images/common/nav_icon-future.svg);
}

header .btn-anchor.application {
  margin-left: auto;
}

header .btn-anchor.application a {
  /*background-color: #e72a56;*/
}

header .btn-anchor.application support {
  background-image: url(../images/common/nav_icon-application.svg);
}

header .btn-trigger {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  header .btn-trigger {
    width: 6.51042vw;
    height: 5.72917vw;
  }
}

header .btn-trigger span {
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e72a56;
}

@media screen and (max-width: 768px) {
  header .btn-trigger span {
    height: 0.52083vw;
  }
}

header .btn-trigger span:nth-of-type(1) {
  top: 0;
}

header .btn-trigger span:nth-of-type(2) {
  top: 20px;
}

@media screen and (max-width: 768px) {
  header .btn-trigger span:nth-of-type(2) {
    top: 2.60417vw;
  }
}

header .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

header .btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  -ms-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  header .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.60417vw) rotate(-45deg);
    -ms-transform: translateY(2.60417vw) rotate(-45deg);
    transform: translateY(2.60417vw) rotate(-45deg);
  }
}

header .btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  -ms-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  header .btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.60417vw) rotate(45deg);
    -ms-transform: translateY(-2.60417vw) rotate(45deg);
    transform: translateY(-2.60417vw) rotate(45deg);
  }
}

header nav {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: calc(100vh - 96px);
  z-index: 999;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  header nav {
    /*top: 9.11458vw;*/
    top: 70px;
    /*height: calc(100vh - 9.467vw);*/
    height: calc(100vh - 70px);
  }
}

header nav .g-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header nav .g-nav li {
  width: 100%;
  border-top: solid 2px #e6e6e6;
}

header nav .g-nav li a {
  color: #1a2e60;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  padding: 20px 60px;
  background-image: url("../images/common/arrow-right-ble.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 60px center;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  header nav .g-nav li a {
    padding: 5.20833vw 7.8125vw;
    font-size: 3.64583vw;
    background-size: 1.30208vw auto;
    background-position: right 7.8125vw center;
  }
}

header nav .g-nav li:last-child {
  border-bottom: solid 2px #e6e6e6;
}

header nav .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  width: 536px;*/
  width: 1000px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  header nav .cv {
    width: 71.61458vw;
    margin: 9.11458vw auto 0;
  }
}

header nav .cv li {
/*  margin-left: 3.624733475479744%;*/
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  header nav .cv li {
    margin-left: 0;
  }
}

header nav .cv li a,
#annual .annual_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vh;
}

header nav .cv li a span,
#annual .annual_btn a span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  header nav .cv li a span,
  #annual .annual_btn a span {
    font-size: 3.64583vw;
  }
}

header nav .cv li a:after,
#annual .annual_btn a:after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background-image: url("../images/common/arrow-right-wh.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  header nav .cv li a:after,
  #annual .annual_btn a:after {
    width: 1.43229vw;
    height: 2.21354vw;
    right: 6.51042vw;
  }
}

header nav .cv li:hover {
  cursor: pointer;
}

header nav .cv li:nth-child(1) {
/*  width: 42.643923240938165%;*/
  width: 25%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(1) {
    width: 100%;
  }
}

header nav .cv li:nth-child(1) a {
  background-color: #e72a56;
/*  aspect-ratio: 100 / 27;*/
  aspect-ratio: 100 / 24;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(1) a {
    aspect-ratio: 11 / 2;
  }
}

header nav .cv li:nth-child(2) {
/*  width: 53.73134328358209%;*/
  width: 27%;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(2) {
    width: 100%;
    margin-top: 3.90625vw;
  }
}

header nav .cv li:nth-child(2) a,
#annual .annual_btn a {
/*  background-color: #46c2b9;*/
  background-color: #E7792A;
/*  aspect-ratio: 14 / 3;*/
  aspect-ratio: 63 / 14;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(2) a,
  #annual .annual_btn a {
    aspect-ratio: 11 / 2;
  }
}

header nav .cv li:nth-child(3) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(3) {
    width: 100%;
    margin-top: 3.90625vw;
  }
}

header nav .cv li:nth-child(3) a {
  background-color: #347EF7;
  aspect-ratio: 20 / 3;
}

@media screen and (max-width: 768px) {
  header nav .cv li:nth-child(3) a {
    aspect-ratio: 11 / 2;
  }
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* -----------------------------------------------------
	main
----------------------------------------------------- */
main {
  position: relative;
}

main section {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  main section {
    padding: 13.02083vw 0;
  }
}

main section .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  main section .inner {
    max-width: 100%;
    padding: 0 5.20833vw;
  }
}

main section .inner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main section .inner a:hover {
  opacity: 0.8;
  cursor: pointer;
}

main section .inner .list-disc li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.5em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  main section .inner .list-disc li {
    font-size: 3.125vw;
  }
}

main section .inner .list-disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

main section .inner .list-disc li:first-child {
  margin-top: 0;
}

main section .inner .list-decimal {
  counter-reset: listnum;
}

main section .inner .list-decimal li {
  position: relative;
  padding-left: 1em;
}

main section .inner .list-decimal li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  left: 0;
}

main section .inner p.notes {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  main section .inner p.notes {
    font-size: 2.86458vw;
  }
}

main section .inner p.notes:before {
  content: "※";
}

main section .inner .btn {
  margin: 80px 0 0;
}
main section .inner .btn.tb {
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  main section .inner .btn {
    margin: 7.8125vw 0 0;
  }
  main section .inner .btn.tb {
    margin-top: 1.25vw;
    margin-bottom: 7.8125vw;
  }
}

main section .inner .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vh;
  background-color: #46c2b9;
  color: #FFFFFF;
  max-width: 417px;
  height: 89px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 800;
  background-image: url("../images/common/arrow-right-wh.svg");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 47px center;
}
main section .inner .btn a.orange {
  background-color: #E7792A;
}
main section .inner .btn a.wide {
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  main section .inner .btn a {
    max-width: 100%;
    height: 15.625vw;
    font-size: 3.90625vw;
    background-size: 2.86458vw auto;
    background-position: right 5.20833vw center;
  }
}

main section .inner .btn.anchor a {
  background-image: url("../images/common/arrow-down-wh.svg");
  background-size: 21px auto;
}

@media screen and (max-width: 768px) {
  main section .inner .btn.anchor a {
    background-size: 3.77604vw auto;
  }
}

main section .inner .cv_btn {
  margin: 100px 0 0;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn {
    margin: 10.41667vw 0 0;
  }
}

main section .inner .cv_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  height: 140px;
  background-color: #e72a56;
  -webkit-box-shadow: 0 15px 0 #950c2c;
  box-shadow: 0 15px 0 #950c2c;
  border-radius: 54px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto 0;
  padding: 0 0 0 83px;
}
main section .inner .cv_btn.v2 a {
/*  height: 180px;*/
  height: 120px;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn.v2 a {
/*    height: 150px;*/
    height: 80px;
  }
}

main section .inner .cv_btn.v2 a:after {
  display: none;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn a {
    max-width: 78.125vw;
    height: 18.22917vw;
    background-color: #e72a56;
    -webkit-box-shadow: 0 1.95313vw 0 #950c2c;
    box-shadow: 0 1.95313vw 0 #950c2c;
    border-radius: 7.03125vw;
    padding: 0 0 0 10.41667vw;
  }
}

main section .inner .cv_btn a span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn a span {
    font-size: 4.16667vw;
  }
}

main section .inner .cv_btn small {
  display: block;
  font-size: 1.5rem;
/*  margin-top: 10px;*/
  margin-top: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
main section .inner .cv_btn small.black {
  color: #333;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn small {
    font-size: 2.8vw;
  }
}

main section .inner .cv_btn a:after {
  content: "";
  display: block;
  width: 302px;
  height: 213px;
  background-image: url("../images/common/cv_btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -21px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  main section .inner .cv_btn a:after {
    width: 39.84375vw;
    height: 27.73438vw;
    right: -2.60417vw;
  }
}

main section .inner .cv_btn a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

/* -----------------------------------------------------
	modal
----------------------------------------------------- */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.48);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: relative;
  background-image: url("../images/common/bg_grid_gry.gif");
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92.3076923076923%;
  max-width: 1200px;
  border-radius: 30px;
  border: solid 5px #2b3b8f;
  padding: 80px 59px;
}

@media screen and (max-width: 768px) {
  .modal__content {
    height: 120.57292vw;
    max-width: 100%;
    border-radius: 3.90625vw;
    padding: 11.19792vw 1.95313vw;
    background-size: 10%;
  }
}

.modal__content .scroll {
  aspect-ratio: 16 / 9;
  overflow-y: scroll;
  padding: 0 7.555970149253731%;
}

@media screen and (max-width: 768px) {
  .modal__content .scroll {
    padding: 0 5.20833vw;
    aspect-ratio: inherit;
    height: 97.65625vw;
  }
}

.modal__content .scroll .js-modal-close {
  position: absolute;
  top: 40px;
  right: 45px;
  width: 33px;
  height: 29px;
}

@media screen and (max-width: 768px) {
  .modal__content .scroll .js-modal-close {
    top: 3.90625vw;
    right: 2.60417vw;
    width: 4.29688vw;
    height: 3.77604vw;
  }
}

.modal__content .scroll .js-modal-close span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2b3b8f;
}

@media screen and (max-width: 768px) {
  .modal__content .scroll .js-modal-close span {
    height: 0.52083vw;
  }
}

.modal__content .scroll .js-modal-close span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  -ms-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .modal__content .scroll .js-modal-close span:nth-of-type(1) {
    -webkit-transform: translateY(1.6276vw) rotate(-45deg);
    -ms-transform: translateY(1.6276vw) rotate(-45deg);
    transform: translateY(1.6276vw) rotate(-45deg);
  }
}

.modal__content .scroll .js-modal-close span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-12.5px) rotate(45deg);
  -ms-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .modal__content .scroll .js-modal-close span:nth-of-type(2) {
    -webkit-transform: translateY(-1.6276vw) rotate(45deg);
    -ms-transform: translateY(-1.6276vw) rotate(45deg);
    transform: translateY(-1.6276vw) rotate(45deg);
  }
}

.modal.dept h4 {
  text-align: center;
  color: #2b3b8f;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .modal.dept h4 {
    margin: 0 0 5.20833vw;
  }
}

.modal.dept h4 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .modal.dept h4 span {
    font-size: 6.25vw;
  }
}

.modal.dept h4 span:before, .modal.dept h4 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  .modal.dept h4 span:before, .modal.dept h4 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

.modal.dept h4 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  .modal.dept h4 span:before {
    left: -9.11458vw;
  }
}

.modal.dept h4 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  .modal.dept h4 span:after {
    right: -9.11458vw;
  }
}

.modal.dept h5 {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .modal.dept h5 {
    margin: 0 0 3.90625vw;
  }
}

.modal.dept h5 span {
  position: relative;
  display: inline-block;
  width: 240px;
  margin-bottom: 9px;
  padding: 8px 0;
  border-radius: 4px;
  background-color: #46c2b9;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal.dept h5 span {
    width: 31.25vw;
    margin-bottom: 1.17188vw;
    padding: 1.04167vw 0;
    border-radius: 0.52083vw;
    font-size: 3.38542vw;
  }
}

.modal.dept h5 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #46c2b9 transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 768px) {
  .modal.dept h5 span:after {
    border-width: 1.17188vw 0.78125vw 0 0.78125vw;
  }
}

.modal.dept h5:before, .modal.dept h5:after {
  content: "";
  display: block;
  width: 34.84513274336283%;
  height: 2px;
  background-color: #2b3b8f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .modal.dept h5:before, .modal.dept h5:after {
    width: 18.48958vw;
  }
}

.modal.dept h5:before {
  left: 0;
}

.modal.dept h5:after {
  right: 0;
}

.modal.dept ul {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal.dept ul {
    text-align: left;
  }
}

.modal.dept ul li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .modal.dept ul li {
    font-size: 3.125vw;
    margin-top: 3.125vw;
    padding-left: 1em;
  }
}

.modal.dept ul li:before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .modal.dept ul li:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.modal.dept ul li:first-child {
  margin-top: 0;
}

.modal.dept .movie {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .modal.dept .movie {
    margin: 5.20833vw auto 0;
  }
}

.modal.dept .pic {
  text-align: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .modal.dept .pic {
    margin: 5.20833vw auto 0;
  }
}

.modal.dept .btn {
  margin: 40px auto 0;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .modal.dept .btn {
    margin: 4.55729vw auto 0;
    max-width: 65.10417vw;
  }
}

.modal.dept .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 800;
  background-color: #2b3b8f;
  color: #FFFFFF;
  border-radius: 100vh;
  background-image: url("../images/common/arrow-right-wh.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px auto;
}

@media screen and (max-width: 768px) {
  .modal.dept .btn a {
    height: 11.71875vw;
    font-size: 3.38542vw;
    background-position: right 5.20833vw center;
    background-size: 1.30208vw auto;
  }
}

.modal#dept16 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal#dept16 {
    text-align: inherit;
  }
}

.modal#dept16 ul {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .modal#dept16 ul {
    display: block;
  }
}

.modal#dept16 ul li {
  padding-left: 1em;
}

.modal#dept16 ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#schedule01 .modal__content {
  background-image: url("../images/schedule01_bg.png"), url("../images/common/bg_grid_gry.gif");
  background-size: cover,inherit;
  background-repeat: no-repeat,repeat;
  background-position: left bottom,left top;
}

@media screen and (max-width: 768px) {
  #schedule01 .modal__content {
    background-size: 100% auto,10%;
    height: auto;
  }
}

#schedule01 .scroll {
  overflow-y: inherit;
  aspect-ratio: inherit;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll {
    height: auto;
  }
}

#schedule01 .scroll h4 {
  text-align: center;
  color: #2b3b8f;
  margin: 0 0 63px;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll h4 {
    margin: 0 0 5.20833vw;
  }
}

#schedule01 .scroll h4 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll h4 span {
    font-size: 6.25vw;
  }
}

#schedule01 .scroll h4 span:before, #schedule01 .scroll h4 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll h4 span:before, #schedule01 .scroll h4 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: 50%;
  }
}

#schedule01 .scroll h4 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll h4 span:before {
    left: -9.11458vw;
  }
}

#schedule01 .scroll h4 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #schedule01 .scroll h4 span:after {
    right: -9.11458vw;
  }
}

#schedule01 .scroll .pic {
  text-align: center;
}

/* -----------------------------------------------------
	fixed_btn
----------------------------------------------------- */
.fixed_btn {
  width: 9.047619047619047%;
  max-width: 152px;
  position: absolute;
  top: 38.81vw;
  right: 1.9047619047619049%;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .fixed_btn {
    opacity: 0;
    /*pointer-events: none;*/
    /*width: 23.95833vw;*/
    width: 100%;
    /*top: 91.92708vw;*/
    /*right: 2.73438vw;*/
    position: fixed;
    top: inherit;
    /*bottom: 1.9047619047619049%;*/
    bottom: 0;
    /*right: 1.9047619047619049%;*/
    right: 0;
    max-width: initial;
  }
}

.fixed_btn a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .fixed_btn a {
    display: block;
    text-align: center;
    background: #E72A56;
    color: #fff;
    padding: 15px 0;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
}

.fixed_btn a:hover {
  opacity: 0.7;
}

.fixed_btn.fixed {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  /*top: inherit;*/
  /*bottom: 1.9047619047619049%;*/
  /*right: 1.9047619047619049%;*/
}

@media screen and (max-width: 768px) {
  .fixed_btn.fixed {
    bottom: 0;
    right: 0;
  }
}

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background-color: #2b3b8f;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  footer {
    /*padding: 5.72917vw 0 2.60417vw;*/
    padding: 5.72917vw 0 calc(2.60417vw + 70px);
  }
}

footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  footer .inner {
    max-width: 100%;
    padding: 0;
  }
}

footer .inner .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .inner .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer .inner .links li {
  margin-left: 7.545454545454546%;
}

@media screen and (max-width: 768px) {
  footer .inner .links li {
    margin-left: 0;
    margin-top: 3.90625vw;
  }
}

footer .inner .links li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  footer .inner .links li a {
    font-size: 3.38542vw;
  }
}

footer .inner .links li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  footer .inner .links li:first-child {
    margin-top: 0;
  }
}

footer .inner small {
  display: block;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin: 23px 0 0;
}

@media screen and (max-width: 768px) {
  footer .inner small {
    font-size: 3.125vw;
    margin: 5.85938vw 0 0;
  }
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
#kv {
  padding: 0;
}

#kv .inner {
  max-width: 100%;
  padding: 0;
}

#kv .inner h1 img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------
	annual
----------------------------------------------------- */
#annual {
  background-image: url("../images/annual/bg.jpg?2");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #annual {
    background-image: url("../images/annual/bg_sp.jpg?2");
  }
}

#annual .inner h2 {
  text-align: center;
  margin: 0 0 46px;
}

@media screen and (max-width: 768px) {
  #annual .inner h2 {
    margin: 0 0 5.20833vw;
  }
}

#annual .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #annual .inner h2 span {
    font-size: 6.25vw;
    line-height: 1.2;
  }
}

#annual .inner h2 span:before, #annual .inner h2 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #annual .inner h2 span:before, #annual .inner h2 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

#annual .inner h2 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #annual .inner h2 span:before {
    left: -9.11458vw;
  }
}

#annual .inner h2 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #annual .inner h2 span:after {
    right: -9.11458vw;
  }
}

#annual .inner .pic_01 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #annual .inner .pic_01 {
/*    max-width: 67.1875vw;*/
    margin: 0 auto;
  }
}

#annual .annual_btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------
	cover
----------------------------------------------------- */
#cover {
  padding: 0;
}

#cover .inner {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

#cover .inner .pic img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------
	benefit
----------------------------------------------------- */
#benefit {
  background-image: url("../images/common/bg_grid_blu.gif");
  background-repeat: repeat;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #benefit {
    background-size: 10%;
    margin-bottom: 30px;
  }
}

#benefit .inner h2 {
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 {
    margin: 0 0 13.02083vw;
  }
}

#benefit .inner h2 small {
  display: block;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 small {
    margin: 0 0 3.90625vw;
  }
}

#benefit .inner h2 small img {
  width: 171px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 small img {
    width: 22.26563vw;
  }
}

#benefit .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 span {
    font-size: 6.25vw;
  }
}

#benefit .inner h2 span:before, #benefit .inner h2 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 span:before, #benefit .inner h2 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

#benefit .inner h2 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 span:before {
    left: -9.11458vw;
  }
}

#benefit .inner h2 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #benefit .inner h2 span:after {
    right: -9.11458vw;
  }
}

#benefit .inner .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  margin: 100px auto 0;
/*  width: 74.58333333333333%;*/
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap {
    margin: 13.02083vw auto 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#benefit .inner .item_wrap .item {
  position: relative;
  width: calc(95.53072625698324% / 4);
/*  width: calc(95.53072625698324% / 3);*/
  background-color: #263377;
  border: solid 3px #FFFFFF;
  border-radius: 30px;
  padding: 76px 1.6666666666666667% 50px;
  margin-left: calc(4.46927374301676% / 3);
  margin-bottom: 60px;
}
#benefit .inner .item_wrap .item:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item {
    width: calc(95.52238805970148% / 2);
    border-radius: 3.90625vw;
    padding: 9.11458vw 2.60417vw 6.51042vw;
    margin-left: 4.324324324324325%;
    margin-bottom: 0;
  }
}

#benefit .inner .item_wrap .item .num {
  width: 29.47368421052631%;
  position: absolute;
  top: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item .num {
    width: 10.9375vw;
    top: -5.20833vw;
  }
}

#benefit .inner .item_wrap .item h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.36;
  margin: 0 0 13px;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item h3 {
    font-size: 3.64583vw;
    margin: 0 0 3.90625vw;
  }
}

#benefit .inner .item_wrap .item h3 small {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item h3 small {
    font-size: 3.38542vw;
  }
}

#benefit .inner .item_wrap .item h3 small.t2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item h3 small.t2 {
    font-size: 2.8vw;
  }
}

#benefit .inner .item_wrap .item picture {
  position: relative;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item picture {
    width: 28.90625vw;
    margin: 0 auto;
  }
}

#benefit .inner .item_wrap .item picture img {
  -webkit-box-shadow: 0px 4px 6.3px 0.7px rgba(94, 94, 94, 0.16);
  box-shadow: 0px 4px 6.3px 0.7px rgba(94, 94, 94, 0.16);
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item picture img {
    -webkit-box-shadow: 0px 0.52083vw 0.82031vw 0.09115vw rgba(94, 94, 94, 0.16);
    box-shadow: 0px 0.52083vw 0.82031vw 0.09115vw rgba(94, 94, 94, 0.16);
  }
}

#benefit .inner .item_wrap .item picture .ribbon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e72a56;
  padding: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item picture .ribbon {
    width: 120%;
  }
}

#benefit .inner .item_wrap .item picture .ribbon span {
  display: block;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item picture .ribbon span {
    font-size: 3.125vw;
  }
}

#benefit .inner .item_wrap .item picture .ribbon.green {
  background-color: #46c2b9;
}

#benefit .inner .item_wrap .item picture .ribbon.yellow {
  background-color: #fac612;
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item:nth-of-type(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #benefit .inner .item_wrap .item:nth-of-type(n+3) {
    margin-top: 10.41667vw;
  }
}

/* -----------------------------------------------------
	fare
----------------------------------------------------- */
#fare {
  background: #46c2b9;
  color: #fff;
}
#fare .inner h2 {
  text-align: center;
  margin: 0 0 46px;
}

@media screen and (max-width: 768px) {
  #fare .inner h2 {
    margin: 0 0 5.20833vw;
  }
}

#fare .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #fare .inner h2 span {
    font-size: 6.25vw;
    line-height: 1.2;
  }
}

#fare .inner .point,
#support .inner .point {
  text-align: center;
}

#fare .inner .point ul,
#support .inner .point ul {
  display: inline-block;
  /*counter-reset: listnum;*/
}

#fare .inner .point ul li,
#support .inner .point ul li {
  position: relative;
  text-align: left;
  /*padding-left: 46px;*/
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 2;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  #fare .inner .point ul li,
  #support .inner .point ul li {
    /*padding-left: 8.85417vw;*/
    font-size: 3.90625vw;
  }
}

/*#fare .inner .point ul li:before,
#support .inner .point ul li:before {
  content: "0" counter(listnum);
  counter-increment: listnum;
  background-color: #fac612;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.0rem;
  font-weight: 800;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  #fare .inner .point ul li:before,
  #support .inner .point ul li:before {
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}*/

#fare .inner .point ul li:first-child,
#support .inner .point ul li:first-child {
  margin-top: 0;
}
#support .inner .lead {
   margin-top: 10px;
   color: red;
   font-size: 2.0rem;
   font-weight: 700;
}
@media screen and (max-width: 768px) {
  #support .inner .lead {
    font-size: 3.90625vw;
  }
}

#fare .inner .btn {
  margin: 40px auto 0;
}

#fare .inner .btn a {
  background-color: #fff;
  background-image: url("../images/common/arrow-down-gre.svg");
  color: #46c2b9;
}

@media screen and (max-width: 768px) {
  #fare .inner .btn {
    margin: 5.20833vw auto 0;
  }
}

/* -----------------------------------------------------
	program
----------------------------------------------------- */
#program {
  background-image: url("../images/program/bg_bottom.jpg"), url("../images/program/bg_top.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom,
 left top;
}

@media screen and (max-width: 768px) {
  #program {
    background-image: url("../images/program/bg_bottom_sp.jpg"), url("../images/program/bg_top_sp.jpg");
  }
}

#program .inner h2 {
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  #program .inner h2 {
    margin: 0 0 7.8125vw;
  }
}

#program .inner h2 small {
  display: block;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #program .inner h2 small {
    margin: 0 0 3.90625vw;
  }
}

#program .inner h2 small img {
  width: 97px;
}

@media screen and (max-width: 768px) {
  #program .inner h2 small img {
    width: 12.63021vw;
  }
}

#program .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #program .inner h2 span {
    font-size: 6.25vw;
  }
}

#program .inner .lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.88;
}

@media screen and (max-width: 768px) {
  #program .inner .lead {
    font-size: 3.38542vw;
  }
}

#program .inner .box_wrap {
  position: relative;
  margin: 130px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 18.88021vw 0 0;
  }
}

#program .inner .box_wrap .box {
  position: relative;
  width: calc(95% / 3);
  border: solid 5px #2b3b8f;
  border-radius: 30px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box {
    /*width: calc(95.52238805970148% / 2);*/
    width: 100%;
    margin-left: 0;
    border-radius: 3.90625vw;
    z-index: 1;
  }
}

#program .inner .box_wrap .box:nth-child(1),
#program .inner .box_wrap .box:nth-child(2),
#program .inner .box_wrap .box:nth-child(3) {
  width: 100%;
  background-image: url("../images/common/bg_grid_gry.gif");
  padding: 104px 10.25% 75px;
  z-index: 3;
  margin-bottom: 100px;
}
#program .inner .box_wrap .box:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1),
  #program .inner .box_wrap .box:nth-child(2),
  #program .inner .box_wrap .box:nth-child(3) {
    background-size: 10%;
    padding: 15.10417vw 7.8125vw 10.41667vw;
    /*margin-bottom: 5.59896vw;*/
    margin-bottom: 12vw;
  }
  #program .inner .box_wrap .box:nth-child(3) {
    margin-bottom: 0;
  }
}

#program .inner .box_wrap .box:nth-child(1) h3,
#program .inner .box_wrap .box:nth-child(2) h3,
#program .inner .box_wrap .box:nth-child(3) h3 {
  width: 48.16666666666667%;
  border: solid 5px #2b3b8f;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 30px 0;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1) h3,
  #program .inner .box_wrap .box:nth-child(2) h3,
  #program .inner .box_wrap .box:nth-child(3) h3 {
    width: 62.10938vw;
    border-radius: 0.65104vw;
    font-size: 3.64583vw;
    padding: 3.90625vw 0;
    top: -5.46875vw;
  }
}

#program .inner .box_wrap .box:nth-child(1) h3 span,
#program .inner .box_wrap .box:nth-child(2) h3 span,
#program .inner .box_wrap .box:nth-child(3) h3 span {
  width: 20.242214532871973%;
  position: absolute;
  top: -47.87234042553192%;
  left: -3.9792387543252596%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1) h3 span,
  #program .inner .box_wrap .box:nth-child(2) h3 span,
  #program .inner .box_wrap .box:nth-child(3) h3 span {
    width: 13.15104vw;
    top: -4.16667vw;
    left: -7.42188vw;
  }
}

#program .inner .box_wrap .box:nth-child(1) .columns,
#program .inner .box_wrap .box:nth-child(2) .columns,
#program .inner .box_wrap .box:nth-child(3) .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(1),
#program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(1),
#program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(1) {
  width: 45.97457627118644%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(1),
  #program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(1),
  #program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(1) {
    width: 100%;
  }
}

#program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(2),
#program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(2),
#program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(2) {
  width: calc(100% - 45.97457627118644%);
  padding-left: 3.1779661016949152%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(2),
  #program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(2),
  #program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 5.20833vw;
  }
}

#program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(2) p,
#program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(2) p,
#program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(2) p {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(1) .columns .column:nth-of-type(2) p,
  #program .inner .box_wrap .box:nth-child(2) .columns .column:nth-of-type(2) p,
  #program .inner .box_wrap .box:nth-child(3) .columns .column:nth-of-type(2) p {
    font-size: 3.38542vw;
    text-align: center;
  }
}

#program .inner .box_wrap .box:nth-child(4) {
  margin-top: 122px;
  width: 100%;
  background-image: url("../images/common/bg_grid_gry.gif");
  padding: 104px 4.75% 75px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) {
    margin-top: 13.02083vw;
    background-size: 10%;
    padding: 15.10417vw 2.86458vw 10.41667vw;
    /*margin-bottom: 5.59896vw;*/
  }
}

#program .inner .box_wrap .box:nth-child(4) h3 {
  width: 48.16666666666667%;
  border: solid 5px #2b3b8f;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 30px 0;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) h3 {
    width: 62.10938vw;
    border-radius: 0.65104vw;
    font-size: 3.64583vw;
    padding: 3.90625vw 0;
    top: -5.46875vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) h3 span {
  width: 20.242214532871973%;
  position: absolute;
  top: -47.87234042553192%;
  left: -3.9792387543252596%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) h3 span {
    width: 13.15104vw;
    top: -4.16667vw;
    left: -7.42188vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) .text {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.82;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) .text {
    font-size: 3.38542vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) .text mark {
  color: #2b3b8f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbf9c6));
  background: -webkit-linear-gradient(transparent 70%, #fbf9c6 70%);
  background: -o-linear-gradient(transparent 70%, #fbf9c6 70%);
  background: linear-gradient(transparent 70%, #fbf9c6 70%);
}

#program .inner .box_wrap .box:nth-child(4) .text small {
  display: block;
  font-size: 80%;
}

#program .inner .box_wrap .box:nth-child(4) .text2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) .text2 {
    margin-top: 40px;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list {
    margin: 8.46354vw 0 0;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list li {
  width: calc(97.22222222222221% / 3);
  border-radius: 100vh;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li {
    width: 39.58333vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  aspect-ratio: 7 / 2;
  border-radius: 100vh;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.39;
  color: #FFFFFF;
  background-image: url("../images/common/arrow-right-wh.svg");
  background-size: 2.857142857142857% auto;
  background-repeat: no-repeat;
  background-position: right 8.571428571428571% center;
  text-align: center;
  padding: 0 26%;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li a {
    aspect-ratio: 76 / 25;
    font-size: 3.25521vw;
    line-height: 1.15;
    background-size: 1.30208vw auto;
    background-position: right 3.51563vw center;
    padding: 0 5.98958vw 0 11.84896vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list li a:before {
  content: "";
  display: block;
  width: 23.714285714285715%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 2.2857142857142856%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li a:before {
    width: 10.80729vw;
    left: 1.04167vw;
    height: auto;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list li a .future {
  position: absolute;
  left: -20px;
  top: -27px;
  font-size: 15px;
  line-height: 1.2;
  background: #8546d7;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0.05em;
  padding: 5px 18px;
  font-weight: 500;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
}
#program .inner .box_wrap .box:nth-child(4) > .list li a .future:before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #8546d7;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li a .future {
    font-size: 12px;
    left: 0;
    top: auto;
    bottom: -26px;
    padding: 8px 10px;
  }
  #program .inner .box_wrap .box:nth-child(4) > .list li a .future:before {
    border-top: 0;
    border-bottom: 10px solid #8546d7;
    border-left-width: 10px;
    left: 10px;
    bottom: 100%;
  }
}

@media screen and (min-width: 769px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(n+4) {
    margin-top: 2.7777777777777777%;
  }
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(n+3) {
    margin-top: 2.60417vw;
  }
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(1) a {
  background-color: #72598a;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(1) a:before {
  background-image: url("../images/program/list_icon_01.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(2) a {
  background-color: #3d62a0;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(2) a:before {
  background-image: url("../images/program/list_icon_02.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(3) a {
  background-color: #0090d5;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(3) a:before {
  background-image: url("../images/program/list_icon_03.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(4) a {
  background-color: #009189;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(4) a:before {
  background-image: url("../images/program/list_icon_04.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(5) a {
  background-color: #bb5454;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(5) a:before {
  background-image: url("../images/program/list_icon_05.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(6) a {
  background-color: #0068aa;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(6) a:before {
  background-image: url("../images/program/list_icon_06.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(7) a {
  background-color: #00408b;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(7) a:before {
  background-image: url("../images/program/list_icon_07.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(8) a {
  background-color: #007dbb;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(8) a:before {
  background-image: url("../images/program/list_icon_08.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(9) a {
  background-color: #008fae;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(9) a:before {
  background-image: url("../images/program/list_icon_09.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(10) a {
  background-color: #e38000;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(10) a:before {
  background-image: url("../images/program/list_icon_10.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(11) a {
  background-color: #cd3924;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(11) a:before {
  background-image: url("../images/program/list_icon_11.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(12) a {
  background-color: #dc5380;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(12) a:before {
  background-image: url("../images/program/list_icon_12.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(13) a {
  background-color: #44a335;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(13) a:before {
  background-image: url("../images/program/list_icon_13.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(14) a {
  background-color: #009970;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(14) a:before {
  background-image: url("../images/program/list_icon_14.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(15) a {
  background-color: #9a4d80;
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(15) a:before {
  background-image: url("../images/program/list_icon_15.png");
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(16) {
  background-image: -moz-linear-gradient(7deg, #5a4692 0%, #5b2c85 24%, #7f1f60 56%, #cc4550 84%, #e27154 100%);
  background-image: -webkit-linear-gradient(7deg, #5a4692 0%, #5b2c85 24%, #7f1f60 56%, #cc4550 84%, #e27154 100%);
  background-image: -ms-linear-gradient(7deg, #5a4692 0%, #5b2c85 24%, #7f1f60 56%, #cc4550 84%, #e27154 100%);
}

#program .inner .box_wrap .box:nth-child(4) > .list li:nth-child(16) a:before {
  background-image: url("../images/program/list_icon_16.png");
}


#program .inner .box_wrap .box:nth-child(5) {
  margin-top: 122px;
  width: 100%;
  background-image: url("../images/common/bg_grid_gry.gif");
  padding: 104px 4.75% 75px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(5) {
    margin-top: 13.02083vw;
    background-size: 10%;
    padding: 15.10417vw 2.86458vw 10.41667vw;
    /*margin-bottom: 5.59896vw;*/
  }
}

#program .inner .box_wrap .box:nth-child(5) h3 {
  width: 48.16666666666667%;
  border: solid 5px #2b3b8f;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 30px 0;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(5) h3 {
    width: 62.10938vw;
    border-radius: 0.65104vw;
    font-size: 3.64583vw;
    padding: 3.90625vw 0;
    top: -5.46875vw;
  }
}

#program .inner .box_wrap .box:nth-child(5) h3 span {
  width: 20.242214532871973%;
  position: absolute;
  top: -47.87234042553192%;
  left: -3.9792387543252596%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(5) h3 span {
    width: 13.15104vw;
    top: -4.16667vw;
    left: -7.42188vw;
  }
}

#program .inner .box_wrap .box:nth-child(5) .text {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.82;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(5) .text {
    font-size: 3.38542vw;
  }
}

#program .inner .box_wrap .box:nth-child(5) .text mark {
  color: #2b3b8f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fbf9c6));
  background: -webkit-linear-gradient(transparent 70%, #fbf9c6 70%);
  background: -o-linear-gradient(transparent 70%, #fbf9c6 70%);
  background: linear-gradient(transparent 70%, #fbf9c6 70%);
}

#program .inner .box_wrap .box:nth-child(5) .text small {
  display: block;
  font-size: 80%;
}

#program .inner .box_wrap .box:nth-child(5) .text2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(5) .text2 {
    margin-top: 40px;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) {
  margin-top: 5.833333333333333%;
  margin-left: 2.5%;
  padding: 3.3333333333333335% 2.3333333333333335%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) {
    margin-top: 7.42188vw;
    margin-left: 0;
    padding: 6.51042vw 2.86458vw 2.60417vw;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) .num {
  width: 24.594594594594597%;
  position: absolute;
  top: -42px;
  left: -6.216216216216217%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) .num {
    width: 11.84896vw;
    top: -5.07813vw;
    left: -2.60417vw;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.46;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) h3 {
    font-size: 3.38542vw;
    margin: 0 0 2.60417vw;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) h3:after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  background-color: #2b3b8f;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) h3:after {
    width: 9.50521vw;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) h3 span {
  height: 100%;
  min-height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) h3 span {
    margin-bottom: 2.60417vw;
  }
}

#program .inner .box_wrap .box:nth-child(n+6) picture {
  display: block;
  text-align: center;
}

#program .inner .box_wrap .box:nth-child(n+6) picture img {
  border-radius: 10px;
}

#program .inner .box_wrap .box:nth-child(n+6) .text {
  margin: 20px 0 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(n+6) .text {
    margin: 2.60417vw 0 0;
    font-size: 3.38542vw;
    line-height: 1.54;
  }
}

#program .inner .box_wrap .box:nth-child(3n+3) {
  margin-left: 0;
}

#program .inner .box_wrap .box:nth-child(15) {
  position: relative;
  margin-top: 151px;
  margin-left: 0;
  width: 100%;
  background-image: url("../images/common/bg_grid_gry.gif");
  padding: 104px 4.166666666666666% 75px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) {
    margin-top: 13.02083vw;
    background-size: 10%;
    padding: 15.10417vw 2.86458vw 10.41667vw;
    margin-bottom: 5.59896vw;
  }
}

#program .inner .box_wrap .box:nth-child(15) h3 {
  width: 48.16666666666667%;
  border: solid 5px #2b3b8f;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  padding: 30px 0;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) h3 {
    width: 62.10938vw;
    border-radius: 0.65104vw;
    font-size: 3.64583vw;
    padding: 3.90625vw 0;
    top: -5.46875vw;
  }
}

#program .inner .box_wrap .box:nth-child(15) h3:after {
  display: none;
}

#program .inner .box_wrap .box:nth-child(15) h3 span {
  width: 20.242214532871973%;
  position: absolute;
  top: -47.87234042553192%;
  left: -3.9792387543252596%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) h3 span {
    width: 13.15104vw;
    top: -4.16667vw;
    left: -7.42188vw;
  }
}

#program .inner .box_wrap .box:nth-child(15) .text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) .text {
    font-size: 3.38542vw;
  }
}

#program .inner .box_wrap .box:nth-child(15) .menu {
  margin: 60px auto 0;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) .menu {
    margin: 7.8125vw auto 0;
  }
}

@media screen and (min-width: 769px) {
  #program .inner .box_wrap .box:nth-child(15) .menu .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #program .inner .box_wrap .box:nth-child(15) .menu .swiper-wrapper > div {
    width: 32%;
  }
}

#program .inner .box_wrap .box:nth-child(15) .free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #e72a56;
  position: absolute;
  top: -15px;
  right: -20px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 800;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(15) .free {
    width: 15.625vw;
    height: 6.51042vw;
    top: -2.60417vw;
    right: -3.90625vw;
    font-size: 3.38542vw;
  }
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(9):after {
    content: "";
    display: block;
    width: 14.45313vw;
    aspect-ratio: 147 / 473;
    background-image: url("../images/program/deco_03.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -20.96354vw;
    right: -5.20833vw;
  }
}

#program .inner .box_wrap .box:nth-child(11):after {
  content: "";
  display: block;
  width: 38.68421052631579%;
  aspect-ratio: 147 / 473;
  background-image: url("../images/program/deco_03.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -42.93680297397769%;
  right: -28.157894736842103%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(11):after {
    display: none;
  }
}

#program .inner .box_wrap .box:nth-child(12):after {
  content: "";
  display: block;
  width: 45%;
  aspect-ratio: 57 / 173;
  background-image: url("../images/program/deco_04.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 5.120481927710843%;
  left: -41.8421052631579%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap .box:nth-child(12):after {
    width: 15.49479vw;
    top: inherit;
    /*bottom: -13.54167vw;*/
    bottom: -37.54167vw;
    /*left: -5.46875vw;*/
    left: -7.46875vw;
  }
}

#program .inner .box_wrap:before, #program .inner .box_wrap:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: absolute;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap:before, #program .inner .box_wrap:after {
    background-position: center top;
  }
}

#program .inner .box_wrap:before {
  width: 21.333333333333336%;
  height: 234px;
  background-image: url("../images/program/deco_01.png");
  top: -234px;
  left: 2.25%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap:before {
    width: 21.09375vw;
    height: 19.27083vw;
    top: -19.27083vw;
    left: 0.52083vw;
  }
}

#program .inner .box_wrap:after {
  width: 19.583333333333332%;
  height: 226px;
  background-image: url("../images/program/deco_02.png");
  top: -226px;
  right: 2.5833333333333335%;
}

@media screen and (max-width: 768px) {
  #program .inner .box_wrap:after {
    width: 18.35938vw;
    height: 17.70833vw;
    top: -17.70833vw;
    right: -0.78125vw;
  }
}

/* -----------------------------------------------------
	schedule
----------------------------------------------------- */
#schedule {
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 80px;
  background-color: #2b3b8f;
  background-image: url("../images/schedule/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #schedule {
    border-radius: 10.41667vw;
    background-image: url("../images/schedule/bg_sp.png");
    background-size: 100% auto;
    padding-top: 10vw;
  }
}

#schedule .inner {
  max-width: 1417px;
}

#schedule .inner h2 {
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 {
    /*margin: 0 0 13.02083vw;*/
    margin: 0 0 5vw;
  }
}

#schedule .inner h2 small {
  display: block;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 small {
    margin: 0 0 3.90625vw;
  }
}

#schedule .inner h2 small img {
  width: 105px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 small img {
    width: 13.67188vw;
  }
}

#schedule .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 span {
    font-size: 6.25vw;
  }
}

#schedule .inner h2 span:before, #schedule .inner h2 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 span:before, #schedule .inner h2 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

#schedule .inner h2 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 span:before {
    left: -9.11458vw;
  }
}

#schedule .inner h2 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #schedule .inner h2 span:after {
    right: -9.11458vw;
  }
}

#schedule .inner .lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.88;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #schedule .inner .lead {
    /*font-size: 3.38542vw;*/
    font-size: 3.1vw;
    margin-bottom: 30px;
  }
}

#schedule .inner .box_wrap {
  padding: 4.555808656036446% 4.100227790432802%;
  border-radius: 80px;
  background-image: url("../images/common/bg_grid_gry.gif");
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap {
    background-size: 10%;
    padding: 5.20833vw 3.90625vw;
    border-radius: 10.41667vw;
  }
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .pic {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .pic .pic-img {
    width: 321.09375vw;
  }
}

#schedule .inner .box_wrap .pic .pic-img img {
  pointer-events: none;
}

#schedule .inner .box_wrap .rec {
  position: relative;
  margin: 37px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec {
    margin: 5.20833vw 5.92448vw 0;
  }
}

#schedule .inner .box_wrap .rec figure img {
  border-radius: 10px;
}

#schedule .inner .box_wrap .rec figure figcaption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.39;
  margin: 20px 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec figure figcaption {
    font-size: 3.38542vw;
    margin: 1.69271vw 0 0;
  }
}

#schedule .inner .box_wrap .rec figure:first-child {
  width: 9.429280397022332%;
  margin: 1.902398676592225% 0 0;
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec figure:first-child {
    width: 14.84375vw;
    margin: 0;
    position: absolute;
    top: -2.86458vw;
    left: -7.29167vw;
  }
}

#schedule .inner .box_wrap .rec figure:nth-child(n+2) {
  width: calc(81.05872622001654% / 4);
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec figure:nth-child(n+2) {
    width: calc(91.58878504672897% / 2);
  }
}

@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec figure:nth-child(n+4) {
    margin-top: 3.25521vw;
  }
}

#schedule .inner .box_wrap .rec figure:nth-child(2) figcaption,
#schedule .inner .box_wrap .rec li:nth-child(2) figcaption {
  background-image: url("../images/schedule/rec_cap_01.png");
}

#schedule .inner .box_wrap .rec figure:nth-child(4) figcaption,
#schedule .inner .box_wrap .rec li:nth-child(1) figcaption {
  background-image: url("../images/schedule/rec_cap_02.png?2");
}

#schedule .inner .box_wrap .rec figure:nth-child(5) figcaption,
#schedule .inner .box_wrap .rec li:nth-child(4) figcaption {
  background-image: url("../images/schedule/rec_cap_03.png?2");
}

#schedule .inner .box_wrap .rec figure:nth-child(3) figcaption,
#schedule .inner .box_wrap .rec li:nth-child(3) figcaption {
  background-image: url("../images/schedule/rec_cap_04.png");
}

#schedule .inner .box_wrap .rec ul {
  width: 88.258726%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#schedule .inner .box_wrap .rec li {
  width: calc(92.058726% / 4);
}
#schedule .inner .box_wrap .rec li figure {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  #schedule .inner .box_wrap .rec figure:first-child {
    z-index: 999;
  }
  #schedule .inner .box_wrap .rec ul {
    width: 100%;
    display: block;
  }
  #schedule .inner .box_wrap .rec li {
    width: auto;
  }
  #schedule .inner .box_wrap .rec li figure {
    position: static !important;
  }
}

/* -----------------------------------------------------
	loop
----------------------------------------------------- */
#loop {
  padding: 105px 0 0;
}

@media screen and (max-width: 768px) {
  #loop {
    padding: 10.41667vw 0 0;
  }
}

#loop .inner {
  max-width: 100%;
  padding: 0;
}

#loop .inner .swiper_01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* -----------------------------------------------------
	support
----------------------------------------------------- */
#support {
  background-image: url("../images/support/bg_top.jpg"), url("../images/support/bg_bottom.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top,
 left bottom;
}

@media screen and (max-width: 768px) {
  #support {
    background-image: url("../images/support/bg_top_sp.jpg"), url("../images/support/bg_bottom_sp.jpg");
  }
}

#support .inner {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #support .inner {
    max-width: 100%;
  }
}

#support .inner h2 {
  text-align: center;
/*  margin: 0 0 112px;*/
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 {
/*    margin: 0 0 15.10417vw;*/
    margin: 0 0 6vw;
  }
}

#support .inner h2 small {
  display: block;
  line-height: 1;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 small {
    margin: 0 0 3.90625vw;
  }
}

#support .inner h2 small img {
  width: 360px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 small img {
    width: 46.875vw;
  }
}

#support .inner h2 span {
  position: relative;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #support .inner h2 span {
    font-size: 6.25vw;
  }
}

#support .inner h2 span:before, #support .inner h2 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 span:before, #support .inner h2 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

#support .inner h2 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 span:before {
    left: -9.11458vw;
  }
}

#support .inner h2 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #support .inner h2 span:after {
    right: -9.11458vw;
  }
}

#support .inner .point {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #support .inner .point {
    margin-bottom: 8vw;
  }
}

#support .inner .box_wrap {
  position: relative;
  border: solid 3px #2b3b8f;
  border-radius: 30px;
  padding: 80px 4.7272727272727275% 80px;
  background-color: #FFFFFF;
  /*background-image: url("../images/support/deco_01.png");
  background-repeat: no-repeat;
  background-size: 6.363636363636363% auto;
  background-position: left 8.545454545454545% top 0.788844621513944%;*/
  position: relative;
}
#support .inner .box_wrap:before {
  display: block;
  position: absolute;
  content: "";
  left: -3.454545%;
  top: 0.788845%;
  width: 6.363636363636363%;
  height: 288px;
  background-image: url("../images/support/deco_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  /*background-position: left 8.545454545454545% top 0.788844621513944%;*/
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap {
    border-radius: 3.90625vw;
    /*padding: 19.53125vw 2.60417vw 6.51042vw;*/
    padding: 9.53125vw 2.60417vw 6.51042vw;
    /*background-size: 7.42188vw auto;*/
    /*background-position: left 1.43229vw top 8.85417vw;*/
  }
  #support .inner .box_wrap:before {
    width: 9.42188vw;
    left: -3.56771vw;
    top: -8.14583vw;
  }
}

#support .inner .box_wrap .box {
  position: relative;
}

#support .inner .box_wrap .box h4 {
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box h4 {
    margin: 0 0 5.20833vw;
  }
}

#support .inner .box_wrap .box h4 i {
  margin-right: 20px;
  background-color: #fac612;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2.0rem;
  font-weight: 800;
  color: #FFFFFF;
  font-style: normal;
}

#support .inner .box_wrap .box h4 span {
  position: relative;
  display: inline-block;
}

#support .inner .box_wrap .box h4 span:after {
  content: "";
  display: inline-block;
  width: 105%;
  height: 12px;
  background-color: #fac612;
  -webkit-transform: skewX(150deg) translateX(-50%);
  -ms-transform: skewX(150deg) translateX(-50%);
  transform: skewX(150deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box h4 span:after {
    height: 1.5625vw;
    bottom: 0vw;
  }
}

#support .inner .box_wrap .box h4 span em {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: 800;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box h4 span em {
    font-size: 4.16667vw;
  }
}

#support .inner .box_wrap .box .text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .text {
    font-size: 3.38542vw;
  }
}

#support .inner .box_wrap .box .text small {
  display: block;
  margin: 30px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .text small {
    font-size: 3.125vw;
  }
}

#support .inner .box_wrap .box .map {
  text-align: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .map {
    margin: 6.51042vw 0 0;
  }
}

#support .inner .box_wrap .box .acc {
  position: relative;
  max-width: 900px;
  margin: 80px auto 0;
  border: solid 3px;
  border-radius: 10px;
  background-color: #f5f6f9;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc {
    max-width: 100%;
    margin: 9.11458vw auto 0;
    border-radius: 1.30208vw;
  }
}

#support .inner .box_wrap .box .acc dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #2b3b8f;
  color: #FFFFFF;
  height: 80px;
  font-size: 1.8rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dt {
    height: 13.02083vw;
    font-size: 3.38542vw;
  }
}

#support .inner .box_wrap .box .acc dt:before, #support .inner .box_wrap .box .acc dt:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 30px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dt:before, #support .inner .box_wrap .box .acc dt:after {
    width: 2.08333vw;
    right: 3.125vw;
  }
}

#support .inner .box_wrap .box .acc dt:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#support .inner .box_wrap .box .acc dt.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#support .inner .box_wrap .box .acc dt.active:after {
  opacity: 0;
}

#support .inner .box_wrap .box .acc dd {
  display: none;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dd {
    padding: 2.60417vw;
  }
}

#support .inner .box_wrap .box .acc dd .list-disc li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dd .list-disc li {
    font-size: 3.125vw;
  }
}

#support .inner .box_wrap .box .acc dd .list-disc li:first-child {
  margin-top: 0;
}

#support .inner .box_wrap .box .acc dd .list-decimal li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #e1e2e6;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dd .list-decimal li {
    font-size: 3.125vw;
    margin-top: 3.90625vw;
    padding-top: 3.90625vw;
  }
}

#support .inner .box_wrap .box .acc dd .list-decimal li .pic {
  display: block;
  margin-top: 1em;
  text-align: center;
}

#support .inner .box_wrap .box .acc dd .list-decimal li .pic img {
  width: auto;
/*  height: 300px;*/
  height: 500px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc dd .list-decimal li .pic img {
/*    height: 45.57292vw;*/
    max-height: 80vw;
    height: auto;
  }
}

#support .inner .box_wrap .box .acc dd .list-decimal li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#support .inner .box_wrap .box .acc dd a {
  text-decoration: underline;
}

#support .inner .box_wrap .box .acc dd .red {
  color: #e72a56;
  font-weight: 700;
}

#support .inner .box_wrap .box .acc dd .attention {
  display: block;
  border: 2px solid #e72a56;
  padding: .8em;
  margin: 0 0 1em;
  border-radius: 3px;
  color: #e72a56;
  background: #fff;
}
#support .inner .box_wrap .box .acc dd .attention p {
  line-height: 1.5;
  margin-bottom: 5px;
}
#support .inner .box_wrap .box .acc dd .attention li {
  line-height: 1.3;
}

#support .inner .box_wrap .box .acc dd .wrap {
  display: block;
  background: #e1e2e6;
  padding: .5em;
  margin: .5em 0 0;
  border-radius: 3px;
}


#support .inner .box_wrap .box .acc dd .faq {
  margin-top: 25px;
  border: 2px solid #2b3b8f;
  background: #fff;
  border-radius: 5px;
}
#support .inner .box_wrap .box .acc dd .faq-heading {
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #2b3b8f;
  font-weight: 700;
}
#support .inner .box_wrap .box .acc dd .faq-content {
  padding: 15px;
}
#support .inner .box_wrap .box .acc dd .faq-title {
  text-indent: -1.25em;
  padding-left: 1.25em;
  margin-bottom: 5px;
}
#support .inner .box_wrap .box .acc dd .faq-title:before {
  content: "Q. ";
  font-weight: 700;
}
#support .inner .box_wrap .box .acc dd .faq-body {
  margin-bottom: 20px;
  text-indent: -1.25em;
  padding-left: 1.25em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#support .inner .box_wrap .box .acc dd .faq-body:before {
  content: "A. ";
}
#support .inner .box_wrap .box .acc dd .faq-body:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

#support .inner .box_wrap .box .acc.required:before {
  content: "";
  display: block;
  width: 94px;
  height: 102px;
  background-image: url("../images/support/required.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  left: 10.777777777777779%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc.required:before {
    width: 16.40625vw;
    height: 17.57813vw;
    top: -9.50521vw;
    left: 0.78125vw;
  }
}

#support .inner .box_wrap .box .acc + .acc {
  margin: 40px auto 0;
}
#support .inner .box_wrap .box .acc .cv_btn.v2 {
  margin-top: 40px;
  padding-bottom: 30px;
}
#support .inner .box_wrap .box .acc .cv_btn.v2 a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .acc + .acc {
    margin: 3.90625vw auto 0;
  }
}

#support .inner .box_wrap .box.parking:after {
  content: "";
  display: block;
  width: 13.434343434343434%;
  aspect-ratio: 133 / 347;
  background-image: url("../images/support/deco_02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -90px;
  left: -11.818181818181818%;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box.parking:after {
    width: 14.32292vw;
    bottom: -18.22917vw;
    left: -8.33333vw;
  }
}

#support .inner .box_wrap .box .root {
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .root {
    margin: 5.20833vw 0 0;
  }
}

#support .inner .box_wrap .box .root h5 {
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .root h5 {
    margin: 0 0 3.90625vw;
  }
}

#support .inner .box_wrap .box .root h5 span {
  display: inline-block;
  /*background-color: #2b3b8f;*/
  background-color: #9959a0;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 16px 75px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .root h5 span {
    display: block;
    font-size: 3.38542vw;
    padding: 2.21354vw 0;
  }
}

#support .inner .box_wrap .box .root .pic {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .root .pic {
    max-width: 82.03125vw;
  }
}

#support .inner .box_wrap .box .tab_wrap {
  /*margin: 87px 0 0;*/
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap {
    margin: 6.51042vw 0 0;
  }
}

#support .inner .box_wrap .box .tab_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  background-color: #f5f6f9;
  border: solid 3px #2b3b8f;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap > ul {
    padding: 0.91146vw 5.07813vw;
  }
}

#support .inner .box_wrap .box .tab_wrap > ul li {
  width: calc(94.54545454545455% / 8);
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1;
  border-radius: 100vh;
  color: #2b3b8f;
  cursor: pointer;
  padding: 23px 0;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap > ul li {
    width: calc(84.78260869565217% / 4);
    font-size: 3.38542vw;
    padding: 2.60417vw 0;
  }
}

#support .inner .box_wrap .box .tab_wrap > ul li.active {
  background-color: #2b3b8f;
  color: #FFFFFF;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap {
    margin: 8.46354vw 0 0;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content {
  display: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column {
  width: calc(97.97979797979798% / 2);
  margin-left: 2.0202020202020203%;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column {
    width: 100%;
    margin-left: 0;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column h5 {
  background-color: #b89ccd;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 16px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column h5 {
    border-radius: 0.65104vw;
    padding: 1.5625vw 0;
    font-size: 3.38542vw;
    margin: 0 0 1.30208vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div {
  width: calc(97.73195876288659% / 2);
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div {
    width: calc(98.09523809523809% / 2);
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div h6 {
  /*background-color: #2b3b8f;*/
  background-color: #9959a0;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 11px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div h6 {
    border-radius: 0.65104vw;
    padding: 0.91146vw 0;
    text-align: center;
    font-size: 3.38542vw;
    margin: 0 0 3.90625vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time {
    font-size: 3.38542vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time dt {
  width: 75px;
  border-bottom: dotted 2px #e3e5f2;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time dt {
    width: 15.625vw;
    padding: 1.30208vw 2.60417vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time dd {
  width: calc(100% - 75px);
  border-bottom: dotted 2px #e3e5f2;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time dd {
    width: calc(100% - 15.625vw);
    padding: 1.30208vw 0;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .items > div .time.only dt {
  width: 100%;
  text-align: center;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content {
  background-image: none;
  max-width: inherit;
  width: auto;
  padding: 0;
  border-radius: inherit;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content {
    width: 90%;
    height: auto;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  aspect-ratio: inherit;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content .scroll {
    height: auto;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content .scroll .js-modal-close {
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .modal__content .scroll .js-modal-close {
    top: 1.30208vw;
    right: 1.30208vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .link {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .link {
    margin: 2.60417vw 0 0;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .link a {
  text-decoration: underline;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column .link a {
    font-size: 3.38542vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column:nth-of-type(odd) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column:nth-of-type(n+2) {
    margin-top: 7.8125vw;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column:nth-of-type(n+3) {
  display: none;
}

@media screen and (min-width: 769px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .columns .column:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content.active {
  display: block;
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .more_btn {
  width: 300px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .more_btn {
    width: 65.10417vw;
    margin: 5.20833vw auto 0;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 100vh;
  background-color: #46c2b9;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 800;
  background-image: url("../images/common/arrow-down-wh.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box .tab_wrap .content_wrap .content .more_btn a {
    height: 11.71875vw;
    font-size: 3.38542vw;
    background-size: 2.08333vw auto;
    background-position: right 5.20833vw center;
  }
}

#support .inner .box_wrap .box .tab_wrap .content_wrap .content .more_btn.active a {
  background-image: url("../images/common/arrow-up-wh.svg");
}

#support .inner .box_wrap .box:nth-of-type(n+2) {
  margin-top: 80px;
  padding-top: 80px;
  border-top: dotted 3px;
}

@media screen and (max-width: 768px) {
  #support .inner .box_wrap .box:nth-of-type(n+2) {
    margin-top: 10.41667vw;
    padding-top: 10.41667vw;
  }
}

/* -----------------------------------------------------
	cafeteria
----------------------------------------------------- */
#cafeteria {
  position: relative;
  background-image: url("../images/common/bg_grid_blu.gif");
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  #cafeteria {
    background-size: 10%;
    padding: 15.88542vw 0 13.02083vw;
  }
}

#cafeteria .inner h2 {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 77.25%;
  max-width: 927px;
  aspect-ratio: 309 / 37;
  margin: 0 auto 0;
  background-image: url("../images/cafeteria/title_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner h2 {
    top: -4.94792vw;
    width: 82.68229vw;
    aspect-ratio: 635 / 111;
    background-image: url("../images/cafeteria/box_title_bg_sp.png");
  }
}

#cafeteria .inner h2 span {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 800;
  -webkit-transform: translateY(-31.53153%);
  -ms-transform: translateY(-31.53153%);
  transform: translateY(-31.53153%);
}

@media screen and (max-width: 1200px) {
  #cafeteria .inner h2 span {
    font-size: 2.67vw;
  }
}

@media screen and (max-width: 768px) {
  #cafeteria .inner h2 span {
    font-size: 4.16667vw;
  }
}

#cafeteria .inner .lead {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .lead {
    font-size: 3.64583vw;
  }
}

#cafeteria .inner .lead small {
  display: block;
  font-size: 70%;
}

#cafeteria .inner .text {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 0;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .text {
    font-size: 3.38542vw;
  }
}

#cafeteria .inner .text small {
  display: block;
  font-size: 70%;
}

#cafeteria .inner .gallery01 {
  position: relative;
  max-width: 1100px;
  margin: 74px auto 0;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 {
    max-width: 100%;
    margin: 11.71875vw auto 0;
  }
}

#cafeteria .inner .gallery01:before {
  content: "";
  display: block;
  width: 15.636363636363637%;
  height: 164px;
  background-image: url("../images/cafeteria/deco_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: absolute;
  top: -164px;
  left: 4.363636363636364%;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01:before {
    width: 17.05729vw;
    height: 16.27604vw;
    top: -16.27604vw;
    left: 2.08333vw;
  }
}

#cafeteria .inner .gallery01 .swiper-thumb {
  position: relative;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-thumb .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-thumb .swiper-wrapper .swiper-slide {
    width: 42.96875vw !important;
    margin-right: 0 !important;
    background-color: #FFFFFF;
    border-radius: 2.60417vw;
  }
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-thumb .swiper-wrapper .swiper-slide:nth-of-type(3) {
    margin-top: 2.60417vw;
  }
}

#cafeteria .inner .gallery01 .swiper-thumb .swiper-slide-thumb-active > div {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#cafeteria .inner .gallery01 .swiper-thumb .swiper-slide-thumb-active > div:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 5px #e258a6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  #cafeteria .inner .gallery01 .swiper-thumb .swiper-slide-thumb-active > div:after {
    border-radius: 1.667vw;
  }
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-thumb .swiper-slide-thumb-active > div:after {
    border-radius: 1.30208vw;
    border: solid 0.65104vw #e258a6;
  }
}

#cafeteria .inner .gallery01 .swiper-main {
  position: relative;
  margin: 56px auto 0;
  max-width: 1100px;
  overflow: inherit;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-main {
    margin: 5.20833vw auto 0;
    max-width: 100%;
  }
}

#cafeteria .inner .gallery01 .swiper-main .swiper-button-prev,
#cafeteria .inner .gallery01 .swiper-main .swiper-button-next {
  width: 7.454545454545454%;
  aspect-ratio: 1 / 1;
  height: inherit;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #cafeteria .inner .gallery01 .swiper-main .swiper-button-prev,
  #cafeteria .inner .gallery01 .swiper-main .swiper-button-next {
    width: 10.67708vw;
  }
}

#cafeteria .inner .gallery01 .swiper-main .swiper-button-prev:after,
#cafeteria .inner .gallery01 .swiper-main .swiper-button-next:after {
  font-size: 0;
}

#cafeteria .inner .gallery01 .swiper-main .swiper-button-prev {
  background-image: url("../images/cafeteria/slider_arrow_l.png");
  left: -10.363636363636363%;
}

@media screen and (max-width: 1327px) {
  #cafeteria .inner .gallery01 .swiper-main .swiper-button-prev {
    left: -3.727272727272727%;
  }
}

#cafeteria .inner .gallery01 .swiper-main .swiper-button-next {
  background-image: url("../images/cafeteria/slider_arrow_r.png");
  right: -10.363636363636363%;
}

@media screen and (max-width: 1327px) {
  #cafeteria .inner .gallery01 .swiper-main .swiper-button-next {
    right: -3.727272727272727%;
  }
}

/* -----------------------------------------------------
	campaign
----------------------------------------------------- */
#campaign {
  background-image: url("../images/campaign/bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #e3f2ff;
}

@media screen and (max-width: 768px) {
  #campaign {
    background-image: url("../images/campaign/bg_sp.png");
    padding: 14.84375vw 0 11.06771vw;
  }
}

#campaign .inner {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #campaign .inner {
    max-width: 100%;
  }
}

#campaign .inner h2 {
  text-align: center;
  color: #2b3b8f;
  margin: 0 0 90px;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 {
    margin: 0 0 11.71875vw;
  }
}

#campaign .inner h2 small {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin: 25px 0 0;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 small {
    font-size: 3.125vw;
    margin: 3.25521vw 0 0;
  }
}

#campaign .inner h2 span {
  position: relative;
  display: inline-block;
}

#campaign .inner h2 span img {
  width: 245px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 span img {
    width: 31.90104vw;
  }
}

#campaign .inner h2 span:before, #campaign .inner h2 span:after {
  content: "";
  display: block;
  width: 49px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 span:before, #campaign .inner h2 span:after {
    width: 6.38021vw;
    height: 5.46875vw;
    top: -0.26042vw;
  }
}

#campaign .inner h2 span:before {
  background-image: url("../images/common/shining_l.svg");
  left: -70px;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 span:before {
    left: -9.11458vw;
  }
}

#campaign .inner h2 span:after {
  background-image: url("../images/common/shining_r.svg");
  right: -70px;
}

@media screen and (max-width: 768px) {
  #campaign .inner h2 span:after {
    right: -9.11458vw;
  }
}

#campaign .inner .box_wrap {
  position: relative;
}

#campaign .inner .box_wrap:before {
  content: "";
  display: block;
  width: 19%;
  height: 240px;
  background-image: url("../images/campaign/deco_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: absolute;
  top: -240px;
  right: 12.636363636363637%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap:before {
    width: 20.83333vw;
    height: 23.95833vw;
    top: -23.95833vw;
    right: 0vw;
  }
}

#campaign .inner .box_wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #FFFFFF;
  padding: 103px 7.2727272727272725% 52px;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box {
    border-radius: 3.90625vw;
    padding: 12.23958vw 6.51042vw 5.20833vw;
  }
}

#campaign .inner .box_wrap .box .pic {
  width: 43.19148936170213%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box .pic {
    width: 100%;
  }
}

#campaign .inner .box_wrap .box .cont {
  width: 51.48936170212765%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box .cont {
    width: 100%;
  }
}

#campaign .inner .box_wrap .box h3 {
  position: absolute;
  top: -14px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box h3 {
    top: -1.82292vw;
  }
}

#campaign .inner .box_wrap .box h3 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  width: 419px;
  padding: 0 37px 0 0;
  height: 67px;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box h3 span {
    font-size: 3.64583vw;
    width: 54.55729vw;
    padding: 0 4.81771vw 0 0;
    height: 8.72396vw;
  }
}

#campaign .inner .box_wrap .box .text {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box .text {
    font-size: 3.38542vw;
    margin: 3.90625vw 0 0;
    line-height: 1.73;
  }
}

#campaign .inner .box_wrap .box .text em {
  display: block;
  font-style: normal;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.59;
  color: #e72a56;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box .text em {
    font-size: 3.64583vw;
  }
}

#campaign .inner .box_wrap .box .small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.88;
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box .small {
    font-size: 3.125vw;
    margin: 3.90625vw 0 0;
    line-height: 1.67;
  }
}

#campaign .inner .box_wrap .box ul.notes li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.88;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box ul.notes li {
    font-size: 3.125vw;
    line-height: 1.67;
  }
}

#campaign .inner .box_wrap .box ul.notes li:before {
  content: "※";
}

#campaign .inner .box_wrap .box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#campaign .inner .box_wrap .box:nth-of-type(n+2) {
  margin-top: 54px;
}

#campaign .inner .box_wrap .box:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
}

#campaign .inner .box_wrap .box:nth-of-type(1):before {
  background-image: url("../images/campaign/deco_02.png");
  width: 16.18181818181818%;
  aspect-ratio: 178 / 109;
  bottom: 14px;
  left: -2.727272727272727%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box:nth-of-type(1):before {
    width: 17.70833vw;
    bottom: 20.83333vw;
    left: -2.99479vw;
  }
}

#campaign .inner .box_wrap .box:nth-of-type(1) .cont h3 {
  background-image: url("../images/campaign/box_ttl_01.png");
}

#campaign .inner .box_wrap .box:nth-of-type(2):before {
  background-image: url("../images/campaign/deco_03.png");
  width: 16.545454545454547%;
  aspect-ratio: 91 / 76;
  top: -6.7164179104477615%;
  right: -3.3636363636363638%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box:nth-of-type(2):before {
    width: 19.01042vw;
    top: 41.53646vw;
    right: -0.91146vw;
  }
}

#campaign .inner .box_wrap .box:nth-of-type(2) .cont h3 {
  background-image: url("../images/campaign/box_ttl_02.png");
}

#campaign .inner .box_wrap .box:nth-of-type(3):before {
  background-image: url("../images/campaign/deco_04.png");
  width: 12.363636363636363%;
  aspect-ratio: 136 / 131;
  bottom: 9.950248756218906%;
  left: -8.636363636363637%;
}

@media screen and (max-width: 768px) {
  #campaign .inner .box_wrap .box:nth-of-type(3):before {
    width: 13.54167vw;
    bottom: -9.24479vw;
    left: -3.77604vw;
  }
}

#campaign .inner .box_wrap .box:nth-of-type(3) .cont h3 {
  background-image: url("../images/campaign/box_ttl_03.png");
}


/* -----------------------------------------------------
  application
----------------------------------------------------- */
#application {
  background: #2b3b8f;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #application {
    padding: 14.84375vw 0 11.06771vw;
  }
}

#application .inner {
  max-width: 1200px;
}

#application .catch em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #application .inner {
    max-width: 100%;
  }
}

#application .inner h2 {
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  #application .inner h2 {
    margin: 0 0 11.71875vw;
  }
}

#application .inner h2 small {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  #application .inner h2 small {
    font-size: 3.125vw;
    margin: 3.25521vw 0 0;
  }
}

#application .inner h2 span {
  position: relative;
  display: inline-block;
}

#application .inner h2 span img {
  width: 256px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #application .inner h2 span img {
    width: 31.90104vw;
  }
}
#application .inner .catch {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #ff0;
  text-decoration-style: solid;
  text-decoration-thickness: 7px;
  text-underline-offset: 3px;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  #application .inner .catch {
    font-size: 24px;
    line-height: 1.8;
    text-decoration-thickness: 5px;
  }
}
#application .inner .lead {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #application .inner .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
#application .inner .img1 {
  margin-bottom: 60px;
}
#application .inner .cv_btn {
  margin-top: 40px;
}
#application .inner .cv_btn a,
#weboc .inner .cv_btn a {
  padding-left: 0;
  justify-content: center;
}
#application .inner .cv_btn a:after,
#weboc .inner .cv_btn a:after {
  display: none;
}

#weboc {
  position: relative;
  margin-bottom: 120px;
  padding-bottom: 0;
}
#weboc .inner .cv_btn {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
#weboc .inner .cv_btn a {
  background: #347EF7;
  -webkit-box-shadow: 0 6px 0 #1e5dc5;
  box-shadow: 0 6px 0 #1e5dc5;
  height: 70px;
}
#weboc .inner .cv_btn a span {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  #weboc {
    margin-bottom: 13.02083vw;
  }
  #weboc .inner .cv_btn {
    bottom: 25px;
  }
  #weboc .inner .cv_btn a {
    height: 50px;
  }
  #weboc .inner .cv_btn a span {
    font-size: 1.7rem;
  }
}


/* -----------------------------------------------------
  example
----------------------------------------------------- */
#example {
  background: #fffef4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #example {
    padding: 14.84375vw 0 11.06771vw;
  }
}

#example .inner {
  max-width: 1200px;
}

#example .inner h2 {
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  #example .inner h2 {
    margin: 0 0 11.71875vw;
  }
}

#example .inner h2 small {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  #example .inner h2 small {
    font-size: 3.125vw;
    margin: 3.25521vw 0 0;
  }
}

#example .inner h2 span {
  position: relative;
  display: inline-block;
}

#example .inner h2 span img {
  width: 256px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #example .inner h2 span img {
    width: 31.90104vw;
  }
}
#example .inner .catch {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: #ff0;
  text-decoration-style: solid;
  text-decoration-thickness: 7px;
  text-underline-offset: 3px;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 768px) {
  #example .inner .catch {
    font-size: 24px;
    line-height: 1.8;
    text-decoration-thickness: 5px;
  }
}





#faq .inner h2 {
  text-align: center;
  margin: 0 0 40px;
}
#faq .inner h2 small {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 0;
}
#faq .inner h2 span {
  position: relative;
  display: inline-block;
}
#faq .inner h2 span img {
  width: 256px;
  height: auto;
}
.c-title2 {
  text-align: center;
  margin-bottom: 30px;
}
.c-title2 .l {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
  color: #FF8A5F;
  margin-bottom: 3px;
}
.c-title2 .h {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration-color: #F7FF00;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: -10px;
  text-decoration-thickness: 29px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.c-title2 .h.small {
  font-size: 30px;
  font-size: 3rem;
}
.p-top__faq .content {
  margin-bottom: 60px;
  color: #333;
}
.p-top__faq .content:last-child {
  margin-bottom: 0;
}
.p-top__faq .content dl {
  margin: 0;
  margin-bottom: 20px;
  border: 2px solid #2b3b8f;
  padding: 20px;
  border-radius: 15px;
}
.p-top__faq .content dl:last-child {
  margin-bottom: 0;
}
.p-top__faq .content dt {
  padding-left: 81px;
  background: url(../images/faq/icon-q.svg) no-repeat left center;
  background-size: 61px 61px;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-top__faq .content dt div {
  position: relative;
  padding-right: 45px;
}
.p-top__faq .content dt div:before, .p-top__faq .content dt div:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  border-top: 2px solid #2b3b8f;
  transition: 0.4s ease all;
}
.p-top__faq .content dt div:after {
  transform: rotate(90deg);
}
.p-top__faq .content dt.is-open div:after {
  transform: rotate(0deg);
}
.p-top__faq .content dd {
  display: none;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 25px;
}
.p-top__faq .content dd div {
  background: url(../images/faq/icon-a.svg) no-repeat left top;
  padding-top: 10px;
  background-size: 61px 61px;
  padding-left: 81px;
  min-height: 61px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #faq .inner h2 {
    margin: 0 0 11.71875vw;
  }
  #faq .inner h2 small {
    font-size: 3.125vw;
    margin: 3.25521vw 0 0;
  }
  #faq .inner h2 span img {
    width: 31.90104vw;
  }
  .c-title2 .l {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-title2 .h {
    font-size: 26px;
    font-size: 2.6rem;
    text-underline-offset: -8px;
    text-decoration-thickness: 19px;
  }
  .c-title2 .h.small {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-top__faq .content dl {
    padding: 10px;
  }
  .p-top__faq .content dt {
    background-size: 30px 30px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__faq .content dt div {
    padding-right: 30px;
  }
  .p-top__faq .content dt div:before, .p-top__faq .content dt div:after {
    width: 20px;
  }
  .p-top__faq .content dd {
    padding-top: 15px;
    margin-top: 15px;
  }
  .p-top__faq .content dd div {
    background-size: 30px 30px;
    padding-left: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0;
  }
}



.pagetop {
  position: fixed;
  right: 10px;
  bottom: 155px;
  z-index: 19;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.pagetop a:before {
  display: block;
  content: "";
  position: absolute;
  border-top: 2px solid #e72a56;
  border-right: 2px solid #e72a56;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pagetop {
    /*right: 5px;*/
    right: 15px;
    /*bottom: 110px;*/
    bottom: 70px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .pagetop a:before {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}



#program .minioc_lecture {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
#program .minioc_lecture dl {
  margin: 0;
  border-bottom: 2px solid #CCC;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
#program .minioc_lecture dt {
  color: #2b3b8f;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 6px;
}
#program .minioc_lecture dd {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
#program .minioc_lecture .deco-teacher {
  display: inline-block;
  padding: 4px 10px;
  background-color: #ecebea;
  color: #3c3d6b;
  margin-bottom: 7px;
  font-size: 0.8em !important;
}
#program .minioc_lecture p {
  color: #333;
}
@media screen and (max-width: 767px) {
  #program .minioc_lecture {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  #program .minioc_lecture dl {
    border-bottom-width: 1px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #program .minioc_lecture dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #program .minioc_lecture dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}