@charset "utf-8";
/*--------------------------------------------
All
---------------------------------------------*/
html {
    scroll-behavior: smooth;
}
/*print*/
@media print {
    a[href]:after {
      content: "" !important;
    }
    abbr[title]:after {
      content: "" !important;
    }
}

/*===== FONT =====*/
body{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #2a2b31 !important;
}
html,body {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6,p,code, kbd, pre, samp,table{
    font-family: 'Noto Sans JP', sans-serif !important;
}
p,span,li,th,tr,label{
    font-size: 1rem;
    letter-spacing: .3px;
}
@media screen and (max-width:767px){
    p,span,li,th,tr,label{
        font-size: .875rem;
    }
}
h1{
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6{
    text-align: justify;
}
h2{
    font-size: 3rem !important;
    font-weight: bold !important;
}

h4,h5,h6{
    margin-bottom: 0 !important;
}
h3{
    font-size: 3.125rem !important;
    font-weight: bold !important;
}
@media screen and (max-width:991px){
    h3{
        font-size: 2.5rem !important;
    }
}
@media screen and (max-width:575px){
    h2{
        font-size: 1.35rem !important;
    }
    h3{
        font-size: 1.8rem !important;
    }
    h4{
        font-size: 1.2rem !important;
    }
}
p{
    margin: 0 !important;
    text-align: justify;
}
ul{
    list-style: none;
    margin-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.en{
    font-family: "Roboto", sans-serif !important;
}
.en02{
    font-family: "Shippori Mincho", serif !important;
}
/*aタグ*/
a,.widget a,.widget a:hover{
    color: unset!important;
    text-decoration: none;
    outline: none;
}
a:focus, *:focus {
    outline:none!important;
}
a:visited{
    text-decoration: none;
    outline: none;
    color: unset;
}
a:focus, *:focus {
    outline:none;
}
a:hover {
    opacity: .8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
    outline: none;
}
/*display*/
.display-36 {
    font-size: clamp(1.5rem, 2.25vw, 2.25rem) !important;
}
.display-32 {
   font-size: clamp(1rem, 2vw, 2rem);
}
.display-28 {
   font-size: clamp(1rem, 1.75vw, 1.75rem);
}
.display-26 {
  font-size: clamp(1.25rem, 1.7vw, 1.625rem);
}
.display-24 {
   font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.display-20 {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
}
.display-18 {
    font-size: clamp(1rem, 1.0625vw, 1.065rem);
}
.display-16 {
    font-size: clamp(0.875rem, 0.521vw, 1rem) !important;
}
.display-14{
    font-size: clamp(0.875rem, 0.875vw, 0.875rem);
}
.display-12{
    font-size: clamp(0.75rem, 0.75vw, 0.75rem);
}
@media screen and (max-width:991px){
    .display-36{
        font-size: 2.5rem !important;
    }
}
@media screen and (max-width:575px){
    .display-28 {
        font-size: 1.4rem;
    }
    .display-26 {
        font-size: 1rem;
    }
    .display-24,
    .display-18 {
        font-size: 0.875rem;
    }
    span.display-18 {
        font-size: 0.75rem;
    }
    .display-36{
        font-size: 1.8rem !important;
    }
}
/*line-height*/
li,h1,h2,h3,h4,h5,h6{
    line-height: 1.5 !important;
}
.line01{
    line-height: 1 !important;
}
.line015{
    line-height: 1.5 !important;
}
.line018{
    line-height: 1.8 !important;
}
.line02{
    line-height: 2 !important;
}

/*font-weight*/
.font-weight-sbold{
    font-weight: 500;
}

/*===== COLOR =====*/
/*text*/
.text-key{
    color: #00a3ff !important;
}
.text-key02{
    color: #0053a5 !important;
}
/*background*/
.bg-key{
    background-color: #f3f7fa;
}
.bg-key02{
    background-color: #f4f6f8;
}
.bg-gray{
    background-color: #f4f4f4;
}
.bg-blue{
    background-color: #0053a5;
}
/*======= btn ======*/
/*more_btn*/
.more_btn_wrapper{
    display: flex;
    justify-content: center;
}
.more_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 300px;
    padding: 1rem 1rem;
    box-shadow: 0px 10px 20px -8px #ccc;
    border-radius: 0px;
    font-weight: bold;
    position:relative;
    background-color: #fff;
}
.more_btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    color: #0053a5;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width:576px) {
    .more_btn{
        padding: .8rem 2.5rem;
        min-width: 228px;
    }
}
.more_btn02 a{
	background-color: #fff;
	border: 1px solid #0053a5;
	border-radius: .3rem;
	box-shadow: 7px 4px 8px -5px #ccc;
	padding: clamp(1.2rem, 1.2vw, 1.9rem) clamp(1.5rem, 1.5vw, 2.3rem);
	min-width: 300px;
	transition: all 0.3s ease;
}
.more_btn02 a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	color: #0053a5;
	font-weight: 600;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: right .8s ease;
}
.more_btn02.more_btn02_before a::after{
	content: unset;
}
.more_btn02.more_btn02_before a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	color: #0053a5;
	font-weight: 600;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: right .8s ease;
}

/*======= コンテンツ ======*/
.inner{
    padding: clamp(3.125rem, 6.25vw, 6.25rem) 0;
}
.sub_inner{
    padding: 3rem 0;
}
/*container*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
    max-width: 1080px !important;
  }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 900px !important;
    }
}
@media screen and (max-width:779px) {
     .container {
        padding: 0 1.25rem !important;
    }
}
@media screen and (max-width:575px) {
    .container {
        padding: 0 1rem !important;
    }
	.sub_inner{
		padding: 1rem 0;
	}
}

/*table*/
table{
    margin: 0;
    border: none;
}
th{
    padding: 1.3rem !important;
    border-bottom: .08rem solid #afc0d2;
    border-top:unset!important;
    padding: 1.3rem !important;
    font-weight:normal;
    width:15%;
}
td{
    padding: 1.3rem !important;
    border-bottom: .08rem solid #afc0d2;
	border-top: unset !important;
    border-right: .06rem solid #fff;
    border-left: .06rem solid #fff;
}
.top th,
.top td{
	border-top: .08rem solid #afc0d2 !important;
}
.bottom th,
.bottom td{
	border-bottom:unset;
}
@media screen and (max-width: 480px) {
    th,td {
        padding: 1rem !important;
    }
	th{
		width:30%;
	}
}

/*z-index*/
.z-01{
    z-index:-1;
}
.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}

/*order*/
@media screen and (max-width:991px){
    .order01{
        order: 1;
    }
    .order02{
        order: 2;
    }
}

/*round*/
.round{
    border-radius: 8px;
}

/*border*/
.border-key{
    border-bottom: 1px solid #afc0d2;
}

/*お問い合わせ*/
#btn .btn_list a{
    height: 90px;
    box-shadow: 0px 7px 20px -8px #ccc;
}
#btn .btn_list li a span{
    font-size: 32px;
}
#btn .btn_list li:nth-child(2n) a span{
    font-size: 24px;
}
@media screen and (max-width:991px) {
    #btn .btn_list li a span,
    #btn .btn_list li a span i{
        font-size: 25px;
    }
    #btn .btn_list li:nth-child(2n) a span{
        font-size: 20px;
    }
}
@media screen and (max-width:575px) {
    #btn .btn_list a{
        height: 70px;
    }
}
/*--------------------------------------------
HEADER
---------------------------------------------*/
#header {
    /*position: fixed;*/
    z-index: 1000;
    width: 100%;
}
#header .header_logo img{
    width: clamp(220px, 19.167vw, 368px);
    height: clamp(55px, 4.375vw, 84px);
}
#header .header_block01{
    width: 65%;
}
#header .header_block02{
    width: 35%;
}
#header .header_block02 li{
    width: 75%;
}
#header .header_block02 li a{
    width: 100%;
}
#header .header_menu li{
    padding-right: clamp(1rem, 2vw, 2rem);
}
@media screen and (max-width:991px){
    #header .header_block01,
    #header .header_block02{
        width: 100%;
    }
    #header .header_menu li{
        padding-right: 0;
    }
}
@media screen and (max-width:575px){
    #header .header_logo img{
        width: unset;
        height: 33px;
    }
}

/*== ハンバーガー ==*/
#nav-drawer {
    position: relative;
    align-items: center;
    display: none;
}
#nav-content .nav_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
#nav-content .nav_inner ul.nav_list li{
    padding: 1rem 0;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
#nav-content .nav_inner ul.nav_list li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    color: #0053a5;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#nav-drawer .header_nav_switch{
    cursor: pointer;
    width: 30px;
    height: 30px;
    user-select: none;
    transition: .4s ease;
    position: relative;
    right: 1rem;
    top: 0;
    margin:0;
    z-index: 9999;
}
@media screen and (max-width:991px){
    #nav-drawer .header_nav_switch{
        right: .7rem;
    }
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#nav-input:checked ~ .header_nav_switch{
    background-color: #fff;
}
/* ハンバーガーアイコン */
#nav-drawer .hamburger_switch_line1,#nav-drawer .hamburger_switch_line1-before,#nav-drawer .hamburger_switch_line1_after{
    background: #0053a5;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    content: "";
}
#nav-drawer .hamburger_switch_line1{
    transform: translate(-50%, -50%);
}
#nav-drawer .hamburger_switch_line1-before{
    transform: translate(-50%, -300%);
}
#nav-drawer .hamburger_switch_line1_after{
    transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#nav-drawer .header_nav_switch02{
    cursor: pointer;
    width: 30px;
    height: 30px;
    user-select: none;
    transition: .4s ease;
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    margin: 0;
    z-index: 9999;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1{
    width: 0;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1-before{
    transform: rotate(45deg) translate(-35%, 325%);
    background: #0053a5;
}
#nav-drawer .header_nav_switch02 .hamburger_switch_line1_after{
    transform: rotate(-45deg) translate(-35%, -325%);
    background: #0053a5;
}
@media screen and (max-width:991px) {
    #nav-drawer {
        display: flex;
    }
}
@media screen and (max-width:575px) {
    #nav-drawer .header_nav_switch02{
        right: .8rem;
        top: .7rem;
    }
}
/*チェックボックス等は非表示に*/
.nav-unshown {
    display:none;
}
/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/*閉じる用の薄黒箇所*/
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
}
#nav-content .nav-wrapper {
    width: 100%;
    /*ハンバーガー共通*/
    height: 50px;
    position: relative;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/* コンテンツカバー */
#header_nav1:checked ~ .header_nav_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3,3,3,.5);
    display: block;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer{
    padding: 4rem 0;
}
#footer .footer_menu li{
    width: 23.5%;
    margin-right: 2%;
}
#footer .footer_menu li:nth-child(4n),
#footer .footer_menu li:last-child{
    margin-right: 0;
}
#footer .footer_menu li a{
    border-top: 1px solid #0053a5;
    border-bottom: 1px solid #0053a5;
    display: block;
    padding: 1.75rem 0;
}
#footer .footer_menu li:nth-child(n+5):nth-child(-n+7) a{
    border-top: unset;
}
#footer .footer_menu li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    color: #0053a5;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width:991px) {
    #footer .footer_menu li{
        width: 49%;
        margin-right: 2%;
    }
    #footer .footer_menu li:nth-child(n+1):nth-child(-n+2) a{
        border-bottom: unset;
    }
    #footer .footer_menu li:nth-child(even){
        margin-right: 0;
    }
    #footer .footer_menu li a{
        padding: 1.3rem 0;
    }
}
@media screen and (max-width:575px) {
    #footer{
        padding: 3rem 0;
    }
    #footer .footer_logo img{
        width: 55%;
    }
    
}