@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{ margin:0px; padding:0px;color:#333;}
p{ margin:0px; padding:0px}
a{color:#333;text-decoration: none;}
a:hover{
	text-decoration: none;
}
*a:hover{
	text-decoration: none;
}
a img:hover{
	opacity: 0.6;
}
img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

@media (min-width: 751px),print {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color: inherit;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after{
    content:""; /*疑似要素を実体化*/
    display:block; /*ブロック要素に変更する*/
    clear:both; /*floatを解除する*/
}

/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.inner{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	max-width:960px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-center{
    justify-content: center;
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}

/* ----------------------------------------------------------------------
 float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:767px)  {
	.leftPc,.rightPc{
        float: none;
		width:100%;
	}
}

/* ----------------------------------------------------------------------
 タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .pc_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
    スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .sp_only{
        display:none !important;
    }
}


/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.font50 {
	font-size: 50%;
}
.font60 {
	font-size: 60%;
}
.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.font100 {
	font-size: 100%;
}
.font110 {
	font-size: 110%;
}
.font120 {
	font-size: 120%;
}
.font130 {
	font-size: 130%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}
.font200 {
	font-size: 200%;
}
.font230 {
	font-size: 230%;
}
.font250 {
	font-size: 250%;
}

.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
.font35px{
	font-size: 35px;
}
.font50px{
	font-size: 50px;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font15-20px{
		font-size: 20px;
	}
	.font15-18px{
		font-size: 18px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
    .font20-22px{
		font-size: 22px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
    .font22-28px{
		font-size: 28px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font28-32px{
		font-size: 32px;
	}
	.font30-35px{
		font-size: 35px;
	}
	.font30-40px{
		font-size: 40px;
	}
    .font35-40px{
		font-size: 40px;
	}
	.font35-45px{
		font-size: 45px;
	}
	.font40-50px{
		font-size: 50px;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font15-20px{
		font-size: 15px;
	}
	.font15-18px{
		font-size: 15px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
    .font20-22px{
		font-size: 20px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
    .font22-28px{
		font-size: 22px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font28-32px{
		font-size: 28px;
	}
	.font30-35px{
		font-size: 30px;
	}
	.font30-40px{
		font-size: 30px;
	}
    .font35-40px{
		font-size: 35px;
	}
	.font35-45px{
		font-size: 35px;
	}
	.font40-50px{
		font-size: 40px;
	}
}

/* =================================
フォントファミリー
================================= */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

/* =================================
Adobe Font
================================= */
.din_font{
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.dinB_font{
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.dinEb_font{
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-style: normal;
}

/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh12{
	line-height:1.2em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}
.lh25{
	line-height:2.5em !important;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}

/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff !important;
}
.blk{
	color:#333;
}
.gray{
	color:#808080;
}
.blue{
	color:#1f70da;
}
.orange{
	color:#ff8200;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 821px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 820px) and (min-width : 768px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpOnly {
		display: none;
	}
}


/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
	.fade {
		opacity: 0;
		transform: translateY(30px);
	}
	.fade01 {
		transition: opacity 1.5s, transform 1s;	
	}
	.fade02 {
		transition: opacity 1.5s, transform 1.5s;	
	}
	.fade03 {
		transition: opacity 1.5s, transform 2.0s;	
	}
	.fade.active {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media print{
	.fade {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
margin-top: 0px;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt80 {
margin-top: 80px;
}
.mt100 {
margin-top: 100px;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px;
}
.mb05 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb35 {
margin-bottom: 35px;
}
.mb40 {
margin-bottom: 40px;
}
.mb45 {
margin-bottom: 45px;
}
.mb50 {
margin-bottom: 50px;
}
.mb70 {
margin-bottom: 70px;
}
.mb80 {
margin-bottom: 80px;
}
.mb100 {
margin-bottom: 100px;
}

/*padding top*/
.pt05 {
padding-top: 5px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 15px;
}
.pt20 {
padding-top: 20px;
}
.pt25 {
padding-top: 25px;
}
.pt30 {
padding-top: 30px;
}
.pt35 {
padding-top: 35px;
}
.pt40 {
padding-top: 40px;
}
.pt45 {
padding-top: 45px;
}
.pt50 {
padding-top: 50px;
}
.pt70 {
padding-top: 70px;
}
.pt80 {
padding-top: 80px;
}
.pt100 {
padding-top: 100px;
}
.pt130 {
padding-top: 130px;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px;
}
.pb10 {
padding-bottom: 10px;
}
.pb15 {
padding-bottom: 15px;
}
.pb20 {
padding-bottom: 20px;
}
.pb25 {
padding-bottom: 25px;
}
.pb30 {
padding-bottom: 30px;
}
.pb35 {
padding-bottom: 35px;
}
.pb40 {
padding-bottom: 40px;
}
.pb45 {
padding-bottom: 45px;
}
.pb50 {
padding-bottom: 50px;
}
.pb70 {
padding-bottom: 70px;
}
.pb80 {
padding-bottom: 80px;
}
.pb100 {
padding-bottom: 100px;
}

.pd10{
padding: 10px;
box-sizing: border-box;
}
.pd15{
padding: 15px;
box-sizing: border-box;
}
.pd20{
padding: 20px;
box-sizing: border-box;
}
.pd25{
padding: 25px;
box-sizing: border-box;
}
.pd30{
padding: 30px;
box-sizing: border-box;
}
    
/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
    width:100%;
    display:block;
}
img.imgCenter{
    max-width: 100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
img.imgLeft{
    max-width: 100%;
    display:block;
    margin-right:auto;
}
img.imgRight{
    max-width: 100%;
    display:block;
    margin-left:auto;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 768px){
	a.scroll_point {
	 height: 1px;
	 margin-top: -110px;
	 padding-top: 110px;
	 display: block;
	}
}
 @media screen and (max-width: 767px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -75px;
	 padding-top: 75px;
	}
}

body{
    position: relative;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/*ヘッダー全体*/
.header{
	position: fixed;
    background: #1f70da;
    top:0;
    left:o;
    width: 100%;
    height: 100px;
	z-index: 9999;
}
.headInner{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    position: relative;
    float: left;
    width: 250px;
    top:15px;
    left:15px;
}
.logo img{
    width: 100%;
}
.headInfo{
    position: relative;
    display: flex;
    float: right;
    width: 485px;
    display: flex;
    justify-content: space-between;
}
.headMailPc a{
    width: 100%;
    height: 100%;
    background: #ffaf41;
    border-radius: 0 0 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition : all 0.5s ease 0s;
}
.headMailPc a span{
    display: block;
    width: 100%;
}
.headMailPc a:hover{
    background: #666;
}
@media screen and (min-width:961px),print{
    .headTelPc{
        position: relative;
        top:15px;
    }
    .headTelPc p.telNo{
        font-size:45px;
        line-height: 1;
    }
    .headTelPc p.hour{
        font-size:14px;
    }
    .headTelPc p.telNo::before{
        position: relative;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f095";
        font-size:70%;
        padding-right: 0.1em;
        top:-2px;
    }
    .headMailPc{
        width: 150px;
        height: 100px;
    }
    .headMailPc span{
        font-size: 14px;
    }
}
@media screen and (max-width:960px){
    .header{
        height: 70px;
    }
    .logo{
        width: 180px;
        top:10px;
    }
}
@media screen and (min-width:768px) and (max-width:960px){
    .headInfo{
        width: 310px;
    }
    .headTelPc{
        position: relative;
        top:10px;
    }
    .headTelPc p.telNo{
        font-size:27px;
        line-height: 1;
    }
    .headTelPc p.hour{
        font-size:14px;
    }
    .headTelPc p.telNo::before{
        position: relative;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f095";
        font-size:70%;
        padding-right: 0.1em;
        top:-2px;
    }
    .headMailPc{
        width: 100px;
        height: 70px;
    }
    .headMailPc a{
        border-radius: 0 0 0 15px;
    }
    .headMailPc img{
        width:25px;
    }
    .headMailPc span{
        font-size: 12px;
    }
    .headTelPc p.hour{
        font-size:12px;
    }
}
@media screen and (min-width:768px),print{
    .headInfoSp{
        display: none;
    }
}
@media screen and (max-width:767px){
    .logo{
        width: 140px;
        top:16px;
    }
    .headInfoPc{
        display: none;
    }
    .headInfoSp{
        width:135px;
    }
    .headMailSp{
        width: 80px;
        height: 70px;
    }
    .headMailSp a{
        width: 100%;
        height: 100%;
        background: #ffaf41;
        border-radius: 0 0 0 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        transition : all 0.5s ease 0s;
    }
    .headMailSp a span{
        display: block;
        width: 100%;
    }
    .headMailSp a:hover{
        background: #666;
    }
    .headMailSp img{
        width:25px;
    }
    .headMailSp span{
        font-size: 10px;
    }
    .headTelSp a{
        display: flex;
        width: 45px;
        height: 45px;
        margin-top: 12px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
    }
    .headTelSp i{
        color:#fff;
        font-size:25px;
    }
}

/* ----------------------------------------------------------------------
 main
---------------------------------------------------------------------- */
main{
    padding-top: 100px;
}
@media screen and (max-width:960px){
    main{
        padding-top: 70px;
    }
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
    background: #1f70da;
	width: 100%;
}
.mvInner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media screen and (min-width:768px),print{
	.mvInner{
		width: calc(100% - 30px);
	}
	.mvPc{
		width: 100%;
	}
	.mvSp{
		display: none;
	}
	.mvPc img{
		display: block;
		width: 100%;
	}
	.mvTxt{
		position: absolute;
		left:0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 67.3%;
		z-index: 2;
	}
	.mvImg{
		position: relative;
		margin-left: auto;
		width: 44.2%;
	}
	.mvBtn{
		position:absolute;
		max-width:350px;
		width: 82%;
		height: 70px;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.mvBtn a{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.mvInner{
		width: 100%;
	}
	.mvPc{
		display: none;
	}
	.mvSpContainer{
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.mvTit{
		position: relative;
		z-index: 2;
	}
	.mvImg{
		margin-top: -13%;
	}
	.mvSpIco{
		background: #1e649b;
	}
	.mvSpBtn{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}

/* ----------------------------------------------------------------------
 wrapper
---------------------------------------------------------------------- */
.wrapper{
	margin-top: 6em;
}
@media screen and (max-width:768px){
	.wrapper{
		margin-top: 4em;
	}
}

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
.tit{
	position: relative;
	padding-bottom: 20px;
}
.tit::after{
	position: absolute;
	content: url(../images/ico_tit.png);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tit p,
.titAbout p{
	color:#1f70da;
	font-size:60px;
	line-height :1.2em;
}
.titAbout h2{
	position: relative;
	display: inline-block;
}
.titAbout h2::after{
	position: absolute;
	content: url(../images/ico_tit.png);
	top: -5px;
    right: -3.5em;
	width: 50px;
	height: 3px;
}
@media screen and (max-width:767px){
	.tit p,
	.titAbout p{
		font-size:45px;
	}
}

/* ----------------------------------------------------------------------
 cv
---------------------------------------------------------------------- */
.wave{
	display: block;
	width: 100%;
	vertical-align: bottom;
	position: relative;
	top:1px;
}
.cv{
	background: #1f70da;
	padding-top: 15px;
}
.cvInner{
	width: calc(100% - 30px);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.cvImg{
	max-width: 240px;
	width: 40%;
}
.cvTxt{
	width: 60%;
}
.cvTelNo a{
	font-size: 45px;
	line-height: 1;
	color:#ffaf41;
	display: inline-block;
}
.cvTelNo a::before{
	position: relative;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	font-size: 70%;
	padding-right: 0.1em;
	top: -2px;
}
@media screen and (max-width:600px){
	.cvInner{
		display: block;
	}
	.cvImg,.cvTxt{
		width: 100%;
		max-width: 100%;
	}
	.cvTxt{
		text-align: center;
	}
	.cvTxt .txtLeft{
		text-align: center;
	}
	.cvTxt img.imgLeft{
		margin-left: auto;
	}
	.cvImg img.imgCenter{
		object-fit: cover;
		width: 240px;
		height: 250px;
		object-position: center top;
	}
}	

/* ----------------------------------------------------------------------
 ABOUT
---------------------------------------------------------------------- */
.about{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6em;
}
.about img{
	position: relative;
	object-fit: cover;
	width: 100%;
	height: 400px;
	border-radius: 30px;
}
.aboutTxt{
	position: relative;
	width: calc(100% - 60px);
	border-radius: 30px 30px 0 0;
	margin: -50px auto 0;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	z-index: 2;
}
.aboutTxt::after{
	position: absolute;
	width: 100%;
	height: 5px;
	left:0;
	bottom:0;
	content: "";
	background: rgb(31,112,218);
	background: linear-gradient(90deg, rgba(31,112,218,1) 0%, rgba(255,130,0,1) 100%);
}
@media screen and (max-width:1200px){
	.about img{
		border-radius: 30px 30px 0 0 ;
	}
}
@media screen and (max-width:960px){
	.about img{
		height: 300px;
	}
	.aboutTxt{
		padding: 25px;
	}
}
@media screen and (max-width:768px){
	.about img{
		height: 250px;
	}
	.aboutTxt{
		width: calc(100% - 20px);
	}
	.aboutTxt h3.font25-30px{
		font-size:22px;
	}
}

/* ----------------------------------------------------------------------
 PROBLEM
---------------------------------------------------------------------- */
.problemContent{
	position: relative;
}
.problemContentInner{
	background: #1e649b;
	border-radius: 30px 30px 0 0;
}
.problemContent .inner960{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.problemBox{
	width: 32%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	z-index: 2;
}
.problemBox::before,
.problemBox::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
}
.problemBox::before{
	top:0px;
	left:0px;
	border:3px #333 solid;
	z-index: 2;
}
.problemBox::after{
	top:3px;
	left:3px;
	z-index: 1;
}
.problemBox p{
	position: relative;
	z-index: 3;
}
.problemBox div{
	position: absolute;
	content: url(../images/ico_problem.png);
	top:-7px;
	right: -5px;
	z-index: 3;
}

@media screen and (max-width:860px){
	.problemBox{
		width: 48%;
	}
}
@media screen and (max-width:540px){
	.problemBox{
		width: 100%;
		max-width:350px;
		margin-left: auto;
		margin-right: auto;
	}
}
.triangleBlue{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 30px solid #1e649b;
	border-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 記帳代行なら全て解決できます
---------------------------------------------------------------------- */
.kaiketsu{
	margin-top: 30px;
	padding-bottom: 6em;
}
.kaiketsu h2{
	font-size: 35px;
}
@media screen and (max-width:767px){
	.kaiketsu h2{
		font-size: 30px;
	}
}
@media screen and (max-width:480px){
	.kaiketsu h2{
		font-size: 23px;
	}
}
.kaiketsuContent{
	background: #fcdf5a;
	border-radius: 0 0 30px 30px;
}
p.kaiketsuSubTit{
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 18px;
}
p.kaiketsuSubTit:before, p.kaiketsuSubTit:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #333;
}
p.kaiketsuSubTit:before {
	left:0;
}
p.kaiketsuSubTit:after {
	right: 0;
}
@media screen and (max-width:768px){
	p.kaiketsuSubTit{
		font-size: 14px;
	}
}

.kaiketsuBox{
	margin-bottom: 40px;
}
.kaiketsuImg{
	width: 200px;
}
.kaiketsuITxt{
	width: calc(100% - 240px);
}
p.kaiketsuNo{
	color:#fcdf5a;
	display: inline-block;
	background:#1f70da;
	font-size:25px;
	line-height: 1em;
	padding:5px 10px;
	border-radius: 0 10px 0 0;
}
@media screen and (max-width:768px){
	.kaiketsuBox{
		display: block;
	}
	.kaiketsuImg{
		margin: 0 auto 15px;
	}
	.kaiketsuITxt{
		width: 100%;
	}
	.kaiketsuITxt div{
		text-align: center;
	}
	p.kaiketsuNo{
		border-radius: 10px 10px 0 0;
	}
}

/* ----------------------------------------------------------------------
 REVIEWS
---------------------------------------------------------------------- */
.reviews{
	padding-bottom: 2em;
}
.reviewsConetnWrap{

}
.reviewsBox{
	position: relative;
	background: #fff;
	border:8px #cfe1e8 solid;
	border-radius: 30px;
	padding:85px 20px 20px;
	margin-top: 75px;
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 30px;
}
.reviewsBox img.reviewsImg{
	position: absolute;
	display: block;
	width: 150px;
	top: -75px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.reviewsBox h4{
	position: relative;
	font-size:20px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.reviewsBox h4::after{
	position: absolute;
	content: url(../images/ico_reviews_tit.png);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.reviewsComment h5{
	background: #1f70da;
	display: inline-block;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 15px 15px 0 0;
}
.reviewsCommentInner{
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	padding: 15px 0;
	box-sizing: border-box;
}
@media screen and (max-width:768px){
	.reviewsBox{
		width: 100%;
	}
	.reviewsBox h4{
		font-size:18px;
	}
}

/* ----------------------------------------------------------------------
 SUPPORT
---------------------------------------------------------------------- */
.support{
	padding: 6em 0;
	background: #e7f2f2;
}
.supportBox{
	position: relative;
	width: 32%;
	background: #fff;
	border:5px #1f70da solid;
	border-radius: 0 30px 0 30px;
	padding: 40px 20px 30px;
	margin-top:35px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.supportBox span.dinEb_font{
	position: absolute;
	display: inline-block;
	font-size:70px;
	line-height: 1em;
	-webkit-text-stroke: 3px #FFF;
	left: 0;
	top:-35px;
}
.supportBox span:first-letter{
	color:#1f70da;
}
.supportBox h3{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.supportBox h3::after{
	position: absolute;
	bottom:0;
	left:0;
	content: "";
	height: 3px;
	width: 100%;
	background: rgb(31, 112, 218);
    background: linear-gradient(90deg, rgba(31, 112, 218, 1) 0%, rgba(255, 130, 0, 1) 100%);
}
@media screen and (max-width:960px){
	.supportBox{
		width: 48%;
	}
}
@media screen and (max-width:640px){
	.supportBox{
		width: 100%;
	}
}

/* ----------------------------------------------------------------------
 FLOW
---------------------------------------------------------------------- */
.flow{
	padding: 6em 0;
}
.flowBox{
	margin-bottom: 40px;
}
.flowNo{
	position: relative;
}
.flowNo img{
	position: relative;
	z-index: 2;
}
.flowNo::after{
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #1f70da;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.flowDoc{
	background: #e7f2f2;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 30px;
}
.flowDoc ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style: none; /* デフォルトの数字を非表示に */
	counter-reset: li;
}
.flowDoc ol li{
	position: relative;
	padding: 10px;
	line-height: 1.5;
	box-sizing: border-box;
	background: #fff;
	border-radius: 100px;
}
.flowDoc ol li {
	margin-bottom: 0.7em;
	width: 49%;
}
.flowDoc ol li::before {
	counter-increment: li;
	content: counter(li);
	position: relative;
	left: 0;
	top: -2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1f70da;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-right: 0.5em;
}
@media screen and (max-width:840px){
	.flowDoc{
		border-radius: 15px;
	}
	.flowDoc ol{
		width: 100%;
		max-width:420px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.flowDoc ol li {
		width: 100%;
	}
}
@media screen and (max-width:420px){
	.flowDoc ol.font14-16px{
		font-size:12px;
	}
}

/* ----------------------------------------------------------------------
 FAQ
---------------------------------------------------------------------- */
.faq{
	padding: 6em 0;
	background: #f2f2f2;
}
dl.faqDL {
	width: 100%;
	padding-bottom: 10px;
	position: relative;
}
dl.faqDL:after{
	position: absolute;
	content: "";
	bottom:0;
	left:0;
	height: 3px;
	width: 100%;
	background: rgb(31, 112, 218);
    background: linear-gradient(90deg, rgba(31, 112, 218, 1) 0%, rgba(255, 130, 0, 1) 100%);
}
dl.faqDL dt {
	padding: 15px 0;
	position: relative;
	color:#1e649b;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 40px;
	text-indent: -40px;
	box-sizing: border-box;
	padding-right: 30px;
}
dl.faqDL dd {
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#000;
	line-height: 1.8em;
	margin-bottom:10px;
	display: none;
}
dl.faqDL dt::before,
dl.faqDL dd::before {
	margin-right: 10px;
	position: relative;
	top: 10px;
}
dl.faqDL dt::before {
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(../images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #1e649b;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor:pointer;
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #1e649b;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
@media screen and (max-width:767px) {
	dl.faqDL dd {
		font-size:16px;
	}
}

/* ----------------------------------------------------------------------
 CONTACT
---------------------------------------------------------------------- */

.contact{
	padding: 6em 0 4em;
}
.contact input[type="text"],
.contact textarea{
	display: block;
	border:none;
	font-family:'NotoSansJP-Medium';
	font-size: 18px;
	background: #f2f2f2;
	width: 100%;
	padding:15px  10px;
	border-radius: 10px;
	box-sizing: border-box;
	line-height: 1.8em;
}
form input[type="submit"]{
	display: block;
	border:none;
	font-family:'NotoSansJP-Medium';
	font-size: 18px;
	background: #ff8200;
	color:#fff;
	width: 100%;
	max-width: 300px;
	padding:15px  10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	line-height: 1.8em;
	cursor: pointer;
	transition : all 0.5s ease 0s;
}
form input[type="submit"]:hover{
	background: #666;
}
form input.privacyRadio{

}
.formBox p span{
	display: inline-block;
	background:#ff8200;
	margin-left: 0.5em;
	color:#fff;
	line-height: 1em;
	padding: 2px 10px 5px;
	font-size:75%;
	border-radius: 100px;
	position: relative;
	top:-2px;
}


/* プライバシーポリシー */
.privacyBox{
	background:#F2F2F2;
	padding:20px;
	box-sizing:border-box;
	height:250px;
	overflow-y: scroll;
	border-radius: 10px;
}
.privacyBox ul{
	padding-left: 1.5em;
}

/* ----------------------------------------------------------------------
 swiper
---------------------------------------------------------------------- */
.swiper{
	position: relative;
	z-index: 1;
}
/* スライドの動き等速 */
.swiper-wrapper {
	transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
	object-fit: cover;
	width: 100%;
}
.swiper-slide img {
	height: 250px;
}
@media screen and (max-width: 767px){
	.swiper-slide img {
		height: 150px;
	}
}
@media screen and (max-width: 480px){
	.swiper-slide img {
		height: 100px;
	}
}

/* ----------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------- */
.company{
	padding: 4em 0 4em;
}
.companyLogo,.companyTxt{
	width: 48%;
}
.companyLogo img{
	display: block;
	width: 100%;
	max-width:360px ;
}
.companyTxt table{
	width: 100%;
}
.companyTxt table th{
	width: 6em;
}
.companyTxt table th,
.companyTxt table td{
	padding: 5px 0;
	border-bottom: 1px dashed #333;
}
@media screen and (max-width: 767px){
	.company .flex{
		display: block;
	}
	.companyLogo,.companyTxt{
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.companyLogo img{
		max-width:250px;
		margin: 0 auto 15px;
	}
}


/* ----------------------------------------------------------------------
 サンクスページ
---------------------------------------------------------------------- */
.thanks{
	margin-bottom: 6em;
}
a.thanksLink{
	color:#1f70da;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	padding: 0 5px 10px;
	transition : all 0.5s ease 0s;
}
a.thanksLink:hover{
	color: #666;
}
a.thanksLink::after{
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	background: rgb(31,112,218);
	background: linear-gradient(90deg, rgba(31,112,218,1) 0%, rgba(255,130,0,1) 100%);
	position: absolute;
	bottom:0;
	left:0;
}


/* ----------------------------------------------------------------------
 copyright
---------------------------------------------------------------------- */
.copyright{
	background: #1f70da;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size:30px;
	text-decoration: none;
	text-align: center;
	background:#ff8200;
	width:45px;
	height:45px;
	line-height: 0.5;
	box-sizing: border-box;
    border-radius: 50%;
    border:2px solid #fff;
    transition : all 0.5s ease 0s;
}
#pageTop a span{
	font-size:12px;
	display: block;
    letter-spacing: 0.05em;
}
#pageTop a:hover {
	text-decoration: none;
	background: #666;
}
#pageTop a i{
    position: relative;
    font-size: 25px;
    top:2px;
}