@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1A1311;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
  -webkit-transition: all .2s; transition: all .2s;
  transition: opacity 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

table { border-collapse:collapse; border-spacing:0;}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
}

h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 90px auto 0;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #main {
    margin-top: 43px;
  }
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
@media screen and (max-width: 767px) {
  #not_found {
    padding: 100px 20px 60px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 767px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #not_found p.arial + p {
    ont-size: 17px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}


#main{
  position: relative;
}

.bg-lower1{
  background: url(../img/common/bg-lower1-left.png) left top / 620px auto no-repeat,
              url(../img/common/bg-lower1-right.png) right top / 292px auto no-repeat;
}
.bg-lower1{
  background: url(../img/common/bg-lower1-left.png) left top / 620px auto no-repeat,
              url(../img/common/bg-lower1-right.png) right top / 292px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .bg-lower1{
    background: url(../img/common/bg-lower1-left-sp.svg) left top no-repeat,
                url(../img/common/bg-lower1-right-sp.svg) right top no-repeat;
  }
}

/* color */
.f-white{
  color: #fff;
}

/* bg */
.bg-white{
  background: #fff;
}
.bg-gray{
  background: #eaeaed;
}

/* t-ind */
.t-ind{ padding-left: 1em; text-indent: -1em;}
.t-ind15{ padding-left: 1.5em; text-indent: -1.5em;}
.t-ind2{ padding-left: 2em; text-indent: -2em;}

/* t-center */
.t-center{ text-align: center;}
.t-left{ text-align: left;}
.t-right{ text-align: right;}
@media screen and (max-width: 540px) {
	.t-center-sp{ text-align: center!important;}
	.t-left-sp{ text-align: left!important;}
	.t-right-sp{ text-align: right!important;}
}

/* inblock */
.inblock{ display:inline-block;}

/* pan */
.pan{
  color: #4e5f77;
  font-size: 12px;
  line-height: 2.7;
  font-weight: 600;
  position: absolute;
  z-index: 99;
  top: 90px;
  left: 0;
  border: 1px solid #e5e4e3;
  background: #fff;
  border-bottom: none;
  padding: 0 15px;
  display: flex;
  border-radius: 10px 10px 0 0;
  transform: rotate(90deg);
  transform-origin: 0 100%;
}
.pan a{
  color: #9fa0a0;
  padding-right: 20px;
  position: relative;
}
.pan a:after{
  content: "";
  position: absolute;
  top: .9em;
  right: .5em;
  background: url(../img/common/ic-pan-arrow.svg) center no-repeat;
  width: 6px;
  height: 11px;
}
.pan a.pan-toppage{
  padding-left: 20px;
  background: url(../img/common/ic-home.svg) left center no-repeat;
}
@media screen and (max-width: 767px) {
  .pan{
    font-size: 10px;
    top: 50px;
    left: calc(100vw - 28px);
    border-bottom: 1px solid #e5e4e3;
    border-top: none;
    padding: 0 12px;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
  }
  .pan a.pan-toppage{
    padding-left: 15px;
    background: url(../img/common/ic-home.svg) left center / 12px auto no-repeat;
  }
}

/* ttl */
.ttl1{
  font-size: 70px;
  line-height: 1.05;
  font-weight: 900;
}
.ttl1 span{
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding-left: 35px;
  position: relative;
}
.ttl1 span:before{
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  background: url(../img/common/ic-ttl1-pink.svg) center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.ttl1 span.ic-white:before{
  background: url(../img/common/ic-ttl1-white.svg) center no-repeat;
}
.ttl1 span small{
  font-size: 14px;
}
.ttl1 span small.f18{
  font-size: 18px;
}

.ttl2{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ttl2:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #d16b7a, #d9a482);
}
.pagettl{
  padding-top: 30px;
}
.pagettl .cate{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  width: fit-content;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pagettl .cate:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #d16b7a, #d9a482);
}
.pagettl img{
  height: 52px;
  margin: .3em 0 .2em;
}
.pagettl .ttl1{
  color: #4d5f77;
}
.pagettl .ttl1 span{
  color: #231815;
}
.pagettl .ttl1 span:before{
  background: url(../img/common/ic-ttl1-gray.svg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl1{
    font-size: 44px;
  }
  .ttl1 span{
    font-size: 19px;
    padding-left: 25px;
  }
  .ttl1 span.sp-f14{
    font-size: 14px;
  }
  .ttl1 span:before{
    top: 0;
  }
  .ttl1 span small{
    font-size: 10px;
  }
  .ttl1 span small.f18{
    font-size: 14px;
  }
  .ttl2{
    font-size: 24px;
  }
  .pagettl{
    padding-top: 12px;
  }
  .pagettl img{
    height: 33px;
    margin: .3em 0 .2em;
  }
  .pagettl picture img{
    height: 77px;
  }
  .pagettl .cate{
    font-size: 13px;
    padding-bottom: 7px;
    margin-bottom: 2px;
  }
}

/* btn */
.btn1{
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 3.3;
  width: 100%;
  max-width: 400px;
  text-align: center;
  background: linear-gradient(to right, #d2707b 0%,#d79981 100%);
  border-radius: 100px;
  position: relative;
}
.btn1:after{
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: url(../img/common/arrow-right.svg) center no-repeat;
  z-index: 1;
}
.btn1:hover{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn1{
    font-size: 12px;
    line-height: 4;
  }
  .btn1:hover:before{
    opacity: 1;
  }
  .btn1:after{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .btn1.pink{
    background: url(../img/common/arrow-right.svg) right 10px center / 30px no-repeat ,linear-gradient(to right, #d2707b 0%,#d79981 100%);
  }
}

/* aboutus */
.aboutus{
  display: flex;
}
.aboutus a{
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  position: relative;
}
.aboutus a:after{
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  background: url(../img/common/arrow-right.svg) center no-repeat;
  width: 42px;
  height: 42px;
  display: block;
}
.aboutus a:hover:after{
  opacity: .8;
}
.aboutus a.aboutus-company{
  background: url(../img/common/aboutus-company.webp) center / cover no-repeat;
}
.aboutus a.aboutus-number{
  background: url(../img/common/aboutus-number.webp) center / cover no-repeat;
}
.aboutus a.aboutus-message{
  background: url(../img/common/aboutus-message.webp) center / cover no-repeat;
}
.aboutus a div{
  line-height: 1.23;
  text-align: center;
}
.aboutus a div img{
  display: inline-block;
  margin-bottom: 12px;
}
.aboutus a div span{
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -10px;
}
.aboutus a div span img{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .aboutus{
    display: block;
  }
  .aboutus a{
    font-size: 24px;
    width: 100%;
    height: 260px;
  }
  .aboutus a:after{
    right: 16px;
    bottom: 13px;
    background: url(../img/common/arrow-right.svg) center / 33px auto no-repeat;
    width: 33px;
    height: 33px;
  }
  .aboutus a div{
    line-height: 1.25;
  }
  .aboutus a div img{
    margin-bottom: 10px;
  }
  .aboutus a.aboutus-company div img{
    width: 34px;
  }
  .aboutus a.aboutus-company div span img{
    width: 58px;
  }
  .aboutus a.aboutus-number div img{
    width: 33px;
  }
  .aboutus a.aboutus-number div span img{
    width: 94px;
  }
  .aboutus a.aboutus-message div span img{
    width: 49px;
  }
  .aboutus a div span{
    top: -10px;
  }
}

/* recruitinfo */
.recruitinfo{
  padding: 70px 20px;
  background: url(../img/common/recruitinfo-bg.webp) center / cover no-repeat;
}
.recruitinfo .ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  color: #fff;
  font-size: 26px;
  letter-spacing: .05em;
  font-weight: 900;
}
.recruitinfo .ttl span{
  display: inline-block;
  margin-left: .5em;
  font-size: 20px;
  letter-spacing: 0;
}
.recruitinfo .ttl:before,
.recruitinfo .ttl:after{
  display: inline-block;
  content: "";
  width: 280px;
  height: 1px;
  margin: 0 .5em;
  background: #fff;
}
.recruitinfo .btn{
  display: flex;
  justify-content: center;
}
.recruitinfo .btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100px;
  line-height: 1.2;
  margin: 0 10px;
  padding-right: 4em;
  color: #231815;
  font-weight: 600;
  text-align: center;
  background: url(../img/common/recruitinfo-btn.svg) center right no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .recruitinfo{
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../img/common/recruitinfo-bg-sp.webp) center / cover no-repeat;
  }
  .recruitinfo .ttl{
    margin-bottom: 2.5em;
    font-size: 20px;
    position: relative;
  }
  .recruitinfo .ttl span{
    position: absolute;
    top: 2em;
    display: block;
    margin-left: 0;
    font-size: 15px;
  }
  .recruitinfo .ttl:before,
  .recruitinfo .ttl:after{
    width: 90px;
  }
  .recruitinfo .btn{
    display: block;
    justify-content: center;
  }
  .recruitinfo .btn a{
    width: 320px;
    height: 87px;
    margin: 0 auto 15px;
    padding-right: 2em;
    font-size: 16px;
    background-size: contain;
  }
}

/* intimgic */
figure.intimgic{
  text-align: center;
  position: relative;
}
figure.intimgic:before,figure.intimgic:after{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 5.5%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
figure.intimgic:before{
  background: url(../img/common/interview-list-bg.svg) center bottom / 100% auto no-repeat;
}
figure.intimgic:after{
  opacity: 0;
}
a:hover figure.intimgic:after{
  opacity: 1;
  background: url(../img/common/interview-list-bg-active.svg) center bottom / 100% auto no-repeat;
}
figure.intimgic img{
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  figure.intimgic:before{
    left: 5%;
    background: url(../img/common/interview-list-bg.svg) center bottom / 100% auto no-repeat;
  }
}