@charset "UTF-8";
/*Theme Name : common_template*/
/* その後、他の変数、関数、CSSコードを記述します */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

.char,
.headline__letter {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.textUp br,
.headline br,
.blur_text br,
.random_blur_text br {
  display: block;
}

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;
}

::-webkit-input-placeholder {
  color: unset;
}

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

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-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", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222222;
}

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;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 20px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.breadcrumb li:hover {
  color: #02459C;
}
.breadcrumb li:last-child {
  color: #02459C;
}
.breadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 0.75em;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header.fixed {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header.fixed .header_item {
  color: #fff;
}
#header .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 87px;
  gap: 2%;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 200px;
  margin-left: clamp(20px, 2.9282576867vw, 83px);
}
@media (max-width: 1099px) {
  #header .header_pc .header_logo {
    width: 130px;
  }
}
#header .header_pc .header_logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header .header_pc .header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #ddd;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 600;
  line-height: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 clamp(32px, 2.9282576867vw, 83px) 0 0;
  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 {
  font-size: clamp(14px, 1.0980966325vw, 16px);
}
#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 {
  -webkit-transition: 0.4s all;
  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%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li {
  width: 100%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 207px;
  height: 70px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: start;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #fff;
  color: #000;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

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

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

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

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

#burger {
  height: 87px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #02459C;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before, #burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  top: 0;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          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: 87px;
    max-height: calc(100vh - 87px);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@media (max-width: 1099px) and (max-width: 425px) {
  #burger .nav-container nav ul.nav-list {
    background: #02459C;
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul li {
    position: relative;
    float: none;
  }
  #burger .nav-container nav ul li a,
  #burger .nav-container nav ul li a:visited {
    display: block;
    padding: 20px;
    background: #02459C;
    color: #fff;
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: #02459C;
    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: #ddd;
    color: #fff;
  }
}

/* -------------------------------------------
   2. Main Slider 스타일 (Swiper)
------------------------------------------- */
.main_slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 87px);
  height: calc(100svh - 87px);
  margin-top: 87px;
}
@media (max-width: 1099px) {
  .main_slider {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    margin-top: 60px;
  }
}
.main_slider .swiper {
  width: 100%;
  height: 100%;
}
.main_slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.main_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@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 .swiper-pagination {
  display: none !important;
}
.main_slider .swiper-button-next,
.main_slider .swiper-button-prev {
  color: #fff;
}
.main_slider .slider_title {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main_slider .slider_title {
    padding: 0 20px;
    left: 0;
  }
}
.main_slider .slider_title h2 {
  font-size: clamp(24px, 3.513909224vw, 60px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.main_slider .slider_title p {
  font-size: clamp(16px, 1.317715959vw, 20px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.pagetop_block {
  position: fixed;
  bottom: 60px;
  right: 0;
  left: 0;
  z-index: 9;
}
@media (min-width: 1024px) {
  .pagetop_block {
    bottom: 0;
  }
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #02459C;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pagetop_block .contact_sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: 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: #02459C;
  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: #02459C;
  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;
}

.button6 a {
  max-width: 260px;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #02459C;
  border: 2px solid #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.button6 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button6 a:hover {
  background: #fff;
  color: #02459C;
  border-color: #02459C;
}
.button6 a:hover::after {
  border-color: #02459C;
  -webkit-transform: translate(4px, -50%) rotate(45deg);
          transform: translate(4px, -50%) rotate(45deg);
}
.button6--left a {
  margin: 0;
}

#s_maxcontent {
  padding: clamp(70px, 9.5900439239vw, 131px) 0 clamp(60px, 8.78477306vw, 120px);
}
#s_maxcontent .inner {
  padding-right: 12.9166666667vw;
}
@media (max-width: 1366px) {
  #s_maxcontent .inner {
    padding-right: clamp(20px, 6.149341142vw, 84px);
  }
}
@media (max-width: 767px) {
  #s_maxcontent .inner {
    padding: 0 6%;
  }
}
#s_maxcontent .inner .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(54px, 5.1041666667vw, 98px);
     -moz-column-gap: clamp(54px, 5.1041666667vw, 98px);
          column-gap: clamp(54px, 5.1041666667vw, 98px);
}
@media (max-width: 1366px) {
  #s_maxcontent .inner .flex_box {
    -webkit-column-gap: clamp(40px, 3.953147877vw, 54px);
       -moz-column-gap: clamp(40px, 3.953147877vw, 54px);
            column-gap: clamp(40px, 3.953147877vw, 54px);
  }
}
@media (max-width: 767px) {
  #s_maxcontent .inner .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s_maxcontent .inner .img_area {
  max-width: clamp(733px, 56.1979166667vw, 1079px);
  width: 100%;
}
@media (max-width: 1366px) {
  #s_maxcontent .inner .img_area {
    max-width: 733px;
  }
}
#s_maxcontent .inner .img_area img {
  width: 100%;
}
#s_maxcontent .inner .text_area {
  max-width: 500px;
  width: 100%;
}
#s_maxcontent .inner .text_area .title_jp {
  margin-bottom: clamp(20px, 1.756954612vw, 24px);
}
#s_maxcontent .inner .text_area .content {
  margin-bottom: clamp(20px, 1.8301610542vw, 25px);
}

#bg_box_right {
  background: url(/wordpress/wp-content/uploads/2000x1000.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(100px, 10.4685212299vw, 143px) 0 clamp(80px, 8.6383601757vw, 118px);
}
@media (max-width: 767px) {
  #bg_box_right {
    background-position-x: 31%;
  }
}
#bg_box_right .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #bg_box_right .inner {
    padding: 0 6%;
  }
}
#bg_box_right .inner .box {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: 23.4375vw;
}
@media (max-width: 1366px) {
  #bg_box_right .inner .box {
    margin-right: clamp(30px, 7.027818448vw, 96px);
  }
}
@media (max-width: 767px) {
  #bg_box_right .inner .box {
    max-width: 100%;
  }
}
#bg_box_right .inner .box .title {
  color: #222222;
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
@media (max-width: 767px) {
  #bg_box_right .inner .box .title {
    text-align: center;
  }
}
#bg_box_right .inner .box .content {
  color: #222222;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 767px) {
  #bg_box_right .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 425px) {
  #bg_box_right .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #bg_box_right .inner .box .content .content_space {
    display: none;
  }
}

#bg_box_left {
  background: url(/wordpress/wp-content/uploads/2000x1000.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(100px, 10.4685212299vw, 143px) 0 clamp(80px, 8.6383601757vw, 118px);
}
@media (max-width: 767px) {
  #bg_box_left {
    background-position-x: 71%;
  }
}
#bg_box_left .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #bg_box_left .inner {
    padding: 0 6%;
  }
}
#bg_box_left .inner .box {
  max-width: 650px;
  width: 100%;
  margin-left: 19.1145833333vw;
}
@media (max-width: 1366px) {
  #bg_box_left .inner .box {
    margin-left: clamp(30px, 9.3704245974vw, 128px);
  }
}
@media (max-width: 767px) {
  #bg_box_left .inner .box {
    max-width: 100%;
    margin-left: 0;
  }
}
#bg_box_left .inner .box .title {
  color: #222222;
  margin-bottom: clamp(20px, 1.9765739385vw, 27px);
}
@media (max-width: 767px) {
  #bg_box_left .inner .box .title {
    text-align: center;
  }
}
#bg_box_left .inner .box .title .title_space {
  display: none;
}
@media (max-width: 425px) {
  #bg_box_left .inner .box .title .title_space {
    display: block;
  }
}
#bg_box_left .inner .box .content {
  color: #222222;
  margin-bottom: clamp(25px, 2.4158125915vw, 33px);
}
@media (max-width: 767px) {
  #bg_box_left .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #bg_box_left .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 500px) {
  #bg_box_left .inner .box .content .content_space {
    display: none;
  }
}

#s_contact {
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
  background: #EECB1F;
  color: #fff;
  margin-bottom: 0 !important;
}
#s_contact .inner {
  max-width: calc(850px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  text-align: center;
}
#s_contact .inner .small {
  font-size: clamp(14px, 1.0980966325vw, 16px);
}
#s_contact .inner h2 {
  margin-bottom: 32px;
}
#s_contact .inner h2::before {
  color: #fff;
}
#s_contact .inner .content {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 2.063;
  margin-bottom: 12px;
}
@media (max-width: 845px) {
  #s_contact .inner .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #s_contact .inner .content {
    font-size: 14px;
  }
}
#s_contact .inner .content .content_space {
  display: none;
}
@media (max-width: 425px) {
  #s_contact .inner .content .content_space {
    display: block;
  }
}
#s_contact .inner .btn_mb {
  margin-bottom: clamp(16px, 1.756954612vw, 32px);
}
#s_contact .inner .flex {
  gap: 21px;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
  margin: 0 auto;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #s_contact .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#s_contact .inner .flex .button {
  min-width: 300px;
}
#s_contact .inner .flex .button a {
  width: 100%;
  height: clamp(60px, 5.8565153734vw, 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.317715959vw, 22px);
  font-weight: bold;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#s_contact .inner .flex .button a::before {
  content: "";
  width: clamp(18px, 1.756954612vw, 35px);
  height: clamp(18px, 1.756954612vw, 35px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("/wp-content/uploads/mail_icon-blue.svg") no-repeat center/contain;
}
#s_contact .inner .flex .button a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}
#s_contact .inner .flex .button--mail a {
  background: #fff;
  border: 1px solid #02459C;
  color: #02459C;
}
#s_contact .inner .flex .button--mail a::before {
  background: url("/wp-content/uploads/mail_icon-blue.svg") no-repeat center/contain;
}
#s_contact .inner .flex .button--tel a {
  background: #02459C;
  border: 1px solid #02459C;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
#s_contact .inner .flex .button--tel a::before {
  background: url("/wp-content/uploads/tel_icon.svg") no-repeat center/contain;
}

#s_slider {
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
}
#s_slider .owl-carousel .owl-item img {
  display: block;
  width: clamp(250px, 24.8901903367vw, 340px);
  height: clamp(250px, 24.8901903367vw, 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: 767px) {
  #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;
}

#text_anime {
  overflow: hidden;
}
#text_anime .slide-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#text_anime .slide-text span,
#text_anime .slide-text h2 {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: clamp(80px, 8.78477306vw, 120px);
  color: #222222;
  white-space: nowrap;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
}

#s_info {
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
}
#s_info .inner h2 {
  margin: 0;
  margin-bottom: 1.5em;
}
#s_info .inner .footer_flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
@media (max-width: 767px) {
  #s_info .inner .footer_flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
  }
}
#s_info .inner .footer_flex_box .map_area {
  -webkit-flex-basis: 44.54%;
      -ms-flex-preferred-size: 44.54%;
          flex-basis: 44.54%;
  position: relative;
  min-width: 0;
}
@media (max-width: 767px) {
  #s_info .inner .footer_flex_box .map_area {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    aspect-ratio: 4/3;
  }
}
#s_info .inner .footer_flex_box .map_area iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#s_info .inner .footer_flex_box .text_area {
  -webkit-flex-basis: 50.09%;
      -ms-flex-preferred-size: 50.09%;
          flex-basis: 50.09%;
}
@media (max-width: 767px) {
  #s_info .inner .footer_flex_box .text_area {
    width: 100%;
  }
}
#s_info .inner .footer_flex_box .text_area .ad_box_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  #s_info .inner .footer_flex_box .text_area .ad_box_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#s_info .inner .footer_flex_box .text_area .ad_box_area .a_h {
  width: 100px;
  color: #222222;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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 .footer_flex_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .footer_flex_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #222222;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_info .inner .footer_flex_box .text_area .ad_box_area .a_b a {
  color: #222222;
}
@media (max-width: 425px) {
  #s_info .inner .footer_flex_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .footer_flex_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}

#s_news {
  background-color: #fff;
}
#s_news .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(30px, 3.6603221083vw, 50px);
     -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
          column-gap: clamp(30px, 3.6603221083vw, 50px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #s_news .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
#s_news .flex_box .title_area {
  max-width: 200px;
  width: 100%;
}
#s_news .flex_box .title_area .cat {
  font-size: clamp(15px, 1.317715959vw, 18px);
  color: #02459C;
}
#s_news .flex_box .title_area .title {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 3.3674963397vw, 46px);
  color: #222222;
}
#s_news .flex_box .news_area {
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  #s_news .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
}
#s_news .flex_box .news_area .news_wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 2.9282576867vw, 40px);
     -moz-column-gap: clamp(20px, 2.9282576867vw, 40px);
          column-gap: clamp(20px, 2.9282576867vw, 40px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: clamp(35px, 3.6603221083vw, 50px);
     -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
          column-gap: clamp(35px, 3.6603221083vw, 50px);
  padding: clamp(15px, 1.4641288433vw, 20px) 0 clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#s_news .flex_box .news_area .news_wrap a:hover .news_title {
  color: #02459C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #s_news .flex_box .news_area .news_wrap a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
  }
}
#s_news .flex_box .news_area .news_wrap .date {
  color: #02459C;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: normal;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#s_news .flex_box .news_area .news_wrap h3.news_title {
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 400;
  color: #222222;
  line-height: normal;
  letter-spacing: 0.07em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #s_news .flex_box .news_area .news_wrap h3.news_title {
    min-width: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
#s_news .flex_box .news_area .news_slider {
  width: 100%;
  overflow: hidden;
}
#s_news .flex_box .news_area .news_slider .news_item {
  width: 100%;
}
#s_news .flex_box .news_area .news_slider .news_item a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
}

body:not(.home) #footer {
  border-top: 1px solid #c7c7c7;
}

#footer {
  margin-bottom: 0 !important;
  background: #fff;
}
#footer .inner {
  padding-top: 62px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  #footer .inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer .inner .footer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: clamp(45px, 5.7291666667vw, 110px);
     -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
          column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 767px) {
  #footer .inner .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .footer_flex .footer_logo_area {
  width: 34.17%;
}
@media (max-width: 767px) {
  #footer .inner .footer_flex .footer_logo_area {
    width: 100%;
  }
}
#footer .inner .footer_flex .footer_logo_area .footer_logo {
  max-width: 200px;
  margin-bottom: 20px;
}
#footer .inner .footer_flex .footer_logo_area .footer_content {
  font-size: 14px;
  line-height: 1.8;
}
#footer .inner .footer-item-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: clamp(20px, 6.25vw, 120px);
     -moz-column-gap: clamp(20px, 6.25vw, 120px);
          column-gap: clamp(20px, 6.25vw, 120px);
}
@media (max-width: 767px) {
  #footer .inner .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.313;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li a {
    font-size: 15px;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li a:hover {
  color: #02459C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 4px 0;
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #222222;
}
@media (max-width: 767px) {
  #footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
    font-size: 13px;
  }
}
#footer .inner .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #02459C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #222222;
}
@media (max-width: 767px) {
  #footer .copy {
    padding: 10px 0 70px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.ac {
  color: #EECB1F;
}

.marker {
  padding: 0 0.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(65%, rgba(255, 218, 36, 0.6)));
  background-image: -webkit-linear-gradient(transparent 70%, rgba(255, 218, 36, 0.6) 65%);
  background-image: linear-gradient(transparent 70%, rgba(255, 218, 36, 0.6) 65%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.wrap {
  padding: 80px 1.5em;
}

section .inner {
  max-width: calc(1200px + 1.5em);
  padding: 0 1.5em;
  margin: 0 auto;
}
section .inner--1080 {
  max-width: calc(1080px + 1.5em);
  padding: 0 1.5em;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mb40 {
  margin-bottom: clamp(20px, 2.196193265vw, 40px);
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.home .h2_top {
  font-size: clamp(24px, 2.0497803807vw, 34px);
  line-height: 1.6;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body.home .h2_top::before {
  content: attr(data-en);
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 20px);
  color: #02459C;
}
body.home .h2_top--left {
  margin: 0;
}
body.home .h2_top--left::before {
  text-align: left;
}

#sec_intro {
  background: #FDF3C6;
}
#sec_intro .wrap {
  text-align: center;
}
#sec_intro .wrap .title {
  padding: 0 0 0 0.625em;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: clamp(20px, 2.196193265vw, 40px);
  font-size: clamp(24px, 2.0497803807vw, 34px);
}
#sec_intro .wrap p {
  line-height: 2;
}

#sec_strength {
  padding: clamp(64px, 5.8565153734vw, 100px) 0;
  background: url("/wp-content/uploads/top_strength_bg.jpg") no-repeat center/cover;
}
#sec_strength h2 {
  margin-bottom: 64px;
}
#sec_strength .strength {
  gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: clamp(64px, 5.8565153734vw, 100px);
}
#sec_strength .strength_item {
  width: calc((100% - 64px) / 3);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 24px;
}
@media (max-width: 767px) {
  #sec_strength .strength_item {
    width: 100%;
  }
}
#sec_strength .strength_item h3 {
  text-align: center;
  font-size: clamp(18px, 1.4641288433vw, 24px);
}
#sec_strength .strength_item span {
  padding: 0.2em 2em 0.3em;
  display: block;
  color: #EECB1F;
  border: 1px solid #EECB1F;
  border-radius: 4px;
  width: 179px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
  font-size: clamp(14px, 1.1713030747vw, 20px);
}

#sec_service {
  padding: clamp(60px, 5.8565153734vw, 100px) 0 60px;
  position: relative;
}
#sec_service::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/top_service_illustration001.jpg") no-repeat center/contain;
  width: 33.38vw;
  aspect-ratio: 115/125;
  max-width: 456px;
  right: 0;
  bottom: 0;
  z-index: -2;
}
#sec_service .lead {
  font-size: clamp(16px, 1.317715959vw, 20px);
  text-align: center;
  margin-bottom: 60px;
}
#sec_service h2 {
  margin-bottom: 20px;
}
#sec_service h2::after {
  content: "What We Do";
  font-size: clamp(60px, 7.3206442167vw, 160px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: rgba(227, 245, 255, 0.3);
  z-index: -1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -60%;
  white-space: nowrap;
}
#sec_service .service {
  gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sec_service .service_item {
  width: calc((100% - 64px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #sec_service .service_item {
    width: 100%;
  }
}
#sec_service .service_item figure {
  border-radius: 10px;
  overflow: hidden;
}
#sec_service .service_item figure img {
  width: 100%;
}
#sec_service .service_item .viewmore {
  margin-top: auto;
}
#sec_service .service_item .viewmore a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  border-bottom: 1px solid #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sec_service .service_item .viewmore a:hover {
  color: #02459C;
  border-color: #02459C;
}
#sec_service .service_item .viewmore a:hover::after {
  border-color: #02459C;
}
#sec_service .service_item .viewmore a::after {
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#sec_service .service_item h3 {
  color: #02459C;
  font-size: clamp(18px, 1.4641288433vw, 24px);
  line-height: 1.4;
}

#sec_flow {
  padding: 60px 0;
}
#sec_flow .bg {
  padding: 60px 6%;
  background: #EDF6FB;
  border-radius: 20px;
  margin-bottom: 40px;
}
#sec_flow .bg h2 {
  margin-bottom: 40px;
}
#sec_flow .bg .flow {
  gap: 3.56%;
  row-gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
#sec_flow .bg .flow_item {
  width: 30.96%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  #sec_flow .bg .flow_item {
    width: 48.22%;
  }
}
@media (max-width: 577px) {
  #sec_flow .bg .flow_item {
    width: 100%;
  }
}
#sec_flow .bg .flow_item > img {
  max-width: 35px;
  margin: 0 auto;
  margin-bottom: 8px;
}
#sec_flow .bg .flow_item .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25em;
  background: #fff;
}
#sec_flow .bg .flow_item .container h3 {
  margin-bottom: 1.25em;
  min-height: 56px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: bold;
}
#sec_flow .bg .flow_item .container span {
  display: block;
  font-size: 0.75rem;
  padding: 0.25em 1em;
  background: #EDF6FB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  margin: 0 auto;
  color: #02459C;
  margin-bottom: 6px;
}

#s_voice .flex,
#s_works .flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #s_voice .flex,
  #s_works .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#s_voice .flex .button6,
#s_works .flex .button6 {
  width: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin: 0;
}
@media (max-width: 767px) {
  #s_voice .flex .button6,
  #s_works .flex .button6 {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  #s_voice .flex .button6 a,
  #s_works .flex .button6 a {
    margin: 0;
  }
}
#s_voice .flex h2,
#s_works .flex h2 {
  margin-bottom: 16px;
}

#s_works {
  padding: clamp(60px, 6.588579795vw, 120px) 0;
  overflow: hidden;
  background: #FFFBF3;
}
#s_works .flex::before {
  content: "OUR WORKS";
  font-size: clamp(60px, 5.8565153734vw, 100px);
  position: absolute;
  right: 0;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -10%;
  white-space: nowrap;
}
#s_works .works_slider {
  overflow: visible;
}
#s_works .works_item {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(16px, 1.317715959vw, 20px);
  background: #fff;
}
#s_works .works_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222222;
}
#s_works .works_image {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 10px;
  overflow: hidden;
  background: #ccc;
}
#s_works .works_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#s_works .works_title {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.2445095168vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}
#s_works .date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: auto;
  color: #B5B5B5;
  font-size: 12px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
#s_works .works_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: clamp(30px, 3.2942898975vw, 56px);
}
#s_works .works_prev,
#s_works .works_next {
  position: relative;
  width: clamp(54px, 4.6852122987vw, 70px);
  height: clamp(54px, 4.6852122987vw, 70px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 clamp(54px, 4.6852122987vw, 70px);
      -ms-flex: 0 0 clamp(54px, 4.6852122987vw, 70px);
          flex: 0 0 clamp(54px, 4.6852122987vw, 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0;
  border: 2px solid #555;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
#s_works .works_prev::before,
#s_works .works_next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #222222;
  border-right: 3px solid #222222;
}
#s_works .works_prev.swiper-button-disabled,
#s_works .works_next.swiper-button-disabled {
  opacity: 0.7;
  cursor: default;
}
#s_works .works_prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
#s_works .works_next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}

#s_voice {
  padding: clamp(60px, 6.588579795vw, 120px) 0;
  overflow: hidden;
  background: #FFFBF3;
}
#s_voice .voice_slider {
  overflow: visible;
}
#s_voice .voice_item {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#s_voice .voice_item > a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px clamp(20px, 1.756954612vw, 27px);
}
#s_voice .voice_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.8;
}

#sec_faq {
  width: 100%;
  padding: 60px 0;
  background: #FFFBF3;
}
#sec_faq h2 {
  margin-bottom: 40px;
}
#sec_faq .faq-item:last-of-type {
  margin-bottom: 40px;
}
#sec_faq .faq-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 89px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 60px;
}
#sec_faq .faq-row__mark {
  position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  width: 30px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  padding: 10px 4px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.64px;
}
#sec_faq .faq-row__text {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.64px;
  overflow-wrap: anywhere;
  color: #222222;
}
#sec_faq .faq-row--question {
  background: #fff;
}
#sec_faq .faq-row--question .faq-row__mark {
  background: #02459c;
}
#sec_faq .faq-row--question .faq-row__text {
  width: 100%;
}
#sec_faq .faq-row--answer .faq-row__mark {
  background: #eecb1f;
}

.follow_button {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 20;
  width: 100%;
  height: 60px;
}
@media (min-width: 1024px) {
  .follow_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    left: auto;
    width: 94px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
}
.follow_button .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.follow_button .button .ttl {
  display: none;
}
.follow_button .button .ttl-sp {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .follow_button .button {
    -webkit-transform: translateX(calc(100% - 88px));
            transform: translateX(calc(100% - 88px));
    width: 272px;
    border-radius: 60px 0 0 60px;
    padding: 22px 24px 22px 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .follow_button .button .ttl-sp {
    display: none;
  }
  .follow_button .button .ttl {
    display: block;
  }
  .follow_button .button:hover, .follow_button .button:focus-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .follow_button .button:hover .ttl, .follow_button .button:focus-visible .ttl {
    opacity: 1;
  }
}
.follow_button .button--tel {
  background-color: #EECB1F;
}
.follow_button .button--mail {
  background-color: #02459C;
}
.follow_button .button .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .follow_button .button .icon {
    width: 20px;
    height: 20px;
  }
}
.follow_button .button .icon img {
  width: 36px;
  height: auto;
  display: block;
}/*# sourceMappingURL=style.css.map */