@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #333;
  font-size: 16rem;
  overflow: hidden;
}

select,
input,
textarea,
button {
  font: inherit;
}

img {
  backface-visibility: hidden;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

/*a {
  color: #333;
  text-decoration: none;
  text-decoration: underline transparent;
  transition: .2s linear;
  backface-visibility: hidden;

  &.tel_link {
    pointer-events: none;
  }
}

.link {
  color: rgb(48, 48, 231);
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}*/
a {
  color: #333;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.2s linear;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.tel_link {
    /*pointer-events: none;*/
  }
}

.link {
  color: #002e73;
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    color: #002e73;
    opacity: 1;
    text-decoration: none;
  }
}

.mt_ll {
  margin-top: 150rem;
}

.mt_l {
  margin-top: 105rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.mt0 {
  margin-top: 0 !important;
}

.notes {
  margin-top: 20rem;
  font-size: 14rem;
}

#pageTop {
  display: none;
  position: fixed;
  right: 20rem;
  bottom: 80rem;
  /*z-index: 100;*/
  z-index: 10;
}
#pageTop a {
  display: block;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
}
#pageTop a::after {
  content: "";
  display: block;
  width: 16rem;
  height: 16rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 26rem;
  left: 21rem;
}

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear;
  /*/visible*/
  /*/hidden*/
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125rem;
  transition: 0.2s linear;
}
header .header_wrap .logo_wrap {
  margin-left: 30rem;
  position: relative;
  /*z-index: 15;*/
}
header .header_wrap .logo_wrap a {
  display: inline-block;
  /*width: 355rem;*/
  width: 150rem;
}
header .header_wrap .right_content {
  display: flex;
  /*align-items: center;*/
  align-items: flex-end;
  height: 100%;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel {
  margin-top: 10rem;
  text-align: right;
}
header .header_wrap .right_content .nav_tel_wrap .pc_tel a {
  font-size: 22rem;
  color: #333333;
  letter-spacing: 0.075rem;
}
header .header_wrap .right_content .nav_tel_wrap nav {
  /*margin-top: 30rem;*/
}
header .header_wrap .right_content .nav_tel_wrap nav ul {
  display: flex;
  align-items: center;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li {
  padding-bottom: 2em;
  /* ドロップダウンメニューのスタイル */
  /*/dropdown*/
}
header .header_wrap .right_content .nav_tel_wrap nav ul li + li {
  margin-left: 5em;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a {
  font-size: 18rem;
  font-weight: bold;
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li > a::after {
  content: "";
  width: 0;
  height: 5rem;
  background-color: #333333;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.9em;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap nav ul li > a:hover::after {
    opacity: 1;
    width: 50rem;
  }
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown {
  cursor: pointer;
  /*/dropdown_menu*/
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu {
  background-color: #333333;
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 125rem;
  left: 0;
  padding: 50rem 0 65rem;
  width: 100%;
  z-index: 10;
  transition: 0.2s linear;
  cursor: auto;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .btn_menu a {
  color: #fff;
  font-size: 30rem;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 2em;
  position: relative;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .btn_menu a::after {
  content: "";
  background-image: url(/assets/img/ico_arrow_menu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30rem;
  width: 30rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 {
  border-left: 1px solid #fff;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
  width: 690rem;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more {
  /*&:not(:nth-of-type(3n)) {
    margin-right: 30rem;
  }*/
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a {
  border-radius: 5rem;
  margin-left: 30rem;
  padding: 0;
  height: 50rem;
  width: 200rem;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a span {
  margin-left: -4em;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a::after {
  right: 1em;
}
header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more:nth-of-type(n + 4) {
  margin-top: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown:hover .dropdown_menu {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown:hover .dropdown_menu::after {
    content: "";
    position: absolute;
    /*top: -12rem;*/
    top: -20rem;
    width: 0;
    height: 0;
    /*border-left: 32rem solid transparent;*/
    border-left: 40rem solid transparent;
    /*border-right: 32rem solid transparent;*/
    border-right: 40rem solid transparent;
    /*border-bottom: 19rem solid $main_Color;*/
    border-bottom: 25rem solid #333333;
    right: 670rem;
  }
}
header .header_wrap .right_content .reserve_btn {
  margin-left: 5em;
  height: 100%;
  display: flex;
  flex-flow: column;
}
header .header_wrap .right_content .reserve_btn a {
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c20d22;
  height: 100%;
  width: 220rem;
  /*width: 180rem;*/
  position: relative;
  gap: 0 10rem;
}
header .header_wrap .right_content .reserve_btn a .fa-envelope {
  color: #fff;
  margin: 5rem 0 0;
  font-size: 18rem;
}
header .header_wrap .right_content .reserve_btn a .fa-solid {
  color: #fff;
  margin: 5rem 0 0;
}
header .header_wrap .right_content .reserve_btn a p {
  text-align: center;
  color: #fff;
  font-size: 20rem;
  /*font-size: 18rem;*/
  letter-spacing: 0.1rem;
  line-height: 1;
}
header .header_wrap .right_content .reserve_btn a.tel {
  background: #333;
}
header .header_wrap .right_content.pc_hm {
  height: auto;
}
header .header_wrap .right_content.pc_hm nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  transition: ease 0.6s;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
header .header_wrap .right_content.pc_hm nav ul {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .header_wrap .right_content.pc_hm nav ul li {
  text-align: center;
  font-weight: bold;
}
header .header_wrap .right_content.pc_hm nav ul li + li {
  margin-top: 25rem;
  margin-left: 0;
}
header .header_wrap .right_content.pc_hm .icons {
  display: flex;
  align-items: center;
  margin-right: 30rem;
  position: relative;
  z-index: 15;
}
header .header_wrap .right_content.pc_hm .icons:hover {
  cursor: pointer;
}
header .header_wrap .right_content.pc_hm .icons .hamburger {
  width: 30rem;
}
header .header_wrap .right_content.pc_hm .icons .hamburger span {
  width: 100%;
  height: 3rem;
  border-radius: 10%;
  border: 1px solid #000;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .header_wrap .right_content.pc_hm .icons .hamburger span + span {
  margin-top: 5rem;
}
header .header_wrap .right_content.pc_hm .icons p {
  margin-left: 20rem;
}
header.visible .header_wrap {
  height: 90rem;
}
header.visible .header_wrap .logo_wrap a {
  width: 100rem;
}
header.visible .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu {
  top: 90rem;
}
header.hidden {
  opacity: 0;
  visibility: hidden;
}
header.hidden .logo_wrap a {
  width: 100rem;
}
header.hidden .header_wrap {
  height: 90rem;
}
header.hidden .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu {
  top: 90rem;
}
header.active .header_wrap .right_content.pc_hm nav {
  opacity: 1;
  transition: ease 0.3s;
  pointer-events: auto;
  z-index: 10;
}
header.active .header_wrap .right_content.pc_hm .icons span:nth-child(1) {
  top: 4rem;
  transform: rotate(45deg);
}
header.active .header_wrap .right_content.pc_hm .icons span:nth-child(2) {
  display: none;
}
header.active .header_wrap .right_content.pc_hm .icons span:nth-child(3) {
  top: -4rem;
  transform: rotate(-45deg);
}

main {
  display: block;
}

footer {
  /*margin-top: 150rem;*/
  padding: 75rem 0 20rem;
  background-color: #333333;
}
footer .footer_wrap {
  /*margin-bottom: 80rem;*/
}
footer .footer_wrap .footer_logo {
  text-align: center;
}
footer .footer_wrap .footer_logo a {
  display: inline-block;
  width: 180rem;
}
footer .footer_wrap .footer_logo a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
footer .footer_wrap .footer_info {
  text-align: center;
  margin-top: 45rem;
}
footer .footer_wrap .footer_info p {
  color: #fff;
}
footer .footer_wrap .footer_info p.company {
  font-size: 16rem;
  font-weight: bold;
}
footer .footer_wrap .footer_info p.address {
  font-size: 16rem;
  margin-top: 1em;
}
footer .footer_wrap .footer_info p.address .tel_link {
  color: #fff;
}
footer .footer_wrap .footer_sns {
  margin-top: 45rem;
}
footer .footer_wrap .footer_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_wrap .footer_sns ul li a {
  width: 66rem;
  display: inline-block;
}
footer .footer_wrap .footer_sns ul li + li {
  margin-left: 20rem;
}
footer .footer_wrap .footer_nav {
  margin-top: 80rem;
}
footer .footer_wrap .footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_wrap .footer_nav ul li + li {
  margin-left: 55rem;
}
footer .footer_wrap .footer_nav ul li a {
  color: #fff;
  font-size: 16rem;
  position: relative;
}
footer .footer_wrap .footer_nav ul li a::after {
  content: "／";
  position: absolute;
  right: -35rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
footer .footer_wrap .footer_nav ul li:last-of-type a::after {
  display: none;
}
footer .footer_wrap .copyright {
  text-align: center;
  color: #fff;
  margin-top: 80rem;
}
footer .footer_wrap .copyright small {
  font-size: 14rem;
}

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

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.font_bebas {
  font-family: "Bebas Neue", serif;
  /*font-weight: 400;*/
  /*font-style: normal;*/
}

.font_roboto {
  font-family: "Roboto", serif;
  /*font-weight: 400;*/
  /*font-style: normal;*/
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arrow::after {
  content: "";
  background-image: url(/assets/img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20rem;
  width: 20rem;
  transition: 0.2s linear;
}

.bg_slidein::after {
  content: "";
  background-color: #333333;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_slidein.effect-scroll::after {
  animation-name: bg_slidein;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  transform: translateX(-100%);
}
@keyframes bg_slidein {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.btn_more {
  /*margin-top: 3em;*/
  /*/a,button*/
  /*/color*/
}
.btn_more a,
.btn_more button {
  font-weight: bold;
  position: relative;
  /*display: inline-block;*/
  /*padding: 16rem 64rem;*/
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
  /*transition: color .25s ease;*/
  background-color: #fff;
  border-radius: 2em;
  /*box-sizing: content-box;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 53rem;*/
  /*width: 291rem;*/
  overflow: hidden;
  padding: 0.8em 4em;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_more a span,
.btn_more button span {
  z-index: 0;
}
.btn_more a::after,
.btn_more button::after {
  content: "";
  background-image: url(/assets/img/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20rem;
  width: 20rem;
  /*content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  background: url(/assets/img/ico_arrow.svg)no-repeat;
  background-size: contain;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
}
.btn_more a::before,
.btn_more button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background: #333333;
  transform: scaleX(0);
  transform-origin: right;
  /*transition: all .25s ease;*/
  transition: all 0.3s ease;
  transition-property: transform;
  /*z-index: -1;*/
}
@media (hover: hover) and (pointer: fine) {
  .btn_more a:hover,
  .btn_more button:hover {
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }
  .btn_more a:hover::after,
  .btn_more button:hover::after {
    background-image: url(/assets/img/ico_arrow_white.svg);
  }
  .btn_more a:hover::before,
  .btn_more button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.btn_more.color {
  /*/a,button*/
}
.btn_more.color a,
.btn_more.color button {
  color: #fff;
  border: 1px solid #333333;
  background-color: #333333;
}
.btn_more.color a::after,
.btn_more.color button::after {
  background-image: url(/assets/img/ico_arrow_white.svg);
}
.btn_more.color a::before,
.btn_more.color button::before {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn_more.color a:hover,
  .btn_more.color button:hover {
    border: 1px solid #333333;
    color: #333333;
    opacity: 1;
  }
  .btn_more.color a:hover::after,
  .btn_more.color button:hover::after {
    background-image: url(/assets/img/ico_arrow.svg);
  }
}

/*/btn_more*/
.center_tit {
  text-align: center;
  color: #333333;
}
.center_tit span {
  display: block;
}
.center_tit span.en {
  font-size: 60rem;
  line-height: 1;
}
.center_tit span.jp {
  margin-top: 0.5em;
}
.center_tit.under_tit span.en {
  margin-top: 14rem;
}
.center_tit.under_tit span.jp {
  color: #5a5a5a;
}
.center_tit.ta_l {
  text-align: left;
}

.top_mv {
  height: calc(100vh - 125rem);
  position: relative;
  overflow: hidden;
  margin-top: 125rem;
}
.top_mv .ph img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top_mv .swiper_outer .swiper-slide-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-duplicate-active .swiper-img,
.top_mv .swiper_outer .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.top_mv .swiper_outer .swiper-slide img {
  height: calc(100vh - 125rem);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_mv .catch {
  color: #fff;
  font-size: 60rem;
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: 30%;
  left: 144rem;
  left: 7.5vw;
  line-height: 1.4;
  z-index: 1;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.top_mv .catch span {
  display: block;
  font-size: 34rem;
  margin: 10rem 0;
}

.top_content {
  /*margin-top: 40rem;*/
  /*/content_wrap*/
}
.top_content + .top_content {
  margin-top: 90rem;
}
.top_content .btn_more {
  margin-top: 50rem;
}
.top_content .btn_more a {
  margin-left: auto;
  margin-right: auto;
}
.top_content .content_wrap {
  display: flex;
  align-items: center;
  margin-top: 55rem;
  /*position: relative;*/
  /*z-index: 2;*/
}
.top_content .content_wrap .ph {
  width: 1174rem;
  margin-left: 144rem;
}
.top_content .content_wrap .ph img {
  height: 514rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_content .content_wrap .text_wrap {
  /*margin-left: 100rem;*/
  margin-left: 95rem;
  /*margin-right: 144rem;*/
  margin-right: 70rem;
}
.top_content .content_wrap .text_wrap .text {
  width: 361rem;
}
.top_content .content_wrap .text_wrap .text h3 {
  font-size: 36rem;
  color: #333333;
  font-weight: bold;
}
.top_content .content_wrap .text_wrap .text p.lead {
  font-size: 20rem;
  font-weight: bold;
}
.top_content .content_wrap .text_wrap .text p.t_description {
  margin-top: 30rem;
}
.top_content .content_wrap .text_wrap .text .btn_more a {
  margin-left: unset;
}
.top_content .content_wrap .text_wrap .text .btn_more a + a {
  margin-top: 30rem;
}
.top_content .content_wrap .text_wrap .text.right {
  margin-left: auto;
}
.top_content .content_wrap.rev {
  flex-direction: row-reverse;
}
.top_content .content_wrap.rev .ph {
  margin-left: auto;
  margin-right: 144rem;
}
.top_content.top_about {
  color: #fff;
  padding-top: 85rem;
  padding-bottom: 85rem;
  position: relative;
}
.top_content.top_about .content_wrap {
  margin-top: 0;
}
.top_content.top_about .content_wrap .center_tit {
  text-align: left;
  color: #fff;
  margin-bottom: 30rem;
}
.top_content .col {
  display: flex;
  flex-wrap: wrap;
  /*/col2*/
  /*/col2*/
}
.top_content .col .box {
  /*/a*/
}
.top_content .col .box a {
  display: block;
  border-bottom: 1px solid #333333;
  /*h3*/
}
.top_content .col .box a .ph {
  overflow: hidden;
}
.top_content .col .box a .ph img {
  transition: 0.2s linear;
}
.top_content .col .box a h3 {
  color: #333333;
  display: flex;
  font-size: 24rem;
  font-weight: bold;
  margin: 1em 0;
}
.top_content .col .box a h3 span {
  transition: 0.2s linear;
}
.top_content .col .box a h3.arrow::after {
  transition: 0.2s linear;
}
@media (hover: hover) and (pointer: fine) {
  .top_content .col .box a:hover {
    opacity: 1;
  }
  .top_content .col .box a:hover .ph img {
    opacity: 0.7;
    transform: scale(1.1);
  }
  .top_content .col .box a:hover h3 span {
    opacity: 0.7;
    /*text-decoration: underline;*/
  }
  .top_content .col .box a:hover h3.arrow::after {
    transform: scale(1.2);
  }
}
.top_content .col.col2 .box {
  width: 468rem;
  margin-top: 90rem;
}
.top_content .col.col2 .box:not(:nth-of-type(2n)) {
  margin-right: 24rem;
}
.top_content .col.col3 .box {
  width: 304rem;
  margin-top: 70rem;
}
.top_content .col.col3 .box .arrow::after {
  margin-right: 0.5em;
}
.top_content .col.col3 .box:not(:nth-of-type(3n)) {
  margin-right: 24rem;
}

.top_news {
  margin-top: 150rem;
  background-color: rgba(148, 139, 112, 0.1);
  padding-top: 110rem;
  padding-bottom: 110rem;
}
.top_news .inner {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.top_news .center_tit {
  text-align: left;
}
.top_news .center_tit .btn_more {
  margin-top: 30rem;
}
.top_news .news_list {
  margin: 0 0 0 auto;
  width: 650rem;
}
.top_news .news_list li {
  display: flex;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
}
.top_news .news_list li::before {
  content: "";
  background-color: #333333;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 130rem;
}
.top_news .news_list li a {
  width: 500rem;
  padding: 10rem 50rem 10rem 0;
}
.top_news .news_list .time {
  padding: 10rem 0;
  width: 150rem;
}
.top_news p.btn_more a {
  margin: 0 auto;
}

.top_blog {
  padding-top: 110rem;
  padding-bottom: 110rem;
}
.top_blog .inner {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.top_blog .center_tit {
  text-align: left;
}
.top_blog .center_tit .tagtab {
  margin: 20rem 0;
}
.top_blog .center_tit .tagtab li {
  padding: 12rem 0;
  cursor: pointer;
}
.top_blog .center_tit .tagtab li + li {
  border-top: 3rem dotted #333;
}
.top_blog .news_list {
  margin: 0 0 0 auto;
  width: 650rem;
}
.top_blog .news_list li {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
}
.top_blog .news_list li::before {
  content: "";
  background-color: #333333;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 130rem;
}
.top_blog .news_list li + li {
  margin-top: 20rem;
}
.top_blog .news_list li .tag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_blog .news_list li .tag div {
  width: 520rem;
}
.top_blog .news_list li .tag span {
  display: inline-block;
  margin: 0 10rem 10rem 0;
  background: #333;
  color: #fff;
  padding: 5rem 10rem;
  font-size: 14rem;
}
.top_blog .news_list li .tag span.time {
  background: none;
  width: 100rem;
  color: #333;
  padding: 0;
  font-size: 16rem;
}
.top_blog .news_list li .tag span.tag_news {
  background: #151515;
}
.top_blog .news_list li .tag span.tag_out {
  background: #f4a460;
}
.top_blog .news_list li .tag span.tag_in {
  background: #f0e68c;
  color: #333;
}
.top_blog .news_list li .tag span.tag_warehouse {
  background: #4d72bc;
}
.top_blog .news_list li .tag span.tag_exhibition {
  background: #be4973;
}
.top_blog .news_list li .tag span.tag_column {
  background: #30977f;
}
.top_blog .news_list li .time {
  display: block;
  width: 150rem;
}
.top_blog .news_list li .title a span {
  width: 460rem;
}
@media (hover: hover) and (pointer: fine) {
  .top_blog .news_list li .title a.arrow:hover::after {
    margin-right: -0.2em;
  }
}
.top_blog p.btn_more a {
  margin: 0 auto;
}

.top_contact .bg_ph {
  display: block;
  height: 299rem;
  overflow: hidden;
  position: relative;
}
.top_contact .bg_ph::before {
  content: "";
  background-image: linear-gradient(to right, rgb(194, 13, 34) 0%, rgba(194, 13, 34, 0.82) 30%, rgba(194, 13, 34, 0.7) 50%, rgba(194, 13, 34, 0.82) 70%, rgb(194, 13, 34) 100%), url(/assets/img/ph_top_contact.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.2s linear;
}
.top_contact .bg_ph .desc {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.top_contact .bg_ph .desc h2 {
  font-size: 60rem;
}
.top_contact .bg_ph .desc .lead {
  margin-top: 1em;
}
.top_contact .bg_ph .desc::after {
  content: "";
  background-image: url(/assets/img/ico_arrow_white_l.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 58rem;
  width: 58rem;
  position: absolute;
  right: -7em;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .top_contact .bg_ph:hover::before {
    transform: scale(1.1);
  }
}

/*.thumbs_wrap .swiper-slide-thumb-active::before {
  border: 3px solid #CF4444;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}*/
.to_top {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 1000;
  width: 80rem;
}

#page_about header .header_wrap .right_content .nav_tel_wrap nav ul li.about > a::after,
#page_service header .header_wrap .right_content .nav_tel_wrap nav ul li.service > a::after {
  width: 50rem;
}

.under_page .btn_more.reserve {
  margin-top: 50rem;
}
.under_page .btn_more.reserve a {
  background-color: #cf4444;
  margin: 0 auto;
  transition: 0.4s;
}
.under_page .btn_more.reserve a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.under_page .under_mv {
  position: relative;
  width: 100%;
  max-width: 1920rem;
  /*margin: 0 auto;*/
  margin-top: 125rem;
  margin-left: auto;
  margin-right: auto;
  height: 300rem;
  /*background-image: linear-gradient(90deg, $main_Color1A, rgba(0, 0, 0, 0));*/
  background: linear-gradient(90deg, rgba(0, 10, 103, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.under_page .under_mv .tit_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.under_page .under_mv .tit_wrap .under_tit {
  font-size: 60rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.under_page .breadcrumb {
  display: flex;
  position: absolute;
  bottom: 35rem;
  left: 50%;
  transform: translateX(-50%);
  justify-content: right;
}
.under_page .breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.under_page .breadcrumb li a::after {
  content: "ー";
  display: inline-block;
  padding: 0 0.5em;
}
.under_page .anc_area {
  margin-top: 50rem;
}
.under_page .anc_area ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 3rem solid #e6e6e6;
  display: flex;
}
.under_page .anc_area ul li {
  width: 365rem;
}
.under_page .anc_area ul li + li {
  position: relative;
}
.under_page .anc_area ul li + li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 36rem;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under_page .anc_area ul li a {
  position: relative;
  transition: 0.4s;
  display: block;
}
.under_page .anc_area ul li a::after {
  content: "";
  display: block;
  width: 22rem;
  height: 22rem;
  background: url(/assets/img/ico_arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60rem;
  top: 50%;
  transform: translateY(-50%);
}
.under_page .anc_area ul li a:hover {
  background-color: #e6e6e6;
  transition: 0.4s;
}
.under_page .anc_area ul li a span {
  display: block;
  color: #333333;
  font-size: 16rem;
  padding: 13rem 25rem 13rem 0;
  text-align: center;
}
.under_page .common_content .common_table {
  margin-top: 40rem;
}
.under_page .common_content .common_table table {
  width: 100%;
}
.under_page .common_content .common_table table tr th,
.under_page .common_content .common_table table tr td {
  font-size: 16rem;
  color: #5a5a5a;
  font-weight: normal;
  border-top: 1px dashed #5a5a5a;
  border-bottom: 1px dashed #5a5a5a;
  padding: 12rem 40rem;
}
.under_page .common_content .common_table table tr th {
  text-align: center;
  background-color: #efefef;
  width: 22%;
}
.under_page .common_content p.text {
  margin-top: 20rem;
  font-size: 16rem;
  color: #5a5a5a;
}
.under_page .common_content .flex_wrap {
  display: flex;
}
.under_page .swiper_area {
  position: relative;
  margin-top: 55rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  padding-left: 22rem;
  padding-right: 22rem;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  transition: 0.3s;
}
.under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.under_page .swiper_area .swiper_wrap .prev_next {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  width: 65rem;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev::after,
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next::after {
  display: none;
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
  right: 0;
  left: auto;
  transform: translateX(50%);
}
.under_page .thumbs_wrap {
  margin-top: 18rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper {
  flex-wrap: wrap;
  gap: 17rem;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
  width: auto !important;
  cursor: pointer;
}
.under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
  width: 145rem;
  height: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
/*@media screen and (max-width: 1632px) {*/
@media screen and (max-width: 1680px) {
  .top_content .content_wrap .ph {
    margin-left: 0;
  }
  .top_content .content_wrap.rev .ph {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
  .top_content .content_wrap .ph {
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .mt_ll {
    margin-top: 60rem;
  }
  .mt_l {
    margin-top: 45rem;
  }
  .mt_m {
    margin-top: 30rem;
  }
  .mt_s {
    margin-top: 10rem;
  }
  .bg_slidein::after {
    width: 100%;
  }
  .btn_more {
    margin-top: 2em;
  }
  .btn_more a,
  .btn_more button {
    font-size: 14rem;
  }
  .btn_more a::after,
  .btn_more button::after {
    height: 15rem;
    width: 15rem;
  }
  .btn_more a::before,
  .btn_more button::before {
    display: none;
  }
  .btn_plan a {
    width: 90%;
    font-size: 18rem;
    height: 60rem;
  }
  .btn_plan a span.ico {
    width: 24rem;
    margin-right: 20rem;
    padding-bottom: 0rem;
  }
  .center_tit span.en {
    font-size: 36rem;
  }
  .center_tit span.jp {
    font-size: 14rem;
  }
  .center_tit.under_tit span.en {
    margin-top: 10rem;
  }
  #pageTop {
    /*right: 20rem;*/
    right: 18rem;
  }
  #pageTop a {
    width: 40rem;
    height: 40rem;
  }
  #pageTop a::after {
    top: 17rem;
    left: 14rem;
    width: 10rem;
    height: 10rem;
  }
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  header .header_wrap {
    /*height: 50rem;*/
    height: 69rem;
    /*padding: 0 3%;*/
  }
  header .header_wrap .logo_wrap {
    margin-left: 0;
  }
  header .header_wrap .logo_wrap a {
    width: 75rem;
    margin-left: 2em;
  }
  header .header_wrap .right_content {
    margin: 0 50rem 0 0;
    /*.reserve_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0;

      height: auto;

      a {
        width: 100%;
        padding-left: 0;

        &::before {
          width: 35rem;
          height: 38rem;
          left: 85rem;
        }

        p {
          padding-top: 0;
          padding-bottom: 10rem;
          font-size: 18rem;
        }
      }
    }*/
  }
  header .header_wrap .right_content .nav_tel_wrap {
    /*display: flex;*/
    /*align-items: center;*/
    position: absolute;
    top: 22rem;
    right: 15rem;
    z-index: 2;
  }
  header .header_wrap .right_content .nav_tel_wrap .sp_tel {
    width: 25rem;
    margin-right: 15rem;
    margin-top: 4rem;
  }
  header .header_wrap .right_content .nav_tel_wrap nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.7);
    transition: ease 0.6s;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li {
    text-align: center;
    font-weight: bold;
    padding-bottom: 0;
    /* ドロップダウンメニューのスタイル */
    /*/dropdown*/
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li a {
    color: #fff;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li + li {
    margin-top: 25rem;
    margin-left: 0;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown {
    /*/dropdown_menu*/
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu {
    background-color: #333333;
    display: none;
    position: fixed;
    top: 125rem;
    left: 0;
    padding: 50rem 0 65rem;
    width: 100%;
    z-index: 10;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .btn_menu a {
    color: #fff;
    font-size: 30rem;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 2em;
    position: relative;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .btn_menu a::after {
    content: "";
    background-image: url(/assets/img/ico_arrow_menu.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30rem;
    width: 30rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 {
    border-left: 1px solid #fff;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5em 0;
    width: 690rem;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more {
    /*&:not(:nth-of-type(3n)) {
      margin-right: 30rem;
    }*/
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a {
    border-radius: 5rem;
    margin-left: 30rem;
    padding: 0;
    height: 50rem;
    width: 200rem;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a span {
    margin-left: -4em;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more a::after {
    right: 1em;
  }
  header .header_wrap .right_content .nav_tel_wrap nav ul li.dropdown .dropdown_menu .box .col3 .btn_more:nth-of-type(n + 4) {
    margin-top: 20rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons {
    text-align: center;
    margin-right: 0;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger {
    width: 16rem;
    /*width: 25rem;*/
    /*border-radius: 10%;*/
    margin-top: 10rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span {
    width: 100%;
    height: 1rem;
    /*border-radius: 10%;*/
    border: 1px solid #c20d22;
    background-color: #c20d22;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons .hamburger span + span {
    margin-top: 5rem;
  }
  header .header_wrap .right_content .nav_tel_wrap .icons p {
    font-size: 10rem;
  }
  header .header_wrap .right_content .reserve_btn {
    margin-left: 0;
    flex-flow: row;
    width: 130rem;
  }
  header .header_wrap .right_content .reserve_btn a {
    width: 140rem;
  }
  header .header_wrap .right_content .reserve_btn a .fa-envelope {
    font-size: 24rem;
  }
  header .header_wrap .right_content .reserve_btn a .fa-phone {
    font-size: 20rem;
  }
  header .header_wrap .right_content .reserve_btn a::before {
    /*width: 15rem;*/
    width: 20rem;
    /*height: 12rem;*/
    height: 16rem;
  }
  header .header_wrap .right_content .reserve_btn a p {
    /*font-size: 10rem;*/
    font-size: 13rem;
    display: none;
  }
  header .header_wrap .right_content .homebtn_wrap {
    background: #c20d22;
    box-shadow: 0 0 15rem rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    height: 60rem;
  }
  header .header_wrap .right_content .homebtn_wrap .homebtn {
    line-height: 1;
    margin-left: 30rem;
    width: 12rem;
  }
  header .header_wrap .right_content.pc_hm .icons .hamburger {
    margin-top: 0;
  }
  header.visible .header_wrap {
    height: 69rem;
  }
  header.visible .header_wrap .logo_wrap a {
    width: 75rem;
  }
  header.hidden .header_wrap {
    height: 69rem;
  }
  header.hidden .header_wrap .logo_wrap a {
    width: 75rem;
  }
  header.active .header_wrap .right_content .nav_tel_wrap nav {
    opacity: 1;
    transition: ease 0.6s;
    pointer-events: auto;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span {
    /*&:nth-child(2) {
      display: none;
    }*/
    /*&:nth-child(3) {*/
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(1) {
    /*top: 4rem;*/
    top: 3rem;
    transform: rotate(45deg);
    border: 1px solid #fff;
    background-color: #fff;
  }
  header.active .header_wrap .right_content .nav_tel_wrap .icons button span:nth-child(2) {
    top: -4rem;
    transform: rotate(-45deg);
    border: 1px solid #fff;
    background-color: #fff;
  }
  footer {
    /*padding: 50rem 0 100rem;*/
    padding: 50rem 0 10rem;
  }
  footer .footer_wrap {
    /*margin-bottom: 0;*/
  }
  footer .footer_wrap .footer_logo a {
    width: 116rem;
  }
  footer .footer_wrap .footer_info {
    margin-top: 35rem;
  }
  footer .footer_wrap .footer_info p.company {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_info p.address {
    font-size: 14rem;
  }
  footer .footer_wrap .footer_sns ul li a {
    width: 55rem;
  }
  footer .footer_wrap .footer_nav {
    margin-top: 25rem;
  }
  footer .footer_wrap .footer_nav ul {
    flex-wrap: wrap;
  }
  footer .footer_wrap .footer_nav ul li {
    margin: 0 20rem;
  }
  footer .footer_wrap .footer_nav ul li + li {
    margin-left: 20rem;
  }
  footer .footer_wrap .footer_nav ul li a {
    font-size: 12rem;
  }
  footer .footer_wrap .footer_nav ul li a::after {
    right: -25rem;
  }
  footer .footer_wrap .copyright {
    margin-top: 45rem;
  }
  footer .footer_wrap .copyright small {
    font-size: 12rem;
  }
  .top_mv {
    height: calc(100vh - 129rem);
    margin-top: 69rem;
  }
  .top_mv .ph img {
    height: calc(100vh - 129rem);
  }
  .top_mv .swiper_outer .swiper-slide img {
    height: calc(100vh - 129rem);
  }
  .top_mv .catch {
    font-size: 34rem;
    width: 355rem;
    left: 10rem;
    transform: translateX(-20%);
    top: 35%;
  }
  .top_mv .catch span {
    font-size: 20rem;
  }
  .top_content {
    /*/content_wrap*/
  }
  .top_content + .top_content {
    margin-top: 95rem;
  }
  .top_content .content_wrap {
    flex-direction: column;
    margin-top: 55rem;
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  .top_content .content_wrap .ph {
    width: 100%;
  }
  .top_content .content_wrap .ph img {
    height: 255rem;
  }
  .top_content .content_wrap .text_wrap {
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
  }
  .top_content .content_wrap .text_wrap .text {
    width: 100%;
  }
  .top_content .content_wrap .text_wrap .text h3 {
    font-size: 18rem;
    margin-top: 2em;
  }
  .top_content .content_wrap .text_wrap .text p.lead {
    font-size: 18rem;
  }
  .top_content .content_wrap .text_wrap .text p.t_description {
    margin-top: 20rem;
  }
  .top_content .content_wrap .text_wrap .text .btn_more {
    margin-top: 40rem;
  }
  .top_content .content_wrap .text_wrap .text .btn_more a {
    margin-left: auto;
  }
  .top_content .content_wrap .text_wrap .text.right {
    margin-left: auto;
  }
  .top_content .content_wrap.rev {
    flex-direction: column-reverse;
  }
  .top_content.top_about {
    color: #fff;
    padding-top: 25rem;
    padding-bottom: 0;
  }
  .top_content.top_about.bg_slidein::after {
    height: 85%;
  }
  .top_content.top_about .content_wrap {
    width: 300rem;
  }
  .top_content.top_about .content_wrap .ph {
    margin-top: 35rem;
    margin-right: -37rem;
    width: 273rem;
  }
  .top_content.top_about .content_wrap .center_tit {
    margin-bottom: 30rem;
  }
  .top_content.top_about .content_wrap .text_wrap .btn_more a {
    margin-left: unset;
  }
  .top_content .col {
    /*/col2*/
    /*/col2*/
  }
  .top_content .col .box a h3 {
    font-size: 18rem;
  }
  .top_content .col.col2 {
    margin-top: 10rem;
  }
  .top_content .col.col2 .box {
    width: 100%;
    margin-top: 30rem;
  }
  .top_content .col.col2 .box:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .top_content .col.col3 .box {
    width: 100%;
    margin-top: 30rem;
  }
  .top_content .col.col3 .box .arrow::after {
    margin-right: 0.5em;
  }
  .top_content .col.col3 .box:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .top_news {
    margin-top: 75rem;
    padding-top: 45rem;
    padding-bottom: 38rem;
  }
  .top_news .center_tit span.en {
    width: 200%;
  }
  .top_news .center_tit .tagtab {
    margin: 20rem 10rem 20rem 0;
  }
  .top_news .news_list {
    margin-top: 40rem;
    width: 100%;
  }
  .top_news .news_list li {
    display: block;
    padding-bottom: 0.5em;
  }
  .top_news .news_list li::before {
    width: 65rem;
  }
  .top_news .news_list li + li {
    margin-top: 5rem;
  }
  .top_news .news_list li .tag div {
    width: 170rem;
  }
  .top_news .news_list li .tag span {
    padding: 3rem 8rem;
  }
  .top_news .news_list li .tag span.time {
    display: block;
    width: auto;
  }
  .top_news .news_list li .title {
    width: auto;
  }
  .top_news .news_list li .title a {
    /*padding-right: 24rem;*/
    /*&::after {
      right: 5rem;
      width: 10rem;
      height: 10rem;
      border-top-width: 1px;
      border-right-width: 1px;
    }*/
  }
  .top_news .news_list li .title a span {
    width: 300rem;
  }
  .top_news p.btn_more {
    position: relative;
    left: 0;
    margin: 35rem auto 0;
  }
  .top_blog {
    padding-top: 50rem;
    padding-bottom: 38rem;
  }
  .top_blog .center_tit span.en {
    width: 200%;
  }
  .top_blog .center_tit .tagtab {
    margin: 20rem 10rem 20rem 0;
  }
  .top_blog .news_list {
    margin-top: 78rem;
    width: 240rem;
  }
  .top_blog .news_list li {
    display: block;
    padding-bottom: 0.5em;
  }
  .top_blog .news_list li::before {
    width: 65rem;
  }
  .top_blog .news_list li + li {
    margin-top: 5rem;
  }
  .top_blog .news_list li .tag div {
    width: 170rem;
  }
  .top_blog .news_list li .tag span {
    padding: 3rem 8rem;
    font-size: 12rem;
  }
  .top_blog .news_list li .tag span.time {
    display: block;
    width: auto;
    font-size: 14rem;
  }
  .top_blog .news_list li .title {
    width: auto;
  }
  .top_blog .news_list li .title a {
    /*padding-right: 24rem;*/
    /*&::after {
      right: 5rem;
      width: 10rem;
      height: 10rem;
      border-top-width: 1px;
      border-right-width: 1px;
    }*/
  }
  .top_blog .news_list li .title a span {
    width: 300rem;
  }
  .top_blog p.btn_more {
    position: relative;
    left: 0;
    margin: 35rem auto 0;
  }
  .top_contact .bg_ph {
    height: 149.5rem;
  }
  .top_contact .bg_ph::before {
    background-image: linear-gradient(to right, rgb(194, 13, 34) 0%, rgba(194, 13, 34, 0.82) 30%, rgba(194, 13, 34, 0.7) 50%, rgba(194, 13, 34, 0.82) 70%, rgb(194, 13, 34) 100%), url(/assets/img/ph_top_contact_sp.jpg);
    background-size: cover;
  }
  .top_contact .bg_ph .desc {
    width: 100%;
  }
  .top_contact .bg_ph .desc h2 {
    font-size: 36rem;
  }
  .top_contact .bg_ph .desc .lead {
    font-size: 14rem;
    margin-top: 0;
  }
  .top_contact .bg_ph .desc::after {
    height: 29rem;
    width: 29rem;
    right: 3em;
  }
  #page_about header .header_wrap .right_content .nav_tel_wrap nav ul li.about > a::after,
  #page_service header .header_wrap .right_content .nav_tel_wrap nav ul li.service > a::after {
    display: none;
  }
  .under_page .under_mv {
    margin-top: 50rem;
    height: 200rem;
  }
  .under_page .under_mv .tit_wrap .under_tit {
    font-size: 26rem;
  }
  .under_page .breadcrumb {
    bottom: 5rem;
  }
  .under_page .anc_area ul {
    display: block;
    width: 100%;
  }
  .under_page .anc_area ul li {
    width: 100%;
  }
  .under_page .anc_area ul li + li::before {
    width: 70%;
    height: 1rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .under_page .common_content .common_table table {
    border-top: 1px dashed #5a5a5a;
  }
  .under_page .common_content .common_table table tr th,
  .under_page .common_content .common_table table tr td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 10rem 12rem;
  }
  .under_page .swiper_area {
    height: 300rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .under_page .swiper_area .swiper_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    height: 300rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .under_page .swiper_area .swiper_wrap .prev_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-prev,
  .under_page .swiper_area .swiper_wrap .prev_next .swiper-button-next {
    width: 32rem;
  }
  .under_page .thumbs_wrap {
    margin-top: 15rem;
  }
  .under_page .thumbs_wrap.inner {
    width: 300rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper {
    flex-wrap: wrap;
    gap: 2%;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide {
    margin-bottom: 8rem;
  }
  .under_page .thumbs_wrap .swiper ul.swiper-wrapper li.swiper-slide img {
    width: 96rem;
    height: 82rem;
  }
}
/*----- 動き -----*/
.fadein01,
.fadein02,
.fadein03,
.fadein04 {
  opacity: 0;
  transition: all 0.8s;
}

.fadeleft01,
.fadeleft02,
.fadeleft03,
.fadeleft04 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s;
}

.faderight01,
.faderight02,
.faderight03,
.faderight04 {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s;
}

.fadeup01,
.fadeup02,
.fadeup03,
.fadeup04 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s;
}

.fadedown01,
.fadedown02,
.fadedown03,
.fadedown04 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.8s;
}

.fadein02,
.fadeleft02,
.faderight02,
.fadeup02,
.fadedown02 {
  transition-delay: 0.2s;
}

.fadein03,
.fadeleft03,
.faderight03,
.fadeup03,
.fadedown03 {
  transition-delay: 0.4s;
}

.fadein04,
.fadeleft04,
.faderight04,
.fadeup04,
.fadedown04 {
  transition-delay: 0.6s;
}

.fadein01.effect-scroll,
.fadein02.effect-scroll,
.fadein03.effect-scroll,
.fadein04.effect-scroll,
.fadeleft01.effect-scroll,
.fadeleft02.effect-scroll,
.fadeleft03.effect-scroll,
.fadeleft04.effect-scroll,
.faderight01.effect-scroll,
.faderight02.effect-scroll,
.faderight03.effect-scroll,
.faderight04.effect-scroll,
.fadeup01.effect-scroll,
.fadeup02.effect-scroll,
.fadeup03.effect-scroll,
.fadeup04.effect-scroll,
.fadedown01.effect-scroll,
.fadedown02.effect-scroll,
.fadedown03.effect-scroll,
.fadedown04.effect-scroll {
  opacity: 1;
  transform: translate(0);
}

/*ディレイ*/
.delay01,
.delay02,
.delay03 {
  opacity: 0;
}

.delay01 {
  animation: delay 1.5s ease 0s 1 forwards;
}

.delay02 {
  animation: delay 1s ease 0.5s 1 forwards;
}

.delay03 {
  animation: delay 1s ease 0.8s 1 forwards;
  transform: translateY(50px);
}

.delay04,
.delay05,
.delay06,
.delay07,
.delay08 {
  opacity: 0;
  transform: translateY(50px);
}

.delay04 {
  animation: delay 0.6s ease 1.2s 1 forwards;
}

.delay05 {
  animation: delay 0.6s ease 1.3s 1 forwards;
}

.delay06 {
  animation: delay 0.6s ease 1.4s 1 forwards;
}

.delay07 {
  animation: delay 0.6s ease 1.5s 1 forwards;
}

.delay08 {
  animation: delay 0.6s ease 1.6s 1 forwards;
}

@keyframes delay {
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*1文字ずつ出現*/
.eachTextAnime {
  opacity: 0;
}
.eachTextAnime.appeartext {
  opacity: 1;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */