html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0)
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0)
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
* {
	box-sizing: border-box
}
html {
	font-size: 62.5%
}
@media(max-width: 1200px) {
	html {
		font-size: 58.1%
	}
}
body {
	background-color: #f1f6f6
}
.body-container {
	color: #180700;
	font-size: 1.6em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/* overflow: hidden; */
	background-color: #fff;
	position: relative;
	z-index: 0
}
@media(min-width: 1920px) {
	.body-container {
		max-width: 1920px;
		margin: 0 auto
	}
}
input[type=submit], input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
	display: none
}
input[type=submit]:focus, input[type=button]:focus {
	outline-offset: -2px
}
li {
	list-style: none
}
a {
	color: #180700;
	text-decoration: none;
	display: inline-block;
	transition: .3s
}
a:hover {
	opacity: .8
}
img {
	width: 100%;
	vertical-align: bottom
}
.br-lg {
	display: none
}
@media(max-width: 1023px) {
	.br-lg {
		display: block
	}
}
.br-md {
	display: none
}
@media(max-width: 767px) {
	.br-md {
		display: block
	}
}
.br-sm {
	display: none
}
@media(max-width: 413px) {
	.br-sm {
		display: block
	}
}
.header {
	position: sticky;
	top: 0;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 999;
}
.header-inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 17px 40px
}
@media(max-width: 1200px) {
	.header-inner {
		padding: 17px 20px
	}
}
@media(max-width: 767px) {
	.header-inner {
		padding: 5px
	}
}
.header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.header-flex-left-logo {
	width: 112.5px;
	position: relative;
}
.header-flex-left-logo img {
	position: absolute;
    bottom: -20px;
}

/* @media(max-width: 1200px) {
	.header-flex-left-logo {
		width: 112.5px;
	}
}
@media(max-width: 1023px) {
	.header-flex-left-logo {
		width: 112.5px;
	}
} */
@media(max-width: 767px) {
	.header-flex-left-logo {
		width: 82.61px
	}

	.header-flex-left-logo img {
		bottom: -13px;
	}
}
.header-flex-right {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.header-flex-right .header-tel {
	margin-right: 25px
}
@media(max-width: 1023px) {
	.header-flex-right .header-tel {
		margin-right: 15px
	}
}
@media(max-width: 767px) {
	.header-flex-right .header-tel {
		margin-right: 8px
	}
}
.header-flex-right .header-tel-num {
	font-size: 3rem;
	position: relative
}
@media(max-width: 1200px) {
	.header-flex-right .header-tel-num {
		font-size: 2.5rem
	}
}
@media(max-width: 1023px) {
	.header-flex-right .header-tel-num {
		font-size: 2rem
	}
}
@media(max-width: 767px) {
	.header-flex-right .header-tel-num {
		font-size: 16px
	}
}
/* 追加 */
.header-flex-right-lists{
	display: flex;
	align-items: center;
}
.header-flex-right-lists .header-list:first-child{
	margin-right: 24.5px;
}
/* @media(max-width: 767px) {
	.header-flex-right-lists .header-list:first-child{
		margin-right: 29.5px;
	}
} */
.header-flex-right-lists .header-list .header-nav-link:hover {
	opacity: 0.8;
}
.header-flex-right-lists .header-list .header-nav-link {
	font-weight: 500;
}
/*  */
.header-flex-right .header-tel-num:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../images/header/tel.png);
	background-size: cover;
	position: absolute;
	top: 3px;
	left: -32px
}
@media(max-width: 1200px) {
	.header-flex-right .header-tel-num:before {
		width: 23px;
		height: 23px;
		top: 1px
	}
}
@media(max-width: 1023px) {
	.header-flex-right .header-tel-num:before {
		width: 20px;
		height: 20px;
		top: 0px
	}
}
@media(max-width: 767px) {
	.header-flex-right .header-tel-num:before {
		width: 15px;
		height: 15px;
		left: -16px;
		top: 1px
	}
}
.header-flex-right a.header-ct-ttl {
	background: linear-gradient(to right, #F5AA00, #F24D06);
	transition: all ease .7s;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: rgb(255, 255, 255);
    margin-right: 10px;
    padding: 15.5px 23.5px;
    border-radius: 30px;
	font-weight: bold;
}
@media(max-width: 767px) {
	.header-flex-right a.header-ct-ttl {
		display: none;
		font-size: 1.4rem;
		padding: 8px 15px;
		margin-right: 0
	}

	.header-flex-right-lists .header-list:first-child {
		margin-right: 0;
	}
}
.header-flex-right a.header-ct-ttl:hover {
	opacity: 0.8;
}
@media(max-width: 767px) {
	.header-flex-right .header-ct-ttl .sp-none {
		display: none
	}
}
@media(max-width: 1200px) {
	.header-flex-right .header-ct-ttl {
		font-size: 2.5rem
	}
}
@media(max-width: 1023px) {
	.header-flex-right .header-ct-ttl {
		font-size: 2rem;
		margin-right: 0
	}
}
@media(max-width: 767px) {
	.header-flex-right .header-ct-ttl {
		font-size: 12px;
		padding: 9px;
		margin-right: 5px
	}
}
.fv {
	max-width: 1920px;
	margin: 0 auto
}
.fv-top {
	background-image: url(../images/fv/fv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	display: flex;
	padding-top: 56px;
	flex-direction: row;
	align-items: flex-end;
	position: relative
}
@media(max-width: 767px) {
	.fv-top {
		background-image: none;
		padding-top: 0
	}
}
.fv-top-img {
	max-width: 1320px;
	margin: 0 auto;
	position: relative
}
@media(max-width: 767px) {
	.fv-top:before {
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/fv/fv_bgmask_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover
	}
}
.fv-middle {
	background-color: #131c4e;
	padding: 22px 0;
	margin-bottom: 10px
}
@media(max-width: 1023px) {
	.fv-middle {
		padding: 15px 0
	}
}
@media(max-width: 767px) {
	.fv-middle {
		padding: 3px 0 21px;
		margin-bottom: 3px
	}
}
.fv-middle-flex {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
@media(max-width: 767px) {
	.fv-middle-flex {
		flex-direction: column;
		padding: 0 3px
	}
}
.fv-middle .fv-middle-left {
	margin-right: 14px
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-left {
		margin-right: 0;
		margin-bottom: 12.6px;
		width: 100%
	}
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-left .fv-middle-ul {
		display: flex;
		justify-content: space-between
	}
}
.fv-middle .fv-middle-left .fv-middle-li {
	background-color: #fca43e;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .08em;
	font-weight: normal;
	padding: 10px 12px;
	margin-bottom: 5px;
	white-space: nowrap
}
@media(max-width: 1023px) {
	.fv-middle .fv-middle-left .fv-middle-li {
		font-size: 2rem
	}
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-left .fv-middle-li {
		margin-bottom: 0;
		margin-right: 2.3px;
		font-size: 14px;
		flex: 1;
		padding: 8px 12px
	}
}
.fv-middle .fv-middle-left .fv-middle-li:last-child {
	margin-bottom: 0
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-left .fv-middle-li:last-child {
		margin-right: 0
	}
}
.fv-middle .fv-middle-right {
	flex-grow: 1;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.fv-middle .fv-middle-right .vertical {
	font-size: 2.6rem;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin-right: 10px
}
@media(max-width: 1023px) {
	.fv-middle .fv-middle-right .vertical {
		font-size: 2.2rem
	}
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-right .vertical {
		display: none
	}
}
.fv-middle .fv-middle-right-txt {
	font-size: 9rem;
	letter-spacing: -0.12em;
	white-space: nowrap
}
@media(max-width: 1281px) {
	.fv-middle .fv-middle-right-txt {
		font-size: 8.5rem
	}
}
@media(max-width: 1200px) {
	.fv-middle .fv-middle-right-txt {
		font-size: 7rem
	}
}
@media(max-width: 1023px) {
	.fv-middle .fv-middle-right-txt {
		font-size: 4.9rem
	}
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-right-txt {
		text-align: center;
		letter-spacing: -0.17em;
		font-size: 54px
	}
}
.fv-middle .fv-middle-right-txt .br-md {
	display: none
}
@media(max-width: 767px) {
	.fv-middle .fv-middle-right-txt .br-md {
		display: block
	}
}
.fv-bottom {
	max-width: 1920px;
	margin: 0 auto
}
.factory .inner {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 104px 15px
}
@media(max-width: 1023px) {
	.factory .inner {
		padding: 80px 15px
	}
}
@media(max-width: 767px) {
	.factory .inner {
		padding: 3.7px 0px
	}
}
.factory-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center
}
@media(max-width: 767px) {
	.factory-flex {
		flex-direction: column
	}
}
.factory-flex-left {
	margin-right: 95px;
	width: 31.8%
}
@media(max-width: 1200px) {
	.factory-flex-left {
		margin-right: 50px
	}
}
@media(max-width: 1023px) {
	.factory-flex-left {
		margin-right: 30px;
		width: 32.8%
	}
}
@media(max-width: 767px) {
	.factory-flex-left {
		width: 100%;
		margin-right: 0
	}
}
.factory-flex-right {
	color: #010100;
	text-align: center;
	position: relative
}
@media(max-width: 767px) {
	.factory-flex-right {
		padding: 45px 0 31px
	}
}
@media(max-width: 413px) {
	.factory-flex-right {
		padding: 32px 0 26px
	}
}
.factory-flex-right-txt1 {
	font-size: 5rem;
	line-height: 1.2;
	margin-bottom: 12px
}
@media(max-width: 1023px) {
	.factory-flex-right-txt1 {
		font-size: 3rem
	}
}
@media(max-width: 767px) {
	.factory-flex-right-txt1 {
		font-size: 18px;
		line-height: 1.7
	}
}
.factory-flex-right-txt1 .md {
	font-size: 6.7rem
}
@media(max-width: 1023px) {
	.factory-flex-right-txt1 .md {
		font-size: 3.7rem
	}
}
@media(max-width: 767px) {
	.factory-flex-right-txt1 .md {
		font-size: 24px
	}
}
.factory-flex-right-txt1 .sm {
	font-size: 4.4rem
}
@media(max-width: 1023px) {
	.factory-flex-right-txt1 .sm {
		font-size: 3rem
	}
}
@media(max-width: 767px) {
	.factory-flex-right-txt1 .sm {
		font-size: 18px
	}
}
.factory-flex-right-txt1 .bg-or {
	font-size: 8.4rem;
	color: #e65800;
	position: relative;
	top: 3px
}
@media(max-width: 1023px) {
	.factory-flex-right-txt1 .bg-or {
		font-size: 6.5rem
	}
}
@media(max-width: 767px) {
	.factory-flex-right-txt1 .bg-or {
		font-size: 38px
	}
}
.factory-flex-right-txt2 {
	font-size: 2.6rem;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	letter-spacing: -0.04em;
	line-height: 1.5;
	padding: 0 16px 0 19px
}
@media(max-width: 1023px) {
	.factory-flex-right-txt2 {
		font-size: 1.8rem
	}
}
@media(max-width: 767px) {
	.factory-flex-right-txt2 {
		display: none
	}
}
.factory-flex-right:before {
	display: block;
	content: "";
	width: 62%;
	height: 400px;
	position: absolute;
	right: -125px;
	top: -35px;
	background-image: url(../images/factory/factory_jpmap.png);
	background-size: contain;
	background-repeat: no-repeat
}
@media(max-width: 1200px) {
	.factory-flex-right:before {
		right: -13px
	}
}
@media(max-width: 1023px) {
	.factory-flex-right:before {
		right: -23px
	}
}
@media(max-width: 767px) {
	.factory-flex-right:before {
		background-image: url(../images/factory/factory_jpmap_sp.png);
		width: 203px;
		height: 160px;
		right: 25px;
		top: 22px
	}
}
@media(max-width: 413px) {
	.factory-flex-right:before {
		top: 12px
	}
}
.to-contact {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fca43e;
	text-align: center;
	padding: 50px 0 43px
}
@media(max-width: 1023px) {
	.to-contact {
		padding: 35px 0 30px
	}
}
@media(max-width: 767px) {
	.to-contact {
		padding: 40px 0
	}
}
.to-contact-txt {
	font-size: 3.6rem;
	color: #fff;
	margin-bottom: 20px
}
@media(max-width: 767px) {
	.to-contact-txt .sp-none {
		display: none
	}
}
@media(max-width: 1023px) {
	.to-contact-txt {
		font-size: 2.5rem
	}
}
@media(max-width: 767px) {
	.to-contact-txt {
		font-size: 24px
	}
}
.to-contact-link {
	font-size: 3rem;
	background-color: #000;
	padding: 27px 28px;
	border-radius: 40px;
	color: #fff
}
.to-contact-link:hover {
	background-color: #e55800;
	opacity: 1
}
@media(max-width: 1023px) {
	.to-contact-link {
		font-size: 2rem;
		padding: 17px 28px
	}
}
@media(max-width: 767px) {
	.to-contact-link {
		font-size: 24px;
		padding: 18px 51px
	}
}
.service {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../images/service/service_bg_top.jpg), url(../images/service/service_bg_bottom.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size: auto auto, auto auto;
	padding-top: 69px;
	padding-bottom: 208px;
	position: relative
}
@media(max-width: 1200px) {
	.service {
		padding-top: 50px
	}
}
@media(max-width: 1023px) {
	.service {
		background-size: auto 67.5%, auto 38%;
		padding-bottom: 134px;
		padding-top: 30px
	}
}
@media(max-width: 767px) {
	.service {
		background-image: url(../images/service/service_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		padding-bottom: 0px
	}
}
@media(max-width: 413px) {
	.service {
		padding-top: 37px
	}
}
.service .inner {
	max-width: 1683px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start
}
.service .inner img {
	max-width: 100%;
	width: auto
}
.service-ttl {
	font-size: 4.2rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 55px
}
@media(max-width: 1023px) {
	.service-ttl {
		font-size: 3.2rem
	}
}
@media(max-width: 767px) {
	.service-ttl {
		font-size: 28px;
		line-height: 1.25
	}
}
@media(max-width: 413px) {
	.service-ttl {
		margin-bottom: 21px
	}
}
.service-ttl .bg {
	font-size: 8.1rem;
	position: relative;
	top: 12px
}
@media(max-width: 1023px) {
	.service-ttl .bg {
		font-size: 6.1rem
	}
}
@media(max-width: 767px) {
	.service-ttl .bg {
		top: 0;
		font-size: 58px
	}
}
.service-ttl .or {
	color: #fca43e
}
.service-ttl .br-md {
	display: none
}
@media(max-width: 767px) {
	.service-ttl .br-md {
		display: block
	}
}
@media(max-width: 767px) {
	.service-ttl .md-fz {
		font-size: 18px;
		display: inline-block;
		margin-top: 14px
	}
}
.service-imagine {
	position: absolute;
	top: -4%;
	right: -436px;
	line-height: 1.3;
	font-size: 3.8rem;
	color: #fff
}
@media(max-width: 1281px) {
	.service-imagine {
		top: -5%;
		right: -455px
	}
}
@media(max-width: 1200px) {
	.service-imagine {
		right: -433px;
		top: 17px
	}
}
@media(max-width: 1023px) {
	.service-imagine {
		right: -287px;
		font-size: 2.2rem;
		top: -19px
	}
}
.service-imagine .bg {
	font-size: 4.4rem
}
@media(max-width: 1023px) {
	.service-imagine .bg {
		font-size: 3.2rem
	}
}
.service-left {
	margin-top: 10px
}
@media(max-width: 767px) {
	.service-left {
		display: none
	}
}
.service-center {
	position: relative
}
@media(max-width: 767px) {
	.service-center {
		display: none
	}
}
.service-right {
	position: relative;
	top: 131px;
	left: -22px
}
@media(max-width: 1023px) {
	.service-right {
		top: 81px;
		left: -11px
	}
}
@media(max-width: 767px) {
	.service-right {
		display: none
	}
}
.service .service-sp-box {
	display: none;
	width: 100%
}
@media(max-width: 767px) {
	.service .service-sp-box {
		display: block
	}
}
.service .service-sp-box .service-upper {
	width: 100%;
	position: relative;
	top: -11px
}
.service .service-sp-box .service-upper img {
	width: 100%
}
.service .service-sp-box .service-middle {
	font-size: 24px;
	color: #fff;
	padding-left: 45%;
	line-height: 1.2;
	margin-top: -8px;
	margin-bottom: 136px
}
@media(max-width: 413px) {
	.service .service-sp-box .service-middle {
		margin-bottom: 106px
	}
}
.service .service-sp-box .service-middle .bg {
	font-size: 32px
}
.service .service-sp-box .service-bottom-txt {
	font-size: 20px;
	text-align: right;
	line-height: 1.5;
	padding-right: 18px;
	margin-bottom: 10px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff
}
@media(max-width: 413px) {
	.service .service-sp-box .service-bottom-txt {
		margin-bottom: 7px
	}
}
.service .service-sp-box .service-bottom-txt .bg {
	font-size: 32px;
	display: inline-block;
	margin-right: -15px
}
.service .service-sp-box .service-bottom-txt2 {
	font-size: 14px;
	line-height: 1.8;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	padding: 5px 0 5px 9.5px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff
}
.example {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../images/example/example_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 69px 0 114px;
	position: relative
}
@media(max-width: 1200px) {
	.example {
		background-size: 152%;
		background-position: -242px center
	}
}
@media(max-width: 1023px) {
	.example {
		background-size: 147%;
		background-position: -154px center;
		padding: 37px 0 76px
	}
}
@media(max-width: 767px) {
	.example {
		background-image: url(../images/example/example_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
		padding: 50px 0 50px
	}
}
.example .inner {
	max-width: 1420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
.example .inner img {
	max-width: 100%;
	width: auto
}
@media(max-width: 767px) {
	.example .inner {
		padding: 0 15px
	}
}
@media(max-width: 413px) {
	.example .inner {
		padding: 0 10px
	}
}
.example-left {
	text-align: center;
	position: relative
}
@media(max-width: 767px) {
	.example-left {
		display: none
	}
}
@media(max-width: 1281px) {
	.example-left-img {
		position: relative;
		right: -20px
	}
}
@media(max-width: 1200px) {
	.example-left-img {
		max-width: 70% !important;
		position: relative;
		left: -59px
	}
}
@media(max-width: 1023px) {
	.example-left-img {
		max-width: 57% !important;
		left: -106px
	}
}
.example-left-balloon {
	position: absolute;
	top: -206px;
	left: 202px;
	width: 682px
}
@media(max-width: 1200px) {
	.example-left-balloon {
		top: -168px;
		left: 62px
	}
}
@media(max-width: 1023px) {
	.example-left-balloon {
		top: -108px;
		left: -29px
	}
}
.example-left-balloon img {
	width: 100% !important;
	max-width: initial !important
}
@media(max-width: 1200px) {
	.example-left-balloon img {
		width: 80% !important
	}
}
@media(max-width: 1023px) {
	.example-left-balloon img {
		width: 60% !important
	}
}
.example-right {
	align-self: flex-end;
	padding-right: 82px;
	padding-bottom: 22px;
	position: relative;
	z-index: 0
}
@media(max-width: 1200px) {
	.example-right {
		padding-right: 0;
		padding-bottom: 0
	}
}
@media(max-width: 1023px) {
	.example-right {
		padding-bottom: 8px
	}
}
@media(max-width: 767px) {
	.example-right {
		display: none
	}
}
.example-right-txt {
	font-size: 2.8rem;
	text-align: center;
	position: relative;
	line-height: 1.2;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff
}
@media(max-width: 1281px) {
	.example-right-txt {
		left: 58px
	}
}
@media(max-width: 1200px) {
	.example-right-txt {
		font-size: 2.2rem;
		left: -26px
	}
}
@media(max-width: 1023px) {
	.example-right-txt {
		font-size: 1.7rem
	}
}
.example-right-txt .dot:before {
	display: block;
	content: "・・・・・・・・・・";
	width: 257px;
	height: 10px;
	position: absolute;
	left: 26px;
	top: -28px
}
@media(max-width: 1200px) {
	.example-right-txt .dot:before {
		width: 190px;
		left: 20px;
		top: -22px
	}
}
@media(max-width: 1023px) {
	.example-right-txt .dot:before {
		width: 148px;
		left: 15px;
		top: -17px
	}
}
.example-right-txt:after {
	display: block;
	content: "";
	width: 332px;
	height: 331px;
	position: absolute;
	background-image: url(../images/example/example_piece_yellow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: -5px;
	top: -132px;
	z-index: -1
}
@media(max-width: 1200px) {
	.example-right-txt:after {
		width: 250px;
		height: 249px;
		left: -13px;
		top: -97px
	}
}
@media(max-width: 1023px) {
	.example-right-txt:after {
		width: 200px;
		height: 199px;
		left: -1px;
		top: -74px
	}
}
@media(max-width: 767px) {
	.example-right-txt:after {
		display: none
	}
}
.example-person {
	position: absolute;
	bottom: 0;
	right: 34.5%;
	width: 468px
}
@media(max-width: 1523px) {
	.example-person {
		right: 30.5%
	}
}
@media(max-width: 1281px) {
	.example-person {
		right: 27.5%;
		width: 430px
	}
}
@media(max-width: 1200px) {
	.example-person {
		right: 27.5%;
		width: 366px
	}
}
@media(max-width: 1023px) {
	.example-person {
		width: 267px
	}
}
@media(max-width: 767px) {
	.example-person {
		display: none
	}
}
.example .example-sp-box {
	display: none;
	width: 100%
}
@media(max-width: 767px) {
	.example .example-sp-box {
		display: block
	}
}
.example .example-sp-box .example-balloon-sp {
	width: 100%;
	margin-bottom: 15.7px
}
.example .example-sp-box .example-balloon-sp img {
	width: 100%
}
.example .example-sp-box .example-txt-sp {
	width: 68.7%;
	margin: 0 auto;
	margin-bottom: 17px
}
@media(max-width: 413px) {
	.example .example-sp-box .example-txt-sp {
		position: relative;
		left: 7px
	}
}
.example .example-sp-box .example-list-box {
	position: relative
}
.example .example-sp-box .example-list-box .example-piece-sp {
	width: 44.25%
}
@media(max-width: 413px) {
	.example .example-sp-box .example-list-box .example-piece-sp {
		position: relative;
		left: 10px
	}
}
.example .example-sp-box .example-list-box .example-right-txt-sp {
	position: absolute;
	top: 4px;
	right: 25px;
	width: 55.7%
}
@media(max-width: 413px) {
	.example .example-sp-box .example-list-box .example-right-txt-sp {
		top: -4px;
		right: 19px
	}
}
.example .example-sp-box .example-person-sp {
	position: absolute;
	bottom: 0;
	width: 74.5%;
	right: -17%
}
@media(max-width: 767px) {
	.example .example-sp-box .example-person-sp {
		right: -12%
	}
}
@media(max-width: 413px) {
	.example .example-sp-box .example-person-sp {
		right: -12%
	}
}
.consult-any-bg {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../images/consult-any/consult_all_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 0 139px
}
@media(max-width: 1200px) {
	.consult-any-bg {
		padding: 149px 0 70px
	}
}
@media(max-width: 1023px) {
	.consult-any-bg {
		padding: 70px 0 70px
	}
}
@media(max-width: 767px) {
	.consult-any-bg {
		background-image: none;
		padding: 0
	}
}
.consult {
	margin-bottom: 120px
}
@media(max-width: 1023px) {
	.consult {
		margin-bottom: 70px
	}
}
@media(max-width: 767px) {
	.consult {
		background-image: url(../images/consult-any/consult_bg1_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 0
	}
}
.consult .inner {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 0 15px;
	position: relative
}
@media(max-width: 767px) {
	.consult .inner {
		padding: 122px 20px 68px
	}
}
@media(max-width: 413px) {
	.consult .inner {
		padding: 115px 20px 68px
	}
}
.consult .inner img {
	max-width: 100%;
	width: auto
}
.consult-bg {
	background-image: url(../images/consult-any/consult_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 103px 0
}
@media(max-width: 767px) {
	.consult-bg {
		background-image: url(../images/consult-any/consult_bg2_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 165px 0
	}
}
@media(max-width: 413px) {
	.consult-bg {
		padding: 149px 0
	}
}
.consult-txt {
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.15;
	color: #131c4e;
	padding-left: 7%
}
@media(max-width: 1023px) {
	.consult-txt {
		font-size: 2.8rem
	}
}
@media(max-width: 767px) {
	.consult-txt {
		display: none
	}
}
.consult-txt .bg {
	font-size: 8.1rem
}
@media(max-width: 1023px) {
	.consult-txt .bg {
		font-size: 5.1rem
	}
}
.consult-balloon1 {
	position: absolute;
	top: -97px;
	left: 120px
}
@media(max-width: 1023px) {
	.consult-balloon1 {
		top: -24px;
		left: 83px
	}
}
@media(max-width: 767px) {
	.consult-balloon1 {
		display: none
	}
}
@media(max-width: 1200px) {
	.consult-balloon1 img {
		max-width: 80% !important
	}
}
@media(max-width: 1023px) {
	.consult-balloon1 img {
		max-width: 91% !important
	}
}
.consult-balloon1-txt {
	position: absolute;
	top: 25%;
	left: 15%;
	font-size: 3rem
}
@media(max-width: 1200px) {
	.consult-balloon1-txt {
		top: 23%;
		left: 12%
	}
}
@media(max-width: 1023px) {
	.consult-balloon1-txt {
		top: 23%;
		left: 10%;
		font-size: 2.5rem
	}
}
.consult-balloon1-txt .bg-or {
	font-size: 5rem;
	color: #fca43e;
	position: relative;
	bottom: -7px
}
@media(max-width: 1023px) {
	.consult-balloon1-txt .bg-or {
		font-size: 3.8rem
	}
}
.consult-balloon2 {
	position: absolute;
	bottom: -82px;
	left: 213px;
	width: 64%
}
@media(max-width: 1023px) {
	.consult-balloon2 {
		bottom: -2px;
		left: 111px
	}
}
@media(max-width: 767px) {
	.consult-balloon2 {
		display: none
	}
}
.consult-balloon2-txt {
	position: absolute;
	top: 28%;
	left: 14%;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	line-height: 1.3
}
@media(max-width: 1200px) {
	.consult-balloon2-txt {
		left: 10%
	}
}
@media(max-width: 1023px) {
	.consult-balloon2-txt {
		left: 7%;
		font-size: 1.6rem
	}
}
@media(max-width: 767px) {
	.consult-balloon2-txt {
		display: none
	}
}
.consult-balloon2-txt .or {
	font-size: 3rem;
	color: #fca43e
}
@media(max-width: 1023px) {
	.consult-balloon2-txt .or {
		font-size: 2.5rem
	}
}
.consult-balloon2-txt .or .bg {
	font-size: 6rem
}
@media(max-width: 1200px) {
	.consult-balloon2-txt .or .bg {
		font-size: 5rem
	}
}
@media(max-width: 1023px) {
	.consult-balloon2-txt .or .bg {
		font-size: 3.5rem
	}
}
.consult .consult-sp-box {
	display: none;
	position: relative;
	width: 100%
}
@media(max-width: 767px) {
	.consult .consult-sp-box {
		display: block
	}
}
.consult .consult-sp-box .consult-balloon1-sp-box {
	position: absolute;
	top: -242px;
	left: -7px;
	width: 100%
}
@media(max-width: 413px) {
	.consult .consult-sp-box .consult-balloon1-sp-box {
		top: -213px;
		left: -9px
	}
}
.consult .consult-sp-box .consult-balloon1-sp-box .consult-balloon1-sp {
	width: 102.9%
}
.consult .consult-sp-box .consult-balloon1-sp-box .consult-balloon1-sp img {
	width: 100%
}
.consult .consult-sp-box .consult-balloon1-sp-box .consult-balloon1-txt-sp {
	position: absolute;
	top: 14%;
	left: 18%;
	font-size: 18px;
	text-align: center;
	line-height: 1.4
}
@media(max-width: 413px) {
	.consult .consult-sp-box .consult-balloon1-sp-box .consult-balloon1-txt-sp {
		top: 11%;
		left: 14%
	}
}
.consult .consult-sp-box .consult-balloon1-sp-box .consult-balloon1-txt-sp .bg-or {
	font-size: 28px;
	color: #fca43e
}
.consult .consult-sp-box .consult-balloon2-sp-box {
	position: absolute;
	top: 32px;
	left: -7px;
	width: 100%
}
@media(max-width: 413px) {
	.consult .consult-sp-box .consult-balloon2-sp-box {
		top: 29px
	}
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-sp {
	width: 65.1%
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-sp img {
	width: 100%
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-txt-sp {
	position: absolute;
	top: 13%;
	left: 11%;
	font-size: 10px;
	text-align: left;
	line-height: 1.3;
	color: #fff
}
@media(max-width: 413px) {
	.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-txt-sp {
		top: 9%;
		left: 9%
	}
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-txt-sp .txt1-or {
	color: #fca43e;
	font-size: 14px;
	margin-bottom: 6px
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-txt-sp .txt1-or .bg {
	font-size: 28px
}
.consult .consult-sp-box .consult-balloon2-sp-box .consult-balloon2-txt-sp .txt2 {
	line-height: 1.6
}
.consult .consult-sp-box .consult-txt-sp {
	position: absolute;
	top: -127px;
	right: 8%;
	font-size: 16px;
	line-height: 1.7;
	color: #131c4e
}
@media(max-width: 413px) {
	.consult .consult-sp-box .consult-txt-sp {
		top: -114px;
		right: 4%
	}
}
.consult .consult-sp-box .consult-txt-sp .bg {
	font-size: 28px;
	display: inline-block;
	margin-top: -5px;
	margin-bottom: -5px
}
@media(max-width: 767px) {
	.any {
		background-color: #f8f8f8
	}
}
.any .inner {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	padding: 0 15px;
	margin-bottom: 8px
}
.any .inner img {
	max-width: 100%;
	width: auto
}
.any-box {
	padding-left: 9.22%;
	position: relative;
	background-color: #f1f0ee;
	padding-top: 35px
}
@media(max-width: 1200px) {
	.any-box {
		padding-left: 3.22%
	}
}
@media(max-width: 1023px) {
	.any-box {
		padding-left: 0
	}
}
@media(max-width: 767px) {
	.any-box {
		background-color: initial;
		padding-top: 40px
	}
}
.any-person-box {
	margin-left: 24px;
	position: relative
}
.any-person-box .any-balloon {
	margin-bottom: 59px;
	padding-left: 7%;
	position: relative
}
@media(max-width: 767px) {
	.any-person-box .any-balloon {
		margin-bottom: 50px
	}
}
@media(max-width: 413px) {
	.any-person-box .any-balloon {
		margin-bottom: 59px
	}
}
@media(max-width: 1023px) {
	.any-person-box .any-balloon img {
		width: 41%
	}
}
@media(max-width: 767px) {
	.any-person-box .any-balloon img {
		width: 72%
	}
}
.any-person-box .any-balloon .any-person-txt {
	position: absolute;
	top: 17%;
	left: 11%;
	text-align: center;
	font-size: 1.8rem;
	color: #fca43e;
	line-height: 1.5
}
@media(max-width: 1200px) {
	.any-person-box .any-balloon .any-person-txt {
		left: 13%
	}
}
@media(max-width: 1023px) {
	.any-person-box .any-balloon .any-person-txt {
		left: 14%
	}
}
@media(max-width: 767px) {
	.any-person-box .any-balloon .any-person-txt {
		top: 20%;
		left: 19%;
		font-size: 14px
	}
}
@media(max-width: 413px) {
	.any-person-box .any-balloon .any-person-txt {
		top: 17%;
		left: 18%
	}
}
.any-person-box .any-person {
	position: absolute;
	top: -22px;
	left: 0;
	width: 160px
}
@media(max-width: 767px) {
	.any-person-box .any-person {
		left: -33px;
		top: -6px
	}
}
@media(max-width: 1023px) {
	.any-person-box .any-person img {
		max-width: 92%
	}
}
@media(max-width: 767px) {
	.any-person-box .any-person img {
		max-width: 85.6%
	}
}
.any-board {
	position: relative
}
@media(max-width: 767px) {
	.any-board {
		left: -14%;
		margin-bottom: -49px
	}
}
@media(max-width: 413px) {
	.any-board {
		left: -20%
	}
}
@media(max-width: 1200px) {
	.any-board-img {
		max-width: 90% !important
	}
}
@media(max-width: 1023px) {
	.any-board-img {
		max-width: 90% !important
	}
}
@media(max-width: 767px) {
	.any-board-img {
		max-width: 114% !important
	}
}
@media(max-width: 413px) {
	.any-board-img {
		max-width: 122% !important
	}
}
.any-board .any-list {
	position: absolute;
	top: 35px;
	left: 61px
}
@media(max-width: 1023px) {
	.any-board .any-list {
		top: 30px;
		left: 50px
	}
}
@media(max-width: 767px) {
	.any-board .any-list {
		width: 77%;
		top: 10%;
		left: 15%
	}
}
@media(max-width: 413px) {
	.any-board .any-list {
		left: 20%
	}
}
@media(max-width: 1200px) {
	.any-board .any-list img {
		max-width: 93%
	}
}
@media(max-width: 1023px) {
	.any-board .any-list img {
		max-width: 70%
	}
}
@media(max-width: 767px) {
	.any-board .any-list img {
		width: 100%
	}
}
.any-person2 {
	position: absolute;
	bottom: 0;
	right: 12.5%
}
@media(max-width: 1200px) {
	.any-person2 {
		right: -3.5%
	}
}
@media(max-width: 1023px) {
	.any-person2 {
		right: -15.5%
	}
}
@media(max-width: 767px) {
	.any-person2 {
		right: -72%;
		bottom: 41px
	}
}
@media(max-width: 413px) {
	.any-person2 {
		right: -82%
	}
}
@media(max-width: 1200px) {
	.any-person2 img {
		max-width: 87% !important
	}
}
@media(max-width: 1023px) {
	.any-person2 img {
		max-width: 69% !important
	}
}
@media(max-width: 767px) {
	.any-person2 img {
		max-width: 42% !important
	}
}
@media(max-width: 413px) {
	.any-person2 img {
		max-width: 40% !important
	}
}
.any-comment {
	position: absolute;
	top: 52px;
	right: 23px;
	width: 50.6%
}
@media(max-width: 1200px) {
	.any-comment {
		top: 79px;
		right: 27px
	}
}
@media(max-width: 1023px) {
	.any-comment {
		top: 94px;
		right: 24px
	}
}
@media(max-width: 767px) {
	.any-comment {
		width: 73.9%;
		top: 119px;
		right: 11px
	}
}
@media(max-width: 413px) {
	.any-comment {
		top: 126px;
		right: 10px
	}
}
.any-comment img {
	width: 100%
}
.any-imgs {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	padding: 0 15px
}
@media(max-width: 767px) {
	.any-imgs {
		position: relative;
		padding: 0
	}
}
.suggest {
	padding: 230px 0 125px;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #131c4e;
	position: relative
}
@media(max-width: 1200px) {
	.suggest {
		padding: 70px 0 70px
	}
}
@media(max-width: 767px) {
	.suggest {
		padding: 40px 0 40px
	}
}
.suggest .inner {
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	padding: 0 15px
}
@media(max-width: 413px) {
	.suggest .inner {
		padding: 0 20px
	}
}
.suggest-message {
	background-color: #fff;
	padding: 35px 0;
	position: relative;
	margin-bottom: 17px
}
@media(max-width: 767px) {
	.suggest-message {
		padding: 28px 0;
		margin-bottom: 20px
	}
}
@media(max-width: 767px) {
	.suggest-message:after {
		display: block;
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 134px;
		border-right: 46.5vw solid rgba(0, 0, 0, 0);
		border-top: 4.9vw solid #fff;
		border-left: 46.5vw solid rgba(0, 0, 0, 0)
	}
}
@media(max-width: 413px) {
	.suggest-message:after {
		top: 125px;
		border-right: 45vw solid rgba(0, 0, 0, 0);
		border-top: 5.3vw solid #fff;
		border-left: 44.5vw solid rgba(0, 0, 0, 0)
	}
}
.suggest-message-em {
	position: absolute;
	top: -138px;
	left: -5px;
	font-size: 6.6rem;
	text-align: center;
	padding-top: 3.5%;
	background-color: #fca43e;
	border-radius: 50%;
	width: 295px;
	height: 295px;
	color: #fff;
	transform: rotateZ(-7deg)
}
@media(max-width: 1200px) {
	.suggest-message-em {
		width: 230px;
		height: 230px;
		font-size: 4.6rem;
		top: -65px
	}
}
@media(max-width: 1023px) {
	.suggest-message-em {
		width: 190px;
		height: 190px
	}
}
@media(max-width: 767px) {
	.suggest-message-em {
		width: 100px;
		height: 100px;
		font-size: 28px;
		top: 12%;
		left: 10px
	}
}
@media(max-width: 413px) {
	.suggest-message-em {
		left: 8px
	}
}
.suggest-message-em .bg {
	font-size: 13.5rem
}
@media(max-width: 1200px) {
	.suggest-message-em .bg {
		font-size: 12.5rem
	}
}
@media(max-width: 1023px) {
	.suggest-message-em .bg {
		font-size: 9.5rem
	}
}
@media(max-width: 767px) {
	.suggest-message-em .bg {
		font-size: 42px
	}
}
.suggest-message-txt {
	font-size: 5.1rem;
	color: #131c4e;
	line-height: 1.3;
	padding-left: 25%
}
@media(max-width: 1200px) {
	.suggest-message-txt {
		font-size: 4.7rem
	}
}
@media(max-width: 1023px) {
	.suggest-message-txt {
		font-size: 3.4rem;
		padding-left: 27%
	}
}
@media(max-width: 767px) {
	.suggest-message-txt {
		font-size: 20px;
		padding-left: 31%
	}
}
@media(max-width: 413px) {
	.suggest-message-txt {
		font-size: 18px;
		padding-left: 34%
	}
}
@media(max-width: 767px) {
	.suggest-message-txt .br-pc {
		display: none
	}
}
.suggest-message-txt .br-sp {
	display: none
}
@media(max-width: 767px) {
	.suggest-message-txt .br-sp {
		display: block
	}
}
.suggest-img {
	margin-bottom: 55px
}
@media(max-width: 767px) {
	.suggest-img {
		margin-bottom: 40px
	}
}
.suggest-message2 {
	font-size: 6rem;
	line-height: 1.35;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 0;
	text-shadow: 0 0 20px rgba(0, 0, 0, .1)
}
@media(max-width: 1200px) {
	.suggest-message2 {
		font-size: 6.5rem
	}
}
@media(max-width: 1023px) {
	.suggest-message2 {
		font-size: 5rem
	}
}
@media(max-width: 767px) {
	.suggest-message2 {
		font-size: 24px;
		font-family: toppan-bunkyu-gothic-pr6n, serif;
		font-weight: bold
	}
}
.suggest-message2 .or-under {
	position: relative
}
.suggest-message2 .or-under:before {
	display: block;
	content: "";
	width: 103.5%;
	height: 23px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -11px;
	background-color: #e65800;
	z-index: -1
}
@media(max-width: 767px) {
	.suggest-message2 .or-under:before {
		height: 10px;
		bottom: -6px
	}
}
.support {
	padding: 110px 0 100px
}
@media(max-width: 1200px) {
	.support {
		padding: 70px 0 42px
	}
}
@media(max-width: 767px) {
	.support {
		padding: 40px 0
	}
}
.support-ttl {
	font-size: 6.6rem;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 13px
}
@media(max-width: 1200px) {
	.support-ttl {
		font-size: 6rem
	}
}
@media(max-width: 1023px) {
	.support-ttl {
		font-size: 4.6rem
	}
}
@media(max-width: 767px) {
	.support-ttl {
		font-size: 24px;
		margin-bottom: 30px
	}
}
.support-ttl-sub {
	font-size: 3rem;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 94px;
	margin-bottom: 50px
}
@media(max-width: 1023px) {
	.support-ttl-sub {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.support-ttl-sub {
		font-size: 26px;
		line-height: 1.3;
		padding-top: 16px;
		margin-bottom: 47px
	}
}
.support-ttl-sub .br-sp {
	display: none
}
@media(max-width: 767px) {
	.support-ttl-sub .br-sp {
		display: block
	}
}
.support-ttl-sub:before {
	display: block;
	content: "";
	width: 100%;
	height: 94px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/support/support_frame.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1
}
@media(max-width: 1200px) {
	.support-ttl-sub:before {
		width: 92%;
		left: 42px
	}
}
@media(max-width: 1023px) {
	.support-ttl-sub:before {
		width: 89%
	}
}
@media(max-width: 767px) {
	.support-ttl-sub:before {
		background-image: url(../images/support/support_frame_sp.png);
		width: 94.7%;
		height: 100px;
		left: 50%;
		transform: translateX(-50%)
	}
}
.support .inner {
	max-width: 1215px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	padding: 0 15px
}
.vender {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../images/vender/vender_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 106px 0 0;
	margin-bottom: 20px
}
@media(max-width: 1200px) {
	.vender {
		padding: 70px 0 0
	}
}
@media(max-width: 767px) {
	.vender {
		background-image: url(../images/vender/vender_bg_sp.png);
		padding: 40px 0 0;
		margin-bottom: 4.6px
	}
}
.vender .inner {
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	padding: 0 15px
}
@media(max-width: 767px) {
	.vender .inner {
		padding: 0
	}
}
.vender .inner img {
	max-width: 100%;
	width: auto
}
.vender-flex {
	display: flex;
	justify-content: space-between;
	color: #131c4e
}
@media(max-width: 767px) {
	.vender-flex {
		flex-direction: column-reverse;
		padding: 0 20px
	}
}
.vender-flex-left {
	padding-left: 7.334%
}
@media(max-width: 1281px) {
	.vender-flex-left {
		padding-left: 4%
	}
}
@media(max-width: 1200px) {
	.vender-flex-left {
		padding-left: 1%
	}
}
@media(max-width: 1023px) {
	.vender-flex-left {
		width: 60%
	}
}
@media(max-width: 767px) {
	.vender-flex-left {
		width: 100%;
		padding-left: 0
	}
}
.vender-flex-left-txt1 {
	font-size: 3.7rem;
	line-height: 1.5;
	margin-bottom: 14px
}
@media(max-width: 1281px) {
	.vender-flex-left-txt1 {
		font-size: 3rem
	}
}
@media(max-width: 1200px) {
	.vender-flex-left-txt1 {
		font-size: 3rem
	}
}
@media(max-width: 1023px) {
	.vender-flex-left-txt1 {
		font-size: 2.3rem
	}
}
@media(max-width: 767px) {
	.vender-flex-left-txt1 {
		font-size: 17px
	}
}
.vender-flex-left-txt2 {
	font-size: 1.8rem;
	line-height: 2;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px
}
@media(max-width: 1023px) {
	.vender-flex-left-txt2 {
		font-size: 1.7rem
	}
}
@media(max-width: 767px) {
	.vender-flex-left-txt2 {
		font-size: 14px
	}
}
@media(max-width: 1023px) {
	.vender-flex-left-txt2 .br-pc {
		display: none
	}
}
@media(max-width: 767px) {
	.vender-flex-left-txt2 .br-pc2 {
		display: none
	}
}
.vender-flex-left-txt2 .br-sp {
	display: none
}
@media(max-width: 767px) {
	.vender-flex-left-txt2 .br-sp {
		display: block
	}
}
.vender-flex-left-txt3 {
	font-size: 3rem;
	line-height: 2;
	border-top: 7px solid #131c4e;
	border-bottom: 7px solid #131c4e
}
@media(max-width: 1200px) {
	.vender-flex-left-txt3 {
		font-size: 2.3rem
	}
}
@media(max-width: 1023px) {
	.vender-flex-left-txt3 {
		font-size: 1.8rem;
		border-top: 5px solid #131c4e;
		border-bottom: 5px solid #131c4e
	}
}
@media(max-width: 767px) {
	.vender-flex-left-txt3 {
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
		padding: 7px 0;
		margin-bottom: 6px
	}
}
.vender-flex-left-txt3 .br-sp {
	display: none
}
@media(max-width: 767px) {
	.vender-flex-left-txt3 .br-sp {
		display: block
	}
}
@media(max-width: 767px) {
	.vender-flex-right {
		margin-bottom: 20px
	}
}
.vender-flex-right-txt {
	font-size: 10.5rem;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.05em
}
@media(max-width: 1281px) {
	.vender-flex-right-txt {
		font-size: 7rem
	}
}
@media(max-width: 1200px) {
	.vender-flex-right-txt {
		font-size: 7rem
	}
}
@media(max-width: 1023px) {
	.vender-flex-right-txt {
		font-size: 5.3rem
	}
}
@media(max-width: 767px) {
	.vender-flex-right-txt {
		font-size: 54px;
		letter-spacing: 0
	}
}
@media(max-width: 413px) {
	.vender-flex-right-txt {
		font-size: 46px
	}
}
@media(max-width: 767px) {
	.vender-flex-right-txt .br-pc {
		display: none
	}
}
.vender-flex-right-txt .sm {
	font-size: 6.4rem
}
@media(max-width: 1023px) {
	.vender-flex-right-txt .sm {
		font-size: 3.5rem
	}
}
@media(max-width: 767px) {
	.vender-flex-right-txt .sm {
		font-size: 33px
	}
}
.vender-flex2 {
	margin-top: -38px;
	position: relative
}
@media(max-width: 1200px) {
	.vender-flex2 {
		margin-top: -16px
	}
}
@media(max-width: 767px) {
	.vender-flex2 {
		margin-top: 0;
		padding: 0 20px
	}
}
.vender-flex2-left {
	padding-left: 7.334%
}
@media(max-width: 1281px) {
	.vender-flex2-left {
		padding-top: 3%
	}
}
@media(max-width: 1200px) {
	.vender-flex2-left {
		padding-left: 1.334%
	}
}
@media(max-width: 767px) {
	.vender-flex2-left {
		padding-left: 0
	}
}
@media(max-width: 1200px) {
	.vender-flex2-left img {
		width: 53% !important
	}
}
@media(max-width: 1023px) {
	.vender-flex2-left img {
		width: 51% !important
	}
}
@media(max-width: 767px) {
	.vender-flex2-left img {
		width: 100% !important;
		margin-left: 0
	}
}
.vender-flex2-right {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	right: 4%;
	top: 34.5%
}
@media(max-width: 1281px) {
	.vender-flex2-right {
		top: 45.5%
	}
}
@media(max-width: 1200px) {
	.vender-flex2-right {
		right: -1%;
		top: 40.5%
	}
}
@media(max-width: 1023px) {
	.vender-flex2-right {
		right: 3%;
		top: 35.5%
	}
}
@media(max-width: 767px) {
	.vender-flex2-right {
		bottom: 21px;
		right: auto;
		top: auto;
		left: 50%;
		transform: translateX(-50%)
	}
}
.vender-flex2-right-list {
	width: 259px;
	height: 259px;
	background-color: #fca43e;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 1.5;
	font-size: 3.2rem;
	padding-top: 80px;
	margin-right: 17px
}
@media(max-width: 1200px) {
	.vender-flex2-right-list {
		width: 200px;
		height: 200px;
		font-size: 3rem;
		padding-top: 61px
	}
}
@media(max-width: 1023px) {
	.vender-flex2-right-list {
		width: 140px;
		height: 140px;
		font-size: 2.2rem;
		padding-top: 43px;
		margin-right: 10px
	}
}
@media(max-width: 767px) {
	.vender-flex2-right-list {
		width: 110px;
		height: 110px;
		font-size: 16px;
		padding-top: 26px;
		margin-right: 11.7px
	}
}
@media(max-width: 413px) {
	.vender-flex2-right-list {
		width: 104px;
		height: 104px;
		padding-top: 28px
	}
}
@media(max-width: 767px) {
	.vender-flex2-right-list-center {
		line-height: 1.3;
		padding-top: 22px
	}
}
@media(max-width: 413px) {
	.vender-flex2-right-list-center {
		padding-top: 20px
	}
}
@media(max-width: 767px) {
	.vender-flex2-right-list-right {
		margin-right: 0
	}
}
.vender-flex2-right-list .br-sp {
	display: none
}
@media(max-width: 767px) {
	.vender-flex2-right-list .br-sp {
		display: block
	}
}
.contact {
	max-width: 1920px;
	margin: 0 auto
}
.contact-imgs {
	position: relative
}
.contact-imgs .contact-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 4.2rem;
	white-space: nowrap;
	text-shadow: 0 0 20px rgba(0, 0, 0, .7)
}
@media(max-width: 1200px) {
	.contact-imgs .contact-message {
		font-size: 3.2rem
	}
}
@media(max-width: 1023px) {
	.contact-imgs .contact-message {
		font-size: 2.2rem
	}
}
@media(max-width: 767px) {
	.contact-imgs .contact-message {
		display: none
	}
}
.contact-imgs .contact-message .bg {
	font-size: 7.4rem;
	vertical-align: middle;
	position: relative;
	top: -6px
}
@media(max-width: 1200px) {
	.contact-imgs .contact-message .bg {
		font-size: 6rem
	}
}
@media(max-width: 1023px) {
	.contact-imgs .contact-message .bg {
		font-size: 4.5rem
	}
}
.contact-imgs .contact-message-sp {
	display: none
}
@media(max-width: 767px) {
	.contact-imgs .contact-message-sp {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 24px;
		white-space: nowrap;
		text-shadow: 0 0 20px rgba(0, 0, 0, .7);
		line-height: 1.3;
		text-align: center
	}
	.contact-imgs .contact-message-sp .bg {
		font-size: 48px
	}
	.contact-imgs .contact-message-sp .md {
		font-size: 33px
	}
}
.contact-txt {
	padding: 45px 0 50px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.75
}
@media(max-width: 1023px) {
	.contact-txt {
		padding: 35px 0 40px;
		font-size: 2rem
	}
}
@media(max-width: 767px) {
	.contact-txt {
		padding: 39px 0;
		font-family: toppan-bunkyu-gothic-pr6n, serif;
		font-size: 14px
	}
}
.contact-txt .br-sp {
	display: none
}
@media(max-width: 767px) {
	.contact-txt .br-sp {
		display: block
	}
}
.contact .inner {
	background-color: #f8f8f8;
}
.contact .form-box {
	max-width: 939px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	padding: 0 15px
}
@media(max-width: 767px) {
	.contact .form-box {
		padding: 0 10px
	}
}
.contact .form-box .form-ttl {
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 30px
}
@media(max-width: 1023px) {
	.contact .form-box .form-ttl {
		font-size: 2.8rem
	}
}
@media(max-width: 767px) {
	.contact .form-box .form-ttl {
		font-size: 32px
	}
}
.contact .form-box .thanks-message {
	text-align: center;
	color: #e55800;
	font-weight: normal;
	font-size: 18px;
	margin: 50px auto 150px;
	line-height: 1.5;
	font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif
}
@media(max-width: 767px) {
	.contact .form-box .thanks-message {
		font-size: 17px
	}
}
@media(max-width: 413px) {
	.contact .form-box .thanks-message {
		font-size: 15px
	}
}
.contact .form-box .require-all-message {
	text-align: center;
	color: #e55800;
	font-weight: bold;
	font-size: 18px;
	margin: 20px auto 20px
}
@media(max-width: 767px) {
	.contact .form-box .require-all-message {
		font-size: 16px
	}
}
@media(max-width: 413px) {
	.contact .form-box .require-all-message {
		font-size: 14px
	}
}
.contact .form-box .radio {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 2rem;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: bold
}
@media(max-width: 767px) {
	.contact .form-box .radio {
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto
	}
}
.contact .form-box .radio-input {
	margin: 0 10px 0 47px;
	display: none
}
.contact .form-box .radio-input+label {
	padding-left: 20px;
	position: relative;
	margin-right: 20px
}
@media(max-width: 767px) {
	.contact .form-box .radio-input+label {
		margin-bottom: 15px;
		font-size: 18px
	}
}
.contact .form-box .radio-input+label:before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
@media(max-width: 767px) {
	.contact .form-box .radio-input+label:before {
		width: 10px;
		height: 10px
	}
}
.contact .form-box .radio-input:checked+label:after {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
	border-radius: 50%
}
@media(max-width: 767px) {
	.contact .form-box .radio-input:checked+label:after {
		width: 12px;
		height: 12px
	}
}
.contact .form-box .require-message {
	font-weight: normal;
	text-align: center
}
.contact .form-box .form-flex {
	display: flex;
	justify-content: space-between;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: bold;
	margin-bottom: 18px
}
.contact .form-box .form-flex.mt {
	margin-top: 29px
}
@media(max-width: 767px) {
	.contact .form-box .form-flex {
		flex-direction: column;
		margin-bottom: 0;
	}
}
.contact .form-box .index-content_form-element .description {
	display: inline-block;
	margin-bottom: 10px;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: bold;
	font-size: 1.8rem
}
.contact .form-box .index-content_form-element:nth-child(2) {
	margin-top: 28.7px;
}
.contact .form-box .index-content_form-element {
	margin-top: 17px;
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element:nth-child(2) {
		margin-top: 33.8px;
	}
	.contact .form-box .index-content_form-element {
		margin-top: 20px;
	}
}

.contact .form-box .index-content_form-element .description {
	display: inline-block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 22px;
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .description {
		font-size: 16px
	}
}
.contact .form-box .index-content_form-element .description .annotation {
	font-size: 14px;
	font-weight: 400;
}
.contact .form-box .index-content_form-element .description .em {
	/* color: #e55800 */
}
.contact .form-box .index-content_form-element .input input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 0;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-size: 1.8rem
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .input input {
		width: 100%;
	}
}
.contact .form-box .index-content_form-element .input input:focus {
	outline: 1px solid #F24D06;
}
.contact .form-box .index-content_form-element .input textarea {
	width: 100%;
	border: none;
	border-radius: 0;
	font-size: 1.8rem;
	line-height: 1.45;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
}
.contact .form-box .index-content_form-element .input.checkbox {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 13px;
}
.contact .form-box .index-content_form-element .input.checkbox input {
	width: 29px;
	height: 29px;
	cursor: pointer;
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .input.checkbox {
		gap: 4.3px;
	}
	.contact .form-box .index-content_form-element .input.checkbox input {
		width: 22px;
		height: 22px;
	}
}
input[type="checkbox"] {
	margin: 0;
}
.contact .form-box .index-content_form-element .description.checkbox-txt {
	margin: 0;
	cursor: pointer;
}
.contact .form-box .index-content_form-element .input textarea:focus {
	outline: 1px solid #F24D06;
}
.contact .form-box .index-content_form-element .submit .button_text {
	display: block;
	margin: 0 auto;
	color: #fff;
	border-radius: 40px;
	width: 400px;
	border: none;
	font-size: 2.5rem;
	padding: 21px 0;
	margin-top: 40px;
	transition: .3s
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .submit .button_text {
		margin-top: 32px;
		font-size: 24px;
		width: 300px;
		padding: 17px 0
	}
}
.footer {
	background-color: #000000;
	max-width: 1920px;
	margin: 0 auto;
	padding: 35px 0 20px;
	color: #fff;
	text-align: center
}
@media(max-width: 767px) {
	.footer {
		padding: 30px 0 30px
	}
}
.footer .inner {
	max-width: 180px;
    min-width: 75px;
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
}
.footer .inner .copyright-ct {
	margin-top: 16px;
	font-weight: 500;
}
.footer .inner .copyright-ct .copyright {
	font-size: 13px;
}
@media(max-width: 767px) {
	.footer .inner .copyright-ct .copyright {
		font-size: 12px;
	}
}
.footer-ttl {
	font-size: 1.8rem;
	margin-bottom: 17px;
	font-family: "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W7"
}
@media(max-width: 767px) {
	.footer-ttl {
		font-size: 16px;
		margin-bottom: 20px
	}
}
.footer-tel {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 35px
}
@media(max-width: 767px) {
	.footer-tel {
		font-size: 32px;
		margin-bottom: 30px
	}
}
.footer-ul {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.footer-ul li {
	position: relative;
}
.footer-ul .footer-logo-ct .footer-logo{
	width: 120px;
}
@media(max-width: 767px) {
	.footer-ul .footer-logo-ct .footer-logo{
		width: 75px;
	}
}
.footer-ul .footer-list-link {
	color: #fff;
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	white-space: nowrap
}
@media(max-width: 767px) {
	.footer-ul .footer-list-link {
		font-size: 12px
	}
}
.cl-yellow {
	color: #F24D06;
}
.cl-blue {
	color: #308fd1
}
.for-pc {
	display: block !important
}
@media(max-width: 767px) {
	.for-pc {
		display: none !important
	}
}
.for-sp {
	display: none !important
}
@media(max-width: 767px) {
	.for-sp {
		display: block !important
	}
}
@media(max-width: 767px) {
	.header {
		padding: 20px 20px
	}
}
@media(max-width: 767px) {
	.header-inner {
		padding: 0
	}
}
.footer .footer-list-link {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 2.2rem;
	font-weight: bold
}
.mv {
	position: relative;
	width: 100%
}
.mv-img {
	width: 100%
}
.mv-img img {
	width: 100%;
	height: auto
}
.mv-btn {
	width: 100%
}
.mv-btn-txt {
	width: 100%;
	max-width: 373px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 9.7vw;
	left: 3.47vw;
	padding: 1.5vw 2vw;
	border-radius: 5em;
	background: linear-gradient(to right, #F5AA00, #F24D06);
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
	transition: all ease .7s
}
.mv-btn-txt:hover {
	opacity: 0.8;
}
@media(max-width: 990px) {
	.mv-btn-txt {
		max-width: unset;
		font-size: 2.2vw;
		width: auto;
		padding: 1.8vw 4.5vw
	}
}
@media(max-width: 767px) {
	.mv-btn-txt {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		display: block;
		left: 50%;
		padding: 18px 20px;
		bottom: 50vw;
		transform: translate(-50%, 0);
		font-size: 5.33vw
	}
}
.support {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.support-main {
	width: 100%
}
.support-main img {
	width: 100%;
	height: auto
}
.support-flex {
	width: 100%;
	padding: 0 0 0 40px;
	margin-top: -20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	float: right
}
@media(max-width: 1920px) {
	.support-flex {
		justify-content: flex-end
	}
}
@media(max-width: 1500px) {
	.support-flex {
		justify-content: space-between
	}
}
@media(max-width: 767px) {
	.support-flex {
		float: none;
		margin-top: 20px;
		padding: 0 20px;
		box-sizing: border-box
	}
}
.support-flex:after {
	content: "";
	display: block;
	clear: both
}
.support-flex-text {
	width: 52%
}
@media(max-width: 1920px) {
	.support-flex-text {
		width: 45%
	}
}
@media(max-width: 1500px) {
	.support-flex-text {
		width: 52%
	}
}
@media(max-width: 767px) {
	.support-flex-text {
		width: 100%
	}
}
.support-flex-text-fukidashi {
	display: block;
	text-align: left
}
.support-flex-text-fukidashi p {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 15px 50px;
	background: #f89222;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold
}
@media(max-width: 1100px) {
	.support-flex-text-fukidashi p {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.support-flex-text-fukidashi p {
		padding: 12px 30px;
		font-size: 1.6rem
	}
}
@media(max-width: 767px) {
	.support-flex-text-fukidashi p {
		font-size: 1.6rem;
		padding: 8px 30px
	}
}
@media(max-width: 420px) {
	.support-flex-text-fukidashi p {
		font-size: 1.3rem
	}
}
.support-flex-text-fukidashi p:after {
	content: "";
	display: inline-block;
	background: url(../images/ico/ico_fukidashi_yellow.svg) no-repeat;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0)
}
.support-flex-text-msg {
	margin-top: 40px
}
@media(max-width: 767px) {
	.support-flex-text-msg {
		margin-top: 25px
	}
}
.support-flex-text-msg p {
	color: #000;
	display: block;
	text-align: left;
	font-weight: bold
}
.support-flex-text-msg p.small {
	font-size: 3rem;
	line-height: 1.875
}
@media(max-width: 1339px) {
	.support-flex-text-msg p.small {
		font-size: 2.6rem
	}
}
@media(max-width: 1100px) {
	.support-flex-text-msg p.small {
		font-size: 2.2rem
	}
}
@media(max-width: 980px) {
	.support-flex-text-msg p.small {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.support-flex-text-msg p.small {
		font-size: 1.5rem
	}
}
@media(max-width: 767px) {
	.support-flex-text-msg p.small {
		font-size: 1.6rem
	}
}
@media(max-width: 420px) {
	.support-flex-text-msg p.small {
		font-size: 1.4rem
	}
}
.support-flex-text-msg p.middle {
	font-size: 6.2rem;
	line-height: 1;
	margin-top: 30px
}
@media(max-width: 1339px) {
	.support-flex-text-msg p.middle {
		font-size: 5.2rem
	}
}
@media(max-width: 1100px) {
	.support-flex-text-msg p.middle {
		font-size: 4.2rem
	}
}
@media(max-width: 980px) {
	.support-flex-text-msg p.middle {
		font-size: 3.2rem
	}
}
@media(max-width: 768px) {
	.support-flex-text-msg p.middle {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.support-flex-text-msg p.middle {
		font-size: 2.2rem;
		margin-top: 20px
	}
}
@media(max-width: 420px) {
	.support-flex-text-msg p.middle {
		font-size: 1.8rem;
		display: inline-block
	}
}
.support-flex-text-msg p.big {
	font-size: 9.2rem;
	line-height: 1;
	margin-top: 25px
}
@media(max-width: 1339px) {
	.support-flex-text-msg p.big {
		font-size: 8.2rem
	}
}
@media(max-width: 1100px) {
	.support-flex-text-msg p.big {
		font-size: 7.2rem
	}
}
@media(max-width: 980px) {
	.support-flex-text-msg p.big {
		font-size: 5.2rem
	}
}
@media(max-width: 768px) {
	.support-flex-text-msg p.big {
		font-size: 4.2rem;
		margin-top: 15px
	}
}
@media(max-width: 767px) {
	.support-flex-text-msg p.big {
		font-size: 2.6rem;
		margin-top: 10px
	}
}
@media(max-width: 420px) {
	.support-flex-text-msg p.big {
		font-size: 2.4rem;
		display: inline-block
	}
}
.support-flex-item {
	width: 48%
}
@media(max-width: 767px) {
	.support-flex-item {
		width: 100%;
		margin-top: 18px;
		padding-bottom: 40px
	}
}
.support-flex-item img {
	width: 100%;
	height: auto
}
.to-contact {
	width: 100%;
	position: relative;
	background: url(../images/to-contact/to-contact_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 0
}
@media(max-width: 767px) {
	.to-contact {
		background: url(../images/to-contact/to-contact_bg_sp.jpg) no-repeat;
		background-size: 100%;
		background-position: top center;
		padding: 0
	}
}
.to-contact-text {
	width: 100%;
	box-sizing: border-box
}
.to-contact-text img {
	width: 100%;
	height: auto;
	margin: 0 auto
}
@media(max-width: 767px) {
	.to-contact-text img {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		box-sizing: border-box
	}
}
.to-contact-link {
	display: inline-block;
	position: absolute;
	bottom: 4.8vw;
	left: 50%;
	min-width: 350px;
	padding: 1.5vw 3vw;
	transform: translate(-50%, 0);
	border-radius: 5em;
	background: linear-gradient(to right, #F5AA00, #F24D06);
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	transition: all ease .7s
}
@media(max-width: 980px) {
	.to-contact-link {
		min-width: 280px;
		font-size: 2.2rem
	}
}
@media(max-width: 767px) {
	.to-contact-link {
		min-width: unset;
		position: absolute;
		top: 60%;
		bottom: unset;
		left: 50%;
		margin-top: 25px;
		padding: 15px 25px;
		transform: translate(-50%, -50%);
		font-size: 5.33vw;
		display: block;
		width: 70%
	}
}
@media(max-width: 420px) {
	.to-contact-link {
		top: 58%;
	}
}
.to-contact-link:hover {
	opacity: 0.8;
}
.worries {
	position: relative;
	width: 100%
}
.worries-main {
	position: relative;
	width: 100%
}
.worries-main img {
	width: 100%;
	height: auto
}
.worries-main-msg {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	position: absolute;
	top: 5vw;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	text-align: center;
	font-size: 5rem;
	font-weight: bold
}
@media(max-width: 1100px) {
	.worries-main-msg {
		font-size: 4rem;
		padding: 0 30px
	}
}
@media(max-width: 830px) {
	.worries-main-msg {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.worries-main-msg {
		padding: 0 20px;
		font-size: 2.8rem;
		line-height: 1.7;
		top: 12vw
	}
}
@media(max-width: 375px) {
	.worries-main-msg {
		font-size: 2.2rem
	}
}
.worries-solution {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	padding: 0 50px;
	box-sizing: border-box;
	margin: -40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center
}
@media(max-width: 767px) {
	.worries-solution {
		padding: 0 20px 50px
	}
}
.worries-solution-item {
	width: 40%;
	padding-right: 50px;
	box-sizing: border-box
}
@media(max-width: 767px) {
	.worries-solution-item {
		width: 100%;
		padding-right: 0;
		padding: 0 15px
	}
}
.worries-solution-item img {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.worries-solution-box {
	position: relative;
	width: 60%;
	max-width: 770px;
	padding: 40px 0 40px 80px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
@media(max-width: 980px) {
	.worries-solution-box {
		padding: 20px
	}
}
@media(max-width: 767px) {
	.worries-solution-box {
		width: 100%;
		padding: 20px 20px 40px 20px
	}
}
.worries-solution-box ul li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.44;
	margin-top: 40px;
	padding-left: 52px
}
.worries-solution-box ul li span.cl-yellow {
	color: #f89222
}
@media(max-width: 1240px) {
	.worries-solution-box ul li {
		font-size: 1.6rem
	}
}
@media(max-width: 980px) {
	.worries-solution-box ul li {
		font-size: 1.5rem;
		margin-top: 20px;
		padding-left: 34px
	}
}
@media(max-width: 768px) {
	.worries-solution-box ul li {
		font-size: 1.3rem;
		margin-top: 18px;
		padding-left: 28px
	}
}
@media(max-width: 420px) {
	.worries-solution-box ul li {
		font-size: 1.4rem;
		padding-left: 26px;
		margin-top: 20px
	}
}
.worries-solution-box ul li:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: url(../images/ico/ico_bulb.svg) no-repeat;
	background-size: 28px 38px
}
@media(max-width: 980px) {
	.worries-solution-box ul li:before {
		width: 20px;
		height: 26px;
		background-size: 20px 26px
	}
}
@media(max-width: 768px) {
	.worries-solution-box ul li:before {
		width: 18px;
		height: 24px;
		background-size: 18px 24px
	}
}
@media(max-width: 420px) {
	.worries-solution-box ul li:before {
		width: 16px;
		height: 22px;
		background-size: 16px 22px;
		top: 0;
		transform: unset
	}
}
.worries-solution-box ul li:first-of-type {
	margin-top: 0
}
.worries-solution-box span.absolute-text {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	bottom: 40px;
	right: 40px
}
@media(max-width: 1240px) {
	.worries-solution-box span.absolute-text {
		font-size: 1.6rem
	}
}
@media(max-width: 767px) {
	.worries-solution-box span.absolute-text {
		bottom: 20px;
		right: 20px
	}
}
@media(max-width: 420px) {
	.worries-solution-box span.absolute-text {
		font-size: 1.4rem
	}
}
.worries-etc {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
@media(max-width: 767px) {
	.worries-etc {
		flex-direction: column-reverse
	}
}
.worries-etc-thumb {
	width: 38%
}
@media(max-width: 1240px) {
	.worries-etc-thumb {
		width: 44%
	}
}
@media(max-width: 767px) {
	.worries-etc-thumb {
		width: 100%
	}
}
.worries-etc-thumb img {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.worries-etc-text {
	position: relative;
	width: 62%;
	padding: 40px 20px;
	box-sizing: border-box;
	background: #308fd1;
	display: flex;
	justify-content: center;
	align-items: center
}
@media(max-width: 1240px) {
	.worries-etc-text {
		width: 56%
	}
}
@media(max-width: 1024px) {
	.worries-etc-text {
		padding: 20px 20px
	}
}
@media(max-width: 767px) {
	.worries-etc-text {
		width: 100%;
		padding: 30px 20px;
		justify-content: flex-start
	}
}
.worries-etc-text-msg {
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold
}
@media(max-width: 1240px) {
	.worries-etc-text-msg {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.worries-etc-text-msg {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.6
	}
}
.worries-etc-text-msg span {
	font-size: 5.2rem;
	line-height: 1.8;
	font-weight: bold
}
@media(max-width: 1240px) {
	.worries-etc-text-msg span {
		font-size: 3.8rem
	}
}
@media(max-width: 1024px) {
	.worries-etc-text-msg span {
		font-size: 3.2rem
	}
}
@media(max-width: 860px) {
	.worries-etc-text-msg span {
		font-size: 2.8rem
	}
}
@media(max-width: 767px) {
	.worries-etc-text-msg span {
		font-size: 2.6rem;
		line-height: 1.6
	}
}
.worries-sub {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px
}
@media(max-width: 767px) {
	.worries-sub {
		margin-top: 30px;
		padding: 0 20px;
		box-sizing: border-box;
		flex-direction: column-reverse
	}
}
.worries-sub-thumb {
	width: 35%
}
@media(max-width: 767px) {
	.worries-sub-thumb {
		width: 100%;
		margin-top: 20px
	}
}
.worries-sub-thumb img {
	width: 100%;
	height: auto
}
.worries-sub-text {
	width: 65%;
	padding: 0 40px 0 50px;
	box-sizing: border-box
}
@media(max-width: 1920px) {
	.worries-sub-text {
		padding: 0 40px 0 80px
	}
}
@media(max-width: 1500px) {
	.worries-sub-text {
		padding: 0 40px 0 50px
	}
}
@media(max-width: 767px) {
	.worries-sub-text {
		width: 100%;
		padding: 0
	}
}
.worries-sub-text-msg {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 2;
	color: #000;
	margin-top: 20px
}
@media(max-width: 1240px) {
	.worries-sub-text-msg {
		font-size: 2.8rem
	}
}
@media(max-width: 1100px) {
	.worries-sub-text-msg {
		font-size: 2.2rem
	}
}
@media(max-width: 768px) {
	.worries-sub-text-msg {
		font-size: 1.8rem
	}
}
@media(max-width: 767px) {
	.worries-sub-text-msg {
		font-size: 1.8rem
	}
}
@media(max-width: 420px) {
	.worries-sub-text-msg {
		font-size: 1.6rem
	}
}
.worries-sub-text-msg span {
	font-size: 4.2rem
}
@media(max-width: 1240px) {
	.worries-sub-text-msg span {
		font-size: 3.6rem
	}
}
@media(max-width: 1100px) {
	.worries-sub-text-msg span {
		font-size: 3rem
	}
}
@media(max-width: 768px) {
	.worries-sub-text-msg span {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.worries-sub-text-msg span {
		font-size: 2.6rem
	}
}
@media(max-width: 420px) {
	.worries-sub-text-msg span {
		font-size: 2.2rem
	}
}
.worries-sub-text-fukidashi {
	display: block;
	text-align: left
}
.worries-sub-text-fukidashi p {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 15px 50px;
	background: #308fd1;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold
}
@media(max-width: 1100px) {
	.worries-sub-text-fukidashi p {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.worries-sub-text-fukidashi p {
		font-size: 1.6rem;
		padding: 12px 30px
	}
}
@media(max-width: 767px) {
	.worries-sub-text-fukidashi p {
		font-size: 1.6rem;
		padding: 8px 30px
	}
}
@media(max-width: 420px) {
	.worries-sub-text-fukidashi p {
		font-size: 1.3rem
	}
}
.worries-sub-text-fukidashi p:after {
	content: "";
	display: inline-block;
	background: url(../images/ico/ico_fukidashi_blue.svg) no-repeat;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0)
}
.sanei {
	width: 100%;
	margin: 10px auto 0;
	background: url(../images/3ei/3ei_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
	padding: 132px 0 0
}
@media(max-width: 767px) {
	.sanei {
		background: url(../images/3ei/3ei_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
		width: 100%;
		padding: 80px 0 0;
		margin-top: 40px
	}
}
.sanei h2 {
	position: relative;
	width: 100%;
	font-size: 3.6rem;
	display: block;
	text-align: center;
	font-weight: bold;
	z-index: 1
}
@media(max-width: 767px) {
	.sanei h2 {
		font-size: 2.6rem
	}
}
.sanei h2 span {
	position: relative;
	z-index: 1
}
.sanei h2:after {
	content: "";
	display: block;
	background: url(../images/3ei/3ei_title.svg) no-repeat;
	background-size: 684px 122px;
	width: 684px;
	height: 122px;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translate(0, -50%);
	z-index: 0
}
@media(max-width: 767px) {
	.sanei h2:after {
		width: 280px;
		height: 80px;
		right: unset;
		left: 50%;
		transform: translate(-50%, -50%);
		background-size: 280px auto
	}
}
.sanei-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1340px;
	padding: 0 50px 85px;
	box-sizing: border-box;
	margin: 0 auto
}
@media(max-width: 767px) {
	.sanei-inner {
		padding: 0 20px 30px
	}
}
.sanei-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 40px auto 0
}
.sanei-flex-item {
	position: relative;
	width: 46%;
	padding-right: 35px;
	box-sizing: border-box
}
@media(max-width: 876px) {
	.sanei-flex-item {
		width: 100%;
		padding-right: 0
	}
}
.sanei-flex-item-fukidashi {
	display: block;
	text-align: center;
	margin-bottom: 20px
}
@media(max-width: 876px) {
	.sanei-flex-item-fukidashi {
		margin-bottom: 25px
	}
}
.sanei-flex-item-fukidashi p {
	position: relative;
	display: block;
	color: #fff;
	padding: 15px 50px;
	background: #308fd1;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold
}
@media(max-width: 876px) {
	.sanei-flex-item-fukidashi p {
		font-size: 1.8rem;
		padding: 15px 30px
	}
}
@media(max-width: 768px) {
	.sanei-flex-item-fukidashi p {
		font-size: 1.6rem;
		padding: 12px 30px
	}
}
@media(max-width: 420px) {
	.sanei-flex-item-fukidashi p {
		font-size: 1.6rem
	}
}
.sanei-flex-item-fukidashi p:after {
	content: "";
	display: inline-block;
	background: url(../images/ico/ico_fukidashi_blue.svg) no-repeat;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0)
}
.sanei-flex-item-ico {
	position: absolute;
	bottom: -20px;
	left: -40px;
	width: 92px;
	height: 62px;
	z-index: 1
}
@media(max-width: 876px) {
	.sanei-flex-item-ico {
		display: none
	}
}
.sanei-flex-item-ico img {
	width: 100%;
	height: auto
}
.sanei-flex-item img {
	width: 100%;
	height: auto
}
.sanei-flex-box {
	position: relative;
	width: 54%;
	padding: 20px 0 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}
@media(max-width: 876px) {
	.sanei-flex-box {
		width: 100%;
		margin-top: 20px
	}
}
.sanei-flex-box-ico {
	position: absolute;
	top: -30px;
	right: -60px;
	width: 172px;
	height: 88px;
	z-index: 1
}
@media(max-width: 876px) {
	.sanei-flex-box-ico {
		display: none
	}
}
.sanei-flex-box-ico img {
	width: 100%;
	height: auto
}
.sanei-flex-box-textWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 20px;
	border-bottom: 1px solid #efefef
}
.sanei-flex-box-textWrap:last-of-type {
	border-bottom: 0px
}
@media(max-width: 876px) {
	.sanei-flex-box-textWrap {
		padding-top: 10px
	}
}
.sanei-flex-box-tit {
	width: 35%;
	padding: 0 20px 30px 50px;
	box-sizing: border-box
}
@media(max-width: 876px) {
	.sanei-flex-box-tit {
		width: 100%;
		padding: 0 0 10px 0;
		text-align: center
	}
}
.sanei-flex-box-tit p {
	font-size: 1.8rem;
	line-height: 1.75;
	font-weight: bold;
	color: #308fd1
}
@media(max-width: 876px) {
	.sanei-flex-box-tit p {
		font-size: 1.6rem
	}
}
.sanei-flex-box-txt {
	width: 65%;
	padding: 0 50px 30px 20px;
	box-sizing: border-box
}
@media(max-width: 876px) {
	.sanei-flex-box-txt {
		width: 100%;
		padding: 0 20px 20px
	}
}
.sanei-flex-box-txt p {
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: normal;
	color: #000
}
@media(max-width: 876px) {
	.sanei-flex-box-txt p {
		font-size: 1.4rem;
		text-align: center
	}
}
.sanei-flex-box-txt p span {
	font-weight: bold
}
.sanei-sub {
	width: 100%
}
.sanei-sub-bg {
	width: 100%;
	position: relative
}
.sanei-sub-textImg {
	width: 100%;
	max-width: 1440px;
	padding: 0 50px;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0)
}
@media(max-width: 1920px) {
	.sanei-sub-textImg {
		padding: 0 50px;
		max-width: 1800px
	}
}
@media(max-width: 767px) {
	.sanei-sub-textImg {
		padding: 0 20px
	}
}
.sanei-sub-textImg img {
	width: 100%;
	height: auto
}
.why {
	position: relative;
	width: 100%;
	padding-top: 120px
}
@media(max-width: 768px) {
	.why {
		padding-top: 80px
	}
}
.why-title {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.7;
	font-weight: bold
}
@media(max-width: 980px) {
	.why-title {
		font-size: 2.8rem
	}
}
@media(max-width: 767px) {
	.why-title {
		font-size: 2.2rem
	}
}
@media(max-width: 375px) {
	.why-title {
		font-size: 2rem
	}
}
.why-title span {
	position: relative;
	z-index: 1
}
.why-title:before {
	content: "";
	display: block;
	background: url(../images/why/why_title.svg) no-repeat;
	background-size: 384px 146px;
	width: 384px;
	height: 146px;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(0, -50%);
	z-index: 0
}
@media(max-width: 767px) {
	.why-title:before {
		background-size: 200px auto;
		width: 200px;
		height: 82px;
		left: 50%;
		transform: translate(-50%, -50%)
	}
}
.why-block {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px
}
@media(max-width: 767px) {
	.why-block {
		margin-top: 40px;
		flex-direction: column-reverse;
		padding: 0 20px;
		box-sizing: border-box
	}
}
.why-block.column-reverse {
	flex-direction: row-reverse
}
@media(max-width: 767px) {
	.why-block.column-reverse {
		flex-direction: column-reverse
	}
}
.why-block:first-of-type {
	margin-top: 65px
}
@media(max-width: 767px) {
	.why-block:first-of-type {
		margin-top: 50px
	}
}
.why-block-item {
	width: 42%
}
@media(max-width: 1240px) {
	.why-block-item {
		width: 40%
	}
}
@media(max-width: 767px) {
	.why-block-item {
		width: 100%;
		margin-top: 20px
	}
}
.why-block-item img {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.why-block-text {
	position: relative;
	width: 58%;
	padding: 0 50px 0 65px;
	box-sizing: border-box
}
@media(max-width: 1240px) {
	.why-block-text {
		width: 60%
	}
}
@media(max-width: 980px) {
	.why-block-text {
		padding: 0 30px
	}
}
@media(max-width: 767px) {
	.why-block-text {
		width: 100%;
		padding: 0
	}
}
.why-block-text h3 {
	font-size: 3rem;
	font-weight: bold;
	color: #f89222;
	display: block;
	text-align: left;
	padding-top: 35px;
	line-height: 1.5
}
@media(max-width: 980px) {
	.why-block-text h3 {
		font-size: 2.2rem;
		padding-top: 25px
	}
}
@media(max-width: 767px) {
	.why-block-text h3 {
		padding-top: 25px;
		font-size: 1.8rem
	}
}
.why-block-text p {
	font-size: 1.8rem;
	color: #000;
	line-height: 2;
	margin-top: 25px
}
@media(max-width: 980px) {
	.why-block-text p {
		font-size: 1.6rem;
		margin-top: 15px
	}
}
@media(max-width: 767px) {
	.why-block-text p {
		margin-top: 15px;
		font-size: 1.4rem
	}
}
.why-block-text-fukidashi {
	display: block;
	text-align: left
}
.why-block-text-fukidashi p {
	position: relative;
	display: inline-block;
	margin-top: 0;
	padding: 15px 50px;
	background: #f89222;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold
}
@media(max-width: 1100px) {
	.why-block-text-fukidashi p {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.why-block-text-fukidashi p {
		font-size: 1.6rem;
		padding: 12px 30px
	}
}
@media(max-width: 767px) {
	.why-block-text-fukidashi p {
		font-size: 1.6rem;
		padding: 8px 30px
	}
}
@media(max-width: 420px) {
	.why-block-text-fukidashi p {
		font-size: 1.3rem
	}
}
.why-block-text-fukidashi p:after {
	content: "";
	display: inline-block;
	background: url(../images/ico/ico_fukidashi_yellow.svg) no-repeat;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0)
}
.step {
	position: relative;
	width: 100%;
}
.step-title {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.7;
	font-weight: bold
}
@media(max-width: 980px) {
	.step-title {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.step-title {
		font-size: 2.2rem
	}
}
.step-title span {
	position: relative;
	z-index: 1;
	font-size: 4.2rem
}
@media(max-width: 980px) {
	.step-title span {
		font-size: 3.6rem
	}
}
@media(max-width: 767px) {
	.step-title span {
		font-size: 2.6rem;
		display: block
	}
}
.step-flow {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1440px;
	padding: 0 50px 100px;
	box-sizing: border-box;
	margin: 0 auto
}
@media(max-width: 767px) {
	.step-flow {
		padding: 0 20px 60px
	}
}
.step-flow-list {
	width: 23%;
	margin-top: 40px
}
@media(max-width: 1023px) {
	.step-flow-list {
		width: 48%;
		margin-top: 20px
	}
}
.step-flow-list-num {
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #308fd1
}
@media(max-width: 767px) {
	.step-flow-list-num {
		font-size: 1.6rem
	}
}
.step-flow-list-box {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-top: 12px;
	padding: 20px;
	box-sizing: border-box
}
@media(max-width: 767px) {
	.step-flow-list-box {
		padding: 10px 15px;
		margin-top: 8px
	}
}
.step-flow-list-box:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -20px;
	width: 10px;
	height: 40px;
	transform: translate(0, -50%);
	background: url(../images/ico/ico_flow.svg) no-repeat;
	background-size: 10px 40px;
	content: ""
}
@media(max-width: 767px) {
	.step-flow-list-box:after {
		right: -12px;
		width: 10px;
		height: 30px;
		transform: translate(0, -50%);
		background-size: 10px 30px
	}
}
.step-flow-list-box.none:after {
	display: none
}
@media(max-width: 11023px) {
	.step-flow-list-box.second:after {
		display: none
	}
}
.step-flow-list-box-tit {
	background: #308fd1;
	border-radius: 5em;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center
}
@media(max-width: 767px) {
	.step-flow-list-box-tit {
		font-size: 1.4rem;
		height: 32px
	}
}
.step-flow-list-box img {
	width: 100%;
	height: auto;
	margin: 18px auto 0
}
@media(max-width: 767px) {
	.step-flow-list-box img {
		margin: 8px auto 0
	}
}
.style {
	position: relative;
	width: 100%
}
.style-block {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center
}
.style-block.block-blue {
	background: #308fd1
}
.style-block.block-blue .style-block-thumb {
	background: url(../images/style/style_thumb01.jpg) no-repeat;
	background-size: cover
}
.style-block.block-blue .style-block-text {
	background: #308fd1;
	padding: 0 50px 0 75px
}
@media(max-width: 1240px) {
	.style-block.block-blue .style-block-text {
		padding: 0 30px 0 50px
	}
}
@media(max-width: 768px) {
	.style-block.block-blue .style-block-text {
		padding: 30px
	}
}
@media(max-width: 767px) {
	.style-block.block-blue .style-block-text {
		padding: 30px 20px
	}
}
.style-block.block-blue .style-block-text h2 {
	color: #fff
}
.style-block.block-blue .style-block-text p {
	color: #fff
}
.style-block.block-white {
	background: #fff
}
.style-block.block-white .style-block-thumb {
	background: url(../images/style/style_thumb02.jpg) no-repeat;
	background-size: cover
}
.style-block.block-white .style-block-text {
	background: #fff;
	padding: 0 75px 0 50px
}
@media(max-width: 1240px) {
	.style-block.block-white .style-block-text {
		padding: 0 50px 0 30px
	}
}
@media(max-width: 768px) {
	.style-block.block-white .style-block-text {
		padding: 30px
	}
}
@media(max-width: 767px) {
	.style-block.block-white .style-block-text {
		padding: 30px 20px
	}
}
.style-block.block-white .style-block-text h2 {
	color: #308fd1
}
.style-block.block-white .style-block-text p {
	color: #308fd1
}
.style-block.column-reverse {
	flex-direction: row-reverse
}
.style-block-thumb {
	width: 42%
}
@media(max-width: 768px) {
	.style-block-thumb {
		width: 100%
	}
}
@media(max-width: 767px) {
	.style-block-thumb {
		width: 100%
	}
}
.style-block-thumb img {
	width: 100%;
	height: auto;
	opacity: 0
}
.style-block-text {
	width: 58%;
	box-sizing: border-box
}
@media(max-width: 768px) {
	.style-block-text {
		width: 100%
	}
}
.style-block-text h2 {
	font-size: 3.6rem;
	font-weight: bold
}
@media(max-width: 1240px) {
	.style-block-text h2 {
		font-size: 3rem
	}
}
@media(max-width: 1023px) {
	.style-block-text h2 {
		font-size: 2.6rem
	}
}
@media(max-width: 768px) {
	.style-block-text h2 {
		font-size: 2.2rem
	}
}
@media(max-width: 767px) {
	.style-block-text h2 {
		font-size: 2.2rem
	}
}
.style-block-text h2 span {
	display: block;
	margin-bottom: 20px;
	font-size: 2.4rem
}
@media(max-width: 1240px) {
	.style-block-text h2 span {
		font-size: 2rem
	}
}
@media(max-width: 1023px) {
	.style-block-text h2 span {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.style-block-text h2 span {
		font-size: 1.4rem
	}
}
@media(max-width: 767px) {
	.style-block-text h2 span {
		font-size: 1.6rem;
		margin-bottom: 10px
	}
}
.style-block-text-bold {
	display: block;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 40px
}
@media(max-width: 1240px) {
	.style-block-text-bold {
		font-size: 2rem;
		margin-top: 30px
	}
}
@media(max-width: 1023px) {
	.style-block-text-bold {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.style-block-text-bold {
		font-size: 1.6rem;
		margin-top: 20px
	}
}
@media(max-width: 767px) {
	.style-block-text-bold {
		margin-top: 25px
	}
}
@media(max-width: 375px) {
	.style-block-text-bold {
		font-size: 1.5rem
	}
}
.style-block-text-lead {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: normal;
	margin-top: 20px
}
@media(max-width: 1240px) {
	.style-block-text-lead {
		font-size: 1.6rem
	}
}
@media(max-width: 1023px) {
	.style-block-text-lead {
		font-size: 1.3rem
	}
}
@media(max-width: 767px) {
	.style-block-text-lead {
		font-size: 1.4rem;
		margin-top: 15px
	}
}
.development {
	position: relative;
	width: 100%
}
@media(max-width: 767px) {
	.development {
		margin-top: 0
	}
}
.development-title {
	width: 100%
}
.development-title img {
	width: 100%;
	height: auto
}
.development-block {
	width: 100%;
	display: flex;
	justify-content: center
}
.development-block.block01 {
	background: url(../images/development/development_block_bg01.jpg) no-repeat;
	background-size: cover;
	background-position: top center
}
@media(max-width: 767px) {
	.development-block.block01 {
		background: url(../images/development/development_block_bg01_sp.jpg) no-repeat;
		background-size: 100%
	}
}
.development-block.block01 .development-block-img img {
	margin-top: -3.4%
}
@media(max-width: 767px) {
	.development-block.block01 .development-block-img img {
		margin-top: 0
	}
}
.development-block.block02 {
	position: relative;
	z-index: 1;
	margin-top: -6px;
	background: url(../images/development/development_block_bg02.jpg) no-repeat;
	background-size: cover;
	background-position: top center
}
@media(max-width: 767px) {
	.development-block.block02 {
		margin-top: 0;
		background: url(../images/development/development_block_bg02_sp.jpg) no-repeat;
		background-size: 100%
	}
}
.development-block-img {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto
}
.development-block-img img {
	width: 100%;
	height: auto
}
.development-imgs {
	width: 100%
}
.development-imgs img {
	width: 100%;
	height: auto
}
.development-flex {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px
}
@media(max-width: 767px) {
	.development-flex {
		margin-top: 30px;
		flex-direction: column-reverse;
		padding: 0 20px;
		box-sizing: border-box
	}
}
.development-flex-item {
	width: 35%
}
@media(max-width: 767px) {
	.development-flex-item {
		width: 100%;
		margin-top: 20px
	}
}
.development-flex-item img {
	width: 100%;
	height: auto
}
.development-flex-text {
	width: 65%;
	padding: 0 40px 0 50px;
	box-sizing: border-box
}
@media(max-width: 1920px) {
	.development-flex-text {
		padding: 0 40px 0 80px
	}
}
@media(max-width: 1500px) {
	.development-flex-text {
		padding: 0 40px 0 50px
	}
}
@media(max-width: 767px) {
	.development-flex-text {
		width: 100%;
		padding: 0
	}
}
.development-flex-text p {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.7;
	color: #000;
	margin-top: 20px
}
@media(max-width: 1240px) {
	.development-flex-text p {
		font-size: 2.8rem
	}
}
@media(max-width: 1100px) {
	.development-flex-text p {
		font-size: 2.2rem
	}
}
@media(max-width: 980px) {
	.development-flex-text p {
		font-size: 1.8rem
	}
}
@media(max-width: 767px) {
	.development-flex-text p {
		font-size: 1.6rem;
		margin-top: 15px
	}
}
.development-flex-text p span {
	font-size: 4.2rem
}
@media(max-width: 1240px) {
	.development-flex-text p span {
		font-size: 3.6rem
	}
}
@media(max-width: 1100px) {
	.development-flex-text p span {
		font-size: 3rem
	}
}
@media(max-width: 980px) {
	.development-flex-text p span {
		font-size: 2.6rem
	}
}
@media(max-width: 767px) {
	.development-flex-text p span {
		font-size: 2.2rem
	}
}
.development-flex-text-fukidashi {
	display: block;
	text-align: left
}
.development-flex-text-fukidashi p {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 15px 50px;
	background: #f89222;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold
}
@media(max-width: 1100px) {
	.development-flex-text-fukidashi p {
		font-size: 1.8rem
	}
}
@media(max-width: 768px) {
	.development-flex-text-fukidashi p {
		font-size: 1.6rem;
		padding: 12px 30px
	}
}
@media(max-width: 767px) {
	.development-flex-text-fukidashi p {
		font-size: 1.6rem;
		padding: 8px 30px;
		margin-bottom: 10px
	}
}
@media(max-width: 420px) {
	.development-flex-text-fukidashi p {
		font-size: 1.3rem
	}
}
.development-flex-text-fukidashi p:after {
	content: "";
	display: inline-block;
	background: url(../images/ico/ico_fukidashi_yellow.svg) no-repeat;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0)
}
.challenge {
	position: relative;
	width: 100%;
	padding-top: 120px;
	margin-top: 75px;
	background: url(../images/challenge/challenge_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center
}
@media(max-width: 767px) {
	.challenge {
		background: url(../images/challenge/challenge_bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
		margin-top: 40px;
		padding-top: 80px
	}
}
.challenge-title {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.7;
	font-weight: bold
}
@media(max-width: 980px) {
	.challenge-title {
		font-size: 2.8rem
	}
}
@media(max-width: 767px) {
	.challenge-title {
		font-size: 2.2rem
	}
}
.challenge-title span {
	position: relative;
	z-index: 1
}
.challenge-title span.cl-blue {
	font-size: 5.2rem
}
@media(max-width: 980px) {
	.challenge-title span.cl-blue {
		font-size: 3.8rem
	}
}
@media(max-width: 767px) {
	.challenge-title span.cl-blue {
		font-size: 2.6rem;
		display: block
	}
}
.challenge-title:before {
	content: "";
	display: block;
	background: url(../images/challenge/challenge_title.svg) no-repeat;
	background-size: 712px 150px;
	width: 712px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0
}
@media(max-width: 767px) {
	.challenge-title:before {
		background-size: 300px auto;
		width: 300px;
		height: 66px
	}
}
.experience {
	width: 100%;
	max-width: 1240px;
	padding: 0 50px 90px;
	box-sizing: border-box;
	margin: 30px auto 0
}
@media(max-width: 980px) {
	.experience {
		margin-top: 20px
	}
}
@media(max-width: 767px) {
	.experience {
		padding: 0 20px 50px;
		margin: 30px auto 0
	}
}
.experience .wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.experience-block {
	width: calc(50% - 15px);
	margin-top: 25px
}
@media(max-width: 767px) {
	.experience-block {
		width: 100%;
		margin-top: 5px
	}
}
.experience-block img {
	width: 100%;
	height: auto
}
.contact {
	width: 100%
}
.contact-main {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #f8f8f8 url(../images/contact/contact_main_bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 70px 0 120px;
	margin-bottom: -35px
}
@media(max-width: 980px) {
	.contact-main {
		padding: 40px 0 60px
	}
}
@media(max-width: 767px) {
	.contact-main {
		padding: 0;
		margin-bottom: 0;
		background: #f8f8f8 url(../images/contact/contact_main_bg_sp.jpg) no-repeat;
		background-size: 100%
	}
}
.contact-main-imgWrap {
	width: 100%
}
.contact-main-imgWrap img {
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.contact .form-box .form-ttl {
		font-size: 20px;
		margin-bottom: 1.58rem;
	}
}
@media(max-width: 767px) {
	.contact .form-box {
		padding: 0 20px;
		line-height: 1.4
	}
}
.contact .inner {
	background: #fff;
	padding-top: 56px;
}
@media(max-width: 767px) {
	.contact .inner {
		padding-top: 40.4px;
	}
}
.contact .form-box .index-content_form-element .input input, .contact .form-box .index-content_form-element .input textarea {
	background: #ededed
}
.contact .form-box .index-content_form-element .submit .button_text {
	background: linear-gradient(to bottom, #F24D06, #F5814F);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	width: 314px;
	transition: all ease .7s;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .submit .button_text {
		width: calc(100% - 40px)
	}
}
.contact .form-box .index-content_form-element .submit .button_text:hover {
	/* cursor: pointer; */
	opacity: 0.8;
}
.contact .form-box .index-content_form-element .privacy-txt-ct {
	height: 190px;
    overflow-y: scroll;
	padding: 21px 29px;
	background: #ededed;
	font-size: 14px;
	line-height: 2.2rem;
	font-weight: 400;
}
@media(max-width: 767px) {
	.contact .form-box .index-content_form-element .privacy-txt-ct {
		padding: 14px 21px;
	}
}
.contact .form-box .index-content_form-element .privacy-txt-ct::-webkit-scrollbar {
	width: 6px;
}
.contact .form-box .index-content_form-element .privacy-txt-ct::-webkit-scrollbar-track {
	background-color: #fff;
	margin-right: 20px;
	border-radius: 8px;
	height: 150px;
}
.contact .form-box .index-content_form-element .privacy-txt-ct::-webkit-scrollbar-thumb {
	background-color: #F24D06;
	border-radius: 8px;
}
.about {
	position: relative;
}
.about .to-top-link {
	display: flex;
	gap: 3.5px;
	align-items: center;
	font-size: 16px;
    position: absolute;
    bottom: 1.5vw;
    right: 3vw;
    font-weight: 600;
    transition: all ease .7s;
	cursor: pointer;
}
.about .to-top-link::after {
	content: "";
	background-image: url(/images/to_top_icon.svg);
	display: inline-block;
	background-size: cover;
    background-repeat: no-repeat;
	width: 30px;
    height: 30px;
}
@media(max-width: 767px) {
	.about .to-top-link {
		bottom: 3.6vw;
		right: 5vw;
	}
}
@media(max-width: 375px) {
	.footer .footer-list-link {
		font-size: 1.6rem
	}
}
.sp-cta {
	display: none;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F0E9E1;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999; /* 他の要素より上に表示するため */
	transition: all ease .7s;
	opacity: 1;
  	visibility: visible;
}
.sp-cta .sp-cta-btn  {
	margin: 0 auto;
    width: auto;
    max-width: 194px;
}
.sp-cta .sp-cta-btn .sp-cta-btn-txt {
	background: linear-gradient(to right, #F5AA00, #F24D06);
    transition: all ease .7s;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: rgb(255, 255, 255);
    padding: 15.5px 23.5px;
    border-radius: 30px;
	font-weight: bold;
}

@media(max-width: 767px) {
	.sp-cta {
		display: block;
	}
}

.is-hidden {
	visibility: hidden;
  	opacity: 0;
}
/*# sourceMappingURL=style.min.css.map */