@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
}
a {
	text-decoration: none;
	color: inherit;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/*font
----------------------------------------*/
.en {
	font-family: 'Raleway', sans-serif;
}

/*header
----------------------------------------*/
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	min-width: 1200px;
}
.header img {
	display: block;
}
.header_logo {
	padding: 27px 0 21px 32px;
}
.header_logo a {
	display: block;
	transition: opacity .3s;
}
.btn_nav {
	display: none;
}
.btn_nav:focus {
	outline: none;
}
.header_logo a:hover,
.btn_nav:hover {
	opacity: .6;
}
@media only screen and (max-width: 767px) {
	.header {
		min-width: 0;
		z-index: 1010;
	}
	.header_logo {
		width: 180px;
		padding: 10px 0 10px 4%;
	}
	.btn_nav {
		-webkit-appearance: none;
		appearance: none;
		display: block;
		width: 25px;
		height: 21px;
		position: absolute;
		top: 18px;
		z-index: 100;
		right: 100px;
		border: 0;
		background: none;
	}
	.btn_nav::before,
	.btn_nav::after {
		content: '';
		display: block;
		height: 3px;
		background: #222222;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0px;
		transition: transform .3s;
	}
	.btn_nav::after {
		top: 16px;
	}
	.btn_nav span {
		display: block;
		height: 3px;
		background: #222222;
		position: absolute;
		width: 100%;
		top: 8px;
		left: 0;
		transition: width .3s, left .3s;
	}
	.btn_nav.open::before,
	.btn_nav.open::after {
		top: 8px;
		transform: rotate(-135deg);
	}
	.btn_nav.open span {
		width: 0;
		left: 50%;
	}
	.btn_nav.open::after {
		top: 8px;
		transform: rotate(135deg);
	}
	.header_logo a:hover,
	.btn_nav:hover {
		opacity: 1;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	position: static;
}
.gnav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}
.gnav_list li + li {
	margin: 3px 0 0 38px;
}
.gnav_list .gnav_list_entry {
	margin: 0 -27px 0 48px;
}
.gnav_list_entry a,
.header_entry a {
	display: block;
	width: 195px;
	background: #068CD7;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 800;
	padding: 36px 38px 32px 0;
	transform: skewX(-15deg);
	letter-spacing: .01em;
	box-shadow: -11px 9px 0 #E8AEC7;
}
.gnav_list_entry a span,
.header_entry a span {
	transform: skewX(15deg);
	display: inline-block;
}
.gnav a {
	display: block;
	transition: opacity .3s;
}
.gnav a:hover {
	opacity: .6;
}
.gnav_entry {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(6, 140, 215, .94);
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2000;
	color: #fff;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}
.gnav_entry.on {
    opacity: 1;
    pointer-events: auto;
}
.gnav_entry h2 {
	text-align: center;
	font-size: 4.3rem;
	z-index: 20;
	margin-bottom: 48px;
}
.gnav_entry_close {
	-webkit-appearance: none;
	appearance: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: none;
	border: 4px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 20;
	cursor: pointer;
	transition: opacity .3s;
}
.gnav_entry_close:focus {
	outline: none;
}
.gnav_entry_close::before,
.gnav_entry_close::after {
	content: '';
	width: 2px;
	height: 25px;
	display: block;
	background: #FFF;
	position: absolute;
	top: 9px;
	left: 20px;
	transform: rotate(45deg);
}
.gnav_entry_close::after {
	transform: rotate(-45deg);
}
.gnav_entry_close:hover {
	opacity: .6;
}
.gnav_entry_btn {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.gnav_entry_btn p {
	width: 275px;
	margin: 0 12px;
}
.gnav_entry_btn p a {
	display: block;
	border: 5px solid #fff;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	text-align: center;
	font-weight: 800;
	font-size: 2rem;
	transition: opacity .3s;
}
.gnav_entry_btn p a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	transition: right .3s;
}
.gnav_entry_btn p a:hover {
	opacity: .6;
}
.gnav_entry_btn p a:hover::after {
	right: 13px;
}
@media only screen and (max-width: 767px) {
	.gnav {
		position: absolute;
	}
	.gnav_inner {
		display: none;
		position: fixed;
		top: 55px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, .9);
	}
	.gnav_list {
		display: block;
		padding: 0 5%;
		margin-top: 25px;
	}
	.gnav_list li {
		border-top: 1px solid #c2c2c2;
	}
	.gnav_list li:nth-last-child(2) {
		border-bottom: 1px solid #c2c2c2;
	}
	.gnav_list li + li {
		margin: 0;
	}
	.gnav_list li {
		display: block;
	}
	.gnav_list li a {
		display: block;
		padding: 15px 10px;
	}
	.gnav_list .gnav_list_entry {
		display: none;
	}
	.gnav_list_entry a,
	.header_entry a {
		width: auto;
		font-size: 1.7rem;
		padding: 15px 10px;
		box-shadow: -6px 6px 0 #E8AEC7;
	}
	.header_entry  {
		margin-right: -20px;
		z-index: 10;
	}
	.header_entry a {
		font-size: 1.5rem;
		width: 100px;
		padding: 15px 20px 15px 0;
	}
	.gnav a:hover {
		opacity: 1;
	}
	.gnav_entry {
		position: fixed;
		bottom: 0;
		height: auto;
	}
	.gnav_entry h2 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.gnav_entry_close {
		width: 40px;
		height: 40px;
		border-width: 3px;
		top: 20px;
		right: 20px;
	}
	.gnav_entry_close::before,
	.gnav_entry_close::after {
		height: 20px;
		top: 7px;
		left: 16px;
	}
	.gnav_entry_close:hover {
		opacity: 1;
	}
	.gnav_entry_btn {
		display: block;
	}
	.gnav_entry_btn p {
		width: 200px;
		margin: 12px auto;
	}
	.gnav_entry_btn p a {
		border: 3px solid #fff;
		height: 60px;
		border-radius: 30px;
		font-size: 1.5rem;
	}
	.gnav_entry_btn p a:hover {
		opacity: 1;
	}
	.gnav_entry_btn p a:hover::after {
		right: 18px;
	}
}

/*contents
----------------------------------------*/
.contents {
	padding-top: 101px;
}
@media only screen and (max-width: 767px) {
	.contents {
		padding-top: 55px;
	}
}

/*pagetop
----------------------------------------*/
.btn_pagetop {
	position: absolute;
	width: 100%;
	margin: 45px 0 0;
	z-index: 1000;
}
.btn_pagetop a {
	position: absolute;
	bottom: 17px;
	right: 21px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999px;
	background: -moz-linear-gradient(left, #068cd7 0%, #0ebaa6 100%);
	background: -webkit-linear-gradient(left, #068cd7 0%,#0ebaa6 100%);
	background: linear-gradient(to right, #068cd7 0%, #0ebaa6 100%);
	transition: opacity 300ms;
}
.btn_pagetop a::before {
	content: '';
	width: 15px;
	height: 18px;
	display: block;
	background: url(../img/common/icon_pagetop.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: bottom .3s;
}
.btn_pagetop a:hover {
	opacity: .6;
}
.btn_pagetop a:hover::before {
	bottom: 5px;
}

/*footer
----------------------------------------*/
.footer {
	text-align: center;
	padding: 47px 47px 47px 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer img {
	display: block;
	margin: 0 auto;
}
.footer_nav {
	margin: 17px 0 76px;
}
.footer_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-weight: bold;
}
.footer_nav ul li {
	margin: 0 19.25px;
}
.footer_logo {
	width: 250px;
}
.footer a {
	display: block;
	transition: opacity .3s;
}
.footer a:hover {
	opacity: .6;
}
.copyright {
	width: 100%;
	font-size: 1.1rem;
	display: block;
	color: #777;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: 30px 5%;
		display: block;
	}
	.footer_nav {
		display: none;
	}
	.footer_logo {
		width: 200px;
		margin: 0 auto 20px;
	}
	.footer a:hover {
		opacity: 1;
	}
	.copyright {
		font-size: 1rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(100px);
}
.inview.show {
	animation-fill-mode: forwards;
	animation-duration: .8s;
	animation-name: movey;
}
@keyframes movey {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/*  下層共通
----------------------------------------*/
.c-page-sub [class*="c-page-sub__"] p.b-asterisk {
    font-size: 1.2rem !important;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
}

.c-page-sub [class*="c-page-sub__"] a {
    text-decoration: none;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .c-page-sub [class*="c-page-sub__"] p {
        font-size: calc(14 / 375 * 100vw); 
    }
    
    .c-page-sub [class*="c-page-sub__"] p.b-asterisk {
        font-size: 1.2rem !important;
    }
}


/* page-header 
----------------------------------------*/
.c-page-sub [class*="c-page-sub__"] .page-header {
	margin: 190px 0 0;
    border-bottom: none;
    padding: 0;
    z-index: 100;
    position: relative;
}
.c-page-sub [class*="c-page-sub__"] .page-header::before {
	content: "";
    position: absolute;
    background: url("../img/common/ico-dec01.png") no-repeat;
    width: 96px;
    height: 113px;
    left: 39%;
    top: -88px;
    z-index: 1;
}
.c-page-sub [class*="c-page-sub__"] .page-header::after {
	content: "";
    position: absolute;
    background: url("../img/common/ico-dec03.png") no-repeat;
    width: 140px;
    height: 508px;
    top: 20%;
    z-index: -1;
    left: 0;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__img {
	margin-left: 23.43%;
    position: relative;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__img::before {
	content: "";
    position: absolute;
    background: url("../img/common/ico-dec02.png") no-repeat;
    width: 53px;
    height: 66px;
    top: 52%;
    left: -22%;
    z-index: 1;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__img img {
	width: 100%;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt {
    position: absolute;
    top: 50%;
    left: 11.32%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 {
    color: #000000;
    position: relative;
    line-height: 1;
    margin-bottom: 150px;
}
.c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 span {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-name {
	background: #068CD7;
    background: -webkit-linear-gradient(left, #068CD7, #0EBAA6);
    background: -o-linear-gradient(left, #068CD7, #0EBAA6);
    background: linear-gradient(to right, #068CD7, #0EBAA6);
    padding: 20px 35px;
    transform: skewX(-15deg);
    display: inline-block;
    margin-bottom: 20px;
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-name p {
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    transform: skewX(15deg);
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-name span.text-small {
    font-size: 2rem;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-read {
    margin-left: 120px;
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-read span {
    transform: skewX(15deg);
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    display: inline-block;
}
.c-page-sub [class*="c-page-sub__"] .page-header .txt-read span.bg {
    background: #068CD7;
    background: -webkit-linear-gradient(left, #068CD7, #0EBAA6);
    background: -o-linear-gradient(left, #068CD7, #0EBAA6);
    background: linear-gradient(to right, #068CD7, #0EBAA6);
    transform: skewX(-15deg);
    padding: 0 10px;
    margin-bottom: 15px;
}


@media only screen and (max-width: 960px) {
    .c-page-sub [class*="c-page-sub__"] .page-header {
        margin: 60px 0 0;
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header::before {
        left: -1%;
        top: 10px;
        background-size: 40%;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header::after {
        display: none;
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__img {
        padding-top: 30%;
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__img::before {
        display: none;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__img .ph {
        position: absolute;
        top: 0;
        transform: scale(1.2) translateY(8%);
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt {
        left: 7.32%;
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 {
        font-size: 7rem;
        padding-bottom: 35px;
        margin-bottom: 60px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 span {
        margin-top: 10px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name {
        padding: 25px 30px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name p {
        font-size: 2.5rem;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name p span {
        font-size: 1.6rem;
        margin-left: 15px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name p.text-small {
        font-size: 1.4rem;
        margin-top: 10px;
    }

}
@media only screen and (max-width: 767px) {
    .c-page-sub [class*="c-page-sub__"] .page-header {
        margin: 60px 0 0;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__img {
        margin-left: 0;
        padding-top: 30%;
        overflow: hidden;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__img .ph {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: scale(1) translateY(0);
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt {
        top: calc(17 / 375 * 100vw);
        left: 7%;
        transform: translateY(0);
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 {
        font-size: calc(50 / 375 * 100vw);
        padding-bottom: 70px;
        margin-bottom: 0;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2.img {
        font-size: inherit;
        padding-bottom: calc(60 / 375 * 100vw);
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 img {
        max-height: 30px;
        max-height: calc(30 / 375 * 100vw);
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2 span {
        font-size: calc(14 / 375 * 100vw);
        margin-top: 10px;
        margin-bottom: calc(15 / 375 * 100vw);
        text-shadow: 0 0 10px rgb(255, 255, 255);
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .page-header__txt h2::before {
        width: 30%;
        height: 3px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name {
        padding: 20px 25px;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name p {
        font-size: calc(20 / 375 * 100vw);
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-name span.text-small {
        font-size: calc(14 / 375 * 100vw);
        margin-left: 0;
    }
    
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-read {
        margin: 30px 0;
        text-align: center;
    }
    .c-page-sub [class*="c-page-sub__"] .page-header .txt-read span {
        font-size: calc(25 / 375 * 100vw);
    }

}




/* c-page-sub 共通見出し
----------------------------------------*/
.c-page-sub h2.ttl-h2 {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 6rem;
    font-weight: 900;
    text-align: center;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 35px;
    display: inline-block;
    color: #ffffff;
}
.c-page-sub h3.ttl-h3 {
	font-size: 2.3rem;
    font-weight: bold;
    color: #0AA6BB;
    margin-bottom: 30px;
}

.c-page-sub h3.ttl-h3_2 {
	font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.c-page-sub h3.ttl-h3_2 span {
	display: inline-block;
    background: rgba(12,12,12,0.8);
    padding: 0 10px;
    margin: 5px 0;
}
	
@media only screen and (max-width: 767px) {
    .c-page-sub h2.ttl-h2 {
        font-size: calc(35 / 375 * 100vw);
        border-bottom: 2px solid #ffffff;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .c-page-sub h3.ttl-h3 {
        font-size: calc(18 / 375 * 100vw);
        margin-bottom: 15px;
    }
    
    .c-page-sub h3.ttl-h3_2 {
        font-size: calc(18 / 375 * 100vw);
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }
    
    .c-page-sub h3.ttl-h3_2 span {
        margin: 3px 0;
    }
}



/* c-page-sub container
----------------------------------------*/
.c-page-sub .container {
	max-width: 1000px;
    margin: 0 auto;
	width: auto;
	padding: 70px 0 100px;
}

@media only screen and (max-width: 960px) {
	.c-page-sub .container {
		padding: 50px 2%;
	}

}
@media only screen and (max-width: 767px) {
	.c-page-sub .container {
		padding: 40px 4.68%;
	}

}



	

/* c-page-sub 共通リスト
----------------------------------------*/
.c-page-sub .container ul.ul li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
    font-size: 1.6rem;
}
.c-page-sub .container ul.ul li::before {
	content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: url("../img/common/ico-ul.svg") no-repeat;
    border-radius: 50px;
    left: 0;
	top: 8px;
	border: none;
}


.c-page-sub .container ol.ol {
	counter-reset: number;
}
.c-page-sub .container ol.ol li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	word-wrap: break-word;
	position: relative;
}

.c-page-sub .container ol.ol li::before {
	counter-increment: number;
	content: counter(number)".";
	color: #009076;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
    margin: 0;
    text-align: center;
	font-size: 1.4rem;
}


@media only screen and (max-width: 767px) {
	.c-page-sub .container ul.ul li {
		font-size: 1.4rem;
	}
	
	.c-page-sub .container ul.ul li::before {
	}
	
	.c-page-sub .container ol.ol li {
		font-size: 1.4rem;
	}
	.c-page-sub .container ol.ol li::before {
		
	}
}



/* c-page-sub テーブル
----------------------------------------*/
.c-page-sub table {
	width: 100%;
	border-spacing: 2;
}
.c-page-sub table th {
	font-size: 1.6rem;
    font-weight: bold;
	padding: 20px 25px;
	width: 270px;
	background: #068CD7;
    color: #fff;
    vertical-align: top;
    text-align: center;
}

.c-page-sub table td {
	font-size: 1.6rem;
	text-align: left;
	padding: 20px 25px;
    vertical-align: top;
    background: #fff;
}



@media only screen and (max-width: 767px) {
	.c-page-sub table,
	.c-page-sub table tbody,
	.c-page-sub table tr {
        display: block;
        width: 100%;
    }
    .c-page-sub table th {
        font-size: calc(14 / 375 * 100vw);
        padding: 10px;
        width: 100%;
        display: block;
    }

    .c-page-sub table td {
        font-size: calc(13 / 375 * 100vw);
        padding: 5px 15px 15px;
        width: 100%;
        display: block;
    }
	
}



/* btn_more
----------------------------------------*/
.btn_more {
	width: 275px;
	margin-top: 48px;
}
.btn_more a,
.btn_more span {
	display: block;
	border: 5px solid #fff;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	text-align: center;
	font-weight: 800;
	font-size: 1.4rem;
	transition: opacity .3s;
}
.btn_more a::after,
.btn_more span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	transition: right .3s;
}
.btn_more a:hover {
	opacity: .6;
}
.btn_more a:hover::after,
a:hover .btn_more span::after {
	right: 13px;
}

@media only screen and (max-width: 767px) {
    .btn_more {
		width: 200px;
		margin: 30px auto 0;
	}
	.btn_more a,
	.btn_more span {
		border: 3px solid #fff;
		height: 60px;
		border-radius: 30px;
	}
	.btn_more a::after,
	.btn_more span::after {
		border-width: 5px 0 5px 7px;
	}
	.btn_more a:hover {
		opacity: 1;
	}
	.btn_more a:hover::after,
	a:hover .btn_more span::after {
		right: 18px;
	}
}


/* menu_block
----------------------------------------*/
.menu_block::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: -441px;
	height: 441px;
	background: url(../img/index/bg_person_02.jpg) no-repeat center top / cover;
}
.c-page-sub .menu_block::before {
	display: none;
}
.menu_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.menu_block ul li {
	width: 33.333%;
	color: #fff;
	overflow: hidden;
}
.menu_block ul li a,
.menu_block ul li figure img {
	display: block;
}
.menu_block ul li figure img {
	width: 100%;
	transition: transform .5s;
}
.menu_block ul li a:hover figure img {
	transform: scale(1.1);
}
.menu_block ul li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 10;
}
.menu_block ul li h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -51px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.25;
	z-index: 11;
}
.menu_block ul li h2 span {
	display: block;
	font-weight: 800;
	font-size: 4.3rem;
}
.menu_block .btn_more {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 94px;
	top: 50%;
	z-index: 11;
}
.menu_block .btn_more span {
	width: 275px;
	margin: 0 auto;
}

.c-page-sub .menu_block ul li h2 {
    top: 40%;
}
.c-page-sub .menu_block .btn_more {
    margin-top: 40px;
}


@media only screen and (max-width: 767px) {
	.menu_block ul {
		display: block;
	}
	.menu_block ul li {
		width: auto;
	}
	.menu_block ul li a:hover figure img {
		transform: scale(1);
	}
	.menu_block ul li h2 {
		margin-top: -30px;
	}
	.menu_block .btn_more {
		margin-top: 84px;
	}
	.menu_block .btn_more span {
		width: 200px;
	}
}
