@charset "UTF-8";
/*
Theme Name: o-ishii_wp
Author: ADS テンプレートA
Version: 1.0
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
/* this project font */
/*----------------------------------------------------------------------
　サイトパーツ
----------------------------------------------------------------------*/
body {
  color: #2C2C2C !important;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: 4.267vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 2.4em;
}
@media screen and (max-width: 767px) {
  body p {
    line-height: 1.8em;
  }
}
body h3 {
  line-height: 1.6;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}

.container {
  width: 1232px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5vw;
  }
}

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

.list {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}
.list:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.list__title {
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .list__title {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .list__title {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .list__title {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .list__title {
    font-size: 5.867vw;
  }
}
.list__title::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #2C2C2C;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .list__title::after {
    top: 5vw;
    width: 3vw;
    height: 3vw;
  }
}

/*----------------------------------------------------------------------
　フェードイン
----------------------------------------------------------------------*/
.fade-in {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fade-in.animated {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fade-in-delay {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/*----------------------------------------------------------------------
　メインビジュアル
----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  main {
    margin-top: 13.7vw;
  }
}

.main-visual__wrap {
  position: relative;
  z-index: 0;
  height: calc(100vh - 96px);
}
@media screen and (max-width: 767px) {
  .main-visual__wrap {
    height: auto;
  }
}
.main-visual__mv-text-block {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main-visual__mv-text-block {
    position: relative;
    margin-top: -25vw;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.main-visual__slider {
  padding-left: calc(8% + 200px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual__slider {
    padding-left: 0;
    height: 113.7vw;
  }
}
.main-visual__slider .slider, .main-visual__slider .slick-list, .main-visual__slider .slick-track, .main-visual__slider .slick-slide, .main-visual__slider .slider__img, .main-visual__slider img {
  height: inherit;
}

.mv-text-block__line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv-text-block__line {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__line {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.mv-text-block__title-block {
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
.mv-text-block__title-block-inner {
  background-color: #3A738D;
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block-inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block-inner {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block-inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__title-block-inner {
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.mv-text-block__sub-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .mv-text-block__sub-title {
    font-size: 4.267vw;
  }
}
.mv-text-block__title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .mv-text-block__title {
    font-size: 7.467vw;
  }
}
.mv-text-block__text {
  margin-top: 60px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mv-text-block__text {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
.mv-text-block__text-inner {
  background-color: #fff;
  display: inline-block;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .mv-text-block__text-inner {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .mv-text-block__text-inner {
    background-color: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-top: calc(0 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mv-text-block__text-inner {
    padding-bottom: calc(0 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　スライダー
----------------------------------------------------------------------*/
.slider {
  position: relative;
  z-index: 0;
}
.slider__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots {
    display: none !important;
  }
}
.slider .slick-dots li {
  width: initial;
  height: initial;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li {
    margin-left: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-dots li {
    margin-right: calc(10 * 2 / 10 * 1vw);
  }
}
.slider .slick-dots li button {
  width: initial;
  height: initial;
}
.slider .slick-dots li button::before {
  width: initial;
  height: initial;
  color: #fff !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .slider .slick-dots li button::before {
    font-size: 2.933vw;
  }
}

/*----------------------------------------------------------------------
　ヘッダー
----------------------------------------------------------------------*/
.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__wrap {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 967px) {
  .header__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 967px) and (max-width: 767px) {
  .header__wrap {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 967px) and (max-width: 767px) {
  .header__wrap {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 967px) and (max-width: 767px) {
  .header__wrap {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 967px) and (max-width: 767px) {
  .header__wrap {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.header__logo {
  width: 100%;
  max-width: var(--max-width-pc);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
.header__logo a {
  display: block;
  width: 100%;
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: var(--max-width-sp);
  }
  .header__logo a {
    height: 100%;
  }
  .header__logo img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__logo-text {
  font-size: 28px;
  font-weight: 900;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header__logo-text {
    font-size: 5.333vw;
  }
}
.header__navi {
  width: 70%;
}
@media screen and (min-width: 1200px) {
  .header__navi {
    max-width: 950px;
    width: 100%;
  }
}
@media screen and (max-width: 967px) {
  .header__navi {
    display: none;
  }
}
.header__sp-menu {
  display: none;
}
@media screen and (max-width: 967px) {
  .header__sp-menu {
    display: block;
  }
}

/*----------------------------------------------------------------------
　ヘッダーナビ
----------------------------------------------------------------------*/
.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navi__item {
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  .header-navi__item {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 1047px) {
  .header-navi__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 1047px) and (max-width: 767px) {
  .header-navi__item {
    font-size: 4.267vw;
  }
}
.header-navi__item::after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #00334A;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-navi__item:hover::after {
  width: 30px;
}
.header-navi__item {
  position: relative;
  z-index: 0;
}
.header-navi__item .mega-menu-content {
  padding-top: 40px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content {
    padding-top: calc(40 * 2 / 10 * 1vw);
  }
}
.header-navi__item .mega-menu-content__wrap {
  width: 100px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  background-color: #00334A;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__wrap {
    padding-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__wrap {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__wrap {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__wrap {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.header-navi__item .mega-menu-content__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__item:not(:first-child) {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.header-navi__item .mega-menu-content__item:not(:last-child) {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .header-navi__item .mega-menu-content__item:not(:last-child) {
    padding-bottom: calc(15 * 2 / 10 * 1vw);
  }
}
.header-navi__item:hover .mega-menu-content {
  visibility: visible;
  opacity: 1;
}
.header-navi__contact {
  background-color: #00334A;
  color: #fff;
}
.header-navi__contact a {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .header-navi__contact a {
    padding-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__contact a {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__contact a {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .header-navi__contact a {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.header-navi__contact a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------------------
　ハンバーガー
----------------------------------------------------------------------*/
.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 30px;
  position: relative;
  height: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .menu-trigger {
    width: 5vw;
    height: 2.8vw;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2C2C2C;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.menu-trigger span:nth-of-type(3) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(1.7vw) rotate(-45deg);
          transform: translateY(1.7vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.9vw) rotate(45deg);
          transform: translateY(-0.9vw) rotate(45deg);
}

/*----------------------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------------------*/
.sp-navi {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sp-navi {
    padding-bottom: 10vw;
  }
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  color: #2C2C2C;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}
@media (max-width: 767px) {
  .sp-navi__item {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item {
    margin-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__item {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}
.sp-navi__contact {
  background-color: #00334A;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__contact {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__contact {
    margin-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-navi__contact {
    margin-right: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__contact a {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__contact a {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__item > span {
  display: block;
}
.sp-navi__item > a {
  display: block;
}
.sp-navi__item .mega-menu-content {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sp-navi__item .mega-menu-content {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.sp-navi__item .mega-menu-content__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__item .mega-menu-content__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__item .arrow-bottom {
  position: relative;
  z-index: 0;
}
.sp-navi__item .arrow-bottom::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5vw;
  display: inline-block;
  color: #2C2C2C;
  line-height: 1;
  width: 2vw;
  height: 2vw;
  border: 1px solid #2C2C2C;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-navi__item .arrow-bottom.active::after {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.sp-navi__item .arrow {
  position: relative;
  z-index: 0;
}
.sp-navi__item .arrow::after {
  content: "";
  top: 30%;
  right: 5vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  display: inline-block;
  color: #2C2C2C;
  line-height: 1;
  width: 2vw;
  height: 2vw;
  border: 1px solid #2C2C2C;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.sp-navi__freecall {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__freecall {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.sp-navi__tel {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sp-navi__tel {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　フッター
----------------------------------------------------------------------*/
.footer {
  background-color: #2C2C2C;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
.footer__wrap {
  width: 1232px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding: 0 5vw;
  }
}
.footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__block {
    gap: 8vw;
  }
}
.footer__left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    text-align: center;
  }
}
.footer__right {
  width: 60%;
}
@media screen and (min-width: 1200px) {
  .footer__right {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .footer__right {
    width: 100%;
  }
}
.footer__logo {
  width: 100%;
  max-width: var(--max-width-pc);
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: var(--max-width-sp);
    margin: auto;
  }
}
.footer__logo-text {
  font-size: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer__logo-text {
    font-size: 6.4vw;
  }
}
.footer__address {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.footer__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__info-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .footer__info-block {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3vw;
  }
  .footer__info-block > span {
    width: 100%;
    display: block;
  }
}
.footer__info-block--freecall {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer__info-block--freecall {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.footer__info-block--freecall span {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__info-block--freecall span {
    font-size: 3.733vw;
  }
}
.footer__info-block--freecall span:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__info-block--freecall span:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.footer__to-top {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer__to-top {
    top: -6vw;
  }
}
.footer__legal {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer__legal {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__legal {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__legal {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__banner {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer__banner {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5vw 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__banner {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.footer__banner a {
  display: block;
  max-width: 280px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .footer__banner a {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.footer__banner span {
  display: block;
  max-width: 280px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .footer__banner span {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.footer__banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.footer__note {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__note {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　フッターメニュー
----------------------------------------------------------------------*/
.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-navi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10vw 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi__block {
    width: 50%;
  }
}
.footer-navi__item {
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-navi__item {
    font-size: 3.733vw;
  }
}
.footer-navi a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-navi a:hover {
  opacity: 0.6;
}
.footer-navi__block--item .footer-navi__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-navi__block--item .footer-navi__item:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer-navi .mega-menu-content__item {
  margin-top: 20px;
  position: relative;
  z-index: 0;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    padding-left: calc(25 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer-navi .mega-menu-content__item {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer-navi .mega-menu-content__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(assets/images/arrow--link.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer-navi .mega-menu-content__item::after {
    background-size: auto 100%;
    width: 90%;
    height: 90%;
  }
}

/*----------------------------------------------------------------------
　ページトップ
----------------------------------------------------------------------*/
.to-top {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2C2C2C;
  position: relative;
  background-color: #fff;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 12vw;
    height: 12vw;
  }
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #2C2C2C;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .to-top::before, .to-top::after {
    width: 2.5vw;
    height: 0.5vw;
  }
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -6px;
}
@media screen and (max-width: 767px) {
  .to-top::before {
    right: -1.5vw;
  }
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -6px;
}
@media screen and (max-width: 767px) {
  .to-top::after {
    left: -1.5vw;
  }
}
.to-top:hover {
  opacity: 1;
}

/*----------------------------------------------------------------------
　ボタン
----------------------------------------------------------------------*/
.normal-btn {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  color: #2C2C2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  border: 1px solid #2C2C2C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .normal-btn {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 767px) {
  .normal-btn {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .normal-btn {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.normal-btn:hover {
  background-color: #2C2C2C;
  color: #fff;
}

.normal-btn-border-none {
  border: none;
}

.contact-btn {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #2C2C2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact-btn {
    font-size: 4.267vw;
  }
}
.contact-btn a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.contact-btn:hover {
  background-color: #2C2C2C;
  color: #fff;
}

.btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: center;
  }
}

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

.btn-margin--xl {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .btn-margin--xl {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .btn-flex {
    gap: 6vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .btn-flex > div {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
　ページ周り
----------------------------------------------------------------------*/
.page {
  padding: 150px 0px 150px;
}
@media screen and (max-width: 767px) {
  .page {
    padding: 20vw 0px 20vw;
  }
}
.page__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page__heading {
    margin-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
.page-full {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-full {
    padding-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-full {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.page-breadcrumb {
  padding-top: 10px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    padding-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    padding-bottom: calc(0 * 2 / 10 * 1vw);
  }
}
.page-top--sm {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-top--sm {
    padding-top: calc(10 * 2 / 10 * 1vw);
  }
}
.page-top {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .page-top {
    padding-top: calc(150 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-top {
    padding-top: calc(120 * 2 / 10 * 1vw);
  }
}
.page-bg-color--half {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-bottom: calc(200 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-bg-color--half {
    padding-top: calc(0 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-bg-color--half {
    padding-bottom: calc(100 * 2 / 10 * 1vw);
  }
}
.page-bottom--sm {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-bottom--sm {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}

.page-mv {
  height: 300px;
  background-position: center;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-mv {
    height: 40vw;
  }
}
.page-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-mv > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-mv__content {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-mv__content {
    bottom: -7vw;
  }
}
.page-mv__title {
  font-size: 30px;
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .page-mv__title {
    font-size: 6.933vw;
  }
}
@media screen and (max-width: 767px) {
  .page-mv__title {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-mv__title {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-mv__title {
    padding-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .page-mv__title {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　パーツサイド
----------------------------------------------------------------------*/
.parts-side__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .parts-side__block {
    gap: 12vw;
  }
}
.parts-side__block-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-side__heading {
  width: 30%;
}
.parts-side__heading .heading {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .parts-side__heading {
    width: 100%;
  }
  .parts-side__heading .heading {
    max-width: 100%;
  }
}
.parts-side__content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .parts-side__content {
    width: 100%;
  }
}

/*----------------------------------------------------------------------
　記事詳細
----------------------------------------------------------------------*/
.md-body {
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.cateogry-list__item {
  display: inline-block;
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #2C2C2C;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cateogry-list__item {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .cateogry-list__item {
    padding-top: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .cateogry-list__item {
    padding-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .cateogry-list__item {
    font-size: 3.733vw;
  }
}
.cateogry-list__item:not(:first-child) {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .cateogry-list__item:not(:first-child) {
    margin-left: calc(6 * 2 / 10 * 1vw);
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .single__title {
    font-size: 5.867vw;
  }
}
@media screen and (max-width: 767px) {
  .single__title {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.single__date {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__date {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .single__date {
    font-size: 4.267vw;
  }
}
.single__category {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__category {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.single__thumbnail img {
  width: 100%;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single__content {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.single__voice-name {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__voice-name {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　記事詳細パーツ
----------------------------------------------------------------------*/
.wysiwyg {
  font-weight: 500;
  line-height: 1.8;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg table,
  .wysiwyg dl,
  .wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 5.867vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg h2 {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 5.333vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg h3 {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .wysiwyg h4 {
    font-size: 4.8vw;
  }
}
.wysiwyg p {
  font-size: 16px;
  line-height: 2.2em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wysiwyg p {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg p {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg p {
    line-height: 1.8em;
  }
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 20px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #F2F2F2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #F2F2F2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt, .wysiwyg dd {
  padding: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .wysiwyg dt, .wysiwyg dd {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #F2F2F2;
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .wysiwyg blockquote {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg blockquote {
    padding: calc(40 * 2 / 10 * 1vw);
  }
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
@media (max-width: 767px) {
  .wysiwyg blockquote::before {
    font-size: 5.333vw;
  }
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
@media (max-width: 767px) {
  .wysiwyg blockquote::after {
    font-size: 5.333vw;
  }
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
@media (max-width: 767px) {
  .wysiwyg blockquote cite {
    font-size: 3.733vw;
  }
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wysiwyg ul {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.wysiwyg ol {
  list-style: decimal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wysiwyg ol {
    margin-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li, .wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}

/*----------------------------------------------------------------------
　ページネーション
----------------------------------------------------------------------*/
.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination, .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pagination, .page-numbers {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.pagination span, .pagination a, .page-numbers span, .page-numbers a {
  display: block;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pagination span, .pagination a, .page-numbers span, .page-numbers a {
    font-size: 4.267vw;
  }
}
.pagination span.current, .pagination span:hover, .pagination a.current, .pagination a:hover, .page-numbers span.current, .page-numbers span:hover, .page-numbers a.current, .page-numbers a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #BABABA;
}

/*----------------------------------------------------------------------
　パンくず
----------------------------------------------------------------------*/
.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #EBE4D8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

/*----------------------------------------------------------------------
　見出し
----------------------------------------------------------------------*/
.heading {
  text-align: center;
}
.heading__jp {
  font-size: 26px;
  color: #00334A;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading__jp {
    font-size: 5.867vw;
  }
}
@media screen and (max-width: 767px) {
  .heading__jp {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.heading__jp--white {
  color: #fff !important;
}
.heading__jp--mini {
  font-size: 24px;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .heading__jp--mini {
    font-size: 6.4vw;
  }
}
.heading__en {
  font-size: 24px;
  color: #00334A;
  margin-top: 25px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .heading__en {
    font-size: 5.867vw;
  }
}
@media screen and (max-width: 767px) {
  .heading__en {
    margin-top: calc(25 * 2 / 10 * 1vw);
  }
}
.heading__en--white {
  color: #fff !important;
}
.heading__line {
  background-color: #00334A;
  position: relative;
  z-index: 0;
  width: 120px;
  height: 1px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .heading__line {
    width: 20vw;
  }
}
.heading__line::after {
  content: "";
  position: absolute;
  background-color: #00334A;
  border-radius: 100px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .heading__line::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.heading__line--white {
  background-color: #fff !important;
}
.heading__line--white::after {
  content: "";
  position: absolute;
  background-color: #fff !important;
  border-radius: 100px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 12px;
}

/*----------------------------------------------------------------------
　パーツ
----------------------------------------------------------------------*/
.parts__block-mini {
  max-width: 800px;
  margin: auto;
}
.parts__title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .parts__title {
    font-size: 5.867vw;
  }
}
.parts__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .parts__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.parts__list {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .parts__list {
    margin-top: calc(150 * 2 / 10 * 1vw);
  }
}
.parts__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/6;
}
@media screen and (max-width: 767px) {
  .parts__img img {
    aspect-ratio: 16/10;
  }
}
.parts__img-bg-color {
  position: relative;
  z-index: 0;
}
.parts__img-bg-color::after {
  content: "";
  background-color: rgba(0, 51, 74, 0.1);
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 40%;
  height: 70%;
  z-index: -1;
}
.parts__tel-block {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .parts__tel-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.parts__freecall-block {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .parts__freecall-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　パーツ　フルサイズ
----------------------------------------------------------------------*/
.parts-full__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.parts-full__block-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.parts-full__box {
  position: relative;
  z-index: 0;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .parts-full__box {
    width: 100%;
  }
}
.parts-full__box::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.parts-full__box--link {
  display: block;
}
.parts-full__box--link .parts-full__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parts-full__box--link:hover .parts-full__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.parts-full__box--link:hover.parts-full__box::before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parts-full__box-left {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .parts-full__box-left {
    width: 100%;
  }
}
.parts-full__box-right {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .parts-full__box-right {
    width: 100%;
  }
}
.parts-full__img {
  height: 100%;
}
.parts-full__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 16/9;
}
.parts-full__img-inner {
  height: 100%;
}
.parts-full__img-bg {
  position: relative;
  z-index: 0;
}
.parts-full__img-bg::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: 0;
}
.parts-full__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.parts-full__text-block-inner {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-left: calc(0 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-full__text-block-inner {
    padding-right: calc(0 * 2 / 10 * 1vw);
  }
}
.parts-full__text-block-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.parts-full__bg-color-right {
  position: absolute;
  background-color: rgba(0, 51, 74, 0.1);
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .parts-full__bg-color-right {
    width: 100vw;
    left: -5vw;
  }
}
.parts-full__bg-color-left {
  position: absolute;
  background-color: rgba(0, 51, 74, 0.1);
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .parts-full__bg-color-left {
    width: 100vw;
    right: -5vw;
  }
}
.parts-full__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .parts-full__text {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　パーツ　カラム
----------------------------------------------------------------------*/
.parts-column__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .parts-column__block {
    gap: 10vw;
  }
}
.parts-column__block-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.parts-column__img {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .parts-column__img {
    width: 100%;
  }
}
.parts-column__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/16;
}
.parts-column__text-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .parts-column__text-block {
    width: 100%;
  }
}
.parts-column__text-center {
  text-align: center;
}
.parts-column__title {
  font-size: 24px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .parts-column__title {
    font-size: 5.333vw;
  }
}
.parts-column__text {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .parts-column__text {
    margin-top: calc(35 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.parts-column__sign {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .parts-column__sign {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.parts-column__sign-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .parts-column__sign-inner {
    gap: 0 4vw;
  }
}
.parts-column__img--left .parts-column__img-inner {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .parts-column__img--left .parts-column__img-inner {
    margin-right: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__img--left .parts-column__img-inner {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__img--left .parts-column__img-inner {
    margin-right: calc(0 * 2 / 10 * 1vw);
  }
}
.parts-column__img--right .parts-column__img-inner {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .parts-column__img--right .parts-column__img-inner {
    margin-left: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .parts-column__img--right .parts-column__img-inner {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .parts-column__img--right .parts-column__img-inner {
    margin-left: calc(0 * 2 / 10 * 1vw);
  }
}
.parts-column__slogan {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .parts-column__slogan {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.parts-column__movie:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .parts-column__movie:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.parts-column__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.parts-column--bg-color {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .parts-column--bg-color {
    padding-top: calc(100 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　幅調整
----------------------------------------------------------------------*/
.obg-right img {
  width: 100%;
}

.obg-left img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .obj-left--md-none {
    width: 100vw !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

@media screen and (max-width: 767px) {
  .obj-right--md-none {
    width: 100vw !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

/*----------------------------------------------------------------------
　背景
----------------------------------------------------------------------*/
.bg-color {
  background-color: rgba(0, 51, 74, 0.1);
}

.bg-left-color {
  position: relative;
  z-index: 0;
}
.bg-left-color::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 121%;
  width: calc(50% + 50px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-left-color::before {
    width: calc(50% + 0px);
  }
}
.bg-left-color::after {
  content: "";
  background-color: rgba(0, 51, 74, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 120%;
  width: 50vw;
  z-index: -2;
}
.bg-left-color:before {
  right: 0;
}
.bg-left-color::after {
  left: 0;
  margin-left: calc(100% - 50vw);
}
@media screen and (max-width: 767px) {
  .bg-left-color::after {
    left: -5vw;
    margin-left: auto;
  }
}

.bg-right-color {
  position: relative;
  z-index: 0;
}
.bg-right-color::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 121%;
  width: calc(50% + 50px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-right-color::before {
    width: calc(50% + 0px);
  }
}
.bg-right-color::after {
  content: "";
  background-color: rgba(0, 51, 74, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 120%;
  width: 50vw;
  z-index: -2;
}
.bg-right-color:before {
  left: 0;
}
.bg-right-color::after {
  right: 0;
  margin-right: calc(100% - 50vw);
}
@media screen and (max-width: 767px) {
  .bg-right-color::after {
    right: -5vw;
    margin-right: auto;
  }
}

.bg-color-left--half {
  position: relative;
  z-index: 0;
}
.bg-color-left--half::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 101%;
  width: calc(50% + 400px);
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 1047px) {
  .bg-color-left--half::before {
    width: calc(50% + 200px);
  }
}
@media screen and (max-width: 767px) {
  .bg-color-left--half::before {
    width: calc(50% + 0px);
  }
}
.bg-color-left--half::after {
  content: "";
  background-color: rgba(0, 51, 74, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 100%;
  width: 100vw;
  z-index: -3;
  left: 0;
  margin-left: calc(100% - 100vw);
}
@media screen and (max-width: 767px) {
  .bg-color-left--half::after {
    width: 22vw;
  }
}

/*----------------------------------------------------------------------
　背景画像
----------------------------------------------------------------------*/
.bg-img-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg-img-contact::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

/*----------------------------------------------------------------------
　CTP 共通
----------------------------------------------------------------------*/
.common-contact__box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .common-contact__box:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.common-contact__recruit {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .common-contact__recruit {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}

.contact-box {
  background-color: #00334A;
  color: #fff;
}
.contact-box__block-inner {
  padding-left: 20px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-box__block-inner {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-box__block-inner {
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-box__block-inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-box__block-inner {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contact-box__block-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 6vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-box__block-inner {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-box__block-inner {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-box__block-inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-box__block-inner {
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.contact-box__heading {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact-box__heading {
    width: 100%;
  }
}
.contact-box__text-block {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-box__text-block {
    width: 100%;
  }
}
.contact-box__title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-box__title {
    font-size: 5.333vw;
  }
}
.contact-box__btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-box__btn {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.contact-box__time {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact-box__time {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.recruit-box {
  background-color: #6A2C1E;
  color: #fff;
}
.recruit-box__block-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-box__block-inner {
    gap: 6vw;
  }
}
.recruit-box__title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recruit-box__title {
    font-size: 5.333vw;
  }
}
.recruit-box__lead {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-box__lead {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.recruit-box__btn-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4%;
}
@media screen and (max-width: 767px) {
  .recruit-box__btn-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-box__btn-block {
    gap: 6vw;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit-box__btn-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.recruit-box__btn-block > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit-box__btn-block > div {
    width: 100%;
  }
}
.recruit-box__time {
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-box__time {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.recruit-box__flex {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-box__flex {
    padding-left: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-box__flex {
    padding-right: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-box__flex {
    padding-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-box__flex {
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-box__flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit-box__flex {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .recruit-box__flex {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　SNS周り
----------------------------------------------------------------------*/
.sns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sns__item {
    width: 10vw;
  }
}

/*----------------------------------------------------------------------
　求人情報
----------------------------------------------------------------------*/
.recruit-table {
  max-width: 800px;
  margin: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-table {
    border-spacing: 0;
  }
}
.recruit-table th, .recruit-table td {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-table th, .recruit-table td {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table th, .recruit-table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit-table th, .recruit-table td {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.recruit-table th {
  background-color: rgba(0, 51, 74, 0.1);
  width: 20%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recruit-table th {
    width: 100%;
    display: block;
  }
}
.recruit-table td {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruit-table td {
    width: 100%;
    display: block;
  }
}

/*----------------------------------------------------------------------
　アクセス
----------------------------------------------------------------------*/
.access-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .access-box {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box {
    margin-bottom: calc(100 * 2 / 10 * 1vw);
  }
}
.access-box__main {
  max-width: 800px;
  margin: auto;
}
.access-box__place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #BABABA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .access-box__place {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__place {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .access-box__place {
    gap: 4vw;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access-box__place {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .access-box__place {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.access-box__title {
  width: 10%;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .access-box__title {
    font-size: 5.333vw;
  }
}
@media screen and (max-width: 767px) {
  .access-box__title {
    width: 100%;
  }
}
.access-box__content {
  width: 90%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .access-box__content {
    width: 100%;
  }
}
.access-box__info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .access-box__info {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.access-box__map {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .access-box__map {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.access-box__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .access-box__map iframe {
    aspect-ratio: 16/14;
  }
}

/*----------------------------------------------------------------------
　会社情報
----------------------------------------------------------------------*/
.company-wrap {
  max-width: 800px;
  margin: auto;
}

.company-table {
  width: 100%;
}
.company-table tr {
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .company-table tr {
    display: grid;
  }
}
.company-table th, .company-table td {
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company-table th, .company-table td {
    padding: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table th, .company-table td {
    padding-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .company-table th, .company-table td {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.company-table th {
  width: 20%;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .company-table th {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-table th {
    font-size: 3.733vw;
  }
}
.company-table td {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company-table td {
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company-table td {
    padding-top: calc(10 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　サービス内容
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(30px * -1);
  }
  .service-list__item {
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .service-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .service-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .service-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.service-list-item__title {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service-list-item__title {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .service-list-item__title {
    font-size: 5.867vw;
  }
}
.service-list-item__text {
  margin-top: 20px;
  line-height: 2.4em;
}
@media screen and (max-width: 767px) {
  .service-list-item__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　ギャラリー
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .gallery-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .gallery-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .gallery-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .gallery-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.gallery-list-item figcaption {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .gallery-list-item figcaption {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.gallery-list-item img {
  aspect-ratio: 16/16;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------------------------
　スタッフ
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .staff-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .staff-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (3 - 1)) / 3);
  }
  .staff-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .staff-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .staff-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .staff-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.staff-list-item__item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .staff-list-item__item-block {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .staff-list-item__item-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.staff-list-item__item-block:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .staff-list-item__item-block:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.staff-list-item__item {
  width: 30%;
  font-weight: 600;
}
.staff-list-item__text {
  width: 70%;
}
.staff-list-item__comment {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .staff-list-item__comment {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.staff-list-item__img img {
  aspect-ratio: 9/10;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------------------------
　お客様の声
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(40px * -1);
  }
  .voice-list__item {
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc((100% - 40px * (2 - 1)) / 2);
  }
  .voice-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(8vw * -1);
  }
  .voice-list__item {
    margin-bottom: 8vw;
    margin-right: 8vw;
    width: calc((100% - 8vw * (1 - 1)) / 1);
  }
  .voice-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}

.voice-list-item__info-block {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice-list-item__info-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.voice-list-item__title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice-list-item__title {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .voice-list-item__title {
    font-size: 4.8vw;
  }
}
.voice-list-item__thumbnail img {
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------------------------------------
　施工事例
----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(60px * -1);
  }
  .works-list__item {
    margin-bottom: 60px;
    margin-right: 60px;
    width: calc((100% - 60px * (3 - 1)) / 3);
  }
  .works-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(6vw * -1);
  }
  .works-list__item {
    margin-bottom: 6vw;
    margin-right: 6vw;
    width: calc((100% - 6vw * (1 - 1)) / 1);
  }
  .works-list__item:nth-of-type(1n) {
    margin-right: 0;
  }
}
.works-list__item {
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 10px rgba(44, 44, 44, 0.2);
          box-shadow: 2px 5px 10px rgba(44, 44, 44, 0.2);
}

.works-list-item {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .works-list-item {
    padding: calc(30 * 2 / 10 * 1vw);
  }
}
.works-list-item__info-block {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .works-list-item__info-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.works-list-item__title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .works-list-item__title {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media (max-width: 767px) {
  .works-list-item__title {
    font-size: 4.8vw;
  }
}
.works-list-item__category {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .works-list-item__category {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.works-list-item__img {
  overflow: hidden;
}
.works-list-item__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list-item:hover {
  opacity: 0.8;
}
.works-list-item__works-summary {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .works-list-item__works-summary {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.works-summary-list {
  font-size: 14px;
}
@media (max-width: 767px) {
  .works-summary-list {
    font-size: 3.733vw;
  }
}

.works-summary-bg {
  background-color: rgba(186, 186, 186, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .works-summary-bg {
    padding-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg {
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg {
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}

.works-summary-bg--mini {
  background-color: rgba(186, 186, 186, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .works-summary-bg--mini {
    padding-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg--mini {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg--mini {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary-bg--mini {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}

.works-summary__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 767px) {
  .works-summary__box {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .works-summary__box {
    gap: 6vw;
  }
}
.works-summary__box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .works-summary__box:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　沿革
----------------------------------------------------------------------*/
.history__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history__heading {
  width: 25%;
}
.history__heading .heading {
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .history__heading {
    width: 100%;
  }
  .history__heading .heading {
    max-width: 100%;
  }
}
.history__content {
  width: 75%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .history__content {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .history__content {
    width: 100%;
  }
}
.history__box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history__box {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .history__box {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.history__box:not(:last-child) {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
.history__box:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .history__box:not(:first-child) {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.history__box-year {
  width: 15%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .history__box-year {
    width: 25%;
  }
}
.history__box-description {
  width: 85%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .history__box-description {
    width: 75%;
  }
}
.history__box-img-block {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .history__box-img-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .history__box-img-block {
    gap: 4vw;
  }
}
.history__box-img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .history__box-img {
    width: 100%;
  }
}
.history__box-img img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

/*----------------------------------------------------------------------
　電話番号
----------------------------------------------------------------------*/
.tel-block-center {
  text-align: center;
}

.tel-block__time {
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tel-block__time {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.tel-block__number a {
  display: inline-block;
  font-size: 40px;
  position: relative;
  z-index: 0;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .tel-block__number a {
    font-size: 7.467vw;
  }
}
@media screen and (max-width: 767px) {
  .tel-block__number a {
    padding-left: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .tel-block__number a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tel-block__number a {
    padding-left: calc(40 * 2 / 10 * 1vw);
  }
}
.tel-block__number a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(assets/images/icon/tel.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tel-block__number a::before {
    background-size: auto 100%;
    width: 6vw;
    height: 6vw;
  }
}

/*----------------------------------------------------------------------
　フリーコール
----------------------------------------------------------------------*/
.freecall-block-center {
  text-align: center;
}

.freecall-block__time {
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .freecall-block__time {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.freecall-block__icon {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .freecall-block__icon {
    max-width: 100%;
    width: 10vw;
  }
}
.freecall-block__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.freecall-block__number a {
  display: inline-block;
  font-size: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .freecall-block__number a {
    font-size: 7.467vw;
  }
}

/*----------------------------------------------------------------------
　よくある質問
----------------------------------------------------------------------*/
.faq__wrap {
  max-width: 800px;
  margin: auto;
}
.faq__group {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq__group {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}

.faq-box:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faq-box:not(:first-child) {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.faq-box__q {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq-box__q {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq-box__q {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}

.fap-wrap:nth-of-type(odd) section {
  background-color: rgba(0, 51, 74, 0.1);
}

/*----------------------------------------------------------------------
　お知らせ
----------------------------------------------------------------------*/
.news__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news__box {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.news__box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news__box:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.news__date {
  line-height: 1.6;
}
.news__title {
  line-height: 1.6;
}
.news__title--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*----------------------------------------------------------------------
　お問合わせ
----------------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

/*----------------------------------------------------------------------
　お問合わせフォーム
----------------------------------------------------------------------*/
.form {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form__block {
    gap: 4vw;
  }
}
.form__block:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .form__block:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.form__item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .form__item-box {
    width: 100%;
  }
}
.form__item-box-top {
  margin-bottom: auto;
}
.form__item {
  font-size: 20px;
}
@media (max-width: 767px) {
  .form__item {
    font-size: 4.8vw;
  }
}
.form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.form__input input[type=text] {
  background-color: #F5F5F5;
  border: none;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=text] {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.form__input input[type=tel] {
  background-color: #F5F5F5;
  border: none;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=tel] {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.form__input input[type=email] {
  background-color: #F5F5F5;
  border: none;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input input[type=email] {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.form__input textarea {
  background-color: #F5F5F5;
  border: none;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__input textarea {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.form__request {
  display: inline-block;
  background-color: #00334A;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form__request {
    padding: calc(5 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__request {
    padding-left: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form__request {
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.form__textarea {
  margin-top: 10px;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.form .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.form .wpcf7-list-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-list-item:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.form p {
  line-height: 1.4;
}
.form .submit-btn {
  display: block;
  background-color: #00334A;
  color: #fff;
  width: 200px;
  margin: auto;
  font-size: 16px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #00334A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form .submit-btn {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form .submit-btn {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .form .submit-btn {
    padding: calc(20 * 2 / 10 * 1vw);
  }
}
.form .description {
  font-size: 12px;
}
@media (max-width: 767px) {
  .form .description {
    font-size: 3.2vw;
  }
}
.form__privacy {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.form__privacy a {
  color: #3A738D;
  text-decoration: underline;
}
.form__check {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form__check {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.form select {
  background-color: #F5F5F5;
  border: none;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .form select {
    padding: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form select {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .form select {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.form select::-ms-expand {
  display: none;
}
.form .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__yubin {
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form__yubin {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .form__yubin {
    margin-left: calc(5 * 2 / 10 * 1vw);
  }
}

/*----------------------------------------------------------------------
　社長あいさつ
----------------------------------------------------------------------*/
.president-sign {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .president-sign {
    max-width: 60vw;
  }
}
.president-sign img {
  aspect-ratio: 16/4;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */