@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #121212;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #121212;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #121212;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

#header {
  mix-blend-mode: difference;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 37px 0 min(1.5vw, 12px);
  transition: 0.4s ease-in-out;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0 0 0 min(5vw, 8px);
  }
}
#header.open {
  mix-blend-mode: unset;
}
#header .h_logoarea {
  display: flex;
  align-items: center;
  width: clamp(208px, 16.4vw, 316px);
  padding: 15.5px 0;
}
@media only screen and (max-width: 767px) {
  #header .h_logoarea {
    position: absolute;
    z-index: 20;
    left: min(5vw, 8px);
  }
}
#header .h_logoarea a {
  display: flex;
  align-items: center;
  gap: 0 26px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #header .h_logoarea a {
    gap: 0 10px;
  }
}
#header .h_logoarea img.logo {
  mix-blend-mode: unset;
  filter: brightness(1) invert(1);
}
#header .hamburger {
  border: none;
  position: absolute;
  top: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 40px;
  height: 2px;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #fff;
}
#header .hamburger .hamburger__line::before {
  top: -7px;
}
#header .hamburger .hamburger__line::after {
  bottom: -7px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(30deg);
  background: #fff;
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-30deg);
  background: #fff;
}
#header .globalnav {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #header .globalnav {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 100px 10vw;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  #header .globalnav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
#header .globalnav .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 min(3vw, 50px);
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
#header .globalnav .gnav li {
  position: relative;
}
#header .globalnav .gnav li.tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.tel {
    margin-top: 30px;
  }
}
#header .globalnav .gnav li.tel a {
  margin-left: 10px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.tel a {
    font-size: 39px;
  }
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow", serif;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li a {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
  }
}
#header .globalnav .gnav li a span {
  position: relative;
}
#header .globalnav .gnav li a span::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  #header .globalnav .gnav li a:hover span::before {
    width: 100%;
  }
}

footer {
  padding: 80px 40px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 50px 15px 5px;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
footer .footer_inner .left {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 820px) {
  footer .footer_inner .left {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .left {
    flex-direction: column;
    gap: 30px;
  }
}
footer .footer_inner .left .f_logo {
  width: clamp(300px, 22vw, 412px);
}
footer .footer_inner .left .f_logo a {
  display: block;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .left .text_box p {
    font-size: 14px;
  }
}
footer .footer_inner .left .text_box p:first-of-type {
  margin-bottom: 14px;
}
footer .footer_inner .left .text_box p span {
  display: inline-block;
}
footer .footer_inner .right .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .right .nav {
    gap: 15px 60px;
    margin-bottom: 60px;
  }
}
footer .footer_inner .right .nav li a {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .right .nav li a {
    font-size: 22px;
    line-height: 1.4;
  }
}
footer .footer_inner .right .nav li a span {
  position: relative;
}
footer .footer_inner .right .nav li a span::before {
  position: absolute;
  content: "";
  background: #121212;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  footer .footer_inner .right .nav li a:hover span::before {
    width: 100%;
  }
}
footer .footer_inner .right small {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .right small {
    display: unset;
    margin-left: unset;
    font-size: 12px;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.flex {
  display: flex;
}

.fx_jc_center {
  justify-content: center;
}

.fx_ai_center {
  align-items: center;
}

.tx_center {
  text-align: center;
}

.center {
  margin: 0 auto;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-style: normal;
}

.hanken {
  font-family: "Hanken Grotesk", sans-serif;
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_inner {
  max-width: 1540px;
  width: 90%;
  margin: 0 auto;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}

.disc_list.white li:before {
  background: #fff;
}
.disc_list li {
  position: relative;
  padding-left: 14px;
}
.disc_list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #121212;
}

.disc_list_02.white li:before {
  background: #fff;
}
.disc_list_02 li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .disc_list_02 li {
    font-size: 18px;
  }
}
.disc_list_02 li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  .disc_list_02 li:before {
    top: 12px;
    width: 12px;
  }
}

.link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin: auto 0 0 auto;
  aspect-ratio: 1/1;
  background: #ACACAC;
}
.link_icon:before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url("../img/common/link_arrow.svg") no-repeat center/cover;
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  font-size: clamp(40px, 3.7vw, 70px);
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.sec_ttl.white {
  color: #fff;
}
.sec_ttl.en {
  font-size: clamp(60px, 4.2vw, 80px);
}
.sec_ttl.en span {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl.en span {
    margin-bottom: 5px;
  }
}
.sec_ttl.br {
  line-height: 1.4;
}
.sec_ttl span {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .sec_ttl span {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

/***********************
　　　font-size
*************************/
.fs20 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fs20 {
    font-size: 16px;
  }
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.common_btn {
  display: block;
  max-width: 430px;
  padding: 20px;
  font-weight: 600;
  background: #ACACAC;
  text-align: center;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .common_btn {
    max-width: 300px;
  }
}
.common_btn:hover {
  background: #fff;
  border: 1px solid #121212;
}

.commonBtn {
  background: #121212;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  line-height: 50px;
  border: 1px solid #121212;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    width: 72vw;
  }
}
.commonBtn:hover {
  background: #121212;
  color: #fff;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

.link_hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.link_hover:hover {
  opacity: 0.6;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

@media only screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0;
  }
  .mb5_sp {
    margin-bottom: 5px;
  }
  .mb10_sp {
    margin-bottom: 10px;
  }
  .mb15_sp {
    margin-bottom: 15px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .mb25_sp {
    margin-bottom: 25px;
  }
  .mb30_sp {
    margin-bottom: 30px;
  }
  .mb35_sp {
    margin-bottom: 35px;
  }
  .mb40_sp {
    margin-bottom: 40px;
  }
  .mb45_sp {
    margin-bottom: 45px;
  }
  .mb50_sp {
    margin-bottom: 50px;
  }
  .mb55_sp {
    margin-bottom: 55px;
  }
  .mb60_sp {
    margin-bottom: 60px;
  }
  .mb65_sp {
    margin-bottom: 65px;
  }
  .mb70_sp {
    margin-bottom: 70px;
  }
  .mb75_sp {
    margin-bottom: 75px;
  }
  .mb80_sp {
    margin-bottom: 80px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background: url("../img/common/bg_wall_middle.webp") no-repeat center/cover;
  width: 100%;
  border-bottom: 1px solid #121212;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv {
    padding: 80px 0 60px;
  }
}
.middle .middle_mv .sec_inner .page_ttl span {
  font-size: clamp(60px, 6.25vw, 120px);
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  line-height: 1.2;
  letter-spacing: 6px;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv .sec_inner .page_ttl span {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
.middle .middle_mv .sec_inner {
  /*パンくず*/
}
.middle .middle_mv .sec_inner .pankuzu_wrap {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv .sec_inner .pankuzu_wrap {
    margin-bottom: 20px;
  }
}
.middle .middle_mv .sec_inner .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.middle .middle_mv .sec_inner .pankuzu_wrap .pankuzu li {
  font-family: "Barlow", sans-serif;
}
.middle .middle_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .middle_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #ACACAC;
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .middle_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle .service_mv_sp {
  display: none;
  width: 100%;
  aspect-ratio: 5/3;
  background: url("../img/service/service01_sp.webp") no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  .middle .service_mv_sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv_sp {
    display: block;
  }
}
.middle .service_mv {
  position: relative;
  background: url("../img/common/bg_wall_02.webp") no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  .middle .service_mv {
    background: url("../img/common/bg_wall_02_sp.webp") no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv {
    background: url("../img/common/bg_wall_02_sp.webp") no-repeat center/cover;
  }
}
.middle .service_mv:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url("../img/service/service01.webp") no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  .middle .service_mv:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv:after {
    display: none;
  }
}
.middle .service_mv .sec_inner {
  display: flex;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner {
    flex-direction: column;
    width: 100%;
  }
}
.middle .service_mv .sec_inner:after {
  content: "";
  width: 50%;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner:after {
    display: none;
  }
}
.middle .service_mv .sec_inner .pankuzu_wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .pankuzu_wrap {
    background: #fff;
    padding: 10px 5%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner .pankuzu_wrap {
    background: #fff;
    padding: 10px 5%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .pankuzu_wrap.sp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .pankuzu_wrap.pc {
    display: none;
  }
}
.middle .service_mv .sec_inner .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.middle .service_mv .sec_inner .pankuzu_wrap .pankuzu li {
  font-family: "Barlow", sans-serif;
}
.middle .service_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .service_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #ACACAC;
  position: absolute;
  right: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .service_mv .sec_inner .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle .service_mv .sec_inner .text_box {
  width: 50%;
  padding: 120px 80px 100px 0;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .text_box {
    width: 100%;
    padding: 40px 5% 80px;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner .text_box {
    width: 100%;
    padding: 40px 5% 80px;
  }
}
.middle .service_mv .sec_inner .text_box .page_ttl {
  margin-bottom: 40px;
  font-size: clamp(30px, 3.125vw, 60px);
  font-weight: 700;
}
.middle .service_mv .sec_inner .text_box .page_ttl span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.middle .service_mv .sec_inner .text_box p {
  margin-bottom: 40px;
  font-size: clamp(18px, 1.2vw, 20px);
}
.middle .service_mv .sec_inner .text_box .flex {
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .text_box .flex {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner .text_box .flex {
    justify-content: center;
  }
}
.middle .service_mv .sec_inner .text_box .flex .common_btn {
  width: calc((100% - 20px) / 2);
  min-width: 300px;
}
@media screen and (max-width: 820px) {
  .middle .service_mv .sec_inner .text_box .flex .common_btn {
    width: 100%;
    max-width: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .middle .service_mv .sec_inner .text_box .flex .common_btn {
    width: 100%;
    max-width: 430px;
  }
}
.middle .sec_ttl {
  font-size: clamp(40px, 3.7vw, 70px);
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.middle .sec_ttl.white {
  color: #fff;
}
.middle .sec_ttl.en {
  font-size: clamp(50px, 4.2vw, 80px);
}
.middle .sec_ttl.en span {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_ttl.en span {
    margin-bottom: 5px;
  }
}
.middle .sec_ttl.br {
  line-height: 1.4;
}
.middle .sec_ttl span {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .middle .sec_ttl span {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.middle .border_ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #121212;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1.3;
}
.middle .sec_block {
  padding: 140px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .middle .sec_block {
    padding: 80px 0;
  }
}
.middle .contents_block {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .middle .contents_block {
    padding: 60px 0;
  }
}

#syogyo .middle .service_mv_sp {
  background: url("../img/service/service02_sp.webp") no-repeat center/cover;
}
#syogyo .middle .service_mv:after {
  background: url("../img/service/service02.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #syogyo .middle .service_mv:after {
    display: none;
  }
}

#other .middle .service_mv_sp {
  background: url("../img/service/service03_sp.webp") no-repeat center/cover;
}
#other .middle .service_mv:after {
  background: url("../img/service/service03.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #other .middle .service_mv:after {
    display: none;
  }
}

#index main .sec_mv {
  position: relative;
  background: url("../img/common/bg_wall.webp") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv {
    background: url("../img/common/bg_wall_sp.webp") no-repeat center/cover;
  }
}
#index main .sec_mv picture {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv picture {
    height: 744px;
  }
}
#index main .sec_mv picture img {
  width: 76.4%;
  aspect-ratio: 1467/1071;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv picture img {
    width: 83.5%;
    height: 639px;
    aspect-ratio: 326/639;
  }
}
#index main .sec_mv .text_box {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.1vw, 40px);
  padding: 0 40px;
  font-family: "Barlow", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_mv .text_box {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .text_box {
    top: 35%;
    padding: 0 15px;
  }
}
#index main .sec_mv .text_box .mini {
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 500;
  line-height: 1.3;
}
#index main .sec_mv .text_box .big {
  font-size: clamp(60px, 7.2vw, 140px);
  font-weight: 600;
  line-height: 90%;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .text_box .big {
    font-size: clamp(42px, 14vw, 52px);
  }
}
#index main .sec_mv .text_box .df {
  font-size: clamp(20px, 2.1vw, 40px);
  font-weight: 500;
  line-height: 1.5;
}
#index main .sec_mv .scroll_hint_original {
  position: absolute;
  bottom: 0;
  left: 40px;
  height: clamp(100px, 8.3vw, 160px);
  font-size: 12px;
  writing-mode: vertical-lr;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_mv .scroll_hint_original {
    height: clamp(80px, 8.3vw, 160px);
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .scroll_hint_original {
    height: clamp(100px, 41vw, 160px);
    left: 20px;
  }
}
#index main .sec_mv .scroll_hint_original:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  height: inherit;
  width: 1px;
  background: #121212;
}
#index main .sec_philo {
  padding: 40px;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo {
    padding: 15px;
  }
}
#index main .sec_philo .flex {
  background: url("../img/common/bg_wall_02.webp") no-repeat center/cover;
}
@media screen and (max-width: 820px) {
  #index main .sec_philo .flex {
    background: url("../img/common/bg_wall_02_sp.webp") no-repeat center/cover;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo .flex {
    background: url("../img/common/bg_wall_02_sp.webp") no-repeat center/cover;
    flex-direction: column;
  }
}
#index main .sec_philo .flex .left {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #index main .sec_philo .flex .left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo .flex .left {
    width: 100%;
  }
}
#index main .sec_philo .flex .left img {
  height: 100%;
}
@media screen and (max-width: 820px) {
  #index main .sec_philo .flex .left img {
    display: block;
    height: auto;
    aspect-ratio: 460/379;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo .flex .left img {
    display: block;
    height: auto;
    aspect-ratio: 460/379;
  }
}
#index main .sec_philo .flex .right {
  width: 50%;
  background: transparent;
  padding: 120px clamp(40px, 4.2vw, 80px);
}
@media screen and (max-width: 820px) {
  #index main .sec_philo .flex .right {
    width: 100%;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo .flex .right {
    width: 100%;
    padding: 60px 20px;
  }
}
#index main .sec_philo .flex .right .sec_ttl {
  margin-bottom: 50px;
}
#index main .sec_philo .flex .right .text_box {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  #index main .sec_philo .flex .right .text_box {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_philo .flex .right .text_box {
    margin-left: 0;
  }
}
#index main .sec_philo .flex .right .text_box p:first-of-type {
  margin-bottom: 15px;
}
#index main .sec_service {
  padding: 140px 40px;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service {
    padding: 60px 15px;
  }
}
#index main .sec_service .sec_ttl {
  margin-bottom: 60px;
}
#index main .sec_service .service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
#index main .sec_service .service_list .service_item {
  width: calc((100% - 80px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_service .service_list .service_item {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list .service_item {
    width: 100%;
  }
}
#index main .sec_service .service_list .service_item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 30px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list .service_item a {
    padding: 20px;
  }
}
#index main .sec_service .service_list .service_item a:hover {
  background: #fff;
  color: #121212;
}
#index main .sec_service .service_list .service_item a:hover .disc_list_02 li:before {
  background: #121212;
}
#index main .sec_service .service_list .service_item a .service_ttl {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list .service_item a .service_ttl {
    font-size: clamp(25px, 7.7vw, 30px);
  }
}
#index main .sec_service .service_list .service_item a .service_ttl .num {
  margin-bottom: 14px;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list .service_item a .service_ttl .num {
    font-size: 34px;
  }
}
#index main .sec_service .service_list .service_item a .disc_list_02 {
  margin-bottom: 20px;
}
#index main .sec_service .service_list .service_item a .disc_list_02 li:before {
  transition: all 0.5s ease-out;
}
#index main .sec_service .service_list .service_item a p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_service .service_list .service_item a p {
    font-size: 14px;
  }
}
#index main .sec_service .service_list .service_item a p:last-of-type {
  margin-bottom: 20px;
}
#index main .sec_access {
  padding: 40px;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access {
    padding: 15px;
  }
}
#index main .sec_access .flex {
  background: url("../img/common/bg_wall_02.webp") no-repeat center/cover;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_access .flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex {
    flex-direction: column;
    background: url("../img/common/bg_wall_02_sp.webp") no-repeat center/cover;
  }
}
#index main .sec_access .flex .left {
  width: 37%;
  min-width: 455px;
  padding: 120px clamp(40px, 4.2vw, 80px);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_access .flex .left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left {
    width: 100%;
    min-width: unset;
    padding: 60px 20px;
  }
}
#index main .sec_access .flex .left .sec_ttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left .sec_ttl {
    margin-bottom: 15px;
    font-size: clamp(40px, 4.2vw, 80px);
  }
}
#index main .sec_access .flex .left .sec_ttl span {
  font-weight: 500;
}
#index main .sec_access .flex .left .text_box {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left .text_box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left .text_box p {
    font-size: 14px;
  }
}
#index main .sec_access .flex .left .text_box p:first-of-type {
  margin-bottom: 22px;
}
#index main .sec_access .flex .left ul li {
  padding: 20px;
  border-bottom: 1px solid #ACACAC;
  line-height: 1.2;
}
#index main .sec_access .flex .left ul li:first-of-type {
  border-top: 1px solid #ACACAC;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left ul li:first-of-type {
    padding: 20px;
  }
}
#index main .sec_access .flex .left ul li .ttl {
  display: inline-block;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left ul li .ttl {
    display: block;
    font-size: 14px;
  }
}
#index main .sec_access .flex .left ul li .df {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left ul li .df {
    font-size: 16px;
  }
}
#index main .sec_access .flex .left ul li .big {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .left ul li .big {
    font-size: 24px;
  }
}
#index main .sec_access .flex .right {
  width: 63%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_access .flex .right {
    width: 100%;
    aspect-ratio: 103/68;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_access .flex .right {
    width: 100%;
    aspect-ratio: 103/68;
  }
}
#index main .sec_access .flex .right iframe {
  width: 100%;
  height: 100%;
}

#about .dash {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #about .dash {
    padding-left: 15px;
    font-size: 20px;
  }
}
#about .dash:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  #about .dash:before {
    width: 8px;
  }
}
#about .intro {
  background: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  #about .intro {
    padding: 50px 0;
  }
}
#about .intro .flex {
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #about .intro .flex {
    gap: 20px;
  }
}
#about .intro .flex .common_btn {
  width: 430px;
}
#about .sec_member {
  background: url("../img/about/bg_member.webp") no-repeat center/cover;
}
#about .sec_member .sec_inner .member_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#about .sec_member .sec_inner .member_list li {
  width: calc((100% - 40px) / 2);
  padding: 70px;
  background: rgba(255, 255, 255, 0.95);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #about .sec_member .sec_inner .member_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #about .sec_member .sec_inner .member_list li {
    width: 100%;
    padding: 40px 30px;
  }
}
#about .sec_member .sec_inner .member_list li .member_name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #about .sec_member .sec_inner .member_list li .member_name {
    font-size: 24px;
  }
}
#about .sec_member .sec_inner .member_list li .member_name span {
  display: block;
  font-size: clamp(30px, 3.125vw, 60px);
}
#about .sec_member .sec_inner .staff {
  background: rgba(255, 255, 255, 0.95);
  padding: 70px;
}
@media only screen and (max-width: 767px) {
  #about .sec_member .sec_inner .staff {
    padding: 40px 30px;
  }
}
#about .sec_office .sec_inner .flex {
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #about .sec_office .sec_inner .flex {
    flex-direction: column;
  }
}
#about .sec_office .sec_inner .flex table {
  width: 55vw;
  min-width: 450px;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  #about .sec_office .sec_inner .flex table {
    width: 100%;
    min-width: unset;
  }
}
#about .sec_office .sec_inner .flex table tr {
  border-bottom: 1px solid #ACACAC;
}
#about .sec_office .sec_inner .flex table tr:first-of-type {
  border-top: 1px solid #ACACAC;
}
#about .sec_office .sec_inner .flex table tr th {
  width: 130px;
  text-align: left;
  font-weight: 700;
  padding-left: 20px;
  vertical-align: middle;
}
#about .sec_office .sec_inner .flex table tr td {
  padding: 20px 20px 20px 0;
}
#about .map {
  aspect-ratio: 192/83;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
}
#about .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#service .intro {
  background: #fff;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  #service .intro {
    padding: 50px 0;
  }
}
#service .intro .flex {
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #service .intro .flex {
    gap: 20px;
  }
}
#service .intro .flex .common_btn {
  width: 430px;
}
#service .sec_service {
  padding: 40px;
  background: #121212;
}
@media only screen and (max-width: 767px) {
  #service .sec_service {
    padding: 15px;
  }
}
#service .sec_service .service_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  #service .sec_service .service_list li .flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex {
    flex-direction: column;
  }
}
#service .sec_service .service_list li .flex .text_box {
  width: 50%;
  padding: 70px clamp(50px, 4.2vw, 80px);
  background: #fff;
}
@media screen and (max-width: 820px) {
  #service .sec_service .service_list li .flex .text_box {
    width: 100%;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex .text_box {
    width: 100%;
    padding: 60px 20px;
  }
}
#service .sec_service .service_list li .flex .text_box .service_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #service .sec_service .service_list li .flex .text_box .service_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex .text_box .service_ttl {
    font-size: clamp(25px, 6.5vw, 30px);
  }
}
#service .sec_service .service_list li .flex .text_box .service_ttl span {
  display: block;
}
#service .sec_service .service_list li .flex .text_box .service_ttl .num {
  font-size: 80px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #service .sec_service .service_list li .flex .text_box .service_ttl .num {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex .text_box .service_ttl .num {
    font-size: 34px;
  }
}
#service .sec_service .service_list li .flex .text_box .service_ttl .copy {
  font-size: clamp(16px, 1.2vw, 20px);
}
#service .sec_service .service_list li .flex .text_box p {
  font-size: 18px;
}
#service .sec_service .service_list li .flex .text_box .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#service .sec_service .service_list li .flex .text_box .link_list li {
  width: calc((100% - 40px) / 2);
  min-width: 270px;
}
@media screen and (max-width: 820px) {
  #service .sec_service .service_list li .flex .text_box .link_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex .text_box .link_list li {
    width: 100%;
  }
}
#service .sec_service .service_list li .flex .text_box .link_list li a {
  position: relative;
  display: block;
  padding-bottom: 15px;
  padding-right: 40px;
  border-bottom: 1px solid #121212;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #service .sec_service .service_list li .flex .text_box .link_list li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex .text_box .link_list li a {
    font-size: 16px;
  }
}
#service .sec_service .service_list li .flex .text_box .link_list li a .link_icon {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#service .sec_service .service_list li .flex img {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #service .sec_service .service_list li .flex img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec_service .service_list li .flex img {
    width: 100%;
  }
}

#fudousan {
  background: #fff;
}
#fudousan .disc_list li:before {
  top: 12px;
}
#fudousan .service_contents {
  border-bottom: 1px solid #121212;
}
#fudousan .service_contents .service_ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fudousan .service_contents .service_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #fudousan .service_contents .service_ttl {
    font-size: clamp(25px, 6.5vw, 30px);
  }
}
#fudousan .service_contents .service_ttl span {
  display: block;
}
#fudousan .service_contents .service_ttl .num {
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fudousan .service_contents .service_ttl .num {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #fudousan .service_contents .service_ttl .num {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
#fudousan .service_contents .documents {
  margin-top: 40px;
  padding: 40px 60px;
  background: #E3E3E3;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #fudousan .service_contents .documents {
    padding: 30px 40px;
    font-size: 16px;
  }
}
#fudousan .service_contents .documents .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #fudousan .service_contents .documents .ttl {
    margin-bottom: 10px;
  }
}
#fudousan #sec04 p {
  font-size: 16px;
}
#fudousan #sec04 p:first-of-type {
  margin-bottom: 20px;
}
#fudousan #sec04 .disc_list {
  margin-bottom: 20px;
}

#syogyo {
  background: #fff;
}
#syogyo .disc_list li:before {
  top: 12px;
}
#syogyo .service_contents {
  border-bottom: 1px solid #121212;
}
#syogyo .service_contents .service_ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #syogyo .service_contents .service_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #syogyo .service_contents .service_ttl {
    font-size: clamp(25px, 6.5vw, 30px);
  }
}
#syogyo .service_contents .service_ttl span {
  display: block;
}
#syogyo .service_contents .service_ttl .num {
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #syogyo .service_contents .service_ttl .num {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #syogyo .service_contents .service_ttl .num {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
#syogyo .service_contents .documents {
  margin-top: 40px;
  padding: 40px 60px;
  background: #E3E3E3;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #syogyo .service_contents .documents {
    padding: 30px 40px;
    font-size: 16px;
  }
}
#syogyo .service_contents .documents .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #syogyo .service_contents .documents .ttl {
    margin-bottom: 10px;
  }
}
#syogyo #sec04 p {
  font-size: 16px;
}
#syogyo #sec04 p:first-of-type {
  margin-bottom: 20px;
}
#syogyo #sec04 .disc_list {
  margin-bottom: 20px;
}

#other {
  background: #fff;
}
#other .disc_list li:before {
  top: 12px;
}
#other .service_contents {
  border-bottom: 1px solid #121212;
}
#other .service_contents .service_ttl {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #other .service_contents .service_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #other .service_contents .service_ttl {
    font-size: clamp(25px, 6.5vw, 30px);
  }
}
#other .service_contents .service_ttl span {
  display: block;
}
#other .service_contents .service_ttl .num {
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #other .service_contents .service_ttl .num {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #other .service_contents .service_ttl .num {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
#other .service_contents .documents {
  margin-top: 40px;
  padding: 40px 60px;
  background: #E3E3E3;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #other .service_contents .documents {
    padding: 30px 40px;
    font-size: 16px;
  }
}
#other .service_contents .documents .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #other .service_contents .documents .ttl {
    margin-bottom: 10px;
  }
}

#privacy-policy .sec_policy {
  background: #fff;
  border-bottom: 1px solid #121212;
}
#privacy-policy .sec_policy .sec_inner p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #privacy-policy .sec_policy .sec_inner p {
    font-size: 16px;
  }
}
#privacy-policy .sec_policy .sec_inner .border_ttl {
  margin: 70px 0 40px 0;
  font-size: clamp(28px, 2.25vw, 30px);
}

.pageTop {
  z-index: 99;
  position: fixed;
  bottom: 14px;
  right: 14px;
  width: 52px;
  aspect-ratio: 1/1;
}
.pageTop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #000;
  background: #fff;
}
.pageTop a:before {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background: url("../img/common/arrow_t.svg") no-repeat center/contain;
}
.pageTop a:hover {
  background: #000;
}
.pageTop a:hover:before {
  filter: brightness(1) invert(1);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

/*# sourceMappingURL=style.css.map */
