@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
div,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

caption {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

a {
  text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
textarea,
select {
  font-size: 1em;
}

html {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

body,
x:-moz-broken {
  margin-left: -1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.coupon .section01__inner__cont__middle ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
main {
  position: relative;
  z-index: 999;
}
.inner {
  padding: 0 20px;
  max-width: 1300px;
  margin: auto;
}
.inner-secondary {
  padding: 0 20px;
  max-width: 880px;
  margin: auto;
}

.c-section-heading {
  font-size: 22px;
  width: fit-content;
  margin: 20px auto 50px;
}

@media (max-width: 768.98px) {
  .c-section-heading {
    text-align: center;
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  .c-section-heading {
    font-size: 40px;
  }
}
.section01__inner {
  background: url(../image/footer__before3.png);
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  /**
 * レイアウト
----------------------------------------------------------------------------------------------------*/
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: auto;
  }

  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8em;
    color: #4d4d4d;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /**
 * ヘッダ
----------------------------------------------------------------------------------------------------*/
  header .in {
    position: fixed;
    top: 0;
    left: 0;
    height: 69px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 99999;
  }

  header h1 {
    height: 69px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 9999;
    background: url(../image/page_header.png) no-repeat left center;
    background-size: 90%;
  }

  header h1 img {
    display: none;
  }

  header h1 a {
    display: block;
    height: 69px;
    width: 150px;
  }

  header .in {
    display: block;
    width: 100%;
  }

  header .in p {
    display: block;
    margin: 78px auto 0;
  }

  header .in p {
    display: none;
  }

  header .sns {
    display: none;
  }

  .home header:after {
    content: "";
    display: block;
    padding: 31.5% 0 32.5%;
    margin: 12px auto 0;
  }

  /* header:after {
    content: "";
    display: block;
    padding: 0;
    margin: 30px auto 0;
  } */

  .home header:after {
    background: url(../image/1-1.png) no-repeat center top 7px;
    background-size: 60%;
  }

  /**
 * SPナビ
----------------------------------------------------------------------------------------------------*/
  .cp_offcm01 #cp_toggle01 ~ label {
    background: url(../image/menu.png) no-repeat center center;
    background-size: 80%;
    position: relative;
    z-index: 20000;
    display: block;
    width: 54px;
    height: 54px;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    text-align: center;
    color: #fff;
    position: relative;
    top: 2px;
    right: -2px;
    z-index: 20000;
  }

  .cp_offcm01 #cp_toggle01 ~ label.spN {
    background: url(../image/close-btn.png) no-repeat center center;
    background-size: 80%;
    position: relative;
    z-index: 30000;
    background-color: #fff;
  }

  .cp_offcm01 {
    position: absolute;
    top: 6px;
    right: 15px;
    display: inline-block;
  }

  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #607d8b;
    opacity: 0.8;
    z-index: 10000;
  }

  .cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
  }

  .cp_offcm01 .cp_menu ul li {
    list-style: none;
  }

  .cp_offcm01 .cp_menu ul li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }

  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

  /**
 * トップ
----------------------------------------------------------------------------------------------------*/
  .home #cont {
    margin: 0 auto;
  }

  .index_section01__inner__cont h2 {
    display: block;
    text-align: center;
    background: url(../image/section__h2__bg.png) repeat-x left top;
    color: #fff;
    padding: 3% 0 2%;
    margin: 0 auto 30px;
    font-weight: bold;
  }

  .index_section01__inner__cont h2 img {
    display: block;
    width: 100%;
  }

  .index_section01__inner__cont__middle ul {
    display: block;
    overflow: hidden;
    width: 92%;
    margin: 0 auto 14px;
  }

  .index_section01__inner__cont__middle ul li {
    display: block;
    text-align: center;
    width: 50%;
    float: left;
    margin: 0 0 18px;
  }

  .index_section01__inner__cont__middle ul li a {
    color: #000;
  }

  .index_section01__inner__cont__middle ul li img {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }

  .index_section01__inner__cont__middle p {
    display: block;
    width: 92%;
    margin: 0 auto 30px;
  }

  .index_section01__inner__cont__middle p img {
    display: block;
    width: 96%;
    margin: 0 auto;
  }

  .index_section02__inner__right,
  .index_section02__inner__left {
  }

  .index_section02__inner__right h2,
  .index_section02__inner__left h2 {
    display: block;
    background: url(../image/section__h2__border.png) repeat-x left bottom;
    padding: 22px 0 22px;
    font-size: 32px;
    width: 92%;
    margin: 0 auto;
  }

  .index_section02__inner__right ul,
  .index_section02__inner__left ul {
    display: block;
    overflow: hidden;
  }

  .index_section02__inner__right ul li,
  .index_section02__inner__left ul li {
    display: block;
    width: 33.3333%;
    padding: 22% 0;
    text-align: center;
    font-size: 12px;
    float: left;
    margin: 0;
    position: relative;
    background: url(../image/circle.png) no-repeat center center;
    background-size: 96%;
  }

  .index_section02__inner__right ul,
  .index_section02__inner__left ul {
    position: relative;
    top: -11px;
  }

  .index_section02__inner__right ul li:nth-child(5),
  .index_section02__inner__right ul li:nth-child(2) {
    position: relative;
    top: 10px;
  }

  .index_section02__inner__right ul:nth-child(3) {
    margin: -110px 0 0;
  }

  .index_section02__inner__right ul:nth-child(3) li {
  }

  .index_section02__inner__right ul:nth-child(3) li:first-child {
    float: left;
    margin: 0 0 0 16%;
  }

  .index_section02__inner__right ul:nth-child(3) li:last-child {
    float: right;
    margin: 0 16% 0 0;
  }

  .index_section02__inner__right ul li span,
  .index_section02__inner__left ul li span {
    display: block;
    line-height: 1.8em;
  }

  .index_section02__inner__right ul li img,
  .index_section02__inner__left ul li img {
  }

  .index_section02__inner__right p,
  .index_section02__inner__left p {
    display: block;
    width: 92%;
    margin: -40px auto 20px;
  }

  .index_section02__inner__right p a,
  .index_section02__inner__left p a {
    color: #000;
    /*width: 230px;*/
    width: 80%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background: url(../image/btn__bg.png) no-repeat center center;
    background-image: url(../image/btn__icon.png), url(../image/btn__bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 45px top 13px, center center;
    background-size: auto, 98% 98%;
    margin: 21px auto 0;
  }

  .index_section03__inner p {
    margin: -3px 0 0;
  }

  .index_section03__inner p a img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .index_section04 {
    margin: 0 auto;
    background: url(../image/footer__before2.png) no-repeat left top;
    padding: 72px 0 0;
    background-size: 100%;
  }

  .index_section04__inner__cont__left {
    width: 92%;
    margin: 0 auto;
  }

  .index_section04__inner__cont__left h2 {
    display: block;
    margin: 0 auto 30px;
  }

  .index_section04__inner__cont__left h2 img {
    width: 98%;
    margin: 0 auto;
    display: block;
  }

  .index_section04__inner__cont__left ul {
    display: block;
    background: url(../image/info__bg.png) no-repeat left top;
    background-size: 100% 100%;
    padding: 5% 7%;
  }

  .index_section04__inner__cont__left ul li {
    display: block;
    margin: 13px 0;
  }

  .index_section04__inner__cont__left ul li a {
    color: #000;
  }

  .index_section04__inner__cont__right,
  .index_section04__inner__cont__left {
  }

  .index_section04__inner__cont__left h2 {
    display: block;
  }

  .index_section04__inner__cont__right {
    padding: 0 0;
  }

  .index_section04__inner__cont__right p {
    display: block;
    margin: 20px auto 0;
  }

  .index_section04__inner__cont__right p a {
    display: block;
    text-indent: -9999px;
    padding: 40% 0;
    width: 92%;
    margin: 0 auto;
    background: url(../image/sp__recruit.png) no-repeat center top;
    background-size: 90%;
  }

  .index_section04__inner__cont__right p a img {
    display: none;
  }

  .index_section04__inner__cont__left h2 img {
    display: block;
    width: 100%;
  }

  .index_section04__inner__cont__right p img {
    display: block;
    width: 100%;
  }

  /*----------------------------------------------------------------------------------------------------*/
  .section01__inner__cont h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  /**
 * 店舗情報
----------------------------------------------------------------------------------------------------*/
  .good .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .good .section01__inner__cont {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .good .section01__inner__cont:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .good .section01__inner__cont h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .good .section01__inner__cont p {
    display: block;
    padding: 0 0 30px;
  }

  .good .section01__inner__cont .dl01 {
    position: relative;
  }

  .good .section01__inner__cont .dl01:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good001_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl02 {
    position: relative;
  }

  .good .section01__inner__cont .dl02:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good002_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl03 {
    position: relative;
  }

  .good .section01__inner__cont .dl03:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good003_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl04 {
    position: relative;
  }

  .good .section01__inner__cont .dl04:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good004_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont__middle {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
  }

  .good .section01__inner__cont__middle:nth-child(4) {
    position: relative;
  }

  .good .section01__inner__cont__middle:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .good .section01__inner__cont__middle__left dl {
    display: block;
    margin: 0 auto 40px;
  }

  .good .section01__inner__cont__middle__left dl dt {
    display: block;
    padding: 0 0 36px;
  }

  .good .section01__inner__cont__middle__left dl dt img {
    width: 100%;
    display: block;
  }

  .good .section01__inner__cont__middle__left dl dd {
    text-align: left;
  }

  .good .section01__inner__cont__middle__right dl dd span,
  .good .section01__inner__cont__middle__left dl dd span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    background: #1eaab4;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0;
    line-height: 1.5em;
    margin: 0 0 13px;
  }

  .good .section01__inner__cont__middle__right dl dt {
    display: block;
    padding: 0 0 36px;
  }

  .good .section01__inner__cont__middle__right dl dt img {
    width: 100%;
    display: block;
  }

  .good .section01__inner__cont__middle__right dl dd {
    text-align: left;
  }

  .good .section02__inner__cont__middle {
    overflow: hidden;
  }

  .good .section02__inner__cont__middle__box:nth-child(1) {
    overflow: hidden;
  }

  .section02__inner__cont__middle__box .top h2 {
    display: block;
    border: 1px solid #fff;
    padding: 3%;
    margin: 20px auto 20px;
  }

  .section02__inner__cont__middle__box .top p {
    display: block;
    padding: 3%;
    text-align: center;
    font-weight: bold;
    background: #1eaab4;
    color: #fff;
    font-size: 24px;
    margin: 0 auto 18px;
  }

  .section02__inner__cont__middle__box .middle ul li {
    display: block;
    padding: 10px;
  }

  .section02__inner__cont__middle__box .middle ul li b {
    font-weight: normal;
  }

  .section02__inner__cont__middle__box .middle .right img {
    display: block;
    margin: 20px auto 40px;
  }

  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 96%;
    margin: 0 auto 50px;
    height: 300px;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
  }

  /**
 * クーポン・チラシ
----------------------------------------------------------------------------------------------------*/
  .coupon .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .coupon .section01__inner__cont {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .coupon .section01__inner__cont:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .coupon .section01__inner__cont h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .coupon .section01__inner__cont__middle {
    display: block;
    margin: 0 auto 30px;
  }

  .coupon .section01__inner__cont__middle ul li {
    display: block;
    width: 100%;
    margin: 0 auto 90px;
  }

  /**
 * 企業情報
----------------------------------------------------------------------------------------------------*/
  .company .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .company .section01__inner__cont__top {
    background: none;
    width: 92%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }

  .company .section01__inner__cont__top h2 {
    display: block;
    text-align: center;
    color: #1eaab4;
    line-height: 1.6em;
    margin: 30px 0 18px;
    font-size: 20px;
    font-weight: bold;
  }

  .company .section01__inner__cont__top h2 img {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
  }

  .company .section01__inner__cont__top > p {
    display: block;
    background: url(../image/section__h2__border.png) repeat-x left bottom;
    padding: 11px 0 26px;
    font-size: 32px;
    width: 92%;
    margin: 0 auto 30px;
    text-align: center;
  }

  .company .section01__inner__cont__top__left img {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .company .section01__inner__cont__top__right h2 {
    display: block;
    text-align: center;
    color: #1eaab4;
    line-height: 1.6em;
    margin: 30px 0 18px;
    font-size: 20px;
    font-weight: bold;
  }

  .company .section01__inner__cont__top__right h2 span:before {
    content: "";
    display: block;
    width: 262px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .company .section01__inner__cont__top__right h2 span:after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .company .section01__inner__cont__top__right h2 span {
    display: block;
    text-align: center;
  }

  .company .section01__inner__cont__center {
    margin: 0 auto;
    display: block;
  }

  .company .section01__inner__cont__center h2 {
    display: block;
    background: url(../image/section__h2__border.png) repeat-x left bottom;
    padding: 22px 0 26px;
    font-size: 32px;
    width: 92%;
    margin: 40px auto 40px;
    text-align: center;
  }

  .company .section01__inner__cont__center p {
    display: block;
    text-align: center;
    color: #1eaab4;
    line-height: 1.6em;
    margin: 30px 0 18px;
    font-size: 20px;
    font-weight: bold;
  }

  .company .section01__inner__cont__center p span {
    display: block;
  }

  .company .section01__inner__cont__center p span:before {
    content: "";
    display: block;
    width: 310px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .company .section01__inner__cont__center p span:after {
    content: "";
    margin: 0 auto;
    display: block;
    width: 190px;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
    left: 6px;
  }

  .company .section01__inner__cont__middle {
    display: block;
    background: #fff;
    position: relative;
    width: 92%;
    margin: 60px auto 0;
    padding: 0 0 20px;
  }

  .company .section01__inner__cont__middle h2 {
    display: block;
    margin: 0 auto 20px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -24px;
  }

  .company .section01__inner__cont__middle table {
    width: 92%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 11px;
  }

  .company .section01__inner__cont__middle table tr:nth-child(even) th {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__middle table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    font-weight: normal;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 2%;
    width: 30%;
  }

  .company .section01__inner__cont__middle table tr td {
    border: 1px solid #000;
    text-align: left;
    padding: 2%;
  }

  .company .section01__inner__cont__middle table tr td a {
    color: #4d4d4d;
  }

  .company .section01__inner__cont__bottom {
    display: block;
    background: #fff;
    position: relative;
    width: 92%;
    margin: 60px auto 0;
    padding: 0 0 20px;
  }

  .company .section01__inner__cont__bottom h2 {
    display: block;
    margin: 0 auto 20px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -24px;
  }

  .company .section01__inner__cont__bottom p {
    display: block;
  }

  .company .section01__inner__cont__bottom table {
    width: 92%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 11px;
  }

  .company .section01__inner__cont__bottom table tr:nth-child(even) th {
    background: #d5f5ef;
    width: 30%;
  }

  .company .section01__inner__cont__bottom table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__bottom table tr th {
    border: 1px solid #000;
    font-weight: normal;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 2%;
  }

  .company .section01__inner__cont__bottom table tr td {
    border: 1px solid #000;
    text-align: left;
    padding: 2%;
  }

  /**
 * 料金表
----------------------------------------------------------------------------------------------------*/
  .price .section01 {
    background: url(../image/footer__before3.png);
    background-size: 100%;
  }

  .price .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 24px;
  }

  .price .section01__inner__cont__top {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .price .section01__inner__cont__top h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .price .section01__inner__cont__top h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .price .section01__inner__cont__top {
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }

  .price .section01__inner__cont__top > p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
  }

  .price .section01__inner__cont__middle {
    display: block;
    background: #fff;
    position: relative;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    width: 92%;
  }

  .price .section01__inner__cont__middle h2 {
    display: block;
    text-align: center;
    padding: 7% 3% 5%;
  }

  .price .section01__inner__cont__middle table {
    width: 92%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 11px;
  }

  .price .section01__inner__cont__middle table tr:nth-child(even) th {
    background: #d5f5ef;
    width: 30%;
  }

  .price .section01__inner__cont__middle table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .price .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    font-weight: normal;
    padding: 1%;
  }

  .price .section01__inner__cont__middle table tr td {
    border: 1px solid #000;
    text-align: center;
    padding: 2%;
  }

  .price .section01__inner__cont__text {
    width: 92%;
    margin: 30px auto 20px;
    padding: 17% 0 17% 20%;
    display: block;
    text-align: left;
    background-image: url(../image/left__cara.png), url(../image/border_top.png),
      url(../image/border_bottom.png);
    background-position: left center, left 60px top, left 60px bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 20%, auto, auto;
    font-size: 14px;
    line-height: 1.5em;
  }

  .price .section01__inner__cont__bottom {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px;
    font-size: 12px;
    color: #f00;
  }

  /**
 * サービス
----------------------------------------------------------------------------------------------------*/
  .service .section01__inner__cont {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .service .section01__inner__cont h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .service .section01__inner__cont h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .service .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .service .section01__inner__cont {
    margin: 0 auto;
  }

  .service .section01__inner__cont h2 {
    display: block;
  }

  .service .section01__inner__cont h3 {
    display: block;
    text-align: center;
    color: #1eaab4;
    line-height: 1.6em;
    margin: 6px 0 18px;
    font-size: 19px;
    font-weight: bold;
  }

  .service .section01__inner__cont h3 span:first-child:after {
    content: "";
    display: block;
    width: 335px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .service .section01__inner__cont h3 span:last-child:after {
    content: "";
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .service .section01__inner__cont h3 span {
    display: block;
  }

  .service .section01__inner__cont p {
    display: block;
    width: 92%;
    margin: 20px auto 0;
  }

  .service .section01__inner__middle {
    display: block;
    background: #fff;
    position: relative;
    width: 92%;
    margin: 50px auto 0;
    padding: 0 0 20px;
  }

  .service .section01__inner__middle h2 {
    display: block;
    margin: 0 auto 20px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -24px;
  }

  .service .section01__inner__middle table {
    border-collapse: collapse;
    /*width: 1044px;*/
    margin: 0 auto;
    width: 92%;
  }

  .service .section01__inner__middle table tr th {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 1.6em;
  }

  .service .section01__inner__middle table tr td br,
  .service .section01__inner__middle table tr th br {
    display: none;
  }

  .service .section01__inner__middle table tr td {
    background: #fff;
    color: #1eaab4;
    border: 1px solid #000;
    font-size: 11px;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.6em;
  }

  .service .section01__inner__middle table tr td span {
    display: block;
    color: #000;
    font-size: 11px;
    position: relative;
    top: 3px;
  }

  .service .section01__inner__middle table tr th:first-child {
    width: 25%;
  }

  .service .section01__inner__middle table tr th:nth-child(2) {
    width: 25%;
  }

  .service .section01__inner__middle table tr th:nth-child(3) {
    width: 25%;
  }

  .service .section01__inner__middle table tr th:nth-child(4) {
    width: 25%;
  }

  .service .section01__inner__middle table tr th:nth-child(n + 2) {
    background: #d5f5ef;
  }

  .service .section01__inner__middle table tr td b {
    display: block;
    font-weight: normal;
  }

  .service .section01__inner__middle table tr td img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }

  .service .section01__inner__bottom {
    padding: 0 0 30px;
    background: url(../image/bottom_ul_bg.png) no-repeat left bottom -3px;
    background-size: 100%;
    background-color: #fff;
    position: relative;
    width: 92%;
    margin: 70px auto 0;
  }

  .service .section01__inner__bottom h2 {
    display: block;
    margin: 0 auto 20px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -24px;
  }

  .service .section01__inner__bottom h3 {
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 0px;
    right: 0px;
    width: 660px;
    padding: 23px 0px;
    margin: auto;
    background: url(../image/company__middle__h2.png) center center no-repeat;
  }

  .service .section01__inner__bottom p {
    display: block;
    width: 92%;
    margin: 0 auto;
  }

  .service .section01__inner__bottom ul {
    display: block;
    width: 92%;
    margin: 0 auto;
  }

  .service .section01__inner__bottom ul li {
    display: block;
  }

  .service .section01__inner__bottom ul li:first-child {
    color: #9fd5d6;
    font-weight: bold;
    padding: 5px 0;
  }

  /**
 * 採用情報
----------------------------------------------------------------------------------------------------*/
  .recruit .section01__inner__cont__top {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .recruit .section01__inner__cont__top h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .recruit .section01__inner__cont__top h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .recruit .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .recruit .section01__inner__cont__middle {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
  }

  .recruit .section01__inner__cont__middle__list {
    width: 92%;
    margin: 18px auto 0;
  }

  .recruit .section01__inner__cont__middle__list:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .recruit .section01__inner__cont__middle > h2 {
    display: block;
    margin: 0 auto 20px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    width: 90%;
    margin: 0 auto;
  }

  .recruit .section01__inner__cont__middle h3 {
    color: #9fd5d6;
    font-size: 18px;
    text-align: left;
    padding: 0;
    font-weight: bold;
    width: 60%;
    float: left;
    padding: 0 4% 0 0;
    position: relative;
    top: -7px;
    left: 10px;
  }

  .recruit .section01__inner__cont__middle p {
    display: block;
    width: 40%;
    overflow: hidden;
    float: right;
    position: relative;
  }

  .recruit .section01__inner__cont__middle p img {
    display: block;
    width: 100%;
    float: right;
  }

  .recruit .section01__inner__cont__middle table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 92%;
  }

  .recruit .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 1.6em;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }

  .recruit .section01__inner__cont__middle table tr td br,
  .recruit .section01__inner__cont__middle table tr th br {
    display: none;
  }

  .recruit .section01__inner__cont__middle table tr td {
    background: #fff;
    color: #1eaab4;
    border: 1px solid #000;
    font-size: 11px;
    font-weight: normal;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.6em;
  }

  .recruit .section01__inner__cont__bottom {
    padding: 20px 4% 40px;
    overflow: hidden;
  }

  .recruit .section01__inner__cont__bottom h2 {
    display: block;
    padding: 20px 20px 30px;
    font-size: 20px;
    border: transparent 1px solid;
  }

  .recruit .section01__inner__cont__bottom__left {
    width: 48%;
    float: left;
  }

  .recruit .section01__inner__cont__bottom__right {
    width: 48%;
    float: right;
  }

  .recruit .section01__inner__cont__bottom__left img {
    display: block;
    width: 100%;
  }

  .recruit .section01__inner__cont__bottom__right img {
    display: block;
    width: 100%;
  }

  /**
 * プライバシーポリシー
----------------------------------------------------------------------------------------------------*/

  .privacy .section01__inner__cont__top {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .privacy .section01__inner__cont__top h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .privacy .section01__inner__cont__top h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .privacy .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    line-height: 1.8em;
    font-size: 15px;
  }

  .privacy .section01__inner p {
    display: block;
    margin: 0 auto 20px;
  }

  .privacy .section01__inner dl {
    display: block;
    margin: 0 auto;
    width: 92%;
  }

  .privacy .inner dl dd ul li {
    display: block;
    margin: 0 0 10px;
  }

  .privacy .inner dl dd ul li:last-child {
    margin: 0;
  }

  .privacy .inner dt,
  .privacy .inner dd,
  .privacy .inner dl {
    display: block;
    text-align: left;
  }

  .privacy .inner dt {
    display: block;
    background: #000;
    color: #fff;
    margin: 0 0 18px;
    padding: 6px 4px 3px 15px;
    font-size: 17px;
  }

  .privacy .inner dd {
    margin: 0 0 50px;
  }

  .privacy .inner dl:last-child dd {
    margin: 0;
  }

  .privacy .inner dd span {
    display: block;
    padding: 6px;
    margin: 10px 0 10px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
  }

  .privacy .inner dd a {
    color: #000;
  }

  /**
 * サイトマップ
----------------------------------------------------------------------------------------------------*/

  .sitemap .section01__inner__con {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .sitemap .section01__inner__cont h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .sitemap .section01__inner__cont h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .sitemap .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
    line-height: 1.8em;
    font-size: 15px;
  }

  .sitemap .sitemap {
    background: #fff;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 92%;
    margin: 0 auto;
  }

  .sitemap ul.sitemap li {
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }

  .sitemap ul.sitemap li a {
    color: #000;
    text-align: left;
    float: left;
    display: block;
    padding: 3%;
    width: 100%;
  }

  .sitemap ul.sitemap li a:after {
    content: ">";
    float: right;
    font-size: 14px;
  }

  /**
 * お問い合わせ
----------------------------------------------------------------------------------------------------*/
  .contact3 .section01__inner__con__top,
  .contact2 .section01__inner__con__top,
  .contact .section01__inner__con__top {
    background: none;
    width: 92%;
    margin: 0 auto;
  }

  .contact3 .section01__inner__cont__top h2,
  .contact2 .section01__inner__cont__top h2,
  .contact .section01__inner__cont__top h2 {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  .contact3 .section01__inner__cont__top h2 img,
  .contact2 .section01__inner__cont__top h2 img,
  .contact .section01__inner__cont__top h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .contact3 .section01__inner,
  .contact2 .section01__inner,
  .contact .section01__inner {
    position: relative;
    background: url(../image/footer__before3.png);
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    line-height: 1.8em;
    font-size: 15px;
  }

  #contact_form .contact_form_h2 {
    font-size: 17px;
    display: block;
    text-align: center;
    display: block;
    width: 100%;
    background: url(../image/service_bg.png);
    margin: 0 auto 40px;
  }

  #contact_form .contact_form_h2 img {
    display: block;
    width: 100%;
  }

  .contact_form_in {
    margin: 0 auto;
    position: relative;
  }

  #contact_form h2 {
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 17px;
    padding: 18px 0;
    position: relative;
  }

  #contact_form h2 b {
    font-weight: bold;
    display: block;
    font-size: 17px;
  }

  #contact_form {
    margin: 0;
  }

  #contact_form dl {
    display: block;
    width: 90%;
    margin: 7px auto 20px;
  }

  .submit_end {
    line-height: 2em;
    font-size: 22px;
  }

  #contact_form th.required:after {
    content: "必須";
    display: inline-block;
    position: relative;
    top: -1px;
    left: 4px;
    margin: 0 0 0 5px;
    background: #c32b2d;
    color: #fff;
    font-size: 13px;
    padding: 1px 4px 1px;
    height: 19px;
    line-height: 20px;
    border-radius: 4px;
  }

  #contact_form tr:nth-child(6) th:after {
    display: none;
  }

  #contact_form table {
    border-collapse: collapse;
    width: 92%;
    margin: 0 auto;
  }

  #contact_form th {
    width: 100%;
    display: block;
    border: 1px solid #1eaab4;
    background: #1eaab4;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    padding: 10px 20px;
  }

  #contact_form td {
    width: 100%;
    display: block;
    vertical-align: middle;
    border: 1px solid #1eaab4;
    font-weight: normal;
    background: #fff;
    padding: 4% 4% 4%;
    line-height: 2.5em;
  }

  #contact_form td a {
    color: #000;
  }

  #contact_form td br {
    display: none;
  }

  select {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
  }

  .coment {
    color: #000;
    font-size: 13px;
    display: block;
    clear: both;
    position: relative;
    top: 4px;
  }

  #contact_form .in {
    margin: 0 auto;
  }

  #contact_form .btn ul {
    display: block;
    position: relative;
    top: 10px;
  }

  #contact_form .btn ul li:first-child {
    width: 48%;
    float: left;
    text-align: right;
    padding: 14px 0 0;
  }

  #contact_form .btn ul li:last-child {
    width: 48%;
    float: right;
    text-align: left;
    padding: 14px 0 0;
  }

  input[type="button"],
  input[type="reset"],
  .form_submit {
    border: none;
    width: 150px;
    border: 1px solid #ccc;
    padding: 8px 20px 6px;
    cursor: pointer;
    background: -moz-linear-gradient(
      top,
      #fff,
      #f1f1f1 1%,
      #f1f1f1 50%,
      #dfdfdf 99%,
      #ccc
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(0.01, #f1f1f1),
      color-stop(0.5, #f1f1f1),
      color-stop(0.99, #dfdfdf),
      to(#ccc)
    );
    -moz-box-shadow: 1px 1px 2px #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px #e7e7e7;
  }

  #contact_form td input[type="mail"],
  #contact_form td input[type="tel"],
  #contact_form td input[type="text"] {
    font-size: 16px;
    padding: 4px 4px;
    border: 1px solid #1eaab4;
    background: #fefbf3;
    position: relative;
    top: -1px;
    width: 100%;
  }

  #contact_form td textarea {
    font-size: 16px;
    width: 100%;
    height: 225px;
    padding: 4px 4px;
    border: 1px solid #1eaab4;
    background: #fefbf3;
  }

  input:focus,
  select:focus,
  textarea:focus {
    background-color: #fff;
  }

  select {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0 14px 0 4px;
  }

  .btn {
    display: block;
    overflow: hidden;
    padding: 20px 0 30px;
  }

  .error {
    clear: both;
    top: -2px;
    left: 5px;
    background-color: #f00;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 10px;
    padding: 2px 8px 1px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8em;
  }

  .error:after {
    border: 10px solid transparent;
    border-bottom-color: #f00;
    border-top-width: 0;
    width: 0;
    top: -7px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
  }

  #contact_form #input-text-1,
  #contact_form #input-text-2,
  #contact_form #input-text-3-1,
  #contact_form #input-text-3-2,
  #contact_form #input-text-4,
  #contact_form #input-text-5-1,
  #contact_form #input-text-5-2,
  #contact_form #input-text-6,
  #contact_form #input-text-7-1,
  #contact_form #input-text-7-2,
  #contact_form #input-text-8-1,
  #contact_form #input-text-8-2,
  #contact_form #input-text-8-3,
  #contact_form #input-text-9 {
    font-size: 14px;
    background: #f00;
    color: #fff;
    line-height: 1em;
    position: static;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 10px auto 5px;
  }

  /**
 * フッタ
----------------------------------------------------------------------------------------------------*/
  .fixed {
    position: fixed;
    bottom: 7px;
    right: 7px;
    z-index: 20000;
  }

  .page-top {
    display: none;
    overflow: hidden;
    width: 45px;
    height: 65px;
    margin: 0;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .page-top img {
    display: block;
    width: 100%;
  }

  footer {
  }

  footer ul {
    display: block;
    overflow: hidden;
    border-top: 2px solid #9fd5d6;
  }

  footer ul li {
    border-bottom: 1px solid #9fd5d6;
    display: block;
    width: 50%;
    float: left;
  }

  footer ul li:nth-child(even) {
    float: right;
    border-left: 1px solid #9fd5d6;
  }

  footer ul li a {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 12px;
    text-align: center;
  }

  footer ul li a:after {
    content: ">";
    float: right;
    font-size: 9px;
  }

  footer p {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 7px;
  }

  /*----------------------------------------------------------------------------------------------------*/
}

/*------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: auto;
  }

  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8em;
    color: #4d4d4d;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  header {
    position: relative;
  }

  header .in ul.navi li:nth-child(1) a {
    background: url(../image/icon1.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(2) a {
    background: url(../image/icon2.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(3) a {
    background: url(../image/icon3.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(4) a {
    background: url(../image/icon4.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(5) a {
    background: url(../image/icon5.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(6) a {
    background: url(../image/icon6.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(7) a {
    background: url(../image/icon7.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(8) a {
    background: url(../image/icon8.png) no-repeat center top;
  }

  header .in ul.navi li:nth-child(9) a {
    background: url(../image/icon9.png) no-repeat center top;
  }

  #cp_toggle01 {
    display: none;
  }

  article {
    position: relative;
    z-index: 2;
  }

  /*----------------------------------------------------------------*/
  .recruit .section01__inner__cont {
    margin: 0 auto;
    position: relative;
    background: url(../image/bg__image.png) no-repeat center top -100px;
    background-size: 105%;
  }

  .recruit .section01__inner__cont__top {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }

  .recruit .section01__inner__cont__top > p {
    display: block;
    text-align: center;
    font-size: 32px;
    padding: 0 0 30px;
    margin: 78px 0 10px;
    background: url(../image/h2_border.png) no-repeat left bottom;
  }

  .recruit .section01__inner__cont__middle {
    position: relative;
    display: block;
    background: #fff;
    padding: 80px;
    position: relative;
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 75px auto 0;
  }

  .recruit .section01__inner__cont__middle__list {
    overflow: hidden;
  }

  .recruit .section01__inner__cont__middle > h2 {
    display: inline-block;
    font-size: 32px;
    padding: 23px 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
  }

  .recruit .section01__inner__cont__middle h3 {
    width: 528px;
    float: left;
    font-size: 32px;
    color: #9fd5d6;
    text-align: left;
    padding: 0;
    font-weight: bold;
    margin: 30px 0 0;
  }

  .recruit .section01__inner__cont__middle p {
    width: 265px;
    float: right;
  }

  .recruit .section01__inner__cont__middle p img {
    display: block;
    width: 100%;
  }

  .recruit .section01__inner__cont__middle table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }

  .recruit .section01__inner__cont__middle table tr:nth-child(odd) th {
    background: #d5f5ef;
  }

  .recruit .section01__inner__cont__middle table tr:nth-child(odd) td {
    background: #d5f5ef;
  }

  .recruit .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    font-weight: normal;
    width: 140px;
    padding: 0 20px;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }

  .recruit .section01__inner__cont__middle table tr td {
    border: 1px solid #000;
    text-align: left;
    padding: 10px 20px 10px 30px;
  }

  .recruit .section01__inner__cont__middle table tr td span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #1eaab4;
  }

  .recruit .section01__inner__cont__middle table tr td ul {
    display: block;
    padding: 0;
  }

  .recruit .section01__inner__cont__middle table tr td ul li {
    display: inline-block;
    font-weight: bold;
    color: #1eaab4;
    font-size: 13px;
  }

  .recruit .section01__inner__cont__bottom {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 80px auto 0;
  }

  .recruit .section01__inner__cont__bottom h2 {
    display: block;
    font-size: 32px;
    margin: 0 auto 40px;
  }

  .recruit .section01__inner__cont__bottom__left {
    float: left;
    width: 48%;
  }

  .recruit .section01__inner__cont__bottom__left img {
    display: block;
    width: 100%;
  }

  .recruit .section01__inner__cont__bottom__right img {
    display: block;
    width: 100%;
  }

  .recruit .section01__inner__cont__bottom__right {
    float: right;
    width: 48%;
  }

  /*----------------------------------------------------------------*/
  #contact_form {
    width: 800px;
    margin: 0 auto;
  }

  #contact_form dl {
    display: block;
    width: 92%;
    margin: 20px auto 50px;
    padding: 20px 0;
  }

  #contact_form dd span {
    display: block;
    padding: 6px 6px 0;
    margin: 10px 0 0;
    font-weight: bold;
    color: #f00;
    font-size: 15px;
  }

  #contact_form table {
    margin: -30px auto 0;
    border-collapse: collapse;
    border: none;
    width: 92%;
  }

  #contact_form th tr {
    display: block;
    width: 100%;
  }

  #contact_form th {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    display: block;
    letter-spacing: 1px;
  }

  #contact_form td {
    padding: 20px 8px 40px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .contact2 #contact_form td {
    font-size: 22px;
    background: #fff;
    padding: 30px 20px 30px;
    font-weight: bold;
  }

  #contact_form tr:last-child td {
    border: none;
  }

  #contact_form input:focus,
  select:focus,
  textarea:focus {
    background-color: #fce2be;
    outline: 0;
    border-color: orange !important;
  }

  #contact_form textarea {
    padding: 5px;
    width: 100%;
    height: 300px;
    display: block;
    border: 1px solid #ccc;
  }

  #contact_form td label {
    cursor: pointer;
    display: inline-block;
    margin: 0;
  }

  #contact_form label {
    cursor: pointer;
  }

  #contact_form .btn {
    margin: 20px auto 0;
    /*padding: 0 0 70px;*/
    padding: 0;
    width: 92%;
    position: relative;
    z-index: 9999;
  }

  #contact_form .btn ul {
    display: block;
    margin: 0;
  }

  #contact_form .btn ul li:first-child {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: none;
    position: static;
    width: 48%;
    float: left;
  }

  #contact_form .btn ul li:last-child {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    width: 48%;
    float: right;
  }

  .coment {
    display: block;
    padding: 12px 0 0;
  }

  #contact_form .btn [type="button"],
  #contact_form .btn [type="reset"],
  .form_submit {
    border: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 0;
    cursor: pointer;
    background: -moz-linear-gradient(
      top,
      #fff,
      #f1f1f1 1%,
      #f1f1f1 50%,
      #dfdfdf 99%,
      #ccc
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(0.01, #f1f1f1),
      color-stop(0.5, #f1f1f1),
      color-stop(0.99, #dfdfdf),
      to(#ccc)
    );
    -moz-box-shadow: 1px 1px 2px #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px #e7e7e7;
    border-radius: 4px;
  }

  #contact_form table {
    border-collapse: collapse;
    border: none;
  }

  #contact_form .table_text {
    display: block;
    font-size: 13px;
    position: static;
    color: #d80000;
  }

  #contact_form table th {
    line-height: 1.9em;
    background: #f2f2f2;
    font-size: 15px;
    border: 1px solid #bbbbbb;
  }

  #contact_form tr:nth-child(12) th {
    background: #fdfce1;
  }

  #contact_form table th.required::after {
    content: "必須";
    display: inline-block;
    position: static;
    margin: 0 0 0 6px;
    background: #c32b2d;
    color: #fff;
    font-size: 13px;
    padding: 2px 3px 1px;
    line-height: 1.9em;
    border-radius: 2px;
  }

  #contact_form table tr:last-child th:after {
    display: none;
  }

  #contact_form tr select {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #444;
  }

  #contact_form .form_input {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    margin: 5px 0 0;
  }

  #contact_form td ul.area li {
    display: block;
    padding: 0;
  }

  #contact_form td ul.area li:last-child {
    padding: 0;
  }

  #contact_form td ul.area li:first-child select {
    width: 100%;
    position: static;
    padding: 0;
    height: 44px;
    display: block;
  }

  #contact_form td ul li:last-child .form_input {
    width: 100%;
    position: static;
  }

  #contact_form td ul.document li {
    display: inline-block;
    padding: 0;
    margin: 0 18px 0 0;
  }

  #contact_form td ul.document li [type="radio"] {
    display: inline-block;
    margin: 0 8px 0 0;
  }

  #contact_form td ul.check li {
    display: block;
    padding: 0;
  }

  #contact_form td ul.check li label {
    display: block;
    margin: 7px 0;
  }

  #contact_form td ul.check li [type="checkbox"] {
    margin: 0 8px 0 0;
    position: static;
  }

  #contact_form td ul.check li #check2 {
    margin: 0 8px 0 0;
  }

  #contact_form td ul.check li [type="text"] {
    margin: 18px 0 0;
  }

  #contact_form td ul.check li:nth-child(2) {
    margin: 0;
  }

  #contact_form #input-text-1,
  #contact_form #input-text-2,
  #contact_form #input-text-3-1,
  #contact_form #input-text-3-2,
  #contact_form #input-text-4,
  #contact_form #input-text-5-1,
  #contact_form #input-text-5-2,
  #contact_form #input-text-6,
  #contact_form #input-text-7-1,
  #contact_form #input-text-7-2,
  #contact_form #input-text-8-1,
  #contact_form #input-text-8-2,
  #contact_form #input-text-8-3,
  #contact_form #input-text-9 {
    font-size: 14px;
    color: #f00;
    position: static;
    display: block;
    padding: 6px 0 0;
  }

  /*----------------------------------------------------------------*/
  .home header .in {
    /*width: 1224px;*/
    /*☆☆*/
    max-width: 1224px;
    margin: 0 auto;
    position: relative;
  }

  .home header .in h1 {
    display: block;
    text-align: center;
    padding: 180px 0 0;
  }

  .home header .in p {
    position: absolute;
    top: 0;
    right: -160px;
  }

  .home header .in p img:last-child {
    position: relative;
    left: -16px;
    top: -30px;
  }

  .home header .in ul.navi {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    text-align: center;
    letter-spacing: -0.4em;
    padding: 127px 0 0;
  }

  .home header .in ul.navi li {
    display: inline-block;
    letter-spacing: normal;
  }

  .home header .in ul.navi li a {
    display: block;
    padding: 49px 0 0;
    font-size: 16px;
    width: 133px;
    color: #000;
  }

  header h1 {
    display: block;
    text-align: center;
    padding: 0;
    padding: 53px 0 32px;
  }

  header ul.navi {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    letter-spacing: -0.4em;
  }

  header ul.navi li {
    display: inline-block;
    letter-spacing: normal;
  }

  header ul.navi li a {
    display: block;
    padding: 49px 0 0;
    font-size: 16px;
    width: 133px;
    color: #000;
  }

  .sns {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 10000;
  }

  .sns ul {
    display: block;
    padding: 144px 0 0;
    margin: 0 10px 0 0;
    background: url(../image/flow_bg.png) no-repeat left 10px top;
    /*background-size:100%;*/
  }

  .sns ul li {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 10px;
  }

  .sns ul li a {
    display: block;
  }

  .section01 {
    background: url(../image/bgbody.png) repeat left top;
    background-size: 100%;
    /*background-image: url(../image/bgtops.png), url(../image/bgbody.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,left top -2%;
    background-size: 100% 100%;*/
    text-align: center;
    border: transparent 1px solid;
    margin: 140px auto 0;
  }
  .section01:before {
    content: "";
    display: block;
    height: 150px;
    background: url(../image/bgtop.png) no-repeat left top;
    background-size: 100%;
    margin: -150px 0 0;
  }

  .section01__inner {
    overflow: hidden;
  }

  .section01__inner__cont {
    background-size: 100% 100%;
  }

  .index_section01 {
    margin: -23px auto 0;
    background-image: url(../image/index__section01__bottom__bg.png),
      url(../image/index__section01__top__bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left top;
    background-size: 100%;
    text-align: center;
  }

  .index_section01 h2 {
    display: inline-block;
    margin: 0 auto 30px;
    background: url(../image/section__h2__bg.png) no-repeat left top;
    width: 284px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
  }

  .index_section01__inner {
    overflow: hidden;
  }

  .index_section01__inner__cont {
    background: url(../image/index__section01__middle__bg.png);
    background-size: 100% 100%;
    margin: 210px auto 227px;
  }

  .index_section01__inner__cont__middle {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    padding: 43px 0 0;
  }

  .index_section01__inner__cont__middle ul {
    display: block;
    overflow: hidden;
  }

  .index_section01__inner__cont__middle ul li {
    width: 25%;
    float: left;
    text-align: center;
  }

  .index_section01__inner__cont__middle ul li a {
    color: #000;
  }

  .index_section01__inner__cont__middle ul li img {
    display: block;
    width: 96%;
    margin: 0 0 15px;
  }

  .index_section01__inner__cont__middle p {
    display: block;
    padding: 70px 0 0;
  }

  .index_section01__inner__cont__middle p a {
    display: block;
    margin: 20px auto 20px;
    text-align: center;
  }

  .index_section01__inner__cont__middle p a img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .index_section01__inner__cont__middle p a:after {
    content: "";
    display: block;
    width: 395px;
    height: 235px;
    float: right;
    background: url(../image/index_section01__inner__middle__p__after.png)
      no-repeat center center;
    margin: -108px -163px 0 0;
    position: relative;
    z-index: 2;
  }

  .index_section02 {
    margin: 0 auto;
    position: relative;
  }

  .index_section02:before {
    content: "";
    display: block;
    width: 685px;
    height: 563px;
    position: absolute;
    left: 0;
    margin: -13% 0 0 123px;
    background: url(../image/section__top__bg.png) no-repeat left top;
  }

  .index_section02 h2 {
    display: block;
    background: url(../image/section__h2__border.png) no-repeat left bottom;
    padding: 97px 0 22px 4px;
    font-size: 32px;
  }

  .index_section02__inner {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
  }

  .index_section02__inner:after {
    content: "";
    clear: both;
    display: block;
  }

  .index_section02__inner__left {
    display: block;
    width: 515px;
    float: right;
    position: relative;
    left: 34px;
  }

  .index_section02__inner__left ul {
    display: block;
    overflow: hidden;
    padding: 15px 0 0;
  }

  .index_section02__inner__left ul li {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    line-height: 160px;
    text-align: center;
    font-size: 15px;
    float: left;
    margin: 0;
    position: relative;
    background: url(../image/circle.png) no-repeat center center;
    background-size: 96%;
  }

  .index_section02__inner__left ul li:nth-child(2) {
    left: 16px;
  }

  .index_section02__inner__left ul li:last-child {
    left: 32px;
  }

  .index_section02__inner__left p a {
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 21px 0 0;
    color: #000;
  }

  .index_section02__inner__right {
    position: relative;
    left: -33px;
    display: block;
    width: 48%;
    clear: both;
    float: left;
    margin: -128px 0 0;
  }

  .index_section02__inner__right ul:nth-child(2) {
    display: block;
    text-align: center;
  }

  .index_section02__inner__right ul:nth-child(2) li {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 14px;
    float: left;
    background: url(../image/circle.png) no-repeat center center;
    background-size: 96%;
  }

  .index_section02__inner__right ul:nth-child(2) li:nth-child(2) {
    position: relative;
    left: 47px;
  }

  .index_section02__inner__right ul:nth-child(2) li:nth-child(3) {
    position: relative;
    left: 94px;
  }

  .index_section02__inner__right ul:nth-child(3) li {
    display: inline-block;
    width: 130px;
    padding: 37px 0;
    border-radius: 130px;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    background: url(../image/circle.png) no-repeat center center;
    background-size: 96%;
  }

  .index_section02__inner__right ul:nth-child(3) li span {
    display: block;
  }

  .index_section02__inner__right ul:nth-child(3) li:first-child {
    left: 91px;
  }

  .index_section02__inner__right ul:nth-child(3) li:nth-child(2) {
    left: 136px;
  }

  .index_section02__inner__right ul:nth-child(3) li:last-child {
    padding: 50px 0;
  }

  .index_section02__inner p {
    display: block;
    clear: both;
    font-size: 16px;
    padding: 13px 0 0;
  }

  .index_section02__inner p a {
    color: #000;
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    background: url(../image/btn__bg.png) no-repeat center center;
    background-image: url(../image/btn__icon.png), url(../image/btn__bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 45px top 13px, center center;
    background-size: auto, 98% 98%;
    margin: 21px 0 0;
  }

  .index_section03 {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 111px;
  }

  .index_section03:after {
    content: "";
    display: block;
    width: 492px;
    height: 995px;
    position: absolute;
    bottom: -200px;
    right: -95px;
    background: url(../image/article__bg.png) no-repeat left bottom;
  }

  .index_section03__inner {
    /*width: 1024px;*/
    max-width: 1024px;
    border: transparent 1px solid;
    margin: 0 auto;
  }

  .index_section03__inner:after {
    content: "";
    clear: both;
    display: block;
  }

  .index_section03__inner p {
    display: block;
    margin: 4px auto 0;
    width: 635px;
  }

  .index_section03__inner p a {
    display: block;
    margin: -80px auto 0;
  }

  .index_section04 {
    margin: 0 auto;
    background: url(../image/footer__before2.png) no-repeat left top;
    padding: 92px 0 100px;
    background-size: 100%;
    padding: 200px 0 0;
    position: relative;
  }

  .index_section04:after {
    content: "";
    clear: both;
    display: block;
  }

  .index_section04__inner {
    background: url(../image/index__section01__middle__bg.png) no-repeat left
      top;
    background-size: 100%;
  }

  .index_section04__inner__cont {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: 200px 0;
  }

  .index_section04__inner__cont__left {
    width: 690px;
    float: left;
    position: absolute;
    left: -150px;
    top: 0;
  }

  .index_section04__inner__cont__left h2 {
    display: block;
    margin: 0 0 24px;
  }

  .index_section04__inner__cont__left ul {
    background: url(../image/info__bg.png) no-repeat left top -3px;
    padding: 42px 0 70px 65px;
    display: block;
    height: 219px;
    overflow-y: scroll;
  }

  .index_section04__inner__cont__left ul li {
    display: block;
    margin: 0 0 28px;
  }

  .index_section04__inner__cont__left ul li a {
    display: block;
    font-size: 16px;
    color: #000;
  }

  .index_section04__inner__cont__left ul li span {
    display: inline-block;
    margin: 0 34px 0 0;
  }

  .index_section04__inner__cont__right {
    position: absolute;
    right: -150px;
    top: 0;
    width: 540px;
    float: right;
    background: url(../image/pink__hukidasi.png) no-repeat left top;
    padding: 142px 0 140px;
  }

  .index_section04__inner__cont__right:after {
    content: "";
    display: block;
    width: 435px;
    height: 260px;
    position: absolute;
    margin: -167px -38px 0 0;
    right: 0;
    top: 0;
    background: url(../image/bottom__bg__image.png) no-repeat left top;
  }

  .index_section04__inner__cont__right p {
    display: block;
    margin: 0 0 0 -40px;
  }

  .index_section04__inner__cont__right p a {
    display: block;
    text-align: center;
    font-size: 32px;
    color: #000;
  }

  .index_section04__inner__cont__right p a img {
    display: block;
    width: 200px;
    margin: 0 auto 23px;
  }

  .index_section04__inner__cont__right p span {
    display: block;
  }

  /*------------------------------------------------------------------------------------------------------------------------*/
  .section01__inner {
    margin: 0 auto;
    position: relative;
    background: url(../image/bg__image.png) no-repeat center bottom -1000px;
    background-size: 105%;
  }

  .section01__inner:before {
    content: "";
    display: block;
    width: 437px;
    height: 270px;
    background: url(../image/section__top__bgText.png) no-repeat center center;
    background-size: 80%;
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 1;
  }

  .good .section01__inner {
    margin: 0 auto;
    /*padding: 0 0 150px;*/
    padding: 0;
    position: relative;
    background: url(../image/bg__image.png) no-repeat center bottom -1000px;
    background-size: 105%;
  }

  .good .section01__inner__cont {
    /*width: 1024px;*/
    max-width: 1024px;
    background: none;
    /*margin: 0 auto 100px;*/
    margin: 0 auto;
  }

  .good .section01__inner__cont:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .good .section01__inner__cont h2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 29999;
  }

  .good .section01__inner__cont p {
    display: block;
    margin: 19px auto 30px;
  }

  .good .section01__inner__cont .dl01 {
    position: relative;
  }

  .good .section01__inner__cont .dl01:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good001_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl02 {
    position: relative;
    margin: 321px auto 0;
  }

  .good .section01__inner__cont .dl02:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good002_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl03 {
    position: relative;
    margin: -135px 0 0;
  }

  .good .section01__inner__cont .dl03:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good003_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont .dl04 {
    position: relative;
    margin: 173px 0 0;
  }

  .good .section01__inner__cont .dl04:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/good004_before.png) no-repeat center center;
    margin: -25px 0 0 -30px;
  }

  .good .section01__inner__cont__middle {
    margin: 0 auto;
    padding: 0 0 30px;
    background: url(../image/section__top__bg.png) no-repeat right top -195px;
    background-size: 570px;
    background-color: #fff;
    padding: 52px 50px 25px;
    position: relative;
    z-index: 2;
  }

  .good .section01__inner__cont__middle:nth-child(4) {
    position: relative;
    background: url(../image/section__bottom__bg.png) no-repeat left bottom;
    background-color: #fff;
    padding-bottom: 122px;
  }

  .good .section01__inner__cont__middle:nth-child(4):before {
    content: "";
    display: block;
    width: 57px;
    height: 24px;
    background: url(../image/section__bottom__bg__after.png) no-repeat left
      bottom;
    position: absolute;
    left: 57px;
    bottom: -21px;
  }

  .good .section01__inner__cont__middle:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .good .section01__inner__cont__middle__left {
    width: 46%;
    float: left;
  }

  .good .section01__inner__cont__middle__left dl dt {
    display: block;
    padding: 0 0 36px;
  }

  .good .section01__inner__cont__middle__left dl dt img {
    width: 100%;
    display: block;
  }

  .good .section01__inner__cont__middle__left dl dd {
    text-align: left;
  }

  .good .section01__inner__cont__middle__left dl dd span {
    display: block;
    font-size: 32px;
    color: #1eaab4;
    line-height: 1.1em;
    margin: 0 0 13px;
  }

  .good .section01__inner__cont__middle__right {
    width: 46%;
    float: right;
  }

  .good .section01__inner__cont__middle__right dl dt {
    display: block;
    padding: 0 0 36px;
  }

  .good .section01__inner__cont__middle__right dl dt img {
    width: 100%;
    display: block;
  }

  .good .section01__inner__cont__middle__right dl dd {
    text-align: left;
  }

  .good .section01__inner__cont__middle__right dl dd span {
    display: block;
    font-size: 32px;
    color: #1eaab4;
    line-height: 1.1em;
    margin: 0 0 13px;
  }

  .good .section02__inner__cont__middle {
    overflow: hidden;
    margin: 50px auto 0;
  }

  .good .section02__inner__cont__middle__box:nth-child(1) {
    overflow: hidden;
    margin: 0 auto 40px;
  }

  /*----------------------------------------------------------------*/
  .section02__inner__cont__middle__box {
    float: left;
    width: 48%;
    position: relative;
    margin: 0 auto 100px;
  }

  .section02__inner__cont__middle__box:nth-child(n + 2):before {
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/syatu.png) no-repeat right top;
    background-size: 80%;
  }

  .section02__inner__cont__middle__box:nth-child(even) {
    float: right;
    width: 48%;
  }

  .section02__inner__cont__middle__box:nth-child(3) {
    clear: both;
    margin: 0 auto;
  }

  .section02__inner__cont__middle__box:nth-child(4) {
    margin: 0 auto;
  }

  .section02__inner__cont__middle__box .top h2 {
    display: block;
    text-align: left;
  }

  .section02__inner__cont__middle__box .top p {
    display: block;
    text-align: left;
    background-image: url(../image/home__rogo.png), url(../image/tit__bg.png);
    background-position: left 18px center, left center;
    background-repeat: no-repeat, no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #1eaab4;
    padding: 18px 0 18px 90px;
  }

  .section02__inner__cont__middle__box .top p span {
    text-align: left;
    font-size: 25px;
    position: relative;
    left: 10px;
  }

  .section02__inner__cont__middle__box .middle {
    background: url(../image/white__bg.png) no-repeat left top;
  }

  .section02__inner__cont__middle__box .left {
    width: 277px;
    float: left;
    padding: 40px 0 0;
    position: relative;
    left: 14px;
  }

  .section02__inner__cont__middle__box .left ul {
    display: block;
    padding: 20px 10px 10px;
  }

  .section02__inner__cont__middle__box .left ul li {
    font-size: 13px;
    overflow: hidden;
    text-align: left;
    line-height: 1.7em;
  }

  .section02__inner__cont__middle__box .right {
    width: 210px;
    position: absolute;
    top: 111px;
    right: 9px;
    float: right;
  }

  .section02__inner__cont__middle__box .right img {
    display: block;
    width: 100%;
  }

  .section02__inner__cont__middle__box .bottom {
    clear: both;
    background: #fff;
    padding: 10px 0 1px;
  }

  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 96%;
    margin: 0 auto 10px;
  }

  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  /*----------------------------------------------------------------*/
  .coupon .section01__inner__cont__middle {
    display: block;
    margin: 40px auto 0;
    background: transparent;
  }

  .coupon .section01__inner__cont__middle ul {
    /*opacity:0;*/
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .coupon .section01__inner__cont__middle ul li {
    display: block;
    width: 100%;
    margin-bottom: 64px;
  }

  /* .coupon .section01__inner__cont__middle ul li:nth-child(3){
    margin:200px auto 0;
  } */

  .company .section01__inner__cont {
    margin: 0 auto;
    position: relative;
    background: url(../image/bg__image.png) no-repeat center top -100px;
    background-size: 105%;
  }

  .company .section01__inner__cont__top {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }

  .company .section01__inner__cont__top > p {
    display: block;
    text-align: center;
    font-size: 32px;
    padding: 0 0 30px;
    margin: 78px 0 10px;
    background: url(../image/h2_border.png) no-repeat left bottom;
  }

  .company .section01__inner__cont__top__left {
    padding: 30px 0 0;
    float: left;
    width: 48%;
  }

  .company .section01__inner__cont__top__left img {
    width: 100%;
    display: block;
  }

  .company .section01__inner__cont__top__right {
    padding: 35px 0 0;
    float: right;
    width: 48%;
  }

  .company .section01__inner__cont__top__right h2 {
    display: block;
    text-align: left;
    color: #1eaab4;
    line-height: 1.3em;
    margin: 0 0 18px;
    font-size: 32px;
  }

  .company .section01__inner__cont__top__right h2 span {
    display: block;
  }

  .company .section01__inner__cont__top__right h2 span:before {
    content: "";
    display: block;
    width: 420px;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .company .section01__inner__cont__top__right h2 span:after {
    content: "";
    display: block;
    width: 260px;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -7px;
  }

  .company .section01__inner__cont__top__right p {
    font-size: 16px;
    text-align: left;
    line-height: 1.6em;
  }

  .company .section01__inner__cont__center {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    display: block;
  }

  .company .section01__inner__cont__center h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    padding: 0 0 30px;
    margin: 125px 0 0;
    background: url(../image/h2_border.png) no-repeat left bottom;
  }

  .company .section01__inner__cont__center p {
    display: block;
    text-align: center;
    color: #1eaab4;
    line-height: 2.2em;
    margin: 39px 0 38px;
    font-size: 32px;
  }

  .company .section01__inner__cont__center p span {
    display: block;
  }

  .company .section01__inner__cont__center p span:before {
    content: "";
    display: block;
    width: 498px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -18px;
  }

  .company .section01__inner__cont__center p span:after {
    content: "";
    display: block;
    width: 300px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -18px;
    left: 7px;
  }

  .company .section01__inner__cont__middle {
    display: block;
    background: #fff;
    padding: 80px;
    position: relative;
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 175px auto 0;
  }

  .company .section01__inner__cont__middle h2 {
    display: inline-block;
    font-size: 32px;
    padding: 23px 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
  }

  .company .section01__inner__cont__middle table {
    width: 100%;
    border-collapse: collapse;
  }

  .company .section01__inner__cont__middle table tr:nth-child(even) th {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__middle table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__middle table tr td a {
    color: #4d4d4d;
  }

  .company .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    font-weight: normal;
    width: 140px;
    padding: 0 20px;
  }

  .company .section01__inner__cont__middle table tr td {
    border: 1px solid #000;
    text-align: left;
    padding: 10px 20px 10px 50px;
  }

  .company .section01__inner__cont__bottom {
    max-width: 1024px;
    display: block;
    background: #fff;
    margin: 156px auto 0;
    padding: 80px;
    position: relative;
  }

  .company .section01__inner__cont__bottom h2 {
    display: inline-block;
    font-size: 32px;
    padding: 23px 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
  }

  .company .section01__inner__cont__bottom table {
    width: 100%;
    border-collapse: collapse;
  }

  .company .section01__inner__cont__bottom table tr:nth-child(even) th {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__bottom table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .company .section01__inner__cont__bottom table tr th {
    border: 1px solid #000;
    font-weight: normal;
  }

  .company .section01__inner__cont__bottom table tr td {
    border: 1px solid #000;
    text-align: left;
    padding: 10px 20px;
  }

  .price .section01__inner__cont {
    margin: 0 auto;
    position: relative;
    background: url(../image/bg__image.png) no-repeat center top -100px;
    background-size: 105%;
  }

  .price .section01__inner__cont__top {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }

  .price .section01__inner__cont__top > p {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 31px 0 30px;
    line-height: 1.6em;
  }

  .price .section01__inner__cont__middle {
    display: block;
    background: #fff;
    padding: 80px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
  }

  .price .section01__inner__cont__middle h2 {
    display: block;
    margin: 0 auto 20px;
  }

  .price .section01__inner__cont__middle table {
    width: 100%;
    border-collapse: collapse;
  }

  .price .section01__inner__cont__middle table tr:nth-child(even) th {
    background: #d5f5ef;
  }

  .price .section01__inner__cont__middle table tr:nth-child(even) td {
    background: #d5f5ef;
  }

  .price .section01__inner__cont__middle table tr th {
    border: 1px solid #000;
    font-weight: normal;
    /* width: 140px; */
    padding: 0 30px;
    -moz-text-align-last: justify;
    text-align: left;
  }

  .price .section01__inner__cont__middle table tr td {
    border: 1px solid #000;
    text-align: center;
    padding: 10px 20px 10px 20px;
  }

  .price .section01__inner__cont__text p {
    margin: 10px auto 0;
    display: block;
    text-align: left;
    background-image: url(../image/left__cara.png), url(../image/border_top.png),
      url(../image/border_bottom.png);
    background-position: left center, left 200px top 30px,
      left 200px bottom 30px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding: 90px 20px 90px 205px;
    position: relative;
    left: 60px;
  }

  .price .section01__inner__cont__bottom {
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
  }

  .price .section01__inner__cont__bottom p {
    display: block;
    padding: 10px 0 0;
    text-align: right;
    font-size: 12px;
  }

  .privacy .inner {
    display: block;
    margin: 35px auto 0;
    border: transparent 1px solid;
    overflow: hidden;
    max-width: 1024px;
  }

  .privacy .inner p {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 0 30px;
  }

  .privacy .inner dl dd ul li {
    display: block;
    margin: 0 0 10px;
  }

  .privacy .inner dl dd ul li:last-child {
    margin: 0;
  }

  .privacy .inner dt,
  .privacy .inner dd,
  .privacy .inner dl {
    display: block;
    text-align: left;
  }

  .privacy .inner dt {
    display: block;
    background: #000;
    color: #fff;
    margin: 0 0 18px;
    padding: 6px 4px 3px 15px;
    font-size: 17px;
  }

  .privacy .inner dd {
    margin: 0 0 50px;
    line-height: 1.8em;
    font-size: 14px;
  }

  .privacy .inner dl:last-child dd {
    margin: 0;
  }

  .privacy .inner dd span {
    display: block;
    padding: 6px;
    margin: 10px 0 10px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
  }

  .privacy .inner dd a {
    color: #000;
  }

  .sitemap .sitemap {
    background: #fff;
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 35px auto 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 2;
  }

  .sitemap ul.sitemap li {
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }

  .sitemap ul.sitemap li:last-child {
    border: none;
  }

  .sitemap ul.sitemap li a:after {
    content: ">";
    float: right;
    font-size: 12px;
    display: block;
  }

  .sitemap ul.sitemap li a {
    color: #000;
    text-align: left;
    float: left;
    display: block;
    padding: 10px;
    width: 100%;
  }

  .service .section01__inner__cont {
    /*width: 1024px;*/
    max-width: 1024px;
    margin: 0 auto;
  }

  .service .section01__inner__cont h2 {
    display: block;
  }

  .service .section01__inner__cont h3 {
    display: block;
    font-size: 32px;
    color: #1eaab4;
    line-height: 1.7em;
  }

  .service .section01__inner__cont h3 span:first-child:after {
    content: "";
    display: block;
    width: 533px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -12px;
  }

  .service .section01__inner__cont h3 span:last-child:after {
    content: "";
    display: block;
    width: 281px;
    margin: 0 auto;
    height: 5px;
    background: url(../image/text-underline.png) repeat-x left center;
    position: relative;
    top: -12px;
  }

  .service .section01__inner__cont h3 span {
    display: block;
  }

  .service .section01__inner__cont p {
    display: block;
    padding: 30px 0 70px;
  }

  .service .section01__inner__middle {
    width: 1124px;
    margin: 0 auto;
    padding: 190px 0;
    background: #fff;
    position: relative;
  }

  .service .section01__inner__middle h2 {
    display: inline-block;
    font-size: 32px;
    padding: 23px 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
  }

  .service .section01__inner__middle table:before {
    content: "";
    display: block;
    width: 354px;
    height: 137px;
    background: url(../image/section01__inner__middle__tb_before) no-repeat left
      bottom;
    margin: 0;
    position: absolute;
    top: 52px;
  }

  .service .section01__inner__middle table {
    border-collapse: collapse;
    width: 1044px;
    margin: 0 auto;
  }

  .service .section01__inner__middle table tr th {
    border: 1px solid #000;
    background: #fff;
    padding: 20px 0;
    font-weight: normal;
    line-height: 1.5em;
  }

  .service .section01__inner__middle table tr th:first-child {
    /*width: 30px;*/
  }

  .service .section01__inner__middle table tr th:nth-child(2) {
    /*width: 70px;*/
  }

  .service .section01__inner__middle table tr th:nth-child(3) {
    /*width: 70px;*/
  }

  .service .section01__inner__middle table tr th:nth-child(4) {
    /*width: 70px;*/
  }

  .service .section01__inner__middle table tr th:nth-child(n + 2) {
    background: #d5f5ef;
  }

  .service .section01__inner__middle table tr td {
    padding: 20px 10px 20px;
    background: #fff;
    color: #1eaab4;
    border: 1px solid #000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }

  .service .section01__inner__middle table tr td span {
    display: block;
    color: #000;
    font-size: 14px;
    position: relative;
    top: 3px;
    margin: 0 auto 20px;
    font-weight: normal;
  }

  .service .section01__inner__middle table tr td b {
    display: block;
    font-weight: bold;
  }

  .service .section01__inner__middle table tr td img {
    display: block;
    margin: 0 auto;
  }

  .service .section01__inner__middle table tr td:nth-child(1) {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
  }

  .service .section01__inner__middle table tr:last-child td:nth-child(1) {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
  }

  .service .section01__inner__middle table tr:nth-child(7) td:nth-child(3) {
    text-align: center;
  }

  .service .section01__inner__middle table tr:nth-child(7) td:nth-child(3) img {
    display: block;
    margin: 33px auto 20px;
    position: relative;
    top: 17px;
  }

  .service .section01__inner__bottom {
    margin: 100px auto 0;
    width: 1124px;
    padding: 0;
    background: url(../image/bottom_ul_bg.png) no-repeat left bottom -10px;
    background-color: #fff;
    position: relative;
  }

  .service .section01__inner__bottom h2 {
    display: inline-block;
    font-size: 32px;
    padding: 23px 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 660px;
    background: url(../image/company__middle__h2.png) no-repeat center center;
  }

  .service .section01__inner__bottom h3 {
    border: 3px solid #ff0;
    display: inline-block;
    font-size: 32px;
    position: absolute;
    top: -38px;
    left: 0px;
    right: 0px;
    width: 660px;
    padding: 23px 0px;
    margin: auto;
    background: url(../image/company__middle__h2.png) center center no-repeat;
  }

  .service .section01__inner__bottom ul {
    display: block;
    padding: 0 0 134px;
  }

  .service .section01__inner__bottom ul li {
    display: block;
  }

  .service .section01__inner__bottom p:nth-child(2) {
    display: block;
    margin: 0 auto 40px;
    padding: 80px 0 0;
    color: #9fd5d6;
    font-size: 32px;
    font-weight: bold;
  }

  .service .section01__inner__bottom ul li:first-child {
    font-size: 32px;
    margin: 47px 0 0;
  }

  .service .section01__inner__bottom ul li:last-child {
    font-size: 32px;
    margin: 47px 0 0;
  }

  .service .section01__inner__bottom ul li span {
    font-size: 17px;
    position: relative;
    left: 20px;
  }

  /*------------------------------------------------------------------------------------------------------------------------*/
  footer {
    position: relative;
    z-index: 3;
  }

  footer ul {
    display: block;
    padding: 55px 0 0;
  }

  .home footer {
    margin: -90px 0 0;
    position: relative;
    z-index: 10000;
  }

  .fixed {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 20000;
  }

  .page-top {
    display: none;
    overflow: hidden;
    width: 120px;
    height: 180px;
    margin: 0;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  footer {
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    /*margin: -400px 0 0;*/
    background: url(../image/footer__bottom__bg3.png),
      url(../image/index__section01__middle__bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, left bottom;
    background-size: 100%, 100%;
    padding: 18% 0 0;
    /*background-color:#ff0;*/
  }

  footer img {
    display: block;
    width: 100%;
  }

  footer ul {
    letter-spacing: -0.4em;
  }

  footer ul li {
    letter-spacing: normal;
    display: inline-block;
    font-size: 13px;
  }

  footer ul li a {
    color: #000;
    padding: 0 20px;
  }

  footer p {
    display: block;
    padding: 9px 0 36px;
    font-size: 10px;
  }
}

/* pc表示 */
@media screen and (min-width: 769px) {
  /*@media screen and (max-width: 1024px) and (orientation: portrait){*/
  body {
    min-width: 1024px;
    overflow: hidden;
    display: block;
  }

  .table__product-name {
    width: 300px;
  }

  .table__course {
    padding: 0 20px !important;
  }

  .pc-none {
    display: none !important;
  }

  .section01__price__pc-padding-left {
    padding-left: 10px;
  }

  .good-page__banner__section {
    margin-top: 50px;
    display: flex;
  }

  .good-page__banner__section img {
    width: 49%;
  }

  .good-page__banner__primary {
    margin-right: auto;
  }

  .good-page__banner__secondary {
    margin-left: auto;
  }

  .section01__inner__cont__news__text.--center {
    text-align: center;
  }
}

.p-coupon-ikoma {
  font-size: 18px;
  font-weight: bold;
  color: #1eaab4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-32 {
  margin: 32px 0;
}

.p-coupon-ikoma--bg {
  background-image: url(../image/title_p-coupon__title.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 67px;
  width: 100%;
}

.p-coupon-ikoma__text {
  font-size: 18px;
  font-weight: bold;
}

.p-coupon-ikoma__shop-name {
  font-size: 25px;
  position: relative;
  left: 10px;
}

.p-coupon-ikoma__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 料金表 */
.table__price-list {
  table-layout: fixed;
}

.table__product-name {
  text-align: center !important;
  padding: 0 20px !important;
}

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

.news__li-disc {
  list-style: disc !important;
}

.section01__price__precautions {
  background-color: #b9eeef;
  width: 75%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 20px auto;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

.price-page__cleaning-course-link {
  color: #0000ee;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin: auto;
  width: fit-content;
}
@media (min-width: 768px) {
  .price-page__cleaning-course-link {
    position: absolute;
    top: 25px;
    right: 20px;
  }
}

.price-page__cleaning-course-link:visited {
  color: #551a8b;
  text-decoration: underline;
}

.price-page__cleaning-course-link:hover {
  color: #ff0000;
}

.price-page__cleaning-course-link:active {
  color: #ff0000;
  text-decoration: underline;
}

/* ニュース */

.section01__inner__cont {
  margin-bottom: 30px;
}

.section01__inner__cont__h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.news__date {
  text-align-last: left;
  margin-top: 5px;
}
.section01__inner__cont__news__text {
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.section01__inner__cont__news__img {
  width: 90%;
  margin: auto;
}

.section01__inner__cont__news__img img {
  width: 100%;
}

.section01__inner__cont__h2__annotation {
  font-size: 20px;
}
.back-to-list-btn {
  display: block;
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  margin: 100px auto 0;
  background-color: #f14646;
  text-align: center;
}

.back-to-list-btn:hover {
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (max-width: 768px) {
  .back-to-list-btn {
    margin-top: 56px;
  }
}
/* sp表示 */
@media screen and (max-width: 768px) {
  .table__course {
    font-size: 10px;
  }

  .section01__inner__cont__h2 {
    font-size: 20px;
  }

  .section01__inner__cont__h2__annotation {
    font-size: 16px;
  }

  .section01__price__precautions {
    background-color: #b9eeef;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 10;
  }

  .sp-none {
    display: none !important;
  }

  .section01__inner__cont__news__text {
    max-width: 100% !important;
  }

  .good-page__banner__section {
    margin: 30px 0;
  }

  .good-page__banner__section img {
    width: 100%;
  }

  .good-page__banner__primary {
    margin-bottom: 30px;
  }
}

header .sns > img {
  display: block;
}

header .sns > a {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.news__img-link {
  display: block;
  max-width: 500px;
  margin: 0 auto 50px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: auto;
  }

  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8em;
    color: #4d4d4d;
    background: url(../image/headbg.png) no-repeat left top;
    background-size: 100%;
  }

  a {
    color: #4d4d4d;
  }

  .fixed {
    position: fixed;
    bottom: 8px;
    right: 8px;
  }

  .static {
    position: relative;
    top: -130px;
    right: 15px;
  }

  #wrap {
    overflow: hidden;
  }

  header {
    margin: 55px 0 0;
    padding: 15px 0 0;
  }

  header h2 {
    display: block;
    padding: 18px;
    margin: 0;
  }

  header h2 img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }

  .pc_only {
    display: none;
  }

  .spBtn {
    position: fixed;
    right: 70px;
    top: 0;
  }

  .spBtn ul {
    display: block;
    overflow: hidden;
    width: 144px;
  }

  .spBtn ul li {
    width: 72px;
    height: 72px;
    float: left;
    display: block;
  }

  .spBtn ul li:nth-child(1) {
    background: url(../image/sbtn1.svg) no-repeat center center;
    background-size: 100%;
  }

  .spBtn ul li:nth-child(2) {
    background: url(../image/sbtn2.svg) no-repeat center center;
    background-size: 100%;
  }

  .header__inner .spNav .menu-trigger,
  .header__inner .spNav .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .header__inner .spNav {
    position: relative;
  }

  .header__inner .spNav .menu-trigger {
    width: 40px;
    height: 48px;
    float: right;
    margin: 0;
    position: fixed;
    z-index: 2;
    top: 13px;
    right: 16px;
    background: url(../image/sp_menu.svg) no-repeat center bottom;
    background-size: 100%;
  }

  .header__inner .spNav .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #19519c;
    border-radius: 4px;
  }

  .header__inner .spNav .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .header__inner .spNav .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .header__inner .spNav .menu-trigger span:nth-of-type(3) {
    top: 22px;
  }

  .header__inner .spNav .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }

  .header__inner .spNav .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .header__inner .spNav .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  .header__inner {
    background: #fff;
    overflow: hidden;
    width: 100%;
  }

  .header__inner h1 {
    width: 100%;
    display: block;
    float: left;
    height: 72px;
    padding: 0 0 0 11px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
  }

  .header__inner h1 a {
    height: 72px;
    display: block;
    /*background: url(../image/header__inner__h1.svg) no-repeat left center;
    background-size: 110px;*/
    background: #ccc;
    width: 110px;
  }

  .header__inner h1 a img {
    opacity: 0;
  }

  .header__inner nav {
    display: block;
  }

  .header__inner nav ul {
    display: block;
    width: 80%;
    background: rgba(216, 230, 246, 0.8);
    position: fixed;
    padding: 72px 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }

  .header__inner nav ul li {
    display: block;
    width: 100%;
    font-size: 11px;
  }

  .header__inner nav ul li a {
    display: block;
    padding: 0 10px 1px;
  }

  .header__inner nav ul li:last-child a {
    background: #000;
    color: #fff;
    display: block;
    width: 191px;
    margin: 0;
    font-size: 12px;
    line-height: 1em;
    padding: 10px 0 9px;
    margin: 15px 0 0 10px;
    text-align: center;
  }

  .header__inner nav ul li:last-child a:before {
    content: "▶︎";
    font-size: 10px;
    color: #d9e021;
    position: relative;
    right: 3px;
    top: -1px;
  }

  .header__main {
    text-align: center;
    clear: both;
    position: relative;
    top: -2px;
    z-index: -1;
  }

  .header__main #slide ul {
    display: block;
    padding: 54% 0;
  }

  .header__main #slide ul li {
    padding: 54% 0;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }

  .header__main #slide ul li img {
    display: none;
  }

  .header__main #slide ul li:nth-child(1) {
    background: url(../image/slide1_s.jpg) no-repeat left top;
    background-size: cover;
  }

  .header__main #slide ul li:nth-child(2) {
    background: url(../image/slide2_s.jpg) no-repeat left top;
    background-size: cover;
  }

  .header__main #slide ul li:nth-child(3) {
    background: url(../image/slide3_s.jpg) no-repeat left top;
    background-size: cover;
  }

  .header__main #slide ul li:nth-child(4) {
    background: url(../image/slide4_s.jpg) no-repeat left top;
    background-size: cover;
  }

  .header__main #slide ul li:nth-child(5) {
    background: url(../image/slide5_s.jpg) no-repeat left top;
    background-size: cover;
  }

  .header__main #slide p {
    display: block;
    filter: blur(10px);
    animation: blur 5s infinite;
    overflow: hidden;
  }

  .header__main #indik {
    margin: 0;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -17px;
  }

  .header__main #indik ul {
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    float: right;
  }

  .header__main #indik ul li {
    float: left;
    margin: 0 2px;
    width: 5px;
    height: 5px;
    border-radius: 16px;
    background-color: #fff;
    list-style-type: none;
    cursor: pointer;
  }

  .header__main #indik ul li.active {
    background-color: #00519e;
  }

  .header__main {
    display: block;
    border: 1px solid #000;
    margin: 0 auto 20px;
    background: #000;
  }

  .header__main h2 {
    padding: 130px 0 32px;
    width: 90%;
    margin: 20px auto 20px;
    display: block;
    background: #fff;
  }

  #slide {
    position: relative;
  }

  #slide ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  #slide ul li {
    position: relative;
  }

  #slide ul li {
    position: absolute;
    top: 0;
    left: 0;
  }

  .front #cont {
    margin: 0 auto;
  }

  /*----------------------------------------------------------------*/
  .news__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .news__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
  }

  .news__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
  }

  /*----------------------------------------------------------------*/
  .sec1__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .sec1__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  .sec1__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  /*----------------------------------------------------------------*/
  .sec2__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .sec2__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  .sec2__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  /*----------------------------------------------------------------*/
  .sec3__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .sec3__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  .sec3__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  /*----------------------------------------------------------------*/
  .sec4__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .sec4__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  .sec4__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  /*----------------------------------------------------------------*/
  .sec5__inner {
    width: 94%;
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .sec5__inner h2 {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  .sec5__inner p {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
  }

  /*----------------------------------------------------------------
  お問い合わせ
----------------------------------------------------------------*/
  .contact .form dl {
    display: block;
    width: 94%;
    margin: 0 auto 20px;
  }

  .contact .form dt {
    display: block;
    padding: 0 0 13px;
    font-size: 16px;
  }

  .contact .form dd {
    color: #d80000;
    font-size: 14px;
    padding: 0 0 15px;
  }

  .contact .form dd span {
    display: block;
    padding: 3px 0 0;
    margin: 10px 0 0;
    font-weight: bold;
    color: #000;
    font-size: 15px;
  }

  .contact .form table {
    border-collapse: collapse;
    border: none;
    width: 100%;
  }

  .contact .form th tr {
    display: block;
    width: 100%;
  }

  .contact .form th {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    display: block;
    letter-spacing: 1px;
  }

  .contact .form td {
    padding: 20px 8px 40px;
    display: block;
    width: 100%;
  }

  .contact .form tr:last-child td {
    border: none;
  }

  .contact .form input:focus,
  select:focus,
  textarea:focus {
    background-color: #fce2be;
    outline: 0;
    border-color: orange !important;
  }

  .contact .form textarea {
    padding: 5px;
    width: 100%;
    height: 300px;
    display: block;
    border: 1px solid #ccc;
  }

  .contact .form td label {
    cursor: pointer;
    display: inline-block;
    margin: 0;
  }

  .contact .form label {
    cursor: pointer;
  }

  .contact .form .btn {
    margin: 20px auto 0;
    padding: 0 0 70px;
    width: 96%;
  }

  .contact .form .btn ul {
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .contact .form .btn ul li:first-child {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: none;
    position: static;
    width: 48%;
    float: left;
  }

  .contact .form .btn ul li:last-child {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    width: 48%;
    float: right;
  }

  .contact .form .btn [type="button"],
  .contact .form .btn [type="reset"],
  .form_submit {
    border: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 0;
    cursor: pointer;
    background: -moz-linear-gradient(
      top,
      #fff,
      #f1f1f1 1%,
      #f1f1f1 50%,
      #dfdfdf 99%,
      #ccc
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(0.01, #f1f1f1),
      color-stop(0.5, #f1f1f1),
      color-stop(0.99, #dfdfdf),
      to(#ccc)
    );
    -moz-box-shadow: 1px 1px 2px #e7e7e7;
    -webkit-box-shadow: 1px 1px 2px #e7e7e7;
  }

  .contact .form .table_text {
    display: block;
    font-size: 13px;
    position: static;
    color: #d80000;
  }

  .contact .form table th {
    line-height: 1.9em;
    background: #f2f2f2;
    font-size: 15px;
    border: 1px solid #bbbbbb;
  }

  .contact .form tr:nth-child(12) th {
    background: #fdfce1;
  }

  .contact .form table th:after {
    content: "必須";
    display: inline-block;
    position: static;
    margin: 0 0 0 6px;
    background: #c32b2d;
    color: #fff;
    font-size: 13px;
    padding: 2px 3px 1px;
    line-height: 1.9em;
    border-radius: 2px;
  }

  .contact .form table tr:last-child th:after {
    display: none;
  }

  .contact .form tr select {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #444;
  }

  .contact .form [type="text"] {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    margin: 5px 0 14px;
  }

  .contact .form td ul.area li {
    display: block;
    padding: 0;
  }

  .contact .form td ul.area li:last-child {
    padding: 0;
  }

  .contact .form td ul.area li:first-child select {
    width: 100%;
    position: static;
    padding: 0;
    height: 44px;
    display: block;
  }

  .contact .form td ul li:last-child [type="text"] {
    width: 100%;
    position: static;
  }

  .contact .form td ul.document li {
    display: inline-block;
    padding: 0;
    margin: 0 18px 0 0;
  }

  .contact .form td ul.document li [type="radio"] {
    display: inline-block;
    margin: 0 8px 0 0;
  }

  .contact .form td ul.check li {
    display: block;
    padding: 0;
  }

  .contact .form td ul.check li label {
    display: block;
    margin: 7px 0;
  }

  .contact .form td ul.check li [type="checkbox"] {
    margin: 0 8px 0 0;
    position: static;
  }

  .contact .form td ul.check li #check2 {
    margin: 0 8px 0 0;
  }

  .contact .form td ul.check li [type="text"] {
    margin: 18px 0 0;
  }

  .contact .form td ul.check li:nth-child(2) {
    margin: 0;
  }

  .contact .form #input-text-1,
  .contact .form #input-text-2,
  .contact .form #input-text-3-1,
  .contact .form #input-text-3-2,
  .contact .form #input-text-4,
  .contact .form #input-text-5-1,
  .contact .form #input-text-5-2,
  .contact .form #input-text-6,
  .contact .form #input-text-7-1,
  .contact .form #input-text-7-2,
  .contact .form #input-text-8-1,
  .contact .form #input-text-8-2,
  .contact .form #input-text-8-3,
  .contact .form #input-text-9 {
    font-size: 15px;
    color: #f00;
    position: relative;
    top: 3px;
    left: 2px;
  }

  /*------------------------------------------------------------------------------
 サイトマップ
------------------------------------------------------------------------------*/
  .sitemap__inner {
    width: 92%;
    margin: 0 auto 30px;
    overflow: hidden;
  }

  .sitemap__inner ul li {
    border-bottom: 1px solid #000;
    display: block;
  }

  .sitemap__inner ul li a {
    padding: 18px;
    display: block;
  }

  .sitemap__inner ul li a:after {
    content: ">";
    font-size: 12px;
    float: right;
  }

  .sitemap__inner ul li:first-child {
    border-top: 1px solid #000;
  }

  .sitemap__inner ul li b a {
    font-weight: bold;
    display: block;
  }

  /*------------------------------------------------------------------------------
 プライバシーポリシー
------------------------------------------------------------------------------*/
  .privacy__inner {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
  }

  .privacy__inner p {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.8em;
  }

  .privacy__inner > p {
    display: block;
    padding: 0 0 30px;
    margin: -20px 0 0;
  }

  .privacy__inner dl dd ul li {
    display: block;
    margin: 0 0 10px;
  }

  .privacy__inner dl dd ul li:last-child {
    margin: 0;
  }

  .privacy__inner dt,
  .privacy__inner dd,
  .privacy__inner dl {
    display: block;
    text-align: left;
  }

  .privacy__inner dt {
    display: block;
    background: #000;
    color: #fff;
    margin: 0 0 18px;
    padding: 6px 4px 3px 15px;
    font-size: 17px;
  }

  .privacy__inner dd {
    margin: 0 0 50px;
    line-height: 1.8em;
    font-size: 14px;
  }

  .privacy__inner dd span {
    display: block;
    padding: 6px;
    margin: 10px 0 10px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-align: left;
  }

  .privacy__inner dd a {
    color: #000;
  }

  /*----------------------------------------------------------------
  フッター
----------------------------------------------------------------*/
  .footer__inner {
    background: #e6e6e6;
  }

  .footer__inner nav ul {
    width: 94%;
    display: block;
    margin: 0 auto;
  }

  .footer__inner nav ul li {
    display: block;
  }

  .footer__inner nav ul li a {
    display: block;
    padding: 5px 0;
  }

  .footer__inner nav ul li:nth-child(1) a {
    font-weight: bold;
  }

  .footer__inner nav ul li:nth-of-type(n + 2) a:before {
    content: "・";
  }

  .footer__bottom {
    background: #e6e6e6;
  }

  .footer__bottom ul li {
    width: 94%;
    margin: 0 auto;
    display: block;
  }

  .footer__bottom p {
    display: block;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .footer__bottom p a {
    width: 60%;
    background: #000;
    color: #fff;
    display: block;
    margin: 0;
    font-size: 14px;
  }

  .footer__bottom p a:before {
    content: "▶︎";
    font-size: 10px;
    color: #d9e021;
    position: relative;
    right: 3px;
    top: -1px;
  }

  .footer__pagetop {
    width: 50px;
    height: 50px;
  }

  .footer__pagetop img:hover {
    cursor: pointer;
  }

  .footer__copy {
    background: #4d4d4d;
    color: #fff;
    font-size: 8px;
    padding: 3px 0 2px;
    text-align: left;
  }

  .footer__copy p {
    width: 94%;
    margin: 0 auto;
  }

  .table__course {
    font-size: 10px !important;
  }

  .good-page__banner__section img {
    width: 100%;
  }
}

/*---------------------
        Form
------------------------*/
.whitespace-pw {
  white-space: pre-wrap;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #aaa;
  border: #aaa;
}

.wpcf7-not-valid-tip {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}

.required-explanation {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

.required {
  color: #c30d23;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: auto;
  margin-right: 3px;
}

.c-recruit-table td {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.c-recruit-table textarea {
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 769px) {
  .c-recruit-table th {
    width: 30%;
  }

  .c-recruit-table td {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 70%;
  }
}

@media (max-width: 768.98px) {
  .c-recruit-table th {
    display: block;
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
  }

  .c-recruit-table td {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

.form-main {
  margin-bottom: 200px;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .form-table {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-table tr {
  margin-bottom: 25px;
}

.form-table th {
  text-align: left;
  font-weight: normal;
}

@media (min-width: 769px) {
  .form-table th {
    width: 25%;
  }
}

.form-table td {
  text-align: left;
}

@media (min-width: 769px) {
  .form-table td {
    width: 75%;
  }
}

@media (max-width: 768.98px) {
  .form-table td {
    margin: 10px 0 20px 0;
  }
}

.form-table th,
.form-table td {
  vertical-align: middle;
  line-height: 1.5;
}

@media (max-width: 768.98px) {
  .form-table th,
  .form-table td {
    display: block;
  }
}

@media (min-width: 769px) {
  .form-table th,
  .form-table td {
    border-bottom: 1px solid #707070;
    padding: 30px 15px;
  }
}

@media (min-width: 769px) {
  .form-table th:first-of-type,
  .form-table td:first-of-type {
    border-top: 1px solid #707070;
  }
}

.form-table .required {
  color: #c30d23;
  font-size: 14px;
}

@media (min-width: 769px) {
  .form-table .required {
    margin-left: 5px;
  }
}

.form-table .read-only input,
.form-table .read-only textarea {
  padding: 0;
  background: transparent;
}

@media (min-width: 769px) {
  .form-table-confirm th,
  .form-table-confirm td {
    display: inline-block;
  }
}

@media (min-width: 769px) {
  .form-table-confirm th {
    width: 35%;
  }
}

.form-table-confirm td {
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 16px;
  padding: 13px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .form-table-confirm td {
    width: 65%;
  }
}

.form-table-confirm td.form-table-confirm__textarea {
  height: 260px;
}

.form_input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  border: 1px solid #787878;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  padding: 13px;
}

@media (min-width: 769px) {
  .form_input {
    width: 80%;
  }
}

.form_textarea {
  width: 100%;
}

.form_readonly {
  border: none;
  outline: none;
}

.form-acceptance-wrp {
  text-align: center;
  margin-top: 50px;
}

.form-acceptance_privacy-link {
  text-decoration: underline;
}

.form-submit-wrp {
  text-align: center;
  margin-top: 25px;
}

.form_submit,
.form_previous {
  width: 100%;
  padding: 20px 0;
  letter-spacing: 5px;
  border-radius: 8px;
  cursor: pointer;
}

@media (min-width: 769px) {
  .form_submit,
  .form_previous {
    width: 30%;
    font-size: 20px;
  }
}

.form_submit {
  background: #f14646;
  color: #fff;
  border: 1px solid #f14646;
}

.form_previous {
  background: #fff;
  color: #787878;
  border: 2px solid #787878;
  margin-right: 50px;
}

@media (max-width: 768.98px) {
  .form_previous {
    margin-bottom: 25px;
  }
}

.form_min {
  width: 20%;
  min-width: 130px;
}

.your-job textarea {
  width: 100%;
  resize: none;
  field-sizing: content;
  min-height: min-content;
}

.zip-margin {
  margin: 20px 0;
}

.form-text {
  margin-left: 15px;
}

.form-text--l {
  margin-right: 15px;
}

.form_submit,
.form_previous {
  cursor: pointer;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.confirm-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

.thanks-page h2 {
  margin-bottom: 60px;
  text-align: center;
}

.thanks-page p {
  line-height: 35px;
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .thanks-page p {
    text-align: center;
  }
}

.thanks-page strong {
  color: #cd5c5c;
}

.thanks-page a {
  background: #f14646;
  color: #fff;
  padding: 15px 50px;
  border-radius: 10px;
  text-decoration: none;
  margin: 71px auto 0 auto;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .u-sp-none {
    display: none;
  }
  .recruit-list {
    padding-bottom: 50px;
  }
  .recruit-list img {
    max-width: 100%;
  }
}

.recruit-list__content-wrp {
  max-width: 1040px;
  margin: 100px auto 100px;
}

.recruit-list__salon-name {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #787878;
}

@media (min-width: 769px) {
  .recruit-list__salon-name {
    font-size: 30px;
  }
}

@media (min-width: 769px) {
  .recruit-list__lists {
    display: grid;
    grid-template-columns: repeat(auto-fill, 470px);
    gap: 60px;
    justify-content: center;
  }
}
.recruit-list__list {
  background: #fff;
}
@media (max-width: 768.98px) {
  .recruit-list__list {
    max-width: 470px;
    margin: 0 auto 50px;
  }
}
.recruit-list__list-thumbnail {
  width: 100%;
}
.recruit-list__list-occupation {
  padding: 15px 0;
  font-size: 16px;
}

@media (min-width: 769px) {
  .recruit-list__list-occupation {
    font-size: 16px;
  }
}

.recruit-list__list-desc {
  padding: 20px 20px;
  color: #4d4d4d;
  text-align: left;
}

.recruit-list__list-employment-status {
  display: inline-block;
  color: #ffffff;
  background: #9bced1;
  padding: 1px 10px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
}

.recruit-list__no-recruit {
  text-align: center;
  font-size: 20px;
}

.single-recruit-list__inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* 採用情報 リード文 */
.single-recruit-info__main {
  margin-top: 60px;
}
.single-recruit-info__lead {
  margin-bottom: 100px;
}
.single-recruit-info__lead-image {
  width: 100%;
}
.single-recruit-info__lead-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single-recruit-info__lead-text {
  text-align: justify;
}
@media (max-width: 768px) {
  .single-recruit-info__lead-image {
    margin-bottom: 15px;
  }
  .single-recruit-info__lead-contents {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .single-recruit-info__main {
    margin-top: 100px;
  }
  .single-recruit-info__lead {
    margin-bottom: 200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-areas:
      "content1 image1"
      "content2 image2"
      "content3 image3";
  }
  .single-recruit-info__lead-contents--1 {
    grid-area: content1;
  }
  .single-recruit-info__lead-contents--2 {
    grid-area: content2;
  }
  .single-recruit-info__lead-contents--3 {
    grid-area: content3;
  }
  .single-recruit-info__lead-image--1 {
    grid-area: image1;
  }
  .single-recruit-info__lead-image--2 {
    grid-area: image2;
  }
  .single-recruit-info__lead-image--3 {
    grid-area: image3;
  }
  .single-recruit-info__lead-title {
    font-size: 25px;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.recruit-form-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.recruit__confirm-text {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .recruit__confirm-text {
    text-align: center;
  }
}

.recruit__confirm-text-wrp {
  margin: 60px 0;
}

.recruit__confirm-text__heading {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .recruit__confirm-text__heading {
    font-size: 25px;
  }
}

.entry-btn {
  display: block;
  text-align: center;
  margin: 20px auto;
  font-size: 23px;
  padding: 20px 50px;
  color: #ffffff;
  background: #f14646;
  border-radius: 30px;
  width: 100%;
}

@media (min-width: 769px) {
  .entry-btn {
    width: 350px;
    margin: 30px auto;
  }
}

.privacy__content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.privacy__content h3 {
  font-size: 20px;
  margin: 50px 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .privacy__content h3 {
    font-size: 25px;
  }
}

.privacy__content h3:first-child {
  margin-top: 0;
}

.privacy__content p {
  text-align: justify;
}

.privacy__content ol {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}

.privacy__content ol > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  counter-increment: number;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}

@media (max-width: 768.98px) {
  .privacy__content h3 {
    padding-bottom: 5px;
    font-size: 18px;
  }
}

.privacy__content ol > li::before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: normal;
}

/* wordpress グーテンベルクエディター 配置css */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.recruit_work-hours-note textarea {
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  /* height: 50px; */
  resize: none;
  field-sizing: content;
  min-height: min-content;
  margin-top: 16px;
}
.section02__inner__cont__middle__box .left ul li span {
  display: inline-block;
  width: 80px;
}
.section02__inner__cont__middle__box .left ul li .good-page__business-hour {
  display: block;
  text-indent: 80px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section02__inner__cont__middle__box .left ul li .good-page__business-hour {
    text-indent: 5.4em;
  }
  .section02__inner__cont__middle__box .left ul li span {
    display: inline-block;
    width: 70px;
  }
}

/* ================================================
news
================================================*/
.news-page-title {
  margin-bottom: 56px;
}
.blog .section01__inner:before {
  content: none;
}
.news-category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 40px;
  margin-bottom: 56px;
}
.news-category-link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #1eaab4;
  border-radius: 30px;
  color: #1eaab4;
  background-color: #ffffff;
  padding: 4px 24px;
  line-height: 2;
}
.news-category-link:hover,
.news-category-link.is-current {
  color: #ffffff;
  background-color: #1eaab4;
}
@media screen and (max-width: 767px) {
  .news-category-list {
    gap: 12px;
    padding: 20px 24px;
    margin-bottom: 32px;
  }
  .news-category-link {
    line-height: 1.5;
    padding: 4px 16px;
  }
}

/* news */
.post-list {
  margin-bottom: 32px;
  position: relative;
  z-index: 10;
}
.post-list a {
  text-decoration: none;
}
.post-list__card-img {
  background: #f0f0ee;
  border-radius: 10px 10px 0 0;
}
.post-list__card-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 10px;
}
.post-list__card-content {
  background: #ffffff;
  color: #000000;
  border-radius: 0 0 10px 10px;
  padding: 30px 20px;
  text-align: left;
}
.post-list__card-title {
  margin-top: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.post-list__date-cat-wrp {
  display: flex;
  align-items: center;
}
.post-list__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  color: #000;
}
.post-list__categories {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-list__cat {
  display: block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
  color: #ffffff;
  background-color: #1eaab4;
  padding: 0px 12px;
  line-height: 2;
}
@media (min-width: 768px) {
  .news-container {
    width: 1033px;
    margin: auto;
  }
  .post-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(313px, 1fr));
    gap: 50px 30px;
    margin: 0;
  }
  .post-list li {
    display: contents;
  }
  .post-list li a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .news-container {
    padding: 0 24px;
  }
  .post-detail__title {
    font-size: 20px;
  }

  .post-list li {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 50px auto;
  }

  .post-detail {
    width: 90%;
    margin: 50px auto 100px auto;
  }
  .whats-new-img {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ページネーション */
.pagination {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
}

.page-numbers {
  padding: 10px 18px;
  color: #000;
  border-radius: 5px;
  margin-left: 5px;
}

.page-numbers:hover {
  background: #1eaab4;
  color: #fff;
}

.page-numbers.current {
  background: #1eaab4;
  color: #fff;
}

.page-numbers.dots {
  background: transparent;
  color: #000;
}

/* single-post */
.single-post .section01__inner:before {
  content: none;
}
.single-post__headline {
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.single-post__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.5;
  text-align: left !important;
  padding-top: 0 !important;
}
.cms-content {
  text-align: left;
  p,
  ul,
  ol {
    margin-bottom: 32px;
    line-height: 1.75;
  }
  img {
    margin-bottom: 32px;
  }
  a {
    text-decoration: underline;
  }
}
ul.wp-block-list {
  & > li {
    position: relative;
    padding-left: 12px;
    &::before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background-color: #000000;
      border-radius: 50%;
      position: absolute;
      top: 0.9em;
      transform: translateY(-50%);
      left: 0;
    }
  }
}
ol.wp-block-list {
  list-style: decimal !important;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 20px;
  }
}

.coupon-text {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .coupon-text {
    margin-bottom: 32px;
  }
  .coupon .section01__inner__cont__middle ul li {
    margin-bottom: 32px;
  }
}

.header-instagram-icon-sp {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
}

.app-pc {
  position: fixed;
  right: 0;
  top: 310px;
  z-index: 10000;
}

#fixedBottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(20px);
  &.show {
    opacity: 1;
    transform: translateY(0);
  }
}
.app-sp__link {
  display: block;
}
.app-sp__img {
  display: block;
  width: 100%;
  height: auto;
}

.instagram-feed {
  margin-bottom: 64px;
}
.instagram-feed .index_section01__inner__cont__middle {
  padding: 0;
}
.instagram-feed .sbi_header_link:visited {
  color: #0000ee;
}
@media (min-width: 769px) {
  .index_section01__inner__cont.top {
    margin-top: 120px;
  }
  .instagram-feed {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .instagram-feed {
    padding: 24px 20px;
    background-color: #d1efec;
  }
}
