@charset "utf-8";
/* Theme Name: bbq */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--guideline-color: #ea1012;
	font-size: calc(16 / 1920*100vw);
	--color01: #512c18;
	--color02: #ea1012;
	--color03: #33b373;
	--color04: #ee827f;
	--color04-2: #f8b5b2;
	--color05: #fdd800;
	--color06: #4bc7c6;
	--color07: #deffe8;
	--color08: #49bb6d;
	--color09: #fe9118;
	--color10: #78206e;
	--color11: #f2f2f2;
}

.txt_link {
	color: #ea1012;
	text-decoration: underline;
}
.min{
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.minB{
	font-family: "shippori-mincho-b1", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.kozu_go{
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.kozu_goB{
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 700;
	font-style: normal;
}


html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #512c18;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .7;
	transition: .3s;
}
.inner,.inner1000,.inner1340
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1340 {
	max-width: 1340px;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_left { text-align: left; }
.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.fix { position: fixed; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.mb10{ margin-bottom: calc(10/1920*100vw);}
.mb20{ margin-bottom: calc(20/1920*100vw);}
.mb40{ margin-bottom: calc(40/1920*100vw);}
.mb60{ margin-bottom: calc(60/1920*100vw);}

.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }

.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col04-2{color: var(--color04-2) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col04-2{background-color: var(--color04-2) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}


@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	:root {
		font-size: calc(16 / 1599*100vw);
	}
	.ready:before {
		width: calc(100 / 1599*100vw);
		height: calc(40 / 1599*100vw);
		line-height: calc(40 / 1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	:root {
		font-size: calc(16 / 1299*100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
	.ready:before {
		width: calc(100 / 1299*100vw);
		height: calc(40 / 1299*100vw);
		line-height: calc(40 / 1299*100vw);
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	.inner,.inner1000 {
		width: 100%;
		max-width: calc(702 / 750 * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.txt_width {
		max-width: calc(646 / 750 * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.sp_center {
		text-align: center!important;
	}
	.ready:before {
		width: calc(100 / 750*100vw);
		height: calc(40 / 750*100vw);
		line-height: calc(40 / 750*100vw);
	}
	.mb10{ margin-bottom: calc(10/750*100vw);}
	.mb20{ margin-bottom: calc(20/750*100vw);}
	.mb40{ margin-bottom: calc(40/750*100vw);}
	.mb60{ margin-bottom: calc(60/750*100vw);}
}


header {
	width: 100%;
	height: calc(260/1920*100vw);
	background: url(../images/page/img_head.png) ,linear-gradient(180deg, rgba(248,239,200,1) 0%, rgba(255,255,255,1) 100%);
	background-repeat: no-repeat,no-repeat;
	background-position: calc(780/1920*100vw) calc(15/1920*100vw),center;
	background-size: calc(244/1920*100vw),cover;
	top: 0;
	left: 0;
	z-index: 10;
}
header h1 {
	width: calc(689/1920*100vw);
	height: calc(55/1920*100vw);
	margin: calc(35/1920*100vw) 0 0 calc(30/1920*100vw);
}
.read_head{
	position: absolute;
	top: calc(85/1920*100vw);
	left: calc(30/1920*100vw);
}
.read_head2{
	position: absolute;
	left:0;
	right: 0;
	bottom: calc(20/1920*100vw);
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	header {
		height: calc(260/1599*100vw);
		background: url(../images/page/img_head.png) ,linear-gradient(180deg, rgba(248,239,200,1) 0%, rgba(255,255,255,1) 100%);
		background-repeat: no-repeat,no-repeat;
		background-position: calc(780/1599*100vw) calc(15/1599*100vw),center;
		background-size: calc(244/1599*100vw),cover;
	}
	header h1 {
		width: calc(689/1599*100vw);
		height: calc(55/1599*100vw);
		margin: calc(35/1599*100vw) 0 0 calc(30/1599*100vw);
	}
	.read_head{
		top: calc(85/1599*100vw);
		left: calc(30/1599*100vw);
	}
	.read_head2{
		bottom: calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	header {
		height: calc(260/1299*100vw);
		background: url(../images/page/img_head.png) ,linear-gradient(180deg, rgba(248,239,200,1) 0%, rgba(255,255,255,1) 100%);
		background-repeat: no-repeat,no-repeat;
		background-position: calc(780/1299*100vw) calc(15/1299*100vw),center;
		background-size: calc(244/1299*100vw),cover;
	}
	header h1 {
		width: calc(689/1299*100vw);
		height: calc(55/1299*100vw);
		margin: calc(35/1299*100vw) 0 0 calc(30/1299*100vw);
	}
	.read_head{
		top: calc(85/1299*100vw);
		left: calc(30/1299*100vw);
	}
	.read_head2{
		bottom: calc(20/1299*100vw);
	}
}
@media(max-width: 767px) {
	header {
		width: 100%;
		height: calc(230/750*100vw);
		background: url(../images/page/img_head.png) ,linear-gradient(180deg, rgba(248,239,200,1) 0%, rgba(255,255,255,1) 100%);
		background-repeat: no-repeat,no-repeat;
		background-position: calc(440/750*100vw) calc(75/750*100vw),center;
		background-size: calc(140/750*100vw),cover;
	}
	header h1 {
		width: calc(450/750*100vw);
		height: calc(55/750*100vw);
		margin: calc(10/750*100vw) 0 0 calc(24/750*100vw);
	}
	.read_head{
		font-size: 0.75rem;
		line-height: 1.3em;
		top: calc(70/750*100vw);
		left: calc(24/750*100vw);
	}
	.read_head2{
		bottom: calc(20/750*100vw);
		font-size: 1.125rem;
		line-height: 1.3em;
	}
}


.btn_gnav {
	position: fixed;
	top: calc(35/1920*100vw);
	right: calc(30/1920*100vw);
	height: calc(100 / 1920 * 100vw);
	width: calc(100 / 1920 * 100vw);
	background: #33b373;
	z-index: 10000;
	outline: none;
}
.btn_gnav .icn_gnav {
	width: calc(40 / 1920 * 100vw);
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav .icn_gnav:before, .btn_gnav .icn_gnav:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #fff;
	transition: transform .3s ease-in-out;
}
.btn_gnav .icn_gnav:before {
	top: calc(-13 / 1920 * 100vw);
}
.btn_gnav .icn_gnav:after {
	bottom: calc(-13 / 1920 * 100vw);
}
.open .btn_gnav .icn_gnav {
	background: none;
}
.open .btn_gnav .icn_gnav:before, .open .btn_gnav .icn_gnav:after {
	background: #fff;
	transition: transform .3s ease-in-out;
}
.open .btn_gnav .icn_gnav:before {
	transform: rotate(45deg);
	top: 0;
}
.open .btn_gnav .icn_gnav:after {
	transform: rotate(-45deg);
	bottom: 0;
}
.gnav {
	padding: calc(146 / 1920 * 100vw) 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	width: calc(600/1920*100vw);
	height: 100%;
	transition: opacity .6s ease, visibility .6s ease;
	line-height: 1.45;
}
.bg_gnav {
	visibility: hidden;
	transition: .3s;
	opacity: 0;
}
.open .bg_gnav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	background: rgba(0,0,0,0);
	visibility: visible;
	opacity: 1;
	transition: .3s;
	left: 0;
	top: 0;
}
.gnav .nav_main {
}
.gnav .nav_main > ul {
	width: calc(520/1920*100vw);
	margin: 0 auto 0 calc(40/1920*100vw);
	display: block;
}
.gnav .nav_main > ul > li {
	opacity: 0;
	transform: translateX(50%);
	transition: transform .6s ease, opacity .2s ease;
}
.gnav .nav_main > ul > li > a {
	padding: calc(10/1920*100vw) 0 calc(8/1920*100vw) calc(42/1920*100vw);
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	letter-spacing: 0;
}
.gnav .nav_main > ul > li.nav_drawer > a {
	border-bottom: none;
}
.gnav .nav_main > ul > li > a:after {
	content: "";
	position: absolute;
	left: calc(1 / 1920 * 100vw);
	top: calc(7 / 1920 * 100vw);
	bottom: 0;
	width: 0;
	height: 0;
	border-top: calc(13 / 1920 * 100vw) solid #4bc7c6;
	border-left: calc(9.5 / 1920 * 100vw) solid transparent;
	border-right: calc(9.5 / 1920 * 100vw) solid transparent;
	margin: auto;
}
.gnav .nav_main > ul > li > a .ja {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}
.open .gnav {
	visibility: visible;
	opacity: 1;
}
.open .gnav .nav_main > ul > li, .open .gnav .nav_sub li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

@media(min-width: 768px) and (max-width:1599px) {
	.btn_gnav {
		top: calc(35/1599*100vw);
		right: calc(30/1599*100vw);
		height: calc(100 / 1599 * 100vw);
		width: calc(100 / 1599 * 100vw);
	}
	.btn_gnav .icn_gnav {
		width: calc(40 / 1599 * 100vw);
	}
	.btn_gnav .icn_gnav:before {
		top: calc(-13 / 1599 * 100vw);
	}
	.btn_gnav .icn_gnav:after {
		bottom: calc(-13 / 1599 * 100vw);
	}
	.gnav {
		padding: calc(146 / 1599 * 100vw) 0 0;
		width: calc(600/1599*100vw);
	}
	.gnav .nav_main > ul {
		width: calc(520/1599*100vw);
		margin: 0 auto 0 calc(40/1599*100vw);
	}
	.gnav .nav_main > ul > li > a {
		padding: calc(10/1599*100vw) 0 calc(8/1599*100vw) calc(42/1599*100vw);
	}
	.gnav .nav_main > ul > li > a:after {
		left: calc(1 / 1599 * 100vw);
		top: calc(7 / 1599 * 100vw);
		border-top: calc(13 / 1599 * 100vw) solid #4bc7c6;
		border-left: calc(9.5 / 1599 * 100vw) solid transparent;
		border-right: calc(9.5 / 1599 * 100vw) solid transparent;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.btn_gnav {
		top: calc(35/1299*100vw);
		right: calc(30/1299*100vw);
		height: calc(100 / 1299 * 100vw);
		width: calc(100 / 1299 * 100vw);
	}
	.btn_gnav .icn_gnav {
		width: calc(40 / 1299 * 100vw);
	}
	.btn_gnav .icn_gnav:before {
		top: calc(-13 / 1299 * 100vw);
	}
	.btn_gnav .icn_gnav:after {
		bottom: calc(-13 / 1299 * 100vw);
	}
	.gnav {
		padding: calc(146 / 1299 * 100vw) 0 0;
		width: calc(600/1299*100vw);
	}
	.gnav .nav_main > ul {
		width: calc(520/1299*100vw);
		margin: 0 auto 0 calc(40/1299*100vw);
	}
	.gnav .nav_main > ul > li > a {
		padding: calc(10/1299*100vw) 0 calc(8/1299*100vw) calc(42/1299*100vw);
	}
	.gnav .nav_main > ul > li > a:after {
		left: calc(1 / 1299 * 100vw);
		top: calc(7 / 1299 * 100vw);
		border-top: calc(13 / 1299 * 100vw) solid #4bc7c6;
		border-left: calc(9.5 / 1299 * 100vw) solid transparent;
		border-right: calc(9.5 / 1299 * 100vw) solid transparent;
	}
}
@media only screen and (max-width: 767px) {
	.btn_gnav {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #33b373;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav .icn_gnav:before, .btn_gnav .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav .icn_gnav:before {
		top: -1.5vw;
	}
	.btn_gnav .icn_gnav:after {
		bottom: -1.5vw;
	}
	.open .btn_gnav .icn_gnav {
		background: none;
	}
	.open .btn_gnav .icn_gnav:before, .open .btn_gnav .icn_gnav:after {
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.gnav {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 90%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav .nav_main {
		padding-bottom: 20vw;
	}
	.gnav .nav_main > ul {
		width: 100%;
		padding: 0 3vw;
		display: block;
	}
	.gnav .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
	}
	.gnav .nav_main > ul > li > a {
		padding: calc(10/750*100vw) 0 calc(8/750*100vw) calc(42/750*100vw);
		display:-webkit-box;
		display: -webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav .nav_main > ul > li > a:after {
		content: "";
		position: absolute;
		top: 1vw;
		bottom: 0;
		width: 0;
		height: 0;
		border-top: calc(13 / 750 * 100vw) solid #4bc7c6;
		border-left: calc(9.5 / 750 * 100vw) solid transparent;
		border-right: calc(9.5 / 750 * 100vw) solid transparent;
		margin: auto;
	}
	.gnav .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(90deg);
	}
	.gnav .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav .nav_main > ul > li > a .ja {
		font-size: 1rem;
	}
	.open .gnav {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav .nav_main > ul > li, .open .gnav .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

.hdg3 {
	background: url(../images/page/bg_hdg3.jpg) no-repeat center bottom/auto;
	padding: calc(15/1920*100vw) 0;
	font-size: 2.25rem;
	letter-spacing: .1em;
	margin-bottom: calc(60 / 1920 * 100vw);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	position: relative;
}
.hdg3.img1::after{
	content: "";
	display: block;
	background: url(../images/index/img_hdg3_1.png) no-repeat center/contain;
	width: calc(155/1920*100vw);
	height: calc(131/1920*100vw);
	position: absolute;
	bottom: calc(8/1920*100vw);
	right: calc(30/1920*100vw);
}
.hdg3.img2::after{
	content: "";
	display: block;
	background: url(../images/index/img_hdg3_2.png) no-repeat center/contain;
	width: calc(129/1920*100vw);
	height: calc(117/1920*100vw);
	position: absolute;
	bottom: calc(8/1920*100vw);
	right: calc(30/1920*100vw);
}
.hdg3.img3::after{
	content: "";
	display: block;
	background: url(../images/index/img_hdg3_3.png) no-repeat center/contain;
	width: calc(123/1920*100vw);
	height: calc(106/1920*100vw);
	position: absolute;
	bottom: calc(8/1920*100vw);
	right: calc(30/1920*100vw);
}
.hdg3.img4::after{
	content: "";
	display: block;
	background: url(../images/index/img_hdg3_4.png) no-repeat center/contain;
	width: calc(134/1920*100vw);
	height: calc(116/1920*100vw);
	position: absolute;
	bottom: calc(8/1920*100vw);
	right: calc(30/1920*100vw);
}
.hdg3.img5::after{
	content: "";
	display: block;
	background: url(../images/index/img_hdg3_5.png) no-repeat center/contain;
	width: calc(114/1920*100vw);
	height: calc(112/1920*100vw);
	position: absolute;
	bottom: calc(8/1920*100vw);
	right: calc(30/1920*100vw);
}
.hdg4 {
	padding: calc(14/1920*100vw) 0 calc(16/1920*100vw);
	font-size: 1.875rem;
	letter-spacing: .1em;
	margin-bottom: calc(40 / 1920 * 100vw);
	background: #4bc6c5;
	border-left: calc(15/1920*100vw) solid #a7e3e3;
	border-right: calc(15/1920*100vw) solid #a7e3e3;
	position: relative;
}
.hdg4::before{
	content: "";
	display: block;
	width: calc(15 / 1920 * 100vw);
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.hdg4::after{
	content: "";
	display: block;
	width: calc(15 / 1920 * 100vw);
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	right: 0;
}
.hdg5 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 750px;
	margin: 0 auto calc(40 / 1920 * 100vw);
	border-bottom: solid 1px #284155;
}

.tbl_default {
	font-weight: 500;
}
.tbl_default table {
	border: 1px solid #284155;
	width: 100%;
	line-height: 1.5;
}
.tbl_default th {
	background: #284155;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	vertical-align: top;
}
.tbl_default th:nth-child(n + 2){
	border-left: 1px solid #ffffff;
}
.tbl_default thead tr:nth-child(1) th{
	height: 0;
	padding: 0;
}
.tbl_default thead th:nth-child(1){
	width: 11%;
}
.tbl_default thead th:nth-child(2){
	width: 5%;
}
.tbl_default thead th:nth-child(3){
	width: 45%;
}
.tbl_default thead th:nth-child(4){
	width: 26%;
}
.tbl_default thead th:nth-child(5){
	width: 13%;
}
.tbl_default td {
	background: #e7eaed;
	text-align: center;
	vertical-align: middle;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	border-left: 1px solid #ffffff;
}
.tbl_default tbody tr:nth-child(1) td:nth-child(1),
.tbl_default tbody tr:nth-child(6) td:nth-child(1) {
	border-left: 1px solid #284155;
}
.tbl_default tr:nth-child(n + 2) td {
	border-top: 1px solid #ffffff;
}
.tbl_caption {
	margin: calc(10 / 1920 * 100vw) auto calc(60 / 1920 * 100vw);
	line-height: 1.6;
}
@media(min-width: 768px) and (max-width:1599px) {
	.hdg3 {
		padding: calc(15/1599*100vw) 0;
		margin-bottom: calc(60 / 1599 * 100vw);
	}
	.hdg3.img1::after{
		width: calc(155/1599*100vw);
		height: calc(131/1599*100vw);
		bottom: calc(8/1599*100vw);
		right: calc(30/1599*100vw);
	}
	.hdg3.img2::after{
		width: calc(129/1599*100vw);
		height: calc(117/1599*100vw);
		bottom: calc(8/1599*100vw);
		right: calc(30/1599*100vw);
	}
	.hdg3.img3::after{
		width: calc(123/1599*100vw);
		height: calc(106/1599*100vw);
		bottom: calc(8/1599*100vw);
		right: calc(30/1599*100vw);
	}
	.hdg3.img4::after{
		width: calc(134/1599*100vw);
		height: calc(116/1599*100vw);
		bottom: calc(8/1599*100vw);
		right: calc(30/1599*100vw);
	}
	.hdg3.img5::after{
		width: calc(114/1599*100vw);
		height: calc(112/1599*100vw);
		bottom: calc(8/1599*100vw);
		right: calc(30/1599*100vw);
	}
	.hdg4 {
		padding: calc(14/1599*100vw) 0 calc(16/1599*100vw);
		margin-bottom: calc(40 / 1599 * 100vw);
		border-left: calc(15/1599*100vw) solid #a7e3e3;
		border-right: calc(15/1599*100vw) solid #a7e3e3;
	}
	.hdg4::before{
		width: calc(15 / 1599 * 100vw);
	}
	.hdg4::after{
		width: calc(15 / 1599 * 100vw);
	}
	.hdg5 {
		margin: 0 auto calc(40 / 1599 * 100vw);
	}
	.tbl_default th {
		padding: calc(15 / 1599 * 100vw) calc(18 / 1599 * 100vw) calc(16 / 1599 * 100vw);
	}
	.tbl_default td {
		padding: calc(15 / 1599 * 100vw) calc(18 / 1599 * 100vw) calc(16 / 1599 * 100vw);
	}
	.tbl_caption {
		margin: calc(10 / 1599 * 100vw) auto calc(60 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.hdg3 {
		padding: calc(15/1299*100vw) 0;
		margin-bottom: calc(60 / 1299 * 100vw);
	}
	.hdg3.img1::after{
		width: calc(155/1299*100vw);
		height: calc(131/1299*100vw);
		bottom: calc(8/1299*100vw);
		right: calc(30/1299*100vw);
	}
	.hdg3.img2::after{
		width: calc(129/1299*100vw);
		height: calc(117/1299*100vw);
		bottom: calc(8/1299*100vw);
		right: calc(30/1299*100vw);
	}
	.hdg3.img3::after{
		width: calc(123/1299*100vw);
		height: calc(106/1299*100vw);
		bottom: calc(8/1299*100vw);
		right: calc(30/1299*100vw);
	}
	.hdg3.img4::after{
		width: calc(134/1299*100vw);
		height: calc(116/1299*100vw);
		bottom: calc(8/1299*100vw);
		right: calc(30/1299*100vw);
	}
	.hdg3.img5::after{
		width: calc(114/1299*100vw);
		height: calc(112/1299*100vw);
		bottom: calc(8/1299*100vw);
		right: calc(30/1299*100vw);
	}
	.hdg4 {
		padding: calc(14/1299*100vw) 0 calc(16/1299*100vw);
		margin-bottom: calc(40 / 1299 * 100vw);
		border-left: calc(15/1299*100vw) solid #a7e3e3;
		border-right: calc(15/1299*100vw) solid #a7e3e3;
	}
	.hdg4::before{
		width: calc(15 / 1299 * 100vw);
	}
	.hdg4::after{
		width: calc(15 / 1299 * 100vw);
	}
	.hdg5 {
		margin: 0 auto calc(40 / 1299 * 100vw);
	}
	.tbl_default th {
		padding: calc(15 / 1299 * 100vw) calc(18 / 1299 * 100vw) calc(16 / 1299 * 100vw);
	}
	.tbl_default td {
		padding: calc(15 / 1299 * 100vw) calc(18 / 1299 * 100vw) calc(16 / 1299 * 100vw);
	}
	.tbl_caption {
		margin: calc(10 / 1299 * 100vw) auto calc(60 / 1299 * 100vw);
	}
}

@media only screen and (max-width: 767px) {
	/* heading */
	.hdg3 {
		font-size: 1.25rem;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: calc(15/750*100vw) 0;
		margin-bottom: 6vw;
		width: calc(702/750*100vw);
	}
	.hdg3.img1::after{
		width: calc(130/750*100vw);
		height: calc(100/750*100vw);
		bottom: calc(8/750*100vw);
		right: calc(15/750*100vw);
	}
	.hdg3.img2::after{
		width: calc(110/750*100vw);
		height: calc(100/750*100vw);
		bottom: calc(8/750*100vw);
		right: calc(10/750*100vw);
	}
	.hdg3.img3::after{
		width: calc(113/750*100vw);
		height: calc(98/750*100vw);
		bottom: calc(8/750*100vw);
		right: calc(10/750*100vw);
	}
	.hdg3.img4::after{
		width: calc(120/750*100vw);
		height: calc(100/750*100vw);
		bottom: calc(8/750*100vw);
		right: calc(15/750*100vw);
	}
	.hdg3.img5::after{
		width: calc(114/750*100vw);
		height: calc(100/750*100vw);
		bottom: calc(8/750*100vw);
		right: calc(15/750*100vw);
	}
	.hdg4 {
		font-size: 125%;
		letter-spacing: 0.1em;
		padding: calc(14/750*100vw) 0 calc(16/750*100vw);
		margin-bottom: 4vw;
		border-left: calc(15/750*100vw) solid #a7e3e3;
		border-right: calc(15/750*100vw) solid #a7e3e3;
	}
	.hdg4::before{
		width: calc(15 / 750 * 100vw);
	}
	.hdg4::after{
		width: calc(15 / 750 * 100vw);
	}
	.hdg5 {
		font-size: 106.25%;
		margin-bottom: 4vw;
	}
	.tbl_default {
	}
	.tbl_default table {
		width: calc(1340/750*100vw);
		font-size: calc(28/750*100vw);
	}
	.tbl_default th {
		padding: calc(15 / 750 * 100vw) calc(18 / 750 * 100vw) calc(16 / 750 * 100vw);
	}
	.tbl_default td {
		padding: calc(15 / 750 * 100vw) calc(18 / 750 * 100vw) calc(16 / 750 * 100vw);
	}
	.tbl_caption {
		font-size: 1.0625rem !important;
		line-height: 1.5em;
		margin: 2vw auto 11vw;
	}
}
#content_home{
	padding-top: calc(285/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	#content_home{
		padding-top: calc(285/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	#content_home{
		padding-top: calc(285/1299*100vw);
	}
}
@media(max-width: 767px) {
	#content_home{
		padding-top: calc(265/750*100vw);
	}
}

.box_main{
	border: solid 3px #ee827f;
	border-radius: calc(30/1920*100vw);
	padding: calc(50/1920*100vw);
	margin-bottom: calc(40/1920*100vw);
	position: relative;
}
.box_main .box_in{
	width: 90%;
	height: calc(250/1920*100vw)!important;
	border-radius: calc(30/1920*100vw);
	border: solid 3px #ee827f;
	background: #f8b5b2;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.box_main .ttl{
	margin-bottom: calc(10/1920*100vw);
}
.box_main .box{
	width: 100%;
	max-width: 1140px;
}
.box_main .box.flex .col_img{
	width: calc(386/1140*100%);
}
.box_main .box.flex .col_txt{
	background: url(../images/index/img_main.jpg) no-repeat left bottom/contain;
	width: calc(690/1140*100%);
}
.box_main .box.flex .col_txt .bnr{
	width: calc(340/690*100%);
	height:auto;
	background: #e9518c;
	color: #ffffff;
	right: 0;
	bottom: 0;
	padding: calc(5/1920*100vw) 0;
	box-shadow: calc(2/1920*100vw) calc(2/1920*100vw) calc(5/1920*100vw) 0 #000000;
}
.box_main .box.flex .col_txt .bnr::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fdd700;
	border-width: calc(11.5/1920*100vw) 0 calc(11.5/1920*100vw) calc(20/1920*100vw);
	bottom: 0;
	right: calc(5/1920*100vw);
	top: 0;
	margin: auto;
}
.box_main .box.flex .col_txt .bnr span{
	display: inline-block;
}
.box_main .box.flex .col_txt .bnr span:nth-child(1){
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 0em;
}
.box_main .box.flex .col_txt .bnr span:nth-child(2){
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 0em;
}
.txt_main02{
	border: solid 2px #ea1012;
	display: flex;
}
.txt_main02 span:nth-child(1){
	display: inline-block;
	width: calc(200/1920*100vw);
	background: #ea1012;
}
.txt_main02 span:nth-child(2){
	width: calc(100% - (230/1920*100vw));
}
.box_main02,
.box_main03{
	border: solid 2px #ea1012;
}
.box_main03-2{
	background: #ea1012;
	color: #ffffff;
	padding: calc(100/1920*100vw) 0;
}
.txt_main03 span:nth-child(1){
	display: inline-block;
	width: calc(200/1920*100vw);
	background: #ea1012;
}
.txt_main03 span:nth-child(2){
	width: calc(100% - (230/1920*100vw));
}
.box_main02 .wrap{
	margin: auto;
	padding: calc(50/1920*100vw);
}
.box_main02 .wrap .flex{
	width: 90%;
	max-width: 920px;
	margin: auto;
}
.box_main02 .wrap .flex .flex2{
	width: 100%;
	max-width: 100%;
}
.box_main02 .wrap .flex .flex2 .col:nth-child(n){
	width: 50%;
}
.box_main02 .wrap .flex .col:nth-child(1){
	width: 100%;
}
.box_main02 .wrap .flex .col{
	width: 46%;
}
.box_main02 .wrap .flex .col a.btn{
	height: calc(90/1920*100vw);
	line-height: calc(90/1920*100vw);
	border-radius: calc(45/1920*100vw);
}
.box_main02 .wrap .flex .col a::after{
	border-color: transparent transparent transparent #fdd700;
	border-width: calc(11.5/1920*100vw) 0 calc(11.5/1920*100vw) calc(20/1920*100vw);
}
.box_main03 .wrap{
	margin: auto;
	padding: 0 calc(20/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_main{
		border-radius: calc(30/1599*100vw);
		padding: calc(50/1599*100vw);
	}
	.box_main .box_in{
		height: calc(250/1599*100vw)!important;
		border-radius: calc(30/1599*100vw);
	}
	.box_main .ttl{
		margin-bottom: calc(10/1599*100vw);
	}
	.txt_main02 span:nth-child(1){
		width: calc(200/1599*100vw);
	}
	.txt_main02 span:nth-child(2){
		width: calc(100% - (230/1599*100vw));
	}
	.txt_main03 span:nth-child(1){
		display: inline-block;
		width: calc(200/1599*100vw);
		background: #ea1012;
	}
	.txt_main03 span:nth-child(2){
		width: calc(100% - (230/1599*100vw));
	}
	.box_main02 .wrap{
		padding: calc(50/1599*100vw);
	}
	.box_main02 .wrap .flex .col a.btn{
		height: calc(90/1599*100vw);
		line-height: calc(90/1599*100vw);
		border-radius: calc(45/1599*100vw);
	}
	.box_main02 .wrap .flex .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1599*100vw) 0 calc(11.5/1599*100vw) calc(20/1599*100vw);
	}
	.box_main03 .wrap{
		padding: 0 calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_main .box.flex .col_txt{
		width: calc(710/1140*100%);
	}
	.box_main{
		border-radius: calc(30/1299*100vw);
		padding: calc(50/1299*100vw);
	}
	.box_main .ttl{
		font-size: 2rem;
		margin-bottom: calc(10/1299*100vw);
	}
	.txt_main02 span:nth-child(1){
		width: calc(200/1299*100vw);
	}
	.txt_main02 span:nth-child(2){
		width: calc(100% - (230/1299*100vw));
	}
	.txt_main03 span:nth-child(1){
		display: inline-block;
		width: calc(200/1299*100vw);
		background: #ea1012;
	}
	.txt_main03 span:nth-child(2){
		width: calc(100% - (230/1299*100vw));
	}
	.box_main02 .wrap{
		padding: calc(50/1299*100vw);
	}
	.box_main02 .wrap .flex .col a.btn{
		height: calc(90/1299*100vw);
		line-height: calc(90/1299*100vw);
		border-radius: calc(45/1299*100vw);
	}
	.box_main02 .wrap .flex .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1299*100vw) 0 calc(11.5/1299*100vw) calc(20/1299*100vw);
	}
	.box_main03 .wrap{
		padding: 0 calc(20/1299*100vw);
	}
}
@media(max-width: 767px) {
	.box_main{
		border: solid 3px #ee827f;
		border-radius: calc(30/750*100vw);
		padding: calc(25/750*100vw);
		margin-bottom: calc(15/750*100vw);
	}
	.box_main .box_in{
		width: 94%;
		height: 95%!important;
		border-radius: calc(30/750*100vw);
	}
	.box_main .ttl{
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.3em;
		margin-bottom: calc(20/750*100vw);
	}
	.box_main .box{
		width: 100%;
	}
	.box_main .box.flex .col_img{
		width: calc(386/750*100vw);
		margin: 0 auto calc(30/750*100vw);
	}
	.box_main .box.flex .col_txt{
		background: url(../images/index/img_main.jpg) no-repeat left top/contain;
		width: 100%;
		height: calc(360/750*100vw);
	}
	.box_main .box.flex .col_txt p{
		width: 100%;
		bottom: 0;
		font-size: 1rem;
		text-align: center;
	}
	.box_main .box.flex .col_txt .bnr{
		width: calc(600/750*100vw);
		height:auto;
		background: #e9518c;
		color: #ffffff;
		right: 0;
		bottom: 0;
		left: 0;
		padding: calc(15/750*100vw) 0;
		box-shadow: calc(2/750*100vw) calc(2/750*100vw) calc(5/750*100vw) 0 #000000;
		margin: auto;
	}
	.box_main .box.flex .col_txt .bnr::after{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/750*100vw) 0 calc(11.5/750*100vw) calc(20/750*100vw);
		bottom: 0;
		right: calc(5/750*100vw);
		top: 0;
		margin: auto;
	}
	.txt_main01{
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		text-align: left;
	}
	.txt_main02{
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	.txt_main02 span:nth-child(1){
		width: calc(236/750*100vw);
	}
	.txt_main02 span:nth-child(2){
		width: 100%;
		padding: 0 calc(28/750*100vw) calc(15/750*100vw);
	}
	.txt_main03{
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	.txt_main03 span:nth-child(1){
		width: calc(236/750*100vw);
	}
	.txt_main03 span:nth-child(2){
		width: 100%;
		padding: 0 calc(28/750*100vw);
	}
	.box_main02 .wrap{
		padding: calc(28/750*100vw);
	}
	.box_main02 .wrap .flex{
		width: 100%;
		max-width: 100%;
	}
	.box_main02 .wrap .flex .flex2 .col:nth-child(n){
		width: 100%;
	}
	.box_main02 .wrap .flex .col:nth-child(1){
		width: 100%;
	}
	.box_main02 .wrap .flex .col{
		width: 100%;
	}
	.box_main02 .wrap .flex .col{
		width: 100%;
	}
	.box_main02 .wrap .flex .col:nth-child(n + 2){
		margin-top: calc(40/750*100vw);
	}
	.box_main02 .wrap .flex .flex2 .col:nth-child(n + 2){
		margin-top: 0;
	}
	.box_main02 .wrap .flex .col .img{
		width: calc(340/750*100vw);
		margin: auto;
	}
	.box_main02 .wrap .flex .col a.btn{
		width: calc(600/750*100vw);
		margin-left: auto;
		margin-right: auto;
		height: calc(100/750*100vw);
		line-height: calc(100/750*100vw);
		border-radius: calc(50/750*100vw);
	}
	.box_main02 .wrap .flex .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/750*100vw) 0 calc(11.5/750*100vw) calc(20/750*100vw);
	}
	.box_main03-2{
		padding: calc(50/750*100vw) 0;
	}
	.box_main03 .wrap{
		padding: calc(28/750*100vw);
	}
}
section:nth-child(n + 2){
	padding-top: calc(275/1920*100vw);
	margin-top: calc(-175/1920*100vw);
}
#contents01-1,#contents01-2,#contents01-3,
#contents02-1,#contents02-2,#contents02-3{
	padding-top: calc(275/1920*100vw);
	margin-top: calc(-275/1920*100vw);
}
.flex_anker .col{
	width: calc(640/1340*100%);
}
.flex_anker .col a:nth-child(n + 2){
	margin-top: calc(30/1920*100vw);
}
.col a.btn{
	display: block;
	width: 100%;
	height: calc(100/1920*100vw);
	line-height: calc(100/1920*100vw);
	border-radius: calc(50/1920*100vw);
}
.col a::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fdd700 transparent transparent transparent;
	border-width: calc(20/1920*100vw) calc(11.5/1920*100vw) 0px calc(11.5/1920*100vw);
	position: absolute;
	right: calc(32/1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	section:nth-child(n + 2){
		padding-top: calc(275/1599*100vw);
		margin-top: calc(-175/1599*100vw);
	}
	#contents01-1,#contents01-2,#contents01-3,
	#contents02-1,#contents02-2,#contents02-3{
		padding-top: calc(275/1599*100vw);
		margin-top: calc(-275/1599*100vw);
	}
	.flex_anker .col a:nth-child(n + 2){
		margin-top: calc(30/1599*100vw);
	}
	.col a.btn{
		height: calc(100/1599*100vw);
		line-height: calc(100/1599*100vw);
		border-radius: calc(50/1599*100vw);
	}
	.col a.btn::after{
		border-width: calc(20/1599*100vw) calc(11.5/1599*100vw) 0px calc(11.5/1599*100vw);
		right: calc(32/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	section:nth-child(n + 2){
		padding-top: calc(275/1299*100vw);
		margin-top: calc(-175/1299*100vw);
	}
	#contents01-1,#contents01-2,#contents01-3,
	#contents02-1,#contents02-2,#contents02-3{
		padding-top: calc(275/1299*100vw);
		margin-top: calc(-275/1299*100vw);
	}
	.flex_anker .col a:nth-child(n + 2){
		margin-top: calc(30/1299*100vw);
	}
	.col a.btn{
		height: calc(100/1299*100vw);
		line-height: calc(100/1299*100vw);
		border-radius: calc(50/1299*100vw);
		font-size: 1.625rem;
		letter-spacing: 0.1em;
	}
	.col a.btn::after{
		border-width: calc(20/1299*100vw) calc(11.5/1299*100vw) 0px calc(11.5/1299*100vw);
		right: calc(32/1299*100vw);
	}
}
@media(max-width: 767px) {
	section:nth-child(n + 2){
		padding-top: calc(240/750*100vw);
		margin-top: calc(-140/750*100vw);
	}
	#contents01-1,#contents01-2,#contents01-3,
	#contents02-1,#contents02-2,#contents02-3{
		padding-top: calc(240/750*100vw);
		margin-top: calc(-240/750*100vw);
	}
	.flex_anker .col{
		width: 100%;
	}
	.flex_anker .col:nth-child(2),
	.flex_anker .col a:nth-child(n + 2){
		margin-top: calc(30/750*100vw);
	}
	.col a.btn{
		display: block;
		width: 100%;
		height: calc(100/750*100vw);
		line-height: calc(100/750*100vw);
		border-radius: calc(50/750*100vw);
		font-size: 1rem;
		letter-spacing: 0.1em;
	}
	.col a.btn::after{
		border-style: solid;
		border-color: #fdd700 transparent transparent transparent;
		border-width: calc(20/750*100vw) calc(11.5/750*100vw) 0px calc(11.5/750*100vw);
		position: absolute;
		right: calc(32/750*100vw);
	}
}

.txt_contents01{
	margin-bottom: calc(60/1920*100vw);
}
.flex_contents01_1{
	line-height: 1.3em;
	margin-bottom: calc(40/1920*100vw);
}
.flex_contents01_1 span:nth-child(1){
	width: 25%;
	text-align: center;
	padding:calc(10/1920*100vw);
	background: #deffe8;
}
.flex_contents01_1 span:nth-child(2){
	width: 75%;
	padding:calc(10/1920*100vw) calc(15/1920*100vw);
	background: #49bb6d;
}
.flex_contents01_2{
}
.flex_contents01_2 .col_img{
	width: 46%;
}
.flex_contents01_2 .col{
	width: 46%;
}
.flex_contents01_2 .col table{
	width: 100%;
	border: solid 1px #512c18;
}
.flex_contents01_2 .col table tr:not(:last-child){
	border-bottom: solid 1px #512c18;
}
.flex_contents01_2 .col table th{
	background: #f2f2f2;
	text-align: center;
	width: 50%;
}
.flex_contents01_2 .col table td{
	border-left: solid 1px #512c18;
	text-align: center;
	width: 50%;
}
.flex_contents01_2 .col a.btn{
	height: calc(90/1920*100vw);
	line-height: calc(90/1920*100vw);
	border-radius: calc(45/1920*100vw);
}
.flex_contents01_2 .col a::after{
	border-color: transparent transparent transparent #fdd700;
	border-width: calc(11.5/1920*100vw) 0 calc(11.5/1920*100vw) calc(20/1920*100vw);
}
.flex_contents01_3{
	line-height: 1.3em;
	margin-bottom: calc(40/1920*100vw);
}
.flex_contents01_3 span:nth-child(1){
	width: 16%;
	text-align: center;
	padding:calc(10/1920*100vw);
	background: #fdd800;
}
.flex_contents01_3 span:nth-child(2){
	width: 84%;
	padding:calc(10/1920*100vw) calc(15/1920*100vw);
	background: #fe9118;
}
@media(min-width: 768px) and (max-width:1599px) {
	.txt_contents01{
		margin-bottom: calc(60/1599*100vw);
	}
	.flex_contents01_1{
		margin-bottom: calc(40/1599*100vw);
	}
	.flex_contents01_1 span:nth-child(1){
		padding:calc(10/1599*100vw);
	}
	.flex_contents01_1 span:nth-child(2){
		padding:calc(10/1599*100vw) calc(15/1599*100vw);
	}
	.flex_contents01_2 .col a.btn{
		height: calc(90/1599*100vw);
		line-height: calc(90/1599*100vw);
		border-radius: calc(45/1599*100vw);
	}
	.flex_contents01_2 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1599*100vw) 0 calc(11.5/1599*100vw) calc(20/1599*100vw);
	}
	.flex_contents01_3{
		margin-bottom: calc(40/1599*100vw);
	}
	.flex_contents01_3 span:nth-child(1){
		padding:calc(10/1599*100vw);
	}
	.flex_contents01_3 span:nth-child(2){
		padding:calc(10/1599*100vw) calc(15/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.txt_contents01{
		margin-bottom: calc(60/1299*100vw);
	}
	.flex_contents01_1{
		margin-bottom: calc(40/1299*100vw);
	}
	.flex_contents01_1 span:nth-child(1){
		padding:calc(10/1299*100vw);
	}
	.flex_contents01_1 span:nth-child(2){
		padding:calc(10/1299*100vw) calc(15/1299*100vw);
	}
	.flex_contents01_2 .col a.btn{
		height: calc(90/1299*100vw);
		line-height: calc(90/1299*100vw);
		border-radius: calc(45/1299*100vw);
	}
	.flex_contents01_2 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1299*100vw) 0 calc(11.5/1299*100vw) calc(20/1299*100vw);
	}
	.flex_contents01_3{
		margin-bottom: calc(40/1299*100vw);
	}
	.flex_contents01_3 span:nth-child(1){
		padding:calc(10/1299*100vw);
	}
	.flex_contents01_3 span:nth-child(2){
		padding:calc(10/1299*100vw) calc(15/1299*100vw);
	}
}
@media(max-width: 767px) {
	.txt_contents01{
		font-size: 1.125rem;
		text-align: left;
		margin-bottom: calc(60/750*100vw);
	}
	.flex_contents01_1{
		font-size: 1rem;
		line-height: 1.3em;
		margin-bottom: calc(40/750*100vw);
	}
	.flex_contents01_1 span:nth-child(1){
		width: 100%;
		text-align: left;
		padding:calc(10/750*100vw) calc(15/750*100vw);
	}
	.flex_contents01_1 span:nth-child(2){
		width: 100%;
		padding:calc(10/750*100vw) calc(15/750*100vw);
	}
	.flex_contents01_2{
	}
	.flex_contents01_2 .col_img{
		width: 100%;
		margin-bottom: calc(30/750*100vw);
	}
	.flex_contents01_2 .col{
		width: 100%;
	}
	.flex_contents01_2 .col table{
		width: 100%;
	}
	.flex_contents01_2 .col table th{
		background: #f2f2f2;
		text-align: center;
		width: 50%;
	}
	.flex_contents01_2 .col table td{
		font-size: 0.9375rem;
		letter-spacing: 0;
	}
	.flex_contents01_2 .col a.btn{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: calc(100/750*100vw);
		line-height: calc(100/750*100vw);
		border-radius: calc(50/750*100vw);
	}
	.flex_contents01_2 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/750*100vw) 0 calc(11.5/750*100vw) calc(20/750*100vw);
	}
	.flex_contents01_3{
		font-size: 1rem;
		line-height: 1.3em;
		margin-bottom: calc(40/750*100vw);
	}
	.flex_contents01_3 span:nth-child(1){
		width: 100%;
		text-align: left;
		padding:calc(10/750*100vw) calc(15/750*100vw);
	}
	.flex_contents01_3 span:nth-child(2){
		width: 100%;
		padding:calc(10/750*100vw) calc(15/750*100vw);
	}
	.fz20.txt_caption01{font-size: 1.0625rem!important;line-height: 1.5em;}
}

.link_contents02{
	display: block;
}
.ttl_contents02{
	width: calc(450/1920*100vw);
	padding: calc(10/1920*100vw) calc(15/1920*100vw);
	background: #f7bebb;
}
.tbl_default2 {
	font-weight: 500;
}
.tbl_default2 table {
	border: 1px solid #284155;
	width: 100%;
	line-height: 1.5;
}
.tbl_default2 th {
	background: #284155;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	vertical-align: top;
}
.tbl_default2 th:nth-child(n + 2){
	border-left: 1px solid #ffffff;
}
.tbl_default2 thead th:nth-child(1){
	width: 10%;
}
.tbl_default2 thead th:nth-child(2){
	width: 60%;
}
.tbl_default thead th:nth-child(3){
	width: 30%;
}
.tbl_default2 td {
	background: #e7eaed;
	text-align: left;
	vertical-align: middle;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	border-left: 1px solid #ffffff;
}
.tbl_default2 tbody tr:not(:nth-child(3)) td:nth-child(1) {
	border-left: 1px solid #284155;
}
.tbl_default2.tbl_default2_2 tbody tr:nth-child(3) td:nth-child(1) {
	border-left: 1px solid #284155;
}
.tbl_default2 tr:nth-child(n + 2) td {
	border-top: 1px solid #ffffff;
}
.tbl_default3 {
	font-weight: 500;
}
.tbl_default3 table {
	border: 1px solid #284155;
	width: 100%;
	line-height: 1.5;
}
.tbl_default3 th {
	background: #284155;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	vertical-align: top;
}
.tbl_default3 thead th:nth-child(1){
	width: 45%;
}
.tbl_default3 thead th:nth-child(2){
	width: 55%;
	border-left: 1px solid #ffffff;
}
.tbl_default3 td {
	background: #e7eaed;
	text-align: left;
	vertical-align: middle;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	border-left: 1px solid #ffffff;
}
.tbl_default3 tbody tr td:nth-child(1) {
	border-left: 1px solid #284155;
}
.tbl_default4 table {
	border: 1px solid #284155;
	width: 100%;
	line-height: 1.5;
}
.tbl_default4 th {
	background: #284155;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	vertical-align: top;
}
.tbl_default4 thead th:nth-child(1){
	width: 35%;
}
.tbl_default4 thead th:nth-child(2){
	width: 65%;
	border-left: 1px solid #ffffff;
}
.tbl_default4 td {
	background: #e7eaed;
	text-align: left;
	vertical-align: middle;
	padding: calc(15 / 1920 * 100vw) calc(18 / 1920 * 100vw) calc(16 / 1920 * 100vw);
	border-left: 1px solid #ffffff;
}
.tbl_default4 tbody tr td:nth-child(1) {
	border-left: 1px solid #284155;
}
.tbl_default4 tr:nth-child(n + 2) td {
	border-top: 1px solid #ffffff;
}
.ttl_contents02_2 span{
	display: inline-block;
	text-align: center;
	width: calc(40/1920*100vw);
	height: calc(40/1920*100vw);
	line-height: calc(40/1920*100vw);
	background: #4BC6C5;
	margin-right: calc(10/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.ttl_contents02{
		width: calc(450/1599*100vw);
		padding: calc(10/1599*100vw) calc(15/1599*100vw);
	}
	.tbl_default2 th,.tbl_default2 td,
	.tbl_default3 th,.tbl_default3 td,
	.tbl_default4 th,.tbl_default4 td {
		padding: calc(15 / 1599 * 100vw) calc(18 / 1599 * 100vw) calc(16 / 1599 * 100vw);
	}
	.ttl_contents02_2 span{
		width: calc(40/1599*100vw);
		height: calc(40/1599*100vw);
		line-height: calc(40/1599*100vw);
		margin-right: calc(10/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.ttl_contents02{
		width: calc(450/1299*100vw);
		padding: calc(10/1299*100vw) calc(15/1299*100vw);
	}
	.tbl_default2 th,.tbl_default2 td,
	.tbl_default3 th,.tbl_default3 td,
	.tbl_default4 th,.tbl_default4 td {
		padding: calc(15 / 1299 * 100vw) calc(18 / 1299 * 100vw) calc(16 / 1299 * 100vw);
	}
	.ttl_contents02_2 span{
		width: calc(40/1299*100vw);
		height: calc(40/1299*100vw);
		line-height: calc(40/1299*100vw);
		margin-right: calc(10/1299*100vw);
	}
}
@media(max-width: 767px) {
	.link_contents02{
		font-size: 1.125rem;
		display: block;
	}
	.ttl_contents02{
		font-size: 1.125rem;
		width: 100%;
		padding: calc(10/750*100vw) calc(15/750*100vw);
	}
	.tbl_default2 th,.tbl_default2 td,
	.tbl_default3 th,.tbl_default3 td,
	.tbl_default4 th,.tbl_default4 td {
		padding: calc(15 / 750 * 100vw) calc(18 / 750 * 100vw) calc(16 / 750 * 100vw);
	}
	.tbl_default2 table,
	.tbl_default3 table,
	.tbl_default4 table {
		width: calc(2085/750*100vw);
		font-size: calc(28/750*100vw);
	}
	.tbl_default4 table {
		width: calc(1600/750*100vw);
		font-size: calc(28/750*100vw);
	}
	.ttl_contents02_2{
		font-size: 1.125rem;
	}
	.ttl_contents02_2 span{
		width: calc(40/750*100vw);
		height: calc(40/750*100vw);
		line-height: calc(40/750*100vw);
		margin-right: calc(10/750*100vw);
	}
}

.flex_contents02 .col{
	width: 47%;
}
.flex_contents02 .col a.btn{
	height: calc(90/1920*100vw);
	line-height: calc(90/1920*100vw);
	border-radius: calc(45/1920*100vw);
}
.flex_contents02 .col a::after{
	border-color: transparent transparent transparent #fdd700;
	border-width: calc(11.5/1920*100vw) 0 calc(11.5/1920*100vw) calc(20/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.flex_contents02 .col a.btn{
		height: calc(90/1599*100vw);
		line-height: calc(90/1599*100vw);
		border-radius: calc(45/1599*100vw);
	}
	.flex_contents02 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1599*100vw) 0 calc(11.5/1599*100vw) calc(20/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.flex_contents02 .col{
		width: 53%;
	}
	.flex_contents02 .col a.btn{
		height: calc(90/1299*100vw);
		line-height: calc(90/1299*100vw);
		border-radius: calc(45/1299*100vw);
	}
	.flex_contents02 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1299*100vw) 0 calc(11.5/1299*100vw) calc(20/1299*100vw);
	}
}
@media(max-width: 767px) {
	.flex_contents02 .col{
		width: 100%;
	}
	.flex_contents02 .col:nth-child(2){
		margin-top: calc(40/750*100vw);
	}
	.flex_contents02 .col a.btn{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: calc(100/750*100vw);
		font-size: 1rem;
		line-height: calc(100/750*100vw);
		border-radius: calc(50/750*100vw);
	}
	.flex_contents02 .col a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/750*100vw) 0 calc(11.5/750*100vw) calc(20/750*100vw);
	}
}
.box_contents03{
	width: calc(582/1920*100vw);
}
.box_contents03 a.btn{
	display: block;
	width: 100%;
	height: calc(90/1920*100vw);
	line-height: calc(90/1920*100vw);
	border-radius: calc(45/1920*100vw);
}
.box_contents03 a::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fdd700;
	border-width: calc(11.5/1920*100vw) 0 calc(11.5/1920*100vw) calc(20/1920*100vw);
	position: absolute;
	right: calc(32/1920*100vw);
	top: 0;
	bottom: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.box_contents03{
		width: calc(582/1599*100vw);
	}
	.box_contents03 a.btn{
		height: calc(90/1599*100vw);
		line-height: calc(90/1599*100vw);
		border-radius: calc(45/1599*100vw);
	}
	.box_contents03 a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1599*100vw) 0 calc(11.5/1599*100vw) calc(20/1599*100vw);
		right: calc(32/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.box_contents03{
		width: calc(582/1299*100vw);
	}
	.box_contents03 a.btn{
		height: calc(90/1299*100vw);
		line-height: calc(90/1299*100vw);
		border-radius: calc(45/1299*100vw);
	}
	.box_contents03 a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/1299*100vw) 0 calc(11.5/1299*100vw) calc(20/1299*100vw);
		right: calc(32/1299*100vw);
	}
}
@media(max-width: 767px) {
	.box_contents03{
		width: 100%;
	}
	.box_contents03 a.btn{
		font-size: 1rem;
		letter-spacing: 0.1em;
		height: calc(100/750*100vw);
		line-height: calc(100/750*100vw);
		border-radius: calc(50/750*100vw);
	}
	.box_contents03 a::after{
		border-color: transparent transparent transparent #fdd700;
		border-width: calc(11.5/750*100vw) 0 calc(11.5/750*100vw) calc(20/750*100vw);
		right: calc(32/750*100vw);
	}
}

.wrap_contents03{
	background: #deebf7;
	border-radius: calc(30/1920*100vw);
	top: 0;
	left: 0;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: calc(30/1920*100vw);
}
.wrap_contents03 p{
	font-size: 1.5rem;
	line-height: 1.3em;
}
.wrap_contents03 .ttl{
	font-weight: 700;
}
.wrap_contents03 .flow01,
.wrap_contents03 .flow02,
.wrap_contents03 .flow03,
.wrap_contents03 .flow04,
.wrap_contents03 .flow05{
	width: 100%;
	background: #ffffff;
	border: solid 1px #9dc3e6;
	border-radius: calc(10/1920*100vw);
	padding: calc(10/1920*100vw) 0;
}
.wrap_contents03 .flow01,
.wrap_contents03 .flow02,
.wrap_contents03 .flow03,
.wrap_contents03 .flow04{
	margin-bottom: calc(40/1920*100vw);
}
.wrap_contents03 .flow04{
	width: 75%;
	margin-left: auto;
}
.wrap_contents03 .flow04::after{
	content: "約2カ月";
	display: block;
	background: #ed7d31;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: 700;
	border-radius: calc(10/1920*100vw);
	padding: calc(10/1920*100vw) 0;
	text-align: center;
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: -28%;
	margin: auto;
}
.wrap_contents03 .flow04::before{
	content: "";
	display: block;
	background: url(../images/index/arw_contents03.png) no-repeat center/contain;
	width: 25%;
	height: 250%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: -28%;
	margin: auto;
}
.wrap_contents03 .flow01::after,
.wrap_contents03 .flow02::after,
.wrap_contents03 .flow03::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #9dc3e6 transparent transparent transparent;
	border-width: calc(20/1920*100vw) calc(30/1920*100vw) 0px calc(30/1920*100vw);
	position: absolute;
	bottom: calc(-30/1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_contents03 .flow05::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #9dc3e6 transparent transparent transparent;
	border-width: calc(20/1920*100vw) calc(30/1920*100vw) 0px calc(30/1920*100vw);
	position: absolute;
	top: calc(-30/1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
.wrap_contents03-2{
	background: #fcf0e8;
	border-radius: calc(30/1920*100vw);
	top: 0;
	left: 0;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: calc(30/1920*100vw);
	line-height: 1.3em;
}
.wrap_contents03-2 .ttl{
	font-weight: 700;
}
.wrap_contents03-2 p{
	font-size: 1.5rem;
	line-height: 1.3em;
}
.wrap_contents03-2 .flow01,
.wrap_contents03-2 .flow02,
.wrap_contents03-2 .flow03,
.wrap_contents03-2 .flow04,
.wrap_contents03-2 .flow05,
.wrap_contents03-2 .flow06{
	width: 100%;
	background: #ffffff;
	border: solid 1px #ffc000;
	border-radius: calc(10/1920*100vw);
	padding: calc(10/1920*100vw) 0;
}
.wrap_contents03-2 .flow01,
.wrap_contents03-2 .flow02,
.wrap_contents03-2 .flow03,
.wrap_contents03-2 .flow04,
.wrap_contents03-2 .flow05{
	margin-bottom: calc(60/1920*100vw);
}
.wrap_contents03-2 .flow02::before{
	content: "約2～3週間";
	font-size: 1.5rem;
	display: block;
	background: #0c65b7;
	color: #ffffff;
	font-weight: 700;
	line-height: calc(40/1920*100vw);
	border-radius: calc(10/1920*100vw);
	text-align: center;
	width: 25%;
	height: calc(40/1920*100vw);
	position: absolute;
	bottom: calc(-50/1920*100vw);
	right: 0;
	left: auto;
	margin: auto;
}
.wrap_contents03-2 .flow05::before{
	content: "約1カ月";
	font-size: 1.5rem;
	display: block;
	background: #0c65b7;
	color: #ffffff;
	font-weight: 700;
	line-height: calc(40/1920*100vw);
	border-radius: calc(10/1920*100vw);
	text-align: center;
	width: 25%;
	height: calc(40/1920*100vw);
	position: absolute;
	bottom: calc(-50/1920*100vw);
	right: 0;
	left: auto;
	margin: auto;
}
.wrap_contents03-2 .flow01::after,
.wrap_contents03-2 .flow02::after,
.wrap_contents03-2 .flow03::after,
.wrap_contents03-2 .flow04::after,
.wrap_contents03-2 .flow05::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ffc000 transparent transparent transparent;
	border-width: calc(20/1920*100vw) calc(30/1920*100vw) 0px calc(30/1920*100vw);
	position: absolute;
	bottom: calc(-40/1920*100vw);
	left: 0;
	right: 0;
	margin: auto;
}
@media(min-width: 768px) and (max-width:1599px) {
	.wrap_contents03{
		border-radius: calc(30/1599*100vw);
		padding: calc(30/1599*100vw);
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04,
	.wrap_contents03 .flow05{
		border-radius: calc(10/1599*100vw);
		padding: calc(10/1599*100vw) 0;
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04{
		margin-bottom: calc(40/1599*100vw);
	}
	.wrap_contents03 .flow04::after{
		border-radius: calc(10/1599*100vw);
		padding: calc(10/1599*100vw) 0;
	}
	.wrap_contents03 .flow01::after,
	.wrap_contents03 .flow02::after,
	.wrap_contents03 .flow03::after{
		border-width: calc(20/1599*100vw) calc(30/1599*100vw) 0px calc(30/1599*100vw);
		bottom: calc(-30/1599*100vw);
	}
	.wrap_contents03 .flow05::after{
		border-width: calc(20/1599*100vw) calc(30/1599*100vw) 0px calc(30/1599*100vw);
		top: calc(-30/1599*100vw);
	}
	.wrap_contents03-2{
		border-radius: calc(30/1599*100vw);
		padding: calc(30/1599*100vw);
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05,
	.wrap_contents03-2 .flow06{
		border-radius: calc(10/1599*100vw);
		padding: calc(10/1599*100vw) 0;
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05{
		margin-bottom: calc(60/1599*100vw);
	}
	.wrap_contents03-2 .flow02::before{
		line-height: calc(40/1599*100vw);
		border-radius: calc(10/1599*100vw);
		height: calc(40/1599*100vw);
		bottom: calc(-50/1599*100vw);
	}
	.wrap_contents03-2 .flow05::before{
		line-height: calc(40/1599*100vw);
		border-radius: calc(10/1599*100vw);
		height: calc(40/1599*100vw);
		bottom: calc(-50/1599*100vw);
	}
	.wrap_contents03-2 .flow01::after,
	.wrap_contents03-2 .flow02::after,
	.wrap_contents03-2 .flow03::after,
	.wrap_contents03-2 .flow04::after,
	.wrap_contents03-2 .flow05::after{
		border-width: calc(20/1599*100vw) calc(30/1599*100vw) 0px calc(30/1599*100vw);
		bottom: calc(-40/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.wrap_contents03{
		border-radius: calc(30/1299*100vw);
		padding: calc(30/1299*100vw);
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04,
	.wrap_contents03 .flow05{
		border-radius: calc(10/1299*100vw);
		padding: calc(10/1299*100vw) 0;
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04{
		margin-bottom: calc(40/1299*100vw);
	}
	.wrap_contents03 .flow04::after{
		border-radius: calc(10/1299*100vw);
		padding: calc(10/1299*100vw) 0;
	}
	.wrap_contents03 .flow01::after,
	.wrap_contents03 .flow02::after,
	.wrap_contents03 .flow03::after{
		border-width: calc(20/1299*100vw) calc(30/1299*100vw) 0px calc(30/1299*100vw);
		bottom: calc(-30/1299*100vw);
	}
	.wrap_contents03 .flow05::after{
		border-width: calc(20/1299*100vw) calc(30/1299*100vw) 0px calc(30/1299*100vw);
		top: calc(-30/1299*100vw);
	}
	.wrap_contents03-2{
		border-radius: calc(30/1299*100vw);
		padding: calc(30/1299*100vw);
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05,
	.wrap_contents03-2 .flow06{
		border-radius: calc(10/1299*100vw);
		padding: calc(10/1299*100vw) 0;
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05{
		margin-bottom: calc(60/1299*100vw);
	}
	.wrap_contents03-2 .flow02::before{
		line-height: calc(40/1299*100vw);
		border-radius: calc(10/1299*100vw);
		height: calc(40/1299*100vw);
		bottom: calc(-50/1299*100vw);
	}
	.wrap_contents03-2 .flow05::before{
		line-height: calc(40/1299*100vw);
		border-radius: calc(10/1299*100vw);
		height: calc(40/1299*100vw);
		bottom: calc(-50/1299*100vw);
	}
	.wrap_contents03-2 .flow01::after,
	.wrap_contents03-2 .flow02::after,
	.wrap_contents03-2 .flow03::after,
	.wrap_contents03-2 .flow04::after,
	.wrap_contents03-2 .flow05::after{
		border-width: calc(20/1299*100vw) calc(30/1299*100vw) 0px calc(30/1299*100vw);
		bottom: calc(-40/1299*100vw);
	}
}
@media(max-width: 767px) {
	.ttl_contents03{
		font-size: 1.125rem;
	}
	.wrap_contents03 p{
		font-size: 1rem;
		line-height: 1.3em;
	}
	.wrap_contents03{
		border-radius: calc(30/750*100vw);
		padding: calc(30/750*100vw);
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04,
	.wrap_contents03 .flow05{
		width: 100%;
		border-radius: calc(10/750*100vw);
		padding: calc(15/750*100vw);
	}
	.wrap_contents03 .flow01,
	.wrap_contents03 .flow02,
	.wrap_contents03 .flow03,
	.wrap_contents03 .flow04{
		margin-bottom: calc(40/750*100vw);
	}
	.wrap_contents03 .flow04{
		width: calc(450/750*100vw);
		margin-left: auto;
	}
	.wrap_contents03 .flow04::after{
		content: "約2カ月";
		font-size: 1.125rem;
		display: block;
		background: #ed7d31;
		color: #ffffff;
		font-weight: 700;
		line-height: calc(115.25/750*100vw);
		border-radius: calc(10/750*100vw);
		padding: 0;
		text-align: center;
		width: calc(180/750*100vw);
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: auto;
		left: calc(-190/750*100vw);
		margin: auto;
	}
	.wrap_contents03 .flow04::before{
		content: "";
		display: block;
		background: url(../images/index/arw_contents03_sp.png) no-repeat center/contain;
		width: calc(180/750*100vw);
		height: calc(180/750*100vw);
		position: absolute;
		top: 0;
		bottom: 0;
		right: auto;
		left: calc(-190/750*100vw);
		margin: auto;
	}
	.wrap_contents03 .flow01::after,
	.wrap_contents03 .flow02::after,
	.wrap_contents03 .flow03::after{
		border-width: calc(20/750*100vw) calc(30/750*100vw) 0px calc(30/750*100vw);
		bottom: calc(-30/750*100vw);
	}
	.wrap_contents03 .flow05::after{
		border-width: calc(20/750*100vw) calc(30/750*100vw) 0px calc(30/750*100vw);
		top: calc(-30/750*100vw);
	}
	.caption{
		width: calc(640/750*100vw);
		margin-left: auto;
		margin-right: auto;
		font-size: 1.125rem;
	}
	.caption2{
		width: calc(640/750*100vw);
		margin-left: auto;
		margin-right: auto;
		font-size: 1.0625rem!important;
		line-height: 1.5em;
	}
	.wrap_contents03-2{
		border-radius: calc(30/750*100vw);
		padding: calc(30/750*100vw);
	}
	.wrap_contents03-2 p{
		font-size: 1rem;
		line-height: 1.3em;
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05,
	.wrap_contents03-2 .flow06{
		border-radius: calc(10/750*100vw);
		padding: calc(10/750*100vw) 0;
	}
	.wrap_contents03-2 .flow01,
	.wrap_contents03-2 .flow02,
	.wrap_contents03-2 .flow03,
	.wrap_contents03-2 .flow04,
	.wrap_contents03-2 .flow05{
		margin-bottom: calc(60/750*100vw);
	}
	.wrap_contents03-2 .flow02::before{
		content: "約2～3週間";
		font-size: 1.125rem;
		display: block;
		background: #0c65b7;
		color: #ffffff;
		font-weight: 700;
		line-height: calc(40/750*100vw);
		border-radius: calc(10/750*100vw);
		text-align: center;
		width: calc(220/750*100vw);
		height: calc(40/750*100vw);
		position: absolute;
		bottom: calc(-50/750*100vw);
		right: 0;
		left: auto;
		margin: auto;
	}
	.wrap_contents03-2 .flow05::before{
		content: "約1カ月";
		font-size: 1.125rem;
		display: block;
		background: #0c65b7;
		color: #ffffff;
		font-weight: 700;
		line-height: calc(40/750*100vw);
		border-radius: calc(10/750*100vw);
		text-align: center;
		width: calc(220/750*100vw);
		height: calc(40/750*100vw);
		position: absolute;
		bottom: calc(-50/750*100vw);
		right: 0;
		left: auto;
		margin: auto;
	}
	.wrap_contents03-2 .flow01::after,
	.wrap_contents03-2 .flow02::after,
	.wrap_contents03-2 .flow03::after,
	.wrap_contents03-2 .flow04::after,
	.wrap_contents03-2 .flow05::after{
		border-width: calc(20/750*100vw) calc(30/750*100vw) 0px calc(30/750*100vw);
		bottom: calc(-40/750*100vw);
	}
}
@media(max-width: 767px) {
	.ttl_contents04,.ttl_contents05{
		font-size: 1.125rem;
	}
}

footer{
	padding-top: calc(300/1920*100vw);
}
.main_foot {
	padding: calc(80/1920*100vw) 0 ;
}
.wrap_bnr{
	padding: 0 0 calc(60/1920*100vw) 0 ;
}
.bnr_foot{
	width: calc(560/1920*100vw);
	margin: auto;
}
.pagetop {
	position: fixed;
	right: calc(20 / 1920 * 100vw);
	bottom: calc(40 / 1920 * 100vw);
	z-index: 1000;
	width: calc(80 / 1920 * 100vw);
}
.copyright {
	height: calc(80 / 1920 * 100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	footer{
		padding-top: calc(200/1599*100vw);
	}
	.main_foot {
		padding: calc(80/1599*100vw) 0 ;
	}
	.wrap_bnr{
		padding: 0 0 calc(60/1599*100vw) 0 ;
	}
	.bnr_foot{
		width: calc(560/1599*100vw);
	}
	.pagetop {
		right: calc(20 / 1599 * 100vw);
		bottom: calc(40 / 1599 * 100vw);
		width: calc(80 / 1599 * 100vw);
	}
	.copyright {
		height: calc(80 / 1599 * 100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	footer{
		padding-top: calc(200/1299*100vw);
	}
	.main_foot {
		padding: calc(80/1299*100vw) 0 ;
	}
	.wrap_bnr{
		padding: 0 0 calc(60/1299*100vw) 0 ;
	}
	.bnr_foot{
		width: calc(560/1299*100vw);
	}
	.pagetop {
		right: calc(20 / 1299 * 100vw);
		bottom: calc(40 / 1299 * 100vw);
		width: calc(80 / 1299 * 100vw);
	}
	.copyright {
		height: calc(80 / 1299 * 100vw);
	}
}
@media(max-width: 767px) {
	footer{
		padding-top: calc(200/750*100vw);
	}
	.main_foot {
		padding: calc(80/750*100vw) calc(28/750*100vw) calc(80/750*100vw);
	}
	.wrap_bnr{
		padding: 0 0 calc(60/750*100vw) 0 ;
	}
	.bnr_foot{
		width: calc(560/750*100vw);
	}
	.copyright {
		font-size: 62.5%;
		letter-spacing: 0;
		padding: 4vw 0 calc(100 / 750 * 100vw);
		height: auto;
	}
	.pagetop {
		display: none!important;
	}
	.fix_foot {
		position: fixed;
		right: calc(20 / 750 * 100vw);
		bottom: calc(20 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
		z-index: 9;
	}
	.pagetop_sp {
		width: calc(80 / 750 * 100vw);
	}
	.pagetop_sp a {
		display: block;
	}
}

/*下層ページ*/
.read{
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #512c18;
	margin-bottom: calc(10/1920*100vw);
}
.txt01 strong{
	font-weight: 700;
}
.tbl td:nth-child(1){
	padding-right: calc(15/1920*100vw);
}
@media(min-width: 768px) and (max-width:1599px) {
	.read{
		margin-bottom: calc(10/1599*100vw);
	}
	.tbl td:nth-child(1){
		padding-right: calc(15/1599*100vw);
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.read{
		margin-bottom: calc(10/1299*100vw);
	}
	.tbl td:nth-child(1){
		padding-right: calc(15/1299*100vw);
	}
}
@media(max-width: 767px) {
	.read{
		width: calc(640/750*100vw);
		margin-left: auto;
		margin-right: auto;
		font-size: 1.125rem;
		letter-spacing: 0.1em;
		font-weight: 700;
		margin-bottom: calc(10/750*100vw);
	}
	.txt01{
		width: calc(640/750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tbl{
		width: calc(640/750*100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.tbl td{
		display: block;
		width: 100%;
	}
	.tbl td:nth-child(1){
		padding-right: 0;
	}
}

/*========= モーダル表示のためのCSS ===============*/

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#fff;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}