@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul {
list-style-type: none;
}

img {
border:0px;
vertical-align:bottom;
}

table {
border-collapse:collapse;
border-spacing:0px;
width: 100%;
margin: 0 0 20px;
border-top: 1px solid #dcdcdc;
}

tr {
border-bottom: 1px solid #dcdcdc;
}

th, td {
	padding: 15px;
	vertical-align: top;
	border: none;
	display: block;
}

th {
	color: #598ab8;
	padding: 15px 15px 0;
}

iframe {
border: 0;
overflow: hidden;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				table {
					margin: 0 0 40px;
				}
				th, td {
					padding: 15px;
					display: table-cell;
				}
				th {
					width: 30%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				th {
					width: 25%;
				}
			}


/* common
------------------------------------*/

a:link {
	color: #003567;
}

a:visited {
	color: #003567;
}

body {
	font-size: 88%;
	text-align: center;
	line-height: 1;
	color: #333;
	background-color: #fff;
	font-family: 'Noto Sans JP',游ゴシック,"Yu Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ Pro W3",Myriad,"メイリオ",sans-serif;
	-webkit-text-size-adjust: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    30% {opacity: 0}
    100% {opacity: 1}
}

.pcTab,
.pc,
.tab { display: none;}
.sp,
.tabSp { display: block;}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.pc,
				.sp { display: none;}
				.tab,
				.pcTab,
				.tabSp { display: block;}
				body {
					font-size: 100%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				.sp,
				.tab,
				.tabSp { display: none;}
				.pcTab,
				.pc { display: block;}
				a:hover,
				a:active {
					text-decoration: underline;
					opacity: 0.6;
					transition: all 0.3s;
				}
			}

#header-wrap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	background-color: #fff;
}

#header-wrap.active {
}

#header {
	width: 100%;
	padding: 15px 0;
}

#header #headerIn {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

#header #headerIn h1 a img {
	width: 150px;
	vertical-align: top;
}

#container {
	padding: 80px 0 0;
}

#contents {
	text-align: left;
	padding: 60px 0 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#header {
					height: 86px;
					box-sizing: border-box;
				}
				#header #headerIn {
					display: flex;
					justify-content: space-between;
				}
				#header #headerIn h1 a {
					background: none;
					text-indent: 0;
				}
				#header #headerIn h1 a img {
					width: 197px;
				}
				#header #headerIn #gNavi ul {
					display: flex;
					justify-content: space-between;
					padding: 20px 0 0;
				}
				#header #headerIn #gNavi ul li {
					float: none;
					width: auto;
				}
				#header #headerIn #gNavi ul li a {
					text-indent: 0;
					text-align: center;
					padding: 10px;
				}
				#header #headerIn #gNavi ul li a:link,
				#header #headerIn #gNavi ul li a:visited {
					color: #000;
					text-decoration: none;
				}
				#container {
					padding: 86px 0 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				#contents {
					padding: 70px 0 0;
				}
				#header #headerIn {
					width: 1020px;
				}
				#header #headerIn #gNavi ul li a:hover,
				#header #headerIn #gNavi ul li a:active {
					opacity: 0.6;
				}
			}

.h2wrap {
	position: relative;
	height: 159px;
	padding: 0 4%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.h2wrap h2 {
	color: #fff;
	letter-spacing: 0.04em;
	text-align: left;
	position: absolute;
	left: 4%;
	bottom: 30px;
	z-index: 2;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
}

.h2wrap h2 span {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 45px;
	display: block;
	margin: 0 0 5px;
	line-height: 0.9;
}

.h2wrap .h2Over01 {
	position: absolute;
	left: 0;
	top: 0;
	height: 159px;
}

.h2wrap .h2Over01 img {
	height: 159px;
	vertical-align: top;
}

.h2wrap .h2Over02 {
	position: absolute;
	right: 0;
	top: 0;
	height: 159px;
}

.h2wrap .h2Over02 img {
	height: 159px;
	vertical-align: top;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				.h2wrap {
					height: 256px;
					background-position: right center;
					background-size: cover;
					overflow: hidden;
				}
				.h2wrap h2 {
					width: 1020px;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-40%);
					bottom: auto;
					font-weight: 700;
					font-size: 20px;
				}
				.h2wrap h2 span {
					font-weight: 500;
					font-size: 80px;
				}
				.h2wrap .h2Over01 {
					top: 50%;
					transform: translateY(-50%);
					left: auto;
					right: 66.765vw;
					height: 256px;
				}
				.h2wrap .h2Over01 img {
					height: 256px;
				}
				.h2wrap .h2Over02 {
					height: 256px;
				}
				.h2wrap .h2Over02 img {
					height: 256px;
				}
			}


#main {
}

#main .cassette {
	width: 96%;
	margin: 0 auto;
	line-height: 2;
	padding: 0 0 30px;
}

#main .cassette h3 {
	font-size: 140%;
	background: url(../img/h3_line.png) no-repeat left bottom;
	background-size: 35px auto;
	padding: 0 0 15px;
	margin: 0 0 25px;
}

#main .cassette h4 {
	font-size: 140%;
	color: #003567;
	padding: 0 0 15px;
}

#main .cassette p,
#main .cassette ul,
#main .cassette ol {
	padding: 0 0 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				#main .cassette {
					width: 1020px;
					padding: 0 0 40px;
				}
			}

#footer {
}

#footer #footerNavi {
	background-color: #1652bc;
	padding: 30px 0 40px;
	font-size: 90%;
}

#footer #footerNavi > ul {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	line-height: 2.5;
	font-size: 80%;
}

#footer #footerNavi > ul li h3 {
	color: #d9ff00;
	font-weight: normal;
}

#footer #footerNavi > ul li ul.sub {
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
}

#footer #footerNavi > ul li .flex {
	display: flex;
	border-left: 1px solid #fff;
}

#footer #footerNavi > ul li .flex ul {
	width: 50%;
}
#footer #footerNavi > ul li .flex ul.sub {
	border: none;
}

#footer #footerNavi > ul li ul.sub li a:link,
#footer #footerNavi > ul li ul.sub li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer .copyright {
	padding: 10px 0;
	line-height: 1.4;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .copyright {
					font-size: 85%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				#footer #footerNavi > ul {
					width: 1020px;
					display: flex;
					justify-content: space-between;
				}
				#footer #footerNavi > ul > li:nth-child(1),
				#footer #footerNavi > ul > li:nth-child(4) {
					width: 14%;
				}
				#footer #footerNavi > ul > li:nth-child(2),
				#footer #footerNavi > ul > li:nth-child(3) {
					width: 32%;
				}
				#footer #footerNavi > ul li ul.sub li a:hover,
				#footer #footerNavi > ul li ul.sub li a:active {
					opacity: 0.6;
				}
			}

.columnRight {
display: block;
float: right;
}

.columnLeft {
display: block;
float: left;
}

.textRed {
color: #EA0000;
}

.bold {
	font-weight: bold;
}

.btn_gradation {
	text-align: center;
	line-height: 2;
}

.btn_gradation a {
	display: inline-block;
	width: 240px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 6px 0;
	background-image: linear-gradient(-90deg, #d9ff00, #78bb74, #1676e8);
	transition: .5s;
	background-size: 200%;
	position: relative;
}

.btn_gradation a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.btn_white {
	text-align: center;
	line-height: 2;
}

.btn_white a {
	display: inline-block;
	width: 240px;
	box-sizing: border-box;
	text-align: center;
	color: #1652bc;
	text-decoration: none;
	padding: 6px 0;
	background-color: #fff;
	transition: .5s;
	position: relative;
}

.btn_white a i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.fadeInUpBox {
	transition: all 0.5s 0s ease-in;
	transform: translateY(100px);
	opacity: 0;
}

.fadeInUp {
	transform: translateY(0);
	opacity: 1;
}

.img {
	text-align: center;
}

.img img {
	max-width: 100%;
}
.rec_btn01 {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    font-weight: bold;
    background-color: #00A0A5;
}
.rec_btn01 span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
}
.rec_btn01 span::before, .rec_btn01 span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.rec_btn01 span::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    right: 0;
}
.rec_btn01 span::after {
    content: "▶︎";
    color: #00A0A5;
    right: 6px;
    font-size: 11px;
}

.rec_btn01:active, .rec_btn01:hover,
#pagetop a:active, #pagetop a:hover, #pagetop a {
    text-decoration: none;
    opacity: 1;
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 1;
    transition: all 0.5s;
}

#pagetop .rec_btn01 {
    z-index: 999;
    width: 100%;
}
#pagetop .page_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1652BC;
    border: 2px solid #1652BC;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 70px;
    right: 20px;
    transition: all 0.3s;
}
#pagetop .page_btn:hover {
    background-color: #fff;
    color: #1652BC;
}
#mainImg .rec_btn01 , .h2wrap .rec_btn01 {
    display: none;
}



			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.center {
					text-align: center; 
				}
                #mainImg .rec_btn01 , .h2wrap .rec_btn01 {
                    display: block;
                }
                .rec_btn01 {
                    position: absolute;
                    z-index: 999;
                    padding: 10px;
                    border-radius: 50%;
                    transition: all 0.3s;
                }
                .rec_btn01 span {
                    text-align: center;
                    width: 150px;
                    height: 150px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    padding: 5px;
                    border: 1px solid #fff;
                    line-height: 1.2;
                    font-size: 18px;
                    transition: all 0.3s;
                }
                .rec_btn01 span::before, .rec_btn01 span::after {
                    content: none;
                }
                .rec_btn01:hover {
                    background-color: #fff;
                    border: 2px solid #00A0A5;
                    padding: 5px;
                }
                .rec_btn01:hover span {
                    color: #00A0A5;
                    border-color: #00A0A5;
                    background-color: #fff;
                    width: 170px;
                    height: 170px;
                }
                #pagetop {
                    bottom: 20px;
                    right: 20px;
                    opacity: 0;
                    z-index: -1;
                }
                #pagetop.scrolled {
                    opacity: 1;
                    z-index: 999;
                }
                #pagetop .rec_btn01 {
                    position: absolute;
                    transition: all 0.3s;
                    left: 0;
                    top: 0;
                    max-width: 132px;
                }
                #pagetop .rec_btn01 span {
                    width: 120px;
                    height: 120px;
                    font-size: 15px;
                }
                #pagetop .rec_btn01:hover {
                    max-width: 152px;
                    left: -7px;
                    top: -7px;
                }
                #pagetop .rec_btn01:hover span {
                    width: 140px;
                    height: 140px;
                }
                #pagetop {
                    width: 234px;
                    height: 148px;
                }
                #pagetop .page_btn {
                    position: absolute;
                    right: 0;
                    width: 60px;
                    height: 60px;
                    bottom: 0;
                }
                #pagetop .page_btn:hover {
                    right: -10px;
                    width: 80px;
                    height: 80px;
                    bottom: -10px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1020px) {
				.btn_gradation a:hover {
					background-size: 100%;
					opacity: 1;
				}
			}


/* tab sp menu
------------------------------------*/

.menu-btn {
	position: relative;
    cursor: pointer;
    z-index: 1499;
    margin: 10px;
}

.menu-btn-close {
	position: absolute;
    cursor: pointer;
    z-index: 1501;
    top: 20px;
    right: 20px;
}

.menu-btn span:after {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/menu_icon.png) no-repeat center center;
	background-size: 30px auto;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn-close span:after {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../img/menu_close.png) no-repeat center center;
	background-size: 25px 25px;
}

.menu {
	position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    background: #1652bc;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    z-index: 1500;
}

.menu div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    padding: 67px 0 0;
}

.menu div > ul:nth-child(1) {
	font-size: 120%;
	margin: 0 0 10px;
}

.menu div > ul:nth-child(2) {
	font-size: 100%;
}

.menu div > ul > li {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.menu div > ul:nth-child(1) > li {
	border-bottom: 1px dotted #ccc;
}
.menu div > ul > li > a {
    display: block;
    padding: 17px 20px;
}

.menu div > ul > li ul li a {
	font-size: 90%;
    display: block;
    padding: 17px 20px;
}

.menu div > ul > li a:link,
.menu div > ul > li a:visited {
	color: #fff;
	text-decoration: none;
}

.menu div > ul > li ul li a:link,
.menu div > ul > li ul li a:visited {
	color: #fff;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    left: 30%;
}

.menu div ul li a {
	position: relative;
}

.menu div > ul {
	border-top: 1px solid #aaa;
}

.menu div > ul > li {
	border-bottom: 1px solid #aaa;
}

.menu div > ul > li.accordion {
	color: #fff;
}

.menu div > ul > li.accordion.open {
	background-color: rgba(208,50,109,0.1);
}

.menu div > ul > li.accordion span {
	display: block;
    padding: 17px 20px;
    position: relative;
}

.menu div > ul > li.accordion span:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/icon-plus.png) no-repeat center center;
	background-size: 13px auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.menu div > ul > li.accordion span.open:after {
	content: '';
	background: url(../img/icon-minus.png) no-repeat center center;
	background-size: 13px auto;
}

.menu div > ul > li.accordion ul {
	display: none;
}

body.open {
}

body.open #blackBg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.menu-btn {
					display: none;
				}
				.menu {
					display: none;
				}
			}



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */