@charset "utf-8";
html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
  font-family: "Zen Maru Gothic", serif;
}
body{
	color: #124251 !important;
  background-image: url(img/bk.jpg);
  background-size:cover;
  background-repeat:y-repeat; 
}
a{
	color: #124251 !important;
	transition : all 0.5s ease 0s;
	text-decoration: none;
}
a:hover{
	transition : all 0.5s ease 0s;
	text-decoration: none !important;
}
h2{
  font-weight:900!important;
  font-size:2.5rem!important;
}
h2 span{
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1rem!important;
  color:#4EC1E4;
}
/*PCでは無効（改行しない）*/
.sp{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sp{
    display: block;
  }
	.pc{
		display: none;
	}
}


/**追従メニューメニュー*****/
.cnt-menu{
position: fixed;
  top: 0;
	right: 20px;
	width:/*400px*/;
	z-index: 999;
	text-align: center;	
}
.cnt-menu .btn{
	display: block;
	background-color: #fff;
	border-radius: 999px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	font-weight: bold;
}
.cnt-menu .btn:hover{
transform: translateY(4px);
transition : all 0.5s ease 0s;
}
@media screen and (max-width: 750px) {
  .cnt-menu{right: 0px;}
}

/******/
header{
  height: 80px;
}
/****MV******************************/
.mvbk{
  background-image: url(img/mvbk.png);
  /*height: 600px;*/
  background-size:cover;
  background-repeat:  no-repeat; 
}
.mv{
  /*height: 520px;*/
  overflow:hidden;
}


.about{
  background-color:#4EC1E4 ;
  color:#fff;
  text-align: center;
}

/*.about .caption{
  padding:1rem;
  margin:5rem auto;
  background-color: #fff;
  color:#000;
  max-width: 800px;
  line-height: 2.5rem;

}*/


.about .caption p{
  border:1px solid #4EC1E4 ;
  margin:0;
  padding:2rem 0;
}

.speechBubble {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5;
  color: #000000;
}
.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 20px;
  border-color: transparent transparent transparent #cccccc;
  translate: 100% -50%;
}
.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 6.4px 0 6.4px 17.2px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
.speechBubble p,.speechBubble2 p{
  margin:0;
}
.speechBubble img,.speechBubble2 img{
  width:50px;
}

.speechBubble2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.5px 20px 7.5px 0;
  border-color: transparent #cccccc transparent transparent;
  translate: -100% -50%;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 6.4px 17.2px 6.4px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

/***contents***********/
.contents h3{
  border-bottom: 1px solid #ccc;
  font-size:1.4rem;
  padding-bottom:0.5rem;
  margin-bottom:1rem;
}
.contents .box{
  background-color: #fff;
  box-shadow: 2px 2px 4px gray;
}

.org-s img {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.heading04 {
	justify-content: center;
	align-items: center;
	text-align: center;
  font-weight: bold;
  font-size:2rem;
  color:#666;
  margin:5rem 0 2rem 0;
}


.air, .sumaho{
  background-color:#fff;
}
.air h2, .sumaho h2{
  font-size:2.5rem!important;
}
.air h2 span, .sumaho h2 span{
  font-size:3rem;
}
.air h3{
  background-color: #4EC1E4 ;
  color:#fff;
  text-align: center;
  font-size:1.5rem;
  padding:0.5rem 0;
  border-radius: 999px;

}
.effect{
  background-color: #F2EEED;
  margin-bottom: 2rem;
  padding:2rem;
}
.effect .box{
  background-color: #fff;
  border-radius: 10px;
}
.effect h3,.effect h4{
  font-weight: 800;
}
.effect h3{
  color:#DC2377;
}
.effect .icon img{
  width:100px;
  margin:1rem 0;
}
.schedule .box{
  width:100%;
  background-color: #fff;
  border-radius: 10px;
}
.schedule .box h3{
  font-size:1.3rem;
}
.schedule img{
  width:100px;
}
.schedule .box span{
  font-size:1rem;
  background-color:#DC2377;
  color:#fff;
  padding:0 0.5rem;
  margin-right:1rem;
  line-height: 2rem;
}

.bnr{
  margin:3rem auto;
}
.bnr img{
  transition : 0.3s;
}
.bnr img:hover{
  transition : 0.3s;
  transform: translateY(-10px);
}

.contact .box{
  background-color: #fff;
  width:100%;
  padding:3rem 2rem;
  background-image: linear-gradient(135deg, #4EC1E4  20px, transparent 0);
}
.contact .box h3{
  font-size:1.5rem!important;
  margin-bottom: 1rem;
}
.contact .box p{
  height: 6rem;
}
@media screen and (max-width:768px) {
  .contact .box p{
    height: 3rem;}
}
.c-btn {
	display: block;
	background-color: #4EC1E4;
	border-radius: 999px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	font-weight: bold;
}
.c-btn a{ 
  color:#fff!important;}
.c-btn:hover{
transform: translateY(4px);
transition : all 0.5s ease 0s;
}

/*
.problem{
  background-image: url(img/problembk.jpg);
  background-size:cover;
  background-repeat:  no-repeat; 
}
.problem .inner{
  width:80%;
  margin:0 auto;
  background-color: rgba( 255, 255, 255, 0.7 );
  padding:3rem;
  background-position:center;
  position: relative;
}
.problem .inner:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba( 255, 255, 255, 0.7 );
}
.problem h2{
  font-size:30px;
  color:#4EC1E4;
}

.solution{
  background-image: url(img/solutionbk.jpg);
  background-size:cover;
  background-repeat:  no-repeat; 
}
.solution h2{
  text-align: center;
}

.three h2{
  text-align: center;
}
.three h4{
  font-size:18px;
  font-weight: bold;
}
.circle{
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1C7B98;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100px;
  text-align:center;
  color:#fff;
  font-weight: bold;
  font-size:26px;
  line-height:1.5rem;
}
*/

/***FOTTER*****************/
footer{
	background-color:#124251;
	color:#fff;
	text-align: center;
	padding:2rem 0;
	
}
footer h1{
	font-size:0.5rem!important;
}

/**メールフォーム*****************/
.cform {
	padding-bottom:100px;
}
.cform-inner {
  width: 90%;
  margin: 0 auto;
}
.cform dt {
  display: flex;
  align-items: center;
}
.cform dt span {
  padding-left: 0.5em;
  font-size: 0.8rem;
  color: #f00;
}
.cform dd {
  margin-bottom: 15px;

}
.cform .text {
	margin-bottom: 2em;
}
.cform .name,.cform .mail,.cform .tel
{	
    height: 2.4em;
    width: 100%;
    padding: 5px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cform .message
{	
    height: 7em;
    width: 100%;
    padding: 5px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cform .name:focus,.cform .mail:focus,.cform .tel:focus,.cform .message:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.cform .btn {
  width: 200px;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 1rem;
  color: #fff;
}
.cform .btn:hover {
  color: #fff;
}
.cform .btn-back {
  background: #ccc;
  margin-right: 15px;
}
.cform .btn-submit {
  background: #6FAFE0;
}
.cform .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.mw_wp_form_preview {
  margin-left: 0.5em;
}

@media screen and (max-width: 560px) { 
.cform-inner {
  width: 100%;}
}























