@charset "utf-8";
/*--------------------
reset
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,picture,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  background: #fff;
  box-sizing: border-box;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}
a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
dl, dt, dd, ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
picture {
  display: block;
}
img{
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  vertical-align: top;
  border-style: none;
  display: block;
}

/*====================
content
====================*/
body {
  position: relative;
  line-height: 1;
  text-align: left;
  font-family: YuGothic, "游ゴシック体", Yu Gothic, "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  color: #363636;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 248, 244, 0.5) 40px, rgba(255, 248, 244, 0.5) 80px );
  background-attachment:fixed;
}
#content {
    padding: 0;
    margin: 0;
}
/* a
--------------------*/
a img {
  transition-duration: 0.5s;
}
a:hover img {
  opacity: 0.75;
  transition-duration: 0.5s;
}
a { text-decoration: underline;}
a:hover { text-decoration: none;}
/* wrapper
--------------------*/
#wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 50px 5px rgba(72, 17, 17, 0.2);
}
#wrapper h1, h2, h3, p {
  line-height: 1;
  font-size: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
/*====================
header
====================*/
#wrapper header {
}
/*====================
main
====================*/
#wrapper main {
}
#wrapper main .inner {
  position: relative;
}
#wrapper .bg_line {
  background-image: repeating-linear-gradient(-45deg, #afeadd, #afeadd 25px, #afeaddd9 25px, #afeaddd9 50px);
}
#wrapper .relative {
  position: relative;
}
/* video
--------------------*/
#wrapper main video {
  width: 101%;
  margin: -1% 0 -1% -.5%;
}
#wrapper main .sec3_03 .inner .video_wrap {
  position: absolute;
  top: 3.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(658 / 750 * 100%);
  overflow: hidden;
  z-index: 10;
}
#wrapper main .sec3_03 .inner .video_waku {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(720 / 750 * 100%);
  z-index: 100;
}
#wrapper main .sec3_03 .inner .icon {
  position: absolute;
  bottom: 2%;
  right: 0;
  width: calc(244 / 750 * 100%);
  z-index: 101;
}

/* btn
--------------------*/
#wrapper .btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  margin: 0 auto;
  z-index: 999;
}
#wrapper .btn .inner {
  position: relative;
}
#wrapper .btn .btn_bg {
  opacity: 0.9;
}
#wrapper .btn a {
  display: block;
  width: 100%;
}
#wrapper .btn p img {
  position: absolute;
  width: calc(646 / 750 * 100%);
  margin: 0 auto;
  bottom: 3%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 1.0s;
}
#wrapper .btn .block {
  opacity: 1;
  z-index: 10;
}
/* go_top
--------------------*/
#wrapper .go_top {
  position: absolute;
  width: calc(80/ 750 *100%);
  bottom: 2.4%;
  right: 5%;
  z-index: 99998;
}

@media screen and (min-width:756px) {
  .go_top {
    bottom: 25%;
  }
}
/*====================
footer
====================*/
footer {
  font-size: min(max(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5333))), 14px);
  min-height: 0vw;    
  padding: 0;
  margin: 4% auto 0;
  text-align: center;
  color: #333333;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding-bottom: 5%;
}
footer ul li {
  background: #eeeeee;
  text-align: center;
  width: 31%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.5s;
}
footer ul li a {
  font-size: min(max(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5333))), 14px);
  min-height: 0vw;    
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 5% 4% 5% 4%;
}
footer ul li a:hover {
  background: #f7f7f7;
  transition-duration: 0.5s;
}
#copy {
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px);
  min-height: 0vw;
  margin: 0 auto;
  padding-bottom: 40%;
  text-align: center;
}

/*====================
slider
====================*/
.slider_wrap {
  width: 100%;
  margin: 0 auto;
}
.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}
.slick-arrow:before {
  font-size: 30px !important;
}
.slick-prev::before, .slick-next::before {
  color: #c9c9c9 !important;
}
.slick-prev, .slick-next {
  top: 54% !important;
}
.slick-dots li {
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li button::before {
  color: #555 !important;
}
.slick-dots li.slick-active button::before {
  color: #ff5e82 !important;
}
.slick-dots li button::before {
  font-size: 8px !important;
  width: 8px !important;
  height: 8px !important;
  line-height: 8px !important;
}
/* model slider
--------------------*/
.model .slider_wrap {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.model .slick-next {
  right: 17% !important;
}
.model .slick-prev {
  left: 17% !important;
}
/* howto slider
--------------------*/
.howto .slider_wrap {
  position: absolute;
  width: 90.666%;
  padding: 0 4.667%;
}
.howto .slick-next {
  right: 4% !important;
  top: 50% !important;
}
.howto .slick-prev {
  left: 4% !important;
  top: 50% !important;
}
.howto .slick-prev.slick-disabled::before,
.howto .slick-next.slick-disabled::before {
  opacity: 0 !important;
}

/*====================
school
====================*/
.schoolBtn {
  padding: 0 5%;
}
.school ul {
  list-style: none;
}
.school ul li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.3;
}
.school ul li::before {
  content: '\0203B';
  position: absolute;
  left: 0;
}
.school .schoolBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.school .schoolBtn div {
  display: inline-block;
  padding: .5em 0;
  width: 28%;
  text-align: center;
  margin: 2% 1%;
  border-bottom-right-radius: 15px;
  color: #033333;
  font-size: min(calc(100vw*30/750), 30px);
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.2em;
  border-right: 2px solid #033333;
  border-bottom: 2px solid #033333;
}
.txt1 {
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px);
  color: #033333;
  text-align: left;
  padding: 3% 5% 8%;
}
.txt2 {
  font-size: 0.9rem;
  line-height: 1.2;
}
	.txt3 {
letter-spacing: -0.05em!important;
}
.mb10 {	.mb10 {
margin-bottom: 10px;	margin-bottom: 10px;
}	}
@media screen and (min-width:756px) {
.txt3 {
letter-spacing: 0.05em!important;
}
}



/*====================
sec5
====================*/
.sec5_02 .relative p.notes {
  font-size: min(calc(100vw*19/750), 16px);
  color: #033333;
  text-align: right;
  position: absolute;
  right: 12%;
  top: 85%;
}
.sec5_faq {
  background-image: url("../img/sec05_faq_bg.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.sec5_faq ul {
  width: calc(600/750*100%);
  margin: 0 auto;
}
.sec5_faq ul li {
  border-radius: clamp(0px, calc(16/750*100vw), 16px);
  overflow: hidden;
}
.sec5_faq ul li + li {
  margin-top: calc(40/750*100%);
}
.sec5_faq ul li .acc_btn {
  font-size: min(calc(100vw*30/750), 30px);
  position: relative;
  cursor: pointer;
}
.sec5_faq ul li .acc_btn::before,
.sec5_faq ul li .acc_btn::after{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  width: 3px;
  height: 1em;
  background-color:#fff;
  transition: .3s;
  box-sizing: border-box;
}
.sec5_faq ul li .acc_btn::after{
  transform: translateY(-50%) rotate(90deg);
}
.sec5_faq ul li .acc_btn.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.sec5_faq ul li .acc_btn.open::after {
  opacity:0;
}
.sec5_faq .acc_details {
  display: none;
}