@charset "utf-8";
/*==================================================
cmn
==================================================*/
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #111;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 750px;
	width: 100%;
}
.sp {
	display: none;
}
/*==================================================
head
==================================================*/

.site-header {
	padding: 15px 5%;
	text-align: center;
	line-height: 1em;
}
/*==================================================
foot
==================================================*/
footer .link {
	margin: 1em 0 0;
	text-align: center;
}
footer .link a {
	margin: 0 0.5em;
}
footer address {
	text-align: center;
	font-style: normal;
	padding: 10px 0;
	font-size: 80%;
	font-weight: bold;
}
/*==================================================
content
==================================================*/
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-2 .col-box {
	width: 50%;
}
.pad-t00 {
	padding-top: 0 !important;
}
.pad-b00 {
	padding-bottom: 0 !important;
}
.tit01 {
	font-size: 46px;
	line-height: 1.5em;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.08em;
}
.bg-green .tit01 {
	color: #fff;
}
.tit01 .txt-s {
	font-size: 60%;
	line-height: 1.5em;
}
.tit01.icon:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/saimu07_dh/icon01.png) no-repeat center;
	background-size: contain;
	margin: 0 auto 20px;
}
.tit01 .img {
	display: block;
	margin-bottom: 40px;
}
section {
	padding: 80px 0;
}
.bg-green-l {
	background: #f1f6f1;
}
.bg-green {
	background: #fabe00;
}
.txt-red {
	color: #c91a2f;
	font-weight: bold;
}
.txt-center {
	text-align: center;
}
.border-yellow {
	background: linear-gradient(transparent 70%, #ffe003 30%);
	display: inline-block;
	line-height: 1.4em;
}
.main-sec {
	background: url(../img/saimu07_dh/main_bg.png) no-repeat center top;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.main-img h1 {
	margin: 0 -5%;
}
.submit-box {
	background: #fbe04c;
	padding: 50px 0;
}

.submit-box .img {
    margin-bottom: 1.5em;
}

.submit-box .btn02 {
	margin-top: 10px;
	text-align: center;
}
.check-box {
	background: #f1f6f1;
	padding: 30px 40px;
	margin-bottom: 2em;
}
.bg-green-l .check-box {
	background: #fff;
}
.check-box .icon {
	width: 20%;
}
.check-box .txt {
	width: 75%;
	font-size: 42px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fabe00;
}
.chat-box {
	margin-top: 8%;
}
.chat-box .chat {
	overflow: hidden;
	margin-bottom: 20px;
}
.chat-box .chat:last-child {
	margin-bottom: 0;
}
.chat-box .chat .icon {
	width: 200px;
	float: right;
	margin-top: 70px;
}
.chat-box .chat.r .icon {
	float: right;
}
.chat-box .chat .txt {
	display: block;
	overflow: hidden;
	padding-right: 20px;
	text-align: center;
	color: #fabe00;
	position: relative;
}
.chat-box .chat .txt .inner {
	background: #f1f6f1;
	padding: 20px 10px;
	font-size: 32px;
	line-height: 1.5em;
	border: 4px solid #fabe00;
	border-radius: 10px;
	font-weight: bold;
}
.bg-green-l .chat-box .chat .txt .inner {
	background: #fff;
}
.chat-box .chat .txt:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 10px;
	width: 20px;
	height: 20px;
	border: 4px solid;
	border-color: #fabe00 #fabe00 transparent transparent;
	transform: rotate(45deg);
	background: #f1f6f1;
}
.bg-green-l .chat-box .chat .txt .inner, .bg-green-l .chat-box .chat .txt:after {
	background: #fff;
}
.point-list {
}
.point-list li {
	position: relative;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #fff;
	border:1px solid #12569c
}
.point-list li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -100px;
	left: -100px;
	border: 100px solid transparent;
	border-right: 100px solid #e4eee3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.point-list .icon {
	width: 140px;
	float: left;
	text-align: center;
	/*color: #fabe00;*/
	color: #12569c;
	position: relative;
	z-index: 1;
}
.point-list .icon .txt-s {
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 1em;
}
.point-list .icon .num {
	font-size: 100px;
	display: block;
	line-height: 1em;
}
.point-list .txt {
	display: block;
	overflow: hidden;
	font-size: 40px;
	line-height: 1.5em;
	padding: 20px;
	font-weight: bold;
}
.tv-box {
	background: #ffe003;
	padding: 45px 20px;
	text-align: center;
}
.tv-box dl {
	display: inline-block;
}
.tv-box dt {
	font-weight: bold;
	font-size: 40px;
}
.tv-box dd {
	font-weight: bold;
	background: #fff;
	padding: 10px;
	margin-top: 1em;
}
.txt-box {
	text-align: center;
	/*color: #fff;*/
	font-weight: bold;
	margin-top: 8%;
}
.txt-box p {
	font-weight: bold;
}
.company-img {
	max-width: 750px;
	margin: 4% auto 0;
}
.submit-sec {
	padding: 0;
}
/*.submit-box p {
	background: #fff;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	font-size: 26px;
	margin: 20px 0;
}*/
.box-blue {
	text-align: center;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	color: #21417f;
	border: 4px solid #fabe00;
	padding: 5%;
	background: #f5f6fa;
	margin-bottom: 1em;
}
.img-box {
	margin: 8% 0;
}
.case-list li {
	margin-bottom: 40px;
}
.flow-list dt {
	background: #fabe00;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
}
.flow-list dd {
	background: #fff;
	padding: 20px 5%;
	position: relative;
}
.flow-list dd:after {
	content: "";
	width: 4px;
	height: 40px;
	background: #fabe00;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -40px;
	left: 50%;
}
.flow-list dt.end {
	background: #c91a2f;
	padding-top: 40px;
	padding-bottom: 40px;
}
.tit02 {
	font-size: 32px;
	text-align: center;
	background: #fabe00;
	color: #fff;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.demerit {
	background: #fff;
	padding: 5%;
	margin-top: 8%;
}
.demerit h2.tit02 {
	background: #c91a2f;
	margin-bottom: 1em;
}
.demerit ul li {
	list-style: disc;
	margin-left: 1.5em;
	margin-top: 1em;
}
.timing-list li {
	overflow: hidden;
	margin-bottom: 20px;
}
.timing-list li:last-child {
	margin-bottom: 0;
}
.timing-list li .icon {
	width: 80px;
	float: left;
	margin-top: 10px;
}
.timing-list li.r .icon {
	float: right;
}
.timing-list li .txt {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	position: relative;
}
.timing-list li.r .txt {
	padding: 0;
	padding-right: 30px;
}
.timing-list li .txt .inner {
	background: #fff;
	padding: 35px 6%;
	border-bottom: 5px solid #eee;
	font-size: 40px;
	line-height: 1.5em;
	font-weight: bold;
}
.timing-list li .txt:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0px;
	border: 10px solid transparent;
	border-right: 20px solid #fff;
}
.timing-list li.r .txt:after {
	left: inherit;
	right: 0;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mar-t {
	margin-top: 8%;
}
.bg-red {
	background: #c91a2f;
}
.lisk h1.tit01 {
	color: #fff;
}
.lisk .point-list li:last-child {
	margin-bottom: 0;
}
.lisk .point-list .icon {
	color: #c91a2f;
	padding: 20px 20px;
}
.lisk .point-list .icon img {
	max-width: 90px;
	width: 100%;
}
.lisk .point-list li:after {
	border-right-color: #fbf3f3;
}
.lisk .chat-box {
	margin: 0;
}
.lisk .chat-box .chat .txt .inner {
	background: #fbf3f3;
	border-color: #c91a2f;
	color: #c91a2f;
}
.lisk .chat-box .chat .txt:after {
	background: #fbf3f3;
	border-color: #c91a2f #c91a2f transparent transparent;
}
section.sec02 {
    background: #ffefef;
}

section.sec02 h1.tit01 {
    color: #000;
    font-size: 35px;
    line-height: 1.8em;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.08em;
}

section.sec02 h1.tit01 span {
    color: #fff;
    font-size: 46px;
    background-color: red;
}

section.sec02 .case-box {
    background: #fff;
    padding: 5%;
    margin-bottom:5%;
    position: relative;
    border-radius: 20px;
}
section.sec02 .case-box .point {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -15px;
    left: -15px;
}
section.sec02 .case-box .img {
    width: 100%;
    text-align: center;
}

section.sec02 .case-box .txt {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    line-height: 2.3;
}

section.sec02 .case-box h1 {
   /** color: #fabe00;**/
    margin: 0 auto 1em;
}

section.sec02 .case-box h1 span {
    display: inline-block;
    border-bottom: 3px solid #fabe00;
    line-height: 2em;
    font-size: 1.6rem;
}
section.sec02 .case-box .txt h2{
	line-height: 2em;
	margin-bottom: 0.5em;
}
section.sec02 .case-box .txt ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 4rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1em;
    letter-spacing: normal;
}

section.sec02 .case-box .txt ul li .txt-s {
    font-size: 30px;
}

section.sec02 .case-box .txt ul li.after .txt-m {
    font-size: 85%;
}

section.sec02 .case-box .txt ul li.before:after {
    content: "";
    display: inline-block;
    background: url(../img/saimu07_dh/arrow.png) no-repeat center;
    width: 18px;
    height: 12px;
    background-size: contain;
    padding: 0 3px;
}

section.sec02 .case-box .txt ul li.after {
    color: #e10000;
    vertical-align: -1px;
    font-size: 5rem;
}

section.sec03 {
    background: #bbd9e0;
    padding: 0;
}

section.sec04 {
    background: #ffd3af;
    padding: 0;
}

section.sec05 li {
    margin-bottom: 2em;
}

section.sec05 li:last-child {
    margin-bottom: 0;
}

section.sec06 {
    background: #c4eafc;
    padding-bottom: 0;
}

section.sec07 {
    background: #dce6f0;
}

section.sec07 h1.tit01 {
    color: #fff;
}
.note {
    font-size: 87.5%;
    text-align: center;
    margin-top: 1em;
    font-weight:600;
}

@media screen and (max-width: 800px) {
.wrap {
	padding: 0 5%;
}
}
 @media screen and (max-width: 600px) {
body {
	font-size: 16px;
	letter-spacing: 0;
}
.sp {
	display: block;
}
.site-header {
	padding: 8px 5%;
}
.site-header .logo {
	font-size:12px;
}
.site-header .logo img {
	width:160px;
	vertical-align: bottom;
	line-height: 0;
}
.wrap {
	padding: 0 20px;
}
.main-img {
	padding: 25px 0 0;
}
.main-img h1 {
	margin: 0;
}
.main-sec .wrap {
	padding: 0;
}
.main-sec {
	background: url(../img/saimu07_dh/main_bg.png) no-repeat center top;
	background-size:cover;
}


.main-sec .submit-box {
	padding: 20px 5%;
}
.submit-box .img {
    margin-bottom: 1em;
}
.submit-box .btn02 {
	margin-top: 5px;
}
section {
	padding: 30px 0;
}
.tit01 {
	font-size: 28px;
	line-height: 1.5em;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}
.tit01.icon:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/saimu07_dh/icon01.png) no-repeat center;
	background-size: contain;
	margin: 0 auto 10px;
}
.check-box {
	background: #f1f6f1;
	padding: 20px 10px;
	margin-bottom: 2em;
}
.check-box .txt {
	font-size: 26px;
}
.chat-box .chat .icon {
	width: 80px;
	float: right;
	margin-top: 50px;
}
.chat-box .chat .txt .inner {
	padding: 10px 10px;
	border: 2px solid #fabe00;
}
.chat-box .chat .txt:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 20px;
	height: 20px;
	border-width: 2px;
}
.point-list li {
	padding: 10px 0;
	margin-bottom: 10px;
}
.point-list .icon {
	width: 70px;
}
.point-list .icon .txt-s {
	font-size: 10px;
}
.point-list .icon .num {
	font-size: 50px;
	display: block;
}
.point-list .txt {
	display: block;
	overflow: hidden;
	font-size: 22px;
	line-height: 1.5em;
	padding: 10px 10px 10px 0;
	font-weight: bold;
}
.point-list li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -50px;
	left: -50px;
	border: 50px solid transparent;
	border-right: 50px solid #e4eee3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tv-box {
	padding: 20px 10px;
	text-align: center;
}
.tv-box dl {
	display: block;
}
.tv-box dt {
	font-size: 20px;
}
.tv-box dd {
	line-height: 1.5em;
	margin-top: 0.5em;
	font-size: 12px;
}
.company-img {
	margin: 8% auto 0;
}
h2.tit01 {
	font-size: 22px;
}
.sec04 {
	padding-bottom: 0;
}
.img-txt .txt h1 {
	font-size: 28px;
}
.img-txt .txt p {
	font-size: 100%;
	margin-bottom: 0.5em;
}
.img-txt .txt {
	width: 60%;
	padding-bottom: 40px;
}
.submit-box {
	padding: 20px 0;
}
.submit-box p {
	padding: 10px 5px;
	font-size: 100%;
	margin: 10px 0;
}
.box-blue {
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #21417f;
	border: 2px solid #fabe00;
	padding: 4%;
	background: #f5f6fa;
	margin-bottom: 1em;
}
.case-list li {
	margin-bottom: 20px;
}
.flow-list dt {
	font-size: 18px;
	padding: 15px 10px;
	margin-top: 20px;
}
.flow-list dd {
	padding: 15px 5%;
}
.flow-list dd:after {
	width: 2px;
	height: 20px;
	bottom: -20px;
}
.flow-list dt.end {
	padding-top: 20px;
	padding-bottom: 20px;
}
.timing-list li {
	margin-bottom: 10px;
}
.timing-list li .icon {
	width: 40px;
}
.timing-list li .txt {
	padding-left: 10px;
}
.timing-list li .txt .inner {
	background: #fff;
	padding: 20px 5%;
	border-bottom: 5px solid #eee;
	font-size: 5vw;
	line-height: 1.5em;
	font-weight: bold;
	z-index: 10;
	position: relative;
}
.timing-list li .txt:after {
	top: 15px;
	left: -10px;
}
.timing-list li.r .txt {
	padding-right: 10px;
}
.timing-list li.r .txt:after {
	right: -10px;
}
.lisk .point-list .icon {
	padding: 15px 15px;
}
.lisk.txt {
	padding-top: 20px;
}
	.check-box .icon {
    width: 15%;
}
.check-box .txt {
    width: 80%;
	    font-size: 24px;
}
	 .tit02 {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 10px;
}

section.sec02 h1.tit01 {
    font-size: 18px;
    margin-bottom: 25px;
}

section.sec02 h1.tit01 span {
    font-size: 25px;
}

.sec03 .wrap {
    padding: 0;
    border: 6px solid #fff;
}

.sec04 .wrap {
    padding: 0;
    border: 6px solid #fff;
    border-top: none;
}

section.sec05 li {
    margin-bottom: 1em;
}

     section.sec02 .case-box .point {
            width: 80px;
        }
        section.sec02 .case-box h1 span {
            font-size: 1.3rem;
        }
        section.sec02 .case-box {
        margin-top: 7%;
        }
        section.sec02 .case-box .txt ul li.after {
            font-size: 3.7rem;
        }
        section.sec02 .case-box .txt ul li .txt-s {
            font-size: 16px;
        }
        section.sec02 .case-box .txt ul li {
            font-size: 2.5rem;
	 }   }
 @media screen and (max-width: 500px) {
 .tit01 {
 font-size: 7.5vw;
}
 .chat-box .chat .txt .inner {
 font-size: 4.4vw;
}
 .point-list .txt {
 font-size: 5vw;
}
 .img-txt .txt h1 {
 font-size: 7.5vw;
}
 footer address {
 font-size:8px;
}
}
.tit01 .txt-s {
	font-size: 55%;
}

}
 @media screen and (max-width: 320px) {
 body {
 font-size:14px;
}
 .check-box .txt {
 font-size: 20px;
}
 .tit01 .txt-s {
 font-size: 55%;
}
.point-list .txt {
    font-size: 4.8vw;
}
 .tv-box dt {
 font-size: 18px;
}
 .tv-box dd {
 font-size:80%;
}
 h2.tit01 {
 font-size: 20px;
}
	    section.sec02 .case-box .point {
            width: 60px;
        }

}




/*==================================================
フッター固定ボタン
==================================================*/
body {
padding-bottom: 160px;
}
@media screen and (max-width: 600px) {
	body {
	padding-bottom: 20vw;
	}
}
.fnavi{
position: fixed;
bottom: 0;
text-align: center;
transform: translateX(-50%);
transform: translateY(100%);
transition: .3s;
z-index: 999;
background: rgba(0,0,0,0.6);
/* box-shadow: 0 -3px 3px rgba(0,0,0,0.1); */
width:100vw;
}
.fnavi > div {
text-align: center;
padding:1rem 6%;
}
.fnavi > div a {
display:inline-block;
max-width:400px;
height:auto;
margin:0 auto;
}
.fnavi > div a img {
width:100%;
}
.fnavi.show{
transform: translateX(-50%);
		transform: translateY(0);
}




/*==================================================
当てはまるものが１つでもあれば…
==================================================*/
a img {
	transition: all 200ms ease-out;
	}
	a:hover img,
	a:active img {
	opacity: 0.8;
	transform: scale(0.9);
	}
	.checkItemCon {
	background:#FFF;
	}
	.checkItemCon img {
	display:inline-block;
	max-width: 100%;
	}
	.checkItemCon .inner {
	max-width:800px;
	margin:0 auto 6rem;
	}
	.checkItemCon h2 {
	padding:4rem 0;
	text-align: center;
	}
	.checkItemCon ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem 0.5%;
	padding:1.5rem 1.5rem;
	width:100%;
	box-sizing: border-box;
	background:#F5F5F5;
	}

	@media screen and (min-width:601px){
		.checkItemCon ul::after {
		content: "";
		display:block;
		width:32%;/* 子要素と同じ幅 */
		}
		.checkItemCon .inner ul li {
		width:32%;
		box-sizing: border-box;
		}
	}/* min-width:601px */


	.checkItemCon ul li img {
	display:inline-block;
	width:100%;
	}

	.checkItemCTA {
	background:#fbe04c;
	padding:4rem 2rem;
	}
	.checkItemCTA .inner {
	max-width:800px;
	margin:0 auto;
	text-align: center;
	}
	.checkItemCTA a {
	max-width:600px;
	margin:1rem auto;
	}

	.cvBtnAni {
	margin: 0 auto;
	}
	.cvBtnAni a {
	display: inline-block;
	width: fit-content;
	animation: anime1 0.5s ease 0s infinite alternate;
	transform-origin:center;
	}
	.cvBtnAni a:hover,
	.cvBtnAni a:active {
	animation-play-state: paused;
	}
	@keyframes anime1 {
		from {
			transform: scale(0.9,0.9);
		}
		to {
			transform: scale(1,1);
		}
	}

	@media screen and (max-width:600px){
		.checkItemCon .inner {
		margin-bottom:0;
		}
		.checkItemCon h2 {
		padding:2rem 4% 4rem;
		}
		.checkItemCon ul {
		gap: 2vw 2%;
		}
		.checkItemCon ul::after {
		width:49%;
		}
		.checkItemCon ul li {
		width:49%;
		}
		.checkItemCTA {
		padding:3rem 5%;
		box-shadow: 0 3px 0 rgba(234, 85, 4,0.15),0 -3px 0 rgba(234, 85, 4,0.15);
		}
	}/* max-width: 600px */

