@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  font-size: 62.5%;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  cursor: hand;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  width: 1030px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/High-Tide-Demo.woff) format("woff");
  font-family: "High-Tide-Demo";
  font-display: swap;
}
@font-face {
  src: url(../font/Holland.woff) format("woff");
  font-family: "Holland";
  font-display: swap;
}
@font-face {
  src: url(../font/KozGoPr6N-Regular.woff) format("woff");
  font-family: "KozGoPr6N-Regular";
  font-display: swap;
}
@font-face {
  src: url(../font/Lato-Bold.woff) format("woff");
  font-family: "Lato-Bold";
  font-display: swap;
}
@font-face {
  src: url(../font/Lato-Regular.woff) format("woff");
  font-family: "Lato-Regular";
  font-display: swap;
}
@font-face {
  src: url(../font/NellaSueDEMO.woff) format("woff");
  font-family: "NellaSueDEMO";
  font-display: swap;
}
@font-face {
  src: url(../font/Notera2PersonalUseOnlyLight-maBV.woff) format("woff");
  font-family: "Notera2PersonalUseOnlyLight-maBV";
  font-display: swap;
}
@font-face {
  src: url(../font/NoteraPersonalUseOnly-wxJ9.woff) format("woff");
  font-family: "NoteraPersonalUseOnly-wxJ9";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff");
  font-family: "NotoSansJP-Bold";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-DemiLight.woff) format("woff");
  font-family: "NotoSansJP-DemiLight";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff");
  font-family: "NotoSansJP-Medium";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff");
  font-family: "NotoSansJP-Regular";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Medium.woff) format("woff");
  font-family: "NotoSerifJP-Medium";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-SemiBold.woff) format("woff");
  font-family: "NotoSerifJP-SemiBold";
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Bold.woff) format("woff");
  font-family: "NotoSerifJP-Bold";
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
btn
----------------------------------- */
.btn {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  font-size: 1.7rem;
  color: #fff;
  background-color: #333;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid transparent;
  text-align: center;
  padding-top: 2.05rem;
  padding-bottom: 1.85rem;
  font-family: "Lato", sans-serif;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.btn:focus,
.btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #333;
}

.btn__arrow-right {
  position: relative;
}

.btn__arrow-right::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn__arrow-right::after {
  position: absolute;
  content: "";
  top: 43%;
  right: 30px;
  width: 13px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  height: 1px;
  background-color: #fff;
}

.btn__arrow-right:hover::before {
  right: 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #333;
}

.btn__arrow-right:hover::after {
  right: 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #333;
}

.btn__arrow-left {
  position: relative;
}

.btn__arrow-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 30px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn__arrow-left::after {
  position: absolute;
  content: "";
  top: 43%;
  left: 30px;
  width: 13px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  height: 1px;
  background-color: #fff;
}

.btn__arrow-left:hover::before {
  left: 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #333;
}

.btn__arrow-left:hover::after {
  left: 40px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background-color: #333;
}

.btn__clear {
  background-color: transparent;
  color: #333;
  border-bottom: 1px solid #FF66CC;
  padding-bottom: 5px;
  width: 22.137rem;
  text-align: left;
  padding-left: 25px;
  border-right: none;
  border-left: none;
  border-top: none;
}

.btn__text-color {
  color: #fff;
}

.btn__clear:hover {
  border-color: #ff66cc;
}

.btn__arrow-color-black::before {
  background-color: #333;
}

.btn__arrow-color-white::before {
  background-color: #fff;
}

.btn__arrow-clear::before {
  top: 65%;
  right: 20px;
}

.btn__arrow-clear:hover::before {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  right: 10px;
}

.btn__arrow-color-black::after {
  background-color: #333;
}

.btn__arrow-color-white::after {
  background-color: #fff;
}

.btn__arrow-clear::after {
  top: 57%;
  right: 20px;
}

.btn__arrow-clear:hover::after {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  right: 10px;
}

.btn__arrow-color-white:hover {
  background-color: inherit;
  color: #fff;
}

.btn__arrow-color-white:hover::before {
  background-color: #fff;
}

.btn__arrow-color-white:hover::after {
  background-color: #fff;
}

/* --------------------------------
section-title
----------------------------------- */
.section-title {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  text-align: center;
  position: relative;
  color: #4D4D4D;
}

.section-title::after {
  position: absolute;
  content: "";
  border-bottom: 5px solid #ff66cc;
  bottom: -3rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 5rem;
  line-height: 1;
}

.section-title_font-size-24px {
  font-size: 2.4rem;
}

/* --------------------------------
text-box
----------------------------------- */
.text-box {
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* --------------------------------
c-svg
----------------------------------- */
.c-svg {
  color: #fff;
  width: 202.194px;
  height: 18.206px;
}

.c-svg_bl {
  color: #333333;
}

/* --------------------------------
fade-up
----------------------------------- */
.fade-up {
  overflow: hidden;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* --------------------------------
g-nav
----------------------------------- */
.g-nav {
  position: fixed;
  z-index: 999;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.g-nav.panelactive {
  top: 0;
}

.g-nav.panelactive .g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.g-nav__body {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999;
  top: 0;
  left: 0;
  padding-top: 2.67rem;
  padding-left: 2.5rem;
}

.g-nav__title {
  padding-bottom: 5.57rem;
}

.g-nav__item {
  margin-bottom: 2rem;
  position: relative;
  width: 86vw;
}

.g-nav__item::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  content: "";
  height: 1px;
  background-color: #ff66cc;
  width: 86vw;
}

.g-nav__item a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0.5rem 0 0.5rem 1.5rem;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.g-nav__item a::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 0;
  height: 2px;
  width: 7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #ff66cc;
}

.g-nav__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 2px;
  width: 7px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-color: #ff66cc;
}

.g-nav__box {
  position: absolute;
  top: 45rem;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-nav__tell-img {
  width: 22.08px;
  padding-top: 2rem;
  display: inline-block;
}

.g-nav__tell {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #ff66cc;
  padding-left: 2.5rem;
}

.g-nav__tell a {
  color: #ff66cc;
}

.g-nav__tell-time {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-left: 2.5rem;
  padding-top: 2rem;
  line-height: 1;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background-color: #333333;
  width: 30px;
}

.openbtn__color-white span {
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 0px;
}

.openbtn span:nth-of-type(2) {
  top: 8px;
}

.openbtn span:nth-of-type(3) {
  top: 16px;
}

.openbtn.active span:nth-of-type(1) {
  top: 10px;
  right: 0px;
  background-color: #333333;
  -webkit-transform: translateY(6px) rotate(-30deg);
          transform: translateY(6px) rotate(-30deg);
  width: 30px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 22px;
  right: 0px;
  -webkit-transform: translateY(-6px) rotate(30deg);
          transform: translateY(-6px) rotate(30deg);
  width: 30px;
  background-color: #333333;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
.header {
  position: fixed;
  z-index: 999;
  height: 16.876rem;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 7.59882%;
  padding-right: 6.07613%;
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.7931547619)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7931547619) 50%, rgba(255, 255, 255, 0) 100%);
}

.header_color-black {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header__inner {
  max-width: 1366px;
  width: 100%;
  padding-top: 2.87rem;
  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;
  margin: 0 auto;
}

.header__title {
  padding-top: 2.35rem;
}

.header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------
nav
----------------------------------- */
.nav {
  display: inline-block;
}

.nav__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  padding-top: 1rem;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #fff;
  width: 15rem;
  height: 6rem;
  letter-spacing: 0.1em;
}

.nav__item:last-child {
  border-right: 1px solid #fff;
}

.nav__item_color-bl {
  border-left: 1px solid #333333;
}

.nav__item_color-bl:last-child {
  border-right: 1px solid #333333;
}

.nav__link {
  color: #fff;
  font-size: 1.5rem;
  font-family: "NotoSerifJP-Medium";
}

.nav__link_color-bl {
  color: #333333;
}

.nav__text {
  color: #ff66cc;
  font-size: 1.2rem;
  font-family: "NotoSerifJP-Medium";
  font-weight: normal;
}

/* --------------------------------
hero
----------------------------------- */
.hero-pc {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-sp {
  display: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
/* --------------------------------
about
----------------------------------- */
.about__inner {
  padding-top: 13.84rem;
  text-align: center;
}

.about__heading-img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 20.44rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__title-img::after {
  content: "";
  position: absolute;
  bottom: -2.9px;
  background-color: #ff66cc;
  left: 50%;
  height: 1px;
  width: 20rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about__title {
  letter-spacing: 0.05em;
  padding-top: 2.56rem;
  font-size: 1.7rem;
}

.about__lead {
  font-size: 6rem;
  letter-spacing: 0.11em;
  padding-top: 4.61rem;
  line-height: 0.9em;
}

.about__media {
  padding-top: 8.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about__text {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2.6em;
  font-family: "NotoSansJP";
  width: 43.041%;
  margin-right: 8.92%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about__media-img {
  width: 48%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__btn {
  margin-top: 7.49rem;
}

.about__section-line {
  display: block;
  margin-top: 7rem;
  background-color: #B3B3B3;
  height: 1px;
  max-width: 1000px;
}

/* --------------------------------
product
----------------------------------*/
.product__inner {
  padding-top: 10rem;
  text-align: center;
}

.product__heading-img-pc {
  display: inline-block;
  max-width: 73.847rem;
  width: 100%;
}

.product__heading-img-sp {
  max-width: 24.38rem;
  width: 100%;
  display: none;
}

.product__title {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  padding-top: 4.48rem;
}
.product__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.product__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.product__body {
  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;
  padding-top: 7.05rem;
}

.product__img-sp {
  display: none;
}

.product__text {
  text-align: left;
  font-family: "NotoSansJP-Medium", sans;
  font-size: 1.5rem;
  line-height: 2.6em;
  max-width: 481.21px;
  width: 100%;
  letter-spacing: 0.11em;
  margin-left: 0.7rem;
}
.product__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.product__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.product__btn {
  padding-top: 6.3rem;
}

.product__link-inner {
  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;
  margin-top: 11.6rem;
  width: 100%;
  max-width: 100rem;
  height: 32rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: left;
  position: relative;
}

.product__link-inner-img {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.product__link-body {
  position: absolute;
  display: block;
  z-index: -1;
  width: 100%;
}

.product__text-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 5rem;
}

.product__link-text-img {
  max-width: 21.99rem;
  width: 100%;
  display: inline-block;
  padding-top: 3.15rem;
  margin-right: 0;
}

.product__link-title {
  color: #fff;
  font-size: clamp(16px, 1.9vw, 26px);
  padding-top: 4.7rem;
  letter-spacing: 0.11em;
}
.product__link-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.product__link-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.product__link-text {
  color: #fff;
  font-family: "NotoSansJP-Medium";
  font-size: clamp(11px, 1vw, 14px);
  max-width: 44.599rem;
  width: 100%;
  line-height: 2.14em;
  padding-top: 3.4rem;
  letter-spacing: 0.11em;
  position: relative;
}
.product__link-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0) * 0.5em);
  content: "";
}
.product__link-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0) * 0.5em);
  content: "";
}

.product__link-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 25%;
}

.product__object-img {
  padding-top: 16.1rem;
}

/* --------------------------------
object-img
----------------------------------*/
.object-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 12.76px;
}

.object-img_sp {
  display: none;
}

.object-img__padding-top-150px {
  padding-top: 15rem;
  padding-bottom: 8rem;
}

.object-img__padding-bottom-80px {
  padding-bottom: 8rem;
}

/* --------------------------------
service
----------------------------------*/
.service__inner {
  padding-top: 14.6rem;
}

.service__media {
  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;
}

.service__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 42.164rem;
  margin-right: 15px;
  padding-left: 0.9rem;
  margin-left: 0.3rem;
}

.service__heading::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ff66cc;
  bottom: 0.2rem;
  left: 0;
  -webkit-transform: translateX(-50%, -50%);
          transform: translateX(-50%, -50%);
}

.service__heading-text-img {
  max-width: 168.24px;
}

.service__title {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.47;
  padding-top: 2.8rem;
  padding-left: 17%;
  white-space: nowrap;
}

.service__media-text {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  line-height: 2.07692em;
  max-width: 43.906rem;
  width: 100%;
  padding-top: 9.34rem;
}
.service__media-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.6) * 0.5em);
  content: "";
}
.service__media-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.6) * 0.5em);
  content: "";
}

.service__media-img {
  max-width: 480px;
  width: 100%;
  padding-top: 0.9rem;
}

.service__text {
  letter-spacing: 0.11em;
  font-size: 1.5rem;
  font-family: "NotoSansJP-Regular";
  padding-top: 6.1rem;
  line-height: 2.6em;
}
.service__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.6) * 0.5em);
  content: "";
}
.service__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.6) * 0.5em);
  content: "";
}

.service__btn {
  text-align: center;
  margin-top: 9.45rem;
}

/* -------------------------------
cerrosa
----------------------------------*/
.cerrosa__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10rem;
}

.cerrosa__media-img {
  max-width: 48%;
}

.cerrosa__media {
  max-width: 42.248%;
  width: 100%;
  margin-left: 9.72%;
}

.cerrosa__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.41431%;
  position: relative;
}

.cerrosa__heading::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ff66cc;
  bottom: 0.2rem;
  left: 0;
  -webkit-transform: translateX(-50%, -50%);
          transform: translateX(-50%, -50%);
}

.cerrosa__title {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.47058em;
  padding-left: 17.63397%;
}
.cerrosa__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.cerrosa__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.cerrosa__heading-text-img {
  max-width: 17.244rem;
}

.cerrosa__main-text {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  line-height: 2.076923em;
  padding-top: 5.29rem;
  white-space: nowrap;
}
.cerrosa__main-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
  content: "";
}
.cerrosa__main-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3) * 0.5em);
  content: "";
}

.cerrosa__text {
  padding-top: 5.17rem;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2.6em;
}
.cerrosa__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
  content: "";
}
.cerrosa__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3) * 0.5em);
  content: "";
}

.cerrosa__text_sp {
  display: none;
}

.cerrosa__btn {
  text-align: right;
  padding-top: 2.3rem;
}

.cerrosa__btn_sp {
  display: none;
}

.cerrosa__object-img {
  padding-top: 15rem;
}

/* -------------------------------
news
----------------------------------*/
.news__inner {
  padding-top: 16.26rem;
  text-align: center;
}

.news__logo {
  display: block;
  margin: 0 auto;
  max-width: 20rem;
  padding-top: 10.14rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__heading-text-img {
  display: inline-block;
  max-width: 11.31rem;
}

.news__heading-border {
  max-width: 15rem;
  border-bottom: 1px solid #ff66cc;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}

.news__main-title {
  padding-top: 2.3rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

.news__body {
  padding-top: 5.4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-top: 7.74px;
  margin-top: 7.34px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSansJP-Regular";
  line-height: 1.78;
}
.news__item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.news__item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.news__item:first-of-type {
  padding-top: 0;
}

.news__title {
  padding-left: 7.6%;
}

.news__btn {
  padding-top: 4.99rem;
}

.news__object-img {
  padding-top: 15.35rem;
}

/* -------------------------------
recruit
----------------------------------*/
.recruit__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14.1rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-right: 15px;
}

.recruit__media-img {
  padding-top: 1.41rem;
  width: 50%;
}

.recruit__media {
  max-width: 30.86676%;
  margin-left: 5.73938%;
}

.recruit__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 2.41431%;
}

.recruit__heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 42.164rem;
  height: 1px;
  background-color: #ff66cc;
}

.recruit__title {
  font-size: 1.7rem;
  letter-spacing: 0.11em;
  line-height: 1.47058em;
  padding-left: 15%;
  padding-top: 3.1rem;
  white-space: nowrap;
}
.recruit__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.recruit__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.recruit__heading-text-img {
  max-width: 17.244rem;
}

.recruit__main-text {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  line-height: 2.076923em;
  padding-top: 7.14rem;
  padding-left: 1.2%;
}
.recruit__main-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
  content: "";
}
.recruit__main-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3) * 0.5em);
  content: "";
}

.recruit__text {
  padding-top: 10rem;
  padding-left: 2%;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2.6em;
  font-family: "NotoSansJP-Regular", sans;
}
.recruit__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3) * 0.5em);
  content: "";
}
.recruit__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3) * 0.5em);
  content: "";
}

.recruit__text_sp {
  display: none;
}

.recruit__object-img {
  padding-top: 15rem;
}

.recruit__btn {
  text-align: center;
  padding-top: 10rem;
}

/* -------------------------------
contact
----------------------------------*/
.contact__inner {
  background-color: #F6F6F6;
  text-align: center;
  margin-top: 3.6rem;
  padding-bottom: 10.5rem;
}

.contact__heading-text-img {
  padding-top: 10rem;
  max-width: 15.933rem;
  display: inline-block;
  position: relative;
}

.contact__heading-text-img::after {
  position: absolute;
  content: "";
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  max-width: 15rem;
  height: 1px;
  background-color: #ff66cc;
}

.contact__title {
  letter-spacing: 0.11em;
  font-size: 2.6rem;
  padding-top: 3rem;
}

.contact__text {
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}

.contact__text_sp-br {
  display: none;
}

.contact__body {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
}

.contact__tell-box {
  padding-top: 2rem;
}

.contact__tell {
  position: relative;
  margin: 0 auto;
}

.contact__tell-img {
  display: inline-block;
  max-width: 2.454rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact__tell-number {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #ff66cc;
  padding-left: 4.08rem;
}

.contact__tell-number a {
  color: #ff66cc;
}

.contact__tell-time {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-left: 1.5rem;
  line-height: 1;
}

.contact__mail-box {
  height: 7rem;
  width: 100%;
  max-width: 320px;
  position: relative;
  background-color: #333;
  margin-top: 1rem;
  margin-left: 7%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid transparent;
}

.contact__mail-box:focus,
.contact__mail-box:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #333;
}

.contact__mail-text {
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.11em;
  line-height: 7rem;
  padding-left: 2.2rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contact__mail-text:hover {
  color: #333;
}

.contact__mail-img {
  display: block;
  max-width: 1.6rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 3rem;
  left: 4.6rem;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* -------------------------------
aerial-photo
----------------------------------*/
.aerial-photo {
  width: 100%;
  position: relative;
}

.aerial-photo__img-sp {
  display: none;
}

.aerial-photo__marker {
  position: absolute;
  top: 63%;
  left: 50%;
  max-width: 31.336rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------------------------------
footer
----------------------------------- */
.footer_top-line {
  border-top: solid 1px #999999;
}

.footer__inner {
  margin: 0 auto;
  max-width: 1366px;
}

.footer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8.6rem;
  padding-left: 13.56515%;
}

.footer__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  max-width: 11rem;
}

.footer__text-group {
  padding-top: 0.5rem;
  padding-left: 3.95rem;
  letter-spacing: 0.05em;
}

.footer__title {
  font-size: 1.957rem;
}

.footer__address {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer__tell {
  padding-top: 1.5rem;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer__nav-box {
  padding-left: 19.5%;
}

.footer__nav {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.footer__item {
  position: relative;
  padding-bottom: 1.6rem;
}

.footer__item::before {
  position: absolute;
  content: "";
  top: 24%;
  left: -8%;
  height: 2px;
  width: 6px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #ff66cc;
}

.footer__item::after {
  position: absolute;
  content: "";
  top: 30%;
  left: -8%;
  height: 2px;
  width: 6px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background-color: #ff66cc;
}

.footer__copy-body {
  background-color: #666;
  text-align: center;
  margin-top: 5.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer__pagetop {
  display: block;
  width: 50px;
  right: 0;
  padding-bottom: 3.5rem;
}

/* --------------------------------
header-top
----------------------------------- */
.header-top {
  position: relative;
  border-bottom: 5px solid #ff66cc;
}

.header-top::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  height: inherit;
  bottom: -5px;
  border-bottom: 5px solid #CC66FF;
}

/* --------------------------------
breadcrumb
----------------------------------- */
.breadcrumb__body {
  border-bottom: 1px solid #999999;
  padding-bottom: 0.8rem;
  padding-top: 1rem;
  width: 1030px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}

.breadcrumb__next {
  padding: 0 0.3rem;
}

/* --------------------------------
main-section
----------------------------------- */
.main-section {
  text-align: center;
}

.main-section__object {
  padding-top: 3.64rem;
  width: 1.276rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.main-section__text-img {
  width: 20.44rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4.4rem;
}

.main-section__text-img_width-133px {
  width: 13.34rem;
  padding-top: 1.8rem;
}

.main-section__text-img_width-168px {
  width: 16.824rem;
  padding-top: 2.2rem;
}

.main-section__text-img_width-317px {
  width: 31.7rem;
}

.main-section__text-img_width-contact {
  width: 16.824rem;
}

.main-section__sub-title {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  line-height: 1;
  padding-top: 3.71rem;
}

.main-section__sub-title:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #ff66cc;
  bottom: -2.06rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 30.341rem;
  line-height: 1;
}

/* --------------------------------
product-section
----------------------------------- */
.product-section {
  background-color: #F6F6F6;
  width: 100%;
}

.product-section__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 9.84rem;
  margin-top: 10rem;
}

.product-section__text {
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  line-height: 2.6;
  text-align: left;
  padding-top: 4.2rem;
}

.product-section__img-body {
  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;
  padding-top: 5.7rem;
  padding-bottom: 9.95rem;
}

.product-section__img-item {
  width: 47%;
}

.product-section__img-item:last-child {
  margin-left: 6%;
}

/* --------------------------------
officer-section
----------------------------------- */
.officer-section {
  background-image: url(../img/about/pic_bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.officer-section__inner {
  padding-bottom: 10rem;
}

.officer-section__section-title {
  padding-top: 9.85rem;
}

.officer-section__body {
  background-color: rgba(255,255,255,0.7);
  max-width: 1000px;
  width: 100%;
  margin-top: 8.5rem;
  margin-right: auto;
  margin-left: auto;
}

.officer-section__content-wrap {
  padding: 10rem 9.9rem 0 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.officer-section__img {
  width: 50%;
  height: auto;
  padding-right: 20px;
}

.officer-section__img img {
  width: 100%;
  height: auto;
}

.officer-section__text {
  width: 50%;
  padding-left: 20px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.6;
}

.officer-section__position {
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  padding-top: 6.3rem;
  text-align: center;
}

.officer-section__name {
  font-size: 2.5rem;
  letter-spacing: 0.11em;
  padding-top: 1.45rem;
  text-align: center;
  padding-bottom: 7.8rem;
}

/* --------------------------------
history-section
----------------------------------- */
.history-section__heading-img {
  margin: 0 auto;
  max-width: 738.47px;
  width: 100%;
  padding-top: 10.36rem;
}

.history-section__heading-img-sp {
  display: none;
}

.history-section__section-title {
  padding-top: 7.3rem;
}

.history-section__text-box {
  padding-top: 8.86rem;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------
history-media
----------------------------------- */
.history-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7rem;
}

.history-media_padding-top-150px {
  padding-top: 15rem;
}

.history-media__img {
  width: 47.5rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-media__title-img-box_padding-left-50px {
  padding-left: 5rem;
}

.history-media__text-box {
  padding-left: 5rem;
}

.history-media__text-box_padding-left-0px {
  padding-left: 0;
}

/* --------------------------------
about-title
----------------------------------- */
.about-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 8rem;
}

.about-title__obj-img {
  max-width: 1.95rem;
}

.about-title__text p {
  font-size: 2.6rem;
  letter-spacing: 0.11em;
  line-height: 1;
  padding-left: 2rem;
}

.about-title__text p:last-of-type {
  padding-top: 2.5rem;
}

/* --------------------------------
philosophy
----------------------------------- */
.philosophy {
  padding-top: 11.45rem;
}

.philosophy__img {
  width: 71.6rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5.2rem;
}

/* --------------------------------
history-table
----------------------------------- */
.history-table {
  background-color: #F6F6F6;
}

.history-table__section-title {
  padding-top: 8rem;
  margin-top: 9.6rem;
}

.history-table__inner {
  padding-top: 13.7rem;
  padding-bottom: 20.8rem;
}

.history-table__body {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.history-table__body th,
.history-table__body td {
  border-top: 1px solid #000;
  padding: 30px 40px 26px 40px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.76923;
}

.history-table__body tr:last-child {
  border-bottom: 1px solid #000;
}

.history-table__body th {
  font-weight: bold;
  background-color: #E6E6E6;
}
/* --------------------------------
brand-section
----------------------------------- */
.brand-section__inner {
  padding-top: 10.5rem;
}

.brand-section__img {
  padding-top: 11.1rem;
}

.brand-section__text-box {
  padding-top: 6.78rem;
}

/* --------------------------------
summary-table
----------------------------------- */
.summary-table {
  background-color: #ffffff;
}

.summary-table__section-title {
  padding-top: 5rem;
}

.summary-table__inner {
  padding-top: 13.7rem;
  padding-bottom: 20.8rem;
}

.summary-table__body {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.summary-table__body th,
.summary-table__body td {
  border-top: 1px solid #000;
  padding: 30px 40px 26px 40px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.76923;
}

.summary-table__body tr:last-child {
  border-bottom: 1px solid #000;
}

.summary-table__body th {
  font-weight: bold;
  background-color: #E6E6E6;
}
/* --------------------------------
access-map
----------------------------------- */
.access-map__section-title {
  padding-top: 15.1rem;
}

.access-map__body {
  padding-top: 12.27rem;
  text-align: center;
  padding-bottom: 15.88rem;
}

.access-map__body-sp {
  display: none;
}

/* -------------------------------
main-news
----------------------------------*/
.main-news__body {
  padding-top: 11.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.main-news__link {
  display: block;
  border-bottom: 1px solid #B3B3B3;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
}

.main-news__link:first-of-type {
  padding-top: 0;
}

.main-news__link:last-of-type {
  border-bottom: none;
}

.main-news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.4rem;
}

.main-news__title {
  padding-left: 8.4%;
}

/* -------------------------------
pagination
----------------------------------*/
.pagination__body {
  padding-top: 9rem;
  padding-bottom: 10.5rem;
  text-align: center;
}

.pagination__list {
  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;
}

.pagination__item {
  border: 1px solid #fff;
  background-color: #333;
}

.pagination__prev {
  position: relative;
}

.pagination__prev::before {
  position: absolute;
  content: "";
  top: 20.6px;
  right: 12.5px;
  width: 16.5px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination__prev::after {
  position: absolute;
  content: "";
  top: 18.2px;
  right: 23px;
  width: 7px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  height: 1px;
  background-color: #fff;
}

.pagination__next {
  position: relative;
}

.pagination__next::before {
  position: absolute;
  content: "";
  top: 20.6px;
  left: 12.5px;
  width: 16.5px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination__next::after {
  position: absolute;
  content: "";
  top: 18.2px;
  left: 23px;
  width: 7px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  height: 1px;
  background-color: #fff;
}

.pagination__item > a {
  padding: 1.35rem 1.6rem;
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pagination__item > a:hover {
  background-color: #C2C2C2;
  color: #333;
}

.pagination__item-active {
  padding: 1.35rem 1.6rem;
  color: #333;
  background-color: #C2C2C2;
}

/* -------------------------------
news-detail
----------------------------------*/
.news-detail__body {
  padding-top: 15.35rem;
  padding-bottom: 23rem;
}

.news-detail__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 2.67rem;
}

.news-detail__time {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 1.66rem;
}

.news-detail__text-box {
  padding-top: 5rem;
}

.news-detail_btn {
  margin-top: 8.52rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.news-detail__image-box {
  padding-top: 4rem;
  text-align: center;
}

.news-detail__image-box img {
  max-width: 750px;
  width: 100%;
  height: auto;
}

.news-detail__image-linkbtn {
  width: 250px;
  height: 45px;
  text-align: center;
  margin: 3rem auto;
  background-color: #808080;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 45px;
  font-size: 1.25rem;
}

.news-detail__image-linkbtn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

/* --------------------------------
recruit-media
----------------------------------- */
.recruit-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.75rem;
}

.recruit-media_margin-top-185px {
  margin-top: 18.5rem;
}

.recruit-media__title {
  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;
}

.recruit-media__obj-img {
  max-width: 1.28rem;
}

.recruit-media__title-text {
  letter-spacing: 0.11em;
  font-size: 1.3rem;
  vertical-align: top;
}

.recruit-media__title-text h3 {
  padding-left: 2.5rem;
}

.recruit-media__title-text-font-size-20px {
  font-size: 1.8rem;
}

.recruit-media__main-text {
  font-size: 2.6rem;
  padding-top: 3.87rem;
  letter-spacing: 0.11em;
  line-height: 2;
}

.recruit-media__img {
  width: 47.5rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-media__text-box {
  padding-top: 2rem;
  letter-spacing: 0.07em;
}

.recruit-media__img-box {
  padding-left: 9.3%;
}

.recruit-media__img {
  max-width: 47.5rem;
}

.recruit-media__img:first-of-type {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}

.recruit-media__img-box_reverse {
  padding-left: 0;
  padding-right: 9.47rem;
}

/* --------------------------------
staff-voice
----------------------------------- */
.staff-voice__section-title {
  padding-top: 21rem;
}

.staff-voice__text {
  padding-top: 8.49rem;
  font-size: 1.5rem;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.3;
}

.staff-voice__link-body {
  padding-top: 4.24rem;
  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;
}

.staff-voice__item {
  position: relative;
  max-width: 47.5rem;
  overflow: hidden;
}

.staff-voice__item:first-of-type {
  margin-right: 15px;
}

.staff-voice__img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.staff-voice__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.staff-voice__overlay {
  position: absolute;
  z-index: 1;
  background-color: rgba(35, 24, 21, 0.4);
  bottom: 0;
  left: 0;
  max-width: 47.5rem;
  width: 100%;
}

.staff-voice__overlay::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.staff-voice__overlay::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 30px;
  width: 13px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  height: 1px;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.staff-voice__link-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding-top: 2.61rem;
  padding-bottom: 2.51rem;
  padding-left: 2.5rem;
  line-height: 1;
}

/* --------------------------------
accordion
----------------------------------- */
.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.accordion__body {
  margin-top: 3rem;
}

.accordion__title {
  position: relative;
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2.6rem;
  background-color: #4D4D4D;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

.accordion__in-text {
  max-width: 815px;
  width: 100%;
  font-size: 1.5rem;
  color: #4D4D4D;
  line-height: 2.3;
  text-align: left;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.accordion__title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3.55rem;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ff66cc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion__title::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 3rem;
  display: block;
  width: 2px;
  height: 20px;
  background-color: #ff66cc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion__title.accordion__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__title.accordion__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.accordion__box {
  display: none;
}

/* --------------------------------
question
----------------------------------- */
.question__section-title {
  padding-top: 17.1rem;
}

.question__text {
  padding-top: 5.49rem;
  font-size: 1.5rem;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.3;
}

.question__accordion {
  padding-top: 1.29rem;
}

/* --------------------------------
working-place
----------------------------------- */
.working-place__section-title {
  color: #4D4D4D;
  padding-top: 19.6rem;
}

.working-place__text {
  padding-top: 8.49rem;
  font-size: 1.5rem;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.3;
}

.working-place__img-body {
  padding-top: 5.11rem;
  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;
  text-align: center;
}

.working-place__img-unit:first-of-type {
  margin-right: 15px;
}

.working-place__img-item {
  max-width: 475px;
  width: 100%;
}

.working-place__img-caption {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #4D4D4D;
  padding-top: 3.55rem;
}

/* --------------------------------
essential_point
----------------------------------- */
.essential-point {
  padding-bottom: 12.85rem;
}

.essential-point__section-title {
  color: #4D4D4D;
  padding-top: 19.6rem;
}

.essential-point__text {
  padding-top: 8.49rem;
  font-size: 1.5rem;
  color: #4D4D4D;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.3;
}

.essential-point__btn {
  display: block;
  margin-top: 6.9rem;
  border: 2px solid #ff66cc;
  background-color: #fff;
  max-width: 100rem;
  width: 100%;
  text-align: center;
}

.essential-point__btn:hover {
  background-color: #ff66cc;
}

.essential-point__btn-text {
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-top: 2.44rem;
  padding-bottom: 2.56rem;
  color: #ff66cc;
  position: relative;
  line-height: 1;
}

.essential-point__btn-text:hover {
  color: #fff;
}

.essential-point__btn-text::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5rem;
  width: 3rem;
  height: 1px;
  background-color: #ff66cc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.essential-point__btn-text:hover::before {
  right: 40px;
  background-color: #fff;
}

.essential-point__btn-text::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 50px;
  width: 13px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  height: 1px;
  background-color: #ff66cc;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.essential-point__btn-text:hover::after {
  right: 40px;
  background-color: #fff;
}

/* --------------------------------
voice-head
----------------------------------- */
.voice-head {
  padding-top: 7.13rem;
  letter-spacing: 0.05em;
}

.voice-head__flex-inner {
  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;
}

.voice-head__img {
  max-width: 47.5rem;
}

.voice-head__text-unit {
  text-align: left;
  width: 43.2rem;
  max-width: 100%;
  color: #4D4D4D;
}

.voice-head__title-line {
  position: relative;
}

.voice-head__title-line::before {
  content: "";
  border-bottom: 1px solid #ff66cc;
  position: absolute;
  width: 43.2rem;
  bottom: -2rem;
  left: 0;
}

.voice-head__title-img {
  max-width: 14rem;
}

.voice-head__name {
  font-size: 2.4rem;
  padding-top: 6.6rem;
}

.voice-head__text {
  font-size: 1.5rem;
  padding-top: 3.31rem;
}

.voice-head__title {
  padding-top: 4.64rem;
  font-size: 2.4rem;
}

.voice-head__text-box {
  padding-top: 4.7rem;
}

/* --------------------------------
voice-body
----------------------------------- */
.voice-body {
  padding-top: 7.3rem;
  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;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

.voice-body_padding-bottom-130px {
  padding-bottom: 13rem;
}

.voice-body_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.voice-body__unit:nth-child(1) {
  margin-right: 15px;
}

.voice-body__img {
  max-width: 47.5rem;
  width: 100%;
}

.voice-body__text-unit {
  max-width: 43.28rem;
  width: 100%;
}

.voice-body__title {
  font-size: 2.4rem;
  line-height: 1;
}

.voice-body__text-box {
  padding-top: 3.5rem;
}

/* -------------------------------
contact-body
----------------------------------*/
.contact-body {
  width: 100%;
  max-width: 830px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10.5rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.contact-body__title {
  padding-left: 15.8px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}

.contact-body__title_padding-top-69px {
  margin-top: 6.9rem;
}

.contact-body__title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 6.4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 12.8px;
  width: 12.8px;
  background-color: #B3B3B3;
}

.contact-body__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.contact-body__text span {
  color: #C1272D;
}

/* -------------------------------
input-item
----------------------------------*/
.input-item {
  border-top: 1px solid #CCCCCC;
  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;
}

.input-item:first-of-type {
  margin-top: 2.1rem;
}

.input-item:last-child {
  border-bottom: 1px solid #CCCCCC;
}

.input-item_border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

.input-item_margin-top-21px {
  margin-top: 2.1rem;
}

.input-item__text {
  font-size: 1.4rem;
  background-color: #E6E6E6;
  letter-spacing: 0.1em;
  width: 25%;
  padding-left: 2.5rem;
  padding-top: 2.13rem;
  padding-bottom: 2.37rem;
}

.input-item__text_padding-bottom-200px {
  padding-bottom: 20rem;
}

.input-item__text-area {
  margin-left: 1.5rem;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 44rem;
  max-width: 100%;
  padding: 1rem;
}

.input-item__text-area_border-none {
  border: none;
}

.input-item__text-area_padding-bottom {
  padding-bottom: 16rem;
}

.input-item__text-area_width-570px {
  width: 57rem;
}

.input-item__text span {
  color: #C1272D;
}

.input-item__selected-container {
  position: relative;
}

.input-item__selected-container select {
  margin-left: 1.5rem;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 44rem;
  max-width: 100%;
  padding: 1rem;
}

.input-item__selected-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
}

.input-item__selected-container::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.input-item__selected-container::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid black;
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 2.1rem;
  width: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* -------------------------------
privacy-policy
----------------------------------*/
.privacy-policy {
  margin-top: 10.3rem;
  margin-right: auto;
  margin-left: auto;
  width: 70rem;
  max-width: 100%;
  height: 21rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #000;
  border: 1px solid #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.privacy-policy__title {
  font-size: 1.7rem;
  padding-top: 3.8rem;
  text-align: center;
}

.privacy-policy__text {
  font-size: 1.4rem;
  padding-top: 4.13rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  text-align: left;
}

/* -------------------------------
agreement
----------------------------------*/
.agreement {
  letter-spacing: 0.1em;
}

.agreement__input {
  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;
  text-align: center;
  padding-top: 2.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-appearance: none;
}

.agreement__input label {
  padding-left: 5px;
}

input[type=checkbox] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}

input[type=checkbox]:checked {
  /*Other Browser*/
  background: #fff;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  border: 1px solid #336600;
}

input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #3e6bff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #3e6bff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

/* -------------------------------
input-btn
----------------------------------*/
.input-btn {
  text-align: center;
}

.input-btn__inner {
  margin-top: 4.65rem;
  padding-bottom: 10rem;
  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;
}

.input-btn_padding-top {
  padding-top: 10.8rem;
  margin-top: 0;
}

.input-btn__unit input {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  width: 30.2rem;
  max-width: 100%;
  cursor: pointer;
  background-color: #808080;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-top: 2.6rem;
  padding-bottom: 3rem;
  -webkit-appearance: none;
}

.input-btn__unit_color-gray input {
  background-color: #808080;
  cursor: default;
}

.input-btn__unit_color-black input {
  background-color: #333333;
  cursor: pointer;
}

.input-btn__unit-a-gray {
  background-color: #333333;
  display: block;
}

.input-btn__unit:nth-child(2) {
  margin-left: 0.9rem;
}

.input-btn__error-text,
.input-btn__success-text {
  color: #ED1C24;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding-top: 5.3rem;
  padding-bottom: 5.8rem;
}

.input-btn__success-text {
  padding-top: 0;
  color: #000;
}

.input-btn__top {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  width: 30.2rem;
  max-width: 100%;
  background-color: #333333;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-top: 2.6rem;
  padding-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
}

.input-btn__success-inner {
  padding-bottom: 6.1rem;
}

/* -------------------------------
error_messe
----------------------------------*/
.error_messe {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #ED1C24;
}

/* --------------------------------
privacy-page
----------------------------------- */
.privacy-page__body {
  padding-top: 10.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.6em;
  padding-bottom: 14rem;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------*/
/* -----------------------------------------------
* home
-------------------------------------------------*/
/* -----------------------------------------------
* about
-------------------------------------------------*/
/* -----------------------------------------------
* service
-------------------------------------------------*/
/* -----------------------------------------------
* news
-------------------------------------------------*/
/* -----------------------------------------------
* recruit-media
-------------------------------------------------*/
/* -----------------------------------------------
* contact-body
-------------------------------------------------*/
/* -----------------------------------------------
* privacy
-------------------------------------------------*/
@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 25px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none !important;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-title::after {
    border-bottom: 3px solid #ff66cc;
    width: 4rem;
    bottom: -2rem;
  }
  .text-box {
    font-size: 1.4rem;
  }
  .c-svg_display-none {
    display: none;
  }
  .header {
    padding-left: 2.5rem;
    height: 10rem;
  }
  .hero-pc {
    display: none;
  }

  .hero-sp {
    display: block;
  }
  .about__inner {
    padding-top: 5.72rem;
  }
  .about__heading-img {
    padding-top: 5.52rem;
  }
  .about__title {
    padding-top: 2.07rem;
  }
  .about__lead {
    font-size: 4rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-left: 2rem;
    padding-top: 2.8rem;
  }
  .about__media {
    padding-top: 4.74rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__text {
    margin-right: 0;
    width: 100%;
    padding-top: 4.14rem;
    line-height: 2.1em;
  }
  .about__media-img {
    width: 100%;
  }
  .about__btn {
    margin-top: 3.24rem;
  }
  .product__inner {
    padding-top: 6.22rem;
  }
  .product__heading-img-pc {
    display: none;
  }
  .product__heading-img-sp {
    display: inline-block;
  }
  .product__title {
    font-size: 2rem;
    padding-top: 6rem;
  }
  .product__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
  .product__img-pc {
    display: none;
  }
  .product__img-sp {
    display: inline;
  }
  .product__text {
    font-size: 1.4rem;
    max-width: 100%;
    margin-left: 0;
  }
  .product__btn {
    padding-top: 2rem;
  }
  .product__link-inner {
    height: 32.5rem;
    margin-top: 4.5rem;
  }
  .product__text-box {
    padding: 0;
    text-align: center;
  }
  .product__link-text-img {
    max-width: 20.6rem;
    padding-left: 3rem;
    text-align: center;
  }
  .product__link-title {
    font-size: 2rem;
    padding-top: 2.4rem;
  }
  .product__link-text {
    font-size: 1.4rem;
    max-width: 100%;
    text-align: left;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .product__link-btn {
    margin-top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .object-img_sp {
    display: block;
  }
  .object-img__padding-top-150px {
    padding-top: 3.78rem;
    padding-bottom: 0rem;
  }
  .service__inner {
    padding-top: 6.7rem;
  }
  .service__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    margin-left: 0;
  }
  .service__heading::after {
    top: 5rem;
    width: 16rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .service__heading-text-img {
    max-width: 13.46rem;
  }
  .service__title {
    font-size: 1.4rem;
    padding-left: 0;
    padding-top: 2.07rem;
  }
  .service__media-text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-top: 5rem;
  }
  .service__media-img {
    padding-top: 5.3rem;
  }
  .service__text {
    padding-top: 4rem;
    font-size: 1.4rem;
  }
  .service__btn {
    margin-top: 4rem;
  }
  .cerrosa__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10.7rem;
  }
  .cerrosa__media-img {
    max-width: 100%;
    padding-top: 6rem;
  }
  .cerrosa__media {
    max-width: 100%;
    margin-left: 0;
  }
  .cerrosa__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .cerrosa__heading::after {
    top: 3rem;
    width: 16rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cerrosa__title {
    padding-top: 2rem;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .cerrosa__heading-text-img {
    max-width: 13.75rem;
  }
  .cerrosa__main-text {
    font-size: 2rem;
    text-align: center;
  }
  .cerrosa__text {
    display: none;
  }
  .cerrosa__text_sp {
    display: block;
    padding-top: 3.5rem;
    line-height: 2.4em;
  }
  .cerrosa__btn {
    display: none;
    padding-top: 1.5rem;
  }
  .cerrosa__btn_sp {
    display: block;
  }
  .cerrosa__object-img {
    padding-top: 8.5rem;
  }
  .news__inner {
    padding-top: 6.75rem;
  }
  .news__logo {
    max-width: 12.6rem;
  }
  .news__heading-text-img {
    max-width: 9.2rem;
  }
  .news__heading-border {
    max-width: 16rem;
  }
  .news__main-title {
    font-size: 1.4rem;
  }
  .news__body {
    padding-left: 0;
    padding-top: 0;
  }
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.38rem;
  }
  .news__item:first-of-type {
    margin-top: 2rem;
  }
  .news__title {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .news__object-img {
    padding-top: 8.35rem;
  }
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .recruit__media-img {
    width: 100%;
    padding-top: 5.41rem;
  }
  .recruit__media {
    margin-left: 0;
    max-width: 100%;
  }
  .recruit__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
  .recruit__heading::after {
    max-width: 16rem;
    bottom: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .recruit__title {
    font-size: 1.4rem;
    padding-left: 0;
    padding-top: 2rem;
  }
  .recruit__heading-text-img {
    max-width: 15.4rem;
    margin: 0 auto;
  }
  .recruit__main-text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 5.14rem;
    max-width: 100%;
  }
  .recruit__text {
    display: none;
  }
  .recruit__text_sp {
    display: block;
    padding-top: 5rem;
    font-size: 1.4rem;
    line-height: 2.5em;
  }
  .recruit__btn {
    padding-top: 4.5rem;
  }
  .contact__inner {
    text-align: center;
    margin-top: 7.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 8rem;
  }
  .contact__heading-text-img {
    max-width: 12.7rem;
  }
  .contact__heading-text-img::after {
    width: 16rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contact__title {
    font-size: 2rem;
    padding-top: 2rem;
    max-width: 27rem;
    margin-right: auto;
    margin-left: auto;
  }
  .contact__text {
    font-size: 1.4rem;
    padding-top: 5rem;
    line-height: 2.4em;
  }
  .contact__text_sp-br {
    display: block;
    letter-spacing: 0.11em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
  }
  .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__tell-img {
    left: 1rem;
  }
  .contact__tell-number {
    font-size: 3.6rem;
    padding-left: 3.8rem;
  }
  .contact__tell-time {
    font-size: 1.4rem;
    padding-left: 0;
    padding-top: 2.64rem;
    text-align: center;
  }
  .contact__mail-box {
    margin-left: 0;
    margin-top: 5rem;
    height: 6rem;
  }
  .contact__mail-text {
    line-height: 6rem;
  }
  .contact__mail-img {
    top: 2.4rem;
    left: 4rem;
  }
  .aerial-photo__img {
    display: none;
  }
  .aerial-photo__img-sp {
    display: block;
  }
  .aerial-photo__marker {
    max-width: 24.1rem;
  }
  .footer_top-line {
    border-top: 0;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-top: 7.95rem;
  }
  .footer__text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__text-group {
    padding-top: 7.9rem;
    padding-left: 0;
    text-align: center;
  }
  .footer__tell {
    font-size: 1.7rem;
    padding-top: 0.5rem;
  }
  .footer__nav-box {
    display: none;
  }
  .footer__copy-body {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .header-top__body img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-section__object {
    padding-top: 2rem;
  }
  .main-section__text-img {
    width: 13.4rem;
    padding-top: 2.4rem;
  }
  .main-section__text-img_width-133px {
    width: 7.1rem;
  }
  .main-section__text-img_width-168px {
    width: 8.4rem;
  }
  .main-section__text-img_width-317px {
    width: 17.8rem;
  }
  .main-section__text-img_width-contact {
    width: 10.8rem;
  }
  .main-section__sub-title {
    font-size: 1.5rem;
    padding-top: 1.7rem;
  }
  .main-section__sub-title:after {
    width: 24rem;
    bottom: -1.5rem;
  }
  .product-section__inner {
    padding-top: 4.84rem;
    margin-top: 6rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .product-section__text {
    padding-top: 6rem;
    font-size: 1.4rem;
    line-height: 2.5em;
  }
  .product-section__img-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.77rem;
    padding-bottom: 4.5rem;
  }
  .product-section__img-item {
    width: 100%;
  }
  .product-section__img-item:last-child {
    margin-left: 0;
    padding-top: 3rem;
  }
  .officer-section__inner {
    padding-bottom: 5rem;
  }
  .officer-section__section-title {
    padding-top: 5rem;
  }
  .officer-section__body {
    margin-top: 5.5rem;
  }

  .officer-section__content-wrap {
    padding: 4rem 2.5rem 0 2.5rem;
    display: block;
  }

.officer-section__img {
  width: 100%;
  padding-right: 0;
}

  .officer-section__text {
    font-size: 1.4rem;
    line-height: 2.5em;
    width: 100%;
    padding-left: 0;
  }
  .officer-section__position {
    font-size: 1.5rem;
    padding-top: 3rem;
  }
  .history-section__heading-img {
    display: none;
  }
  .history-section__heading-img-sp {
    display: block;
    width: 24.4rem;
    padding-top: 11rem;
    margin: 0 auto;
  }
  .history-section__section-title {
    padding-top: 4.5rem;
  }
  .history-section__text-box {
    padding-top: 6rem;
    line-height: 2.5;
  }
  .history-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6rem;
  }
  .history-media:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history-media:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history-media_padding-top-20px {
    padding-top: 2rem;
  }
  .history-media_padding-top-150px {
    padding-top: 7rem;
  }
  .history-media__img {
    margin: 0 auto;
  }
  .history-media__title-img-box_padding-left-50px {
    padding-left: 0;
  }
  .history-media__text-box {
    padding-left: 0;
  }
  .history-media__text-box br:nth-of-type(even) {
    display: none;
  }
  .about-title {
    padding-bottom: 3rem;
  }
  .about-title__obj-img {
    max-width: 1.5rem;
  }
  .about-title__text p {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .about-title__text p:last-of-type {
    padding-top: 2rem;
  }
  .history-table__section-title {
    margin-top: 4.86rem;
    padding-top: 5rem;
  }
  .history-table__inner {
    padding-top: 7.63rem;
    padding-bottom: 12rem;
  }
  .history-table__body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .history-table__body th,
.history-table__body td {
    padding: 1.2rem 0 1.2rem 0;
  }
  .history-table__body th {
    line-height: 1;
  }
  .history-table__body td {
    padding-top: 1.8rem;
    padding-bottom: 1.6rem;
  }
  .brand-section__inner {
    padding-top: 4.5rem;
  }
  .brand-section__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 7.48rem;
  }
  .brand-section__img img {
    height: 22.1rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .brand-section__text-box {
    padding-top: 1rem;
    line-height: 2.5;
  }
  .summary-table {
    margin-top: 4rem;
  }
  .summary-table__inner {
    padding-top: 7.63rem;
    padding-bottom: 12rem;
  }
  .summary-table__body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .summary-table__body th,
.summary-table__body td {
    padding: 1.2rem 0 1.2rem 0;
  }
  .summary-table__body th {
    line-height: 1;
  }
  .summary-table__body td {
    padding-top: 1.8rem;
    padding-bottom: 1.6rem;
  }
  .access-map__section-title {
    padding-top: 6.75rem;
  }
  .access-map__body {
    display: none;
  }
  .access-map__body-sp {
    display: block;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 7.43rem;
  }
  .main-news__body {
    padding-top: 5.2rem;
    font-size: 1.4rem;
  }
  .main-news__link {
    line-height: 1.7;
    padding-top: 1.38rem;
    padding-bottom: 1.3rem;
  }
  .main-news__link:last-of-type {
    border-bottom: 1px solid #B3B3B3;
  }
  .main-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .main-news__title {
    padding-left: 0;
    padding-top: 1.1rem;
  }
  .pagination__body {
    font-size: 1.4rem;
    padding-top: 7rem;
    padding-bottom: 0;
  }
  .pagination__item > a {
    padding: 0.8rem 1.45rem;
  }
  .pagination__item-active {
    padding: 0.8rem 1.45rem;
  }
  .news-detail__body {
    padding-top: 6.05rem;
    padding-bottom: 0;
  }
  .news-detail__title {
    font-size: 1.8rem;
    padding-bottom: 1.47rem;
  }
  .news-detail__time {
    font-size: 1.4rem;
  }
  .news-detail__text-box {
    padding-top: 4.93rem;
  }
  .news-detail_btn {
    margin-top: 5.39rem;
  }
  .recruit-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
  .recruit-media:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit-media__main-text {
    font-size: 1.8rem;
    padding-top: 2.6rem;
    line-height: 1.6;
  }
  .recruit-media__img {
    width: 100%;
  }
  .recruit-media__text-box {
    line-height: 2.5;
  }
  .recruit-media__img-box {
    padding-left: 0;
  }
  .recruit-media__img {
    max-width: 100%;
  }
  .recruit-media__img:first-of-type {
    padding-top: 1.7rem;
    padding-bottom: 3rem;
  }
  .recruit-media__img-box_reverse {
    padding-right: 0;
  }
  .staff-voice__section-title {
    padding-top: 5.14rem;
  }
  .staff-voice__text {
    padding-top: 5.46rem;
    font-size: 1.4rem;
  }
  .staff-voice__link-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.97rem;
  }
  .staff-voice__item:first-of-type {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .staff-voice__link-text {
    font-size: 1.4rem;
    padding-top: 1.85rem;
    padding-bottom: 1.53rem;
  }
  .accordion__title {
    font-size: 1.5rem;
    padding-top: 1.44rem;
    padding-bottom: 1.06rem;
  }
  .accordion__in-text {
    padding-top: 2.3rem;
    padding-bottom: 2.86rem;
  }
  .accordion__title::before {
    right: 2.17rem;
    width: 10px;
  }
  .accordion__title::after {
    right: 1.9rem;
    height: 10px;
    top: 43%;
  }
  .question__section-title {
    padding-top: 6.85rem;
  }
  .working-place__section-title {
    padding-top: 7rem;
  }
  .working-place__text {
    padding-top: 7.46rem;
  }
  .working-place__img-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .working-place__img-unit:first-of-type {
    margin-right: 0;
  }
  .working-place__img-unit:last-child {
    margin-top: 2.93rem;
  }
  .working-place__img-caption {
    font-size: 1.5rem;
    padding-top: 1.52rem;
  }
  .essential-point {
    padding-bottom: 0;
  }
  .essential-point__section-title {
    padding-top: 7rem;
  }
  .essential-point__text {
    padding-top: 7.46rem;
  }
  .essential-point__btn {
    margin-top: 5.35rem;
  }
  .essential-point__btn-text {
    font-size: 1.8rem;
    padding-top: 2.14rem;
    padding-bottom: 2.06rem;
  }
  .essential-point__btn-text::before {
    right: 1.57rem;
  }
  .essential-point__btn-text::after {
    right: 1.57rem;
  }
  .voice-head {
    padding-top: 4.1rem;
  }
  .voice-head__flex-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .voice-head__img {
    padding-top: 4.95rem;
  }
  .voice-head__text-unit {
    text-align: center;
    width: 100%;
  }
  .voice-head__title-line::before {
    width: 32.5rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .voice-head__title-img {
    max-width: 7rem;
    margin: 0 auto;
  }
  .voice-head__name {
    font-size: 1.8rem;
    padding-top: 2.6rem;
  }
  .voice-head__text {
    padding-top: 0.92rem;
  }
  .voice-head__title {
    font-size: 1.8rem;
    padding-top: 2.98rem;
  }
  .voice-head__text-box {
    padding-top: 3.13rem;
  }
  .voice-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.77rem;
  }
  .voice-body_padding-bottom-130px {
    padding-bottom: 0;
  }
  .voice-body__title {
    font-size: 1.8rem;
    padding-top: 3rem;
  }
  .voice-body__text-box {
    padding-top: 3.13rem;
  }
  .contact-body {
    margin-top: 5.85rem;
  }
  .contact-body__title {
    font-size: 1.5rem;
  }
  .contact-body__text {
    font-size: 1.4rem;
  }
  .input-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-item__box {
    width: 100%;
  }
  .input-item:first-of-type {
    margin-top: 3.12rem;
  }
  .input-item__text {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }
  .input-item__text-area {
    width: 100%;
    margin-left: 0;
    padding: 0.6rem;
    margin-top: 1.15rem;
    margin-bottom: 2.1rem;
  }
  .input-item__text-area_sp {
    padding-bottom: 8rem;
  }
  .input-item__selected-container select {
    width: 100%;
    margin-left: 0;
    padding: 0.6rem;
    margin-top: 1.15rem;
    margin-bottom: 2.1rem;
  }
  .input-item__selected-container::after {
    top: 2.6rem;
  }
  .privacy-policy__title {
    font-size: 1.3rem;
  }
  .agreement__input {
    width: 27.8rem;
    margin: 0 auto;
  }
  .agreement__input input {
    margin-bottom: 2rem;
  }
  input[type=checkbox] {
    width: 30px;
  }
  .input-btn__inner {
    margin-top: 7.23rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .input-btn__unit input {
    font-size: 1.4rem;
    padding-top: 1.9rem;
    padding-bottom: 1.7rem;
  }
  .input-btn__unit:nth-child(2) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .privacy-page__body {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1130px) {
  .openbtn {
    display: block;
  }
  .header__inner {
    padding-top: 2.5rem;
  }
  .header__title {
    padding-top: 0;
  }
  .nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .product__link-btn {
    margin-top: 85%;
  }
  .product__object-img {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .history-table__body,
.history-table__body tr,
.history-table__body td,
.history-table__body th {
    display: block;
  }

  .history-table__body th {
    width: auto;
  }
  .summary-table__body,
.summary-table__body tr,
.summary-table__body td,
.summary-table__body th {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .summary-table__body th {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */