@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Yu Gothic Medium","YuGothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	cursor: pointer;
}
img, object {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    base
------------------------------ */

body {
	color: #000;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}
main {
	display: block;
}
.wrap {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.4rem;
	line-height: 1.8;
}
p.txt {
	font-size: 1.4rem;
	line-height: 1.8;
}
.fade {
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade:hover {
	opacity: .6;
	cursor: pointer;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}


@media screen and (max-width : 1200px) {

	body {
		min-width: inherit;
		padding-top: 60px;
	}
	.wrap {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		padding: 0 10px;
	}
	input,textarea,select,.select {
		font-size: 16px!important;
	}
	#overlay {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(51,51,51,0.9);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
		z-index: 997;
	}
	#overlay.active {
		opacity: 1;
		pointer-events: auto;
	}

}
@media screen and (max-width : 767px) {

	.wrap {
		max-width: 100%;
		padding: 0 20px;
	}

}

/* ------------------------------
    header
------------------------------ */

header {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
}
header .wrap > .flex{
	align-items: center;
}
header .logo_wrap .flex{
	align-items: flex-end;
}
header .logo_wrap .ttl{
	line-height: 1;
}
header .logo_wrap .ttl a{
	font-size: 2.7rem;
	font-weight: bold;
	margin: 0 20px;
}
header .logo_wrap .sub_ttl{
	font-weight: normal;
	font-size: 1.2rem;
	background-color: #009DE1;
	border-radius: 5px;
	color: #FFF;
	height: 26px;
	line-height: 26px;
	padding: 0 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-bottom: 4px;
}
@media all and (-ms-high-contrast: none) {
	header .logo_wrap .sub_ttl{
		padding: 2px 22px;
	}
}

header .logo_wrap .ttl a:hover,
header .logo_wrap .logo a:hover{
	opacity: .6;
}
header .navi li a{
	font-size: 1.2rem;
	color: #31332C;
}
header .navi li a:hover{
	text-decoration: underline;
}
header .navi li a span{
	display: inline-block;
	margin-right: 10px;
}
header .navi li + li{
	margin-left: 50px;
}
header .search_container{
	margin-top: 20px;
	text-align: right;
}
header .search_container input[type="text"] {
	width: 320px;
}

header nav{
	height: 65px;
	/*
	padding: 0 50px;
	*/
}
header nav .nav_wrap,
header nav .flex{
	height: 100%;
}
header nav ul{
	align-items: center;
}
header nav .parent_menu{
	position: relative;
	cursor: pointer;
}
/*
header nav li{
	padding: 20px 0;
}
*/
header nav .parent_menu::before{
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	position: absolute;
	right: -15px;
	top: 48%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}
header nav li a:hover{
	text-decoration: underline;
}
header nav .child_menu_wrap{
	position: absolute;
	top: 65px;
	left: -50px;
	width: 215px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
}
header nav .child_menu_wrap.active{
	background-color: #002F7B;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
header nav .child_menu_wrap li a{
	color: #FFF;
	line-height: 1.6;
}
header nav .child_menu_wrap .child_menu li{
	padding: 0;
}
header nav .child_menu_wrap .child_menu li a{
	padding: 10px 20px 10px 40px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
header nav .child_menu_wrap .child_menu li a:hover{
	color: #002F7B;
	background-color: #FFF;
}
header nav .child_menu_wrap .child_menu li a::before{
	content: "";
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 20px;
}
header nav .child_menu_wrap .child_menu li a:hover::before{
	border-top: 2px solid #002F7B;
	border-right: 2px solid #002F7B;
}

@media screen and (max-width : 1200px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	header .wrap{
		max-width: 100%;
	}
	header,
	header .wrap,
	header .menu_wrap {
		width: 100%;
		height: 60px;
		padding: 0;
	}
	header nav .flex{
		display: block;
		height: auto;
	}
	/*
	header .logo_wrap,
	header .wrap > .flex{
		height: 100%;
	}*/
	header .wrap > .flex{
		background-color: #FFF;
		padding-left: 20px;
	}
	header nav li{
		border-bottom: 1px solid #4677C7;
	}
	header nav .parent_menu{
		padding: 0;
	}
	header nav li.parent_menu p{
		padding: 20px;
	}
	header nav li.parent_menu,
	header nav li a {
		color: #FFF;
		font-size: 1.5rem;
	}
	header nav li a{
		padding: 20px;
	}
	header .navi li:first-of-type a span{
		margin-right: 13px;
		margin-left: 6px;
	}
	header .logo_wrap .flex{
		align-items: center;
		height: 100%;
	}
	header .logo_wrap .ttl a{
		font-size: 2.3rem;
	}
	header .logo_wrap .ttl{
		line-height: 1.8;
	}
	header .menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 999;
		background-color: #002F7B;
	}
	header .menu-trigger p{
		font-size: 1rem;
		position: absolute;
		bottom: 5px;
		width: 100%;
		color: #FFF;
		text-align: center;
		letter-spacing: 1px;
	}
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 32px;
		height: 3px;
		background-color: #FFF;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 15%;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 36%;
		transform: translate( -50%,-50%);
	}
	header .menu-trigger span:nth-of-type(3) {
		bottom: 44%;
	}
	header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 35%;
		transform: translate(-50%,-50%)rotate(-45deg);
	}
	header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	header.navOpen .menu-trigger span:nth-of-type(3) {
		top: 30%;
		transform: translate(-50%,50%)rotate(45deg);
	}
	header nav {
		width: 100%;
		/*display: none;*/
		padding: 0;
		position: fixed;
		left: 0;
		top: 60px;
		/*max-height: calc(100% - 60px);*/
		height: 100vh;
		z-index: 998;
	}
	header.navOpen nav {
		display: block;
	}
	header .nav_wrap {
		background: #002F7B;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
		padding-bottom: 10vh;
		overflow-y: scroll;
	}
	header nav .gnavi {
		margin: 0;
		display: block;
	}
	header nav .gnavi > li {
		display: block;
		height: auto;
		position: relative;
	}
	header nav .gnavi > li + li {
		margin: 0;
		border-top:1px solid #ccc;
	}
	header nav .gnavi > li > a {
		background: transparent;
		display: block;
		font-size: 4vw;
		line-height: 1;
		padding: 5%;
		position: relative;
	}
	header nav .parent_menu::before{
		width: 10px;
		height: 10px;
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
		right: 20px;
		top: 25px;
		transform: translateY(0) rotate(45deg);
	}
	header nav .child_menu_wrap{
		opacity: 1;
		visibility: visible;
		position: static;
		width: 100%;
		padding: 0;
	}
	header nav .child_menu_wrap.active{
		visibility: visible;
		background-color: #FFF;
		height: auto;
	}
	header nav .child_menu_wrap li a{
		color: #31332C;
	}
	header nav .child_menu_wrap .child_menu{
		padding: 0;
	}
	header nav .child_menu_wrap li{
		border-bottom: 1px solid #4677C7;
	}
	header nav .child_menu_wrap li:last-of-type{
		border-bottom: none;
	}
	header nav .child_menu_wrap .child_menu li::before{
		content: none;
	}
	header nav .child_menu_wrap .child_menu li{
		margin-bottom: 0;
		background-color: #FFF;
	}
	header nav .child_menu_wrap .child_menu li a{
		padding: 20px 20px 20px 40px;
	}
	header nav .child_menu_wrap .child_menu li a::before{
		border-top: 3px solid #AAA;
		border-right: 3px solid #AAA;
		width: 10px;
		height: 10px;
	}
	header .navi{
		padding: 5px 20px;
	}
	header .navi li{
		padding: 0;
		border-bottom: 0;
	}
	header .navi li a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
		color: #FFF;
		font-size: 1.2rem;
	}
	header .navi li + li{
		margin: 0;
	}
	header .search_icon{
		position: absolute;
		top: 50%;
		right: 75px;
		transform: translateY(-50%);
	}
	header .search_icon svg{
		width: 25px;
		height: 25px;
	}
	header .search_container{
		text-align: center;
		margin-top: 5px;
		display: inline-block;
		width: 90%;
	}
	header .search_content{
		display: none;
		background-color: #FFF;
	}
	header .search_content.open{
		width: 100%;
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		padding: 20px;
	}
	header .search_content .search_box{
		position: relative;
	}
	header .search_content.open .search_box p{
		font-size: 1.4rem;
		color: #002F7B;
		font-weight: bold;
	}
	header .search_content .search_trigger{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
	}
	header .search_content .search_trigger span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 32px;
		height: 3px;
		background-color: #002F7B;
	}
	header .search_content .search_trigger span:nth-of-type(1) {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	header .search_content .search_trigger span:nth-of-type(2) {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	header .search_container input[type="text"]{
		width: 100%;
	}

}

@media screen and (max-width : 767px) {
	header .wrap > .flex{
		padding-left: 10px;
	}
	header .logo_wrap .ttl {
		line-height: 1.2;
		margin: 0 20px;
		text-align: center;
	}
	header .logo_wrap .ttl a{
		font-size: 1.8rem;
		margin: 0;
	}
	header .logo_wrap .sub_ttl{
		font-size: 1rem;
		height: 16px;
		line-height: 16px;
		padding: 1px 10px 0;
		display: block;
		margin: 0;
	}
	/*
	header .logo_wrap .logo{
		width: 65px;
	}*/
	header .search_content.open{
		padding: 10px;
	}
}




/* ------------------------------
    footer
------------------------------ */

footer {
	margin-top: 35px;
	text-align: center;
}
footer .footer_menu{
	background: #01245D;
	padding: 65px 0;
}
footer .logo_wrap{
	height: 95px;
}
footer .logo_wrap .flex{
	align-items: center;
	height: 100%;
}
footer li{
	margin-bottom: 10px;
	text-align: left;
}
footer a{
	color: #FFF;
	font-size: 1.3rem;
	text-decoration: underline;
}
footer a:hover{
	opacity: .6;
}
footer .logo_wrap .copy{
	font-size: 1.2rem;
}

@media screen and (max-width : 1200px) {
	footer{
		margin-top: 0;
	}
	footer .wrap{
		max-width: 535px;
	}
	footer .flex{
		flex-wrap: wrap;
	}
	footer .footer_menu{
		padding: 65px 100px;
	}
	footer li{
		margin-bottom: 15px;
	}
	footer .link,
	footer .menu{
		text-align: left;
		width: 160px;
	}
	footer .link:nth-of-type(2),
	footer .link:last-of-type{
		margin-top: 80px;
	}
	footer .menu:last-of-type{
		margin-top: 80px;
	}
	footer .logo_wrap{
		height: auto;
		padding: 60px 0;
	}
	footer .logo_wrap .flex{
		display: block;
	}
	footer .logo_wrap .copy{
		margin-top: 20px;
	}

}

@media screen and (max-width : 768px) {
	footer .footer_menu {
		padding: 40px 15px 40px 25px;
	}
	footer .link:first-of-type,
	footer .menu:nth-of-type(2),
	footer .menu:first-of-type{
		margin-bottom: 80px;
	}
	footer .link:nth-of-type(2),
	footer .link:last-of-type,
	footer .menu:last-of-type{
		margin-top: 0;
	}
	footer li {
		margin-bottom: 5px;
	}
	footer .logo_wrap {
		padding: 40px 0;
	}
}

@media screen and (max-width : 414px) {
	footer .link,
	footer .menu {
		width: calc(90% / 2);
		margin-bottom: 30px;
	}
	footer .link:first-of-type,
	footer .menu:nth-of-type(2),
	footer .menu:first-of-type{
		margin-bottom: 30px;
	}
}

/* ------------------------------
    responsive
------------------------------ */

@media screen and (min-width : 1025px) {

	.sp {
		display:none!important;
	}


}
@media screen and (max-width : 1200px) {

	.pc {
		display:none!important;
	}

}
@media screen and (max-width : 680px) {

	.sp_only_text{
		display: none;
	}

}
@media screen and (min-width : 415px) {

	.sp_only{
		display: none;
	}

}
@media screen and (max-width : 414px) {
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
}




/* ------------------------------
    共通
------------------------------ */

.search_container{
	position: relative;
}
.search_container input[type="text"]{
	width: 100%;
	background-color: #E3E3E3;
	border-radius: 35px;
	height: 35px;
	padding: 7px 40px 5px 20px;
}
.search_container input::placeholder{
	font-size: 1.4rem;
	color: #31332C;
}
.search_container input[type="submit"]{
	background-image: url("../images/icon_search.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}


@media screen and (max-width : 767px) {

	.search_container input[type="text"] {
		padding: 4px 35px 3px 20px;
	}

}

/* ------------------------------
    section01
------------------------------ */

#sec_01{
	background-image: url("../images/sec01_bg.jpg");
	background-size: cover;
	padding: 30px 0;
}
#sec_01 .search{
	background-color: #FFF;
}
#sec_01 .tab_wrap .flex{
	flex-wrap: wrap;
}
#sec_01 .news{
	background-color: #FFF;
	border-radius: 20px;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 30px 6px;
}
@media all and (-ms-high-contrast: none) {
	#sec_01 .news{
		box-sizing: border-box;
		padding: 8px 30px 6px;
	}
}
#sec_01 .news .flex{
	justify-content: flex-start;
}

#sec_01 .news .news_ttl{
	color: #B90000;
	font-weight: bold;
}
#sec_01 .news .text::before{
	content: "";
	width: 1px;
	height: 25px;
	margin: 0 30px;
	background-color: #AAAAAA;
	display: inline-block;
	vertical-align: middle;
}
#sec_01 .news .text a{
	color: #31332C;
}
#sec_01 .news .text a:hover{
	text-decoration: underline;
}
#sec_01 .search{
	margin-top: 30px;
}
#sec_01 .search .tab_content a{
	transition: .5s;
}

#sec_01 .search .tab_content .content{
	width: calc( 100% / 2 - 15px );
	height: 175px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
	overflow: hidden;
}
#sec_01 .search .tab_content .content a{
	padding: 25px 5px 25px 20px;
	display: block;
	width: 100%;
	height: 100%;
}
#sec_01 .search .tab_content .content2{
	width: calc( 100% / 2 - 15px );
	margin-top: 5px;
	margin-bottom: 20px;
}
#sec_01 .search .tab_content .content2 p{
    font-weight: bold;
    color: #4472c4;
}
#sec_01 .search .tab_content .content2 p > a{
	color: #4472c4;
	text-decoration: underline;
}
#sec_01 .search .tab_content .content2 p > a:hover{
	color: #FFF;
}
#sec_01 .search .tab_content .content .flex{
	justify-content: flex-start;
	align-items: center;
}
#sec_01 .search .tab_content .content a > .flex{
	height: 55px;
}
#sec_01 .search .tab_content .content .content_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 1em;
	color: #002F7B;
}
#sec_01 .search .tab_content .content .text{
	margin-top: 15px;
}
#sec_01 .search .tab_content a .img svg{
	fill: #002F7B;
}
#sec_01 .search .tab_content a:hover{
	background-color: #002F7B;
	border: none;
}
#sec_01 .search .tab_content a:hover .content_ttl,
#sec_01 .search .tab_content a:hover .text,
#sec_01 .search .tab_content a:hover .img{
	color: #FFF;
}
#sec_01 .search .tab_content a:hover .img svg{
	fill: currentColor;
}


#sec_01 .search .tab_content .content .button{
	width: 125px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#sec_01 .search .tab_content .content .button a{
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 20px;
	border: 1px solid #AAAAAA;
	background-color: #FFF;
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#sec_01 .search .tab_content .content .button a::before{
	content: "";
	background-image: url("../images/tab_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
}


#sec_01 .search_right{
	border-left: 1px solid #AAAAAA;
}
#sec_01 .search_wrap{
	width: 360px;
	padding: 20px;
}
#sec_01 .search_wrap .search_box01,
#sec_01 .search_wrap .search_box02{
	margin: 10px 0 30px;
	padding: 5px 0;
}
#sec_01 .search_wrap .search_ttl{
	font-size: 1.6rem;
	font-weight: bold;
	color: #002F7B;
	margin-top: 30px;
	position: relative;
}
#sec_01 .search_wrap .search_ttl::before{
	content: "";
	width: 50px;
	height: 2px;
	background-color: #002F7B;
	position: absolute;
	top: -10px;
	left: 0;
}
#sec_01 .search_wrap .search_container{
	margin: 15px auto 40px;
}
#sec_01 .search_wrap ul.flex{
	justify-content: flex-start;
}
#sec_01 .search_wrap .text_wrap{
	width: 100px;
	padding-right: 15px;
	position: relative;
}
#sec_01 .search_wrap .text_wrap::before{
	content: "";
	width: 1px;
	border-right: 1px solid #AAAAAA;
	position: absolute;
	top: -5px;
	right: 0;
}
#sec_01 .search_wrap .search_ttl .btn a::before{
    position: absolute;
    left: 163px;
    top: 8px;
    content: '';
    background: url(../images/under_ico_arrow.png) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 10px;
}
#sec_01 .search_wrap .search_box01 .text_wrap::before{
	height: 75px;
}
#sec_01 .search_wrap .search_box02 .text_wrap::before{
	height: 100%;
}

#sec_01 .search_wrap .text_wrap .text{
	font-weight: bold;
	line-height: 1.4;
}
#sec_01 .search_wrap .text_wrap .btn{
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
	#sec_01 .search_wrap .text_wrap .btn{
		line-height: 25px;
	}
}
#sec_01 .search_wrap .text_wrap .btn a{
	position: relative;
	border: 1px solid #333333;
	border-radius: 20px;
	padding-left: 5px;
	display: block;
	font-size: 1.2rem;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#sec_01 .search_wrap .text_wrap .btn a::before{
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/blue_arrow.svg");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 55%;
	left: 6px;
	transform: translateY(-50%);
}
#sec_01 .search_wrap .text_wrap .btn a:hover{
	background-color: #002F7B;
	color: #FFF;
	border: 1px solid #002F7B;
}
#sec_01 .search_wrap .text_wrap .btn a:hover::before{
	background-image: url("../images/white_arrow.svg");
}

#sec_01 .search_wrap ul{
	flex-wrap: wrap;
	width: calc( 100% - 120px );
	margin-left: 20px;
}
#sec_01 .search_wrap ul li{
	margin-right: 25px;
	line-height: 1.4;
	margin-bottom: 10px;
}
#sec_01 .search_wrap ul li a{
	color: #31332C;
	text-decoration: underline;
}
#sec_01 .search_wrap .text_dl .text a:hover,
#sec_01 .search_wrap ul li a:hover{
	opacity: .6;
}
#sec_01 .search_wrap .text_dl{
	position: relative;
	text-align: right;
	margin-right: 20px;
}
#sec_01 .search_wrap .text_dl .text::before{
	content: "\03e\03e";
	position: absolute;
	top: -1px;
	right: -18px;
	color: #31332C;
}
#sec_01 .search_wrap .text_dl .text a{
	color: #31332C;
	text-decoration: underline;
}
#sec_01 .search_right .bnr_wrap{
	border-top: 1px solid #AAAAAA;
}
#sec_01 .search_right .bnr_wrap .img{
	padding: 5px;
}
#sec_01 .search_right .bnr_wrap .img:hover{
	opacity: .6;
}
#sec_01 .search_right .bnr_wrap .img + .img{
	border-left: 1px solid #AAAAAA;
}
#sec_01 .search .tab_content.tab_content02 .item04 a .img svg{
	width: 44px;
	height: 44px;
}
#sec_01 .search .tab_content a .img svg .cls-1{
	fill: #002F7B;
}
#sec_01 .search .tab_content a .img svg .cls-2{
	fill: #FFF;
}
#sec_01 .search .tab_content a:hover .img svg .cls-1{
	fill: #FFF;
}
#sec_01 .search .tab_content a:hover .img svg .cls-2{
	fill: #002F7B;
}
#sec_01 .search .tab_content.tab_content02 .item05 a:hover .img svg #パス_2561{
	stroke: #002F7B;
}

#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content03 .item09 a .img svg #パス_2592{
	fill: #FFF;
}
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content03 .item09 a:hover .img svg #パス_2592{
	fill: #002F7B;
}

#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content04 .item02 a .img svg #パス_2592{
	fill: #FFF;
}
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content04 .item02 a:hover .img svg #パス_2592{
	fill: #002F7B;
}
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content03 .item01 a .img svg #パス_2592{
	fill: #FFF;
}
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2582,
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2584,
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2586,
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2588,
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2590,
#sec_01 .search .tab_content.tab_content03 .item01 a:hover .img svg #パス_2592{
	fill: #002F7B;
}



/*ベース*/
.tab_wrap{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tab_wrap .tab_label {	/* タブ */
	padding: 3px 12px;
	font-weight: bold;
	flex: 1;
	order: -1;
	color: #FFF;
	height: 45px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: -moz-linear-gradient(top, #0677A1, #002F7B);
	background: -webkit-linear-gradient(top, #0677A1, #002F7B);
	background: linear-gradient(to bottom, #0677A1, #002F7B);
	transition: .5s ;
	cursor: pointer;
}
.tab_wrap label[for="tab04"]{
	border-right: none;
}
.tab_wrap .tab_label:nth-last-of-type(1){ margin-right: 0; }
.tab_wrap input {		/* ラジオボタン非表示 */
	display: none;
}
.tab_wrap .tab_content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	display: none;
	padding: 40px 25px;
}
/*アクティブ設定*/
.tab_wrap input:checked + .tab_label {
	color: #00173B;
	background: #FFF;
	border-bottom: none;
}
.tab_wrap input:checked + .tab_label + .tab_content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	display: block;
}

.tab_wrap .colom4 ul.flex{
	justify-content: flex-start;
}
.tab_wrap .colom4 ul.flex li{
	width: calc( 100% / 5 - 10px );
	height: 100px;
	margin-right: 12px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0,0,0,0.16);
}
.tab_wrap .colom4 ul.flex li:nth-of-type(5n){
	margin-right: 0;
}
.tab_wrap .colom4 ul.flex li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
.tab_wrap .colom4 ul.flex li .text{
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;
}
@-moz-document url-prefix() {
	.tab_wrap .colom4 ul.flex li .text{
		font-size: 1.2rem;
	}
}
.tab_wrap .colom4 ul.flex li .text_wrap{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}

.tab_wrap .tab_content02 ul li.item01 a,
.tab_wrap .tab_content02 ul li.item02 a{
	padding: 15px 0;
}
.tab_wrap .tab_content02 ul li.item03 a{
	padding: 10px 0;
}
.tab_wrap .tab_content02 ul li.item01 .text,
.tab_wrap .tab_content02 ul li.item02 .text{
	margin-top: 5px;
}
.tab_wrap .tab_content02 ul li.item03 .text{
	margin-top: 3px;
}
.tab_wrap .tab_content02 ul li.item04 .text{
	margin-top: 11px;
}
.tab_wrap .tab_content02 ul li.item05 .text{
	margin-top: 0px;
}
.tab_wrap .tab_content02 ul li.item05 a{
	padding: 14px 0;
}
.tab_wrap .tab_content02 ul li.item06 .text{
	margin-top: 9px;
}
.tab_wrap .tab_content02 ul li.item06 a{
	padding: 15px 0;
}
.tab_wrap .tab_content02 ul li.item07 a{
	padding: 15px 0;
}
.tab_wrap .tab_content02 ul li.item08 .text{
	margin-top: 5px;
}
.tab_wrap .tab_content02 ul li.item08 a{
	padding: 14px 0;
}
.tab_wrap .tab_content02 ul li.item09 .text {
    margin-top: 7px;
}
.tab_wrap .tab_content02 ul li.item09 a {
    padding: 15px 0;
}
.tab_wrap .tab_content02 ul li.item10 .text {
    margin-top: 12px;
}
.tab_wrap .tab_content02 ul li.item10 a {
    padding: 20px 0;
}
.tab_wrap .tab_content02 ul li.item11 a,
.tab_wrap .tab_content02 ul li.item13 a{
	padding: 17px 0;
}
.tab_wrap .tab_content02 ul li.item12 a{
	padding: 21px 0;
}
.tab_wrap .tab_content02 ul li.item11 .text,
.tab_wrap .tab_content02 ul li.item13 .text {
    margin-top: 5px;
}
.tab_wrap .tab_content02 ul li.item12 .text {
    margin-top: 7px;
}
.tab_wrap .tab_content03 ul li .text{
	margin-top: 5px;
}
.tab_wrap .tab_content03 ul li.item01 a{
	padding: 10px 0;
}
.tab_wrap .tab_content03 ul li.item01 .text{
	margin-top: 0;
}
.tab_wrap .tab_content03 ul li.item02 a,
.tab_wrap .tab_content03 ul li.item05 a{
	padding: 15px 0;
}
.tab_wrap .tab_content03 ul li.item03 a{
	padding: 17px 0;
}
.tab_wrap .tab_content03 ul li.item04 a{
	padding: 12px 0;
}
.tab_wrap .tab_content03 ul li.item06 a{
	padding: 12px 0;
}
.tab_wrap .tab_content03 ul li.item07 .text{
	margin-top: 0;
}
.tab_wrap .tab_content03 ul li.item07 a,
.tab_wrap .tab_content03 ul li.item10 a{
	padding: 14px 0;
}
.tab_wrap .tab_content03 ul li.item10 .text{
	margin-top: 5px;
}
.tab_wrap .tab_content03 ul li.item08 a,
.tab_wrap .tab_content03 ul li.item09 a{
	padding: 20px 0;
}
.tab_wrap .tab_content03 ul li.item11 a,
.tab_wrap .tab_content03 ul li.item12 a{
	padding: 15px 0;
}
.tab_wrap .tab_content03 ul li.item13 a{
	padding: 20px 0;
}
.tab_wrap .tab_content03 ul li.item14 a{
	padding: 17px 0;
}

.tab_wrap .tab_content04 ul li.item03 a{
	padding: 16px 0;
}



@media screen and (max-width : 1200px) {

	#sec_01 .search > .flex{
		display: block;
	}
	#sec_01 .news{
		border-radius: 30px;
		width: 100%;
		padding: 8px 30px;
	}
	#sec_01 .news .flex{
		align-items: center;
	}
	#sec_01 .news .news_ttl::after{
		content: none;
	}
	#sec_01 .news .text{
		width: 495px;
		margin-left: 50px;
		position: relative;
		line-height: 1.6;
	}
	#sec_01 .news .text::before {
		height: 45px;
		position: absolute;
		top: 50%;
		left: -25px;
		margin: 0;
		transform: translateY(-50%);
	}
	#sec_01 .search_right{
		border-top: 1px solid #AAAAAA;
		border-left: none;
	}
	#sec_01 .search_wrap{
		width: 100%;
		padding: 15px 35px 30px;
	}
	#sec_01 .search_wrap .sp_flex{
		display: flex;
		justify-content: space-between;
	}
	#sec_01 .search_wrap .search_box01{
		width: 250px;
		margin: 10px 0;
	}
	#sec_01 .search_wrap .search_box02{
		width: 410px;
		margin: 10px 0;
	}
	#sec_01 .search_wrap .search_box01 ul.flex{
		display: block;
	}
	#sec_01 .search_right .bnr_wrap .img {
		padding: 7px;
		width: calc( 100% / 2 );
	}
	#sec_01 .search_right .bnr_wrap .img img{
		width: 100%;
	}


	.tab_wrap{
		width: 100%;
	}
	.tab_wrap input:checked + .tab_label + .tab_content{
		height: 510px;
	}
	.tab_wrap .tab_content{
		height: 510px;
		padding: 20px 30px;
	}
	.tab_wrap .tab_content.tab_content01{
		padding: 45px 30px;
	}
	.tab_wrap .colom4 ul.flex li{
		margin-right: 10px;
	}

}

@media screen and (max-width : 767px) {
	#sec_01{
		padding: 20px 0 25px;
		background-image: url("../images/sec01_spbg.jpg");
	}
	#sec_01 .news{
		border-radius: 20px;
		padding: 15px 30px;
	}
	#sec_01 .news .flex{
		display: block;
	}
	#sec_01 .news .text{
		width: 100%;
		margin: 0;
	}
	#sec_01 .news .text::before{
		content: none;
	}
	#sec_01 .search{
		margin-top: 20px;
	}
	#sec_01 .search .tab_content .content{
		width: calc( 100% / 2 - 5px );
		height: 150px;
		margin-bottom: 15px;
	}
	#sec_01 .search .tab_content .content a{
		padding: 10px 5px;
	}
	#sec_01 .search .tab_content .content.content01 a .img svg{
		width: 32px;
		height: auto;
	}
	#sec_01 .search .tab_content .content a .img svg{
		width: 37px;
		height: auto;
	}
	#sec_01 .search .tab_content .content02 .text,
	#sec_01 .search .tab_content .content03 .text{
		margin-top: 9px;
	}
	#sec_01 .search .tab_content .content .flex{
		flex-wrap: inherit;
	}
	#sec_01 .search .tab_content .content .content_ttl{
		font-size: 1.4rem;
		margin-left: 0.5em;
		line-height: 1.2;
	}
	.android #sec_01 .search .tab_content .content .content_ttl{
		font-size: 1.3rem;
	}
	#sec_01 .search .tab_content .content a > .flex{
		height: auto;
	}
	#sec_01 .search .tab_content .content a > .flex .img{
		line-height: 1;
	}
	#sec_01 .search .tab_content .content .text{
		font-size: 1.2rem;
	}
	#sec_01 .search_right {
		border-top: 1px solid #E4E4E4;
	}
	#sec_01 .search_wrap{
		padding: 15px;
	}
	#sec_01 .search_wrap .search_ttl{
		margin-top: 15px;
		font-size: 1.4rem;
	}
	#sec_01 .search_wrap .search_container {
		margin: 10px auto 40px;
	}
	#sec_01 .search_wrap .sp_flex{
		display: block;
	}
	#sec_01 .search_wrap ul li{
		margin-right: 40px;
	}
	#sec_01 .search_wrap ul li:nth-of-type(2),
	#sec_01 .search_wrap ul li:nth-of-type(4){
		margin-right: 0;
	}
	#sec_01 .search_wrap .search_box02 ul li:nth-of-type(5){
		margin-top: 10px;
	}
	#sec_01 .search_wrap .search_box01,
	#sec_01 .search_wrap .search_box02{
		width: 100%;
		padding: 0;
	}
	#sec_01 .search_wrap .search_box01{
		margin-bottom: 45px;
	}
	#sec_01 .search_wrap .text_wrap .text,
	#sec_01 .search_wrap ul li a,
	#sec_01 .search_wrap .text_dl .text a{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#sec_01 .search_wrap .text_wrap{
		width: 95px;
		padding-right: 10px;
	}
	#sec_01 .search_wrap ul{
		width: calc( 100% - 95px );
		margin-left: 10px;
	}
	#sec_01 .search_wrap .search_box01 ul.flex{
		display: flex;
	}
	#sec_01 .search_wrap .text_dl{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#sec_01 .search .tab_content.tab_content02 .item04 a .img svg {
		 width: 36px;
		 height: 36px;
	 }


	.tab_wrap .tab_label{
		font-size: 1rem;
		padding: 0;
	}
	.tab_wrap .tab_content{
		padding: 20px 12px;
	}
	.tab_wrap input:checked + .tab_label + .tab_content{
		height: auto;
	}
	.tab_wrap .tab_content.tab_content01 {
		padding: 20px 12px 60px;
	}
	.tab_wrap .colom4 ul.flex li:nth-of-type(5n) {
		margin-right: auto;
	}
	.tab_wrap .colom4 ul.flex li{
		width: calc( 100% / 2 - 5px );
		height: 65px;
		margin-bottom: 15px;
	}
	.tab_wrap .tab_content .sp_flex{
		display: flex;
		align-items: center;
		height: 100%;
	}
	.tab_wrap .tab_content.tab_content02 ul li a {
		padding: 8px 0 8px 8px;
	}
	.tab_wrap .tab_content ul li .img{
		line-height: 1;
	}
	.tab_wrap .tab_content.tab_content02 ul li .img svg{
		width: 34px;
	}
	.tab_wrap .tab_content.tab_content02 ul li.item07 .img svg,
	.tab_wrap .tab_content.tab_content02 ul li.item08 .img svg,
	.tab_wrap .tab_content.tab_content02 ul li.item10 .img svg{
		width: 27px;
	}
	.tab_wrap .colom4 ul.flex li:nth-of-type(even){
		margin-right: 0;
	}
	.tab_wrap .colom4 ul.flex li .text{
		text-align: left;
		margin-left: 6px;
		margin-top: 0;
	}
	.tab_wrap .tab_content02 ul li.item04 .text,
	.tab_wrap .tab_content02 ul li.item11 .text,
	.tab_wrap .tab_content02 ul li.item12 .text{
		margin-top: 0;
	}

	.tab_wrap .tab_content.tab_content03 ul li a {
		padding: 8px 0 8px 8px;
	}
	.tab_wrap .tab_content.tab_content03 ul li .img svg{
		width: 34px;
	}
	.tab_wrap .tab_content.tab_content03 ul li.item07 .img svg,
	.tab_wrap .tab_content.tab_content03 ul li.item08 .img svg,
	.tab_wrap .tab_content.tab_content03 ul li.item10 .img svg{
		width: 38px;
	}
	.tab_wrap .tab_content.tab_content04 ul li a {
		padding: 8px 0 8px 8px;
	}
	.tab_wrap .tab_content.tab_content04 ul li .img svg{
		width: 34px;
	}

	.android .tab_wrap .colom4 ul.flex{
		padding: 5px;
	}
	.android .tab_wrap .colom4 ul.flex li .text{
		font-size: 1.2rem;
	}

}
@media screen and (max-width : 414px) {

	#sec_01{
		background-size: 105%;
	}

}



/* ------------------------------
    section02
------------------------------ */

#sec_02 .bg_wrap{
	position: relative;
	padding-bottom: 100px;
}
#sec_02 .bg_wrap::before{
	content: "";
	width: 430px;
	height: 327px;
	background: linear-gradient( to right,#0677A1, #002F7B);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#sec_02 .bg_wrap::after{
	content: "";
	width: 805px;
	height: 558px;
	background: linear-gradient( to right,#0677A1, #002F7B);
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: -1;
}
#sec_02 .sec_ttl_wrap{
	padding: 40px 30px;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
}
#sec_02 .sec_ttl{
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	color: #31332C;
	font-weight: bold;
	letter-spacing: 2px;
}
#sec_02 .sec_ttl span{
	color: #009DE1;
	font-size: 1rem;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#sec_02 .sec_ttl::before,
#sec_02 .sec_ttl::after{
	content: "";
	width: 320px;
	height: 1px;
	background-color: #AAAAAA;
	position: absolute;
	top: 45px;
}
#sec_02 .sec_ttl::before{
	left: 0;
}
#sec_02 .sec_ttl::after{
	right: 0;
}
#sec_02 .text{
	font-size: 1.6rem;
	line-height: 2.5;
	margin-top: 20px;
}
#sec_02 .sec02_list .flex{
	flex-wrap: wrap;
	align-items: center;
}
#sec_02 .sec02_list li{
	background-color: #FFF;
	width: 285px;
	height: 300px;
	margin-bottom: 20px;
}
#sec_02 .sec02_list li a{
	padding: 15px;
	border: 7px solid #E5E5E5;
}
#sec_02 .sec02_list li .img .sp_img{
	display: none;
}
/*#sec_02 .sec02_list li:first-of-type{
	width: 590px;
	height: 300px;
	font-size: 2rem;
}
#sec_02 .sec02_list li:first-of-type a{
	padding: 50px 20px;
}

#sec_02 .sec02_list li:first-of-type a:hover{
	padding: 49px 21px;
}

#sec_02 .sec02_list li:first-of-type .text_wrap .sec02_ttl{
	font-size: 2.2rem;
}
*/
#sec_02 .sec02_list li span{
	color: #009DE1;
}
#sec_02 .sec02_list li .sec02_ttl{
	font-weight: bold;
	line-height: 1.4;
	font-size: 2rem;
}
/*#sec_02 .sec02_list li:first-of-type .btn{
	width: 165px;
	height: 40px;
	line-height: 38px;
	margin: 20px 0 0;
}*/
@media all and (-ms-high-contrast: none) {
	/*#sec_02 .sec02_list li:first-of-type .btn{
		line-height: 40px;
	}*/
}
/*#sec_02 .sec02_list li:first-of-type .btn{
	margin-top: 50px;
}*/
#sec_02 .sec02_list li .btn{
	text-align: center;
	position: relative;
}
#sec_02 .sec02_list li .btn a{
	border: 1px solid #333;
	border-radius: 20px;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#sec_02 .sec02_list li .btn a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/blue_arrow.svg);
	width: 10px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
#sec_02 .sec02_list li .btn a:hover::before{
	background-image: url(../images/white_arrow.svg);
}
#sec_02 .sec02_list li .btn a:hover {
	background-color: #002F7B;
	color: #FFF;
	border: 1px solid #002F7B;
}

#sec_02 .sec02_list li .btn{
	width: 125px;
	height: 30px;
	line-height: 28px;
	margin: 20px auto 0;
	border-radius: 20px;
	padding-left: 5px;
	border: 1px solid #333333;
	transition: .3s;
}
#sec_02 .sec02_list li a{
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
}
#sec_02 .sec02_list li .btn::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/blue_arrow.svg);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
	#sec_02 .sec02_list li .btn{
		line-height: 30px;
	}
}
#sec_02 .sec02_list li .text_wrap .img{
	text-align: center;
}
#sec_02 .sec02_list li .text_wrap .sec02_ttl{
	font-size: 1.6rem;
	margin-bottom: 15px;
}
#sec_02 .sec02_list li:nth-of-type(2) a,
#sec_02 .sec02_list li:nth-of-type(4) a,
/*#sec_02 .sec02_list li:nth-of-type(5) a,
#sec_02 .sec02_list li:nth-of-type(6) a,
#sec_02 .sec02_list li:nth-of-type(7) a,*/
#sec_02 .sec02_list li:nth-of-type(9) a,
#sec_02 .sec02_list li:nth-of-type(10) a,
#sec_02 .sec02_list li:nth-of-type(16) a{
	padding: 37px 15px 0;
}
#sec_02 .sec02_list li:nth-of-type(2) a:hover,
#sec_02 .sec02_list li:nth-of-type(4) a:hover,
/*#sec_02 .sec02_list li:nth-of-type(5) a:hover,
#sec_02 .sec02_list li:nth-of-type(6) a:hover,
#sec_02 .sec02_list li:nth-of-type(7) a:hover,*/
#sec_02 .sec02_list li:nth-of-type(9) a:hover,
#sec_02 .sec02_list li:nth-of-type(10) a:hover,
#sec_02 .sec02_list li:nth-of-type(16) a:hover{
	padding: 42px 20px 0;
}
#sec_02 .sec02_list li a:hover{
	padding: 20px;
	border: 2px solid #E5E5E5;
}

#sec_02 .sec02_list li a:hover .btn{
	border: 1px solid #002F7B;
	background-color: #002F7B;
	color: #FFF;
}
#sec_02 .sec02_list li a:hover .btn::before{
	background-image: url(../images/white_arrow.svg);
}
@media screen and (max-width : 1200px) {

	#sec_02 .sec_ttl_wrap{
		width: 100%;
	}
	#sec_02 .wrap{
		width: 85%;
		margin: 0 auto;
	}
	#sec_02 .bg_wrap::before{
		width: 65px;
		height: 296px;
	}

	#sec_02 .sec02_list ul.flex{
		justify-content: center;
	}
	#sec_02 .sec02_list li:nth-of-type(2),
	#sec_02 .sec02_list li:nth-of-type(4),
	#sec_02 .sec02_list li:nth-of-type(6),
	#sec_02 .sec02_list li:nth-of-type(8),
	#sec_02 .sec02_list li:nth-of-type(10),
	#sec_02 .sec02_list li:nth-of-type(12),
	#sec_02 .sec02_list li:nth-of-type(14),
	#sec_02 .sec02_list li:nth-of-type(16){
		margin-left: 20px;
	}
	#sec_02 .sec02_list li:nth-of-type(9) a,
	#sec_02 .sec02_list li:nth-of-type(10) a{
		padding: 10px;
	}
	#sec_02 .sec02_list li:nth-of-type(9) a:hover,
	#sec_02 .sec02_list li:nth-of-type(10) a:hover{
		padding: 15px;
	}
	#sec_02 .bg_wrap::after{
		width: 306px;
		height: 798px;
		bottom: 0;
	}
	#sec_02 .sec_ttl::before,
	#sec_02 .sec_ttl::after{
		width: 134px;
	}
}

@media screen and (max-width : 768px) {
	#sec_02 .wrap{
		width: 100%;
		padding: 30px 80px;
	}
	#sec_02 .bg_wrap{
		padding-bottom: 50px;
	}
	#sec_02 .sec_ttl{
		font-size: 2rem;
	}
	#sec_02 .sec_ttl_wrap{
		padding: 0 0 30px;
	}
	#sec_02 .text {
		font-size: 1.4rem;
		line-height: 2;
	}

	#sec_02 .sec_ttl::before,
	#sec_02 .sec_ttl::after{
		width: 70px;
		top: 40px;
	}
	#sec_02 .sec02_list ul.flex{
		justify-content: space-between;
		align-items: flex-start;
	}
	/*#sec_02 .sec02_list li:first-of-type .text_wrap .sec02_ttl{
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 5px;
		height: auto;
	}
	#sec_02 .sec02_list li:first-of-type .btn{
		width: 130px;
		height: 30px;
		line-height: 28px;
		margin-top: 6px;
		margin-bottom: 5px;
	}*/
	#sec_02 .sec02_list li:nth-of-type(2),
	#sec_02 .sec02_list li:nth-of-type(4),
	#sec_02 .sec02_list li:nth-of-type(6),
	#sec_02 .sec02_list li:nth-of-type(8),
	#sec_02 .sec02_list li:nth-of-type(10),
	#sec_02 .sec02_list li:nth-of-type(12),
	#sec_02 .sec02_list li:nth-of-type(14),
	#sec_02 .sec02_list li:nth-of-type(16){
		margin-left: 0;
	}
	#sec_02 .sec02_list li{
		width: calc( 100% / 2 - 8px );
		height: 330px;
	}
	#sec_02 .sec02_list li a{
		padding: 15px 10px;
	}
	#sec_02 .sec02_list li a:hover{
		padding: 20px!important;
	}
	#sec_02 .sec02_list li .btn{
		width: 100%;
		height: 30px;
	}
	#sec_02 .sec02_list li:nth-of-type(2) a,
	#sec_02 .sec02_list li:nth-of-type(4) a,
	/*#sec_02 .sec02_list li:nth-of-type(5) a,
	#sec_02 .sec02_list li:nth-of-type(6) a,
	#sec_02 .sec02_list li:nth-of-type(7) a,*/
	#sec_02 .sec02_list li:nth-of-type(9) a,
	#sec_02 .sec02_list li:nth-of-type(10) a,
	#sec_02 .sec02_list li:nth-of-type(16) a{
		padding: 10px;
	}
	/*#sec_02 .sec02_list li:nth-of-type(5) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list li:nth-of-type(6) .text_wrap .sec02_ttl,*/
	#sec_02 .sec02_list li:nth-of-type(9) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list li:nth-of-type(10) .text_wrap .sec02_ttl{
		line-height: 25px;
	}
	#sec_02 .sec02_list li:nth-of-type(2) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list li:nth-of-type(4) .text_wrap .sec02_ttl,
	/*#sec_02 .sec02_list li:nth-of-type(5) .text_wrap .sec02_ttl,
	#sec_02 .sec02_list li:nth-of-type(6) .text_wrap .sec02_ttl,*/
	#sec_02 .sec02_list li:nth-of-type(16) .text_wrap .sec02_ttl{
		line-height: 50px;
	}
	#sec_01 .search_wrap .search_ttl .btn a::before{
		left: 144px;
	}
	/*#sec_02 .sec02_list li:first-of-type .text_wrap .img{
		text-align: center;
	}*/
}
@media screen and (max-width : 665px) {
	/*#sec_02 .sec02_list li:first-of-type a{
		padding: 5px 45px;
	}
	#sec_02 .sec02_list li:first-of-type a:hover{
		padding: 6px 46px;
	}
	#sec_02 .sec02_list li:first-of-type .text_wrap .img{
		text-align: center;
	}*/
}
@media screen and (max-width : 415px) {
	#sec_02 .wrap{
		padding: 30px 20px;
	}
	/*#sec_02 .sec02_list li:first-of-type{
		width: 100%;
		height: 150px;
		min-height: 150px;
	}
	#sec_02 .sec02_list li:first-of-type a{
		padding: 13px;
	}*/
	/*#sec_02 .sec02_list li:nth-of-type(2) a,*/
	/*#sec_02 .sec02_list li:nth-of-type(4) a,*/
	/*#sec_02 .sec02_list li:nth-of-type(5) a,
	#sec_02 .sec02_list li:nth-of-type(6) a,
	#sec_02 .sec02_list li:nth-of-type(7) a,*/
	/*#sec_02 .sec02_list li:nth-of-type(9) a,*/
	#sec_02 .sec02_list li:nth-of-type(16) a{
		padding: 30px 10px;
	}
	#sec_02 .sec02_list li:nth-of-type(10) a,
	#sec_02 .sec02_list li:nth-of-type(14) a{
		padding: 35px 10px;
	}
	#sec_02 .sec02_list li:nth-of-type(6) .text_wrap .sec02_ttl{
		line-height: 44px;
	}
	#sec_02 .sec02_list li:nth-of-type(9) a{
		padding: 10px;
	}
	#sec_02 .sec02_list li{
		height: 260px;
	}
	#sec_02 .bg_wrap::before{
		width: 90px;
		height: 47px;
		z-index: 1;
	}
	#sec_01 .search_wrap ul li:last-of-type{
		margin-right: 0;
	}
	/*#sec_02 .sec02_list li:first-of-type .img img{
		width: 145px;
		height: 110px;
		object-fit: cover;
	}*/
}


/* ------------------------------
    section03
------------------------------ */


#sec_03{
	position: relative;
}
#sec_03 .text_wrap{
	position: absolute;
	right: 0;
	top: 25px;
	width: 55%;
	height: 510px;
	padding: 80px 60px;
	background-color: #FFF;
}
#sec_03 .text_wrap::before{
	content: "";
	width: 150px;
	height: 5px;
	background-color: #009DE1;
	position: absolute;
	top: 0;
	left: 0;
}
#sec_03 .text_wrap .bold{
	font-size: 2rem;
	font-weight: bold;
}
#sec_03 .text_wrap .text{
	width: 665px;
	line-height: 2.5;
	font-size: 1.6rem;
	margin-top: 20px;
}
#sec_03 .btn{
	text-align: center;
	position: relative;
	width: 210px;
	height: 50px;
	line-height: 48px;
	margin-top: 40px;
}
#sec_03 .btn a{
	border: 1px solid #333;
	border-radius: 30px;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#sec_03 .btn a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/blue_arrow.svg);
	width: 10px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
#sec_03 .btn a:hover::before{
	background-image: url(../images/white_arrow.svg);
}
#sec_03 .btn a:hover {
	background-color: #002F7B;
	color: #FFF;
	border: 1px solid #002F7B;
}
.table {
	display: table;
	width: 100%
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
	width: 50%;
}
.faq-link::after {
    content: url("../../img/common/icon_window.svg");
    margin-left: 10px;
}
@media screen and (max-width : 1350px) {
	#sec_03 .text_wrap .text{
		width: 100%;
	}

}
@media screen and (max-width : 1200px) {
	#sec_03{
		padding-bottom: 480px;
	}
	#sec_03 .text_wrap{
		width: 97%;
		top: 360px;
		padding: 80px 40px;
	}
	#sec_03 .text_wrap .text{
		width: 100%;
	}
}
@media screen and (max-width : 768px) {
	#sec_03 {
		padding-bottom: 420px;
	}
	#sec_03 .text_wrap {
		top: 260px;
		padding: 45px 20px;
	}
	#sec_03 .text_wrap .text{
		font-size: 1.4rem;
		line-height: 2;
		padding-right: 0.6em;
	}
	#sec_03 .btn{
		width: 300px;
		height: 60px;
		line-height: 58px;
		margin-top: 60px;
	}
	#sec_03 img{
		width: 100%;
	}
}

@media screen and (max-width : 414px) {
	#sec_03 {
		padding-bottom: 580px;
	}
	#sec_03 .btn{
		margin-right: 16px;
	}
	.android #sec_03 .btn{
		margin: 60px auto;
	}
}