@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 350px) {
  body {
    /*　画面サイズが1024pxからはここを読み込む　*/
    font-size: 8rem;
  }
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  appearance: none;
}

html {
  font-size: 0.769231vw;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 756px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 756px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  color: #383838;
}

.Inner {
  max-width: 1200px;
  min-width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  .Inner {
    padding: 0 1.5rem;
  }
}
.Inner--min {
  max-width: 980px;
}
@media screen and (max-width: 756px) {
  .Inner--min {
    max-width: 100%;
    padding: 0;
  }
}

.PageUp {
  padding-top: 15rem;
}
@media screen and (max-width: 756px) {
  .PageUp {
    padding-top: 11rem;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #000; /* 背景色 */
  /*動き*/
  transition: all 0.2s;
}
@media screen and (max-width: 756px) {
  #g-nav {
    background-color: rgba(47, 47, 47, 0.6);
  }
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  position: relative;
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
  top: 0rem;
  background-color: #fff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
#g-nav ul .page-link_cv {
  display: flex;
  justify-content: space-between;
  max-width: 97rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  #g-nav ul .page-link_cv {
    flex-direction: column;
    margin-top: 2rem;
  }
}
#g-nav ul .page-link_cv__item {
  background: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 300ms;
}
@media screen and (max-width: 756px) {
  #g-nav ul .page-link_cv__item {
    margin-bottom: 1rem;
    height: fit-content;
    padding: 2rem 0;
    width: 100%;
  }
}
#g-nav ul .page-link_cv__item:hover {
  opacity: 0.6;
  transition: all 300ms;
}
#g-nav ul .page-link_cv__item span {
  letter-spacing: 0.04rem;
}
#g-nav ul .page-link_cv__item--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #0A345D;
}
#g-nav ul .page-link_cv__item--tel .num {
  font-family: "Oswald", sans-serif;
  font-size: 3.1rem;
  line-height: 3.1rem;
  line-height: 4rem;
  letter-spacing: 0.04rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  text-align: center;
  position: relative;
}
#g-nav ul .page-link_cv__item--tel .num::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 0px;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 4.6rem;
  background: url(../img/common/phone_icon.png) no-repeat center/contain;
}
#g-nav ul .page-link_cv__item--tel .time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04rem;
}
#g-nav ul .page-link_cv__item--contact {
  background-color: #BAAA6D;
}
#g-nav ul .page-link_cv__item--contact span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #fff;
  line-height: 10rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  #g-nav ul .page-link_cv__item--contact span {
    line-height: 3rem;
  }
}
#g-nav ul .page-link_cv__item--line {
  background-color: #02C755;
}
#g-nav ul .page-link_cv__item--line span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #fff;
  line-height: 10rem;
  position: relative;
  padding-left: 4rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  #g-nav ul .page-link_cv__item--line span {
    line-height: 3rem;
  }
}
#g-nav ul .page-link_cv__item--line span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/line_icon_white.png) no-repeat center/contain;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #2f2f2f;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 0;
  text-align: left;
}

#g-nav li .footer-mega__link {
  color: #2f2f2f;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 0;
  text-align: left;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  background-color: #0a345d;
  width: 3rem;
  height: 3rem;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0.8rem; /*  線の位置*/
  height: 1px; /*  線の太さ*/
  background-color: #fff; /* ボタンの色*/
  width: 1.4rem;
}

.openbtn1 span:nth-of-type(1) {
  top: 1.3rem;
}

.openbtn1 span:nth-of-type(2) {
  top: 1.8rem;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0.9rem;
  left: 0.9rem;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  top: 2rem;
  left: 0.9rem;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.Pager .Inner .pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.Pager .Inner .pagination a,
.Pager .Inner .pagination span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  height: 4rem;
  margin: 0 0.5rem;
  font-size: 2rem;
}
.Pager .Inner .pagination a.prev,
.Pager .Inner .pagination a.next {
  background: linear-gradient(to right, #728C96, #A1BAC4);
  color: #fff;
  font-size: 1.6rem;
  width: 6rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.Pager .Inner .pagination a.pager {
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  text-decoration: none;
}
.Pager .Inner .pagination span.current.pager {
  background: #003A5B;
  color: #fff;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  border: none;
}

.Btn {
  background-color: #003C55 !important;
  text-align: center !important;
  line-height: 6rem !important;
  height: 6rem !important;
  width: 38rem !important;
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: 200 !important;
  text-decoration: none !important;
  display: block !important;
  margin: 0 auto;
  position: relative !important;
  transition: all 300ms !important;
  padding: 0 !important;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Btn {
    width: 100% !important;
    font-size: 1.6rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
  }
}
.Btn:hover {
  opacity: 0.6 !important;
  color: #fff !important;
  transition: all 300ms !important;
}
.Btn::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 3rem !important;
  transform: translateY(-50%) !important;
  width: 1.2rem !important;
  height: 0.8rem !important;
  background: url("../img/top/btn-allow-white.png") no-repeat center/contain !important;
}
@media screen and (max-width: 756px) {
  .Btn::before {
    right: 1rem !important;
  }
}

.Btn__white {
  background-color: white;
  border: solid #003C55 0.1rem;
  display: flex;
  color: #003C55;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 7rem;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 38rem;
}
@media screen and (max-width: 756px) {
  .Btn__white {
    font-size: 1.8rem;
    height: 5rem;
  }
}

/*
<a class="Btn" href="<?php echo home_url(); ?>">
     テキスト
</a>
*/
.Title .Title__wrap {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .Title .Title__wrap {
    display: block;
  }
}
.Title .Title__wrap .Title__wrap__h2 {
  font-size: 8rem;
  letter-spacing: -2px;
  color: #003C55;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 4rem;
}
@media screen and (max-width: 756px) {
  .Title .Title__wrap .Title__wrap__h2 {
    font-size: 3.2rem;
    margin-bottom: -2rem;
  }
}
.Title .Title__wrap .Title__wrap__dis {
  font-size: 3.2rem;
  position: relative;
  color: #383838;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  top: 4rem;
  height: fit-content;
}
@media screen and (max-width: 756px) {
  .Title .Title__wrap .Title__wrap__dis {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
.Title .Title__dis {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5rem;
  font-size: 2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 756px) {
  .Title .Title__dis {
    font-size: 1.6rem;
    margin-bottom: 0rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    margin-bottom: 0rem;
    line-height: 2.5rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
}

.Page__title {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.1rem #83AABA;
}
.Page__title .Page__title__en {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #ADC5D0;
  font-size: 8rem;
}
@media screen and (max-width: 756px) {
  .Page__title .Page__title__en {
    font-size: 3.2rem;
  }
}
.Page__title .Page__title__dis {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  padding-bottom: 4rem;
  color: #383838;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .Page__title .Page__title__dis {
    font-size: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    line-height: 3.5rem;
  }
}

.Page__recruit__title {
  padding-bottom: 6.1rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__title {
    padding-bottom: 4rem;
  }
}
.Page__recruit__title .Page__recruit__title__wrap {
  display: flex;
  justify-content: start;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__title .Page__recruit__title__wrap {
    display: block;
    padding-bottom: 2.4rem;
  }
}
.Page__recruit__title .Page__recruit__title__wrap .Page__recruit__title__wrap__jp {
  font-size: 3.2rem;
  margin-right: 3.2rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .Page__recruit__title .Page__recruit__title__wrap .Page__recruit__title__wrap__jp {
    font-size: 2rem;
    padding-bottom: 1.2rem;
  }
}
.Page__recruit__title .Page__recruit__title__wrap .Page__recruit__title__wrap__en {
  font-size: 3.2rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #ADC5D0;
}
@media screen and (max-width: 756px) {
  .Page__recruit__title .Page__recruit__title__wrap .Page__recruit__title__wrap__en {
    font-size: 2.1rem;
  }
}
.Page__recruit__title .Page__recruit__title__dis {
  font-size: 2rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__title .Page__recruit__title__dis {
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0rem;
    line-height: 2.5rem;
  }
}

.title__normal {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 756px) {
  .title__normal {
    font-size: 2.4rem;
  }
}

.Breadcrumb {
  font-size: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .Breadcrumb {
    padding-bottom: 3rem;
  }
}
.Breadcrumb .Inner {
  margin: 0;
}
@media screen and (max-width: 756px) {
  .Breadcrumb .Inner {
    padding: 0;
  }
}
.Breadcrumb__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2rem 0rem;
}
@media screen and (max-width: 756px) {
  .Breadcrumb__list {
    padding: 1rem 0rem;
  }
}
.Breadcrumb__list .Breadcrumb__item {
  /* 各アイテムはそのまま横並びのまま */
  color: #383838;
  /* 前に表示される要素がある場合だけ '>' を追加 */
}
.Breadcrumb__list .Breadcrumb__item a,
.Breadcrumb__list .Breadcrumb__item span {
  white-space: nowrap;
  font-size: 1.5rem;
}
@media screen and (max-width: 756px) {
  .Breadcrumb__list .Breadcrumb__item a,
  .Breadcrumb__list .Breadcrumb__item span {
    font-size: 1.2rem;
  }
}
.Breadcrumb__list .Breadcrumb__item + .Breadcrumb__item {
  margin-left: 0; /* 必要なら余白調整 */
}
.Breadcrumb__list .Breadcrumb__item + .Breadcrumb__item::before {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
  color: #383838; /* 矢印色 */
}
@media screen and (max-width: 756px) {
  .Breadcrumb__list .Breadcrumb__item + .Breadcrumb__item::before {
    margin: 0 1.3rem;
  }
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before,
.slick-next:before:hover {
  opacity: 0;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /* height: 100vh; */
  /* height: 300px; */
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /* height:100vh; */
  /* height: 300px; */
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/* .slick-active{
  opacity: 0.5;    

} */
.SheetList .SheetList__ttl {
  padding-top: 4.7rem;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 2.5rem;
}
.SheetList .SheetList__dis {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 756px) {
  .SheetList .SheetList__dis {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 756px) {
  .SheetList {
    margin-top: 0;
  }
}
.SheetList__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.8rem 0;
  border-top: 0.1rem solid #b2b2b2;
  transition: opacity 0.2s;
}
.SheetList__item:last-of-type {
  border-bottom: 0.1rem solid #b2b2b2;
}
.SheetList__item:last-child {
  border-bottom: 0.1rem solid #b2b2b2;
}
.SheetList__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 756px) {
  .SheetList__item {
    display: block;
    padding: 2rem 0rem;
  }
}
.SheetList__item__meta {
  flex-shrink: 0;
  font-size: 1.8rem;
  color: #383838;
  width: 25%;
}
@media screen and (max-width: 756px) {
  .SheetList__item__meta {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.SheetList__item__body {
  font-size: 1.8rem;
  color: #383838;
  line-height: 1.4;
  width: 75%;
}
@media screen and (max-width: 756px) {
  .SheetList__item__body {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 0.8rem;
  }
}

.SheetList__item--last {
  border-bottom: 0.1rem solid #b2b2b2;
}

/*
  コンポーネント
<?php
            // functions.php にあらかじめ以下を追加しておくと便利です：
// require_once get_theme_file_path( 'components/sheet-list.php' );

            // 呼び出し部
            $sheet_items = [
                [
                    'meta' => '職種',
                    'body' => 'リテールセールス(ファイナンシャルプランニング業務)',
                ],
                [
                    'meta' => '雇用形態',
                    'body' => '正社員',
                ],
                [
                    'meta' => '勤務地',
                    'body' => '東京・大阪・名古屋・福岡　※上記以外も柔軟に対応するため相談可。',
                ],
                [
                    'meta' => '勤務時間',
                    'body' => '9:00～18:00（フレックスタイム制）',
                ],
                [
                    'meta' => '給与',
                    'body' => '経験・スキルにより応相談',
                ],
                [
                    'meta' => '交通費',
                    'body' => '支給（上限あり）',
                ],
                [
                    'meta' => '福利厚生',
                    'body' => '社会保険完備、年次有給休暇、研修制度、その他福利厚生',
                ],
            ];

            sheet_list_render(['items' => $sheet_items]);
            ?>


  <div class="SheetList">
  <h3 class="SheetList__ttl">募集要項</h3>
<div class="SheetList__item">
  <div class="SheetList__item__meta">職種</div>
  <div class="SheetList__item__body">
  リテールセールス(ファイナンシャルプランニング業務)
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  雇用形態
  </div>
  <div class="SheetList__item__body">
  正社員
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  勤務地
  </div>
  <div class="SheetList__item__body">
  東京・大阪・名古屋・福岡　※上記以外も柔軟に対応するため相談可。
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  勤務時間
  </div>
  <div class="SheetList__item__body">
  9:00～18:00（フレックスタイム制）
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  給与
  </div>
  <div class="SheetList__item__body">
  経験・スキルにより応相談
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  交通費
  </div>
  <div class="SheetList__item__body">
  支給（上限あり）
  </div>
</div>
<div class="SheetList__item">
  <div class="SheetList__item__meta">
  福利厚生
  </div>
  <div class="SheetList__item__body">
  社会保険完備、年次有給休暇、研修制度、その他福利厚生
  </div>

</div>
<h3 class="SheetList__ttl">仕事内容</h3>
<div class="SheetList__dis">
ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
</div>
</div>
*/
.Contact {
  max-width: 100rem;
  margin: 0 auto;
}
.Contact .required {
  font-size: 1rem;
  position: relative;
  top: -0.8rem;
  left: -2px;
}
.Contact form {
  margin: 0rem !important;
}
.Contact__field {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.Contact__field__label {
  font-size: 1.8rem;
}
@media screen and (max-width: 756px) {
  .Contact__field__label {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.Contact__field .wpcf7-form-control-wrap {
  width: 80%;
}
@media screen and (max-width: 756px) {
  .Contact__field .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.Contact__field__input {
  flex: 1;
  padding: 0.5rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.Contact__actions {
  margin-top: 2rem;
  text-align: center;
}
.Contact__actions__agree {
  margin-top: 6.2rem;
}
.Contact__actions__agree .Contact__actions__agree-checkbox {
  margin: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.Contact__actions__agree .Contact__actions__agree-checkbox input {
  height: 2rem;
  margin-bottom: 0.9rem !important;
}
.Contact__actions__submit {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 756px) {
  .Contact__actions__submit {
    width: 100%;
  }
}
.Contact__actions__submit::before {
  content: "" !important;
  z-index: 10000;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 3rem !important;
  transform: translateY(-50%) !important;
  width: 1.2rem !important;
  height: 0.8rem !important;
  background: url("../img/top/btn-allow-white.png") no-repeat center/contain !important;
}
@media screen and (max-width: 756px) {
  .Contact__actions__submit::before {
    right: 1rem !important;
  }
}
.Contact__actions__submit .Contact__actions__submit-button {
  background-color: #003C55 !important;
  text-align: center !important;
  line-height: 6rem !important;
  height: 6rem !important;
  width: 38rem !important;
  color: #fff !important;
  font-size: 1.8rem !important;
  font-weight: 200 !important;
  text-decoration: none !important;
  display: block !important;
  margin: 0 auto !important;
  position: relative !important;
  transition: all 300ms !important;
  padding: 0 !important;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Contact__actions__submit .Contact__actions__submit-button {
    width: 100% !important;
    font-size: 1.6rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
  }
}
.Contact__actions__submit .Contact__actions__submit-button:hover {
  opacity: 0.6 !important;
  color: #fff !important;
  transition: all 300ms !important;
}
.Contact__actions__submit .Contact__actions__submit-button::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 3rem !important;
  transform: translateY(-50%) !important;
  width: 1.2rem !important;
  height: 0.8rem !important;
  background: url("../img/top/btn-allow-white.png") no-repeat center/contain !important;
}
@media screen and (max-width: 756px) {
  .Contact__actions__submit .Contact__actions__submit-button::before {
    right: 1rem !important;
  }
}
@media (max-width: 600px) {
  .Contact__field {
    flex-direction: column;
    align-items: stretch;
  }
}

.wpcf7.no-js:not(.keep-margin) {
  margin: 0 !important;
}

.Contact .contact1 .contact2 form {
  margin: 0rem !important;
}

input {
  height: 5rem;
  color: #B4B4B4;
}

.wpcf7 select {
  width: 100% !important;
  max-width: 100%;
  height: 5rem;
  font-size: 1.6rem !important;
}

option {
  color: #B4B4B4;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #B4B4B4;
}

.Contact__select:required:invalid {
  color: #B4B4B4;
}

.contact__select {
  position: relative;
}
.contact__select::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 0.5rem;
  background: url(../img/common/bottom-arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .contact__select::after {
    bottom: 2rem;
  }
}

input[type=text] {
  background-color: #fff;
}

.Cv {
  display: flex;
  height: 58rem;
  justify-content: space-between;
  /* ===== CV パネル ===== */
  /* ===== 内包コンテンツ ===== */
}
@media screen and (max-width: 756px) {
  .Cv {
    display: block;
    height: fit-content !important;
  }
}
.Cv__item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
  /* ---- 背景（モディファイア） ---- */
}
.Cv__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 756px) {
  .Cv__item {
    width: 100%;
  }
}
.Cv__item--left {
  background: url("../img/common/footer-left.png") no-repeat;
  background-size: 100% 100%;
}
.Cv__item--right {
  background: url("../img/common/footer-right.png") no-repeat center/cover;
}
.Cv__content {
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .Cv__content {
    padding: 7rem 2rem;
  }
}
.Cv__title {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 756px) {
  .Cv__title {
    font-size: 2.4rem;
  }
}
.Cv__body {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 756px) {
  .Cv__body {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
}
.Cv__btn {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Cv__btn img {
  width: 100%;
}
@media screen and (max-width: 756px) {
  .Cv__btn {
    width: 6rem;
    height: 6rem;
  }
}

/* 変数・mixin は既存のものを流用 */
.info-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .info-block {
    display: block;
    margin-top: 1rem;
  }
}
.info-block__item {
  margin-top: 2.5rem;
  background: linear-gradient(135deg, #728C96 0%, #A1BAC4 100%);
  padding: 3rem;
  width: calc(50% - 7rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .info-block__item {
    width: calc(100% - 3rem);
    padding: 1.5rem;
    margin: 1rem 0 1.5rem;
  }
}
.info-block__item__title, .info-grid__title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #fff;
  font-style: italic;
  margin-bottom: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: #83AABA solid 0.1rem;
}
@media screen and (max-width: 756px) {
  .info-block__item__title, .info-grid__title {
    font-size: 2.2rem;
    padding: 0.5rem 0 2rem;
  }
}
.info-block__item__body {
  font-size: 1.8rem;
  color: #fff;
  line-height: 3.5rem;
}
@media screen and (max-width: 756px) {
  .info-block__item__body {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.info-grid {
  background: linear-gradient(135deg, #728C96 0%, #A1BAC4 100%);
  padding: 3rem;
  margin: 0.5rem 0 5rem;
}
@media screen and (max-width: 756px) {
  .info-grid {
    padding: 1.5rem 1.5rem 2rem;
    margin-bottom: 3rem;
  }
}
.info-grid__title { /* “Value.” 見出し */ }
.info-grid__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 756px) {
  .info-grid__wrap {
    margin-top: 2rem;
  }
}
.info-grid__card {
  width: calc(33.3% - 1rem);
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 10rem;
  margin-bottom: 1.5rem;
  color: #fff;
  border: #B8CED6 solid 0.1rem;
  border-radius: 0.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 756px) {
  .info-grid__card {
    width: calc(50% - 1rem);
    height: 8.5rem;
    margin-bottom: 0.8rem;
    border: rgba(184, 206, 214, 0.8588235294) solid 0.2rem;
    border-radius: 0.4rem;
  }
}
.info-grid__card__num {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-style: italic;
  font-size: 3rem;
}
@media screen and (max-width: 756px) {
  .info-grid__card__num {
    font-size: 1.5rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}
.info-grid__card__text {
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .info-grid__card__text {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}

.Header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.Header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  .Header__container {
    height: 5rem;
  }
}
.Header__container__logo {
  width: 11.3rem;
}
@media screen and (max-width: 756px) {
  .Header__container__logo {
    width: 11.1rem;
  }
}
.Header__container__logo img {
  width: 100%;
}
.Header__container__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Header__container__right {
    display: none;
  }
}
.Header__container__right__menu {
  display: flex;
  align-items: center;
}
.Header__container__right__menu__item {
  list-style-type: none;
  padding: 0 1.5rem;
}
.Header__container__right__menu__item a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0rem;
  color: #003C55;
  text-decoration: none;
  transition: all 300ms;
}
.Header__container__right__menu__item a:hover {
  color: #2F2F2F;
  opacity: 0.6;
  transition: all 300ms;
}
.Header__container__right__cv {
  display: flex;
}
.Header__container__right__cv__tel {
  background-color: #0A345D;
  width: 31rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 300ms;
}
.Header__container__right__cv__tel:hover {
  opacity: 0.6;
  color: #2F2F2F;
  transition: all 300ms;
}
.Header__container__right__cv__tel .num {
  font-family: "Oswald", sans-serif;
  font-size: 3.1rem;
  line-height: 3.1rem;
  line-height: 4rem;
  letter-spacing: 0.04rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.14rem;
}
.Header__container__right__cv__tel .num::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 0px;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 4.6rem;
  background: url(../img/common/phone_icon.png) no-repeat center/contain;
}
.Header__container__right__cv__tel .time {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.04rem;
}
.Header__container__right__cv__contact {
  border: #003C55 solid 0.1rem;
  height: fit-content;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 300ms;
}
.Header__container__right__cv__contact:hover {
  opacity: 0.6;
  color: #2F2F2F;
  transition: all 300ms;
}
.Header__container__right__cv__contact span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  color: #003C55;
  line-height: 5rem;
  padding-left: 2rem;
  padding-right: 4rem;
  position: relative;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.Header__container__right__cv__contact span::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 0.5rem;
  height: 0.6rem;
  background: url("../img/common/btn-arrow.png") no-repeat center center/cover;
}
.Fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 756px) {
  .Fixed {
    display: flex;
  }
}
.Fixed .Btn {
  position: relative;
}
.Fixed .Btn::before {
  display: none !important;
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
}
.Fixed .Btn svg {
  position: relative;
  top: 0.3rem;
}

.sp .openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  cursor: pointer;
  background-color: #0a345d;
  height: 5rem;
  top: 0rem;
  right: 0;
  width: 5rem;
}
.sp .openbtn1 span:nth-of-type(2) {
  top: 2.8rem;
  left: 1.8rem;
}
.sp .openbtn1 span:nth-of-type(1) {
  top: 2.3rem;
  left: 1.8rem;
}

.sp .openbtn1.active span:nth-of-type(2) {
  top: 3rem;
  left: 1.8rem;
}
.sp .openbtn1.active span:nth-of-type(1) {
  top: 1.9rem;
  left: 1.8rem;
}

#g-nav footer-mega.is-open > .footer-mega__child {
  display: block;
}
#g-nav .Footer__content {
  margin-top: 5rem;
  background: white url("../img/common/backgournd.png") no-repeat center center/cover;
}
#g-nav .Footer__content__item {
  padding: 0.5rem 1.5rem;
}
#g-nav .footer-mega::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 2rem;
  top: 1.5rem;
  height: 2.5rem;
  background: url(../img/common/parent-plus.png) no-repeat center center/cover;
}
#g-nav .footer-mega.is-open::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/common/parent-minus.png) no-repeat center center/cover;
}
#g-nav .footer-mega.is-open .Footer__content__item {
  padding: o;
}
#g-nav .footer-mega__child {
  margin-top: 0rem;
  list-style: none;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}
#g-nav .is-open {
  padding: 0;
}
#g-nav .is-open .footer-mega__link {
  padding: 2rem 1.5rem;
}

#g-nav .footer-mega.is-open .Footer__content__item {
  padding: o;
  background: white;
}
#g-nav .footer-mega.is-open .Footer__content__item a {
  padding: 1rem 0rem;
  font-size: 1.2rem;
  color: #383838;
}

.megamenu_parent {
  position: relative;
  padding-right: 2.5rem;
}
.megamenu_parent::after {
  content: "";
  position: absolute;
  right: 0rem;
  width: 2rem;
  top: -0.6rem;
  height: 2.5rem;
  background: url(../img/common/parent-plus.png) no-repeat center center/cover;
}

@media screen and (max-width: 1273px) and (min-width: 1200px) {
  .Header__container__right__menu__item a {
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: 0rem;
    color: #003C55;
    text-decoration: none;
    transition: all 300ms;
  }
}
.Header__container__right__menu__item.megamenu_parent {
  position: relative;
}

.Header__container__right__menu__item.megamenu_parent .megamenu_child {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  z-index: 1000;
  min-width: 25rem;
  border-radius: 0.6rem;
}

.Header__container__right__menu__item.megamenu_parent .megamenu_child li {
  margin-bottom: 0.5rem;
}

.Header__container__right__menu__item.megamenu_parent .megamenu_child li:last-child {
  margin-bottom: 0;
}

.Header__container__right__menu__item.megamenu_parent .megamenu_child li a {
  display: block;
  padding: 0.5rem 0;
  color: #003C55;
  text-decoration: none;
  transition: color 200ms;
}

.Header__container__right__menu__item.megamenu_parent .megamenu_child li a:hover {
  color: #2F2F2F;
}

/* PC ではホバーで開く */
.Header__container__right__menu__item.megamenu_parent:hover .megamenu_child {
  display: block;
}

/* モバイルでは is-open クラスで開く */
.Header__container__right__menu__item.megamenu_parent.is-open .megamenu_child {
  display: block;
}

/* ホバー時は「−」アイコンに切り替え */
.Header__container__right__menu__item.megamenu_parent {
  position: relative;
  padding-right: 2.5rem;
  /* 通常時は「＋」アイコン */
  /* ホバー時は「−」アイコンに切り替え */
  /* is-open が付いたら常に「−」アイコン */
}
.Header__container__right__menu__item.megamenu_parent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.5rem;
  background: url("../img/common/parent-plus.png") no-repeat center center/cover;
  transition: background 200ms;
}
.Header__container__right__menu__item.megamenu_parent:hover::after {
  background: url("../img/common/parent-minus.png") no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
}
.Header__container__right__menu__item.megamenu_parent.is-open::after {
  background: url("../img/common/parent-minus.png") no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 756px) {
  .Footer {
    margin-bottom: 5rem;
  }
}
.Footer .Footer__cv {
  display: flex;
  height: 58rem;
  justify-content: space-between;
  position: relative;
  /* 各アイテムの共通設定 */
  /* 左右背景の設定 */
  /* コンテンツをまとめた内包要素 */
  /* タイトル */
  /* 本文 */
  /* ボタン（SVGラッパー） */
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv {
    display: block;
    height: auto;
  }
}
.Footer .Footer__cv .Footer__cv__item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Footer .Footer__cv .Footer__cv__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv .Footer__cv__item {
    width: 100%;
  }
  .Footer .Footer__cv .Footer__cv__item a {
    height: 350px;
  }
}
.Footer .Footer__cv .Footer__cv__item.left {
  background: url("../img/common/recruit_img.jpg") no-repeat center/cover;
}
.Footer .Footer__cv .Footer__cv__item.right {
  background: url("../img/common/contact_img.jpg") no-repeat center/cover;
}
.Footer .Footer__cv .Footer__cv__item__content {
  padding: 2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv .Footer__cv__item__content {
    padding: 1rem;
  }
}
.Footer .Footer__cv .Footer__cv__item__ttl {
  font-size: 3rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-bottom: 1rem;
  color: #fff;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv .Footer__cv__item__ttl {
    font-size: 2.4rem;
  }
}
.Footer .Footer__cv .Footer__cv__item__body {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv .Footer__cv__item__body {
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1.9;
  }
}
.Footer .Footer__cv .Footer__cv__item__btn {
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__cv .Footer__cv__item__btn {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
}
.Footer .Footer__cv .Footer__cv__item__btn img {
  width: 100%;
}
.Footer .Footer__head {
  display: block;
}
.Footer .Footer__head .Footer__head__logo {
  width: 18.7rem;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__head .Footer__head__logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 11rem;
  }
}
.Footer .Footer__head .Footer__head__logo img {
  width: 100%;
}
.Footer .Footer__body {
  display: flex;
  justify-content: space-between;
}
.Footer .Footer__body .Footer__body__left .Footer__body__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
  padding-bottom: 1rem;
  border-bottom: solid #003C55 0.1rem;
}
.Footer .Footer__body .Footer__body__left .Footer__body__link {
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #383838;
}

.Footer .Inner {
  padding: 11rem 0;
}
@media screen and (max-width: 756px) {
  .Footer .Inner {
    padding: 4rem 2rem;
    padding-bottom: 0rem;
  }
}
.Footer .Footer__head {
  align-items: center;
  margin-bottom: 6rem;
}
.Footer .Footer__head__logo {
  width: 15rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__head__logo {
    width: 11rem;
  }
}
.Footer .Footer__head__logo img {
  width: 100%;
}
.Footer .Footer__head__dis {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 756px) {
  .Footer .Footer__head__dis {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.Footer .Footer__body {
  display: flex;
  justify-content: space-between;
}
.Footer .Footer__body__left {
  width: 25%;
}
.Footer .Footer__body__right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Footer .Footer__body__right__item {
  width: 30%;
  margin-bottom: 2rem;
}
.Footer .Footer__body__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.Footer .Footer__body__title a {
  color: #333;
  text-decoration: none;
}
.Footer .Footer__body__title a:hover {
  opacity: 0.7;
}
.Footer .Footer__body__link {
  display: flex;
  flex-direction: column;
}
.Footer .Footer__body__link a {
  color: #666;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.Footer .Footer__body__link a:hover {
  opacity: 0.7;
}

.Footer__body__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #383838;
  padding-bottom: 1rem;
  border-bottom: solid #003C55 0.1rem;
}

.Footer__bottom {
  background-color: #003C55;
  height: 5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Footer__bottom {
    text-align: left;
    justify-content: start;
    padding-left: 1.8rem;
  }
}
.Footer__bottom .Footer__bottom__con {
  color: #ffffff;
}

.footer-mega {
  position: relative;
}
.footer-mega__child {
  display: none;
  margin-top: 1.5rem;
  list-style: none;
  margin-left: -2rem;
  margin-right: -1.4rem;
  margin-bottom: -1.5rem;
}
.footer-mega__child .Footer__content__item {
  padding-left: 2rem;
  background-color: #e6e6e6;
  padding: 0.8rem 2rem;
}
.footer-mega__child .Footer__content__item a {
  font-weight: normal;
}
.footer-mega__child li a {
  color: #383838;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
}
.footer-mega.is-open > .footer-mega__child {
  display: block;
}
.footer-mega__link {
  cursor: pointer;
  color: #383838;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
li {
  list-style-type: none;
}

.Footer__content:last-child {
  border-bottom: 0.1rem #B2B2B2 solid;
}

.Footer__content__item {
  border-top: 0.1rem #B2B2B2 solid;
}
@media screen and (max-width: 756px) {
  .Footer__content__item {
    padding: 1.5rem 1.5rem;
  }
}

.footer-mega {
  position: relative;
}
.footer-mega::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 2rem;
  height: 2.5rem;
  background: url(../img/common/parent-plus.png) no-repeat center center/cover;
}

.footer-mega.is-open::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/common/parent-minus.png) no-repeat center center/cover;
}

.Fv {
  position: relative;
  top: 0;
  background: url(../img/top/fv.png) no-repeat center/cover;
  height: 100vh;
  width: 100%;
}
.Fv .Inner {
  max-width: 10000px;
}
@media screen and (max-width: 756px) {
  .Fv .Inner {
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 756px) {
  .Fv {
    height: auto;
    background: url("../img/common/about-backgournd.png") no-repeat center center/cover;
  }
  .Fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.Fv__container {
  width: 90%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 756px) {
  .Fv__container {
    box-sizing: border-box;
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.Fv__container__content {
  position: relative;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 756px) {
  .Fv__container__content {
    flex-direction: column;
  }
}
.Fv__container__content .Fv__container__content__logo {
  display: none;
}
@media screen and (max-width: 756px) {
  .Fv__container__content .Fv__container__content__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .Fv__container__content .Fv__container__content__logo img {
    height: 40px;
  }
}
.Fv__container__content .Fv__container__content__img {
  display: none;
}
@media screen and (max-width: 756px) {
  .Fv__container__content .Fv__container__content__img {
    display: block;
    width: 100%;
  }
  .Fv__container__content .Fv__container__content__img img {
    width: 100%;
  }
}
.Fv__container__content .Fv__container__content__ttl {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 4.8rem;
  line-height: 6.1rem;
  position: absolute;
  bottom: 7rem;
  left: 5%;
}
@media screen and (max-width: 756px) {
  .Fv__container__content .Fv__container__content__ttl {
    font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #003C55;
    /* font-size: 4.8rem; */
    line-height: 3.1rem;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 36px 16px 0;
  }
}

.Fv__food {
  background: url(../img/top/fv_food_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 756px) {
  .Fv__food {
    background: url(../img/top/fv_food_bg_sp.jpg) no-repeat center/cover;
  }
}
.Fv__food__container {
  height: 50rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Fv__food__container {
    height: 35rem;
  }
}
.Fv__food__container__content {
  justify-content: space-between;
}
.Fv__food__container__content .en {
  font-family: "Hind", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .Fv__food__container__content .en {
    font-size: 2rem;
    letter-spacing: 0.12rem;
    margin-bottom: 1.5rem;
  }
}
.Fv__food__container__content .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 756px) {
  .Fv__food__container__content .ttl {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
}
.Fv__food__container__content .dis {
  font-size: 2rem;
  letter-spacing: 0.08rem;
  line-height: 4.1rem;
}
@media screen and (max-width: 756px) {
  .Fv__food__container__content .dis {
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: justify;
  }
}

@keyframes light-sweep {
  0% {
    background-position: 0% -20px;
  }
  100% {
    background-position: 0% 120px;
  }
}
.Fv__container__content__scroll {
  font-family: "Playfair Display", serif;
  color: white;
  font-size: 1.9rem;
  padding-top: 0.5rem;
  transform: none;
  width: fit-content;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: -5%;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  .Fv__container__content__scroll {
    text-align: center;
    font-size: 1rem;
    width: 9rem;
    height: 0.5rem;
    bottom: 12rem;
    right: 5%;
    position: absolute !important;
  }
}
.Fv__container__content__scroll span {
  display: inline-block;
  transform: rotate(90deg);
  padding-right: 10px;
}
.Fv__container__content__scroll:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
  background-size: 100% 20px, 100% 100%;
  background-repeat: no-repeat;
  background-position: 0% -20px, 0% 0%;
  animation: light-sweep 2s infinite linear;
  overflow: hidden;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 756px) {
  .Fv__container__content__scroll:before {
    left: 70%;
  }
}
@media screen and (max-width: 756px) {
  .Fv__container__content__scroll {
    font-size: 1rem;
    width: 9rem;
    position: absolute;
  }
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 2s ease;
  background-image: url("../img/load.jpg");
  background-size: cover;
  background-position: center;
}
#page-loader.loaded {
  opacity: 0;
  pointer-events: none;
}
#page-loader #loader-logo {
  height: 60px;
}
@media screen and (max-width: 756px) {
  #page-loader #loader-logo {
    height: 30px;
  }
}

.About {
  padding-top: 15rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .About {
    padding-top: 5rem;
  }
}
.About .About__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .About .About__head {
    display: block;
    margin-top: 1rem;
  }
}
.About .About__head .About__head__item {
  margin-top: 2.5rem;
  background: linear-gradient(135deg, #728C96 0%, #A1BAC4 100%);
  padding: 3rem;
  width: calc(50% - 7rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .About .About__head .About__head__item {
    width: calc(100% - 3rem);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
  }
}
.About .About__head .About__head__item .About__head__item__body {
  font-size: 1.8rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: regular;
}
@media screen and (max-width: 756px) {
  .About .About__head .About__head__item .About__head__item__body {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.About .About__body {
  background: linear-gradient(135deg, #728C96 0%, #A1BAC4 100%);
  padding: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 756px) {
  .About .About__body {
    padding: 1.5rem;
    /* margin-bottom: 3rem; */
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.About .About__body .About__body__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 756px) {
  .About .About__body .About__body__wrap {
    margin-top: 2rem;
  }
}
.About .About__body .About__body__wrap__item {
  width: calc(33.3% - 1rem);
  color: white;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  margin-bottom: 1.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 10rem;
  border-radius: 0.2rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  border: #B8CED6 solid 0.1rem;
}
@media screen and (max-width: 756px) {
  .About .About__body .About__body__wrap__item {
    width: calc(50% - 0.8rem);
    margin-bottom: 0.8rem;
    height: 8rem;
    border: rgba(184, 206, 214, 0.8588235294) solid 0.2rem;
    border-radius: 0.4rem;
    width: calc(50% - 1rem);
    margin-bottom: 0.8rem;
    height: 8.5rem;
  }
}
.About .About__body .About__body__wrap__item .About__body__wrap__item__txt {
  font-size: 2.2rem;
  line-height: 3rem;
}
@media screen and (max-width: 756px) {
  .About .About__body .About__body__wrap__item .About__body__wrap__item__txt {
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
  }
}
.About .About__body .About__body__wrap__item .About__body__wrap__item__num {
  position: absolute;
  font-style: italic;
  font-size: 3rem;
  display: block;
  left: 0.5rem;
  top: 0.5rem;
}
@media screen and (max-width: 756px) {
  .About .About__body .About__body__wrap__item .About__body__wrap__item__num {
    font-size: 1.5rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}

.About__head__item__title {
  font-family: "Playfair Display", serif;
  font-size: 3.8rem;
  color: #fff;
  font-style: italic;
  font-weight: regular;
  margin-bottom: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: #83AABA solid 0.1rem;
}
@media screen and (max-width: 756px) {
  .About__head__item__title {
    font-size: 2.2rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

.Service {
  padding-top: 15rem;
  background: #E0E0E0;
  padding-bottom: 10rem;
  background: url("../img/common/about-backgournd-pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .Service {
    padding-top: 5rem;
    background: url("../img/common/about-backgournd.png") no-repeat center center/cover;
    padding-bottom: 4rem;
  }
}
.Service .Title__wrap {
  padding-bottom: 2.5rem;
}
.Service .Service__wrap {
  margin-bottom: 4.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Service .Service__wrap {
    display: block;
    margin-bottom: -1.5rem;
  }
}
.Service .Service__wrap .Service__wrap__item {
  padding: 1.5rem;
  background: white;
  width: calc(33% - 5rem);
}
@media screen and (max-width: 756px) {
  .Service .Service__wrap .Service__wrap__item {
    width: calc(100% - 3rem);
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
    height: 18rem;
  }
}
.Service .Service__wrap .Service__wrap__item .Service__wrap__item__ttl {
  color: #003C55;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: 0.2rem solid transparent;
  border-image-source: linear-gradient(to right, #003C55 0%, rgba(0, 60, 85, 0) 100%);
  border-image-slice: 1;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Service .Service__wrap .Service__wrap__item .Service__wrap__item__ttl {
    font-size: 1.8rem;
    padding-top: 1.8rem;
    padding-bottom: 1.9rem;
    margin-bottom: 1rem;
  }
}
.Service .Service__wrap .Service__wrap__item .Service__wrap__item__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: url("../img/top/Service__wrap__item__ttl-border.png") no-repeat center center/cover;
}
.Service .Service__wrap .Service__wrap__item .Service__wrap__item__dis {
  color: #525252;
  font-size: 1.8rem;
  line-height: 3.4rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 756px) {
  .Service .Service__wrap .Service__wrap__item .Service__wrap__item__dis {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    line-height: 2.8rem;
  }
}

.Works {
  background-color: #f2f2f2;
}
.Works__container {
  padding: 10.5rem 0;
}
@media screen and (max-width: 756px) {
  .Works__container {
    padding: 7rem 0;
  }
}
.Works__container .Title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 756px) {
  .Works__container .Title {
    margin-bottom: 4rem;
  }
}
.Works__container__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}
@media screen and (max-width: 756px) {
  .Works__container__wrap {
    margin: 0;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 756px) {
  .Works__container__wrap .Works__item:nth-child(n+5) {
    display: none;
  }
}

.Works__item {
  width: 25%;
  display: block;
  text-decoration: none;
  color: #2f2f2f;
  padding: 0 1.6rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
@media screen and (max-width: 756px) {
  .Works__item {
    width: 100%;
    padding: 0;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #D9D9D9;
  }
}
.Works__item:hover {
  opacity: 0.6;
  color: #2f2f2f;
}
@media screen and (max-width: 756px) {
  .Works__item__head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.Works__item__head__img {
  aspect-ratio: 1/1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 756px) {
  .Works__item__head__img {
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
  }
}
.Works__item__head__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px);
}
.Works__item__head__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 756px) {
  .Works__item__head__ttl {
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-left: 3rem;
    letter-spacing: 0.08rem;
  }
}
.Works__item__food__before, .Works__item__food__after {
  position: relative;
  background-color: #fff;
  padding: 2rem 0;
}
@media screen and (max-width: 756px) {
  .Works__item__food__before, .Works__item__food__after {
    padding: 1.5rem 0;
  }
}
.Works__item__food__before::before, .Works__item__food__after::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 1.4rem;
  letter-spacing: 0rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.Works__item__food__before p, .Works__item__food__after p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .Works__item__food__before p, .Works__item__food__after p {
    font-size: 1.4rem;
  }
}
.Works__item__food__before::before {
  content: "BEFORE";
  color: #808080;
}
.Works__item__food__before p {
  color: #808080;
}
.Works__item__food__allow {
  width: 2.8rem;
  height: 1.2rem;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
}
.Works__item__food__allow img {
  width: 100%;
}
.Works__item__food__after::before {
  content: "AFTER";
  color: #0a345d;
}
.Works__item__food__after p {
  color: #0a345d;
}

.Reason {
  background: #E0E0E0;
  margin-top: 8rem;
  padding-bottom: 10rem;
  padding-top: 14rem;
  background: url("../img/common/about-backgournd-pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .Reason {
    padding-top: 5rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 756px) {
  .Reason {
    background: url("../img/common/about-backgournd.png") no-repeat center center/cover;
  }
}
.Reason .Reason__wrap .Reason__wrap__item {
  overflow: hidden;
  display: flex;
  height: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 4rem;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item {
    display: block;
    height: fit-content;
    margin-bottom: 1.5rem;
  }
}
.Reason .Reason__wrap .Reason__wrap__item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item:nth-child(2) {
    flex-direction: row;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left {
  width: 50%;
  background-color: white;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left {
    width: 100%;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__head {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  display: flex;
  text-align: left;
  padding-left: 2rem;
  color: white;
  justify-content: start;
  align-items: center;
  height: 4.2rem;
  background: linear-gradient(to right, #003C55 0%, rgba(0, 60, 85, 0) 100%);
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__head {
    font-size: 2rem;
    height: 3.2rem;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__title {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__title {
    font-size: 1.8rem;
    padding-top: 2rem;
    line-height: 2.3rem;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__con {
  font-size: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__left .Reason__wrap__item__left__con {
    padding-top: 0rem;
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: -0.5rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__right {
  width: 50%;
}
@media screen and (max-width: 756px) {
  .Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__right {
    width: 100%;
  }
}
.Reason .Reason__wrap .Reason__wrap__item .Reason__wrap__item__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CompanyList {
  padding-top: 9rem;
}
@media screen and (max-width: 756px) {
  .CompanyList {
    padding-top: 4rem;
  }
}
.CompanyList .Title .Title__wrap__dis {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 3.2rem;
  letter-spacing: 0px;
}
.CompanyList .Title .Title__dis {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 756px) {
  .CompanyList .Title .Title__dis {
    font-size: 1.6rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    line-height: 2.5rem;
  }
}
.CompanyList .CompanyList__wrap {
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  background: #fff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 756px) {
  .CompanyList .CompanyList__wrap {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 756px) {
  .CompanyList .CompanyList__wrap {
    margin-bottom: 1rem;
  }
}
.CompanyList .CompanyList__wrap__slider {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}
.CompanyList .CompanyList__wrap__slider__item {
  background-color: #DEDEDE;
  height: 7rem;
  flex: 0 0 auto;
  margin-right: 40px;
}
@media screen and (max-width: 756px) {
  .CompanyList .CompanyList__wrap__slider__item {
    height: 4rem;
  }
}
.CompanyList .CompanyList__wrap__slider__item img {
  display: block;
  width: 120px;
  height: auto;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.CompanyList__wrap__item {
  height: 12rem;
  background: #DEDEDE;
  max-width: 27rem;
  margin-right: 3rem;
  padding: 1rem;
  box-sizing: border-box;
  background-color: white;
}
@media screen and (max-width: 756px) {
  .CompanyList__wrap__item {
    max-width: 20rem;
    margin-right: 1rem;
  }
}
.CompanyList__wrap__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.CompanyList__wrap__item__academic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27rem;
  min-height: 10rem;
  padding: 1rem;
  margin-right: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.CompanyList__wrap__item__academic:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.CompanyList__wrap__item__academic h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #222;
}
.CompanyList__wrap__item__academic p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #555;
}
.CompanyList__wrap__item__academic .readmore {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #007acc;
  border: 1px solid #007acc;
  border-radius: 0.25rem;
  transition: background 0.2s, color 0.2s;
}
.CompanyList__wrap__item__academic .readmore:hover {
  background: #007acc;
  color: #fff;
}
@media screen and (max-width: 756px) {
  .CompanyList__wrap__item__academic {
    width: 100%;
    min-height: 8rem;
    padding: 0.75rem;
    margin-right: 1rem;
  }
  .CompanyList__wrap__item__academic h2 {
    font-size: 1.6rem;
  }
  .CompanyList__wrap__item__academic p {
    font-size: 1.2rem;
  }
  .CompanyList__wrap__item__academic .readmore {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal-window {
  position: absolute;
  background: #fff;
  width: 90%;
  max-width: 100rem;
  max-height: 100rem;
  margin: auto;
  padding: 5rem;
  z-index: 99999;
  overflow-y: auto;
  height: fit-content;
  border-radius: 0.5rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 756px) {
  .modal-window {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 100rem;
    max-height: 100rem;
    margin: auto;
    padding: 1rem;
    z-index: 99999;
    overflow-y: auto;
    border-radius: 0.5rem;
  }
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 6rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 756px) {
  .modal-close {
    font-size: 4rem;
  }
}
.modal-body {
  margin-top: 1rem;
  line-height: 1.6;
  white-space: pre-wrap;
  font-size: 2rem;
}

.data {
  display: none;
}

.modal-body h2 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 756px) {
  .modal-body h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }
}
.modal-body div {
  font-size: 2rem;
}
@media screen and (max-width: 756px) {
  .modal-body div {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 756px) {
  .academic-slider {
    padding: 2rem;
  }
}

.News {
  margin-top: 12rem;
  padding-top: 13rem;
  padding-bottom: 13rem;
  background: url("../img/common/about-backgournd-pc.png") no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .News {
    margin-top: 6rem;
    padding-top: 5rem;
    background: url("../img/common/backgournd.png") no-repeat center center/cover;
  }
}
.News .Inner .News__wrap {
  margin-top: 1rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 756px) {
  .News .Inner .News__wrap {
    margin-top: 0;
  }
}
.News .Inner .News__wrap .News__wrap__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #B2B2B2 solid 0.1rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.News .Inner .News__wrap .News__wrap__list:hover {
  opacity: 0.8;
}
@media screen and (max-width: 756px) {
  .News .Inner .News__wrap .News__wrap__list {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
}
.News .Inner .News__wrap .News__wrap__list .News__wrap__list__left {
  font-size: 1.6rem;
  color: #848484;
  margin-right: 5rem;
}
@media screen and (max-width: 756px) {
  .News .Inner .News__wrap .News__wrap__list .News__wrap__list__left {
    font-size: 1.2rem;
  }
}
.News .Inner .News__wrap .News__wrap__list .News__wrap__list__right {
  font-size: 1.8rem;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .News .Inner .News__wrap .News__wrap__list .News__wrap__list__right {
    font-size: 1.4rem;
    padding-top: 1rem;
    line-height: 1.6rem;
  }
}

@media screen and (max-width: 756px) {
  .Title .Title__wrap .Title__wrap__dis {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 756px) and (max-width: 756px) {
  .Title .Title__wrap .Title__wrap__dis {
    padding-bottom: 1rem;
    font-size: 2.4rem;
  }
}
.Cv {
  display: flex;
  height: 58rem;
  justify-content: space-between;
  /* ===== CV パネル ===== */
  /* ===== 内包コンテンツ ===== */
}
@media screen and (max-width: 756px) {
  .Cv {
    display: block;
  }
}
.Cv__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s;
  /* ---- 背景（モディファイア） ---- */
}
.Cv__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 756px) {
  .Cv__item {
    width: 100%;
  }
}
.Cv__item--left {
  background: url("../img/contact/cv.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 756px) {
  .Cv__item--left {
    background: url("../img/contact/cv-sp.png") no-repeat;
    background-size: 100% 100%;
  }
}
.Cv__item--right {
  background: url("../img/common/footer-right.png") no-repeat center/cover;
}
.Cv__content {
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .Cv__content {
    padding-top: 7.7rem;
    padding-bottom: 6.9rem;
  }
}
.Cv__title {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 756px) {
  .Cv__title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.Cv__body {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 756px) {
  .Cv__body {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-bottom: 3rem;
  }
}
.Cv__btn {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Cv__btn img {
  width: 100%;
}
@media screen and (max-width: 756px) {
  .Cv__btn {
    width: 6rem;
    height: 6rem;
  }
}

.Page__service {
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
.Page__service .info-block {
  margin-top: -8rem;
}
@media screen and (max-width: 756px) {
  .Page__service .info-block {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 756px) {
  .Page__service .Page__recruit__title {
    padding-bottom: 0rem;
  }
}
.Page__service .Page__ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__ttl {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 756px) {
  .Page__service .Page__recruit__title {
    padding-bottom: 0rem !important;
  }
}
.Page__service .Page__recruit__title__wrap {
  justify-content: start;
}
.Page__service .Page__service__about {
  padding: 12rem 0;
  background-color: white;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__about {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.Page__service .Page__service__Greetings {
  padding-bottom: 12rem;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings {
    padding-bottom: 4rem;
  }
}
.Page__service .Page__service__Greetings__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap {
    display: block;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__left {
  width: calc(40% - 3rem);
  height: 100%;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__left {
    width: 100%;
    height: 39rem;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right {
  width: calc(60% - 2rem);
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right {
    width: 100%;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__ttl {
  font-size: 2.4rem;
  padding-bottom: 3.6rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__ttl {
    font-size: 1.8rem;
    padding: 1.9rem 0rem;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__cap p {
  letter-spacing: 0rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__cap p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__name {
  display: flex;
  justify-content: end;
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__name p {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__name p {
    font-size: 1.4rem;
  }
}
.Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__name img {
  margin-left: 2rem;
  width: 16rem;
  height: auto;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__Greetings__wrap .Page__service__Greetings__wrap__right .Page__service__Greetings__wrap__right__name img {
    width: 12rem;
    margin-left: 1rem;
  }
}
.Page__service__head img {
  width: 100%;
}
.Page__service__body__container {
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container {
    padding: 4rem 0 0 0;
  }
}
.Page__service__body__container__menu {
  display: flex;
  margin: 0 -1rem;
  border-bottom: 0.4rem solid #eaeaea;
  padding-bottom: 8rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__menu {
    flex-direction: column;
    margin: 0;
    padding-bottom: 2.5rem;
  }
}
.Page__service__body__container__menu__item {
  width: calc(25% - 2rem);
  margin: 0 1rem;
  height: 9rem;
  border: 1px solid #0a345d;
  color: #0a345d;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 1.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__menu__item {
    margin-bottom: 2rem;
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    height: 6rem;
    margin-bottom: 1.8rem;
  }
}
.Page__service__body__container__menu__item:hover {
  opacity: 0.6;
  color: #0a345d;
}
.Page__service__body__container__menu__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.4rem;
  bottom: 0;
  left: 0;
  background: #0a345d;
}
.Page__service__body__container__menu__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  background: url(../img/service/service_allow.png) no-repeat center/contain;
}
.Page__service__body__container__item {
  padding: 11rem 0 10rem 0;
  border-bottom: 0.4rem solid #eaeaea;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item {
    padding: 4.5rem 0;
  }
}
.Page__service__body__container__item:last-of-type {
  border-bottom: none;
}
.Page__service__body__container__item__head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__head {
    margin-bottom: 3rem;
  }
}
.Page__service__body__container__item__head__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.6rem;
  padding-bottom: 3.4rem;
  margin-bottom: 3.4rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__head__title {
    font-size: 2.4rem;
    line-height: 3.8rem;
    margin-bottom: 3.2rem;
    padding-bottom: 2.6rem;
  }
}
.Page__service__body__container__item__head__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 10rem;
  height: 0.6rem;
  background-color: #0a345d;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__head__title::before {
    width: 8rem;
  }
}
.Page__service__body__container__item__head__dis {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.07rem;
  text-align: justify;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__head__dis {
    font-size: 1.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.1rem;
  }
}
.Page__service__body__container__item__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -2rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__flex {
    margin: 0;
    flex-direction: column;
  }
}
.Page__service__body__container__item__flex__item {
  width: calc(50% - 4rem);
  margin: 0 2rem;
  height: 41.1rem;
  display: flex;
  padding: 0 4rem;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__flex__item {
    margin: 0 -2rem;
    height: 31.5rem;
    width: 100%;
    padding: 0 2rem;
    width: calc(100% + 4rem);
  }
}
.Page__service__body__container__item__flex__item img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Page__service__body__container__item__flex__item__text__ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__flex__item__text__ttl {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 1rem;
  }
}
.Page__service__body__container__item__flex__item__text__dis {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__flex__item__text__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
  }
}
.Page__service__body__container__item__wrap {
  margin: 0 -1.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__wrap {
    margin: 0;
    flex-direction: column;
  }
}
.Page__service__body__container__item__wrap__item {
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__wrap__item {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
}
.Page__service__body__container__item__wrap__item__img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__wrap__item__img {
    margin-bottom: 2rem;
  }
}
.Page__service__body__container__item__wrap__item__img img {
  width: 100%;
}
.Page__service__body__container__item__wrap__item__ttl {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__wrap__item__ttl {
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
  }
}
.Page__service__body__container__item__wrap__item__dis {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: justify;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 756px) {
  .Page__service__body__container__item__wrap__item__dis {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.Page__service__food {
  background: url(../img/service/service_food_bg.jpg) no-repeat center/cover;
}
.Page__service__food__container {
  padding: 10rem 0 8.5rem 0;
}
@media screen and (max-width: 756px) {
  .Page__service__food__container {
    padding: 6em 0 6rem 0;
  }
}
.Page__service__food__container__ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.1rem;
  letter-spacing: 0.12rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7rem;
  display: block;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 756px) {
  .Page__service__food__container__ttl {
    font-size: 2.4rem;
    line-height: 4.1rem;
    margin-bottom: 5rem;
  }
}
.Page__service__food__container__ttl::before, .Page__service__food__container__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 0;
  background-color: #0a345d;
}
.Page__service__food__container__ttl::before {
  bottom: -1rem;
}
.Page__service__food__container__ttl::after {
  bottom: -1.5rem;
}
.Page__service__food__container__dis {
  text-align: center;
  font-size: 2rem;
  line-height: 4.8rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 756px) {
  .Page__service__food__container__dis {
    font-size: 1.6rem;
    line-height: 3.1rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
}
.Page__service .Page__service_sheet {
  padding: 12rem 0;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service_sheet {
    padding: 4rem 0;
  }
}
.Page__service .Page__service_sheet .SheetList {
  margin-top: -6rem;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service_sheet .SheetList {
    margin-top: 0.5rem;
  }
}
.Page__service .Page__service__link {
  padding: 13rem 0;
  background: #F8F8F8;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__link {
    padding: 4.5rem 0;
  }
}
.Page__service .Page__service__link .title__normal {
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__link .title__normal {
    padding-bottom: 2rem;
  }
}
.Page__service .Page__service__link .Page__service__link__btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__link .Page__service__link__btns {
    display: block;
  }
}
.Page__service .Page__service__link .Page__service__link__btns .Btn__white {
  width: calc(33% - 2rem);
}
@media screen and (max-width: 756px) {
  .Page__service .Page__service__link .Page__service__link__btns .Btn__white {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.Page__service .Btn {
  margin-top: 5.2rem;
}

@media screen and (max-width: 768px) {
  .Page__service .Page__recruit__title {
    padding-bottom: 0rem;
  }
}
.ServiceList {
  padding-bottom: 12rem;
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
@media screen and (max-width: 756px) {
  .ServiceList {
    padding-bottom: 4rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__head {
  display: flex;
  justify-content: space-between;
  background-color: #CDDFE6;
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__head {
    display: block;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab {
  width: 33.3%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab {
    width: 100%;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab div {
  cursor: pointer;
  width: 96%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #8AA4B1;
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab div {
    font-size: 1.6rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab .active {
  color: #383838;
  background-color: white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab .active {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab {
    height: 5rem;
  }
  .ServiceList .ServiceList__tab .ServiceList__tab__head .ServiceList__tab__head__tab div {
    font-size: 1.6rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CDDFE6;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CDDFE6;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__text {
  width: 100%;
  margin-top: 4.4rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  background: linear-gradient(to bottom right, #728C96, #A1BAC4);
  color: white;
  padding: 2rem;
  position: relative;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__text::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__text {
    font-size: 1.4rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list {
  width: calc(33% - 2rem);
  margin-top: 4.4rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, #728C96, #A1BAC4);
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list {
    width: calc(50% - 1rem);
    height: 10.2rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con {
  margin: 0.1rem;
  padding: 0 0 1rem;
  border: 0.2rem solid #B8CED6;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con .ServiceList__tab__body__list__con__ttl {
  font-size: 2.2rem;
  padding: 1.7rem 0;
  color: white;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con .ServiceList__tab__body__list__con__dis {
  font-size: 1.6rem;
  line-height: 3rem;
  color: white;
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con .ServiceList__tab__body__list__con__dis {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 756px) {
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list {
    width: calc(100% - 2rem);
    margin: 1.2rem 1rem 0;
    height: auto;
    gap: 0.5rem;
    background: linear-gradient(to bottom right, #728C96, #A1BAC4);
    height: 7rem !important;
  }
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con {
    margin: 0.5rem;
    padding: 1rem;
    padding-bottom: 0.1 0.7;
  }
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con .ServiceList__tab__body__list__con__ttl {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list .ServiceList__tab__body__list__con .ServiceList__tab__body__list__con__dis {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list--personal {
  background: linear-gradient(to bottom right, #8adfff, #A1BAC4);
}
.ServiceList .ServiceList__tab .ServiceList__tab__body .ServiceList__tab__body__list--personal .ServiceList__tab__body__list__con {
  border: 0.2rem solid white;
}

.Page__works .Page__ttl {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 756px) {
  .Page__works .Page__ttl {
    margin-bottom: 3.5rem;
  }
}
.Page__works__img img {
  width: 100%;
}
.Page__works__body {
  background-color: #F2F2F2;
  padding-bottom: 10rem;
}
@media screen and (max-width: 756px) {
  .Page__works__body {
    padding-bottom: 7rem;
  }
}
.Page__works__body__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding: 10rem 0 0rem 0;
}
@media screen and (max-width: 756px) {
  .Page__works__body__wrap {
    padding: 4rem 0 0 0;
    margin: 0;
  }
}
.Page__works__body .Pager {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 756px) {
  .Page__works__body .Pager {
    margin-top: 1rem;
  }
}
.Page__works__body .Pager .pager {
  background-color: #fff;
  border-radius: 0.5rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  color: #808080;
  font-size: 1.8rem;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: all 300ms;
}
.Page__works__body .Pager .pager:hover {
  background: #0A345D;
  color: #fff;
  transition: all 300ms;
}
.Page__works__body .Pager .current {
  color: #fff;
  background-color: #0A345D;
  transition: all 300ms;
}
.Page__works__body .Pager .current:hover {
  opacity: 1;
  color: #fff;
  transition: all 300ms;
}
.Page__works__body .Pager .first, .Page__works__body .Pager .next {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: all 300ms;
}
.Page__works__body .Pager .first::before, .Page__works__body .Pager .next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 300ms;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 2.4rem;
}
.Page__works__body .Pager .first {
  margin-right: 2rem;
  transition: all 300ms;
}
.Page__works__body .Pager .first::before {
  background: url(../img/works/filst.png) no-repeat center/contain;
}
.Page__works__body .Pager .first:hover {
  background-color: #0A345D;
  transition: all 300ms;
}
.Page__works__body .Pager .first:hover::before {
  background: url(../img/works/filst_active.png) no-repeat center/contain;
}
.Page__works__body .Pager .next {
  margin-left: 2rem;
  transition: all 300ms;
}
.Page__works__body .Pager .next::before {
  background: url(../img/works/next.png) no-repeat center/contain;
}
.Page__works__body .Pager .next:hover {
  background-color: #0A345D;
  transition: all 300ms;
}
.Page__works__body .Pager .next:hover::before {
  background: url(../img/works/next_active.png) no-repeat center/contain;
}

.Page__single__container {
  padding: 0rem 0 6rem 0;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 756px) {
  .Page__single__container {
    padding: 0 0 3rem 0;
  }
}
.Page__single__container__title {
  margin-bottom: 3rem;
  border-left: 0.6rem solid #0a345d;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.1rem;
  margin-bottom: 5rem;
  padding-left: 1rem;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 756px) {
  .Page__single__container__title {
    font-size: 2.4rem;
    padding-left: 1rem;
    margin-bottom: 3rem;
  }
}
.Page__single__container__img {
  margin-bottom: 4.5rem;
  height: 100%;
}
@media screen and (max-width: 756px) {
  .Page__single__container__img {
    margin-bottom: 3.5rem;
  }
}
.Page__single__container__img img {
  width: 100%;
  height: 100%;
  filter: blur(10px);
}
.Page__single__container__body {
  margin-bottom: 3rem;
}
.Page__single__container__body .Table {
  border: 1px solid #D9D9D9;
}
.Page__single__container__body .Table__item {
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
.Page__single__container__body .Table__item__left {
  background-color: #F2F2F2;
  width: 30%;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .Page__single__container__body .Table__item__left {
    padding: 1.5rem 1rem;
    width: 25%;
  }
}
.Page__single__container__body .Table__item__left p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 756px) {
  .Page__single__container__body .Table__item__left p {
    font-size: 1.6rem;
  }
}
.Page__single__container__body .Table__item__right {
  background-color: #fff;
  width: 70%;
  padding: 3rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .Page__single__container__body .Table__item__right {
    padding: 1.5rem 1rem 1.5rem 3rem;
    width: 75%;
  }
}
.Page__single__container__body .Table__item__right p {
  font-size: 1.8rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 756px) {
  .Page__single__container__body .Table__item__right p {
    font-size: 1.6rem;
  }
}
.Page__single__container__body .Table__item:last-of-type {
  border-bottom: none;
}
.Page__single__container__body .Table__item:last-of-type .Table__item__left {
  background-color: #FFE0E0;
}
.Page__single__container__body .Table__item:last-of-type .Table__item__left p {
  color: #FF0000;
}
.Page__single__container__body .Table__item:last-of-type .Table__item__right {
  background-color: #FFF2F2;
}
.Page__single__container__body .Table__item:last-of-type .Table__item__right p {
  color: #FF0000;
}
.Page__single__food {
  padding: 10rem 0;
  background-color: #F2F2F2;
}
@media screen and (max-width: 756px) {
  .Page__single__food {
    padding: 7rem 0 6rem 0;
  }
}
.Page__single__food__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0rem;
}
@media screen and (max-width: 756px) {
  .Page__single__food__wrap .Works__item:nth-child(n+5) {
    display: none;
  }
}

.Page__companyProfile {
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
@media screen and (max-width: 756px) {
  .Page__companyProfile .Page__recruit__title {
    padding-bottom: 2.8rem;
  }
}
.Page__companyProfile .Page__companyProfile_list {
  padding-bottom: 12rem;
}
@media screen and (max-width: 756px) {
  .Page__companyProfile .Page__companyProfile_list {
    padding-bottom: 4rem;
  }
}
.Page__companyProfile .Page__companyProfile__access {
  background: white;
  padding: 12rem 0;
}
@media screen and (max-width: 756px) {
  .Page__companyProfile .Page__companyProfile__access {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}
.Page__companyProfile .Page__companyProfile__access .Page__companyProfile__access__map {
  width: 100%;
  overflow: hidden;
  max-width: 120rem;
  margin: 0 auto;
  height: 70rem;
  position: relative;
}
@media screen and (max-width: 756px) {
  .Page__companyProfile .Page__companyProfile__access .Page__companyProfile__access__map {
    overflow-x: visible;
    overflow-y: hidden;
    height: 43rem;
  }
}
.Page__companyProfile .Page__companyProfile__access .Page__companyProfile__access__map iframe {
  width: 105%;
  height: 170%;
  position: absolute;
  left: -5rem;
  top: -20rem;
}
@media screen and (max-width: 756px) {
  .Page__companyProfile .Page__companyProfile__access .Page__companyProfile__access__map iframe {
    height: 170%;
    width: 127%;
    left: 0rem;
    top: -13rem;
  }
}

.Page_Contact {
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
.Page_Contact .Page_Contact__form {
  padding-bottom: 12rem;
}
@media screen and (max-width: 756px) {
  .Page_Contact .Page_Contact__form {
    padding-bottom: 4rem;
  }
}

.wpcf7 {
  background: transparent !important;
  border: none !important;
}

select {
  max-width: 100% !important;
}

.screen-reader-response {
  display: none;
}
.screen-reader-response ul {
  display: none;
}

input {
  height: 5rem;
  color: #383838;
}

input[type=checkbox], .wpcf7 input[type=radio] {
  background: white;
}

/* ① ブラウザ既定の見た目を有効に */
.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  /* サイズやマージンはお好みで調整 */
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}

/* ② チェックしたときに色を変えたいなら accent-color を */
.wpcf7-list-item input[type=checkbox] {
  accent-color: #007acc; /* チェックマークの色 */
}

/* ③ チェックボックス横のラベル文字色を変える例 */
.Page__thanks__container {
  padding: 10rem 0;
}
@media screen and (max-width: 756px) {
  .Page__thanks__container {
    padding: 5rem 0 10rem 0;
  }
}
.Page__thanks__container__content__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 756px) {
  .Page__thanks__container__content__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.Page__thanks__container__content__text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 7rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 756px) {
  .Page__thanks__container__content__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
  }
}

.Page__Privacy {
  padding-top: 15rem;
  background: url("../img/common/about-backgournd-pc.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 756px) {
  .Page__Privacy {
    padding-top: 11rem;
  }
}
.Page__Privacy .Page__Privacy__content {
  padding-bottom: 8rem;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.Page__Privacy .Page__Privacy__content h2 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.Page__Privacy .Page__Privacy__content p {
  font-size: 1.6rem;
  line-height: 2;
  color: #383838;
}
.Page__Privacy .Page__Privacy__content p .title {
  font-size: 1.6rem;
  color: #383838;
  font-weight: bold;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content p {
    font-size: 1.4rem;
  }
}

.Page__Privacy {
  padding-top: 15rem;
  background: url("../img/common/about-backgournd-pc.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 756px) {
  .Page__Privacy {
    padding-top: 11rem;
  }
}
.Page__Privacy .Page__Privacy__content {
  padding-bottom: 8rem;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.Page__Privacy .Page__Privacy__content h2 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.Page__Privacy .Page__Privacy__content p {
  font-size: 1.6rem;
  line-height: 2;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .Page__Privacy .Page__Privacy__content p {
    font-size: 1.4rem;
  }
}

.Page__Advisor {
  padding-top: 15rem;
  background: url("../img/common/about-backgournd-pc.png") repeat;
}
.Page__Advisor .Pager {
  display: none;
}
@media screen and (max-width: 756px) {
  .Page__Advisor {
    padding-top: 11rem;
  }
}
.Page__Advisor .Page__Advisor__wrap {
  gap: 3rem;
  padding-bottom: 12rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  align-items: start;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item {
  width: calc(33% - 2rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__img {
  height: 160px;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__img {
    margin-bottom: 2rem;
  }
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__name {
  font-size: 2rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__name {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__dis {
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: none;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__dis {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 1.5rem 0 2rem;
  }
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__link {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  width: 200px;
  margin: 1rem auto 0;
  background: #003C55;
  color: white;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 16px;
}
.Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
  animation: shimmer 2s infinite;
}
@media screen and (max-width: 756px) {
  .Page__Advisor .Page__Advisor__wrap .Page__Advisor__wrap__item .Page__Advisor__wrap__item__link {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shimmerFast {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes sparkleMove {
  0% {
    left: -20px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: calc(100% + 20px);
    opacity: 0;
  }
}
.Page__recruit {
  padding-top: 15rem;
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
@media screen and (max-width: 756px) {
  .Page__recruit {
    padding-top: 11rem;
  }
}
.Page__recruit .Page__recruit__Fv {
  margin-bottom: 12.9rem;
  display: flex;
  height: 40rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url(../img/about/Page__recruit__Fv-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .Page__recruit .Page__recruit__Fv {
    margin-bottom: 4.5rem;
    height: 24rem;
    background: url(../img/about/Page__recruit__Fv-bg-sp.jpg) no-repeat;
    background-size: 100% 100%;
  }
}
.Page__recruit .Page__recruit__Fv__ttl {
  font-size: 2.8rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 5.3rem;
  color: #383838;
}
@media screen and (max-width: 756px) {
  .Page__recruit .Page__recruit__Fv__ttl {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}
.Page__recruit .Page__recruit__Fv__ttl span {
  font-size: 3.2rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit .Page__recruit__Fv__ttl span {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}

.Page__recruit__Attraction__wrap {
  padding-bottom: 10rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap {
    padding-bottom: 0.8rem;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item {
  height: 40rem;
  display: flex;
  padding-bottom: 4.6rem;
  justify-content: space-between;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item {
    height: auto;
    display: block;
    padding-bottom: 3.2rem;
    justify-content: space-between;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item:nth-of-type(2) {
  /* もともと親が `display:flex;` で row 方向になっている前提 */
  flex-direction: row-reverse;
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__left {
  width: 50%;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__left {
    width: 100%;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__left img {
  width: 100%;
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right {
    width: 100%;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__ttl .Page__recruit__Attraction__wrap__item__right__ttl__en {
  font-family: "Playfair Display", serif;
  font-size: 6rem;
  color: #adc5d0;
  padding-top: 0rem;
  font-style: italic;
  letter-spacing: -1px;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__ttl .Page__recruit__Attraction__wrap__item__right__ttl__en {
    font-size: 4rem;
    padding-top: 2rem;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__ttl .Page__recruit__Attraction__wrap__item__right__ttl__jp {
  font-size: 2.4rem;
  padding: 2rem 0;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3.3rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__ttl .Page__recruit__Attraction__wrap__item__right__ttl__jp {
    padding-top: 1.2rem;
    font-size: 2rem;
    padding-bottom: 2.5rem;
  }
}
.Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__con {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Attraction__wrap .Page__recruit__Attraction__wrap__item .Page__recruit__Attraction__wrap__item__right .Page__recruit__Attraction__wrap__item__right__con {
    font-size: 1.4rem;
    letter-spacing: 0rem;
  }
}

.Page__recruit__System {
  background-color: white;
  padding: 12rem 0;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System {
    padding: 4.5rem 0 0rem;
  }
}

.Page__recruit__System__board {
  display: flex;
  justify-content: space-between;
}
.Page__recruit__System__board div > div {
  margin-bottom: 1.2rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board div > div {
    line-height: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
.Page__recruit__System__board div > div span {
  font-size: 1.8rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board div > div span {
    font-size: 1.2rem;
  }
}
.Page__recruit__System__board .Page__recruit__System__board__left {
  width: calc(33% - 10rem);
  margin-right: 1rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__left {
    width: calc(33% - 3rem);
    margin-right: 0rem;
  }
}
.Page__recruit__System__board .Page__recruit__System__board__left div:first-of-type {
  visibility: hidden;
  height: 7rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__left div:first-of-type {
    height: 4rem;
  }
}
.Page__recruit__System__board .Page__recruit__System__board__left div {
  /* ショートバージョン */
  background: linear-gradient(to bottom right, #728c96 0%, #a0b9c3 100%);
  color: white;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  /* 角度で書く場合（135deg は左上→右下と同じ） */
  background: linear-gradient(135deg, #728c96 0%, #a0b9c3 100%);
}
.Page__recruit__System__board .Page__recruit__System__board__left div span {
  font-size: 2rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__left div span {
    font-size: 1.2rem;
  }
}
.Page__recruit__System__board .Page__recruit__System__board__middle {
  width: calc(33% + 4rem);
}
.Page__recruit__System__board .Page__recruit__System__board__middle div:first-of-type {
  background-color: #D9D9D9;
  color: #767676;
  height: 7rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.Page__recruit__System__board .Page__recruit__System__board__middle div:first-of-type span {
  font-size: 2.4rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__middle div:first-of-type span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__middle div:first-of-type {
    height: 4rem;
  }
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__middle {
    width: calc(33% + 1rem);
  }
}
.Page__recruit__System__board .Page__recruit__System__board__middle div {
  background-color: #F2F2F2;
  color: #767676;
}
.Page__recruit__System__board .Page__recruit__System__board__right {
  width: calc(33% + 4rem);
}
.Page__recruit__System__board .Page__recruit__System__board__right div:first-of-type {
  background-color: #003C55;
  color: #767676;
  font-size: 2.4rem;
  height: 7rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__right div:first-of-type {
    height: 4rem;
  }
}
.Page__recruit__System__board .Page__recruit__System__board__right div:first-of-type img {
  width: 10rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__right div:first-of-type img {
    width: 8rem;
  }
}
@media screen and (max-width: 756px) {
  .Page__recruit__System__board .Page__recruit__System__board__right {
    width: calc(33% + 1rem);
  }
}
.Page__recruit__System__board .Page__recruit__System__board__right div {
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
  color: #767676;
}
.Page__recruit__System__board .Page__recruit__System__board__right div span {
  color: #003C55;
  font-weight: 500;
}

.Page__recruit__Occupation {
  padding: 12rem 0;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation {
    padding: 4rem 0;
  }
}
.Page__recruit__Occupation .Page__recruit__Occupation__head {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
  height: 9rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation .Page__recruit__Occupation__head {
    display: block;
    height: auto;
    margin-bottom: 1.6rem;
  }
}
.Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__ttl {
  background-color: #003C55;
  text-align: center;
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  width: 33.33%;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__ttl {
    font-size: 1.6rem;
    width: 100%;
    height: 4.6rem;
  }
}
.Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__item {
  cursor: pointer;
  background: #CDDFE6;
  width: 33.33%;
  text-align: center;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #003C55;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__item {
    width: 100%;
    line-height: 1.5rem;
    height: 4.6rem;
    font-size: 1.4rem;
    width: 100%;
    height: 4.6rem;
  }
}
.Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__item .Page__recruit__Occupation__head__item__text {
  font-size: 1.8rem;
  color: #003C55;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation .Page__recruit__Occupation__head .Page__recruit__Occupation__head__item .Page__recruit__Occupation__head__item__text {
    font-size: 1.4rem;
  }
}
.Page__recruit__Occupation .Page__recruit__Occupation__head .active {
  background-color: #FFFFFF;
  height: 80%;
  width: 95%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Page__recruit__Occupation .Page__recruit__Occupation__head .active {
    height: 87%;
    width: 98%;
  }
}

.SheetList {
  margin-top: -2rem;
}

.Page__recruit__contact {
  padding: 12rem 0;
  background-color: white;
}
@media screen and (max-width: 756px) {
  .Page__recruit__contact {
    padding: 4rem 0;
  }
}
.Page__recruit__contact .Page__recruit__title {
  padding-bottom: 1rem;
}
@media screen and (max-width: 756px) {
  .Page__recruit__contact .Page__recruit__title {
    padding-bottom: 0rem;
  }
}

.News__archive {
  background: url("../img/common/about-backgournd-pc.png") repeat center center/cover;
  padding-bottom: 11rem;
}
.News__archive .SheetList {
  padding-bottom: 3rem;
}
.News__archive .SheetList__item {
  border: 0rem;
  position: relative;
  padding: 1.8rem 0;
}
@media screen and (max-width: 756px) {
  .News__archive .SheetList__item {
    border-bottom: #B2B2B2 0.1rem solid;
  }
}
.News__archive .SheetList__item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/arrow.png) no-repeat center center/cover;
}
@media screen and (max-width: 756px) {
  .News__archive .SheetList__item::after {
    top: 50%;
  }
}
.News__archive .SheetList__item .SheetList__item__meta {
  width: 15%;
  color: #848484;
}
.News__archive .SheetList__item .SheetList__item__body {
  font-size: 1.8rem;
  color: #383838;
  line-height: 1.4;
  width: 85%;
}

.NewsPage {
  padding-bottom: 12rem;
  overflow-x: hidden;
}
@media screen and (max-width: 756px) {
  .NewsPage {
    padding-bottom: 3.9rem;
  }
}
.NewsPage .Breadcrumb {
  padding-bottom: 8rem;
}
@media screen and (max-width: 756px) {
  .NewsPage .Breadcrumb {
    padding-bottom: 3rem;
  }
}
.NewsPage .Breadcrumb .Breadcrumb__list {
  width: max-content;
}
.NewsPage .NewsPage__content {
  padding-bottom: 5.2rem;
}
@media screen and (max-width: 756px) {
  .NewsPage .NewsPage__content {
    padding-bottom: 2.8rem;
  }
}
.NewsPage .NewsPage__content h3 {
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  padding: 4rem 0rem;
  line-height: 4rem;
}
@media screen and (max-width: 756px) {
  .NewsPage .NewsPage__content h3 {
    padding: 3rem 0rem;
    font-size: 2rem;
  }
}
.NewsPage .NewsPage__content p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-size: 1.4rem;
}

.List {
  background: url("../img/common/about-backgournd-pc.png") repeat center;
}
.List .Page__recruit__title {
  padding-top: 9rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 756px) {
  .List .Page__recruit__title {
    padding-top: 4.5rem;
  }
}
.List .Page__recruit__title__wrap {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 756px) {
  .List .Page__recruit__title__wrap {
    padding-bottom: 4.5rem;
  }
}
.List .List__Insurance {
  padding-bottom: 12rem;
}
@media screen and (max-width: 756px) {
  .List .List__Insurance {
    padding-bottom: 4rem;
  }
}
.List .List__wrap .List__wrap__item {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .List .List__wrap .List__wrap__item {
    margin: 0 -1rem;
  }
}
.List .List__wrap .List__wrap__item .List__wrap__item__logo {
  width: calc(20% - 1.5rem);
  height: 15rem;
  margin-bottom: 3rem;
  background-color: white;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 756px) {
  .List .List__wrap .List__wrap__item .List__wrap__item__logo {
    width: calc(50% - 1.2rem);
    height: 4rem;
    margin-bottom: 1.2rem;
  }
}
.List .List__wrap .List__wrap__item .List__wrap__item__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.List .SheetList .SheetList__item {
  justify-content: space-between;
}
.List .SheetList .SheetList__item .SheetList__item__meta {
  width: calc(20% - 4rem);
  height: 7rem;
  padding: 1rem;
  background-color: white;
}
@media screen and (max-width: 756px) {
  .List .SheetList .SheetList__item .SheetList__item__meta {
    width: calc(50% - 0rem);
  }
}
.List .SheetList .SheetList__item .SheetList__item__meta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.List .SheetList .SheetList__item .SheetList__item__body {
  width: calc(80% - 2rem);
}
@media screen and (max-width: 756px) {
  .List .SheetList .SheetList__item .SheetList__item__body {
    width: 100%;
  }
}
.List .SheetList .SheetList__item .SheetList__item__body div {
  line-height: 2.9rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 756px) {
  .List .SheetList .SheetList__item .SheetList__item__body div {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
.List .SheetList .SheetList__item .SheetList__item__body .SheetList__item__body__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 756px) {
  .List .SheetList .SheetList__item .SheetList__item__body .SheetList__item__body__name {
    font-size: 1.6rem;
  }
}
.List .SheetList .SheetList__item .SheetList__item__body .SheetList__item__body__url a {
  color: #00B1FF;
}

.Advisor {
  background: url("../img/common/about-backgournd-pc.png") no-repeat;
  background-size: cover;
  padding-bottom: 12rem;
}
@media screen and (max-width: 756px) {
  .Advisor {
    background-position: center top;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 756px) {
  .Inner .Inner {
    padding: 0rem;
  }
}

.Advisor__single {
  padding: 0 2rem;
}
@media screen and (max-width: 756px) {
  .Advisor__single {
    padding: 0rem;
  }
}
.Advisor__single .Advisor__single__profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__profile {
    display: block;
    text-align: left;
  }
}
.Advisor__single .Advisor__single__profile .Advisor__single__profile__photo {
  width: calc(30% - 3rem);
  text-align: center;
}
.Advisor__single .Advisor__single__profile .Advisor__single__profile__photo img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__profile .Advisor__single__profile__photo {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction {
  width: calc(60% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction {
    width: 100%;
    padding: 0;
    margin-bottom: -2rem;
  }
}
.Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction div h2 {
  font-size: 2.4rem;
  padding-bottom: 3.6rem;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction div h2 {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}
.Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction div p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__profile .Advisor__single__profile__introduction div p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-bottom: 2rem;
  }
}
.Advisor__single .Advisor__single__career {
  margin: 5.2rem 0;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career {
    margin: 3rem 0;
  }
}
.Advisor__single .Advisor__single__career h2 {
  padding: 1.6rem 0 1.6rem 2.4rem;
  font-size: 2.2rem;
  color: white;
  font-family: "Shippori Mincho", "shippori-mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  background-image: linear-gradient(to right, #003C55 0%, rgba(0, 60, 85, 0) 100%);
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career h2 {
    font-size: 2rem;
    padding: 1.2rem 0 1.2rem 1.6rem;
  }
}
.Advisor__single .Advisor__single__career ul {
  padding: 2.4rem 2.4rem 0 2.4rem;
  list-style: none;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career ul {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.Advisor__single .Advisor__single__career ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career ul li {
    flex-direction: column;
    padding-bottom: 1.6rem;
  }
}
.Advisor__single .Advisor__single__career ul li time {
  font-size: 1.8rem;
  width: calc(20% - 1rem);
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career ul li time {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.Advisor__single .Advisor__single__career ul li div {
  font-size: 1.8rem;
  width: calc(80% - 1rem);
}
@media screen and (max-width: 756px) {
  .Advisor__single .Advisor__single__career ul li div {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}/*# sourceMappingURL=style.css.map */