@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 10rem;
}

:root {
  --white: #fff;
  --lightreen: #0c8f7f;
  --darkgreen: #086358;
  --red: #d31838;
  --blue: #184ea0;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --Noto: "Noto Sans JP", sans-serif !important;
  --zenkaku: "Zen Kaku Gothic New", sans-serif !important;
  --hiragino: "Zen Old Mincho", "Shippori Mincho", sans-serif !important;
  --jost: "Jost", sans-serif !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.75;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

.body_contents_wrp {
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

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

b {
  font-family: "Noto Sans JP", "Shippori Mincho", "Zen Old Mincho", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
}

/*
..%%%%...%%.......%%%%...%%%%%....%%%%...%%.....
.%%......%%......%%..%%..%%..%%..%%..%%..%%.....
.%%.%%%..%%......%%..%%..%%%%%...%%%%%%..%%.....
.%%..%%..%%......%%..%%..%%..%%..%%..%%..%%.....
..%%%%...%%%%%%...%%%%...%%%%%...%%..%%..%%%%%%.
................................................
*/
.ff_noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff_shippori {
  font-family: "Shippori Mincho", "Zen Old Mincho", "游明朝", YuMincho, sans-serif !important;
}

.ff_hiragino {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, sans-serif !important;
}

.bg_white {
  background-color: #fff;
}

.bg_grey {
  background-color: #f6f6f6;
}

.bg_yellow {
  background-color: #f9f9f9;
}

.bg_beige {
  background-color: #efe9e4;
}

.bg_l_beige {
  background-color: #f5f2ee;
}

.ft11px p {
  font-size: 1.1rem !important;
}

.ft14px p {
  font-size: 1.4rem !important;
}

.ft16px p {
  font-size: 1.6rem !important;
}

.ft18px p {
  font-size: 1.8rem !important;
}

.ft20px p {
  font-size: 2rem !important;
}

.ft21px p {
  font-size: 2.1rem !important;
}

.ft22px p {
  font-size: 2.2rem !important;
}

.ft23px p {
  font-size: 2.3rem !important;
}

.ft25px p {
  font-size: 2.5rem !important;
}

.ft28px p {
  font-size: 2.8rem !important;
}

.ft30px p {
  font-size: 3rem !important;
}

.mg0a {
  margin: 0rem auto !important;
}

.mgt0 {
  margin-top: 0rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.pdt0 {
  padding-top: 0rem !important;
}

.pdb0 {
  padding-bottom: 0rem !important;
}

.mg1a {
  margin: 1rem auto !important;
}

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

.mgb1 {
  margin-bottom: 1rem !important;
}

.pdt1 {
  padding-top: 1rem !important;
}

.pdb1 {
  padding-bottom: 1rem !important;
}

.mg2a {
  margin: 2rem auto !important;
}

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

.mgb2 {
  margin-bottom: 2rem !important;
}

.pdt2 {
  padding-top: 2rem !important;
}

.pdb2 {
  padding-bottom: 2rem !important;
}

.mgt3 {
  margin-top: 3rem !important;
}

.mgb3 {
  margin-bottom: 3rem !important;
}

.pdt3 {
  padding-top: 3rem !important;
}

.pdb3 {
  padding-bottom: 3rem !important;
}

.mg4a {
  margin: 4rem auto !important;
}

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

.mgb4 {
  margin-bottom: 4rem !important;
}

.pdt4 {
  padding-top: 4rem !important;
}

.pdb4 {
  padding-bottom: 4rem !important;
}

.mgt5 {
  margin-top: 5rem !important;
}

.mgb5 {
  margin-bottom: 5rem !important;
}

.pdt5 {
  padding-top: 5rem !important;
}

.pdb5 {
  padding-bottom: 5rem !important;
}

.mg6a {
  margin: 6rem auto !important;
}

.mgt6 {
  margin-top: 6rem !important;
}

.mgb6 {
  margin-bottom: 6rem !important;
}

.pdt6 {
  padding-top: 6rem !important;
}

.pdb6 {
  padding-bottom: 6rem !important;
}

.mgt7 {
  margin-top: 7rem !important;
}

.mgb7 {
  margin-bottom: 7rem !important;
}

.pdt7 {
  padding-top: 7rem !important;
}

.pdb7 {
  padding-bottom: 7rem !important;
}

.mg8a {
  margin: 8rem auto !important;
}

.mgt8 {
  margin-top: 8rem !important;
}

.mgb8 {
  margin-bottom: 8rem !important;
}

.pdt8 {
  padding-top: 8rem !important;
}

.pdb8 {
  padding-bottom: 8rem !important;
}

.mgla {
  margin-left: auto !important;
}

.mgra {
  margin-right: auto !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.gap1 {
  gap: 1rem !important;
}

.gap2 {
  gap: 2rem !important;
}

.gap3 {
  gap: 3rem !important;
}

.gap4 {
  gap: 4rem !important;
}

.gap5 {
  gap: 5rem !important;
}

.gap6 {
  gap: 6rem !important;
}

.gap7 {
  gap: 7rem !important;
}

.gap8 {
  gap: 8rem !important;
}

.lh1 {
  line-height: 1;
}

.lh1_6 {
  line-height: 1.6;
}

.lh1_7 {
  line-height: 1.7;
}

.lh1_8 {
  line-height: 1.8;
}

.lh1_9 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.breadcrumb {
  font-size: 1.6rem;
  margin: 2rem auto;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 1rem auto 2rem;
  }
  .breadcrumb .container {
    padding: 0;
  }
}

.flex {
  display: flex;
}

.flex_fit_content {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.flex_wrp2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.flex_wrp2 > div {
  width: calc(50% - 1rem);
  flex: 1;
}

.flex_wrp3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.flex_wrp3 > div {
  width: calc(33.3333333333% - 2rem);
  flex: 1;
}

.flex_wrp4 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.flex_wrp4 > div {
  width: calc(25% - 1rem);
}

.flex_wrp2.gap4 > div {
  width: calc(50% - 2rem);
  flex: 1;
}

.flex_wrp2.gap6 > div {
  width: calc(50% - 3rem);
  flex: 1;
}

.flex_wrp2.nav_item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flex.wrap {
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.grid {
  display: grid;
}

.grid_wrp2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.grid_wrp3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.mw_ft {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ftc_wrp {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_a_start {
  display: flex;
  align-items: flex-start;
}

.flex_a_center {
  display: flex;
  align-items: center;
}

.flex_a_end {
  display: flex;
  align-items: flex-end;
}

.flex_j_center {
  display: flex;
  justify-content: center;
}

.flex_j_between {
  display: flex;
  justify-content: space-between;
}

.flex_j_end {
  display: flex;
  justify-content: flex-end;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center_txt {
  text-align: center;
  margin: 4rem auto;
}

.left_txt {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto;
}

.bold {
  font-weight: bold;
}

.ft_normal {
  font-weight: normal;
}

section {
  padding: 8rem 0;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 4rem 0;
  }
}

.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 6%;
  }
}

.container2 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.container3 {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .container,
  .container2,
  .container3 {
    padding: 0 6%;
  }
}
#fv_area {
  padding: 0;
}

.ps_relative {
  position: relative;
}
.ps_relative.bg_abstract_top::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  width: 28.4375vw;
  height: 45.5556vh;
  background: url("../../img/bg01.png") no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .ps_relative.bg_abstract_top::after {
    top: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .ps_relative.bg_abstract_top::after {
    top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .ps_relative.bg_abstract_top::after {
    background: url("../../img/bg01_sp.png") no-repeat;
    background-size: contain;
    width: 183px;
    height: 164px;
    top: -80px;
  }
}
.ps_relative.bg_abstract_bottom::after {
  content: "";
  position: absolute;
  width: 28.0208vw;
  height: 46.9444vh;
  bottom: -12vh;
  right: -3.59vw;
  background: url("../../img/bg02.png") no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .ps_relative.bg_abstract_bottom::after {
    bottom: -300px;
  }
}
@media screen and (max-width: 768px) {
  .ps_relative.bg_abstract_bottom::after {
    background: url("../../img/bg02_sp.png") no-repeat;
    background-size: contain;
    bottom: -110px;
    right: -20px;
    width: 202px;
    height: 170px;
  }
}

.ps_absolute {
  position: absolute;
}

.dpb768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .dpb768 {
    display: block;
  }
}

.dpn768 {
  display: block;
}
@media screen and (max-width: 768px) {
  .dpn768 {
    display: none;
  }
}

.dpb1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .dpb1024 {
    display: block;
  }
}

.dpn1024 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .dpn1024 {
    display: none;
  }
}

.ft50px {
  font-size: 5rem;
}

.iframe_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.iframe_wrapper.w100 {
  width: 100%;
  aspect-ratio: 1/0.605;
}

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

/*
.%%..%%..%%%%%%...%%%%...%%%%%...%%%%%%..%%%%%..
.%%..%%..%%......%%..%%..%%..%%..%%......%%..%%.
.%%%%%%..%%%%....%%%%%%..%%..%%..%%%%....%%%%%..
.%%..%%..%%......%%..%%..%%..%%..%%......%%..%%.
.%%..%%..%%%%%%..%%..%%..%%%%%...%%%%%%..%%..%%.
................................................
*/
.header-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: white;
  box-shadow: var(--shadow);
}
.header-nav.hidden {
  display: none;
}
.header-nav::after {
  content: "";
  position: absolute;
  width: 13.64vw;
  height: 81px;
  left: 50%;
  transform: translate(-50%);
  background: url(../../img/header/header_parts.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .header-nav::after {
    background: url(../../img/header/header_parts_sp.png) no-repeat;
    background-size: contain;
    width: 142px;
    height: 45px;
    bottom: -55%;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav {
    padding: 0.8rem 0;
  }
}

.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nav-list {
    justify-content: flex-end;
    width: 100%;
  }
}

.nav-group {
  display: flex;
  align-items: center;
  width: 44.6vw;
  height: 100%;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .nav-group {
    display: none;
  }
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1.78vh 0;
  margin: 1.78vh 0;
  color: #000;
  gap: 0.5rem;
  width: 12.29vw;
}
.nav-item.company img {
  width: 4.73vw;
}
.nav-item.bus img {
  width: 4.53vw;
}
.nav-item.safety img {
  width: 2.91vw;
}
.nav-item.mail img {
  width: 2.86vw;
}
@media screen and (max-width: 768px) {
  .nav-item {
    padding: 2rem;
  }
}

.nav-group .nav-item:first-child,
.nav-group .nav-item:nth-child(2) {
  border-right: 1px solid #e5e7eb;
}

.nav-item span {
  font-size: 0.93vw;
  font-weight: bold;
  text-align: center;
}

.nav-item.mail {
  width: 19.84vw;
}

.nav-item.tel {
  flex-direction: row;
  width: 25vw;
}
.nav-item.tel a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  border-right: none !important;
}
.nav-item.tel a img {
  position: relative;
  top: 12px;
  width: 1.51vw;
  height: 100%;
  max-height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo {
  margin-top: 2rem;
  width: 8.645vw;
}
@media screen and (max-width: 1024px) {
  .logo {
    content: "";
    background-size: contain;
    width: 76px;
    height: 75px;
    z-index: 2;
    top: -2rem;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
  }
  .logo a {
    display: block;
    width: 76px;
    height: 75px;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phone-number {
  font-size: 2.13vw;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  line-height: 1.3;
}

.business-hours {
  font-size: 0.93vw;
  margin-left: 1.56vw;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .business-hours {
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}
.pagetop a:hover {
  opacity: 1;
}
.pagetop a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pagetop {
    max-width: 60px;
    height: auto;
  }
}

.nav-item:first-child {
  border-right: 1px solid #e5e7eb;
}

/*
.%%%%%%...%%%%....%%%%...%%%%%%..%%%%%%..%%%%%..
.%%......%%..%%..%%..%%....%%....%%......%%..%%.
.%%%%....%%..%%..%%..%%....%%....%%%%....%%%%%..
.%%......%%..%%..%%..%%....%%....%%......%%..%%.
.%%.......%%%%....%%%%.....%%....%%%%%%..%%..%%.
................................................
*/
footer {
  background-color: #f5f5f5;
  padding-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 4rem;
  }
}

.footer-container {
  max-width: 841px;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 1500px) {
  .footer-container {
    margin: 0 auto 10rem auto;
    gap: 15.27vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    gap: 4rem;
  }
}
.footer-container .business-hours {
  margin-left: 2.6vw;
  font-family: var(--Noto);
}
@media screen and (max-width: 1500px) {
  .footer-container .business-hours {
    margin-left: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-container .business-hours {
    margin-left: 5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .footer-container {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }
}

.company-name {
  font-size: 2.6vw;
  color: var(--lightreen);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .company-name {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.phone {
  font-size: clamp(3rem, 2.1vw, 3.9rem);
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .phone {
    font-size: 3.6rem;
  }
}
.phone picture {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.phone img {
  width: 100%;
  max-width: clamp(20px, 1.45vw, 28px);
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .phone img {
    max-width: 26px;
    margin-right: 0.5rem;
  }
}

.business-hours {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.42;
  font-weight: 500;
  font-family: var(--Noto);
}

.address-section {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .address-section {
    margin-bottom: 3rem;
  }
  .address-section:last-child {
    margin-bottom: 0;
  }
}

.address-section h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.address-section p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.nav-links {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .nav-links {
    font-size: 1.6rem;
    gap: 3rem;
  }
}
.nav-links span {
  font-weight: bold;
  color: #cc3a3a;
  margin-right: 1rem;
}

.nav-links a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.nav-links a:hover {
  color: #000;
}

.footer-border {
  width: 100vw;
  height: 60px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer-border {
    margin-top: 4rem;
  }
}

/*
.%%..%%..%%..%%..%%%%%%...%%%%...%%..%%..%%%%%%.
.%%..%%..%%%.%%....%%....%%..%%..%%..%%..%%.....
.%%..%%..%%.%%%....%%....%%.%%%..%%..%%..%%%%...
.%%..%%..%%..%%....%%....%%..%%..%%..%%..%%.....
..%%%%...%%..%%..%%%%%%...%%%%%...%%%%...%%%%%%.
................................................
*/
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.sec_ttl {
  position: relative;
}
.sec_ttl h2 {
  font-size: 2.6vw;
  font-weight: bold;
  font-family: var(--Noto);
  line-height: 1.44;
}
@media screen and (max-width: 1024px) {
  .sec_ttl h2 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl h2 {
    font-weight: 600;
  }
}
.sec_ttl.v2::before {
  content: attr(data-txt);
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.3em;
  color: #0c8f7f;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sec_ttl.v2::before {
    font-size: 1.1rem;
  }
}

.layered-button {
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  color: var(--white);
  text-decoration: none;
  font-size: 1.04vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .layered-button {
    padding: 1.6rem 3.2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .layered-button {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
.layered-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--lightreen);
  z-index: 2;
}
.layered-button span {
  position: relative;
  z-index: 3;
}
.layered-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--darkgreen);
  z-index: 1;
  right: -8px;
  bottom: -8px;
  transition: opacity 0.3s ease;
}
.layered-button:hover {
  right: -8px;
  bottom: -8px;
  opacity: 1;
}
.layered-button:hover::after {
  opacity: 0;
}

.fv_wrp {
  position: relative;
}
.fv_wrp h1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 3.28vw;
  line-height: 2;
  font-family: var(--Noto);
  font-weight: bold;
  color: var(--white);
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .fv_wrp h1 {
    font-size: 3.2rem;
    top: 60%;
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .fv_wrp h1 {
    top: 20%;
    right: auto;
    left: 30px;
    transform: translateX(0);
  }
}

#top_message_area p {
  line-height: 2.27;
}
#top_message_area .container2 {
  margin-right: 3.125vw;
  margin-left: 18.67vw;
}
@media screen and (max-width: 1024px) {
  #top_message_area .container2 {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_message_area .container2 {
    margin: 0;
    padding: 0 0 0 6%;
  }
}
#top_message_area .flex_a_end {
  gap: 2.08vw;
}
@media screen and (max-width: 768px) {
  #top_message_area .flex_a_end > div:first-child {
    padding-right: 6%;
  }
}
#top_message_area .flex_a_end > div img {
  max-width: 44.89vw;
}
@media screen and (max-width: 1024px) {
  #top_message_area .flex_a_end {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0 !important;
  }
  #top_message_area .flex_a_end .mgt5 {
    margin-top: 2rem !important;
  }
  #top_message_area .flex_a_end > div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #top_message_area .flex_a_end > div {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #top_message_area .flex_a_end > div img {
    max-width: 100%;
  }
}
#top_message_area.ps_relative.bg_abstract_top::after {
  top: -70px;
}
@media screen and (max-width: 1024px) {
  #top_message_area .mgt4 {
    text-align: center;
  }
  #top_message_area.ps_relative.bg_abstract_top::after {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  #top_message_area.ps_relative.bg_abstract_top::after {
    top: -20px;
  }
}

#top_lineup_area {
  background: url("../../img/top/top_lineup_bg.jpg") no-repeat center;
  background-size: cover;
  z-index: -2;
}
#top_lineup_area .flex_wrp3 {
  width: 100%;
  max-width: 62.96vw;
  margin: 0 auto;
}
#top_lineup_area .flex_wrp3 > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #top_lineup_area .flex_wrp3 {
    max-width: 100%;
  }
}
#top_lineup_area .layered-button {
  width: 100%;
  max-width: 241px;
}
@media screen and (max-width: 768px) {
  #top_lineup_area {
    background: url("../../img/top/top_lineup_bg_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
  #top_lineup_area .center_txt {
    text-align: left !important;
  }
  #top_lineup_area .flex_wrp3 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top_lineup_area .flex_wrp3 {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_lineup_area .flex_wrp3 > div {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

#top_safety_management_area {
  padding-top: 16rem;
  padding-bottom: 28.8rem;
}
#top_safety_management_area .container2 {
  margin-left: 0;
  padding-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #top_safety_management_area .container2 {
    padding: 0 6%;
  }
}
@media screen and (max-width: 768px) {
  #top_safety_management_area .container2 {
    padding-right: 0;
    padding-left: 0;
  }
  #top_safety_management_area .container2 img {
    padding-right: 6%;
  }
}
#top_safety_management_area .flex_a_end > div:last-child {
  position: absolute;
  top: 20%;
  left: 50%;
  max-width: 560px;
}
@media screen and (max-width: 1500px) {
  #top_safety_management_area .flex_a_end > div:last-child {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #top_safety_management_area .flex_a_end > div:last-child {
    position: inherit;
  }
}
@media screen and (max-width: 1024px) {
  #top_safety_management_area .flex_a_end > div:first-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #top_safety_management_area {
    padding: 8rem 0;
  }
  #top_safety_management_area .flex_a_end {
    flex-direction: column;
    align-items: center;
  }
  #top_safety_management_area .flex_a_end > div:last-child {
    padding: 0 6%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #top_safety_management_area .flex_a_end {
    gap: 2rem !important;
  }
}
@media screen and (max-width: 1024px) {
  #top_safety_management_area .mgt5 {
    margin-top: 0 !important;
  }
  #top_safety_management_area .mgt4.right {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  #top_safety_management_area {
    padding: 4rem 0 6rem;
  }
}

#contact_cta_area .container3 {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #contact_cta_area {
    padding-top: 8rem;
    padding-bottom: 0;
  }
  #contact_cta_area .container3 {
    padding: 0 6% 4rem;
  }
}
#contact_cta_area .cta_bg {
  background: url("../../img/cta_bg.jpg") no-repeat center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10rem 0;
}
@media screen and (max-width: 1024px) {
  #contact_cta_area .cta_bg {
    padding: 8rem 6%;
  }
}
@media screen and (max-width: 768px) {
  #contact_cta_area .cta_bg {
    padding: 4rem 6%;
  }
}
#contact_cta_area .cta_bg .flex_j_center > div {
  width: 100%;
  max-width: 30.83vw;
}
@media screen and (max-width: 768px) {
  #contact_cta_area .cta_bg .flex_j_center > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact_cta_area .cta_bg .flex_j_center {
    flex-direction: column;
    align-items: center;
  }
}
#contact_cta_area .cta_bg .layered-button {
  width: 100%;
  height: 208px;
  background-color: var(--white);
}
#contact_cta_area .cta_bg .layered-button:first-child::after {
  background-color: var(--blue);
}
#contact_cta_area .cta_bg .layered-button:last-child::after {
  background-color: var(--red);
}
#contact_cta_area a:hover {
  opacity: 1;
  transition: all 0.3s;
}
#contact_cta_area a:hover img {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  right: -5px;
  bottom: -5px;
}

.sub_page_fv {
  padding-top: 26rem;
}
.sub_page_fv .sec_ttl.v2 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}
.sub_page_fv .sec_ttl.v2 h2 {
  line-height: 2.08 !important;
}
@media screen and (max-width: 1024px) {
  .sub_page_fv .sec_ttl.v2 h2 {
    line-height: 1.4 !important;
  }
}
@media screen and (max-width: 1500px) {
  .sub_page_fv {
    padding: 17rem 3.385vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .sub_page_fv {
    padding: 12rem 6% 0;
  }
}

#about_us_message_area .sec_ttl h2 {
  line-height: 2.04;
}
@media screen and (max-width: 768px) {
  #about_us_message_area .sec_ttl h2 {
    line-height: 1.4;
  }
}
#about_us_message_area p {
  line-height: 2.44;
}
@media screen and (max-width: 768px) {
  #about_us_message_area p {
    margin-top: 2rem !important;
  }
}
#about_us_message_area .container2 {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about_us_message_area .container2 {
    padding-right: 0;
  }
}
#about_us_message_area .flex {
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  #about_us_message_area .flex > div:first-child {
    padding-right: 6%;
  }
}
#about_us_message_area .flex img {
  width: 100%;
  max-width: 43.125vw;
}
@media screen and (max-width: 1024px) {
  #about_us_message_area .flex img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #about_us_message_area .flex {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0 !important;
  }
  #about_us_message_area .flex .sec_ttl.v2 {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  #about_us_message_area {
    padding: 1rem 0 0;
  }
  #about_us_message_area .mgt8 {
    margin-top: 4rem !important;
  }
}

.company-info {
  width: 100%;
  max-width: 869px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  .company-info {
    border-spacing: 0.5rem;
  }
}
.company-info tr:last-child th, .company-info tr:last-child td {
  border-bottom: none;
}
.company-info th {
  width: 24vw;
  max-width: 213px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: var(--lightreen);
  border-bottom: 2px solid var(--lightreen);
  padding-top: 0.2em;
}
@media screen and (max-width: 1024px) {
  .company-info th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-info th {
    font-size: 1.3rem;
    vertical-align: middle;
    width: 30%;
  }
}
.company-info td {
  width: calc(100% - 24vw);
  font-size: 1.8rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  line-height: 2.05;
  border-bottom: 2px solid #5d5d5d;
}
@media screen and (max-width: 1024px) {
  .company-info td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-info td {
    width: 70%;
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
}

#company_profile_area .container {
  max-width: 869px;
}

.location-info h2 {
  position: relative;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .location-info h2 {
    font-size: 1.6rem;
  }
}
.location-info h2::before {
  content: "● ";
  color: var(--lightreen);
  padding-right: 0.3rem;
}

#line_up_page #line_up_nav_area .flex_wrp3 {
  width: 100%;
  max-width: 62.96vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #line_up_page #line_up_nav_area .flex_wrp3 {
    max-width: 100%;
    flex-direction: column;
    gap: 1rem !important;
  }
  #line_up_page #line_up_nav_area .flex_wrp3 > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #line_up_page #line_up_nav_area {
    padding: 0;
  }
}
#line_up_page #line_up_area .line_up_ttl {
  font-size: 2.6vw;
  font-weight: bold;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  #line_up_page #line_up_area .line_up_ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
#line_up_page .table-container {
  margin: 2rem auto;
}
#line_up_page .table-container .title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
#line_up_page .table-container .subtitle {
  font-size: 1.15vw;
  margin-bottom: 6.7rem;
}
@media screen and (max-width: 1024px) {
  #line_up_page .table-container .subtitle {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
#line_up_page .table-container tr td:first-child {
  border-left: 9px solid var(--lightreen);
}
#line_up_page .table-container tr td:nth-child(odd) {
  font-weight: bold;
}
#line_up_page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
  background-color: #fff;
}
#line_up_page table td {
  padding: 1.5rem;
  border: 1px solid #ddd;
}

.bus-details {
  max-width: 1183px;
  margin: 0 auto 0 0;
}
.bus-details .bus-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .bus-details .bus-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bus-details .bus-header .category-badge {
  color: var(--white);
  border: 1px solid #707070;
  padding: 0 3rem;
  font-size: 1.56vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bus-details .bus-header .category-badge {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.bus-details .bus-header .bus-title {
  font-size: 1.56vw;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .bus-details .bus-header .bus-title {
    font-size: 1.8rem;
  }
}
.bus-details .bus-header .bus-title .model-number {
  font-size: 1.8rem;
  margin-left: 1rem;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .bus-details .bus-header .bus-title .model-number {
    font-size: 1.4rem;
  }
}
.bus-details .main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 61.61vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bus-details .main-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .bus-details .main-content {
    max-width: 100%;
  }
}
.bus-details .main-content .image-section .main-image {
  width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.bus-details .main-content .image-section .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease-in-out;
}
.bus-details .main-content .image-section .thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.bus-details .main-content .image-section .thumbnail-grid .thumbnail {
  cursor: pointer;
  transition: opacity 0.3s;
  aspect-ratio: 4/3;
  border-radius: 0.25rem;
  overflow: hidden;
}
.bus-details .main-content .image-section .thumbnail-grid .thumbnail:hover {
  opacity: 0.8;
}
.bus-details .main-content .image-section .thumbnail-grid .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bus-details .main-content .specs-section {
  width: 100%;
  max-width: 515px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.6rem;
}
@media screen and (max-width: 1024px) {
  .bus-details .main-content .specs-section {
    max-width: 100%;
  }
}
.bus-details .main-content .specs-section .spec-item {
  background: #f5f5f5;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
}
.bus-details .main-content .specs-section .spec-item:nth-child(4n+1), .bus-details .main-content .specs-section .spec-item:nth-child(4n+2) {
  background: #f5f5f5;
}
.bus-details .main-content .specs-section .spec-item:nth-child(4n+3), .bus-details .main-content .specs-section .spec-item:nth-child(4n+4) {
  background: white;
}
.bus-details .main-content .specs-section .spec-item span {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bus-details .main-content .specs-section .spec-item .spec-label {
  color: var(--lightreen);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bus-details .main-content .specs-section .spec-item .spec-label {
    font-size: 1.3rem;
  }
}
.bus-details .main-content .specs-section .spec-item .spec-value {
  font-size: 1.7rem;
  max-width: 68px;
}
@media screen and (max-width: 768px) {
  .bus-details .main-content .specs-section .spec-item .spec-value {
    font-size: 1.3rem;
    max-width: 40px;
  }
}
.bus-details .main-content .specs-section .other-features {
  grid-column: 1/-1;
  background: #f5f5f5;
  padding: 1.5rem;
}
.bus-details .main-content .specs-section .other-features h3 {
  color: var(--lightreen);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bus-details .main-content .specs-section .other-features h3 {
    font-size: 1.3rem;
  }
}
.bus-details .main-content .specs-section .other-features p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .bus-details .main-content .specs-section .other-features p {
    font-size: 1.3rem;
  }
}
.bus-details .mgt4 {
  grid-column: 1/-1;
  width: 100%;
}
.bus-details .layered-button {
  width: 100%;
  max-width: 508px;
  font-size: 1.56vw;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bus-details .layered-button {
    margin: 0 auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .bus-details .layered-button span {
    font-size: 2rem;
  }
}

.large_vehicle {
  margin-bottom: 12rem;
}
.large_vehicle .bus-details:first-of-type {
  margin-top: 0;
}
.large_vehicle .bus-details:nth-of-type(n + 2) {
  margin-top: 12rem;
}
.large_vehicle .category-badge {
  background: var(--lightreen);
}

.medium_vehicle {
  margin-bottom: 13.2rem;
}
@media screen and (max-width: 1024px) {
  .medium_vehicle {
    margin-bottom: 9rem;
  }
}
.medium_vehicle .bus-details:first-of-type {
  margin-top: 0;
}
.medium_vehicle .bus-details:nth-of-type(n + 2) {
  margin-top: 12rem;
}
.medium_vehicle .category-badge {
  background: var(--blue);
}

#safety_management_fv_area.sub_page_fv {
  padding-bottom: 14rem;
}
@media screen and (max-width: 1024px) {
  #safety_management_fv_area.sub_page_fv {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #safety_management_fv_area.sub_page_fv {
    padding-bottom: 0;
  }
}

#safety_management_area .ps_relative.bg_abstract_top::after {
  top: -280px;
}
@media screen and (max-width: 1500px) {
  #safety_management_area .ps_relative.bg_abstract_top::after {
    top: -260px;
  }
}
@media screen and (max-width: 1024px) {
  #safety_management_area .ps_relative.bg_abstract_top::after {
    top: -150px;
  }
}
@media screen and (max-width: 768px) {
  #safety_management_area .ps_relative.bg_abstract_top::after {
    top: -80px;
  }
}
#safety_management_area .center img {
  width: 100%;
  max-width: 58.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #safety_management_area .center img {
    max-width: 100%;
    padding: 0 6%;
  }
}
#safety_management_area .flex_a_end img {
  max-width: 54.06vw;
}
@media screen and (max-width: 768px) {
  #safety_management_area .flex_a_end img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #safety_management_area .mgt4.right {
    text-align: center !important;
  }
  #safety_management_area .mgt5 {
    margin-top: 0 !important;
  }
}
#safety_management_area .safety_management_img_wrapper {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #safety_management_area .safety_management_img_wrapper {
    flex-wrap: wrap;
    gap: 1rem;
  }
  #safety_management_area .safety_management_img_wrapper > div {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 768px) {
  #safety_management_area .flex_j_end {
    margin-top: 2rem;
  }
}

.safety_bus_wrp {
  width: 100%;
  max-width: 1200px;
  padding: 2.7rem;
  margin: 0 auto;
  box-shadow: inset 0 0 0 2px #0c8f7f, inset 0 0 0 5px #fff, inset 0 0 0 7px #0c8f7f;
  background-color: #fff;
}
.safety_bus_wrp p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .safety_bus_wrp p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .safety_bus_wrp p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .safety_bus_wrp img {
    max-width: 87px;
  }
}
@media screen and (max-width: 768px) {
  .safety_bus_wrp {
    flex-direction: column;
    text-align: center;
    gap: 1rem !important;
    padding: 2rem 1rem;
  }
}

.safety-title {
  background-color: #000;
  color: #fff;
  padding: 1rem 3rem;
  margin: 6.2rem 0 0;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .safety-title {
    font-size: 2rem;
    margin: 4rem 0 0;
  }
}

.safety-content {
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}
.safety-content p,
.safety-content li,
.safety-content .emphasis-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .safety-content {
    padding: 1rem;
  }
}

.safety-block {
  margin-bottom: 4rem;
  display: flex;
}
.safety-block .safety-subtitle {
  font-size: 2rem;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  padding-right: 1rem;
}
.safety-block .safety-content-inner {
  flex-grow: 1;
}
.safety-block .safety-content-inner p {
  line-height: 1.5;
}
.safety-block .safety-content-inner h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .safety-block .safety-content-inner h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .safety-block {
    gap: 0;
    margin-bottom: 2rem;
  }
}

.year-title {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}

.target-box {
  padding: 0 1rem;
}
.target-box .target-item {
  margin: 1rem 0 0.5rem;
}
.target-box .status {
  margin-bottom: 1em;
}

.target-list {
  list-style: none;
  padding: 0 1rem;
}
.target-list li {
  margin: 0.8rem 0;
}

.pdf-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}
.pdf-links .pdf-link-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pdf-links .pdf-link-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.pdf-links .pdf-link {
  text-decoration: underline;
  font-size: 1.6rem;
}

.measures-box {
  margin: 2rem 0;
}
.measures-box .measures-title {
  font-size: 1.6rem;
}
.measures-box .measures-list {
  list-style: none;
}

.training-box {
  margin: 2rem 0;
}
.training-box .training-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.training-box .training-list {
  list-style: none;
  padding: 0;
}
.training-box .training-list li {
  margin: 1.5rem 0;
  line-height: 1.8;
}

.training-detail {
  margin: 0.5rem 0 0.5rem 1.5rem;
  color: #444;
}
@media screen and (max-width: 768px) {
  .training-detail {
    margin-left: 0.5rem;
  }
}

.training-schedule {
  margin: 1rem 0 1rem 1.5rem;
}
.training-schedule p {
  margin: 0.5rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .training-schedule {
    margin-left: 0.5rem;
  }
}

.training-images {
  margin: 3rem 0;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.image-item {
  margin: 0;
  text-align: center;
}
.image-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.image-item figcaption {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .image-item figcaption {
    font-size: 1.2rem;
  }
}

#contact_area {
  padding-bottom: 20.8rem;
  position: relative;
}
#contact_area .layered-button {
  width: 100%;
  max-width: 235px;
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  #contact_area .layered-button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #contact_area {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #contact_area {
    padding-top: 0;
  }
}
#contact_area .form-header {
  text-align: center;
  margin-bottom: 10rem;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  #contact_area .form-header {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
#contact_area .form-group {
  margin-bottom: 4.5rem;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #contact_area .form-group {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#contact_area .form-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  width: 275px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #contact_area .form-label {
    font-size: 1.8rem;
    width: 100%;
  }
}
#contact_area .form-input-wrapper {
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  #contact_area .form-input-wrapper {
    width: 100%;
  }
}
#contact_area .required,
#contact_area .optional {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contact_area .required,
  #contact_area .optional {
    font-size: 1.2rem;
    padding: 0.1rem 0.5rem;
  }
}
#contact_area .required {
  background-color: #d31838;
}
#contact_area .optional {
  background-color: #727272;
}
#contact_area .radio-group {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #contact_area .radio-group {
    flex-direction: column;
    gap: 1rem;
  }
}
#contact_area .radio-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  #contact_area .radio-item {
    font-size: 1.6rem;
  }
}
#contact_area .radio-item input[type=radio] {
  margin: 0;
  cursor: pointer;
}
#contact_area .form-input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.6rem;
}
#contact_area .form-input:focus {
  outline: none;
  border-color: #666;
}
#contact_area .form-textarea {
  width: 100%;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  font-size: 1.6rem;
}
#contact_area .form-textarea:focus {
  outline: none;
  border-color: #666;
}
#contact_area .privacy-section {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  #contact_area .privacy-section {
    padding: 1.5rem;
  }
}
#contact_area .privacy-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
#contact_area .privacy-content {
  height: 200px;
  overflow-y: auto;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #4e4e4e;
  border-radius: 4px;
  margin-bottom: 2rem;
}
#contact_area .privacy-content h4 {
  font-size: 1.6rem;
  margin: 1.5rem 0 1rem;
}
#contact_area .privacy-content h4:first-child {
  margin-top: 0;
}
#contact_area .privacy-content p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #contact_area .privacy-content {
    padding: 1rem;
  }
}
#contact_area .privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  gap: 0.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #contact_area .privacy-check {
    font-size: 1.6rem;
  }
}
#contact_area .privacy-check input[type=checkbox] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
#contact_area .privacy-check span {
  border-bottom: 1px solid #000000;
}
#contact_area .privacy-note {
  font-size: 1.6rem;
  text-align: center;
  color: #000000;
}
#contact_area .layered-button {
  padding: 0;
}
#contact_area .layered-button > input {
  z-index: 2;
  position: relative;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  width: 100%;
  padding: 2rem 4rem;
}
@media screen and (max-width: 1024px) {
  #contact_area .layered-button > input {
    padding: 1.6rem 3.2rem;
  }
}
#contact_area .layered-button > input:hover {
  cursor: pointer;
}

.g-recaptcha {
  z-index: 2;
  position: relative;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  width: 100%;
  padding: 2rem 4rem;
}
.g-recaptcha:hover {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .g-recaptcha {
    padding: 1.6rem 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 110px !important;
  }
}
#thanks_area {
  padding: 40rem 0 20rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #thanks_area {
    padding: 20rem 0 10rem;
  }
}
#thanks_area h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #thanks_area h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
#thanks_area p {
  font-size: 1.8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #thanks_area p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  /* global */
  section {
    padding: 4rem 0;
  }
  .dpb768 {
    display: block;
  }
  .dpn768 {
    display: none;
  }
  .ft34px {
    font-size: 1.7rem !important;
  }
  .ft38px {
    font-size: 1.4rem !important;
  }
  .ft40px {
    font-size: 2rem !important;
  }
  .ft41px {
    font-size: 2.1rem !important;
  }
  .ft48px {
    font-size: 2.4rem !important;
  }
  .ft65px {
    font-size: 3rem !important;
  }
  .ft70px {
    font-size: 4rem !important;
  }
  .ft104px {
    font-size: 5rem !important;
  }
  /* header */
  .hamburger_nav .menu-icon {
    display: block;
    margin-right: 2rem;
  }
  .hamburger_nav {
    display: block;
  }
  .hamburger_nav ul.active {
    display: flex;
    align-items: flex-start;
    overflow-y: auto;
    z-index: 1000;
    background-color: #fff;
    padding: 18.6rem 0 10.4rem;
  }
  .footer_contents_right ul {
    display: flex;
  }
  .hamburger_nav ul {
    display: none;
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  ul#menuList {
    padding: 17.2vh 1.04vw 9.63vh;
    height: 100dvh;
  }
  ul#menuList > li {
    width: 100%;
  }
  ul#menuList > li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 526px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    font-size: 1.6rem;
    color: #1e1a10;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid #1e1a10;
  }
  ul#menuList > li a > div:first-child {
    width: 15%;
  }
  ul#menuList > li a > div:last-child {
    width: 85%;
    padding-right: 15%;
    text-align: center;
  }
  ul#menuList > li a.ma_contact {
    border-bottom: none;
    padding: 0;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  ul#menuList > li a.ma_contact {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  ul#menuList > li a.ma_contact {
    max-width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  ul#menuList > li a.ma_tel {
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  ul#menuList > li a.ma_tel {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  ul#menuList > li a.ma_tel {
    max-width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .openbtn {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 40px;
    height: 65px;
    border-radius: 5px;
    z-index: 2000;
  }
  .openbtn div {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: var(--lightreen);
  }
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: var(--white);
    width: 100%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
    background-color: var(--lightreen);
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
    background-color: var(--lightreen);
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
    background-color: var(--lightreen);
  }
  .active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 24px;
  }
  .active span:nth-of-type(2) {
    opacity: 0;
  }
  .active span:nth-of-type(3) {
    top: 24px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  ul#menuList > li a {
    max-width: 326px;
  }
}/*# sourceMappingURL=style.css.map */