@charset "UTF-8";

/***********************
 #home
***********************/
#home #mv{
  position: relative;
  width: 100%;
  height: calc(100vh - 93px);
  background: url(../../imgs/home/mv.jpg) no-repeat center center / cover;
  z-index: 10;
}
#home #mv .txt-box{
  position: absolute;
  max-width: 1200px;
  width: 94%;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-shadow: 0 0 8px rgba(0,0,0,.3);
}
#home #mv .txt-box h2{
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 15px;
}
#home #mv .txt-box p{
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
}
#home #mv .scr{
  width: 200px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 10%;
  color: #fff;
}
#home #mv .scr:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 100px;
  border-color: transparent transparent #187c7c transparent;
}
#home #mv .scr p{
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#home #mv .scr span {
  font-family: 'Material Icons';
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 5px;
  animation: arrowmove 1s ease-in-out infinite;
  transition: .3s;
}
@keyframes arrowmove{
    0%{bottom:-6%;}
    50%{bottom:3%;}
   100%{bottom:-6%;}
 }
@media (max-width: 768px){
  #home #mv{
    position: relative;
    width: 100%;
    height: 520px;
    background: url(../../imgs/home/mv_sp.jpg) no-repeat bottom center / cover;
  }
  #home #mv .txt-box{
    bottom: initial;
    top: 18%;
    text-align: center;
    text-shadow: 0 0 8px rgba(12,85,85,1);
  }
  #home #mv .txt-box h2{
    font-size: 10vw;
  }
  #home #mv .txt-box p{
    font-size: 3.8vw;
  }
  #home #mv .scr{
    width: 160px;
    height: 60px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
  #home #mv .scr:before{
    border-width: 0 80px 80px 80px;
  }
  #home #mv .scr p{
    font-size: 1.4rem;
  }
}

.ttl-box{
  font-family: 'Noto Serif JP', serif;
}
.ttl-box span{
  color: #187c7c;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.ttl-box span:after{
  content: '';
  width: 80px;
  height: 1px;
  background-color: #187c7c;
  margin-left: 10px;
  display: block;
}
.ttl-box strong{
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  color: #000000;
}
.conts .inner{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 130px 0 100px;
  position: relative;
  z-index: 1;
}
#home #sec1:before,
#home #sec3:before,
#group:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70vw 0 0;
  border-color: #187C7C transparent transparent transparent;
  position: absolute;
  top: 90px;
  left: 0;
}
#home #sec1:after,
#home #sec2:after,
#home #sec3:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 100vw 0 0;
  border-color: #ecf5f5; transparent transparent transparent;
  position: absolute;
  top: 300px;
  left: 0;
  transform: skewY(-5deg);
}
#home #sec2:after{
  top: 500px;
}
@media only screen and (max-width: 1350px) {
  #home #sec1:before,
  #home #sec3:before,
  #group:before{
    top: 87px;
  }
}
@media only screen and (max-width: 1110px) {
  #home #sec1:before,
  #home #sec3:before,
  #group:before{
    top: 79px;
  }
}
@media only screen and (max-width: 990px) {
  #home #sec1:before,
  #home #sec3:before,
  #group:before{
    top: 55px;
    border-width: 30px 60vw 0 0;
  }
  #home #sec1:after,
  #home #sec2:after,
  #home #sec3:after{
    border-width: 100px 100vw 0 0;
    top: 150px;
  }
  #home #sec2:after{
    top: 300px;
  }
  .ttl-box span{
    font-size: 1.6rem;
  }
  .ttl-box strong{
    font-size: 3rem;
  }
}
@media (max-width: 768px){
  .conts .inner{
    padding: 50px 0 30px;
  }
  .ttl-box span{
    font-size: 1.4rem;
  }
  .ttl-box strong{
    font-size: 2rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #home #sec1:before,
  #home #sec3:before,
  #group:before{
    top: 47px;
  }
}

#home #sec1{
}
#home #sec1 .inner{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#home #sec1 .inner .ttl-box{
  min-width: 500px;
  width: 500px;
}
#home #sec1 .inner .txt{
  width: calc(100% - 550px);
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 40px;
}
@media only screen and (max-width: 990px) {
  #home #sec1 .inner .ttl-box{
    min-width: 400px;
    width: 400px;
  }
  #home #sec1 .inner .txt{
    width: calc(100% - 400px);
  }
  #home #sec1 .img img{
    width: 200%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px){
  #home #sec1 .inner .ttl-box{
    min-width: auto;
    width: 100%;
  }
  #home #sec1 .inner .txt{
    width: 100%;
    font-size: 1.4rem;
    padding-top: 20px;
  }
}
#home #sec2{
  background-color: #F5F6F8;
}
#home #sec2.conts .inner{
  padding: 20px 0 100px;
}
#home #sec2 .inner ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 30px;
}
#home #sec2 .inner ul li{
  width: 48%;
  margin-bottom: 4%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#home #sec2 .inner ul li .txt-box{
  padding: 40px;
  font-size: 1.6rem;
  line-height: 1.8;
}
#home #sec2 .inner ul li .txt-box .txt1{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px){
  #home #sec2.conts .inner{
    padding: 10px 0 40px;
  }
  #home #sec2 .inner ul{
    display: block;
    margin-top: 20px;
  }
  #home #sec2 .inner ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  #home #sec2 .inner ul li .txt-box{
    padding: 15px;
    font-size: 1.4rem;
  }
  #home #sec2 .inner ul li .txt-box .txt1{
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#home #sec3.conts{
  padding-bottom: 100px;
}
#home #sec3.conts .inner .in-box{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 30px;
}
#home #sec3.conts .inner .in-box .img{
  max-width: 600px;
  width: 600px;
}
#home #sec3.conts .inner .in-box .txt-box{
  width: calc(100% - 660px);
}
#home #sec3.conts .inner .in-box .txt-box .txt1{
  font-size: 2.2rem;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #DADDDF;
  position: relative;
}
#home #sec3.conts .inner .in-box .txt-box .txt1:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #187C7C;
}
#home #sec3.conts .inner .in-box .txt-box .txt2{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
#home #sec3.conts .inner .in-box .txt-box th{
  color: #187C7C;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  min-width: 100px;
  font-weight: normal;
}
#home #sec3.conts .inner .in-box .txt-box td{
  font-size: 1.6rem;
  line-height: 1.8;
  padding:0 0 10px 30px;
}
#home #sec3.conts .inner .in-box .txt-box td .box{
  background-color: #F5F6F8;
  padding: 25px;
  margin: 10px 0;
}
#home #sec3.conts .inner .in-box .txt-box td .box li{
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 10px 1.3rem;
  text-indent: -1.3rem;
}
#home #sec3.conts .inner .in-box .txt-box td .box li:before{
  content: '・';
  color: #187C7C;
}
#home #sec3.conts .inner .in-box .txt-box td .flex{
  display: flex;
  justify-content: flex-start;
}
#home #sec3.conts .inner .in-box .txt-box td span{
  display: block;
  margin-right: 10px;
}
@media (max-width: 1200px){
  #home #sec3.conts .inner .in-box .img{
    max-width: 400px;
    width: 400px;
  }
  #home #sec3.conts .inner .in-box .txt-box{
    width: calc(100% - 440px);
  }
}
@media (max-width: 768px){
  #home #sec3.conts{
    padding-bottom: 50px;
  }
  #home #sec3.conts .inner .in-box{
    display: block;
    margin-top: 20px;
  }
  #home #sec3.conts .inner .in-box .img{
    width: 100%;
    margin: 0 auto 15px;
  }
  #home #sec3.conts .inner .in-box .txt-box{
    width: 100%;
  }
  #home #sec3.conts .inner .in-box .txt-box .txt1{
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #home #sec3.conts .inner .in-box .txt-box .txt1:after{
    width: 40px;
  }
  #home #sec3.conts .inner .in-box .txt-box .txt2{
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #home #sec3.conts .inner .in-box .txt-box th{
    font-size: 1.4rem;
    min-width: auto;
    width: 100%;
    display: block;
  }
  #home #sec3.conts .inner .in-box .txt-box td{
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 5px 0 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #home #sec3.conts .inner .in-box .txt-box td .box{
    padding: 15px;
  }
  #home #sec3.conts .inner .in-box .txt-box td .box li{
    font-size: 1.3rem;
  }
}

/***********************
 #contact
***********************/
#contact #mv{
  position: relative;
  width: 100%;
  height: 260px;
  background: url(../../imgs/contact/mv.jpg) no-repeat center center / cover;
  z-index: 10;
}
#contact #mv .ttl-box{
  position: absolute;
  max-width: 1200px;
  width: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Noto Serif JP', serif;
  color: #fff;
}
#contact #mv .ttl-box span{
  color: #fff;
}
#contact #mv .ttl-box span:after{
  background-color: #fff;
}
#contact #mv .ttl-box strong{
  color: #fff;
}
#contact .form{
  position: relative;
  padding: 60px 0;
}
#contact .form:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70vw 0 0;
  border-color: #187C7C transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .form .inner{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  padding: 40px 0;
}
#contact .form .inner .txt1{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4;
  margin-bottom: 30px;
}
#contact .form .inner .txt1 a{
  color: #187C7C;
}
#contact .form .inner .hissu{
  background-color: #187C7C;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
#contact .form .inner .txt1 .hissu{
  margin-right: 5px;
}
#contact .form .inner .table{
  background-color: #F5F6F8;
  padding: 50px;
  margin: 0 0 100px;
}
#contact .form .inner .table table{
  width: 100%;
}
#contact .form .inner .table tr{
  border-bottom: solid 1px #DADDDF;
}
#contact .form .inner .table tr:last-of-type{
  border: none;
}
#contact .form .inner .table th{
  min-width: 180px;
  width: 180px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  padding: 25px 0 15px;
}
#contact .form .inner .table th .hissu{
  position: absolute;
  top: 20px;
  right: 0;
}
#contact .form .inner .table td{
  word-break: keep-all;
  padding: 15px;
  vertical-align: top;
  font-size: 1.5rem;
}
#contact .form .inner .table td input,
#contact .form .inner .table td textarea {
  border: solid 1px #E9E9E9;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
#contact .form .inner .table td input.add1{
  width: 120px;
  margin: 0 0 10px 5px;
}
#contact .form .inner .table .submit{
  max-width: 300px;
  margin: 10px auto;
  position: relative;
  color: #fff;
}
#contact .form .inner .table .submit:after {
  font-family: 'Material Icons';
  content: '\e5c8';
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 2rem;
  transition: 0.3s;
}
#contact .form .inner .table .submit:hover:after{
  color: #187C7C;
}
#contact .form .inner .table .submit input[type="submit"] {
  display: block;
  background-color: #187C7C;
  font-size: 2rem;
  padding: 15px 10px;
  border: #187C7C 1px solid;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}
#contact .form .inner .table .submit input[type="submit"]:hover{
  background-color: #fff;
  color: #187C7C;
}
#contact .form .thanks{
  max-width: 900px;
  width: 94%;
  margin: 0 auto 50px;
  padding: 40px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
#contact .form .thanks .midashi{
  font-size: 2.2rem;
  line-height: 1;
  color: #187C7C;
  font-weight: bold;
  margin: 0 0 30px;
}
#contact .form .thanks a{
  color: #187C7C;
  display: inline-block;
  margin-top: 10px;
}
#contact .form #privacy{
  padding: 100px 0;
  margin-top: -100px;
}
#contact .form #privacy ul{
  margin-top: 30px;
}
#contact .form #privacy ul li {
  margin: 0 0 20px;
  text-indent: -2em;
  padding: 0 0 0 2em;
  font-size: 1.6rem;
  line-height: 1.6;
}
#contact .form #privacy p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#contact .form #privacy ul li ul{
  margin-top: 15px;
}
#contact .form #privacy ul li ul li{
  text-indent: -3em;
  padding: 0 0 0 3em;
}
@media (max-width: 768px){
  #contact #mv{
    height: 160px;
  }
  #contact .form{
    padding: 20px 0;
  }
  #contact .form:before{
    border-width: 20px 70vw 0 0;
  }
  #contact .form .inner{
    padding: 20px 0;
  }
  #contact .form .inner .txt1{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #contact .form .inner .hissu{
    font-size: 1rem;
  }
  #contact .form .inner .table{
    background-color: #F5F6F8;
    padding: 15px;
    margin: 0 0 50px;
  }
  #contact .form .inner .table tr{
    display: block;
  }
  #contact .form .inner .table th{
    min-width: auto;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 0 5px;
    display: block;
  }
  #contact .form .inner .table th .hissu{
    position: inherit;
    top: initial;
    right: inherit;
    margin-left: 10px;
  }
  #contact .form .inner .table td{
    padding: 0 0 10px;
    font-size: 1.4rem;
    display: block;
  }
  #contact .form .inner .table td input,
  #contact .form .inner .table td textarea {
    padding: 10px;
  }
  #contact .form .inner .table td input.add1{
    margin: 0 0 5px 5px;
  }
  #contact .form .inner .table .submit{
    max-width: 240px;
  }
  #contact .form .inner .table .submit:after {
    right: 10px;
    font-size: 1.6rem;
  }
  #contact .form .inner .table .submit input[type="submit"] {
    font-size: 1.4rem;
    padding: 10px;
  }
  #contact .form .thanks{
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #contact .form .thanks .midashi{
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  #contact .form #privacy{
    padding: 50px 0;
    margin-top: -50px;
  }
  #contact .form #privacy ul{
    margin-top: 20px;
  }
  #contact .form #privacy ul li {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #contact .form #privacy p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #contact .form #privacy ul li ul{
    margin-top: 10px;
  }
}