@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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;
  color: #000000;
}

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;
}
@media (max-width: 1099px) {
  #header {
    background: #fff;
  }
}
#header.fixed {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  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: 90px;
  margin-left: clamp(20px, 2.9282576867vw, 40px);
}
#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 .header_button a {
  width: 162px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #7d7460;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 50px;
  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: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: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  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: #000;
}
#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;
  }
}

.navigation {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  .navigation {
    display: contents;
  }
}
.navigation .nav-list {
  background: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 140px;
}
.navigation .nav-list .content {
  text-align: center;
  font-size: clamp(14px, 1.4641288433vw, 20px);
  color: #000000;
  line-height: normal;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.side_button a {
  max-width: 182px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #fff;
  background: #931e1f;
  transition: 0.4s all;
  margin-bottom: 7px;
}
.side_button a:hover {
  opacity: 0.7;
}
.side_button.btn1 {
  margin-top: 20px;
}
.side_button.btn1 a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}
.side_button.btn1 a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.side_button.btn2 a {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}
.side_button.btn2 a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  padding-top: 5px;
  transition: 0.4;
}
.brand img {
  max-width: 110px;
  transition: 0.4s;
}
.brand img:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.nav_logo {
  padding-top: 40px;
  max-width: 120px;
  width: 100%;
  margin: 0 auto 15px !important;
  height: auto;
}

.burger_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0 20px;
}
.burger_grid .burger_button a {
  max-width: 100%;
  height: clamp(50px, 5.1244509517vw, 70px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: clamp(5px, 1.8301610542vw, 25px);
       column-gap: clamp(5px, 1.8301610542vw, 25px);
  color: #fff;
  background: #931e1f;
  transition: 0.4s all;
}
.burger_grid .burger_button a:hover {
  opacity: 0.7;
}
.burger_grid .burger_button.btn1 a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 2.3426061493vw, 32px);
  line-height: normal;
}
.burger_grid .burger_button.btn1 a img {
  width: clamp(24px, 2.9282576867vw, 40px);
  height: clamp(24px, 2.9282576867vw, 40px);
  -o-object-fit: contain;
     object-fit: contain;
}
.burger_grid .burger_button.btn2 a {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 2.196193265vw, 30px);
  line-height: normal;
}
.burger_grid .burger_button.btn2 a img {
  width: clamp(22px, 2.7818448023vw, 38px);
  height: clamp(22px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1099px) {
  nav {
    float: right;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li img {
    width: 45px;
    height: 45px;
  }
  nav ul li .img_flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 1px solid #fff;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #931e1f;
    color: #fff;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: "\f107";
    position: absolute;
    color: #000000;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
  }
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: "\f107";
    position: absolute;
    color: #fff !important;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
  }
  nav ul li ul li {
    min-width: 190px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
    background: #f6f2f3 !important;
    color: #000000 !important;
  }
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  height: 60px;
  width: 60px;
  z-index: 100;
}

@media only screen and (max-width: 1099px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
#nav-toggle {
  position: absolute;
  left: 14px;
  top: 18px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #931e1f;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.logo {
  position: fixed;
  padding-top: 1vh;
  padding-left: 6vw;
  font-size: 48px;
  z-index: 10001;
}

.left_side_bar {
  height: 100vh;
  width: 50px;
  position: fixed;
  z-index: 10001;
  top: 0;
  transition: 0.4s;
  left: 0;
  padding-top: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_side_bar .left_copyright {
  writing-mode: vertical-rl;
  position: relative;
  transition: 0.4s all;
}
.left_side_bar .fix_arrow {
  position: absolute;
  padding: 12px;
  border: 1px solid black;
  border-radius: 50%;
  bottom: -50%;
  left: 3vw;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .left_side_bar .fix_arrow {
    padding: 8px;
  }
}

.copy_remove {
  display: none;
  transition: 0.4s all;
}

#section-scroller-button.rotate .fa-solid {
  transform: rotate(180deg);
  transition: 0.4s;
}

.fa-arrow-down:before {
  color: #222;
}

.right_side_bar {
  height: 100vh;
  width: 150px;
  position: fixed;
  top: 0;
  z-index: 10001;
  right: 0;
  padding-top: 15vh;
  background-color: transparent;
}
@media (max-width: 1050px) {
  .right_side_bar {
    display: none;
  }
}
.right_side_bar .text_content {
  margin-bottom: 15vh;
}
.right_side_bar .text_content a {
  font-weight: bold;
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
}

.main_sldier_wrap {
  padding-top: 110px;
  position: relative;
}
.main_sldier_wrap::after {
  width: 85%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #931e1f;
}

.main_slider {
  z-index: 1;
  position: relative;
  max-width: 90%;
  width: 100%;
}
.main_slider .mv_button a {
  width: clamp(134px, 9.375vw, 180px);
  height: clamp(134px, 9.375vw, 180px);
  position: fixed;
  top: 2.8125vw;
  right: 4.21875vw;
  transition: 0.4s all;
}
.main_slider .mv_button a:hover {
  filter: brightness(1.2);
  transform: translateY(-10px);
}
@media (max-width: 1099px) {
  .main_slider .mv_button a {
    top: 6.8125vw;
    right: 4.21875vw;
  }
}
@media (max-width: 769px) {
  .main_slider .mv_button a {
    top: 70px;
    width: clamp(85px, 17.4252275683vw, 134px);
    height: clamp(85px, 17.4252275683vw, 134px);
  }
}
.main_slider .mv_button a img {
  width: 100%;
}
@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: calc(100vh - 110px);
  width: 100vw;
}
@media (max-width: 425px) {
  .main_slider .slick-slide {
    width: 100%;
    height: calc(100vh - 60px);
  }
}
.main_slider .slick-slide img {
  height: calc(100vh - 110px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 425px) {
  .main_slider .slick-slide img {
    width: 100%;
    height: calc(100vh - 60px);
  }
}
.main_slider .slider_title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  max-width: clamp(600px, 40.3645833333vw, 775px);
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main_slider .slider_title {
    max-width: 71.5214564369vw;
  }
}
@media (max-width: 425px) {
  .main_slider .slider_title {
    max-width: 87vw;
    position: absolute;
    left: 2%;
    bottom: 20vh;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 769px) {
  .pagetop_block {
    width: 100%;
  }
}
.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: #7d7460;
  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-weight: bold;
  font-size: 18px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #7d7460;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  background: url(/wp-content/uploads/line_icon.png) no-repeat;
  content: "";
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #931e1f;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}

#s02 h2 {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(20px, 2.196193265vw, 30px);
  overflow: hidden;
  font-size: clamp(20px, 2.3426061493vw, 32px);
  line-height: normal;
  letter-spacing: 0.03em;
}

.news_area {
  text-overflow: clip;
  -webkit-clip-path: none;
          clip-path: none;
}

#footer {
  margin-bottom: 0 !important;
  background: #931e1f;
}
#footer .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#footer .inner .wrap {
  padding: clamp(50px, 5.3440702782vw, 73px) 0 34px;
  border-bottom: 1px dashed #bd5556;
}
#footer .inner .wrap .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo {
  max-width: 320px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo figure {
  max-width: 154px;
  width: 100%;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#footer .inner .wrap .footer_flex .footer_logo figure img {
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo .footer_content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
#footer .inner .wrap .footer_flex .footer_logo .footer_content a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
#footer .inner .wrap .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: clamp(20px, 6.25vw, 120px);
       column-gap: clamp(20px, 6.25vw, 120px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
  padding: 8px 0;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
    font-size: 15px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a:hover {
  color: #7d7460;
  transition: 0.4s;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 3px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
    font-size: 13px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #7d7460;
  transition: 0.4s;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover::after {
  background: #7d7460;
}
#footer .copy {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 20px 6%;
  text-align: center;
  font-size: 12px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 769px) {
  #footer .copy {
    padding: 10px 6% 80px;
    z-index: 9;
    flex-direction: column-reverse;
    row-gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#footer .copy a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

#s_news2 {
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
  background: #f6f2f3;
}
#s_news2 .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_news2 .inner {
    max-width: 640px;
  }
}
#s_news2 .inner .blog_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(20px, 2.3426061493vw, 32px);
       column-gap: clamp(20px, 2.3426061493vw, 32px);
}
@media (max-width: 769px) {
  #s_news2 .inner .blog_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#s_news2 .inner .flex_box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#s_news2 .inner .flex_box .title_area {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .title_area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
#s_news2 .inner .flex_box .title_area .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}
#s_news2 .inner .flex_box .title_area .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .title_area .sub_title {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s_news2 .inner .flex_box .title_area .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.39238653vw, 60px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .title_area .title {
    font-size: clamp(30px, 7.8023407022vw, 60px);
  }
}
#s_news2 .inner .flex_box .news_area {
  width: 100%;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news2 .inner .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news2 .inner .flex_box .news_area .news_wrap article {
  margin-bottom: 10px;
}
#s_news2 .inner .flex_box .news_area .news_wrap article:last-child {
  margin-bottom: 0;
}
#s_news2 .inner .flex_box .news_area .news_wrap a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  background: #fff;
  row-gap: 4px;
  transition: 0.4s;
}
#s_news2 .inner .flex_box .news_area .news_wrap a:hover .news_title {
  color: #931e1f;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news2 .inner .flex_box .news_area .news_wrap a {
    padding: 15px;
    align-items: flex-start;
  }
}
#s_news2 .inner .flex_box .news_area .news_wrap .date {
  color: #931e1f;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: 800;
  font-family: "Barlow", sans-serif;
  margin-bottom: 5px;
}
#s_news2 .inner .flex_box .news_area .news_wrap .news_title {
  font-size: 12px;
  transition: 0.4s;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: 0.07em;
  padding-right: 10px;
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0;
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a figure {
  line-height: 0;
  width: 30%;
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 130px;
  height: 95px;
}
#s_news2 .inner .flex_box .regional_area .news_wrap article a div {
  width: 70%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.side_section {
  background: #fff;
  border-right: 1px solid #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: 10;
  width: 100%;
  padding: 26px 0 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
@media (max-width: 1099px) {
  .side_section {
    display: none;
  }
}
.side_section .side_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.side_section .side_logo {
  text-align: center;
}
.side_section .side_logo a {
  transition: 0.4s;
}
.side_section .side_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.side_section .side_logo img {
  max-width: 130px;
  width: 100%;
}

.main_section {
  overflow: hidden;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-width: calc(100% - 200px);
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .main_section {
    max-width: 100%;
  }
}

.link {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 14px;
       column-gap: 14px;
  justify-content: center;
}

.menu {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.menu-list {
  margin: 0 auto;
  display: block;
  max-width: 180px;
  width: 100%;
  background: #fff;
  transition: 0.4s;
}
.menu-list:hover {
  background: #931e1f;
  transition: 0.4s;
  color: #fff;
}
.menu-list:hover i {
  color: #fff !important;
}
.menu-list:hover a {
  color: #fff;
}
.menu-list a {
  padding: 8px 16px 8px 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
.menu-list i {
  color: #931e1f;
}

.submenu {
  display: none;
  background: #7d7460;
  font-size: 14px;
}

.submenu i {
  color: #fff;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  text-decoration: none;
  color: #fff;
  padding: 7px 16px 7px 16px;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #931e1f;
  color: #fff;
}
.submenu a:hover i {
  color: #931e1f;
}

.accordion li.open i.fa-chevron-down {
  transform: rotate(180deg);
}

.accordion li i.fa-chevron-down {
  transition: all 0.4s ease;
  font-size: 12px;
}

.menu_tel figure {
  max-width: 197px;
  width: 100%;
}

.menu-item {
  position: relative;
  list-style: none;
}

.menu-button {
  font: inherit;
  border: 0;
  transition: 0.4s;
  padding: 8px 8px;
  padding-right: 36px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}

.menu-button:hover {
  transition: 0.4s;
  background: #931e1f;
}

.menu-button:hover + .menu-sub-list {
  display: flex;
  transition: 0.4s;
}

.accordion.menu-list {
  cursor: pointer;
}

.side_content2 {
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

header {
  background: transparent;
  position: fixed !important;
  top: 0;
  left: 0;
  height: 60px;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}
@media (max-width: 1099px) {
  header {
    background: #931e1f;
  }
}

.sp_logo {
  display: none;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  width: 53px;
  height: 60px;
}
.sp_logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1099px) {
  .sp_logo {
    display: inherit;
  }
}
@media (max-width: 374px) {
  .sp_logo {
    height: auto;
    width: 85px;
    padding-top: 10px;
  }
}

.sp_navi {
  display: none;
}
.sp_navi .sp_mobile {
  display: none;
}
@media (max-width: 500px) {
  .sp_navi .sp_mobile {
    display: flex;
    align-items: center;
    padding-right: 70px;
    font-size: 33px;
  }
  .sp_navi .sp_mobile i {
    color: #000000;
  }
}
@media (max-width: 1099px) {
  .sp_navi {
    display: inherit;
  }
  .sp_navi .sp_tablet {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-right: 60px;
  }
  .sp_navi .tel_area {
    display: flex;
    align-items: center;
  }
  .sp_navi .tel_area a {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
  }
  .sp_navi .tel_area a img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp_navi .grid_button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sp_navi .grid_button .col a {
    display: flex;
    align-items: center;
  }
  .sp_navi .grid_button img {
    height: 46px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sp_header_flex {
  display: flex;
  height: 60px;
  justify-content: space-between;
}

header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

header .header_pc .header_logo {
  width: 130px;
  margin-left: 50px;
}

header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}

header .header_pc .header_item .header_nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 50px;
  list-style: none;
}

header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}

.header_nav .parent {
  position: relative;
  float: left;
}
.header_nav .parent a {
  margin: -3px 0px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s all;
}
.header_nav .child {
  opacity: 0;
  display: none !important;
  margin: 0 !important;
  width: 100%;
  transition: 0.4s;
}
.header_nav .child a {
  font-size: 14px !important;
}
.header_nav .parent:hover > ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
.header_nav .child li {
  width: 100%;
}
.header_nav .bt_none {
  border-top: none !important;
}
.header_nav .child li a {
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 21px 0 21px !important;
  font-weight: 500 !important;
  margin: 0;
  line-height: 1.7 !important;
  transition: 0.4s;
  text-align: start;
}
.header_nav .child li a:hover {
  background: #ececec;
}
.header_nav .child li a::after {
  display: none;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #282d49;
  font-weight: bold;
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 80px;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #282d49;
  color: #fff;
  font-weight: bold;
}

header .header_pc .header_item .header_cta a::before {
  font-size: 16px;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
}

#s01 {
  padding-top: clamp(40px, 3.8541666667vw, 74px);
}
#s01 .inner {
  padding: 0 6% 0 clamp(20px, 5.4172767204vw, 74px);
  margin-bottom: clamp(40px, 3.8067349927vw, 52px);
}
#s01 .inner .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #000000;
}
#s01 .inner .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
#s01 .inner .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.8565153734vw, 80px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 769px) {
  #s01 .inner .title {
    font-size: clamp(30px, 7.8023407022vw, 60px);
  }
}
#s01 .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}
@media (max-width: 769px) {
  #s01 .grid_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  #s01 .grid_box {
    grid-template-columns: 1fr;
    border-bottom: unset;
  }
}
#s01 .grid_box .col {
  padding: 45px clamp(25px, 2.34375vw, 45px) clamp(30px, 3.6458333333vw, 70px) clamp(25px, 2.34375vw, 45px);
}
@media (max-width: 769px) {
  #s01 .grid_box .col {
    padding: 30px 6%;
  }
}
#s01 .grid_box .col.box1 {
  border-bottom: 1px dashed #000000;
  border-right: 1px dashed #000000;
}
@media (max-width: 550px) {
  #s01 .grid_box .col.box1 {
    border-right: unset;
  }
}
#s01 .grid_box .col.box2 {
  border-bottom: 1px dashed #000000;
  border-right: 1px dashed #000000;
}
@media (max-width: 769px) {
  #s01 .grid_box .col.box2 {
    border-right: unset;
  }
}
#s01 .grid_box .col.box3 {
  border-bottom: 1px dashed #000000;
}
@media (max-width: 769px) {
  #s01 .grid_box .col.box3 {
    border-right: 1px dashed #000000;
  }
}
@media (max-width: 550px) {
  #s01 .grid_box .col.box3 {
    border-right: unset;
  }
}
#s01 .grid_box .col.box4 {
  border-right: 1px dashed #000000;
}
@media (max-width: 769px) {
  #s01 .grid_box .col.box4 {
    border-right: unset;
  }
}
@media (max-width: 550px) {
  #s01 .grid_box .col.box4 {
    border-bottom: 1px dashed #000000;
  }
}
#s01 .grid_box .col.box5 {
  border-right: 1px dashed #000000;
}
@media (max-width: 550px) {
  #s01 .grid_box .col.box5 {
    border-right: unset;
    border-bottom: unset;
  }
}
#s01 .grid_box .col.box6 {
  transition: 0.4s all;
  background: #931e1f;
  display: flex;
  align-items: center;
  justify-content: center;
}
#s01 .grid_box .col.box6:hover {
  opacity: 0.7;
}
#s01 .grid_box .col.box6 p {
  color: #fff;
  padding-right: 18px;
  border-right: 1px dashed #fff;
  font-size: clamp(20px, 1.4583333333vw, 28px);
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 1024px) {
  #s01 .grid_box .col.box6 p {
    font-size: clamp(16px, 1.953125vw, 20px);
    padding-right: 10px;
  }
}
#s01 .grid_box .col.box6 img {
  margin-left: 22px;
  width: clamp(25px, 2.4158125915vw, 33px);
  height: auto;
}
@media (max-width: 1024px) {
  #s01 .grid_box .col.box6 img {
    margin-left: 15px;
  }
}
#s01 .grid_box .col .grid_flex {
  display: flex;
  -moz-column-gap: clamp(20px, 2.2395833333vw, 43px);
       column-gap: clamp(20px, 2.2395833333vw, 43px);
  position: relative;
  left: -20px;
}
@media (max-width: 1366px) {
  #s01 .grid_box .col .grid_flex {
    left: -10px;
  }
}
@media (max-width: 769px) {
  #s01 .grid_box .col .grid_flex {
    left: -3%;
  }
}
#s01 .grid_box .col .grid_flex img {
  max-width: clamp(35px, 2.7604166667vw, 53px);
  width: 100%;
  height: clamp(90px, 7.2916666667vw, 140px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 550px) {
  #s01 .grid_box .col .grid_flex img {
    max-width: clamp(35px, 12.4705882353vw, 53px);
    width: 100%;
    height: clamp(90px, 32.9411764706vw, 140px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#s01 .grid_box .col .grid_flex span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.1875vw, 42px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 1570px) {
  #s01 .grid_box .col .grid_flex span {
    font-size: clamp(20px, 1.875vw, 36px);
  }
}
@media (max-width: 850px) {
  #s01 .grid_box .col .grid_flex span {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  #s01 .grid_box .col .grid_flex span {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
@media (max-width: 550px) {
  #s01 .grid_box .col .grid_flex span {
    font-size: clamp(20px, 7.5294117647vw, 32px);
  }
}
#s01 .grid_box .col figure {
  margin-bottom: 20px;
}
#s01 .grid_box .col figure img {
  width: 100%;
  height: auto;
}
#s01 .grid_box .col .grid_content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
}

#s02 {
  padding: clamp(60px, 8.0527086384vw, 110px) 0 clamp(70px, 8.78477306vw, 120px);
}
#s02 .inner {
  max-width: calc(1067px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 0 7%;
}
#s02 .inner .main_title {
  padding: clamp(15px, 1.5373352855vw, 21px) 0;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000000;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s02 .inner .main_title {
    font-size: clamp(24px, 3.9011703511vw, 30px);
  }
}
#s02 .inner .flex_box {
  margin-bottom: clamp(40px, 3.8799414348vw, 53px);
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(35px, 4.2459736457vw, 58px);
       column-gap: clamp(35px, 4.2459736457vw, 58px);
}
@media (max-width: 769px) {
  #s02 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s02 .inner .flex_box .img_area {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .img_area {
    max-width: 100%;
  }
}
#s02 .inner .flex_box .img_area img {
  width: 100%;
}
#s02 .inner .flex_box .text_area {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area {
    max-width: 100%;
  }
}
#s02 .inner .flex_box .text_area .title {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 2.0833333333vw, 40px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
  color: #000000;
}
#s02 .inner .flex_box .text_area .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #000000;
}
#s02 .inner .flex_box .text_area .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
#s02 .inner .flex_box .text_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s02 .inner .flex_box .text_area .button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 260px;
  padding-left: clamp(20px, 26vw, 26px);
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #931e1f;
  color: #fff;
  border: 1px solid #931e1f;
  text-align: start;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s02 .inner .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s02 .inner .flex_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_w.png) no-repeat;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
#s02 .inner .flex_box .text_area .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%) translateX(-30px);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_r.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
#s02 .inner .flex_box .text_area .button a span::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  transition: border-color 0.4s;
}
#s02 .inner .flex_box .text_area .button a:hover {
  background: #fff;
  color: #931e1f;
  border: 1px solid #931e1f;
}
#s02 .inner .flex_box .text_area .button a:hover span::after {
  border-right: 1px dashed #931e1f;
}
#s02 .inner .flex_box .text_area .button a:hover::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}
#s02 .inner .flex_box .text_area .button a:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
#s02 .inner .flex_box:last-of-type {
  margin-bottom: 0;
}

#s03 {
  padding: 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#s03 .slide-text {
  display: flex;
}
#s03 .slide-text span,
#s03 .slide-text h2 {
  font-family: "Barlow", sans-serif;
  font-size: 23px;
  color: #000000;
  white-space: nowrap;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
}

#s04 {
  padding-top: clamp(45px, 4.831625183vw, 66px);
}
#s04 .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s04 .inner .flex_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  margin-bottom: clamp(40px, 4.0995607613vw, 56px);
}
@media (max-width: 769px) {
  #s04 .inner .flex_box {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
  }
}
#s04 .inner .flex_box .title_area {
  max-width: 425px;
  width: 100%;
}
#s04 .inner .flex_box .title_area .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #000000;
}
#s04 .inner .flex_box .title_area .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
#s04 .inner .flex_box .title_area .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.8565153734vw, 80px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
@media (max-width: 769px) {
  #s04 .inner .flex_box .title_area .title {
    font-size: clamp(30px, 7.8023407022vw, 60px);
  }
}
#s04 .inner .flex_box .title_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
}
@media (max-width: 769px) {
  #s04 .inner .button {
    margin: 0 auto;
  }
}
#s04 .inner .button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 260px;
  padding-left: clamp(20px, 26vw, 26px);
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #931e1f;
  color: #fff;
  border: 1px solid #931e1f;
  text-align: start;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s04 .inner .button a {
    margin: 0 auto;
  }
}
#s04 .inner .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_w.png) no-repeat;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
#s04 .inner .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%) translateX(-30px);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_r.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
#s04 .inner .button a span::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  transition: border-color 0.4s;
}
#s04 .inner .button a:hover {
  background: #fff;
  color: #931e1f;
  border: 1px solid #931e1f;
}
#s04 .inner .button a:hover span::after {
  border-right: 1px dashed #931e1f;
}
#s04 .inner .button a:hover::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}
#s04 .inner .button a:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

#s05 {
  padding: clamp(70px, 9.1508052709vw, 125px) 0 clamp(50px, 6.588579795vw, 90px);
}
#s05 .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s05 .inner .grid_box {
  display: grid;
  border: 1px dashed #000000;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box {
    grid-template-columns: 1fr;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
#s05 .inner .grid_box .img_area {
  background: url(/wp-content/uploads/top_voice_img.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .img_area {
    height: 320px;
  }
}
@media (max-width: 425px) {
  #s05 .inner .grid_box .img_area {
    background: url(/wp-content/uploads/top_voice_img.jpg) no-repeat center;
    background-size: cover;
  }
}
#s05 .inner .grid_box .text_area {
  padding: 60px clamp(20px, 3.6603221083vw, 50px) clamp(45px, 4.39238653vw, 60px);
  background: #f6f2f3;
  position: relative;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area {
    padding: clamp(30px, 7.8023407022vw, 60px) 20px 45px;
  }
}
#s05 .inner .grid_box .text_area::after {
  background: url(/wp-content/uploads/voice_bubble.png) no-repeat;
  background-size: contain;
  width: 338px;
  height: 74px;
  top: -39px;
  left: clamp(20px, 3.6603221083vw, 50px);
  position: absolute;
  content: "";
}
@media (max-width: 1024px) {
  #s05 .inner .grid_box .text_area::after {
    top: -30px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area::after {
    width: clamp(250px, 43.9531859558vw, 338px);
    height: clamp(60px, 9.6228868661vw, 74px);
    top: -39px;
  }
}
#s05 .inner .grid_box .text_area .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(20px, 2.7818448023vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .title {
    font-size: clamp(20px, 3.6410923277vw, 28px);
  }
}
#s05 .inner .grid_box .text_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}
@media (max-width: 425px) {
  #s05 .inner .grid_box .text_area .content .content_space {
    display: none;
  }
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .button {
    margin: 0 auto;
  }
}
#s05 .inner .grid_box .text_area .button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 260px;
  padding-left: clamp(20px, 26vw, 26px);
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #931e1f;
  color: #fff;
  border: 1px solid #931e1f;
  text-align: start;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s05 .inner .grid_box .text_area .button a {
    margin: 0 auto;
  }
}
#s05 .inner .grid_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_w.png) no-repeat;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
#s05 .inner .grid_box .text_area .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%) translateX(-30px);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_r.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
#s05 .inner .grid_box .text_area .button a span::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  transition: border-color 0.4s;
}
#s05 .inner .grid_box .text_area .button a:hover {
  background: #fff;
  color: #931e1f;
  border: 1px solid #931e1f;
}
#s05 .inner .grid_box .text_area .button a:hover span::after {
  border-right: 1px dashed #931e1f;
}
#s05 .inner .grid_box .text_area .button a:hover::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}
#s05 .inner .grid_box .text_area .button a:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

#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 .grid_col {
  position: relative;
  height: 372px;
  width: 100%;
  display: grid;
  transition: 0.4s all;
}
#s06 .inner .grid_box .grid_col:hover {
  filter: brightness(1.2);
}
#s06 .inner .grid_box .grid_col.bg1 {
  background: url(/wp-content/uploads/top_price_bg.jpg) no-repeat center;
  background-size: cover;
}
#s06 .inner .grid_box .grid_col.bg2 {
  background: url(/wp-content/uploads/top_beginner_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1000px) {
  #s06 .inner .grid_box .grid_col.bg2 {
    background-position-x: 75%;
  }
}
#s06 .inner .grid_box .grid_col .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #931e1f;
  width: clamp(50px, 4.6852122987vw, 64px);
  height: clamp(50px, 4.6852122987vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#s06 .inner .grid_box .grid_col .arrow img {
  width: 17.5px;
  height: 14px;
}
#s06 .inner .grid_box .grid_col .text_area {
  position: absolute;
  top: 30px;
  left: clamp(20px, 4.39238653vw, 60px);
}
#s06 .inner .grid_box .grid_col .text_area .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#s06 .inner .grid_box .grid_col .text_area .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
@media (max-width: 769px) {
  #s06 .inner .grid_box .grid_col .text_area .sub_title {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s06 .inner .grid_box .grid_col .text_area .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.8565153734vw, 80px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 769px) {
  #s06 .inner .grid_box .grid_col .text_area .title {
    font-size: clamp(30px, 7.8023407022vw, 60px);
  }
}
#s06 .inner .grid_box .grid_col .content_area {
  position: absolute;
  left: clamp(20px, 4.39238653vw, 60px);
  bottom: 30px;
}
@media (max-width: 800px) {
  #s06 .inner .grid_box .grid_col .content_area {
    bottom: 55px;
  }
}
#s06 .inner .grid_box .grid_col .content_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 769px) {
  #s06 .inner .grid_box .grid_col .content_area .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}

#s07 {
  background: #f6f2f3;
  padding: clamp(60px, 5.8565153734vw, 80px) 0;
}
@media (max-width: 769px) {
  #s07 {
    padding: 90px 0 60px;
  }
}
#s07 .inner {
  max-width: calc(1026px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s07 .inner .box {
  padding: clamp(30px, 3.6603221083vw, 50px) clamp(100px, 14.6412884334vw, 200px) clamp(30px, 3.6603221083vw, 50px) clamp(30px, 3.6603221083vw, 50px);
  position: relative;
  display: block;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s07 .inner .box {
    padding: 30px clamp(20px, 3.9011703511vw, 30px);
  }
}
#s07 .inner .box:hover {
  filter: brightness(1.2);
}
#s07 .inner .box.box1 {
  background: #931e1f;
  margin-bottom: 26px;
}
@media (max-width: 769px) {
  #s07 .inner .box.box1 {
    margin-bottom: 90px;
  }
}
#s07 .inner .box.box1::after {
  position: absolute;
  top: 50%;
  right: clamp(45px, 6.9546120059vw, 95px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/top_contact_btn.svg) no-repeat;
  background-size: contain;
  width: clamp(160px, 14.055636896vw, 192px);
  height: clamp(160px, 14.055636896vw, 192px);
  content: "";
}
@media (max-width: 769px) {
  #s07 .inner .box.box1::after {
    transform: unset;
    width: 120px;
    height: 120px;
    top: -60px;
    right: -3%;
  }
}
#s07 .inner .box.box2 {
  background: #7d7460;
  margin-bottom: 26px;
}
@media (max-width: 769px) {
  #s07 .inner .box.box2 {
    margin-bottom: 60px;
  }
}
#s07 .inner .box.box2::after {
  position: absolute;
  top: 50%;
  right: clamp(45px, 6.9546120059vw, 95px);
  transform: translateY(-50%);
  background: url(/wp-content/uploads/top_partner_btn.svg) no-repeat;
  background-size: contain;
  width: clamp(160px, 14.055636896vw, 192px);
  height: clamp(160px, 14.055636896vw, 192px);
  content: "";
}
@media (max-width: 769px) {
  #s07 .inner .box.box2::after {
    transform: unset;
    width: 120px;
    height: 120px;
    top: -60px;
    right: -3%;
  }
}
#s07 .inner .box .sub_title {
  padding-left: 25px;
  position: relative;
  margin-bottom: 4px;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#s07 .inner .box .sub_title::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
@media (max-width: 769px) {
  #s07 .inner .box .sub_title {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s07 .inner .box .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.3674963397vw, 46px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}
@media (max-width: 769px) {
  #s07 .inner .box .title {
    font-size: clamp(24px, 3.6410923277vw, 28px);
  }
}
#s07 .inner .box .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 769px) {
  #s07 .inner .box .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}
@media (max-width: 769px) {
  #s07 .inner .box .content .content_space {
    display: none;
  }
}

#s08 {
  background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(55px, 5.710102489vw, 78px) 0;
}
#s08 .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s08 .inner .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 769px) {
  #s08 .inner .flex_box {
    flex-direction: column;
    justify-content: center;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s08 .inner .flex_box .title_area {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 769px) {
  #s08 .inner .flex_box .title_area {
    max-width: 100%;
  }
}
#s08 .inner .flex_box .title_area .sub_title {
  padding-left: clamp(30px, 2.9282576867vw, 40px);
  position: relative;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#s08 .inner .flex_box .title_area .sub_title::after {
  content: "";
  width: clamp(15px, 1.6105417277vw, 22px);
  height: clamp(15px, 1.6105417277vw, 22px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #931e1f;
}
@media (max-width: 769px) {
  #s08 .inner .flex_box .title_area .sub_title {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}
#s08 .inner .flex_box .title_area .title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 5.8565153734vw, 80px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 769px) {
  #s08 .inner .flex_box .title_area .title {
    font-size: clamp(30px, 7.8023407022vw, 60px);
  }
}
#s08 .inner .flex_box .title_area .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 769px) {
  #s08 .inner .flex_box .title_area .content {
    font-size: clamp(14px, 2.3407022107vw, 18px);
  }
}
#s08 .inner .flex_box .button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 260px;
  padding-left: clamp(20px, 26vw, 26px);
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #931e1f;
  color: #fff;
  border: 1px solid #931e1f;
  text-align: start;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s08 .inner .flex_box .button a {
    margin: 0 auto;
  }
}
#s08 .inner .flex_box .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_w.png) no-repeat;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
#s08 .inner .flex_box .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%) translateX(-30px);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_r.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
#s08 .inner .flex_box .button a span::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  transition: border-color 0.4s;
}
#s08 .inner .flex_box .button a:hover {
  background: #fff;
  color: #931e1f;
  border: 1px solid #931e1f;
}
#s08 .inner .flex_box .button a:hover span::after {
  border-right: 1px dashed #931e1f;
}
#s08 .inner .flex_box .button a:hover::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}
#s08 .inner .flex_box .button a:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.footer_btn.btn1 {
  margin-top: clamp(20px, 2.196193265vw, 30px);
  margin-bottom: 11px;
}

.footer_btn a {
  position: relative;
  display: flex;
  align-items: center;
  height: clamp(60px, 6.149341142vw, 84px);
  width: 100%;
  padding-left: clamp(20px, 26vw, 26px);
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  background: #7c1415;
  color: #fff;
  border: 1px solid #7c1415;
  text-align: start;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  .footer_btn a {
    margin: 0 auto;
  }
}
.footer_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_w.png) no-repeat;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1;
}
.footer_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%) translateX(-30px);
  width: 17.5px;
  height: 14px;
  background: url(/wp-content/uploads/arrow_r.png) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.footer_btn a span::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  transition: border-color 0.4s;
}
.footer_btn a:hover {
  background: #fff;
  color: #7c1415;
  border: 1px solid #7c1415;
}
.footer_btn a:hover span::after {
  border-right: 1px dashed #7c1415;
}
.footer_btn a:hover::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}
.footer_btn a:hover::before {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

@media (max-width: 1099px) {
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #931e1f;
    color: #fff;
  }
}
@media (max-width: 1099px) {
  nav ul li a:not(:only-child):hover::after {
    color: #fff;
  }
}
.smoothTextAppear {
  filter: blur(20px);
  transform: scale(0.8);
  opacity: 0;
  animation: 1s forwards ease animatedLetters;
  display: inline-block;
  width: 100%;
}

@keyframes animatedLetters {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */