@charset "UTF-8";
:root {
    /* ヘッダーの高さ */
    --header-height: 91px;
}
html{
    scroll-padding-top: var(--header-height);
}
.main img{
    height: auto;
}

/* page */
.wrapper {
    width: 100%;
    min-width: 1220px;/* PADデバイスで見た場合の余白分10pxを加算 (A+10x2) */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* padding-top: var(--header-height); */
}

/* main */
.main {
    position: relative;
    /* z-index: 1; */
    margin-bottom: 6em;
}

/* inner　サイト指定のコンテンツ幅に納めるコンテナ */
.inner,
.inner-sp {
    max-width: 1200px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-m {
    max-width: 1280px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-l {
    max-width: 1400px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-s {
    max-width: 1000px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-xs {
    max-width: 900px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-xxs {
    max-width: 800px;    /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-1080 {
	max-width: 1080px;   /* サイト指定のコンテンツ領域幅 (A)*/
	margin: 0 auto;
}
.inner-1600 {
	max-width: 1600px;   /* サイト指定のコンテンツ領域幅 (A)*/
	margin: 0 auto;
}
/*===パンくず===*/
.bc-wrap {
  /* background-color: #333; */
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0px 80px;
}
.breadcrumb li {
  line-height: 1.5;
  position: relative;
  margin-right: 8px;
}
.breadcrumb li::before {
  content: ">";
  position: relative;
  top: 0;
  left: 0;
  margin: 0 7px 0 0;
}
.bc-wrap .breadcrumb li.bc-home::before {
  content: none;
}
.breadcrumb li a {
  /* color: #fff; */
  /* border-bottom: 1px solid #fff; */
}


/*================
タイトル・テキスト系
================*/
/*===タイトル===*/

/*===テキスト===*/
.txt-l {
    text-align: left;
}
.txt-c {
    text-align: center;
}
.txt-r {
    text-align: right;
}
.txt-bold {
    font-weight: bold;
}
.txt-in{
    text-indent: -1.3em;
    padding-left: 1.3em;
}

/*================
リンク・ボタン
================*/
/*リンク*/
.link-01 a{
    color: #0072BC;
    display: flex;
    align-items: center;
    width: fit-content;
}
.link-01 a .link-ex{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}
.link-01 a .arrow2{
    color: #000;
    width: 14px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
}
.link-02 a{
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 7px;
	font-weight: bold;
    font-size: 1.143em;
}
.link-pdf{
	display: flex;
	align-items: center;
	width: fit-content;
	margin-right: 4px;
}
.arrow-next{
	display: flex;
	align-items: center;
	width: fit-content;
}

/* ボタン */
.btn-01 a {
    color: #fff;
    font-size: 1.429em;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    border-radius: 10px;
    padding: 20px 80px 20px 65px;
    background: #0072BC;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.btn-01 .arrow2,
.btn-01 .link-ex {
    color: #001726;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.btn-01 .arrow2 > svg {
    width: 21px;
    height: 9px;
}
/*カラー*/
.btn-01.bg-01 a {
    color: #001726;
    border: none;
    background: #fff;
}
.btn-01.bg-01 .arrow2,
.btn-01.bg-01 .link-ex {
    color: #fff;
    background-color: #0072BC;
}
/*================
リスト
================*/
.list-01>li {
    display: flex;
    background-color: #fff;
}
.list-01>li:nth-of-type(even){
    background-color: #EFF6FB;
}
.list-01>li .list-ttl {
    width: 309px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.list-01>li .list-cnt {
    flex: 1;
    padding: 30px 40px;
    box-sizing: border-box;
}
.list-01>li .list-cnt>*+* {
    margin-top: 16px;
}
/*ドット*/
.list-02 {
    list-style: disc;
    padding-left: 1.5em;
}
.list-02 li+li {
    margin-top: 0.5em;
}
/* 数字つき */
.list-03 {
    list-style: decimal;
    padding-left: 1.5em;
}
.list-03 li+li {
    margin-top: 0.5em;
}

/*================
横並び
================*/
.flex-wrap-01 {
    display: flex;
    flex-wrap: wrap;
    gap: 172px 162px;
}

.flex-wrap-01 .flex-cnt-01 {
    box-sizing: border-box;
    width: calc((100% - 162px) / 2);
}

/*================
テーブル
================*/

/* 右サイドバー */
/* contents */
.right-nv .main-cont-01 {
    float: left;
    width: 800px;
    box-sizing: border-box;
}

/* sidebar */
.right-nv .main-cont-02 {
    float: right;
    width: 250px;
    box-sizing: border-box;
}

/* 左サイドバー */
/* contents */
.left-nv .main-cont-01 {
    float: right;
    width: 800px;
    box-sizing: border-box;
}

/* sidebar */
.left-nv .main-cont-02 {
    float: left;
    width: 250px;
    box-sizing: border-box;
}


/*================
ヘッダー
================*/
/*===外枠===*/
.header_01.header-group {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 101;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.header_01 .header-group-inner {
    max-width: 1280px;
    position: relative;
    z-index: 2;
    height: var(--header-height);
    box-sizing: border-box;
}
.header-width {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
}
/*ロゴ*/
.header-logo {
    display: flex;
    padding-top: 61px;
    padding-top: calc(var(--header-height) - 112px);
}
.header-logo a {
    /* display: flex; */
    /* align-items: center; */
    width: 314px;
    /* width: min(28vw, 438px); */
    /* padding-left: 40px; */
}
.header-global-01 {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
}
/*リンクと外枠*/
.header-nav-wrap {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    /* width: 100%; */
    max-width: inherit;
}
/*===リンク===*/
.header-nav {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hglb02-nav {
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    flex-wrap: wrap;
    column-gap:30px;
}
/*親子リンク共通*/
/* .hglb02-nav a:hover,
.hglb02nv-item.is-active > a {
  color: #0074B8;
  font-weight: bold;
  opacity: 1;
}
*/
/*親メニュー*/
.hglb02nv-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: calc(var(--header-height) - 80px);
    /* padding-top: 93px; */
}
.hglb02nv-item>a {
    color: #000;
    font-size: 1.071em;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
    gap: 0 5px;
    padding: 5px 0;
    /* padding-top: 25px; */
    box-sizing: border-box;
}
/* .hglb02nv-item {
    position: relative;
} */
.hglb02nv-item .plus {
    color: #0072BC;
    width: 10px;
    display: flex;
}
/*小メニュー*/
.hglb02nv-item .hglb02nv-child-wrap {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    box-shadow: 2px 1px 4px 0 rgba(0, 23, 38, 0.10);
    border-top: 2px solid #0072BC;
    background-color: #fff;
    padding: 20px 20px 25px;
    width: 239px;
    top: var(--header-height);
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.hglb02nv-item.is-active .hglb02nv-child-wrap {
    opacity: 1;
    visibility: visible;
}
@media (hover: hover) {
    .hglb02nv-item:hover .hglb02nv-child-wrap {
        opacity: 1;
        visibility: visible;
    }
}
.hglb02nv-child-item:not(:last-child) {
    margin-bottom: 10px;
}
.hglb02nv-item .hglb02nv-child-wrap .hglb02nv-child-link {
}
.hglb02nv-item .hglb02nv-child-wrap .tag-pick{
    color: #fff;
    font-size: 85%;
    background-color: #0072BC;
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
}
.hglb02nv-item .hglb02nv-child-wrap .link-ex{
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.hglb02nv-item .hglb02nv-child-wrap .arrow {
    color: #0072BC;
    width: 14px;
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    display: none;
}
/*お問い合わせ*/
.header-ex-btn-sp{
    display: none;
}
/*青ボタン*/
.header-ex-btn{
    /* order: 4; */
    margin-left: 50px;
    display: flex;
    gap: 28px 27px;
    /* padding-top: 32px; */
    padding-top: calc(var(--header-height) - 141px);
    /*初回公開用*/
    /* padding-top: calc(var(--header-height) - 90px); */
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 422px;
    /* margin-top: 32px; */
    height: fit-content;
}
.header-ex-btn .lang-btn {
    width: 100%;
    /*初回公開用*/
    /* display: none; */
}
/* .header-ex-btn li:not(:nth-of-type(1)){
    flex: 1;
} */
.header-ex-btn .lang-btn a{
    color: #717F88;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0 6px;
    width: max-content;
    margin-left: auto;
}
.header-ex-btn .lang-btn a span{
    color: #0072BC;
    width: 16px;
    height: 14px;
}
.header-ex-btn .inq-btn{
    margin-right: auto;
}
.header-ex-btn .inq-btn a{
    color: #0072BC;
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.5;
    /* border-radius: 8px; */
    /* padding: 9px 16px; */
    /* background-color: #0072BC; */
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: max-content;
    /* min-width: 125px; */
}
.header-ex-btn .comp-btn a{
    width: 115px;
    display: inline-block;
}
.header-ex-btn .comp-btn:last-of-type a{
    width: 142px;
}
.header-ex-btn .link-ex{
    width: 18px;
    height: 18px;
    display: inline-block;
}

/*--------------------------------------
	GDPR
-------------------------------------*/
#GDPR.open {
	display: block;
}
#GDPR {
	display: none;
	position: fixed;
	width: 100%;
	color: #cccccc;
	background-color: #555555;
	border-top: 1px solid #aaaaaa;
	padding-top: 1.5em;
	padding-bottom: 1em;
	left: 0;
	bottom: 0;
	z-index: 20200724;
}
#GDPR .gdpr-clm-01{
	width: 726px;
	float: left;
}
#GDPR .gdpr-clm-02{
	width: 220px;
	float: right;
}
#GDPR .gdpr-ttl{
	font-size: 128.57%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#GDPR .gdpr-txt{
	margin-bottom: 2em;
}
#GDPR .gdpr-btn{
	width: 220px;
	margin-bottom: 20px;
}
#GDPR .gdpr-btn a{
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px 24px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
#GDPR .gdpr-btn a::after{
	content: "";
	background: url(/common/imgs/ico-arw-gdpr.png) no-repeat;
	background-size: 0.5em;
	display: inline-block;
	width: 1em;
	height: 0.9em;
	margin-left: 0.5em;
	vertical-align: middle;
}
#GDPR .gdpr-btn a:hover{
	opacity: 0.7;
	text-decoration: none;
}
/*================
フッター
================*/
/*===フッターリクルート部分===*/
.footer-recruit{
    background: url('/recruit/common/imgs/foot_rec_bg.jpg')no-repeat center/cover;
    padding: 80px 0;
}
.footer-recruit .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-recruit h2{
    color: #fff;
    font-size: 3.571em;
    font-weight: bold;
    line-height: 1.44;
}
.footer-recruit .btn-01:not(:first-child){
    margin-top: 30px;
}
.footer-recruit .btn-01 a{
    width: 434px;
    padding: 29px 80px 26px 40px;
}
.footer-recruit .btn-01:last-child a{
    display: flex;
    align-items: center;
    background: none;
    box-sizing: border-box;
    pointer-events: none;
}
.footer-recruit .btn-01 .arrow2,
.footer-recruit .btn-01 .link-ex{
    width: 50px;
    height: 50px;
}
.footer-recruit .btn-01 .tel{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.footer-recruit .btn-01 .tel svg{
    width: 30px;
    height: 30px;
}
.footer-recruit .btn-01:last-child a .txt-wrap > span:first-child{
    color: #fff;
    font-size: 1em;
}
.footer-recruit .btn-01:last-child a .txt-wrap > span:last-child{
    color: #fff;
    font-size: 0.667em;
}
/*===フッターコンタクト部分===*/
.footer-contact{
    background-color: #0072BC;
    background-image: url('/common/imgs/bg_contact.png');
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 93px 0;
}
.footer-contact .inner-1000{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-contact .subttl-01{
    color: #fff;
}
.footer-contact .subttl-01 + p{
    color: #fff;
}
.footer-contact .subttl-01::after{
    background-color: #fff;
}
.footer-contact .btn-01:not(:first-child) {
    margin-top: 30px;
}
.footer-contact .btn-01 a{
    width: 100%;
    text-align: left;
}
.footer-contact .btn-01 a .arrow2{
    background-color: #182D3A;
}

/*===フッターメイン部分===*/
.footer-global-1 {
    color: #fff;
    background: #182D3A;
    padding: 80px 0 100px;
}
.footer-global-1 .fglb01-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 100px;
    position: relative;
}
/*===左カラム===*/
.footer-global-1 .fglb01-01-inner {
    width: max-content;
}
/*情報1*/
.footer-global-1 .fglb01-01-inner .footer-info{
    margin-top: 41px;
}
.footer-global-1 .fglb01-01-inner .footer-info .txt-08 + .txt-08{
    margin-top: 18px;
}
/*情報2*/
.footer-global-1 .fglb01-01-inner .footer-info .link-01 a{
    color: #fff;
}
.footer-global-1 .fglb01-01-inner .footer-info .link-01 a .earth {
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.footer-global-1 .fglb01-01-inner .footer-info ul{
    display: flex;
    gap: 0 53px;
    margin-top: 67px;
}
.footer-global-1 .fglb01-01-inner .footer-info ul li:first-child{
    width: 115px;
}


/*===右カラム===*/
.footer-global-1 .fglb01-02-inner{
    /* flex: 1; */
}
.fglb01-02-outer{
    display: flex;
    gap: 0 40px;
}
/*カラム*/
.fglb01-wrap{
    width: 160px;
}
/*タイトル*/
.fglb01w-ttl{
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.fglb01w-ttl .link-ex{
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.fglb01w-nav{
    font-size: 1em;
    margin-top: 20px;
}
.fglb01w-nav li + li{
    margin-top: 10px;
}
.fglb01w-nav li + li a{
    display: inline-block;
}
/*ボタン*/
.fglb01-02-btn{
    display: flex;
    gap: 0 50px;
    position: absolute;
    right: 0;
    bottom: -100px;
    border-radius: 10px 10px 0 0;
}
.fglb01-02-btn .btn-01.bg-01 a{
    color: #0072BC;
    padding: 24px 57px;
    border-radius: 10px 10px 0 0;
    display: flex;
    border: none;
    background: #fff;
}
.fglb01-02-btn .btn-01.bg-01 a span{
    width: 29px;
    height: 17px;
    display: inline-block;
    transform: rotate(180deg);
}
/*特殊絡む*/
.fglb01-wrap-03{
    margin-left: 88px;
    width: fit-content;
}
.fglb01-wrap-03 .fglb01w-ttl{
    border-bottom: none;
    margin-bottom: 40px;
    padding-bottom: 0;
}


/*===最下部===*/
.footer_01 .footer-global-03 {
    color: #fff;
    font-size: 0.857em;
    background-color: #182D3A;
    padding: 10px 0;
    border-top: 1px solid #fff;
}
.footer_01 .footer-global-03 .fglb03-inner {
    /* padding: 10px 0 14px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}
.footer_01 .footer-global-03 .fglb03-inner .ft-list-01 {
    /* padding: 13px 10px 12px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.footer_01 .footer-global-03 .fglb03-inner .ft-list-01 li {
    line-height: 1;
    border-right: 1px solid #fff;
    padding: 0 12px;
}
.footer_01 .footer-global-03 .fglb03-inner .ft-list-01 li:first-child {
    /* border-left: 1px solid #102045; */
    padding-left: 0;
}
/* .footer_01 .footer-global-03 .fglb03-inner .ft-list-01 li:last-child{
    display: none;
} */
.footer_01 .footer-global-03 .fglb03-inner .ft-list-01 li a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.footer_01 .footer-global-03 .fglb03-inner .ft-list-01 li a > span{
    width: 13px;
    height: 13px;
}
.footer_01 .footer-global-03 .fglb03-inner .footer-copy {
    color: #fff;
    font-size: 1em;
    line-height: 1.44;
    text-align: center;
    /* background-color: #001726; */
    /* padding: 12px 10px; */
}

@media only screen and (min-width: 769px) and (max-width: 1150px){
    .hglb02-nav{
        column-gap: 20px;
    }
    .hglb02nv-item>a{
        font-size: 1em;
    }
    .header-ex-btn{
        padding-top: 0px;
        margin-left: 20px;
        flex-direction: column;
        gap: 5px 20px;
        margin-top: 15px;
        width: auto;
        position: relative;
        align-items: flex-end;
    }
    .header-ex-btn a{
        font-size: 1em;
        white-space: nowrap;
        width: 100%;
        padding: 5px 16px;
    }
    .header-ex-btn .lang-btn{
        position: absolute;
        z-index: 1;
        top: 0;
        right: 150px;
        width: auto;
    }
    .header-ex-btn .inq-btn{
        margin-right: inherit;
    }
    .header-logo a{
        width: 240px;
    }
}

