@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  overflow-y: scroll !important;
  background: url(common/img/bg-mizu02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* 親要素に指定 */
}

/* fade */

.js-trg {
  opacity: 0;
}

.js-trg.is-active {
  opacity: 1;
  transition: 2s;
}

section {
  padding: 8rem 0;
}

.bg {
  background: #fffbf4;
}


@media (max-width: 768px) {
  section {
    padding: 6rem 0;
  }

  body {
    background-size: cover;
    background-position: inherit;
  }
}

main {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  main {
    margin-top: 4rem;
  }
}

html {
  font-size: 0.78125vw !important;
  /* ビューポート幅 1280px のとき 1rem = 10px */
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw !important;
    /* 375px時に10px */
  }
}

li {
  list-style: none;
  line-height: 1.6;
}

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

h1,
h2,
h3 {
  line-height: 1.6;
  font-weight: bold;
  color: #333333;
}

p {
  line-height: 1.7;
  color: #333333;
}

a,
span {
  display: block;
}

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

.u-hidden-sp {
  display: block;
}

.u-hidden-pc {
  display: none;
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }

  .u-hidden-pc {
    display: block;
  }
}

.l-inner {
  max-width: 100rem;
  width: 100%;
  margin: auto;
  padding: 0 2rem;
}

.l-inner02 {
  max-width: 80rem;
  width: 100%;
  margin: auto;
  padding: 0 2rem;
}

.c-ttl {
  font-size: 4.2rem;
}


.c-ttl02 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
}

.c-ttl02 span {
  color: #955b00;
  font-size: 4.8rem;
  display: inline;
}

@media (max-width: 768px) {
  .c-ttl02 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .c-ttl02 span {
    font-size: 3.6rem;
  }
}

.c-subttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.--mt1 {
  margin-top: 1rem !important;
}

.--mt2 {
  margin-top: 2rem !important;
}

.--mb0 {
  margin-bottom: 0 !important;
}


.--mt4 {
  margin-top: 4rem !important;
}

@media (max-width: 768px) {
  .--mtsp2 {
    margin-top: 2rem !important;
  }
}

.--border {
  border-top: 1px dotted #333;
}

/* p-fixed****************************************** */

.p-fixed {
  position: fixed;
  top: 30%;
  right: 0%;
  z-index: 111;
}

.p-fixed a {
  writing-mode: vertical-rl;
  padding: 2rem;
  border: 2px solid #6e0d0d;
  background-color: #fff;
  color: #6e0d0d;
  font-weight: bold;
  font-size: 1.4rem;
  transition: .3s;
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-fixed a:hover {
  background-color: #6e0d0d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-fixed a {
    writing-mode: vertical-rl;
    padding: 1rem;
    border: 2px solid #6e0d0d;
    background-color: #fff;
    color: #6e0d0d;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: -0.3em;
    transition: .3s;
  }

}

/* p-top__header****************************************** */

.p-top__header {
  min-height: 24rem;
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
}

.p-top__header.--company {
  background: url(common/img/company/company-header-fv.jpg);
}

.p-top__header-ttl {
  font-size: 3.8rem;
  color: #333;
  display: inline-block;
  line-height: 1.3;
}

.p-top__header-ttl {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-top__header-ttl.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .p-top__header {
    min-height: 40rem;
    text-align: center;
    margin-bottom: 4rem;
  }

  .p-top__header-ttl {
    font-size: 3.2rem;
  }

}


/* p-top__header****************************************** */




/* Layout ****************************************** */

.l-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  background: #6e0d0d;
  min-height: 6rem;
  display: flex;
  align-items: center;
}

.l-header__container {
  max-width: 144rem;
  padding: 0 2rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.l-header__container-logo {
  max-width: 20.4rem;
}

.l-header__container-list {
  display: flex;
}

.l-header__container-list-item a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-right: 1rem;
  border-right: 1px solid;
  line-height: 1;
  padding-left: 1rem;
}

.l-header__drawer {
  display: none;
}

@media (max-width: 768px) {

  .l-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(110, 13, 13, 1);
    padding: 1rem 2rem;
    min-height: 4rem;
  }

  .l-header__container {
    display: block;
    padding: 0;
  }

  .l-header__container-logo {
    max-width: 13.4rem;
  }


  /******************************************ハンバーガーメニュー****************************************** */


  .l-header__hamburger {
    position: fixed;
    top: 0.4rem;
    right: 2rem;
    z-index: 150;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
  }

  .l-header__hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform .3s, opacity .3s;
  }

  .l-header__hamburger span:nth-child(1) {
    top: 30%;
  }

  .l-header__hamburger span:nth-child(2) {
    top: 56%;
  }

  .l-header__hamburger span:nth-child(3) {
    top: 85%;
  }

  /* 開いたときのアニメーション */
  .l-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    background-color: #fff;
  }

  .l-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .l-header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    background-color: #fff;
  }

  /******************************************ハンバーガーメニュー****************************************** */

  .l-header__drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    background-color: rgba(110, 13, 13, 0.9);
    transition: opacity .3s, visibility .3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 開いたとき */
  .l-header__drawer.is-active {
    visibility: visible;
    opacity: 1;
  }

  /* ナビゲーションリスト */
  .l-header__drawer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .l-header__drawer-link {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    transition: .3s;
  }

  .l-header__drawer-link:hover {
    opacity: .7;
  }

  .l-header__container nav {
    display: none;
  }
}

/* header ************************************************/
.l-footer {
  background: #6e0d0d;
  color: #333;
  font-size: 14px;
}

/* 本体 */
.l-footer__body {
  padding: 60px 0;
}

.l-footer__flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* 左：ロゴ */
.l-footer__flexbox-col--logo {
  flex: 1;
}

.l-footer__flexbox-col-logo-link {
  display: inline-block;
}

.l-footer__flexbox-col-logo-img {
  width: 120px;
  height: auto;
}

/* 右：リンクリスト */
.l-footer__flexbox-col--links {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}

.l-footer__flexbox-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-footer__flexbox-col-list-item a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  font-family: "Zen Maru Gothic", sans-serif;
}

.l-footer__flexbox-col-list-item a:hover {
  color: #4A86FF;
}

/* コピーライト帯 */
.l-footer__copyright {
  background: #f7f7f7;
  text-align: center;
  color: #333;
  padding: 14px 0;
}

.l-footer__copyright-text {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.03em;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .l-footer__flexbox {
    flex-direction: column;
    align-items: baseline;
  }

  .l-footer__flexbox-col--links {
    flex-direction: column;
    align-items: baseline;
    gap: 2rem;
  }

  .l-footer__flexbox-col-list {
    gap: 6px;
  }

  .l-footer__flexbox-col-list-item {
    text-align: left;
  }
}



/* footer ************************************************/

/* p-conact ************************************************/

.p-contact {
  position: relative;
  padding: 8rem 0;
  text-align: center;
  background-color: #d6d6d6;
  background-image: url(common/img/p-contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 0;
}

.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(239, 239, 239, 0.8);
  z-index: 1;
}

.p-contact>* {
  position: relative;
  z-index: 2;
}

.p-contact-ttl {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
}

.p-contact-container {
  padding: 4rem;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

.p-contact-container-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-contact-container-flexbox {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.p-contact-container-flexbox-btn {
  width: 48%;
  display: block;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  background-color: #6e0d0d;
  color: #fff;
  border-radius: 3rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 0 #310606;
}

.p-contact-container-flexbox-btn:before {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.1rem;
  vertical-align: sub;
  background: url(common/img/mail.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1rem;
}

.p-contact-container-flexbox-btn.--call {
  background-color: #00ba03;
  box-shadow: 0 6px 0 #007802;
  position: relative;
}

.p-contact-container-flexbox-btn.--call:before {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: sub;
  background: url(common/img/tel.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1rem;
}

.p-contact-container-flexbox-btn.--call:hover {
  background-color: #007802;
  box-shadow: 0 6px 0 #007802;
  transform: translateY(4px);
}

.p-contact-container-flexbox-btn:hover {
  background-color: #4e2f00;
  box-shadow: 0 6px 0 #4e2f00;
  transform: translateY(4px);
}

@media (max-width: 768px) {
  .p-contact {
    padding: 4rem 0;
    margin-top: 4rem;
  }

  .p-contact-ttl {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }

  .p-contact-container-flexbox {
    flex-direction: column;
    gap: 2rem;
  }

  .p-contact-container {
    padding: 2rem;
  }

  .p-contact-container-flexbox-btn {
    width: 100%;
    font-size: 1.6rem;
  }

}

/* c-conact ************************************************/

/* c-pdf ************************************************/

.c-pdf {
  display: inline-block;
  width: 100%;
  padding: 1rem 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  border: .2rem solid #333;
  border-radius: 3rem;
  position: relative;
  background-color: #fff;
  color: #333;
  transition: .3s;
  text-align: center;
  line-height: 1.5;
}

.c-pdf:hover {
  color: #fff;
  background-color: #333;
}

.c-pdf::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(common/img/dl-icon-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-pdf:hover::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(common/img/dl-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-pdf02 {
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: .2rem solid #333;
  border-radius: 3rem;
  position: relative;
  color: #333;
  transition: .3s;
  text-align: center;
}

.c-pdf02:hover {
  color: #fff;
  background-color: #333;
}

.c-pdf02::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(common/img/dl-icon-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-pdf02:hover::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(common/img/dl-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 768px) {

  .c-pdf {
    font-size: 1.4rem;
  }

  .c-pdf02 {
    font-size: 1.4rem;
  }
}

/* c-pdf ************************************************/
/* c-btn ************************************************/
.c-btn {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  border: .2rem solid #6e0d0d;
  border-radius: 3rem;
  position: relative;
  color: #6e0d0d;
  transition: .3s;
  text-align: center;
}

.c-btn:hover {
  color: #fff;
  background-color: #6e0d0d;
}

.c-btn::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(common/img/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-btn:hover::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(common/img/arrow-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* c-btn ************************************************/
/* c-btn02 ************************************************/

.c-btn02 {
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: .2rem solid #6e0d0d;
  border-radius: 3rem;
  position: relative;
  color: #6e0d0d;
  transition: .3s;
  text-align: center;
}

.c-btn02:hover {
  color: #fff;
  background-color: #6e0d0d;
}

.c-btn02::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(common/img/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-btn02:hover::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(common/img/arrow-hover.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* c-btn02 ************************************************/