@charset "UTF-8";
/*------------------
googleフォント読み込み
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*------------------
googleフォント指定
-------------------*/
/*--------------
共通で使うもの
---------------*/
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
}
body main {
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  body main {
    padding-top: 60px;
  }
}
body section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.3s;
}
body section:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}
body section.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

br.brakesp {
  display: none;
}

.c-flex {
  display: flex;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
}

.c-flex__sa {
  display: flex;
  justify-content: space-around;
}

br.brpc {
  display: block;
}

br.brsp {
  display: none;
}

/*--------------------------
社員ページ遷移
-------------------------*/
.c-common-staffbtn {
  flex-wrap: wrap;
  padding: 0px 0 80px 0;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn {
    width: 100%;
    padding: 25px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn {
    padding: 25px 0 40px 0;
    flex-direction: column;
  }
}
.c-common-staffbtn a {
  width: 49%;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn a {
    width: 46.6666666667%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn a {
    width: 88.8888888889%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.c-common-staffbtn a .c-common-staffbtn__img {
  width: 100%;
}
.c-common-staffbtn a .c-common-staffbtn__about {
  width: 59.5652173913%;
  background: url(../img/common/btn_r.svg) 97% center/30px no-repeat #691400;
  width: 100%;
  padding: 10px 0;
  margin-top: -6px;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn a .c-common-staffbtn__about {
    background: url(../img/common/btn_r.svg) 97% center/25px no-repeat #691400;
    width: 100%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn a .c-common-staffbtn__about {
    background: url(../img/common/btn_r.svg) 97% center/25px no-repeat #691400;
    width: 100%;
    padding: 8px 0;
  }
}
.c-common-staffbtn a .c-common-staffbtn__about span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  width: 62.0437956204%;
  background-color: #d7d7c8;
  margin-left: 10px;
  text-align: center;
  color: #691400;
  display: block;
  border-radius: 50px;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn a .c-common-staffbtn__about span {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    width: 46.6666666667%;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn a .c-common-staffbtn__about span {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    width: 43.75%;
    margin-left: 5px;
  }
}
.c-common-staffbtn a .c-common-staffbtn__about b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  width: 103.5714285714%;
  padding-left: 10px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn a .c-common-staffbtn__about b {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    width: 53.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn a .c-common-staffbtn__about b {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    width: 53.75%;
  }
}
.c-common-staffbtn a:hover .c-common-staffbtn__about {
  background: url(../img/common/btn_w.svg) 98% center/30px no-repeat #691400;
}
@media screen and (max-width: 1300px) {
  .c-common-staffbtn a:hover .c-common-staffbtn__about {
    background: url(../img/common/btn_w.svg) 98% center/25px no-repeat #691400;
  }
}
@media screen and (max-width: 768px) {
  .c-common-staffbtn a:hover .c-common-staffbtn__about {
    background: url(../img/common/btn_w.svg) 98% center/25px no-repeat #691400;
  }
}

.c-common-listbtn {
  width: 42%;
  margin: 0 auto;
  padding-bottom: 115px;
}
@media screen and (max-width: 1300px) {
  .c-common-listbtn {
    width: 46.6666666667%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .c-common-listbtn {
    width: 72.2222222222%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}
.c-common-listbtn a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  background: url(../img/common/btn_r.svg) 96% center/30px no-repeat #281400;
  padding-left: 25px;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .c-common-listbtn a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    background: url(../img/common/btn_r.svg) 96% center/25px no-repeat #281400;
    padding-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-common-listbtn a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    background: url(../img/common/btn_r.svg) 96% center/25px no-repeat #281400;
    padding-left: 12px;
  }
}
.c-common-listbtn a:hover {
  background: url(../img/common/btn_w.svg) 97% center/30px no-repeat #281400;
  margin-left: 10px;
}
@media screen and (max-width: 1300px) {
  .c-common-listbtn a:hover {
    background: url(../img/common/btn_w.svg) 97% center/25px no-repeat #281400;
  }
}
@media screen and (max-width: 768px) {
  .c-common-listbtn a:hover {
    background: url(../img/common/btn_w.svg) 97% center/25px no-repeat #281400;
  }
}

@media screen and (max-width: 768px) {
  br.brpc {
    display: none;
  }
  br.brsp {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  br.brakesp {
    display: block;
  }
}
body {
  padding: 0;
  margin: 0;
}
body header {
  background: #d7d7c8;
  padding: 15px 0;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  body header {
    padding: 7px 0;
    height: 60px;
  }
}
body header .c-inner {
  width: 100%;
  /* クリックされた後のハンバーガーのマーク */
}
@media screen and (max-width: 768px) {
  body header .c-inner {
    width: 90%;
    margin: 0 auto;
  }
}
body header .c-inner .c-logo-logobox {
  width: 261px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-logo-logobox {
    width: 100%;
    padding: 0;
  }
}
body header .c-inner .c-logo-logobox .c-header-logobox__b {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-logo-logobox .c-header-logobox__b {
    width: 66.6666666667%;
  }
}
body header .c-inner .c-logo-logobox .c-header-logobox__w {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-logo-logobox .c-header-logobox__w {
    width: 66.6666666667%;
  }
}
body header .c-inner .c-logo-logobox .c-header-logobox__w.show {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-logo-logobox .c-header-logobox__w.show {
    width: 66.6666666667%;
  }
}
body header .c-inner .c-logo-logobox .c-header-logobox__b.show {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-logo-logobox .c-header-logobox__b.show {
    width: 66.6666666667%;
  }
}
body header .c-inner .nav_toggle {
  margin-top: 15px;
  display: block;
  position: relative;
  width: 32px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  body header .c-inner .nav_toggle {
    margin-right: 0px;
  }
}
body header .c-inner .nav_toggle i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
body header .c-inner .nav_toggle i:nth-child(1) {
  top: 0;
}
body header .c-inner .nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0px;
  margin: auto;
}
body header .c-inner .nav_toggle i:nth-child(3) {
  bottom: 0;
}
body header .c-inner .nav_toggle.show i {
  background-color: #fff;
}
body header .c-inner .nav_toggle.show i:nth-child(1) {
  transform: translateY(12px) rotate(-25deg);
}
body header .c-inner .nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
body header .c-inner .nav_toggle.show i:nth-child(3) {
  transform: translateY(-2px) rotate(25deg);
}
body header .c-inner .c-header-connectentry {
  width: 110px;
  position: absolute;
  top: 110px;
  right: 20px;
  position: fixed;
}
@media screen and (max-width: 1300px) {
  body header .c-inner .c-header-connectentry {
    width: 110px;
    position: absolute;
    top: 110px;
    right: 10px;
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-header-connectentry {
    display: none;
  }
}
body header .c-inner .c-header-connectentry .c-flex__sb {
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  width: 62.7272727273%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  body header .c-inner .c-header-connectentry .c-flex__sb {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-header-connectentry .c-flex__sb {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    width: 50%;
  }
}
body header .c-inner .c-header-connectentry .c-flex__sb p {
  width: 46.3768115942%;
}
@media screen and (max-width: 1300px) {
  body header .c-inner .c-header-connectentry .c-flex__sb p {
    width: 46.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-header-connectentry .c-flex__sb p {
    width: 46.6666666667%;
  }
}
body header .c-inner .c-header-connectentry .c-flex__sb p a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  background: #691400;
  margin-bottom: 5px;
  width: 100%;
  height: 200px;
  writing-mode: vertical-lr;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  body header .c-inner .c-header-connectentry .c-flex__sb p a {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  body header .c-inner .c-header-connectentry .c-flex__sb p a {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 5px;
    height: 100px;
  }
}
body header .c-inner .c-header-connectentry .c-flex__sb p a:hover {
  opacity: 0.8;
}
body nav {
  background: #281400;
  z-index: 10000;
  width: 100%;
  position: absolute;
  top: 88px;
  left: 0;
  display: none;
  position: fixed;
  overflow: auto;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body nav {
    top: 60px;
  }
}
body nav .c-inner.c-flex__sb {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb {
    width: 90%;
    padding-bottom: 25px;
    flex-direction: column-reverse;
  }
}
body nav .c-inner.c-flex__sb .c-menu-entry {
  width: 25.9615384615%;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-entry {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 45%;
  }
}
body nav .c-inner.c-flex__sb .c-menu-entry li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-entry li {
    width: 100%;
  }
}
body nav .c-inner.c-flex__sb .c-menu-entry li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  background: url(../img/common/btn_r.svg) 95% center/22px no-repeat #691400;
  margin-bottom: 15px;
  padding-left: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-entry li a {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    background: url(../img/common/btn_r.svg) 98% center/22px no-repeat #691400;
    margin-bottom: 7px;
    padding-left: 7px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-entry li a:hover {
  background: url(../img/common/btn_w.svg) 97% center/22px no-repeat #691400;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-entry li a:hover {
    background: url(../img/common/btn_w.svg) 98% center/22px no-repeat #691400;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category {
  width: 65.8653846154%;
  margin-top: 65px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category {
    width: 100%;
    margin-top: 10px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap {
  width: 28.3211678832%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox {
  width: 100%;
  height: 290px;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox {
    width: 44.4444444444%;
    height: auto;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 38px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__ul {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__ul {
    padding-bottom: 20px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__ul li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  display: block;
  color: #fff;
  text-decoration: none;
  color: transparent;
  background: linear-gradient(to right, #ac7e73 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
@media screen and (max-width: 768px) {
  body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__ul li a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
  }
}
body nav .c-inner.c-flex__sb .c-menu-category .c-menu-categoryboxwrap .c-menu-categorybox__ul li a:hover {
  /* グラデーションの位置を移動して、オレンジ部分を見せる */
  background-position: 0 100%;
}
body nav.show {
  display: block;
}

footer {
  background: #281400;
  width: 100%;
}
footer .c-inner {
  width: 1000px;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .c-inner {
    width: 90%;
    margin: 0 auto;
  }
}
footer .c-inner .c-footer-headbox {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
footer .c-inner .c-footer-headbox .c-footer-logoco {
  width: 33.5%;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox .c-footer-logoco {
    width: 66.6666666667%;
    padding-top: 25px;
  }
}
footer .c-inner .c-footer-headbox .c-footer-logoco__logo {
  width: 38.8059701493%;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox .c-footer-logoco__logo {
    width: 41.6666666667%;
  }
}
footer .c-inner .c-footer-headbox .c-footer-logoco__colink {
  width: 47.4626865672%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox .c-footer-logoco__colink {
    width: 50%;
    margin-top: 20px;
  }
}
footer .c-inner .c-footer-headbox .c-footer-logoco__colink a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  background: url(../img/common/pagemove.svg) 100% center/14px no-repeat;
  padding-right: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox .c-footer-logoco__colink a {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 22px;
    background: url(../img/common/pagemove.svg) 80% center/12px no-repeat;
    padding-right: 10px;
  }
}
footer .c-inner .c-footer-headbox__pagetop {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox__pagetop {
    margin-top: 45px;
  }
}
footer .c-inner .c-footer-headbox__pagetop a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  background: url(../img/common/pagetop_arrow.svg) 100% center/30px no-repeat;
  padding-right: 45px;
  height: 30px;
  display: block;
  align-content: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-headbox__pagetop a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 9px;
    line-height: 22px;
    background: url(../img/common/pagetop_arrow.svg) 100% center/20px no-repeat;
    padding-right: 30px;
    height: 20px;
  }
}
footer .c-inner .c-footer-menu {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu {
    flex-wrap: wrap;
  }
}
footer .c-inner .c-footer-menu__box {
  width: 16%;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box {
    width: 44.4444444444%;
  }
}
footer .c-inner .c-footer-menu__box dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box dl {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
footer .c-inner .c-footer-menu__box dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }
}
footer .c-inner .c-footer-menu__box dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
  }
}
footer .c-inner .c-footer-menu__box ul {
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box ul {
    padding-bottom: 20px;
  }
}
footer .c-inner .c-footer-menu__box ul li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 33px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
  color: transparent;
  background: linear-gradient(to right, #ac7e73 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
@media screen and (max-width: 768px) {
  footer .c-inner .c-footer-menu__box ul li a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
  }
}
footer .c-inner .c-footer-menu__box ul li a:hover {
  /* グラデーションの位置を移動して、オレンジ部分を見せる */
  background-position: 0 100%;
}

/*----------------------
top
-----------------------*/
body#top main .slide {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1000;
}
@media screen and (max-width: 768px) {
  body#top main .slide {
    background-color: #d7d7c8;
    padding-top: 30%;
  }
}
body#top main .slide .bg {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body#top main .slide .bg {
    height: 100vh;
    width: 100vh;
    position: absolute;
    top: 40%;
    left: 0;
  }
}
body#top main .slide .bg img {
  display: block;
  width: 100%;
}
body#top main section#mv {
  background-color: #d7d7c8;
  margin-bottom: 540px;
}
@media screen and (max-width: 768px) {
  body#top main section#mv {
    margin-bottom: 250px;
  }
}
body#top main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#top main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#top main section#mv .c-inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 70px;
  padding: 50px 0 25px 0;
}
@media screen and (max-width: 768px) {
  body#top main section#mv .c-inner h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 49px;
    padding: 25px 0 10px 0;
  }
}

/*----------------------
aboutus 3p
-----------------------*/
body#aboutus_index, body#future, body#number, body#service_index {
  padding: 0;
  margin: 0;
}
body#aboutus_index main section#intro, body#future main section#intro, body#number main section#intro, body#service_index main section#intro {
  background-color: #d7d7c8;
  margin-bottom: 450px;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro, body#future main section#intro, body#number main section#intro, body#service_index main section#intro {
    margin-bottom: 250px;
  }
}
body#aboutus_index main section#intro .c-inner, body#future main section#intro .c-inner, body#number main section#intro .c-inner, body#service_index main section#intro .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro .c-inner, body#future main section#intro .c-inner, body#number main section#intro .c-inner, body#service_index main section#intro .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb {
  width: 25.5%;
  padding: 85px 0 15px 0;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb {
    width: 55.5555555556%;
    padding: 40px 0 7px 0;
  }
}
body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb dt, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
  }
}
body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#future main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#number main section#intro .c-inner .p-mv-subttl.c-flex__sb dd, body#service_index main section#intro .c-inner .p-mv-subttl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
  }
}
body#aboutus_index main section#intro .c-inner h1, body#future main section#intro .c-inner h1, body#number main section#intro .c-inner h1, body#service_index main section#intro .c-inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 70px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#intro .c-inner h1, body#future main section#intro .c-inner h1, body#number main section#intro .c-inner h1, body#service_index main section#intro .c-inner h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 49px;
    padding-bottom: 25px;
  }
}

body#aboutus_index {
  background: url(../img/aboutus/index/mv.webp) top center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body#aboutus_index {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  body#aboutus_index::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/aboutus/index/mv_sp.webp);
    background-size: cover;
  }
}

body#future {
  background: url(../img/aboutus/future/mv.webp) top center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body#future {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  body#future::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/aboutus/future/mv_sp.webp);
    background-size: cover;
  }
}

body#number {
  background: url(../img/aboutus/number/mv.webp) top center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  body#number::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/aboutus/number/mv.webp);
    background-size: cover;
  }
}

/*----------------------
aboutus,people,faqと募集要項以外共通
-----------------------*/
body#service_index,
body#people_index,
body#environment,
body#message {
  padding: 0;
  margin: 0;
}
body#service_index main section#mv,
body#people_index main section#mv,
body#environment main section#mv,
body#message main section#mv {
  background-color: #d7d7c8;
}
body#service_index main section#mv .c-inner,
body#people_index main section#mv .c-inner,
body#environment main section#mv .c-inner,
body#message main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner,
  body#people_index main section#mv .c-inner,
  body#environment main section#mv .c-inner,
  body#message main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb,
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  padding: 85px 0 15px 0;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb,
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    padding: 40px 0 7px 0;
  }
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
  }
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
  }
}
body#service_index main section#mv .c-inner h1,
body#people_index main section#mv .c-inner h1,
body#environment main section#mv .c-inner h1,
body#message main section#mv .c-inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 70px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner h1,
  body#people_index main section#mv .c-inner h1,
  body#environment main section#mv .c-inner h1,
  body#message main section#mv .c-inner h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 49px;
    padding-bottom: 25px;
  }
}

/*----------------------
service 2p
-----------------------*/
body#service_index {
  background: url(../img/service/index/mv.webp) top center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}
body#service_index main section#mv {
  margin-bottom: 450px;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv {
    margin-bottom: 250px;
  }
}
body#service_index main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  width: 21.2%;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    width: 55.5555555556%;
  }
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  width: 49.5283018868%;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    width: 40%;
  }
}
body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  width: 42.4528301887%;
}
@media screen and (max-width: 768px) {
  body#service_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  body#service_index::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/service/index/mv.webp);
    background-size: cover;
  }
}

body#special01 main section#mv {
  background-color: #d7d7c8;
}
body#special01 main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-top: 35px;
  }
}
body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  width: 21.2%;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    width: 55.5555555556%;
  }
}
body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  width: 49.5283018868%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    width: 40%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
  }
}
body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  width: 42.4528301887%;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 40px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    width: 56%;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
  }
}
body#special01 main section#mv .c-inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 70px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 49px;
    padding-bottom: 25px;
  }
}
body#special01 main section#mv .c-inner p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 55px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  body#special01 main section#mv .c-inner p {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 39px;
    padding-bottom: 35px;
  }
}

/*----------------------
environment 1p
-----------------------*/
body#environment {
  background: url(../img/environment/mv.webp) center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body#environment {
    background: none;
  }
}
body#environment main section#mv {
  margin-bottom: 450px;
}
@media screen and (max-width: 768px) {
  body#environment main section#mv {
    margin-bottom: 250px;
  }
}
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  width: 32.7%;
}
@media screen and (max-width: 768px) {
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    width: 88.8888888889%;
  }
}
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  width: 58.1039755352%;
}
@media screen and (max-width: 768px) {
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    width: 50%;
  }
}
body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  width: 36.6972477064%;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  body#environment main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  body#environment::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/environment/mv_sp.webp);
    background-size: cover;
  }
}

/*----------------------
recruit messageのみ
-----------------------*/
body#message {
  background: url(../img/recruit/message/mv.webp) top center/cover no-repeat;
  height: 100vh;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body#message {
    background: none;
  }
}
body#message main section#mv {
  margin-bottom: 450px;
}
@media screen and (max-width: 768px) {
  body#message main section#mv {
    margin-bottom: 250px;
  }
}
body#message main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#message main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  width: 19.2%;
}
@media screen and (max-width: 768px) {
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    width: 50%;
  }
}
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  width: 54.6875%;
}
@media screen and (max-width: 768px) {
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    width: 44.4444444444%;
  }
}
body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  width: 36.4583333333%;
}
@media screen and (max-width: 768px) {
  body#message main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    width: 44.4444444444%;
  }
}

@media screen and (max-width: 768px) {
  body#message::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/recruit/message/mv_sp.webp);
    background-size: cover;
  }
}

/*----------------------
recruit 募集要項・faq
-----------------------*/
body#recruit_index main,
body#faq main {
  padding: 0;
  margin: 0;
}
body#recruit_index main section#mv,
body#faq main section#mv {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv,
  body#faq main section#mv {
    padding-top: 75px;
  }
}
body#recruit_index main section#mv .c-inner,
body#faq main section#mv .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv .c-inner,
  body#faq main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  padding: 85px 0 15px 0;
  width: 19.2%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb,
  body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    padding: 40px 0 7px 0;
    width: 55.5555555556%;
  }
}
body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  width: 54.6875%;
  color: #bebeaa;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt,
  body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    width: 50%;
  }
}
body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  width: 36.4583333333%;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd,
  body#faq main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    width: 50%;
  }
}
body#recruit_index main section#mv .c-inner h1,
body#faq main section#mv .c-inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 70px;
  margin: 0 auto;
  padding-bottom: 220px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#mv .c-inner h1,
  body#faq main section#mv .c-inner h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 49px;
    padding-bottom: 110px;
  }
}

/*----------------------
people 7p
-----------------------*/
body#people_index {
  background: url(../img/people/index/mv.webp) top center/cover no-repeat;
  height: auto;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  body#people_index {
    background: none;
  }
}
body#people_index main section#mv {
  margin-bottom: 450px;
}
@media screen and (max-width: 768px) {
  body#people_index main section#mv {
    margin-bottom: 250px;
  }
}
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb {
  width: 20.5%;
}
@media screen and (max-width: 768px) {
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb {
    width: 55.5555555556%;
  }
}
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
  width: 46.3414634146%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    width: 40%;
  }
}
body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  width: 43.9024390244%;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#people_index main section#mv .c-inner .p-mv-subttl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  body#people_index::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/people/index/mv_sp.webp);
    background-size: cover;
  }
}

/*----------------------
people interview共通
-----------------------*/
body.interview {
  padding: 0;
  margin: 0;
}
body.interview main section#mv {
  background: #d7d7c8;
}
body.interview main section#mv .c-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner {
    max-width: 75%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb {
  width: 100%;
  padding: 35px 0 40px 0;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb {
    width: 100%;
    padding: 15px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb {
    padding: 15px 0 20px 0;
  }
}
body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl {
  width: 94%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl {
    width: 88.8888888889%;
  }
}
body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  width: 18.6170212766%;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    width: 50%;
  }
}
body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 35px;
  width: 79.2553191489%;
  color: #691400;
  border-right: solid 1px #000;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    width: 86.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__flexdl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    width: 50%;
  }
}
body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__num {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  width: 5.5%;
  text-align: center;
  color: #691400;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__num {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    width: 6.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-ttl.c-flex__sb .c-mv-ttl__num {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    width: 11.1111111111%;
  }
}
body.interview main section#mv .c-inner .c-mv-intro {
  width: 100%;
  padding-bottom: 90px;
  margin-bottom: 55px;
  border-bottom: solid 1px #bebeaa;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-intro {
    padding-bottom: 20px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-intro {
    padding-bottom: 20px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
body.interview main section#mv .c-inner .c-mv-intro h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 60px;
  width: 59.5%;
  padding-top: 45px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-intro h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-intro h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    width: 100%;
    padding-top: 20px;
  }
}
body.interview main section#mv .c-inner .c-mv-intro__position {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding-top: 55px;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-intro__position {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding-top: 25px;
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-intro__position {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding-top: 25px;
    text-align: start;
  }
}
body.interview main section#mv .c-inner .c-mv-intro__position span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  padding-top: 10px;
  display: block;
  color: #691400;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-intro__position span {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-intro__position span {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-top: 5px;
  }
}
body.interview main section#mv .c-inner .c-mv-chance {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-chance {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-chance {
    width: 94.4444444444%;
    margin: 0 auto;
    flex-direction: column;
  }
}
body.interview main section#mv .c-inner .c-mv-chance h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 70px;
  width: 21.3%;
  padding-left: 50px;
  position: relative;
  color: #691400;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-chance h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 56px;
    width: 100%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-chance h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 49px;
    width: 100%;
    padding-left: 25px;
  }
}
body.interview main section#mv .c-inner .c-mv-chance h2::before {
  background: #000;
  position: absolute;
  top: 13%;
  left: 5px;
  width: 35px;
  height: 1px;
  content: "";
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-chance h2::before {
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-chance h2::before {
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    content: "";
  }
}
body.interview main section#mv .c-inner .c-mv-chance__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  width: 73%;
  padding: 15px 0 90px 0;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  body.interview main section#mv .c-inner .c-mv-chance__text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    padding: 7px 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#mv .c-inner .c-mv-chance__text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    padding: 7px 0 45px 0;
  }
}

body#top main {
  z-index: 100;
}
body#top main section#news {
  background-color: #d7d7c8;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 768px) {
  body#top main section#news {
    padding: 15px 0 30px 0;
  }
}
body#top main section#news .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#top main section#news .c-inner .p-mv-news {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news {
    flex-wrap: nowrap;
  }
}
body#top main section#news .c-inner .p-mv-news__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  width: 11%;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news__ttl {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    width: 22.2222222222%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox {
  width: 89%;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox {
    width: 77.7777777778%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  width: 100%;
  padding-top: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb {
    width: 100%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dt {
  width: 10.6741573034%;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dt {
    width: 25%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dd {
  width: 89.3258426966%;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dd {
    width: 68.75%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dd a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dd a {
    width: 100%;
  }
}
body#top main section#news .c-inner .p-mv-news .p-mv-news__newsbox dl.c-flex__sb dd a:hover {
  text-decoration: underline;
}
body#top main section#intro {
  background-color: #fff;
  padding: 120px 0 125px 0;
}
@media screen and (max-width: 768px) {
  body#top main section#intro {
    padding: 60px 0 65px 0;
  }
}
body#top main section#intro .c-inner {
  max-width: 1105px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body#top main section#intro .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#intro .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#top main section#intro .c-inner .c-flex__sb {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  body#top main section#intro .c-inner .c-flex__sb {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#intro .c-inner .c-flex__sb {
    flex-direction: column-reverse;
  }
}
body#top main section#intro .c-inner .c-flex__sb .p-intro-img {
  width: 54.2986425339%;
}
@media screen and (max-width: 1300px) {
  body#top main section#intro .c-inner .c-flex__sb .p-intro-img {
    width: 44.4444444444%;
    margin: 0 auto;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#intro .c-inner .c-flex__sb .p-intro-img {
    width: 94.4444444444%;
    margin: 0 auto;
  }
}
body#top main section#intro .c-inner .c-flex__sb .p-intro-text {
  width: 38.4615384615%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 46px;
  margin-top: -10px;
}
@media screen and (max-width: 1300px) {
  body#top main section#intro .c-inner .c-flex__sb .p-intro-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    width: 44.4444444444%;
    margin: 0 auto;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#intro .c-inner .c-flex__sb .p-intro-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
    width: 88.8888888889%;
    margin: 0 auto;
    margin-top: -5px;
    padding-bottom: 20px;
  }
}
body#top main section#aboutus .c-inner,
body#top main section#service .c-inner,
body#top main section#people .c-inner,
body#top main section#environment .c-inner,
body#top main section#recruit .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner,
  body#top main section#service .c-inner,
  body#top main section#people .c-inner,
  body#top main section#environment .c-inner,
  body#top main section#recruit .c-inner {
    max-width: 80%;
    width: 95%;
    margin: 0 auto;
  }
}
body#top main section#aboutus .c-inner .p-common-ttl,
body#top main section#service .c-inner .p-common-ttl,
body#top main section#people .c-inner .p-common-ttl,
body#top main section#environment .c-inner .p-common-ttl,
body#top main section#recruit .c-inner .p-common-ttl {
  width: 100%;
}
body#top main section#aboutus .c-inner .p-common-ttl__en,
body#top main section#service .c-inner .p-common-ttl__en,
body#top main section#people .c-inner .p-common-ttl__en,
body#top main section#environment .c-inner .p-common-ttl__en,
body#top main section#recruit .c-inner .p-common-ttl__en {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-common-ttl__en,
  body#top main section#service .c-inner .p-common-ttl__en,
  body#top main section#people .c-inner .p-common-ttl__en,
  body#top main section#environment .c-inner .p-common-ttl__en,
  body#top main section#recruit .c-inner .p-common-ttl__en {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 22px;
  }
}
body#top main section#aboutus .c-inner .p-common-ttl__jp,
body#top main section#service .c-inner .p-common-ttl__jp,
body#top main section#people .c-inner .p-common-ttl__jp,
body#top main section#environment .c-inner .p-common-ttl__jp,
body#top main section#recruit .c-inner .p-common-ttl__jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-common-ttl__jp,
  body#top main section#service .c-inner .p-common-ttl__jp,
  body#top main section#people .c-inner .p-common-ttl__jp,
  body#top main section#environment .c-inner .p-common-ttl__jp,
  body#top main section#recruit .c-inner .p-common-ttl__jp {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
  }
}
body#top main .p-common-button {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#top main .p-common-button {
    padding-bottom: 10px;
  }
}
body#top main .p-common-button a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  background: url(../img/common/btn_r.svg) 95% center/30px no-repeat #691400;
  padding-left: 25px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#top main .p-common-button a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    background: url(../img/common/btn_r.svg) 95% center/25px no-repeat #691400;
    padding-left: 12px;
  }
}
body#top main p:hover a {
  background: url(../img/common/btn_w.svg) 97% center/30px no-repeat #691400;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  body#top main p:hover a {
    background: url(../img/common/btn_w.svg) 97% center/25px no-repeat #691400;
  }
}
body#top main section#aboutus {
  background-color: #691400;
}
body#top main section#aboutus .c-inner .p-common-ttl {
  padding: 65px 0 30px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-common-ttl {
    padding: 30px 0 15px 0;
  }
}
body#top main section#aboutus .c-inner .p-common-ttl__en {
  width: 19.3%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-common-ttl__en {
    width: 50%;
  }
}
body#top main section#aboutus .c-inner .p-common-ttl__jp {
  width: 77.5%;
  padding-top: 5px;
  color: #d7d7c8;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-common-ttl__jp {
    width: 55.5555555556%;
  }
}
body#top main section#aboutus .c-inner .p-aboutus-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 43px;
  padding-bottom: 45px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-aboutus-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox {
    flex-direction: column;
  }
}
body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a {
  width: 31%;
  display: block;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a {
    width: 93.75%;
    margin: 0 auto;
  }
}
body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a .p-aboutus-flexttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  background: url(../img/common/btn_r.svg) 95% center/30px no-repeat;
  padding: 5px 0 10px 15px;
  margin-bottom: 95px;
  border-bottom: solid 1px #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a .p-aboutus-flexttl {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: url(../img/common/btn_r.svg) 95% 30%/25px no-repeat;
    padding: 5px 0 10px 7px;
    margin-bottom: 45px;
  }
}
body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a:hover .p-aboutus-flexttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  background: url(../img/common/btn_w.svg) 97% center/30px no-repeat;
  padding: 5px 0 10px 15px;
  margin-bottom: 95px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#aboutus .c-inner .p-aboutus-flexbtnbox a:hover .p-aboutus-flexttl {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: url(../img/common/btn_w.svg) 97% 30%/25px no-repeat;
    padding: 5px 0 10px 7px;
    margin-bottom: 45px;
  }
}
body#top main section#service {
  background-color: #d7d7c8;
}
body#top main section#service .c-inner {
  padding: 65px 0 0 0;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner {
    padding: 30px 0 0 0;
  }
}
body#top main section#service .c-inner .p-common-ttl {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-common-ttl {
    padding-bottom: 15px;
  }
}
body#top main section#service .c-inner .p-common-ttl__en {
  width: 19%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-common-ttl__en {
    width: 37.5%;
  }
}
body#top main section#service .c-inner .p-common-ttl__jp {
  width: 81%;
  padding-top: 5px;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-common-ttl__jp {
    width: 56.25%;
  }
}
body#top main section#service .c-inner .p-service-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 43px;
  padding-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-service-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
body#top main section#service .c-inner .p-service-flexbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-service-flexbox {
    flex-direction: column-reverse;
  }
}
body#top main section#service .c-inner .p-service-flexbox__btn {
  width: 42%;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-service-flexbox__btn {
    width: 93.75%;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 20px;
  }
}
body#top main section#service .c-inner .p-service-flexbox__img {
  width: 49%;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  body#top main section#service .c-inner .p-service-flexbox__img {
    width: 100%;
    padding-bottom: 20px;
  }
}
body#top main section#people {
  background-color: #fff;
}
body#top main section#people .c-inner .p-common-ttl {
  width: 100%;
  padding: 70px 0 30px 0;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-common-ttl {
    padding: 35px 0 15px 0;
  }
}
body#top main section#people .c-inner .p-common-ttl__en {
  width: 14.8%;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-common-ttl__en {
    width: 37.5%;
  }
}
body#top main section#people .c-inner .p-common-ttl__jp {
  width: 82%;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-common-ttl__jp {
    width: 62.5%;
  }
}
body#top main section#people .c-inner .p-people-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 43px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-people-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
body#top main section#people .c-inner .p-people-btnflex {
  padding-bottom: 60px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-people-btnflex {
    padding-bottom: 30px;
    flex-direction: column;
  }
}
body#top main section#people .c-inner .p-people-btnflex a {
  display: block;
  width: 33.3%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-people-btnflex a {
    width: 93.75%;
    margin: 0 auto;
  }
}
body#top main section#people .c-inner .p-people-btnflex a p {
  margin-bottom: -10px;
  margin-right: -2px;
}
body#top main section#people .c-inner .p-common-button {
  width: 42%;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  body#top main section#people .c-inner .p-common-button {
    width: 93.75%;
    margin: 0 auto;
    padding-bottom: 35px;
  }
}
body#top main section#environment {
  background: url(../img/top/env_bg.png) center center/cover no-repeat #fff;
}
body#top main section#environment .c-inner {
  padding: 75px 0 0 0;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner {
    padding: 35px 0 0 0;
  }
}
body#top main section#environment .c-inner .p-common-ttl {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-common-ttl {
    padding-bottom: 30px;
  }
}
body#top main section#environment .c-inner .p-common-ttl__en {
  width: 29%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-common-ttl__en {
    width: 62.5%;
  }
}
body#top main section#environment .c-inner .p-common-ttl__jp {
  width: 68.5%;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-common-ttl__jp {
    width: 31.25%;
  }
}
body#top main section#environment .c-inner .p-environment-flexbox {
  width: 83%;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-environment-flexbox {
    flex-direction: column-reverse;
    width: 100%;
  }
}
body#top main section#environment .c-inner .p-environment-flexbox__img {
  width: 39.7590361446%;
  margin-bottom: -7px;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-environment-flexbox__img {
    width: 87.5%;
    margin: 0 auto;
    margin-bottom: -7px;
  }
}
body#top main section#environment .c-inner .p-environment-flexbox__textbox {
  width: 50.6024096386%;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-environment-flexbox__textbox {
    width: 100%;
  }
}
body#top main section#environment .c-inner .p-environment-flexbox__textbox .p-textbox-text {
  width: 94.0476190476%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 43px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-environment-flexbox__textbox .p-textbox-text {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  body#top main section#environment .c-inner .p-environment-flexbox__textbox .p-common-button {
    width: 93.75%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
body#top main section#recruit {
  background: url(../img/top/recruit_bg.webp) center center/cover no-repeat;
}
body#top main section#recruit .c-inner .p-common-ttl {
  padding: 60px 0 30px 0;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-common-ttl {
    padding: 30px 0 15px 0;
  }
}
body#top main section#recruit .c-inner .p-common-ttl__en {
  width: 15.8%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-common-ttl__en {
    width: 37.5%;
  }
}
body#top main section#recruit .c-inner .p-common-ttl__jp {
  width: 81.5%;
  padding-top: 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-common-ttl__jp {
    width: 56.25%;
  }
}
body#top main section#recruit .c-inner .p-recruit-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 43px;
  padding-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-recruit-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 25px;
  }
}
body#top main section#recruit .c-inner .p-recruit-flexbox {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-recruit-flexbox {
    padding-bottom: 45px;
    flex-direction: column;
  }
}
body#top main section#recruit .c-inner .p-recruit-flexbox p {
  width: 30%;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-recruit-flexbox p {
    width: 93.75%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
body#top main section#recruit .c-inner .p-recruit-flexbox p a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  background: url(../img/common/btn_r.svg) 95% center/30px no-repeat #281400;
  padding-left: 25px;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-recruit-flexbox p a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    background: url(../img/common/btn_r.svg) 95% center/25px no-repeat #281400;
    padding-left: 12px;
  }
}
body#top main section#recruit .c-inner .p-recruit-flexbox p a:hover {
  background: url(../img/common/btn_w.svg) 95% center/30px no-repeat #281400;
}
@media screen and (max-width: 768px) {
  body#top main section#recruit .c-inner .p-recruit-flexbox p a:hover {
    background: url(../img/common/btn_w.svg) 97% center/25px no-repeat #281400;
  }
}

/*--------------------------
about-index
---------------------------*/
body#aboutus_index main section#thoughts {
  background-color: #d7d7c8;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts {
    margin-bottom: 125px;
  }
}
body#aboutus_index main section#thoughts .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#aboutus_index main section#thoughts .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 70px;
  color: #000;
  padding: 85px 0 55px 0;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 49px;
    width: 88.8888888889%;
    margin: 0 auto;
    padding: 40px 0 25px 0;
  }
}
body#aboutus_index main section#thoughts .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  padding-bottom: 45px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 39px;
    width: 88.8888888889%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox {
  padding-bottom: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__text {
  width: 61.1%;
}
body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__text p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  padding-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__text p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__text {
    width: 88.8888888889%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__img {
  width: 31%;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#thoughts .c-inner .p-thoughts-flexbox__img {
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#aboutus_index main section#memory {
  background-color: #d7d7c8;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory {
    margin-bottom: 125px;
  }
}
body#aboutus_index main section#memory .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#aboutus_index main section#memory .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  padding: 115px 0 50px 0;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 39px;
    width: 88.8888888889%;
    margin: 0 auto;
    padding: 55px 0 25px 0;
  }
}
body#aboutus_index main section#memory .c-inner .p-memory-flexbox {
  width: 100%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner .p-memory-flexbox {
    flex-direction: column;
  }
}
body#aboutus_index main section#memory .c-inner .p-memory-flexbox__text {
  width: 48.1%;
  padding-bottom: 165px;
}
body#aboutus_index main section#memory .c-inner .p-memory-flexbox__text p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  padding-bottom: 20px;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner .p-memory-flexbox__text p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner .p-memory-flexbox__text {
    width: 88.8888888889%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 30px;
  }
}
body#aboutus_index main section#memory .c-inner .p-memory-flexbox__img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  body#aboutus_index main section#memory .c-inner .p-memory-flexbox__img {
    width: 88.8888888889%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

/*--------------------------
future
---------------------------*/
body#future main section#past,
body#future main section#now,
body#future main section#future {
  background: #d7d7c8;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  body#future main section#past,
  body#future main section#now,
  body#future main section#future {
    margin-bottom: 125px;
  }
}
body#future main section#past .c-inner,
body#future main section#now .c-inner,
body#future main section#future .c-inner {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner,
  body#future main section#now .c-inner,
  body#future main section#future .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#future main section#past .c-inner h2,
body#future main section#now .c-inner h2,
body#future main section#future .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 95px 0 55px 0;
  text-align: center;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner h2,
  body#future main section#now .c-inner h2,
  body#future main section#future .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    padding: 45px 0 25px 0;
  }
}
body#future main section#past .c-inner h2::after,
body#future main section#now .c-inner h2::after,
body#future main section#future .c-inner h2::after {
  background-color: #691400;
  content: "";
  position: absolute;
  top: 175px;
  left: 47%;
  width: 40px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner h2::after,
  body#future main section#now .c-inner h2::after,
  body#future main section#future .c-inner h2::after {
    background-color: #691400;
    content: "";
    position: absolute;
    top: 85%;
    left: 44%;
    width: 40px;
    height: 5px;
  }
}
body#future main section#past .c-inner h3,
body#future main section#now .c-inner h3,
body#future main section#future .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  padding-bottom: 55px;
  text-align: center;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner h3,
  body#future main section#now .c-inner h3,
  body#future main section#future .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 39px;
    padding-bottom: 25px;
  }
}
body#future main section#past .c-inner .p-common-text,
body#future main section#now .c-inner .p-common-text,
body#future main section#future .c-inner .p-common-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  width: 100%;
  padding-bottom: 135px;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner .p-common-text,
  body#future main section#now .c-inner .p-common-text,
  body#future main section#future .c-inner .p-common-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 65px;
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#future main section#past .c-inner .p-common-img,
body#future main section#now .c-inner .p-common-img,
body#future main section#future .c-inner .p-common-img {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 155px;
}
@media screen and (max-width: 768px) {
  body#future main section#past .c-inner .p-common-img,
  body#future main section#now .c-inner .p-common-img,
  body#future main section#future .c-inner .p-common-img {
    width: 88.8888888889%;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}

/*--------------------------
number
---------------------------*/
body#number main section.num {
  background-color: #d7d7c8;
}
body#number main section.num .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#number main section.num .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#number main section.num .c-inner .c-flex__sb {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#number main section.num .c-inner .c-flex__sb {
    width: 100%;
    flex-direction: column;
  }
}
body#number main section.num .c-inner .c-flex__sb .p-num-img {
  width: 48%;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#number main section.num .c-inner .c-flex__sb .p-num-img {
    width: 88.8888888889%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
body#number main section#num01 {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  body#number main section#num01 {
    margin-bottom: 125px;
  }
}
body#number main section#num01 .c-inner {
  padding: 80px 0 125px 0;
}
@media screen and (max-width: 768px) {
  body#number main section#num01 .c-inner {
    padding: 40px 0 60px 0;
  }
}
body#number main section#num02 {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  body#number main section#num02 {
    margin-bottom: 125px;
  }
}
body#number main section#num02 .c-inner {
  padding: 120px 0 125px 0;
}
@media screen and (max-width: 768px) {
  body#number main section#num02 .c-inner {
    padding: 60px 0 62px 0;
  }
}
body#number main section#num02 .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 0 0 65px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#number main section#num02 .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    width: 88.8888888889%;
    margin: 0 auto;
    padding: 0 0 30px 30px;
  }
}
body#number main section#num02 .c-inner h2::before {
  background: #691400;
  position: absolute;
  content: "";
  position: absolute;
  top: 22%;
  left: 0px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#number main section#num02 .c-inner h2::before {
    background: #691400;
    position: absolute;
    content: "";
    position: absolute;
    top: 16%;
    left: 10px;
    width: 10px;
    height: 10px;
  }
}
body#number main section#history {
  background: #f7f7f4;
  margin-bottom: 250px;
}
body#number main section#history .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#number main section#history .c-inner .p-history-ttl {
  width: 24%;
  padding: 115px 0 95px 0;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-ttl {
    width: 55.5555555556%;
    padding: 55px 0 45px 0;
  }
}
body#number main section#history .c-inner .p-history-ttl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  width: 41.6666666667%;
  padding-left: 40px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-ttl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    width: 40%;
    padding-left: 20px;
  }
}
body#number main section#history .c-inner .p-history-ttl dt::before {
  background: #691400;
  position: absolute;
  content: "";
  position: absolute;
  top: 45%;
  left: 0px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-ttl dt::before {
    background: #691400;
    position: absolute;
    content: "";
    position: absolute;
    top: 40%;
    left: 0px;
    width: 10px;
    height: 10px;
  }
}
body#number main section#history .c-inner .p-history-ttl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 70px;
  width: 38.3333333333%;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-ttl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 49px;
    width: 50%;
  }
}
body#number main section#history .c-inner .p-history-flexbox {
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox {
    padding-bottom: 65px;
    width: 100%;
  }
}
body#number main section#history .c-inner .p-history-flexbox__year {
  width: 11%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 70px;
  padding-left: 45px;
  color: #691400;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__year {
    width: 22.2222222222%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 49px;
    padding-left: 30px;
  }
}
body#number main section#history .c-inner .p-history-flexbox__year::before {
  background: url(../img/aboutus/number/history_circle.svg) left center/30px no-repeat;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__year::before {
    background: url(../img/aboutus/number/history_circle.svg) left center/20px no-repeat;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 15px;
    left: 0;
  }
}
body#number main section#history .c-inner .p-history-flexbox__content {
  width: 78.5%;
  margin: 25px 0 55px 0;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__content {
    width: 64.4444444444%;
    margin: 15px 0 25px 0;
    padding-left: 12px;
  }
}
body#number main section#history .c-inner .p-history-flexbox__content dl {
  margin-bottom: 50px;
  padding-left: 25px;
  border-left: solid 1px #d7d7c8;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__content dl {
    margin-bottom: 25px;
    padding-left: 12px;
  }
}
body#number main section#history .c-inner .p-history-flexbox__content dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
  padding-bottom: 20px;
  margin-top: -10px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__content dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 29px;
    padding-bottom: 10px;
    margin-top: -5px;
  }
}
body#number main section#history .c-inner .p-history-flexbox__content dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 38px;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox__content dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
  }
}
body#number main section#history .c-inner .p-history-flexbox::before {
  background: #281400;
  position: absolute;
  content: "";
  width: 1px;
  height: 98.5%;
  top: 50px;
  left: 15px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body#number main section#history .c-inner .p-history-flexbox::before {
    background: #281400;
    position: absolute;
    content: "";
    width: 1px;
    height: 99%;
    top: 1%;
    left: 3%;
    z-index: 0;
  }
}

body#environment main section#training, body#environment main section#welfare {
  background-color: #f2f2ee;
}
body#environment main section#training .c-inner, body#environment main section#welfare .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner, body#environment main section#welfare .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#environment main section#training .c-inner h2, body#environment main section#welfare .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 85px 0 85px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner h2, body#environment main section#welfare .c-inner h2 {
    width: 88.8888888889%;
    margin: 0 auto;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    padding: 40px 0 40px 15px;
  }
}
body#environment main section#training .c-inner h2::before, body#environment main section#welfare .c-inner h2::before {
  background-color: #691400;
  position: absolute;
  top: 47%;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner h2::before, body#environment main section#welfare .c-inner h2::before {
    background-color: #691400;
    position: absolute;
    top: 47%;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
  }
}
body#environment main section#training .c-inner .p-common-about, body#environment main section#welfare .c-inner .p-common-about {
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner .p-common-about, body#environment main section#welfare .c-inner .p-common-about {
    padding-bottom: 25px;
    flex-direction: column;
  }
}
body#environment main section#training .c-inner .p-common-about dl, body#environment main section#welfare .c-inner .p-common-about dl {
  width: 42%;
  background-color: #fff;
  padding: 10px 30px 30px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner .p-common-about dl, body#environment main section#welfare .c-inner .p-common-about dl {
    width: 88.8888888889%;
    margin: 0 auto;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
  }
}
body#environment main section#training .c-inner .p-common-about dl dt, body#environment main section#welfare .c-inner .p-common-about dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 70px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  text-align: center;
  color: #691400;
  border-bottom: solid 1px #bebeaa;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner .p-common-about dl dt, body#environment main section#welfare .c-inner .p-common-about dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 49px;
    margin-bottom: 15px;
  }
}
body#environment main section#training .c-inner .p-common-about dl dd, body#environment main section#welfare .c-inner .p-common-about dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#environment main section#training .c-inner .p-common-about dl dd, body#environment main section#welfare .c-inner .p-common-about dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
}
body#environment main section#voice {
  background: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice {
    padding-top: 45px;
  }
}
body#environment main section#voice .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 45px;
  }
}
body#environment main section#voice .c-inner .p-common-hearing {
  background-color: #f2f2ee;
  padding: 30px 40px 40px 30px;
  margin-bottom: 30px;
  width: 100%;
  width: 93%;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 20px 0px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
body#environment main section#voice .c-inner .p-common-hearing__icon {
  width: 20.4301075269%;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing__icon {
    width: 50%;
    margin: 0 auto;
  }
}
body#environment main section#voice .c-inner .p-common-hearing dl {
  width: 76.3440860215%;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing dl {
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #bebeaa;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb {
    padding-bottom: 10px;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb span {
  width: 19.7183098592%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  background-color: #691400;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb span {
    width: 38.8888888889%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  width: 78.8732394366%;
  display: block;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing dl dt.c-flex__sb b {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    width: 100%;
  }
}
body#environment main section#voice .c-inner .p-common-hearing dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#environment main section#voice .c-inner .p-common-hearing dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
}

/*--------------------------
people_index
--------------------------*/
body#people_index .modal-video-body {
  max-width: 1200px;
}
body#people_index main section#movie {
  background: #d7d7c8;
}
body#people_index main section#movie .c-inner {
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#people_index main section#movie .c-inner {
    max-width: 80%;
    width: 95%;
    margin: 0 auto;
  }
}
body#people_index main section#movie .c-inner .p-movie-moviebox {
  padding-top: 210px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#people_index main section#movie .c-inner .p-movie-moviebox {
    padding-top: 105px;
  }
}
body#people_index main section#movie .c-inner .p-movie-moviebox img {
  display: block;
  cursor: pointer;
}
body#people_index main section#movie .c-inner .p-movie-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 55px;
  padding-bottom: 175px;
}
@media screen and (max-width: 768px) {
  body#people_index main section#movie .c-inner .p-movie-name {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 39px;
    padding-bottom: 85px;
  }
}
body#people_index main section#staffbtn {
  background: #d7d7c8;
}
body#people_index main section#staffbtn .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#people_index main section#staffbtn .c-inner dl.c-flex__sb {
  width: 40%;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner dl.c-flex__sb {
    width: 88.8888888889%;
  }
}
body#people_index main section#staffbtn .c-inner dl.c-flex__sb dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  width: 43.75%;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner dl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    width: 50%;
    padding-left: 35px;
  }
}
body#people_index main section#staffbtn .c-inner dl.c-flex__sb dt::before {
  background-color: #691400;
  position: absolute;
  content: "";
  top: 40%;
  left: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner dl.c-flex__sb dt::before {
    background-color: #691400;
    position: absolute;
    content: "";
    top: 40%;
    left: 18px;
    width: 10px;
    height: 10px;
  }
}
body#people_index main section#staffbtn .c-inner dl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 70px;
  width: 42.5%;
  padding-top: 5px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner dl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 49px;
    width: 50%;
  }
}
body#people_index main section#staffbtn .c-inner .c-common-listbtn {
  width: 42%;
  margin: 0 auto;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner .c-common-listbtn {
    width: 55.5555555556%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}
body#people_index main section#staffbtn .c-inner .c-common-listbtn a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  background: url(../img/common/btn_r.svg) 96% center/30px no-repeat #281400;
  padding-left: 25px;
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  body#people_index main section#staffbtn .c-inner .c-common-listbtn a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    background: url(../img/common/btn_r.svg) 96% center/25px no-repeat #281400;
    padding-left: 12px;
  }
}

/*--------------------------
people interview共通
--------------------------*/
body.interview main section#sec01,
body.interview main section#sec02,
body.interview main section#sec03 {
  background-color: #f2f2ee;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner,
  body.interview main section#sec02 .c-inner,
  body.interview main section#sec03 .c-inner {
    max-width: 80%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner,
  body.interview main section#sec02 .c-inner,
  body.interview main section#sec03 .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body.interview main section#sec01 .c-inner h3,
body.interview main section#sec02 .c-inner h3,
body.interview main section#sec03 .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 70px;
  color: #691400;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner h3,
  body.interview main section#sec02 .c-inner h3,
  body.interview main section#sec03 .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner h3,
  body.interview main section#sec02 .c-inner h3,
  body.interview main section#sec03 .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
  }
}
body.interview main section#sec01 .c-inner .c-sec01-flexbox__text,
body.interview main section#sec01 .c-inner .c-sec02-flexbox__text,
body.interview main section#sec01 .c-inner .c-sec03-text,
body.interview main section#sec02 .c-inner .c-sec01-flexbox__text,
body.interview main section#sec02 .c-inner .c-sec02-flexbox__text,
body.interview main section#sec02 .c-inner .c-sec03-text,
body.interview main section#sec03 .c-inner .c-sec01-flexbox__text,
body.interview main section#sec03 .c-inner .c-sec02-flexbox__text,
body.interview main section#sec03 .c-inner .c-sec03-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec01 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec01 .c-inner .c-sec03-text,
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec02 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec02 .c-inner .c-sec03-text,
  body.interview main section#sec03 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec03 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec03 .c-inner .c-sec03-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec01 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec01 .c-inner .c-sec03-text,
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec02 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec02 .c-inner .c-sec03-text,
  body.interview main section#sec03 .c-inner .c-sec01-flexbox__text,
  body.interview main section#sec03 .c-inner .c-sec02-flexbox__text,
  body.interview main section#sec03 .c-inner .c-sec03-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
}
body.interview main section#sec01 .c-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 165px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner {
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
body.interview main section#sec01 .c-inner h3 {
  padding: 120px 0 50px 0;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner h3 {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner h3 {
    width: 95%;
    margin: 0 auto;
    padding: 60px 0 25px 0;
  }
}
body.interview main section#sec01 .c-inner .c-sec01-flexbox {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox {
    width: 78.9473684211%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox {
    flex-direction: column;
    width: 95%;
  }
}
body.interview main section#sec01 .c-inner .c-sec01-flexbox__text {
  width: 47.7477477477%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__text {
    width: 52.6315789474%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__text {
    width: 100%;
    padding-bottom: 20px;
  }
}
body.interview main section#sec01 .c-inner .c-sec01-flexbox__img {
  width: 45.9459459459%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__img {
    width: 42.1052631579%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec01 .c-inner .c-sec01-flexbox__img {
    width: 100%;
  }
}
body.interview main section#sec02 .c-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec02 .c-inner {
    max-width: 75%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec02 .c-inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
body.interview main section#sec02 .c-inner h3 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec02 .c-inner h3 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec02 .c-inner h3 {
    padding-bottom: 25px;
  }
}
body.interview main section#sec02 .c-inner .c-sec01-flexbox {
  width: 100%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  body.interview main section#sec02 .c-inner .c-sec01-flexbox {
    flex-direction: column;
  }
}
body.interview main section#sec02 .c-inner .c-sec01-flexbox__text {
  width: 57.1%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__text {
    width: 66.6666666667%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__text {
    width: 100%;
    padding-bottom: 30px;
  }
}
body.interview main section#sec02 .c-inner .c-sec01-flexbox__img {
  width: 36%;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__img {
    width: 26.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec02 .c-inner .c-sec01-flexbox__img {
    width: 100%;
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body.interview main section#sec03 .c-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec03 .c-inner {
    max-width: 75%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec03 .c-inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
  }
}
body.interview main section#sec03 .c-inner h3 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec03 .c-inner h3 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec03 .c-inner h3 {
    padding-bottom: 25px;
  }
}
body.interview main section#sec03 .c-inner .c-sec03-text {
  width: 100%;
  padding-bottom: 85px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec03 .c-inner .c-sec03-text {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec03 .c-inner .c-sec03-text {
    padding-bottom: 40px;
  }
}
body.interview main section#sec03 .c-inner .c-sec03-img {
  width: 61%;
  margin: 0 auto;
  padding-bottom: 170px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec03 .c-inner .c-sec03-img {
    width: 80%;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec03 .c-inner .c-sec03-img {
    width: 100%;
    padding-bottom: 85px;
  }
}
body.interview main section#sec04 {
  margin-bottom: 145px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 {
    margin-bottom: 70px;
  }
}
body.interview main section#sec04 .c-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 .c-inner {
    max-width: 75%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 .c-inner {
    max-width: 85%;
    width: 95%;
    margin: 0 auto;
    padding: 25px 0 50px 0;
  }
}
body.interview main section#sec04 .c-inner h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 70px;
  padding: 0 0 25px 50px;
  position: relative;
  color: #d7d7c8;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 .c-inner h4 {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 56px;
    padding: 0 0 12px 25px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 .c-inner h4 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 49px;
    padding: 0 0 12px 25px;
  }
}
body.interview main section#sec04 .c-inner h4::before {
  background: #fff;
  position: absolute;
  content: "";
  top: 38%;
  left: 0;
  width: 35px;
  height: 1px;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 .c-inner h4::before {
    background: #fff;
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 .c-inner h4::before {
    background: #fff;
    position: absolute;
    content: "";
    top: 40%;
    left: 0;
    width: 20px;
    height: 1px;
  }
}
body.interview main section#sec04 .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 70px;
  padding-bottom: 35px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 15px;
  }
}
body.interview main section#sec04 .c-inner .c-sec04-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  body.interview main section#sec04 .c-inner .c-sec04-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  body.interview main section#sec04 .c-inner .c-sec04-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
}
body.interview main section#btn-sec .c-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body.interview main section#btn-sec .c-inner {
    max-width: 75%;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1300px) {
  body.interview main section#btn-sec .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}

body#interview01 main section#sec04 {
  background: url(../img/people/interview01/bg.webp) top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  body#interview01 main section#sec04 {
    background: url(../img/people/interview01/bg.webp) 40% center/cover no-repeat;
  }
}

body#interview02 main section#sec04 {
  background: url(../img/people/interview02/bg.webp) top center/cover no-repeat;
}

body#interview03 main section#sec04 {
  background: url(../img/people/interview03/bg.webp) top center/cover no-repeat;
}

body#interview04 main section#sec04 {
  background: url(../img/people/interview04/bg.webp) top center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  body#interview04 main section#sec04 {
    background: url(../img/people/interview04/bg.webp) 30% center/cover no-repeat;
  }
}

body#interview05 main section#sec04 {
  background: url(../img/people/interview05/bg.webp) top center/cover no-repeat;
}

body#interview06 main section#sec04 {
  background: url(../img/people/interview06/bg.webp) top center/cover no-repeat;
}

/*---------------------
recruit_index
---------------------*/
body#recruit_index main section#essential .c-inner {
  max-width: 967px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 235px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#essential .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 115px;
  }
}
body#recruit_index main section#essential .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 45px 0 55px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#essential .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    padding: 20px 0 25px 15px;
  }
}
body#recruit_index main section#essential .c-inner h2::before {
  content: "";
  background-color: #691400;
  position: absolute;
  top: 45%;
  left: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#essential .c-inner h2::before {
    position: absolute;
    top: 45%;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
body#recruit_index main section#essential .c-inner .p-essential-flexbox {
  width: 100%;
  flex-wrap: wrap;
}
body#recruit_index main section#essential .c-inner .p-essential-flexbox dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 70px;
  width: 18.6142709411%;
  padding: 20px 0 20px 10px;
  border-bottom: solid 1px #691400;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#essential .c-inner .p-essential-flexbox dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 49px;
    width: 22.2222222222%;
    padding: 10px 0 10px 5px;
  }
}
body#recruit_index main section#essential .c-inner .p-essential-flexbox dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  width: 78.1799379524%;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px #bebeaa;
  align-content: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#essential .c-inner .p-essential-flexbox dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    width: 72.2222222222%;
    padding: 10px 0 10px 10px;
  }
}
body#recruit_index main section#flow .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 445px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}
body#recruit_index main section#flow .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 45px 0 55px 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    padding: 20px 0 25px 15px;
  }
}
body#recruit_index main section#flow .c-inner h2::before {
  content: "";
  background-color: #691400;
  position: absolute;
  top: 45%;
  left: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner h2::before {
    content: "";
    background-color: #691400;
    position: absolute;
    top: 45%;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
body#recruit_index main section#flow .c-inner h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 70px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 49px;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox {
  background-color: #f2f2ee;
  padding: 15px;
  margin-bottom: 20px;
  width: 95.6%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox {
    width: 94.4444444444%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    flex-direction: column;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox__num {
  background-color: #691400;
  padding: 25px 10px;
  width: 7.3221757322%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox__num {
    padding: 0px 5px;
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox__num span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox__num span {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    display: inline;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox__num b {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 33px;
  line-height: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox__num b {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 35px;
    display: inline;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb {
  width: 92.5732217573%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb {
    width: 88.8888888889%;
    flex-direction: column;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dt {
  width: 21.4689265537%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  padding-left: 20px;
  align-content: center;
  color: #691400;
  border-right: solid 1px #bebeaa;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dt {
    width: 100%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 31px;
    padding-left: 10px;
    border: none;
    text-align: center;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: 71.8644067797%;
  margin: 0 auto;
  padding-left: 35px;
  align-content: center;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 21px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul {
    margin-bottom: 10px;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul li {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 37px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul li {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.only {
  width: 100%;
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.two {
  width: 100%;
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.two li {
  width: 48.427672956%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.two li {
    width: 47.7777777778%;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.three {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.three {
    flex-direction: column;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.three li {
  width: 31.4465408805%;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox dl.c-flex__sb dd ul.three li {
    width: 77.7777777778%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
body#recruit_index main section#flow .c-inner .p-flow-stepbox.last {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  body#recruit_index main section#flow .c-inner .p-flow-stepbox.last {
    margin-bottom: 35px;
  }
}

/*---------------------
faq
---------------------*/
body#faq main section#apply .c-inner,
body#faq main section#selection .c-inner,
body#faq main section#after .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner,
  body#faq main section#selection .c-inner,
  body#faq main section#after .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#faq main section#apply .c-inner h2,
body#faq main section#selection .c-inner h2,
body#faq main section#after .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  padding: 0px 0 60px 30px;
  position: relative;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner h2,
  body#faq main section#selection .c-inner h2,
  body#faq main section#after .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    padding: 0px 0 30px 15px;
  }
}
body#faq main section#apply .c-inner h2::before,
body#faq main section#selection .c-inner h2::before,
body#faq main section#after .c-inner h2::before {
  background-color: #691400;
  position: absolute;
  top: 22%;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner h2::before,
  body#faq main section#selection .c-inner h2::before,
  body#faq main section#after .c-inner h2::before {
    position: absolute;
    top: 25%;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
body#faq main section#apply .c-inner .q_sheet,
body#faq main section#selection .c-inner .q_sheet,
body#faq main section#after .c-inner .q_sheet {
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .q_sheet,
  body#faq main section#selection .c-inner .q_sheet,
  body#faq main section#after .c-inner .q_sheet {
    margin-bottom: 10px;
  }
}
body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb,
body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb,
body#faq main section#after .c-inner .q_sheet dl.c-flex__sb {
  width: 100%;
  background: url(../img/recruit/faq/plus.svg) 98% center/30px no-repeat #f2f2ee;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb,
  body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb,
  body#faq main section#after .c-inner .q_sheet dl.c-flex__sb {
    background: url(../img/recruit/faq/plus.svg) 97% center/20px no-repeat #f2f2ee;
  }
}
body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb dt,
body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb dt,
body#faq main section#after .c-inner .q_sheet dl.c-flex__sb dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 80px;
  width: 9.5%;
  text-align: center;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb dt,
  body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb dt,
  body#faq main section#after .c-inner .q_sheet dl.c-flex__sb dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    width: 11.1111111111%;
    padding: 7px 0;
  }
}
body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb dd,
body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb dd,
body#faq main section#after .c-inner .q_sheet dl.c-flex__sb dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 80px;
  width: 90.5%;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .q_sheet dl.c-flex__sb dd,
  body#faq main section#selection .c-inner .q_sheet dl.c-flex__sb dd,
  body#faq main section#after .c-inner .q_sheet dl.c-flex__sb dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    width: 88.8888888889%;
    padding: 7px 0;
  }
}
body#faq main section#apply .c-inner .q_sheet.open dl.c-flex__sb,
body#faq main section#selection .c-inner .q_sheet.open dl.c-flex__sb,
body#faq main section#after .c-inner .q_sheet.open dl.c-flex__sb {
  background: url(../img/recruit/faq/minus.svg) 98% center/30px no-repeat #f2f2ee;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .q_sheet.open dl.c-flex__sb,
  body#faq main section#selection .c-inner .q_sheet.open dl.c-flex__sb,
  body#faq main section#after .c-inner .q_sheet.open dl.c-flex__sb {
    background: url(../img/recruit/faq/minus.svg) 97% center/20px no-repeat #f2f2ee;
  }
}
body#faq main section#apply .c-inner .a_sheet,
body#faq main section#selection .c-inner .a_sheet,
body#faq main section#after .c-inner .a_sheet {
  display: none;
}
body#faq main section#apply .c-inner .a_sheet p,
body#faq main section#selection .c-inner .a_sheet p,
body#faq main section#after .c-inner .a_sheet p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  padding: 5px 0 50px 95px;
}
@media screen and (max-width: 768px) {
  body#faq main section#apply .c-inner .a_sheet p,
  body#faq main section#selection .c-inner .a_sheet p,
  body#faq main section#after .c-inner .a_sheet p {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding: 5px 0 25px 35px;
  }
}
body#faq main section#apply .c-inner .a_sheet.open,
body#faq main section#selection .c-inner .a_sheet.open,
body#faq main section#after .c-inner .a_sheet.open {
  display: block;
}
body#faq main section#after .c-inner {
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  body#faq main section#after .c-inner {
    padding-bottom: 40px;
  }
}

/*---------------------
message
---------------------*/
body#message main section#sec01 {
  background-color: #f2f2ee;
}
body#message main section#sec01 .c-inner {
  max-width: 928px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
body#message main section#sec01 .c-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  color: #000;
  padding: 85px 0 70px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner h2 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    padding: 40px 0 35px 15px;
  }
}
body#message main section#sec01 .c-inner h2::before {
  content: "";
  background: #691400;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner h2::before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
  }
}
body#message main section#sec01 .c-inner dl {
  width: 90.8108108108%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner dl {
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#message main section#sec01 .c-inner dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  padding-bottom: 40px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 39px;
    padding-bottom: 20px;
  }
}
body#message main section#sec01 .c-inner dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    padding-bottom: 40px;
  }
}
body#message main section#sec01 .c-inner .p-sec01-img {
  width: 64.8648648649%;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  body#message main section#sec01 .c-inner .p-sec01-img {
    width: 77.7777777778%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}

/*--------------------------
service_index
--------------------------*/
body#service_index main section.introduce .c-inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox {
  width: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox {
    flex-direction: column;
    padding-top: 35px;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__text {
  width: 49%;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__text {
    width: 88.8888888889%;
    margin: 0 auto;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb {
  padding-bottom: 35px;
  margin-bottom: 60px;
  width: 100%;
  border-bottom: solid 1px #bebeaa;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb .p-flexbox-num {
  width: 5.1020408163%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb .p-flexbox-num {
    width: 20%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 49px;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb h2 {
  width: 87.7551020408%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 70px;
  color: #691400;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__text div.c-flex__sb h2 {
    width: 160%;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 49px;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__text .p-flexbox-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  width: 100%;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__text .p-flexbox-text {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    padding-bottom: 30px;
  }
}
body#service_index main section.introduce .c-inner .p-common-flexbox__img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-flexbox__img {
    width: 77.7777777778%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
body#service_index main section.introduce .c-inner .p-common-example {
  background-color: #fff;
  padding-top: 40px;
  margin: -5px 0 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example {
    padding-top: 20px;
    margin: -5px 0 10px 0;
  }
}
body#service_index main section.introduce .c-inner .p-common-example h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 20px;
  color: #691400;
  border-left: solid 4px #000;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    width: 88.8888888889%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example__flexbox {
    width: 88.8888888889%;
    margin: 0 auto;
    flex-direction: column;
  }
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box {
    width: 93.75%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box__img {
  width: 92.5925925926%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box__img {
    width: 50%;
    margin: 0 auto;
  }
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box dl {
  width: 100%;
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #691400;
  height: 120px;
  margin-bottom: 25px;
  align-content: center;
  border-bottom: solid 1px #bebeaa;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box dl dt {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    height: 60px;
    margin-bottom: 15px;
  }
}
body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box dl dd {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 33px;
  padding-bottom: 40px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body#service_index main section.introduce .c-inner .p-common-example__flexbox .p-example-box dl dd {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    padding-bottom: 20px;
  }
}
body#service_index main section#general {
  background-color: #f2f2ee;
}
body#service_index main section#cook {
  background-color: #fff;
}
body#service_index main section#cook .c-inner .p-common-example {
  background-color: #f2f2ee;
}
body#service_index main section#headquarters {
  background-color: #f2f2ee;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body#service_index main section#headquarters {
    padding-bottom: 50px;
  }
}

/*---------------------
special01
---------------------*/
body#special01 {
  padding: 0;
  margin: 0;
}
body#special01 main section#card {
  background-color: #d7d7c8;
  padding-bottom: 150px;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  body#special01 main section#card {
    padding-bottom: 75px;
  }
}
body#special01 main section#card .c-inner {
  max-width: 990px;
  width: 95%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body#special01 main section#card .c-inner {
    max-width: 90%;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
  }
}
body#special01 main section#card .c-inner .quickFlip {
  width: 48.4848484848%;
  margin-bottom: 25px;
  height: 590px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body#special01 main section#card .c-inner .quickFlip {
    width: 77.7777777778%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 350px;
  }
}
body#special01 main section#card .c-inner .quickFlip img {
  display: block;
  width: 100%;
  height: 590px;
}
@media screen and (max-width: 768px) {
  body#special01 main section#card .c-inner .quickFlip img {
    height: 350px;
  }
}

/*------------------------------
 reset
------------------------------*/
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, 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,
section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  width: 100%;
  height: auto;
}

span.ib {
  display: inline-block;
}/*# sourceMappingURL=styles.css.map */