@charset "UTF-8";
img {
	width: 100%;
	height: auto;
}

#mv {
	background: url("../images/bg_mv.jpg") no-repeat center center;
	background-size: cover;
}
#mv .wrap {
	margin: 0 auto;
	max-width: 997px;
}

/*head 固定用*/
.head-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header {
	background: #222;
	top: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 10;
}
.header .wrap{
	padding: 0 3%;
}
.header .flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 100px;
}

.header .logo {
	width: 542px;
}
.header .util {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header .util a {
	color: #fff;
}
.header .util a:hover {
	text-decoration: none;
}
.header .util li {
	color: #fff;
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.header .util li:first-child {
	margin-right: 20px;
}

.header .util li a.btn {
	background: #F39800;
	border-radius: 5px;
	display: block;
	font-size: 2.3rem;
	padding: 10px 20px;
	text-decoration: none;
	transition: 0.3s;
}
.header .util li a.btn:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {

	.header {
		min-width: auto;
	}
	.header .flex {
		height: 90px;
		padding: 10px 0;
	}
	.header .logo {
		margin: 0 auto 0;
		width: 70%;
		max-width: 240px;
	}
	.header .flex{
		display: block;
	}
	.header .util {
		justify-content: center;
		margin-top: 5px;
	}
	.header .util li {
		font-size: 1.2rem;
	}
	.header .util li a.btn {
		font-size: 1.4rem;
		padding: 5px 10px;
	}
	
}

.cts01 {
	background: #F39800;
	padding: 40px 0 50px;
}
.cts01 .ttl .pre {
	color: #000;
	font-size: 3.5rem;
	font-weight: 900;
	text-align: center;
}
.cts01 .ttl .pre span {
	font-size: 5rem;
}
.cts01 .ttl h2 {
	color: #000;
	font-size: 5rem;
	font-weight: 900;
	margin-top: 10px;
	text-align: center;
}
.cts01 .ttl h2 span {
	background: #000;
	color: #FFF100;
	font-size: 7rem;
	margin-right: 10px;
	padding: 10px 5%;
}
@media screen and (max-width: 767px) {
	.cts01 .ttl .pre {
		font-size: 2rem;
	}
	.cts01 .ttl .pre span {
		font-size: 3rem;
	}
	.cts01 .ttl h2 {
		font-size: 2.6rem;
		margin-right: 0;
	}
	.cts01 .ttl h2 span {
		font-size: 2.6rem;
		display: block;
		margin: 10px 0 5px;
	}
}
.cts01 img {
	display: block;
	margin: 3% auto;
	max-width: 787px;
}
.cts01 .msg01 {
	color: #000;
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
}
.cts01 .msg02 {
	color: #fff;
	font-size: 5.7rem;
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.cts01 .msg01 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.cts01 .msg02 {
		font-size: 3rem;
	}
}
.sct_ttl {
	color: #F39800;
	font-size: 4.3rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	text-align: center;
}
.sct_ttl .eng {
	color: #F4CB58;
	display: block;
	font-size: 2.3rem;
	font-family: 'M PLUS 1p', sans-serif;
}
.sct_subttl {
	color: #F4CB58;
	font-size: 3.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	margin-top: 100px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sct_ttl {
		font-size: 3rem;
	}
	.sct_ttl .eng {
		font-size: 1.8rem;
	}
}
.cts02 {
	background: #FFFAC6;
	padding: 70px 0 100px;
}
.cts02 .flow_list {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.cts02 .flow_list li {
	background: #F39800;
	border-radius: 10px;
	color: #000;
	font-size: 2.5rem;
	font-weight: 900;
	margin-right: 20px;
	padding: 4% 1.5%;
	position: relative;
	text-align: center;
}
.cts02 .flow_list li:last-child {
	margin-right: 0;
}
.cts02 .flow_list li span {
	color: #fff;
	display: block;
	font-size: 4rem;
	margin-bottom: 5px;
}
.cts02 .flow_list li::after {
	content: '';
	display: block;
	border-style: solid;
	border-width: 30px 0 30px 15px;
	border-color: transparent transparent transparent #f39a00;
	height: 0;
	position: absolute;
	right: -14px;
	top: calc(50% - 15px);
	width: 0;
}
.cts02 .flow_list li:last-child::after {
	content: none;
}

.cts02 .flow_num {
	margin: 80px 0;
}
.cts02 .flow_num .unit {
	background-size: auto 136px;
	margin-bottom: 50px;
	padding-left: 270px;
	
}
.cts02 .flow_num .unit .btn {
	display: block;
	background: #F7B52C;
	border-radius: 10px;
	color: #fff;
	font-size: 3rem;
	max-width: 430px;
	margin: 15px 0 0;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.cts02 .flow_num .unit .btn:hover {
	opacity: 0.6;
}
.cts02 .flow_num .unit01 {
	background: url("../images/ico_num01.png") no-repeat 20px top;
}
.cts02 .flow_num .unit02 {
	background: url("../images/ico_num02.png") no-repeat 20px top;
}
.cts02 .flow_num .unit03 {
	background: url("../images/ico_num03.png") no-repeat 20px top;
}

.cts02 .flow_num .unit h3 {
	color: #f39800;
	font-size: 4.3rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 20px;
}
.cts02 .flow_num .unit p {
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.cts02 {
		padding: 50px 0;
	}
	.cts02 .flow_list {
		display: block;
	}
	.cts02 .flow_list li {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.cts02 .flow_list li::after {
		border-width: 15px 30px 0 30px;
		border-color: #f39a00 transparent transparent transparent;
		bottom: -14px;
		left: 0;
		margin: 0 auto;
		top: auto;
		right: 0;
	}
	.cts02 .flow_num {
		margin-bottom: 0;
	}
	.cts02 .flow_num .unit {
		margin-bottom: 30px;
		padding: 70px 0 0;
	}
	.cts02 .flow_num .unit h3 {
		font-size: 2.6rem;
		line-height: 1.5;
		text-align: center;
	}
	.cts02 .flow_num .unit01 {
		background: url("../images/ico_num01.png") no-repeat center top;
		background-size: auto 60px;
	}
	.cts02 .flow_num .unit02 {
		background: url("../images/ico_num02.png") no-repeat center top;
		background-size: auto 60px;
	}
	.cts02 .flow_num .unit03 {
		background: url("../images/ico_num03.png") no-repeat center top;
		background-size: auto 60px;
	}
	.cts02 .flow_num .unit p {
		font-size: 1.8rem;
	}
	.cts02 .flow_num .unit .btn {
		font-size: 1.8rem;
	}
}
.cts03 {
	background: #FFFAC6;
	padding: 0 0 100px;
}
.cts03 .faq_list {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.cts03 .faq_list.right {
	flex-direction: row-reverse;
	padding-left: 30px;
}
.cts03 .faq_list.left {
	padding-right: 30px;
}
.cts03 .faq_list.right dt img {
	width: 165px;
}
.cts03 .faq_list.left dt img {
	width: 224px;
}
.cts03 .faq_list dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	position: relative;
	z-index: 0;
}
.cts03 .faq_list dd span {
	display: block;
	background: #fff;
	border: 5px solid #000;
	border-radius: 40px;
}
.cts03 .faq_list.right dd {
	color: #f39800;
	font-size: 3.5rem;
	font-weight: bold;
	width: 740px;
}
.cts03 .faq_list.right dd span {
	padding: 35px 4% 30px;
}
.cts03 .faq_list.right dd::before {
	content: '';
	background: url("../images/cts03_faq_bfr01.png");
	background-size: cover;
	width: 45px;
	height: 44px;
	position: absolute;
	bottom: 30px;
	right: -43px;
	z-index: -1;
}
.cts03 .faq_list.right dd::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 0 0px 42px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 35px;
	right: -35px;
	z-index: 1;
}
.cts03 .faq_list.left dd {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
	width: 730px;
}
.cts03 .faq_list.left dd span {
	padding: 18px 4% 13px;
}
.cts03 .faq_list.left dd::before {
	content: '';
	background: url("../images/cts03_faq_bfr02.png");
	background-size: cover;
	width: 45px;
	height: 44px;
	position: absolute;
	bottom: 30px;
	left: -43px;
	z-index: -1;
}
.cts03 .faq_list.left dd::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 42px 0 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	bottom: 35px;
	left: -35px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.cts03 {}
	.cts03 .faq_list {
		display: block;
		margin: 30px 0;
	}
	.cts03 .faq_list dt {
		text-align: center;
	}
	.cts03 .faq_list.right dt img, .cts03 .faq_list.left dt img {
		width: 70%;
	}
	.cts03 .faq_list.right dt img {
		max-width: 165px;
	}
	.cts03 .faq_list.left dt img {
		max-width: 224px;
	}
	.cts03 .faq_list.right, .cts03 .faq_list.left {
		padding: 0;
	}
	.cts03 .faq_list.right dd, .cts03 .faq_list.left dd {
		width: 100%;
		margin-top: 40px;
	}
	.cts03 .faq_list.right dd {
		font-size: 2rem;
	}
	.cts03 .faq_list.left dd {
		font-size: 1.7rem;
	}
	.cts03 .faq_list.right dd::before, .cts03 .faq_list.left dd::before {
		background: none;
		border-style: solid;
		border-width: 0 35px 35px 35px;
		border-color: transparent transparent #000 transparent;
		bottom: auto;
		height: 0;
		left: 0;
		margin: 0 auto;
		top: -26px;
		right: 0;
		width: 0;
	}
	.cts03 .faq_list.right dd::after, .cts03 .faq_list.left dd::after {
		border-width: 0 25px 25px 25px;
		border-color: transparent transparent #fff transparent;
		bottom: auto;
		left: 0;
		margin: 0 auto;
		top: -18px;
		right: 0;
	}
}
.other_list {
	margin: 30px 0 0;
}
.other_list dt {
	cursor: pointer;
	font-size: 2.7rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 45px;
	padding: 0 8% 0 10%;
	position: relative;
	transition: 0.3s;
}
.other_list dt:hover {
	opacity: 0.6;
}
.other_list dt span {
	background: #f39800;
	color: #fff;
	padding: 8px 18px;
	position: absolute;
	left: 20px;
	top: -10px;
}
.other_list dt::after {
	content: '';
	display: block;
	height: 25px;
	position: absolute;
	width: 25px;
	right: 0;
	top: 10px;
	border-top: 5px solid #f39800;
	border-right: 5px solid #f39800;
	transform: rotate(135deg);
	transition: 0.3s;
}
.other_list dt.open::after {
	transform: rotate(315deg);
}
.other_list dd {
	display: none;
	font-size: 2.7rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 30px 8% 0 10%;
}
.other_list dd a {
	color: #0000CC;
	text-decoration: none;
}
.other_list dd a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.other_list dt {
		font-size: 1.7rem;
		padding: 0 28px 0 45px;
	}
	.other_list dt:hover {
		opacity: 1;
	}
	.other_list dt span {
		font-size: 1.5rem;
		height: 39px;
		left: 0;
		padding: 8px 0;
		text-align: center;
		width: 37px;
	}
	.other_list dd {
		font-size: 1.5rem;
		padding: 15px 28px 0 45px;
	}
	.other_list dt::after {
		height: 18px;
		top: 5px;
		width: 18px;
	}
}
.cts04 {
	padding: 80px 0;
}
.cts04 .melit {
	margin-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.cts04 .melit img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 340px;
}
.cts04 .melit .ttl {
	background: #f39800;
	border-radius: 30px;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 900;
	padding: 5px 10px;
	text-align: center;
	width: 460px;
}
.ie11 .cts04 .melit .ttl {
	padding: 5px 10px 0px;
}
.cts04 .melit .ttl span {
	color: #56370E;
}
.cts04 .melit p {
	color: #000;
	font-size: 2.8rem;
	font-weight: 900;
	margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
	.cts04 {
		padding: 50px 0;
	}
	.cts04 .melit .ttl {
		font-size: 2rem;
		width: 100%;
	}
	.cts04 .melit {
		padding-bottom: 0;
	}
	.cts04 .melit p {
		font-size: 1.5rem;
	}
	.cts04 .melit img {
		position: static;
		margin: 0 auto;
	}
	.cts04 .melit .img {
		text-align: center;
	}
}
.cts05 {
	background: linear-gradient(to right, #D3D8DD 0%, #D3D8DD 50%, #FAC6BF 50%, #FAC6BF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 0 0 30px;
	position: relative;
}
.cts05::after {
	background: #C6B3B7;
	content: '';
	display: block;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	width: 1px;
	z-index: 0;
}
.cts05 .inner {
	position: relative;
	z-index: 2;
}
.cts05 .ttl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
}
.cts05 .ttl span {
	background: #fff;
	border: 1px solid #f39800;
	border-radius: 40px;
	color: #f39800;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 500;
	padding: 4px 50px 0;
}
.cts05 .member {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cts05 .member > div {
	width: 50%;
}
.cts05 .member p {
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
}
.cts05 .member p strong {
	background: linear-gradient(transparent 40%, #FAED00 40%);
	padding: 0 15px;
}
.cts05 .member p .blue {
	color: #225AA8;
}
.cts05 .member p .red {
	color: #E60012;
}
.cts05 .member p .big {
	font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
	.cts05 {
		padding: 10px 0 20px;
	}
	.cts05 .inner {
		padding: 0;
	}
	.cts05 .ttl {
		font-size: 2.5rem;
	}
	.cts05 .ttl span {
		font-size: 1.5rem;
		padding-bottom:4px;
	}
	.cts05 .member p {
		font-size: 1.5rem;
	}
	.cts05 .member p strong {
		padding: 0;
	}
	.cts05 .member p .big {
		font-size: 1.7rem;
	}
}
.cta {
	padding: 80px 0 60px;
}
.cta .btn01 {
	display: block;
	position: relative;
	margin: 0 auto;
	text-decoration: none;
	transition: 0.3s;
	width: 820px;
}
.cta .btn01:hover {
	opacity: 0.6;
}
.cta .btn01 .ico {
	position: absolute;
	left: -60px;
	top: -40px;
	width: 210px;
}
.cta .btn01 .btn {
	background: #f39800;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 5rem;
	font-weight: 900;
	padding: 25px 10px;
	text-align: center;
	transition: 0.3s;
}
.ie11 .cta .btn01 .btn {
	padding: 25px 10px 23px;
}
.cta .btn02 {
	border: 2px solid #ccc;
	border-radius: 20px;
	color: #F7B52C;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3.3rem;
	margin: 50px auto 0;
	padding: 10px 10px 10px 60px;
	position: relative;
	width: 820px;
}
.cta .btn02 .btn {
	background: #F7B52C;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
	width: 380px;
}
.ie11 .cta .btn02 .btn {
	padding: 10px 10px 5px;
}
.cta .btn02 .btn:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.cta .btn01 {
		width: 80%;
	}
	.cta .btn01 .btn {
		font-size: 2rem;
	}
	.cta .btn01 .ico {
		max-width: 130px;
		width: 40%;
		left: -15%;
	}
	.cta .btn02 {
		display: block;
		font-size: 1.5rem;
		text-align: center;
		margin-top: 20px;
		padding: 10px;
		width: 80%;
	}
	.cta .btn02 .btn {
		font-size: 1.8rem;
		margin: 0 auto;
		width: 100%;
	}
}
.cv {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	position: fixed;
	right: -30px;
	;
	bottom: 80px;
	padding: 8px;
	width: 520px;
	z-index: 5;
}
.cv a {
	background: #F39800;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 3.6rem;
	font-weight: 900;
	padding: 25px 0;
	text-align: center;
	transition: 0.3s;
}
.cv a:hover {
	opacity: 0.6;
}
.cv .close {
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: -35px;
	transition: 0.3s;
	width: 70px;
	z-index: 2;
}
.cv .close:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.cv {
		bottom: 20px;
		width: 80%;
	}
	.cv a {
		padding: 10px;
		font-size: 1.6rem;
	}
	.cv .close {
		max-width: 290px;
		width: 45px;
		right: 40px;
		top: -25px;
	}
}
.footer {
	background: #333;
	text-align: center;
	padding: 95px 0;
}
.footer h3 {
	background: #fff;
	border-radius: 10px;
	display: inline-block;
	font-size: 2.6rem;
	margin: 0 auto 60px;
	padding: 6px 45px;
	text-align: center;
}
.ie11 .footer h3 {
	padding: 6px 45px 4px;
}
.footer h4 {
	color: #fff;
	font-size: 2.6rem;
	margin-bottom: 20px;
	text-align: center;
}
.footer h4 img {
	margin-right: 16px;
	vertical-align: bottom;
	width: 460px;
}
.footer p {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
}
.footer p:nth-of-type(2) {
	font-size: 2.3rem;
	letter-spacing: 1px;
}
.footer p .big {
	font-size: 3.1rem;
	margin-right: 25px;
}
.footer p .big:last-of-type {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.footer h3 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.footer h4 {
		font-size: 1.8rem;
	}
	.footer h4 img {
		margin-bottom: 10px;
		width: 100%;
	}
	.footer p {
		font-size: 1.8rem;
	}
	.footer p:nth-of-type(2) {
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.footer p .big {
		font-size: 2.2rem;
		margin: 0;
	}
}
.copyright {
	background: #FFF100;
}
.copyright p {
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	padding: 12px 0;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 30px 0;
	}
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}