﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: bottom
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent
}

select {
    border: none;
    outline: none
}

html, body {
    font-size: 62.5%
}

body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: .1em
}

body.menuOpen {
    overflow: hidden
}

.iconPdfR {
    padding-right: 22px;
    background-image: url(/files/img/common/icon_pdf.png);
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}

@media screen and (min-width: 1025px) {
    /*body.top {
    background: url(/files/img/common/bg_common.svg) no-repeat center right fixed;
    background-size: 416px 496px
  }*/
}

a {
    text-decoration: none;
    color: #000
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

main {
    position: relative;
    font-size: 1.5rem
}

@media screen and (min-width: 769px) {
    main {
        font-size: 1.6rem
    }
}

main:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.pc {
    display: none !important
}

@media screen and (min-width: 1025px) {
    .pc {
        display: block !important
    }
}

@media screen and (min-width: 1025px) {
    .sp {
        display: none !important
    }
}

@media screen and (min-width: 769px) {
    .brSp {
        display: none
    }
}
.co2 {
  font-size: 50%;
}

*:focus {
    outline: none
}

.pagetop {
    z-index: 100;
    opacity: 0;
    right: 15px;
    transition: opacity .3s
}

.pagetop a {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.pagetop a span {
    display: block;
    transform: rotate(-90deg);
    font-size: 10px;
    color: #fff
}

@media screen and (min-width: 1025px) {
    .pagetop a {
        width: 80px;
        height: 80px
    }
    .pagetop a:hover {
        background: #2466AF
    }
}

.pagetop.active {
    opacity: 1
}

#loading {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: all .5s 1s;
    transform-origin: center top
}

#loading img {
    transition: all .3s .5s
}

#loading .loadingCover {
    transition: all .3s .5s
}

#loading #loading_barWrap {
    transition: all .3s .5s
}

#loading.completion {
    transform: scale(1, 0)
}

#loading.completion img {
    opacity: 0;
    transform: translateY(20px)
}

#loading.completion .loadingCover {
    opacity: 0
}

#loading.completion #loading_barWrap {
    opacity: 0
}

.loadingBox {
    width: 200px
}

.loadingBox img {
    width: 100%;
    position: relative;
    z-index: 100
}

#loading_barWrap {
    width: 200px;
    height: 1px;
    position: fixed;
    bottom: 35%;
    left: 50%;
    margin: auto;
    background: #f1f1f1;
    transform: translate(-50%, -50%)
}

@media screen and (min-width: 769px) {
    .loadingBox {
        width: 400px
    }
    .loadingBox img {
        width: 100%;
        position: relative;
        z-index: 100
    }
    #loading_barWrap {
        width: 200px
    }
}

#loading_bar {
    width: 0;
    height: 1px;
    background: #2466AF;
    transition-duration: 1s
}

.arrowIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-left: auto;
}

@media screen and (min-width: 769px) {
    .arrowIcon {
        width: 46px;
        height: 46px
    }
}

.arrowIcon span {
    font-size: 10px;
    color: #fff !important
}

.topicPath {
    display: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 10px
}

@media screen and (min-width: 1025px) {
    .topicPath {
        display: block
    }
}

.topicPath .topicPathInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.topicPath .topicPathInner ul {
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center
}

.topicPath .topicPathInner ul li {
    font-size: 1.4rem;
    margin-right: 15px;
    width: 100%
}

@media screen and (min-width: 769px) {
    .topicPath .topicPathInner ul li {
        width: auto
    }
}

.topicPath .topicPathInner ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 300;
    position: relative;
    padding: 10px 25px 10px 0
}

@media screen and (min-width: 769px) {
    .topicPath .topicPathInner ul li a {
        padding: 15px 25px 15px 0
    }
}

.topicPath .topicPathInner ul li a .icon-ico_home {
    color: #2466AF;
    font-size: 13px;
    margin-right: 5px
}

.topicPath .topicPathInner ul li a .topicPathLinkTxt {
    text-decoration: underline
}

.topicPath .topicPathInner ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 300;
    opacity: .34
}

.topicPath .topicPathInner ul li a:hover .topicPathLinkTxt {
    text-decoration: none
}

.topicPath .topicPathInner ul li .topicPathTxt {
    display: inline-block;
    padding: 10px 25px 10px 0
}

@media screen and (min-width: 769px) {
    .topicPath .topicPathInner ul li .topicPathTxt {
        padding: 15px 25px 15px 0
    }
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

.cf {
    display: inline-block
}

* html .cf {
    height: 1%
}

.cf {
    display: block
}

.header {
    background: #fff;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 200
}

@media screen and (min-width: 1200px){
    .header {
        height: 96px
    }
}

.header .headerInner {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative
}

.header .headerInner h1, .header .headerInner .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 25px
}

@media screen and (min-width: 1200px){
    .header .headerInner h1, .header .headerInner .logo {
        height: 96px;
        margin-left: 43px
    }
}

.header .headerInner h1 img, .header .headerInner .logo img {
    height: 55px
}

@media screen and (min-width: 769px) {
    .header .headerInner h1 img, .header .headerInner .logo img {
        height: 57px
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner h1 img, .header .headerInner .logo img {
        height: 74px
    }
}

.header .headerInner h1 a, .header .headerInner .logo a {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s
}

@media screen and (min-width: 1200px){
    .header .headerInner h1 a:hover, .header .headerInner .logo a:hover {
        opacity: .7
    }
}

.header .headerInner .headerBox {
    width: 100%
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox {
        width: auto
    }
}

.header .headerInner .headerBox .headerBoxTop {
    padding-right: 15px;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxTop {
        padding-top: 10px;
        padding-right: 35px;
        height: 48px
    }
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopLang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 12px
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopLang li {
    font-family: "Roboto", sans-serif;
    color: #191919;
    opacity: .24;
    font-size: 1.2rem
}

@media screen and (min-width: 769px) {
    .header .headerInner .headerBox .headerBoxTop .headerBoxTopLang li {
        font-size: 1.6rem
    }
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopLang li.active {
    opacity: 1
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopLang li a {
    padding: 7px
}

@media screen and (min-width: 769px) {
    .header .headerInner .headerBox .headerBoxTop .headerBoxTopLang li a {
        padding: 12px
    }
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopLang a {
    color: #191919
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopSearch {
    position: relative
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopSearch .searchBtn {
    position: relative;
    background: #F5F5F5;
    border-radius: 50%;
    display: block;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxTop .headerBoxTopSearch .searchBtn {
        width: 45px;
        height: 45px
    }
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopSearch .searchBtn:before {
    content: url(/files/img/common/img_triangles_blu.svg);
    width: 14px;
    height: 12px;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translate(-50%, 10px);
    opacity: 0;
    transition: all .2s
}

.header .headerInner .headerBox .headerBoxTop .headerBoxTopSearch .searchBtn.active:before {
    transform: translate(-50%, 0);
    opacity: 1
}

.header .headerInner .headerBox .headerBoxTop .searchBox {
    /* height: 123px; */
    width: 100vw;
    max-width: 495px;
    background: #ebf3f9;
    position: absolute;
    top: 80px;
    right: 0;
    opacity: 0;
    z-index: 80;
    transition: all .2s;
    pointer-events: none;
    transform: translateY(10px);
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    color: #fff
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxTop .searchBox {
        top: 70px
    }
}

.header .headerInner .headerBox .headerBoxTop .searchBox.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.header .headerInner .headerBox .headerBoxTop .searchBox form {
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxTop .searchBox form {
        width: 100%
    }
}

.header .headerInner .headerBox .headerBoxTop .searchBox input[type="text"], .header .headerInner .headerBox .headerBoxTop .searchBox input[type="submit"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none
}

.header .headerInner .headerBox .headerBoxTop .searchBox input[type="text"] {
    font-size: 1.8rem;
    color: #000;
    width: 90%
}
.header .headerInner .headerBox .headerBoxTop .searchBox input[type="text"]::placeholder{
  color: #bbb;
}

.header .headerInner .headerBox .headerBoxTop .searchBox input[type="submit"] {
    cursor: pointer;
    font-size: 1.8rem;
    color: #000;
    padding: 0 25px
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxTop .searchBox input[type="submit"] {
        padding: 0 40px
    }
}


.searchCloseBtn {
	padding:0 5px;
	border:solid 1px #ddd;
	background:#eee;
	color:#333;
	cursor: hand;
	cursor:pointer;
}

.header .headerInner .headerBox .headerBoxBottom {
    height: auto
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom {
        height: 48px
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox {
    padding: 30px 20px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    z-index: 100
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox {
        padding: 50px 20px;
        transition: none;
        padding: 0;
        position: static;
        opacity: 1;
        pointer-events: all;
        width: auto;
        height: auto;
        background: none;
        overflow-y: inherit
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox.open {
    opacity: 1;
    pointer-events: all
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox.open {
        pointer-events: all
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav {
        display: flex;
        flex-wrap: nowrap
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn {
    width: 100%;
    margin-bottom: 25px
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn {
        width: auto;
        margin-bottom: 0
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp {
    display: block
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accHeader {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accHeader:after {
    content: "";
    height: 1px;
    width: 16px;
    background: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-1px);
    transition: all .2s
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accHeader:before {
    content: "";
    height: 16px;
    width: 1px;
    background: #000;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-8px);
    transition: all .5s
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accHeader.open:before {
    background: #000;
    transform: translateY(-8px) rotate(270deg)
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accHeader.open:after {
    background: #000;
    transform: translateY(-1px) rotate(180deg)
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp {
        display: none
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accCont {
    margin-bottom: 30px;
    display: none;
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavSp .accCont ul li a {
    font-weight: 300;
    display: block;
    padding: 5px 5px 5px 25px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavPc {
    display: none
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.gnavPc {
        display: block
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span {
    display: block;
    font-size: 1.5rem;
    height: 48px;
    line-height: 48px;
    position: relative;
    letter-spacing: .05em
}

@media screen and (min-width: 1025px) {
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span {
        font-size: 1.3rem;
        color: #000;
        text-align: left;
        height: 48px;
        line-height: 48px;
        margin-right: 20px;
        position: relative
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span {
        margin-right: 30px;
        font-size: 1.4rem
    }
}

@media screen and (min-width: 1461px) {
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span {
        font-size: 1.5rem
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a span, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span span {
    font-size: 10px;
    margin-left: 5px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>a:after, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn>span:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    transform: scale(0, 1);
    transform-origin: left bottom;
    background: #0066B5;
    transition: all .2s;
    position: absolute;
    bottom: 0;
    left: 0
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub {
    transition: none;
    opacity: 1
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub {
        padding-top: 20px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: 200;
        width: 100%;
        max-width: 1000px;
        top: 96px;
        left: 50%;
        transform: translateX(-50%);
        filter: drop-shadow(20px 60px 60px rgba(0, 0, 0, 0.16));
        transition: all .2s
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner {
        transform: translateY(10px);
        background: #fff;
        box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.05) inset;
        transition: all .2s;
        padding: 50px
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubLinkL {
    margin-bottom: 25px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubLinkL a {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all .3s
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubLinkL a:hover {
    color: #2466AF
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubLinkL a span {
    color: #2466AF;
    font-size: 10px;
    margin-left: 25px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox {
    display: flex;
    justify-content: space-between
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxImg {
    width: 25%
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList {
    width: 70%
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList ul li {
    width: 48%
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList ul li a {
    letter-spacing: 0;
    display: block;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    transition: all .3s
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList ul li a:after {
    font-family: ico;
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 10px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub .navSubInner .navSubBox .navSubBoxList ul li a:hover {
    color: #2466AF
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub.navSub {
    display: none
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn .navSub.navSub {
        display: block !important
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn:hover .navSub {
        opacity: 1;
        pointer-events: all
    }
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn:hover .navSub .navSubInner {
        transform: translateY(0)
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>a, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>span {
        display: block;
        position: relative
    }
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>a:before, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>span:before {
        content: url(/files/img/common/img_triangles_wht.svg);
        width: 14px;
        height: 12px;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translate(-50%, 10px);
        opacity: 0;
        transition: all .2s
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>a.active:before, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn.hasSub>span.active:before {
    transform: translate(-50%, 0);
    opacity: 1
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn:hover a:after, .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn:hover span:after {
        transform: scale(1, 1)
    }
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .gnav .gnavBtn:hover.hasSub>span:before {
        transform: translate(-50%, 0);
        opacity: 1
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkL {
    margin-bottom: 30px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkL a {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6E6E6
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkL a img {
    width: 102px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp ul li a {
    padding: 0 10px
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkM {
    text-align: center
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkM a {
    text-decoration: underline;
    font-size: 1.4rem
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkM a .navBoxLinkMTxt {
    text-decoration: underline
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp .navBoxLinkM a .navBoxLinkMIco {
    margin-left: 10px;
    font-size: 10px
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .navBoxLinkSp {
        display: none
    }
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .btnClose {
    padding: 50px 25px 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.header .headerInner .headerBox .headerBoxBottom .navBox .nav .btnClose img {
    margin-right: 25px
}

@media screen and (min-width: 1200px){
    .header .headerInner .headerBox .headerBoxBottom .navBox .nav .btnClose {
        display: none
    }
}

.header .navButton {
    z-index: 120;
    background: #F5F5F5;
    border-radius: 50%;
    display: block;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px
}

@media screen and (min-width: 1200px){
    .header .navButton {
        display: none
    }
}

.header .navButton.active {
    background: #fff
}

.navOv {
    pointer-events: none;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 125;
    opacity: 0;
    transition: all .2s
}

.navOv.active {
    opacity: .8
}

.btnTrigger {
    position: relative;
    width: 57px;
    height: 57px;
    cursor: pointer
}

.btnTrigger span {
    position: absolute;
    left: 50%;
    width: 100%;
    width: 16px;
    height: 1.5px;
    background-color: #000;
    transform: translateX(-50%)
}

.btnTrigger, .btnTrigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box
}

.btnTrigger span:nth-of-type(1) {
    top: 23px
}

.btnTrigger span:nth-of-type(2) {
    top: 28px
}

.btnTrigger span:nth-of-type(3) {
    bottom: 23px
}

.btnTrigger.active span:nth-of-type(1) {
    -webkit-transform: translate(-7px, 6px) rotate(-315deg);
    transform: translate(-7px, 6px) rotate(-315deg)
}

.btnTrigger.active span:nth-of-type(2) {
    opacity: 0
}

.btnTrigger.active span:nth-of-type(3) {
    -webkit-transform: translate(-7px, -4px) rotate(315deg);
    transform: translate(-7px, -4px) rotate(315deg)
}

.sec {
    padding: 0 25px
}

.sec .secInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.sec .secInner.anim {
    opacity: .2;
    transform: translateY(50px);
    transition: all .3s .3s
}

.sec .secInner.anim.active {
    opacity: 1;
    transform: translateY(0)
}

.secTtl {
    position: relative
}

.secTtl h1 {
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 500;
    position: relative;
    z-index: 30;
    padding-top: 40px;
    white-space: wrap;
}

@media screen and (min-width: 769px) {
    .secTtl h1 {
        font-size: 4rem;
        padding-top: 72px
    }
}

@media screen and (min-width: 769px) {
    .secTtl h1 br {
        display: none
    }
}

.secTtl h2 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 7.5rem;
    opacity: .2;
    color: #99C2E1;
    position: absolute;
    z-index: 20;
    top: 0;
    left: -15px;
    line-height: .82;
    white-space: wrap;
    width: 100%;
    letter-spacing: -.02em
}

.secTtl.secTtlMessage h1 {
    padding-top: 5.5rem;
}

.secTtl.secTtlMessage h2 {
    font-size: 4.5rem;
}

@media screen and (min-width: 481px) {
    .secTtl.secTtlMessage h1 {
        padding-top: 11rem;
    }
    .secTtl.secTtlMessage h2 {
        font-size: 8.7rem;
    }
}

@media screen and (min-width: 769px) {
    .secTtl.secTtlMessage h2 {
        font-size: 10rem;
    }
    .secTtl.secTtlMessage h1 {
        padding-top: 5.5rem;
    }
}

.secTtl.secTtlChart h1 {
    padding-top: 4.5rem;
  font-size: 2.7rem;
}

.secTtl.secTtlChart h2 {
    font-size: 4rem;
}

@media screen and (min-width: 481px) {
    .secTtl.secTtlChart h1 {
        padding-top: 10rem;
      font-size: 3rem;
    }
    .secTtl.secTtlChart h2 {
        font-size: 7.7rem;
    }
}

@media screen and (min-width: 769px) {
    .secTtl.secTtlChart h2 {
        font-size: 9rem;
    }
    .secTtl.secTtlChart h1 {
        padding-top: 4.5rem;
      font-size: 4rem;
    }
}

.secTtl.secTtlGroup h1 {
    padding-top: 1.8rem;
}

.secTtl.secTtlGroup h2 {
    font-size: 4.5rem;
}

@media screen and (min-width: 481px) {
    .secTtl.secTtlGroup h1 {
        padding-top: 4rem;
    }
    .secTtl.secTtlGroup h2 {
        font-size: 8.7rem;
    }
}

@media screen and (min-width: 769px) {
    .secTtl.secTtlGroup h2 {
        font-size: 10rem;
    }
    .secTtl.secTtlGroup h1 {
        padding-top: 5.5rem;
    }
}

@media screen and (min-width: 481px) {
    .secTtl h2 {
        font-size: 8.7rem
    }
}

@media screen and (min-width: 769px) {
    .secTtl h2 {
        font-size: 11.6rem;
        overflow: visible
    }
}

@media screen and (min-width: 769px) {
    .secTtl h2 br {
        display: none
    }
}

.secTtl:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #2466AF;
    position: absolute;
    bottom: -20px
}

@media screen and (min-width: 1025px) {
    .secTtl:after {
        bottom: -40px;
        width: 77px;
        height: 6px
    }
}

.secTtl.secTtlBusinesses h1, .secTtl.secTtlNumbers h1 {
    padding-top: 90px
}

@media screen and (min-width: 769px) {
    .secTtl.secTtlAbout h1, .secTtl.secTtlBusinesses h1, .secTtl.secTtlNumbers h1 {
        padding-top: 72px
    }
}

.pageTtl {
    padding: 100px 25px 0;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .pageTtl {
        padding: 220px 25px 0
    }
}

.pageTtl .pageTtlInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 100px
}

.pageTtl.pageTtlAbout h2 {
    padding-top: 120px
}


.cnvBnr{
  margin:40px 0;
}
.cnvBnr p {
  padding: 0 10px;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-size: 13px;
}
.cnvBnr p a:hover {
  opacity: .8;
  transition: .2s;
}
.cnvBnr p a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
	.cnvBnr{
		margin:80px 0;
	}
  .cnvBnr p {
    padding: 0;
    width: auto;
    text-align: center;
    font-size: 16px;
  }
  .cnvBnr p a img {
    width: auto;
  }
}


.footer {
    position: relative;
    padding: 60px 20px;
    border-top: 1px solid #E5E5E5
}


@media screen and (min-width: 1025px) {
    .footer {
        padding: 80px 20px;
        border-top: none
    }
}

.footer .footerInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.footer .footerInner .footerCont {
    padding: 0 0 50px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 50px
}

.footer .footerInner .footerCont h2 {
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width: 769px) {
    .footer .footerInner .footerCont h2 {
        text-align: left
    }
}

.footer .footerInner .footerCont h2 img {
    width: 125px;
    height: 50px;
}

.footer .footerInner .footerCont .footerContBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox {
        flex-wrap: nowrap
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav {
    /*display: flex;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    /*width: 100%;*/
    /*margin-bottom: 30px;*/
    width: 50%;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxNav {
        margin-bottom: 0;
        flex-wrap: nowrap;
        width: 72%
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList {
        margin-right: 10%;
        width: auto
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
    display: flex;
    align-items: center;
    transition: all .3s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a .hasLine {
    padding-bottom: 1px;
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease-in-out
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a .icon-ico_target {
    margin-left: 5px;
    font-size: 10px
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a:hover {
    color: #2466AF
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a:hover .hasLine {
    background-size: 100% 100%
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM {
    margin-top: 15px
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
    transition: all .3s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a .hasLine {
    padding-bottom: 1px;
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease-in-out
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a:hover {
    color: #2466AF
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a:hover .hasLine {
    background-size: 100% 100%
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListPc {
    display: none
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListPc {
        display: block
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp {
    width: 100%
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accHeader {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 400
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accHeader:after {
    content: "";
    height: 1px;
    width: 16px;
    background: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-1px);
    transition: all .2s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accHeader:before {
    content: "";
    height: 16px;
    width: 1px;
    background: #000;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-8px);
    transition: all .5s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accHeader.open:before {
    background: #000;
    transform: translateY(-8px) rotate(270deg)
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accHeader.open:after {
    background: #000;
    transform: translateY(-1px) rotate(180deg)
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp {
        display: none
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accCont {
    margin-bottom: 30px
}

.footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListSp .accCont ul li a {
    font-weight: 300;
    display: block;
    padding: 5px 5px 5px 25px
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxLink {
        width: 54%;
        max-width: 420px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL {
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL {
        text-align: left;
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a {
    /*background: #fff;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E6E6;
  transition: all .3s*/
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a .hasLine {
    padding-bottom: 1px;
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease-in-out
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a:hover {
    opacity: .7
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a:hover .hasLine {
    background-size: 100% 100%
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a img {
    width: 102px;
    height: 21px;
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkL a span {
    margin-left: 10px;
    font-size: 10px
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxLink ul {
        justify-content: left;
        align-items: baseline;
        margin-bottom: 0;
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink ul li a {
    padding: 0 10px;
    transition: all .3s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink ul li a:hover {
    opacity: .7
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM {
        text-align: left;
        margin-bottom: 0;
    }
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a {
    transition: all .3
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a .footerContBoxLinkMTxt {
    font-size: 1.4rem;
    padding-bottom: 1px;
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease-in-out
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a .footerContBoxLinkMTxtIco {
    margin-left: 10px;
    font-size: 10px;
    transition: all .3s
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a:hover .footerContBoxLinkMTxt {
    background-size: 100% 100%;
    color: #2466AF
}

.footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a:hover .footerContBoxLinkMTxtIco {
    color: #2466AF
}

.footer .footerInner .footerBtm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerBtm {
        justify-content: space-between
    }
}

.footer .footerInner .footerBtm ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerBtm ul {
        margin-bottom: 0;
        justify-content: flex-start
    }
}

.footer .footerInner .footerBtm ul li {
    margin-right: 25px
}

.footer .footerInner .footerBtm ul li a {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    transition: all .3s;
    padding: 8px 0
}

.footer .footerInner .footerBtm ul li a .hasLine {
    padding-bottom: 1px;
    background-image: linear-gradient(180deg, transparent calc(100% - 1px), #2466AF 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .3s ease-in-out
}

.footer .footerInner .footerBtm ul li a:hover {
    color: #2466AF
}

.footer .footerInner .footerBtm ul li a:hover .hasLine {
    background-size: 100% 100%
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerBtm ul li a {
        font-size: 1.4rem;
        padding: 0
    }
}

.footer .footerInner .footerBtm ul li a .icon-ico_target {
    font-size: .9rem;
    margin-left: 5px
}

.footer .footerInner .footerBtm .copy {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #7F7F7F;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .footer .footerInner .footerBtm .copy {
        font-size: 1.4rem;
        text-align: right
    }
}

_:-ms-lang(x)::-ms-backdrop, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a .hasLine, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a .hasLine, .footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a .footerContBoxLinkMTxt, .footer .footerInner .footerBtm ul li a .hasLine {
    background: none;
    position: relative;
    display: inline-block
}

_:-ms-lang(x)::-ms-backdrop, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a .hasLine:after, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a .hasLine:after, .footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a .footerContBoxLinkMTxt:after, .footer .footerInner .footerBtm ul li a .hasLine:after {
    content: "";
    background: #2466AF;
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s
}

_:-ms-lang(x)::-ms-backdrop, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListL li a:hover .hasLine:after, .footer .footerInner .footerCont .footerContBox .footerContBoxNav .footerContBoxNavList .footerContBoxNavListM li a:hover .hasLine:after, .footer .footerInner .footerCont .footerContBox .footerContBoxLink .footerContBoxLinkM a:hover .footerContBoxLinkMTxt:after, .footer .footerInner .footerBtm ul li a:hover .hasLine:after {
    width: 100%
}

@media screen and (max-width: 480px) {
    .header .headerInner .headerBox .headerBoxTop .headerBoxTopLang {
        display: none;
    }
}

.navBox .nav .headerBoxTopLang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 20px;
}

.navBox .nav .headerBoxTopLang li {
    font-family: "Roboto", sans-serif;
    color: #191919;
    opacity: .24;
}

.navBox .nav .headerBoxTopLang li.active {
    opacity: 1;
}

.navBox .nav .headerBoxTopLang li a {
    padding: 12px;
}

@media screen and (min-width: 1200px){
    .navBox .nav .headerBoxTopLang {
        display: none;
    }
}

/* .recruitmenttheme_list  */
.recruitmenttheme_list {
  width: 100%;
	margin-bottom: 0;
}

table.recruitmenttheme_list td,
table.recruitmenttheme_list td th {
  border: 1px solid #595959;
	border-collapse: collapse;
  padding: 5px;
  background-color: #f2f2f2;
  font-weight: bold;

}
table.recruitmenttheme_list td:nth-of-type(1)
{
text-align: center;
width: 11%;
}
table.recruitmenttheme_list td.inn_number{
    text-align: center;
    width: 8%;
}
table.recruitmenttheme_list td:nth-of-type(1).assignment_txt{
text-align: left;
background-color: #fff;
font-weight: normal;
}
.recruitmenttheme_list td ul{
  display: flex;
  align-items: center;
  gap: 5px;
}
.recruitmenttheme_list td ul li:nth-of-type(1){
  width: 70%;
  text-align: left;
}
.recruitmenttheme_list td ul li:nth-of-type(2){
    display: flex;
    gap: 10px;
  }
.recruitmenttheme_list td ul li a{
    color: #fff;
  padding: 5px 10px 5px 5px;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90px;
  }
.recruitmenttheme_list td ul li a.pdf_Btn{
  background:#ED7D31;
}
.recruitmenttheme_list td ul li a.movie_Btn{
  background:#4472C4;
  display: none;
}
.recruitmenttheme_list td ul li a.pdf_Btn::after,
.recruitmenttheme_list td ul li a.movie_Btn::after
{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #fff;   
    border-right: solid 1px #fff;  
    transform: rotate(45deg);
    position: absolute;
    top: 57%;
    right: 6px;
}

.rdBtn.xlsBtn[href$=".xlsx"]{
    background-image: url(/files/img/rd/common/icon_xls.png);
        background-position: right 15px center;
    background-size: 16px;
}

@media screen and (min-width: 1025px) {
    .recruitmenttheme_list td ul li a{
      font-size: 1.4rem;
      }
			.recruitmenttheme_list {
				margin-bottom: 50px;
			}
}