@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;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: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
}

body {
  background-color: #fefaf1;
  background-image: repeating-linear-gradient(0deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px), repeating-linear-gradient(90deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px);
}

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-color: #fefaf1;
  background-image: repeating-linear-gradient(0deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px), repeating-linear-gradient(90deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}
#header.fixed {
  background-color: #fefaf1;
  background-image: repeating-linear-gradient(0deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px), repeating-linear-gradient(90deg, rgb(234, 233, 232) 0px 1px, transparent 1px 30px);
  transition: 0.4s;
}
#header .header_pc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  position: fixed;
  width: 260px;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  #header .header_pc .header_logo {
    width: clamp(147px, 28.8686605982vw, 222px);
  }
}
#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: #fefaf1;
  font-family: "Zen Kaku Gothic New", 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 {
  display: flex;
  align-items: center;
  margin-right: 43px;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item .header_nav {
    margin-left: 17px;
  }
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 25px;
  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 li a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: normal;
  color: #5e89a8;
}
#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: #5e89a8;
  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;
  font-size: 0.8em;
}
#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;
}
#header .header_pc .header_item .header_nav .contact_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 43px;
  font-family: "League Spartan", system-ui;
  font-weight: 600;
  color: #fff;
  background-color: #5e89a8;
  border-radius: 30px;
  position: relative;
  padding: 5px 20px 0 35px;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .contact_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item .header_nav .contact_button a {
    display: none;
  }
}
#header .header_pc .header_item .header_nav .contact_button a::after {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/contact_icon.svg) no-repeat center center;
  background-size: contain;
  content: "";
  width: 17px;
  height: 17px;
}

#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;
  z-index: 10;
  top: 0;
  right: 0;
  background: #5e89a8;
  height: 60px;
  width: 60px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 15px;
  top: 19px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#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: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span {
  background: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -5px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -5px;
}
#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: 0;
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 0;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@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: #5e89a8;
    color: #fff;
    font-family: "Zen Kaku Gothic New", 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: #5e89a8;
    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: rgb(123, 159, 185);
    color: #fff;
  }
}

.main_slider {
  padding: 70px 43px 0;
  position: relative;
}
@media (max-width: 1099px) {
  .main_slider {
    padding: 60px 17px 0;
  }
}
@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 - 70px);
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .main_slider .slick-slide {
    height: calc(100vh - 60px);
    width: 100%;
  }
}
.main_slider .slick-slide img {
  height: calc(100vh - 70px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .main_slider .slick-slide img {
    height: calc(100vh - 60px);
    width: 100%;
  }
}
.main_slider .slider_title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  position: absolute;
  left: 43px;
  bottom: clamp(32px, 5.4904831625vw, 75px);
}
@media (max-width: 1099px) {
  .main_slider .slider_title {
    left: -4px;
  }
}
@media (max-width: 769px) {
  .main_slider .slider_title {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .main_slider .slider_title .ttl_pc {
    display: none;
  }
}
.main_slider .slider_title .ttl_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slider_title .ttl_sp {
    display: inherit;
  }
}

.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: #5e89a8;
  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: #5e89a8;
  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: #5e89a8;
  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;
}

#button_select {
  padding: clamp(70px, 8.78477306vw, 120px) 0;
}
#button_select .inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
#button_select .inner .wrap {
  margin: 0 20px;
}
#button_select .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(20px, 2.196193265vw, 30px);
       column-gap: clamp(20px, 2.196193265vw, 30px);
}
#button_select .inner .wrap .grid_box .button1 a {
  background: #5e89a8;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 260px;
  width: 100%;
  padding-right: 80px;
  height: 60px;
  line-height: 1.8;
  margin-left: auto;
}
#button_select .inner .wrap .grid_box .button1 a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#button_select .inner .wrap .grid_box .button1 a:hover {
  background: rgba(94, 137, 168, 0.6);
}
@media (max-width: 425px) {
  #button_select .inner .wrap .grid_box .button1 a .button a {
    font-size: 16px;
    margin: 0 auto;
  }
}
#button_select .inner .wrap .grid_box .button2 a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #5e89a8;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
#button_select .inner .wrap .grid_box .button2 a::after {
  width: 24px;
  height: 24px;
  background: #fff;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #5e89a8;
  transform: translateY(-50%);
  transition: 0.4s;
}
#button_select .inner .wrap .grid_box .button2 a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#button_select .inner .wrap .grid_box .button2 a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}
#button_select .inner .wrap .grid_box .button3 {
  text-align: start;
  z-index: 2;
  right: clamp(20px, 2.9282576867vw, 40px);
  bottom: clamp(30px, 3.7335285505vw, 51px);
}
#button_select .inner .wrap .grid_box .button3 a {
  padding-right: 90px;
  color: #444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
#button_select .inner .wrap .grid_box .button3 a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.png) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #button_select .inner .wrap .grid_box .button3 a::after {
    width: 50px;
    right: 10px;
  }
}
#button_select .inner .wrap .grid_box .button3 a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #button_select .inner .wrap .grid_box .button3 a::before {
    width: 40px;
    height: 40px;
  }
}
#button_select .inner .wrap .grid_box .button3 a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.png) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}

#s_contact {
  background: #fff;
  padding-top: clamp(70px, 7.1010248902vw, 97px);
  padding-bottom: clamp(50px, 5.4172767204vw, 74px);
  margin-bottom: 0 !important;
}
#s_contact .inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_contact .inner {
    max-width: 640px;
  }
}
#s_contact .inner .wrap {
  margin: 0 20px;
  text-align: center;
}
#s_contact .inner .wrap .title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
  font-size: clamp(28px, 2.635431918vw, 36px);
  color: #444444;
  line-height: normal;
}
#s_contact .inner .wrap .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #444444;
  line-height: 2.063;
  margin-bottom: 12px;
}
@media (max-width: 845px) {
  #s_contact .inner .wrap .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #s_contact .inner .wrap .content {
    font-size: 14px;
  }
}
#s_contact .inner .wrap .btn_mb {
  margin-bottom: clamp(25px, 2.4890190337vw, 34px);
}
#s_contact .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
}
@media (max-width: 769px) {
  #s_contact .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
#s_contact .inner .wrap .grid_box .button a {
  width: 100%;
  height: clamp(70px, 7.3206442167vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.9033674963vw, 26px) !important;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #444444;
  border-radius: 50px;
  transition: 0.4s;
}
#s_contact .inner .wrap .grid_box .button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s_contact .inner .wrap .grid_box .button a .phone {
  margin-right: 17px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
     object-fit: contain;
  height: clamp(30px, 2.7818448023vw, 38px);
}
#s_contact .inner .wrap .grid_box .button a .mail {
  margin-right: 18px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
     object-fit: contain;
  height: clamp(28px, 2.5622254758vw, 35px);
}
#s_contact .s_info_space {
  display: none;
}
@media (max-width: 425px) {
  #s_contact .s_info_space {
    display: block;
  }
}

#s_slider {
  padding: clamp(50px, 5.8565vw, 80px) 0 clamp(30px, 3.6603vw, 50px);
}
#s_slider .owl-carousel .owl-item img {
  display: block;
  width: clamp(250px, 24.8902vw, 340px);
  height: clamp(250px, 24.8902vw, 340px);
  -o-object-fit: cover;
     object-fit: cover;
}
#s_slider .owl-theme .owl-dots,
#s_slider .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s_slider .owl-theme .owl-dots,
  #s_slider .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

#s_info {
  padding-top: clamp(80px, 8.4919472914vw, 116px);
  padding-bottom: clamp(40px, 4.39238653vw, 60px);
}
#s_info .inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_info .inner {
    max-width: 640px;
  }
}
#s_info .inner .wrap {
  margin: 0 20px;
}
@media (max-width: 1366px) {
  #s_info .inner .wrap {
    margin: 0 6%;
  }
}
#s_info .inner .wrap .title {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 4.39238653vw, 60px);
  letter-spacing: 0.04em;
  line-height: normal;
  margin-bottom: 0;
  color: #444444;
}
#s_info .inner .wrap .sub_title {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #444444;
  margin-bottom: clamp(60px, 8.78477306vw, 120px);
}
#s_info .inner .wrap .footer_grid_box {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  align-items: center;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s_info .inner .wrap .footer_grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box .map_area {
    height: 350px;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area {
  max-width: 570px;
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
       column-gap: clamp(25px, 3.513909224vw, 48px);
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 769px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area {
    flex-direction: column;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_h {
  width: 150px;
  color: #444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #444444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b a {
  color: #444444;
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .wrap .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}
#s_info .inner .wrap .button a {
  background: #5e89a8;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 260px;
  width: 100%;
  padding-right: 80px;
  height: 60px;
  line-height: 1.8;
  margin-left: auto;
}
#s_info .inner .wrap .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#s_info .inner .wrap .button a:hover {
  background: rgba(94, 137, 168, 0.6);
}
@media (max-width: 425px) {
  #s_info .inner .wrap .button a .button a {
    font-size: 16px;
    margin: 0 auto;
  }
}

/**side_button**/
#footer {
  margin-bottom: 0 !important;
  background: transparent;
}
#footer .inner {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 74px;
  border-top: 1px solid #5e89a8;
  margin-top: clamp(70px, 6.9546120059vw, 95px);
}
@media (max-width: 769px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .wrap {
  margin: 0 20px;
}
#footer .inner .wrap .footer_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 769px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column-reverse;
    row-gap: 30px;
    align-items: flex-start;
  }
}
#footer .inner .wrap .footer_flex .logo_area {
  max-width: 200px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo {
  max-width: 137px;
  width: 100%;
  margin-bottom: 6px;
}
#footer .inner .wrap .footer_flex .c_py {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #5e89a8;
}
#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: 769px) {
  #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 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  #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: 15px;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #5e89a8;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #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: #5e89a8;
  transition: 0.4s;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 4px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #444444;
}
@media (max-width: 769px) {
  #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: #5e89a8;
  transition: 0.4s;
}
#footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}
@media (max-width: 769px) {
  #footer .copy {
    padding: 10px 0 70px;
  }
}

#s01 {
  overflow: hidden;
  background-size: cover;
  padding: clamp(70px, 7.8330893119vw, 107px) 0 clamp(138px, 13.0307467057vw, 178px);
}
#s01 .owl-carousel .owl-dots.disabled,
#s01 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1399px) {
  #s01 .owl-theme .owl-nav {
    margin-top: 50px;
  }
}
#s01 .s01_1_wrap .title_area .title_inner {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
#s01 .s01_1_wrap .title_area .title_inner .title_wrap {
  margin: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s01 .s01_1_wrap .title_area .title_inner .title_wrap {
    flex-direction: column;
    row-gap: 20px;
    margin: 0 17px;
    align-items: flex-end;
  }
}
#s01 .s01_1_wrap .title_area .title_inner .title_wrap .title {
  font-family: "League Spartan", system-ui;
  font-weight: 400;
  font-size: clamp(28px, 3.2210834553vw, 44px);
  color: #5e89a8;
  letter-spacing: 0.07em;
  line-height: normal;
}
#s01 .s01_1_wrap .title_area .title_inner .title_wrap .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 769px) {
  #s01 .s01_1_wrap .title_area .title_inner .title_wrap .button a {
    right: 50px;
  }
}
#s01 .s01_1_wrap .title_area .title_inner .title_wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s01 .s01_1_wrap .title_area .title_inner .title_wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s01 .s01_1 {
  margin-left: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(110px, 10.2489019034vw, 140px);
}
#s01 .s01_1 .owl-carousel {
  position: relative;
}
#s01 .s01_1 .owl-carousel .owl-dots.disabled,
#s01 .s01_1 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s01 .s01_1 .owl-theme .owl-dots,
#s01 .s01_1 .owl-theme .owl-nav {
  text-align: center;
  padding-right: clamp(50px, 10.4166666667vw, 200px);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 425px) {
  #s01 .s01_1 .owl-theme .owl-dots,
  #s01 .s01_1 .owl-theme .owl-nav {
    padding-right: 0;
    -moz-column-gap: 45px;
         column-gap: 45px;
    width: 100%;
    justify-content: center;
  }
}
#s01 .s01_1 .owl-next {
  font-size: 0;
  position: relative;
  color: #fff !important;
  transition: 0.4s;
}
#s01 .s01_1 .owl-next::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/wp-content/uploads/arrow_next.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_1 .owl-next:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s01 .s01_1 .owl-prev {
  font-size: 0;
  position: relative;
  color: #fff !important;
  right: clamp(20px, 2.196193265vw, 30px);
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s01 .s01_1 .owl-prev {
    right: 0;
  }
}
#s01 .s01_1 .owl-prev:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s01 .s01_1 .owl-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/wp-content/uploads/arrow_before.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_1 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 0.7;
}
#s01 .s01_2_wrap .title_area .title_inner {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
#s01 .s01_2_wrap .title_area .title_inner .title_wrap {
  margin: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s01 .s01_2_wrap .title_area .title_inner .title_wrap {
    flex-direction: column-reverse;
    row-gap: 20px;
    margin: 0 17px;
    align-items: flex-start;
  }
}
#s01 .s01_2_wrap .title_area .title_inner .title_wrap .title {
  font-family: "League Spartan", system-ui;
  font-weight: 400;
  font-size: clamp(28px, 3.2210834553vw, 44px);
  color: #5e89a8;
  letter-spacing: 0.07em;
  line-height: normal;
}
#s01 .s01_2_wrap .title_area .title_inner .title_wrap .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 769px) {
  #s01 .s01_2_wrap .title_area .title_inner .title_wrap .button a {
    right: 0;
  }
}
#s01 .s01_2_wrap .title_area .title_inner .title_wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s01 .s01_2_wrap .title_area .title_inner .title_wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s01 .s01_2 {
  margin-right: clamp(20px, 18.2291666667vw, 350px);
  margin-bottom: clamp(110px, 10.2489019034vw, 140px);
}
#s01 .s01_2 .owl-carousel {
  position: relative;
}
#s01 .s01_2 .owl-carousel .owl-dots.disabled,
#s01 .s01_2 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s01 .s01_2 .owl-theme .owl-dots,
#s01 .s01_2 .owl-theme .owl-nav {
  text-align: center;
  padding-left: clamp(50px, 10.4166666667vw, 200px);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 425px) {
  #s01 .s01_2 .owl-theme .owl-dots,
  #s01 .s01_2 .owl-theme .owl-nav {
    padding-left: 0;
    -moz-column-gap: 45px;
         column-gap: 45px;
    width: 100%;
    justify-content: center;
  }
}
#s01 .s01_2 .owl-next {
  transition: 0.4s;
  font-size: 0;
  position: relative;
  color: #fff !important;
  left: clamp(20px, 2.196193265vw, 30px);
}
#s01 .s01_2 .owl-next:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media (max-width: 425px) {
  #s01 .s01_2 .owl-next {
    left: 0;
  }
}
#s01 .s01_2 .owl-next::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/wp-content/uploads/arrow_next.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_2 .owl-prev {
  transition: 0.4s;
  font-size: 0;
  position: relative;
  color: #fff !important;
}
#s01 .s01_2 .owl-prev:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s01 .s01_2 .owl-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/wp-content/uploads/arrow_before.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_2 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 0.7;
}
#s01 .s01_3 {
  margin-left: clamp(20px, 18.2291666667vw, 350px);
}
#s01 .s01_3 .owl-carousel {
  position: relative;
}
#s01 .s01_3 .owl-carousel .owl-dots.disabled,
#s01 .s01_3 .owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s01 .s01_3 .owl-theme .owl-dots,
#s01 .s01_3 .owl-theme .owl-nav {
  text-align: center;
  padding-right: clamp(50px, 10.4166666667vw, 200px);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 425px) {
  #s01 .s01_3 .owl-theme .owl-dots,
  #s01 .s01_3 .owl-theme .owl-nav {
    padding-right: 0;
    -moz-column-gap: 45px;
         column-gap: 45px;
    width: 100%;
    justify-content: center;
  }
}
#s01 .s01_3 .owl-next {
  font-size: 0;
  position: relative;
  color: #fff !important;
  transition: 0.4s;
}
#s01 .s01_3 .owl-next::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(/wp-content/uploads/arrow_next.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_3 .owl-next:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s01 .s01_3 .owl-prev {
  font-size: 0;
  position: relative;
  color: #fff !important;
  right: clamp(20px, 2.196193265vw, 30px);
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s01 .s01_3 .owl-prev {
    right: 0;
  }
}
#s01 .s01_3 .owl-prev:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s01 .s01_3 .owl-prev::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(/wp-content/uploads/arrow_before.png) no-repeat center center;
  background-size: contain;
  width: clamp(32px, 3.953147877vw, 54px);
  height: clamp(32px, 3.953147877vw, 54px);
}
#s01 .s01_3 .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 0.7;
}
#s01 .owl-carousel {
  padding-top: 30px;
}
#s01 .owl-carousel .owl-item img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(240px, 21.9619326501vw, 300px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 769px) {
  #s01 .owl-carousel .owl-item img {
    width: 240px;
    height: 240px;
  }
}

#s02 .inner {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s02 .inner {
    max-width: 640px;
  }
}
#s02 .inner .wrap {
  margin: 0 20px;
}
#s02 .inner .wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
#s02 .inner .wrap .flex_box .text_area {
  max-width: 537px;
  width: 100%;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area {
    max-width: 100%;
  }
}
#s02 .inner .wrap .flex_box .text_area .sub_title {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #5e89a8;
  margin-bottom: 20px;
}
#s02 .inner .wrap .flex_box .text_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
  margin-bottom: clamp(25px, 2.7818448023vw, 38px);
}
@media (max-width: 425px) {
  #s02 .inner .wrap .flex_box .text_area .title {
    font-size: 5.1764705882vw;
  }
}
#s02 .inner .wrap .flex_box .text_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #444444;
  margin-bottom: clamp(35px, 3.6603221083vw, 50px);
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .button {
    text-align: center;
  }
}
#s02 .inner .wrap .flex_box .text_area .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .button a {
    right: 30px;
  }
}
#s02 .inner .wrap .flex_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s02 .inner .wrap .flex_box .text_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s03 {
  padding-top: clamp(70px, 6.8081991215vw, 93px);
  padding-bottom: clamp(100px, 11.4583333333vw, 220px);
  margin-bottom: 100px;
  position: relative;
  position: relative;
}
#s03::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 60%;
  content: "";
  background: #e9edee;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 769px) {
  #s03::after {
    width: 85%;
    height: 70%;
  }
}
@media (max-width: 769px) {
  #s03 {
    padding-bottom: 104px;
  }
}
#s03 .inner {
  position: relative;
  z-index: 1;
  max-width: 1087px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s03 .inner {
    max-width: 640px;
  }
}
#s03 .inner .wrap {
  margin: 0 20px;
}
@media (max-width: 1366px) {
  #s03 .inner .wrap {
    margin: 0 6%;
  }
}
#s03 .inner .wrap .grid_box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
       column-gap: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
    row-gap: 120px;
  }
}
#s03 .inner .wrap .grid_box .top_c {
  position: relative;
  top: 65px;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .top_c {
    top: 0;
  }
}
#s03 .inner .wrap .grid_box .col a {
  display: block;
  transition: 0.4s;
}
#s03 .inner .wrap .grid_box .col a:hover {
  transition: 0.4s;
  transform: translateY(-10px);
}
#s03 .inner .wrap .grid_box .col a .main_img {
  position: relative;
}
#s03 .inner .wrap .grid_box .col a .main_img img {
  width: 100%;
  border-radius: 20px;
}
#s03 .inner .wrap .grid_box .col a .main_img .text_flex {
  position: absolute;
  width: 90%;
  display: flex;
  padding: clamp(20px, 2.9282576867vw, 40px) clamp(15px, 2.196193265vw, 30px);
  border-radius: 20px;
  background: #fff;
  justify-content: space-around;
  align-items: center;
  right: -22px;
  bottom: -58px;
  box-shadow: 5px 5px 10px 0 #e5ecf6;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .col a .main_img .text_flex {
    right: -20px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
#s03 .inner .wrap .grid_box .col a .main_img .text_flex .cat {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #5e89a8;
  margin-bottom: 0;
}
#s03 .inner .wrap .grid_box .col a .main_img .text_flex .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .col a .main_img .text_flex .title {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .col a .main_img .button {
    text-align: center;
  }
}
#s03 .inner .wrap .grid_box .col a .main_img .button span {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
  right: 20px;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .col a .main_img .button span {
    right: 0;
  }
}
#s03 .inner .wrap .grid_box .col a .main_img .button span::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s03 .inner .wrap .grid_box .col a .main_img .button span:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s_news {
  padding-bottom: clamp(50px, 5.4904831625vw, 75px);
}
#s_news .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_news .inner {
    max-width: 640px;
  }
}
#s_news .inner .wrap {
  margin: 0 20px;
}
#s_news .inner .wrap .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_news .inner .wrap .blog_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#s_news .inner .wrap .flex_box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#s_news .inner .wrap .flex_box .title_area {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .title_area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
#s_news .inner .wrap .flex_box .title_area .cat {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #5e89a8;
  margin-bottom: 0;
}
#s_news .inner .wrap .flex_box .title_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .title_area .title {
    font-size: 24px;
  }
}
#s_news .inner .wrap .flex_box .news_area {
  width: 100%;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news .inner .wrap .flex_box .news_area .news_wrap article {
  margin-bottom: 10px;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap article:last-child {
  margin-bottom: 0;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a {
  display: flex;
  box-shadow: 5px 5px 10px 0 rgba(237, 209, 200, 0.22);
  align-items: flex-start;
  flex-direction: column;
  padding: clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  background: #fff;
  row-gap: 4px;
  border-radius: 10px;
  transition: 0.4s;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a:hover .news_title {
  color: #5e89a8;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area .news_wrap a {
    padding: 15px;
    align-items: flex-start;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .date {
  color: #5e89a8;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: normal;
  font-weight: 600;
  font-family: "League Spartan", system-ui;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .news_title {
  font-size: 12px;
  transition: 0.4s;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #444444;
  line-height: normal;
  letter-spacing: 0.07em;
  padding-right: 10px;
}
#s_news .inner .wrap .flex_box .regional_area .news_wrap article a {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0;
}
#s_news .inner .wrap .flex_box .regional_area .news_wrap article a figure {
  line-height: 0;
  width: 30%;
}
#s_news .inner .wrap .flex_box .regional_area .news_wrap article a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 130px;
  height: 95px;
  border-radius: 10px;
}
#s_news .inner .wrap .flex_box .regional_area .news_wrap article a div {
  width: 70%;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .button {
    text-align: center;
  }
}
#s_news .inner .wrap .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
  right: 50px;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .button a {
    right: 0;
  }
}
#s_news .inner .wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s_news .inner .wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

#s04 {
  padding-bottom: clamp(50px, 6.588579795vw, 90px);
  margin-bottom: 0 !important;
}
#s04 .inner {
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s04 .inner {
    max-width: 640px;
  }
}
#s04 .inner .wrap {
  margin: 0 20px;
}
#s04 .inner .wrap .cat {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #5e89a8;
  margin-bottom: 0;
}
#s04 .inner .wrap .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #444444;
  margin-bottom: clamp(25px, 2.7818448023vw, 38px);
}
@media (max-width: 769px) {
  #s04 .inner .wrap .title {
    font-size: 24px;
  }
}
#s04 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  row-gap: 20px;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
}
#s04 .inner .wrap .grid_box .col {
  display: flex;
  align-items: center;
}
#s04 .inner .wrap .grid_box .col .address_head {
  max-width: clamp(80px, 8.345534407vw, 114px);
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #5e89a8;
  letter-spacing: 0.02em;
  line-height: normal;
}
#s04 .inner .wrap .grid_box .col .address_body {
  max-width: 350px;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  letter-spacing: 0.07em;
  line-height: 1.688;
  color: #444444;
}
@media (max-width: 900px) {
  #s04 .inner .wrap .grid_box .col .address_body .address_space {
    display: none;
  }
}
#s04 .inner .wrap .button {
  text-align: end;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .button {
    text-align: center;
  }
}
#s04 .inner .wrap .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #5e89a8;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
  right: 50px;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .button a {
    right: 0;
  }
}
#s04 .inner .wrap .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s04 .inner .wrap .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}

html body .map_area {
  height: clamp(350px, 36.6032210835vw, 500px);
  margin-bottom: 0 !important;
}

#s05 {
  padding-top: clamp(100px, 9.8828696925vw, 135px);
  padding-bottom: clamp(40px, 4.39238653vw, 60px);
  margin-bottom: 0 !important;
}
#s05 .inner {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s05 .inner {
    max-width: 640px;
  }
}
#s05 .inner .wrap {
  margin: 0 20px;
}
#s05 .inner .wrap .box {
  border-radius: 30px;
  background: #5e89a8;
  padding: clamp(60px, 5.9297218155vw, 81px) clamp(15px, 6.7708333333vw, 130px) clamp(80px, 6.588579795vw, 90px);
}
#s05 .inner .wrap .box .title {
  font-family: "League Spartan", system-ui;
  font-weight: 300;
  line-height: 1.6;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
#s05 .inner .wrap .box .s05_flex {
  max-width: 920px;
  width: 100%;
  margin: 0 auto clamp(50px, 5.4904831625vw, 75px);
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box .s05_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s05 .inner .wrap .box .s05_flex .left_area {
  max-width: 224px;
  width: 100%;
}
#s05 .inner .wrap .box .s05_flex .left_area .left_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
#s05 .inner .wrap .box .s05_flex .left_area .left_content2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
}
#s05 .inner .wrap .box .s05_flex .left_area .left_content2 a {
  color: #fff;
}
#s05 .inner .wrap .box .s05_flex .right_area {
  max-width: 480px;
  width: 100%;
}
#s05 .inner .wrap .box .s05_flex .right_area .button_flex {
  display: flex;
  flex-direction: column;
  row-gap: clamp(25px, 2.196193265vw, 30px);
}
#s05 .inner .wrap .box .s05_flex .right_area .button_flex a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 1.8301610542vw, 25px);
       column-gap: clamp(15px, 1.8301610542vw, 25px);
}
#s05 .inner .wrap .box .s05_flex .right_area .button_flex a figure {
  max-width: clamp(40px, 4.7584187408vw, 65px);
  width: 100%;
  height: auto;
}
#s05 .inner .wrap .box .s05_flex .right_area .button_flex a .button_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.756954612vw, 24px);
  letter-spacing: 0.07em;
  color: #fff;
  line-height: normal;
}
@media (max-width: 425px) {
  #s05 .inner .wrap .box .s05_flex .right_area .button_flex a .button_content {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  #s05 .inner .wrap .box .s05_flex .right_area .button_flex a .button_content {
    font-size: 3.4666666667vw;
  }
}
#s05 .inner .wrap .box .base_box {
  background: #fefaf1;
  padding: clamp(45px, 4.0263543192vw, 55px) clamp(15px, 6.25vw, 120px);
  border-radius: 30px;
}
#s05 .inner .wrap .box .base_box .sub_title {
  font-family: "League Spartan", system-ui;
  text-align: center;
  font-weight: 400;
  font-size: clamp(40px, 4.6120058565vw, 63px);
  line-height: 1.6;
  color: #5e89a8;
  -moz-column-gap: clamp(15px, 2.196193265vw, 30px);
       column-gap: clamp(15px, 2.196193265vw, 30px);
}
#s05 .inner .wrap .box .base_box .sns_grid {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(15px, 1.4641288433vw, 20px);
       column-gap: clamp(15px, 1.4641288433vw, 20px);
  margin-bottom: clamp(45px, 4.7584187408vw, 65px);
}
@media (max-width: 920px) {
  #s05 .inner .wrap .box .base_box .sns_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box .base_box .sns_grid {
    grid-template-columns: 1fr;
  }
}
#s05 .inner .wrap .box .base_box .sns_grid a {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#s05 .inner .wrap .box .base_box .sns_grid a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.2;
  color: #444444;
}
@media (max-width: 350px) {
  #s05 .inner .wrap .box .base_box .sns_grid a p {
    font-size: 13px;
  }
}
#s05 .inner .wrap .box .base_box .sns_grid a img {
  width: 19px;
  height: 19px;
}
#s05 .inner .wrap .box .base_box .insta_flex {
  display: flex;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  justify-content: space-between;
}
@media (max-width: 820px) {
  #s05 .inner .wrap .box .base_box .insta_flex {
    flex-direction: column;
  }
}
#s05 .inner .wrap .box .base_box .insta_flex .main_store {
  max-width: 130px;
  width: 100%;
}
@media (max-width: 820px) {
  #s05 .inner .wrap .box .base_box .insta_flex .main_store {
    max-width: 100%;
  }
}
#s05 .inner .wrap .box .base_box .insta_flex .main_store .store_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #5e89a8;
  padding-bottom: 10px;
  border-bottom: 1px solid #5e89a8;
  margin-bottom: 20px;
}
#s05 .inner .wrap .box .base_box .insta_flex .main_store a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.0248901903vw, 14px);
       column-gap: clamp(10px, 1.0248901903vw, 14px);
  margin-bottom: 14px;
}
#s05 .inner .wrap .box .base_box .insta_flex .main_store a figure {
  width: 29px;
  display: flex;
}
#s05 .inner .wrap .box .base_box .insta_flex .main_store a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.6;
  color: #444444;
  margin-bottom: 0;
}
#s05 .inner .wrap .box .base_box .insta_flex .sub_store {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 820px) {
  #s05 .inner .wrap .box .base_box .insta_flex .sub_store {
    max-width: 100%;
  }
}
#s05 .inner .wrap .box .base_box .insta_flex .sub_store .store_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2.2;
  color: #5e89a8;
  padding-bottom: 10px;
  border-bottom: 1px solid #5e89a8;
  margin-bottom: 20px;
}
#s05 .inner .wrap .box .base_box .insta_flex .insta_grid {
  grid-template-columns: 1fr 1.5fr 2.2fr;
  display: grid;
}
#s05 .inner .wrap .box .base_box .insta_flex .insta_grid .col a {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.0248901903vw, 14px);
       column-gap: clamp(10px, 1.0248901903vw, 14px);
}
#s05 .inner .wrap .box .base_box .insta_flex .insta_grid .col a figure {
  width: 29px;
  display: flex;
}
#s05 .inner .wrap .box .base_box .insta_flex .insta_grid .col a p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.6;
  color: #444444;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box .base_box .insta_flex .insta_grid {
    grid-template-columns: 1fr;
  }
}

#s06 {
  padding-top: clamp(40px, 4.39238653vw, 60px);
}
#s06 .inner {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
#s06 .inner .wrap {
  margin: 0 20px;
}
#s06 .inner .wrap .card {
  background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  padding: clamp(60px, 6.9546120059vw, 95px) clamp(20px, 7.3206442167vw, 100px) clamp(50px, 5.8565153734vw, 80px);
}
#s06 .inner .wrap .card .recruit_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(35px, 2.9282576867vw, 40px);
       column-gap: clamp(35px, 2.9282576867vw, 40px);
}
@media (max-width: 769px) {
  #s06 .inner .wrap .card .recruit_flex {
    flex-direction: column;
    row-gap: 40px;
  }
}
#s06 .inner .wrap .card .recruit_flex .title_area {
  max-width: 180px;
  width: 100%;
}
@media (max-width: 769px) {
  #s06 .inner .wrap .card .recruit_flex .title_area {
    max-width: 100%;
  }
}
#s06 .inner .wrap .card .recruit_flex .title_area .cat {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 0;
}
#s06 .inner .wrap .card .recruit_flex .title_area .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 2.4890190337vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 6px;
}
@media (max-width: 769px) {
  #s06 .inner .wrap .card .recruit_flex .title_area .title {
    font-size: 24px;
  }
}
#s06 .inner .wrap .card .recruit_flex .title_area .button {
  text-align: start;
}
#s06 .inner .wrap .card .recruit_flex .title_area .button a {
  font-family: "League Spartan", system-ui;
  font-weight: 500;
  color: #fff;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
  right: 0;
}
#s06 .inner .wrap .card .recruit_flex .title_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: 0.4s;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .inner .wrap .card .recruit_flex .title_area .button a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.4s;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  background-size: contain;
  height: 35px;
}
#s06 .inner .wrap .card .recruit_flex .content_area {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 769px) {
  #s06 .inner .wrap .card .recruit_flex .content_area {
    max-width: 100%;
  }
}
#s06 .inner .wrap .card .recruit_flex .content_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
}
@media (max-width: 769px) {
  #s06 .inner .wrap .card .recruit_flex .content_area .content .content_space {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */