@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
:root {
  --gray: #2c2c2c;
  --gray02: #141414;
  --gray03: #171717;
  --gold: #C9AB61;
  --gold02: #BB870A;
  --yellow: #EDBE00;
  --yellow02: #F5D076;
  --brown: #8F4C1B;
  --brown02: #6D351B;
  --brown03: #3A1D0F;
  --black: #707070;
}


/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.nobreak {
  display: inline-block;
}

html {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}
@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html body.open {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
}
html * {
  box-sizing: border-box;
}
html *::before,
html *::after {
  box-sizing: border-box;
}
html img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html figure {
  margin: 0;
}
html p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html p {
    font-size: 14px;
  }
}
html a {
  color: inherit;
  text-decoration: none;
}
html input,
html select,
html textarea,
html button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html select::-ms-expand {
  display: none;
}
html textarea {
  resize: vertical;
}
html ::-webkit-input-placeholder,
html :-ms-input-placeholder,
html ::-ms-input-placeholder,
html ::-moz-placeholder,
html ::placeholder {
  color: #ccc;
}
html button {
  border: none;
  cursor: pointer;
}
html label {
  cursor: pointer;
}
html table {
  border-collapse: collapse;
}
html ul,
html ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}
html main {
  display: block;
  position: relative;
  z-index: 8;
}
html #wrapper {
  position: relative;
}
html .inner-block {
  margin: 0 auto;
  position: relative;
}
html dl,
html dt,
html dd {
  padding: 0;
  margin: 0;
}
html .fadein {
  opacity: 0;
}

body {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: var(--gray);
}

.palt {
  font-feature-settings: "palt";
}

.header {
  position: relative;
  margin-bottom: 72px;
  z-index: 9997;
}
@media screen and (max-width: 767px) {
  .header {
    position: static;
    margin-bottom: 0;
  }
}
.header_members {
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header_members {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header_members {
    position: static;
    font-size: 0.8rem;
    margin-right: 8px;
  }
}
.header_top {
  background-color: var(--gray);
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header_top {
    height: auto;
  }
}
.header_top-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .header_top-inner {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 4px;
  }
}
.header_top-pic {
  height: 32px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .header_top-pic {
    height: 24px;
    padding-left: 4px;
    margin-bottom: 4px;
  }
}
.header_nav .nav {
  background: linear-gradient(-45deg, #141414, #3d3d3d, #171717, #585858);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.header_nav .nav_logo {
  max-width: 220px;
}
.header_nav .nav_logo-wrap {
  margin: -34px 0 0 24px;
}
@media screen and (max-width: 767px) {
  .header_nav .nav_logo-wrap {
    margin: 0 auto;
  }
}
.header_nav .nav_logo-bottom {
  margin: auto auto 16px;
  width: 80%;
}
.header_nav .nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
  padding: 4px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .header_nav .nav_list {
    justify-content: center;
    max-width: 380px;
    height: 64px;
  }
}
.header_nav .nav_item:nth-child(1) {
  margin-right: 24px;
}
.header_nav .nav_link {
  background: linear-gradient(152deg, #BB870A, #8c6407);
  color: #fff;
  display: block;
  width: 300px;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_nav .nav_link {
    font-size: 13px;
    width: 100%;
  }
}
.header_nav .nav_link:hover {
  background: linear-gradient(152deg, #f5f5f5, #919191);
  color: var(--gray03);
}
.header_logo-pic {
  max-width: 240px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .header_logo-pic {
    padding-left: 0;
    max-width: 160px;
    margin: 8px;
  }
}
.header_logo2 {
  margin-bottom: 32px;
  text-align: center;
}
.header_logo2-pic {
  max-width: 300px;
  margin: 0 auto;
}

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
  padding-top: 48px;
  position: relative;
}

video.vid_main {
  width: 100%;
  max-width: 100vw;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.scroll_down {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  height: 80%;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  bottom: 20%;
  left: 24px;
  z-index: 2;
  width: 16px;
  padding: 0px 2px 110px;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .scroll_down a {
    display: none;
  }
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #000;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv_wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mv_wrapper {
    width: 100%;
    height: auto;
  }
}
.mv_wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mv_wrapper video {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
  }
}

.topModal {
  background: var(--gray);
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  max-width: 1080px;
  max-height: 720px;
}
@media screen and (max-width: 1080px) {
  .topModal {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .topModal {
    max-height: 100%;
  }
}
.topModal .section_inner {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .topModal .section_inner {
    padding-top: 40px;
  }
}
.topModalMask {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
}
.topModalClose {
  background: var(--gray);
  cursor: pointer;
  font-size: 32px;
  right: 8px;
  top: 8px;
  position: absolute;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  .topModalClose {
    position: fixed;
  }
}
.topModal .section_text {
  font-feature-settings: "palt";
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .topModal .section_text {
    display: block;
  }
}
.topModal_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url(../img/books.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .topModal_list {
    flex-direction: column;
  }
}
.topModal_item {
  width: 45%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .topModal_item {
    padding: 0;
    padding-bottom: 16px;
    width: 100%;
  }
  .topModal_item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.topModal_item-text {
  font-size: clamp(0.9rem, 0.85vw, 1.1rem);
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 884px) {
  .topModal_item-text .pc {
    display: none;
  }
}
.topModal_item-number {
  background-color: var(--brown03);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  font-size: 14px;
  padding-top: 2px;
  place-content: center;
  margin: 0 auto 16px;
  width: 30px;
  height: 30px;
}
.topModal_item:nth-child(1) {
  padding-left: 0;
  position: relative;
}
.topModal_item:nth-child(1)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(1)::before {
    width: 100%;
  }
}
.topModal_item:nth-child(1)::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 90%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(1)::after {
    width: 0;
  }
}
.topModal_item:nth-child(2) {
  padding-right: 0;
  position: relative;
}
.topModal_item:nth-child(2)::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 95%;
  height: 1px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(2)::before {
    width: 100%;
  }
}
.topModal_item:nth-child(2) .topModal_item-text {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(2) .topModal_item-text {
    margin-left: 0;
  }
}
.topModal_item:nth-child(3) {
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(3)::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
  }
}
.topModal_item:nth-child(3)::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 90%;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .topModal_item:nth-child(3)::after {
    width: 0;
  }
}
.topModal_item:nth-child(4) {
  padding-right: 0;
}

.section {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 32px;
  }
}
.section_inner {
  max-width: 1046px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding: 16px 12px;
  }
}
.section_ttl {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1rem, 0.595rem + 2.03vw, 2rem);
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 18px;
  }
}
.section_ttl-band {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
  position: relative;
}
.section_ttl-band::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, #BB870A 45%, #BB870A 55%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section_ttl-band::before {
    height: 32px;
  }
}
.section_ttl-band-letter {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
  font-weight: bold;
  position: relative;
  z-index: 5;
  display: grid;
  place-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_ttl-band-letter {
    top: 9px;
  }
}
.section_ttl-line {
  display: flex;
  align-items: center;
}
.section_ttl-line::before, .section_ttl-line::after {
  content: "";
  background-color: var(--gold);
  height: 1px;
  flex-grow: 1;
}
.section_ttl-line::before {
  margin-right: 32px;
}
.section_ttl-line::after {
  margin-left: 32px;
}
.section_ttl-line-letter {
  color: var(--gold);
  font-size: 40px;
  font-weight: 400;
}
.section_text {
  font-size: clamp(0.9rem, 1.2vw, 1.3rem);
  max-width: 860px;
  margin: 0 auto 40px;
  letter-spacing: 0.05rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .section_text {
    margin-bottom: 24px;
  }
}
.section_box {
  border-left: 1px solid var(--gold);
  padding: 24px 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .section_box {
    padding: 16px 0 16px 16px;
  }
}
.section_box-ttl {
  color: var(--gold);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section_box-ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section_box-text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section_box-text {
    font-size: 14px;
  }
}
.section.section_mission {
  height: 500px;
  background: url(../img/room.png) right 57%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .section.section_mission {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_mission-inner {
    padding: 0 16px;
  }
}
.section.section_mission .section_inner {
  padding: 32px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_inner {
    padding: 0;
    height: auto;
  }
}
.section.section_mission .section_ttl {
  text-shadow: 2px 1px 8px #000000;
  font-size: clamp(1rem, 0.595rem + 2.03vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 24px;
  background: linear-gradient(to right, #2c2c2c, transparent);
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_ttl {
    margin-bottom: 12px;
  }
}
.section.section_mission .section_ttl-gold {
  color: var(--gold);
  font-weight: 500;
}
.section.section_mission .section_ttl-sm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_ttl-sm {
    font-size: 10px;
  }
}
.section.section_mission .section_ttl-caution {
  font-size: 16px;
  text-indent: -2em;
  line-height: 1.7;
  margin-bottom: 90px;
  padding-left: 4em;
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_ttl-caution {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.section.section_mission .section_ttl-caution-btn {
  border-bottom: 1px solid #fff;
}
.section.section_mission .section_ttl-caution-btn:hover {
  opacity: 0.6;
}
.section.section_mission .section_ttl-caution-btn-triangle {
  font-size: 15px;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_ttl-caution-btn-triangle {
    font-size: 10px;
  }
}
.section.section_mission .section_box {
  margin-left: 56px;
  background: linear-gradient(to right, #2c2c2c, transparent);
}
@media screen and (max-width: 767px) {
  .section.section_mission .section_box {
    margin-left: 16px;
    margin-top: 32px;
  }
}
.section.section_mission .section_mission-bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.section .customer_top {
  background: linear-gradient(152deg, #adadad, #f5f5f5, #adadad);
  color: var(--gray03);
  font-weight: bold;
  width: 410px;
  height: 48px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-bottom: -24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section .customer_top {
    width: 100%;
    height: 40px;
  }
}
.section .customer_top-text {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section .customer_top-text {
    font-size: 16px;
  }
}
.section .customer_line {
  background-color: #fff;
  height: 64px;
  width: 1px;
  margin: 0 auto;
  position: relative;
}
.section .customer_line::before, .section .customer_line::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 250px;
  top: 0;
  left: 0;
  transform-origin: left top;
}
.section .customer_line::before {
  transform: rotate(75deg);
}
.section .customer_line::after {
  transform: rotate(-75deg);
}
.section .customer_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border: 1px solid #fff;
  gap: 12px;
  padding: 54px 32px 30px;
  margin: 0 auto 52px;
  max-width: 1046px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section .customer_list {
    padding: 40px 16px 16px;
  }
}
.section .customer_list::before {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 60px;
  height: 30px;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section .customer_list {
    flex-wrap: wrap;
  }
}
.section .customer_item {
  width: 230px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section .customer_item {
    width: 48%;
  }
}
.section .customer_item .customer_head:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 26px;
  top: 14px;
  left: 14px;
}
@media screen and (max-width: 767px) {
  .section .customer_item .customer_head:before {
    width: 16px;
    height: 18px;
  }
}
.section .customer_item:nth-child(1)::after {
  bottom: -92px;
  transform: rotate(-27deg);
}
.section .customer_item:nth-child(1) .customer_head:before {
  background: url(../img/icon_shindan.svg) center/contain no-repeat;
}
.section .customer_item:nth-child(2)::after {
  transform: rotate(-9deg);
}
.section .customer_item:nth-child(2) .customer_head:before {
  background: url(../img/icon_satei.svg) center/contain no-repeat;
}
.section .customer_item:nth-child(3)::after {
  transform: rotate(9deg);
}
.section .customer_item:nth-child(3) .customer_head:before {
  background: url(../img/icon_bukken.svg) center/contain no-repeat;
  width: 22px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .section .customer_item:nth-child(3) .customer_head:before {
    width: 16px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section .customer_item:nth-child(3) .customer_body.is-open {
    height: 350px;
  }
}
@media (max-width: 375px) {
  .section .customer_item:nth-child(3) .customer_body.is-open {
    height: 380px;
  }
}
.section .customer_item:nth-child(4)::after {
  bottom: -92px;
  transform: rotate(27deg);
}
.section .customer_item:nth-child(4) .customer_head:before {
  background: url(../img/icon_other.svg) center/contain no-repeat;
  width: 17px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .section .customer_item:nth-child(4) .customer_head:before {
    width: 14px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section .customer_item:nth-child(4) .customer_body.is-open {
    height: 350px;
  }
}
@media (max-width: 375px) {
  .section .customer_item:nth-child(4) .customer_body.is-open {
    height: 380px;
  }
}
.section .customer_head {
  background-color: var(--brown02);
  color: #fff;
  display: block;
  width: 100%;
  height: 224px;
  outline: 1px dotted #fff;
  outline-offset: -5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section .customer_head {
    height: 170px;
  }
}
.section .customer_head:hover {
  opacity: 0.6;
}
.section .customer_head-open {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.section .customer_head-open::after {
  background-color: #fff;
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  right: 24px;
  bottom: 22px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  .section .customer_head-open::after {
    width: 10px;
    height: 6px;
    right: 16px;
    bottom: 22px;
  }
}
.section .customer_head.is-open .customer_head-open:after {
  transform: rotate(180deg);
}
.section .customer_head-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  display: grid;
  place-items: center;
  position: relative;
  height: 112px;
  border-bottom: 1px solid #fff;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section .customer_head-ttl {
    font-size: 1rem;
    height: 70px;
  }
}
.section .customer_head-ttl-letter {
  padding-top: 9px;
}
.section .customer_head-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  height: 60px;
  max-width: 80%;
  display: grid;
  place-items: center;
  font-size: 14px;
  padding: 0 8px;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section .customer_head-text {
    font-size: 11px;
    height: 50px;
    padding-bottom: 4px;
  }
}
.section .customer_body {
  background-color: #fff;
  color: var(--gray03);
  position: relative;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height 0.6s, opacity 0.6s;
  height: 0;
}
.section .customer_body.is-open {
  opacity: 1;
  visibility: visible;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section .customer_body.is-open {
    height: 370px;
  }
}
@media (max-width: 375px) {
  .section .customer_body.is-open {
    height: 400px;
  }
}
.section .customer_body.is-open .customer_text-wrap {
  margin: 16px auto 0;
}
.section .customer_pic {
  display: flex;
  flex-direction: column;
  opacity: 0.8;
  width: 100%;
}
.section .customer .narrow {
  letter-spacing: -0.02rem;
}
.section .customer_text {
  color: #000;
  font-feature-settings: "halt";
  font-size: 14px;
  font-weight: bold;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  text-align: justify;
  margin-inline: auto;
}
.section .customer_text-wrap {
  max-width: 90%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section .customer_text {
    font-size: 12px;
  }
}
.section .customer_text:not(:last-child) {
  margin-bottom: 8px;
}
.section .customer_text-block {
  display: block;
  margin-bottom: 8px;
}
.section .customer_staff {
  background-color: var(--brown03);
  border: 1px solid var(--gold);
  font-size: 24px;
  font-weight: bold;
  display: grid;
  padding: 8px;
  place-content: center;
  margin: 0 auto;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .section .customer_staff {
    font-size: 1rem;
  }
}
.section_network {
  background: url(../img/city01.png) center/contain no-repeat;
}
.section_network .section_text {
  display: block;
}
.section .net_ttl {
  background: linear-gradient(152deg, #adadad, #f5f5f5, #adadad);
  color: var(--gray03);
  font-weight: bold;
  font-size: 26px;
  font-weight: bold;
  padding: 8px;
  position: relative;
  margin: 0 auto -24px;
  max-width: 800px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section .net_ttl {
    font-size: 1rem;
  }
}
.section .net_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 46%;
}
.section .net_list-wrap {
  border: 1px solid var(--gold);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 64px 80px 40px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .section .net_list-wrap {
    max-width: 100%;
    padding: 48px 24px 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .section .net_list {
    width: 100%;
  }
}
.section .net_list:not(:last-child) {
  margin-bottom: 16px;
}
.section .net_item {
  background-color: var(--brown02);
  border: 1px solid var(--gold);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  display: grid;
  place-content: center;
  padding: 4px 16px;
}
@media screen and (max-width: 767px) {
  .section .net_item {
    font-size: 14px;
  }
}
.section .net_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section .net_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.section .net_logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section .information {
  background: url(../img/information_arrow.svg) center/contain no-repeat;
  height: 140px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .section .information {
    height: 90px;
  }
}
.section .information_text {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .section .information_text {
    font-size: 16px;
  }
}
.section .group {
  border: 1px solid #fff;
  padding: 40px 80px;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .section .group {
    padding: 16px;
  }
}
.section .group_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section .group_ttl-wrap {
  margin: 0 auto 16px;
  text-align: center;
}
.section .group_ttl-logo {
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .section .group_ttl-logo {
    max-width: 200px;
    margin: 0 auto 8px;
  }
}
.section .group_ttl-detail {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section .group_ttl-detail {
    font-size: 12px;
  }
}
.section .group_list {
  text-align: center;
  width: 50%;
  font-feature-settings: "palt";
}
.section .group_list-name {
  border-right: 1px solid var(--black);
}
.section .group_item {
  background-color: var(--brown03);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .section .group_item {
    line-height: 1.3;
    font-size: 12px;
    height: 46px;
  }
}
.section .group_item:not(:last-child) {
  border-bottom: 1px solid var(--black);
}
.section .group_item-ttl {
  background: linear-gradient(152deg, #adadad, #f5f5f5, #adadad);
  color: var(--gray03);
  font-weight: bold;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .section .group_item-ttl {
    height: 32px;
  }
}
.section .group_item-double {
  color: var(--yellow02);
  font-weight: bold;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .section .group_item-double {
    height: 92px;
  }
}
.section .group_item-wealth {
  font-weight: bold;
  color: var(--yellow02);
}
.section .group_item-wealth.group_item-wealth-upper {
  border-bottom: 1px dotted var(--black);
}
.section .floor_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section .floor_box {
    flex-direction: column;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .floor_box-upper {
    margin-bottom: 24px;
  }
}
.section .floor_box-upper .floor_pic {
  max-width: 419px;
}
@media screen and (max-width: 767px) {
  .section .floor_box-upper .floor_pic {
    max-width: 100%;
  }
}
.section .floor_box-lower {
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .section .floor_box-lower {
    margin-top: 0;
  }
}
.section .floor_box-lower .floor_pic {
  max-width: 504px;
}
@media screen and (max-width: 767px) {
  .section .floor_box-lower .floor_pic {
    max-width: 100%;
  }
}
.section .floor_box-lower .section_text {
  font-size: 18px;
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section .floor_box-lower .section_text {
    font-size: 14px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section .floor_box-lower {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section .floor_pic {
  filter: drop-shadow(1px 4px 12px #000);
}
@media screen and (max-width: 767px) {
  .section .floor_pic {
    margin-bottom: 16px;
  }
}
.section .map {
  margin: -10px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section .map {
    margin: 0 auto;
  }
}
.section .map_wrap {
  max-width: 728px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .section .map_wrap {
    margin: 0 auto 32px;
  }
}
.section .map_list {
  display: flex;
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section .map_list {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 342px;
    margin: 0 auto;
  }
}
.section .map_item {
  position: relative;
  z-index: 3;
}
.section .map_item:nth-child(2) {
  bottom: 50px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .section .map_item:nth-child(2) {
    bottom: -80px;
    left: -20px;
  }
}
.section .map_item:nth-child(3) {
  bottom: 20px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .section .map_item:nth-child(3) {
    bottom: 0px;
    left: -40px;
  }
}
.section .map_item:nth-child(4) {
  bottom: 40px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .section .map_item:nth-child(4) {
    bottom: -80px;
    left: -70px;
  }
}
.section .map_item:nth-child(5) {
  bottom: 110px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .section .map_item:nth-child(5) {
    bottom: 0px;
    left: -95px;
  }
}
.section .map_item:nth-child(6) {
  bottom: 310px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .section .map_item:nth-child(6) {
    bottom: 100px;
    left: -175px;
  }
}
.section .map_name {
  font-size: 14px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .section .map_name {
    font-size: 11px;
  }
}
.section .map_number {
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section .map_number {
    font-size: 40px;
  }
}
.section .map_pic {
  display: block;
  margin-left: 40px;
  max-width: 678px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section .map_pic {
    max-width: 320px;
    margin: 32px 0 0 auto;
  }
}
.section .map_caution {
  font-size: 14px;
  text-indent: -3em;
  padding-left: 3em;
}
.section .map_caution-wrap {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .section .map_caution {
    font-size: 12px;
  }
}
.section .map_caution-number {
  padding-right: 16px;
}
.section .map_modal-ttl {
  background-color: var(--gold02);
  font-size: 19px;
  text-align: center;
  height: 40px;
  display: grid;
  place-content: center;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .section .map_modal-ttl {
    font-size: 16px;
    height: 30px;
    padding-right: 30px;
  }
}
.section .map_modal-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 24px 40px;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .section .map_modal-list {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.section .map_modal-item-em {
  color: var(--gold);
  font-weight: bold;
  padding: 24px 40px 0;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .section .map_modal-item-em {
    padding: 16px 16px 0;
    font-size: 12px;
  }
}
.section .map_modal-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .section .map_modal-item:not(:last-child) {
    margin-bottom: 6px;
  }
}
.section .map_button {
  background-color: rgb(157, 120, 20);
  border-radius: 50%;
  cursor: pointer;
  width: 110px;
  height: 110px;
  padding-top: 20px;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .section .map_button {
    width: 88px;
    height: 88px;
    padding-top: 15px;
  }
}
.section .map_button:hover {
  opacity: 0.6;
}
.section .map_button::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 8px;
  height: 6px;
  bottom: 8px;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.section #modal06,
.section #modal05,
.section #modal04,
.section #modal03,
.section #modal02,
.section #modal01 {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  background-color: var(--gray02);
}
.section #modal06Close,
.section #modal05Close,
.section #modal04Close,
.section #modal03Close,
.section #modal02Close,
.section #modal01Close {
  background: var(--gray);
  cursor: pointer;
  font-size: 24px;
  right: 0px;
  top: -30px;
  position: absolute;
  padding: 0;
  display: grid;
  place-content: center;
  z-index: 9998;
  top: 0;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .section #modal06Close,
  .section #modal05Close,
  .section #modal04Close,
  .section #modal03Close,
  .section #modal02Close,
  .section #modal01Close {
    width: 30px;
    height: 30px;
  }
}
.section #modal06Mask,
.section #modal05Mask,
.section #modal04Mask,
.section #modal03Mask,
.section #modal02Mask,
.section #modal01Mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  inset: 0;
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
}
.section #modal05 {
  max-width: 840px;
  max-height: 520px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .section #modal05 {
    max-width: 370px;
    max-height: 590px;
    margin-bottom: 64px;
    margin-top: 48px;
  }
}
.section #modal05 .map_modal-list {
  max-height: 76%;
}
@media screen and (max-width: 767px) {
  .section #modal05 .map_modal-list {
    max-height: 520px;
  }
}
@media (max-width: 375px) {
  .section #modal05 .map_modal-list {
    max-height: 450px;
  }
}
.section #modal05 .map_modal-item {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .section #modal05 .map_modal-item {
    width: 48%;
  }
}
.section #modal04 {
  max-width: 340px;
  max-height: 380px;
}
@media screen and (max-width: 767px) {
  .section #modal04 {
    max-width: 170px;
    max-height: 250px;
  }
}
.section #modal03 {
  max-width: 640px;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .section #modal03 {
    max-width: 320px;
    max-height: 320px;
  }
}
.section #modal03 .map_modal-list {
  max-height: 420px;
}
@media screen and (max-width: 767px) {
  .section #modal03 .map_modal-list {
    max-height: 250px;
  }
}
.section #modal02 {
  max-width: 340px;
  max-height: 240px;
}
@media screen and (max-width: 767px) {
  .section #modal02 {
    max-height: 160px;
    max-width: 200px;
  }
}
.section #modal01 {
  max-width: 340px;
  max-height: 380px;
}
@media screen and (max-width: 767px) {
  .section #modal01 {
    max-height: 250px;
    max-width: 200px;
  }
}
.section #modal06 {
  max-height: 110px;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .section #modal06 {
    max-height: 65px;
    max-width: 150px;
  }
}
.section .charm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.section .charm_text {
  color: var(--gold02);
  font-size: 70px;
  line-height: 1;
}
.section .charm_unit {
  color: var(--gray02);
  font-size: 18px;
}
.section .charm_caution {
  color: var(--gray02);
  font-size: 10px;
  position: relative;
  bottom: 8px;
}
.section .charm01 {
  max-width: 427px;
  height: 96px;
  padding: 0 16px;
  position: relative;
  background: url(../img/bg_white-upper.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .section .charm01 {
    width: 342px;
    height: 77px;
    margin: 0 auto;
  }
}
.section .charm01::before {
  background: url(../img/stroke.svg) 0 0/contain no-repeat;
  position: absolute;
  content: "";
  width: 449px;
  height: 334px;
  top: 85px;
  left: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section .charm01::before {
    background-image: url(../img/stroke_sp.svg);
    width: 224px;
    height: 216px;
    top: 70px;
    left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .section .charm01 .charm_logo {
    width: 195px;
  }
}
@media screen and (max-width: 767px) {
  .section .charm01 .charm_text {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .section .charm01 .charm_unit {
    font-size: 14px;
  }
}
.section .charm02 {
  margin: -48px 0 0 auto;
  max-width: 300px;
  height: 70px;
  padding: 0 16px;
  background: url(../img/bg_white-lower.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .section .charm02 {
    margin: 55px auto 0;
  }
}
.section .charm02 .charm_logo {
  max-width: 148px;
}
.section .charm02 .charm_text {
  font-size: 34px;
}
.section .charm02 .charm_unit {
  font-size: 15px;
}
.section .charm02 .charm_caution {
  font-size: 10px;
}
.section .achievement {
  background-color: var(--brown03);
  padding: 36px 80px;
}
@media screen and (max-width: 767px) {
  .section .achievement {
    padding: 36px 8px;
  }
}
.section .achievement_caution {
  font-size: 14px;
  margin-top: -24px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .section .achievement_caution {
    font-size: 12px;
  }
}
.section .achievement_equation {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .section .achievement_equation {
    gap: 8px;
  }
}
.section .achievement_equation:nth-child(1) {
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section .achievement_equation:nth-child(1) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section .achievement_equation {
    flex-direction: column;
  }
}
.section .achievement_equation-upper {
  border-bottom: 1px solid var(--gold);
}
@media screen and (max-width: 767px) {
  .section .achievement_equation-upper {
    border: none;
  }
}
.section .achievement_equation-lower {
  position: relative;
}
.section .achievement_equation-lower::before {
  position: absolute;
  content: "";
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  bottom: 50px;
  left: 0;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .section .achievement_equation-lower::before {
    height: 0;
  }
}
.section .achievement_logo-smtrc {
  width: 245px;
}
@media screen and (max-width: 767px) {
  .section .achievement_logo-smtrc {
    margin-bottom: 8px;
  }
}
.section .achievement_logo-smtb {
  width: 219px;
}
@media screen and (max-width: 767px) {
  .section .achievement_logo-smtb {
    margin-bottom: 8px;
  }
}
.section .achievement_triangle {
  margin: 0 auto 8px;
  width: 116px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .section .achievement_triangle {
    margin-bottom: 20px;
    width: 91px;
    height: 17px;
  }
}
.section .achievement_cross {
  position: relative;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .section .achievement_cross {
    width: 24px;
    height: 24px;
  }
}
.section .achievement_cross::before, .section .achievement_cross::after {
  background-color: #fff;
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
  .section .achievement_cross::before, .section .achievement_cross::after {
    height: 24px;
  }
}
.section .achievement_cross::before {
  top: 0;
  left: 50%;
  transform: rotate(45deg);
}
.section .achievement_cross::after {
  top: 0;
  left: 50%;
  transform: rotate(-45deg);
}
.section .achievement_equal {
  width: 28px;
  height: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .section .achievement_equal {
    width: 23px;
    height: 11px;
    transform: rotate(90deg);
    margin-bottom: 16px;
  }
}
.section .achievement_word {
  color: var(--yellow02);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .section .achievement_word {
    font-size: 19px;
  }
}
.section .achievement_company {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .section .achievement_company {
    font-size: 18px;
    margin: 0 auto;
  }
}
.section .achievement_rank {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .section .achievement_rank {
    margin: -24px auto 0;
  }
}
.section .achievement_rank-position {
  font-size: 22px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section .achievement_rank-position {
    font-size: 18px;
  }
}
.section .achievement_rank-number {
  font-size: 120px;
  color: var(--yellow02);
  position: relative;
  z-index: 2;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .section .achievement_rank-number {
    font-size: 79px;
  }
}
.section .achievement_rank-number::before {
  background: var(--gray02);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  content: "";
  width: 137px;
  height: 137px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section .achievement_rank-number::before {
    width: 91px;
    height: 91px;
  }
}
.section .achievement_unit {
  position: relative;
  z-index: 4;
  margin-right: 8px;
}
.section .achievement_year {
  position: relative;
  z-index: 5;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .section .achievement_year {
    margin-right: 0;
  }
}
.section .achievement_detail {
  bottom: 47px;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section .achievement_detail {
    bottom: 24px;
    margin: 0 auto;
  }
}
.section .achievement_detail:before, .section .achievement_detail::after {
  position: absolute;
  font-size: 60px;
  width: 31px;
  height: 93px;
  bottom: -8px;
}
@media screen and (max-width: 767px) {
  .section .achievement_detail:before, .section .achievement_detail::after {
    bottom: -8px;
  }
}
.section .achievement_detail::before {
  content: "(";
  left: -30px;
}
@media screen and (max-width: 767px) {
  .section .achievement_detail::before {
    left: -40px;
  }
}
.section .achievement_detail::after {
  content: ")";
  right: -40px;
}
@media screen and (max-width: 767px) {
  .section .achievement_detail::after {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section .achievement_detail-row:nth-child(1) {
    line-height: 1;
  }
}
.section .achievement_detail-number {
  color: var(--yellow02);
  font-size: 30px;
  font-weight: bold;
}
.section_point {
  background: url(../img/city02.png) center/cover no-repeat;
  margin-bottom: 100px;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  .section_point {
    padding: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .section_point .section_inner {
    padding: 16px 8px;
  }
}
.section_point .section_box-wrap {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .section_point .section_box-wrap {
    display: flex;
    flex-direction: column;
  }
}
.section_point .section_box:not(:last-child) {
  margin-bottom: 56px;
}
.section_point .section_box:nth-child(2) {
  margin-left: 200px;
}
@media screen and (max-width: 767px) {
  .section_point .section_box:nth-child(2) {
    margin-left: 0;
  }
}
.section_point .section_box:nth-child(3) {
  margin-left: 400px;
}
@media screen and (max-width: 767px) {
  .section_point .section_box:nth-child(3) {
    margin-left: 0;
  }
}
.section_information {
  text-align: center;
  margin-bottom: 100px;
}
.section_information .section_text {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_information .section_text {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.section .inquiry {
  max-width: 558px;
  margin: 0 auto 72px;
  text-align: center;
}
.section .inquiry_ttl {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section .inquiry_ttl {
    font-size: 1.1rem;
  }
}
.section .inquiry_name {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section .inquiry_name {
    font-size: 14px;
  }
}
.section .inquiry_time {
  padding-left: 16px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section .inquiry_time {
    font-size: 14px;
  }
}
.section .inquiry_tel {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .section .inquiry_tel {
    font-size: 14px;
  }
}
.section .inquiry_tel-number {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section .inquiry_tel-number {
    font-size: 18px;
  }
}
.section .bnr {
  display: grid;
  text-align: center;
  margin: 0 auto;
}
.section .bnr_link {
  cursor: pointer;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .section .bnr_link {
    margin-bottom: 8px;
  }
}
.section .bnr_link:hover {
  opacity: 0.8;
}

.main {
  padding-top: 64px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 16px;
    margin-top: 16px;
  }
}

.company {
  margin: 0 auto 32px;
}
.company_illust {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .company_illust {
    margin-bottom: 8px;
  }
}
.company_illust-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding: 16px;
  position: relative;
  margin-bottom: -140px;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl {
    margin-bottom: -48px;
  }
}
.company_illust-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, #fff 45%, #fff 55%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl::before {
    height: 32px;
  }
}
.company_illust-ttl-letter {
  font-size: 32px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company_illust-ttl-letter {
    font-size: 18px;
    top: 12px;
  }
}
.company_illust-pic {
  width: 100vw;
}
.company_ttl {
  border-top: 1px solid var(--futureblue);
  border-bottom: 1px solid var(--futureblue);
  margin-bottom: 24px;
  padding: 16px;
  text-align: center;
}
.company_ttl-logo {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company_ttl-logo {
    width: 80%;
  }
}
.company_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .company_list {
    font-size: 14px;
  }
}
.company_list-train {
  margin-bottom: 16px;
}
.company_list-train .company_item:not(:last-child) {
  margin-bottom: 8px;
}
.company_list-place .company_item:not(:last-child) {
  margin-bottom: 16px;
}
.company_list-place-parts:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .company_info {
    margin-bottom: 24px;
  }
}
.company_info-tel {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.company_info-tel-mark-wrap {
  margin-right: 12px;
  margin-top: 4px;
  width: 74px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_info-tel-mark-wrap {
    margin-top: 2px;
    width: 50px;
  }
}
.company_info-tel-mark-text {
  color: var(--bluegreen02);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .company_info-tel-mark-text {
    font-size: 14px;
  }
}
.company_info-tel-number {
  color: var(--bluegreen02);
  font-size: 60px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .company_info-tel-number {
    font-size: 36px;
  }
}

.footer {
  background-color: #555454;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: left;
  }
}
.footer_inner {
  padding: 40px 16px 120px;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 40px 16px 120px;
  }
}
.footer_nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .footer_nav-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
}
.footer_nav-item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer_nav-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.footer_copyright {
  font-size: 14px;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline;
  }
}

.tab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: none;
  }
}
.tab_inline {
  display: inline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_inline {
    display: none;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.pc_inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc_inline {
    display: none;
  }
}

body.Android .section .customer_text {
  font-weight: normal;
}