@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #2C2D46;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}
body.fixed {
  margin-top: 80px;
}

.sanserif {
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2C2D46;
  transition: opacity 0.3s ease-in;
}
a:hover {
  opacity: 0.6;
}

p {
  margin: 0;
}

h2, h3 {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

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

.sp-visible {
  display: none;
}

header {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 40px;
  z-index: 10;
  position: fixed;
  background-color: #fff;
  left: 0;
  /* bottom: 0; 240619 */
  top: 0;
  box-shadow: 0px 0px 12px -6px rgba(114, 114, 114, 0.82);
}
header.fixed {
  top: 0;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
header h1 img {
  height: 40px;
  width: auto;
}
header .header_menu p {
  display: none;
}
header .menu-btn {
  display: none;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li:not(.btn) {
  color: #2C2D46;
  font-size: 14px;
  position: relative;
  margin-right: 25px;
}
header ul li:not(.btn):after {
  content: "";
  background-image: url(../images/down.svg);
  display: inline-block;
  width: 7px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  margin-left: 5px;
}
header ul li.btn a {
  display: block;
  border: 1px solid #2C2D46;
  padding: 8px 20px;
  box-sizing: border-box;
}

#mv {
  position: relative;
}
#mv .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
#mv .mv_bg li {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
#mv .mv_bg li .dots {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  width: 10px;
  height: 60px;
  line-height: 2;
  opacity: 0;
  animation: anime1 9s 0s infinite;
}
#mv .mv_bg li .dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2C2D46;
  opacity: 0.4;
}
#mv .mv_bg li .dots span.here {
  background-color: #fff;
  opacity: 1;
}
#mv .mv_bg li div {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: anime 15s 0s infinite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
#mv .mv_bg li:first-of-type div {
  background-image: url(../images/mv_01.jpg);
}
#mv .mv_bg li:nth-of-type(2) .dots {
  animation-delay: 3s;
}
#mv .mv_bg li:nth-of-type(2) div {
  background-image: url(../images/mv_02.jpg);
  animation-delay: 5s;
}
#mv .mv_bg li:last-of-type .dots {
  animation-delay: 6s;
}
#mv .mv_bg li:last-of-type div {
  background-image: url(../images/mv_03.jpg);
  animation-delay: 10s;
}
#mv .mv_bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 33px;
  background: url(../images/scroll-down.png) no-repeat center top;
  background-size: 100% auto;
  bottom: 105px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
#mv .mv_bg.scroll:after {
  content: none;
}
#mv .mv_main {
  height: 100vh;
  z-index: 4;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#mv .mv_main .mv_left {
  width: 576px;
  margin: 0 auto 0 5.7142857vw;
  text-align: center;
}
#mv .mv_main .mv_left .mb_btn {
  display: inline-block;
  margin-top: 16px;
}
#mv .mv_main .mv_left .mb_btn a {
  background-color: #fff;
  padding: 13px 20px;
  display: block;
  color: #121659;
  font-size: 16px;
  box-shadow: 0 0 12px -6px rgba(114, 114, 114, 0.82);
}
#mv .mv_main .mv_left .mb_btn .flex{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
#mv .mv_main .mv_left .mb_btn .flex a{
  background: #EDF1F5;
}

#mv .mv_sub {
  background: url(../images/mv_sub_bg.jpg) no-repeat left top;
  display: flex;
  align-items: center;
  padding-bottom: 160px;
}
#mv .mv_sub .sub_img {
  display: inline-block;
  width: 576px;
  margin: 0 0 0 auto;
  order: 2;
}
#mv .mv_sub .sub_img img {
  width: 100%;
  height: auto;
}
#mv .mv_sub .sub_txt {
  order: 1;
  width: 45%;
  display: inline-block;
  margin: 0 auto 0 0;
}
#mv .mv_sub .sub_txt .txt_wrap {
  width: auto;
  max-width: 370px;
  margin: 0 auto;
  text-align: left;
}
#mv .mv_sub .sub_txt .txt_wrap p {
  font-size: 16px;
  line-height: 3;
  color: #121659;
}
#mv .mv_sub .sub_txt .txt_wrap p.big {
  margin-top: 60px;
  font-size: 28px;
  line-height: 2;
  font-weight: 400;
}

#sec1 {
  background-image: url(../images/sec01_bg.jpg);
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 200px 0 115px;
}
#sec1 .sec1_items {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#sec1 .sec1_items li {
  display: inline-block;
  width: 32%;
  color: #fff;
}
#sec1 .sec1_items li img {
  width: 100%;
  height: auto;
}
#sec1 .sec1_items li p {
  font-size: 14px;
  margin-top: 21px;
}
#sec1 .sec1_items li p.ttl {
  margin-top: 14px;
  font-size: 20px;
}

#sec2 {
  background: url(../images/sec02_bg.png) no-repeat center top, url(../images/sec02_under_bg.png) no-repeat center bottom;
  background-size: 100% auto, 100% auto;
  background-color: #F2F6F9;
  padding-bottom: 0;
}
#sec2 .sec2_items {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
#sec2 .sec2_items .item_big {
  width: 100%;
  background-color: #fff;
  display: flex;
  margin-bottom: 20px;
}
#sec2 .sec2_items .item_big:last-of-type{
  margin-bottom: 0;
}

#sec2 .sec2_items .item_big img {
  width: 400px;
  height: auto;
  vertical-align: top;
}
#sec2 .sec2_items .item_big .big_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 80px;
}
#sec2 .sec2_items .item_big .big_txt img {
  width: auto;
  height: 58px;
  display: inline-block;
  margin: 0 auto 30px 0;
}
#sec2 .sec2_items .item_big .big_txt ul {
  margin: 0;
  padding: 0;
}
#sec2 .sec2_items .item_big .big_txt ul li {
  font-size: 16px;
  color: #121659;
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.8;
}
#sec2 .sec2_items .item_big .big_txt ul li::before {
  content: "・";
}
#sec2 .sec2_items .item_big .big_txt ul li .right {
  float: right;
}
#sec2 .sec2_items .item_small {
  width: 100%;
  color: #121659;
}
#sec2 .sec2_items .item_small .item {
  width: 48.6%;
  display: inline-block;
  background: #fff;
  min-height: 275px;
  box-sizing: border-box;
  vertical-align: top;
  padding: 30px;
}
#sec2 .sec2_items .item_small .item:first-child {
  margin-right: 20px;
}
#sec2 .sec2_items .item_small .item .item_up img {
  width: 80px;
  height: auto;
  vertical-align: middle;
}
#sec2 .sec2_items .item_small .item .item_up .item_ttl {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 17px;
}
#sec2 .sec2_items .item_small .item .item_up .item_ttl span {
  font-size: 16px;
}
#sec2 .sec2_items .item_small .item .item_up .item_ttl span.big {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
#sec2 .sec2_items .item_small .item .item_down {
  border-top: 1px solid #D9DAE3;
  margin-top: 16px;
  padding-top: 16px;
  width: 100%;
  font-size: 16px;
}

#sec3 {
  background: url(../images/sec03_bg.png) no-repeat center top;
  background-size: 100% auto;
  padding: 0 0 80px;
  margin-top: -2px;
}
#sec3 .sec3_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 36px 3.5087719%;
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
  padding: 0;
}
#sec3 .sec3_item li {
  display: inline-block;
  width: 30.994152%;
  font-size: 12px;
  text-align: center;
}
#sec3 .sec3_item li img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 12px -6px rgba(114, 114, 114, 0.82);
}

#sec4 {
  background: rgb(237, 241, 245);
  background: linear-gradient(0deg, rgb(237, 241, 245) 42%, rgb(255, 255, 255) 42%);
  position: relative;
  padding: 1px 0 104px;
  text-align: center;
}
#sec4 .sec4_main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: auto;
}
#sec4 .sec4_main .main_ttl {
  text-align: left;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 80px;
}
#sec4 .sec4_main .main_ttl p {
  color: #121659;
  font-size: 2.6vw;
  font-weight: 400;
}
#sec4 .sec4_main .main_img {
  float: right;
  width: 50%;
}
#sec4 .sec4_main .main_img img {
  width: 100%;
  height: auto;
}
#sec4 .sec4_main .main_txt {
  float: left;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 80px;
  font-size: 1.2vw;
  line-height: 2;
  color: #121659;
}
#sec4 .sec4_sub {
  width: 100%;
  max-width: 1240px;
  margin: -130px auto 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#sec4 .sec4_sub li {
  display: inline-block;
  width: calc(33% - 34px);
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #D9DAE3;
  padding: 0;
  vertical-align: top;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
#sec4 .sec4_sub li:nth-of-type(3), #sec4 .sec4_sub li:last-of-type {
  margin-right: 0;
}
#sec4 .sec4_sub li img {
  display: block;
  margin: 24px auto 0;
  width: 58px;
  height: auto;
}
#sec4 .sec4_sub li .sub_txt {
  width: 100%;
  border-top: 1px solid #D9DAE3;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 24px 24px 18px;
}
#sec4 .sec4_sub li .sub_txt p {
  text-align: left;
}
#sec4 .sec4_sub li .sub_txt p.ttl {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}

#sec5 {
  background: linear-gradient(353deg, rgb(255, 255, 255) 43%, rgb(237, 241, 245) 43%);
  padding-bottom: 100px;
}
#sec5 .sec5_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sec5 .sec5_main .main_ttl {
  width: 54%;
  background-image: url(../images/sec05_bg.png);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 4vw 0 0;
  order: 2;
}
#sec5 .sec5_main .main_ttl p {
  color: #fff;
  font-size: 2vw;
  line-height: 2;
  margin-left: 70px;
}
#sec5 .sec5_main .main_img {
  order: 1;
  width: 46%;
}
#sec5 .sec5_main .main_img img {
  width: 100%;
  height: auto;
}
#sec5 .sec5_sub {
  display: block;
  width: 54%;
  margin-right: 80px;
  margin-left: auto;
  margin-top: -13vw;
}
#sec5 .sec5_sub .sub_txt {
  background-color: #fff;
  position: relative;
  z-index: 2;
  color: #121659;
  margin-bottom: 20px;
  border: 1px solid #D9DAE3;
  box-sizing: border-box;
  padding: 40px;
}
#sec5 .sec5_sub .sub_txt .ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
#sec5 .sec5_sub .sub_txt .plus {
  font-size: 14px;
  /* height: 115px; 240619 */
  /* overflow: hidden; */
  transition: height 0.3s ease-in;
  position: relative;
}
/* #sec5 .sec5_sub .sub_txt .plus:before { 240619
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(180deg, transparent 45%, rgba(255, 255, 255, 0.7) 54%);
  height: 23%;
  width: 100%;
} */
#sec5 .sec5_sub .sub_txt .plus.active {
  height: auto;
}
#sec5 .sec5_sub .sub_txt .plus.active:before {
  content: none;
}
#sec5 .sec5_sub .sub_txt .btn_plus {
  position: absolute;
  bottom: 15px;
  font-size: 12px;
  background-image: url(../images/icon_plus.svg);
  background-color: #fff;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-right: 25px;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}
#sec5 .sec5_sub .sub_txt .btn_plus.active {
  background-image: url(../images/icon_minus.svg);
}
#sec5 .sec5_sub .sub_txt .btn_plus:hover {
  opacity: 0.4;
}
#sec5 .sec5_slide {
  width: 100%;
  max-width: 1040px;
  margin: 80px auto 0;
}
#sec5 .sec5_slide h3 {
  margin-bottom: 20px;
}
#sec5 .sec5_slide h3 img {
  width: 205px;
  height: auto;
}
#sec5 .sec5_slide .slide_item {
  width: auto;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}
#sec5 .sec5_slide .slide_item li {
	margin-bottom: 40px;
  display: flex;
  border: 1px solid #C7B57C;
}
#sec5 .sec5_slide .slide_item li .slide_left {
  width: 30%;
  max-width: 300px;
  height: auto;
}
#sec5 .sec5_slide .slide_item li .slide_left img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#sec5 .sec5_slide .slide_item li .slide_left p {
  display: none;
}
#sec5 .sec5_slide .slide_item li .slide_right {
  flex: 1;
  box-sizing: border-box;
  padding: 0 60px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sec5 .sec5_slide .slide_item li .slide_right .right_info {
  width: 100%;
  margin-top: 50px;
  padding-top: 12px;
  font-size: 14px;
  border-top: 1px solid #D9DAE3;
}
#sec5 .sec5_slide .slide_item li .slide_right .right_info .big {
  font-size: 20px;
  display: block;
}
#sec5 .sec5_slide .slide_item .slick-next, #sec5 .sec5_slide .slide_item .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background-color: transparent;
  border-top: solid 2px #121659;
  border-right: solid 2px #121659;
  opacity: 0.8;
}
#sec5 .sec5_slide .slide_item .slick-next:before, #sec5 .sec5_slide .slide_item .slick-prev:before {
  content: none;
}
#sec5 .sec5_slide .slide_item .slick-prev {
  transform: rotate(225deg);
  left: -40px;
}
#sec5 .sec5_slide .slide_item .slick-next {
  transform: rotate(45deg);
  right: -40px;
}
#sec5 .sec5_slide .slide_item .slick-dots {
  position: relative;
  bottom: 0;
  margin: 40px auto 0;
}
#sec5 .sec5_slide .slide_item .slick-dots li {
  display: inline-block;
  border: none;
  width: 20px;
  height: 8px;
  vertical-align: middle;
}
#sec5 .sec5_slide .slide_item .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
  background-color: #D9DAE3;
}
#sec5 .sec5_slide .slide_item .slick-dots li.slick-active {
  width: 20px;
  height: 10px;
}
#sec5 .sec5_slide .slide_item .slick-dots li.slick-active button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2C2D46;
  opacity: 0.6;
}

#sec6 {
  background-color: #EDF1F5;
  padding: 100px 0;
}
#sec6 .faq {
  width: 100%;
  max-width: 832px;
  margin: 0 auto 14px;
  box-sizing: border-box;
  border: 1px solid #D9DAE3;
}
#sec6 .faq .q_ttl {
  background-color: #fff;
  background-image: url(../images/sec06_q.svg);
  background-position: left 18px top 17px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  box-sizing: border-box;
  padding: 18px 60px 18px 60px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
#sec6 .faq .q_ttl .faq_btn {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 20px;
  top: 25px;
  right: 18px;
  cursor: pointer;
  background-image: url(../images/icon_plus.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  font-size: 0;
}
#sec6 .faq .q_ttl .faq_btn:hover {
  opacity: 0.4;
}
#sec6 .faq .q_ttl.active {
  background-color: #FFFDF5;
  padding: 18px 80px 18px 60px;
}
#sec6 .faq .q_ttl.active .faq_btn {
  background-image: url(../images/icon_minus.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  transition: opacity 0.3s ease-in;
  font-size: 12px;
}
#sec6 .faq .txt {
  border-top: 1px solid #D9DAE3;
  background-color: #fff;
  background-image: url(../images/sec06_a.svg);
  background-position: left 18px top 17px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  box-sizing: border-box;
  padding: 18px 30px 18px 60px;
  display: none;
}

#sec7 {
  background-image: url(../images/sec01_bg.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 104px 0;
}
#sec7 .sec7_box {
  background-color: #fff;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
#sec7 .sec7_box dl {
  margin: 0;
  padding: 0;
  width: 100%;
}
#sec7 .sec7_box dt, #sec7 .sec7_box dd {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}
#sec7 .sec7_box dt {
  font-size: 20px;
  margin-bottom: 10px;
}
#sec7 .sec7_box dd {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DAE3;
}
#sec7 .sec7_box dd:last-of-type {
  border-bottom: 0;
}
#sec7 .sec7_box h3 {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 36px;
  font-size: 32px;
}
#sec7 .sec7_box .tabs {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
#sec7 .sec7_box .tab_item {
  width: 45%;
  height: 48px;
  background-color: #F2F6F9;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
#sec7 .sec7_box .tab_item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D9DAE3;
  top: 46px;
  left: 0;
}
#sec7 .sec7_box .tab_item:hover {
  background-color: #FAFBFB;
}
/* #sec7 .sec7_box input[name=tab_item] { 240619
  display: none;
} */
#sec7 .sec7_box .itemList {
	/* display: none; 240619 */
  width: 100%;
  list-style: none;
  margin: 40px 0 100px;
  text-align: center;
  font-size: 24px;
}
#sec7 .sec7_box .itemList ul {
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  max-width: 440px;
}
#sec7 .sec7_box .itemList ul li {
  width: 100%;
  border: 1px solid #D9DAE3;
  font-size: 20px;
  padding: 10px 0;
  margin: 0 0 36px;
  position: relative;
}
#sec7 .sec7_box .itemList ul li:after {
  content: "↓";
  display: block;
  position: absolute;
  bottom: -30px;
  font-size: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#sec7 .sec7_box .itemList ul li:last-of-type {
  margin: 0;
}
#sec7 .sec7_box .itemList ul li:last-of-type:after {
  content: none;
}
#sec7 .sec7_box #graduate:checked ~ #graduate_item,
#sec7 .sec7_box #midway:checked ~ #midway_item {
  display: block;
}
#sec7 .sec7_box .tabs input:checked + .tab_item {
  background-color: #fff;
  color: #2C2D46;
  border-top: 1px solid #D9DAE3;
  border-left: 1px solid #D9DAE3;
  border-right: 1px solid #D9DAE3;
  margin-bottom: -5px;
  z-index: 2;
  position: relative;
}
#sec7 .sec7_box .tabs input:checked + .tab_item:before {
  content: none;
}

#sec8 {
  background-color: #fff;
  padding: 104px 0 64px;
}
#sec8 .entry_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
#sec8 .entry_wrap .form-group.t-center {
  text-align: center;
}
#sec8 .entry_wrap input, #sec8 .entry_wrap textarea {
  border: 1px solid #C3CECE;
  padding: 17px 20px;
  box-sizing: border-box;
  width: 100%;
}
#sec8 .entry_wrap input#birthday_year, #sec8 .entry_wrap textarea#birthday_year {
  width: 160px;
}
#sec8 .entry_wrap input#birthday_month, #sec8 .entry_wrap textarea#birthday_month {
  width: 80px;
}
#sec8 .entry_wrap input#birthday_day, #sec8 .entry_wrap textarea#birthday_day {
  width: 80px;
}
#sec8 .entry_wrap input#year, #sec8 .entry_wrap textarea#year {
  width: 160px;
}
#sec8 .entry_wrap input[type=submit], #sec8 .entry_wrap textarea[type=submit] {
  width: auto;
  border: 1px solid #121659;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 47px;
  color: #121659;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease-in;
}
#sec8 .entry_wrap input[type=submit]:hover, #sec8 .entry_wrap textarea[type=submit]:hover {
  opacity: 0.4;
}
#sec8 .entry_wrap input[type=submit]:first-of-type, #sec8 .entry_wrap textarea[type=submit]:first-of-type {
  margin-right: 20px;
}
#sec8 .entry_wrap input[type=checkbox], #sec8 .entry_wrap textarea[type=checkbox] {
  display: inline;
  width: auto;
}
#sec8 .entry_wrap input::-moz-placeholder, #sec8 .entry_wrap textarea::-moz-placeholder {
  color: #B6B7BE;
}
#sec8 .entry_wrap input::placeholder, #sec8 .entry_wrap textarea::placeholder {
  color: #B6B7BE;
}
#sec8 .entry_wrap span {
  display: inline-block;
  margin-right: 20px;
  margin-left: 5px;
}
#sec8 .entry_wrap .ttl {
  display: block;
  width: 100%;
  margin: 34px 0 14px;
  font-size: 16px;
}
#sec8 .entry_wrap .policy_box {
  margin: 20px 0 0;
  border: 1px solid #C3CECE;
  border-radius: 4px;
  box-sizing: border-box;
  height: 295px;
  overflow-y: auto;
  padding: 20px;
  width: 100%;
}
#sec8 .entry_wrap .check {
  text-align: center;
  font-size: 16px;
  margin: 30px auto 62px;
}

footer {
  background-color: #F2F6F9;
}
footer .footer_info {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_info .info_address p {
  line-height: 1.8;
}
footer .footer_info .info_logo img {
  height: 48px;
  width: auto;
}
footer .footer_copyright {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background: #EDF1F5;
}
#sec1 h2 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 104px;
}
#sec1 h2 .fadein {
  display: block;
  width: 73px;
  height: auto;
  margin: 0 0 24px;
}
#sec1 h2 .ttl_animation {
  width: 252px;
  height: 64px;
  display: inline-block;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
#sec1 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 0;
}
#sec1 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec1 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec1 h2 .ttl_animation.active:before {
  background-color: #fff;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec1 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec1 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-wrap 1s 0.5s forwards;
  background-image: linear-gradient(to right, transparent 0%, #fff 20%);
  content: "";
  inset: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

#sec2 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 33vw 0 0;
}
#sec2 h2 .fadein {
  display: block;
  width: 99px;
  height: auto;
  margin: 0 0 24px;
}
#sec2 h2 .ttl_animation {
  height: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec2 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec2 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec2 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec2 h2 .ttl_animation.active:before {
  background-image: url(../images/sec02_ttl_bg.png);
  background-size: 100% auto;
  background-position: right top;
  background-size: cover;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec2 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec2 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-grwrap 1s 0.5s forwards;
  background-image: url(../images/sec02_ttl_bg.png);
  background-position: right top;
  background-size: cover;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

#sec3 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: calc(14vw + 50px) 0 0;
  text-align: center;
}
#sec3 h2 .fadein {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 auto 24px;
}
#sec3 h2 .ttl_animation {
  width: 500px;
  height: 80px;
  display: inline-block;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
#sec3 h2 .ttl_animation.sp-visible {
  display: none;
}
#sec3 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 0;
}
#sec3 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec3 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec3 h2 .ttl_animation.active:before {
  background-color: #fff;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec3 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec3 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-wrap 1s 0.5s forwards;
  background-image: linear-gradient(to right, transparent 0%, #fff 20%);
  content: "";
  inset: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

#sec4 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 25px;
  padding: 0;
}
#sec4 h2 .fadein {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 0 24px;
}
#sec4 h2 .ttl_animation {
  width: 25vw;
  height: 6vw;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec4 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec4 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec4 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec4 h2 .ttl_animation.active:before {
  background-image: url(../images/sec02_ttl_bg.png);
  background-size: 100% auto;
  background-position: right top;
  background-size: cover;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec4 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec4 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-grwrap 1s 0.5s forwards;
  background-image: url(../images/sec02_ttl_bg.png);
  background-position: right top;
  background-size: cover;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

#sec5 h2 {
  width: 100%;
  max-width: calc(100% - 140px);
  margin: 0 auto 25px;
  padding: 0;
}
#sec5 h2 .fadein {
  display: block;
  width: 87px;
  height: auto;
  margin: 0 0 24px;
}
#sec5 h2 .ttl_animation {
  width: 40vw;
  height: 5vw;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec5 h2 .ttl_animation.sp-visible {
  display: none;
}
#sec5 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 0;
}
#sec5 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec5 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec5 h2 .ttl_animation.active:before {
  background-color: #fff;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec5 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec5 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-wrap 1s 0.5s forwards;
  background-image: linear-gradient(to right, transparent 0%, #fff 20%);
  content: "";
  inset: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

#sec6 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 65px;
  padding: 0;
  text-align: center;
}
#sec6 h2 .fadein {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 auto 24px;
}
#sec6 h2 .ttl_animation {
  width: 406px;
  height: 64px;
  background-size: 100% auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec6 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec6 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec6 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec6 h2 .ttl_animation.active:before {
  background-image: url(../images/sec02_ttl_bg.png);
  background-size: 100% auto;
  background-position: right top;
  background-size: cover;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec6 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec6 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-grwrap 1s 0.5s forwards;
  background-image: url(../images/sec02_ttl_bg.png);
  background-position: right top;
  background-size: cover;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

#sec7 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 65px;
  padding: 0;
  text-align: center;
}
#sec7 h2 .fadein {
  display: block;
  width: 112px;
  height: auto;
  margin: 0 auto 24px;
}
#sec7 h2 .ttl_animation {
  width: 272px;
  height: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec7 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec7 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec7 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec7 h2 .ttl_animation.active:before {
  background-image: url(../images/sec02_ttl_bg.png);
  background-size: 100% auto;
  background-position: right top;
  background-size: cover;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec7 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec7 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-grwrap 1s 0.5s forwards;
  background-image: url(../images/sec02_ttl_bg.png);
  background-position: right top;
  background-size: cover;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

#sec8 h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 65px;
  padding: 0;
  text-align: center;
}
#sec8 h2 .fadein {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 auto 24px;
}
#sec8 h2 .ttl_animation {
  width: 324px;
  height: 64px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#sec8 h2 .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec8 h2 .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
#sec8 h2 .ttl_animation img {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
}
#sec8 h2 .ttl_animation.active:before {
  background-image: url(../images/sec02_ttl_bg.png);
  background-size: 100% auto;
  background-position: right top;
  background-size: cover;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
#sec8 h2 .ttl_animation.active img {
  opacity: 1;
}
#sec8 h2 .ttl_animation.active:after {
  opacity: 1;
  animation: img-grwrap 1s 0.5s forwards;
  background-image: url(../images/sec02_ttl_bg.png);
  background-position: right top;
  background-size: cover;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.mv_main .mv_left {
  height: 128px;
}
.mv_main .mv_left .ttl_animation {
  background-image: url(../images/mv_ttl_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;
}
.mv_main .mv_left .ttl_animation:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv_main .mv_left .ttl_animation:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease-in;
}
.mv_main .mv_left .ttl_animation img {
  width: 95%;
  height: auto;
  opacity: 0;
  transition: opacity 0.1s 0.5s ease-in;
  z-index: 2;
  position: relative;
  transform: translateY(4%);
}
.mv_main .mv_left .ttl_animation.active:before {
  background-image: url(../images/mv_ttl_bgb.png);
  background-size: 105% auto;
  background-repeat: no-repeat;
  background-position: right 37%;
  animation: mask 0.5s 0s;
  animation-fill-mode: backwards;
}
.mv_main .mv_left .ttl_animation.active img {
  opacity: 1;
}
.mv_main .mv_left .ttl_animation.active:after {
  opacity: 1;
  animation: img-wrap 1s 0.5s forwards;
  background-image: url(../images/mv_ttl_bgb.png);
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.fadein {
  transition: opacity 0.3s ease-in;
  opacity: 0;
}
.fadein.sec4_sub {
  opacity: 1;
}
.fadein.sec4_sub li {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.fadein.sec5_sub {
  opacity: 1;
}
.fadein.sec5_sub .sub_txt {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.fadein.active {
  opacity: 1;
}
.fadein.sec4_sub li.active {
  opacity: 1;
}
.fadein.sec5_sub .sub_txt.active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: inline-block;
  }

  #mv .pc-visible {
    display: inline-block;
  }
  #mv .sp-visible {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  body {
    margin-top: 66px;
  }
  body.fixed {
    margin-top: 66px;
  }
  body.clicked {
    overflow: hidden;
  }
  header {
    height: 100%;
    min-height: 100vh;
    display: block;
    padding: 20px 16px 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in;
  }
  header h1 img {
    height: 32px;
  }
  header .header_menu {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #2C2D46;
    transition: all 0.3s ease-in;
    opacity: 1;
    overflow-y: scroll;
    height: 80vh;
  }
  header .header_menu p {
    text-align: center;
    display: block;
    margin: 6vw auto;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
  }
  header .header_menu p span {
    font-size: 16px;
    font-weight: 700;
  }
  header .header_menu ul {
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  header .header_menu ul li {
    display: block;
  }
  header .header_menu ul li:not(.btn) {
    width: calc(100% - 96px);
    font-size: 16px;
    border-bottom: 1px solid #D9DAE3;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    box-sizing: border-box;
    color: #2C2D46;
  }
  header .header_menu ul li:not(.btn):after {
    content: none;
  }
  header .header_menu ul li.btn {
    width: calc(100% - 64px);
    margin: 0 auto;
    background: url(../images/sp-down-icon.svg) right 15px center no-repeat, #121659;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  header .header_menu ul li.btn a {
    text-align: center;
    color: #fff;
  }
  header.disabled {
    height: 66px;
    min-height: 66px;
    top: 0;
    padding: 20px 16px;
  }
  header.disabled .header_menu {
    opacity: 0;
    display: none;
  }
  header.disabled .header_menu ul li {
    display: none;
  }
  header.disabled.fixed {
    top: 0;
  }
  header .menu-btn {
    display: block;
    position: absolute;
    height: 28px;
    min-width: 28px;
    width: auto;
    right: 16px;
    top: 21px;
    color: #121659;
    background: url(../images/sp-icon_close.svg) right center no-repeat;
    background-size: auto 100%;
  }
  header .menu-btn span {
    line-height: 2.4;
    font-size: 12px;
    display: inline-block;
    margin-right: 30px;
  }
  header .menu-btn.disabled {
    background: url(../images/sp-icon_3line.svg) right center no-repeat;
    background-size: auto 100%;
  }
  header .menu-btn.disabled span {
    display: none;
  }
  #sec1 {
    padding: 48px 0 60px;
    background-size: auto 100%;
  }
  #sec1 h2 {
    text-align: center;
  }
  #sec1 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec1 h2 .ttl_animation {
    height: 48px;
    width: 192px;
  }
  #sec1 h2 .ttl_animation.active:after {
    background-size: cover;
  }
  #sec1 .sec1_items {
    flex-direction: column;
    width: calc(100% - 32px);
  }
  #sec1 .sec1_items li {
    width: 100%;
    margin-bottom: 35px;
  }
  #sec1 .sec1_items li img {
    width: 100%;
    height: auto;
  }
  #sec2 {
    background: url(../images/sp-sec02_bg.png) no-repeat center top, url(../images/sec02_under_bg.png) no-repeat center bottom;
    background-size: 100% auto, 100% auto;
    background-color: #F2F6F9;
    padding: 0 0 64px;
  }
  #sec2 h2 {
    padding: 66vw 0 0;
    margin: 0 auto 48px;
    text-align: center;
  }
  #sec2 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec2 h2 .ttl_animation {
    height: 48px;
  }
  #sec2 .sec2_items {
    width: calc(100% - 32px);
  }
  #sec2 .sec2_items .item_big {
    flex-direction: column;
  }
  #sec2 .sec2_items .item_big img {
    width: 100%;
    height: auto;
  }
  #sec2 .sec2_items .item_big .big_txt {
    width: 100%;
    margin: 0;
    padding: 23px 18px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  #sec2 .sec2_items .item_big .big_txt ul {
    width: 100%;
  }
  #sec2 .sec2_items .item_big .big_txt ul li {
    padding-left: 14px;
    text-indent: -14px;
    font-size: 14px;
  }
  #sec2 .sec2_items .item_small .item {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
  }
  #sec2 .sec2_items .item_small .item:first-child {
    margin-right: 0;
  }
  #sec2 .sec2_items .item_small .item .item_up .item_ttl {
    width: calc(100% - 95px);
    margin-left: 10px;
    font-size: 12px;
  }
  #sec2 .sec2_items .item_small .item .item_up .item_ttl span.big {
    font-size: 20px;
    line-height: 1.2;
  }
  #sec2 .sec2_items .item_small .item .item_down {
    font-size: 14px;
  }
  #sec3 {
    background-size: auto 42%;
    background-position: center top -30px;
    margin-top: -2px;
  }
  #sec3 h2 {
    text-align: center;
    width: calc(100% - 90px);
    margin: 0 auto 40px;
    padding: 60px 0 0;
  }
  #sec3 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec3 h2 .ttl_animation {
    height: 48px;
    width: 99.5px;
    display: block;
    margin: 0 auto;
    padding: 3px 5px;
  }
  #sec3 h2 .ttl_animation.sp-visible {
    height: 45px;
    width: 240px;
    margin: 0 auto;
    padding: 3px 5px;
    display: inline-block;
  }
  /*#sec3 h2 .ttl_animation.sp-visible img {*/
  /*  height: 100%;*/
  /*  width: auto;*/
  /*}*/
  #sec3 h2 .ttl_animation img {
    width: 100%;
    height: auto;
  }
  #sec3 .sec3_item {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    width: calc(100% - 32px);
    max-width: 320px;
    justify-content: space-between;
  }
  #sec3 .sec3_item li {
    width: 48%;
    margin-bottom: 10px;
  }
  #sec3 .sec3_item li:not(:last-of-type) {
    margin-right: 0;
  }
  #sec4 {
    background: #EDF1F5;
    padding: 1px 0 54px;
  }
  #sec4 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 0 24px;
  }
  #sec4 h2 .ttl_animation {
    width: 164px;
    height: 40px;
  }
  #sec4 .sec4_main {
    margin: 60px auto 0;
    background-color: #EDF1F5;
  }
  #sec4 .sec4_main .main_ttl {
    float: none;
    position: absolute;
    left: 16px;
    top: -120px;
    width: 80%;
    padding: 0;
  }
  #sec4 .sec4_main .main_ttl p {
    font-size: 24px;
  }
  #sec4 .sec4_main .main_img {
    float: none;
    width: 100%;
  }
  #sec4 .sec4_main .main_txt {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 0 16px 67px;
    box-sizing: border-box;
  }
  #sec4 .sec4_sub {
    flex-direction: column;
    margin: 0 auto;
    width: calc(100% - 32px);
  }
  #sec4 .sec4_sub li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sec4 .sec4_sub li .sub_txt p {
    text-align: left;
    font-size: 14px;
  }
  #sec4 .sec4_sub li .sub_txt p.ttl {
    text-align: center;
  }
  #sec5 {
    background: linear-gradient(353deg, rgb(255, 255, 255) 56%, rgb(237, 241, 245) 56%);
    padding-bottom: 64px;
  }
  #sec5 h2 {
    max-width: calc(100% - 32px);
  }
  #sec5 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px 0;
  }
  #sec5 h2 .ttl_animation {
    height: 45px;
    width: 290px;
    display: block;
  }
  #sec5 h2 .ttl_animation.sp-visible {
    width: auto;
    display: inline-block;
  }
  #sec5 h2 .ttl_animation:before {
    height: 100px;
    width: 100%;
  }
  #sec5 h2 .ttl_animation:after {
    height: 100px;
    width: 100%;
  }
  #sec5 h2 .ttl_animation img {
    height: 45px;
    width: auto;
  }
  #sec5 .sec5_main {
    flex-direction: column;
    background-image: url(../images/sp-sec05_bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #sec5 .sec5_main .main_ttl {
    background-image: none;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  #sec5 .sec5_main .main_ttl p {
    font-size: 24px;
    margin-left: 16px;
  }
  #sec5 .sec5_main .main_img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    order: 2;
  }
  #sec5 .sec5_sub {
    margin-top: 22px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sec5 .sec5_sub .sub_txt {
    padding: 32px 16px;
  }
  #sec5 .sec5_sub .sub_txt .ttl {
    font-size: 20px;
  }
  #sec5 .sec5_slide {
    width: calc(100% - 32px);
    margin: 64px auto 0;
  }
  #sec5 .sec5_slide h3 {
    text-align: center;
  }
  #sec5 .sec5_slide h3 img {
    width: auto;
    height: 60px;
  }
  #sec5 .sec5_slide .slide_item li {
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
  }
  #sec5 .sec5_slide .slide_item li .slide_left {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
  }
  #sec5 .sec5_slide .slide_item li .slide_left img {
    width: 50%;
    height: auto;
  }
  #sec5 .sec5_slide .slide_item li .slide_left p {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  #sec5 .sec5_slide .slide_item li .slide_left p .big {
    font-size: 14px;
    display: block;
  }
  #sec5 .sec5_slide .slide_item li .slide_right {
    width: 100%;
    padding: 24px 0 0;
  }
  #sec5 .sec5_slide .slide_item li .slide_right .right_info {
    display: none;
  }
  #sec5 .sec5_slide .slide_item .slick-dots {
    margin: 30px auto 0;
    width: calc(100% - 60px);
  }
  #sec5 .sec5_slide .slide_item .slick-dots li {
    display: inline-block;
    border: none;
    text-align: center;
    width: 10px;
    height: 8px;
    vertical-align: middle;
  }
  #sec5 .sec5_slide .slide_item .slick-dots li button {
    text-align: center;
    width: 10px;
  }
  #sec5 .sec5_slide .slide_item .slick-dots li button:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    opacity: 1;
    background-color: #D9DAE3;
    left: 12px;
  }
  #sec5 .sec5_slide .slide_item .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
  #sec5 .sec5_slide .slide_item .slick-dots li.slick-active button:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2C2D46;
    opacity: 0.6;
  }
  #sec5 .sec5_slide .slide_item .slick-next {
    right: 10px;
    top: 94%;
    width: 15px;
    height: 15px;
    opacity: 0.3;
  }
  #sec5 .sec5_slide .slide_item .slick-prev {
    top: 94%;
    left: 10px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
  }
  #sec6 {
    padding: 64px 0;
  }
  #sec6 h2 {
    text-align: center;
    margin: 0 auto 48px;
  }
  #sec6 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec6 h2 .ttl_animation {
    height: 48px;
    width: 306px;
  }
  #sec6 .faq {
    width: calc(100% - 32px);
  }
  #sec6 .faq .q_ttl {
    font-size: 16px;
    background-position: left 10px top 17px;
    padding: 20px 34px 18px 34px;
  }
  #sec6 .faq .q_ttl.active {
    padding: 20px 80px 18px 34px;
  }
  #sec6 .faq .txt {
    font-size: 14px;
    background-position: left 10px top 17px;
    padding: 20px 15px 18px 34px;
  }
  #sec7 {
    background: #fff;
    padding: 64px 0;
  }
  #sec7 h2 {
    text-align: center;
  }
  #sec7 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec7 h2 .ttl_animation {
    height: 48px;
    width: 210px;
  }
  #sec7 .sec7_box {
    width: 100%;
    border-bottom: 1px solid #D9DAE3;
    padding: 60px 0 32px;
  }
  #sec7 .sec7_box dl {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sec7 .sec7_box dt {
    margin-bottom: 5px;
  }
  #sec7 .sec7_box h3 {
    font-size: 24px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sec7 .sec7_box .tabs {
    width: 100%;
    max-width: none;
  }
  #sec7 .sec7_box .itemList {
    width: calc(100% - 64px);
    margin: 20px auto 0;
  }
  #sec7 .sec7_box .itemList small {
    font-size: 14px;
  }
  #sec8 {
    padding: 0 0 64px;
  }
  #sec8 h2 {
    text-align: center;
  }
  #sec8 h2 .fadein {
    height: 69px;
    width: auto;
    margin: 0 auto 24px;
  }
  #sec8 h2 .ttl_animation {
    height: 48px;
    width: 232px;
  }
  #sec8 .entry_wrap {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sec8 .entry_wrap span:last-of-type {
    margin-right: 0;
  }
  #sec8 .entry_wrap input#birthday_year {
    width: 30%;
    padding: 17px 5px;
  }
  #sec8 .entry_wrap input#birthday_month {
    width: 62px;
    padding: 17px 5px;
  }
  #sec8 .entry_wrap input#birthday_day {
    width: 62px;
    padding: 17px 5px;
  }
  #sec8 .entry_wrap .check {
    text-align: left;
  }
  #sec8 .entry_wrap .check .checkbox {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  #sec8 .entry_wrap .check span {
    display: inline;
  }
  footer .footer_info {
    border-top: 1px solid #D9DAE3;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
  }
  footer .footer_info .info_address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }
  footer .footer_info .info_logo {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 16px 0;
  }
  footer .footer_copyright {
    border-top: 1px solid #D9DAE3;
    font-size: 10px;
    padding: 32px 0;
  }
}
#sec8 h2.noani .fadein {
  animation: none;
  opacity: 1;
}
#sec8 h2.noani .ttl_animation {
  animation: none;
}
#sec8 h2.noani .ttl_animation img {
  opacity: 1;
}
#sec8 .t-center {
  text-align: center;
}
#sec8 .t-center.complete {
  font-size: 20px;
  line-height: 2;
}

@keyframes anime {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 0;
    z-index: 1;
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mask {
  0% {
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
    animation-timing-function: cubic-bezier(0.9, 0, 0.1, 1);
    opacity: 0;
  }
  0.0001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(1) scaleY(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes img-wrap {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes img-grwrap {
  0% {
    width: 20vw;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 1;
  }
}
@keyframes img-grwrap2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  input[type=checkbox] {
    padding: 0 !important;
    width: 3vw !important;
    height: 3vw !important;
  }
}

section:not(#mv) .ttl_animation{
  padding: 5px 8px;
}

section:not(#mv) .ttl_animation picture{
  display: block;
}

section:not(#mv) .ttl_animation picture img{
  width: 100%;
  height: auto;
}

#sec3 .ttl_animation{
  padding: 0 !important;
}

#sec5 .ttl_animation picture{
  display: block;
}
#sec5 .ttl_animation picture img{
  width: 100%;
  height: auto;
}
#mv .is-sp{
  display: none;
}
@media screen and (max-width: 1024px) {
  section:not(#mv) .ttl_animation{
    padding: 5px 8px !important;
  }
  #sec8 h2 .ttl_animation img{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #mv .pc-visible {
    display: none;
  }
  #mv .sp-visible {
    display: inline-block;
  }
  #mv {
    background: url(../images/mv_sub_bg.jpg) repeat center top;
    background-size: cover;
  }
  #mv .mv_bg li div {
    height: 100vw;
  }
  #mv .mv_bg li .dots {
    display: none;
  }
  #mv .mv_bg li:first-of-type div {
    background-image: url(../images/sp-mv_01.jpg);
  }
  #mv .mv_bg li:nth-of-type(2) div {
    background-image: url(../images/sp-mv_02.jpg);
  }
  #mv .mv_bg li:last-of-type div {
    background-image: url(../images/sp-mv_03.jpg);
  }
  #mv .mv_bg:after {
    content: none;
  }
  #mv .mv_main {
    height: 100vw;
    width: 100%;
    flex-direction: column;
    padding-bottom: 49.3333333vw;
  }
  #mv .mv_main .mv_left {
    width: 100%;
    margin: 0 auto;
  }
  #mv .mv_main .mv_left .ttl_animation {
    margin: 1.6vw 0 0 4.2666667vw;
    padding: 1.3333333vw 2.1333333vw;
    height: 16.5333333vw;
    width: 44.7866667vw;
    background-image: url(../images/sp-mv_ttl_bg_b.png);
    overflow: hidden;
    background-size: contain;
    transform: translateY(-.5333333vw);
  }
  #mv .mv_main .mv_left .ttl_animation picture{
    display: block;
    height: 16.5333333vw;
    width: 44.7866667vw;
  }
  #mv .mv_main .mv_left .ttl_animation picture img{
    width: 100%;
    height: auto;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible {
    margin: 73.6vw 0 0 4.2666667vw;
    padding: 0;
    height: 16.7493333vw;
    width: 87.2vw;
    display: block;
    background-image: none;
    background-size: contain;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s 0.5s ease-in;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible img {
    width: auto;
    height: 100%;
    opacity: 0;
    transition: opacity 0.1s 0.5s ease-in;
    z-index: 2;
    position: relative;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible.active:before {
    background-image: url(../images/sec02_ttl_bg.png);
    background-size: 100% auto;
    background-position: right top;
    background-size: cover;
    animation: mask 0.5s 0s;
    animation-fill-mode: backwards;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible.active img {
    opacity: 1;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible.active:after {
    opacity: 1;
    animation: img-grwrap 1s 0.5s forwards;
    background-image: url(../images/sec02_ttl_bg.png);
    background-position: right top;
    background-size: cover;
    content: "";
    right: 0;
    pointer-events: none;
    z-index: 2;
  }
  #mv .mv_main .mv_left .sp-visible + .ttl_animation:before {
    /* background-image: url(../images/sp-mv_ttl_bgb_b.png); */
    width: 0;
    height: 16.5333333vw;
    background-image: url(../images/sec02_ttl_bg.png);
    background-size: 100% auto;
    background-position: right top;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mv .mv_main .mv_left .sp-visible + .ttl_animation.active:before {
    animation: img-grwrap2 0.5s 0s forwards;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible picture {
    width: 82.9333333vw;
    height: 12.4826667vw;
    display: block;
    position: relative;
  }
  #mv .mv_main .mv_left .sp-visible + .ttl_animation:after {
    display: none;
  }
  #mv .mv_main .mv_left .sp-visible + .ttl_animation picture:after {
    /* content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;

    width: 100%;
    height: 100%;
    top: 0;
    right: 0; */
  }
  #mv .mv_main .mv_left .sp-visible + .ttl_animation.active picture:after {
    /* animation: none;
    background: none; */
    opacity: 0;
    animation: img-grwrap 1s 0.5s forwards;
    background-image: url(../images/sec02_ttl_bg.png);
    background-position: right top;
    background-size: cover;
    content: "";
    display: block;
    width: 44.7866667vw;
    height: 16.5333333vw;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
  }
  #mv .mv_main .mv_left .mb_btn {
    margin-top: 2.4vw;
    width: 91.4666667vw;
  }
  #mv .mv_main .mv_left .mb_btn a {
    background-image: url(../images/sp-down-icon.svg);
    background-size: auto 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
  }
  #mv .mv_main .mv_left .mb_btn .flex a{
    font-size: 14px;
  }
  #mv .mv_sub {
    flex-direction: column;
    background-image: none;
  }
  #mv .mv_sub .sub_img {
    width: 100%;
    order: 1;
  }
  #mv .mv_sub .sub_txt {
    order: 2;
    width: calc(100% - 64px);
    margin: 64px auto 0;
  }
  #mv .mv_sub .sub_txt .txt_wrap p {
    font-size: 14px;
  }
  #mv .mv_sub .sub_txt .txt_wrap p.big {
    font-size: 20px;
  }
  #mv .mv_main .mv_left .ttl_animation.sp-visible.active img{
    transform: translate(1.8666667vw, 1.8666667vw);
  }
  .mv_main .mv_left .ttl_animation img{
    width: 92%;
    transform: translateY(5%);
  }
  #mv .is-sp{
    display: block;
    width: 49.3333333vw;
    margin-left: 4.2666667vw;
  }

  section:not(#mv) .ttl_animation{
    padding: 1.3333333vw 2.1333333vw !important;
  }
}