@charset "utf-8";

/* ------- ZUKAN ---------------------------------------------- */
.heading > h1{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.6;
}
.heading > h1 > span{
	border-bottom: 1px solid #707070;
}
.heading > h1 > span:first-child{
	border-top: 1px solid #707070;
}
@media print, screen and (min-width:781px) {
	.heading > h1{
		font-size: 1.8rem;
	}
	.heading > h1 > span{
		font-size: 3.6rem;
		padding: 0 35px;
		width: 100%;
	}
	.heading > h1 > span:first-child{
		margin-top: 10px;
	}
}
@media screen and (max-width: 780px) {
	.heading > h1{
		font-size: 1.5rem;
	}
	.heading > h1 > span{
		font-size: 2.6rem;
		padding: 0 27px;
		width: 100%;
	}
	.heading > h1 > span:first-child{
		margin-top: 5px;
	}
}



.zukan-navi{
	background-color: #FFF;
}
.zukan-navi > ul > li{
	line-height: 1.25;
}
.zukan-navi > ul > li > a{
	display: flex;
	align-items: center;
}
.zukan-navi > ul > li > a:before,
.zukan-navi > ul > li > a:after{
	background-image: url("../img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
@media print, screen and (min-width:781px) {
	.zukan-navi{
		padding: 35px 0;
	}
	.zukan-navi > ul{
		display: flex;
		justify-content: center;
	}
	.zukan-navi > ul > li:nth-child(n + 2){
		margin-left: 30px;
	}
	.zukan-navi > ul > li > a:after{
		margin-left: 10px;
		height: 7px;
		width: 8px;
	}
}
@media screen and (max-width: 780px) {
	.zukan-navi{
		padding: 0 10%;
	}
	.zukan-navi > ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.zukan-navi > ul > li{
		width: 50%;
	}
	.zukan-navi > ul > li:nth-child(n + 3){
		border-top: 1px solid #EAEAEA;
	}
	.zukan-navi > ul > li > a{
		height: 60px;
	}
	.zukan-navi > ul > li > a:before{
		margin-right: 10px;
		height: 7px;
		width: 8px;
	}
}





.zukan-section > .image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.zukan-section .inner{
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
.zukan-section .inner > .ttl{
	display: flex;
	justify-content: center;
}
.zukan-section .inner > .ttl > h2{
	background-color: #EBF4FF;
	font-weight: 400;
	text-align: center;
}
.zukan-section .sec-desc > dt{
	font-weight: 300;
	line-height: 1.47;
}

.ttl-sub{
	background-color: #D4E3FF;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
@media print, screen and (min-width:781px) {
	.zukan-section{
		padding-bottom: 125px;
	}
	.zukan-section > .image{
		padding-bottom: 29.2825%;
	}
	.zukan-section .inner{
		margin-top: -6.222%;
		padding: 6%;
	}
	.zukan-section .inner > .ttl > h2{
		font-size: 1.8rem;
		padding: 15px 50px;
	}
	
	
	.zukan-section .sec-desc{
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		width: 60.4255%;
	}
	.zukan-section .sec-desc > dt{
		font-size: 3.4rem;
		text-align: center;
	}
	.zukan-section .sec-desc > dd{
		margin-top: 25px;
	}
	
	
	.ttl-sub{
		font-size: 1.2rem;
		padding: 7px;
		width: 140px;
	}
	
	#zukan-section1 > .image{
		background-image: url("../img/img_zukan_section1.jpg");
	}
	#zukan-section2 > .image{
		background-image: url("../img/img_zukan_section2.jpg");
	}
	#zukan-section3 > .image{
		background-image: url("../img/img_zukan_section3.jpg");
	}
	#zukan-section4 > .image{
		background-image: url("../img/img_zukan_section4.jpg");
	}
}
@media screen and (max-width: 780px) {
	.zukan-section{
		padding-bottom: 125px;
	}
	.zukan-section > .image{
		padding-bottom: 89.3997%;
	}
	.zukan-section .inner{
		margin-top: -34.2857%;
		padding: 10% 5%;
	}
	.zukan-section .inner > .ttl > h2{
		font-size: 1.4rem;
		padding: 15px 0;
		max-width: 234px;
		width: 75%;
	}
	
	
	.zukan-section .sec-desc{
		margin-top: 30px;
	}
	.zukan-section .sec-desc > dt{
		font-size: 2.0rem;
		text-align: center;
	}
	.zukan-section .sec-desc > dd{
		margin-top: 30px;
	}
	
	
	.ttl-sub{
		font-size: 1.1rem;
		padding: 7px;
		width: 114px;
	}
	
	
	#zukan-section1 > .image{
		background-image: url("../img/img_zukan_section1_sp.jpg");
	}
	#zukan-section2 > .image{
		background-image: url("../img/img_zukan_section2_sp.jpg");
	}
	#zukan-section3 > .image{
		background-image: url("../img/img_zukan_section3_sp.jpg");
	}
	#zukan-section4 > .image{
		background-image: url("../img/img_zukan_section4_sp.jpg");
	}
}



.change-list{
	counter-reset: number 0;
}
.change-item .detail:before{
	counter-increment: number 1;
	content: counter(number);
	display: block;
	font-family: "Old Standard TT", serif;
  font-weight: 100;
  font-style: normal;
	line-height: 1;
	text-align: center;
}
.change-item .detail > dt{
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width:781px) {
	.change-list{
		display: flex;
		justify-content: space-between;
		margin-top: 70px;
	}
	.change-item{
	}
	.change-item:nth-child(1){
		width: 27.6595%;
	}
	.change-item:nth-child(2){
		border-left: 1px solid #EAEAEA;
		border-right: 1px solid #EAEAEA;
		padding: 0 4.255%;
		width: 36.57%;
	}
	.change-item:nth-child(3){
		width: 27.6595%;
	}
	
	
	.change-item .detail{
		margin-top: 30px;
	}
	.change-item .detail:before{
		font-size: min(6.58vw,9.0rem);
	}
	.change-item .detail > dt{
		font-size: 2.0rem;
		margin-top: 20px;
	}
	.change-item .detail > dd{
		margin-top: 15px;
	}
}
@media screen and (max-width: 780px) {
	.change-list{
		margin: 70px auto 0;
		width: 90%;
	}
	
	.change-item:nth-child(n + 2){
		margin-top: 60px;
	}
	.change-item .detail{
		margin-top: 30px;
	}
	.change-item .detail:before{
		font-size: min(23.7vw,18.5rem);
	}
	.change-item .detail > dt{
		font-size: 2.5rem;
		margin-top: 20px;
	}
	.change-item .detail > dd{
		margin-top: 20px;
	}
}


.zukan-section .fig{
	background-color: #F4F4F4;
	position: relative;
}
.zukan-section .fig img{
	display: block;
}
@media print, screen and (min-width:781px) {
	.zukan-section .fig{
		margin: 80px auto 100px;
		padding: 8% 0;
		width: 80%;
	}
	.zukan-section .fig img{
		margin-left: auto;
		margin-right: auto;
		width: 71.4285%;
	}
}
@media screen and (max-width: 780px) {
	.zukan-section .fig{
		margin: 80px auto 65px;
		padding: 8% 0;
		margin-left: -2.644%;
		margin-right: -2.644%;
		width: 105.288%;
	}
	.zukan-section .fig .ttl-sub{
		left: 50%;
		top: 0;
		transform: translate(-50%,-100%);
	}
	.zukan-section .fig img{
		margin-left: auto;
		margin-right: auto;
		width: 94.977%;
	}
}



.force-item{
	background-color: #E8EFF9;
	position: relative;
}
.force-item .detail > dt{
	font-weight: 700;
	line-height: 1.44;
}
.force-item .detail > dd{
	line-height: 1.71;
}
@media print, screen and (min-width:781px) {
	.force-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.force-item{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 4%;
		width: 48.936%;
	}
	.force-item:nth-child(n + 3){
		margin-top: 2.128%;
	}
	.force-item .image{
		width: 25.641%;
	}
	.force-item .detail{
		width: 67.1794%;
	}
	.force-item .detail > dd{
		font-size: 1.4rem;
		margin-top: 20px;
	}
}
@media screen and (max-width: 780px) {
	.force-list{
		margin-top: 25px;
	}
	.force-item{
		padding: 10% 8.89%;
	}
	.force-item:nth-child(n + 2){
		margin-top:20px;
	}
	.force-item .image{
		margin-left: auto;
		margin-right: auto;
		width: 27.12%;
	}
	.force-item .detail > dt{
		font-size: 2.0rem;
		margin-top: 10px;
		text-align: center;
	}
	.force-item .detail > dd{
		font-size: 1.5rem;
		margin-top: 20px;
	}
}


.personality-list{
	position: relative;
}
.personality-list .ttl-sub{
	position: static;
}
.personality-list dd > ul > li{
	border-bottom: 1px solid #EAEAEA;
	font-weight: 600;
}
@media print, screen and (min-width:781px) {
	.personality-list{
		margin: 80px auto 0;
		width: 80%;
	}
	.personality-list .ttl-sub{
		margin: 0 auto;
	}
	.personality-list dd{
		margin-top: 20px;
	}
	.personality-list dd > ul > li{
		font-size: min(1.46vw,2.0rem);
		text-align: center;
		padding: 25px 0;
	}
}
@media screen and (max-width: 780px) {
	.personality-list{
		margin-top: 50px;
	}
	.personality-list .ttl-sub{
		margin: 0 auto;
	}
	.personality-list dd{
		margin-top: 20px;
	}
	.personality-list dd > ul > li{
		font-size: min(4.61vw,3.6rem);
		text-align: center;
		padding: 30px 0;
	}
}



.table-list-wrap{
	background-color: #F4F4F4;
	position: relative;
}
.table-list{
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.table-list:before,
.table-list:after{
	background-color: #333333;
	content: "";
	display: block;
	position: absolute;
}
.table-ttl{
	background-color: #333333;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	position: absolute;
}
.table-ttl2,
.table-ttl3{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.table-item > ul > li{
	font-weight: 700;
}
.table-item > ul > li > a{
	background-color: #EBF4FF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.table-item > ul > li > a:after{
	background-image: url("../img/icon_arrow2.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}



.click > dt{
	color: #0088C9;
	font-weight: 700;
	letter-spacing: .07em;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}
.click > dt:after{
	background-image: url("../img/icon_click.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.click > dd{
	font-weight: 700;
}
@media print, screen and (min-width:781px) {
	.table-list-wrap{
		margin-top: 60px;
		padding: 7%;
	}
	.table-list{
		padding: 4.878%;
	}
	.table-list:before {
	  height: 100%;
	  width: 1px;
	  left: 50%;
	  top: 0;
	}
	.table-list:after {
	  height: 1px;
	  width: 100%;
	  left: 0;
	  top: 55.40542%;
	}
	.table-ttl{
		border-radius: 20px;
		font-size: min(1.46vw,2.0rem);
		text-align: center;
	}
	.table-ttl1,
	.table-ttl4{
		padding: 8px 0;
		max-width: 130px;
		width: 15.853%;
	}
	.table-ttl2,
	.table-ttl3{
		padding: 17px 8px;
	}
	.table-ttl1{
		left: 50%;
		top: 0;
		transform: translate(-50%,-50%);
	}
	.table-ttl2{
		left: 0;
		top: 55.40542%;
		transform: translate(-50%,-50%);
	}
	.table-ttl3{
		right: 0;
		top: 55.40542%;
		transform: translate(50%,-50%);
	}
	.table-ttl4{
		left: 50%;
		bottom: 0;
		transform: translate(-50%,50%);
	}
	
	.table-item{
		width: 47.29729%;
	}
	.table-item1,
	.table-item2{
		display: flex;
		justify-content: space-between;
	}
	.table-item3,
	.table-item4{
		margin-top: 5.40542%;
	}
	.table-item1 > ul,
	.table-item2 > ul{
		width: 48.57142%;
	}
	.table-item > ul > li{
		font-size: min(1.02vw,1.4rem);
	}
	.table-item2 > ul:last-child > li:nth-last-child(-n + 2){
		font-size: min(0.73vw,1.0rem);
	}
	.table-item > ul > li:nth-child(n + 2) {
		margin-top: 10px;
	}
	.table-item > ul > li > a{
		padding: 0 10%;
		height: 40px;
		transition: .3s;
	}
	.table-item > ul > li > a:after{
		height: 6px;
		width: 5px;
	}
	@media (hover: hover) and (pointer: fine){
		.table-item > ul > li > a:hover{
			opacity: .7;
		}
	}
	
	
	.click{
		display: flex;
		justify-content: center;
		margin-top: 55px;
	}
	.click > dt,
	.click > dd{
		background-color: #EBF4FF;
	}
	.click > dt{
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		font-size: min(1.02vw,1.4rem);
		padding-right: 65px;
		padding-left: 30px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.click > dt:after{
		height: 52px;
		width: 52px;
	}
	.click > dd{
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
		font-size: min(1.17vw,1.6rem);
		padding-right: 65px;
		padding-left: 30px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 780px) {
	.table-list-wrap{
		margin-top: 100px;
		padding: 7%;
	}
	.table-list-wrap .ttl-sub{
		left: 50%;
		top: -30px;
		transform: translate(-50%,-100%);
	}
	.table-list{
		padding: 4.878%;
	}
	.table-list:before {
	  height: 100%;
	  width: 1px;
	  left: 50%;
	  top: 0;
	}
	.table-list:after {
	  height: 1px;
	  width: 100%;
	  left: 0;
	  top: 65.40542%;
	}
	.table-ttl{
		border-radius: 20px;
		font-size: min(4.35vw,1.7rem);
		text-align: center;
	}
	.table-ttl1,
	.table-ttl4{
		padding: 8px 0;
		max-width: 110px;
		width: 35.61%;
	}
	.table-ttl2,
	.table-ttl3{
		padding: 17px 8px;
	}
	.table-ttl1{
		left: 50%;
		top: 0;
		transform: translate(-50%,-100%);
	}
	.table-ttl2{
		left: 0;
		top: 65.40542%;
		transform: translate(-100%,-50%);
	}
	.table-ttl3{
		right: 0;
		top: 65.40542%;
		transform: translate(100%,-50%);
	}
	.table-ttl4{
		left: 50%;
		bottom: 0;
		transform: translate(-50%,100%);
	}
	
	.table-item{
		width: 47.29729%;
	}
	.table-item3,
	.table-item4{
		margin-top: 5.40542%;
	}
	.table-item > ul > li{
		font-size: min(2.82vw,2.2rem);
		line-height: 1.36;
		margin-top: 5px;
	}
	.table-item > ul > li > a{
		padding: 5px 5%;
		transition: .3s;
	}
	.table-item > ul > li > a:after{
		height: 5px;
		width: 4px;
	}
	
	
	.click{
		margin-top: 55px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.click > dt{
		background-color: #EBF4FF;
		border-radius: 30px;
		font-size: min(3.33vw,2.5rem);
		padding-right: 65px;
		padding-left: 30px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.click > dt:after{
		height: 48px;
		width: 48px;
	}
	.click > dd{
		font-size: min(3.07vw,2.4rem);
		text-align: center;
		margin-top: 15px;
	}
}


/* ------- MODAL ---------------------------------------------- */
/* モーダル全体のコンテンツエリアを透明にする */
.modaal-container {
    background: transparent !important;
    box-shadow: none !important; /* 外側の影も不要なら消す */
}

/* 中身のテキストエリアも透明にする */
.modaal-content-container {
    background: transparent !important;
}
.modaal-close{
	position: relative;
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	letter-spacing: .07em;
	left: 50% !important;
	transform: translateX(-50%);
}
.modaal-close:focus, .modaal-close:hover{
	background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before{
	background: #FFF !important;
}
.modal-wrap{
	background-color: #E8EFF9;
}
.modal-inner{
	background-color: #FFF;
}
.modal-wrap .ttl{
	display: flex;
	justify-content: center;
}
.modal-wrap .ttl .jp{
	border-bottom: 1px solid #333333;
	font-weight: 400;
	letter-spacing: .07em;
	text-align: center;
}
.modal-wrap .exp > h3{
	font-weight: 300;
	letter-spacing: .07em;
}
.modal-wrap .challenge{
	background-color: #EBF4FF;
}
.modal-wrap .challenge dt{
	background-color: #FFF;
	font-weight: 700;
}
.modal-wrap .voice .subttl{
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.modal-wrap .voice .subttl:after{
	background-color: #333333;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.modal-wrap .voice .subttl h4{
	background-color: #FFF;
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	position: relative;
	z-index: 1;	
}
.modal-wrap .voice .voice-detail > p{
	color: #999999;
	font-weight: 500;
	line-height: 1.66;
}
.modal-wrap .voice .voice-detail > dl dt{
	font-weight: 700;
}
@media print, screen and (min-width:781px) {
	.no-padding-modal .modaal-content-container{
		padding: 0 !important;
	}
	.modaal-close{
		font-size: 1.4rem;
		padding-top: 40px !important;
	}
	.modaal-close:before,
	.modaal-close:after{
		left: 22px;
		top: 0;
		height: 40px;
		width: 1px;
	}
	
	
	
	.modal-wrap{
		padding: 5%;
	}
	.modal-inner{
		padding: 8% 7%;
	}
	.modal-wrap .ttl .jp{
		font-size: 2.4rem;
		padding: 0 45px 15px;
	}
	.modal-wrap .exp{
		margin-top: 65px;
	}
	.modal-wrap .exp > h3{
		font-size: 3.0rem;
		text-align: center;
	}
	.modal-wrap .exp > p{
		font-size: 1.6rem;
		margin-top: 15px;
	}
	.modal-wrap .challenge{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
		padding: 6% 4.375%;
	}
	.modal-wrap .challenge dt{
		border-radius: 25px;
		text-align: center;
		padding: 10px 0;
		width: 180px;
	}
	.modal-wrap .challenge dd{
		font-size: 1.4rem;
		width: calc(100% - 210px);
	}
	.modal-wrap .voice{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.modal-wrap .voice .subttl{
		margin-bottom: 30px;
		width: 100%;
	}
	.modal-wrap .voice .subttl h4{
		font-size: 1.4rem;
		padding-right: 15px;
	}
	.modal-wrap .voice .image{
		width: 60px;
	}
	.modal-wrap .voice .voice-detail{
		width: calc(100% - 90px);
	}
	.modal-wrap .voice .voice-detail > p{
		font-size: 1.2rem;
	}
	.modal-wrap .voice .voice-detail > dl > div{
		margin-top: 30px;
	}
	.modal-wrap .voice .voice-detail > dl > div > dd{
		margin-top: 15px;
	}
}
@media screen and (max-width: 780px) {
	.no-padding-modal .modaal-content-container{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.modaal-close{
		background: #474747 !important;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: fixed !important;
		bottom: 80px;
		top: auto !important;
	}
	.modaal-close:before,
	.modaal-close:after{
		background-color: #FFF !important;
		left: 24px;
		top: 18px;
		height: 14px;
		width: 2px;
	}
	
	
	.modal-wrap{
		padding: 5%;
	}
	.modal-inner{
		padding: 10% 5%;
	}
	.modal-wrap .ttl .jp{
		font-size: 1.8rem;
		padding: 0 7px 5px;
	}
	.modal-wrap .exp{
		margin-top: 25px;
	}
	.modal-wrap .exp > h3{
		font-size: 2.0rem;
		text-align: center;
	}
	.modal-wrap .exp > p{
		font-size: 1.5rem;
		margin-top: 30px;
	}
	.modal-wrap .challenge{
		margin-top: 30px;
		padding: 15% 5%;
	}
	.modal-wrap .challenge dt{
		border-radius: 25px;
		text-align: center;
		padding: 10px 0;
		margin-left: auto;
		margin-right: auto;
		width: 180px;
	}
	.modal-wrap .challenge dd{
		font-size: 1.4rem;
		text-align: center;
	}
	.modal-wrap .challenge dd > ul > li{
		border-bottom: 1px solid #FFF;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.modal-wrap .challenge dd > ul > li:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	.modal-wrap .voice{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 35px;
	}
	.modal-wrap .voice .subttl{
		width: calc(100% - 50px);
	}
	.modal-wrap .voice .subttl h4{
		font-size: 1.4rem;
		padding-right: 15px;
	}
	.modal-wrap .voice .image{
		width: 50px;
	}
	.modal-wrap .voice .voice-detail{
		margin-top: 20px;
		width: 100%;
	}
	.modal-wrap .voice .voice-detail > p{
		font-size: 1.2rem;
	}
	.modal-wrap .voice .voice-detail > dl > div{
		margin-top: 25px;
	}
	.modal-wrap .voice .voice-detail > dl > div > dd{
		margin-top: 10px;
	}
}