@charset "UTF-8";

/*reset.css
---------------------------------------------------------- */
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, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family:"Verdana",biz-udgothic,"biz-udgothic","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {  line-height: 1;}
ol,ul,li {  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;
}

/*基本設定
---------------------------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

html,body {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  height: 100%;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

img {
  border: 0;
  vertical-align: top;
}

strong {  font-weight: bold;}

.soleil,
.page_ttl span {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.w1260,
.pan_nav ul, .sttl, main.results .block {
  max-width: 1260px;
  margin: 0 auto;
  padding:0 40px;
  box-sizing: border-box;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex li img {width: 100%;}

.sp,
header .sp_nav {display: none;}

a {
  text-decoration: none;
  transition: .5s;
}

@media (max-width: 768px) {
  .sp {display: block;}
  .pc {display: none;}

  .w1260,
  .pan_nav ul, .sttl {
    max-width: none;
    width: 94%;
    padding: 0;
  }

}

/*loading
---------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:#11244F;
  z-index: 100;
}
#loader {
  display: none;
}

#loader .inr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 408px;
  margin-top: -204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
#loader .inr:before {
  content: "";
  background: url(../img/loading.png) no-repeat center;
  width: 300px;
  height: 348px;
  margin-bottom: 40px;
}
#loader .inr:after {
  content: "";
  background: url(../img/loading.gif) no-repeat center;
  width: 160px;
  height: 20px;
}

@media (max-width: 768px) {
  #loader .inr:before {
    width: 150px;
    height: 174px;
    background-size: cover;
  }
  #loader .inr:after {
    width: 80px;
    height: 10px;
    background-size: cover;
  }
}

/* pattern-B */

#loader-top-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:#11244F;
  z-index: 100;
}
#loader-top-bg #loader .inr:before {
  content: "";
  background: url(../img/loading_logo.gif) no-repeat center;
  width: 434px;
  height: 84px;
}

#loader-top-bg #loader .inr:after {display: none;}


/* mouse stalker
---------------------------------------------------------- */
#stkr {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(239,218,19,.4);
  filter: blur(5px);
  border-radius: 50%;
  transition: 0.2s;
  transition-timing-function: ease-out;
  pointer-events: none;
  z-index: 10;
}


/*header
---------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
  font-weight: bold;
  z-index: 50;
  transition: .3s;
}
header .logo a:hover {
  opacity: .5;
}
.header {
  justify-content: space-between;
  padding: 25px;
}
header nav ul li {
  margin-left: 50px;
}
header nav ul li a {
  position: relative;
  display: block;
  padding: 10px 2px;
  color: #000;
  font-size: 1.6rem;
  transition: all  0.3s ease;
}
header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2B00BA;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

header nav ul li a:hover {  color: #2B00BA;}
header nav ul li a:hover:after { transform: scale(1, 1);}

header nav ul li a.current {
  color: #2B00BA;
  border-bottom: #2B00BA solid 3px;
}

/* recruit link */
header nav ul li.recruit a {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: #2B00BA;
  color: #fff;
  opacity: 1;
}
header nav ul li.recruit a:hover {
  color: #fff !important;
  opacity: .8;
}
header nav ul li.recruit a:after {  display: none;}
header nav ul li.recruit a img  {
  width: auto;
  margin-right: 8px;
}



@media (max-width: 768px) {
  .header {
    width: 100%;
    padding: 0;
  }

  header .logo {
    height: 60px;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  header .logo img {
    width: auto;
    height: 100%;
  }
  header .sp_nav {display: block;}
  header .sp_nav li {
    position: fixed;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    transition: .3s;
  }
  header .sp_nav li:after {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 1.1rem;
    font-family: Verdana, sans-serif;
  }

  header .sp_nav .tel{
    top: 0;
    right: 60px;
    background: #11244F;
    z-index: 10;
  }
  header .sp_nav .tel a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  header .sp_nav .tel img {width: auto;}
  header .sp_nav .tel:after {  content: "TEL";}

  header .sp_nav .menu {
    top: 0;
    right: 0;
    background: #2B00BA;
    z-index: 30;
  }
  header .sp_nav .menu div {
    position: relative;
    width: 24px;
    height: 17px;
    transition: all .4s;
  }
  header .sp_nav .menu div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .4s;
  }
  header .sp_nav .menu div span:nth-child(1) { top:0;}
  header .sp_nav .menu div span:nth-child(2) { top:7px;}
  header .sp_nav .menu div span:nth-child(3) {top:14px;}
  header .sp_nav .menu:after {  content: "MENU";}

  /* nav open */
  header .sp_nav .close:after {  content: "CLOSE";}

  header .sp_nav .close div span:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  header .sp_nav .close div span:nth-of-type(2) {  opacity: 0;}
  header .sp_nav .close div span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  header nav {
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: rgba(17, 36, 79, .95);
    z-index: 20;
  }
  header nav ul.flex {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
  }
  header nav ul li {
    width: 100%;
    margin: 0;
    border-bottom: #fff solid 1px;
  }
  header nav ul li a {
    padding:20px 10px;
    color: #fff;
  }
  header nav ul li a.block {padding:20px 10px 10px;}

  header nav ul li a:hover {color: #fff;}
  header nav ul li a:after {display: none;}

  header nav ul li a.current {
    color: #fff;
    border-bottom: none;
  }

  /* recruit & contact */
  li.contact,li.recruit{  width: calc(50% - 10px);}
  li.contact a,li.recruit a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 10px !important;
    text-align: center;
    color: #11244F !important;
    background: #fff !important;
  }

  li.contact {  border: none;}
  li.contact a:before {
    content: "";
    display: block;
    width: 20px;
    height: 16.5px;
    margin-right: 10px;
    background: url(../img/sp_ico_contact.png) no-repeat;
    background-size: cover;
  }

  li.recruit {
    margin: 20px 0;
    border: none;
  }
  li.recruit a img {display: none;}
  li.recruit a:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/sp_ico_recruit.png) no-repeat;
    background-size: cover;
  }

  /* 子リンク */
  header nav ul li ul {  margin:0 10px 10px;}
  header nav ul li ul li {
    border-bottom: #fff dotted 1px;
  }
  header nav ul li ul li a:before {
    content: "-";
    margin-right: 5px;
  }
  header nav ul li ul li:last-child {
    margin: 0;
    border: none;
  }
  header nav ul li ul li a {
    margin: 5px 0;
    padding: 10px;
    font-size: 1.2rem;
  }
}



/*main
---------------------------------------------------------- */
main {
  padding:0 0 100px;
}

.btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 60px;
}
.btn a {
  display: block;
  padding: 20px 90px 20px 70px;
  background: url(../img/arw_btn_01.png) no-repeat right 20px center;
  border: #11244F solid 1px;
  color: #11244F;
  font-size: 1.8rem;
}
.btn a:hover {
  background:#11244F url(../img/arw_btn_02.png) no-repeat right 20px center;
  color: #fff;
}

.bg_g {
  padding: 50px 0;
  background: #EFEFEF;
}

@media (max-width: 768px) {

  main {  padding: 0 0 30px;}

  .btn { margin: 20px 0 30px;}
  .btn a { font-size: 1.6rem;}

  .bg_g{ padding: 30px 0;}
}


/*----------------------------------------
  title
----------------------------------------*/
.page_ttl {
  margin:50px 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.page_ttl span {
  display: block;
  color: #2B00BA;
  font-size:1.5rem;
}

.sttl {
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
.sttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 180px;
  height: 2px;
  margin-left: -90px;
  background: #333;
}

.txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 40px;
}

@media (max-width: 768px) {
  .page_ttl {
    margin: 0;
    padding: 20px 0;
    font-size: 2.0rem;
    background: #efefef;
  }
  .page_ttl span {  font-size: 1.6rem;}

  .sttl {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 2.0rem;
  }

  .txt {
    margin: 0 3% 15px;
    font-size: 1.4rem;
    line-height: 1.75em;
  }
}


/*----------------------------------------
  pan navi
----------------------------------------*/
.pan_nav {
  margin-top: 101px;
  background: #eee;
  width: 100%;
  font-weight: bold;
}
.pan_nav li {
  display: inline-block;
  padding: 10px 10px 10px 0;
  font-size: 1.2rem;
}
.pan_nav li:first-child {
  background: url(../img/ico_home.png) no-repeat left center;
  padding-left: 25px;
}
.pan_nav li a {
  position: relative;
  padding-right: 20px;
  color: #2B00BA;
}
.pan_nav li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background: url(../img/arw_pan.png) no-repeat center;
}

@media (max-width: 768px) {
  .pan_nav {margin-top: 60px;
  }
  .pan_nav ul {display: none;}
}

/*----------------------------------------
  page navi
----------------------------------------*/
.page_nav{
  display: flex;
  justify-content: center;
  width: calc(100vw - 30px);
  margin-bottom: 80px;
  transform: skew(-20deg);
}
.page_nav li {
  margin: 0 2px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #2B00BA;
  transition: .5s;
}
.page_nav li a {
  display: block;
  width: 100%;
  margin-top: 2px;
  padding: 10px 20px;
  transform: skew(20deg);
  color: #fff;
  box-sizing: border-box;
}
.page_nav li:hover {  background:#11244F;}

.page_nav li.current {
  background: #fff;
  border:#2B00BA 2px solid;
}
.page_nav li.current span {
  display: block;
  padding: 10px 20px;
  color: #2B00BA;
  transform: skew(20deg);
}


@media (max-width: 768px) {
  .page_nav {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin:30px auto;
    transform: skew(0);
  }
  .page_nav li {
    margin: 0 0 2%;
    width: 49%;
    font-size: 1.3rem;
    background: transparent;
    border:  #2B00BA solid 1px;
  }
  .page_nav li a {
    margin-top: 0;
    padding: 15px 30px 15px 15px;
    color:  #2B00BA;
    background: url(../img/sp_arw_pnav.png) no-repeat right 10px center;
    background-size: 15px 9px;
    transform: skew(0);
  }
  .page_nav li:hover {background: transparent;}

  .page_nav li.current {
    border: none;
    background: #2B00BA;
  }
  .page_nav li.current span {
    padding: 15px 30px 15px 15px;
    color: #fff;
    transform: skew(0);}
}



/*footer
---------------------------------------------------------- */
footer .contact_area {
  padding: 40px 0;
  background: #eee;
  text-align: center;
}

footer .contact_area .inr {
  display: flex;
  width: 1180px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  align-items: center;
  font-weight: bold;
  box-shadow: 5px 0 10px rgba(85, 85, 85, .08);
}
footer .contact_area div {
  width: calc(50% - 0.5px);
  padding: 20px 40px;
  margin: 20px 0;
  box-sizing: border-box;
}
footer .contact_area .left {
  border-right: #ccc dotted 1px;
}
footer .contact_area .page_ttl {
  margin-bottom: 25px;
  font-size: 2.4rem;
}

footer .contact_area .left p {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 1.6rem;
}
footer .contact_area .left a {
  display: block;
  width: 100%;
  padding: 15px 0;
  background:#2B00BA url(../img/arw_btn_03.png) no-repeat  right 20px center;
  border-radius: 5px;
  color: #fff;
  font-size: 2.4rem;
  transition: .5s;
}
footer .contact_area .left a:hover {  opacity: 0.5;}
footer .contact_area .right ul li,
footer .contact_area .right ul li a,
footer .contact_area .right ul span {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.2rem;
  color: #333;
}
footer .contact_area .right ul {
  margin-bottom: 15px;
}
footer .contact_area .right ul span {
  margin-right: 5px;
  font-size: 2.4rem;
}
footer .contact_area .right p {
  display: inline-block;
  width:14.8em;
  padding: 0 30px;
  height: 40px;
  background: #999;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 1.5rem;
}

.footer {
  background: #11244F;
  color: #fff;
}

.footer .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer ul li a {
  padding-left: 13px;
  color: #fff;
  background: url(../img/common/arw_f_02.png) no-repeat left center;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}
.footer ul li a:hover {
  opacity: 0.8;
}

.footer .inr p {
  margin: 20px 0;
  text-align: right;
  font-size: 1.2rem;
}


@media (max-width: 768px) {
  footer .contact_area,
  .footer ul { display: none;}

  .footer .inr {
    display: block;
  }
  .footer .inr p {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 1.0rem;
  }
}


/*
---------------------------------------------------------- */
.align_c {  text-align: center;}
.align_r {  text-align: right;}

.font_b {  font-weight: bold;}
.font10 {  font-size: 1.0rem !important;}
.font11 {  font-size: 1.1rem !important;}
.font14 {  font-size: 1.4rem !important;}
.font15 {  font-size: 1.6rem !important;}
.font16 {  font-size: 1.6rem !important;}
.font17 {  font-size: 1.7rem !important;}
.font18 {  font-size: 1.8rem !important;}
.font19 {  font-size: 1.9rem !important;}
.font20 {  font-size: 2.0rem !important;}
.font21 {  font-size: 2.1rem !important;}
.font22 {  font-size: 2.2rem !important;}
.font23 {  font-size: 2.3rem !important;}
.font24 {  font-size: 2.4rem !important;}
.font25 {  font-size: 2.5rem !important;}
.font26 {  font-size: 2.6rem !important;}

.mb0 {margin-bottom: 0px !important;}

/*clearfix
---------------------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/*¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* */

/* ---------- 2023/10追加分 ---------- */
/* ボタンの色変更 */
.btn a {
  border: #2B00BA solid 1px;
  color: #fff;
  font-weight: bold;
  background:#2B00BA url(../img/arw_btn_03.png) no-repeat right 20px center;
}
.btn a:hover {
  color: #2B00BA;
  background-image: url(../img/arw_btn_03-2.png);
  background-size: 14px;
  background-color: #fff;
}
/* フォント変更に伴うフッターのボタンサイズ調整 */
footer .contact_area .right p {
  width: 17.5em;
}

/* ----- English ----- */
/* nav-menu */
#en-container header nav ul li {
  margin-left: 35px;
}
.menu-en-sp{
  display:none;
}
.menu-en .menu-en-link{
  display: flex;
}
.menu-en-link .icon-en{
 width:18px;
 height: 18px;
 padding-top:4px;
 padding-right: 10px;;
}
.icon-en2{
  display: none;
}

/* titles */
#en-container .sttl:not(.en-philo-ttl){
  margin-bottom: 0;
  color: #2B00BA;
  text-align: left;
}
#en-container .sttl:after {
  content: none;
}

/* contact */
#en-container .contact_area .inr {
  justify-content: center;
}
#en-container .contact_area .left {
  border-right: none;
}
#en-container .contact_area .left .page_ttl{
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  /* topのloadingアニメーションの幅調整 */
  #loader-top-bg #loader .inr:before {
   width: 90%;
   max-width: 434px;
   background-size: contain;
  }
  /* 事業内容ページと企業情報ページのページ内リンクのSPボタン色 */
  .page_nav li {
    background-color: #2B00BA;
    border: #2B00BA 1px solid;
  }
  .page_nav li:hover {
    background: #2b00ba;
  }
  .page_nav li a {
    color: #fff;
    background: url(../img/sp_arw_pnav2.png) no-repeat right 10px center;
    background-size: 15px 9px;
  }
  .page_nav li.current {
    background-color: inherit;
    border: #2B00BA 1px solid;
  }
  .page_nav li.current span {
    color: #2B00BA;
  }
  /* English */
  #en-container header nav ul li {
    margin-left: 0;
  }
  .menu-en{
    display: none;
  }
  .menu-en-sp{
    display:block;
  }
  #en-container .br-sp-none{
    display: none;
  }
}
