@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');	
/* CSS Document */
/*=================================
01.common
02.header
03.footer
04.cv_area
05.nav
06.@media
==================================*/

/*=================================
common
==================================*/
body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #212121;
}
a{cursor: pointer;}
* {font-size: 1.4545vw;}
.pc_cnt{display: block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}
.w1100{
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}
main{
	line-height: 1.7;
	position: relative;
	z-index: 1;
}
.clm2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.clm2 > *{
	width: 48.5%;
}
.f_serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f_serif_en {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.w_1100{
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.w_400{
	max-width: 400px;
}
.bold{
	font-weight: 600;
}
.nmlBtn_itemLink{
	max-height: 56px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}

/*---lower_layer系----*/
.lower_layer main{
	padding-top: 5.7rem;
}
.lower_layer main + footer{
	margin-top: 100px;
}
@media screen and (max-width: 1000px){
	.lower_layer main{
		padding-top: 7rem;
	}
}
.breadcrumb_list li a{
	font-size: 12px;
}
.lower_layer.layout-docs .breadcrumb_list li a{
	color: #6d7680;
}
.lower_layer_kv_area{
	padding: 90px 0;
	background-image: linear-gradient(150deg, rgba(244, 251, 255, 1) 10%, rgba(215, 230, 244, 1) 90%);
}
.lower_layer_kv_area h1{
	font-size: 2.5rem;
}
.lower_layer_kv_area h1.white{
	color: #ffffff;
}
.lower_layer header{
	border-bottom: 1px solid #006ABD;
}
.lower_layer th{
	font-weight: normal;
}
.layout-docs .heading2 span{
	max-width: 100%;
}
.heading2,.heading3,.nmlBtn_text .main,.imgTxtBox_txt .text-main,.floatDList dt,.heading5,.heading4,.fwB{
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
}

/*=================================
header
==================================*/
header{
	position: fixed;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background-color: #ffffff;
    width: 100%;
	transition: all 0.3s ease;
}
header h1{
	max-width: 320px;
	width: 30%;
	position: relative;
}
header h1 .logo_def{
	opacity: 1;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
}
header h1 .logo_white{
	opacity: 0;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
}
header nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5rem 1.2rem;
}
header nav ul.sub_nav a,header nav ul.sub_nav a:visited{
	color: #666666;
	font-size: 0.875rem;
	text-decoration: none;
	font-weight: 500;
}
header nav ul.sub_nav li a,header nav ul.sub_nav li span{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	padding-bottom: 5px;
}
header nav ul.sub_nav li a::before,header nav ul.sub_nav li span::before{
	content: "";
	margin-right: 5px;
}
header nav ul.sub_nav li:nth-child(1) a::before{
	width: 0.875rem;
	height: 0.875rem;
	background: url(/common/images/header_icon_01_b.svg) no-repeat;
	background-size: 100% auto;
}
header nav ul.sub_nav li:nth-child(2) a::before{
	width: 0.875rem;
	height: 0.875rem;
	background: url(/common/images/header_icon_02_b.svg) no-repeat;
	background-size: 100% auto;
}
header nav ul.sub_nav li:nth-child(3) span::before{
	content: "";
	margin-right: 5px;
	width: 0.75rem;
	height: 1.25rem;
	background: url(/common/images/header_icon_03_b.svg) no-repeat;
	background-size: 100% auto;
}
header nav ul.sub_nav li:nth-child(3) span{
	font-size: 1.125rem;
}

header nav ul.main_nav{
	margin-top: 10px;
}
header nav ul.main_nav a,header nav ul.main_nav a:visited{
	color: #212121;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
}
header nav ul.main_nav li.header_contact a{
	background-color: #0076CE;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 7px;
	font-size: 0.925rem;
	border-radius: 2px;
	font-weight: normal;
	transition: 0.3s all; 
}
header nav ul.main_nav li.header_contact a:hover{
	opacity: 0.7;
}
header nav ul.main_nav li.header_contact a::before{
	content: "";
	width: 1.35rem;
	height: 1rem;
	background: url(/common/images/header_icon_04_w.svg) no-repeat;
	background-size: 100% auto;
	margin-right: 5px;
}
header .nav__wrapper .sp_header_bottom{
	display: none;
}

header nav ul a {
  padding-bottom: 5px;
  position: relative;
}
header nav ul.sub_nav a::after,header nav ul.main_nav a::after  {
  background: #0076CE;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
header nav ul.sub_nav a:hover::after,header nav ul.main_nav a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .menu_button{
	display: none;
}
header nav ul.main_nav li.header_contact a::after{
	content: none;
}
header nav ul li.active a::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
/*-----topMode----*/
header.topMode{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
body.sp_menu_open header.topMode{
	background: #ffffff;
}
header.topMode h1 .logo_def{
	opacity: 0;
}
header.topMode h1 .logo_white{
	opacity: 1;
}
body.sp_menu_open header.topMode h1 .logo_def{
	opacity: 1;
}
body.sp_menu_open header.topMode h1 .logo_white{
	opacity: 0;
}
header.topMode .menu_button::before, header.topMode .menu_button::after, header.topMode .menu_button span{
	background-color: #ffffff;
}
body.sp_menu_open header.topMode .menu_button::before, body.sp_menu_open header.topMode .menu_button::after, body.sp_menu_open header.topMode .menu_button span{
	background-color: #0076CE;
}

header.topMode nav ul.main_nav a, header.topMode nav ul.main_nav a:visited{
	color: #ffffff;
}
header.topMode nav ul.sub_nav a, header.topMode nav ul.sub_nav a:visited,header.topMode nav ul.sub_nav span{
	color: #ffffff;
}
header.topMode nav ul.sub_nav li:nth-child(1) a::before {
    background: url(/common/images/header_icon_01_w.svg) no-repeat;
    background-size: 100% auto;
}
header.topMode nav ul.sub_nav li:nth-child(2) a::before {
    background: url(/common/images/header_icon_02_w.svg) no-repeat;
	background-size: 100% auto;
}
header.topMode nav ul.sub_nav li:nth-child(3) span::before {
    background: url(/common/images/header_icon_03_w.svg) no-repeat;
	background-size: 100% auto;
}
/*=================================
footer
==================================*/
footer{
	position: relative;
}
footer .contact_area{
	background: url(/common/images/contact_bg.png) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
footer .contact_area > div{
	display: flex;
	justify-content: space-between;
}
footer .contact_h2{
	font-size: 2.75rem;
	color: #0076CE;
}
footer .contact_h2 span{
	display: block;
	margin-top: 10px;
}
footer .contact_btn{
	max-width: 450px;
	width: 40%;
}
footer .contact_btn a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	border-radius: 100px;
	border: 1px solid #0076CE;
	padding: 18px;
	font-size: 1.25rem;
	transition: all .2s ease;
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
footer .contact_btn a::before{
	content: "";
	width: 1.7rem;
	height: 1.25rem;
	background: url(/common/images/header_icon_04_b.svg) no-repeat;
	background-size: 100% auto;
}
footer .contact_btn a::after{
	content: "";
	color: #0076CE;
	line-height: 1;
	width: 0.7em;
	height: 0.7em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	transition: all .2s ease;
}
footer .contact_btn a:hover{
	background-color: #0076CE;
	color: #ffffff;
}
footer .contact_btn a:hover::before{
	background: url(/common/images/header_icon_04_w.svg) no-repeat;
	background-size: 100% auto;
}
footer .contact_btn a:hover::after{
	color: #ffffff;
}
/*------*/
footer .tel_box{
	font-weight: bold;
}
footer .tel_box .tel_box_title{
	font-size: 1.125rem;

}
footer .tel_box .tel_box_no{
	margin: 20px 0;
}
footer .tel_box .tel_box_no a{
	pointer-events: none;
	font-size: 2.5rem;
}
footer .tel_box .tel_box_info{
	font-weight: normal;
}
/*------*/
footer .mail_box{
	font-weight: bold;
}
footer .mail_box .mail_box_title{
	font-size: 1.125rem;

}
footer .mail_box .mail_box_add{
	font-size: 2rem;
    margin: 27px 0 20px;
	font-weight: 600;
}
/*------*/
footer .footer_nav{
	background-color: #F8F8F8;
	padding: 60px 0;
}
footer .footer_nav > div{
	display: flex;
	justify-content: space-between;
}
footer .footer_nav .footer_nav_list_box{
	margin-left: 5%;
	width: 50%;
	display: flex;
	justify-content: space-between;
}
footer .footer_nav .footer_nav_list li a{
	display: inline-block;
	font-weight: 500;
	font-size: 0.875rem;
	margin-bottom: 20px;
	transition: all .2s ease;
}
footer .footer_nav .footer_nav_list.border{
	border-left: 1px solid #DEDEDE;
	padding-left: 5rem;
}
footer .footer_nav .footer_nav_list.border li a{
	font-weight: normal;
}
footer .footer_nav .footer_nav_list li ul li{
	padding-left: 15px;
}
footer .footer_nav .footer_nav_list li ul li a{
	font-weight: normal;
}
footer .footer_nav .footer_nav_list li a,footer .footer_nav .footer_nav_list li ul li a{
  padding-bottom: 5px;
  position: relative;
}
footer .footer_nav .footer_nav_list li a::after,footer .footer_nav .footer_nav_list li ul li a::after {
  background: #0076CE;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
footer .footer_nav .footer_nav_list li a:hover::after,footer .footer_nav .footer_nav_list li ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footer_nav > div.footer_banner{
	display: block;
	margin-top: 40px;
}
.footer_banner ul{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.footer_banner ul li{
	max-width: 260px;
}
.footerCopy_area > div:nth-child(1){
	padding: 50px 0;
	text-align: center;
	background-color: #ffffff;
}
.footerCopy_area > div img{
	max-width: 350px;
	width: 70%;
}
.footerCopy_area > div:nth-child(2){
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-size: 0.75rem;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #0076CE;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
	transition: 0.3s all;
}
.pagetop:hover{
    border: solid 1px #ffffff;
    background: #0076CE;
}
.pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 2px solid #0076CE;
    border-right: 2px solid #0076CE;
    transform: translateY(20%) rotate(-45deg);
}
.pagetop:hover .pagetop__arrow{
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
/*=================================
nav
==================================*/

/*=================================
@media
==================================*/
/* デバイス幅が1100px以上 */
@media screen and (min-width: 1100px) {
	* {font-size: 16px;}
}
/* デバイス幅が767px以下 */
@media screen and (max-width: 767px){
	/*=================================
	01.common
	02.header
	03.footer
	04.nav
	==================================*/
	/*=================================
	common
	==================================*/
	* {font-size: 16px;}
	.pc_cnt{display: none;}
	.sp_cnt{display: block;}
	.sp_cnt_inline{display: inline;}
	.clm2{
		display: block;
	}
	.clm2 > *{
		width: 100%;
	}
	
	/*---lower_layer系---*/
	.lower_layer main{
		padding-top: 3.6rem;
	}
	.lower_layer_kv_area{
		padding: 50px 0;
		background-image: linear-gradient(150deg, rgba(244, 251, 255, 1) 10%, rgba(215, 230, 244, 1) 90%);
	}
	.lower_layer_kv_area h1{
		font-size: 1.75rem;
	}
	/*=================================
	header
	==================================*/
	header{
		padding: 15px 10px;
	}
	header h1{
		width: 64%;
	}
	header nav.nav__wrapper{
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
		transform: translateX(100%);
		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
		padding: 20px;
		display: flex;
		flex-direction: column;
		height: 100vh;
	}
	header .nav__wrapper.active {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);

		overflow: scroll;
		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	}
	header nav.nav__wrapper #menu_bg{
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
		transform: translateX(100%);
		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
		height: 100vh;
		background-color: rgba(20, 108, 176, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
	}
	header nav.nav__wrapper #menu_bg.active {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		overflow: scroll;
		transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	}
	
	header .nav__wrapper .sub_nav{
		order: 2;
		padding: 4px 0;
		border-bottom: 1px solid #ffffff;
	}
	header .nav__wrapper .sub_nav li{
		width: 50%;
	}
	header nav ul.sub_nav a, header nav ul.sub_nav a:visited{
		font-size: 1rem;
		color: #ffffff !important;
		padding: 10px 0;
		margin: 5px 0;
	}
	header nav ul.sub_nav a::after{
		content: none;
	}
	header nav ul.sub_nav li:nth-child(1){
		border-right: 1px solid #ffffff;
	}
	header nav ul.sub_nav li:nth-child(1) a::before{
		width: 1.25rem;
		height: 1.25rem;
		background: url(/common/images/header_icon_01_w.svg) no-repeat;
		background-size: 100% auto;
	}
	header nav ul.sub_nav li:nth-child(2) a::before{
		width: 1.25rem;
		height: 1.25rem;
		background: url(/common/images/header_icon_02_w.svg) no-repeat;
		background-size: 100% auto;
	}
	header .nav__wrapper .sub_nav .pc_tel{
		display: none;
	}
	header .nav__wrapper .main_nav{
		order: 1;
		flex-direction: column;
		gap: 0;
		border-top: 1px solid #ffffff;
	}
	header .nav__wrapper .sp_header_bottom{
		order: 3;
		display: block;
	}
	header .nav__wrapper .main_nav li{
		width: 100%;
	}
	header .nav__wrapper ul.main_nav li a{
		display: block;
		padding: 20px 10px;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		position: relative;
	}
	header .nav__wrapper ul.main_nav li a::after {
		content: "";
		color: #ffffff;
		line-height: 1;
		width: 0.7em;
		height: 0.7em;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateX(-25%) rotate(45deg);
		transition: all .2s ease;
		position: absolute;
		top: calc(50% - 0.2em);
		right: 10px;
		left: auto;
		background: none;
		transform-origin: center;
	}
	header .nav__wrapper ul.main_nav li a:hover::after{
		transform-origin: center;
	}
	header nav ul.main_nav li.header_contact{
		display: none;
	}

	header nav ul.sp_header_bottom li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 1px solid #ffffff;
		border-radius: 100px;
		padding: 18px;
		font-size: 1rem;
		color: #ffffff;
		margin: 20px 0;
	}
	header nav ul.sp_header_bottom li:nth-child(1) a::before{
		content: "";
		width: 1.7rem;
		height: 1.25rem;
		background: url(/common/images/header_icon_04_w.svg) no-repeat;
		background-size: 100% auto;
	}
	header nav ul.sp_header_bottom li a::after{
		content: "";
		line-height: 1;
		width: 0.7em;
		height: 0.7em;
		border-left: 0;
		border-bottom: 0;
	}
	header nav ul.sp_header_bottom li:nth-child(2) a{
		background-color: #ffffff;
		color: #1B5F92;
		padding: 12px 18px;
	}
	header nav ul.sp_header_bottom li:nth-child(2) a::before{
		content: "";
        width: 1.2rem;
        height: 2rem;
        background: url(/common/images/header_icon_03_b.svg) no-repeat;
        background-size: 100% auto;
	}
	header nav ul.sp_header_bottom li:nth-child(2) a::after{
		color: #ffffff;
	}
	
	header .menu_button {
		display: block;
		width: 45px;
		height: 45px;
		position: fixed;
		top: 5px;
		right: 10px;
		z-index: 99;
	}
	header .menu_button::before,header .menu_button::after,header .menu_button span {
		content: "";
		width: 28px;
		height: 2px;
		background-color: #0076CE;
		position: absolute;
		top: 72%;
		right: 0;
        transform: translate(0, -50%);
		transition: 0.3s all;
		pointer-events: none;
	}
	header .menu_button::before {
		top: 38%;
	}
	header .menu_button span{
		top: 55%;
		width: 21px;
	}
	header .menu_button::after{
		width: 14px;
	}
	header .menu_button.active::before{
		transform: rotate(45deg);
		top: 50%;
		left: 33%;
		right: auto;
		width: 28px;
	}
	header .menu_button.active::after{
		transform: rotate(-45deg);
		top: 50%;
		left: 33%;
		right: auto;
		width: 28px;
	}
	header .menu_button.active span{
		display:  none;
	}
	body.sp_menu_open{
		height: 100%;
		overflow: hidden;
	}
	/*=================================
	footer
	==================================*/
	footer .contact_area{
		padding: 50px 0;
		background-position: top left -300px;
	}
	
	footer .contact_area > div{
		flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
	}
	footer .contact_btn{
		width: 100%;
		margin: 40px 0;
	}
	footer .contact_btn a{
		font-size: 1.125rem;
	}
	footer .footer_nav{
		padding: 40px 0 20px;
	}
	footer .footer_nav > div{
		flex-wrap: wrap;
	}
	footer .footer_nav > div > .footer_nav_list:first-child,footer .footer_nav .footer_nav_list_box{
		width: 50%;
		display: block;
	}
	footer .footer_nav .footer_nav_list_box{
		margin-left: 0;
	}
	footer .footer_nav .footer_nav_list.border{
		width: 100%;
		border-left: none;
		border-top: 1px solid #DEDEDE;
		padding-left: 0;
		padding-top: 1.5rem;
	}
	
	.footerCopy_area > div:nth-child(1){
		padding: 20px;
	}
	.footerCopy_area > div:nth-child(2){
		font-size: 0.625rem;
	}
	footer .mail_box{
		margin: 40px 0 20px;
	}
	footer .mail_box .mail_box_add{
		font-size: 1.75rem;
		margin-top: 20px;
	}
	footer .tel_box .tel_box_no a{
		pointer-events: auto;
		font-size: 2rem;
	}
	footer .footer_nav > div.footer_banner{
		margin-top: 0;
	}
	.pagetop{
		right: 10px;
		bottom: 10px;
		height: 40px;
		width: 40px;
	}
	
	
	/*=================================
	nav
	==================================*/
	
	
}
/*=================================
animation
==================================*/

.inview_re{
	transform: translateY(50px);
    opacity: 0;
}
.inview_re.is-show {
    animation: slideInB .6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

@keyframes slideInB {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  70%,100% {
    opacity: 1;
  }
}
