@charset "utf-8";
/*
Theme Name: BlueMays
Version: 1.0
*/

/* Reset.css */
* {
	font-style:normal;
	margin:0pt;
	padding:0pt;
	border:0;
	text-decoration: none;
}
body {
	font-family:"Noto Sans JP","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
			
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
color:#333;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
ol, ul, ul li {
	list-style-type:none;
}
img {
border:0 none;
vertical-align:bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
font-size: 14px;
line-height: 2;
}
@media (min-width: 768px) {
  body {
	font-size:16px;
	line-height: 1.8;
  }
}
@media (min-width: 992px) {
  body {
	font-size:16px;
	line-height: 1.8;
  }
}
.contents p, .contents dl, .contents ul, .contents ol {
    margin-bottom:2em;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
a:link{
	color:#00A0E9;
}
a:visited{
	color:#00A0E9;
}
a:hover{
	color:#FF4B33;
}
a:active{
	color:#FF4B33;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
img{
max-width:100%;
height:auto;
}
.only_sp{
display:none;
}
.only_pc{
display:block;
}
.fbold{
font-weight:600;
}
.tunderline{
text-decoration:underline;
}
.blue{
color:#00A0E9;
}
.orange{
color:#D83F00;
}
.tcenter{
text-align:center;
}
.tright{
text-align:right;
}
.red{
color:#ea3b28;
}
.bgyellow{
    background: linear-gradient(transparent 60%, #FFD400 60%);
}
.serif{
		font-family: "hiragino-mincho-pron","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.montserrat{
	font-family: "Montserrat", sans-serif;
}
.din{
	font-family: "din-2014", sans-serif;
}
.wrap{
width:92%;
max-width:1280px;
margin:0 auto;
clear:both;
}
.pwrap{
width:92%;
max-width:1200px;
margin:0 auto;
clear:both;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.justify{
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    padding: 0;
}
.gmap,
.youtube{
position: relative;
padding-bottom: 46.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* editor */
 
p {
    display: block;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/*sp common*/
.spnav{
		display:none;
}

/*common*/
a{
	transition: all 0.3s ease-in-out;
}
a:hover{
	opacity:0.7;
}

/*common*/
/*.pageHeader{
	width:100%;
	height:196px;
	position:relative;
	z-index:10;
	padding:2em 0;
}

.pageHeader.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
}
.head_inner{
	margin:0 4%;
	align-items:center;
	padding:1em 2em;
}
.gnav{
	padding:1em 1em 1em 2em;
}
.pageHeader.m_fixed .head_inner .gnav{
	background:rgba(255,255,255,0.45);
	border-radius:4em;
}
.logo{
	max-width:100px;
}
.gnav a{
	color:#333;
	margin-right: 2em;
	padding:0.2em 0;
}
.gnav a.gnav_line{
	background:#fff;
	border:1px solid #333;
	padding:0.2em 2em;
	border-radius:2em;
}
.gnav a.gnav_contact{
	background:#326C91;
	border:1px solid #326C91;
	padding:0.2em 2em;
	border-radius:2em;
	color:#fff;
}*/

@media screen and (min-width: 768px) {
  body {
    padding-top: 200px; /* ヘッダーの高さ分の余白 */
  }
}


@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

.pageHeader,
.pageHeader_top,
.pageHeader.m_fixed,
.pageHeader_top.m_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 2em 0;
  background: transparent;
  height: auto; /* ←これが重要！ */
}

/* 内側構成 */
.head_inner {
  margin: 0 4%;
  align-items: center;
  padding: 1em 2em;
}

/* ナビ */
.gnav {
  padding: 1em 1em 1em 2em;
  background: rgba(255,255,255,0.65);
  border-radius: 4em;
}

/* ロゴ */
.logo {
  max-width: 100px;
}

/* リンク */
.gnav a {
  color: #333;
  margin-right: 2em;
  padding: 0.2em 0;
}

.gnav a.gnav_line {
  background: #fff;
  border: 1px solid #333;
  padding: 0.2em 2em;
  border-radius: 2em;
}

.gnav a.gnav_contact {
  background: #326C91;
  border: 1px solid #326C91;
  padding: 0.2em 2em;
  border-radius: 2em;
  color: #fff;
}


.pageFooter{
	background:#326C91;
	color:#fff;
	padding:4em 0 2em;
	position:relative;
	z-index:10;
}
.foot_logo{
	max-width:120px;
}
.foot_nav{
	width:40%
}
.foot_nav01{
	width:30%;
}
.foot_nav01 a{
	display:block;
	color:#fff;
	margin:0 0 1em;
	white-space: nowrap;
}
.foot_inner02{
	border-top:1px solid #fff;
	padding:1em 0 0;
	margin:1em 0 0;
}
.foot_inner02 a{
	color:#fff;
}

/*page common*/
.combox01{
	padding:5em 0;
}
.whitebg{
	background:rgba(255,255,255,0.7);
}
.bluebg{
	background:rgba(245,249,255,0.7);
}
.comttl01{
	margin:0 0 2em;
}
.comttl01en{
	color:#BCA216;
	font-size:2.4rem;
	font-weight:300;
}
.comttl01ja{
	color:#555;
	font-size:2em;
	font-weight:normal;
}
a.combtn01{
	display:block;
	font-size:1.6em;
	max-width:380px;
	margin:1em auto 1em;
	background: linear-gradient(130deg, #FFEDA5, #4EA2C6);
	color:#fff;
	text-align:center;
	padding:0.4em 1em;
	border-radius:2em;
}

/*top*/
.fv{
	height:100vh;
	width:100%;
	background: -webkit-linear-gradient(-135deg, rgba(230,240,255,0.6), rgba(223,235,253,0.6)); 
	margin-top:-196px;
	position:relative;
}
.fv_mv{
	width:20%;
	max-width:400px;
	position:absolute;
	top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
  margin: auto;
}
.fv_txt{
	position:absolute;
	bottom:10%;
	left:12%;
}
.fv_txt01{
	font-size:2.5em;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	line-height:1.2;
	margin:0 0 0.2em;
}
.fv_txt02{
	font-size:1.2em;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.fv_btn a.combtn01{
	position:relative;
}
.fv_btn a.combtn01:after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background:#fff;
	position:absolute;
	right:-25px;
	top:50%;
}
.bg{
	position:relative;
	width: 100%;
    height: 100%;
	position:fixed;
	top:0;
	left:0;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 40px;
    height: 40px;
	border-radius:40px;
    background: rgba(164, 201, 255, 0.7);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 100px;
    height: 100px;
	border-radius:100px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
	border-radius:20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 40px;
    height: 40px;
	border-radius:40px;
    animation-delay: 4s;
	background: rgba(255, 237, 165, 1);
}

.circles li:nth-child(4){
    left: 40%;
    width: 70px;
    height: 70px;
	border-radius:70px;
    animation-delay: 0s;
    animation-duration: 18s;
	background: rgba(255, 237, 165, 1);
}

.circles li:nth-child(5){
    left: 65%;
    width: 40px;
    height: 40px;
	border-radius:40px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 120px;
    height: 120px;
	border-radius:120px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 160px;
    height: 160px;
	border-radius:150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 35px;
    height: 35px;
	border-radius:35px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 25px;
    height: 25px;
	border-radius:15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 170px;
    height: 170px;
	border-radius:170px;
    animation-delay: 0s;
    animation-duration: 11s;
	background: rgba(255, 237, 165, 1);
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        /*opacity: 1;
        border-radius: 0;*/
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        /*opacity: 0;
        border-radius: 50%;*/
    }

}
.tcatch{
	text-align:center;
}
.tcatch01{
	font-size:1.6em;
}
.tcatch02{
	font-size:2em;
}
.tvalue_ttl{
	width:30%;
}
.tvalue_txt{
	width:66%;
}
.tvalue_unit{
	background:#fff;
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	padding:1em;
	margin:0 0 2em;
	align-items:center;
}
.tvalue_unit_ttl{
	width:40%;
	padding:3em 1em;
	position:relative;
}
.tvalue_unit_txt{
	width:60%;
	border-left:1px solid #999;
	padding:1em 2em;
	font-size:1.2em;
	color:#555;
}
.tvalue_unit_txt>span{
	font-size:1.2em;
	font-weight:bold;
}
.tvalue_unit_txt_no{
	font-size:1.6em;
}
.tvalue_unit_point{
	position:absolute;
	color:#BCA216;
	top:0.5em;
	left:1em;
}
.tvalue_unit_ttl01{
	font-size:2.8em;
	color:#396BB5;
	text-align:center;
}
.tpains_inner{
	margin:0 0 4em;
}
.tpains_unit{
	width:31%;
	border-radius:2em;
	overflow:hidden;
	background:#fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	margin:0 0 2em;
	color:#555;
}
.tpains_unit_inner{
	padding:3em 1em 1em;
}
.tpains_unit_ttl{
	font-size:1.4em;
	margin:0 0 0.5em;
	font-weight:500;
}
.tpains_txt01{
	text-align:center;
	font-size:1.6em;
	margin:0 0 1em;
}
.tpains_logo{
	max-width:100px;
	margin:0 auto 1em;
}
.tpains_link01{
	text-align:center;
}
.tpains_link01 a{
	display:inline-block;
	color:#333;
	margin:0 auto;
	border-bottom:1px solid #333;
	padding:0.2em 1em;
}
.tpains_link01 a:before{
	display:inline-block;
	content:"";
	background:url(img/top/icn_mail.svg) no-repeat center center;
	background-size:contain;
	width:1.2em;
	height:1em;
	transform: translateY(3px);
	margin-right:0.4em;
}
.tfeatures_unit{
	margin:0 0 4em;
}
.tfeatures_unit_img{
	width:54%;
}
.tfeatures_unit_img img{
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
}
.tfeatures_unit_txt{
	width:42%;
}
.tfeatures_unit:nth-of-type(even){
	flex-direction:row-reverse;
}
.tfeatures_unit_point{
	color:#BCA216;
	font-size:1.4em;
}
.tfeatures_unit_ttl{
	font-size:2em;
	line-height:1.4;
	margin:0 0 0.5em;
	font-weight:500;
	color:#555;
}
.tfeatures_unit_txt01{
	font-size:1.1em;
}
.tadvantage_txt{
	width:45%;
}
.tadvantage_img{
	width:45%;
}
.tadvantage_img img{
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
}
.tadvantage_unit{
	align-items:center;
	margin:5em 0 0;
}
.tadvantage_unit_no{
	color:#396BB5;
	font-size:5rem;
	font-weight:300;
	line-height:1;
	width:10%;
}
.tadvantage_unit_txt{
	width:88%;
}
.tadvantage_unit_en{
	color:#BCA216;
	font-size:1.4em;
}
.tadvantage_unit_ttl{
	font-size:1.4em;
	font-weight:500;
	color:#555;
}
.tplan_inner{
	background:#fff;
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	text-align:center;
	padding:3em;
	font-size:1.2em;
}
.tplan_icn{
	max-width:54px;
	margin:0 auto 1em;
}
.tplan_price{
	font-size:1.4em;
}
.tplan_price01{
	font-size:1.4em;
	font-weight:300;
}
.tplan_price02{
	font-size:2em;
	font-weight:300;
}
.tplan_list{
	margin:2em 0 0;
}
.tplan_list div{
	display:inline-block;
	margin-right:2em;
	padding-left:1.5em;
	background:url(img/top/check01.png) no-repeat left center;
	background-size:21px auto;
}
.tstories_unit{
	background:#fff;
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	padding:2em 1.2em;
	margin:10px;
}
.tstories_unit_ttl{
	font-size: 1.4em;
    font-weight: 500;
    color: #555;
	margin:0 0 1em;
}
.tstories_unit_txt{
	height:120px;
}
.tstories_unit_person{
	align-items:center;
}
.tstories_unit_icn{
	width:30%;
}
.tstories_unit_name{
	width:68%;
}
.tstories .slick-dots{
	margin:0;
	bottom:-50px;
}
.tstories .slick-dots li{
	background:#E3EEFF;
	height:12px;
	width:12px;
	border-radius:24px;
}
.tstories .slick-dots li button:before{
	display:none;
}
.tstories .slick-dots li.slick-active{
	background:#396BB5;
}
.tfaq_ttl{
	width: 40%;
}
.tfaq_inner01{
	width:55%;
}
.tfaq_unit{
	background:#fff;
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	padding:2em;
	margin:0 0 3em;
}
.tfaq_unit_ttl01{
	color:#BCA216;
	font-size:1.4em;
	display:flex;
	align-items:center;
	position:relative;
}
.tfaq_unit_ttl01:after {
	margin-left:10px;
	border-top:1px solid #999;
	content:"";
	flex-grow:1;
	margin-right: 2em;
}
.tfaq_unit_ttl01:before{
	content:"";
	display:block;
	width:35px;
	height:35px;
	background:url(img/top/arrowdown.svg) no-repeat center center;
	background-size:contain;
	position:absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.tfaq_unit_ttl.on .tfaq_unit_ttl01:before{
	background:url(img/top/arrowup.svg) no-repeat center center;
	background-size:contain;
}
.tfaq_unit_ttl02{
	font-size:1.4em;
	margin:0 0 1em;
}
.tfaq_unit_answer{
	display:none;
}
.tflow_unit{
	width:18%;
	background:#fff;
	border-radius:2em;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.16);
	padding:2em;
	text-align:center;
	position:relative;
}
.tflow_unit:not(:last-of-type):before{
	content:"";
	display:block;
	width:40px;
	height:40px;
	background:url(img/top/arrow01.png) no-repeat center center;
	background-size:contain;
	position:absolute;
	top:50%;
	right:-36px;
	transform: translateY(-50%);
	z-index:2;
}
.tflow_unit_step{
	color:#BCA216;
	font-size:1.1em;
}
.tflow_unit_icn{
	max-width:118px;
	margin:2em auto;
}
.tflow_unit_txt{
	font-size: 1.2em;
    font-weight: 500;
    color: #555;
}
.tflow_unit_txtmin{
	font-size: 0.9em;
}

.contact{
	background: linear-gradient(135deg, #d5c7a3, #72aac8);
	padding:2em 6em;
	border-radius:2em;
	margin:0 auto 3em;
	color:#fff;
}
.form_ttl{
	margin:0 0 2em;
}
.form_ttlen{
	font-size:2.4em;
}
table.form_tb{
	width:100%;
}
.form_tb th{
	display:block;
	width:100%;
	text-align:left;
	font-weight:normal;
	padding:0 0 0.5em;
}
.form_tb td{
	display:block;
	width:100%;
	padding:0 0 1em;
}
.form_tb td input[type="text"],
.form_tb td input[type="email"],
.form_tb td textarea{
	width:100%;
	background:#fff;
	/*border:1px solid #333;*/
	padding:0.5em 1em;
	border-radius:0.5em;
}
span.hissu{
	display:inline-block;
	font-size:0.8em;
	padding:0.1em 1em;
	border:1px solid #fff;
	border-radius:0.5em;
	margin-left:1em;
}
.form_check{
	margin:0 0 3em;
}
.submitbtn{
	text-align:center;
}
.submitbtn input{
	display:block;
	color:#555;
	background:#fff;
	font-size:1.4em;
	text-align:center;
	padding:1em 2em;
	width:90%;
	max-width:330px;
	margin:0 auto;
	border-radius:2em;
	cursor:pointer;
}
.submitbtn input:hover{
	opacity:0.7;
}
a.linebox{
	background: linear-gradient(135deg, #d5c7a3, #72aac8);
	padding:6em;
	border-radius:2em;
	margin:0 auto 4em;
	color:#fff;
	align-items:center;
}
.linebox_ttl{
	font-size:3em;
}
.tteam_inner{
	margin-left: auto;
    margin-right: 0;
	width:94%;
    max-width: 1280px;
}
/*.tteam_inner div.slick-slide{
	padding-right:2em;
}*/
.tteam .slick-list  {
    margin: 0 10% 0 0 !important;
}
.tteam_list_inner_unit{
	border-radius:3em;
	overflow:hidden;
}
.tteam .slick-slide {
    margin-right: 15px;
}
.tteam .slick-list img {
  width: 100%;
	
}
.tteam_ttl{
	width:20%;
	position:relative;
}
.tteam_list{
	width:76%;
}
.tteam_name{
	padding:1em 0;
}
.tteam_namew{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.tteam_name:before{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#333;
	position:absolute;
	left:8px;
	top:0;
}
.tteam_name .slick-slide{
	display:block;
	float:none;
	height:auto;
	width:100%!important;
	margin-right:0;
	position:relative;
	padding:0.5em 0 0.5em 3em;
}
.tteam_name .slick-slide.slick-current:before{
	content:"";
	display:block;
	width:16px;
	height:16px;
	background:#749AD5;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.tteam_list_inner_unit{
	position:relative;
}
.tteam_list_inner_txt{
	position:absolute;
	bottom:-1000px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.tteam_list_inner_unit:hover .tteam_list_inner_txt{
	bottom:0;
	opacity:1;
}
.tteam_list_inner_txt01{
	position:absolute;
	width:90%;
	left:5%;
	bottom:2em;
}
.tteam_list_inner_name{
	font-size:1.8em;
	color:#396BB5;
	font-weight:bold;
}
.tteam_list_inner_nameen{
	font-size:1.2em;
	color:#BCA216;
	margin:0 0 0.5em;
}

