@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.under_title_area
05.contact_area
--------------------*/
.slider_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.cnt_video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 1.5s ease-in-out;
}

.slick-slide {
    opacity: 0;
}

.slick-active {
    opacity: 1;
}
/*----------
01.共通
----------*/
@font-face {
font-family: 'Futura';
src:
url('../font/Futura/Futura_Medium.woff2') format('woff2'),
url('../font/Futura/Futura_Medium.woff') format('woff'),
url('../font/Futura/Futura_Medium.ttf') format('truetype'); 
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Futura';
src:
url('../font/Futura/Futura_Bold.woff2') format('woff2'),
url('../font/Futura/Futura_Bold.woff') format('woff'),
url('../font/Futura/Futura_Bold.ttf') format('truetype'); 
font-weight: bold;
font-style: normal;
}

body{
-webkit-font-smoothing: antialiased;
}

*{
box-sizing: border-box;
}

*:focus {
outline: none;
}

#wrapper{
width: 100%;
overflow: hidden;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
color: #000000;
}

.pc{
display: block;
}

.sp{
display: none;
}

.contents_in{
max-width: 1080px;
width: 96%;
margin: 0 auto;
}

.gothic_font{
font-family: 'BIZ UDPGothic', sans-serif;
}

a{
color: #000000;
}

a:hover{
color: #000000;
}

a:link{
color: #000000;
}

img{
width: 100%;
height: auto;
display: block;
}

img.blank {
	width: 12px;
    margin-left: 3px;
    height: auto;
    display: inline-block;
}

.btn_ptn01 {
max-width: 250px;
width: 100%;
}

.btn_ptn01 a {
color: #2A3790;
background: #FFFFFF;
font-size: 16px;
line-height: 29px;
font-weight: 500;
text-align: center;
border: solid #2A3790 1px;
display: block;
position: relative;
padding: 10px 18px 10px 10px;
overflow: hidden;
z-index: 1;
transition: 0.3s;
}

.btn_ptn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
right: 16px;
transition: 0.3s;
}

.btn_ptn01 a::before {
background: #2A3790;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
z-index: -1;
}

.btn_ptn01 a:hover {
 color: #FFFFFF;
}

.btn_ptn01 a:hover::after {
background: url("../img/icon_arrow02.png")no-repeat center/contain;
}

.btn_ptn01 a:hover::before {
transform: scale(1, 1);
}

.btn_ptn02 {
    max-width: 250px;
    width: 100%;
}

.btn_ptn02 a {
color: #ffffff;
background: #2A3790;
font-size: 16px;
line-height: 29px;
font-weight: 500;
text-align: center;
border: solid #ffffff 1px;
display: block;
position: relative;
padding: 10px 18px 10px 10px;
overflow: hidden;
z-index: 1;
transition: 0.3s;
}

.btn_ptn02 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow02.png")no-repeat center/contain;
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
right: 16px;
transition: 0.3s;
}

.btn_ptn02 a::before {
background: #ffffff;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
z-index: -1;
}

.btn_ptn02 a:hover {
    color: #2A3790;
    border: solid 1px #2A3790;
}

.btn_ptn02 a:hover::after {
background: url("../img/icon_arrow01.png")no-repeat center/contain;
}

.btn_ptn02 a:hover::before {
transform: scale(1, 1);
}



.h2_title_ptn01 {
color: #212A6C;
text-align: left;
margin: 0 auto 60px;
}

.h2_title_ptn01 .h2_en {
font-family: 'Futura';
text-transform: uppercase;
font-size: 40px;
line-height: 53px;
letter-spacing: 1px;
display: block;
}

.h2_title_ptn01 .h2_jp {
font-size: 16px;
line-height: 29px;
font-weight: 700;
display: block;
}

.h2_title_ptn02 {
font-size: 20px;
line-height: 29px;
font-weight: 500;
position: relative;
padding-left: 21px;
margin-bottom: 40px;
}

.h2_title_ptn02::before {
position: absolute;
content: "";
background: linear-gradient(0deg, rgba(78,128,255,1) 0%, rgba(45,69,155,1) 49%, rgba(15,31,149,1) 100%);
width: 6px;
height: 100%;
top: 0;
left: 0;
}

.under_page main {
padding-top: 90px;
}


/*----------
共通アニメーション
----------*/
.js_fadeup {
opacity: 0;
transform: translateY(30%);
transition: opacity 1.4s, transform 1.4s; 
}

.js_fadeup.is_inview {
opacity: 1; 
transform: translateY(0);
}

.js_fadein {
animation-delay: 1s;
}

.js_fadein.is_fadein {
animation: fadein 1.8s;
}

@keyframes fadein {
0%{
transform:scale(0);
}
	60%{
transform:scale(1.2);
}
100%{
transform:scale(1);
}
}

.js_slideleft {
opacity: 0;
transform: translateX(-30%);
transition: opacity 1.8s, transform 1.8s; 
}

.js_slideleft.is_inview {
opacity: 1; 
transform: translateX(0);
}

.js_slideright {
opacity: 0;
transform: translateX(30%);
transition: opacity 2s, transform 2s; 
}

.js_slideright.is_inview {
opacity: 1; 
transform: translateX(0);
}

/*----------
02.ヘッダー
----------*/
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
background: #FFFFFF;
}

header .contents_in {
max-width: 1220px;
}

header .header_wrapper {
display: flex;
align-items: center;
justify-content: space-between;
padding: 19px 0 20px;
}

header .header_wrapper .logo {
max-width: 168px;
}

header .header_wrapper .open_btn {
display: none;

}

header .header_wrapper .nav_in {
display: flex;
align-items: center;
justify-content: right;
max-width: 782px;
/*max-width: 872px;*/
width: 78%;
z-index: 9;
}

header .header_wrapper .nav_in .nav_list {
display: flex;
margin-right: 20px;
align-items: center;
justify-content: space-between;
max-width: 582px;
width: 65%;
}

header .header_wrapper .nav_in .nav_list li {
position: relative;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-of-type(5)::before,header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-of-type(5)::after{
    content: none;
    }

header .header_wrapper .nav_in .nav_list li a {
color: #212A6C;
font-size: 14px;
line-height: 24px;
font-weight: 500;
}

header .header_wrapper .nav_in .nav_list li a:hover {
opacity: 0.5;
cursor: pointer;
}

header .header_wrapper .nav_in .nav_list .more_btn {
position: relative;
}

header .header_wrapper .nav_in .nav_list li .nav_in_list {
position: absolute;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
top: 40px;
left: -140px;
min-width: 370px;
background: #F4F4F4;
padding: 20px 30px 20px;
z-index: 9;
display: none;
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

header .header_wrapper .nav_in .nav_list .nav_in_list.active {
display: flex;
}

header .header_wrapper .nav_in .nav_list .nav_in_list.active::after{
content: "";
display: inline-block;
width: 13px;
height: 13px;
clip-path: polygon(0 100%, 50% 0, 100% 100%);
background: #F4F4F4;
position: absolute;
top: -13px;
left: 50%;
transform: translateX(-50%);
}

header .header_wrapper .nav_in .nav_list .nav_in_list li {
width: 50%;
margin-bottom: 10px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:last-child,
header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-last-child(2) {
margin-bottom: 0;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li a {
font-size: 14px;
line-height: 22px;
color: #646A93;
position: relative;
/* padding-left: 17px; */
}

/* header .header_wrapper .nav_in .nav_list .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
} */

header .header_wrapper .nav_in .contact_btn {
max-width: 150px;
width: 100%;
background: linear-gradient(90deg, rgba(15,31,149,1) 0%, rgba(45,69,155,1) 60%, rgba(78,128,255,1) 100%);
}

header .header_wrapper .nav_in .contact_btn a{
color: #FFFFFF;
font-size: 14px;
line-height: 24px;
font-weight: 500;
display: block;
text-align: center;
padding: 7px 10px;
position: relative;
overflow: hidden;
z-index: 1;
transition: 0.3s;
border: solid rgba(0,0,0,0) 1.5px;
}

header .header_wrapper .nav_in .contact_btn a::before {
background: #FFFFFF;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
z-index: -1;
}

header .header_wrapper .nav_in .contact_btn a:hover {
border: solid #212A6C 1.5px;
color: #212A6C;
}

header .header_wrapper .nav_in .contact_btn a:hover::after {
background: url("../img/icon_arrow02.png")no-repeat center/contain;
}

header .header_wrapper .nav_in .contact_btn a:hover::before {
transform: scale(1, 1);
}

header .header_wrapper .nav_in .language_box {
max-width: 85px;
width: 100%;
position: relative;
}

header .header_wrapper .nav_in .language_box .language_btn {
color: #212A6C;
font-size: 15px;
font-weight: 500;
line-height: 22px;
position: relative;
padding-right: 20px;
}

header .header_wrapper .nav_in .language_box .language_btn::after {
position: absolute;
content: "";
background: url("../img/icon_arrow05.png")no-repeat center/contain;
width: 8px;
height: 7px;
top: 10px;
right: 0;
}

header .header_wrapper .nav_in .language_box .language_btn:hover {
cursor: pointer;
}

header .header_wrapper .nav_in .language_box .lang_list {
margin-top: 10px;
width: 100%;
display: none;
position: absolute;
top: 30px;
left: 0;
}

header .header_wrapper .nav_in .language_box .lang_list.active {
display: block;
}

header .header_wrapper .nav_in .language_box .lang_list li {
margin-bottom: 3px;
}

header .header_wrapper .nav_in .language_box .lang_list li a {
font-size: 14px;
line-height: 1;
text-align: center;
/*background: linear-gradient(90deg, rgba(15,31,149,1) 0%, rgba(45,69,155,1) 60%, rgba(78,128,255,1) 100%);*/
color: #212A6C;
padding: 4px 10px 5px;
display: block;
border: solid #212A6C 1px;
background: #FFFFFF;
}

/*----------
03.フッター
----------*/
footer {
background: #FFFFFF;
}

footer .footer_wrapper{
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 50px 0;
}

footer .footer_wrapper .cnt_left {
max-width: 225px;
width: 29%;
}

footer .footer_wrapper .cnt_left .logo {
max-width: 225px;
margin-bottom: 30px;
}

footer .footer_wrapper .cnt_text .link_btn {
margin-bottom: 5px;
}

footer .footer_wrapper .cnt_text .link_btn:last-child {
margin-bottom: 0;
}

footer .footer_wrapper .cnt_text .link_btn a {
color: #646A93;
font-size: 12px;
line-height: 22px;
}

footer .footer_wrapper .cnt_text .link_btn a:hover {
opacity: 0.5;
cursor: pointer;
}

footer .footer_wrapper .cnt_right {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 698px;
width: 70%;
}

footer .footer_wrapper .cnt_right .nav_list:nth-child(2) {
max-width: 303px;
width: 55%;
}

footer .footer_wrapper .cnt_right .nav_list li {
margin-bottom: 20px;
}

footer .footer_wrapper .cnt_right .nav_list li:last-child {
margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_list:first-child li:nth-child(3) {
margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_list li a {
display: block;
width: fit-content;
}

footer .footer_wrapper .cnt_right .nav_list li a:hover {
opacity: 0.5;

}

footer .footer_wrapper .cnt_right .nav_list .nav_btn {
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #2A3790;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn.group:hover {
opacity: 1;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn.nolink:hover {
	opacity: 1;
}

footer .footer_wrapper .cnt_right .nav_in_list {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li {
width: 50%;
margin-bottom: 5px;
}

footer .footer_wrapper .cnt_right .nav_in_list li:last-child,
footer .footer_wrapper .cnt_right .nav_in_list li:nth-last-child(2) {
margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_in_list li a {
font-size: 12px;
line-height: 22px;
color: #646A93;
position: relative;
padding-left: 17px;
}

footer .footer_wrapper .cnt_right .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
}

footer .footer_wrapper .cnt_right .nav_in_list.service {
	display: block;
}

footer .footer_wrapper .cnt_right .nav_in_list.service li {
	width: 100%;
	margin-bottom: 5px;
}

footer .footer_wrapper .cnt_right .nav_in_list.service li:last-of-type {
	margin-bottom: 0;
}

footer .copy_right {
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
text-align: center;
background: #2A3790;
padding: 9px 0;
}

/*----------
05.under_title_area
----------*/
.under_title_area {
background: url("../../img/service/under_title_bg_img.png")no-repeat center/cover;
padding: 100px 0 90px;
position: relative;
}

.under_title_area::after {
position: absolute;
content: "";
background: linear-gradient(90deg, rgba(0,28,235,0.4) 0%, rgba(225,225,225,0.2) 60%, rgba(225,225,225,0.2) 100%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.under_title_area .h1_title {
color: #1f3989;
position: relative;
z-index: 1;
}

.under_title_area .h1_title .h1_en {
font-family: 'Futura';
text-transform: uppercase;
font-size: 50px;
line-height: 66px;
letter-spacing: 5px;
display: block;
margin-bottom: 15px;
}

.under_title_area .h1_title .h1_jp {
font-size: 18px;
line-height: 29px;
font-weight: 700;
display: block;
}

/*----------
04.contact_area
----------*/
#contact_area {
background: url("../img/contact_bg_img_pc.png")no-repeat center/cover;
position: relative;
z-index: 2;
padding: 77px 0 78px;
}

#contact_area::after {
position: absolute;
content: "";
background: rgba(0,0,0,0.3);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

#contact_area .cnt_g {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 1;
}

#contact_area .cnt_g .h2_title_ptn01 {
color: #FFFFFF;
text-align: left;
margin: 0;
}

#contact_area .cnt_g .cnt_text {
max-width: 665px;
width: 65%;
}

#contact_area .cnt_g .cnt_text .text {
color: #FFFFFF;
font-size: 16px;
line-height: 29px;
font-weight: 500;
margin-bottom: 40px;
}

@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/

.h2_title_ptn01 {
text-align: center;
margin: 0 auto 50px;
}

.h2_title_ptn01 .h2_en {
text-transform: uppercase;
font-size: 34px;
line-height: 46px;
letter-spacing: 1px;
display: block;
}

.h2_title_ptn02 {
font-size: 18px;
line-height: 26px;
font-weight: 500;
position: relative;
padding-left: 18px;
margin-bottom: 30px;
}

.h2_title_ptn02::before {
position: absolute;
content: "";
background: linear-gradient(0deg, rgba(78,128,255,1) 0%, rgba(45,69,155,1) 49%, rgba(15,31,149,1) 100%);
width: 5px;
height: 100%;
top: 0;
left: 0;
}

.under_page main {
padding-top: 75.5px;
}


/*----------
02.ヘッダー 1024
----------*/
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

header .contents_in {
max-width: 1220px;
width: 100%;
}

header .header_wrapper {
display: block;
padding: 12px 0;
position: relative;
}

header .header_wrapper .logo {
max-width: 168px;
margin-left: 20px;
}

header .header_wrapper .open_btn {
display: block;
background: linear-gradient(90deg, rgba(15,31,149,1) 0%, rgba(45,69,155,1) 60%, rgba(78,128,255,1) 100%);
width: 38px;
height: 38px;
position: absolute;
top: 18px;
right: 20px;
cursor: pointer;
}

header .header_wrapper .open_btn span {
position: absolute;
background: #FFFFFF;
width: 20px;
height: 1.5px;
left: 9px;
transition: 0.3s;
}

header .header_wrapper .open_btn span:first-child {
top: 11px;
}

header .header_wrapper .open_btn span:nth-child(2) {
top: 18px;
}

header .header_wrapper .open_btn span:nth-child(3) {
top: 25px;
}

header .header_wrapper .open_btn.active span {
left: 9px;
}

header .header_wrapper .open_btn.active span:first-child {
top: 18px;
transform: rotate(-45deg);
}

header .header_wrapper .open_btn.active span:nth-child(2) {
display: none;
}

header .header_wrapper .open_btn.active span:nth-child(3) {
top: 18px;
transform: rotate(45deg);
}

header .header_wrapper .open_btn:hover span:nth-child(2) {
left: 13px;
}

header .header_wrapper .nav_in {
display: none;
max-width: inherit;
width: 100%;
height: calc(100% - 75.4px);
padding-top: 100px;
padding: 40px 20px 0;
background: #FFFFFF;
position: fixed;
bottom: 0;
overflow-y: auto;

}

header .header_wrapper .nav_in.active {
display: block;
}

header .header_wrapper .nav_in .nav_list {
display: block;
max-width: 200px;
width: 100%;
margin: 0 auto 20px;
}

header .header_wrapper .nav_in .nav_list li {
margin-bottom: 12px;
}

header .header_wrapper .nav_in .nav_list li:last-child {
margin-bottom: 0;
}

header .header_wrapper .nav_in .nav_list li a {
font-size: 16px;
line-height: 24px;
font-weight: 500;
}

header .header_wrapper .nav_in .nav_list li .nav_in_list {
position: relative;
display: block;
flex-wrap: wrap;
top: inherit;
left:inherit;
min-width: inherit;
background: none;
padding: 0;
z-index: 9;
margin-top: 12px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li {
width: 100%;
margin-bottom: 10px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-last-child(2) {
margin-bottom: 10px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:last-child {
margin-bottom: 0;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li a {
font-size: 14px;
line-height: 22px;
color: #646A93;
position: relative;
padding-left: 17px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
}

header .header_wrapper .nav_in .contact_btn {
max-width: 200px;
width: 100%;
margin: 0 auto 20px;
}

header .header_wrapper .nav_in .contact_btn a{
font-size: 16px;
line-height: 24px;
font-weight: 500;
display: block;
text-align: center;
padding: 8px 10px 9px;
}

header .header_wrapper .nav_in .language_box {
margin: 0 auto;
}

header .header_wrapper .nav_in .nav_list li .nav_in_list {
box-shadow: none;
}

header .header_wrapper .nav_in .nav_list .nav_in_list.active::after{
content: none;
}

/*----------
02.フッター
----------*/
footer .footer_wrapper .cnt_right {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 698px;
width: 68%;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn {
font-size: 14px;
line-height: 24px;
font-weight: 500;
}

footer .footer_wrapper .cnt_right .nav_in_list {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li {
width: 50%;
margin-bottom: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li a {
font-size: 13px;
line-height: 22px;
position: relative;
padding-left: 17px;
}

footer .footer_wrapper .cnt_right .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
}


footer .copy_right {
font-size: 13px;
line-height: 22px;
text-align: center;
padding: 7px 0;
}


/*----------
04.contact_area
----------*/

/*----------
05.under_title_area
----------*/
.under_title_area {
padding: 92px 0 84px;
position: relative;
}

.under_title_area .h1_title .h1_en {
font-size: 42px;
line-height: 50px;
letter-spacing: 3px;
display: block;
margin-bottom: 15px;
}

.under_title_area .h1_title .h1_jp {
font-size: 16px;
line-height: 24px;
font-weight: 700;
display: block;
}

}

@media only screen and (max-width:750px){

/*----------
01.共通
----------*/

.pc{
display: none;
}

.sp{
display: block;
}

.contents_in{
width: calc(100% - 20px - 20px);
}

.btn_ptn01 {
max-width: 250px;
width: 100%;
margin: 0 auto;
}

.btn_ptn01 a {
font-size: 15px;
line-height: 29px;
font-weight: 500;
text-align: center;
border: solid #2A3790 1px;
display: block;
position: relative;
padding: 8px 18px 8px 10px;
overflow: hidden;
z-index: 1;
transition: 0.3s;
}

.btn_ptn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
right: 16px;
transition: 0.3s;
}

.btn_ptn01 a::before {
background: #2A3790;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0, 1);
transform-origin: left top;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
z-index: -1;
}

.h2_title_ptn01 {
color: #212A6C;
text-align: left;
margin: 0 auto 30px;
}

.h2_title_ptn01 .h2_en {
text-transform: uppercase;
font-size: 26px;
line-height: 34px;
letter-spacing: 1px;
display: block;
}

.h2_title_ptn01 .h2_jp {
font-size: 16px;
line-height: 26px;
font-weight: 700;
display: block;
}

.h2_title_ptn02 {
font-size: 16px;
line-height: 23px;
font-weight: 500;
position: relative;
padding-left: 15px;
margin-bottom: 20px;
}

.h2_title_ptn02::before {
position: absolute;
content: "";
background: linear-gradient(0deg, rgba(78,128,255,1) 0%, rgba(45,69,155,1) 49%, rgba(15,31,149,1) 100%);
width: 4px;
height: 100%;
top: 0;
left: 0;
}

.under_page main {
padding-top: 66.5px;
}

/*----------
02.ヘッダー 750
----------*/
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

header .contents_in {
max-width: 1220px;
width: 100%;
}

header .header_wrapper {
display: block;
padding: 10px 0;
position: relative;
}

header .header_wrapper .logo {
max-width: 152px;
margin-left: 20px;
}

header .header_wrapper .open_btn {
display: block;
background: linear-gradient(90deg, rgba(15,31,149,1) 0%, rgba(45,69,155,1) 60%, rgba(78,128,255,1) 100%);
width: 33px;
height: 33px;
position: absolute;
top: 17px;
right: 20px;

}

header .header_wrapper .open_btn span {
position: absolute;
background: #FFFFFF;
width: 18px;
height: 1.5px;
left: 8px;
transition: 0.3s;
}

header .header_wrapper .open_btn span:first-child {
top: 9px;
}

header .header_wrapper .open_btn span:nth-child(2) {
top: 15px;
}

header .header_wrapper .open_btn span:nth-child(3) {
top: 21px;
}

header .header_wrapper .open_btn.active span {
left: 7px;
}

header .header_wrapper .open_btn.active span:first-child {
top: 16px;
transform: rotate(-45deg);
}

header .header_wrapper .open_btn.active span:nth-child(2) {
display: none;
}

header .header_wrapper .open_btn.active span:nth-child(3) {
top: 16px;
transform: rotate(45deg);
}

header .header_wrapper .open_btn:hover span:nth-child(2) {
left: 13px;
}

header .header_wrapper .nav_in {
display: none;
max-width: inherit;
width: 100%;
height: 100vh;
padding-top: 100px;
padding: 20px 20px 0;
background: #FFFFFF;
}

header .header_wrapper .nav_in {
display: none;
max-width: inherit;
width: 100%;
height: 100vh;
padding-top: 100px;
padding: 20px 20px 0;
width: 100%;
height: calc(100% - 66.5px);

}

header .header_wrapper .nav_in .nav_list {
display: block;
width: 100%;
margin: 0 auto 15px;
}

header .header_wrapper .nav_in .nav_list li {
margin-bottom: 8px;
}

header .header_wrapper .nav_in .nav_list li:last-child {
margin-bottom: 0;
}

header .header_wrapper .nav_in .nav_list li a {
font-size: 15px;
line-height: 24px;
font-weight: 500;
}

header .header_wrapper .nav_in .nav_list .more_btn:hover {
opacity: 1;
cursor: inherit;
}

header .header_wrapper .nav_in .nav_list li .nav_in_list {
position: relative;
display: block;
background: none;
padding: 0;
margin-top: 8px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li {
width: 100%;
margin-bottom: 8px;
}

header .header_wrapper .nav_in .contact_btn {
max-width: 200px;
width: 100%;
margin: 0 auto 10px;
}

header .header_wrapper .nav_in .contact_btn a{
font-size: 15px;
line-height: 24px;
font-weight: 500;
display: block;
text-align: center;
padding: 8px 10px 9px;
}

header .header_wrapper .nav_in .language_box .lang_list {
margin-top: 10px;
width: 100%;
display: none;
position: absolute;
top: 20px;
left: 0;
}

header .header_wrapper .nav_in .language_box .lang_list li a {
font-size: 14px;
line-height: 1;
text-align: center;
padding: 4px 10px 5px;
display: block;
border: solid #212A6C 1px;
}


/*----------
02.フッター
----------*/
footer .footer_wrapper {
display: block;
padding: 30px 0 40px;
}

footer .footer_wrapper .cnt_left {
max-width: 335px;
width: 100%;
margin: 0 auto 30px;
}

footer .footer_wrapper .cnt_left .logo {
max-width: 225px;
margin: 0 auto;
}

footer .footer_wrapper .cnt_right {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 335px;
width: 100%;
margin: 0 auto 30px;
}

footer .footer_wrapper .cnt_right .nav_list li {
margin-bottom: 27px;
}

footer .footer_wrapper .cnt_right .nav_list:first-child li:nth-child(3) {
margin-bottom: 27px;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn {
font-size: 14px;
line-height: 24px;
font-weight: 500;
}

footer .footer_wrapper .cnt_right .nav_in_list {
display: block;
flex-wrap: wrap;
margin-top: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li {
width: 100%;
margin-bottom: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li:nth-last-child(2) {
margin-bottom: 10px;
}


footer .footer_wrapper .cnt_right .nav_in_list li a {
font-size: 13px;
line-height: 22px;
position: relative;
padding-left: 17px;
}

footer .footer_wrapper .cnt_right .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
}

footer .footer_wrapper .cnt_right .nav_list:first-of-type {
	margin-right: 10px;
}

footer .footer_wrapper .cnt_text .link_btn {
text-align: center;
}

footer .copy_right {
font-size: 12px;
line-height: 22px;
text-align: center;
padding: 5px 0;
}

/*----------
04.contact_area
----------*/
#contact_area {
background: url("../img/contact_bg_img_sp.png")no-repeat center/cover;
position: relative;
z-index: 2;
padding: 40px 0;
}

#contact_area .cnt_g {
display: block;
position: relative;
z-index: 1;
}

#contact_area .cnt_g .h2_title_ptn01 {
margin: 0 auto 30px;
text-align: center;
}

#contact_area .cnt_g .cnt_text {
width: 100%;
max-width: inherit;
}

#contact_area .cnt_g .cnt_text .text {
font-size: 14px;
line-height: 29px;
font-weight: 500;
margin-bottom: 20px;
text-align: center;
}

/*----------
05.under_title_area
----------*/
.under_title_area {
padding: 80px 0 70px;
position: relative;
}

.under_title_area.line02 {
padding: 60px 0 52px;
position: relative;
}

.under_title_area .h1_title .h1_en {
font-size: 34px;
line-height: 38px;
letter-spacing: 3px;
display: block;
margin-bottom: 10px;
}

.under_title_area .h1_title .h1_jp {
font-size: 14px;
line-height: 22px;
font-weight: 700;
display: block;
}

}
