@charset "utf-8";

html {
  color: #272727;
  font-size: 1em;
  line-height: 1.4;
  text-align:center;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  scroll-behavior: smooth;
}

body{
  position: relative;
  box-sizing: border-box;
}

input{
-webkit-appearance:none;
border:none;
background:none;
}
input[type=text],
input[type=tel],
input[type=email]{
  border-radius: 4px;
  background: #fff;
  padding:5px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus{
  outline: 1px solid #A4C3DE;
}

ul,li,dl,dt,dd{
list-style:none;
margin:0;
padding:0;
}

a{
text-decoration:none;
}

table{
border-collapse:collapse;
margin:0 auto;
}
/*
Clearfix
*/

.cf::after {
  content: "";
  display: block;
  clear: both;
}
.imgbox{
  width: 100%;
}
img{
  width: 100%;
}

/**********************************
  ボタン設定 
  *********************************/

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: .3s;
  -webkit-transition: .3s;
}
button:hover,
a:hover{
  opacity: 0.7;
}
a{
  transition: .3s;
  -webkit-transition: .3s;
}
input[type=submit]:active,
button:active{
  background: #516275;
}
::placeholder{
  color:#9b9b9b;
}
.textleft{
  text-align: left;
}
select{
  border:1px solid #707070;
  border-radius: 4px;
  padding: 5px;
}

/*見出し*/
h1{
  margin:50px auto;
  max-width: 600px;
  width: 70%;
}
h1 img,
h2 img{
  width: 100%;
  max-width: 100%;
  height:auto;
}
h2{
  max-width: 400px;
  margin:0 auto;
  width: 50%;
}

h3{
  font-size: 18px;
}
h4{
  color: #272727;
  border-bottom: 1px solid #7adfe0;
  font-weight: 400;
  font-size: 24px;
  margin:0 auto 40px;
}


.vision-box p{
  text-align: left;
  width:100%;
  max-width: 600px;
  margin: 0 auto 0.8em;
}
.vision-box h4{
  border-bottom: 1px solid #fff!important;
  color: #272727;
  font-weight: bold;
}
.about-box h4{
  border-bottom: 1px solid #fff!important;
  color: #fff;
  font-weight: bold;
}

.value-box h5{
  color: #01AFCA;
}
.demo-box{
  background-color: #7adfe0;
  padding: 20px;
}

.box{
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0;
}
/**********************************
  ヘッダ 
  *********************************/
#header{
  background-color: #7adfe0;
}
.issue-box{
  background-color: #fff;
}
.vision-box{
  background-color: #fff;
}
.policy-box{
  background-color: #fff;
}
.about-box{
  background-color: #7adfe0;
}
.topics-box{
  background-color: #fff;
}
.contact-box{
  background-color: #F0F0F0;
}
#footer{
  background-color: #7adfe0;
  color: #fff;
}
.f-t{
  width: 30%;
  margin: 0 auto;
}
.f-t img{
  width: 100%;
}
address{
  font-style: normal;
  font-size: 15px;
}
.cr{
  font-size: 10px;
  margin-top: 30px;
}
.f-container{
  padding:60px 0 10px;
}

.intro p{
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 20px auto 0;
}
.copy{
  font-size: 20px;
  
}

.omoi{
  max-width: 600px;
  margin: 0px auto;
  width: 100%;
}

.asimple_mean{
  margin: 40px auto;
  max-width: 400px;
  width: 70%;
}


/**********************************
  issue
  *********************************/
  .issue-box ul{
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
  }
  .issue-box li{
    width: calc(30% - 40px);
    border: 5px solid #7adfe0;
    border-radius: 15px;
    padding: 20px;
  }
  .issue-box li img{
    width: 80%;
    margin-top: 20px;
  }
  .spbr,
  .spbr2{
    display: none;
  }
  .movie{
    width: 100%;
    max-width: 940px;
    margin: 20px auto;
    border:1px solid #000;
  }
  .movie video{
    width: 100%;
    display: block;
  }

/**********************************
  vision 
  *********************************/
  .about-box{
    color: #fff;
    font-weight: bold;
  }
  .vision-box h3,
  .vision-box h5{
    color: #272727;
  }

h5{
  font-size: 18px;
  font-weight: 600;
}
.txt{
  text-align: left;
}
.watdemo{
  max-width: 940px;
  width: calc(100% - 40px);
  margin: 20px auto;
  padding:40px 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #272727;
}
.watimg img{
  width: 100%;
}
.demo a{
  display: block;
  border-radius: 10px;
  color: #fff;
  background-color: #7adfe0;
  text-decoration: none;
  max-width: 320px;
  width: 85%;
  margin: 40px auto 0;
  padding: 15px 0;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.demo a::before,
.demo a::after{
  display: block;
  content: "";
  width: 7px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  right: 10%;
}
.demo a::before{
  transform: rotate(45deg);
  top:42.5%;
}
.demo a::after{
  transform: rotate(-45deg);
  top: 50.5%;
}
.kugiri{
  border-top:1px dotted #7adfe0;
  margin-top: 20px;
}
/**********************************
  policy 
  *********************************/
.policy-box .point{
  background-color: #EAF7FA;
  border-radius: 20px;
  color: #01AFCA;
}
.point2{
  font-size: 26px;
}
.ansin li{
  border:1px solid #01AFCA;
  width: 200px;
  margin: 20px auto;
  padding: 10px;
  color: #01AFCA;
  font-weight: 600;
}

.watstock-img{
  margin: 50px auto;
}
.pointbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  border:1px solid #7adfe0;
  border-radius: 20px;
  padding:40px;
  max-width: 580px;
  width: calc(100% - 80px);
}
.pointimg{
  max-width: 200px;
  width: 50%;
  margin-right: 50px;
  margin-bottom: 20px;
}
.pointbox ul{
  text-align: left;
}
.pointbox li{
  margin-bottom: 10px;
}

/**********************************
  system 
  *********************************/
  .txtl{
    text-align: left;
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
  }

  .timely-box{
    display: flex;
    text-align: left;
    justify-content: center;
    margin: 50px auto 0;
    max-width: 620px;
    flex-wrap: wrap;
  }
  .timely-img{
    width: 150px;
    margin-right: 40px;
  }
  .timely-r{
    width: calc(100% - 190px);
  }
  .timely-t{
    color:#01AFCA;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .timely-r li{
    margin-bottom: 10px;
    
    font-size: 18px;
  }
  .support-box{
    color:#01AFCA;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 50px auto 0;
    max-width: 620px;
    line-height: 1.8;
    flex-wrap: wrap;
  }
  .support-img{
    width: 150px;
    margin-right: 20px;
  }
  .support-txt{
    width: calc(100% - 170px);
    
  }
  .dekiru{
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 40px auto;
  }
  .dekibox{
    width: 80%;
    max-width: 450px;
    background: #7adfe0;
    border-radius: 20px;
    padding: 20px 40px;
    color: #fff;
    font-weight: bold;
    
  }
  .t-dekiru{
    font-size: 20px;
  }
  .dekitxt{
    text-align: left;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  .dekitxt p{
    width: 100%;
  }
  .dekiimg{
    width: calc(20% - 20px);
    padding-left: 20px;
  }
  .dekilist{
    text-align: center;
  }
  .dekilist ul{
    display: inline-block;
  }
  .dekilist ul li{
    display: flex;
    color: #01AFCA;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
  }
  .dekilist ul li img{
    width: 50px;
    margin-right: 10px;
  }

/**********************************
  about 
  *********************************/
  .profile{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
  }
  .profile li{
    width: 30%;
    margin-bottom: 30px;
    display: none;
  }
  .profile li:first-child{
    display: block;
  }
  .modal{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    position: relative;
    cursor:pointer;
    color: #272727;
  }
  .modal img{
    width: 85%;
  }
  .name{
    font-weight: 600;
    font-size: 20px;
    margin:20px auto 0;
  }
  .name2{
    font-weight: 500;
    font-size: 13px;
    color: #7adfe0;
    margin: 0 auto 15px;
  }
  .position{
    font-size: 15px;
    font-weight: 400;
    margin:15px auto 20px;
  }

  /* 矢印の描写 */
  .ar{
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
.ar:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 2.5px;
  right: 0px;
  /*矢印の形状*/
  width: 10px;
  height: 1px;
  background: #000;
  transform: skewY(-155deg);
}

.ar:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
right:0;
  /*矢印の形状*/
width:40px;
height: 1px;
background:#000;
}

/*モーダル*/
.modal_open{
  
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  height: calc(100vh - 140px);
  max-width: 840px;
  margin: 0;
  padding: 40px 2vw;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  color: #272727;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor:pointer;
}

.modal_close::before, .modal_close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #01AFCA;
}

.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.7);
}

.modal-con{
  display: flex;
}
.pro-l{
  width: 30%;
  padding-top: 20px;
}
.pro-l img{
  width: 80%;
}
.pro-r{
  width: 70%;
  text-align: left;
  overflow-y: scroll;
  height: calc(100vh - 210px);
  font-size: 15px;
  line-height: 1.55;
  padding-left: 20px;
  border-left:5px solid #7adfe0;
}
.jisseki li:before{
  content:"・";
}
.jisseki li{
  text-indent: -1em;
  padding-left: 1em;
}
.info{
  width: 60%;
  max-width: 600px;
  margin:20px auto;
}
.info > li{
  display: flex;
  border-top:1px solid #fff;
  padding: 10px 20px;
  text-align: left;
}
.info > li:last-child{
  border-bottom:1px solid #fff;
}
.info-t{
  width: 120px;
}
.info-con{
  width: calc(100% - 120px);
}
.yakuin li{
  display: flex;
  margin:5px 0;
}
.yaku-t{
  width: 100px;
}

.yaku-n2{
  margin-left: 100px;
}
.jigyo li{
  margin:5px 0;
}
/**********************************
  topics 
  *********************************/
.topics-box ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-bottom:1px dotted #80D7E5;
  text-align: left;
  margin-bottom: 20px;
}
.topidate{
  margin-right: 10px;
  width: 135px;
}

.topitxt{
  width: calc(100% - 145px);
}
.topitxt a{
  text-decoration: underline;
  color: #272727;
}

/**********************************
  contact 
  *********************************/
  .formall{
    margin:0 auto;
    width: 60%;
    max-width: 500px;
    min-width: 360px;
  }
  .formlist{
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .form-t{
    display: flex;
    width: 190px;
    padding-top: 6px;
  }
 .mailform input{
  line-height: 25px;
  height: 25px;
 }
  
  .namebox{
    display: flex;
    width: 240px;
  }
  .namebox > div{
    width: 100%;
  }
  .namebox input{
    width: calc(100% - 10px)!important;
  }
  .telinput{
    width: 240px!important;
  }
  .otoiawase{
    width: 100%!important;
    height: 300px!important;
  }
  .otoi{
    margin-top: 25px;
  }
#mfp_overlay_inner h4{
  font-size: 30px;
}
form#mailformpro label.mfp_checked,
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
  background-color: #7adfe0!important;
}


.thanks{
  padding: 70px 0;
}

.thanks a{
  border-radius: 5px;
	padding: 8px 20px;
	background: #7adfe0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	outline: none;
  display: block;
  width: 200px;
  margin: 40px auto;
}

@media only screen and (max-width:940px) {
  .h-container{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
 
  
.box{
  width: calc(100% - 30px);
  padding:30px 15px;
}
.watimg{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.watimg img{
  margin-bottom: 20px;
}

.issue-box ul{
  max-width: 80%;
  flex-wrap: wrap;
}
.issue-box li{
  width: calc(100% - 30px);
  padding: 15px;
  margin-bottom: 30px;
}
.issue-box li img{
  width: 50%;
}
.spbr{
  display: block;
}


}
@media screen and (max-width:600px) {
  body{
    font-size: 14px;
    line-height: 1.8;
  }
  h1{
    margin:30px auto 0;
  }
  h2{
    width: 60%;
    margin-bottom: 20px;
  }

  h4{
    font-size: 21px;
  }


  .profile li{
    width: 48%;
  }

  .info{
    width: 100%;
  }
  .info > li{
    flex-wrap: wrap;
  }
  .info-t{
    width: 100%;
    font-weight: 600;
  }
  .info-con{
    width: 100%;
  }
  .topics-box ul li span {
    display: block;
  }
  
  .form-t{
    width: 100%;
  }
  .modal-con{
    flex-wrap: wrap;
    justify-content: center;
  }
  .pro-l{
    width:90%;
    margin:0 auto;
    padding-top: 0;
  }
  .pro-l img{
    width: 60%;
  }
  .name{
    margin: 0 auto;
  }
  .pro-r{
    width: 90%;
    height:calc(100vh - 475px);
  }
  .issue-box ul {
    width:100%;
  }

  .timely-img,
  .support-img{
    width: 65px;
    margin-right: 0;
  }
  .timely-r,
  .support-txt{
    width: 100%;
  }
  .timely-t{
    font-size: 16px;
  }
  .timely-r li{
    font-size: 16px;
  }
  .support-txt{
    line-height: 1.6;
    font-size: 16px;
  }
  .spbr2{
    display: block;
  }

  .pcbr{
    display: none;
  }
  .pointimg{
    margin-right: 0;
  }
  .dekiru{
    flex-wrap: wrap;
  }
  .dekibox{
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
  .dekiimg{
    padding-left: 0;
    width: 50%;
    margin: 20px auto 0px;
  }
  .dekilist ul li{
    font-size: 16px;
    line-height: 1.3;
  }
  .topidate{
    width: 120px;
  }
  
  .topitxt{
    width: calc(100% - 130px);
  }

  }
  @media screen and (min-height:800px) {
    .pro-r{
      height: calc(100vh - 480px)!important;
    }
    
  }

  @media screen and (max-width:375px) {
  .demo a::before,
  .demo a::after{
    right: 6%;
  }
  }