@charset "UTF-8";
@font-face {
    font-family: 'mbempire';
    src: url('../font/mbempire-bold-webfont.eot?#iefix') format('embedded-opentype') /* IE6～IE8 向け */
       , url('../font/mbempire-bold-webfont.woff') format('woff') /* 主要最新ブラウザ向け */
       , url('../font/mbempire-bold-webfont.ttf') format('truetype') /* IE以外の旧ブラウザ向け */
       , url('../font/mbempire-bold-webfont.svg#svgId') format('svg'); /* モバイル等その他のブラウザ向け */
}
/*
■1：ELEMENTS
■2：COMMON
■3：index
■4：Contents
*/

/****************************************

ELEMENTS

*****************************************/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Oswald&display=swap');
.biz {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.oswald{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


* {
    box-sizing: border-box;
}


html{font-size: 62.5%; height:100%;}

body {
	margin: 0;
	padding: 0;
	font-family:"Oswald","BIZ UDPGothic",YuGothic,'Yu Gothic','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	font-weight: normal;
	font-size: 4vw;
	line-height: 6.8vw;
	color: #002f43;
	height:100%;
    background: #FFF;
    font-feature-settings : "palt" 1;
    letter-spacing: 0.1em;
}
.MBfont {
  font-family: 'mbempire';
}
::selection {
    background: #FFFF00; /*背景色*/
    color: #000; /*文字色*/
}
::-moz-selection {
    background: #FFFF00; /*背景色*/
    color: #000; /*文字色*/
}

.Center{text-align: center;}
.Left{text-align: left;}
.Right{text-align: right;}
.orange{color:#ff5537;}
.bule{color:#4cc4ff;}
.strongTxt{font-size: 1.4em;}
.strongList{
	font-weight: bold;
	margin: 10px 0 0;
}

.strongList li:before{
	content: "○";
	padding: 0 10px 0 0;
	font-weight: bold;
}

.caption{
	font-size: 0.7em;
	line-height: 1.4em;
}


.sp{
    display: block;
}
.pc{
    display: none;
}
.CTA{
	position: fixed;
	bottom: 0;
}
@media screen and (min-width:767px){
body {
	font-size: 2.0rem;
	line-height: 4.4rem;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
.column2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.CTA{
	display: none !important;
}
}
@media screen and (min-width:767px){

a[href^="tel:"] {
    pointer-events: none;
}
}

@media screen and (max-width:959px){
img{ width: 100%;}
}


/****************************************

COMMON

*****************************************/

/*HEAD***********************************/

/****************************************

index

*****************************************/
#KV{
	width: 100%;
	height: 60vh;
	background: url(../img/lp02_kv.jpg) no-repeat bottom;
	background-size: cover;
}
#KV .Wrapper{
	display: flex;
	align-items: center;
	height: 100%;
}
#KV h2{
	background: rgba(255,255,255,0.8);
	padding: 30px;
	display: inline-block;
	margin: 40px 0 !important;
	overflow: hidden;

}
#KV h2 div{
	position: relative;
}
.KV__textUD{
	width: 88.333%;
	height: 110%;
	background: #FFFF00;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
	transform-origin: left;
	transform: scaleX(0);
}

.lp02_kvtxt{
	background-image: linear-gradient(90deg, rgba(10, 216, 221, 1), rgba(95, 0, 229, 1));
	padding: 10px;
	margin: 40px 0 0;
	font-size: 2.2rem;
	color: #FFF;
}

.lp02_h2{
	text-align: center;
	position: relative;
}
.lp02_h2:before{
	content:"";
	position: absolute;
	background: url(../img/title.png) no-repeat center center;
	background-size: cover;
	display: inline-block;
    width: 150px;
    height: 122px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lp02_h2 p{
	font-family: "Oswald";
	font-size: 1.8rem;
}

.lp02_h3{
	background: none;
	padding: 0;
	display: flex;
	position: relative;
	padding:50px 0 20px;
}
.lp02_h3:before{
	content: "";
	background-image: linear-gradient(90deg, rgba(10, 216, 221, 1), rgba(95, 0, 229, 1));
	position: absolute;
	height: 1px;
	width: 100%;
	top: calc(15px + 50%);
	display: inline-block;
	z-index: -1;
}
.lp02_h3 p{
	background: #FFF;
	padding: 0 30px 0 0;
}
.lp02_h3 span{
	font-size: 1.8rem;
}

.lp02_ListBox{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 80px 0 0;
}
.lp02_ListBox dl{
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 15px;
	background: #FFF;
}
.lp02_ListBox dt{
	text-align: center;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #DDD;
}

.lp02_ListBox dd{
	font-size: 1.8rem;
}
.lp02_ListBox div.lp02_Merit{
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: #FFF;
}
.lp02_MeritTitle{
	background: #002f43;
	color: #FFF;
	font-family: "Oswald";
	padding: 10px !important;
	border-radius: 5px 5px 0 0;
}
.lp02_MeritInner{
	padding: 15px;
}
.lp02_MeritIMG{
	max-width: 150px;
	margin: 0 auto 15px;
}
.lp02_MeritInner h4{
	text-align: center;
}

.lp02_MeritInner p{
	font-size: 1.8rem;
}

@media(min-width:767px) {
.lp02_ListBox{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.lp02_ListBox dt{
	display: flex;
	align-items: center;
    justify-content: center;
    height: 104px;
}
}



.Section02__Title{
	background: url(../img/title02_bg.jpg) no-repeat top right;
	background-size: cover;
	padding: 100px 0;
	margin: 0 0 80px;
}

.Section04__Title{
	background: url(../img/title04_bg.jpg) no-repeat top right;
	background-size: cover;
	padding: 100px 0;
	margin: 0 0 80px;
}
.point01,
.point02{
	background: #fff4f4;
	padding: 20px 20px 0;
	margin: 20px 0;
	border-radius: 5px;
}
.point02{ background: #ebfbfe;}

.Flow{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.Flow dt{
	width: 60%;
	margin: 0 auto 30px auto;
	padding: 20px;
}
.Flow dd{
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
}

h3{
	background: #bddae7;
	font-size: 2.8rem;
	padding: 5px 10px;
	margin: 0 0 20px !important;
}
h4{
	border-bottom: 1px solid #bddae7;
	padding: 0 0 5px;
	margin: 30px 0 20px !important;
}
.Wrapper h3:not(:first-child){
	margin: 50px 0 0 !important;
}
#Section07{
	background: #f0faff;
	padding: 0 0 100px;
}

form{
	color: #000;
}

input[type=text],
textarea{
	width: 100% !important;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 5px;
}
input[type=text]:focus,
textarea:focus{
	border: 1px solid #DDD;
	background: #ffffe3;
}

.hissu{
	background: #FF0000;
	border-radius: 5px;
	font-size: 1.4rem;
	padding: 5px;
	margin: 0 10px 0 0;
	color: #FFF;
}

.nini{
	background: #969696;
	border-radius: 5px;
	font-size: 1.4rem;
	padding: 5px;
	margin: 0 10px 0 0;
	color: #FFF;
}
.From dt{
	margin: 30px 0 0 !important;
}

span.wpcf7-list-item {display: block;}
input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em 0em !important;/* ボタンの上下の余白 */
	background-color: #ff0084 !important;/* 背景の色 */
	border-radius: 5px !important;/* 角を丸く*/
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 50%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.10);/* 薄っすらとボタンにドロップシャドウをかける*/
	}
	
	input.wpcf7-submit:hover {
	background-color:#ff6600 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
	}
	
	.btn-submit {
		width: 100%;
		text-align: center;
	}

#Section07{
	padding: 0 0 100px!important;
}
#Section07 h2 .Wrapper{
	position: relative;
}
#Section07 h2{
	background: #00d5ff;
	max-width: 100% !important;
	width: 100%;
	padding: 50px 0 ;
    overflow-x: clip;
}

.FormH2{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.Form__ttl{
	position: relative;
	z-index: 5;
}
.Form__img {
    max-width: 250px;
    width: 50vw;
    position: absolute;
    right: -30px;
    bottom: -50px;
    z-index: 1;
}

@media(min-width:767px) {
#KV {
		width: 100%;
		height: 850px;
	}
	.Flow dt{
		width: 20%;
		margin: 0 0 30px 0;
		padding: 20px;
	}
	.Flow dd{
		width: calc( 80% - 30px);
		margin: 0 0 30px;
		padding: 20px;
	}
}

.Company{
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 3.8rem;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.Company th,
.Company td{
	padding: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.Company th{background:#f0faff;}
.Company td{background:#FFF;}
.PrivacyBox{
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 10px;
	height: 300px;
	overflow-y: scroll;
	font-size:1.8rem;
	line-height: 3.8rem;
	max-width: 800px;
    margin: 0 auto;
}
.PrivacyBox h3{
	font-size: 1.8rem;
}

.Media{
	display : grid ;
	grid-template-columns : repeat(1, 1fr) ;
	grid-template-rows : 3fr ;
	grid-column-gap : 30px;
	grid-row-gap : 0px ;
}

.Media a{
	color: #333;
	padding: 15px;
    margin: 0 0 0;
	align-content: stretch;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDD;
	border-radius: 0;
	background:#FFF;
	display: flex;
	align-items: center;
	position: relative;
}
.Media a:before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  right: 10px;
  margin: 0 10px;
  border-top: 3px solid #DDD;
  border-right: 3px solid #DDD;
  transform: rotate(45deg);
}


.Media a:hover{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDD;
	background: #eafbff;
}
.Media a:hover:before{
  border-top: 3px solid #00d5ff;
  border-right: 3px solid #00d5ff;
}

.Media .MediaTxt{
	display: flex;
	flex-direction: column-reverse;
    margin: 0 15px 0 15px;
}

.Media a dt{
        width:100%;
        font-size: 1.8rem;
		line-height: 2.6rem;
        color: #000;
        text-align: left;
	font-weight:normal;
}
.Media a dd{
	width: 100%;
	font-size: 1.0rem;
}
.Media a .MediaIMG{
	position: relative;
    width: 70px;
    height: 70px;
    padding-top: 70px;
	overflow: hidden;
}
.Media a .MediaIMG img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 130%;
	width: auto;
	transition:1s all;
}
.Media a:hover dd .MediaIMG img{
	transform: translate(-50%, -50%)scale(1.2,1.2);
	transition:1s all;
}

.MediaLink a{
	display: block;
	margin: 20px auto;
	padding: 5px 10px;
	max-width: 300px;
	border-radius: 5px;
	background: #00d5ff;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.MediaLink a:hover{
	background: #002f43;
}

@media(min-width:767px) {
	.Media{
		display : grid ;
		grid-template-columns : repeat(1, 1fr) ;
		grid-template-rows : 1fr ;
		grid-column-gap : 30px;
		grid-row-gap : 0px ;
	}

}
.recaptcha_alert{ font-size: 14px;}
.grecaptcha-badge { visibility: hidden; }