@charset "UTF-8";
:root {
  --c_navy: #1d2088;
  --c_lightblue: #73a1ff;
  --c_skyblue_1: #84c1da;
  --c_skyblue_2: #d3e5f0;
  --c_orange: #f77736;
  --c_gray_1: #575655;
  --c_gray_2: #a3a2a0;
  --c_gray_3: #dddddd;
  --c_gray_4: #fcfcfc;
  --c_white: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

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

.inner {
  max-width: 1470px;
  width: 90%;
  overflow: visible;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 575px) {
  .inner {
    width: 90%;
    padding: 3.2rem 0 6rem;
  }
}

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  color: var(--c_navy);
  font-size: clamp(5rem, 2.5vw + 3rem, 6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 1199px) {
  h2 {
    font-size: clamp(6rem, 2.8vw + 2rem, 8rem);
  }
}
@media print, screen and (max-width: 991px) {
  h2 {
    font-size: clamp(5.2rem, 3vw + 1.6rem, 6.8rem);
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: clamp(4rem, 3.2vw + 1.4rem, 5.2rem);
  }
}
h2 span {
  font-size: clamp(1.8rem, 0.9vw + 1rem, 2.4rem);
  letter-spacing: 0.28em;
  margin-top: -0.2em;
}
@media print, screen and (max-width: 1199px) {
  h2 span {
    font-size: clamp(2rem, 1vw + 0.9rem, 2.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  h2 span {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.3rem);
  }
}
@media screen and (max-width: 575px) {
  h2 span {
    font-size: clamp(2rem, 1.5vw + 0.7rem, 2rem);
  }
}
@media screen and (max-width: 575px) {
  h2 {
    white-space: nowrap;
    font-size: clamp(4rem, 2vw + 2.5rem, 5rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 1199px) {
  h2 {
    font-size: clamp(4.8rem, 2.2vw + 1.8rem, 6.4rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 991px) {
  h2 {
    font-size: clamp(4rem, 2.5vw + 1.4rem, 5.4rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  h2 {
    font-size: clamp(3.4rem, 2.8vw + 1.2rem, 4.4rem);
  }
}

h3 {
  font-size: clamp(2.2rem, 1.1vw + 1.3rem, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--c_navy);
}
@media print, screen and (max-width: 1199px) {
  h3 {
    font-size: clamp(2.6rem, 1.3vw + 1rem, 3.2rem);
  }
}
@media print, screen and (max-width: 991px) {
  h3 {
    font-size: clamp(2.3rem, 1.5vw + 0.9rem, 2.9rem);
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: clamp(2rem, 1.7vw + 0.8rem, 2.5rem);
  }
}
@media print, screen and (max-width: 1199px) {
  h3 {
    text-align: center;
  }
}

.subpage h3 {
  font-size: clamp(2.2rem, 1.1vw + 1.3rem, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--c_navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media print, screen and (max-width: 1199px) {
  .subpage h3 {
    font-size: clamp(2.6rem, 1.3vw + 1rem, 3.2rem);
  }
}
@media print, screen and (max-width: 991px) {
  .subpage h3 {
    font-size: clamp(2.3rem, 1.5vw + 0.9rem, 2.9rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage h3 {
    font-size: clamp(2rem, 1.7vw + 0.8rem, 2.5rem);
  }
}
@media print, screen and (max-width: 1199px) {
  .subpage h3 {
    text-align: center;
  }
}

.water_l {
  width: 6.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/water_l.png);
  background-size: contain;
  background-position: center;
  display: block;
}
@media screen and (max-width: 575px) {
  .water_l {
    width: 4rem;
  }
}

.water_r {
  width: 6.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/water_r.png);
  background-size: contain;
  background-position: center;
  display: block;
}
@media screen and (max-width: 575px) {
  .water_r {
    width: 4rem;
  }
}

#pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background-color: var(--c_navy);
  border-radius: 100%;
  width: 6.4rem;
  aspect-ratio: 1/1;
  -webkit-transition: background-color 0.6s ease, border 0.6s ease;
  transition: background-color 0.6s ease, border 0.6s ease;
}
#pagetop img {
  width: 8rem;
}
#pagetop::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#pagetop:hover {
  background-color: var(--c_white);
  border: 1px solid var(--c_navy);
}
#pagetop:hover::before {
  border-color: var(--c_navy);
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 18px auto;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 8px 0 rgba(92, 92, 117, 0.5);
          box-shadow: 0 0 8px 0 rgba(92, 92, 117, 0.5);
  border-radius: 1.6rem;
  width: 95vw;
  height: 5vw;
  padding: 0 0 0 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1199px) {
  header {
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
  }
}
header .overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c_navy);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .overlay.__open {
  opacity: 0.9;
  visibility: visible;
}
header .header_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media print, screen and (max-width: 991px) {
  header .header_title {
    top: 0;
  }
}
header .header_title h1 {
  font-size: clamp(1rem, 0.2vw + 0.4rem, 1.1rem);
  letter-spacing: 0;
  color: var(--c_gray_2);
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  header .header_title h1 {
    font-size: clamp(1rem, 0.3vw + 0.3rem, 1.1rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_title h1 {
    font-size: clamp(0.9rem, 0.4vw + 0.2rem, 1rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_title h1 {
    font-size: clamp(0.8rem, 0.6vw + 0.2rem, 0.9rem);
  }
}
header .header_title .logo {
  width: 9vw;
  min-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 991px) {
  header .header_title .logo {
    width: 22vw;
    max-width: 180px;
    min-width: initial;
  }
}
header .header_title .logo img {
  width: 100%;
  height: auto;
}
header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, screen and (max-width: 1199px) {
  header .header_right {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    padding: 20vh 2.4rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header_right.__open {
    right: 0;
    padding: 20vh 3.2rem;
  }
}
header .header_right .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2vw 0 1vw;
  gap: 3.2rem;
  list-style: none;
}
header .header_right .header_menu ul li {
  padding: 0.8rem 0.2rem;
}
header .header_right .header_menu ul li._current {
  border-bottom: 1px solid var(--c_orange);
}
header .header_right .header_menu ul li a {
  text-decoration: none;
  color: var(--c_navy);
  font-weight: 500;
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
header .header_right .header_menu ul li a:hover {
  color: var(--c_orange);
}
@media print, screen and (max-width: 1199px) {
  header .header_right .header_menu {
    width: 100%;
  }
  header .header_right .header_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 2.4rem;
    margin-bottom: 6.4rem;
  }
  header .header_right .header_menu ul li a {
    font-size: clamp(1.4rem, 0.6vw + 0.7rem, 1.8rem);
    letter-spacing: 0.2em;
  }
}
@media print, screen and (max-width: 1199px) and (max-width: 1199px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.6rem, 0.7vw + 0.6rem, 2rem);
  }
}
@media print, screen and (max-width: 1199px) and (max-width: 991px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.5rem, 1vw + 0.5rem, 1.9rem);
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  header .header_right .header_menu ul li a {
    font-size: clamp(1.8rem, 1.2vw + 0.8rem, 1.9rem);
  }
}
header .header_right .contact-form_btn {
  height: 100%;
}
header .header_right .contact-form_btn a {
  height: 100%;
  background-color: var(--c_lightblue);
  padding: 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: var(--c_white);
  text-decoration: none;
  font-size: clamp(1.4rem, 0.6vw + 0.7rem, 1.8rem);
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .contact-form_btn a {
    font-size: clamp(1.6rem, 0.7vw + 0.6rem, 2rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_right .contact-form_btn a {
    font-size: clamp(1.5rem, 1vw + 0.5rem, 1.9rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_right .contact-form_btn a {
    font-size: clamp(1.8rem, 1.2vw + 0.8rem, 1.9rem);
  }
}
header .header_right .contact-form_btn a:hover {
  background-color: var(--c_orange);
}
header .header_right .contact-form_btn a span {
  display: block;
  background-image: url(../images/mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.8rem;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .contact-form_btn {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  header .header_right .contact-form_btn a {
    margin: 0;
    height: 8rem;
    padding: 1.8rem;
    border-radius: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.6rem;
  }
}
header .header_right .tel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--c_navy);
  height: 100%;
  padding: 0 2.4rem;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .tel_btn {
    height: auto;
    border-radius: 1.6rem;
    width: 100%;
    padding: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .header_right .tel_btn .tel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header_right .tel_btn .tel_wrap .tel_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_right .tel_btn .tel_wrap .tel_ttl p {
  color: #fff;
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  font-weight: 500;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_right .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_right .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
header .header_right .tel_btn .tel_wrap .tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--c_white);
  font-weight: 500;
  font-size: clamp(1.8rem, 0.9vw + 1rem, 2.4rem);
  letter-spacing: 0;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .tel_btn .tel_wrap .tel_num {
    font-size: clamp(2rem, 1vw + 0.9rem, 2.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_right .tel_btn .tel_wrap .tel_num {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.3rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_right .tel_btn .tel_wrap .tel_num {
    font-size: clamp(2rem, 1.5vw + 0.7rem, 2rem);
  }
}
header .header_right .tel_btn .tel_wrap .tel_num img {
  height: 1.8rem;
}
header .header_right .tel_btn .tel_wrap .tel_num a {
  font-weight: 500;
  font-size: clamp(1.8rem, 0.9vw + 1rem, 2.4rem);
  letter-spacing: 0;
}
@media print, screen and (max-width: 1199px) {
  header .header_right .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1vw + 0.9rem, 2.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  header .header_right .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.3rem);
  }
}
@media screen and (max-width: 575px) {
  header .header_right .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1.5vw + 0.7rem, 2rem);
  }
}
header .header_right .tel_btn .tel_wrap .tel_num a:hover {
  color: var(--c_white);
  text-decoration: none;
}
header .nav_btn {
  display: none;
}
@media print, screen and (max-width: 1199px) {
  header .nav_btn {
    position: fixed;
    z-index: 999;
    top: 2rem;
    right: 2rem;
    width: 4.8rem;
    height: 4rem;
    display: block;
    cursor: pointer;
  }
  header .nav_btn span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 4.8rem;
    height: 1px;
    background-color: var(--c_navy);
  }
  header .nav_btn span:nth-of-type(1) {
    margin-top: -0.8rem;
  }
  header .nav_btn span:nth-of-type(1) {
    margin-top: -0.8rem;
  }
  header .nav_btn span:nth-of-type(3) {
    margin-top: 0.8rem;
  }
  header .nav_btn.__open span:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
  header .nav_btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav_btn.__open span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
}

main .mv {
  position: relative;
}
main .mv .mv_ttl {
  position: absolute;
  top: 50%;
  left: 13.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .mv .mv_ttl img {
  width: 38vw;
}
@media print, screen and (max-width: 991px) {
  main .mv .mv_ttl {
    top: 23%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  main .mv .mv_ttl img {
    width: 75vw;
  }
}
main .product-search {
  background: var(--c_skyblue_2);
  text-align: center;
}
main .product-search .product_list {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2rem, 4vw, 6.4rem);
}
main .product-search .product_list .product_item {
  background: #fff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 10px rgba(92, 92, 117, 0.3);
          box-shadow: 0 4px 10px rgba(92, 92, 117, 0.3);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 16%;
  gap: 5%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
main .product-search .product_list .product_item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 6px 14px rgba(92, 92, 117, 0.15);
          box-shadow: 0 6px 14px rgba(92, 92, 117, 0.15);
}
main .product-search .product_list .product_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .product-search .product_list .product_item a {
  font-size: clamp(1.6rem, 0.7vw + 0.8rem, 2rem);
  letter-spacing: 0.2em;
  color: var(--c_navy);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1199px) {
  main .product-search .product_list .product_item a {
    font-size: clamp(1.8rem, 0.8vw + 0.7rem, 2.2rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .product-search .product_list .product_item a {
    font-size: clamp(1.6rem, 1.1vw + 0.6rem, 2rem);
  }
}
@media screen and (max-width: 575px) {
  main .product-search .product_list .product_item a {
    font-size: clamp(1.4rem, 1.3vw + 0.5rem, 1.7rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .product-search .product_list {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8rem;
  }
  main .product-search .product_list .product_item {
    width: 100%;
    max-width: 40rem;
    aspect-ratio: 5/1;
  }
}
main .news::before {
  content: "";
  display: block;
  background-image: url(../images/wave_b.jpg);
  background-size: cover;
  width: 100%;
  height: 8vw;
}
main .news .news_list {
  margin-top: 8rem;
  max-height: 500px;
  max-width: 950px;
  margin: 8rem auto 0;
  overflow-y: auto;
  padding-right: 1rem;
}
@media screen and (max-width: 575px) {
  main .news .news_list {
    margin-top: 4rem;
  }
}
main .news .news_list::-webkit-scrollbar {
  width: 0.8rem;
}
main .news .news_list::-webkit-scrollbar-track {
  border-radius: 8px;
  border: 1px solid var(--c_skyblue_1);
}
main .news .news_list::-webkit-scrollbar-thumb {
  background: var(--c_skyblue_1);
  border-radius: 8px;
}
@supports not selector(::-webkit-scrollbar) {
  main .news .news_list {
    scrollbar-color: var(--c_skyblue_1) var(--c_gray_3);
  }
}
main .news .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  border-bottom: 1px solid var(--c_gray_3);
}
main .news .news_item:first-of-type {
  border-top: 1px solid var(--c_gray_3);
}
main .news .news_item .newsitem_image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16rem;
  aspect-ratio: 4/3;
  border-radius: 1.6rem;
  border: 1px solid var(--c_gray_3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1rem;
}
main .news .news_item .newsitem_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 575px) {
  main .news .news_item .newsitem_image {
    width: 100%;
  }
}
main .news .news_item .newsitem_text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .news .news_item .newsitem_text-area .newsitem_date {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  color: var(--c_skyblue_1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media print, screen and (max-width: 1199px) {
  main .news .news_item .newsitem_text-area .newsitem_date {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .news .news_item .newsitem_text-area .newsitem_date {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  main .news .news_item .newsitem_text-area .newsitem_date {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
main .news .news_item .newsitem_text-area .newsitem_date._new::after {
  content: "NEW";
  color: var(--c_orange);
  border: 1px solid var(--c_orange);
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  letter-spacing: 0.12em;
  padding: 0 2.2rem;
  border-radius: 2rem;
}
@media print, screen and (max-width: 1199px) {
  main .news .news_item .newsitem_text-area .newsitem_date._new::after {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .news .news_item .newsitem_text-area .newsitem_date._new::after {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  main .news .news_item .newsitem_text-area .newsitem_date._new::after {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
main .news .news_item .newsitem_text-area .newsitem_txt {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  color: var(--c_gray_1);
  margin-top: 1.6rem;
  line-height: 1.7;
}
@media print, screen and (max-width: 1199px) {
  main .news .news_item .newsitem_text-area .newsitem_txt {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .news .news_item .newsitem_text-area .newsitem_txt {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  main .news .news_item .newsitem_text-area .newsitem_txt {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  main .news .news_item .newsitem_text-area {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .news .news_item .newsitem_text-area .newsitem_txt {
    text-align: justify;
  }
}
@media screen and (max-width: 575px) {
  main .news .news_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  main .news .news_item .newsitem_text-area .newsitem_date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .drbaeltz {
  background-color: var(--c_gray_4);
}
main .drbaeltz::before {
  content: "";
  display: block;
  background-image: url(../images/wave_t.png);
  background-size: cover;
  width: 100%;
  height: 8vw;
}
main .drbaeltz .lab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6vw;
  width: 100%;
  margin-top: 12rem;
}
main .drbaeltz .lab .lab_text-area {
  margin: 6vw 0;
}
main .drbaeltz .lab .lab_img {
  width: 29.75vw;
  max-width: 59.5rem;
  aspect-ratio: 3/4;
  border-radius: 4.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1.5rem rgba(92, 92, 117, 0.2);
          box-shadow: 0 0 1.5rem rgba(92, 92, 117, 0.2);
}
main .drbaeltz .lab .lab_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .lab {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
  main .drbaeltz .lab .lab_text-area {
    margin-inline: 0;
  }
  main .drbaeltz .lab .lab_img {
    width: 100%;
    max-width: 40rem;
    border-radius: 2rem;
  }
}
main .drbaeltz .quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 10.4rem;
  margin-bottom: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main .drbaeltz .quality .quality_text-area {
  margin-inline: 6vw 0;
}
main .drbaeltz .quality .quality_img {
  width: 23.5vw;
  max-width: 47rem;
  aspect-ratio: 3/4;
  border-radius: 4.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1.5rem rgba(92, 92, 117, 0.2);
          box-shadow: 0 0 1.5rem rgba(92, 92, 117, 0.2);
}
main .drbaeltz .quality .quality_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .quality {
    margin: 8rem 0 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  main .drbaeltz .quality .quality_text-area {
    margin: 6vw 0;
  }
  main .drbaeltz .quality .quality_img {
    width: 100%;
    max-width: 40rem;
    border-radius: 2rem;
  }
}
main .drbaeltz .lab_text,
main .drbaeltz .quality_text {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
main .drbaeltz .lab_text p,
main .drbaeltz .quality_text p {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  color: var(--c_navy);
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
main .drbaeltz .lab_text p._large,
main .drbaeltz .quality_text p._large {
  font-size: clamp(1.4rem, 0.6vw + 0.7rem, 1.8rem);
  font-weight: 500;
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .lab_text p._large,
  main .drbaeltz .quality_text p._large {
    font-size: clamp(1.6rem, 0.7vw + 0.6rem, 2rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .drbaeltz .lab_text p._large,
  main .drbaeltz .quality_text p._large {
    font-size: clamp(1.5rem, 1vw + 0.5rem, 1.9rem);
  }
}
@media screen and (max-width: 575px) {
  main .drbaeltz .lab_text p._large,
  main .drbaeltz .quality_text p._large {
    font-size: clamp(1.8rem, 1.2vw + 0.8rem, 1.9rem);
  }
}
@media print, screen and (max-width: 767px) {
  main .drbaeltz .lab_text p._large,
  main .drbaeltz .quality_text p._large {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .lab_text,
  main .drbaeltz .quality_text {
    text-align: center;
  }
}
@media print, screen and (max-width: 991px) {
  main .drbaeltz .lab_text,
  main .drbaeltz .quality_text {
    margin-top: 3.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  }
}
@media print, screen and (max-width: 991px) and (max-width: 1199px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) and (max-width: 991px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .drbaeltz .lab_text p._large,
  main .drbaeltz .quality_text p._large {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 575px) {
  main .drbaeltz .lab_text p,
  main .drbaeltz .quality_text p {
    text-align: justify;
  }
}
main .drbaeltz .view_btn {
  margin-top: 4.8rem;
  width: 28rem;
  height: 6.4rem;
  border: 1px solid var(--c_navy);
  background-color: var(--c_white);
  border-radius: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .view_btn {
    margin-inline: auto;
  }
}
main .drbaeltz .view_btn:hover {
  background-color: var(--c_navy);
}
main .drbaeltz .view_btn:hover a {
  text-decoration: none;
  color: var(--c_white);
}
main .drbaeltz .view_btn:hover a span {
  background-color: var(--c_white);
}
main .drbaeltz .view_btn:hover a span::before, main .drbaeltz .view_btn:hover a span::after {
  background-color: var(--c_navy);
}
main .drbaeltz .view_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: var(--c_navy);
  margin-left: 3.2rem;
}
@media print, screen and (max-width: 1199px) {
  main .drbaeltz .view_btn a {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  main .drbaeltz .view_btn a {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  main .drbaeltz .view_btn a {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
main .drbaeltz .view_btn a span {
  display: block;
  background-color: var(--c_navy);
  border-radius: 100%;
  width: 4.8rem;
  aspect-ratio: 1/1;
  margin: 0.8rem;
  position: relative;
}
main .drbaeltz .view_btn a span::after, main .drbaeltz .view_btn a span::before {
  content: "";
  display: block;
  background-color: var(--c_white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
main .drbaeltz .view_btn a span::after {
  width: 0.1rem;
  height: 1rem;
}
main .drbaeltz .view_btn a span::before {
  width: 1rem;
  height: 0.1rem;
}

footer {
  background-color: var(--c_skyblue_2);
}
footer .inner {
  padding: 12rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 991px) {
  footer .inner {
    padding: 8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.8rem;
  }
}
@media screen and (max-width: 575px) {
  footer .inner {
    padding: 6rem 0;
  }
}
footer p,
footer a {
  color: var(--c_navy);
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1199px) {
  footer p,
  footer a {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer p,
  footer a {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  footer p,
  footer a {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
footer .footer_info .brand a {
  font-size: clamp(2.6rem, 1.3vw + 1.6rem, 3.4rem);
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1199px) {
  footer .footer_info .brand a {
    font-size: clamp(3rem, 1.5vw + 1.2rem, 4rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_info .brand a {
    font-size: clamp(2.7rem, 1.7vw + 1rem, 3.6rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_info .brand a {
    font-size: clamp(2.4rem, 1.9vw + 0.9rem, 3rem);
  }
}
footer .footer_info .brand a:hover {
  text-decoration: none;
  color: var(--c_navy);
}
footer .footer_info .company {
  margin-top: 2rem;
  line-height: 2;
}
footer .footer_info .address {
  margin-top: 0.8rem;
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
}
@media print, screen and (max-width: 1199px) {
  footer .footer_info .address {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_info .address {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_info .address {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_info {
    text-align: center;
  }
  footer .footer_info .company {
    line-height: 1.5;
  }
  footer .footer_info .address {
    margin-top: 1.6rem;
  }
}
footer .footer_menu {
  border-left: 1px solid var(--c_navy);
}
footer .footer_menu ul {
  margin: 0 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer_menu ul a:hover {
  text-decoration: none;
  color: var(--c_orange);
}
@media print, screen and (max-width: 1199px) {
  footer .footer_menu ul {
    margin-left: 1.8rem;
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_menu {
    padding: 2.4rem 0 0;
    border-left: none;
    border-top: 1px solid var(--c_navy);
    text-align: center;
  }
  footer .footer_menu ul {
    margin: 0;
  }
}
footer .footer_btn-area {
  width: 45%;
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer_btn-area .wrap_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4%;
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .wrap_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.8rem;
  }
}
footer .footer_btn-area .contact-form_btn {
  display: block;
  width: 48%;
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .contact-form_btn {
    width: 100%;
    height: 8rem;
  }
}
footer .footer_btn-area .contact-form_btn a {
  background-color: var(--c_lightblue);
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(92, 92, 117, 0.4);
          box-shadow: 0 0 1rem 0 rgba(92, 92, 117, 0.4);
  height: 100%;
  min-width: 20rem;
  padding: 1.6rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: var(--c_white);
  text-decoration: none;
  font-size: clamp(1.4rem, 0.6vw + 0.7rem, 1.8rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (max-width: 1199px) {
  footer .footer_btn-area .contact-form_btn a {
    font-size: clamp(1.6rem, 0.7vw + 0.6rem, 2rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .contact-form_btn a {
    font-size: clamp(1.5rem, 1vw + 0.5rem, 1.9rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_btn-area .contact-form_btn a {
    font-size: clamp(1.8rem, 1.2vw + 0.8rem, 1.9rem);
  }
}
footer .footer_btn-area .contact-form_btn a span {
  display: block;
  background-image: url(../images/mail.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3rem;
  aspect-ratio: 1/1;
}
footer .footer_btn-area .contact-form_btn a:hover {
  background-color: var(--c_orange);
}
footer .footer_btn-area .tel_btn {
  width: 48%;
  min-width: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--c_navy);
  border-radius: 1.6rem;
  padding: 1.6rem 2.4rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(92, 92, 117, 0.5);
          box-shadow: 0 0 8px 0 rgba(92, 92, 117, 0.5);
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .tel_btn {
    height: 8rem;
  }
}
footer .footer_btn-area .tel_btn .tel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_ttl p {
  color: #fff;
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  font-weight: 500;
}
@media print, screen and (max-width: 1199px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_ttl p {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--c_white);
  font-weight: 500;
  font-size: clamp(2rem, 1vw + 1.1rem, 2.6rem);
  letter-spacing: 0;
}
@media print, screen and (max-width: 1199px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num {
    font-size: clamp(2.4rem, 1.2vw + 0.9rem, 3rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num {
    font-size: clamp(2.1rem, 1.4vw + 0.8rem, 2.6rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num {
    font-size: clamp(1.8rem, 1.6vw + 0.7rem, 2.2rem);
  }
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_num img {
  height: 1.8rem;
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_num a {
  font-weight: 500;
  font-size: clamp(1.8rem, 0.9vw + 1rem, 2.4rem);
  letter-spacing: 0;
  color: var(--c_white);
}
@media print, screen and (max-width: 1199px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1vw + 0.9rem, 2.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.3rem);
  }
}
@media screen and (max-width: 575px) {
  footer .footer_btn-area .tel_btn .tel_wrap .tel_num a {
    font-size: clamp(2rem, 1.5vw + 0.7rem, 2rem);
  }
}
footer .footer_btn-area .tel_btn .tel_wrap .tel_num a:hover {
  color: var(--c_white);
  text-decoration: none;
}
footer .footer_btn-area .copyright {
  margin-top: 4rem;
  color: #575655;
  text-align: right;
}
@media print, screen and (max-width: 991px) {
  footer .footer_btn-area .copyright {
    text-align: center;
  }
}

.subpage {
  background-color: var(--c_skyblue_2);
}
.subpage main {
  margin-top: calc(5vw + 2rem);
}
.subpage section {
  background-color: var(--c_white);
}
.subpage .tit_area {
  background-color: var(--c_skyblue_2);
}
.subpage .tit_area h2::after {
  content: "";
  display: block;
  background-image: url(../images/wave_b.jpg);
  background-size: cover;
  margin: 1.8rem 0 0;
  width: 100%;
  height: 8vw;
}
.subpage .inner {
  max-width: 1470px;
  width: 90%;
  overflow: visible;
  margin: 0 auto;
  padding: 8rem 0;
}
@media print, screen and (max-width: 991px) {
  .subpage .inner {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 575px) {
  .subpage .inner {
    width: 90%;
    padding: 4rem 0;
  }
}

.subpage .breadcrumbList {
  background-color: var(--c_skyblue_2);
}
.subpage .breadcrumbList .inner {
  padding: 4rem 0 2rem;
}
.subpage .breadcrumbList ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subpage .breadcrumbList ol li + li::before {
  content: "›";
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  padding: 0 1rem;
}
@media print, screen and (max-width: 1199px) {
  .subpage .breadcrumbList ol li + li::before {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  .subpage .breadcrumbList ol li + li::before {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li + li::before {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li + li::before {
    font-size: 1.2rem;
  }
}
.subpage .breadcrumbList ol li {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
}
@media print, screen and (max-width: 1199px) {
  .subpage .breadcrumbList ol li {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  .subpage .breadcrumbList ol li {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li {
    font-size: 1.2rem;
  }
}
.subpage .breadcrumbList ol li a {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  text-decoration: none;
  color: var(--c_navy);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (max-width: 1199px) {
  .subpage .breadcrumbList ol li a {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  .subpage .breadcrumbList ol li a {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li a {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  .subpage .breadcrumbList ol li a {
    font-size: 1.2rem;
  }
}
.subpage .breadcrumbList ol li a:hover {
  color: var(--c_orange);
}

.subpage section.product-search .product_list {
  margin-top: 0;
}

section.lineup h3 {
  text-align: center;
}
section.lineup .item_grid {
  padding: 8rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media print, screen and (max-width: 991px) {
  section.lineup .item_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  section.lineup .item_grid {
    padding: 4rem 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  section.lineup .item_grid {
    display: block;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
  section.lineup .item_grid .item {
    margin-bottom: 2.4rem;
  }
  section.lineup .item_grid .item:last-of-type {
    margin-bottom: 0;
  }
}
section.lineup .item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid var(--c_gray_3);
  border-top: 0.8rem solid var(--c_skyblue_2);
  padding: 1.6rem;
}
section.lineup .item p {
  text-align: justify;
  padding-top: 0.8rem;
}
section.lineup .item_name {
  font-size: 2rem;
  font-weight: 600;
  color: var(--c_navy);
  text-align: justify;
}
section.lineup .item_info_1 {
  text-align: justify;
  padding-top: 0.8rem;
  font-size: 1.6rem;
}
section.lineup .item_img {
  margin: 1.6rem 0;
  width: 100%;
  border: 1px solid var(--c_skyblue_2);
  aspect-ratio: 1/1;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.lineup .item_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.lineup .item_valume {
  font-size: 1.4rem;
}
section.lineup .item_price {
  font-size: 2rem;
  font-weight: 500;
}
section.lineup .item_info_2 {
  text-align: justify;
  padding-top: 0.8rem;
  font-size: 1.4rem;
}

section.company h3 {
  text-align: center;
}
section.company .overview .content_area {
  width: 100%;
  margin: 8rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 991px) {
  section.company .overview .content_area {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.company .overview table {
  margin: 4rem auto 0;
  border-top: 1px solid var(--c_navy);
  border-bottom: 1px solid var(--c_navy);
  background-color: rga(255, 255, 255, 0.3);
}
section.company .overview table tr {
  border-bottom: 1px solid var(--c_gray_3);
  width: 100%;
}
section.company .overview table tr:last-of-type {
  border: none;
}
section.company .overview table tr th.ttl {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  font-weight: 700;
  padding: 2.4rem;
  text-align: left;
  letter-spacing: 0.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (max-width: 1199px) {
  section.company .overview table tr th.ttl {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.company .overview table tr th.ttl {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.company .overview table tr th.ttl {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
section.company .overview table tr td.value {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  padding: 2.4rem 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (max-width: 1199px) {
  section.company .overview table tr td.value {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.company .overview table tr td.value {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.company .overview table tr td.value {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.company .overview table {
    margin: 2.4rem auto 0;
    border-top: 1px solid var(--c_navy);
    border-bottom: 1px solid var(--c_navy);
    width: 100%;
  }
  section.company .overview table tr th.ttl {
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0.8rem;
  }
  section.company .overview table tr td.value {
    padding: 0.8rem;
  }
  section.company .overview table tr td.value a {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
    color: var(--c_gray_1);
    text-decoration: none;
  }
}
section.company .overview .overview_img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 30%;
}
section.company .overview .overview_img_area .overview_img_1 {
  width: 100%;
  aspect-ratio: 2/3;
  margin-top: 2.4rem;
  border-radius: 6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(92, 92, 117, 0.2);
          box-shadow: 0 0 10px rgba(92, 92, 117, 0.2);
}
section.company .overview .overview_img_area .overview_img_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.company .overview .overview_img_area .overview_img_2 {
  width: 85%;
  aspect-ratio: 3/2;
  margin-left: -4rem;
  border-radius: 6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(92, 92, 117, 0.3);
          box-shadow: 0 0 10px rgba(92, 92, 117, 0.3);
}
section.company .overview .overview_img_area .overview_img_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
@media print, screen and (max-width: 991px) {
  section.company .overview .overview_img_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8%;
    width: 100%;
    margin: 4rem 0;
    overflow: visible;
  }
  section.company .overview .overview_img_area .overview_img_1 {
    width: 62%;
    max-width: 32rem;
    aspect-ratio: 2/3;
    margin-top: 2.4rem;
    border-radius: 6rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(92, 92, 117, 0.2);
            box-shadow: 0 0 10px rgba(92, 92, 117, 0.2);
  }
  section.company .overview .overview_img_area .overview_img_1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.company .overview .overview_img_area .overview_img_2 {
    width: 30%;
    max-width: calc(100% - 32rem);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 3/2;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    margin-left: 0;
    border-radius: 6rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(92, 92, 117, 0.3);
            box-shadow: 0 0 10px rgba(92, 92, 117, 0.3);
  }
  section.company .overview .overview_img_area .overview_img_2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.4;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  section.company .overview .overview_img_area {
    display: none;
  }
}
section.company .access {
  background-color: var(--c_gray_4);
}
section.company .access::before {
  content: "";
  display: block;
  background-image: url(../images/wave_t.png);
  background-size: cover;
  width: 100%;
  height: 8vw;
}
section.company .access .map-wrap {
  width: 100%;
  margin: 4rem auto 4rem;
  height: 40rem;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  section.company .access .map-wrap {
    margin: 2.4rem auto 1.8rem;
  }
}
section.company .access .map-wrap iframe {
  width: 100%;
  height: 100%;
}
section.company .access p {
  text-align: center;
}
@media print, screen and (max-width: 991px) {
  section.company .access p {
    text-align: justify;
  }
}
section.company .access p a {
  color: var(--c_navy);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
section.company .access p a:hover {
  text-decoration: none;
  color: var(--c_orange);
}
section.company .access p span {
  color: var(--c_navy);
}
@media screen and (max-width: 575px) {
  section.company .access p {
    text-align: justify;
    font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 1199px) {
  section.company .access p {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 991px) {
  section.company .access p {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  section.company .access p {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  section.company .access p a {
    font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 1199px) {
  section.company .access p a {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 991px) {
  section.company .access p a {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) and (max-width: 575px) {
  section.company .access p a {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}

@media print, screen and (max-width: 991px) {
  section.about {
    padding-bottom: 8rem;
  }
}
section.about article.about_2 .content_area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (max-width: 991px) {
  section.about article.about_2 .content_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.about article .content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
section.about article .content_area .content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  line-height: 1.7;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.about article .content_area .content_text h3 {
  letter-spacing: 0.1em;
  text-align: left;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text h3 {
    text-align: center;
  }
}
section.about article .content_area .content_text p {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  width: 64rem;
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
}
@media print, screen and (max-width: 1199px) {
  section.about article .content_area .content_text p {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text p {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.about article .content_area .content_text p {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text p {
    width: 100%;
    max-width: 56rem;
  }
}
section.about article .content_area .content_text .origin {
  padding: 2.4rem 4rem;
  border-radius: 3.2rem;
  border: 1px solid var(--c_navy);
}
section.about article .content_area .content_text .origin p {
  width: 56rem;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text .origin p {
    width: 100%;
    max-width: 48rem;
  }
}
section.about article .content_area .content_text .origin p.origin_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: var(--c_navy);
}
section.about article .content_area .content_text .origin p:nth-of-type(2) {
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  margin-top: 0.8rem;
}
@media print, screen and (max-width: 1199px) {
  section.about article .content_area .content_text .origin p:nth-of-type(2) {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_text .origin p:nth-of-type(2) {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  section.about article .content_area .content_text .origin p:nth-of-type(2) {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
section.about article .content_area .content_img {
  width: 62%;
  max-width: 32rem;
  aspect-ratio: 2/3;
  border-radius: 6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(92, 92, 117, 0.4);
          box-shadow: 0 0 10px rgba(92, 92, 117, 0.4);
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .content_img {
    border-radius: 3.2rem;
  }
}
section.about article .content_area .content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.about article .content_area .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .img_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
section.about article .content_area .img_area .content_img:nth-of-type(1) {
  width: 100%;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .img_area .content_img:nth-of-type(1) {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  section.about article .content_area .img_area .content_img:nth-of-type(1) {
    border-radius: 3.2rem;
  }
}
section.about article .content_area .img_area .content_img:nth-of-type(2) {
  width: 80%;
  aspect-ratio: 3/2;
}
@media print, screen and (max-width: 991px) {
  section.about article .content_area .img_area .content_img:nth-of-type(2) {
    width: 30%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 1/1;
    border-radius: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  section.about article .content_area .img_area .content_img:nth-of-type(2) {
    border-radius: 2.4rem;
  }
}
section.about article .content_area .img_area .content_img:nth-of-type(2) img {
  opacity: 0.7;
}

section.contact .contact_form .content_wrap .contact-form .table tr td ::placeholder {
  color: var(--c_gray_3);
}

section.contact .tel_fax .text_area {
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.4rem;
  background-color: var(--c_navy);
}
@media print, screen and (max-width: 767px) {
  section.contact .tel_fax .text_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 40rem;
  }
}
section.contact .tel_fax .text_area div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 2.4rem 3.6rem;
}
@media print, screen and (max-width: 767px) {
  section.contact .tel_fax .text_area div {
    padding: 2rem 2.4rem;
  }
}
section.contact .tel_fax .text_area div:nth-of-type(1) {
  border-right: 1px solid var(--c_white);
}
@media print, screen and (max-width: 767px) {
  section.contact .tel_fax .text_area div:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid var(--c_white);
  }
}
section.contact .tel_fax .text_area div p {
  color: var(--c_white);
}
section.contact .tel_fax .text_area div p:nth-of-type(1) {
  font-size: clamp(2.2rem, 1.1vw + 1.3rem, 2.8rem);
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
}
@media print, screen and (max-width: 1199px) {
  section.contact .tel_fax .text_area div p:nth-of-type(1) {
    font-size: clamp(2.6rem, 1.3vw + 1rem, 3.2rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .tel_fax .text_area div p:nth-of-type(1) {
    font-size: clamp(2.3rem, 1.5vw + 0.9rem, 2.9rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .tel_fax .text_area div p:nth-of-type(1) {
    font-size: clamp(2rem, 1.7vw + 0.8rem, 2.5rem);
  }
}
section.contact .tel_fax .text_area div p:nth-of-type(2) {
  font-size: clamp(3rem, 1.5vw + 2rem, 3.8rem);
  line-height: 1;
  color: var(--c_navy);
  background-color: var(--c_white);
  padding: 0.8rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media print, screen and (max-width: 1199px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) {
    font-size: clamp(3.6rem, 1.7vw + 1.4rem, 4.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) {
    font-size: clamp(3.2rem, 2vw + 1.2rem, 4rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) {
    font-size: clamp(2.8rem, 2.2vw + 1rem, 3.4rem);
  }
}
section.contact .tel_fax .text_area div p:nth-of-type(2) a a span {
  font-size: clamp(3rem, 1.5vw + 2rem, 3.8rem);
  line-height: 1;
  color: var(--c_navy);
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-top: 1.6rem;
}
@media print, screen and (max-width: 1199px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) a a span {
    font-size: clamp(3.6rem, 1.7vw + 1.4rem, 4.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) a a span {
    font-size: clamp(3.2rem, 2vw + 1.2rem, 4rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .tel_fax .text_area div p:nth-of-type(2) a a span {
    font-size: clamp(2.8rem, 2.2vw + 1rem, 3.4rem);
  }
}
section.contact .tel_fax .text_area div p:nth-of-type(3) {
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  letter-spacing: 0.12em;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media print, screen and (max-width: 1199px) {
  section.contact .tel_fax .text_area div p:nth-of-type(3) {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .tel_fax .text_area div p:nth-of-type(3) {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .tel_fax .text_area div p:nth-of-type(3) {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
section.contact .contact_form .content_wrap {
  margin: 0 auto;
  padding: 4rem 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
section.contact .contact_form .content_wrap .info_text {
  text-align: justify;
  font-size: clamp(1.3rem, 0.5vw + 0.6rem, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 auto;
  width: 100rem;
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .info_text {
    font-size: clamp(1.4rem, 0.6vw + 0.6rem, 1.8rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .contact_form .content_wrap .info_text {
    font-size: clamp(1.3rem, 0.9vw + 0.5rem, 1.7rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .info_text {
    font-size: clamp(1.6rem, 1.1vw + 0.7rem, 1.7rem);
  }
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .info_text {
    width: 64rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .info_text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .info_text {
    width: 100%;
  }
}
section.contact .contact_form .content_wrap .red {
  background: var(--c_orange);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  width: 4.4rem;
  color: #fff;
  padding: 0 0 0.1rem;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  line-height: 1;
  font-size: clamp(1.2rem, 0.4vw + 0.5rem, 1.4rem);
  font-weight: 400;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .red {
    font-size: clamp(1.3rem, 0.5vw + 0.5rem, 1.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .contact_form .content_wrap .red {
    font-size: clamp(1.2rem, 0.8vw + 0.4rem, 1.5rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .red {
    font-size: clamp(1.4rem, 1vw + 0.5rem, 1.5rem);
  }
}
section.contact .contact_form .content_wrap .red.any {
  background-color: var(--c_gray_3);
}
section.contact .contact_form .content_wrap .contact-form {
  background-color: var(--c_white);
  border-left: 1px solid var(--c_gray_3);
  border-right: 1px solid var(--c_gray_3);
  -webkit-box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.075);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .contact-form {
    width: 100%;
  }
}
section.contact .contact_form .content_wrap .contact-form .table {
  border-collapse: collapse;
}
section.contact .contact_form .content_wrap .contact-form .table tr {
  border-top: 1px solid var(--c_gray_3);
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.contact .contact_form .content_wrap .contact-form .table tr:last-of-type {
  border-bottom: 1px solid var(--c_gray_3);
}
@media print, screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .contact-form .table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .contact-form .table tr {
    padding: 1.6rem 0.8rem;
  }
}
section.contact .contact_form .content_wrap .contact-form .table tr th {
  width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 100%;
  font-weight: normal;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  border: none;
}
/* @media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .contact-form .table tr th {
    width: 20rem;
  }
} */
 @media print, screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .contact-form .table tr th {
    justify-content: flex-start;
    gap: 2rem;  
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .contact-form .table tr th {
    width: 100%;
  }
}
section.contact .contact_form .content_wrap .contact-form .table tr td {
  width: 64rem;
  border: none;
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .contact-form .table tr td {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .contact-form .table tr td {
    width: 100%;
  }
}
section.contact .contact_form .content_wrap .contact-form .table tr td .form-control {
  height: 50px;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
section.contact .contact_form .content_wrap .contact-form .table tr td .form-control02 {
  font-size: 1.6rem;
  line-height: 1.42857143;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
section.contact .contact_form .content_wrap .contact-form .table tr td .w300 {
  width: 30rem;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .contact-form .table tr td .w300 {
    width: 100%;
  }
}
section.contact .contact_form .content_wrap .contact-form .table tr td textarea {
  font-size: 100%;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
}
section.contact .contact_form .content_wrap .privacy .inner {
  max-width: 100rem;
  width: 100%;
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .privacy .inner {
    width: 64rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .privacy .inner {
  width: 100%;
  }
}
  section.contact .contact_form .content_wrap .privacy .ttl {
  font-size: clamp(1.8rem, 0.9vw + 1rem, 2.4rem);
  text-align: center;
  color: var(--c_navy);
  font-weight: 600;
}
@media print, screen and (max-width: 1199px) {
  section.contact .contact_form .content_wrap .privacy .ttl {
    font-size: clamp(2rem, 1vw + 0.9rem, 2.6rem);
  }
}
@media print, screen and (max-width: 991px) {
  section.contact .contact_form .content_wrap .privacy .ttl {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.3rem);
  }
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy .ttl {
    font-size: clamp(2rem, 1.5vw + 0.7rem, 2rem);
  }
}
section.contact .contact_form .content_wrap .privacy #policy {
  padding: 3rem;
  width: 100%;
  height: 40rem;
  margin-top: 1.6rem;
  overflow-y: scroll;
  border: 1px solid var(--c_gray_3);
  margin-bottom: 4rem;
  background: var(--c_white);
}
section.contact .contact_form .content_wrap .privacy #policy h4 {
  color: var(--c_navy);
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  border-left: 0.3rem solid var(--c_navy);
  padding: 1rem 0 1rem 1rem;
  font-weight: bold;
}
section.contact .contact_form .content_wrap .privacy #policy h5 {
  color: var(--c_navy);
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
section.contact .contact_form .content_wrap .privacy #policy p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
section.contact .contact_form .content_wrap .privacy #policy p a {
  color: var(--c_navy);
  overflow-wrap: break-word;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy #policy p a {
    display: inline-block;
    width: 95%;
  }
}
section.contact .contact_form .content_wrap .privacy #policy ol {
  list-style-type: decimal;
  padding: 2rem;
  margin-bottom: 3rem;
  display: block;
  border-top: 1px solid var(--c_navy);
  border-bottom: 1px solid var(--c_navy);
}
section.contact .contact_form .content_wrap .privacy #policy ol li {
  list-style: decimal;
  line-height: 2;
  font-size: 1.4rem;
}
section.contact .contact_form .content_wrap .privacy .check_ad {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  section.contact .contact_form .content_wrap .privacy .check_ad input[type="radio"], input[type="checkbox"] {
    margin: 0.7rem 0 0;
  }
  section.contact .contact_form .content_wrap .privacy .check_ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
}
section.contact .contact_form .content_wrap .privacy .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0;
}
section.contact .contact_form .content_wrap .privacy .btn_area .btn_agree {
  text-align: center;
  margin: 0 auto;
  background-color: var(--c_lightblue);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  border: none;
  color: var(--c_white);
  padding: 2rem 0;
  width: 64rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  outline: none;
}
section.contact .contact_form .content_wrap .privacy .btn_area .btn_agree:hover, section.contact .contact_form .content_wrap .privacy .btn_area .btn_agree:focus {
  background-color: var(--c_orange);
  border: none;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy .btn_area .btn_agree {
    font-size: 1.6rem;
    width: 30rem;
  }
}
section.contact .contact_form .content_wrap .privacy .btn_sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0;
  gap: 4rem;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy .btn_sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.contact .contact_form .content_wrap .privacy .btn_sample .btn_return {
  text-align: center;
  background-color: var(--c_gray_2);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  border: none;
  color: var(--c_white);
  padding: 2rem 0;
  width: 30rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy .btn_sample .btn_return {
    font-size: 1.6rem;
  }
}
section.contact .contact_form .content_wrap .privacy .btn_sample .btn_return:hover {
  background-color: var(--c_gray_1);
  border: none;
}
section.contact .contact_form .content_wrap .privacy .btn_sample .btn_submit {
  text-align: center;
  background-color: var(--c_lightblue);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  border: none;
  color: var(--c_white);
  padding: 2rem 0;
  width: 30rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 575px) {
  section.contact .contact_form .content_wrap .privacy .btn_sample .btn_submit {
    font-size: 1.6rem;
  }
}
section.contact .contact_form .content_wrap .privacy .btn_sample .btn_submit:hover {
  background-color: var(--c_orange);
  border: none;
}

.mv_ttl {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.mv_ttl.is-show {
  opacity: 1;
}

/* フェードアップ */
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ラインマーカーの動的アニメーション */
.line-marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--c_skyblue_2)));
  background-image: linear-gradient(transparent 60%, var(--c_skyblue_2) 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 2s ease-out;
  transition: background-size 2s ease-out;
  background-size: 0% 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.line-marker.is-show {
  background-size: 100% 100%;
}

/* ベースの遅延アニメーションクラス */
[class*=delay-] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /* 初期化 */
}

/* 遅延時間別クラス（100ms単位） */
.delay-100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay-200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay-300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-3000 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}