@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ------------------------------
    reset
------------------------------ */
html {
	font-size: 62.5%;
}
@media screen and (min-width: 751px) and (max-width: 1336px) {
	html {
		font-size: 0.748502994vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 1.3333333333vw;
	}
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	text-align: left;
	color: #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

body {
	padding-bottom: 15rem;
	background: #fff;
}
@media screen and (max-width: 750px) {
	body {
		padding-bottom: 20rem;
	}
}

iframe {
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

figure {
	line-height: 1;
}

img {
	width: 100%;
	height: auto;
}

picture {
	display: block;
	line-height: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

input,
textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

input:focus {
	outline: 0;
}

@media screen and (min-width: 751px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
	a,
a * {
		outline: 1px solid transparent;
	}
}
/* ------------------------------
    common
------------------------------ */
.preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

.main {
	overflow: hidden;
}

.wrap {
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.minsp {
		display: none;
	}
}
@media screen and (min-width: 751px) {
	.sp {
		display: none;
	}
}
@media screen and (min-width: 751px) {
	a {
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	a:hover {
		opacity: 0.7;
	}
}
.text_orange {
	color: #EC663D;
}

/* ------------------------------
    cta
------------------------------ */
.cta {
	background: url(../img/bg_cta_pc.png) repeat left top/1rem;
}
.cta .wrap {
	padding: 9.2rem 0 10rem;
}
.cta .title {
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 900;
	width: 71.3rem;
	margin: 0 auto;
	text-align: center;
}
.cta .title::before, .cta .title::after {
	content: "";
	position: absolute;
	top: 0;
	width: 2.5rem;
	height: 5.3rem;
	background: url(../img/line_white.svg) no-repeat center center/contain;
}
.cta .title::before {
	left: 0;
}
.cta .title::after {
	right: 0;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.cta .button {
	width: 75rem;
	height: 10rem;
	margin: 4rem auto 0;
}
.cta .button a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	-webkit-box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0.6rem 0.6rem 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
	.cta {
		background: url(../img/bg_cta_pc.png) repeat left top/1.4rem;
	}
	.cta .wrap {
		padding: 9.2rem 0 10rem;
	}
	.cta .title {
		font-size: 3.8rem;
		width: 60rem;
	}
	.cta .title::before, .cta .title::after {
		width: 4.3rem;
		height: 10rem;
		top: 2rem;
	}
	.cta .button {
		width: 67rem;
		height: 9rem;
		margin: 3rem auto 0;
	}
	.cta .button a {
		-webkit-box-shadow: 0.9rem 0.9rem 0 rgba(0, 0, 0, 0.3);
		        box-shadow: 0.9rem 0.9rem 0 rgba(0, 0, 0, 0.3);
	}
}

/* ------------------------------
    header
------------------------------ */
.header {
	height: 6rem;
	background: #fff;
}
.header .wrap {
	max-width: 138rem;
	width: 100%;
	height: 100%;
}
.header .logo {
	position: absolute;
	top: 1.4rem;
	left: 2.2rem;
	width: 41.9rem;
	height: 3rem;
}
.header .button {
	position: absolute;
	top: 1.3rem;
	right: 1.2rem;
	width: 14rem;
	height: 3.4rem;
}
@media screen and (max-width: 750px) {
	.header {
		height: 8rem;
		background: #fff;
	}
	.header .wrap {
		max-width: inherit;
	}
	.header .logo {
		top: 2.2rem;
		left: 4rem;
		width: 48rem;
		height: 3.6rem;
	}
	.header .button {
		top: 2rem;
		right: 4rem;
		width: 17rem;
		height: 4rem;
	}
}

/* ------------------------------
    mv
------------------------------ */
.mv {
	width: 100%;
	height: 36.6766467066vw;
	background: url(../img/bg_mv_pc.jpg) no-repeat center top/auto 100%;
}
.mv .box {
	padding-top: 2.619760479vw;
}
.mv .box_lead01 {
	font-size: 2.5449101796vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.mv .box_lead02 {
	font-size: 4.0419161677vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin-top: 1.3473053892vw;
}
.mv .logo {
	width: 39.9700598802vw;
	margin: 4.4910179641vw auto 0;
}
.mv .title {
	font-size: 1.497005988vw;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	color: #fff;
	margin-top: 3.7425149701vw;
}
@media screen and (max-width: 750px) {
	.mv {
		height: 102rem;
		background: url(../img/bg_mv_sp.jpg) no-repeat center top/auto 100%;
	}
	.mv .box {
		padding-top: 4.5rem;
	}
	.mv .box_lead01 {
		font-size: 3.9rem;
	}
	.mv .box_lead02 {
		font-size: 6.8rem;
		margin-top: 3rem;
	}
	.mv .logo {
		width: 60rem;
		margin: 7rem auto 0;
	}
	.mv .title {
		font-size: 2.8rem;
		margin-top: 41rem;
	}
}

/* ------------------------------
    sec01
------------------------------ */
.sec01 {
	padding-top: 9.4rem;
}
.sec01 .wrap {
	max-width: 134rem;
	width: 100%;
}
.sec01 .title {
	width: 44.6rem;
	margin: 0 auto;
}
.sec01 .image01 {
	width: 65rem;
	margin: 4rem auto 0;
}
.sec01 .image02 {
	position: absolute;
	top: 4rem;
	right: -2.5rem;
	width: 36.7rem;
	height: 36.7rem;
}
.sec01 .text {
	font-size: 4rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 4rem;
}
@media screen and (max-width: 750px) {
	.sec01 {
		padding-top: 10rem;
	}
	.sec01 .wrap {
		max-width: inherit;
	}
	.sec01 .title {
		width: 62rem;
	}
	.sec01 .image01 {
		width: 69rem;
		margin: 4.5rem auto 0;
	}
	.sec01 .image02 {
		position: static;
		top: auto;
		right: auto;
		width: 45.1rem;
		height: auto;
		margin: 3rem auto 0;
		-webkit-transform: translateX(-4rem);
		        transform: translateX(-4rem);
	}
	.sec01 .text {
		font-size: 5.2rem;
		line-height: 1.6538461538;
		margin-top: 3rem;
	}
}

/* ------------------------------
    sec02
------------------------------ */
.sec02 {
	margin-top: 12.8rem;
	background: #fdebde;
}
.sec02 .wrap {
	width: 90rem;
	padding: 7rem 0 10rem;
}
.sec02 .text {
	position: absolute;
	top: -3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 30rem;
	height: 7.3rem;
}
.sec02 .title {
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
.sec02 .tab_wrap {
	margin-top: 4.2rem;
}
.sec02 .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sec02 .tab .item {
	position: relative;
	background: #d8dade;
	width: 33.3333333333%;
	cursor: pointer;
}
.sec02 .tab .item::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 3rem;
	height: 3rem;
	background: url(../img/arw_tab_off.svg) no-repeat center center/contain;
}
.sec02 .tab .item:nth-child(2) {
	border-left: 2px solid #b1b4bc;
	border-right: 2px solid #b1b4bc;
}
.sec02 .tab .item.is-active {
	background: #fff;
}
.sec02 .tab .item.is-active::before {
	background: url(../img/arw_tab_on.svg) no-repeat center center/contain;
}
.sec02 .tab .item.is-active:nth-child(2) {
	border: none !important;
}
.sec02 .tab .item.is-active .tab_title {
	background: #EC663D;
	color: #fff;
}
.sec02 .tab .item.is-active .tab_image {
	position: relative;
}
.sec02 .tab .item.is-active .tab_image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #f9d1c5;
	border-radius: 0.8rem;
}
.sec02 .tab .item.is-active .tab_text {
	color: #EC663D;
}
.sec02 .tab.tab_top .item {
	padding-bottom: 6.5rem;
}
.sec02 .tab.tab_top .item::before {
	bottom: 2.2rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.sec02 .tab.tab_top .item:nth-child(1) {
	border-radius: 1.6rem 0 0 0;
}
.sec02 .tab.tab_top .item:nth-child(3) {
	border-radius: 0 1.6rem 0 0;
}
.sec02 .tab.tab_top .tab_title {
	border-radius: 0 0 0.6rem 0.6rem;
}
.sec02 .tab.tab_bottom .item {
	padding: 6.3rem 0 2rem;
}
.sec02 .tab.tab_bottom .item::before {
	top: 1.4rem;
	-webkit-transform: translateX(-50%) rotate(180deg);
	        transform: translateX(-50%) rotate(180deg);
}
.sec02 .tab.tab_bottom .item:nth-child(1) {
	border-radius: 0 0 0 1.6rem;
}
.sec02 .tab.tab_bottom .item:nth-child(3) {
	border-radius: 0 0 1.6rem 0;
}
.sec02 .tab.tab_bottom .tab_title {
	border-radius: 0.6rem;
}
.sec02 .tab .tab_title {
	background: #c5c7cd;
	width: 22rem;
	height: 4.6rem;
	margin: 0 auto;
	font-size: 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: 0.05em;
	font-weight: 900;
}
.sec02 .tab .tab_image {
	width: 22rem;
	margin: 2.5rem auto 0;
}
.sec02 .tab .tab_image img {
	border-radius: 0.8rem;
	overflow: hidden;
}
.sec02 .tab .tab_text {
	color: #3D4458;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	margin-top: 1rem;
}
.sec02 .panel {
	background: #fff;
	padding: 1.3rem 2.5rem 3.5rem;
}
@media screen and (min-width: 751px) {
	.sec02 .tab .item {
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	.sec02 .tab .item:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 750px) {
	.sec02 {
		margin-top: 13rem;
	}
	.sec02 .wrap {
		width: 70rem;
		padding: 9rem 0 10rem;
	}
	.sec02 .text {
		top: -4rem;
		width: 45rem;
		height: 11rem;
	}
	.sec02 .title {
		font-size: 7.4rem;
		line-height: 1.4;
	}
	.sec02 .tab_wrap {
		margin-top: 4.5rem;
	}
	.sec02 .tab {
		display: block;
	}
	.sec02 .tab .item {
		width: 100%;
		height: 20rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.sec02 .tab .item::before {
		left: auto;
		right: 3rem;
		width: 3.6rem;
		height: 3.6rem;
	}
	.sec02 .tab .item:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: 2px solid #b1b4bc;
		border-bottom: 2px solid #b1b4bc;
	}
	.sec02 .tab .item.is-active .tab_image {
		position: relative;
	}
	.sec02 .tab .item.is-active .tab_image::before {
		border: 3px solid #f9d1c5;
		border-radius: 1.2rem;
	}
	.sec02 .tab.tab_top .item {
		padding-bottom: 0;
	}
	.sec02 .tab.tab_top .item::before {
		bottom: 50%;
		-webkit-transform: translate(0, 50%);
		        transform: translate(0, 50%);
	}
	.sec02 .tab.tab_top .item:nth-child(1) {
		border-radius: 1.6rem 1.6rem 0 0;
	}
	.sec02 .tab.tab_top .item:nth-child(3) {
		border-radius: 0;
	}
	.sec02 .tab.tab_top .tab_title {
		border-radius: 0 0.8rem 0.8rem 0;
	}
	.sec02 .tab.tab_bottom .item {
		padding: 0;
	}
	.sec02 .tab.tab_bottom .item::before {
		top: 50%;
		-webkit-transform: translate(0, -50%) rotate(180deg);
		        transform: translate(0, -50%) rotate(180deg);
	}
	.sec02 .tab.tab_bottom .item:nth-child(1) {
		border-radius: 0;
	}
	.sec02 .tab.tab_bottom .item:nth-child(3) {
		border-radius: 0 0 1.6rem 1.6rem;
	}
	.sec02 .tab.tab_bottom .tab_title {
		border-radius: 0 0.8rem 0.8rem 0;
	}
	.sec02 .tab .tab_title {
		width: 6rem;
		height: 16rem;
		margin: 0;
		font-size: 3.4rem;
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
	}
	.sec02 .tab .tab_image {
		width: 20rem;
		margin: 0 0 0 2.5rem;
	}
	.sec02 .tab .tab_image img {
		border-radius: 1.2rem;
	}
	.sec02 .tab .tab_text {
		font-size: 2.8rem;
		line-height: 1.6428571429;
		text-align: left;
		margin: 0 0 0 3rem;
	}
	.sec02 .panel {
		padding: 6rem 1rem 5rem;
	}
}

/* ------------------------------
    sec03
------------------------------ */
.sec03 .wrap {
	padding: 9.6rem 0 10.5rem;
	width: 120rem;
}
.sec03 .title01 {
	position: relative;
	font-size: 3.4rem;
	font-weight: bold;
	width: 45.7rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
}
.sec03 .title01::before, .sec03 .title01::after {
	content: "";
	position: absolute;
	top: 0;
	width: 2.2rem;
	height: 4rem;
	background: url(../img/line_black.svg) no-repeat center center/contain;
}
.sec03 .title01::before {
	left: 0;
}
.sec03 .title01::after {
	right: 0;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.sec03 .title02 {
	font-size: 5rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-top: 3rem;
}
.sec03 .box {
	margin-top: 6rem;
}
.sec03 .box .item {
	background: rgba(243, 156, 88, 0.3);
	border-radius: 1.6rem;
	padding: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sec03 .box .item:nth-child(n+2) {
	margin-top: 8rem;
}
.sec03 .box .before,
.sec03 .box .after {
	position: relative;
	border-radius: 1.6rem;
	padding: 1.5rem 1.5rem 2.2rem;
	background: #fff;
}
.sec03 .box .before.padding_bottom01,
.sec03 .box .after.padding_bottom01 {
	padding-bottom: 0.5rem;
}
.sec03 .box .before {
	width: 35rem;
	z-index: 1;
}
.sec03 .box .before::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -6.5rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 9rem;
	height: 2.6rem;
	background: url(../img/arw_sec03_pc.svg) no-repeat center center/contain;
}
.sec03 .box .before_title {
	background: #3D4458;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 4.6rem;
	border-radius: 100vh;
}
.sec03 .box .before_text {
	color: #3D4458;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 2rem;
}
.sec03 .box .before_image {
	width: 28.3rem;
	margin: 2.2rem auto 0;
}
.sec03 .box .before_image.translate_x01 {
	-webkit-transform: translateX(-1.5rem);
	        transform: translateX(-1.5rem);
}
.sec03 .box .after {
	width: 73.45rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 4.6rem 2.5rem 3.5rem 3rem auto;
	grid-template-rows: 4.6rem 2.5rem 3.5rem 3rem auto;
	-ms-grid-columns: 33rem auto;
	grid-template-columns: 33rem auto;
}
.sec03 .box .after > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.sec03 .box .after > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.sec03 .box .after > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}
.sec03 .box .after > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}
.sec03 .box .after > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.sec03 .box .after > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}
.sec03 .box .after > *:nth-child(7) {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
}
.sec03 .box .after > *:nth-child(8) {
	-ms-grid-row: 4;
	-ms-grid-column: 2;
}
.sec03 .box .after > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.sec03 .box .after > *:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-column: 2;
}
.sec03 .box .after_title {
	background: #EC663D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 4.6rem;
	border-radius: 100vh;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}
.sec03 .box .after_text {
	width: 100%;
	color: #EC663D;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}
.sec03 .box .after_balloon {
	width: 36.8rem;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.sec03 .box .after_balloon p {
	position: relative;
	font-size: 2rem;
	line-height: 1.6;
	width: 35.5rem;
	padding: 1.6rem 2.3rem;
	border: 0.3rem solid #EC663D;
	border-radius: 0.8rem;
}
.sec03 .box .after_balloon p.margin_top01 {
	margin-top: 3.4rem;
}
.sec03 .box .after_balloon p::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	left: -2.1rem;
	width: 2.1rem;
	height: 2.3rem;
	background: url(../img/img_sec03_pc.png) no-repeat center center/contain;
}
.sec03 .box .after_image {
	text-align: right;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-row: 5/6;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}
.sec03 .box .after_image img {
	width: 30rem;
}
@media screen and (max-width: 750px) {
	.sec03 .wrap {
		padding: 12.6rem 0 10rem;
		width: 67rem;
	}
	.sec03 .title01 {
		font-size: 5rem;
		width: 67rem;
		letter-spacing: 0.05em;
	}
	.sec03 .title01::before, .sec03 .title01::after {
		top: -0.3rem;
		width: 3rem;
		height: 6rem;
	}
	.sec03 .title02 {
		font-size: 7.4rem;
		line-height: 1.3513513514;
		margin-top: 2rem;
	}
	.sec03 .box {
		margin-top: 5.3rem;
	}
	.sec03 .box .item {
		border-radius: 2.4rem;
		padding: 3rem;
		display: block;
	}
	.sec03 .box .item:nth-child(n+2) {
		margin-top: 10rem;
	}
	.sec03 .box .before,
.sec03 .box .after {
		border-radius: 2.4rem;
	}
	.sec03 .box .before.padding_bottom01,
.sec03 .box .after.padding_bottom01 {
		padding-bottom: 3rem;
	}
	.sec03 .box .before {
		width: 100%;
		padding: 4rem;
	}
	.sec03 .box .before::before {
		top: auto;
		bottom: -7.5rem;
		right: 50%;
		-webkit-transform: translate(50%, 0) rotate(90deg);
		        transform: translate(50%, 0) rotate(90deg);
		width: 13rem;
		height: 4rem;
	}
	.sec03 .box .before_title {
		font-size: 4rem;
		height: 6.9rem;
	}
	.sec03 .box .before_text {
		font-size: 3.6rem;
		line-height: 1.5;
		margin-top: 2.2rem;
	}
	.sec03 .box .before_image {
		width: 43rem;
		margin: 2.5rem auto 0;
	}
	.sec03 .box .before_image.translate_x01 {
		-webkit-transform: none;
		        transform: none;
		padding: 2rem 0 0;
	}
	.sec03 .box .before_image.margin_top_sp_01 {
		margin-top: 4rem;
	}
	.sec03 .box .after {
		width: 100%;
		display: block;
		margin-top: 11rem;
		padding: 4rem 4rem 2rem;
	}
	.sec03 .box .after_title {
		font-size: 4rem;
		height: 6.9rem;
	}
	.sec03 .box .after_text {
		font-size: 4.6rem;
		line-height: 1.3913043478;
		margin-top: 2.2rem;
	}
	.sec03 .box .after_balloon {
		width: 100%;
		display: block;
		margin-top: 3rem;
	}
	.sec03 .box .after_balloon p {
		font-size: 3rem;
		line-height: 1.6;
		width: 100%;
		padding: 2.6rem 3.3rem;
		border: 0.4rem solid #EC663D;
		border-radius: 1.2rem;
	}
	.sec03 .box .after_balloon p.margin_top01 {
		margin-top: 0;
	}
	.sec03 .box .after_balloon p::before {
		top: auto;
		bottom: -3.3rem;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		left: 50%;
		width: 3.8rem;
		height: 3.3rem;
		background: url(../img/img_sec03_sp.png) no-repeat center center/contain;
	}
	.sec03 .box .after_image {
		text-align: center;
		margin-top: 5rem;
	}
	.sec03 .box .after_image.translate_x_sp01 {
		-webkit-transform: translateX(2.5rem);
		        transform: translateX(2.5rem);
		padding: 1rem 0;
	}
	.sec03 .box .after_image.padding_sp_01 {
		padding: 1rem 0;
	}
	.sec03 .box .after_image img {
		width: 45rem;
	}
}

/* ------------------------------
    sec04
------------------------------ */
.sec04 {
	background: url(../img/bg_sec04_pc.png) repeat left top/1rem;
}
.sec04 .wrap {
	padding: 10rem 0;
	width: 90rem;
}
.sec04 .title {
	font-size: 5rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	color: #EC663D;
}
.sec04 .box {
	margin-top: 6.2rem;
}
.sec04 .box .item {
	border: 2px solid #EC663D;
	border-radius: 1.6rem;
	padding: 4.7rem;
	background: #fff;
}
.sec04 .box .item:nth-child(n+2) {
	margin-top: 8rem;
}
.sec04 .box_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sec04 .box_title {
	font-size: 3.4rem;
	line-height: 1.4705882353;
	font-weight: bold;
	border-bottom: 2px solid #EC663D;
	width: 53.3rem;
}
.sec04 .box_title::before, .sec04 .box_title::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.sec04 .box_title::before {
	margin-top: -0.235em;
}
.sec04 .box_title::after {
	margin-bottom: -0.235em;
}
.sec04 .box_image {
	width: 24rem;
}
.sec04 .box_text {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 2.5rem;
}
.sec04 .box_link {
	position: relative;
	text-align: right;
	color: #EC663D;
	font-size: 2rem;
	line-height: 1;
	margin-top: 1.5rem;
}
.sec04 .box_link a::after {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.5rem;
	background: url(../img/arw_sec04_pc.svg) no-repeat center center/contain;
	margin-left: 0.5rem;
}
.sec04 .box_name {
	font-size: 2rem;
	line-height: 1;
	margin-top: 2.6rem;
}
@media screen and (max-width: 750px) {
	.sec04 {
		background: url(../img/bg_sec04_pc.png) repeat left top/1.5rem;
	}
	.sec04 .wrap {
		padding: 11.5rem 0;
		width: 67rem;
	}
	.sec04 .title {
		font-size: 7.4rem;
	}
	.sec04 .box {
		margin-top: 6rem;
	}
	.sec04 .box .item {
		border-radius: 2.4rem;
		padding: 4.5rem 3.5rem 5.5rem;
	}
	.sec04 .box .item:nth-child(n+2) {
		margin-top: 10rem;
	}
	.sec04 .box_flex {
		display: block;
	}
	.sec04 .box_title {
		font-size: 4rem;
		line-height: 1.7619047619;
		padding-bottom: 3.9rem;
		width: 100%;
	}
	.sec04 .box_title::before {
		margin-top: -0.38em;
	}
	.sec04 .box_title::after {
		margin-bottom: -0.38em;
	}
	.sec04 .box_image {
		width: 100%;
		margin-top: 3.8rem;
	}
	.sec04 .box_text {
		font-size: 3rem;
		line-height: 1.7;
		margin-top: 2.6rem;
	}
	.sec04 .box_link {
		font-size: 3rem;
		margin-top: 3.5rem;
	}
	.sec04 .box_link a::after {
		width: 2.6rem;
		height: 2.2rem;
		margin-left: 0.3rem;
	}
	.sec04 .box_name {
		font-size: 3rem;
		margin-top: 4rem;
	}
}

/* ------------------------------
    sec05
------------------------------ */
.sec05 .wrap {
	padding: 9.4rem 0 10rem;
	width: 127.6rem;
}
.sec05 .title01 {
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	width: 48.2rem;
	margin: 0 auto;
	text-align: center;
}
.sec05 .title01::before, .sec05 .title01::after {
	content: "";
	position: absolute;
	top: -0.5rem;
	width: 2.2rem;
	height: 4rem;
	background: url(../img/line_black.svg) no-repeat center center/contain;
}
.sec05 .title01::before {
	left: 0;
}
.sec05 .title01::after {
	right: 0;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.sec05 .title02 {
	font-size: 5rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	color: #EC663D;
	letter-spacing: 0.05em;
	margin-top: 2rem;
}
.sec05 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6rem 6rem;
	margin-top: 6.5rem;
}
.sec05 .box .item {
	width: calc(50% - 3rem);
	background: #fbe1cd;
	border-radius: 1.6rem;
	padding: 2.7rem;
}
.sec05 .box .item .box_image {
	height: 19.7rem;
	margin: 1rem auto 0;
}
.sec05 .box .item:nth-child(1) .box_image {
	width: 48.4rem;
	padding: 2.2rem 0 0;
}
.sec05 .box .item:nth-child(2) .box_image {
	width: 52.1rem;
	-webkit-transform: translateX(-0.5rem);
	        transform: translateX(-0.5rem);
}
.sec05 .box .item:nth-child(3) .box_image {
	width: 50.7rem;
	padding: 1.3rem 0 0;
	-webkit-transform: translateX(-1.3rem);
	        transform: translateX(-1.3rem);
}
.sec05 .box .item:nth-child(4) .box_image {
	width: 40.6rem;
	padding: 1.5rem 0 0;
	-webkit-transform: translateX(-0.3rem);
	        transform: translateX(-0.3rem);
}
.sec05 .box_title {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4117647059;
	text-align: center;
	color: #EC663D;
}
.sec05 .box_text {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 1rem;
}
@media screen and (max-width: 750px) {
	.sec05 .wrap {
		padding: 12.5rem 0 10rem;
		width: 67rem;
	}
	.sec05 .title01 {
		font-size: 4.2rem;
		width: 65rem;
	}
	.sec05 .title01::before, .sec05 .title01::after {
		top: -1rem;
		width: 3rem;
		height: 6rem;
	}
	.sec05 .title02 {
		font-size: 7.2rem;
		margin-top: 2rem;
		white-space: nowrap;
	}
	.sec05 .box {
		display: block;
		margin-top: 4.8rem;
	}
	.sec05 .box .item {
		width: 100%;
		border-radius: 2.4rem;
		padding: 4.3rem 3.5rem 5rem;
	}
	.sec05 .box .item:nth-child(n+2) {
		margin-top: 9.6rem;
	}
	.sec05 .box .item .box_image {
		height: auto;
		margin: 2.8rem auto 0;
	}
	.sec05 .box .item:nth-child(1) .box_image {
		width: 54.9rem;
		padding: 2.5rem 0 0.8rem;
		-webkit-transform: translateX(1.1rem);
		        transform: translateX(1.1rem);
	}
	.sec05 .box .item:nth-child(2) .box_image {
		width: 61rem;
		padding: 0 0 0.8rem;
		-webkit-transform: none;
		        transform: none;
	}
	.sec05 .box .item:nth-child(3) .box_image {
		width: 59.8rem;
		padding: 1.6rem 0 0.8rem;
		-webkit-transform: none;
		        transform: none;
	}
	.sec05 .box .item:nth-child(4) .box_image {
		width: 54.6rem;
		padding: 1rem 0 0;
		-webkit-transform: none;
		        transform: none;
	}
	.sec05 .box_title {
		font-size: 5rem;
		line-height: 1.48;
	}
	.sec05 .box_text {
		font-size: 3rem;
		line-height: 1.7;
		margin-top: 3rem;
	}
}

/* ------------------------------
    form
------------------------------ */
.form .wrap {
	padding: 10rem 0 5.5rem;
}
.form .title {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	width: 34rem;
	margin: 0 auto 4.5rem;
	padding-bottom: 1.1rem;
	border-bottom: 2px solid #EC663D;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.form .wrap {
		padding: 11.5rem 0 4.5rem;
	}
	.form .title {
		font-size: 6rem;
		width: 50.4rem;
		margin: 0 auto 6rem;
		padding-bottom: 2rem;
	}
	.form .contact {
		text-align: center;
		overflow: hidden;
	}
	.form .contact iframe {
		width: 100%;
		height: 1000px !important;
	}
}

/* ------------------------------
    footer
------------------------------ */
.footer {
	padding: 5.6rem 0;
	background: #EC663D;
}
.footer .copy {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.footer {
		padding: 3.6rem 0;
	}
	.footer .copy {
		font-size: 2.4rem;
	}
}

/* ------------------------------
    cta_fixed
------------------------------ */
.cta_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 15rem;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cta_fixed .button {
	width: 56.5rem;
	height: 10.4rem;
}
.cta_fixed .button a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	-webkit-box-shadow: 0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
	        box-shadow: 0.3rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 750px) {
	.cta_fixed {
		height: 20rem;
	}
	.cta_fixed .button {
		width: 71.7rem;
		height: 13.6rem;
	}
	.cta_fixed .button a {
		-webkit-box-shadow: 0.45rem 0.3rem 0.45rem rgba(0, 0, 0, 0.5);
		        box-shadow: 0.45rem 0.3rem 0.45rem rgba(0, 0, 0, 0.5);
	}
}
/*# sourceMappingURL=style.css.map */

.header .logo img {
	width: 150px;
}

@media (min-width: 751px){
	.pc_hidden{
		display: none;
	}
}
	