@charset "utf-8";

.underline_h2:before {
	background-color: #ff687a;
}

.content {
	padding: calc(83 / 1000 * 100%) 0 calc(100 / 1000 * 100%) 0;
    width: 100%;
}
.content--en {
	padding: calc(83 / 1000 * 100%) 0 0;
}
.content__inner {
	margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

/* ---------- key ----------*/

.kv__texts {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Marcellus", Verdana, 'Century Gothic', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', sans-serif;
}
.kv__title {
    position: relative;
    padding: 0 0 calc(20 / 1000 * 100%);
    font-size: 4rem;
    letter-spacing: 0.5rem;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .kv__title  {
        font-size: 5.33vw;
    }
}
.kv__text {
    position: relative;
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .kv__text  {
        font-size: 2.67vw;
    }
}
.kv__link--insurance:hover {
	background-color: #fff;
	color: #ff687a;
	opacity: 0.7;
}
.kv__link--ja {
    display: block;
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.kv__link--ja {
		font-size: 1vw;
	}
}

.div-bottom__item--tel,
.div-bottom__link--insurance {
    border: solid 1px #ff687a;
    color: #ff687a!important;
}

.IconMail,
.IconTel {
	fill: #ff687a;
}
.SvgIconMail, .SvgIconTel {
    right: calc(30 / 480 * 100%);
    width: calc(70 / 480 * 100%);
}

.supportflow-detail {
	margin: auto;
	max-width: 1000px;
	text-align: center;
	font-size: 1.2em;
}

.supportflow-detail .supportflow-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	overflow: hidden;
}

.supportflow-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	overflow: hidden;
}

.supportflow-list li {
	background-color: #ff687a;
	padding-top: 10px;
	line-height: 24px;
	width: 32.9%;
	margin-top: 6px;
}

.supportflow-list li:nth-child(3n+1) {
	margin-left: 0px;
}

.supportflow-list li a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -0.05em;
	width: 309px;
	height: 210px;
	display: block;
	padding: 10px;
}

.supportflow-list li .text {
	font-size: 1rem;
	font-weight: normal;
	padding-top: 6px;
	display: block;
	margin: 9px;
	text-align: left;
}
