@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

@font-face {
  font-display: swap;
  font-style: normal;
  font-family: "Noto Sans JP";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf);
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Serif JP";
  src: url(../fonts/NotoSerifJP-Regular.otf);
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Serif JP Medium";
  src: url(../fonts/NotoSerifJP-Medium.otf);
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Serif JP Bold";
  src: url(../fonts/NotoSerifJP-Bold.otf);
}
@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../fonts/FuturaPT-Book.woff") format("woff"),
    url("../fonts/FuturaPT-Book.ttf") format("truetype"),
    url("../fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4a544a;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
a,
button {
  line-height: 1.6;
}

img {
  display: block;
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 576px) {
  .u-sp {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media only screen and (min-width: 576px) {
  .u-tab {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .sp {
    display: none !important;
  }
}

.c-txt-left {
  text-align: left;
}

.c-txt-center {
  text-align: center;
}

.c-txt-right {
  text-align: right;
}

/* ==================================
レイアウト
===================================== */
.l-container {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .l-container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    padding-left: 80px;
  }
}

.l-mv {
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .l-mv {
    padding-bottom: 50px;
  }
}
.l-mv::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 19px;
  right: 29px;
  bottom: 0;
  left: 0;
  background: #f0f4ef;
}
@media only screen and (min-width: 992px) {
  .l-mv::before {
    top: 50px;
    right: 102px;
  }
}
.l-mv__img {
  position: relative;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .l-mv__img {
    left: 0;
    margin-right: calc((100% - 100vw) / 2);
  }
}
.l-mv__img img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .l-mv__img img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
  }
}
.l-mv__ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .l-mv__ttl {
    top: 50.2%;
  }
}

.l-common__item {
  position: relative;
  z-index: 1;
  margin-bottom: 47px;
}
@media only screen and (min-width: 992px) {
  .l-common__item {
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 992px) {
  .l-common__item:nth-child(even) > .l-common__ttl {
    text-align: right;
  }
}
.l-common__item:nth-child(even) > .l-common__en {
  right: auto;
  left: -86px;
}
.l-common__item:nth-child(even) > .l-common__list > * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-common__item:last-child {
  margin-bottom: 0;
}
.l-common__ttl {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .l-common__ttl {
    font-size: 24px;
    line-height: 1.6666666667;
    border-bottom: 1px solid #c8d5c1;
    letter-spacing: 0.15em;
    padding-bottom: 7px;
    margin-bottom: 49px;
  }
}
.l-common__en {
  position: absolute;
  z-index: -1;
  font-size: 70px;
  line-height: 1;
  color: #f0f4ef;
  top: -4px;
  right: -28px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .l-common__en {
    top: 2px;
    right: -86px;
  }
}
.l-common__en > * {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.l-common__list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .l-common__list {
    margin-bottom: 35px;
  }
}
.l-common__list:last-child {
  margin-bottom: 0;
}
.l-common__list > * {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .l-common__list > * {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 49px;
    margin-bottom: 35px;
  }
}
.l-common__list > *:last-child {
  margin-bottom: 0;
}
.l-common__list-img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .l-common__list-img {
    width: 49.1%;
  }
}
.l-common__list-img img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .l-common__list-ct {
    width: calc(50.9% - 49px);
  }
}
.l-common__list-ttl {
  margin-bottom: 11px;
}
@media only screen and (min-width: 992px) {
  .l-common__list-ttl {
    margin: -4px 0 9px;
  }
}
@media only screen and (min-width: 992px) {
  .l-common__list--second > * {
    display: block;
  }
}
.l-common__list--second .l-common__list-img,
.l-common__list--second .l-common__list-ct {
  width: 100%;
}
.l-common__ttl-sub {
  font-size: 16px;
  line-height: 1.5625;
}
@media only screen and (min-width: 992px) {
  .l-common__ttl-sub {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0.1em;
  }
}
.l-common__ttl-sub--orange {
  color: #f79f37;
}
.l-common__txt {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media only screen and (min-width: 992px) {
  .l-common__txt {
    line-height: 2.4285714286;
    letter-spacing: 0.1em;
  }
}
.l-common__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 42px;
}
@media only screen and (min-width: 992px) {
  .l-common__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 51px;
  }
}
.l-common__grid-img {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .l-common__grid-img {
    margin-bottom: 15px;
  }
}
.l-common__grid-img img {
  display: block;
  width: 100%;
}
.l-common__grid-ttl {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .l-common__grid-ttl {
    margin-bottom: 9px;
  }
}

.c-ttl__01 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .c-ttl__01 {
    padding-left: 33px;
    margin-bottom: 43px;
  }
}
.c-ttl__01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 82%;
  left: 0;
  background: #4a544a;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .c-ttl__01:before {
    width: 8px;
    height: 92%;
  }
}
.c-ttl__01 > * {
  display: block;
}
.c-ttl__01 .c-ft--base {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.c-ttl__01 .c-ft--popins {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 27px;
}
@media only screen and (min-width: 992px) {
  .c-ttl__01 .c-ft--popins {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__01--other {
    margin-bottom: 66px;
    padding-left: 55px;
  }
}
.c-ttl__01--other::before {
  height: 100%;
}
.c-ttl__01--other .c-ft--base {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 27px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 374px) {
  .c-ttl__01--other .c-ft--base {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__01--other .c-ft--base {
    font-size: 32px;
    letter-spacing: 3px;
  }
}
.c-ttl__01--other .c-ft--popins {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 992px) {
  .c-ttl__01--other .c-ft--popins {
    margin-bottom: 12px;
  }
}
.c-ttl__02 {
  text-align: center;
}
.c-ttl__02 .txt {
  font-weight: 500;
  display: block;
  margin-bottom: -3px;
  font-size: 24px;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 374px) {
  .c-ttl__02 .txt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__02 .txt {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 2px;
  }
}
.c-ttl__02 .txt .txt-hightlight {
  background-image: -o-linear-gradient(
    left,
    rgba(153, 142, 113, 0.1) 50%,
    transparent 50%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(153, 142, 113, 0.1)),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to right,
    rgba(153, 142, 113, 0.1) 50%,
    transparent 50%
  );
  background-size: 200% 12px;
  background-repeat: no-repeat;
  background-position: 0% 32px;
  letter-spacing: 2px;
  mix-blend-mode: multiply;
}
.c-ttl__02 .txt-sm {
  font-size: 21px;
  padding-bottom: 18px;
  letter-spacing: 1.5px;
  color: #447544;
  background: url(../img/top/wave.png) repeat-x bottom left/auto 5.5px;
}
@media only screen and (max-width: 374px) {
  .c-ttl__02 .txt-sm {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__02 .txt-sm {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.c-ttl__02--nowrap {
  margin-bottom: 40px;
  padding-bottom: 22px;
  background: url(../img/top/wave-02.png) repeat-x bottom left/auto 5.5px;
}
@media only screen and (min-width: 992px) {
  .c-ttl__02--nowrap {
    padding-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 34px;
    background: url(../img/top/wave-02.png) repeat-x bottom left/auto 5.5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__02--nowrap .txt {
    font-size: 21px;
  }
}
.c-ttl__02--nowrap .txt-sm {
  color: #4a544a;
  background: none;
  font-weight: 500;
  padding-bottom: 0;
  font-size: 21px;
}
@media only screen and (min-width: 992px) {
  .c-ttl__02--nowrap .txt-sm {
    font-size: 24px;
  }
}
.c-ttl__03 {
  text-align: center;
  margin-bottom: 66px;
}
@media only screen and (min-width: 768px) {
  .c-ttl__03 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__03 {
    margin-bottom: 20px;
  }
}
.c-ttl__03 > span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 48px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 374px) {
  .c-ttl__03 > span {
    font-size: 20px;
  }
}
.c-ttl__03 > span::before,
.c-ttl__03 > span:after {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  bottom: 15px;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .c-ttl__03 > span::before,
  .c-ttl__03 > span:after {
    top: 15px;
  }
}
.c-ttl__03 > span::before {
  left: 0;
  background: url(../img/top/before-title.png) no-repeat center/100%;
}
.c-ttl__03 > span::after {
  right: 0;
  background: url(../img/top/after-title.png) no-repeat center/100%;
}
.c-ttl__03 > span span:not(.txt-hightlight) {
  font-size: 30px;
  padding: 0;
}
@media only screen and (max-width: 374px) {
  .c-ttl__03 > span span:not(.txt-hightlight) {
    font-size: 26px;
  }
}
.c-ttl__03 > span span:not(.txt-hightlight)::before,
.c-ttl__03 > span span:not(.txt-hightlight):after {
  display: none;
}
.c-ttl__03 > span .txt-hightlight {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(153, 142, 113, 0.1)),
    color-stop(50%, transparent)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(153, 142, 113, 0.1) 50%,
    transparent 50%
  );
  background-image: linear-gradient(
    to right,
    rgba(153, 142, 113, 0.1) 50%,
    transparent 50%
  );
}
@media only screen and (max-width: 767px) {
  .c-ttl__03 > span .txt-hightlight {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__03--sm {
    margin-bottom: 48px;
  }
  .c-ttl__03--sm > span {
    padding: 0 31px;
    font-size: 23px;
    font-weight: 500;
  }
  .c-ttl__03--sm > span span:not(.txt-hightlight) {
    font-size: 22px;
  }
  .c-ttl__03--sm > span .txt-hightlight {
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 374px) {
  .c-ttl__03--sm > span .txt-hightlight {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__03--sm > span .txt-hightlight span {
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__03--sm > span small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__03--sm > span::before {
    left: -10px;
    bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl__03--sm > span::after {
    right: -5px;
    bottom: 7px;
  }
}
.c-ttl__04 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 374px) {
  .c-ttl__04 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .c-ttl__04 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}

.c-ft--en {
  font-family: "Josefin Sans", sans-serif;
}
.c-ft--base {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c-ft--popins {
  font-family: "Poppins", sans-serif;
}

.c-txt__01 {
  font-size: 14px;
  line-height: 1.9142857143;
}
.c-txt__01 > * {
  line-height: 2.3428571429;
}
.c-txt__vertical {
  display: none;
}
@media only screen and (min-width: 992px) {
  .c-txt__vertical {
    display: block;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-family: "Futura PT Book";
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-txt__vertical:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 160px;
    background: #333333;
    bottom: -15px;
    left: 5px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.txt-hightlight {
  background-image: -o-linear-gradient(left, #fffabc 50%, transparent 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fffabc),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(to right, #fffabc 50%, transparent 50%);
  background-size: 200% 10px;
  background-repeat: no-repeat;
  background-position: 0% 20px;
  letter-spacing: 2px;
}

.c-fw--lt {
  font-weight: 300;
}
.c-fw--rg {
  font-weight: normal;
}
.c-fw--md {
  font-weight: 500;
}
.c-fw--sbd {
  font-weight: 600;
}
.c-fw--bd {
  font-weight: bold;
}
.c-fw--bk {
  font-weight: 900;
}

.c-al--l {
  text-align: left !important;
}
.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}

#page-index .p-mv {
  margin-top: 87px;
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv {
    margin-top: 97px;
  }
}
#page-index .p-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__img img {
    min-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#page-index .p-mv__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32vw;
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__content {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__content {
    bottom: 110px;
    left: 0;
    padding: 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__content .l-container {
    width: 95%;
  }
}
#page-index .p-mv__ttl {
  max-width: 642px;
}
#page-index .p-mv__ttl .txt {
  font-weight: 300;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  color: #4a544a;
  display: inline-block;
  font-size: 41.44px;
  padding: 10px 14px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 374px) {
  #page-index .p-mv__ttl .txt {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__ttl .txt {
    padding: 10px 15px;
    margin-bottom: 26px;
    letter-spacing: 4px;
    font-size: 7vw;
  }
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__ttl .txt {
    font-size: 67.14px;
    letter-spacing: 8px;
    padding: 18px 23px;
  }
}
#page-index .p-mv__ttl .txt-sm {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1;
  color: #4a544a;
  font-size: 18.93px;
  padding: 10px 13px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 374px) {
  #page-index .p-mv__ttl .txt-sm {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__ttl .txt-sm {
    font-size: min(3.8vw, 30px);
    padding: 16px 7px;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__ttl .txt-sm {
    font-size: 30.67px;
    letter-spacing: 7px;
    padding: 16px 13px;
  }
}
#page-index .p-mv__txt-recruit {
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  font-weight: 100;
  color: #dbdbdb;
  line-height: 1;
  z-index: 2;
  font-size: 60.85px;
  top: 7vw;
  left: 4vw;
  letter-spacing: 6px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__txt-recruit {
    left: 15px;
    bottom: min(7.813vw, 120px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 80px;
    letter-spacing: 11.5px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__txt-recruit {
    font-size: 128.47px;
    left: 60px;
    bottom: 65px;
  }
}
#page-index .p-mv__txt-salon {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  color: #668266;
  position: absolute;
  font-size: 32.43px;
  bottom: 13vw;
  left: 19px;
  letter-spacing: 6.5px;
}
@media only screen and (max-width: 374px) {
  #page-index .p-mv__txt-salon {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__txt-salon {
    font-size: 24.77px;
    bottom: -6px;
    left: min(6.25vw, 96px);
    letter-spacing: 4.5px;
  }
}
#page-index .p-mv__txt-exp {
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  font-weight: 100;
  color: #668266;
  font-size: 19.12px;
  top: 24vw;
  left: 5vw;
  letter-spacing: 5.5px;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) {
  #page-index .p-mv__txt-exp {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 4.8px;
    top: 30px;
    right: 15px;
    left: auto;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
}
@media only screen and (min-width: 992px) {
  #page-index .p-mv__txt-exp {
    font-size: 27.13px;
    right: 53px;
    bottom: 45px;
  }
}

.p-anchor {
  padding: 53px 0 52px;
}
@media only screen and (min-width: 992px) {
  .p-anchor {
    padding: 130px 0 133px;
  }
}
.p-anchor__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (min-width: 576px) {
  .p-anchor__list {
    max-width: 830px;
    width: 100%;
    gap: 15px 10px;
    margin: 0 auto;
  }
}
.p-anchor__list-item {
  width: 50%;
  padding: 0 4px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 576px) {
  .p-anchor__list-item {
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-anchor__list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 41px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #4a544a;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #4a544a;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
@media only screen and (max-width: 374px) {
  .p-anchor__list-item a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) {
  .p-anchor__list-item a {
    min-width: 200px;
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
}
.p-anchor__list-item a:hover {
  background: #4a544a;
  color: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-concept {
  padding-bottom: 67px;
}
@media only screen and (min-width: 992px) {
  .p-concept {
    padding-top: 70px;
    padding-bottom: 240px;
  }
}
.p-concept__top {
  padding-bottom: 48px;
  position: relative;
}
.p-concept__top:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 91.3%;
  background: rgba(128, 128, 128, 0.1);
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .p-concept__top:after {
    height: 257px;
  }
}
.p-concept__top .l-container {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-concept__top .l-container {
    padding: 0;
  }
}
.p-concept__top .l-container .l-wrap-2-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-concept__top-img {
  max-width: 500px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .p-concept__top-img {
    max-width: 52.36%;
    width: 100%;
    padding-right: 0;
  }
}
.p-concept__top-content {
  padding: 10px 20px 0;
}
@media only screen and (min-width: 992px) {
  .p-concept__top-content {
    max-width: 47.64%;
    width: 100%;
    padding-left: 36px;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    top: -12px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__top-desc {
    letter-spacing: -1px;
  }
}
.p-concept__top-desc p {
  margin-bottom: 32px;
}
.p-concept__top-desc p:last-of-type {
  margin-bottom: 0;
}
.p-concept__problems {
  padding: 50px 0 74px;
}
@media only screen and (min-width: 992px) {
  .p-concept__problems {
    padding: 190px 0 107px;
  }
}
.p-concept__problems .l-container {
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .p-concept__problems .l-container {
    padding: 0 80px;
  }
}
.p-concept__problems .c-txt__vertical {
  bottom: 40px;
  right: 80px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-concept__problems-wp {
  width: 100%;
  position: relative;
  padding: 45px 20px 43px;
  border-top: 1px solid #4a544a;
  border-bottom: 1px solid #4a544a;
}
@media only screen and (min-width: 768px) {
  .p-concept__problems-wp {
    max-width: 700px;
    margin: 0 auto;
    border: none;
    padding: 70px 50px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__problems-wp {
    max-width: 947px;
    width: 100%;
    padding: 130px 100px 64px;
  }
}
.p-concept__problems-wp:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4a544a;
  top: 8px;
  left: 0;
}
.p-concept__problems-wp:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4a544a;
  bottom: 8px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .p-concept__problems-wp:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1%;
    height: calc(100% - 54px);
    top: 27px;
    left: 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: transparent;
  }
  .p-concept__problems-wp:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.9%;
    height: calc(100% - 54px);
    top: 27px;
    right: 0;
    left: auto;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    background: transparent;
  }
}
.p-concept__problems-pattern-top,
.p-concept__problems-pattern-bottom {
  width: 100%;
  height: 27px;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-concept__problems-pattern-top {
    background: url(../img/top/before-problems.png) no-repeat center/100% 100%;
    top: 0;
  }
  .p-concept__problems-pattern-bottom {
    background: url(../img/top/after-problems.png) no-repeat center/100% 100%;
    bottom: 0;
  }
}
.p-concept__problems-ttl {
  padding: 45px 0 0;
  z-index: 2;
  text-align: center;
  position: relative;
  margin-bottom: 34px;
}
.p-concept__problems-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 40px;
  background: url(../img/top/ico-note.svg) no-repeat center/100%;
  top: 0;
  left: calc(50% - 19px);
}
@media only screen and (min-width: 992px) {
  .p-concept__problems-ttl {
    margin-bottom: 50px;
    padding: 50px 50px 0;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-concept__problems-list {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-concept__problems-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-concept__problems-item {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
  position: relative;
  padding-left: 30px;
  letter-spacing: 1px;
}
.p-concept__problems-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 20px;
  background: url(../img/top/ico-check.svg) no-repeat center/100%;
  top: 5px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .p-concept__problems-item:before {
    width: 27px;
    height: 26px;
  }
}
.p-concept__problems-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 374px) {
  .p-concept__problems-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__problems-item {
    font-size: 24px;
    padding-left: 35px;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
  }
}
.p-concept__problems-label {
  max-width: 167px;
  width: 100%;
  position: absolute;
  bottom: 37px;
  right: 21px;
  background: url(../img/top/sign.svg) no-repeat center/100%;
}
@media only screen and (max-width: 374px) {
  .p-concept__problems-label {
    width: 100px;
    right: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__problems-label {
    max-width: 234px;
    top: 25%;
    bottom: auto;
    right: 53px;
  }
}
.p-concept__deverse {
  position: relative;
  padding-bottom: 10px;
}
.p-concept__deverse:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: url(../img/top/after-diverse.png) no-repeat center/cover;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse {
    padding-bottom: 0;
  }
  .p-concept__deverse:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35.61%;
    height: 378px;
    background: rgba(230, 230, 230, 0.4);
    left: 0;
    bottom: 25px;
  }
  .p-concept__deverse:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 53.32%;
    height: 299px;
    background: url(../img/top/after-diverse.png) no-repeat center/cover;
    bottom: 20px;
    right: 0;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-concept__deverse:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 71%;
    background: rgba(230, 230, 230, 0.4);
    left: 0;
    bottom: 40px;
  }
}
.p-concept__deverse .l-wrap-2-column {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse .l-wrap-2-column {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse .l-wrap-2-column {
    max-width: 100%;
    left: 48px;
  }
}
.p-concept__deverse-img {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 12px;
  position: relative;
  left: 14px;
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse-img {
    max-width: 250px;
    margin-bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse-img {
    width: 402px;
    max-width: 100%;
    left: 0;
  }
}
.p-concept__deverse-ct {
  font-weight: 500;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 2.65;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 374px) {
  .p-concept__deverse-ct {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse-ct {
    max-width: calc(100% - 250px);
    padding-left: 25px;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse-ct {
    width: calc(100% - 402px);
    padding-left: 45px;
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 2px;
    bottom: -46px;
    text-align: left;
  }
}
.p-concept__deverse-ct .txt-green {
  border: 1px solid #000;
  font-size: 21px;
  color: #447544;
  line-height: 1.58;
  padding: 10px 16px;
  display: inline-block;
}
@media only screen and (max-width: 374px) {
  .p-concept__deverse-ct .txt-green {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse-ct .txt-green {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse-ct .txt-green {
    font-size: 25.78px;
    padding: 0 18px;
    letter-spacing: 2.5px;
    margin-right: 9px;
  }
}
@media only screen and (max-width: 374px) {
  .p-concept__deverse-ct .txt-hightlight {
    background-size: 200% 15px;
    background-repeat: no-repeat;
    background-position: 0% 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-concept__deverse-ct .txt-hightlight {
    position: relative;
    top: -12px;
  }
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse-ct .txt-hightlight {
    top: 0;
  }
}
.p-concept__deverse-txt-deco {
  font-size: 29px;
  font-weight: 100;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dbdbdb;
  position: absolute;
  letter-spacing: 2.8px;
  bottom: -11px;
  right: -23px;
  white-space: nowrap;
}
@media only screen and (max-width: 374px) {
  .p-concept__deverse-txt-deco {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .p-concept__deverse-txt-deco {
    color: #dbdbdb;
    font-size: 50.94px;
    bottom: -74px;
    right: 46px;
    letter-spacing: 3.6px;
  }
}
.p-concept__deverse .c-txt__vertical {
  display: block;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 8.74px;
  position: absolute;
  left: -30px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: 1.6px;
  color: #333333;
}
@media only screen and (min-width: 576px) {
  .p-concept__deverse .c-txt__vertical {
    display: none;
  }
}
.p-concept__deverse .c-txt__vertical:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 88px;
  background: #333333;
  bottom: 0;
  left: 8px;
  -webkit-transform: translateY(108%);
  -ms-transform: translateY(108%);
  transform: translateY(108%);
}

.p-point {
  background: url(../img/top/bg-point.png) no-repeat center/cover;
  position: relative;
  padding: 66px 0;
}
@media only screen and (min-width: 992px) {
  .p-point {
    padding: 134px 0 93px;
  }
}
.p-point__ttl {
  margin-bottom: 52px;
}
@media only screen and (min-width: 992px) {
  .p-point__ttl {
    margin-bottom: 96px;
  }
}
.p-point__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px 0;
}
@media only screen and (min-width: 768px) {
  .p-point__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0 10px;
  }
}
.p-point__list-ttl {
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 374px) {
  .p-point__list-ttl {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) {
  .p-point__list-ttl {
    line-height: 1.5;
    min-height: 63px;
  }
}
@media only screen and (min-width: 992px) {
  .p-point__list-ttl {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    min-height: auto;
  }
}
.p-point__list-number {
  position: relative;
  width: 90px;
  margin: 0 auto 5px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .p-point__list-number {
    width: 215px;
    padding-bottom: 62px;
    margin-bottom: 25px;
  }
}
.p-point__list-number::after {
  content: "POINT";
  color: #000;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) {
  .p-point__list-number::after {
    font-size: 38.29px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 4px;
  }
}
.p-point .c-txt__vertical {
  bottom: -50px;
  right: calc((100% - 1140px) / 2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-system {
  padding: 70px 0 72px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-system {
    padding: 135px 0 145px;
  }
}
.p-system .c-txt__vertical {
  bottom: -60px;
  left: calc((100% - 1140px) / 2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-system .l-wrap-2-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-system .c-ttl__01 {
    margin-bottom: 26px;
  }
}
.p-system__ttlsub {
  margin-bottom: 53px;
}
@media only screen and (min-width: 992px) {
  .p-system__ttlsub {
    margin-bottom: 47px;
  }
}
.p-system__ttlsub .txt {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-system__ttlsub .txt {
    font-size: 18px;
  }
}
.p-system__ttlsub .txt .txt-hightlight {
  letter-spacing: 1px;
}
@media only screen and (max-width: 374px) {
  .p-system__ttlsub .txt .txt-hightlight {
    letter-spacing: 0;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .p-system__ttlsub .txt .txt-hightlight {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .p-system__ttlsub .txt-sm {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.p-system__box {
  max-width: 788px;
  width: 100%;
  margin: 0 auto 53px;
  position: relative;
  left: 0;
  padding: 0 27px;
}
@media only screen and (min-width: 992px) {
  .p-system__box {
    left: 20px;
    padding: 0;
  }
}
.p-system__box-left {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
.p-system__box-left::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 7px 0 7px;
  border-color: #4a544a transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-system__box-left::after {
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #4a544a;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 34px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-system__box-left {
    width: calc(100% - 318px);
    margin-bottom: 0;
  }
}
.p-system__box-img {
  width: 110px;
}
@media only screen and (min-width: 992px) {
  .p-system__box-img {
    width: 160px;
    text-align: center;
  }
}
.p-system__box-position {
  padding-left: 6px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .p-system__box-position {
    width: calc(100% - 160px);
    padding-left: 26px;
    position: relative;
    top: -5px;
  }
}
.p-system__box-label {
  display: inline-block;
  font-size: 15.48px;
  background: rgba(153, 142, 113, 0.1);
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 7px 16px;
}
@media only screen and (max-width: 374px) {
  .p-system__box-label {
    font-size: 11.48px;
  }
}
@media only screen and (min-width: 992px) {
  .p-system__box-label {
    padding: 7px 21px;
    font-size: 18.21px;
  }
}
.p-system__box-txt {
  font-size: 17.85px;
  font-weight: 500;
}
@media only screen and (max-width: 374px) {
  .p-system__box-txt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-system__box-txt {
    font-size: 21.42px;
  }
}
.p-system__box-txt span {
  display: inline-block;
  border-bottom: 1px solid #4a544a;
  padding-bottom: 5px;
}
.p-system__box-right {
  width: 205px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-system__box-right {
    width: 318px;
    top: -8px;
    right: 3px;
  }
}
.p-system__box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-system__box:last-of-type .p-system__box-img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-system__box:last-of-type .p-system__box-position {
    width: auto;
    padding-left: 0;
  }
}
.p-system__box .l-wrap-2-column {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-system__box .l-wrap-2-column {
    max-width: 100%;
  }
}

.p-experience {
  background: rgba(174, 211, 174, 0.35);
  padding: 66px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-experience {
    padding: 130px 0;
  }
}
.p-experience__ttl {
  margin-bottom: 56px;
  padding-top: 56px;
  position: relative;
  background: url(../img/top/wave-02.png) repeat-x bottom left/auto 5.5px;
}
@media only screen and (min-width: 992px) {
  .p-experience__ttl {
    margin-bottom: 50px;
    padding-top: 86px;
    background: none;
  }
}
.p-experience__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 43px;
  background: url(../img/top/ico-dimond.svg) no-repeat center/100%;
  top: 0;
  left: calc(50% - 21.5px);
}
@media only screen and (min-width: 992px) {
  .p-experience__ttl:before {
    width: 61px;
    height: 63px;
    left: calc(50% - 31.5px);
  }
}
.p-experience__ttl .txt-sm {
  color: #4a544a;
  background: none;
  font-weight: 500;
  letter-spacing: 2.5px;
  display: inline-block;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-experience__ttl .txt-sm {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.p-experience__ttl .txt {
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .p-experience__ttl .txt {
    font-size: 24px;
    letter-spacing: 2.5px;
  }
}
.p-experience__ttl .txt small {
  font-size: 50px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-experience__ttl .txt small {
    font-size: 38px;
  }
}
.p-experience__ttl .txt span {
  padding-bottom: 33px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .p-experience__ttl .txt span {
    background: url(../img/top/wave-02.png) repeat-x bottom left/auto 5.5px;
    padding-bottom: 10px;
  }
}
.p-experience__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-experience__list {
    margin: 0 -43px;
    padding: 0 15px;
  }
}
.p-experience__list-item {
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .p-experience__list-item {
    margin-bottom: 0;
    width: 33.33%;
    padding: 9px 43px 0;
    border-right: 2px dotted #808080;
  }
}
.p-experience__list-item:last-of-type {
  border-right: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-experience__list-item p {
    padding: 0 10px;
  }
}
.p-experience__list-img {
  width: 122px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 992px) {
  .p-experience__list-img {
    width: 143px;
    margin: 0 auto 15px;
  }
}
.p-experience__list-ttl {
  font-size: 21px;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .p-experience__list-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}
.p-experience__txt-deco {
  display: none;
}
@media only screen and (min-width: 992px) {
  .p-experience__txt-deco {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 23px;
    font-weight: 100;
    color: #668266;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: absolute;
    left: 0;
    bottom: 22px;
    letter-spacing: 4.2px;
    line-height: 1;
  }
}

.p-welfare {
  padding: 70px 0;
  position: relative;
  background: url(../img/top/caro.png) center/27px auto;
}
@media only screen and (min-width: 992px) {
  .p-welfare {
    padding: 133px 0 100px;
  }
}
.p-welfare .c-txt__vertical {
  right: calc((100% - 1145px) / 2);
  bottom: -110px;
}
.p-welfare__ttl {
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) {
  .p-welfare__ttl {
    margin-bottom: 23px;
  }
}
.p-welfare__img-main {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .p-welfare__img-main {
    max-width: 606px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.p-welfare__list {
  max-width: 606px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-welfare__list {
    margin: 0 auto 35px;
  }
}
.p-welfare__list-item {
  border: 1px solid #4a544a;
  border-radius: 10px;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 42px;
  position: relative;
  padding: 33px 0 15px;
}
@media only screen and (min-width: 768px) {
  .p-welfare__list-item {
    margin-bottom: 20px;
    padding: 15px 0;
  }
}
.p-welfare__list-item:last-of-type {
  margin-bottom: 0;
}
.p-welfare__list-icon {
  width: 78px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .p-welfare__list-icon {
    background: none;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.p-welfare__list-desc {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-welfare__list-desc {
    text-align: left;
    border-left: 1px solid #4a544a;
    padding-left: 30px;
    width: calc(100% - 100px);
    line-height: 1.2;
  }
}
.p-welfare__list-desc span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .p-welfare__list-desc span {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.p-hour {
  padding: 70px 0 34px;
}
@media only screen and (min-width: 992px) {
  .p-hour {
    padding: 130px 0 100px;
  }
}
.p-hour__ttl {
  margin-bottom: 54px;
}
@media only screen and (min-width: 992px) {
  .p-hour__ttl {
    margin-bottom: 70px;
  }
}
.p-hour__qa {
  border: 1px solid #000;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 40px 18px 33px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .p-hour__qa {
    border: 2px solid #000;
    padding: 30px 25px;
    max-width: 1032px;
    width: 100%;
    margin: 0 auto 64px;
  }
}
@media only screen and (min-width: 992px) {
  .p-hour__qa {
    padding: 54px 54px 34px;
  }
}
.p-hour__qa-ct {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .p-hour__qa-ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 335px);
    padding-right: 40px;
    padding-left: 0;
  }
}
.p-hour__qa-img {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 auto 26px;
}
@media only screen and (min-width: 768px) {
  .p-hour__qa-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 335px;
  }
}
.p-hour__qa-dt {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #4a544a;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 992px) {
  .p-hour__qa-dt {
    padding-bottom: 13px;
    margin-bottom: 13px;
    font-size: 20px;
  }
}
.p-hour__qa-dt span {
  font-size: 23px;
  margin-right: 8px;
}
.p-hour__qa-dd {
  line-height: 2.2;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .p-hour__qa-dd {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .p-hour__qa-dd {
    line-height: 1.9;
  }
}
.p-hour__qa-answer-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  padding-left: 40px;
  position: relative;
  letter-spacing: 1.4px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  .p-hour__qa-answer-label {
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 30px;
  }
}
.p-hour__qa-answer-label span {
  font-size: 23px;
  position: absolute;
  top: -3px;
  left: 10px;
}
@media only screen and (min-width: 992px) {
  .p-hour__qa-answer-label span {
    margin-right: 8px;
    left: 0;
  }
}
.p-hour__staff {
  max-width: 1032px;
  width: 100%;
  margin: 0 auto 62px;
}
@media only screen and (min-width: 992px) {
  .p-hour__staff {
    margin: 0 auto 35px;
  }
}
.p-hour__staff-img {
  width: 260px;
  margin: 0 auto 17px;
}
@media only screen and (min-width: 768px) {
  .p-hour__staff-img {
    width: 358px;
  }
}
@media only screen and (min-width: 768px) {
  .p-hour__staff-ct {
    width: calc(100% - 358px);
    padding-left: 50px;
    padding-top: 5px;
  }
}
.p-hour__staff-profile {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.p-hour__staff-profile:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #4a544a;
  bottom: 0;
  left: 0;
}
.p-hour__staff-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 2px;
}
.p-hour__staff-name small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 13px;
}
.p-hour__staff-position {
  font-size: 14px;
  font-weight: 500;
}
.p-hour__staff-desc {
  line-height: 1.9;
}
.p-hour__schedule {
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-hour__schedule {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .p-hour__schedule {
    gap: 50px;
  }
}
.p-hour__schedule-item {
  margin-bottom: 36px;
  position: relative;
}
.p-hour__schedule-item:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 11px 15.5px 0 15.5px;
  border-color: #4a544a transparent transparent transparent;
  border-style: solid;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-hour__schedule-item:after {
    border-width: 9.5px 0 9.5px 14px;
    border-color: transparent transparent transparent #4a544a;
    border-style: solid;
    right: -21px;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 992px) {
  .p-hour__schedule-item:after {
    right: -35px;
  }
}
.p-hour__schedule-item:last-of-type:after {
  display: none;
}
.p-hour__schedule-item .u-tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .p-hour__schedule-item .u-tab {
    display: block !important;
  }
}
.p-hour__schedule-item .u-sp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .p-hour__schedule-item .u-sp {
    display: none !important;
  }
}
.p-hour__schedule-time {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo",
    "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
}
.p-hour__schedule-time:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/top/ico-oclock.svg) no-repeat center/100%;
  left: 0;
  top: calc(50% - 11.5px);
}
.p-hour__schedule-txt {
  font-size: 16.05px;
  line-height: 1.2;
}
.p-hour__schedule-txt small {
  display: block;
  font-size: 10.03px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo",
    "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  padding-top: 3px;
}

.p-maternity {
  padding: 70px 0 76px;
  background: rgba(128, 128, 128, 0.1);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-maternity {
    padding: 137px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-maternity .c-ttl__01 {
    margin-bottom: 38px;
  }
}
.p-maternity .c-ttl__03 {
  margin-bottom: 31px;
}
@media only screen and (min-width: 992px) {
  .p-maternity .c-ttl__03 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-maternity .c-ttl__03 span {
    font-size: 21px;
    letter-spacing: 2px;
    padding: 0 37px;
  }
}
@media only screen and (max-width: 374px) {
  .p-maternity .c-ttl__03 span {
    font-size: 19px;
    letter-spacing: 1px;
    padding: 0 30px;
  }
}
.p-maternity .c-ttl__03 span::before,
.p-maternity .c-ttl__03 span:after {
  bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .p-maternity .c-ttl__03 span::before,
  .p-maternity .c-ttl__03 span:after {
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .p-maternity .c-ttl__03 span::before {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .p-maternity .c-ttl__03 span::after {
    right: -4px;
  }
}
.p-maternity__rate {
  max-width: 732px;
  width: 100%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 992px) {
  .p-maternity__rate {
    margin: 0 auto 80px;
  }
}
.p-maternity__rate .txt-lg {
  font-size: 25.19px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .p-maternity__rate .txt-lg {
    font-size: 32px;
    line-height: 1;
  }
}
.p-maternity__rate .txt-percent {
  color: #fffabc;
  font-size: 51.91px;
  line-height: 1;
}
.p-maternity__wp {
  background: #fff;
  border-radius: 25px;
  padding: 40px 13px;
}
@media only screen and (min-width: 768px) {
  .p-maternity__wp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp {
    border-radius: 15px;
    padding: 60px 90px 45px;
  }
}
.p-maternity__wp-img {
  width: 230px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .p-maternity__wp-img {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-img {
    width: 367px;
  }
}
.p-maternity__wp-ct {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-maternity__wp-ct {
    width: calc(100% - 320px);
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-ct {
    width: calc(100% - 367px);
    padding-left: 60px;
  }
}
.p-maternity__wp-name {
  font-size: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-name {
    margin-bottom: 15px;
  }
}
.p-maternity__wp-name small {
  font-size: 12px;
  margin-left: 21px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
.p-maternity__wp-position {
  font-size: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-position {
    margin-bottom: 25px;
  }
}
.p-maternity__wp-ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 7px;
  }
}
.p-maternity__wp-desc {
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .p-maternity__wp-desc {
    padding-right: 30px;
  }
}
.p-maternity__wp-desc p {
  margin-bottom: 27px;
  line-height: 1.9;
}
.p-maternity__wp-desc p:last-of-type {
  margin-bottom: 0;
}
.p-maternity .c-txt__vertical {
  right: calc((100% - 1145px) / 2);
  bottom: -50px;
}
.p-maternity .c-txt__vertical::before {
  display: none;
}

.p-reruitment {
  padding: 70px 0 20px;
}
@media only screen and (min-width: 992px) {
  .p-reruitment {
    padding: 130px 0 20px;
  }
}
.p-reruitment__content {
  border: 1px solid #000;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 25px 18px 39px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
  .p-reruitment__content {
    padding: 30px 50px;
    width: 100%;
    margin: 0 auto 90px;
  }
}
@media only screen and (min-width: 992px) {
  .p-reruitment__content {
    padding: 50px 100px 55px;
    margin-bottom: 130px;
  }
}
.p-reruitment__dl {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p-reruitment__dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .p-reruitment__dl {
    margin-bottom: 0;
  }
}
.p-reruitment__dl:last-of-type {
  margin-bottom: 0;
}
.p-reruitment__dt {
  font-size: 16px;
  font-weight: 700;
  display: block;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .p-reruitment__dt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: justify;
    width: 110px;
    font-size: 18px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}
.p-reruitment__dd {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .p-reruitment__dd {
    font-size: 16px;
    width: calc(100% - 110px);
    padding-left: 35px;
    letter-spacing: 4px;
    line-height: 2.5;
  }
}
.p-reruitment__contact-ttl {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 374px) {
  .p-reruitment__contact-ttl {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .p-reruitment__contact-ttl {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 70px;
  }
}
.p-reruitment__contact-apply {
  text-align: center;
  position: relative;
}
.p-reruitment__contact-apply span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 100;
  color: rgba(179, 179, 179, 0.46);
  line-height: 1;
  font-size: 59.58px;
  letter-spacing: 12px;
}
@media only screen and (min-width: 992px) {
  .p-reruitment__contact-apply span {
    letter-spacing: 26px;
    font-size: 126.67px;
  }
}
.p-reruitment__contact-apply small {
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 992px) {
  .p-reruitment__contact-apply small {
    font-size: 25px;
    letter-spacing: 7px;
    bottom: 20px;
  }
}

.p-social {
  padding: 22px 0 0;
  background: rgba(128, 128, 128, 0.1);
}
@media only screen and (min-width: 992px) {
  .p-social {
    padding: 88px 0 106px;
  }
}
.p-social__ttl {
  font-weight: 500;
  text-align: center;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: 4px;
  margin-bottom: 84px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .p-social__ttl {
    font-size: 24px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 374px) {
  .p-social__ttl {
    font-size: 18px;
  }
}
.p-social__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 335px;
  height: 2px;
  background: #000;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 374px) {
  .p-social__ttl:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-social__ttl:after {
    width: 720px;
    bottom: -37px;
  }
}
.p-social__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 28px;
  background: url(../img/top/after-social.jpg) no-repeat center/100%;
  left: 50%;
  bottom: -46px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media only screen and (max-width: 374px) {
  .p-social__ttl:before {
    bottom: -47px;
  }
}
@media only screen and (min-width: 768px) {
  .p-social__ttl:before {
    width: 50px;
    bottom: -62px;
  }
}
@media only screen and (max-width: 767px) {
  .p-social__ttl small {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .p-social__ttl {
    font-size: 24px;
    margin-bottom: 84px;
    line-height: 1.8;
  }
}
.p-social__ttl .txt-hightlight {
  font-size: 24px;
  background-size: 200% 30px;
  background-position: 0% 4px;
  letter-spacing: 2px;
  margin-right: 11px;
}
@media only screen and (max-width: 374px) {
  .p-social__ttl .txt-hightlight {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .p-social__ttl .txt-hightlight {
    font-size: 36px;
    background-size: 200% 30px;
    background-position: 0% 15px;
    letter-spacing: 7px;
  }
}
.p-social__list {
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  .p-social__list {
    margin: 0 -15px 0;
    width: 82%;
    margin: 0 auto 40px;
  }
}
.p-social__list-item {
  width: 100%;
  margin-bottom: 50px;
}
.p-social__list-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .p-social__list-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.p-social__list-qr {
  max-width: 90px;
  width: 100%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .p-social__list-qr {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .p-social__list-qr {
    max-width: 300px;
    margin: 0 auto 43px;
  }
}
.p-social__list-btn {
  max-width: 385px;
  display: block;
  margin: 0 auto;
}
.p-social__tour-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック",
    Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.75;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .p-social__tour-txt {
    font-size: 21px;
    letter-spacing: 3px;
    margin-bottom: 9px;
  }
}
.p-social__tour-available {
  font-weight: 700;
  color: #fff;
  background: #4a544a;
  text-align: center;
  letter-spacing: 1px;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 15px 5px;
}
@media only screen and (max-width: 374px) {
  .p-social__tour-available {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .p-social__tour-available {
    border-radius: 5px;
    padding: 12px 10px;
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
    font-size: 21px;
  }
}
.p-social__tour-available span {
  font-weight: 400;
}

.p-contact {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) {
  .p-contact {
    padding: 90px 0 170px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact .l-container {
    padding: 0;
    margin-bottom: 67px;
  }
}
.p-contact__border {
  border: 1px solid #4a544a;
  padding: 27px 30px 35px;
}
@media only screen and (min-width: 768px) {
  .p-contact__border {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__border {
    padding: 20px 50px 40px;
    margin-bottom: 120px;
  }
}
.p-contact__ttl {
  font-size: 16.5px;
  font-weight: 700;
  padding-left: 37px;
  text-align: left;
  max-width: 260px;
  position: relative;
  left: -11px;
  letter-spacing: 1px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 374px) {
  .p-contact__ttl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__ttl {
    padding-left: 0;
    left: 0;
    font-size: 24px;
    letter-spacing: 1.5px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.p-contact__ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 28px;
  left: 0;
  top: calc(50% - 14px);
  background: url(../img/top/ico-line.svg) no-repeat center/100%;
}
@media only screen and (min-width: 768px) {
  .p-contact__ttl:before {
    width: 43px;
    height: 41px;
    top: 13px;
    margin-right: 12px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__ttl:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 12px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 11px 0 11px;
    border-color: #4a544a transparent transparent transparent;
    border-style: solid;
    bottom: -26px;
    left: 49%;
  }
}
.p-contact__ttl span {
  color: #00b900;
}
@media only screen and (min-width: 992px) {
  .p-contact__wp {
    max-width: 860px;
    width: 100%;
    margin: 0 auto -5px;
  }
}
.p-contact__wp-ct {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .p-contact__wp-ct {
    width: calc(100% - 335px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-contact__wp-ttlsub {
  width: 315px;
  height: 63px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック",
    Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: url(../img/top/bg-title.png) no-repeat center/100% 100%;
  letter-spacing: 1px;
  margin: 0 auto 11px;
  font-weight: 500;
}
@media only screen and (max-width: 374px) {
  .p-contact__wp-ttlsub {
    width: 258px;
    height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__wp-ttlsub {
    margin-bottom: 18px;
    margin-left: 0;
  }
}
.p-contact__wp-list {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .p-contact__wp-list {
    max-width: 228px;
    margin: 0 auto 12px;
  }
}
.p-contact__wp-list li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 28px;
  letter-spacing: 1px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .p-contact__wp-list li {
    font-size: 18.31px;
    padding-left: 33px;
  }
}
.p-contact__wp-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 14px;
  background: url(../img/top/ico-check-02.svg) no-repeat center/100%;
  top: 6px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .p-contact__wp-list li:before {
    width: 22px;
    height: 16px;
  }
}
.p-contact__wp-list li span {
  color: #00b900;
}
.p-contact__wp-img {
  width: 208px;
  margin: 0 auto -6px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .p-contact__wp-img {
    width: 335px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 18px;
  }
}
.p-contact__wp .txt-so-on {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック",
    Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 18.31px;
  margin-left: 0;
  text-align: center;
  margin-bottom: 27px;
}
.p-contact__wp .txt-so-on small {
  font-size: 14.24px;
}
@media only screen and (min-width: 768px) {
  .p-contact__wp .txt-so-on {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__wp .txt-so-on {
    margin-left: 57px;
    text-align: left;
    margin-bottom: 0;
  }
  .p-contact__wp .txt-so-on small {
    font-size: 18.31px;
  }
}
.p-contact__btn {
  width: 322px;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 374px) {
  .p-contact__btn {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__btn {
    left: 43px;
  }
}
.p-contact__link {
  display: block;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  padding: 11px 0;
  background: #aed3ae;
  color: #1a1a1a;
  margin: 0 auto;
}
@media only screen and (max-width: 374px) {
  .p-contact__link {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__link {
    width: 100%;
    font-size: 21px;
    padding: 9px 0;
  }
}
.p-contact__tel {
  color: #4d4d4d;
  max-width: 335px;
  width: 100%;
  margin: 15px auto 0;
  display: block;
  text-align: center;
  background: url(../img/top/bg-phone.png) no-repeat center/cover;
  padding: 16px 15px;
  border-radius: 65px;
  position: relative;
}
@media only screen and (max-width: 374px) {
  .p-contact__tel {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .p-contact__tel {
    max-width: 722px;
    margin-top: 70px;
    padding: 38px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .p-contact__tel {
    pointer-events: none;
  }
}
.p-contact__tel:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 96%;
  height: 80%;
  z-index: 2;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 55px;
}
.p-contact__tel > span {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-contact__tel > span {
    padding-left: 100px;
  }
}
.p-contact__tel > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 33px;
  height: 26px;
  background: url(../img/top/ico-phone.svg) no-repeat center/100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 62%;
  left: 3px;
}
@media only screen and (min-width: 768px) {
  .p-contact__tel > span:before {
    top: 50%;
    left: 0;
    width: 70px;
    height: 57px;
  }
}
.p-contact__tel small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: left;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) {
  .p-contact__tel small {
    font-size: 16px;
  }
}
.p-contact__tel span {
  font-size: 24.58px;
  line-height: 1;
  letter-spacing: 5px;
}
@media only screen and (min-width: 768px) {
  .p-contact__tel span {
    font-size: 53px;
    letter-spacing: 10px;
  }
}

.l-wrap-2-column {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-top {
  width: 59px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.btn-top.is-show {
  opacity: 1;
  visibility: visible;
}
.btn-top.absolute {
  position: absolute;
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .btn-top {
    width: 86px;
  }
}

.l-footer {
  position: relative;
}
/*# sourceMappingURL=maps/style.css.map */
