@charset "UTF-8";
/*
Theme Name : interlock_template

*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&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&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: "BIZ UDGothic", sans-serif;
  margin: 0;
}

body {
  background: #fff;
}

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

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

#header {
  background: transparent;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 13px clamp(20px, 2.3426061493vw, 32px);
}
@media (max-width: 1199px) {
  #header {
    padding: 0;
  }
}
#header.fixed {
  top: 0;
  transition: 0.4s;
  border-radius: 0;
  background: #fff;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media (max-width: 1199px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 187px;
}
#header .header_pc .header_logo a {
  display: flex;
}
@media (max-width: 1290px) {
  #header .header_pc .header_logo {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  #header .header_pc .header_logo {
    margin-left: 20px;
  }
}
#header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .header_button a {
  width: 165px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #22304f;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 14px;
  border-radius: 24px;
  font-weight: bold;
  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 20px;
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 20px;
}
#header .header_pc .header_item .header_nav .main_ul li a {
  display: block;
  height: 20px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #22304f;
}
#header .header_pc .header_item .header_nav .main_ul li a span {
  display: block;
}
@media (max-width: 1520px) {
  #header .header_pc .header_item .header_nav .main_ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1415px) {
  #header .header_pc .header_item .header_nav .main_ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1235px) {
  #header .header_pc .header_item .header_nav .main_ul li a {
    font-size: 11px;
  }
}
#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 i {
  background: #22304f;
  padding: 4px;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
}
#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: #22304f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: bold;
  margin: 0;
  text-align: start;
  line-height: 1.6;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #fff;
  color: #22304f;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

#burger {
  height: 70px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1199px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #22304f;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent !important;
}
#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: 1199px) {
  #burger .nav-container nav ul {
    display: none;
  }
  #burger .nav-container nav ul.nav-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: 70px;
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  #burger .nav-container nav ul.nav-list {
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@media (max-width: 1199px) {
  #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: #22304f;
    color: #fff;
    font-family: "BIZ UDGothic", sans-serif;
    text-decoration: none;
    font-weight: bold;
  }
  #burger .nav-container nav ul li a:hover,
  #burger .nav-container nav ul li a:visited:hover {
    background: #22304f;
    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 {
    font-weight: bold;
    padding: 15px 15px 15px 30px;
    font-size: 0.8em;
    background: #f4f7f9;
    color: #22304f;
  }
}

.main_slider {
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}
.main_slider .slick-dots {
  display: none !important;
}
.main_slider .slick-slide {
  height: 100vh;
  width: 100vw;
}
@media (max-width: 600px) {
  .main_slider .slick-slide {
    height: 100%;
    width: 100%;
  }
}
.main_slider .slick-slide img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .main_slider .slick-slide img {
    height: 100%;
    width: 100%;
  }
}
.main_slider .slider_title {
  position: absolute;
  top: 50%;
  left: clamp(17px, 9.21875vw, 177px);
  transform: translateY(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .main_slider .slider_title {
    left: 30px;
  }
}
@media (max-width: 425px) {
  .main_slider .slider_title {
    left: 20px;
  }
}
.main_slider .slider_title figure {
  max-width: clamp(320px, 41.3020833333vw, 793px);
}
.main_slider .slider_title figure img {
  width: 100%;
}

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

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.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::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 13px;
  margin-right: 10px;
  font-weight: normal;
}

.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;
  background: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #22304f;
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.contact_sp {
  display: none !important;
}
@media (max-width: 1024px) {
  .contact_sp {
    display: flex !important;
  }
}

.copy {
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500 !important;
  color: #fff;
  font-family: "BIZ UDGothic", sans-serif;
  position: relative;
  background: #22304f;
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.footer_nav ul li {
  padding: 20px 10px;
}

.footer_nav ul li a {
  color: #222 !important;
  font-weight: 400 !important;
}
@media (max-width: 1024px) {
  .footer_nav ul li a {
    font-size: 14px;
  }
}

footer .footer_nav ul {
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .footer_nav ul {
    flex-direction: column;
    padding-left: 20px;
  }
}

.footer {
  border-top: none;
}
.footer .fax {
  pointer-events: none !important;
}
@media (max-width: 425px) {
  .footer .fax {
    display: block;
    margin-top: 10px;
  }
}

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

#s06 {
  margin-bottom: 0 !important;
  background: url(/wp-content/uploads/contact_bg.jpg) no-repeat center center;
  background-size: cover;
}
#s06 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#s06 .inner .wrap {
  margin: 0 20px;
}
#s06 .contact_area {
  padding: clamp(30px, 6.8814055637vw, 94px) clamp(30px, 8.0527086384vw, 110px) clamp(70px, 8.345534407vw, 114px) clamp(30px, 7.3206442167vw, 100px);
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 850px) {
  #s06 .contact_area {
    padding: 45px 45px 70px 45px;
  }
}
@media (max-width: 769px) {
  #s06 .contact_area {
    padding: 45px clamp(20px, 5.8517555267vw, 45px) 70px;
  }
}
#s06 .contact_flex {
  display: flex;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 769px) {
  #s06 .contact_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s06 .contact_flex .title_area {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 769px) {
  #s06 .contact_flex .title_area {
    text-align: center;
  }
}
#s06 .contact_flex .title_area .contact_cat {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s06 .contact_flex .title_area .contact_title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
#s06 .contact_flex .title_area .contact_content {
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.2;
  margin-bottom: 20px;
  font-family: "BIZ UDGothic", sans-serif;
}
#s06 .contact_flex .title_area .contact_content2 {
  font-weight: 500;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.2;
}
#s06 .contact_flex .button_area {
  max-width: 415px;
}
@media (max-width: 769px) {
  #s06 .contact_flex .button_area {
    max-width: 320px;
  }
}
#s06 .contact_flex .button_area a {
  transition: 0.4s;
  color: #fff;
}
#s06 .contact_flex .button_area a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s06 .contact_flex .tel_contact {
  text-align: end;
  font-size: clamp(15px, 1.2445095168vw, 17px);
  color: #fff;
    font-weight: 500;
    font-family: "BIZ UDGothic", sans-serif;
  padding-right: 5px;
  position: relative;
  top: -35px;
}
@media (max-width: 970px) {
  #s06 .contact_flex .tel_contact {
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  #s06 .contact_flex .tel_contact {
    top: 0;
    text-align: center;
    margin-top: 20px;
    padding-right: 0;
  }
}
#s06 .contact_flex .tel_contact a {
  transition: 0.4s;
  color: #fff;
}
#s06 .contact_flex .tel_contact a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media (max-width: 769px) {
  #s06 .contact_img_pc {
    display: none;
  }
}
#s06 .contact_img_sp {
  display: none;
}
@media (max-width: 769px) {
  #s06 .contact_img_sp {
    display: inherit;
  }
}

#footer {
  background: #22304f;
  position: relative;
}
#footer .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #footer .inner {
    max-width: 640px;
  }
}
#footer .inner .wrap {
  margin: 0 20px;
}
#footer .inner .wrap .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1010px) {
  #footer .inner .wrap .footer_flex {
    display: block;
  }
}
@media (max-width: 1010px) {
  #footer .inner .wrap .footer_flex .logo_area {
    margin-bottom: 20px;
    text-align: center;
  }
}
#footer .inner .wrap .footer_flex .logo_area img {
  margin-bottom: 20px;
  max-width: 170px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .logo_area .content {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.2;
}
#footer .inner .wrap .footer_flex .logo_area .content a {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.2;
}
#footer .inner .wrap .footer_flex .footer-item-wrap {
  max-width: 700px;
  width: 100%;
}
#footer .footer_nav_title {
  color: #fff;
  text-align: start;
  /* 1 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.44px;
}
#footer .title_small {
  color: #fff;
  text-align: center;
  /* 2 */
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
#footer .inner {
  padding-top: 62px;
  padding-bottom: 74px;
}
@media (max-width: 1010px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1150px) {
  #footer .inner .footer-item-wrap {
    justify-content: start;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav01 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav07 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1010px) {
  #footer .inner .footer-item-wrap .nav08 {
    margin-bottom: 12px;
  }
}
#footer .inner .pd10 {
  padding: 4px 0 !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 {
    padding: 4px 0 !important;
  }
}
#footer .inner .pd10 a {
  font-size: 15px !important;
}
@media (max-width: 1010px) {
  #footer .inner .pd10 a {
    font-size: 13px !important;
  }
}
#footer .inner .nav-title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  padding: 20px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-title a {
    font-size: 15px;
    padding: 15px 0;
  }
}
#footer .inner .nav-list {
  margin: 0;
}
#footer .inner .nav-list li {
  padding: 14px 0;
  line-height: normal;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li {
    padding: 14px 0;
  }
}
#footer .inner .nav-list li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  font-family: "BIZ UDGothic", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list li a {
    font-size: 15px;
  }
}
#footer .inner .nav-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.4s;
}
#footer .inner .nav-list .nav-child {
  padding: 7px 0;
}
@media (max-width: 1010px) {
  #footer .inner .nav-list .nav-child {
    padding: 7px 0;
  }
}
@media (max-width: 1010px) {
  #footer .inner .nav-list .nav-child a {
    font-size: 14px;
  }
}


#s01 {
  padding: clamp(100px, 10.6149341142vw, 145px) 0 clamp(60px, 5.8565153734vw, 80px);
  overflow: hidden;
}
#s01 .inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
#s01 .inner .wrap {
  margin: 0 20px;
}
#s01 .inner .wrap .title {
  text-align: center;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #22304f;
  margin-bottom: 0;
  position: relative;
}
#s01 .inner .wrap .title::after {
  content: "LIBRA PHARMACY";
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 150px;
  line-height: normal;
  letter-spacing: 0.06em;
  top: -100px;
  width: -moz-max-content;
  width: max-content;
  color: #f4f7f9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  #s01 .inner .wrap .title::after {
    font-size: 10.980966325vw;
  }
}
@media (max-width: 900px) {
  #s01 .inner .wrap .title::after {
    top: -60px;
  }
}
@media (max-width: 600px) {
  #s01 .inner .wrap .title::after {
    top: -40px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .wrap .title::after {
    top: -20px;
  }
}
#s01 .inner .wrap .title span {
  position: relative;
  z-index: 1;
}
#s01 .inner .wrap .cat {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #22304f;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#s01 .inner .wrap .content {
  font-family: "BIZ UDGothic", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #22304f;
  line-height: 2.2;
  margin-bottom: clamp(30px, 3.1478770132vw, 43px);
}
@media (max-width: 769px) {
  #s01 .inner .wrap .content {
    text-align: start;
  }
}
#s01 .inner .wrap .button {
  margin-bottom: clamp(60px, 5.8565153734vw, 80px);
}
#s01 .inner .wrap .button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #22304f;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  position: relative;
  border: 2px solid #22304f;
  transition: 0.4s;
  padding: 0 20px;
}
#s01 .inner .wrap .button 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: #22304f;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s01 .inner .wrap .button a:hover {
  transition: 0.4s;
  background: #fff;
  color: #22304f;
  border: 2px solid #22304f;
}
#s01 .inner .wrap .button a:hover::after {
  color: #22304f;
}
#s01 .owl-carousel .owl-item img {
  display: block;
  width: clamp(250px, 25.6222547584vw, 350px);
  height: clamp(178px, 18.3016105417vw, 250px);
  -o-object-fit: cover;
     object-fit: cover;
}
#s01 .owl-theme {
  margin-bottom: 0;
}
#s01 .owl-theme .owl-dots,
#s01 .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s01 .owl-theme .owl-dots,
  #s01 .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s01 .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

#s02 {
  background: #f4f7f9;
  padding: 0 0 clamp(70px, 7.467057101vw, 102px) 0;
}
@media (max-width: 769px) {
  #s02 {
    padding: 50px 0 70px;
  }
}
#s02 .inner {
  max-width: 1220px;
  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;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
#s02 .inner .wrap .flex_box .img_area {
  max-width: 580px;
  width: 100%;
}
#s02 .inner .wrap .flex_box .text_area {
  max-width: 512px;
  width: 100%;
}
#s02 .inner .wrap .flex_box .text_area .title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #22304f;
  margin-bottom: 0;
  line-height: 1.6;
  position: relative;
}
#s02 .inner .wrap .flex_box .text_area .cat {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #22304f;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#s02 .inner .wrap .flex_box .text_area .content {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #22304f;
  line-height: 2.2;
  margin-bottom: clamp(30px, 3.1478770132vw, 43px);
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .content {
    text-align: start;
  }
}
#s02 .inner .wrap .flex_box .text_area .button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #22304f;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  position: relative;
  border: 2px solid #22304f;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s02 .inner .wrap .flex_box .text_area .button 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: #22304f;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s02 .inner .wrap .flex_box .text_area .button a:hover {
  transition: 0.4s;
  background: #fff;
  color: #22304f;
  border: 2px solid #22304f;
}
#s02 .inner .wrap .flex_box .text_area .button a:hover::after {
  color: #22304f;
}
@media (max-width: 769px) {
  #s02 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 45px;
  }
}

#s03 {
  padding: clamp(60px, 6.7349926794vw, 92px) 0 clamp(70px, 7.3206442167vw, 100px);
  overflow: hidden;
  background: #22304f;
}
#s03 .inner {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #s03 .inner {
    max-width: 640px;
  }
}
#s03 .inner .wrap {
  margin: 0 20px;
}
#s03 .inner .wrap .title_wrap {
  position: relative;
  margin-bottom: clamp(70px, 7.027818448vw, 96px);
}
#s03 .inner .wrap .title_wrap .cat {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap .title_wrap .title {
  text-align: center;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap .title_wrap::after {
  content: "ABOUT SERVICE";
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 150px;
  line-height: normal;
  letter-spacing: 0.06em;
  width: -moz-max-content;
  width: max-content;
  color: #2c3c61;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1366px) {
  #s03 .inner .wrap .title_wrap::after {
    font-size: 10.980966325vw;
  }
}
#s03 .inner .wrap .grid_box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: clamp(30px, 5.8517555267vw, 45px);
}
@media (max-width: 1024px) {
  #s03 .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
#s03 .inner .wrap .grid_box .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  background: #fff;
  border-radius: 5px;
  padding: 30px clamp(20px, 2.196193265vw, 30px) 40px;
}
#s03 .inner .wrap .grid_box .col .grid_title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 2.196193265vw, 30px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #22304f;
}
#s03 .inner .wrap .grid_box .col .grid_subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #22304f;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
  border-bottom: 1px solid #22304f;
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap .grid_box .col figure {
  width: 100%;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s03 .inner .wrap .grid_box .col figure img {
  width: 100%;
}
#s03 .inner .wrap .grid_box .col .content {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.3909224012vw, 19px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #22304f;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s03 .inner .wrap .grid_box .col .button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #22304f;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  position: relative;
  border: 2px solid #22304f;
  transition: 0.4s;
  padding: 0 20px;
}
#s03 .inner .wrap .grid_box .col .button 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: #22304f;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s03 .inner .wrap .grid_box .col .button a:hover {
  transition: 0.4s;
  background: #fff;
  color: #22304f;
  border: 2px solid #22304f;
}
#s03 .inner .wrap .grid_box .col .button a:hover::after {
  color: #22304f;
}

#s04 {
  margin-bottom: -11.4583333333vw;
  background: #f4f7f9;
}
#s04 .inner .wrap .main_img {
  position: relative;
}
#s04 .inner .wrap .main_img img {
  width: 100%;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .main_img img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#s04 .inner .wrap .box_img {
  position: relative;
  top: -16.6666666667vw;
  background: #22304f;
  padding: clamp(60px, 5.8565153734vw, 80px) clamp(20px, 7.3206442167vw, 100px);
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1250px) {
  #s04 .inner .wrap .box_img {
    width: 70%;
  }
}
@media (max-width: 769px) {
  #s04 .inner .wrap .box_img {
    padding: 60px 20px;
    width: 80%;
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  #s04 .inner .wrap .box_img {
    width: calc(100% - 20px);
    max-width: 100%;
  }
}
#s04 .inner .wrap .box_img .box_wrap {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
#s04 .inner .wrap .box_img .box_wrap .title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  line-height: 1.6;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .box_img .box_wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  #s04 .inner .wrap .box_img .box_wrap .title {
    font-size: 6.5882352941vw;
  }
}
#s04 .inner .wrap .box_img .box_wrap .title .title_space {
  display: none;
}
@media (max-width: 650px) {
  #s04 .inner .wrap .box_img .box_wrap .title .title_space {
    display: block;
  }
}
#s04 .inner .wrap .box_img .box_wrap .cat {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#s04 .inner .wrap .box_img .box_wrap .content {
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  line-height: 2.2;
  margin-bottom: 20px;
  font-family: "BIZ UDGothic", sans-serif;
}
#s04 .inner .wrap .box_img .box_wrap .button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #22304f;
  background: #fff;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  position: relative;
  border: 2px solid #22304f;
  transition: 0.4s;
  padding: 0 20px;
}
#s04 .inner .wrap .box_img .box_wrap .button a::after {
  width: 24px;
  height: 24px;
  background: #22304f;
  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: #fff;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s04 .inner .wrap .box_img .box_wrap .button a:hover {
  transition: 0.4s;
  background: #22304f;
  color: #fff;
  border: 2px solid #22304f;
}
#s04 .inner .wrap .box_img .box_wrap .button a:hover::after {
  color: #fff;
}

#s_news2 {
  padding-bottom: clamp(50px, 5.4904831625vw, 75px);
}
#s_news2 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_news2 .inner {
    max-width: 640px;
  }
}
#s_news2 .inner .wrap {
  margin: 0 20px;
}
#s_news2 .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_news2 .inner .wrap .blog_grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#s_news2 .inner .wrap .flex_box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#s_news2 .inner .wrap .flex_box .title_area {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .title_area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
#s_news2 .inner .wrap .flex_box .title_area .title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #22304f;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .title_area .title {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  #s_news2 .inner .wrap .flex_box .title_area .title {
    font-size: 6.5882352941vw;
  }
}
#s_news2 .inner .wrap .flex_box .title_area .title .title_space {
  display: none;
}
@media (max-width: 600px) {
  #s_news2 .inner .wrap .flex_box .title_area .title .title_space {
    display: block;
  }
}
#s_news2 .inner .wrap .flex_box .title_area .cat {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #22304f;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#s_news2 .inner .wrap .flex_box .news_area {
  width: 100%;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap article {
  margin-bottom: 10px;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap article:last-child {
  margin-bottom: 0;
}
#s_news2 .inner .wrap .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: #f4f7f9;
  row-gap: 4px;
  border-radius: 10px;
  transition: 0.4s;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap a:hover .news_title {
  color: #234a75;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .flex_box .news_area .news_wrap a {
    padding: 15px;
    align-items: flex-start;
  }
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap .date {
  color: #22304f;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
#s_news2 .inner .wrap .flex_box .news_area .news_wrap .news_title {
  font-size: 12px;
  transition: 0.4s;
  font-weight: 400;
  font-family: "BIZ UDGothic", sans-serif;
  color: #22304f;
  line-height: 1.4;
  padding-right: 10px;
}
#s_news2 .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_news2 .inner .wrap .flex_box .regional_area .news_wrap article a figure {
  line-height: 0;
  width: 145px;
  height: 110px;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
#s_news2 .inner .wrap .flex_box .regional_area .news_wrap article a div {
  width: 70%;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .button {
    text-align: center;
  }
}
#s_news2 .inner .wrap .button a {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 500;
  color: #22304f;
  font-size: clamp(16px, 1.317715959vw, 18px);
  letter-spacing: 0.04em;
  position: relative;
  right: 50px;
}
@media (max-width: 769px) {
  #s_news2 .inner .wrap .button a {
    right: 0;
  }
}
#s_news2 .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_news2 .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;
}

#s05 {
  padding: clamp(50px, 5.4172767204vw, 74px) 0 clamp(70px, 7.3206442167vw, 100px);
  overflow: hidden;
}
#s05 .inner {
  margin-left: 14.4270833333vw;
}
@media (max-width: 1366px) {
  #s05 .inner {
    margin-left: 0;
  }
}
#s05 .inner .wrap .flex_box {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: clamp(40px, 7.6866764275vw, 105px);
       column-gap: clamp(40px, 7.6866764275vw, 105px);
  align-items: center;
  padding-right: clamp(30px, 3.6603221083vw, 50px);
  position: relative;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box {
    padding-right: 0;
    flex-direction: column;
  }
}
#s05 .inner .wrap .flex_box::after {
  content: "RECRUIT";
  position: absolute;
  right: 10.4166666667vw;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 10.78125vw;
  line-height: 0.7;
  letter-spacing: 0.06em;
  color: #f4f7f9;
  top: 0;
}
@media (max-width: 1366px) {
  #s05 .inner .wrap .flex_box::after {
    right: -2.196193265vw;
    font-size: 14.4216691069vw;
  }
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box::after {
    top: 50%;
    right: unset;
    left: 0;
    font-size: 11.7035110533vw;
  }
}
@media (max-width: 600px) {
  #s05 .inner .wrap .flex_box::after {
    top: 45%;
  }
}
@media (max-width: 425px) {
  #s05 .inner .wrap .flex_box::after {
    top: 35%;
  }
}
#s05 .inner .wrap .flex_box .img_area {
  max-width: 35.5729166667vw;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #s05 .inner .wrap .flex_box .img_area {
    max-width: 50vw;
  }
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box .img_area {
    max-width: 100%;
  }
}
#s05 .inner .wrap .flex_box .img_area img {
  width: 100%;
}
#s05 .inner .wrap .flex_box .text_area {
  max-width: 496px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box .text_area {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
#s05 .inner .wrap .flex_box .text_area .title {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(26px, 2.4890190337vw, 34px);
  letter-spacing: 0.04em;
  color: #22304f;
  margin-bottom: 0;
  position: relative;
  line-height: 1.6;
}
#s05 .inner .wrap .flex_box .text_area .cat {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 2;
  color: #22304f;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#s05 .inner .wrap .flex_box .text_area .content {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #22304f;
  line-height: 2.2;
  margin-bottom: clamp(30px, 3.1478770132vw, 43px);
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box .text_area .content {
    text-align: start;
  }
}
#s05 .inner .wrap .flex_box .text_area .button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  display: flex;
  font-family: "BIZ UDGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #22304f;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  position: relative;
  border: 2px solid #22304f;
  transition: 0.4s;
  padding: 0 20px;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s05 .inner .wrap .flex_box .text_area .button 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: #22304f;
  transform: translateY(-50%);
  transition: 0.4s;
}
#s05 .inner .wrap .flex_box .text_area .button a:hover {
  transition: 0.4s;
  background: #fff;
  color: #22304f;
  border: 2px solid #22304f;
}
#s05 .inner .wrap .flex_box .text_area .button a:hover::after {
  color: #22304f;
}

.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #22304f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-bg .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 327px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .loader-bg .loader {
    max-width: 380px;
  }
}
@media (max-width: 425px) {
  .loader-bg .loader {
    max-width: 220px;
  }
}
.loader-bg .loader img {
  filter: blur(20px);
  transform: scale(0.8);
  opacity: 0;
  animation: 1.5s forwards ease animatedLetters;
  display: inline-block;
}
.loader-bg .loader .txt {
  animation-delay: 0.5s;
}

.loader_wrap {
  text-align: center;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-items: center;
}

@keyframes animatedLetters {
  0% {
    filter: blur(20px);
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
#s_news2 .sns_area {
  display: flex;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 600px) {
  #s_news2 .sns_area {
    flex-direction: column;
  }
}
#s_news2 .sns_area .sns_logo {
  max-width: 240px;
  width: 100%;
}
#s_news2 .sns_area .sns_logo img {
  width: 100%;
}
@media (max-width: 600px) {
  #s_news2 .sns_area .text_area {
    text-align: center;
  }
}
#s_news2 .sns_area .text_area p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  line-height: 2;
}
#s_news2 .sns_area .text_area a {
  transition: 0.4s all;
}
#s_news2 .sns_area .text_area a:hover {
  opacity: 0.7;
}
#s_news2 .sns_area .text_area a img {
  max-width: 30px;
  width: 100%;
}
@media (max-width: 480px) {
  #s_news2 .sns_area .text_area a img {
    max-width: 50px;
  }
}/*# sourceMappingURL=save.css.map */
}
