@charset "UTF-8";
/*  02_base
================================================ */
/* 02_base
================================================ */
html { overflow: auto; }

body { min-width: 320px; overflow: hidden; color: #1a1a1a; font-size: 1.4rem; line-height: 1.6; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
body.open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 600px) { body { min-width: 1280px; font-size: 1.5rem; } }

img { max-width: 100%; height: auto; }

a { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: inherit; text-decoration: underline; }

@media screen and (min-width: 600px) { a:hover { text-decoration: none; }
  a.opacity { display: block; }
  a.opacity:hover { opacity: .8; }
  a[href^=tel] { pointer-events: none; } }

em, strong, span { font-weight: inherit; }

/* pc <--> sp切り替え
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media screen and (min-width: 600px) { #mediaQuery { font-family: 'pc'; } }

@media screen and (max-width: 599px) { .viewPc { display: none !important; } }

@media screen and (min-width: 600px) { .viewSp { display: none !important; } }

/* font
-------------------------------------- */
.fontHind { font-family: 'Hind', sans-serif; font-weight: 600; }

.is_txt_center { text-align: center !important; }

.is_txt_right { text-align: right !important; }

.is_txt_left { text-align: left !important; }

.is_bold { font-weight: bold !important; }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

/* layout
-------------------------------------- */
.mod_inner01 { padding: 0 20px; }
.container_narrow{  width:calc(100% - 40px);  max-width:960px; margin-right:auto; margin-left: auto;}

@media screen and (min-width: 600px) { .mod_inner01 { -webkit-box-sizing: border-box; box-sizing: border-box; width: 1280px; padding: 0; margin-right: auto; margin-left: auto; } }

/*  #lodingLayer
================================================ */
#lodingLayer { position: fixed; z-index: 1000; top: 0; left: 0; bottom: 0; right: 0; background-image: -webkit-gradient(linear, right top, left top, from(#01a0e9), to(#0f3675)); background-image: -o-linear-gradient(right, #01a0e9 0%, #0f3675 100%); background-image: linear-gradient(-90deg, #01a0e9 0%, #0f3675 100%); }

#lodingLayer .logo { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 210px; height: 210px; }

#lodingLayer .logo .logoInner { opacity: 0; overflow: hidden; -webkit-transition: all 0.8s cubic-bezier(0.715, 0, 0, 0.995); -o-transition: all 0.8s cubic-bezier(0.715, 0, 0, 0.995); transition: all 0.8s cubic-bezier(0.715, 0, 0, 0.995); -webkit-transform-origin: 0 center; -ms-transform-origin: 0 center; transform-origin: 0 center; }

#lodingLayer .logo .logoInner.is_active { opacity: 1; }

#lodingLayer .logo svg { width: 210px; height: 210px; }

@media screen and (min-width: 600px) { #lodingLayer .logo { width: 400px; height: 400px; }
  #lodingLayer .logo svg { width: 400px; height: 400px; } }

/*  03_layout
================================================ */
/* #breadcrumb
================================================ */
#breadcrumb { letter-spacing: -.5em; font-size: 1.3rem; padding: 24px 0; }

#breadcrumb li { display: inline-block; letter-spacing: 0; margin-right: 16px; }

#breadcrumb li + li { position: relative; padding-left: 20px; }

#breadcrumb li + li:before { position: absolute; top: 7px; left: 0; margin-right: 16px; content: ''; width: 4px; height: 8px; background: url("../img/common/ico_breadcrumb01.png") no-repeat center; background-size: contain; }

#breadcrumb li a { font-weight: 700; text-decoration: none; }

/* #gFooter
================================================ */
#gFooter {}

#gFooter .mod_inner01{ padding: 0; }

#gFooter .bgImg { margin: 0 -20px; }

#gFooter .data { background-color:rgba(16, 54, 117, 0.96); color:#fff; padding-top: 20px; padding-bottom: 40px; margin-top:-1px; }

#gFooter .logo { text-align: center; }

#gFooter .logo span { display: block; width: 75px; height: 75px; }

#gFooter .address { margin-top: 20px; padding:0 20px; line-height: 1.8;}

#gFooter .address .name { font-weight: 600; }

#gFooter .btn { margin-top: 25px; padding: 0 20px; }
#gFooter .btn.is_white a{ border-color: white; color: white; }

#gFooter .cr { padding: 10px; text-align: center; background: #fff; margin-bottom: 2rem;}

#gFooter .cr small { font-size: 1.3rem; letter-spacing: .08em; color: #808080; }

#gFooter .sitemap .list .item:nth-last-child(2){margin-bottom: 3rem;}

#gFooter .sitemap .list .item .colum4 { line-height: 1.2; padding-bottom: 3px; }

#gFooter .sitemap .list .item li .small { font-size: 1rem; }

#gFooter .sitemap { margin-top: 50px; padding:0 20px;}
#gFooter .sitemap .en { font-size: 1.6rem; color:#808080; }
#gFooter .sitemap .en a { text-decoration: none; }
#gFooter .sitemap .child { margin-top: 1rem; margin-bottom: 2.5rem; font-size: 1.3rem; line-height: 2.2; }
#gFooter .sitemap .child a { text-decoration: none; color:#888F9D; font-size: 1.35rem; line-height: 1.4; display: inline-block; vertical-align: top; margin-bottom: 1rem;}
#gFooter .sitemap .child a:hover { text-decoration: underline; }
#gFooter .sitemap .child a.icon_extenallink:after{
    background-color: #888F9D;
    -webkit-mask-image: url(../img/common/externallink_2.svg);
    width: 10px;
    height: 10px;
    position: initial;
    display: inline-block;
    padding-left: 2px;
}
#gFooter .sitemap .child .child_item{ display: inline-block; margin-right: 3rem; }
#gFooter .sitemap .item:nth-child(1) .child{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#gFooter .sitemap .item:nth-child(1) .child .child_item:nth-child(odd){ margin-right: 5px; width: calc(50% - 5px);}
#gFooter .sitemap .item:nth-child(1) .child .child_item:nth-child(even){margin-left: 5px; margin-right: 0; width: calc(50% - 5px);}
#gFooter .sitemap .mod_btn01{ margin-top: 0; margin-bottom: 3rem; }
#gFooter .sitemap .mod_btn01 a{ font-size: 1.4rem; }
#gFooter .sitemap .sitemap_footer{ padding:0.5rem 0; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; text-align:center;}
#gFooter .sitemap .sitemap_footer a{ text-decoration: none; color: #888F9D; font-size: 1.3rem; }
#gFooter .sitemap .sitemap_footer a:not(:last-child):after{ content: ''; border-right: 1px solid #888F9D; padding-left: 1rem; margin-right: 0.6rem;}

@media screen and (min-width: 600px) {
  #gFooter .mod_inner01{ padding: 0 20px; }
  #gFooter { background: #fff; color: #1a1a1a; }
  #gFooter .bgImg { width: 1920px; margin-left: -320px; }
  #gFooter .data { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; width: 85vw; min-width: 1280px; margin-top: -190px; background: rgba(16, 54, 117, 0.96); color: #fff; }
  #gFooter .data .dataInner { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1280px; padding: 45px 40px 44px 100px; }
  #gFooter .logo span { width: 70px; height: 70px; }
  #gFooter .address { font-size: 1.4rem; margin: 0; padding: 4px 120px 0 0; }
  #gFooter .btn { width: 250px; margin: 0; padding: 0; }
  #gFooter .btn a { padding: 19px 10px; font-size: 1.4rem; }
  #gFooter .sitemap {padding:0;}
  #gFooter .sitemap .list{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  #gFooter .sitemap .item:nth-child(1) { width: calc(100% - 65%); }
  #gFooter .sitemap .item:nth-child(1) .child{ width: 90%; }
  #gFooter .sitemap .item:nth-child(2) { width: 15%; }
  #gFooter .sitemap .item:nth-child(3) { width: 20%; }
  #gFooter .sitemap .item:nth-child(4) { width: 30%; }
  #gFooter .sitemap .mod_btn01{ margin-top: 0; width: 100%; max-width: 250px; margin-right:0; margin-left: auto;}
  #gFooter .sitemap .mod_btn01 a{ padding:20px 10px; }
  #gFooter .sitemap .child.is_column2 {}
  #gFooter .sitemap .child.is_column3 {}
  #gFooter .sitemap .child:not(.is_column2) .child_item{ display: block; }

  #gFooter .cr { padding: 20px; } }

/*  #pagetop
================================================ */
#pagetop { text-align: center; line-height: 1; background: #8c8c8c; }

#pagetop a { display: block; padding: 18px; }

#pagetop img { position: relative; z-index: 1; width: 20px; }

@media screen and (min-width: 600px) { #pagetop { position: fixed; right: 0; bottom: 0; z-index: 2; width: 80px; height: 80px; }
  #pagetop a { -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; padding: 32px 0; background-color: transparent; }
  #pagetop a:before { width: 100%; height: 100%; position: absolute; content: ''; top: 0px; left: 0; -webkit-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 750ms cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); background-image: -webkit-gradient(linear, right top, left top, from(#088cad), to(#525eff)); background-image: -o-linear-gradient(right, #088cad 0%, #525eff 100%); background-image: linear-gradient(-90deg, #088cad 0%, #525eff 100%); }
  #pagetop a::before { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } }

/* #gHeader
================================================ */
#gHeader { position: fixed; top: 0; left: 0; height: 60px; width: 100%; z-index: 50; }

#gHeader .logo a { display: block; padding: 15px 15px; }

#gHeader .logo span { display: block; width: 120px; height: 35px;}

#gHeader .gnavBtn { position: fixed; top: 0; right: 0; z-index: 30; width: 60px; height: 60px; cursor: pointer; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

#gHeader .gnavBtn .line { position: absolute; top: 28px; left: 50%; margin-left: -13px; width: 25px; height: 4px; background: #103675; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

#gHeader .gnavBtn .line:nth-child(1) { top: 18px; }

#gHeader .gnavBtn .line:nth-child(3) { top: 38px; }

#gHeader .gnavBtn.is_active .line:nth-child(1) { top: 28px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#gHeader .gnavBtn.is_active .line:nth-child(2) { opacity: 0; }

#gHeader .gnavBtn.is_active .line:nth-child(3) { top: 28px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

@media screen and (min-width: 600px) { #gHeader { height: 70px; min-width: 1280px; }
  #gHeader .logo { float: left; }
  #gHeader .logo a { padding: 19px 30px 0; }
  #gHeader .logo span { display: block; width: 155px; height: 35px; margin-top: -5px; }
  #gHeader .logo img { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } }

/*  #gNav
================================================ */
#gNav .item { position: relative; }

#gNav .item + .item { border-top: 1px solid #284a83; }

#gNav .navTxt { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; padding-right: 60px; color: #fff; line-height: 1; letter-spacing: -.5em; font-size: 0; }

#gNav .navTxt .en { display: inline-block; padding: 21px 20px; font-size: 1.8rem; letter-spacing: .08em; text-transform: uppercase;}

#gNav .navTxt .name { display: inline-block; font-size: 1.2rem; padding: 24px 0; letter-spacing: .08em; }

#gNav .toggleBtn { position: absolute; top: 0; right: 0; width: 60px; height: 60px; }

#gNav .toggleBtn:before, #gNav .toggleBtn:after { position: absolute; top: 50%; left: 50%; content: ""; display: block; width: 20px; height: 2px; margin: -1px 0 0 -10px; background: #fff; }

#gNav .toggleBtn:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

#gNav .toggleBtn.on:after { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

#gNav .toggleContent { display: none; }

#gNav .child { position: relative; overflow: hidden; border-top: 1px solid #284a83; background: #0d2d62; }

#gNav .child li {  }

#gNav .child li:nth-child(even) { border-right: 0; }

#gNav .child li:not(:last-child) { border-bottom: 1px solid #284a83; }

#gNav .child li .small { font-size: 1rem; }

#gNav .child a { display: block; padding: 13px 10px 13px 20px; color: #fff; text-decoration: none; }

#gNav .areaBtn { padding: 50px 20px; border-top: 1px solid #284a83; }

#gNav .btnList .item { text-align: center; }

#gNav .btnList .item + .item { border-top: 0; margin-top: 15px; }

#gNav .btnList .item.is_entry a { background: #0d2d62; }

#gNav .btnList .item.is_contact a { background: #fff; color: #103675; }

#gNav .gnavClose { margin: 50px 35px 0; border: 1px solid #fff; padding: 12px; text-align: center; color: #fff; cursor: pointer; }

@media screen and (max-width: 599px) { #gNav { position: fixed; z-index: 20; top: 0; display: none; bottom: 0; left: 0; width: 100%; overflow-y: scroll; background: rgba(16, 54, 117, 0.6); }
  #gNav .gNavContent { position: absolute; top: 0; left: 0; width: 100%; background: #103675; padding-top: 60px; } }

@media screen and (min-width: 600px) { #gNav { float: right; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
  #gNav .gNavContent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #gNav .list { margin-right: 15px; }
  #gNav .item { display: inline-block; position: relative; }
  #gNav .item + .item { border: 0; }
  #gNav .item:hover:before { content: ''; background-color: #fff; width: 100%; height: 2px; position: absolute; bottom: 10px; left: 0; }
  #gNav .navTxt { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; height: 70px; padding: 0 18px; text-align: center; text-decoration: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; color: #103675; }
  #gNav .navTxt .en { display: block; padding: 0; font-size: 1.5rem; letter-spacing: .1em; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
  #gNav .navTxt .name { display: block; padding: 0; margin-top: 9px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
  #gNav .navTxt.on .en { -webkit-transform: translateY(9px); -ms-transform: translateY(9px); transform: translateY(9px); }
  #gNav .navTxt.on .name { opacity: 0; -webkit-transform: translateY(200%); -ms-transform: translateY(200%); transform: translateY(200%); }
  #gNav .toggleBtn { display: none; }
  #gNav .child { position: absolute; top: 90%; left: 0; width: 210px; padding: 5px 0; border: 0; }
  #gNav .child:before { display: none; }
  #gNav .child li { float: none; width: 100%; }
  #gNav .child a { padding: 10px 10px 10px 30px; font-size: 1.5rem; }
  #gNav .child a:hover { text-decoration: underline; }
  #gNav .areaBtn { padding: 0; border: 0; }
  #gNav .btnList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #gNav .btnList .item + .item { margin: 0; }
  #gNav .btnList .item.is_entry .navTxt { color: #fff; }
  #gNav .btnList .navTxt { padding-right: 30px; padding-left: 30px; } }

@media all and (max-width: 1110px) and (min-width: 600px) { #gNav .navTxt { padding-right: 15px; padding-left: 15px; }
  #gNav .btnList .navTxt { padding-right: 15px; padding-left: 15px; } }

#gHeader.is_blue .gnavBtn .line { background: #103675; }

#gHeader.is_white .gnavBtn .line { background: #fff; }

#gHeader.is_scroll { background-color: #fff; }

#gHeader.is_scroll .logo svg { fill: #103675; }

#gHeader.is_scroll .gnavBtn .line { background-color: #103675; }

@media screen and (min-width: 600px) { #gHeader.is_blue #gNav .list .item:hover:before { background-color: #103675; }
  #gHeader.is_blue #gNav .navTxt { color: #103675; }
  #gHeader.is_blue #gNav .btnList .item.is_entry a { color: #fff; }
  #gHeader.is_white #gNav .navTxt { color: #fff; }
  #gHeader.is_white #gNav .btnList .item.is_contact a { color: #103675; }
  #gHeader.is_scroll #gNav .navTxt { color: #103675; }
  #gHeader.is_scroll #gNav .list .item .name { display: none; }
  #gHeader.is_scroll #gNav .list .item:hover:before { background-color: #103675; } }

/* #mainVisual TOPページ
================================================ */
#mainVisual { position: relative; }

#mainVisual .areaTxt { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; color: #fff; line-height: 1.4; text-align: center; }

#mainVisual .en { font-size: 4rem; }

#mainVisual .copy { margin-top: 20px; font-size: 1.8rem; font-weight: 700; letter-spacing: .3em; }
#mainVisual .slider img { width: 100%; }
@media screen and (min-width: 600px) { #mainVisual .areaTxt { width: 1160px; }
  #mainVisual .en { font-size: 8rem; }
  #mainVisual .copy { margin-top: 10px; font-size: 3rem; } }

/* #mainImg 下層ページ simple
================================================ */
#mainImg { padding-top: 60px; background: #F7F7F7; }

#mainImg .en{ text-transform: uppercase; }

@media screen and (min-width: 600px) { #mainImg { padding-top: 100px; } }

#mainImg.is_simple .mainImgIn { position: relative; min-height: 115px; padding: 3rem 0 4rem;}

#mainImg.is_simple .areaTxt { padding: 4rem 0; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: calc(100% - 30px);}

#mainImg.is_simple .en {
    font-size: 1.4rem;
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
    color: #148CC9;
}
#mainImg.is_simple .en:before{
    content: '';
    width: 16px;
    height: 24px;
    display: block;
    position: absolute;
    background: url(../img/common/icon_headline.png) right top / contain no-repeat;
    left: 0;
    top: 45%;
    transform: translateX(0) translateY(-50%);
}

#mainImg.is_simple .tit { margin-top: 4px; font-size: 2.8rem; font-weight: bold; line-height: 1.4;}

@media screen and (min-width: 600px) {
  #mainImg.is_simple .en{ font-size: 2.4rem; padding-left: 30px;}
  #mainImg.is_simple .en:before{ width: 22px; height: 32px;}
  #mainImg.is_simple .mainImgIn { min-height: 160px; }
  #mainImg.is_simple .areaTxt { max-width: 1280px; padding: 0; }
  #mainImg.is_simple .tit {
    font-size: 4.5rem;
  }
}

/* #mainImg 下層ページその他  full
================================================ */
/* #sidebar
================================================ */
/*  05_helper
================================================ */
.animeLineParent { position: relative; padding: 6px; background: #f0f0f0; overflow: hidden; }

.animeLineParent .animeLineItem { position: absolute; content: ""; display: block; z-index: 1; background-image: -webkit-gradient(linear, right top, left top, from(#088cad), to(#525eff)); background-image: -o-linear-gradient(right, #088cad 0%, #525eff 100%); background-image: linear-gradient(-90deg, #088cad 0%, #525eff 100%); }

.animeLineParent .animeLineItem.line1 { top: 0; left: -6px; width: 30%; height: 6px; }

@media screen and (min-width: 600px) { .animeLineParent { padding: 7px; } }

@media screen and (min-width: 600px) { [data-fade-from] { display: inline-block; -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  [data-fade-from].is_late { -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  [data-fade-from].fadeFromLeft { -webkit-transform: translateX(-60%); -ms-transform: translateX(-60%); transform: translateX(-60%); opacity: 0; }
  [data-fade-from].fadeFromLeft.is_active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }
  [data-fade-from].fadeFromRight { -webkit-transform: translateX(60%); -ms-transform: translateX(60%); transform: translateX(60%); opacity: 0; }
  [data-fade-from].fadeFromRight.is_active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; }
  [data-fade-from].fadeFromBottom { -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); opacity: 0; }
  [data-fade-from].fadeFromBottom.is_active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; } }

/*!  .js-modal-layer
<p class="js-modal-trigger" data-modal="popup01">トリガー</p>
<div class="js-modal-layer" data-modal="popup01">
  <div class="js-modal-content">
    ここにモーダルの中身のソース
  </div>
</div>
================================================ */
.js-modal-layer { display: none; position: fixed; z-index: 20; top: 0; bottom: 0; left: 0; width: 100%; overflow-y: scroll; background: rgba(0, 0, 0, 0.1); }

.js-modal-layer .js-modal-content { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 50%; left: 50%; width: 92%; margin: 50px 0; padding: 30px 40px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; -webkit-box-shadow: 0px 2px 20px 0px rgba(50, 52, 54, 0.2); box-shadow: 0px 2px 20px 0px rgba(50, 52, 54, 0.2); }

@media all and (min-width: 600px) { .js-modal-layer .js-modal-content { width: 800px; margin: 70px 0; padding: 65px 140px 90px; } }

/* ================================================ 
   Parts - extenallink
================================================ */
.icon_extenallink{
  position: relative;
}
.icon_extenallink:after{
  content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-color: #888F9D;
    -webkit-mask-image: url("../img/common/externallink.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (min-width: 600px) {
  .icon_extenallink:after{
    top: 15px;
    right: 15px;
  }
}
/* ================================================ 
   Parts - arrow
================================================ */
.arrow-right:after{
  content: '';
    vertical-align: middle;
  position: absolute;
  right: 1rem;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
  top: 50%;
}

/* ================================================ 
   Parts - banner
================================================ */
.header_bnr {
    margin-top: 3rem;
    text-align: center;
}
.header_bnr a:hover img{
  opacity: 0.8;
}
/* ================================================ 
   RAXUS Group
================================================ */
.List_service{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.List_service_wrap{
  width: calc(100% / 2 - 12px);
  margin-bottom: 3rem;
}
.List_service_item{
  display: block;
  text-decoration: unset;
}
.List_service_item_img {
    border: 1px solid #DDDDDD;
    display: block;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 1.2rem;
}
.List_service_item_ttl{
  font-weight: 600;
}
.List_service_item_desc{
  color: #888F9D;
  font-size: 1.2rem;
}
.List_service_wrap:hover .List_service_item_img{
  border-color: #0173B7;
}

@media screen and (min-width: 600px) {
  .List_service{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .List_service_wrap{
    width:calc(100% / 3 - 30px);
    margin-bottom: 6rem;
  }
  .List_service_wrap:not(:nth-of-type(3n)){
      margin-right: 3%;
  }
  .List_service_item_img{
    height: 220px;
  }
  .List_service_item_img img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .List_service_item_img img[alt="045 FORTYFIVE"]{
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); 
  }
  .List_service_item_desc{
    font-size: 1.4rem;
  }
  .List_service_wrap:hover .List_service_item_img img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .List_service_wrap:hover .List_service_item_img img[alt="045 FORTYFIVE"]{
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25); 
  }
  .List_service_wrap:hover .icon_extenallink:before{
      background-color: #0173B7;
  }
}
@media screen and (max-width: 599px) { 
  .List_service_wrap{
    width: calc(100% / 2 - 8px);
  }
  .List_service_item_img img {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3);
      margin: 0 auto;
  }
  .List_service_item_img img[alt="045 FORTYFIVE"]{
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); 
  }
  .List_service_item_img img[alt="SmartAuction"]{
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); 
  }
}
@media screen and (max-width: 414px) {
}
/* ______________________________________________________________ Icon */
.icon_headline{
  position: relative;
}
.icon_headline:before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 32px;
  background: url(../img/common/icon_headline.png) right top / contain no-repeat;
  vertical-align: middle;
  margin-right: 0.7rem;
}
.icon_headline2{
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.icon_headline2:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(../img/common/icon_headline2.png) right top / contain no-repeat;
  margin-right: 0.7rem;
}

/* ______________________________________________________________ Button/Arrow */
.mw_wp_form .icon_extenallink{
    padding-right: 20px;
}
.mw_wp_form .icon_extenallink:after {
    background-color: #1a1a1a;
    -webkit-mask-image: url(../img/common/externallink_2.svg);
    top: 0;
    right: 5px;
}
.Btn_blueBox{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.Btn_blueTtl{
  font-size: 2rem;
  font-weight: 600;
}
.Btn_blue{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #103675;
    margin: 30px auto 0;
    max-width: 600px;
    padding: 30px 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
  .Btn_blue{
    font-size: 1.5rem;
    margin: 20px auto 0;
    padding: 20px 10px;
  }
  .Btn_blueTtl{
    font-size: 1.8rem;
  }
}

/* ______________________________________________________________ Title */
.sectionTtlsub_en + .sectionTtl_ja img{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sectionTtl_ja{
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.sectionTtlsub_en{
    color: #148CC9;
    font-size: 2.4rem;
    text-transform: capitalize;
}
@media screen and (max-width: 600px) {
  .sectionTtl_ja{
    font-size: 3.2rem;
  }
  .icon_headline:before{
    width: 17px;
    height: 26px;
  }
  .sectionTtlsub_en{
    font-size: 1.6rem;
  }
  .sectionTtlsub_en + .sectionTtl_ja img{
    height: 26px;
  }
}

/* List Button  */
.article_cont_headline{
  color:#888F9D;
  margin-bottom: 1.5rem;
}
.article_list_item a {
    display: block;
    text-decoration: unset;
    background-color: #F7F7F7;
    color: #434C5A;
    margin-bottom: 1rem;
    padding: 2rem 3.5rem 2rem 1.5rem;
    position: relative;
}
.article_list_item .article_list_headline {
    font-size: 1.6rem;
    font-weight: 600;
}
@media screen and (max-width: 600px) {
  .article_list_item .article_list_headline {
    font-size: 1.4rem;
  }
}

/* ______________________________________________________________ Recruit -  Header */
.menu-fixedBtn-wrap .logo a:hover{
  opacity: 1;
}
.menu-fixedBtn-wrap .logo svg {
    position: fixed;
    width: 150px;
    top: 20px;
    left: 15px;
  z-index: 97;
}
/*menu*/
.menu-fixedBtn-wrap .fixed-btn{
  position: fixed;
    width: 80px;
    height: 70px;
    top: 0;
    z-index: 99;
}
.menu-fixedBtn-wrap .fixed-btn:hover{
  cursor: pointer;
}
.menu-fixedBtn-wrap .entry,
.gnav-overlay .entry{
  right: 80px;
  background-color: #da7f00;
}
.menu-fixedBtn-wrap .entry:hover,
.gnav-overlay .entry:hover{
    background-color: #ff9400;
}
.menu-fixedBtn-wrap .entry{
  right: 80px;
  background-color: #da7f00;
}
.menu-fixedBtn-wrap .menu-fixedBtn{
    right: 0;
    background-color: #2B2B2B;
}
.menu-fixedBtn-wrap .menutxt{
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    font-size: 1.2rem;
    text-align: center;
  font-weight: 600;
}
.menu-fixedBtn-wrap .entry .menutxt{
  top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
}
.menu-fixedBtn-wrap .menu-fixedBtn .menutxt{
    bottom: 0.8rem;
}
.menu-fixedBtn-wrap .menu-line-wrap{
    width: 34px;
    height: 20px;
    position: relative;
    right: 0;
    left: 0;
    top: 24%;
    margin: 0 auto;
}
.menu-fixedBtn-wrap .menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu-fixedBtn-wrap .menu__line--top {
    top: 0;
}
.menu-fixedBtn-wrap .menu__line--center {
    top: 50%;
}
.menu-fixedBtn-wrap .menu__line--bottom{
    bottom: 0;
}
.menu-fixedBtn-wrap .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu-fixedBtn-wrap .menu__line--center.active{
    transform:scaleX(0);
}
.menu-fixedBtn-wrap .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav-overlay*/
.gnav-overlay{
  background: rgb(70,110,178);
    background: -moz-linear-gradient(135deg, rgba(70,110,178,1) 0%, rgba(16,54,117,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(70,110,178,1) 0%, rgba(16,54,117,1) 100%);
    background: linear-gradient(135deg, rgba(70,110,178,1) 0%, rgba(16,54,117,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#466eb2",endColorstr="#103675",GradientType=1);
    display: none;
    height: 100vh;
    position: fixed;
    overflow: auto;
    width: 100%;
    z-index: 98;
    overflow: scroll;
    overflow: scroll;
    position: fixed;
    top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
.gnav__wrap{
  padding: 10rem 0;
}
.gnav__wrap .gnav__menu__wrap{
    display: grid;
    max-width: 680px;
    width: calc(100% - 40px);
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    row-gap: 30px;
}
.gnav__wrap .gnav__menu{
    grid-column: 1/2;
    grid-row: 1/2;
}
.gnav__wrap dl{
    grid-column: 2/3;
    grid-row: 1/2;
}
.gnav__wrap dl dd a{
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1rem;
    padding-left: 3rem;
    position: relative;
}
.gnav__wrap dl dd a:before{
  content: '';
    display: block;
    width: 20px;
    background-color: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    top: 1.5rem;
}
.gnav__wrap .entry{
    grid-column: 1/3;
    grid-row: 2/4;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 2rem;
    font-size: 2.8rem;
    display: block;
}
.gnav__wrap .txtParent{
  color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 599px) { 
  .gnav__wrap .gnav__menu__wrap{
      display: block;
      transform: inherit;
      position: initial;
  }
  .gnav__wrap .txtParent{
      border-bottom: 1px solid #1339776e;
      font-size: 1.4rem;
      display: block;
      font-weight: normal;
      padding: 1rem 0;
      margin-bottom: 0;
  }
  .gnav__wrap .gnav__menu{
    margin-bottom: 4rem;
  }
  .gnav__wrap dl{
    margin-bottom: 4rem;
  }
  .gnav__wrap dt.txtParent{
      font-weight: 600;
  }
  .gnav__wrap dl dd a{
      border-bottom: 1px solid #1339776e;
      font-size: 1.4rem;
      display: block;
      font-weight: normal;
      padding: 1rem 0;
      margin-bottom: 0;
      margin-top: 0;
  }
  .gnav__wrap dl dd a:before{
    display: none;
  }
  .gnav__wrap .entry{
      padding: 1rem;
      font-size: 2rem;
  }
}

/* ______________________________________________________________ Footer - Recruit（中途採用） */
.footer-recruit-mid{
    padding-top: 75px;
    padding-bottom: 120px;
    border-top: 20px solid #F7F7F7;
    margin-top: 8rem;
}
.footer-recruit-mid .mod_btn01_list{
    justify-content: space-between;
    align-items: flex-start;
  color:#888F9D;
}
.footer-recruit-mid .footerLogo{
  flex: 1;
  text-decoration: none;
}
.footer-recruit-mid .footerLogo img{
  width: 260px;
  display: block;
}
.footer-recruit-mid .footerLogo .cr{
  display: block;
  font-weight: normal;
  margin-top: 1rem;
}
.footer-recruit-mid .sitemap{
  flex: 2;
}
.footer-recruit-mid .sitemap .list{
  display: flex;
    justify-content: space-between;
}
.footer-recruit-mid .sitemap .item{
  flex: 1;
}
.footer-recruit-mid .sitemap .en{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.footer-recruit-mid .sitemap .child_item {
  margin-bottom: 0.4rem;
}
.footer-recruit-mid .sitemap .child_item a{
  text-decoration: none;
  font-size: 1.4rem;
}
.footer-recruit-mid .sitemap .child a.icon_extenallink:after {
    background-color: #888F9D;
    -webkit-mask-image: url(../img/common/externallink_2.svg);
    width: 10px;
    height: 10px;
    position: initial;
    display: inline-block;
    padding-left: 2px;
}
@media screen and (max-width: 599px) { 
  .footer-recruit-mid{
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .footer-recruit-mid .footerLogo .cr{
    margin-bottom: 3rem;
  }
  .footer-recruit-mid .sitemap .list{
    flex-direction: column;
  }
  .footer-recruit-mid .sitemap .en{
    margin-bottom: 1rem;
  }
  .footer-recruit-mid .sitemap .child_item{
    margin-bottom: 1rem;
  }
  .footer-recruit-mid .sitemap .child {
      margin-bottom: 3rem;
  }
}
