@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article,aside,details,figcaption,figure,footer,header,main,nav,section,input,textarea  {
  border: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-style: inherit;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  word-break: break-all;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1pc;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 768px){
  html {
    font-size: 16px;
  }
}
*,*:before,*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color:#221815;
  text-align: center;
  letter-spacing: .05rem;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,th,td {
  font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}
blockquote,q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
p{
  line-height:200%;
}
a{
  color:#ad0003;
    transition: all 0.4s ease 0s;
}
a:focus,a:hover,a:active {
  outline: 0;
}
ul{
  list-style: none;
}
a img {
  border: 0;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button{
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  transition: all 0.5s ease;
  background-color: #ccc;
  border: 1px solid  #ccc;
  color: #000;
}
button:hover{
  background-color: #999;
  color:#fff;
  border: 1px solid  #999;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mt-100{
  margin-top: 100px;
}
@media screen and (min-width:769px){
  body .onlysp{display:none!important}
}
@media screen and (max-width:768px){
  body .onlypc{display:none!important}
  .sp_none{display: none;}
  body{text-align: left;}
}
.inline{display: inline-block}
sup {
  font-size: 70%;
  vertical-align: super;
}
.come_txt{
  font-size: 70%;
  text-align: right;
}
.text_red{
  color:#ad0003;
}

/* menu */
.main{
  position: relative;
}
.nav{
  position: absolute;
  left: 0;
  top: 0;
}
#nav_w{
  opacity: 1;
  transition: all 0.3s;
}
#nav_w.scrollEnd{
  opacity: 0;
}
.nav.is-end{
  top: auto;
  bottom: 0;
}
.nav a.icon_blank{
  background: url("../img/icon_blank.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right center;
  padding-right: 20px;
}
@media screen and (min-width:769px){
  .main{
    padding-top: 60px;
  }
  .nav{
    background-color: #ad0003;
    padding: 0 0 0 20px;
    height:61px;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: solid 1px #fff;
  }
  .nav a{
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 120%;
  }
  .nav a:hover{
    opacity: .5;
  }
  .nav .nav-list{
    width: 80%;
  }
  .nav,.nav .nav-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-logo img{
    max-width: 135px;
  }
  .application_btn{
    display: table;
    height: 60px;
    width: 23%;
    padding-left:3px;
    margin-left: 10px;
  }
  .application_btn .link-disabled{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    background-color: #999;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: #666 1px 1px;
  }
  .application_btn ._small{
    font-size: 12px;
    line-height: inherit;
    display: inline-block;
  }
}
@media  (min-width: 769px) and (max-width: 1000px) {
  .nav a{
    padding: 5px;
  }
  .nav-logo img{
    max-width: 100px;
  }
  .nav .nav-list{
    width: 80%;
  }
}
@media screen and (max-width:768px){
  .header_sp_menu{
    background-color: #ad0003;
    height: 50px;
    padding: 10px 20px;
    text-align: center;
  }
  .header_sp_menu img{
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* menu Btn */
  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    color: #fff;
  }
  .menu-btn:after{
    content: "メニュー";
    display: block;
    position: absolute;
    bottom:3px;
    font-size: 11px;
  }
  .menu-btn span{
    top: 20px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 2px;
      width: 22px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 7px;
  }
  .menu-btn span:after {
      top: 7px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  #menu-btn-check {
      display: none;
  }
  /* Menu Content */
  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;/*leftの値を変更してメニューを画面外へ*/
      z-index: 80;
      background-color: rgba(0,0,0,0.9);
      transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0;/*メニューを画面内へ*/
  }
  #menu-btn-check:checked ~ .menu-btn{
    position: fixed;
  }
  .menu-content .nav .nav-item a{
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
    border: none;
  }
  .menu-content .nav{
    width: 100%;
    padding-top:50px;
  }
  .nav .nav-item a{
    position: relative;
    text-align: center;
  }
  .nav .nav-item a.icon_blank{
    background: none;
  }
  .nav .nav-item a.icon_blank:after{
    content: "";
    display: inline-block;
    background: url(../img/icon_blank.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5px;
    width: 16px;
    height: 16px;
  }
}


/* pagetop */
.scroll-top {
  position: fixed;
  right: 35px;
  bottom: 80px;
  z-index:100;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.scroll-top:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
.is-hide {
  pointer-events: none;
}
@media screen and (max-width:768px){
  .scroll-top {
    right: 10px;
    bottom: 80px;
  }
}

/* common */
.box_inner{
  max-width:1112px;
  margin: 0 auto;
  padding: 100px 20px;
}
.bg_red{
  background-color:#ad0003;
  color: #fff;
}
.bg_beige{
  background-color:#f5f4f0;
}
.bg_blue{
  background-color:#1a314a;
}
.bg_wavy_white_top{
  background-image: url("../img/bg_wavy_white.png");
  background-position: top left;
  background-repeat: repeat-x;
  padding-top:36px;
}
.bg_wavy_beige_top{
  background-image: url("../img/bg_wavy_beige.png");
  background-position: top left;
  background-repeat: repeat-x;
  padding-top:36px;
}
.shadow_txt{
  text-shadow: #750000 2px 1px;
}
@media screen and (max-width:768px){
  .box_inner{
    padding: 50px 20px;
  }
  .bg_wavy_white_top,.bg_wavy_beige_top{
    background-size: 40px auto;
    padding-top:18px;
  }
}

/* ttle */
.ttle_w{
  margin-bottom: 45px;
  text-align: center;
}
.ttl_h2{
  color: #ad0003;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.ttl_en{
  color: #a68f49;
  font-family: din-2014-narrow, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 24px;
}
.ttl_h2.-small{
  font-size: 28px;
}
.ttl_h2.-small+.ttl_en{
  margin-top: 14px;
}
.bg_red .ttl_h2,
.bg_red .ttl_en,
.bg_blue .ttl_h2,
.bg_blue .ttl_en{
  color: #fff;
}
.ttle_w .ttl_p_txt{
  padding-top: 10px;
  font-weight: 600;
}
.ttle_w .ttl_p_txt span{
  font-weight: 600;
}
.bg_blue .ttle_w .ttl_p_txt{
  color: #fff;
  font-size: 110%;
  line-height: 120%;
}
.ttl_h3{
  font-size: 24px;
  margin: 42px 0 30px;
  font-weight: 900;
  letter-spacing: .1rem;
  text-align: center;
}
@media screen and (max-width:768px){
  .ttle_w{
    margin-bottom: 40px;
  }
  .ttl_h2{
    font-size: 24px;
  }
  .ttl_en{
    font-size: 14px;
    margin-top: 8px;
  }
  .ttl_h2.-small{
    font-size: 18px;
  }
  .ttl_h2.-small+.ttl_en{
    margin-top: 14px;
    margin-top: 6px;
  }
  .ttl_h3{
    font-size: 18px;
  }
  .bg_blue .ttle_w .ttl_p_txt{
    font-size:14px
  }
}

/* splide */
.splide img{
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width:769px){
  .splide__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:768px){
  .splide{
    margin: 0 -20px;
  }
}

/* mv */
#main_mv_w{
  background-color:#fff7f3;
}
.main_mv{
  position: relative;
}
.main_mv h1 img{
  width: 100%;
}
.main_mv .mv_catch{
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.main_mv .mv_catch .onlypc{
  width: 16%;
}
.main_mv .mv_catch .onlysp{
  width: 19%;
}
.main_logo{
  margin:-15% 0 0;
  padding-bottom: 100px;
  text-align: center;
}
.main_logo img{
  max-width: 840px;
  width: 85%;
  position: relative;
}
@media screen and (max-width:1366px){
  .main_logo img{
    max-width: 600px;
  }
}
@media screen and (max-width:768px){
  .main_mv .mv_catch{
    top: 36%;
  }
  .btn_w{
    padding: 30px 20px 40px;
    text-align: center;
  }
  .main_logo{
    margin-top: -19%;
    padding-bottom: 0;
  }
}
.btn_application{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-color: #999;
  padding: 15px;
  display: block;
  border-radius: 50vh;
}
.btn_application ._small{
  font-size: 12px;
  display: inline-block;
}

/* report */
.report{
  overflow: hidden;
}
.message-closing{
  text-align: center;
  margin: -32px 0 60px;
}
.message-closing p{
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  padding: 32px 40px;
  border: 3px solid #fff;
}
.video-box{
  text-align: center;
  margin: 40px 0;
}
.video-box .title{
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
.video-box .title::before,
.video-box .title::after{
  content: '';
  height: 30px;
  border-right: 2px solid #fff;
  transform: rotate(-30deg);
}
.video-box .title::after{
  transform: rotate(30deg);
}
.video-box .title .inner{
  font-size: 15px;
  font-weight: bold;
  padding: 3px 15px 0;
}
.video-wrap{
  color: #221815;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
}
.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-box .caption{
  line-height: 1.6;
  font-weight: bold;
  margin-top: 5px;
}
.video-box .caption .small{
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.feature-list a{
  display: block;
}
.feature-list a:hover{
  opacity: 0.8;
}
.feature-list .caption{
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: left;
  margin-top: 15px;
}
.articles_slider{
  margin-top: 48px;
  overflow: unset;
  position: relative;
}
.articles_slider-inner{
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.articles_slider .swiper-slide {
  width: min(250px, 31%);
  height: auto;
  padding: 0 max(calc((100% - 750px)/4), 1.75%);
}
.articles_slider .swiper-slide a{
  color: #0a0a0a;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.articles_slider .swiper-slide a:hover{
  color:#ad0003;
}
.articles_slider .button-prev, .articles_slider .button-next{
  background: url("../img/arrow_slider_white.png") no-repeat center/25px auto;
  width: 25px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.articles_slider .button-prev:hover, .articles_slider .button-next:hover{
  opacity: 0.7;
}
.articles_slider .button-next{
  right: min(16px, 0.1vw);
}
.articles_slider .button-prev{
  left: min(16px, 0.1vw);
  transform: scaleX(-1);
}
.articles_detail{
  line-height: 1.6;
  background-color: #fff;
  flex-grow: 1;
  padding: 16px 16px 24px;
}
.articles_city{
  font-size: 14px;
  display: block;
}
.articles_button{
  font-size: 20px;
  text-align: center;
  margin-top: 56px;
}
.articles_button a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 24px 32px;
  border: 2px solid #fff;
  border-radius: 45px;
  transition: 0.4s;
}
.articles_button a:hover{
  color: #ad0003;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .articles_slider{
    margin: 24px -20px 0;
  }
  .articles_slider .swiper-slide{
    width: 188px;
  }
  .articles_slider .button-prev, .articles_slider .button-next{
    position: absolute;
    top: 87px;
  }
  .articles_detail{
    font-size: 14px;
    padding: 12px 12px 16px;
  }
  .articles_city{
    font-size: 13px;
  }
  .articles_button{
    font-size: 16px;
    margin-top: 40px;
  }
  .articles_button a{
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 8px;
  }
}
.report_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.report_slider img{
  border-radius: 0;
}
@media screen and (min-width:769px){
  .report .ttle_w {
    margin-top: 100px;
  }
  .report .ttle_w:last-child {
    margin-bottom: -55px;
  }
  .video-box{
    max-width: 670px;
    margin: 45px auto 70px;
  }
  .video-box .title{
    margin-bottom: 7px;
  }
  .video-box .title::before,
  .video-box .title::after{
    height: 44px;
  }
  .video-box .title .inner{
    font-size: 18px;
    padding: 6px 25px 0;
  }
  .video-wrap{
    padding: 12px;
    border-radius: 16px;
  }
  .video-box .caption{
    font-size: 24px;
    margin-top: 12px;
  }
  .video-box .caption .small{
    font-size: 20px;
  }
  .feature-list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .feature-list li{
    flex-basis: 30.78%;
  }
  .feature-list .caption{
    font-size: 15px;
    margin-top: 22px;
  }
  .report_slider{
    height: 610px;
    overflow: hidden;
  }
  .report_slider .swiper-slide{
    flex: 0 0 1450px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message-closing{
    margin: -30px 0 40px;
  }
  .message-closing p{
    font-size: 16px;
    padding: 20px 12px;
  }
  .report .ttle_w {
    margin-top: 80px;
  }
  .report .ttle_w:last-child {
    margin-bottom: -10px;
  }
  .feature-list{
    max-width: 600px;
    margin: 0 auto;
  }
  .feature-list li:nth-child(n+2){
    margin-top: 35px;
  }
  .report_slider{
    margin: 0;
  }
  .report_slider .swiper-slide{
    flex: 0 0 800px;
    margin-left: 11px;
  }
}

/* concept */
#concept {
  padding-top: 30px;
}
@media screen and (max-width:768px){
  #concept .ttl_h2{
    font-size: 20px;
  }
}

/* project_box */
.project_box .box_g{
  width:32%;
  background-color: #fff;
  border-radius:20px;
  text-align: left;
}
.project_box .box_g img{
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.project_box .box_g dl{
  text-align: left;
  padding: 30px 20px;
}
.project_box .box_g dl dt{
  font-size: 18px;
  font-weight: 600;
  color:#ad0003;
  padding-bottom: 18px;
}
.project_box .box_g dl dd{
  font-size: 14px;
}
@media screen and (max-width:768px){ 
  .project_box .box_g{
    border-radius: 10px;
  }
  .project_box .box_g img{
    border-radius: 10px 10px 0 0;
  }
  .project_box .box_g dl dt{
    border-bottom: solid 1px #ad0003;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }
  .project_box .box_g dl dd{
    font-size: 12px;
  }
  .project_box .box_g dl{
    padding: 18px 24px;
  }
}

/* time_table */
.time_table{
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.time_table01{
  width: 22%;
}
.table_day span{
  padding: 20px;
  display: block;
  background-color: #ad0003;
  color: #fff;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
}
.time_table th,.time_table td{
  vertical-align:middle;
}
.time_table th{
  background-color: #f5f4f0;
}  
.time_table .table_time{
  border-bottom: solid 2px #c2b9b4;
  min-height: 100px;
  padding: 40px 10px;
}
.time_table .table_time.first_table_time{
  border-top: solid 2px #c2b9b4;
}
.time_table td{
  background-color: #fff;
  padding: 10px;
  border-bottom: dotted 2px #c2b9b4;
}
.time_table tr:last-child td{
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
@media screen and (max-width:768px){ 
  #timetable{margin-left: -10px;margin-right: -10px;}
  .time_table{border-spacing: 5px 0;}
  .time_table01{width: 20%;}
  .time_table .table_time{padding: 40px 5px;}
  .table_day span,.time_table .table_time{font-size: 13px;}
  .time_table td{font-size: 12px;}
}


/* box_white */
.box_white{
  background-color: #fff;
  border-radius: 5px;
  padding: 90px 70px;
  color: #000000;
  text-align: left;
  max-width: 892px;
  margin: 0 auto;
}
.box_white.bg_gray{
  background-color: #F6F6F6;
}
.box_white dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_white dl dt{
  width: 20%;
  font-size: 16px;
  color: #ad0003;
  text-align: center;
  margin-bottom: 30px;
}
.box_white dl dt span{
  border: solid 2px #ad0003;
  border-radius: 5px;
  padding: 17px 10px;
  display: block;
  font-weight: 600;
}
.box_white dl dd{
  width: 76%;
  padding: 17px 0;
}
.box_white.bg_gray dl dt{
  width: 18%;
}
.box_white.bg_gray dl dd{
  width: 78%;
  padding: 0 0 17px;
}
.box_white.bg_gray dl dt span{
  border: none;
  padding: 0;
  text-align: left;
}
@media screen and (max-width:768px){ 
  .box_white{
    padding: 25px 20px 10px;
    border-radius: 5px;
  }
  .box_white dl dt{
    width: 28%;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .box_white dl dt span{
    padding: 5px 0;
    border: solid 2px #ad0003;
  }
  .box_white dl dd{
    width: 68%;
    padding-top:5px;
    font-size: 12px;
  }
  .box_white.bg_gray dl dt{
    width: 19%;
  }
  .box_white.bg_gray dl dd{
    width: 77%;
  }
}
.ul_kome li{
  font-size: 85%;
}
.ul_kome li,.ul_point li{
  position: relative;
  padding: 2px 0;
  padding-left: 15px;
}
.ul_kome li:before,.ul_point li:before{
  display: block;
  position: absolute;
  left: 0;
}
.ul_kome li:before{
  content: "※";
}
.ul_point li:before{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #221815;
  border-radius: 50%;
  top: 10px;
}
@media screen and (max-width:768px){ 
  .ul_point li:before{
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.btn_gw{
  margin:40px 0 0;
  text-align: center;
}
.btn_gw .modal-toggle,.btn_gw a{
  display: inline-block;
  text-decoration: none;
  padding: 10px 35px 10px 20px;
  border: solid 2px #ad0003;
  border-radius: 50vh;
  position: relative;
  font-weight: 600;
  color: #ad0003;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.btn_gw .modal-toggle:hover,.btn_gw a:hover{
  background-color: #ad0003;
  color: #fff;
}
.btn_gw .modal-toggle::before,.btn_gw a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ad0003;
    border-right: 2px solid #ad0003;
    position: absolute;
    top: calc( 50% - 5px );
    right: 15px;
    transform: rotate(45deg);
    border-radius: 1px;
}
.btn_gw .modal-toggle:hover::before,.btn_gw a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
body.modal_open{
  overflow: hidden;
}




/*faq*/
.toggle {
  display: none;
}
.accordion_w{
  text-align: left;
}
.accordion_g{
  background:#fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.Label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #221815;
  padding:35px 55px 35px 35px;
  cursor: pointer;

}
.Label::before{
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ad0003;
  border-right: 2px solid #ad0003;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 5px );
  right: 37px;
  transform: rotate(135deg);
  border-radius:1px;
}
.Label,
.accordion_w .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.accordion_w .content {    /*本文*/
  height: 0;
  overflow: hidden;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  border-top: solid 1px #f5f4f0;
  margin:0 35px;
  padding: 30px 0;
  transition: all .5s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
@media screen and (max-width: 768px) {
  .Label{
    font-size: 13px;
    padding: 15px 40px 15px 15px;
  }
  .Label::before{
    right: 15px;
  }
  .accordion_w .content{
    font-size: 13px;
  }
  .toggle:checked + .Label + .content{
    margin:0 15px;
    padding: 15px 0;
  }
}


/*footer*/
footer{
  padding-top: 80px;
  padding-bottom: 0;
  position:relative;
  background-color:#f5f4f0;
}
.footer-message{
  color: #ad0003;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .footer .btn_application{
    font-size: 24px;
    max-width: 534px;
    margin: 0 auto 20px;
    padding: 30px 0;
  }
  .footer .btn_application ._small{
    font-size: 16px;
    vertical-align: 2px;
  }
}
.choice-detail {
  width: 310px;
  margin: 0 auto;
}
.footer_bottom{
  margin-top: 45px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.footer_bottom .footer-item{
  display: inline-block;
}
.footer_bottom .footer-item a{
  color: #000;
  text-decoration: none;
}
.footer_bottom .footer-item a:hover{
  color:#ad0003;
}
@media screen and (max-width: 768px) {
  .choice-detail {
    width: 70%;
    max-width: 300px;
  }
  .footer{
    padding: 20px 0 0;
  }
  .footer-message{
    font-size: 13px;
    margin-top: -20px;
    padding: 0 20px;
  }
  .footer_bottom{
    bottom: 10px;
    font-size: 12px;
    margin-top: 30px;
  }
  .footer-copyright{
    line-height: 140%;
  }
}

/* follow us */
.-LR {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin:25px 0 20px;
  font-size: 16px;
}
.-LR:before,
.-LR:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
  display: block;
}
.-LR:before {
  margin-right: 0.8em;
}
.-LR:after {
  margin-left: 0.8em;
}
.-LR.__fff:before,
.-LR.__fff:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #fff;
  display: block;
}

.sns-list {
  display: flex;
  justify-content: center;
  margin: 0;
}
.sns-item {
  width: 65px;
  padding: 0 15px;
}
.sns-item a img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .sns-item a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .sns-item a:active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}


/* lists */
#lists .box_inner{
  padding-top: 0;
}
#lists .list_w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#lists .list_w li{
  width: 23%;
  margin-bottom: 20px;
}
#lists .list_w li .modal-toggle{
  padding: 30px 10px;
  width: 100%;
  background-color: #ad0003;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border: none;
  position: relative;
}
#lists .list_w li .modal-toggle:hover{
  opacity: 0.7;
}
#lists .list_w li .modal-toggle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc( 50% - 5px );
    right: 30px;
    transform: rotate(45deg);
    border-radius: 1px;
}
.lists__content{
  text-align: left;
  margin-top: 60px;
  margin-bottom: 80px;
}
.lists__content li{
  font-size: 14px;
  margin-top: 20px;
}
.lists__content ._title{
  color: #ad0003;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #lists .list_w li{
    width: 48%;
  }
  #lists .list_w li .modal-toggle{
    padding: 20px 10px;
    font-size: 14px;
    border-radius: 5px;
  }
  #lists .list_w li .modal-toggle::before{
    right: 20px;
  }
  #lists .list_w li .modal-toggle::before{
    width: 8px;
    height: 8px;
    top: calc( 50% - 4px );
  }
  .lists__content{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .lists__content li{
    margin-top: 16px;
  }
  .lists__content ._title{
    font-size: 14px;
    margin-bottom: 2px;
  }
}

/*　modal　*/
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-content {
    background: #FFF;
    overflow-y: auto;
    padding: 60px 30px;
    width: 90%;
    height: 80%;
    max-width: 1072px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.5s linear 0s;
    filter: drop-shadow(0px 2px 6px #000000);
}
.modal-top {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 5%;
}
.modal-close {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.modal_box h3{
  font-size:36px;
  color: #1a314a;
  margin-bottom: 38px;
  font-weight: 600;
}
.modal_box_w{
  display: flex;
  flex-wrap: wrap;
}
.modal_box_g{
  width: 31%;
  border: solid 1px #dbdbdb;
  padding: 20px 0 0;
  border-radius: 10px;
  margin-bottom: 30px;
  margin: 1%;
  position: relative;
  overflow: hidden;
}
.modal_box_g h4{
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px;
}
.modal_box_g img{
  width: 100%;
}
.modal_box_g p{
  padding: 20px 20px 0;
  font-size: 14px;
  text-align: left;
  line-height: 180%;
  min-height: 130px;
}
.modal_box_g dl{
  padding: 20px 20px 0;
  text-align: center;
}
.modal_box_g dl dt{
  font-size: 18px;
  font-weight: 600;
}
.modal_box_g dl dd{
  font-size: 14px;
  color: #0079b5;
  margin: 5px 0 20px;
}
.modal_box_g dl dd a:hover{
  text-decoration: none;
}
.modal_box_g .caution{
  color: #fff;
  background-color: rgba(51, 51, 51, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 67px;
  bottom: 0;
  left: 0;
}
.red_txt{
  margin: 10px;
  color: #ad0003;
  text-align: left;
  line-height: 140%;
  font-size: 13px;
}
.preparation{
  font-weight: 600;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-content{
    padding: 20px;
    height: 85%;
  }
  .modal_box h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal-top{
      right: 6px;
      top: 2%;
  }
  .modal_box_g{
    width: 100%;
    padding-top: 10px;
    margin: 0 0 20px;
  }
  .modal_box_g h4{
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
  }
  .modal_box_g p{
    padding: 10px;
    font-size: 13px;
    line-height: 130%;
    min-height:auto;
  }
  .modal_box_g dl{
    padding: 10px 10px 0;
  }
  .modal_box_g dl dd{
    margin-bottom: 10px;
    font-size: 13px;
  }
  .modal_box_g .caution{
    top: 44px;
  }
  .preparation{
    margin-bottom: 10px;
    padding: 20px 0 0;
  }
}



/* guidence_ul */
.guidence_w{
  background-color:#f5f5f5;
  padding: 40px 50px 10px;
  text-align: left;
  border-radius: 10px;
  margin-top: 30px;
}
.guidence_w h3{
  font-weight: 600;
}
.guidence_ul {
  padding-bottom: 30px;
}
.guidence_ul li{
  border-bottom: solid 1px #dddddd;
  padding: 18px 10px;
}
.guidence_ul li li{
  border: none;
  padding: 2px 0 2px 15px;
}
@media screen and (max-width: 768px) {
  .guidence_w{
    padding: 20px 15px;
    font-size: 14px;
  }
  .guidence_ul li{
    padding: 10px;
    font-size: 12px;
  }
}

/* backnumber_btn */
.backnumber_btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.backnumber_btn li{
  padding: 10px;
}
.backnumber_btn li a{
  display: block;
  text-decoration: none;
  padding: 10px 35px 10px 20px;
  border: solid 2px #ad0003;
  border-radius: 50vh;
  position: relative;
  font-weight: 600;
}
.backnumber_btn li a:hover{
  background-color: #ad0003;
  color: #fff;
}
.backnumber_btn li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ad0003;
    border-right: 2px solid #ad0003;
    position: absolute;
    top: calc( 50% - 5px );
    right: 15px;
    transform: rotate(45deg);
    border-radius: 1px;
}
.backnumber_btn li a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .backnumber_btn li a{
    font-size: 13px;
  }
}


/* sp-btn */
@media screen and (max-width: 768px) {
  #btn_application{
    position: fixed;
    bottom: 0;
    padding: 10px 20px;
    opacity: 0;
    transition: all 0.2s ease;
    width: 100%;
    margin: 0;
    background:#fff;
  }
  .footer #btn_application .btn_application{
    margin: 0;
  }
  #btn_application.scrolldisplay{
    opacity: 1;
  }
  #btn_application.scrollEnd{
    opacity: 0;
  }
}


/* outline */
.img_txt_w{
  display: flex;
  justify-content: space-between;
  text-align:left;
  margin-bottom: 60px;
}
.img_txt_w .img_w{
  width: 30%;
  text-align: center;
}
.img_txt_w .img_w img{
  border-radius: 20px;
}
.img_txt_w .txt_w{
  width: 67%;
}
.txt_w .modal-toggle{
  color: #ad0003;
  text-decoration: underline;
  cursor: pointer;
}
#terms h3{
  color: #ad0003;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  height: 15%;
}
#terms .modal-content{
  overflow:hidden;
  padding: 40px 10px;
  text-align: left;
}
#terms .modal_box_w{
  overflow-y: scroll;
  height: 85%;
  padding: 20px;
}
#terms h4{
  font-size: 22px;
  font-weight: 600;
  border-left: solid 4px #ad0003;
  padding-left: 10px;
  margin-bottom: 10px;
}
#terms,#terms p{
  font-size: 14px;
  line-height: 160%;
  letter-spacing:0;
}
.terms_dl dl{
  margin-top: 20px;
}
.terms_dl dt{
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 20px;
}
.terms_dl dd{
  padding-bottom: 20px;
}
ol.terms_ol  {
  margin-left:30px;
}
ol.terms_ol  li {
  list-style-type: none;
  counter-increment: cnt;
}
ol.terms_ol  li::before {
  content: "(" counter(cnt) ")";
  display:inline-block;
  margin-left:-30px;
  width:30px;
}
.contact_w{
  background-color: #F6F6F6;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
#terms .contact_w p.font_big{
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 10px;
}
#terms .contact_w p.font_big span{
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #terms h3{
    font-size: 18px;
    height: 10%;
  }
  #terms .modal_box_w{
    height: 90%;
  }
  #terms h4{
    font-size: 16px;
  }
  .terms_dl dt{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .terms_dl dd{
    font-size: 13px;
  }


  #terms .modal-content{
    padding: 20px 0;
  }
  .img_txt_w{
    display: block;
  }
  .img_txt_w .img_w{
    margin-bottom: 20px;
  }

  .img_txt_w .img_w,.img_txt_w .txt_w{
    width: 100%;
  }
}

/* about */
#about{
  padding-bottom: 100px;
}
#about .box_inner{
  padding-top: 0;
  padding-bottom: 0;
}
.about_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about_slider img{
  border-radius: 0;
}
@media screen and (min-width:769px){
  .about_slider{
    overflow: hidden;
  }
  .about_slider .swiper-slide{
    flex: 0 0 400px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about{
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .about_slider{
    margin: 0;
  }
  .about_slider .swiper-slide{
    flex: 0 0 238px;
    margin-left: 12px;
  }
}

/* campaign-overview */
.campaign-overview{
  max-width: unset;
}
.campaign-overview .ttl_h3{
  margin: 0 0 60px;
}
@media screen and (min-width:769px){
  .campaign-overview{
    padding: 90px 13%;
  }
}
@media screen and (max-width:768px){ 
  .campaign-overview .ttl_h3{
    margin-bottom: 20px;
  }
  .campaign-overview dl{
    display: block;
  }
  .campaign-overview dl dt,
  .campaign-overview dl dd{
    width: unset !important;
  }
  .campaign-overview dl dt{
    font-size: 14px;
    margin-bottom: 3px;
  }
}

/* btn_arrow-r */
.btn_arrow-r{
  margin:40px 0 0;
  text-align: right;
}
.btn_arrow-r .modal-toggle{
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  font-weight: 600;
  color: #ad0003;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.btn_arrow-r .modal-toggle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ad0003;
    border-right: 2px solid #ad0003;
    position: absolute;
    top: calc( 50% - 5px );
    right: 0;
    transform: rotate(45deg);
    border-radius: 1px;
}
.btn_arrow-r .modal-toggle:hover{
  text-decoration: underline;
}
@media screen and (max-width:768px){ 
  .btn_arrow-r{
    font-size: 12px;
    margin: 0 0 20px;
  }
}

/* #outline */
#outline dt{
  line-height: 1.7;
  font-weight: 600;
  text-align-last: left;
  width: 18%;
}
#outline dd{
  line-height: 1.7;
  width: 78%;
  padding: 0;
}
#outline dd:nth-last-child(n+2){
  padding-bottom: 34px;
}
#outline ._bold{
  font-weight: bold;
}
#outline dd p{
  line-height: inherit;
}
#outline dd p + p{
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #outline dt{
    width: 19%;
  }
  #outline dd{
    width: 77%;
  }
  #outline dd:nth-last-child(n+2){
    padding-bottom: 17px;
  }
  #outline dd p + p{
    margin-top: 10px;
  }
}