@charset "UTF-8";

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, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", helvetica , 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  background: transparent;
  color: #1e1e1e;
  line-height: 1.5; }

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  color: #1e1e1e; }

a:hover {
	color: #1e1e1e;
  text-decoration: underline; }

a:visited {
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  margin: 0;
  vertical-align: baseline; }

input[type="submit"], input[type="button"], input[type="text"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

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; }

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
  height: auto; }

ul {
  padding: 0; }

li {
  list-style: none; }

iframe {
  max-width: 100%; }

b {
	font-weight: 600; }

* {
	box-sizing: border-box; }

.clear {
  clear: both; }

.clearfix::after {
	content: "";
	display: block;
	clear: both; }


body, .main {
	min-width: 1100px;
	width: 100%; }
@media only screen and (max-width: 768px) {
	body, .main {
		min-width: 100%; } }

.wrap {
  max-width: 1100px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
	position: relative; }
@media only screen and (max-width: 768px) {
  .wrap {
		width: 100%;
    padding: 0 20px; } }

.fl-wrap, .fl-wrap-l, .fl-wrap-lc, .fl-wrap-c, .fl-wrap-cc, .fl-wrap-b, .fl-wrap-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.fl-wrap-l {
  justify-content: flex-start; }

.fl-wrap-lc {
  justify-content: flex-start;
  align-items: center; }

.fl-wrap-c {
  align-items: center; }

.fl-wrap-cc {
  justify-content: center;
  align-items: center; }

.fl-wrap-b {
  align-items: flex-end; }

.fl-wrap-bc {
  align-items: center;
  justify-content: space-between; }

.sp {
  display: none; }
@media only screen and (max-width: 768px) {
	.pc {
    display: none; }
  .sp {
    display: block; } }

.ff-serif {
  font-family: 游明朝, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif; }

.marker {
	background: linear-gradient(transparent 0%, #fff256 0%); }

[data-ruby] {
	color: inherit;
	font-weight: inherit;
	position: relative; }
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.4em;
	line-height: 1; }

a {
	text-decoration: none; }
a:hover {
	text-decoration: none;
	opacity: .7; }


.tel-inn .txt {
	margin-right: 15px;
	letter-spacing: .1em;
	font-size: 1.2rem;
	line-height: 18px; }
.tel-inn .tel img {
	width: auto;
	height: 30px; }
@media only screen and (max-width: 768px) {
	.tel-inn .txt {
		margin-right: 0;
		margin-bottom: 5px;
		letter-spacing: .05em;
		text-align: center;
		font-size: 1.2rem;
		line-height: 14px; }
	.tel-inn .tel img {
		width: auto;
		height: 19px; } }


.c_contact {
	padding: 50px 0 55px;
	background: url(../img/bg01.png) top center; }
.c_contact .c_contact-inn {
	width: 810px;
	margin: 0 auto;
	padding: 40px 0 55px;
	background-color: #003559; }
.c_contact .c_contact_txt {
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 42px;
	color: #fff; }
.c_contact .c_contact_txt b {
	font-weight: 800;
	font-size: 4.2rem;
	color: #f50; }
.c_contact .c_contact_btn {
	margin-top: 5px;
	text-align: center; }
.c_contact .c_contact_btn img {
	width: 580px; }
.c_contact .tel-inn {
	margin-top: 5px; }
.c_contact .tel-inn .txt {
	color: #fff; }
.c_contact .c_contact_btn02 {
	margin-top: 15px;
	text-align: center; }
.c_contact .c_contact_btn02 a {
	display: inline-block;
	max-width: 440px;
	width: 100%;
	height: 33px;
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 33px;
	color: #fff;
	background-color: #264163; }
.c_contact .c_contact_btn02 a::before {
	content: "→ "; }
@media only screen and (max-width: 768px) {
	.c_contact {
		padding: 23px 0 23px; }
	.c_contact .c_contact-inn {
		width: 100%;
		padding: 20px; }
	.c_contact .c_contact_txt {
		text-align: center;
		font-size: 0;
		line-height: 0; }
	.c_contact .c_contact_txt b {
		font-size: 0; }
	.c_contact .c_contact_txt img {
		display: inline-block;
		width: 90%; }
	.c_contact .c_contact_btn {
		margin-top: 10px; }
	.c_contact .c_contact_btn img {
		width: 100%; }
	.c_contact .tel-inn {
		margin-top: 5px; }
	.c_contact .tel-inn .txt {
		width: 100%; }
	.c_contact .c_contact_btn02 {
		margin-top: 10px; } }
@media only screen and (max-width: 640px) {
	.c_contact .c_contact_btn02 a {
		height: 25px;
		font-size: 1.2rem;
		line-height: 25px; } }

.pagetop {
	display: none;
	width: 60px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 99; }
.pagetop.scrolled {
	display: block; }
@media only screen and (max-width: 768px) {
	.pagetop {
		width: 45px;
		bottom: 15px;
		right: 15px; } }

.mv {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_mv_pc.jpg) center center no-repeat;
	background-size: cover;
	position: relative; }
.mv .mv-inn {
	max-width: 1100px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 2; }
.mv .mv_logo {
	margin: 0 auto 40px; }
.mv .mv_logo a {
	width: 274px;
	height: 38px;
	display: block;
	font-size: 0;
	line-height: 0;
	background: url(../img/logo_w.svg) center center no-repeat;
	background-size: contain; }
.mv_copy {
	color: #fff;
	font-size: 4.8rem;
	line-height: 60px;
	letter-spacing: .1em;
	font-weight: 700;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5); }
.mv_txt {
	margin-top: 15px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 28px; }
.mv_img {
	position: absolute;
	right: 0;
	bottom: -20px; }
.mv_img img {
	width: 511px; }
.mv_btn {
	margin-top: 5px;
	margin-left: -10px; }
.mv_btn img {
	width: 480px; }
.mv .tel-inn {
	justify-content: flex-start;
	margin-top: 5px; }
.mv .tel-inn .txt {
	color: #fff; }
.mv .mv-scroll {
	width: 54px;
	padding: 5px;
	display: block;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	margin-left: -27px; }
@media only screen and (min-width: 769px) {
	.mv {
		min-height: 735px; } }
@media only screen and (max-width: 768px) {
	.mv {
		height: auto;
		padding-top: 60px;
		padding-bottom: 5px;
		background: url(../img/bg_mv_sp.jpg) center center no-repeat;
		background-size: cover;
		position: relative; }
	.mv .mv-inn {
		width: 100%;
		padding: 0 20px; }
	.mv .mv_logo {
		display: none; }
	.mv::after {
		content: "";
		width: 100%;
		height: calc(20vw - 10px);
		background: #e6ebee url(../img/bg02.png) top center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.mv .wrap {
		z-index: 2; }
	.mv_copy {
		margin-top: 20px;
		text-align: center;
		font-size: 3.2rem;
		line-height: 1.2; }
	.mv_txt {
		margin-top: 20px;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: justify; }
	.mv_img {
		margin-top: 10px;
		position: relative;
		text-align: center;
		right: inherit;
		bottom: inherit; }
	.mv_img img {
		width: 100%; }
	.mv_btn {
		text-align: center;
		margin-top: 0;
		margin-left: 0; }
	.mv_btn img {
		width: 100%; }
	.mv .tel-inn {
		display: none; }
	.mv .mv-scroll {
		width: 28px;
		padding: 5px;
		bottom: 4px;
		margin-left: -14px; } }

@-webkit-keyframes sdb {
	0% {
	-webkit-transform: translate(0, 0); }
	20% {
	-webkit-transform: translate(0, 7px); }
	40% {
	-webkit-transform: translate(0, 0); } }
@keyframes sdb {
	0% {
	transform: translate(0, 0); }
	20% {
	transform: translate(0, 7px); }
	40% {
	transform: translate(0, 0); } }

.c01 {
	padding: 40px;
	background-color: #e6ebee; }
.c01 .c01-inn {
	padding: 80px 0;
	background: url(../img/bg_c01_pc.jpg) center center no-repeat;
	background-size: cover; }
.c01 .c01_txt {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	line-height: 46px;
	color: #fff;
	text-shadow : 1px 1px 2px rgba(0, 0, 0, 0.4); }
.c01 .c01_txt b {
	font-weight: 800;
	font-size: 4.6rem;
	color: #f50; }
.c01 .c01_point-list {
	margin: 25px 0 35px; }
.c01 .c01_point {
	width: 310px;
	height: 80px;
	margin: 0 4px;
	padding: 18px 0 0 83px;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 22px;
	color: #003559;
	background: #fff url(../img/ic_check.svg) no-repeat;
	background-position: center left 23px;
	background-size: 39px 32px; }
@media only screen and (max-width: 768px) {
	.c01 {
		padding: 20px; }
	.c01 .c01-inn {
		text-align: center;
		padding: 25px;
		background-image: url(../img/bg_c01_sp.jpg); }
	.c01 .c01_txt {
		font-size: 1.5rem;
		line-height: 23px; }
	.c01 .c01_txt b {
		font-size: 2.3rem; }
	.c01 .c01_point-list {
		margin: 10px 0; }
	.c01 .c01_point {
		width: 216px;
		height: 54px;
		margin: 2px 2px;
		padding: 9px 0 0 41px;
		font-size: 1.3rem;
		line-height: 18px;
		background-position: center left 11px;
		background-size: 20px 16px; }
	.c01 .c01-inn img {
		margin: 0 auto; }
	.c01 .c01_txt,
	.c01 .c01_point-list,
	.c01 .c01_point {
		display: none; } }

.c02 {
	padding: 110px 0 0;
	background: #003559 url(../img/bg_c02_pc.png) top center no-repeat;
	background-size: 100% auto;
	position: relative; }
.c02::after {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(../img/bg01.png) bottom center; }
.c02 .c02_ttl {
	text-align: center;
	font-weight: 800;
	font-size: 4.4rem;
	line-height: 1;
	color: #fff; }
.c02 .c02_ttl [data-ruby]::before {
	top: -20px;
	font-size: 1.2rem; }
.c02 .c02_copy {
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 30px;
	color: #fff; }
.c02 .c02_point-list {
	margin-top: 35px; }
.c02 .c02_point {
	width: 330px; }
.c02 .c02_point dt {
	width: 100%;
	height: 80px;
	padding-top: 14px;
	text-align: center;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 26px;
	color: #fff;
	background-color: #a38a78; }
.c02 .c02_point dd {
	width: 100%;
	height: 390px;
	padding: 10px 30px;
	background-color: #fff; }
.c02 .c02_point_copy {
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 55px;
	color: #003559; }
.c02 .c02_point_copy b {
	font-weight: 700;
	font-size: 6.5rem;
	color: #003559; }
.c02 .c02_point_copy b.middle {
	font-size: 4.2rem; }
.c02 .c02_point_img {
	margin-top: -10px;
	font-size: 0;
	text-align: center; }
.c02 .c02_point_txt {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 24px; }
.c02 .c02_txt {
	margin: 45px 0 35px;
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 42px;
	color: #fff; }
.c02 .c02_txt b {
	font-weight: 800;
	font-size: 4.2rem;
	color: #f50; }
.c02 .c02_pages {
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	position: relative;
	z-index: 2; }
.c02 .c02_pages::before {
	content: "";
	width: 287px;
	height: 100%;
	background-color: #e0dee5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; }
.c02 .c02_pages_img {
	width: 287px;
	text-align: center;
	font-size: 0;
	z-index: 2; }
.c02 .c02_pages_dtl {
	width: calc(100% - 287px);
	padding: 44px; }
.c02 .c02_pages_ttl {
	margin-bottom: 20px;
	padding: 0 0 20px 50px;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 38px;
	color: #003559;
	border-bottom: 1px solid #ceccd6;
	position: relative; }
.c02 .c02_pages_ttl::before {
	content: "";
	width: 38px;
	height: 38px;
	background-color: #003559;
	background-image: url(../img/num_01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	position: absolute;
	top: 0;
	left: 0; }
.c02 .c02_pages:nth-child(2) .c02_pages_ttl::before {
	background-image: url(../img/num_02.svg);
	background-size: 20px 12px; }
.c02 .c02_pages_ttl::after {
	content: "";
	width: 38px;
	height: 1px;
	background-color: #003559;
	position: absolute;
	bottom: -1px;
	left: 0; }
.c02 .c02_pages_txt {
	font-size: 1.6rem;
	line-height: 26px; }
.c02 .c02_pages-sample {
	margin-bottom: 0;
	padding: 25px 0 50px; }
.c02 .c02_sample {
	text-align: center;
	position: relative;
	z-index: 2; }
.c02 .c02_sample_btn {
	margin-top: 17px;
	text-align: center; }
.c02 .c02_sample_btn a {
	display: inline-block;
	width: 310px;
	height: 68px;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 68px;
	color: #fff;
	text-decoration: none;
	background-color: #13ad67;
	background-image: url(../img/arw_r2.svg);
	background-position: center right 17px;
	background-repeat: no-repeat;
	background-size: 22px 12px; }
.c02 .c02_bnr {
	width: 910px;
	margin: 55px auto 0;
	padding: 40px 360px 35px 30px;
	border: 1px solid #003559;
	background-color: #fff;
	background-image: url(../img/c02_img07.jpg);
	background-position: bottom 20px right 40px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2; }
.c02 .c02_bnr_ttl {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 37px;
	color: #003559; }
.c02 .c02_bnr_txt {
	font-size: 1.6rem;
	line-height: 26px; }
@media only screen and (max-width: 768px) {
	.c02 {
		padding: 25px 0 0;
		background-image: url(../img/bg_c02_sp.png); }
	.c02::after {
		height: 15px; }
	.c02 .c02_ttl {
		font-size: 2.3rem; }
	.c02 .c02_ttl [data-ruby]::before {
		top: -12px;
		font-size: .8rem; }
	.c02 .c02_copy {
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 20px; }
	.c02 .c02_point-list {
		margin-top: 15px; }
	.c02 .c02_point {
		width: 100%;
		margin-bottom: 10px; }
	.c02 .c02_point dt {
		height: 40px;
		padding-top: 0;
		font-size: 1.3rem;
		line-height: 40px; }
	.c02 .c02_point dd {
		height: auto;
		padding: 5px 15px 15px; }
	.c02 .c02_point_copy {
		font-size: 1.7rem;
		line-height: 52px; }
	.c02 .c02_point_copy b {
		font-size: 5.2rem; }
	.c02 .c02_point_copy b.middle {
		font-size: 3rem; }
	.c02 .c02_point_img {
		margin-top: -5px; }
	.c02 .c02_point_txt {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 19px; }
	.c02 .c02_txt {
		margin: 20px 0;
		font-size: 0;
		line-height: 0; }
	.c02 .c02_txt b {
		font-size: 0; }
	.c02 .c02_txt img {
		display: inline-block;
		width: 80%; }
	.c02 .c02_pages {
		margin-bottom: 4px;
		padding: 13px; }
	.c02 .c02_pages::before {
		content: none; }
	.c02 .c02_pages_img {
		width: 100%;
		height: 106px;
		background-color: #e0dee5;
		position: relative; }
	.c02 .c02_pages_img::before {
		content: "";
		width: 23px;
		height: 23px;
		background-color: #003559;
		background-image: url(../img/num_01.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px 7px;
		position: absolute;
		top: 0;
		left: 0; }
	.c02 .c02_pages:nth-child(2) .c02_pages_img::before {
		background-image: url(../img/num_02.svg);
		background-size: 11px 7px; }
	.c02 .c02_pages_img img {
		width: auto;
		height: 100%; }
	.c02 .c02_pages_dtl {
		width: 100%;
		margin-top: 15px;
		padding: 0; }
	.c02 .c02_pages_ttl {
		margin-bottom: 10px;
		padding: 0 0 5px 0;
		font-size: 1.4rem;
		line-height: 21px; }
	.c02 .c02_pages_ttl::before {
		content: none; }
	.c02 .c02_pages_ttl::after {
		width: 23px; }
	.c02 .c02_pages_txt {
		font-size: 1.4rem;
		line-height: 19px; }
	.c02 .c02_pages-sample {
		margin-bottom: 0;
		padding: 10px 15px 15px; }
	.c02 .c02_sample_btn {
		margin-top: 17px; }
	.c02 .c02_sample_btn a {
		width: 200px;
		height: 42px;
		font-size: 1.2rem;
		line-height: 42px;
		background-position: center right 11px;
		background-size: 13px 7px; }
	.c02 .c02_bnr {
		width: 100%;
		margin: 25px auto 0;
		padding: 15px;
		background-size: 120px auto;
		background-position: top 15px right 15px; }
	.c02 .c02_bnr_ttl {
		margin-bottom: 12px;
		font-size: 1.4rem;
		line-height: 21px; }
	.c02 .c02_bnr_txt {
		font-size: 1.4rem;
		line-height: 19px; } }
@media only screen and (max-width: 768px) and (min-width: 481px) {
	.c02 .c02_point dt {
		height: 45px;
		padding-top: 0;
		font-size: 1.6rem;
		line-height: 45px; }
	.c02 .c02_pages_img {
		height: 188px; }
	.c02 .c02_pages_ttl {
		margin-bottom: 10px;
		padding: 0 0 5px 0;
		font-size: 1.6rem;
		line-height: 26px; }
	.c02 .c02_bnr {
		background-size: 100px auto; }
	.c02 .c02_bnr_ttl {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 30px; }
	.c02 .c02_bnr_ttl .sp {
		display: none; } }

.c03 {
	padding: 70px 0 90px; }
@media only screen and (max-width: 768px) {
	.c03 {
		padding: 20px 0 30px; } }

.c04 {
	padding: 80px 0 95px; }
.c04 .c04_copy {
	margin-bottom: 35px;
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 52px;
	color: #003559; }
.c04 .c04_copy b {
	font-weight: 800;
	font-size: 4.4rem;
	color: #f50; }
.c04 .c04-inn {
	padding: 80px 90px 60px;
	background-color: #efeef2; }
.c04 .c04_l {
	width: 420px; }
.c04 .c04_ttl {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 3rem;
	line-height: 42px; }
.c04 .c04_txt {
	font-size: 1.6rem;
	line-height: 26px; }
.c04 .c04_r {
	width: 373px; }
.c04 .c04_itm {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 70px;
	color: #fff; }
.c04 .c04_itm01 {
	background-color: #036eb7; }
.c04 .c04_itm02 {
	background-color: #2ea6df; }
.c04 .c04_itm03 {
	background-color: #13ad67; }
.c04 .c04_itm04 {
	background-color: #8ec21f; }
.c04 .c04_note {
	margin-top: 10px;
	text-align: right;
	font-size: 1.2rem;
	line-height: 24px; }
@media only screen and (max-width: 768px) {
	.c04 {
		padding: 25px 0 30px; }
	.c04 .c04_copy {
		padding: 0 20px;
		margin-bottom: 15px;
		font-size: 0;
		line-height: 0; }
	.c04 .c04_copy b {
		font-size: 0; }
	.c04 .c04_copy img {
		display: inline-block;
		width: 100%; }
	.c04 .c04-inn {
		padding: 15px 20px; }
	.c04 .c04_l {
		width: 100%; }
	.c04 .c04_ttl {
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 24px; }
	.c04 .c04_txt {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 19px; }
	.c04 .c04_r {
		width: 100%; }
	.c04 .c04_itm {
		font-size: 1.3rem;
		line-height: 35px; }
	.c04 .c04_note {
		margin-top: 10px;
		font-size: 1.1rem;
		line-height: 12px; } }
@media only screen and (max-width: 768px) and (min-width: 481px) {
	.c04 .c04_ttl {
		margin-bottom: 15px;
		font-size: 2.2rem;
		line-height: 32px; } }

.c05 {
	padding: 90px 0 100px;
	background: url(../img/bg_c05_pc.jpg) center center no-repeat;
	background-size: cover; }
.c05 .c05_ttl {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 48px;
	color: #fff;
	text-align: center; }
.c05 .c05_copy {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 30px;
	color: #fff;
	text-align: center; }
.c05 .c05_voice-list {
	max-height: 234px; }
.c05 .c05_voice {
	width: 403px;
	height: 214px;
	margin: 10px;
	background-color: #fff;
	position: relative; }
.c05 .c05_voice_txt {
	width: 100%;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 26px; }
.c05 .c05_voice_name {
	width: 100%;
	height: 42px;
	padding-right: 10px;
	font-size: 1.4rem;
	line-height: 42px;
	text-align: right;
	background-color: #e2e2e7;
	position: absolute;
	bottom: 0;
	right: 0; }
@media only screen and (max-width: 768px) {
	.c05 {
		padding: 30px 0 23px;
		background-image: url(../img/bg_c05_sp.jpg); }
	.c05 .c05_ttl {
		margin-bottom: 5px;
		font-size: 2.3rem;
		line-height: 24px; }
	.c05 .c05_copy {
		margin-bottom: 10px;
		font-weight: 300;
		font-size: 1.4rem;
		line-height: 20px; }
	.c05 .c05_voice-list {
		max-height: 260px; }
	.c05 .c05_voice {
		width: 210px;
		height: 230px;
		margin: 0 15px; }
	.c05 .c05_voice_txt {
		padding: 10px;
		font-size: 1.4rem;
		line-height: 20px; }
	.c05 .c05_voice_name {
		height: 23px;
		padding-right: 5px;
		font-size: 1.1rem;
		line-height: 23px; }
	.c05 .c05_voice-list_sp {
		position: relative; }
	.c05 .c05_voice-list_sp .c05_voice-list {
		width: 100%;
		padding-bottom: 30px;
		position: relative; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots {
		width: 100%;
		position: absolute;
		bottom: 0;
		text-align: center; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0;
		padding: 0;
		cursor: pointer; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots li button:before {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 6px;
		height: 6px;
		content: '';
		background-color: #ceccd6; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots li button:hover:before {
		background-color: #f50; }
	.c05 .c05_voice-list_sp .c05_voice-list .slide_dots li.slick-active button:before {
		background-color: #f50; }
	.c05 .c05_voice-list_sp .c05_voice_prev, .c05 .c05_voice-list_sp .c05_voice_next {
		display: none!important;
		width: 11px;
		height: 28px;
		margin-top: -29px;
		font-size: 0;
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 99; }
	.c05 .c05_voice-list_sp .c05_voice_prev {
		margin-left: -126px;
		background: url(../img/arw_l.svg) center center no-repeat;
		background-size: 11px 28px; }
	.c05 .c05_voice-list_sp .c05_voice_next {
		margin-left: 116px;
		background: url(../img/arw_r.svg) center center no-repeat;
		background-size: 11px 28px; } }

.c06 {
	padding: 95px 0 65px; }
.c06 .c06-inn {
	width: 100%; }
.c06 .c06_ttl {
	margin-bottom: 24px;
	font-weight: 800;
	font-size: 4.4rem;
	line-height: 48px;
	color: #003559;
	text-align: center; }
.c06 .c06_copy {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 30px;
	text-align: center; }
.c06 .c06_voice {
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 30px 30px 418px;
	background-color: #f2f1f4;
	position: relative; }
.c06 .c06_voice .paper {
	width: 418px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; }
.c06 .c06_voice .paper a {
	width: 388px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: url(../img/bg03.png) top center; }
.c06 .c06_voice .paper a::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	bottom: 14px;
	right: 14px;
	background: url(../img/ic_plus.svg) center center no-repeat;
	background-size: 38px 38px; }
.c06 .c06_voice .name {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 26px; }
.c06 .c06_voice .txt {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 26px; }
.c06 .c06_voice .data {
	margin-top: 20px;
	padding: 15px 20px;
	background-color: #fff; }
.c06 .c06_voice .data .logo {
	width: 117px; }
.c06 .c06_voice .data dl {
	width: calc(100% - 140px);
	margin-left: 20px;
	padding-left: 22px;
	border-left: 1px solid #d8d6de; }
.c06 .c06_voice .data dt {
	width: 75px;
	display: inline-block;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 30px; }
.c06 .c06_voice .data dd {
	width: calc(100% - 90px);
	display: inline-block;
	font-size: 1.6rem;
	line-height: 30px; }
.c06 .c06_txt {
	width: 850px;
	margin: 70px auto 50px;
	padding: 20px 0;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 63px;
	color: #003559;
	text-align: center;
	position: relative; }
.c06 .c06_txt::before {
	content: "";
	width: 110px;
	height: 66px;
	border-top: 1px solid #003559;
	border-left: 1px solid #003559;
	position: absolute;
	top: 0;
	left: 0; }
.c06 .c06_txt::after {
	content: "";
	width: 110px;
	height: 66px;
	border-bottom: 1px solid #003559;
	border-right: 1px solid #003559;
	position: absolute;
	bottom: 0;
	right: 0; }
.c06 .c06_txt [data-ruby]::before {
	top: -16px;
	font-size: 1.2rem; }
.c06 .c06_book {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 30px 30px 215px;
	background-color: #f2f1f4;
	position: relative; }
.c06 .c06_book .ttl {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.3; }
.c06 .c06_book .pub {
	margin-top: 7px;
	font-size: 1.6rem;
	line-height: 1; }
.c06 .c06_book .cover {
	width: 185px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg03.png) top center; }
.c06 .c06_book .txt {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 26px; }
@media only screen and (max-width: 768px) {
	.c06 {
		padding: 35px 0 15px; }
	.c06 .c06_ttl {
		margin-bottom: 12px;
		font-size: 2.3rem;
		line-height: 24px; }
	.c06 .c06_copy {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 20px; }
	.c06 .c06_voice {
		margin-bottom: 13px;
		padding: 0; }
	.c06 .c06_voice .paper {
		width: 100%;
		height: auto;
		position: relative; }
	.c06 .c06_voice .paper a {
		width: 100%;
		height: auto;
		padding: 13px; }
	.c06 .c06_voice .paper a::after {
		width: 30px;
		height: 30px;
		bottom: 6px;
		right: 6px;
		background-size: 30px 30px; }
	.c06 .c06_voice .dtl {
		padding: 0 13px 13px; }
	.c06 .c06_voice .name {
		margin-top: 15px;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 22px; }
	.c06 .c06_voice .txt {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 20px; }
	.c06 .c06_voice .data {
		margin-top: 12px;
		padding: 10px 10px 5px; }
	.c06 .c06_voice .data .logo {
		width: 44px; }
	.c06 .c06_voice .data dl {
		width: calc(100% - 56px);
		margin-left: 12px;
		padding-left: 0;
		border-left: none; }
	.c06 .c06_voice .data dt {
		width: 45px;
		font-size: 1.1rem;
		line-height: 18px;
		vertical-align: top; }
	.c06 .c06_voice .data dd {
		width: calc(100% - 52px);
		font-size: 1.1rem;
		line-height: 18px;
		vertical-align: top; }
	.c06 .c06_txt {
		width: 100%;
		margin: 15px auto 20px;
		padding: 15px 0;
		font-size: 2rem;
		line-height: 36px; }
	.c06 .c06_txt::before {
		width: 55px;
		height: 33px; }
	.c06 .c06_txt::after {
		content: "";
		width: 55px;
		height: 33px; }
	.c06 .c06_txt [data-ruby]::before {
		top: -9px;
		font-size: .5rem; }
	.c06 .c06_book .ttl {
		font-size: 1.6rem;
		line-height: 21px; }
	.c06 .c06_book .ttl .sp {
		display: none; }
	.c06 .c06_book .pub {
		margin-top: 3px;
		font-size: 1.2rem;
		line-height: 19px; }
	.c06 .c06_book .txt {
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 20px; } }
@media only screen and (max-width: 481px) {
	.c06 .c06_txt {
		margin: 7px auto 15px;
		padding: 12px 0;
		font-size: 1.6rem;
		line-height: 30px; }
	.c06 .c06_txt [data-ruby]::before {
		top: -9px;
		font-size: .4rem; }
	.c06 .c06_book {
		margin-bottom: 5px;
		padding: 0; }
	.c06 .c06_book .ttl-inn {
		min-height: 121px;
		padding: 15px 12px 12px 86px;
		background: url(../img/bg01.png) top center; }
	.c06 .c06_book .ttl {
		color: #fff;
		font-size: 1.4rem;
		line-height: 19px; }
	.c06 .c06_book .ttl .sp {
		display: block; }
	.c06 .c06_book .pub {
		margin-top: 3px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 19px; }
	.c06 .c06_book .cover {
		width: 63px;
		height: auto;
		top: 15px;
		left: 12px;
		background: none; }
	.c06 .c06_book .txt {
		padding: 12px;
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 20px; } }

.c08 {
	padding: 90px 0 65px;
	background-color: #eee; }
.c08 .c08_ttl {
	width: 100%;
	height: 75px;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 75px;
	color: #fff;
	text-align: center;
	background-color: #003559; }
.c08 .c08_ttl span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	font-weight: 700;
	font-size: 3rem;
	line-height: 50px;
	color: #fff;
	background-color: #f50; }
.c08 .c08-inn {
	width: 100%;
	margin-bottom: 35px;
	background-color: #fff;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=3, Color='#000000'); }
.c08 .c08_sttl {
	width: 100%;
	height: 50px;
	font-weight: 600;
	font-size: 2rem;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background-color: #094e8e; }
.c08 .c08_itms {
	padding: 45px 0;
	align-items: flex-start; }
.c08 .c08_itm {
	width: calc(33% - 54px);
	max-width: 235px;
	margin: 0 27px;
	position: relative; }
.c08 .c08_itm::before {
	content: "";
	width: 38px;
	height: 38px;
	background-color: #003559;
	background-image: url(../img/num_1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px 14px;
	position: absolute;
	top: 0;
	left: 0; }
.c08 .c08_itm:nth-child(2)::before {
	background-image: url(../img/num_2.svg);
	background-size: 9px 14px; }
.c08 .c08_itm:nth-child(3)::before {
	background-image: url(../img/num_3.svg);
	background-size: 10px 14px; }
.c08 .c08_itm_img {
	width: 100%;
	padding: 22px 18px;
	text-align: center;
	font-size: 0;
	background-color: #eee; }
.c08 .c08_itm_ttl {
	margin-top: 15px;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center; }
.c08 .c08_itm_ttl span {
	font-weight: 600;
	font-size: 1.4rem; }
.c08 .c08_frm {
	padding: 0 0 60px; }
.c08 .frm_note {
  max-width: 820px;
  margin: 0 auto;
	padding: 25px 0;
	font-size: 1.4rem;
	line-height: 24px; }
.c08 .frm_note .error-message,
.c08 .frm_note .red {
	color: #ff6100; }
.c08 .error .error-message,
.c08 .error p {
	padding: 0 0 25px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #f00;
	text-align: center; }
.c08 .frm_complete {
	padding: 70px 0 50px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center; }
.c08 .frm_area {
	width: 820px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5; }
.c08 .frm_area dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e5e5e5; }
.c08 .frm_area dl.inactive dt,
.c08 .frm_area dl.inactive dd {
	opacity: .3; }
.c08 .frm_area dt {
	width: 190px;
	padding: 20px 0 20px 12px;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 24px;
  position: relative; }
.c08 .frm_area dt .red {
  padding: 5px;
  background-color: #f00;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
.c08 .frm_area dd {
	width: 610px;
	padding: 20px 0;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 39px; }
.c08 .frm_area dd input[type=text] {
	width: 100%;
	height: 39px;
	padding: 0 10px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.6;
	background-color: #f6f6f6;
	border: 1px solid #c8c9c9; }
.c08 .frm_area dd input[type=radio] {
	margin-right: 10px; }
.c08 .frm_area dd input[type=checkbox] {
	margin-right: 10px; }
.c08 .frm_area dd input[type=text].form-error {
  border: 2px solid #f00; }
.c08 .frm_area dd input[name="email"] {
  font-size: 1.8rem; }
.c08 .frm_area dd input[type=text].norequire {
  padding-left: 60px; }
.c08 .frm_area .norequire-inn {
  position: relative; }
.c08 .frm_area .norequire-inn::before {
  width: 40px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  display: block;
  content: "任意";
  position: absolute;
  top: calc(50% - 12px);
  left: 10px;
  background-color: #bfc0c0; }
.c08 .frm_area dd .frm_input_wrap {
  display: inline; }
.c08 .frm_area dd label {
	margin-right: 35px;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 24px; }
.c08 .frm_area dd input.name {
	margin-right: 30px;
	width: 150px; }
.c08 .frm_area dd input.name_kana {
	margin-right: 30px;
	width: 150px; }
.c08 .frm_area dd input.age {
	margin-right: 30px;
	width: 150px; }
.c08 .frm_area dd input.zip1 {
	width: 115px; }
.c08 .frm_area dd input.zip2 {
	width: 180px; }
.c08 .frm_area dd input.pref {
	margin-right: 30px;
	width: 150px; }
.c08 .frm_area dd input.tel {
	width: 150px; }
.c08 .frm_area dd .form_dd_ttl {
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 24px; }
.c08 .frm_area dd .form_dd_ttl:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.c08 .frm_area dd .note {
	margin-top: 6px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 24px; }
.c08 .frm_area dd .error-message + .note {
  margin-top: 3px; }
.c08 .frm_area dd .error-message,
.c08 .frm_area dd .red {
	margin-top: 6px;
	color: #f00;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.2; }
.c08 .frm_area dd .note label {
	font-weight: 300; }
.c08 .frm_area dd .conf {
	font-weight: 300; }
.c08 .frm_area dd textarea {
	resize: vertical;
	width: 100%;
	height: 160px;
	padding: 10px;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.6;
	background-color: #f6f6f6;
	border: 1px solid #c8c9c9; }
.c08 .c08_btn {
	margin-top: 40px;
	text-align: center; }
.c08 .c08_btn a,
.c08 .c08_btn button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
	display: inline-block;
	width: 300px;
	height: 66px;
	margin: 0 10px;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 66px;
	color: #fff;
	text-decoration: none;
	background-color: #ff6100;
	background-image: url(../img/arw_r.svg);
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 6px 12px; }
.c08 .c08_btn a:hover,
.c08 .c08_btn button:hover {
  opacity: .7; }
.c08 .c08_btn a.return {
	background-color: #c1c1c1;
	background-image: url(../img/arw_l.svg);
	background-position: center left 20px; }
.c08 .c08_btn a.inactive {
	opacity: .3;
	cursor: default; }
@media only screen and (max-width: 768px) {
	.c08 {
		padding: 25px 0 10px; }
	.c08 .c08_ttl {
		height: 44px;
		margin-bottom: 15px;
		font-size: 1.6rem;
		line-height: 44px; }
	.c08 .c08_ttl span {
		margin-right: 5px;
		padding: 0 5px;
		font-size: 1.8rem;
		line-height: 28px; }
	.c08 .c08-inn {
		margin-bottom: 13px; }
	.c08 .c08_sttl {
		height: 30px;
		font-size: 1.4rem;
		line-height: 30px; }
	.c08 .c08_itm {
		margin: 0 15px; }
	.c08 .c08_itm::before {
		width: 30px;
		height: 30px;
		background-size: 6px 12px; }
	.c08 .c08_itm:nth-child(2)::before {
		background-size: 8px 12px; }
	.c08 .c08_itm:nth-child(3)::before {
		background-size: 8px 12px; }
	.c08 .c08_itm_img {
		padding: 18px 18px; }
	.c08 .c08_itm_ttl {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 14px; }
	.c08 .c08_itm_ttl span {
		font-size: 1rem; }
	.c08 .c08_frm {
		padding: 0 0 25px; }
	.c08 .frm_note {
		padding: 10px 12px;
		font-size: 1.2rem;
		line-height: 15px; }
	.c08 .error p {
		padding: 0 12px 10px;
		font-size: 1.2rem;
		line-height: 15px;
		text-align: left; }
	.c08 .frm_area {
		width: calc(100% - 24px);
		border-bottom: none; }
	.c08 .frm_area dt {
		width: 100%;
		padding: 12px 0 0;
		font-size: 1.2rem;
		line-height: 12px; }
  .c08 .frm_area dt .red {
    margin-left: 5px;
    padding: 3px 5px;
    font-size: .9rem;
    vertical-align: middle;
    position: relative;
    top: inherit;
    right: inherit;
    transform: translateY(0); }
	.c08 .frm_area dd {
		width: 100%;
		padding: 12px 0;
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 35px; }
	.c08 .frm_area dd input[type=text] {
		font-size: 1.2rem; }
  .c08 .frm_area dd input[name="email"] {
    font-size: 1.4rem; }
  .c08 .frm_area dd input[type=text].norequire {
    padding-left: 37px; }
  .c08 .frm_area dd .norequire-inn::before {
    width: 27px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    font-size: 1rem;
    top: calc(50% - 8px);
    left: 5px; }
	.c08 .frm_area dd label {
		font-weight: 300;
		font-size: 1.2rem;
		line-height: 16px; }
  .c08 .frm_area dd .form_dd_ttl {
  	font-size: 1.2rem;
  	line-height: 16px; }
  .c08 .frm_area dd .form_dd_ttl:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
  }
	.c08 .frm_area dd .note {
		font-size: 1.2rem;
		line-height: 16px; }
	.c08 .frm_area dd .red {
		font-size: 1.2rem; }
	.c08 .frm_area dd textarea {
		font-size: 1.2rem; }
	.c08 .c08_btn {
		margin-top: 0; }
  .c08 .c08_btn a,
  .c08 .c08_btn button {
		width: 196px;
		height: 44px;
		font-size: 1.2rem;
		line-height: 44px;
		background-position: center right 12px;
		background-size: 4px 7px; } }
@media only screen and (max-width: 481px) {
	.c08 .c08_ttl {
		height: 38px;
		margin-bottom: 15px;
		font-size: 1.3rem;
		line-height: 38px; }
	.c08 .c08_ttl span {
		margin-right: 5px;
		padding: 0 5px;
		font-size: 1.5rem;
		line-height: 25px; }
	.c08 .c08_sttl {
		height: 25px;
		font-size: 1.2rem;
		line-height: 25px; }
	.c08 .c08_itms {
		padding: 12px 0 10px; }
	.c08 .c08_itm {
		width: 78px;
		margin: 0 5px; }
	.c08 .c08_itm::before {
		width: 12px;
		height: 12px;
		background-size: 3px 6px; }
	.c08 .c08_itm:nth-child(2)::before {
		background-size: 4px 6px; }
	.c08 .c08_itm:nth-child(3)::before {
		background-size: 4px 6px; }
	.c08 .c08_itm_img {
		padding: 7px; }
	.c08 .c08_itm_ttl {
		margin-top: 7px;
		font-weight: 300;
		font-size: 1.1rem;
		line-height: 13px; }
	.c08 .c08_itm_ttl span {
		font-weight: 300;
		font-size: .9rem; }
	.c08 .frm_complete {
		padding: 40px 0 30px;
		font-size: 1.2rem; }
  .c08 .frm_area dd .frm_input_wrap {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .c08 .frm_area dd .frm_input_wrap:last-child {
    margin-bottom: 0; }
	.c08 .frm_area dd input[type=text] {
		width: 100%;
		height: 35px;
		padding: 0 5px; }
	.c08 .frm_area dd input.name {
		margin-right: 0;
    width: calc(100% - 1.8em); }
  .c08 .frm_area dd input.name_kana {
		margin-right: 0;
    width: calc(100% - 2.8em); }
  .c08 .frm_area dd input.age {
		margin-right: 5px;
    width: calc(100% - 1em - 5px); }
	.c08 .frm_area dd input.zip1 {
		width: 80px; }
	.c08 .frm_area dd input.zip2 {
		width: calc(100% - 1.8em); }
  .c08 .frm_area dd input.pref {
		margin-right: 0;
		width: 100%; }
	.c08 .frm_area dd input.tel {
		width: 65px; }
	.c08 .frm_area dd input[type=radio] {
		margin-right: 7px; }
	.c08 .frm_area dd input[type=checkbox] {
		margin-right: 7px; }
	.c08 .frm_area dd label {
		margin-right: 30px; }
	.c08 .frm_area dd .note {
		margin-top: 5px; }
	.c08 .frm_area dd .red {
		margin-top: 5px; }
	.c08 .frm_area dd textarea {
		margin-bottom: 0;
		width: 100%;
		height: 120px;
		padding: 5px; }
  .c08 .c08_btn a,
  .c08 .c08_btn button {
		margin: 5px 10px; }
}
.c08_txt_confirm {
  max-width: 820px;
  margin: 32px auto 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c08_txt_confirm {
    width: 100%;
    padding: 0 12px;
    margin: 20px 0;
    font-size: 1.4rem;
  }
}

.c09 {
	width: 100%;
	padding: 80px 0 85px;
	position: relative;
	overflow: hidden; }
.c09::before {
	content: "";
	width: 224px;
	height: 276px;
	background: url(../img/c09_img01.jpg) center center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 50%;
	margin-left: -570px; }
.c09::after {
	content: "";
	width: 364px;
	height: 286px;
	background: url(../img/c09_img02.jpg) center center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
	top: 16px;
	right: 50%;
	margin-right: -625px; }
.c09 .c09_ttl {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 800;
	font-size: 4.2rem;
	line-height: 48px;
	color: #003559; }
.c09 .c09_copy {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 30px; }
.c09 .c09_price {
	table-layout: fixed;
	width: 860px;
	margin: 0 auto;
	border: 1px solid #1e1e1e; }
.c09 .c09_price .t_ttl {
	width: 140px; }
.c09 .c09_price thead th {
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 25px;
	color: #fff;
	border: 1px solid #1e1e1e;
	background-color: #003559; }
.c09 .c09_price tbody th {
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 25px;
	border: 1px solid #1e1e1e;
	background-color: #eee; }
.c09 .c09_price tbody td {
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	line-height: 25px;
	border: 1px solid #1e1e1e;
	background-color: #fff; }
.c09 .c09_price tbody td .price {
	font-weight: 600;
	font-size: 2rem; }
.c09 .c09_price tbody td .yen {
	font-size: 1.8rem; }
.c09 .c09_price tbody td .red {
	color: #e73828; }
.c09 .c09_price tbody td .red b {
	font-weight: 600;
	color: #e73828; }
.c09 .c09_price_note {
	width: 840px;
	margin: 10px auto 0;
	text-align: right;
	font-weight: 1.4rem; }
.c09 .c09_btn {
	margin-top: 20px;
	text-align: center; }
.c09 .c09_btn a {
	display: inline-block;
	width: 380px;
	height: 74px;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 74px;
	color: #fff;
	text-decoration: none;
	background-color: #13ad67;
	background-image: url(../img/arw_r2.svg);
	background-position: center right 17px;
	background-repeat: no-repeat;
	background-size: 22px 12px; }
.c09 .c09_comp {
	margin-top: 35px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1; }
.c09 .c09_tel {
	display: block;
	text-align: center;
	margin: 10px auto 0; }
.c09 .c09_tel img {
	width: auto;
	height: 40px; }
.c09 .c09_bnr {
	text-align: center;
	margin-top: 50px; }
@media only screen and (max-width: 768px) {
	.c09 {
		padding: 45px 0 30px; }
	.c09::before {
		width: 132px;
		height: 69px;
		background: url(../img/c09_img_sp.jpg) center center no-repeat;
		background-size: contain;
		position: absolute;
		z-index: -1;
		top: 45px;
		left: inherit;
		right: 30px;
		margin-left: 0; }
	.c09::after {
		content: none; }
	.c09 .c09_ttl {
		margin-left: 12px;
		margin-bottom: 15px;
		text-align: left;
		font-size: 2.4rem;
		line-height: 30px; }
	.c09 .c09_copy {
		margin-bottom: 10px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 19px; }
	.c09 .c09_price {
		width: 100%; }
	.c09 .c09_price .t_ttl {
		width: 60px; }
	.c09 .c09_price thead th {
		padding: 5px;
		font-size: 1.2rem;
		line-height: 14px; }
	.c09 .c09_price tbody th {
		padding: 5px 0;
		font-size: 1.2rem;
		line-height: 14px; }
	.c09 .c09_price tbody td {
		padding: 5px;
		font-size: 1.2rem;
		line-height: 14px; }
	.c09 .c09_price tbody td .price {
		font-size: 1.2rem; }
	.c09 .c09_price tbody td .yen {
		font-size: 1.2rem; }
	.c09 .c09_price_note {
		width: 100%;
		margin: 5px auto 0;
		font-size: 1.2rem; }
	.c09 .c09_btn {
		margin-top: 12px; }
	.c09 .c09_btn a {
		display: inline-block;
		width: 245px;
		height: 48px;
		font-size: 1.3rem;
		line-height: 48px;
		background-position: center right 15px;
		background-size: 14px 8px; }
	.c09 .c09_comp {
		margin-top: 20px;
		font-size: 1.2rem; }
	.c09 .c09_tel {
		margin: 8px auto 0; }
	.c09 .c09_tel img {
		height: 23px; }
	.c09 .c09_bnr {
		margin-top: 22px; } }
@media only screen and (max-width: 768px) and (min-width: 481px) {
	.c09 .c09_ttl {
		margin-left: 12px;
		margin-bottom: 15px;
		text-align: left;
		font-size: 2.8rem;
		line-height: 30px; }
	.c09::before {
		top: 15px; }
	.c09 .c09_ttl .sp {
		display: none; }
	.c09 .c09_price .t_ttl {
		width: 90px; }
 }

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99; }
.header .logo {
	display: none;
	margin: 25px auto 0 25px; }
.header .logo a {
	width: 274px;
	height: 38px;
	display: block;
	font-size: 0;
	line-height: 0;
	background: url(../img/logo_w.svg) center center no-repeat;
	background-size: contain; }
.header .tel-inn {
	display: none;
	height: 72px;
	margin-right: 20px; }
.header .btn {
	display: none; }
.header .btn a img {
	width: 384px;
	height: 72px; }
.header.scrolled,
.header.confirm {
	height: 72px;
	position: fixed;
	background-color: #fff; }
.header.scrolled .logo,
.header.confirm .logo {
	display: block;
	margin: 17px auto 0 25px; }
.header.scrolled .logo a,
.header.confirm .logo a {
	background: url(../img/logo_b.svg) center center no-repeat; }
.header.scrolled .tel-inn,
.header.confirm .tel-inn {
	display: flex; }
.header.scrolled .btn,
.header.confirm .btn {
	display: block; }
@media only screen and (max-width: 1130px) {
	.header.scrolled .tel-inn,
	.header.confirm .tel-inn {
		display: none; } }
@media only screen and (max-width: 768px) {
	.header .logo {
		display: block;
		margin: 28px auto 0 calc(20px + 3.5%); }
	.header .logo a {
		width: 152px;
		height: 21px; }
	.header .btn a img {
		width: 240px;
		height: auto; }
	.header.scrolled,
	.header.confirm {
		height: auto;
		background-color: inherit; }
	.header.scrolled .logo,
	.header.confirm .logo {
		display: none; }
	.header.scrolled .tel-inn,
	.header.confirm .tel-inn {
		display: none; }
	.header.scrolled .btn,
	.header.confirm .btn {
		position: fixed;
		top: -3px;
		right: -5px; } }


.footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 76px;
	background-color: #003559; }
@media only screen and (max-width: 768px) {
  .footer .copyright {
		font-size: 1rem;
		line-height: 38px; } }


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content {
  width: 80%;
  max-width: 930px;
  padding: 40px;
  background-color: #fff;
}
.modal-ttl {
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #003559;
}
.modal-txt {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 833px) {
  .modal-content {
    padding: 20px;
    width: 90%;
  }
  .modal-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .modal-txt {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-btn {
  width: 100%;
  max-width: 636px;
  margin: 46px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 833px) {
  .list-btn {
    margin-top: 27px;
    max-width: 240px;
  }
}

.list-btn__item {
  width: 47.74%;
  margin-right: 4.52%;
}

@media screen and (max-width: 833px) {
  .list-btn__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .list-btn__item:last-child {
    margin-bottom: 0;
  }
}

.list-btn__item:nth-child(even), .list-btn__item:last-child {
  margin-right: 0;
}

.btn-comp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #13AE67;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  position: relative;
  height: 60px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  max-width: 300px;
}

@media screen and (max-width: 833px) {
  .btn-comp01 {
    height: 46px !important;
    max-width: 240px !important;
  }
}

@media screen and (max-width: 833px) {
  .btn-comp01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn-comp01:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  top: 50%;
  right: 14px;
  background: url("../../../img/common/ico-btn-right.png") no-repeat;
}

.btn-comp01--orange {
  background: #FF5500;
}

.btn-comp01--modalclose {
  box-shadow: none;
  background: #e7e6eb;
  color: #003559;
}

.btn-comp01--modalclose:after {
  background: url("../../../img/common/close_bl.png") no-repeat;
  background-size: contain;
}

.list-btn__item .btn-comp01 {
  margin-bottom: 0;
}

button.btn-comp01 {
  border: none;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
}

button.btn-comp01:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-comp01 span {
  color: inherit;
  font-weight: inherit;
}

.txt_privacy {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 26px;
}
.txt_privacy a {
  text-decoration: underline;
}
.txt_privacy a:hover {
  text-decoration: none;
}
@media screen and (max-width: 833px) {
  .txt_privacy {
    max-width: 260px;
    margin: 5px auto 17px;
    font-size: 1.4rem;
  }
}

.mv .mv_icon_500cp {
  width: 248px;
  height: 248px;
  display: block;
  position: absolute;
  top: 0;
  right: 50px; }
.mv .mv_icon_500cp img {
  width: 100%;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .mv.mv_500cp {
    padding-top: 90px; }
  .mv .mv_icon_500cp {
    width: 80px;
    height: 80px;
    top: -80px;
    right: 10px; } }

.c_cp {
  padding-top: 60px;
  padding-bottom: 60px; }
.c_cp .c_cp_wrap {
  width: 100%;
  padding: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
.c_cp .c_cp_wrap .bdr-v::before,
.c_cp .c_cp_wrap .bdr-v::after {
  content: "";
  position: relative;
  width: 3px;
  height: calc(100% - 86px);
  display: block;
  position: absolute;
  top: 43px;
  background-color: #b2975c; }
.c_cp .c_cp_wrap .bdr-v::before {
  left: 0; }
.c_cp .c_cp_wrap .bdr-v::after {
  right: 0; }
.c_cp .c_cp_wrap .bdr-h::before,
.c_cp .c_cp_wrap .bdr-h::after {
  content: "";
  position: relative;
  height: 3px;
  width: calc(100% - 86px);
  display: block;
  position: absolute;
  left: 43px;
  background-color: #b2975c; }
.c_cp .c_cp_wrap .bdr-h::before {
  top: 0; }
.c_cp .c_cp_wrap .bdr-h::after {
  bottom: 0; }
.c_cp .c_cp_wrap::before,
.c_cp .c_cp_wrap::after,
.c_cp .c_cp_inn::before,
.c_cp .c_cp_inn::after {
  content: "";
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  display: block;
  border: 3px solid #b2975c;
  border-bottom-right-radius: 44px;
  border-left: 0;
  border-top: 0;
  position: absolute;
  z-index: 2; }
.c_cp .c_cp_wrap::before {
  top: 0;
  left: 0; }
.c_cp .c_cp_wrap::after {
  transform: rotate(90deg);
  top: 0;
  right: 0; }
.c_cp .c_cp_inn::before {
  transform: rotate(180deg);
  bottom: -15px;
  right: -15px; }
.c_cp .c_cp_inn::after {
  transform: rotate(270deg);
  bottom: -15px;
  left: -15px; }
.c_cp .c_cp_inn {
  width: 100%;
  padding: 54px 77px;
  box-sizing: border-box;
  border: 1px solid #b2975c;
  z-index: 3;
  position: relative; }
.c_cp .c_cp_ttl_copy {
  margin-bottom: 15px;
  color: #003559;
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: 900; }
.c_cp .c_cp_ttl {
  margin-bottom: 30px;
  color: #003559;
  text-align: center;
  line-height: 1;
  font-size: 5rem;
  font-weight: 900; }
.c_cp .c_cp_limit {
  width: 630px;
  margin: 0 auto 40px;
  color: #003559;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 46px;
  border-bottom: 1px solid #b3985c;
  border-top: 1px solid #b3985c; }
.c_cp .c_cp_txt {
  font-size: 1.8rem;
  line-height: 1.77;
  color: #232323; }
.c_cp .c_cp_txt b {
  font-weight: 600;
  color: #bb1432; }
.c_cp .c_cp_itms-inn {
  margin-top: 40px; }
.c_cp .c_cp_sttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #003559; }
.c_cp .c_cp_itms {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
.c_cp .c_cp_itm {
  width: calc(33.33% - 13px); }
.c_cp .c_cp_itm_img {
  width: 100%;
  margin-bottom: 15px; }
.c_cp .c_cp_itm_ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center; }
.c_cp .c_cp_itm_ttl span {
  display: block;
  font-size: 1.4rem; }
.c_cp .c_cp_btn {
  margin: 40px auto 0;
  display: block;
  width: 600px;
  height: 104px;
  font-size: 2.6rem;
  line-height: 104px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 52px;
  background: #ea5619 url(../../lp500cp/img/arw_r3.svg) center right 30px no-repeat;
  background-size: 22px 8px; }
@media only screen and (max-width: 768px) {
  .c_cp {
    padding: 20px 10px; }
  .c_cp .c_cp_wrap {
    padding: 8px; }
  .c_cp .c_cp_wrap .bdr-v::before,
  .c_cp .c_cp_wrap .bdr-v::after {
    width: 2px;
    height: calc(100% - 42px);
    top: 21px; }
  .c_cp .c_cp_wrap .bdr-h::before,
  .c_cp .c_cp_wrap .bdr-h::after {
    height: 2px;
    width: calc(100% - 42px);
    left: 21px; }
  .c_cp .c_cp_wrap::before,
  .c_cp .c_cp_wrap::after,
  .c_cp .c_cp_inn::before,
  .c_cp .c_cp_inn::after {
    width: 22px;
    height: 22px;
    border-width: 2px;
    border-bottom-right-radius: 22px; }
  .c_cp .c_cp_inn::before {
    bottom: -8px;
    right: -8px; }
  .c_cp .c_cp_inn::after {
    bottom: -8px;
    left: -8px; }
  .c_cp .c_cp_inn {
    padding: 27px 15px; }
  .c_cp .c_cp_ttl_copy {
    margin-bottom: 10px;
    font-size: 1.6rem; }
  .c_cp .c_cp_ttl {
    margin-bottom: 15px;
    font-size: 2rem; }
  .c_cp .c_cp_limit {
    width: 260px;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    line-height: 34px; }
  .c_cp .c_cp_txt {
    font-size: 1.4rem; }
  .c_cp .c_cp_itms-inn {
    margin-top: 20px; }
  .c_cp .c_cp_sttl {
    margin-bottom: 20px;
    font-size: 1.6rem; }
  .c_cp .c_cp_itm {
    width: calc(33.33% - 6px); }
  .c_cp .c_cp_itm_img {
    margin-bottom: 10px; }
  .c_cp .c_cp_itm_ttl {
    font-size: 1.2rem; }
  .c_cp .c_cp_itm_ttl span {
    font-size: 1rem; }
  .c_cp .c_cp_btn {
    margin: 20px auto 0;
    width: 260px;
    max-width: 100%;
    height: 50px;
    font-size: 1.3rem;
    line-height: 50px;
    border-radius: 25px;
    background-position: center right 10px;
    background-size: 11px 4px; } }
@media only screen and (max-width: 320px) {
  .c_cp .c_cp_ttl {
    font-size: 1.8rem; }
  .c_cp .c_cp_limit {
    width: 240px; } }
