  @charset "utf-8";
/* CSS Document */

section.sec01 > .content{
	display: flex;
	justify-content: space-between;
}
section.sec01 > .content .content_right{
	max-width: 320px;
	width: 100%;
}

@media screen and (max-width: 950px){
	section.sec01 > .content{
		display: block;
	}
}

.crumb{
	padding-bottom: 0;
}

p{
	line-height: 1.6875;
}


.tabBtn_area.foot{
	margin-top: 120px;
	border-top: 2px solid #16378A;
	border-bottom: none;
}
.tabBtn_area.foot > ul > li > a{
	border-top: none;
	border-bottom: 2px solid #16378A;
}
.tabBtn_area > ul{
	justify-content: center;
}
.tabBtn_area > ul:has(> :nth-child(1)) li,
.tabBtn_area > ul:has(> :nth-child(2)) li,
.tabBtn_area > ul:has(> :nth-child(3)) li,
.tabBtn_area > ul:has(> :nth-child(4)) li,
.tabBtn_area > ul:has(> :nth-child(5)) li{
	max-width: 162px;
	width: 100%;
}
.tabBtn_area > ul > li > a{
	padding: 5px 7px 7px;
}
.tabBtn_area > ul > li > a:hover,
.tabBtn_area > ul > li > a:focus{
	opacity: 1;
	background-color: #16378A;
	color: #fff;
}
.tabBtn_area > ul > li:not(:last-child) > a{
	border-right: none;
	line-height: 1.15;
}
@media screen and (max-width: 768px){
	.tabBtn_area > ul:has(> :nth-child(3)),
	.tabBtn_area > ul:has(> :nth-child(4)) {
		flex-wrap: wrap;
	}
	.tabBtn_area > ul:has(> :nth-child(3)) li:nth-child(n+3),
	.tabBtn_area > ul:has(> :nth-child(4)) li:nth-child(n+3) {
		margin-top: 0;
	}
	.tabBtn_area > ul:has(> :nth-child(1)) li,
	.tabBtn_area > ul:has(> :nth-child(2)) li,
	.tabBtn_area > ul:has(> :nth-child(3)) li,
	.tabBtn_area > ul:has(> :nth-child(4)) li,
	.tabBtn_area > ul:has(> :nth-child(5)) li{
		max-width: none;
		width: 33%;
	}
	.tabBtn_area > ul:has(> :nth-child(1)) li:nth-child(3) a{
        border-right: 2px solid #16378A;
	}
	.tabBtn_area > ul:has(> :nth-child(1)) li:nth-child(4) a,
	.tabBtn_area > ul:has(> :nth-child(1)) li:nth-child(5) a{
		border-top: none;
	}

	.tabBtn_area.foot{
		margin-top: 100px;
		border-top: none;
	}
	.tabBtn_area.foot > ul > li > a{
		border-top: 2px solid #16378A;
	}
}
@media screen and (max-width: 480px){
	.tabBtn_area > ul > li > a{
        font-size: 3.0vw;
	}
	.tabBtn_area.foot{
		margin-top: 60px;
	}
}


/* btn
-------------------------------------------------*/

.btnStyle01 {
    margin: 24px auto 0;
    max-width: 400px;
    width: 100%;
}
figure + .btnStyle01{
	margin-top: 40px;
}
.btnStyle01 > a {
	position: relative;
    display: block;
    padding: 11px 30px 11px 16px;
    text-align: left;
	font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background-color: #707070;
    transition: all .3s;
}
.btnStyle01 > a:hover,
.btnStyle01 > a:focus {
    background-color: #16378A;
	text-decoration: none;
}
.btnStyle01 > a:after {
    content: '';
	position: absolute;
	right: 16px;
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}
section.sec01 > .content .content_right .btnStyle01{
	margin: 0;
}
section.sec01 > .content .content_right .btnStyle01 > a{
    background-color: #16378A;
	font-size: 1.8rem;
	padding: 16px;
}

@media screen and (max-width: 950px){
	section.sec01 > .content .content_right .btnStyle01{
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px){
	.btnStyle01 {
		margin: 20px auto 30px;
	}
	.btnStyle01 > a {
		font-size: 1.6rem;
	}
	section.sec01 > .content .content_right .btnStyle01 > a{
		background-color: #16378A;
		font-size: 1.6rem;
		padding: 12px 10px;
		max-width: 320px;
	}
}
@media screen and (max-width: 480px){
	figure + .btnStyle01{
		margin-top: 20px;
	}
	.btnStyle01 > a {
		font-size: 1.5rem;
	}
}


/* anker-sec
--------------------------------------------*/

#anker-sec02,
#anker-sec03{
	margin-top: 160px;
}

@media screen and (max-width: 768px){
	#anker-sec02,
	#anker-sec03{
		margin-top: 100px;
	}
}
@media screen and (max-width: 480px){
	#anker-sec02,
	#anker-sec03{
		margin-top: 60px;
	}
}

h3.hd02{
	font-size: 3.0rem;
	color: #16378A;
	text-align: center;
	line-height: 1.5;
	background-color: #F2F8FF;
	padding: 15px 20px 20px;
}


.anchor_list{
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 56px auto 104px;
}
.anchor_list a{
	display: flex;
    justify-content: center;
    align-items: end;
	position: relative;
	max-width: 280px;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.333;
	font-weight: 500;
	color: #16378A;
	padding-bottom: 7px;
	border-bottom: 2px solid #16378A;
}
.anchor_list a:hover,
.anchor_list a:focus{
	text-decoration: none;
}
.arrow_icon{
	position: absolute;
	width: 100%;
	bottom: -24px;
	display: block;
	transition: 0.3s;
}
a:hover .arrow_icon,
a:focus .arrow_icon{
	bottom: -31px;
}
a .arrow_icon span{
	content: '';
	display: block;
    width: 14px;
    height: 14px;
	margin: 0 auto;
	border: 3px solid;
	border-color: #16378A #16378A transparent transparent;
	transform: rotate(135deg);
}
@media screen and (max-width: 590px){
	.anchor_list{
		display: block;
		margin: 40px auto 70px;
	}
	.anchor_list a{
		max-width: 400px;
		margin: 0 auto;
	}
	.anchor_list a + a{
		margin-top: 50px;
	}
	.arrow_icon {
		bottom: -18px;
	}
	a:hover .arrow_icon,
	a:focus .arrow_icon{
		bottom: -18px;
	}
}

h3.hd03{
	color: #fff;
	text-align: left;
	line-height: 1.5;
	background-color: #16378A;
	padding: 22px 32px 25px;
	margin: 0;
}
h3.hd03 + p{
	margin-top: 16px;
}
h5{
	font-size: 2.2rem;
	font-weight: 700;
}
p.lead_title,
h3.hd03 + p.lead_title{
	font-size: 3.0rem;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 40px;
}
.hd03-bordered {
	font-size: 2.2rem;
	padding: 0 16px;
    background: transparent;
}
.hd03-bordered.bottom {
	font-size: 1.8rem;
	font-weight: 500;
    line-height: 1.272;
	margin-top: 40px;
	margin-bottom: 40px;
	border-left: 16px solid #16378A;
	border-bottom: 2px solid #16378A;
	padding: 17px 24px;
	color: #16378A;
}
.hd03-bordered.bottom span{
	font-size: 2.2rem;
	font-weight: 700;
	margin-right: 27px;
}
@media screen and (max-width: 768px){
	h3.hd02 {
		font-size: 2.6rem;
		padding: 15px 20px 20px;
	}
	h3.hd03{
        font-size: 2.0rem;
        padding: 15px 20px 17px;
	}
	h3.hd03 + p{
		margin-top: 16px;
	}
	p.lead_title,
	h3.hd03 + p.lead_title{
		font-size: 2.4rem;
	}
	.hd03-bordered.bottom {
		font-size: 1.6rem;
		margin-top: 30px;
		margin-bottom: 30px;
		border-left: 12px solid #16378A;
		padding: 17px 15px;
	}
	.hd03-bordered.bottom span{
		font-size: 2.0rem;
		margin-right: 20px;
	}
}
@media screen and (max-width: 630px){
	.hd03-bordered.bottom span{
		display: block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px){
	p.lead_title,
	h3.hd03 + p.lead_title{
		font-size: 2.2rem;
	}
	h3.hd02{
		font-size: 2.0rem;
	}
	h3.hd03{
		font-size: 1.8rem;
	}
	.hd03-bordered{
		font-size: 1.8rem;
		margin: 25px 0 16px;
		padding: 0 9px;
		border-left: 4px solid #16378A;
	}
	h5{
		font-size: 1.7rem;
	}
}


.click_txt {
	display: flex;
	align-items: center;
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.333;
	text-align: center;
	color: #16378A;
	padding-bottom: 16px;
	border-bottom: 2px solid #16378A;
	margin: 80px auto 32px;
	max-width: 90%;
}
.click_txt:before {
	content: '';
	width: 32px;
	min-width: 32px;
	height: 47px;
	background-image: url('/ir/individual/img/icon_click.png');
	background-size: cover;
	margin-right: 16px;
}

.wrap01 h4{
	background-color: #6890BF;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.666;
	padding: 6px 40px;
}
.wrap01 .detail{
	background-color: #F2F8FF;
	padding: 40px;
}

.infoArea{
	max-width: 800px;
	width: 100%;
	margin: 80px auto 0;
	background-color: #EEEEEE;
	padding: 32px 60px 40px;
	box-sizing: border-box;
}
.infoArea h5{
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 2px solid #262222;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.infoArea .btnStyle01{
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	.click_txt {
		font-size: 1.6rem;
		padding-bottom: 12px;
		margin: 50px auto 26px;
	}
	.wrap01 .detail{
		padding: 30px;
	}
	.wrap01 h4{
		font-size: 1.6rem;
		padding: 6px 20px;
	}
	.infoArea{
		margin: 50px auto 0;
		padding: 32px 50px 40px;
	}
	.infoArea h5{
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 480px){
	.infoArea{
		padding: 20px 30px 30px;
	}
	.wrap01 .detail{
		padding: 20px;
	}
}





/*-----------------------------------------------
modal
-----------------------------------------------*/

.modal_box {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
  }
  
  .modal_bg {
	background-color: rgba(30, 30, 30, 0.9);
	height: 100%;
	width: 100%;
  }
  
  .modal_inner {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 50%;
	max-width: 800px;
	width: 100%;
	background-color: #fff;
	padding: 32px 80px 40px;
	border-radius: 24px;
    max-height: 90%;
    overflow-y: auto;
  }
  
.modal_inner .ttl {
	  display: flex;
	align-items: center;
	  justify-content: center;
	margin-bottom: 22px;
  }
.modal_inner .ttl img{
	max-width: 48px;
	width: 100%;
	margin-right: 20px;
  }
.modal_inner .ttl h5{
	font-size: 1.8rem;
  }
  
.modal_inner figure{
	text-align: center;
	margin: 0 auto 40px;
  }
  
.modal_inner .btnStyle01{
	margin: 40px auto 0;
  }
.modal_inner .btnStyle01 > a{
	text-align: center;
    padding: 10px 16px;
	cursor: pointer;
  }
.modal_inner .btnStyle01 > a:after{
	content: none;
  }

.modal_close{
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	position: relative;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
  }

.modal_close::before, .modal_close::after{
    content: "";
    display: block;
    width: 137%;
    height: 1px;
    background: #16378A;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
.modal_close::after{
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 0;
  }

.modal_inner .slick-slider{
	max-width: 464px;
	width: 100%;
	margin: 0 auto;
  }
.modal550 .modal_inner .slick-slider{
	max-width: 550px;
}
  

.slick-prev,
.slick-next {
display: block;
width: 48px;
height: 48px;
background: #fff;
	border: 1px solid #16378A;
transition: all .3s ease;
cursor: pointer;
position:relative;
	z-index: 10;
  }
.slick-prev {
transform: rotate(180deg);
margin-right: 20px;
  }
  
.slick-prev::before,
.slick-next::before{
position:absolute;
content: "";
width:10px;
height:10px;
border-right: 2px solid #16378A;
border-top: 2px solid #16378A;
top:0;
bottom:0;
left:0;
right: 6px;
margin:auto;
transform:rotate(45deg);
}
.slider .slick-prev{
	position: absolute;
	top: calc(50% - 24px);
	left: -88px;
  }
.slider .slick-next{
	position: absolute;
	top: calc(50% - 24px);
right: -88px;
  }
.modal550 .slider .slick-prev{
	left: -58px;
}
.modal550 .slider .slick-next{
	right: -58px;
}
  
.slider .slick-dots{
display: flex;
justify-content: center;
	margin: 25px auto 40px;
z-index: 10;
  }

.slider .slick-list,
.slider .slick-track {
	height: 100%;
  }
  
.slider .slick-dots > li {
	margin: 0 8px;
  }
  
.slider .slick-dots > li button{
	display: block;
	color: transparent;
	border: none;
	width: 12px;
	height: 12px;
	background-color: #CFD6E7;
	margin: 0;
	padding: 0;
	border-radius: 50%;
  }
  
.slider .slick-dots > li.slick-active button{
	background-color: #16378A;
  }
  

@media screen and (max-width: 956px) {
	.modal_inner {
		width: 90%;
	}
}
@media screen and (max-width: 767px) {
	.modal_inner{
		padding: 32px 40px 20px;
	}
	.slick-prev,
	.slick-next {
	width: 36px;
	height: 36px;
	}
	.slider .slick-prev,
	.modal550 .slider .slick-prev{
        top: auto;
        bottom: -12px;
        right: 65%;
        left: auto;
		margin: 0;
	}
	.slider .slick-next,
	.modal550 .slider .slick-next{
        top: auto;
        bottom: -12px;
        left: 65%;
        right: auto;
		margin: 0;
	}
}
@media screen and (max-width: 570px) {
	.modal_close{
		width: 18px;
		top: 14px;
		right: 14px;
	}
	.modal_inner {
        padding: 32px 20px 20px;
    }
	.modal_inner .ttl img {
		max-width: 30px;
		margin-right: 10px;
	}
	.modal_inner figure{
		margin: 0 auto 20px;
	}
	.modal_inner p{
		font-size: 1.4rem;
	}
	.slider .slick-dots{
		margin: 20px auto 30px;
	}
	.slider .slick-prev{
        right: 70%;
	}
	.slider .slick-next{
        left: 70%;
	}
	.slider .slick-dots > li{
		margin: 0 5px;
	}
	.modal_inner .btnStyle01 {
		margin: 20px auto 0;
	}
}

map area:hover{
	cursor: pointer;
}