@charset "utf-8";

/*============================================================================
	PC非表示
==============================================================================*/
.hiddenSp{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}

.gFont{
font-family: 'Anton', sans-serif;
}
.gFont2{
font-family: 'Noto Sans JP', sans-serif;
}
/*============================================================================
	index頭部
==============================================================================*/

#hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 0;
}

#hero img{
	width: 100%;
}

.fv_nav{
  width: 100%;
  margin: 0px auto 0;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.fv_nav a{
	display: inline-block;
	width: 110px;
	margin: 0 3px 0;
}
.fv_nav a img{
	width: 100%;
}

.rightFixedBtn{
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  margin-top: -100px;
  z-index: 10;
}

/* text
.text-box {
  position: absolute;
  top: 55%;
  left: 0;
  width: 48%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
 background: rgba(244, 152, 189, 0.8);
  padding: 20px 30px;
}
.headTxt {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;

  text-align: left;
  color: #fff;
}
.headTxt span{
display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  color: #fff;
}
 */
/*============================================================================
	頭の話header#globalHeader
==============================================================================*/

h1#logo{
	margin: 8px auto 8px 10px;
	float: left;
}
h1#logo a{
    display:block;

	width:350px;
	height:42px;
	background: url(../img/logo.png) no-repeat;
	background-size: 350px 42px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
    overflow:hidden;

}
h1#logo a:hover { text-decoration:none;}

/*============================================================================
	bg
==============================================================================*/

/* 白背景 */
.about000{
	clear: both;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding-bottom: 20px;
}
/* 色 */
.about100{
	clear: both;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	padding-bottom: 20px;
}
.aboutBg01{
	width: 100%;
	height: 100%;
	background:#ececec url(../img/bg_about01.png) right bottom no-repeat;
	background-size: 371px 386px;
}

/* 半透明用
.bg-mask{
	height: 100%;
	background: rgba(255,255,255,0.8);
	padding-bottom: 20px;
}
 */
/*============================================================================
	中の話#mainCont
==============================================================================*/


/* Main部分バナー */
.mainBn{ width:100%; margin: 0 auto; padding:20px 0 20px 0; text-align:center; clear: both;}
.mainBn img{ width:100%;}

/* マージン */
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.mb80{margin-bottom: 80px;}
.mt90{margin-top: 90px;}
.mtM10{margin-top: -10px;}
.mtM20{margin-top: -20px;}

.indexTitle{
	margin: 60px auto 30px auto;
	text-align: center;
	color: #222;
	font-size: 28px;
	font-weight: normal;
}
.indexText{
	width: 900px;
	margin: 10px auto 40px auto;
	text-align: center;
	line-height: 180%;
	color: #222;
	font-size: 140%;	
}

/* ページ見出し部分 */
h2.h2Title{
	clear: both;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin:0px auto 30px auto;
	
}
h2.h2Read{
	font-size: 16px;
	font-family: 'Anton', sans-serif;
	text-align: center;
	font-weight: normal;
	margin:20px auto 10px auto;
	letter-spacing: 0.12em;
}
.colorB{
	color: #222222;
}
.colorBl{
	color: #0669c4;
}
.colorG{
	color: #dedddb;
}
.colorW{
	color: #FFFFFF;
}


p.mainText{
	width: 100%;
	margin:20px auto;
	color: #222;
	font-size: 16px;
	line-height:160%;
}

.centerText{
	text-align: center;
}
.textRight{
	width: 100%;
	margin:10px auto 0px auto;
	text-align: right;
	font-size: 14px;
}
.textRight i{
	margin-right: 6px;
}

dl.dlList{
  margin-top: 10px;
}
dl.dlList dt.dtList{
  float: left;
  text-align: center;
}
dl.dlList dd.ddList{
  margin-left: 20px;
	color: #222;
	font-size: 16px;
	line-height:180%;
	text-align: left;
}

/*============================================================================
	main内
==============================================================================*/

/* num */

.numTitle{
	position: relative;
	border-bottom: 1px solid #FFF;
	margin: 60px auto 40px auto;
	text-align: center;
}
.numBox{
	position: absolute;
	top: -30px;
	left: 50%;
	background: #FFF;
	text-align: center;
	color: #0166c3;
	font-size: 22px;
	font-family: 'JerseyM54','Anton', sans-serif;
	letter-spacing: 0.12em;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	display: block;
	margin-left:-30px;
	box-sizing: border-box;
	padding-top: 18px;
	line-height: 100%;
}


/* floatBox */
.floatBox{
	width: 100%;
	margin:0 auto 20px auto;
}
.floatBoxL{
	width: 100%;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.floatBoxR{
	width: 100%;
	margin-top: 20px;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floatBoxL img , .floatBoxR img{width: 100%;}

.floatBoxinner{
	width: 100%;
}
.flTitle{
	color: #ffea00;
	font-size: 24px;
	font-weight: bold;
	line-height:140%;
	text-align: left;
	margin:0 auto 10px auto;
}
.flText{
	color: #FFF;
	font-size: 16px;
	line-height:140%;
	text-align: left;
}


/*============================================================================
お悩み
==============================================================================*/
#WorriesWrap{
width: 100%;
margin: 20px auto 20px auto;
background: #FFF;
box-sizing: border-box;
border-radius: 20px;
padding: 10px;
}

#WorriesLeftBox{
width: 100%;
}

#WorriesLeftBox ul{
list-style: none;
margin: 10px 0px 0px 0px;
box-sizing: border-box;
}

#WorriesLeftBox ul li{
width: 98%;
margin: 0px auto 10px;
font-size: 16px;/*5.333vw;*/
line-height: 24px;
background: #f5f6fa;
color: #222222;
padding: 14px 10px;
display: flex;
/*justify-content: center;*/
align-items: center;
box-sizing: border-box;
font-weight: bold;
}

#WorriesLeftBox ul li img{
	width: 16px;
	margin: 0px 10px 0px 0px;
}

#WorriesRightBox{
width: 200px;
margin:10px auto 10px auto;
}

#WorriesRightBox h2{
margin: 0px 0px 40px 0px;
font-size: 42px;/*11.2vw;*/
line-height: 54px;
color: #C52E22;
}
#WorriesRightBox img{
	width: 100%;
}


/* 1 */
.inlineBlock1{
	margin: 80px auto 10px auto;
	text-align: center;
}
.inlineBlock1 .inlineBlockOne1{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	min-width: 310px;
	max-width: 324px;
	min-height: 350px;
	margin: 0 auto 40px;
	background: #FFF;
	position: relative;
	border-radius: 30px;
}
.inlineBlock1 .inlineBlockOne1 h4.inlineBlockTitle1{
	position: absolute;
	top: -30px;
	left: 50%;
	background: #FFF;
	text-align: center;
	color: #0166c3;
	font-size: 32px;
	font-family: 'JerseyM54','Anton', sans-serif;
	letter-spacing: 0.12em;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	display: block;
	margin-left:-30px;
	box-sizing: border-box;
	padding-top: 12px;
	line-height: 100%;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockImg1{
	text-align: center;
	width: 200px;
	margin:40px auto 10px;
	z-index: 2;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockText1{
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background: #1e2587;
	line-height: 160%;
	padding: 16px 8px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockText1 span{
	color: #ffea00;
}



/* よくある質問 */
.qa-list{
	margin:0 auto 40px;
	width: 100%;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 80px 35px 30px;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
}
.qa-list dl:first-child {
    border-top: 1px solid #FFF;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 14px 0 0 80px;
    font-weight: bold;
    font-size: 26px;
    color: #FFF;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: url(../img/q.png);
    color: #FFF;
    width: 54px;
    height: 54px;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: url(../img/a.png);
    font-weight: bold;
    color: #FFF;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 30px 0 0;
    padding: 0 0 0 80px;
}
.qa-list dl dd p {
    margin: 40px 0 0;
    color: #FFF;
    font-size: 22px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 40px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 16px;
    top: 3px;
    left: 0px;
    display: block;
    content: url(../img/q_sp.png);
    color: #FFF;
    width: 24px;
    height: 24px;
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 0px;
    display: block;
    content: url(../img/a_sp.png);
    font-weight: bold;
    color: #FFF;
    width: 24px;
    height: 24px;
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 40px;
    font-size: 16px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 14px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/* 流れ */
.newsBlock{
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	padding: 20px 40px;
	border-radius: 30px;
}

/* num */
.numTitle2{
	position: relative;
	border-bottom: 1px solid #0064c2;
	margin: 60px auto 30px auto;
	text-align: center;
}
.numBox2{
	position: absolute;
	top: -20px;
	left: 50%;
	background: #0064c2;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-family: 'JerseyM54','Anton', sans-serif;
	border-radius: 60px;
	width: 98px;
	height: 40px;
	display: block;
	margin-left:-49px;
	box-sizing: border-box;
	padding-top: 8px;
	line-height: 100%;
}

/* floatBox */
.floatBox2{
	width: 90%;
	margin:0 auto 20px auto;
}
.floatBoxL2{
	width: 20%;
	float: left;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBoxR2{
	width: 75%;
	margin-left: 5%;
	float: left;
	color: #222;
	font-size: 14px;
	line-height:180%;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatBoxL2 img {width: 100%;}

.floatBoxinner2{
	width: 100%;
}
.flTitle2{
	color: #0064c2;
	font-size: 22px;
	font-weight: bold;
	line-height:140%;
	text-align: left;
	margin:0 auto 8px auto;
}
.flText2{
	color: #222;
	font-size: 16px;
	line-height:140%;
	text-align: left;
}


/*コンタクト*/
.contactBlock{
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	padding: 40px 40px;
}

/*============================================================================
footer 
==============================================================================*/

#footOuter {
	clear: both;
	width: 100%;
	padding:20px 0px 10px 0px;
	margin: 0 auto;
	}

.footLeft{
	margin: 0 6px 0 6px;
	text-align: center;
	float: left;
	width: 20%;
}
.footLeft img{
	width: 100%;
}

.footCenter{
	margin: 0 6px 0 6px;
	text-align: left;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 140%;
	height: 100px;
	vertical-align: bottom;
	padding-top: 6px;
width: 60%;
}

.footRight{
	clear: both;
	margin: 0 6px 0 6px;
	text-align: center;
	font-size: 12px;
	color: #222;
	line-height: 140%;
	padding-top: 18px;
}


