@charset 'utf-8';

/* =========================================================
 PC・スマホ共通
========================================================= */
/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {

  /* =========================================================
 index コンテンツ
========================================================= */
  body {
    color: #323232;
    font-size: 14px;
    position: relative;
    /* background-image: none; */
  }

  /* =========================================================
 indexページ
========================================================= */
  .indexContents {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1040px;
    position: relative;
  }

  /* ----- グループロゴ ----- */
  .indexContents header {
    background-color: #ffffff;
    height: 76px;
  }

  .indexGroupLogo {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 248px;
  }

  /* ----- index詳細装飾 ----- */
  .indexBlock {
    width: 100%;
  }

  .indexBlock h1 {
    background-image: url("/img/index/bg_index_header.jpg");
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    position: relative;
  }

  .indexBox {
    background-image: url("/img/index/new/bg_index_top.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 829px;
    position: relative;
    width: 1920px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .indexParts {
    margin: 0 auto;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    transform: translate(157px, 0);
    width: 776px;
    height: 776px;
    background: url(
    /img/index/new/bg_index_parts.png) no-repeat center;
  }

  .indexLogo {
    width: 429px;
    height: 330px;
    margin: auto;
    background: url(/img/index/new/logo.png) no-repeat center;
    text-indent: -9999px;
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .enterBtn {
    width: 309px;
    height: 80px;
    margin: 480px auto 0;
    background-image: url(/img/index/new/btn_enter.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  .enterBtn.en {
    margin: 30px auto 0;
    width: 168px;
    height: 46px;
    background-image: url(/img/index/new/btn_enter_en.png);
  }

  .enterBtn:hover {
    opacity: 0.8;
    transition: all .3s ease;
  }

  .enterBtn a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .under18SmallIcon {
    width: 112px;
    margin: 56px auto 0;
  }

  /* ----- common.cssの打ち消し ----- */
  #middleBox:before,
  .ie8_hack_middleBoxBefore {
    content: none;
  }

  #contentsWrapper {
    background-image: none;
    box-shadow: none;
    padding-top: 25px;
    width: 980px;
  }

  #underBox {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
  }

  .under18 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #000000;
  }

  .under18 div:last-of-type {
    width: 990px;
  }

  .under18 div p {
    /* color: rgba(187,187,187,0.4); */
    font-size: 14px;
  }

  .under18 div p a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }

  .under18 div p a:hover {
    text-decoration: underline;
  }

  .under18 div p a::before {
    content: "";
    background-image: url(/img/index/new/icon_18under.svg);
    display: inline-block;
    width: 31px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .under18 div p span {
    font-size: 12px;
    margin-left: 8px;
  }

  .banner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }

  .banner p {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .banner a {
    color: #ffffff;
    line-height: 1.7;
  }

  .banner img {
    width: 100%;
  }

  .bannerBlock {
    margin-top: 50px;
  }

  .bannerBlock div {
    margin: 20px auto;
  }

  .info_txt {
    margin: 0 auto 50px;
    width: 925px;
    color: #686868;
    text-align: left;
  }

  .info_txt h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 30px 0 10px 5px;
    color: #333333;
    padding-left: 0;
    background: none;
    height: 27px;
    line-height: 27px;
    /* display: inline-block; */
    vertical-align: middle;
    padding: 0 0 0 5px;
    width: auto;
    border-left: 8px solid #494949;
  }

  .info_txt .seoLink li a:hover {
    text-decoration: none;
  }

  .info_txt p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #1d1e1f;
  }

  .bannerBlock div a {
    margin: 5px 8px;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.5;
  }

  .bannerBlock div.twoBanner a {
    margin: 5px;
  }

  .seoLink li a {
    margin: 0;
    line-height: 40px;
    color: #494949;
    padding: 0 18px;
  }

  .renewalText {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 54px;
    height: 110px;
  }

  .renewalText p {
    font-family: yu-mincho-pr6n, sans-serif;
    font-size: 24px;
    letter-spacing: 4.5px;
  }

  h3 {
    width: 980px;
    margin: 0 auto 10px;
  }

  /* 衛生検査証明書 */
  .hygieneBox {
    width: 640px;
    margin: 15px auto 0;
    border: 1px solid #cccccc;
  }

  .hygieneBox h3 {
    margin-bottom: 0;
    line-height: 1;
    background: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: inherit;
    color: #686868;
    padding-top: 10px;
  }

  .hygieneText {border: 1px solid #cccccc;margin: 10px auto 0;padding: 10px;width: 642px;box-sizing: border-box;}

  .hygieneText h3 {
    width: 100%;
    background-image: none;
    color: #686868;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    font-family: inherit;
    height: auto;
  }

  .hygieneText p {
    color: #686868;
    font-size: 12px;
    line-height: 1.3;
    margin: 10px auto 0;
    text-align: left;
  }

  #middleBox {
    background-image: none;
  }

  .indexComment {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #fecdd6;
    font-size: 12px;
    padding: 5px 0;
  }

}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .indexGroupLogo {
    margin: 0 auto;
    padding: 2% 0;
    width: 50%;
  }

  h1 {
    background-image: url(/s/img/index/bg_index_header.jpg);
    background-size: auto 100%;
    color: #ffffff;
    line-height: 4.5vw;
    text-align: center;
    border: none;
  }

  .enterBtn a {
    text-decoration: none;
  }

  .under18 {
    width: 90%;
    height: auto;
    bottom: -19vw;
    left: 0;
    right: 0;
    margin: 6vw auto 0;
    text-align: center;
    color: #565656;
  }

  .under18 div:first-of-type {
    margin-bottom: 1vw;
  }

  .under18 div img {
    width: calc(40vw * 0.3);
    height: calc(39vw * 0.3);
  }

  .under18 div p {
    line-height: 1.7;
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  .under18 div p a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
  }

  footer {
    font-size: 90%;
    padding: 0 0 0;
    text-align: center;
  }

  footer a {
    font-size: 100%;
  }

  .indexParts {
    padding-top: 87%;
    background-image: url(/s/img/index/new/img_index_top.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
  }

  .enterBtn {
    background-size: 100%;
    width: 92%;
    height: 0;
    padding-top: 11%;
    margin: 3% auto;
    box-sizing: border-box;
    background-image: url(/s/img/index/bn_enter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }

  .enterBtn.media {
    background-image: url(/s/img/index/bn_heaven_enter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 16%;
  }

  .enterBtn.en {
    background-image: url(/s/img/index/btn_enter_en.png);
    padding-top: 9%;
    margin-top: 9%;
  }

  .enterBtn a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    line-height: 16vw;
    text-align: center;
    font-size: 5.5vw;
    letter-spacing: 0.2vw;
    position: absolute;
    top: 0;
    text-indent: -9999px;
  }

  /*求人ボタン*/
  .indexBox {
    position: relative;
  }

  .banner {
    text-align: center;
    margin: 4vw auto 0;
    width: 96%;
  }

  .banner p {
    width: 100%;
    margin: 0 auto 1vw;
  }

  .banner a {
    color: #333333;
    font-size: 2.8vw;
    width: 100%;
    display: inline-block;
    line-height: 1.7;
  }

  .indexBanner {
    width: 96%;
    margin: 0 auto;
  }

  .indexBanner iframe {
    width: 100%;
  }

  .indexrecruitBlock {
    margin: 4% auto;
    padding: 0 0 1%;
    box-shadow: 0 2px 2px 0 rgb(96 96 96 / 60%);
  }

  .recruitRequirements {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: #e9e9e9;
    box-shadow: 0 2px 2px 0 rgb(96 96 96 / 60%);
    padding: 3% 0 5%;
  }

  .recruitRequirements table {
    width: 95%;
    margin: 0 auto;
  }

  table,
  td,
  th {
    border: 1px solid #191919;
    border-collapse: collapse;
    font-size: 90%;
    vertical-align: middle;
  }

  .recruitRequirements th {
    width: 25%;
    padding: 5% 0px 5% 3%;
    background-color: #e6e6e6;
  }

  .recruitRequirements td {
    padding: 3%;
    line-height: 1.5;
    background-color: #ffffff;
  }

  .recruitRequirements p {
    margin: 5% auto 0;
    width: 95%;
    line-height: 1.35;
  }

  .recruitSet {
    margin: 3% auto;
    padding: 0 0 4%;
  }

  h4 {
    position: relative;
    height: 12vw;
    line-height: 11.5vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #86c193;
    margin-top: 6%;
  }

  h4 img {
    height: 85%;
    position: absolute;
    right: 5%;
    top: 0;
    width: auto;
  }

  .inquiryBtn li {
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #48634d;
    box-sizing: border-box;
    height: 13vw;
    width: 100%;
    margin: 3% auto 1.8vw;
    position: relative;
  }

  .inquiryBtn li:first-child {
    margin-top: 0;
  }

  .inquiryBtn li.line {
    background-color: #25c302;
  }

  .inquiryBtn li.mail {
    background-color: #2d72f3;
  }

  .inquiryBtn li.tel {
    background-color: #00b6aa;
  }

  .inquiryTextSmall,
  .inquiryTextLarge {
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    width: auto;
  }

  .inquiryTextSmall {
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 3px;
  }

  .inquiryMessage {
    width: 95%;
    margin: 4% auto 0;
  }

  .inquiryBtn {
    padding: 0;
    width: 94%;
    margin: 3vw auto 0;
  }

  .inquiryBtn li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translate(0, -50%);
    width: 8.6vw;
    height: 12vw;
  }

  .inquiryBtn li.line::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_01.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.mail::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_02.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.tel::before {
    background: url(https://cinimg.awscf.net/gotanda-mseikan.jp/s/img/recruit/recruit_common/icon_inquiry_03.png) no-repeat center;
    background-size: contain;
  }

  .inquiryBtn li.tel p,
  .inquiryBtn li.mail p,
  .inquiryBtn li.line p {
    bottom: 0;
    left: 12vw;
    margin: auto;
    position: absolute;
    line-height: 7vw;
    font-size: 5.3vw;
    letter-spacing: 0;
    bottom: 0.8vw;
    color: #ffffff;
    font-weight: bold;
  }

  .inquiryBtn li p.inquiryTextSmall {
    font-size: 3vw;
    bottom: 5.9vw;
  }

  .inquiryBtn li p span {
    font-size: 6vw;
    font-weight: bold;
    margin: 0 2vw 0 0;
  }

  .bannerBlock {
    margin: 4% auto;
  }

  .bannerBlock div {
    margin: 0 auto 3%;
    text-align: center;
  }

  .bannerBlock a {
    display: inline-block;
    /* color: #2c2c2c; */
    font-size: 3.2vw;
  }

  .bannerBlock div.twoBanner a {
    margin: 0 0 4%;
  }

  .bannerBlock img {
    display: block;
    margin: 0 auto;
  }

  .info_txt h2 {
    font-weight: bold;
    height: auto;
    text-indent: 0;
    padding: 2% 3%;
    line-height: 1.3;
    box-sizing: border-box;
    margin-top: 7%;
  }

  .seoLink {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 3% auto 5%;
  }

  .seoLink li {
    border: 1px solid #494949;
    margin: 1%;
    padding: 0 1.75%;
    height: 8vw;
    line-height: 8vw;
  }

  .seoLink li a {
    color: #494949;
    font-size: 3vw;
    margin: 0;
    line-height: 8vw;
  }

  .blogCommonBanner {
    width: 96%;
    margin: 0 auto 2vw;
    position: relative;
  }

  .blogCommonBanner ul {
    position: absolute;
    bottom: 6.75%;
    display: flex;
    justify-content: space-evenly;
    width: 83%;
  }

  .blogCommonBanner li {
    color: #ffffff;
    font-size: 3vw;
  }

  .bannerBlock a {
    display: inline-block;
    /* color: #de0053; */
    font-size: 3.2vw;
    margin: 0 1%;
    text-decoration: underline;
    line-height: 1.3;
  }

  /* 衛生検査証明書 */
  .hygieneBox {
    margin: 4% auto 0;
    width: 98%;
    max-width: 468px;
  }

  #bottomContents, #subFooterBox, #menuBottom, #footerBlock {
    display: none!important;
  }

  .info_txt p {width: 96%;margin: 0 auto 4%;line-height: 1.5;}

  .info_txt p span {display: block;}

}
