@charset "utf-8";

/* CSS Document */

html,
body,
h1,
h2,
h3,
a,
p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-family: "メイリオ","Meiryo","Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro", Osaka, sans-serif;
}

img {
	width: 100%;
	height: auto;
}

#mfp_loading, 
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay,
#mfp_hidden {
	display: none !important;
}


/* header(mainVisual)
---------------------------*/

.header {
	background-image: url("../img/mainvisual_bg.png");
	background-position: left 60% top 0;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
}

.header__inner {
	width: 96vw;
	max-width: 1080px;
	height: 905px;
	position: relative;
	margin: 0 auto 0;
}

.header__ttl-pc{
	position: absolute;
	top: 68px;
	width: 63%;
}

.header__logo {
	width: 20%;
	padding-top: 7px;
}

.header__customer-pc {
	position: absolute;
	top: 260px;
	width: 60%;
}

.header__bottom-pc {
	text-align: center;
	position: absolute;
    top: 490px;
	width: 100%;
}

.header__lead-pc {
	width: 80%;
}


.header__point-pc {
	width: 100%;
	padding-top: 15px;
}

.header__btn-pc {
	width: 65%;
	padding-top: 15px;
}

.header__bottom-sp {
	display: none;
}

@media screen and (max-width: 970px) {
	.header__inner {
		height: 797px;
	}
	
	.header__customer-pc {
		top: 236px;
	}

    .header__bottom-pc {
        top: 432px;
    }
}

@media screen and (max-width: 768px) {
	.header {
		background-image: url("../img/mainvisual_bg_sp.png");
		background-position: left top 0,center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
	
	.header__inner {
	    max-width: 96vw;
	    margin: 0 auto;
		height: auto;
	}
	
	.header__ttl-pc{
		display: none;
	}
	
	.header__logo {
		width: 35%;
		padding-top: 7px;
	}
	
	.header__customer-pc {
		display: none;
	}
	
	.header__bottom-sp {
	    display: block;
		margin: 31% 0 0;
    }
	
	.header__bottom-pc {
		display: none;
	}
	
	.header__lead-sp,
	.header__point-sp,
	.header__customer-sp,
	.header__btn-sp {
		width: 100%;
		margin-top: 5px;
	}
}


/* お悩み
---------------------------*/
.troble {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.troble h2 {
	padding: 30px 0 20px;
	background-image: url("../img/troble_bg001.png");
	width: 100%;
	max-width: 1500px;
}

.troble h2 img {
	width: 60%;
	max-width: 1080px;
}

.troble__list {
	background-image: url("../img/troble_bg002.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

.troble__list:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
	margin-right: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #ececec;
}

.troble__item {
	position: relative;
	display: inline-block;
	text-align: left;
	margin: 40px 0 70px 0;
	width: 100%;
	max-width: 1080px;
}

.troble__item li {
	list-style-type: none;
	border-bottom: dotted #000000;
	padding-left: 9%;
	line-height: 1.5em;
	padding: 30px 0 30px 160px;
	font-size: 30px;
	font-weight: bold;
}

.troble li:before {
	content: url("../img/icon_check.png");
    position: absolute;
    left : 9%; /*左端からのアイコンまでの距離*/
	padding-top: 0.3%;
}

.troble li span {
	font-weight: bold;
	color: #112d97;
}

.troble__solution {
	background: url("../img/troble_bg003.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	font-size: 38px;
	line-height: 1.5em;
	padding: 70px 0 50px;
}

.troble__solution-inner {
	max-width: 1080px;
	width: 96vw;
	margin: 0 auto;
}

.troble__solution p{
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}

.troble__solution-picup01 {
	font-size: 50px;
	color: #ffee05; /* 黄色 */
}

.troble__solution-picup02 {
	font-size: 50px;
	color: #112d97; /* 青 */
    padding: 0 10px;
    margin: 5px 5px;
	background: #ffee05; /* 黄色 */
}

.sp-br {
	display: none;
}

@media screen and (max-width: 768px) {
	.troble {
		text-align: center;
	    display: block;
	    width: 100%;
	    max-width: 768px;
    }
	
	.troble h2 {
	    padding: 20px 0 10px;
	    background-image: url("../img/troble_bg001.png");
		background-size: cover;	
	}
	
	.troble h2 img {
		width: 96vw;
	}
	
	.troble__list {
	    background-image: url("../img/troble_bg002_sp.png");
	    height: auto;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    position: relative;
	}
	
	.troble__list:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 50%;
	    margin-right: -30px;
        border: 30px solid transparent;
        border-top: 30px solid #ececec;
	}

    .troble__item {
	    position: relative;
	    display: inline-block;
	    text-align: left;
	    margin: 25px 0 15px 0;
	    font-size: 24px;
	    line-height: 1.5em;
	    width: 96vw;
	}

    .troble__item li {
	    list-style-type: none;
    	border-bottom: dotted #000000;
	    padding: 20px 10px 20px 70px;
		font-size: 16px;
	}

    .troble__item li:last-child {
    	border-bottom: none;
	}

    .troble li:before {
	    content: url("../img/icon_check.png");
	    position: absolute;
		left: 4%;
		padding-top: 0.5%;
		transform: scale(0.8);
	}

    .troble__solution {
    	background: url("../img/troble_bg003.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    height: auto;
	    color: #FFFFFF;
	    font-size: 24px;
	    line-height: 1.7em;
	    padding: 50px 0 20px;
	}

    .troble__solution p{
	    padding-bottom: 15px;
		font-size: 18px;
	}
	
	.troble__solution-texe01 {
		line-height: 1.5em;
	}
	
	.troble__solution-texe02 {
		line-height: 1.7em;
	}

    .troble__solution-picup01 {
	    font-size: 28px;
	    color: #ffee05; /* 黄色 */
	    font-weight: bold;
	}

    .troble__solution-picup02 {
    	font-size: 28px;
    	color: #112d97; /* 青 */
    	font-weight: bold;
        padding: 0 5px;
        margin: 5px 5px;
	    background: #ffee05; /* 黄色 */
	}
	
	.sp-br {
	    display: inline;
    }
}

@media screen and (max-width: 500px) {
	.troble__list {
	    background-image: url("../img/troble_bg002_sp2.png");
	}
}


/* reason
---------------------------*/
.reason {
	text-align: center;
	padding: 70px 0;
	margin: 0 auto;
}

.reason h2 {
	padding-bottom: 20px;
}

.reason__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto;
}

.reason__list {
	display: flex;
	justify-content: center;
}

.reason__col {
	position: relative;
	width: 33.3%;
	text-align: left;
	margin-right: 25px;
    border-right: 1px solid #a4a4a4;
	padding-right: 25px;
}

.reason__col:last-child {
	margin-right: 0;
    border-right: none;
	padding-right: 0;
}

.reason__col h3 {
	text-align: center;
	font-size: 21px;
	color: #112d97; /* 青 */
	padding: 10px 0;
}

.reason__number {
	position: absolute;
	top: -12px;
	width: 18%;
}

@media screen and (max-width: 768px) {
	.reason {
	    text-align: center;
	    max-width: 768px;
	    padding: 50px 0;
    }
	
    .reason__inner {
	    width: 96vw;
	    margin: 0 auto;
	    text-align: left
    }
	
	.reason h2 {
		text-align: center;
		padding: 0 20px 30px;
	}
	
    .reason h2 img {
	    width: 100%;
    }
	
    .reason__list {
	    display: block;
		width: 96vw;
		margin: 0 auto;
	}
	
    .reason__col {
	    position: relative;
	    text-align: left;
		width: 100%;
		max-width: 768px;
	    margin: 0 auto 35px;
		border: none;
		padding: 0;
	}
	
	.reason__img {
		width: 100%;
		height: auto;
	}
	
	.reason__number {
		width: 14%
	}
	
    .reason__col:last-child {
	    margin: 0 auto;
	}
	
    .reason__col h3 {
	    text-align: center;
	    font-size: 24px;
		font-weight: bold;
	    color: #112d97; /* 青 */
	    padding: 10px 0;
	}
	
	.reason__col p {
		font-size: 16px;
	}
}


/* ボタン
---------------------------*/
.cvArea {
	width: 100%;
	max-width: 1500px;
	background-image: url("../img/cvarea_bg.png");
	margin: 0 auto 0;
	text-align: center;
	padding: 40px 0 30px;
}

.cvArea__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto;
}

.cvArea p {
	color: #ffffff;
	padding: 0 0 30px;
	font-weight: bold;
	font-size: 40px;
	font-family: 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
}

.tel {
	margin-right: 20px;
	width: auto;
	height: 100%;
}

.cvArea__contact {
	display: flex;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto 0;
}

.cvArea__btn {
	width: 100%;
	height: auto;
}

.cvArea__sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.cvArea {
	    display:none;
    }
	
	.cvArea__sp {
		display: block;
		position: fixed;
		bottom: -23px;
		z-index: 999999;
		background: rgba(0,0,0,0.6);
        padding: 4px 0 0 0;
        width: 100%;
        max-width: 768px;
	}
	
	.cvArea__inner-sp {
		display: flex;
    	justify-content: center;
    	width: 96vw;
   		margin: 0 auto;
	}
	
	.cvArea__list {
		width: 50%;
	}
}


@media screen and (max-width: 624px) {
	.cvArea__sp {
		position: fixed;
		bottom: -5px;
		padding: 10px 0 0 0;
	}
}

@media screen and (max-width: 454px) {
	.cvArea__sp {
		position: fixed;
		bottom: -3px;
		padding: 10px 0 0 0;
	}
}


/* case
---------------------------*/
.case {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 0;
	padding: 70px 0;
	background-color: #eff4fc;
    background-image: linear-gradient(#cae4fc 2px, transparent 0),
		              linear-gradient(90deg, #cae4fc 2px, transparent 0),
                      linear-gradient(#cae4fc 1px, transparent 0),
                      linear-gradient(90deg, #cae4fc 1px, transparent 0);
    background-size: 40px 40px, 40px 40px, 20px 20px, 20px 20px;
	text-align: center;
}

.case__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto 0;
}

.case h2 {
	padding-bottom: 120px;
}

.case h2 img {
	width: auto;
}

.case__list {
	max-width: 980px;
	background-color: #ffffff;
	padding: 40px 50px 40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	position: relative;
	margin: 0 auto 0;
}

.case__listname {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	position: absolute;
	bottom: 99.2%;
	left: 0;
}

.case__listname p {
	position: absolute;
	bottom: 30%;
	left: 10%;
}

.case__subttl {
	color: #112d97; /* 青 */
	border-bottom: 3px solid #112d97; /* 青 */
	text-align: left;
	font-size: 24px;
	margin-bottom: 20px;
}

.case__list01 {
	margin-bottom: 40px; 
}

.case__list01-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case__list01-text {
	width: 50%;
	background-color: #efe7d7; /* 薄黄色 */
    border-radius: 20px;
	padding: 40px 20px;
	margin-right: 20px;
}

.case__list01-ttl {
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffe100 60%);
}

.case__list01-text2 {
	padding-top: 20px;
	line-height: 1.7em;
}

.case__list01-img {
	width: 50%;
}

.case__list02 {
	text-align: left;
	margin-bottom: 40px;
}

.case__list03 {
	text-align: left;
}

.case__list03-item01 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.case__list03-item02 {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
}

.case__list03-text01 ul {
	list-style-type: none;
	padding-top: 10px;
}

.case__list03-text02 {
	position: relative;
	display: inline-block;
	width: 70%;
	padding: 20px 10px 10px;
	background: #dbe5f6;
	border-radius: 7px;
}

/* 吹き出し(左) */
.case__list03-text02:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #dbe5f6;
}

.case__list03-col {
	position: relative;
	display: inline-block;
	width: 33.3%;
	text-align: center;
	background-color: #efe7d7; /* 薄黄色 */
	margin-right: 30px;
}

/* 吹き出し(右) */
.case__list03-col:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -29px;
    border: 15px solid transparent;
    border-left: 15px solid #efe7d7; /* 薄黄色 */
}

.case__list03-col:last-child:before {
    border: none;
}

.case__list03-col:last-child {
	margin-right: 0;
}

.case__list03-ttl{
	position: relative;
	width: 100%;
	height: 70px;
	background-color: #ffe100;
}

.case__list03-ttl p {
    position: absolute; 
	text-align: center;
	margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.2em;
}

.case__list03-col img {
	width: 43%;
}

.case__list03-text {
	text-align: left;
	padding: 0px 15px;
    margin-bottom: 15px;
}

.pc-br {
	display: inline;
}

@media screen and (max-width: 768px) {
	.case {
	    width: 100%;
	    max-width: 768px;
	    padding: 50px 0;
	    background-color: #eff4fc;
        background-image: linear-gradient(#cae4fc 2px, transparent 0),
		              linear-gradient(90deg, #cae4fc 2px, transparent 0),
                      linear-gradient(#cae4fc 1px, transparent 0),
                      linear-gradient(90deg, #cae4fc 1px, transparent 0);
        background-size: 40px 40px, 40px 40px, 20px 20px, 20px 20px;
    }
	
	.case__inner {
	    width: 96vw;
	    margin: 0 auto 0;
    }
	
	.case h2 {
		text-align: center;
		padding: 0 20px 70px;
	}
	
    .case h2 img {
	    width: 100%;
    }
	
	.case__list {
	    max-width: 768px;
	    height: auto;
	    background-color: #ffffff;
	    padding: 40px 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	    position: relative;
	}
	
    .case__listname {
	    color: #ffffff;
	    font-weight: bold;
	    text-align: left;
	    font-size: 24px;
	    position: absolute;
	    bottom: 99.6%;
	    left: 0;
		width: 100%
    }
	
	.case__listname img {
		width: 72%
	}
	
    .case__listname p {
	    position: absolute;
	    bottom: 30%;
	    left: 5%;
		font-size: 18px;
	}
	
    .case__subttl {
	    color: #112d97; /* 青 */
	    border-bottom: 3px solid #112d97; /* 青 */
	    text-align: left;
	    font-size: 24px;
	    margin-bottom: 20px;
		line-height: 1.3em;
	}
	
    .case__list01 {
	    margin: 0 30px 40px; 
    }
	
    .case__list01-content {
	    display: flex;
		flex-wrap: wrap-reverse;
    }
	
    .case__list01-text {
	    width: 100%;
	    background-color: #efe7d7; /* 薄黄色 */
        border-radius: 20px;
		margin-right: 0;
		padding: 20px 20px;
    }
	
    .case__list01-ttl {
	    font-size: 21px;
	    font-weight: bold;
	    background: linear-gradient(transparent 60%, #ffe100 60%);
		line-height: 1.3em;
    }
	
	.case__list01-img {
		width: 100%;
		margin-bottom: 10px;
	}
	
    .case__list01-text2 {
	    padding-top: 20px;
	    line-height: 1.5em;
    }
	
	.case__list02 {
	    text-align: left;
	    margin: 0 30px 40px; 
    }
	
    .case__list03 {
		margin: 40px 30px 0; 
	    text-align: left;
    }
	
    .case__list03-item01 {
	    display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }
	
    .case__list03-item02 {
	    margin: 30px 0 0;
	    display: block;
    }
	
    .case__list03-text01 ul {
	    list-style-type: none;
	    padding-top: 10px;
    }
	
    .case__list03-text02 {
    	display: inline-block;
    	width: 100%;
    	padding: 15px;
		margin-top: 15px;
    	background: #dbe5f6;
    	border-radius: 7px;
    }
	
    /* 吹き出し(左) */
    .case__list03-text02:before {
        display: none;
    }
	
    .case__list03-col {
	    position: relative;
	    display: inline-block;
	    width: 100%;
		height: auto;
	    text-align: center;
	    background-color: #efe7d7; /* 薄黄色 */
		margin-bottom: 50px;
    }

    /* 吹き出し(下) */
	.case__list03-col:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 50%;
	    margin-right: -25px;
        border: 20px solid transparent;
        border-top: 20px solid #efe7d7; /* 薄黄色 */
	}
	
    .case__list03-col:last-child:before {
        border: none;
    }
	
    .case__list03-col:last-child {
		margin-bottom: 0;
    }
	
    .case__list03-ttl{
	    position: relative;
	    width: 100%;
	    height: 0;
	    background-color: #ffe100;
		padding: 22px 0;
    }
	
    .case__list03-ttl p {
        position: absolute; 
	    text-align: center;
	    margin: 0;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) ;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 1.2em;
		align-items: stretch;
    }
	
	.case__list03-content {
		display: flex;
		justify-content: center;
		padding: 0 10px;
		align-items: center;
	}
	
	.case__icn {
		width: 30%;
	}
	
    .case__list03-col img {
		width: 100%;
    }
	
    .case__list03-text {
	    text-align: left;
	    padding: 16px 0 16px 10px;
		margin-bottom: 0;
		width: 70%
    }
	
    .pc-br {
	    display: none;
    }
}

/* strenght
---------------------------*/
.strenght {
	text-align: center;
	padding: 70px 0px;
	margin: 0 auto;
}

.strenght h2 {
	padding-bottom: 50px;
}

.strenght h2 img {
	width: auto;
}

.strenght__inner{
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto;
}

.strenght__before {
	background-image: url("../img/strenght_bg001.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.strenght__before-ttl {
	background: #000b4e; /* 紺色 */
	color: #ffffff;
	height: 60px;
	padding: 20px 0 0;
	font-size: 32px;
}

.strenght__before ul {
	position: relative;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	line-height: 2.3em;
	margin: 40px 0 20px;
}

.strenght__before li {
	list-style-type: none;
	font-size: 24px;
	padding: 0 0 23px 60px;
	text-shadow:
		3px 3px 3px #ffffff, -3px -3px 3px #ffffff,
		-3px 3px 3px #ffffff,  3px -3px 3px #ffffff,
		3px 0px 3px #ffffff, -3px  0px 3px #ffffff,
		0px 3px 3px #ffffff,  0px -3px 3px #ffffff;
}
	
.strenght__before li:before {
	content: url("../img/strenght_check01.png");
    position: absolute;
    left : 10px; /*左端からのアイコンまでの距離*/
	padding-top: 1px;
}

.strenght__plus {
	width: 9%;
}

.strenght__after {
	background-image: url("../img/strenght_bg002.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
	margin: 30px auto;
}

.strenght__after-ttl {
	background: #ffe100; /* 黄色 */
	height: 60px;
	padding: 20px 0 0;
	font-size: 32px;
}

.strenght__after ul {
	position: relative;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	margin: 40px 0 20px;
}

.strenght__after li {
	list-style-type: none;
	font-size: 24px;
	padding: 0 0 25px 60px;
	text-shadow:
		3px 3px 3px #ffffff, -3px -3px 3px #ffffff,
		-3px 3px 3px #ffffff,  3px -3px 3px #ffffff,
		3px 0px 3px #ffffff, -3px  0px 3px #ffffff,
		0px 3px 3px #ffffff,  0px -3px 3px #ffffff;
}

.strenght__after li:before {
	content: url("../img/strenght_check02.png");
    position: absolute;
    left : 10px; /*左端からのアイコンまでの距離*/
	margin-top:0;
}

.strenght__after span {
	color: #f86300;
}

.strenght__result {
	position: relative;
	padding: 30px 0 0;
	font-size: 24px;
}

.strenght__result:before {
    content: "";
    position: absolute;
    top: 10%;
    right: 50%;
	margin-right: -120px;
    border: 120px solid transparent;
    border-top: 60px solid #f8bb00;
    z-index: 2;
}

.strenght__result:after {
	content: "";
    position: absolute;
    top: 0%;
    right: 50%;
	margin-right: -120px;
    border: 120px solid transparent;
    border-top: 60px solid #ffed69;
    z-index: 1;
}

.strenght__result p {
	font-family: 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', 'serif';
	font-weight: bold;
	margin-top: 70px;
	font-size: 24px;
}

.strenght__result span {
	font-size: 42px;
	background: linear-gradient(transparent 50%, #ffe100 50%);
}

@media screen and (max-width: 768px) {
	.strenght {
		width: 100%;
		max-width: 768px;
		padding: 50px 0;
    }
	
    .strenght__inner{
	    width: 96vw;
	    margin: 0 auto 0;
    }
	
    .strenght h2 {
		text-align: center;
		padding: 0 20px 30px;
    }
	
	.strenght h2 img {
		width: 100%
	}
	
    .strenght__before {
	    background-image: url("../img/strenght_bg001.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 100%;
	    display: block;
	    margin-bottom: 20px;
    }
	
    .strenght__before-ttl {
	    background: #000b4e; /* 紺色 */
	    color: #ffffff;
	    height: auto;
	    padding: 10px 10px;
	    font-size: 21px;
		line-height: 1.3em;
    }
	
    .strenght__before ul {
	    position: relative;
	    display: inline-block;
	    text-align: left;
	    font-weight: bold;
	    line-height: 1.5em;
	    margin: 40px 0 20px;
    }
	
    .strenght__before li {
	    list-style-type: none;
		font-size: 18px;
		line-height: 1.5em;
	    padding: 0 0 25px 60px;
	    text-shadow:
	    	3px 3px 3px #ffffff, -3px -3px 3px #ffffff,
	    	-3px 3px 3px #ffffff,  3px -3px 3px #ffffff,
	    	3px 0px 3px #ffffff, -3px  0px 3px #ffffff,
	    	0px 3px 3px #ffffff,  0px -3px 3px #ffffff;
    }
	
    .strenght__before li:before {
	    content: url("../img/strenght_check01.png");
        position: absolute;
        left : 4%; /*左端からのアイコンまでの距離*/
	    margin-top: -2.5%;
		transform: scale(0.8);
    }
	
	.strenght__plus {
	    width: 15%;
    }
	
	.strenght__after {
	    background-image: url("../img/strenght_bg002.png");
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 20px auto 30px;
    }
	
    .strenght__after-ttl {
	    background: #ffe100; /* 黄色 */
	    height: auto;
	    padding: 10px 10px;
	    font-size: 21px;
		line-height: 1.3em;
    }
	
    .strenght__after ul {
	    position: relative;
	    display: inline-block;
	    text-align: left;
	    font-weight: bold;
	    margin: 40px 0 20px;
    }
	
    .strenght__after li {
	    list-style-type: none;
		font-size: 18px;
		line-height: 1.5em;
	    padding: 0 0 25px 60px;
	    text-shadow:
	    	3px 3px 3px #ffffff, -3px -3px 3px #ffffff,
	    	-3px 3px 3px #ffffff,  3px -3px 3px #ffffff,
		    3px 0px 3px #ffffff, -3px  0px 3px #ffffff,
	    	0px 3px 3px #ffffff,  0px -3px 3px #ffffff;
    }
	
    .strenght__after li:before {
	    content: url("../img/strenght_check02.png");
        position: absolute;
        left : 3%; /*左端からのアイコンまでの距離*/
	    margin-top: -1%;
		transform: scale(0.8);
    }
	
    .strenght__after span {
	    color: #f86300;
    }
	
    .strenght__result {
	    position: relative;
	    padding: 30px 0 0;
	    font-size: 18px;
    }
	
    .strenght__result:before {
        content: "";
        position: absolute;
        top: 10%;
        right: 50%;
	    margin-right: -120px;
        border: 120px solid transparent;
        border-top: 60px solid #f8bb00;
        z-index: 2;
    }
	
    .strenght__result:after {
	    content: "";
        position: absolute;
        top: 0%;
        right: 50%;
	    margin-right: -120px;
        border: 120px solid transparent;
        border-top: 60px solid #ffed69;
        z-index: 1;
    }
	
    .strenght__result p {
		line-height: 1.7em;
		font-size: 21px;
    }
	
	.strenght__result span {
		font-size: 30px;
	}
}

/* plan
---------------------------*/
.plan {
	background: #eff4fc;
	width: 100%;
	max-width: 1500px;
	padding: 70px 0;
	margin: 0 auto;
}

.plan__inner {
	margin: 0 auto;
	width: 96vw;
	max-width: 1080px;
}

.plan h2 {
	padding-bottom: 50px;
	text-align: center;
}

.plan h2 img {
	width: auto;
}

.plan__img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.plan {
	    background: #eff4fc;
	    width: 100%;
	    max-width: 768px;
		padding: 50px 0;
    }
	
	.plan__inner {
		width: 96vw;
	}
	
	.plan h2 {
		padding: 0 20px 30px;
	}
	
	.plan h2 img {
		width: 100%;
	}
}


/* success
---------------------------*/
.success {
	width: 100%;
	max-width: 1500px;
	padding: 70px 0;
	margin: 0 auto;
}

.success__inner {
	margin: 0 auto;
}

.success__ttl {
	padding-bottom: 50px;
	text-align: center;
}

.success h2 img {
	width: auto;
}

.success__img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.success {
	    max-width: 768px;
		padding: 50px 0;
    }
	
	.success__inner {
		width: 96vw;
	}
	
    .success__ttl {
	    padding: 0 20px 30px;
    }
	
	.success h2 img {
		width: 80%;
	}
}


/* flow 
---------------------------*/
.flow {
	padding: 70px 0;
	background: #eff4fc;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}

.flow__inner{
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto 0;
}

.flow h2 {
	padding-bottom: 50px;
	text-align: center;
}

.flow h2 img {
	width: auto;
}

.flow__list-pc dl {
	display: flex;
    flex-wrap: wrap;
}

.flow__list-pc dl dt {
    width: 30%;
    background: #112d97;
    padding: 30px 0;
    margin-bottom: 30px;
	height: 150px;
    color: #ffffff;
    font-weight: bold;
	font-size: 24px;
	box-sizing: border-box;
	border: solid 3px #dddddd;
	border-right: none;
	position: relative;
}

.flow__list-pc dl dt:before {
    position: absolute;
    content: '';
    right: -1px;
    bottom: -0.5px;
    border: none;
    border-right: solid 53px #ffffff;
    border-top: solid 146px transparent;
}

.flow__list-pc dl dd {
    width: 70%;
    background: #ffffff;
    padding: 40px 0;
    margin-bottom: 30px;
	height: 150px;
    text-align: left;
	position: relative;
	box-sizing: border-box;
	border: solid 3px #dddddd;
	border-left: none;
}

.flow__list-ttl {
	font-size: 24px;
	font-weight: bold;
}

.flow__list-pc dl dd p {
	padding: 0 30px;
}

.flow__list-pc dl dd:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
	margin-right: 100px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
    z-index: 2;
}

.flow__list-pc dl dd:after {
	content: "";
    position: absolute;
    top: 101%;
    right: 50%;
	margin-right: 98px;
    border: 22px solid transparent;
    border-top: 22px solid #dddddd;
    z-index: 1;
}

.flow__list-pc dl dd:last-child:before,
.flow__list-pc dl dd:last-child:after {
    border: none;
}

.flow__list-sp {
	display: none;
}


@media screen and (max-width: 768px) {
	.flow {
		padding: 50px 0;
		background: #eff4fc;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		text-align: center;
	}

	.flow h2 {
		margin: 0 auto;
		padding: 0 20px 30px;
	}

	.flow h2 img {
		width: 70%;
	}

	.flow__list-pc {
		display: none;
	}
	
	.flow__list-sp {
		display: block;
	}
	
	.flow__list-sp dl {
	    position: relative;
	    display: block;
	    width: 100%;
		box-sizing: border-box;
    }
	
	.flow__list-sp dl dt {
   		width: 100%;
    	background: #112d97;
    	padding: 10px 0;
    	color: #ffffff;
    	font-weight: bold;
		font-size: 18px;
		box-sizing: border-box;
		border: solid 3px #dddddd;
		border-bottom: none;
		position: relative;
	}
	
	.flow__list-sp dl dd {
    	width: 100%;
    	background: #ffffff;
    	margin-bottom: 40px;
    	padding: 15px 0;
    	text-align: left;
		position: relative;
		box-sizing: border-box;
		border: solid 3px #dddddd;
		border-top: none;
	}
	
	.flow__list-sp dl dd:last-child {
		margin-bottom: 0;
	}
	
	.flow__list-sp dl dd:before {
    	content: "";
    	position: absolute;
    	top: 100%;
    	right: 50%;
		margin-right: -20px;
   		border: 20px solid transparent;
    	border-top: 20px solid #ffffff;
    	z-index: 2;
	}

	.flow__list-sp dl dd:after {
		content: "";
   		position: absolute;
    	top: 101%;
    	right: 50%;
		margin-right: -22px;
    	border: 22px solid transparent;
    	border-top: 22px solid #dddddd;
    	z-index: 1;
	}

	.flow__list-sp dl dd:last-child:before,
	.flow__list-sp dl dd:last-child:after {
		border: none;
	}
	
	.flow__list-ttl {
	    font-weight: bold;
		text-align: center;
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	
	.flow__list-sp dl dd p {
	    padding: 0 10px;
		font-size: 14px;
	}

}

/* company
---------------------------*/
.company {
	padding: 70px 0 20px;
	background: #eff4fc;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.company__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto 0;
}

.company h2 {
	padding-bottom: 50px;
	text-align: center;
}

.company h2 img {
	width: auto;
}

.company__inner dl {
    width: 100%;
    margin: 0 auto 50px;
    border-top: 1px solid #d6d6d6;
	text-align: left;
}

.company__inner dl dt {
	clear: both;
    float: left;
    width: 18.5%;
    padding: 25px 0 25px 1%;
    margin: 0 1.8% 0 0;
    position: relative;
    color: #0b1f68;
    font-weight: bold;
    font-size: 18px;
}

.company__inner dl dd{
    padding: 25px 0 25px 25%;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    color: #000;
    position: relative;
	width: auto;
}

.company__inner dl dd:after {
    content: "";
    display: block;
    border-left: 1px dotted #a3a3a3;
    position: absolute;
    left: 15%;
    top: 10%;
    height: 80%;
}

.company__inner li {
	list-style-type: none;
}

@media screen and (max-width: 768px) {
	.company {
	    background: #eff4fc;
	    width: 100%;
	    max-width: 768px;
		padding: 50px 0;
    }
	
    .company__inner {
	    width: 96vw;
    }
	
	.company h2 {
		padding: 0 20px 30px;
	}
	
	.company h2 img {
		width: 80%;
	}
	
	.company__inner dl {
		margin: 0;
	}
	
    .company__inner dl dd:after {
        content: "";
        display: block;
        border-left: 1px dotted #a3a3a3;
        position: absolute;
        left: 21%;
        top: 10%;
        height: 80%;
    }
	
	.company__inner dl dt {
		font-size: 15px;
		clear: none;
        float: none;
	}
	.company__inner dl dt {
    	width: auto;
    	padding: 15px 15px 5px 15px;
    	margin: 0;
}

	.company__inner dl dd{
   		padding: 0 15px 15px 15px;
   		border-bottom: 1px solid #d6d6d6;
}

	.company__inner dl dd:after {
    	display: none;
	
	}
}


/* contact
---------------------------*/
.contact {
	background: #eff4fc;
	width: 100%;
	max-width: 1500px;
	padding: 50px 0;
	margin: 0 auto;
}

.contact__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto 0;
	text-align: center;
}

.contact h2 {
	padding-bottom: 30px;
	text-align: center;
}

.contact h2 img {
	width: auto;
}

.contact__sslArea {
	display: flex;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #dde2e5;
	padding: 10px;
    max-width: 500px;
    margin: 30px auto 30px;
	align-items: center;
}

.contact__sslArea p {
	margin-left: 10px;
}

.contact__sslArea img {
	width: 30%;
}

.contact__formArea {
	text-align: left;
}

.contact dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contact dt {
	display: flex;
	justify-content: space-between;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.must {
	display: inline-block;
    background: #d74e4e;
    border-radius: 5px;
    color: #fff;
    padding: 5px 7px;
    vertical-align: middle;
    font-size: 13px;
}

.notmust {
	display: inline-block;
    background: #979797;
    border-radius: 5px;
    color: #fff;
    padding: 5px 7px;
    vertical-align: middle;
    font-size: 13px;
}

.contact dd {
	width: 70%;
	text-align: left;
	margin: 0 0 0 30px;
}

.contact__input01 {
	width: 98%;
    border: 1px solid #dde2e5;
    padding: 20px 5px;
}

.contact__input02 {
	width: 98%;
    border: 1px solid #dde2e5;
    padding: 12px 5px 70px;
}

.contact__input03 {
	width: 20px;
	height: 20px;
}

.contact__btn {
	text-align: center;
	margin: 30px 0 0;
}

button {
	background:none;
	overflow:visible;
	cursor:pointer;
	border: none;
}

.contact__btn img {
	width: 60%;
}

textarea {
	font-size: 16px;
}

.g-recaptcha {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width:300px;
	margin-top:20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.contact {
	    background: #eff4fc;
	    width: 100%;
	    max-width: 768px;
		padding: 50px 0 40px;
    }
	
    .contact__inner {
	    width: 96vw;
    }
	
	.contact h2 {
		padding: 0 20px 30px;
	}
	
	.contact h2 img{
		width: 90%;
	}
	
	.contact__formArea-ttl {
		width: 25%;
	}
	
	.contact__sslArea p {
		text-align: left;
		font-size: 10px;
	}

	.contact dl {
		display: block;
		margin-bottom: 40px;
		position: relative
	}
	
	.contact dt {
		display: flex;
		justify-content: flex-start;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0;
		width: 100%;
	}
	
	.contact dt:before {
		content: "■";
		display: block;
		position: absolute;
		top: -4px;
		left: 0;
		color: #112d96;
		font-size: 22px;
	}
	
	.contact__formArea-ttl {
		padding-left: 30px;
	}
	
    .must {
		display: inline-block;
    	background: #d74e4e;
    	border-radius: 5px;
    	color: #fff;
    	padding: 5px 7px;
    	vertical-align: middle;
    	font-size: 13px;
		margin-left: 15px;
	}
	
	.notmust {
		display: inline-block;
   		background: #979797;
    	border-radius: 5px;
   		color: #fff;
    	padding: 5px 7px;
    	vertical-align: middle;
    	font-size: 13px;
		margin-left: 15px;
	}
	
	.contact dd {
		width: 100%;
		margin: 0;
	}
	
	.contact__input01 {
		width: 96%;
    	border: 1px solid #dde2e5;
		font-size: 18px;
		padding: 13px 5px;
	}
	
	.contact__input02 {
		width: 96%;
    	height: 150px;
    	line-height: 1.3em;
    	border: 1px solid #dde2e5;
    	padding: 12px 5px 0;
		font-size: 18px;
	}
	
	.agree {
		text-align: center;
		padding: 20px 10px;
		margin: 20px auto 0;
		background: #ffffff;
		width: 50%;
		border: solid 1px #112d96;
		position: relative;
	}
	
	.checkbox-parts {
		color: #112d96;
		padding-left: 20px;
	}
	
	.contact__input03 {
		position: absolute;
		left: 15%;
	}
	
	.contact__btn {
	    text-align: center;
	    margin: 20px 0 0;
    }
	
	.contact__btn img {
		text-align: center;
		width: 100%
	}
	
	textarea {
		font-size: 16px;
	}
}

/* 確認画面
---------------------------*/
.content__logo {
	text-align: center;
	width: 20%;
    padding-top: 7px;
    margin-bottom: 50px;
}

.content__check-text {
	padding: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.contact__checkbox {
	background: #ffffff;
	margin: 20px 20px 50px;
	padding: 60px 30px 0;
	border: solid 2px #000000;
}

.contact__checkbox dt {
	margin-top: 0;;
}

.content__check-btnArea {
	display: flex;
	justify-content: center;
    font-size: 0;
}

.send {
	width: 30%;
	max-width: 400px;
	padding: 20px 0;
	background-color: #112d96;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
	color: #ffffff;
	border: solid 1px #08227c;
	display: block;
    margin-left: 20px;
}

.send:hover {
	background-color: #1d3baa;
}

.send:hover .send:after {
	border-top: 3px solid #1d3baa;
	border-right: 3px solid #1d3baa;
}

.cancel {
	width: 30%;
	max-width: 400px;
	padding: 20px 0;
	background-color: #eeeeee;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
	border: solid 1px #a4a4a4;
	display: block;
}

.cancel:hover {
	background-color: #f7f7f7;
}

.cancel:hover .cancel:after {
	border-top: 3px solid #f7f7f7;
	border-right: 3px solid #f7f7f7;
}

@media screen and (max-width: 768px) {
	.content__logo {
		width: 40%;
	}
}


/* 上に戻るボタン
---------------------------*/
#page_top{
	display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
	background: #ffffff;
	border: solid 3px #112d96;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #112d96;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top:hover {
	background: #1d3baa;
}

#page_top a:hover::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#page_top {
		display: none;
	}
}


/* エラー
---------------------------*/
.txt_err {
	color: #ff0000;
}

#contact dl dd.err .contact__input01,
#contact dl dd.err .contact__input02,
#contact dl dd.err .contact__input03 {
	border:solid 1px #ff0000;
	background: #ffecec;
}

/* footer
---------------------------*/
footer{
	background: #000000;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 0;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	footer{ 
		font-size: 10px;
	}
}


/* サンクスページ
---------------------------*/
.thanks {
	background: #eff4fc;
	width: 100%;
	max-width: 1500px;
	padding: 70px 0;
	margin: 0 auto;
}

.thanks__inner {
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto 0;
	text-align: center;
}

.thanks__logo {
	text-align: center;
	width: 20%;
    padding-top: 7px;
    margin-bottom: 50px;
}

.thanks h1 {
	padding: 30px 0;
	text-align: center;
	color: #112d96;
	font-size: 40px;
}

.thanks__inner p {
	padding-bottom: 20px;
	font-size: 18px;
}

.thanks__btn {
	display: block;
	max-width: 350px;
	margin: 0 auto;
	padding: 20px 70px;
	background-color: #112d96;
	border-radius: 8px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s;
}

.thanks__btn .thanks__btn-text {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding-left: 30px;
}

.thanks__btn .thanks__btn-text:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.thanks__btn .thanks__btn-text:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 3px solid #112d96;
	border-right: 3px solid #112d96;
	box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}

.thanks__btn:hover {
	background-color: #1d3baa;
}

.thanks__btn:hover .thanks__btn-text:after {
	border-top: 3px solid #1d3baa;
	border-right: 3px solid #1d3baa;
}

button {
	background:none;
	overflow:visible;
	cursor:pointer;
	border: none;
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	.thanks h1 {
		padding-bottom: 40px;
		   font-size: 30px;
		line-height: 1.2em;
	}

	.thanks {
		background: #eff4fc;
		width: 100%;
		max-width: 768px;
		padding: 50px 0;
		margin: 0 auto;
	}

	.thanks__logo {
		width: 40%;
	}

	.thanks__inner {
		width: 96vw;
		margin: 0 auto 0;
		text-align: center;
	}

	.thanks__inner p {
		padding-bottom: 20px;
		font-size: 14px;
	}

	.thanks h1 {
		line-height: 1.3em;
	}

	button {
		padding-top: 20px;
	}
}

footer{
	background: #000000;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 0;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	footer{ 
		font-size: 10px;
	}
}

.sp-br {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp-br {
		display: inline;
	}
}