@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
a,
figure,
p,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}
#header.fixed {
  background: rgba(255, 106, 0, 0.5);
  transition: 0.4s;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 242px;
  margin-left: 23px;
}
#header .header_pc .header_logo a {
  display: flex;
}
#header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .tel_area {
  text-align: center;
  line-height: 1;
  margin-right: 18px;
}
#header .header_pc .header_item .tel_area a {
  transition: 0.4s all;
}
#header .header_pc .header_item .tel_area a:hover {
  color: #ff6a00;
}
#header .header_pc .header_item .tel_area .fax {
  pointer-events: none !important;
}
#header .header_pc .header_item .tel_area a,
#header .header_pc .header_item .tel_area span {
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: normal;
}
#header .header_pc .header_item .tel_area .time {
  font-size: 12px;
  position: relative;
  top: -5px;
}
#header .header_pc .header_item .header_button a {
  width: 178px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  background: linear-gradient(304deg, rgb(251, 167, 14) 0%, rgb(255, 106, 0) 100%);
  transition: 0.4s all;
}
#header .header_pc .header_item .header_button a:hover {
  opacity: 0.7;
}
#header .header_pc .header_item .header_button a img {
  width: 25px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_pc .header_item .header_nav {
  display: flex;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 clamp(20px, 2.9282576867vw, 40px);
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 20px;
}
#header .header_pc .header_item .header_nav .main_ul li a {
  color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#header .header_pc .header_item .header_nav .main_ul li a i {
  color: #ff6a00;
}
#header .header_pc .header_item .header_nav .main_ul li:last-of-type {
  margin-right: 0;
}
#header .header_pc .header_item .header_nav .main_ul .parent {
  position: relative;
  float: left;
}
#header .header_pc .header_item .header_nav .main_ul .parent:hover ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child {
  opacity: 0;
  display: none;
  margin: 0;
  width: 100%;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li {
  width: 100%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a {
  background: #ff6a00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: start;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #fff;
  color: #ff6a00;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

@media (max-width: 769) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 769) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

#burger {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #ff6a00;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before, #burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  top: 0;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before {
  transform: rotate(45deg);
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul {
    display: none;
  }
  #burger .nav-container nav ul.nav-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: 70px;
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@media (max-width: 1099px) and (max-width: 425px) {
  #burger .nav-container nav ul.nav-list {
    background: #ff6a00;
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul li {
    position: relative;
    float: none;
  }
  #burger .nav-container nav ul li a,
  #burger .nav-container nav ul li a:visited {
    display: block;
    padding: 20px;
    background: #ff6a00;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    font-weight: 500;
  }
  #burger .nav-container nav ul li a:hover,
  #burger .nav-container nav ul li a:visited:hover {
    background: #ff6a00;
    color: #fff;
  }
  #burger .nav-container nav ul li a:not(:only-child):after,
  #burger .nav-container nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  #burger .nav-container nav ul li ul.nav-dropdown {
    position: static;
    z-index: 1;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li {
    min-width: 190px;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li a {
    padding: 15px 15px 15px 30px;
    font-size: 0.8em;
    background: #fba70e;
    color: #fff;
  }
}

.main_slider {
  position: relative;
}
@media (max-width: 600px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}
.main_slider .slick-dots {
  display: none !important;
}
.main_slider .slick-slide {
  height: 100%;
  width: 100%;
}
.main_slider .slick-slide > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_slider .item2 .button_area {
  position: absolute;
  bottom: 8.8020833333vw;
  right: 4.375vw;
  -moz-column-gap: 14px;
       column-gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  max-width: 674px;
  width: 100%;
}
@media (max-width: 1366px) {
  .main_slider .item2 .button_area {
    bottom: 7.3206442167vw;
  }
}
@media (max-width: 1024px) {
  .main_slider .item2 .button_area {
    bottom: 4.8828125vw;
    max-width: 65.8203125vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item2 .button_area {
    max-width: 96.6666666667vw;
    grid-template-columns: 1fr;
    row-gap: 20px;
    position: absolute;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 69%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
@media (max-width: 600px) {
  .main_slider .item2 .button_area .main_button {
    margin-bottom: 20px;
  }
}
.main_slider .item2 .button_area .main_button a {
  max-width: 330px;
  height: 64px;
}
@media (max-width: 1024px) {
  .main_slider .item2 .button_area .main_button a {
    max-width: 32.2265625vw;
    height: 6.25vw;
    font-size: clamp(14px, 1.5625vw, 16px);
  }
}
@media (max-width: 600px) {
  .main_slider .item2 .button_area .main_button a {
    max-width: 330px;
    height: 64px;
    font-size: 16px;
    margin: 0 auto;
  }
}
.main_slider .item2 .button_area .main_button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 54px;
  height: 54px;
}
@media (max-width: 1024px) {
  .main_slider .item2 .button_area .main_button a::before {
    width: 5.2734375vw;
    height: 5.2734375vw;
    right: 0.48828125vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item2 .button_area .main_button a::before {
    right: 5px;
    width: 54px;
    height: 54px;
  }
}
.main_slider .item2 .button_area .main_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/top_right_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .main_slider .item2 .button_area .main_button a::after {
    right: 2.34375vw;
    width: 1.66015625vw;
    height: 1.66015625vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item2 .button_area .main_button a::after {
    right: 24px;
    width: 17px;
    height: 17px;
  }
}
.main_slider .item2 .button_area .main_button a:hover {
  color: #ff6a00;
  border: 1px solid #ff6a00;
}
.main_slider .item2 .button_area .main_button a:hover::after {
  animation: arrowExitIn 0.6s ease forwards;
}
.main_slider .item3 .main_button {
  position: absolute;
  bottom: 8.8020833333vw;
  right: 4.375vw;
}
@media (max-width: 1366px) {
  .main_slider .item3 .main_button {
    bottom: 7.3206442167vw;
  }
}
@media (max-width: 1024px) {
  .main_slider .item3 .main_button {
    bottom: 4.8828125vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item3 .main_button {
    position: absolute;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 69%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main_slider .item3 .main_button a {
  width: 330px;
  height: 64px;
}
@media (max-width: 1024px) {
  .main_slider .item3 .main_button a {
    width: clamp(280px, 32.2265625vw, 330px);
    height: 6.25vw;
    font-size: clamp(14px, 1.5625vw, 16px);
  }
}
@media (max-width: 600px) {
  .main_slider .item3 .main_button a {
    width: 330px;
    height: 64px;
    font-size: 16px;
    margin: 0 auto;
  }
}
.main_slider .item3 .main_button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 54px;
  height: 54px;
}
@media (max-width: 1024px) {
  .main_slider .item3 .main_button a::before {
    width: 5.2734375vw;
    height: 5.2734375vw;
    right: 0.48828125vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item3 .main_button a::before {
    right: 5px;
    width: 54px;
    height: 54px;
  }
}
.main_slider .item3 .main_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/top_right_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .main_slider .item3 .main_button a::after {
    right: 2.34375vw;
    width: 1.66015625vw;
    height: 1.66015625vw;
  }
}
@media (max-width: 600px) {
  .main_slider .item3 .main_button a::after {
    right: 24px;
    width: 17px;
    height: 17px;
  }
}
.main_slider .item3 .main_button a:hover {
  color: #ff6a00;
  border: 1px solid #ff6a00;
}
.main_slider .item3 .main_button a:hover::after {
  animation: arrowExitIn 0.6s ease forwards;
}
.main_slider .item2 .slider_title,
.main_slider .item3 .slider_title {
  padding: 0 clamp(10px, 2.3426061493vw, 32px);
}
@media (max-width: 600px) {
  .main_slider .item2 .slider_title,
  .main_slider .item3 .slider_title {
    padding: 0;
    top: 60%;
  }
}
.main_slider .slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.main_slider .slider_title img {
  width: 100%;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #ff6a00;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.pagetop_block .contact_sp {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 769px) {
  .pagetop_block .contact_sp {
    display: flex !important;
  }
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #ff6a00;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #000000;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 13px;
  margin-right: 10px;
  font-weight: bold;
}

#s_news {
  background-color: #fff;
  padding: clamp(60px, 6.2225475842vw, 85px) 0 clamp(50px, 5.4904831625vw, 75px);
}
#s_news .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_news .inner .pc_only {
    display: none;
  }
}
#s_news .inner .sp_only {
  display: none;
}
@media (max-width: 769px) {
  #s_news .inner .sp_only {
    display: block;
    font-family: "Chakra Petch", sans-serif;
    font-weight: bold;
    font-size: clamp(60px, 7.3206442167vw, 100px);
    line-height: normal;
    text-align: start;
  }
}
#s_news .inner .flex_box {
  display: flex;
  -moz-column-gap: 10.4166666667vw;
       column-gap: 10.4166666667vw;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1366px) {
  #s_news .inner .flex_box {
    -moz-column-gap: 5.8565153734vw;
         column-gap: 5.8565153734vw;
  }
}
@media (max-width: 769px) {
  #s_news .inner .flex_box {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
#s_news .inner .flex_box .title_area {
  max-width: clamp(230px, 21.9619326501vw, 300px);
  width: 100%;
}
#s_news .inner .flex_box .title_area .title {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: clamp(60px, 7.3206442167vw, 100px);
  line-height: normal;
}
#s_news .inner .flex_box .title_area .main_button a {
  max-width: 230px;
  border: unset;
  padding: 0;
}
#s_news .inner .flex_box .news_area {
  max-width: 820px;
  width: 100%;
}
@media (max-width: 769px) {
  #s_news .inner .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .inner .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
}
#s_news .inner .flex_box .news_area .news_wrap a {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  align-items: flex-start;
  row-gap: 10px;
  border-bottom: 1px solid #dfdfdf;
  transition: 0.4s;
}
#s_news .inner .flex_box .news_area .news_wrap a:hover .news_title {
  color: #ff6a00;
  transition: 0.4s;
}
#s_news .inner .flex_box .news_area .news_wrap .date {
  color: #ff6a00;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: normal;
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
}
#s_news .inner .flex_box .news_area .news_wrap .date span {
  background: #ff6a00;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 8px;
}
#s_news .inner .flex_box .news_area .news_wrap .news_title {
  font-size: 16px;
  transition: 0.4s;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: 0.07em;
  font-weight: bold;
}

#footer {
  margin-bottom: 0 !important;
  background: #000000;
  padding: clamp(150px, 17.2035139092vw, 235px) 0 53px;
}
#footer .footer_title {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: clamp(120px, 13.8360175695vw, 189px);
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: clamp(70px, 9.0043923865vw, 123px);
}
@media (max-width: 1024px) {
  #footer .footer_title {
    font-size: 14.35546875vw;
  }
}
#footer .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#footer .inner .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: clamp(20px, 2.4158125915vw, 33px);
  border-bottom: 1px solid #4e4e4e;
}
#footer .inner .footer_flex a {
  transition: 0.4s all;
}
#footer .inner .footer_flex a:hover {
  opacity: 0.7;
}
@media (max-width: 1099px) {
  #footer .inner .footer_flex {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
#footer .inner .footer_flex .footer_logo_area {
  max-width: 470px;
  width: 100%;
  display: flex;
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
       column-gap: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 500px) {
  #footer .inner .footer_flex .footer_logo_area {
    display: block;
  }
}
#footer .inner .footer_flex .footer_logo_area .logo_area {
  max-width: 158px;
  width: 100%;
}
@media (max-width: 500px) {
  #footer .inner .footer_flex .footer_logo_area .logo_area {
    margin: 0 auto 30px;
    text-align: center;
    max-width: clamp(180px, 56.4705882353vw, 240px);
  }
}
#footer .inner .footer_flex .footer_logo_area .logo_area .footer_logo {
  margin-bottom: clamp(20px, 2.5622254758vw, 35px);
  display: block;
}
#footer .inner .footer_flex .footer_logo_area .logo_area .footer_logo img {
  width: 100%;
}
#footer .inner .footer_flex .footer_logo_area .logo_area .sns_grid {
  max-width: 130px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 500px) {
  #footer .inner .footer_flex .footer_logo_area .logo_area .sns_grid {
    align-items: center;
    margin: 0 auto;
  }
}
#footer .inner .footer_flex .footer_logo_area .logo_area .sns_grid a {
  display: block;
}
#footer .inner .footer_flex .footer_logo_area .logo_area .sns_grid a img {
  max-width: 29px;
  width: 100%;
}
#footer .inner .footer_flex .address_area .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
#footer .inner .footer_flex .address_area .address:last-of-type {
  margin-bottom: 0;
}
#footer .inner .footer_flex .address_area .address span {
  font-weight: bold;
  color: #ff6a00;
}
#footer .inner .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: clamp(30px, 3.6458333333vw, 50px);
       column-gap: clamp(30px, 3.6458333333vw, 50px);
  max-width: 567px;
  width: 100%;
}
@media (max-width: 600px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li {
  padding: 10px 0;
}
@media (max-width: 600px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  transition: 0.4s;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
    font-size: 15px;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a:hover {
  color: #ff6a00;
  transition: 0.4s;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 4px 0;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a span {
  color: #ff6a00;
}
@media (max-width: 600px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
    font-size: 13px;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #ff6a00;
  transition: 0.4s;
}

.copy {
  padding-top: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 769px) {
  .copy {
    margin-bottom: 25px;
  }
}
.copy .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 769px) {
  .copy .inner {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}
.copy .inner .text_area p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
.copy .inner .link_area ul {
  display: flex;
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
}
.copy .inner .link_area ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  transition: 0.4s all;
}
.copy .inner .link_area ul li a:hover {
  color: #ff6a00;
}

.grecaptcha-badge {
  visibility: hidden;
}

.main_button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  max-width: 330px;
  height: 64px;
  padding: 0 clamp(20px, 5vw, 26px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000000;
  background: #fff;
  border: 1px solid #8f8f8f;
  transition: 0.4s;
}
.main_button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 54px;
  height: 54px;
  background: linear-gradient(304deg, rgb(251, 167, 14) 0%, rgb(255, 106, 0) 100%);
  transform: translateY(-50%);
  transition: background 0.4s;
}
.main_button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 17px;
  height: 17px;
  background: url(/wp-content/uploads/top_right_arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.4s;
}
.main_button a:hover {
  color: #ff6a00;
  border: 1px solid #ff6a00;
}
.main_button a:hover::after {
  animation: arrowExitIn 0.6s ease forwards;
}

@keyframes arrowExitIn {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  40% {
    transform: translate(30%, -80%);
    opacity: 0;
  }
  60% {
    transform: translate(-20%, 20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}
#s01 {
  padding: clamp(70px, 8.5651537335vw, 117px) 0;
  background: url(/wp-content/uploads/top_gray_bg.jpg);
  background-size: auto;
  position: relative;
}
#s01 .section_title {
  position: absolute;
  top: 20px;
  left: clamp(20px, 3.0014641288vw, 41px);
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  line-height: normal;
  color: #ff6a00;
}
@media (max-width: 769px) {
  #s01 .section_title {
    left: 3%;
  }
}
#s01 .marquee_container {
  overflow: hidden;
  width: 100%;
}
#s01 .marquee_track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#s01 .marquee_text {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(140px, 14.6412884334vw, 200px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
}
#s01 .marquee_text span {
  margin-right: 2rem;
  flex-shrink: 0;
}
#s01 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: -170px auto 0;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s01 .inner {
    margin: -100px auto 0;
  }
}
#s01 .inner .title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 5.4172767204vw, 74px);
  line-height: 1.3;
  color: #000000;
  margin-bottom: clamp(20px, 2.1229868228vw, 29px);
}
#s01 .inner .sub_title {
  text-align: center;
  color: #000000;
  font-weight: 1.6;
  font-size: clamp(20px, 2.9282576867vw, 40px);
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  margin-bottom: clamp(70px, 8.78477306vw, 120px);
}
#s01 .inner .sub_title .sub_title_space {
  display: none;
}
@media (max-width: 769px) {
  #s01 .inner .sub_title .sub_title_space {
    display: block;
  }
}
#s01 .inner .sub_title span {
  background: #ff6a00;
  color: #fff;
  padding: 0 10px;
  margin: 0 10px;
}
#s01 .inner .flex_box {
  display: flex;
  -moz-column-gap: clamp(20px, 6.588579795vw, 90px);
       column-gap: clamp(20px, 6.588579795vw, 90px);
  row-gap: clamp(60px, 5.4904831625vw, 75px);
  justify-content: center;
  flex-wrap: wrap;
}
#s01 .inner .flex_box .col {
  width: calc(50% - 45px);
  transition: 0.4s all;
  position: relative;
}
#s01 .inner .flex_box .col:hover .content {
  color: #ff6a00;
}
#s01 .inner .flex_box .col:hover .arrow_bg img {
  animation: arrow_out_in 0.6s ease-in-out forwards;
}
#s01 .inner .flex_box .col.box5:hover .content {
  color: #000000;
}
@keyframes arrow_out_in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  41% {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
#s01 .inner .flex_box .col.box1::after {
  position: absolute;
  top: -45px;
  left: -55px;
  content: "01";
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #ff6a00;
  color: transparent;
  line-height: 0.7;
  font-size: clamp(80px, 9.0775988287vw, 124px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .col.box1::after {
    top: -3.2942898975vw;
    left: -4.0263543192vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col.box1::after {
    left: -6%;
    top: -30px;
  }
}
#s01 .inner .flex_box .col.box2::after {
  position: absolute;
  top: -45px;
  left: -55px;
  content: "02";
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #ff6a00;
  color: transparent;
  line-height: 0.7;
  font-size: clamp(80px, 9.0775988287vw, 124px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .col.box2::after {
    top: -3.2942898975vw;
    left: -4.0263543192vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col.box2::after {
    left: -6%;
    top: -30px;
  }
}
#s01 .inner .flex_box .col.box3::after {
  position: absolute;
  top: -45px;
  left: -55px;
  content: "03";
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #ff6a00;
  color: transparent;
  line-height: 0.7;
  font-size: clamp(80px, 9.0775988287vw, 124px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .col.box3::after {
    top: -3.2942898975vw;
    left: -4.0263543192vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col.box3::after {
    left: -6%;
    top: -30px;
  }
}
#s01 .inner .flex_box .col.box4::after {
  position: absolute;
  top: -45px;
  left: -55px;
  content: "04";
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #ff6a00;
  color: transparent;
  line-height: 0.7;
  font-size: clamp(80px, 9.0775988287vw, 124px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .col.box4::after {
    top: -3.2942898975vw;
    left: -4.0263543192vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col.box4::after {
    left: -6%;
    top: -30px;
  }
}
#s01 .inner .flex_box .col.box5::after {
  position: absolute;
  top: -45px;
  left: -55px;
  content: "05";
  font-weight: bold;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #ff6a00;
  color: transparent;
  line-height: 0.7;
  font-size: clamp(80px, 9.0775988287vw, 124px);
}
@media (max-width: 1366px) {
  #s01 .inner .flex_box .col.box5::after {
    top: -3.2942898975vw;
    left: -4.0263543192vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col.box5::after {
    left: -6%;
    top: -30px;
  }
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col {
    width: 100%;
  }
}
#s01 .inner .flex_box .col figure {
  position: relative;
  line-height: 0;
  margin-bottom: 15px;
}
#s01 .inner .flex_box .col figure .main_img {
  width: 100%;
}
#s01 .inner .flex_box .col figure .flex_title {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  padding: 0 10px;
  background: #ff6a00;
  color: #fff;
  font-size: clamp(20px, 3.2210834553vw, 44px);
  line-height: normal;
  bottom: 0;
  left: 0;
}
@media (max-width: 769px) {
  #s01 .inner .flex_box .col figure .flex_title {
    font-size: clamp(26px, 5.721716515vw, 44px);
  }
}
#s01 .inner .flex_box .col figure .arrow_bg {
  position: absolute;
  width: clamp(40px, 3.953147877vw, 54px);
  height: clamp(40px, 3.953147877vw, 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  background: linear-gradient(304deg, rgb(251, 167, 14) 0%, rgb(255, 106, 0) 100%);
}
#s01 .inner .flex_box .col figure .arrow_bg img {
  width: 17px;
  height: 17px;
}
#s01 .inner .flex_box .col .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  transition: 0.4s all;
  font-size: clamp(20px, 1.317715959vw, 26px);
  line-height: 1.8;
  color: #000000;
}

#s02 .inner {
  padding: 0 0 0 clamp(40px, 6.149341142vw, 84px);
  background: url(/wp-content/uploads/top_case_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  #s02 .inner {
    padding: 6% 6% 45px;
  }
}
#s02 .inner .flex_box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #s02 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s02 .inner .flex_box .slider_wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: clamp(10px, 1.4641288433vw, 20px);
  height: clamp(600px, 42.1875vw, 810px);
  overflow: hidden;
}
@media (max-width: 767px) {
  #s02 .inner .flex_box .slider_wrapper {
    height: clamp(400px, 78.0234070221vw, 600px);
  }
}
#s02 .inner .flex_box .column {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  flex-shrink: 0;
  width: 13.0208333333vw;
  scroll-snap-align: start;
}
@media (max-width: 767px) {
  #s02 .inner .flex_box .column {
    gap: 2.6007802341vw;
    width: 28.3485045514vw;
  }
}
#s02 .inner .flex_box .slide {
  height: auto;
  flex-shrink: 0;
}
#s02 .inner .flex_box .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#s02 .inner .flex_box .text_area {
  width: 100%;
}
#s02 .inner .flex_box .text_area .box {
  max-width: calc(670px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s02 .inner .flex_box .text_area .box {
    max-width: 100%;
    padding: 0;
  }
}
#s02 .inner .flex_box .text_area .box .cat {
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  line-height: normal;
  color: #ff6a00;
  margin-bottom: 10px;
}
#s02 .inner .flex_box .text_area .box .title {
  text-align: start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(50px, 3.8541666667vw, 74px);
  line-height: 1.3;
  color: #fff;
  margin-bottom: clamp(20px, 2.3426061493vw, 32px);
}
@media (max-width: 1366px) {
  #s02 .inner .flex_box .text_area .box .title {
    font-size: 4.39238653vw;
  }
}
@media (max-width: 767px) {
  #s02 .inner .flex_box .text_area .box .title {
    font-size: clamp(26px, 6.5019505852vw, 50px);
  }
}
#s02 .inner .flex_box .text_area .box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  color: #fff;
  line-height: 1.8;
  margin-bottom: clamp(30px, 3.2210834553vw, 44px);
}
@media (max-width: 1024px) {
  #s02 .inner .flex_box .text_area .box .content .content_space {
    display: none;
  }
}
@media (max-width: 767px) {
  #s02 .inner .flex_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s03 {
  background: url(/wp-content/uploads/top_gray_bg.jpg);
  background-size: auto;
  position: relative;
  padding: clamp(60px, 6.588579795vw, 90px) 0 clamp(80px, 8.0527086384vw, 110px);
}
#s03 .marquee_container {
  overflow: hidden;
  width: 100%;
}
#s03 .marquee_track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#s03 .marquee_text {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(120px, 10.9077598829vw, 149px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: transparent;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #d2d2d2;
}
#s03 .marquee_text span {
  margin-right: 2rem;
  flex-shrink: 0;
}
#s03 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: -100px auto 0;
  padding: 0 6%;
  position: relative;
  z-index: 1;
}
#s03 .inner .flex_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: clamp(10px, 3.2942898975vw, 45px);
       column-gap: clamp(10px, 3.2942898975vw, 45px);
  margin-bottom: clamp(45px, 5.8565153734vw, 80px);
}
@media (max-width: 769px) {
  #s03 .inner .flex_box {
    flex-direction: column;
    align-items: flex-start;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s03 .inner .flex_box .title_area {
  max-width: 600px;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .title_area {
    max-width: 100%;
  }
}
#s03 .inner .flex_box .title_area .cat {
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(20px, 1.9765739385vw, 27px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .title_area .cat {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#s03 .inner .flex_box .title_area .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 5.4172767204vw, 74px);
  line-height: 1.3;
  color: #000000;
  margin-bottom: clamp(20px, 2.1229868228vw, 29px);
}
@media (max-width: 425px) {
  #s03 .inner .flex_box .title_area .title {
    font-size: 9.8823529412vw;
  }
}
#s03 .inner .flex_box .content_area {
  max-width: 500px;
  margin-bottom: 20px;
  text-align: end;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .content_area {
    max-width: 100%;
    text-align: start;
  }
}
#s03 .inner .flex_box .content_area .content_big {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px clamp(6px, 0.7320644217vw, 10px);
  margin-bottom: 6px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: clamp(20px, 2.4158125915vw, 33px);
  margin-left: auto;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .content_area .content_big {
    margin-left: 0;
  }
}
#s03 .inner .flex_box .content_area .content {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  margin-bottom: 6px;
  background: #fff;
  font-size: clamp(20px, 1.9033674963vw, 26px);
  line-height: 1.8;
  margin-bottom: 6px;
  font-weight: bold;
  color: #000000;
  margin-left: auto;
}
@media (max-width: 769px) {
  #s03 .inner .flex_box .content_area .content {
    margin-left: 0;
  }
}
#s03 .inner .flex_box .content_area .content span {
  color: #ff6a00;
}
#s03 .inner .flex_box .content_area .content:last-of-type {
  margin-bottom: 0;
}
#s03 .inner .main_box {
  background: #ff6a00;
  padding: 50px 30px clamp(35px, 3.6603221083vw, 50px) clamp(6%, 3.6603221083vw, 50px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 5.8565153734vw, 80px);
       column-gap: clamp(30px, 5.8565153734vw, 80px);
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s03 .inner .main_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s03 .inner .main_box .cat {
  position: absolute;
  top: 8px;
  left: clamp(15px, 1.8301610542vw, 25px);
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  line-height: normal;
  color: #fff;
}
@media (max-width: 769px) {
  #s03 .inner .main_box .cat {
    left: 3%;
  }
}
#s03 .inner .main_box .box_title_area {
  max-width: clamp(150px, 15.3733528551vw, 210px);
  width: 100%;
}
@media (max-width: 769px) {
  #s03 .inner .main_box .box_title_area {
    max-width: 100%;
    text-align: center;
  }
}
#s03 .inner .main_box .box_title_area .box_title {
  padding: 0 10px;
  background: #fff;
  color: #ff6a00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 769px) {
  #s03 .inner .main_box .box_title_area .box_title {
    width: 100%;
  }
}
#s03 .inner .main_box .box_content_area {
  max-width: 770px;
  width: 100%;
}
#s03 .inner .main_box .box_content_area .box_catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3.074670571vw, 42px);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
#s03 .inner .main_box .box_content_area .box_catch .sp_only {
  display: none;
}
@media (max-width: 425px) {
  #s03 .inner .main_box .box_content_area .box_catch .sp_only {
    display: block;
  }
}
#s03 .inner .main_box .box_content_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 425px) {
  #s03 .inner .main_box .box_content_area .content {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .main_box .box_content_area .content .content_space {
    display: none;
  }
}

#s04 {
  padding-top: clamp(50px, 4.6852122987vw, 64px);
}
#s04 .marquee_container {
  overflow: hidden;
  width: 100%;
}
#s04 .marquee_track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#s04 .marquee_text {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(120px, 10.9077598829vw, 149px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: transparent;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #d2d2d2;
}
#s04 .marquee_text span {
  margin-right: 2rem;
  flex-shrink: 0;
}
#s04 .text_bottom {
  margin-top: -140px;
}
#s04 .inner {
  position: relative;
  z-index: 1;
  max-width: calc(1170px + 12%);
  width: 100%;
  margin: -70px auto 0;
  padding: 0 6%;
}
#s04 .inner .wrap {
  padding: 0 0 clamp(280px, 23.4992679356vw, 321px);
  background: url(/wp-content/uploads/top_network_img.svg) no-repeat bottom right;
  background-size: contain;
}
@media (max-width: 769px) {
  #s04 .inner .wrap {
    background: unset;
    padding: 0 0 30px;
  }
}
#s04 .inner .wrap .cat {
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(20px, 1.9765739385vw, 27px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .cat {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#s04 .inner .wrap .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 5.4172767204vw, 74px);
  line-height: 1.3;
  color: #000000;
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
}
@media (max-width: 425px) {
  #s04 .inner .wrap .title {
    font-size: 9.8823529412vw;
  }
}
#s04 .inner .wrap .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  line-height: 1.8;
  color: #000000;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 425px) {
  #s04 .inner .wrap .content {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #s04 .inner .wrap .content .content_space {
    display: none;
  }
}
#s04 .inner .wrap .sp_only {
  display: none;
  margin-top: 45px;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .sp_only {
    display: inherit;
  }
}

#s05 {
  overflow: hidden;
  padding: clamp(70px, 8.1991215227vw, 112px) 0 clamp(80px, 9.2972181552vw, 127px);
}
#s05 .marquee_container {
  overflow: hidden;
  width: 100%;
}
#s05 .marquee_track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
#s05 .marquee_text {
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  font-size: clamp(120px, 10.9077598829vw, 149px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: transparent;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px #d2d2d2;
}
#s05 .marquee_text span {
  margin-right: 2rem;
  flex-shrink: 0;
}
#s05 .inner_top {
  margin: -70px 0 100px 0;
  position: relative;
  z-index: 1;
  padding-left: 5.2083333333vw;
}
@media (max-width: 769px) {
  #s05 .inner_top {
    padding: 0 6%;
    margin: -50px 0 30px 0;
  }
}
#s05 .inner_top .flex_box {
  -moz-column-gap: 7.2916666667vw;
       column-gap: 7.2916666667vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1366px) {
  #s05 .inner_top .flex_box {
    -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
         column-gap: clamp(30px, 4.39238653vw, 60px);
  }
}
@media (max-width: 769px) {
  #s05 .inner_top .flex_box {
    flex-direction: column-reverse;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s05 .inner_top .flex_box .text_box {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 769px) {
  #s05 .inner_top .flex_box .text_box {
    max-width: 100%;
  }
}
#s05 .inner_top .flex_box .text_box .cat {
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s05 .inner_top .flex_box .text_box .cat {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#s05 .inner_top .flex_box .text_box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3.513909224vw, 48px);
  line-height: 1.4;
  color: #000000;
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
}
@media (max-width: 425px) {
  #s05 .inner_top .flex_box .text_box .title {
    font-size: 7.5294117647vw;
  }
}
#s05 .inner_top .flex_box .text_box .title span {
  color: #ff6a00;
}
#s05 .inner_top .flex_box .text_box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  line-height: 1.8;
  color: #000000;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 425px) {
  #s05 .inner_top .flex_box .text_box .content {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #s05 .inner_top .flex_box .text_box .content .content_space {
    display: none;
  }
}
@media (max-width: 769px) {
  #s05 .inner_top .flex_box .text_box .main_button a {
    margin: 0 auto;
  }
}
#s05 .inner_top .img_box {
  max-width: 960px;
  width: 100%;
  position: relative;
}
#s05 .inner_top .img_box::after {
  content: "";
  background: url(/wp-content/uploads/top_wquipment_text.svg) no-repeat;
  background-size: contain;
  top: -4.8958333333vw;
  right: -10px;
  width: 26.6666666667vw;
  height: 12.5vw;
  position: absolute;
}
@media (max-width: 769px) {
  #s05 .inner_top .img_box::after {
    top: -4.8958333333vw;
    right: 0;
    width: 52.0156046814vw;
    height: 24.577373212vw;
  }
}
#s05 .inner_top .img_box img {
  width: 100%;
}
#s05 .inner_bottom {
  margin-top: -70px;
  position: relative;
  z-index: 1;
  padding-right: 5.2083333333vw;
}
@media (max-width: 769px) {
  #s05 .inner_bottom {
    padding: 0 6%;
    margin-top: -50px;
  }
}
#s05 .inner_bottom .flex_box {
  -moz-column-gap: 8.6458333333vw;
       column-gap: 8.6458333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1366px) {
  #s05 .inner_bottom .flex_box {
    -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
         column-gap: clamp(30px, 4.39238653vw, 60px);
  }
}
@media (max-width: 769px) {
  #s05 .inner_bottom .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s05 .inner_bottom .flex_box .text_box {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 769px) {
  #s05 .inner_bottom .flex_box .text_box {
    max-width: 100%;
  }
}
#s05 .inner_bottom .flex_box .text_box .cat {
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #s05 .inner_bottom .flex_box .text_box .cat {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#s05 .inner_bottom .flex_box .text_box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 3.513909224vw, 48px);
  line-height: 1.4;
  color: #000000;
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
}
@media (max-width: 425px) {
  #s05 .inner_bottom .flex_box .text_box .title {
    font-size: 7.5294117647vw;
  }
}
#s05 .inner_bottom .flex_box .text_box .title span {
  color: #ff6a00;
}
#s05 .inner_bottom .flex_box .text_box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  line-height: 1.8;
  color: #000000;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 425px) {
  #s05 .inner_bottom .flex_box .text_box .content {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #s05 .inner_bottom .flex_box .text_box .content .content_space {
    display: none;
  }
}
@media (max-width: 769px) {
  #s05 .inner_bottom .flex_box .text_box .main_button a {
    margin: 0 auto;
  }
}
#s05 .inner_bottom .img_box {
  max-width: 960px;
  width: 100%;
  position: relative;
}
#s05 .inner_bottom .img_box::after {
  content: "";
  background: url(/wp-content/uploads/top_biowater_text.svg) no-repeat;
  background-size: contain;
  top: -4.8958333333vw;
  left: 0;
  width: 26.6666666667vw;
  height: 12.5vw;
  position: absolute;
}
@media (max-width: 769px) {
  #s05 .inner_bottom .img_box::after {
    top: -4.8958333333vw;
    width: 52.0156046814vw;
    height: 24.577373212vw;
  }
}
#s05 .inner_bottom .img_box img {
  width: 100%;
}

#s06 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  #s06 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
#s06 .inner .grid_box .col {
  padding: clamp(70px, 7.3206442167vw, 100px) 6%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
#s06 .inner .grid_box .col.bg1 {
  background: url(/wp-content/uploads/top_consultation_bg.jpg) no-repeat center center;
  background-size: cover;
}
#s06 .inner .grid_box .col.bg1 .cat::after {
  content: "Q&A";
}
#s06 .inner .grid_box .col.bg2 {
  background: url(/wp-content/uploads/top_flow_bg.jpg) no-repeat center center;
  background-size: cover;
}
#s06 .inner .grid_box .col.bg2 .cat::after {
  content: "FLOW";
}
#s06 .inner .grid_box .col .cat {
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
#s06 .inner .grid_box .col .cat::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: clamp(80px, 10.9077598829vw, 149px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: transparent;
  font-family: "Chakra Petch", sans-serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
#s06 .inner .grid_box .col .cat span {
  position: relative;
  z-index: 1;
}
#s06 .inner .grid_box .col .title {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2.5622254758vw, 35px);
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s06 .inner .grid_box .col .title {
    font-size: clamp(22px, 4.1612483745vw, 32px);
  }
}
@media (max-width: 425px) {
  #s06 .inner .grid_box .col .title {
    font-size: 5.1764705882vw;
  }
}
#s06 .inner .grid_box .col .content {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: clamp(20px, 1.3909224012vw, 26px);
  line-height: 1.8;
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 1050px) {
  #s06 .inner .grid_box .col .content {
    text-align: start;
  }
}
@media (max-width: 769px) {
  #s06 .inner .grid_box .col .content {
    text-align: center;
    font-size: clamp(16px, Tvw(19), 19px);
  }
}
@media (max-width: 550px) {
  #s06 .inner .grid_box .col .content {
    text-align: start;
  }
}
#s06 .inner .grid_box .col .main_button a {
  margin: 0 auto;
}

#s07 {
  padding: clamp(60px, 6.0761346999vw, 83px) 0 0;
  background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 !important;
}
#s07 .inner {
  max-width: calc(1170px + 12%);
  width: 100%;
  padding: 0 6%;
  margin: 0 auto;
}
#s07 .inner .cat {
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  letter-spacing: 0.07em;
  color: #ff6a00;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#s07 .inner .title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(42px, 5.4172767204vw, 74px);
  line-height: 1.3;
  color: #fff;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 600px) {
  #s07 .inner .title {
    font-size: 7vw;
  }
}
#s07 .inner .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 26px);
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 530px) {
  #s07 .inner .content {
    font-size: 16px;
    text-align: start;
  }
}
#s07 .box {
  margin-bottom: -80px !important;
  position: relative;
  z-index: 1;
  padding: 0 6%;
}
#s07 .box a {
  transition: 0.4s all;
}
#s07 .box a:hover {
  opacity: 0.7;
}
#s07 .box .box_inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(304deg, rgb(251, 167, 14) 0%, rgb(255, 106, 0) 100%);
  padding: clamp(50px, 5.4904831625vw, 75px) clamp(6%, 4.5387994143vw, 62px) 34px clamp(6%, 9.0775988287vw, 124px);
}
@media (max-width: 769px) {
  #s07 .box .box_inner {
    padding: 50px 6% 34px;
  }
}
#s07 .box .box_inner .box_wrap {
  display: flex;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s07 .box .box_inner .box_wrap .tel_area {
  max-width: 340px;
  width: 100%;
}
@media (max-width: 1024px) {
  #s07 .box .box_inner .box_wrap .tel_area {
    max-width: clamp(240px, 29.296875vw, 300px);
  }
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .tel_area {
    max-width: 100%;
    text-align: center;
  }
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex {
  display: flex;
  -moz-column-gap: clamp(15px, 1.756954612vw, 24px);
       column-gap: clamp(15px, 1.756954612vw, 24px);
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .tel_area .btn_flex {
    justify-content: center;
  }
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex.fax {
  pointer-events: none;
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex figure {
  max-width: clamp(60px, 5.4172767204vw, 74px);
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .tel_area .btn_flex figure {
    max-width: clamp(60px, 10.4031209363vw, 80px);
  }
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex figure img {
  width: 100%;
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex .btn_area {
  display: flex;
  flex-direction: column;
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex .btn_area .btn_small {
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  text-align: start;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  line-height: 1;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .tel_area .btn_flex .btn_area .btn_small {
    font-size: clamp(18px, 2.8608582575vw, 22px);
  }
}
#s07 .box .box_inner .box_wrap .tel_area .btn_flex .btn_area .btn_big {
  color: #fff;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(24px, 2.635431918vw, 36px);
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .tel_area .btn_flex .btn_area .btn_big {
    font-size: clamp(24px, 5.2015604681vw, 40px);
  }
}
#s07 .box .box_inner .box_wrap .tel_area .content {
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.317715959vw, 26px);
  color: #fff;
  line-height: 1;
}
#s07 .box .box_inner .box_wrap .contact_area {
  margin-top: 8px;
  max-width: 522px;
  width: 100%;
}
#s07 .box .box_inner .box_wrap .contact_area .button a {
  max-width: 100%;
  background: #cc2e05;
  color: #fff;
  height: clamp(100px, 10.9077598829vw, 149px);
  display: flex;
  -moz-column-gap: clamp(10px, 0.9516837482vw, 13px);
       column-gap: clamp(10px, 0.9516837482vw, 13px);
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2.1229868228vw, 29px);
  line-height: normal;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s07 .box .box_inner .box_wrap .contact_area .button a {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
#s07 .box .box_inner .box_wrap .contact_area .button a .mail {
  max-width: clamp(28px, 5.0512445095vw, 69px);
  width: 100%;
}
#s07 .box .box_inner .box_wrap .contact_area .button a .arrow {
  max-width: clamp(16px, 2.196193265vw, 30px);
  width: 100%;
}/*# sourceMappingURL=style.css.map */