*{
   margin:0;
   padding:0;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;  
}

p{
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.6em;
  font-weight: 700;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * wrap */

#wrap{
  width:100%;
  margin:0;
  padding:0;
}

/* ====================================================
brake
==================================================== */
@media print, screen and (min-width: 768px) {
.pc { display: inline; }
.sp { display: none; }
}
@media screen and (max-width: 767px) {
  .pc { display: none; }
  .sp { display: inline; }
}

.marker-yellow {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * drawer */

#drawer{
  display:none;
}

@media screen and (max-width: 1024px) {
#drawer{
  display:block;
  z-index:9999;
  position: relative;
}

#drawer h1 img{
  width: 70%;
}

.drawer-nav{
   filter:alpha(opacity=1);
   -moz-opacity: 1;
   opacity: 1;   
   background: -moz-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: -webkit-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: linear-gradient(25deg, #FFCCFF, #F8CBAD); 
}

.drawer-menu{
   width:100%;
   height: 100vh;
   padding:60px 0 0 0;
   text-align: center;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.drawer-menu ul{
   list-style:none;
   margin:50px 0;
   font-size:20px;
   font-weight:700;
   line-height:2.8em;
}

.drawer-menu ul a{
   color:#fff;
   text-decoration:none;
}
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * header */

header{
    width:100%;
	  z-index: 4;
	  position:fixed;
    display: flex;
    justify-content: space-between;
	  padding:0px;
    height: 85px;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.head_l{
	width:180px;
  margin: 10px;
}

.head_r{
  width: calc(100% - 200px);
}


.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 14;
    height: 85px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}



header ul{
   list-style:none;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

header ul li{
   margin:0 20px;
   font-weight: bold;
   font-size: 14px;
   line-height:1.8em;
}

header ul li.nav02{  
  margin: 0 0 0 40px;
}

header ul li.nav02 i{
  display: block;
  font-size: 36px;
}

header ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
  color: #000;
}
header ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #C5E0B4;
  transition: .3s;
}
header ul li a:hover::after {
  width: 100%;
}

header ul li.nav02 a{
  color: #fff;
  display: block;
  background-color: #F8CBAD;
  padding: 30px 40px;
}

header ul li.nav02 a:hover{
  color: #fff;
  background-color: #FFE699;
}

@media screen and (max-width: 1024px) {
.head_r{
  display:none;
}
.head_l{
	width:100%;
}
header{
  width:100%;
  display: block;
  padding:10px 10px;
}
.fixed {
  position:absolute;
  top: 0;
  width:100%;
  z-index: 99;
  background-color:unset;
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * footer */

footer{
  background-color: #F8CBAD;
  padding: 50px 0 20px 0;
  text-align: center;
}

.footer_inner{
  margin: auto;
  display: flex;
  justify-content: center;
}

.footer_inner div{
  width: 30%;
  margin: 0 3%;
}


.footer_inner img{
  max-width: 300px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.footer_inner ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  text-align: left;
  margin-top: 50px;
}

.footer_inner ul li{
  width: 50%;
}

.footer_inner ul li a{
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-weight: 600;

}

.footer_inner ul li a:hover{
  color: #ccc;
}

.copy{
  font-size: 12px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  footer{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size:contain;
  }

  .footer_inner{
    display: block;
  }

  .footer_inner div{
    width: 100%;
    margin: 0;
  }
  
  

  .footer_inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_inner ul li{
    width: 50%;
  }
  


}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * h */

h1 img{
  width: 200px;
  margin: 10px 0 0 20px;
}

h1 a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
h1 a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.fixed h1 a{
  border: none;
  padding:0px;
}


h2{
  font-weight: 500;
  font-size: 48px;
  color: #222;
  line-height: 1.2em;
  font-family: 'Kiwi Maru', serif;
}
h2 span{
  display: block;
  font-weight: 400;
  font-family: 'Fuggles', cursive;
  color: #FFCCFF;
}

h3{
  font-weight: 800;
  font-size: 24px;
  color: #666;
  line-height: 1.4em;
  margin: 20px 0;
}

h4{
  font-weight: 700;
  font-size: 18px;
  color: #222;
  line-height: 1.4em;
  border-bottom: #999 dotted 1px;
  margin: 10px 0;
}

h4 span{
  font-size: 16px;
}


.base_container h2{
  text-align: center;
  font-size: 36px;
  padding: 0 0 14px 0;
  border-bottom: #FFCCFF solid 2px;
}

.base_container h2 span{
  font-family: 'Kiwi Maru', serif;
  font-size: 24px;
  color: #000;
}


@media screen and (max-width: 1024px) {
  h1 img{
    width: 150px;
    margin: 0;
  }

  h2{
    font-size: 32px;
    margin: 20px 0;
  }

  .base_container h2{
    font-size: 32px;
  }

  
  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * INDEX */

.main{
  width: 100%;
  height: 600px;
  position: relative;
  box-sizing: border-box;
}

.main p{
  font-family: 'Kiwi Maru', serif;
  font-size: 48px;
  font-weight: 500;
  position:absolute;
  top: 30%;
  left: 50px;
  z-index: 2;
}
.main p span{
  font-family: 'Fuggles', cursive;
  display: block;
  color: #FFCCFF;
  font-weight: 400;
}

.main img{
  position:absolute;
  right: 0;
  height: 600px;
  top: 85px;
  z-index: 1;
}

/* Circles */
.circle-1 {
  background: #FFCCFF;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 24s infinite linear;
  width: 500px;
  height: 536px;
  left: -50px;
  bottom: -100px;
  mix-blend-mode: multiply;
  position: absolute;
}
.circle-2 {
  background: #FFE699;
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 23s infinite linear;
  width: 500px;
  height: 536px;
  left: -50px;
  bottom: -100px;
  mix-blend-mode: multiply;
  position: absolute;
}
.circle-3 {
  background: #F8CBAD;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: border-animation 22s infinite linear;
  width: 500px;
  height: 536px;
  left: -50px;
  bottom: -100px;
  mix-blend-mode: multiply;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .main{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
  }

  .main img{
    height: auto;
    max-width: 100%;
  }

  .main p{
    font-size: 36px;
    top: 28%;
    left: 50px;
  }
  .circle-1,
  .circle-2,
  .circle-3 {
    bottom: auto;
  }
  
}

/* Animation */
@keyframes border-animation {
  to { transform: rotate(360deg); }
}

.s_main{
  position:relative;
  padding:100px 0 0 0;
  width:100%;
  text-align: center;
  overflow:hidden;
  margin:0;
  height: 200px;
}

.s_main img {
  position:absolute;
  right: 0;
  top: 85px;
  z-index: -1;
  width:100%;
  height:300px;
  object-fit: cover;

}

.s_main p{  
	position: relative;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  z-index: 3;
  letter-spacing:0.1em;
  line-height:1em;
  color: #fff;
  font-family: 'Kiwi Maru', serif;
  font-size: 48px;
  font-weight: 500;
}

.s_main p span{
  font-size:36px;
  display: block;
  letter-spacing:0;
  font-family: 'Fuggles', cursive;
  color: #FFCCFF;
}

@media screen and (max-width: 1024px) {
  .s_main p{  
    font-size:32px;
    color: #fff;
  }

  .s_main p span{
    font-size:30px;
  } 

  .s_main{
    padding:150px 0 50px 0;
  }
  
  .s_main:after {
    top: 100%;
    right: 0px;
    bottom: 0px;
  }
  
  



}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * message */

.message{
  width: 100%;
  padding: 260px 0;
  position: relative;
}

.message:after {
  width: -webkit-calc(100% - 30%);
  width: calc(100% - 30%);
  content: "";
  position: absolute;
  top: 150px;
  left: 30%;
  bottom: 100px;
  background-color: #fff0c4;
  z-index: -2;
}

.message img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}

.message_inner{
  max-width: 45%;
  margin-left: 55%;
}

.message .message_inner img{
  width: 140px;
  left: auto;
  right: 40px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .message{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .message_inner{
    max-width: 100%;
    margin-left: 0;
  }

  .message img{
    position:relative;
    max-width: 100%;
  }

  .message .message_inner img{
    width: 100px;
    left: auto;
    right: 20px;
    bottom: 0px;
    position: absolute;
  }
  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * benefit */
.benefit{
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: url("../img/002.png") no-repeat 85% 100%,url("../img/003.png") no-repeat 15% 50px;
  background-size: 200px;
}

.benefit_inner{
  max-width: 1000px;
  margin: auto;
}


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

  .benefit{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment:unset;
    background: url("../img/002.png") no-repeat right bottom,url("../img/003.png") no-repeat left top;
    background-size: 140px;
  }

  .benefit_inner{
    display: block;
  }

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * stepup */

.stepup{
  width: 100%;
  padding: 260px 0;
  position: relative;
}

.stepup:after {
  width: -webkit-calc(100% - 30%);
  width: calc(100% - 30%);
  content: "";
  position: absolute;
  top: 150px;
  left: 30%;
  bottom: 100px;
  background-color: #C5E0B4;
  z-index: -2;
}

.stepup img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}

.stepup_inner{
  max-width: 45%;
  margin-left: 55%;
}

.stepup .stepup_inner img{
  width: 300px;
  left: auto;
  right: 40px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .stepup{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .stepup:after {
    bottom: 150px;
  }
  

  .stepup_inner{
    max-width: 100%;
    margin-left: 0;
  }

  .stepup img{
    position:relative;
    max-width: 100%;
  }

  .stepup .stepup_inner img{
    width: 200px;
    left: auto;
    right: 20px;
    bottom: 0px;
    position: absolute;
  }
  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * training */

.training{
  width: 100%;
  padding: 260px 0;
  position: relative;
}

.training:after {
  width: -webkit-calc(100% - 30%);
  width: calc(100% - 30%);
  content: "";
  position: absolute;
  top: 150px;
  left: 30%;
  bottom: 100px;
  background-color: #F8CBAD;
  z-index: -2;
}

.training img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}

.training_inner{
  max-width: 45%;
  margin-left: 55%;
}

.training .training_inner img{
  width: 140px;
  left: auto;
  right: 40px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .training{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .training_inner{
    max-width: 100%;
    margin-left: 0;
  }

  .training img{
    position:relative;
    max-width: 100%;
  }

  .training .training_inner img{
    width: 100px;
    left: auto;
    right: 20px;
    bottom: 0px;
    position: absolute;
  }
  
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * case */
.case{
  width: 100%;
  text-align: center;
  padding: 100px 0 ;
  overflow: hidden;
  position: relative;

  background: url("../img/005.png") no-repeat 10% bottom;
  background-size: 140px;
}

.case:after {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  content: "";
  position: absolute;
  top: 350px;
  right: 100px;
  bottom: 0px;
  background-color: #fff0c4;
  z-index: -1;
}



.case-container{
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.case-container .swiper-slide p{
  display: block;
  color: #000;
  margin: 5px 0;
}

.case-container .swiper-slide p span{
  background-color: #666;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 2px 0;
  border-radius: 20px;
  display: block;
  width: 120px;
  text-align: center;
}



@media screen and (max-width: 768px) {
  .case{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 100px;
  }
  
  

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * recruit */
.recruit{
  width: 100%;
  text-align: center;
  padding: 100px 0 ;
  overflow: hidden;
  position: relative;
  background-color: #fff0c4;
}

.recruit-container{
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.recruit-container .swiper-slide p{
  display: block;
  color: #000;
  margin: 5px 0;
}

.recruit-container .swiper-slide p span{
  background-color: #666;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 2px 0;
  border-radius: 20px;
  display: block;
  width: 120px;
  text-align: center;
}



@media screen and (max-width: 768px) {
  .recruit{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  

}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * about */

.about{
  width: 100%;
  padding: 260px 0;
  position: relative;
}

.about:after {
  width: -webkit-calc(100% - 30%);
  width: calc(100% - 30%);
  content: "";
  position: absolute;
  top: 150px;
  left: 30%;
  bottom: 100px;
  background-color: #FFCCFF;
  z-index: -2;
}

.about h2 span{
  color: #fff;
}

.about img{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 50%;
}

.about_inner{
  max-width: 45%;
  margin-left: 55%;
}


@media screen and (max-width: 768px) {
  .about{
    padding: 50px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about_inner{
    max-width: 100%;
    margin-left: 0;
  }

  .about img{
    position:relative;
    max-width: 100%;
  }

  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * base */
.base_container{
  width: 100%;
  padding: 50px 0;
}

.container_inner{
  max-width: 1000px;
  margin: auto;
}

.container_inner img{
  max-width: 100%;
}

.column_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0;
}

.column_auto{
  justify-content: flex-start;
  
}

.column_two{
  width: 48%;
}

.column_three{
  width: 32%;
}

.column_auto .column_three{
  margin: 0 0.6% 50px 0.6%; 
}

.order{
  order: -1;
}

.caution{
  font-size: 12px;
}

.glay{
  background-color: #f4f4f4;
}

.pink{
  background-color: #FFCCFF;
}

.yellow{
  background-color: #fff0c4;
}

.green{
  background-color: #C5E0B4;
}

.white{
  background-color: #fff;
}

.messagebox{
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}


.margin-top{
  margin-top: 40px;
}

.margin-bottom{
  margin-bottom: 20px;
}

.w_50{
  width: 50px;
}

.box_module{
  border-radius: 10px;
  background-color: #eef5f7;
  padding:10px 40px 20px 40px;
  margin: 30px auto;
  box-sizing: border-box;
}

.box_module2{
  border-radius: 10px;
  background-color: #ebf0bf;
  padding:30px 40px;
  margin: 30px auto;
  box-sizing: border-box;
}


.tel{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin: 20px 0 0 0;
  color: #0457a7;
}

p.case-tit{
  display: block;
  color: #000;
  margin: 5px 0;
}

p.case-tit span{
  background-color: #666;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  border-radius: 20px;
  display: block;
  width: 120px;
  margin:0 auto 10px auto;
  text-align: center;
}

.news_box {
  border-top: #999 dotted 1px;
  margin-bottom: 100px;
}

.news_box img{
  max-width: 100%;
}

.interview h2{
  text-align: left;
  font-size: 32px;

}

.interview span {
  background-color: #666;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 2px 0;
  border-radius: 20px;
  display: block;
  width: 120px;
  text-align: center;
}

.application{
  text-align: center;
}

.application span {
  background-color: #666;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 2px 0;
  border-radius: 20px;
  display: block;
  width: 120px;
  margin: auto;
  text-align: center;
}


.interview:nth-child(even) {
  background-color: #ffe6ff;
}

.faq_q{
  font-size: 24px;
  font-family: 'Kiwi Maru', serif;
  color: #333333;
  margin-top: 40px;
}

.faq_q span{
  margin-right: 10px;
  color: #ff639e;
  font-size: 36px;
}

.message_box{
  border: 6px solid #ff639e;
  box-sizing: border-box;
}

.message_tit{
color: #ff639e;
font-family: 'Asap', sans-serif;
font-size: 40px;
font-weight: 600;
letter-spacing: 1px;
}
.color1{
  color: #c23e50;
}
.color2 {
  color: #dbdbdb;
}
.color3 {
  color: #eed01c;
}
.color4 {
  color: #743355;
}
.color5 {
  color: #8dc4d1;
}
.color6 {
  color: #ff6faa;
}



@media screen and (max-width: 768px) {
  .base_container{
    padding: 100px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .container_inner{
    padding: 50px 0;
  }
  
  .column_container{
    display:block;
  }
  
  .column_two{
    width: 100%;
    margin-bottom: 20px;
  }  
  .column_three{
    width: 100%;
  }

  .height100{
    height: auto;
  }
  
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * accordion */

.accordion-001 {
  max-width: 100%;
  background-color: #f0f5f9;
}

.accordion-001:not([open]) {
  margin-bottom: 20px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * table */

table {
	border-collapse: collapse;
	border:#e3e3e3 solid 1px;
	width:100%;
	max-width:1200px;
	margin:10px auto;
  box-sizing: border-box;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 20px 20px;
	font-weight: normal;
	background-color:#ffe7ff ;
  width: 250px;
  font-weight: bold;
  box-sizing: border-box;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
  border-left: #e3e3e3 solid 1px;
	padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
  font-weight: bold;
}


.scroll{
  width:100%;

}



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

table {
	border-collapse: collapse;
	width:95%;
	margin:30px auto;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	display:block;
  border-left:none;
}


th {
    display:block;
    width: 100%;
    
}

.scroll {
  overflow-x: auto;
}
.scroll table {
border-collapse:collapse;
min-width:740px;
margin:30px auto;
}

.scroll th {
  display:table-cell;
border-bottom: #e3e3e3 1px dotted;
width: auto;
}

.scroll td {
border-bottom: #e3e3e3 1px dotted;
border-top: #e3e3e3 1px solid;
text-align: left;
padding: 10px;
display:table-cell;
line-height:2em;
}



}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * btn */

p.btn{
  margin:30px auto;
}
p.btn a {
  background-image: linear-gradient(rgb(0, 0, 0) 50%, rgba(255,255,255,1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight: bold;
  letter-spacing:1px;
  border:#000 solid 2px;
  border-radius: 30px;
  padding:10px 50px;
  text-shadow:none;

}
p.btn a:hover {
  background-position: 0 100%;
  color: #000;
}



/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * LOADING */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: -webkit-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: linear-gradient(25deg, #FFCCFF, #F8CBAD); 
  z-index: 99;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin-top: -150px;
  margin-left: -250px;
  text-align: center;
  z-index: 99;
}

#loader img{
  width: 100%;
}

#loader p{
  font-size: 24px;
  font-family: 'Kiwi Maru', serif;
  color: #fff;
  font-weight: 500;
}



/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * figure */
figure {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * fuwatAnime */

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * isPlay */

.box {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: -webkit-linear-gradient(65deg, #FFCCFF, #F8CBAD); 
	background: linear-gradient(25deg, #FFCCFF, #F8CBAD); 
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/* ====================================================
swiper
==================================================== */


.swiper-container{
  text-align: center;
  max-width: 100%;
  margin: auto;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
  padding: 50px 0 100px 0;
	text-align: left;
}

.swiper-slide img{
  width: 100%;
}


@media screen and (max-width: 768px) {
  .swiper-slide {
    padding: 50px 0 ;
  }
  
}
/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * pagetop */


.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  z-index: 5;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

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

.pagetop {
	bottom: 30px;
	right: 10px;
}

}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * infomation_box */

.contact{
  width: 100%;
  text-align: center;
  padding: 100px 0 200px 0;
}

.contact_inner{
  max-width:1000px;
  margin: auto;
  padding: 50px 0;
}

.contact_inner p{
  margin: 10px 0;
}

#infomation_box{
  width:100%;
  text-align:left;
  margin:auto;
}


.infomation_list{
  padding:5px 0;
}

.infomation_list span{
  font-size:16px;
  font-weight:bold;
  margin-left:10px;
}

.infomation_list span.must {
   width: 60px;
   background: #ff90ff;
   color: #fff;
   border-radius: 12px;
   text-align: center;
   font-size: 11.008px;
   font-size: 0.688rem;
   line-height: 22px;
 display: inline-block;
}

textarea,
input[type="text"],
input[type="tel"] ,
input[type="email"]  {
   width: 100%;
   padding: 10px 15px;
   font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}

input[type="number"]  {
   width: 100px;
   padding: 10px 15px;
   font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}


select,
input[type="date"]{
 padding: 10px 15px;
 font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}

textarea {
   height: 60px; 
}

textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
   border: 2px solid #CCCC66;
 background-color:#F4F4EF;
}

input#submit_button {
   margin: 30px auto;
   border: 0;
   font-size: 16px;
   position: relative;
   top: 50%;
   left: 50%;
   margin-left: -100px;
   width: 200px;
   height: 50px;
   text-align: center;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-user-select: none;
   cursor: default;
   font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;  
   color: #fff;
   border: #0075C2 solid 2px;
   padding: 10px;
   background-color: #0075C2;
   font-weight:bold;
   border-radius: 10px;
}

input#submit_button:hover {
   cursor: pointer;
 color: #0075C2;
   background-color: #fff;
}
@media print, screen and (max-width: 1079px) {
.contact_inner{
  width:100%;
  padding:50px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#infomation_box{
  width:98%;
  margin:0;
  padding:0;
  text-align:left;
  margin:auto;
}

textarea,
input[type="text"],
input[type="tel"] ,
input[type="email"]  {
   width: 85%;
   padding: 10px 15px;
   font-size: 14px;
   border: 2px solid #666;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   border-radius: 4px;
}


}



/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:100px;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

@media screen and (max-width: 768px) {
  .scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:50px;
    /*全体の高さ*/
  height:50px;
  }
  
}