@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "kill-go";
  src: url("/font/GN-KillGothic-U-KanaO.ttf") format("truetype");
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .is-sp {
    display: none;
  }
}
html {
  font-size: 0.694444vw;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 0.834vw;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 1.008vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666vw;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  color: #050B09;
  font-size: 1.6rem;
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1199px) {
  main {
    margin-top: 9.1rem;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 6rem;
  }
}

a {
  color: #050B09;
}

.inner {
  width: 95.8333%;
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1379px) {
  .inner {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 768px;
  }
}

.section {
  padding: 10rem 0px;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 7.5rem 0rem 0px;
  }
}

.section-inner {
  width: 81.94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-inner {
    width: 90.4%;
  }
}

.section-title {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.5;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

header {
  height: 9.1rem;
}
@media screen and (max-width: 1199px) {
  header {
    height: 9.1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 6rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  height: 9.1rem;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 6rem;
  }
}

.header-logo {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    max-width: 100%;
  }
}
.header-logo span img {
  width: 4.6rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .header-logo span img {
    width: 3.1rem;
    margin-right: 0.6rem;
  }
}
.header-logo a {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
  font-family: "corporate-logo-ver2", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .header-logo a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header-logo a {
    font-size: 2rem;
  }
}

.header-nav {
  display: flex;
  width: 83.38%;
  max-width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .header-nav {
    width: 84%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 84%;
    display: block;
  }
}

.drawer--right .drawer-nav {
  right: -84%;
}

.header-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header-menu {
    display: block;
    margin-top: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: block;
    margin-top: 6.8rem;
  }
}

.header-menu--left {
  margin-left: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .header-menu--left {
    margin-left: 0rem;
  }
}

.header-menu--right {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .header-menu--right {
    margin-top: 5rem;
  }
}

.header-menu-item a {
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .header-menu-item a {
    font-size: 1.6rem;
  }
}

.header-menu-item--left:not(:first-child) {
  margin-left: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .header-menu-item--left {
    text-align: center;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid #fff;
  }
  .header-menu-item--left:not(:first-child) {
    margin-left: 0rem;
    padding-top: 2.2rem;
  }
}

@media screen and (max-width: 1199px) {
  .menu-banner--link.drawer-menu-item {
    padding: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0.25rem;
  }
}

.header-menu--right {
  flex-direction: row-reverse;
}

.menu-banner__box {
  width: 34.1rem;
  height: 6.7rem;
  padding-left: 0.7rem;
}
.menu-banner__box:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .menu-banner__box {
    width: 30.5rem;
    height: 6.6rem;
  }
}
.menu-banner__box--email {
  background-color: #D92F20;
  margin-left: auto;
  padding-top: 0.7rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .menu-banner__box--email {
    margin: 1.8rem auto 0;
  }
}
.menu-banner__box--tell {
  background-color: white;
  border: 2px solid #D92F20;
  margin-left: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .menu-banner__box--tell {
    margin: 0 auto;
  }
}

.menu-banner--link {
  display: block;
}

.menu-banner-items-inner {
  display: flex;
  margin-top: 1rem;
}

.menu-banner__logo {
  width: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .menu-banner__logo {
    width: 2.6rem;
  }
}
.menu-banner__content {
  margin-left: 1rem;
}
.menu-banner__content--email {
  color: white;
}
.menu-banner__content--tell {
  color: #D92F20;
}

.menu-banner__title--email {
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .menu-banner__title--email {
    font-size: 1.6rem;
  }
}

.menu-banner--title--tell {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .menu-banner--title--tell {
    font-size: 2.4rem;
  }
}

.menu-banner__time {
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .menu-banner__time {
    line-height: 1.5;
  }
}
.menu-banner__time--email {
  margin-top: 0.7rem;
}
.menu-banner__time--tell {
  margin-top: 0.5rem;
}

@media screen and (max-width: 1199px) {
  .drawer--right.drawer-open .drawer-nav {
    top: 9.1rem;
    background-color: #F2F2F2;
  }
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open .drawer-nav {
    top: 6rem;
    background-color: #F2F2F2;
  }
}

@media screen and (max-width: 1199px) {
  .header-hamburger {
    width: 33px;
    padding: 1.8rem 0.75rem 30px;
  }
}

@media screen and (max-width: 1199px) {
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 4px;
  }
}

@media screen and (max-width: 1199px) {
  .drawer-overlay {
    top: 9.1rem;
    background-color: #fff;
    opacity: 0.85;
  }
}
@media screen and (max-width: 767px) {
  .drawer-overlay {
    top: 6rem;
    background-color: #fff;
    opacity: 0.85;
  }
}

footer {
  position: relative;
  background-color: #FBFBFB;
  height: 63.3rem;
}
@media screen and (max-width: 767px) {
  footer {
    height: 59.2rem;
  }
}
footer::after {
  position: absolute;
  content: "";
  bottom: 1rem;
  right: 0;
  width: 34.4rem;
  height: 21.6rem;
  background: transparent url(../img/evry.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  footer::after {
    width: 13.3rem;
    height: 8.3rem;
    bottom: 9.3rem;
    right: 1.3rem;
  }
}

.footer-inner {
  width: 81.94%;
  margin: 0 auto;
  max-width: 100%;
}
.footer-inner--upper {
  display: flex;
  align-items: center;
  padding: 4.3rem 0 2.1rem;
}
@media screen and (max-width: 767px) {
  .footer-inner--upper {
    display: block;
    padding: 1.5rem 0 1.9rem;
    width: 90.4%;
  }
}

.footer-logo {
  font-family: "corporate-logo-ver2", sans-serif;
  font-size: 3rem;
  margin-bottom: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

.footer-info {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer-info {
    font-size: 1.2rem;
  }
}

.footer-info__items:nth-child(2) {
  margin-top: 0.5rem;
}
.footer-info__items:nth-child(3) {
  margin-top: 0.5rem;
}
.footer-info__items:nth-child(4) {
  margin-top: 0.5rem;
}

.footer-right {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-right {
    flex-direction: column-reverse;
    margin-top: 1.8rem;
  }
}

.footer-menu-banner__box {
  width: 33.1rem;
  height: 6.7rem;
  padding-left: 0.7rem;
}
.footer-menu-banner__box:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .footer-menu-banner__box {
    width: 27.5rem;
    height: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-banner__box {
    width: 24.6rem;
    height: 4.9rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu-banner__logo {
    width: 1.9rem;
  }
}

.footer-menu-banner__content {
  margin-left: 0.8rem;
}

.footer-menu-banner__box--email {
  background-color: #D92F20;
  margin-left: auto;
  padding-top: 0.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-menu-banner__box--email {
    margin-left: 0rem;
    margin-top: 1.1rem;
    padding-top: 0.9rem;
  }
}

.footer-menu-banner__box--tell {
  background-color: white;
  border: 2px solid #D92F20;
  margin-left: 2.6rem;
}
@media screen and (max-width: 1199px) {
  .footer-menu-banner__box--tell {
    margin-left: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-banner__box--tell {
    margin-left: 0rem;
    padding-top: 0.6rem;
  }
}

.footer-menu-banner-items-inner {
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-banner-items-inner {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-email {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-tell {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu-banner__time {
    font-weight: 300;
  }
}

.footer-map {
  width: 81.94%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-map {
    width: 100%;
  }
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 24.57%; /* = height ÷ width × 100 */
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .iframe-wrap {
    padding-top: 48.8%; /* = height ÷ width × 100 */
    margin-top: 0rem;
    margin-bottom: 3.5rem;
  }
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-lower {
  background-color: #FBFBFB;
}

.footer-inner--lower {
  border-top: 1px solid rgba(5, 11, 9, 0.25);
  padding-top: 2.5rem;
  width: 81.94%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-inner--lower {
    width: 100%;
    padding-top: 1.7rem;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 32.54%;
  margin: 0 auto;
  max-width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    font-size: 1.2rem;
    width: 67.2%;
  }
}

.copyright {
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  color: rgba(5, 11, 9, 0.5);
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 1rem;
    margin-top: 3.5rem;
  }
}
.fix {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .fix {
    padding-top: 7.5rem;
  }
}

.fix-items {
  max-width: 100%;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .fix-items {
    margin-top: 0rem;
  }
}

.fix-head {
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .fix-head {
    margin-bottom: 2.7rem;
  }
}

.fix-item:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .fix-item:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.fix-box {
  background-color: #D92F20;
  border-radius: 20px 20px 0px 0px;
}

.fix-box__q {
  text-align: center;
  padding: 2.3rem 0px 1.5rem;
  position: relative;
  cursor: pointer;
}
.fix-box__q img {
  width: auto;
  margin: 0 auto;
  height: 4.1rem;
}
@media screen and (max-width: 767px) {
  .fix-box__q img {
    height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .fix-box__q {
    padding: 1.9rem 1.4rem 1rem;
    cursor: default;
  }
}
.fix-box__q::after {
  border-right: solid 4px #fff;
  border-top: solid 4px #fff;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  right: 5.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 1.6rem;
}
@media screen and (max-width: 767px) {
  .fix-box__q::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 3.8rem;
  }
}

.fix-box__q.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.fix-box__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fix-box__list {
    margin-top: 2rem;
  }
}

.fix-box__a {
  background-color: #FFFEED;
  position: relative;
  display: none;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .fix-box__a {
    padding-bottom: 1.5rem;
  }
}

.fix-box__title {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 0.6rem 0rem;
  background-color: #FFA800;
}
.fix-box__title--red {
  background-color: #D92F20;
}
@media screen and (max-width: 767px) {
  .fix-box__title {
    font-size: 1.6rem;
    height: 4.5rem;
    margin-bottom: 0px;
    line-height: 1.5;
    padding: 1.05rem 0rem;
  }
}

.fix-box__lits-item {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  height: 5.8rem;
  border: 2px solid #FFA800;
  background-color: #fff;
  position: relative;
}
.fix-box__lits-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .fix-box__lits-item span {
    white-space: wrap;
    font-feature-settings: "palt";
  }
}
.fix-box__lits-item--red {
  border: 2px solid #D92F20;
  position: relative;
}
.fix-box__lits-item--red:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -7.778rem;
  width: 3.168rem;
  height: 3.168rem;
  transform: translateY(-50%);
  background: transparent url(/img/arrow-bold.png) no-repeat center center/cover;
}
@media screen and (max-width: 1199px) {
  .fix-box__lits-item--red:after {
    right: -6.5rem;
  }
}
@media screen and (max-width: 992px) {
  .fix-box__lits-item--red:after {
    right: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .fix-box__lits-item--red:after {
    width: 1.45rem;
    height: 1.45rem;
    right: -2.118rem;
  }
}
@media screen and (max-width: 767px) {
  .fix-box__lits-item {
    font-size: 1.4rem;
    height: 5rem;
    line-height: 1.5;
  }
}
.fix-box__lits-item:not(:last-child) {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .fix-box__lits-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.fix-box_img {
  padding-top: 4.5rem;
  width: 52rem;
  margin: 0 auto;
}
.fix-box_img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .fix-box_img {
    width: 100%;
    padding-top: 2.6rem;
  }
}

.fix-box__content {
  color: #050B09;
  font-weight: 700;
  display: flex;
  width: 69.32%;
  margin: 2.5rem auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fix-box__content {
    width: 100%;
    margin: 1.5rem auto 0;
  }
}

.fix-box__content--left {
  width: 42.78%;
}
@media screen and (max-width: 767px) {
  .fix-box__content--left {
    text-align: center;
    width: 46.315%;
  }
}

.fix-box__content--right {
  width: 42.78%;
}
@media screen and (max-width: 767px) {
  .fix-box__content--right {
    text-align: center;
    width: 46.315%;
  }
}

.service {
  margin-top: 10rem;
  background: transparent url(../img/bg-stripe.jpg) no-repeat center center/cover;
  padding: 6.3rem 0px 9rem;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 7.5rem;
    padding: 3.5rem 0px 5.5rem;
  }
}

.service-title {
  color: #fff;
  font-family: "corporate-logo-ver2", sans-serif;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .service-title {
    margin-bottom: 0rem;
  }
}

.service-items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service-items {
    margin-top: 3.5rem;
  }
}

.service-box {
  width: 100%;
  background-color: #fff;
  padding: 4rem 4.75rem;
}
.service-box:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service-box {
    padding: 3rem 1.35rem;
  }
  .service-box:nth-child(n+3):nth-child(-n+8) .service-box_item {
    height: 8.8rem;
  }
}

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

.service-box_title {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 3.4rem;
  font-family: "corporate-logo-ver2", sans-serif;
}
@media screen and (max-width: 767px) {
  .service-box_title {
    font-size: 1.8rem;
  }
}
.service-box_title:before {
  content: "";
  position: absolute;
  background-color: #050B09;
  height: 2px;
  width: 9.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: -10.5rem;
}
@media screen and (max-width: 767px) {
  .service-box_title:before {
    width: 4.3rem;
    left: -5.3rem;
  }
}
.service-box_title:after {
  content: "";
  position: absolute;
  background-color: #050B09;
  height: 2px;
  width: 9.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: -10.5rem;
}
@media screen and (max-width: 767px) {
  .service-box_title:after {
    width: 4.3rem;
    right: -5.3rem;
  }
}

.service-box_items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service-box_items {
    margin-top: 2rem;
  }
}

.service-gird {
  display: grid;
  grid-template-columns: 31.797% 31.797% 31.797%;
  grid-template-rows: 10rem 10rem 10rem 10rem;
  gap: 3rem 2.3041474%;
}
@media screen and (max-width: 767px) {
  .service-gird {
    display: block;
  }
}
.service-gird--3rows {
  grid-template-rows: 10rem 10rem 10rem;
}

.service-box_item {
  border: 4px solid #FFA800;
  background-color: #FFFEED;
  color: #D92F20;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  height: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-box_item {
    font-size: 1.6rem;
    height: 6.4rem;
  }
  .service-box_item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.service-box_item:after {
  content: "";
  position: absolute;
  background: transparent url(../img/check-mark.png) no-repeat center center/cover;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 7.9rem;
  height: 7.9rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-box_item:after {
    width: 5rem;
    height: 5rem;
  }
}

.service-box_text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: 600;
  text-shadow: 1px 1px 0 #CCB25D, -1px -1px 0 #CCB25D, -1px 1px 0 #CCB25D, 1px -1px 0 #CCB25D, 0px 1px 0 #CCB25D, -1px 0 #CCB25D, -1px 0 0 #CCB25D, 1px 0 0 #CCB25D;
}

.service-box_link {
  text-align: right;
  display: block;
  color: #D92F20;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.5rem;
  padding-right: 11rem;
  position: relative;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .service-box_link {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    padding-right: 1.5rem;
    line-height: 1.39997rem;
  }
}
.service-box_link:after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow.png) no-repeat center center/cover;
  width: 2.8rem;
  height: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 8.3rem;
}
@media screen and (max-width: 767px) {
  .service-box_link:after {
    right: 0rem;
    width: 0.9rem;
    height: 2.4rem;
  }
}

#stock {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #stock {
    margin-top: 7.5rem;
  }
}

.stock-page {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .stock-page {
    padding-bottom: 7.5rem;
  }
}

.stock-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .stock-items {
    display: block;
    margin-top: 3rem;
  }
}

.stock-item {
  background-color: #fff;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 4px;
  width: 30.48%;
  display: block;
}
.stock-item:nth-child(n+4) {
  margin-top: 15px;
}
.stock-item:not(:nth-child(3n+1)) {
  margin-left: 4.23%;
}
@media screen and (max-width: 767px) {
  .stock-item {
    width: 100%;
  }
  .stock-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .stock-item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.stock-item__img {
  width: 100%;
  height: auto;
}
.stock-item__img img {
  width: 100%;
  height: 27.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.stock-item__info {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .stock-item__info {
    margin-top: 0rem;
  }
}

.stock-item__sold-out {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #D92F20;
}
@media screen and (max-width: 767px) {
  .stock-item__sold-out {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.stock-item__name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .stock-item__name {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.stock-item__price {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .stock-item__price {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.stock-item__tax {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .stock-item__tax {
    font-size: 1.2rem;
  }
}

.stock-item__description {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.7rem;
  font-weight: 300;
}

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

.cta-box {
  margin: 0 auto;
  border: 2px solid #D92F20;
}

.cta-box__inner {
  padding: 35px 31.5px;
}
@media screen and (max-width: 767px) {
  .cta-box__inner {
    padding: 26px 12px;
  }
}

.cta-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta-upper {
    display: block;
  }
}

.cta-head {
  display: flex;
  align-items: center;
  width: 80%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cta-head {
    width: 100%;
  }
}

.cta-head__img img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .cta-head__img img {
    width: 85px;
  }
}

.cta-head__title {
  font-size: 66px;
  font-weight: 500;
  margin-left: 25px;
  font-family: "corporate-logo-ver2", sans-serif;
  line-height: 78.54px;
}
@media screen and (max-width: 1199px) {
  .cta-head__title {
    font-size: 40px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cta-head__title {
    font-size: 24px;
    margin-left: 8px;
  }
}

.cta-head__icon {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .cta-head__icon {
    margin-left: auto;
    width: 109px;
  }
}
.cta-lower {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .cta-lower {
    display: block;
    margin-top: 0px;
    padding: 0px 23px;
  }
}

.cta-price__item {
  width: 31%;
  border: 3px solid #D92F20;
  font-weight: 700;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .cta-price__item {
    width: 100%;
    padding: 11px 11px 19px;
  }
  .cta-price__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.cta-price-head {
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}

.cta-price__text {
  font-size: 28px;
  line-height: 25.2px;
}
@media screen and (max-width: 1199px) {
  .cta-price__text {
    font-size: 20px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cta-price__text {
    font-size: 16px;
  }
}

.cta-price__text2 {
  font-size: 14px;
  list-style: 39.6px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .cta-price__text2 {
    font-size: 12px;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .cta-price__text2 {
    font-size: 12px;
  }
}

.cta-price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D92F20;
  margin-top: 6px;
}

.cta-price__special {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .cta-price__special {
    font-size: 16px;
  }
}

.cta-price__price {
  font-weight: 400;
  font-size: 64px;
  margin-left: 6px;
  font-family: "Lobster", cursive;
  line-height: 80px;
}
@media screen and (max-width: 1199px) {
  .cta-price__price {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .cta-price__price {
    font-size: 38px;
    line-height: 47.5px;
  }
}

.fv {
  background: transparent url(../img/fv.png) no-repeat center center/cover;
  padding-top: 40.902%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    background: transparent url(../img/fv-sp.png) no-repeat center center/cover;
    padding-top: 75.7%;
  }
}

.fv-text {
  position: absolute;
  font-size: 2.8rem;
  color: #D92F20;
  line-height: 1;
  bottom: 2.7rem;
  left: 13rem;
}
@media screen and (max-width: 767px) {
  .fv-text {
    font-size: 1.4rem;
    bottom: 0.3rem;
    left: 1.8rem;
    letter-spacing: normal;
  }
}

.banner {
  padding: 10rem 0px;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 10rem 0px 7.5rem;
  }
}

.pagination {
  margin-top: 12px;
  text-align: center;
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .pagination a.next,
.pagination a.prev {
    font-size: 16px;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin-right: 14px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #D92F20;
  border: 1px solid #D92F20;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

@media screen and (max-width: 767px) {
  stock-section {
    margin-top: 4rem;
  }
}

.stock-section-title {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .stock-section-title {
    font-size: 2rem;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
/* 在庫が0件のときの表示（静的化にともなう追加） */
.stock-empty {
  grid-column: 1 / -1;
  width: 100%;
  padding: 60px 0 100px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
