:root {
 --red: #ff0000;
 --yellow: #ffe400;
 --blue: #000066;
 --purple: #e9e9ff;
 --yellow: #FDBF5E;
 --green: #4ACBCB;
}

/*
===================================================
        Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
}
address{
 font-style:normal;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
 -webkit-text-size-adjust:100%;
 line-height: 1.4em;
 letter-spacing: 0.05em;
 color: #333;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
}
.eigo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidthFHD{
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth{
 max-width: 1200px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth2{
 max-width: 800px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth3{
 max-width: 600px;
 padding-left: 15px;
 padding-right: 15px;
}
.maxWidth4{
 max-width: 1400px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
#header{
 position: fixed;
 display: flex;
 top: 0px;
 width: 100%;
 transition: 1s;
 z-index: 10;
 background: rgba(255, 255, 255, .8);
}
#header .inner{
 width: 100%;
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 12px 60px;
}
#header #logo{
 /* padding: 5px; */
 max-width: 341px;
 width: 30%;
}
#header #nav{
 display: flex;
}
#header #nav > .menu{
 display: flex;
 align-items: center;
}
#header #nav >.menu > li > a{
 position: relative;
 display: block;
 text-align: center;
 padding: 10px 15px;
}
#nav .sub {
 position: absolute;
 background: #fff;
 width: 130px;
 bottom: 0;
 left: calc(50% - 70px);
 opacity: 0;
 overflow: hidden;
 transition: opacity 0.5s;
 font-size: 90%;
 text-align: left;
 pointer-events: none;
}
#nav .menu > li.active .sub {
 opacity: 1;
 height: fit-content;
 pointer-events: auto;
}
#nav .sub li {
 padding: 10px 0;
 border-top: solid 1px var(--blue);
}
#nav .sub li:nth-child(1) {
 padding: 13px 0 10px;
 border-top: none;
}
#nav .sub li a {
 display: block;
 width: 7em;
 margin: 0 auto;
}
.top_sns{
 width: min(100%, 277px);
}
.top_sns ul{
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 width: 100%;
 gap: 0 20px;
}
.top_sns ul .mail_icon
#header .contact{
 margin-left: 10px;
}
#header .contact a{
 display: block;
 padding: 10px 20px;
}
#header .contact a i{
 font-size: 150%;
 vertical-align: middle;
 padding: 5px;
}
#footer{
 background: #fff;
 padding: 23px 0;
}
.copyright,
.copyright a{
 color: #000;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
 width: 50px;
 height: 50px;
 transition: 1s;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#sec_contact{
 background: url(../img/contact_bg.jpg) no-repeat center center;
 background-size: cover;
}

.pageTtl{
 padding: 15vw 15px 10vw;
 text-align: center;
 color: #FFF;
 font-size: 150%;
}

.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.m0auto{
	margin: 0 auto;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb20{
 margin-bottom: 20px;
}
.mb30{
 margin-bottom: 30px;
}
.mb40{
 margin-bottom: 40px;
}
.mb50{
 margin-bottom: 50px;
}
.mb80{
 margin-bottom: 80px;
}
.mb90{
 margin-bottom: 90px;
}
.mb100{
 margin-bottom: 100px;
}
.mt20{
 margin-top: 20px;
}
.mt40{
 margin-top: 40px;
}
.mt04em{
 margin-top: 0.4em;
}
.mt-04em{
 margin-top: -0.4em;
}
.mt05em{
 margin-top: 0.5em;
}
.mt06em{
 margin-top: 0.6em;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt50{
 margin-top: 50px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.p5{
 padding: 5px;
}
.p10{
 padding: 10px;
}
.p20{
 padding: 20px;
}
.p30{
 padding: 30px;
}
.p40{
 padding: 40px;
}
.p50{
 padding: 50px;
}
.p100{
 padding: 50px;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb40{
 padding-bottom: 40px;
}
.pb50{
 padding-bottom: 50px;
}
.pb90{
 padding-bottom: 90px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt50{
 padding-top: 50px;
}
.pt80{
 padding-top: 80px;
}
.pt100{
 padding-top: 100px;
}
.pl1em{
 padding-left: 1em;
}
.font-s{
 font-size: 80%;
}
.font-ss{
 font-size: 60%;
}
.font-sss{
 font-size: 40%;
}
.font-l{
 font-size: 140%;
}
.font-ll{
 font-size: 180%;
}
.font-lll{
 font-size: 220%;
}
.font_75rem{
 font-size: .75rem;
}
.font1rem{
 font-size: 1rem;
}
.font1_25rem{
 font-size: 1.25rem;
}
.font1_5rem{
 font-size: 1.5rem;
}
.flex{
 display: flex;
 justify-content: center;
}
.flex.sa{
 justify-content: space-around;
}
.flex.sb{
 justify-content: space-between;
}
.flex.wrap{
 flex-wrap: wrap;
}
.flex.reverse{
 flex-direction: row-reverse;
}
.flex .asCenter{
 align-self: center;
}
.flex .aiCenter{
 align-items: center;
}
.w10,.w20,.w25,.w30,.w33,.w40,.w45,.w48,.w50,.w52,.w55,.w60,.w70,.w80,.w90,.w100{
 box-sizing: border-box;
}
.w10{
 width: 10%;
}
.w20{
 width: 20%;
}
.w25{
 width: 25%;
}
.w30{
 width: 30%;
}
.w33{
 width: 33%;
}
.w40{
 width: 40%;
}
.w45{
 width: 45%;
}
.w48{
 width: 48%;
}
.w50{
 width: 50%;
}
.w52{
 width: 52%;
}
.w55{
 width: 55%;
}
.w60{
 width: 60%;
}
.w70{
 width: 70%;
}
.w80{
 width: 80%;
}
.w90{
 width: 90%;
}
.w100{
 width: 100%;
}
.wAuto{
 width: auto;
}
.lh1_2em{
 line-height: 1.2em;
}
.lh1_25em{
 line-height: 1.25em;
}
.lh1_5em{
 line-height: 1.5em;
}
.lh2em{
 line-height: 2em;
}
.sp-menuArea {
 display: none;
}
.dNone{
 display: none;
}
.dIb{
 display: inline-block;
}
.dBlock{
 display: block;
}
.dFlex{
 display: flex;
}
.b{
 font-weight: bold;
}
.red,
.red a{
 color: var(--red);
}
.blue,
.blue a{
 color: var(--blue);
}
.white,
.white a{
 color: #ffffff;
}
.gray,
.gray a{
 color: #8F99AA;
}
.bgWhite{
 background: #fff;
}
.bgWhite9{
 background: rgba(255,255,255,0.9);
}
.bgWhite8{
 background: rgba(255,255,255,0.8);
}
.bgWhite7{
 background: rgba(255,255,255,0.7);
}
.bgBlue{
 background: var(--blue);
}
.bgGrad{
 background: rgb(2,0,36);
 background: linear-gradient(90deg , rgba(2,58,179,1) 0% , rgba(49,189,235,1) 100%);
}
.bgGray{
 background: #ddd;
}
.bgGray2{
 background: #ededed;
}
.border{
 border: solid 1px var(--blue);
}
.mouseHover{
 transition: .5s;
}
.mouseHover:hover{
 opacity: .7;
}
.br10{
 border-radius: 10px;
}

.styleBnr{
 border:solid 2px #000;
 background: url(../img/recruit_bg_top_202310.png) no-repeat center center;
 background-size: cover;
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;
 padding:  15px;
}
.styleBnr.mmc{
 background: url(../img/mmc_bg_top.png) no-repeat center center;
 background-size: cover;
}
.styleBnr .inner{
 border:solid 2px #000;
 padding: 5px;
}
.styleBnr .inner2{
 width: 60%;
 box-sizing: border-box;
 padding: 15px 50px;
}
.styleBnr .inner2 .styleBtn{
 max-width: 500px;
 margin-left: auto;
 margin-right: auto;
}
.styleBtn a{
 position: relative;
 padding: 20px;
 text-align: center;
 min-width: 200px
}
.styleBtn a i{
 position: absolute;
 right: 10%;
 top: 50%;
 margin-top: -0.5em;
}
.fbBox{
 display: inline-block;
 border:solid 1px var(--blue);
 background: #fff;
 padding: 10px;
}
.fbBox .inner{
 display: flex;
 align-items: center;
}
.fbBox .icon{
 width: 30%;
}
.fbBox .text{
 width: 70%;
}
.contactBox{
 border:solid 10px var(--blue);
 background: #fff;
 padding: 5px;
 box-sizing: border-box;
}
.contactBox .inner{
 padding: 50px;
 border: solid 2px var(--blue);
}
.privacy .text{
 padding: 20px;
 overflow-y: auto;
 height: 100px;
 box-shadow: 2px 2px 2px rgba(0,0,0,0.1) inset
}

/*
===================================================
        pc small
===================================================
*/
@media screen and (max-width: 1280px) {
 #header #nav ul li a{
  display: block;
  padding: 10px;
 }
 #header .contact a .text{
  display: none;
 }
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 980px) {
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  visibility: hidden;
  width: 0px;
  height: 0px;
 }
 .sp-dBlock{
  display: block;
 }
 .sp-dIb{
  display: inline-block;
 }
 .sp-dNone{
  display: none;
 }
 .sp-menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 6px;
  width: 35px;
  height: 35px;
  border: solid 2px #888;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
 }
 .sp-menuBtn .sp-menuBtn__inner {
  transition: transform 0.5s;
  position: relative;
  top: 10px;
  left: 8px;
  width: 19px;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::after {
  transition: transform 0.5s;
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::before {
  transition: transform 0.5s;
  position: absolute;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn.active .sp-menuBtn__inner {
  position: relative;
  top: 16px;
  left: 8px;
  width: 19px;
  height: 3px;
  background: #555555;
  transform: rotate(45deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::after {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
  transform: rotate(90deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::before {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn span {
  display: none;
 }
 .sp-menuArea {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
 }
 .sp-menuArea.active {
  transition: opacity 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
 }
 .sp-menuArea .sp-menu {
  padding: 50px 10px 10px;
 }
 .sp-menuArea .sp-menu li {
  border-bottom: solid 1px #eee;
 }
 .sp-menuArea .sp-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 12px;
  color: #555555;
 }
 .sp-menuArea .sp-menu li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  vertical-align: middle;
  content: "";
  display: block;
  border-left: solid 6px #555555;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
 }
 .sp-font-ll{
  font-size: 180%;
 }
 .sp-font-l{
  font-size: 140%;
 }
 .sp-font-m{
  font-size: 100%;
 }
 .sp-font-s{
  font-size: 60%;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb0{
  margin-bottom: 0px;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mb25{
  margin-bottom: 25px;
 }
 .sp-mb30{
  margin-bottom: 30px;
 }
 .sp-mb50{
  margin-bottom: 50px;
 }
 .sp-mt-2em{
  margin-top: -2em;
 }
 .sp-mt-1em{
  margin-top: -1em;
 }
 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-mt25{
  margin-top: 25px;
 }
 .sp-mt50{
  margin-top: 50px;
 }
 .sp-pb0{
  padding-bottom: 0px;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pb25{
  padding-bottom: 25px;
 }
 .sp-pb50{
  padding-bottom: 50px;
 }
 .sp-pt0{
  padding-top: 0px;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 .sp-pt25{
  padding-top: 25px;
 }
 .sp-pt50{
  padding-top: 50px;
 }
 .sp-p10{
  padding: 10px;
 }
 .sp-p20{
  padding: 20px;
 }
 .sp-p30{
  padding: 30px;
 }
 .sp-w10,.sp-w20,.sp-w25,.sp-w30,.sp-w33,.sp-w40,.sp-w50,.sp-w60,.sp-w70,.sp-w80,.sp-w90,.sp-w100{
  box-sizing: border-box;
 }
 .sp-w10{
  width: 10%;
 }
 .sp-w20{
  width: 20%;
 }
 .sp-w30{
  width: 30%;
 }
 .sp-w40{
  width: 40%;
 }
 .sp-w50{
  width: 50%;
 }
 .sp-w60{
  width: 60%;
 }
 .sp-w70{
  width: 70%;
 }
 .sp-w80{
  width: 80%;
 }
 .sp-w90{
  width: 90%;
 }
 .sp-w100{
  width: 100%;
 }
 .sp-p0{
  padding: 0px;
 }
 .sp-p10{
  padding: 10px;
 }
 .sp-p20{
  padding: 20px;
 }
 .wAuto{
  width: auto;
 }
 #header .inner{
  align-items: flex-start;
 }
 #header #logo{
  width: auto;
  margin-left: 45px;
  padding-top: 14px;
 }
 #header #logo img{
  width: auto;
  height: 25px;
 }
 #header #nav ul{
  display: none;
 }
 #header .contact a {
  display: block;
  padding: 10px 15px;
 }
 #main{

 }
 #footer{
  background: #000  url(../img/footer_bg.png) no-repeat left bottom;
  background-size: 100% auto;
 }
 #footer .inner{
  display: block;
  padding-top: 40px;
  justify-content: space-between;
 }
 #footer .inner .data{
  width: auto;
 }
 #footer .inner .map{
  width: auto;
  min-width: 0px;
 }
 #footer .inner .map iframe{
  width: 100%;
  height: 240px;
 }
 #footer .footerList li{
  border-bottom: solid 1px #888;
 }
 #footer .inner .map iframe{
  width: 100%;
  height: 400px;
 }
 .pageTtl{
  padding: 110px 15px 60px;
  text-align: center;
  color: #FFF;
  font-size: 90%;
 }
 .styleBnr{
  background-position: right bottom;
  background-size: cover;
 }
 .styleBnr .inner{
  background: rgba(255,255,255,0.7);
 }
 .styleBnr .inner2{
  width: auto;
  box-sizing: border-box;
  padding: 15px;
 }
 .contactBox .inner{
  padding: 30px;
 }
}

/*
===================================================
        sp small
===================================================
*/
@media screen and (max-width: 480px) {
 .contactBox .inner {
  padding: 10px;
 }
 .contactBox .tel .icon{
  width: 50px;
 }
 .contactBox .tel .num{
  font-size: 90%;
 }
}

.wbr{
word-break: keep-all;
}