@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 393px) {
  html {
    font-size: calc(100vw * 10 / 393);
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #222222;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -9rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6rem;
  }
}

.c_btn {
  text-align: center;
  margin-top: 4rem;
}

.c_btn a {
  background: #101010 url(../img/arw-r02.svg) no-repeat calc(100% - 3rem) center/1.4rem;
  height: 6rem;
  width: 30rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  color: #fff;
  padding-right: 1em;
}

.c_btn a:hover {
  opacity: 1;
  background-color: #E1690D;
}

.c_btn a[target="_blank"] {
  background-image: url(../img/ico-blank02.svg);
  background-size: 1.7rem;
}

.c_ttl {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3.5rem;
}

.c_ttl i {
  display: block;
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    line-height: 1.2;
    margin-bottom: .2em;
  }
}

.c_ttl em {
  color: #E1690D;
}

.evt_ttl {
  overflow: hidden;
  display: block;
}

.evt_ttl span {
  display: block;
  transform: translateY(100%);
  transition: transform .7s;
}

.evt_ttl.show span {
  transform: none;
}

span.evt_ttl.show span {
  transition-delay: .3s;
}

.mask {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.mask.evt {
  visibility: visible;
}

.mask:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(1);
  transform-origin: 100% 50%;
}

.mask.show:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.c_lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .c_lead {
    text-align: left;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.c_contact {
  padding: 1.6rem 0 0;
  margin: 6rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .c_contact {
    padding: 3.5rem 0 0;
    margin: 6rem 0 4rem;
  }
  .c_contact .u_inner {
    width: 80rem;
  }
}

.c_contact a {
  background: #E1690D url(../img/arw-contact.svg) no-repeat calc(100% - 3.7rem) center/4rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: .8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c_contact a {
    height: 8rem;
    font-size: 1.6rem;
    background-size: 2.4rem;
    background-position: calc(100% - 1.8rem) center;
  }
}

@media screen and (max-width: 450px) {
  .c_contact a {
    text-align: left;
    padding-left: 4rem;
  }
}

.c_contact i {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c_contact i {
    font-size: 2.4rem;
  }
}

.c_contact img {
  position: absolute;
  left: 4.6rem;
  width: 20rem;
  top: -3.5rem;
}

@media screen and (max-width: 767px) {
  .c_contact img {
    width: 12rem;
    left: .8rem;
    top: -1.6rem;
  }
}

.c_contact2 {
  background: #FBE8D6;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .c_contact2 {
    padding: 4rem 0;
  }
}

.c_contact2 .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.c_contact2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .c_contact2 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.c_contact2 a {
  background: #E1690D;
  border-radius: .8rem;
  height: 12rem;
  position: relative;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c_contact2 a {
    padding-left: 4rem;
    height: 10rem;
  }
}

.c_contact2 img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 2rem;
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .c_contact2 img {
    width: 6rem;
  }
}

.c_contact2 .tel {
  background: #0F83C6;
}

@media screen and (max-width: 767px) {
  .c_contact2 .tel {
    padding-left: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .c_contact2 .tel {
    pointer-events: none;
  }
}

.c_contact2 .c_ttl {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c_contact2 .c_ttl i {
    font-size: 3.2rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 120rem;
    max-width: calc(100% - 6rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 9rem;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
  }
}

.h_logo img {
  width: 18.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 13.8rem;
  }
}

.c_blank {
  position: relative;
}

.c_blank:after {
  content: '';
  background: url(../img/ico-blank01.svg) no-repeat 50%/contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: .2em;
}

.h_nav a {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .h_nav {
    font-size: 1.8rem;
  }
  .h_nav i {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .1em;
  }
  .h_nav em {
    color: #E1690D;
  }
  .h_nav li {
    border-bottom: solid 1px #E2E2E2;
  }
  .h_nav a {
    padding: .7em 0;
  }
}

@media screen and (min-width: 1201px) {
  .h_nav {
    display: flex;
    font-size: 1.4rem;
    gap: .8em;
    margin-right: 1em;
  }
  .h_nav i {
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .h_nav {
    gap: 2em;
    margin-right: 3rem;
  }
}

.h_btn {
  display: flex;
  gap: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .h_btn {
    margin-top: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (min-width: 1201px) {
  .h_btn li {
    width: 18rem;
  }
  .h_btn li.doc {
    display: none;
  }
}

.h_btn .doc a {
  background: #0F83C6;
}

.h_btn a {
  background: #E1690D;
  color: #fff;
  border-radius: 3em;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .fixed_footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer {
    display: flex;
    position: fixed;
    z-index: 60;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fixed_footer > * {
    flex: 1;
  }
  .fixed_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    background: #E1690D;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .fixed_footer .doc a {
    background: #0F83C6;
  }
}

.fixed_side {
  position: fixed;
  right: 2rem;
  z-index: 10;
  bottom: 2rem;
}

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

.fixed_side a {
  background: #0F83C6 url(../img/arw-dl.svg) no-repeat calc(100% - 1.4rem) center/2.4rem;
  color: #fff;
  display: block;
  width: 32rem;
  height: 8rem;
  border-radius: .8rem;
  padding-left: 6.5rem;
  font-size: 2.1rem;
  font-weight: 600;
  padding-top: .2em;
  text-align: center;
}

.fixed_side img {
  width: 9.6rem;
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.fixed_side small {
  background: #E1690D;
  border-radius: 3em;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding: .2em .78em;
}

@media screen and (min-width: 1201px) {
  .h_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .h_menu {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: .3rem;
    cursor: pointer;
    width: 8rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .h_menu {
    width: 6rem;
    top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .h_menu img {
    display: block;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .h_menu .close {
    opacity: 0;
  }
  body.open .h_menu .open {
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  .h_inner {
    background: #fff;
    position: absolute;
    height: 100%;
    width: 28rem;
    right: -28rem;
    transition: right .5s;
    overflow-y: auto;
    padding: 0 2rem 3rem;
  }
  body.open .h_inner {
    right: 0;
  }
  #toggle_menu {
    position: fixed;
    top: 9rem;
    height: calc(100% - 9rem);
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  #toggle_menu {
    top: 6rem;
    height: calc(100% - 6rem);
  }
}

@media screen and (max-width: 1200px) {
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn .4s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .4s;
  }
}

#gototop.show {
  visibility: visible;
  animation: itemFadeIn 1s;
}

#gototop:not(.show) {
  visibility: hidden;
  animation: itemFadeOut .8s;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #FCF9F1;
  padding: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 5rem;
  }
}

.f_logo {
  margin-bottom: 2rem;
}

.f_logo img {
  width: 18.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 13.8rem;
  }
}

.f_row {
  display: flex;
  gap: 3rem;
  position: relative;
  margin-bottom: 2rem;
}

#footer:has(.img_slider) .f_row {
  padding-bottom: 2rem;
}

#footer:has(.img_slider) .f_row:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-top: solid 1px #E6DEC7;
  width: 100vw;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .f_row {
    flex-direction: column;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row > * {
    flex: 1;
  }
}

.f_info dt {
  font-weight: 600;
  margin-bottom: .3em;
}

.f_info dd {
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 400;
}

.f_info a {
  font-weight: 600;
}

.f_nav {
  font-size: 1.2rem;
  column-count: 3;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .f_nav {
    column-count: 2;
  }
}

.f_nav li {
  margin-bottom: .8em;
}

.f_btn {
  display: flex;
  gap: 2rem;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .f_btn {
    margin-top: 2.5rem;
  }
  .f_btn li {
    flex: 1;
  }
}

.f_btn a {
  background: #E1690D;
  height: 5rem;
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
}

.f_btn .doc a {
  background: #0F83C6;
}

@media screen and (min-width: 768px) {
  .f_btn {
    max-width: 50rem;
  }
  .f_btn > * {
    flex: 1;
  }
}

.f_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.f_ttl em {
  color: #E1690D;
}

.f_copy {
  border-top: solid 1px #E6DEC7;
  margin-top: 4rem;
  background: #FBE8D6;
  text-align: center;
  font-size: 1rem;
  line-height: 4rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin: 15rem 3rem 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin: 8rem 2rem 2.2rem;
  }
}

.top_main li {
  display: flex;
  gap: 0 3rem;
}

.top_main figure {
  gap: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_main figure + figure {
    display: none;
  }
}

.top_main img {
  width: 100%;
  object-fit: cover;
}

.top_main .swiper-slide-active img,
.top_main .swiper-slide-duplicate-active img,
.top_main .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .slide {
  position: relative;
}

.top_main .ttl {
  font-weight: 600;
  line-height: 1;
  font-size: calc(100vw * 150 / 1920);
  margin-left: 3rem;
  margin-bottom: .2em;
}

@media screen and (max-width: 1200px) {
  .top_main .ttl {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main .ttl {
    font-size: calc(100vw * 54 / 393);
    margin-left: calc(100vw * 15 / 393);
  }
}

.top_main .catch {
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  line-height: 1.4;
  font-size: calc(100vw * 36 / 1920);
  padding: 2rem 3rem;
}

@media screen and (max-width: 1200px) {
  .top_main .catch {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    font-size: calc(100vw * 18 / 393);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(100vw * 10 / 393) calc(100vw * 18 / 393) calc(100vw * 15 / 393);
  }
}

.top_main .catch i {
  font-size: 15rem;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: .1em;
  font-size: calc(100vw * 150 / 1920);
}

@media screen and (max-width: 767px) {
  .top_main .catch i {
    font-size: calc(100vw * 54 / 393);
  }
}

.top_main.loaded .swiper-pagination-bullet-active circle {
  animation: circle-draw 6s linear;
}

.top_main .pager {
  position: absolute;
  left: 3rem;
  bottom: 4rem;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 1200px) {
  .top_main .pager {
    gap: 1rem;
    left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main .pager {
    display: none;
  }
}

.top_main .pager em {
  display: block;
  width: 6rem;
  height: 6rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_main .pager em {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.top_main .pager em:before {
  content: '';
  inset: 0;
  position: absolute;
  border: solid 2px #fff;
  border-radius: 50%;
  transition: opacity .2s;
  opacity: 0;
}

.top_main .pager i {
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  font-size: 1.4rem;
}

.top_main .pager svg {
  width: 100%;
  height: 100%;
  rotate: -90deg;
  fill: transparent;
  position: relative;
}

.top_main .pager circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0 377;
}

.top_main .swiper-pagination-bullet {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    display: none;
  }
}

.top_main .swiper-pagination-bullet-active em:before {
  opacity: .4;
}

.top_main .swiper-pagination-bullet-active circle {
  animation: circle-draw 4s linear;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes circle-draw {
  0% {
    stroke-dasharray: 0 377;
  }
  to {
    stroke-dasharray: 377 377;
  }
}

.img_slider {
  display: flex;
  overflow: hidden;
}

#footer .img_slider {
  margin: 1rem 0 0;
}

.img_slider.stren p {
  gap: 0;
  padding-right: 0;
}

.img_slider.stren img {
  height: 40rem;
}

@media screen and (max-width: 767px) {
  .img_slider.stren img {
    height: 20rem;
  }
}

.img_slider p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 767px) {
  .img_slider p {
    gap: 1.5rem;
    padding-right: 1.5rem;
  }
}

.img_slider p:has( > *:nth-child(15)) {
  animation-direction: 160s;
}

#footer .img_slider p {
  gap: 1.8rem;
  padding-right: 1.8rem;
}

@media screen and (max-width: 767px) {
  #footer .img_slider p {
    gap: 1.5rem;
  }
}

.img_slider img {
  height: 9rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .img_slider img {
    height: 4.5rem;
  }
}

#footer .img_slider img {
  height: 6rem;
}

@media screen and (max-width: 767px) {
  #footer .img_slider img {
    height: 5.4rem;
  }
}

.img_slider a {
  display: block;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.stren_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .stren_ttl {
    margin-bottom: 3rem;
  }
}

.stren_ttl i {
  font-size: 12rem;
  line-height: 1.16;
  display: block;
}

@media screen and (max-width: 1200px) {
  .stren_ttl i {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .stren_ttl i {
    font-size: 4.8rem;
  }
}

.stren_ttl i em {
  color: #E1690D;
}

.top_strength {
  margin: 8rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .top_strength {
    margin: 6rem 0;
  }
}

.top_strength .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .top_strength .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_strength .catch {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 1em;
}

.top_strength .catch span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_strength .catch {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1201px) {
  .top_strength .catch {
    font-size: 2.8rem;
    line-height: 1.78;
  }
}

@media screen and (max-width: 767px) {
  .top_strength .catch {
    line-height: 1.66;
  }
  .top_strength .catch span {
    padding-bottom: .4em;
  }
  .top_strength .catch br {
    display: none;
  }
}

.top_strength p {
  line-height: 2;
  margin-top: .4em;
}

@media screen and (min-width: 1201px) {
  .top_strength p {
    font-size: 1.8rem;
    line-height: 2.22;
  }
}

.top_img img {
  width: 100%;
}

.top_service {
  padding: 12rem 0;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding: 6rem 0;
  }
}

.top_service .c_ttl {
  text-align: left;
}

.top_service .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .top_service .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_service .catch {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: .8em;
}

@media screen and (min-width: 768px) {
  .top_service .catch {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1201px) {
  .top_service .catch {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

.top_service p {
  line-height: 2;
  margin-top: .4em;
}

@media screen and (min-width: 1201px) {
  .top_service p {
    font-size: 1.8rem;
    line-height: 1.77;
  }
}

.top_case {
  position: relative;
  padding: 31rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .top_case {
    padding: 10rem 0 6rem;
  }
}

.top_case .ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 19rem;
}

@media screen and (max-width: 767px) {
  .top_case .ttl {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}

.top_case .ttl i {
  display: block;
  font-size: 14rem;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .top_case .ttl i {
    font-size: 4.8rem;
    line-height: 1.3;
  }
}

.top_case .bg {
  height: 80rem;
  overflow: hidden;
  position: relative;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_case .bg {
    height: 40rem;
  }
}

.top_case .bg:before {
  content: '';
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.top_case .bg:after {
  content: '';
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39.9%, #FFFFFF 100%);
  z-index: 2;
}

.top_case .box {
  display: flex;
  gap: 2rem;
  width: 212rem;
  position: relative;
  left: 0;
  top: -50rem;
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .top_case .box {
    width: 106rem;
    gap: 1rem;
    top: -25rem;
  }
}

.top_case .swiper-slide {
  width: 58.5rem;
  margin: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_case .swiper-slide {
    width: 30rem;
    margin: 0 1rem;
  }
}

.top_case .pager {
  margin: 5rem 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  gap: 5.8rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_case .pager {
    gap: 2rem;
  }
}

.top_case .swiper-pagination-bullet {
  cursor: pointer;
}

.top_case .swiper-pagination-bullet-active {
  color: #E1690D;
}

.case_slider {
  overflow: hidden;
  margin: 5rem 0 0;
  height: 200rem;
}

@media screen and (max-width: 767px) {
  .case_slider {
    height: 100rem;
    margin: 5rem 0 0;
  }
}

.case_slider.b p {
  animation-name: scroll-down;
}

.case_slider p {
  animation: scroll-top 80s infinite linear .5s both;
}

.case_slider img {
  width: 40rem;
  max-width: none;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .case_slider img {
    width: 20rem;
    margin-bottom: 1.5rem;
  }
}

@keyframes scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes scroll-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.top_media {
  background: #FBE8D6;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_media {
    padding: 6rem 0;
  }
}

.top_media .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .top_media .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_media p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 .5em;
  line-height: 1.77;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.top_media p:has(i) {
  font-weight: 600;
  display: flex;
  gap: 1em;
  align-items: center;
}

.top_media p i {
  background: #EF802B;
  color: #fff;
  border-radius: 3em;
  padding: 0 1em .1em;
}

@media screen and (max-width: 767px) {
  .top_media p i {
    font-size: 1.4rem;
    padding: .15em 1em .2em;
  }
}

.top_media p time {
  font-family: "Montserrat", sans-serif;
}

.top_media img {
  width: 100%;
  object-fit: cover;
}

.top_media .large img {
  aspect-ratio: 585 / 390;
}

.top_media .large figure {
  margin-bottom: 1rem;
}

.top_media ul {
  border-top: solid 1px #F0C49A;
}

.top_media li {
  border-bottom: solid 1px #F0C49A;
}

.top_media li a {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 0;
}

@media screen and (max-width: 767px) {
  .top_media li a {
    padding: 2rem 0;
  }
}

.top_media li figure {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .top_media li figure {
    width: 10rem;
  }
}

.top_media li .desc {
  width: calc(100% - 20.5rem);
}

@media screen and (max-width: 767px) {
  .top_media li .desc {
    width: calc(100% - 12rem);
  }
}

.top_media li img {
  aspect-ratio: 180 / 120;
}

@media screen and (max-width: 767px) {
  .top_media li p:nth-of-type(1) {
    font-size: 1.4rem;
  }
}

.top_info {
  background: #FCF9F1;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_info {
    padding: 6rem 0;
  }
}

.top_info .c_ttl {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top_info ul {
    border-top: solid 1px #E6DEC7;
  }
}

@media screen and (min-width: 768px) {
  .top_info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info li:nth-child(-n + 2) {
    position: relative;
  }
  .top_info li:nth-child(-n + 2):before {
    content: '';
    position: absolute;
    border-top: solid 1px #E6DEC7;
    width: 100%;
    left: 0;
  }
}

.low_path {
  margin-top: 11rem;
  color: #666666;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  gap: 1.8em;
  margin-bottom: 2.6rem;
}

.low_path br {
  display: none;
}

.low_path li + li {
  position: relative;
}

.low_path li + li:before {
  content: '-';
  position: absolute;
  left: -1em;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin: 8rem 0 1rem;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow-x: auto;
  }
}

.low_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    font-size: 2rem;
  }
}

.low_ttl i {
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .low_ttl i {
    font-size: 4.5rem;
  }
}

.low_ttl em {
  color: #E1690D;
}

.low_ttl2 {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 7rem 0 4rem;
  gap: 1.5rem;
}

.low_ttl2.area i {
  min-width: 0;
  padding: 0 1em;
  font-weight: 600;
  height: 2.8rem;
}

.low_ttl2 + p {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.64;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .low_ttl2 + p {
    text-align: left;
    font-size: 2rem;
  }
}

.low_ttl2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 4.8rem;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .low_ttl2 span {
    font-size: 2.8rem;
  }
}

.low_ttl2 img {
  width: 6.4rem;
}

.low_ttl2 i {
  background: #FBE8D6;
  border-radius: 3em;
  color: #E1690D;
  font-weight: 400;
  padding: 0 2em;
  min-width: 14rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 4rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 2.375em;
  height: 2.375em;
  line-height: 2.375;
  font-weight: 600;
  color: #C7C7C7;
}

.wp-pagenavi .current {
  color: #E1690D;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: none;
  color: transparent;
  background: url(../img/arw-prev01.svg) no-repeat 50%/1.4rem;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 5rem;
  }
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/arw-next01.svg);
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 5rem;
  }
}

.wp-pagenavi .first, .wp-pagenavi .last {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  width: auto;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .first, .wp-pagenavi .last {
    font-size: 1.6rem;
  }
}

.wp-pagenavi .first {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .first {
    margin-right: 5.5rem;
  }
}

.wp-pagenavi .last {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi .last {
    margin-left: 5.5rem;
  }
}

.form_lead {
  text-align: center;
  margin: 7rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .form_lead {
    margin: 4rem 0 2rem;
  }
}

.form_lead img {
  width: 25rem;
}

.form_lead figure {
  margin-bottom: 2rem;
}

.form_lead p {
  font-size: 1.8rem;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .form_lead p {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}

.form_body {
  margin: 0 auto 6rem;
}

@media screen and (min-width: 768px) {
  .form_body {
    width: 84rem;
  }
}

.faq_body {
  padding: 0 0 3rem;
}

.faq_body ul {
  display: flex;
  gap: 2.4rem;
  margin: 6rem 0;
}

@media screen and (max-width: 767px) {
  .faq_body ul {
    flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .faq_body li {
    flex: 1;
  }
}

.faq_body li a {
  font-size: 1.3rem;
  font-weight: bold;
  height: 3.8rem;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
  background: #FBE8D6 url(../img/arw-d01.svg) no-repeat calc(100% - 1.5em) center/0.9rem;
  border-radius: .8rem;
}

@media screen and (max-width: 767px) {
  .faq_body li a {
    padding: 0 2.6em 0 1.5em;
    background-position: calc(100% - 1em);
  }
}

.faq_body .ttl {
  font-weight: 600;
  font-size: 2.6rem;
  border-bottom: solid 0.4rem #E1690D;
  position: relative;
  padding-bottom: .8em;
  margin: 5rem 0 1.2em;
}

.faq_body .ttl:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12rem;
  bottom: -.4rem;
  border-bottom: solid 0.4rem #0F83C6;
}

.faq_body dl {
  border-bottom: solid 1px #E6DEC7;
}

.faq_body dl:nth-of-type(1) {
  border-top: solid 1px #E6DEC7;
}

.faq_body dt, .faq_body .desc {
  position: relative;
  padding: 2.5rem 3rem;
  padding-left: 7rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .faq_body dt, .faq_body .desc {
    padding: 2.5rem 2rem;
    padding-left: 5rem;
  }
}

.faq_body dt.open, .faq_body .desc.open {
  background-image: url(../img/ico-minus01.svg);
}

.faq_body dt:before, .faq_body .desc:before {
  content: 'Q';
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #EF802B;
  border-radius: 50%;
  font-weight: 600;
  left: 2rem;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .faq_body dt:before, .faq_body .desc:before {
    left: 0;
  }
}

.faq_body dt {
  display: block;
  cursor: pointer;
  background: url(../img/ico-plus01.svg) no-repeat calc(100% - 2.5rem) center/2.7rem;
  font-weight: 600;
  padding-right: 7rem;
}

@media screen and (max-width: 767px) {
  .faq_body dt {
    padding-right: 4.5rem;
    background-position: right;
  }
}

.faq_body dt::-webkit-details-marker {
  display: none;
}

.faq_body dd {
  height: 0;
  overflow: hidden;
  transition: height .4s;
}

.faq_body .desc {
  padding-top: .5rem;
}

.faq_body .desc p {
  font-weight: 400;
}

.faq_body .desc a {
  color: #0F83C6;
  text-decoration: underline;
}

.faq_body .desc:before {
  content: 'A';
  background: #0F83C6;
  top: 0;
}

#satori__creative_container {
  background: #FBE8D6;
  padding: 4rem;
  border-radius: 1.6rem;
}

@media screen and (max-width: 767px) {
  #satori__creative_container {
    padding: 2rem;
  }
}

.stren_lead .catch {
  line-height: 1.5;
}

.stren_lead p + p {
  margin-top: 2em;
}

.stren_reason {
  margin: 6rem 0;
}

.stren_reason ul {
  border-top: solid 1px #CCCCCC;
}

.stren_reason li {
  border-bottom: solid 1px #CCCCCC;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .stren_reason li {
    flex-direction: column;
    gap: 3rem;
  }
}

.stren_reason .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.6em;
}

@media screen and (min-width: 768px) {
  .stren_reason .ttl em {
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .stren_reason .ttl em {
    display: block;
    margin-bottom: .2em;
  }
}

.stren_reason .ttl i {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #E1690D;
  display: block;
  line-height: 1;
  margin-bottom: .2em;
}

.stren_reason .lead {
  line-height: 2.5;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .stren_reason .lead {
    line-height: 1.875;
  }
}

@media screen and (min-width: 768px) {
  .stren_reason .desc {
    width: calc(100% - 36rem);
    padding-left: 15.83%;
  }
  .stren_reason figure {
    width: 33rem;
  }
}

.stren_reason figure img {
  width: 100%;
}

.stren_reason .catch {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: .5em;
}

.stren_reason li p {
  line-height: 2.5;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .stren_reason li p {
    line-height: 1.875;
  }
}

.stren_reason li p + p {
  margin-top: .5em;
}

.serv_relate {
  background: #FCF9F1;
  padding: 6rem 0;
}

.serv_relate .c_ttl {
  margin-bottom: 2rem;
}

.serv_relate .catch {
  width: 17.75em;
  background: #FFE556;
  font-weight: 600;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 2.5rem;
}

.serv_relate .catch:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 4rem;
  background: inherit;
  height: 1.3rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -1.2rem;
}

.serv_relate .lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_relate .lead {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}

.serv_relate ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .serv_relate ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.serv_relate li p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: .5em;
}

.pp_body {
  font-weight: 400;
  line-height: 2;
  margin: 6rem 0;
}

.pp_body .num {
  counter-reset: item;
  margin: 4rem 0;
}

.pp_body .num li {
  counter-increment: item;
  padding-left: 1.2em;
  line-height: 1.8;
  position: relative;
}

.pp_body .num li + li {
  margin-top: .4em;
}

.pp_body .num li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

.pp_body header {
  margin: 8rem 0 4rem;
  font-weight: 600;
}

.pp_body .ttl {
  font-size: 2.4rem;
}

.pp_body dl {
  margin: 4rem 0;
}

.pp_body dd dl {
  margin-top: 0;
}

.pp_body dt {
  font-weight: 600;
  margin: .5em 0;
}

.pp_body dt.r {
  font-weight: 400;
}

.pp_body .mt {
  margin-top: 4rem;
}

.pp_body .mt0 {
  margin-top: 0;
}

.pp_body .mb {
  margin-bottom: 4rem;
}

.pp_body .mb1 {
  margin-bottom: .5em;
}

.pp_body .mb0 {
  margin-bottom: 0;
}

.pp_body ul li {
  margin-top: .5em;
}

.pp_body p + p {
  margin-top: .5em;
}

.form_thanks {
  margin: 7rem 0 10rem;
}

.form_thanks .c_lead {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 2.22;
}

.serv_list {
  margin-bottom: 6rem;
}

.serv_list .nav {
  display: flex;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .serv_list .nav {
    gap: 1rem;
    margin-bottom: 4rem;
  }
}

.serv_list .nav a {
  background: #FBE8D6;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
  color: #E1690D;
}

.serv_list .nav li {
  width: 14rem;
}

.serv_list .nav .active {
  color: #fff;
  font-weight: bold;
  background: #E1690D;
  pointer-events: none;
}

.serv_list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_list .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.serv_list .list a {
  background: #FCF7E9;
  display: block;
  padding: 3rem;
  border-radius: 1.6rem;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .serv_list .list a {
    padding-bottom: 5.5rem;
  }
}

.serv_list .org {
  display: none;
}

.serv_list .head {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 1.8rem;
}

.serv_list .head img {
  position: absolute;
  width: 6.4rem;
  left: 0;
}

.serv_list .name {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: .3em;
}

.serv_list .cat {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.serv_list .cat i {
  background: #FBE8D6;
  border-radius: 3em;
  color: #E1690D;
  padding: .1em 1em;
  font-size: 1.4rem;
  font-weight: 400;
}

.serv_list .desc {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2rem;
}

.serv_list .btn {
  font-weight: 600;
  background: url(../img/arw-blue.svg) no-repeat right center/2.4rem;
  display: inline-block;
  padding-right: 2em;
}

@media screen and (min-width: 768px) {
  .serv_list .btn {
    position: absolute;
    bottom: 3.1rem;
  }
}

.serv_com {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 1000px) {
  .serv_com {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_com {
    grid-template-columns: repeat(1, 1fr);
  }
}

.serv_com li {
  position: relative;
  background: #FCF7E9;
  display: block;
  padding: 1.6rem;
  border-radius: 1.6rem;
  padding-left: 9.5rem;
  min-height: 9.6rem;
}

.serv_com li img {
  position: absolute;
  width: 6.4rem;
  left: 2rem;
}

.serv_com .name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: .3em 0;
}

.serv_com .cat {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.serv_com .cat i {
  background: #FBE8D6;
  border-radius: 3em;
  color: #E1690D;
  padding: .1em 1em;
  font-size: 1.4rem;
  font-weight: 400;
}

.com_service {
  padding: 6rem 0;
}

.serv_feature {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .serv_feature {
    margin-bottom: 8rem;
  }
}

.serv_feature dl {
  position: relative;
  padding: 4rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_feature dl {
    padding: 3rem;
  }
}

.serv_feature dl:before, .serv_feature dl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  border: solid 0.4rem #E1690D;
}

.serv_feature dl:before {
  border-bottom: none;
  border-radius: 1.6rem 1.6rem 0 0;
  top: 0;
}

.serv_feature dl:after {
  border-top: none;
  border-color: #0F83C6;
  bottom: 0;
  border-radius: 0 0 1.6rem 1.6rem;
}

.serv_feature dt {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .serv_feature dt {
    font-size: 2.2rem;
  }
}

.serv_feature dt i {
  background: url(../img/feature-bg.svg) no-repeat left center/contain;
  height: 5rem;
  display: block;
  aspect-ratio: 225 / 50;
  text-align: center;
  color: #E1690D;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  padding-top: .04em;
  margin-bottom: .4em;
}

.serv_feature dt em {
  font-size: 1.375em;
}

.serv_feature dd {
  font-weight: 400;
  line-height: 2;
}

.serv_support {
  margin-bottom: 6rem;
}

.serv_support .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_support .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.serv_support dt {
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .8em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .serv_support dt {
    font-size: 2rem;
  }
}

.serv_support dt img {
  width: 6.74rem;
}

.serv_support dd {
  font-weight: 400;
  line-height: 2;
}

.serv_flow {
  padding: 6rem 0;
  background: #FBE8D6;
}

.serv_flow dl {
  background: #fff;
  border-radius: 1.6rem;
  position: relative;
  margin-top: 5rem;
  padding: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_flow dl {
    margin-left: 2rem;
  }
}

.serv_flow dt {
  font-weight: 600;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .serv_flow dt {
    font-size: 2.2rem;
  }
}

.serv_flow dt i {
  position: absolute;
  width: 6rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  background: #0F83C6;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: .9em;
  left: -3rem;
  top: -3rem;
}

.serv_flow dt em {
  display: block;
  font-size: 2.2rem;
}

.serv_flow dd {
  position: relative;
  border-top: solid 2px #E1690D;
  margin-top: 1rem;
  padding-top: 1rem;
  font-weight: 400;
  line-height: 2;
}

.serv_flow dd:before {
  content: '';
  position: absolute;
  width: 11rem;
  border-top: solid 2px #0F83C6;
  top: -2px;
  left: 0;
}

.serv_case {
  padding: 6rem 0;
}

.serv_other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 1000px) {
  .serv_other {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_other {
    grid-template-columns: repeat(1, 1fr);
  }
}

.serv_other li {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
}

.serv_other li a {
  background: url(../img/arw-blue.svg) no-repeat calc(100% - 1.6rem) center/2.4rem;
  display: flex;
  align-items: center;
  height: 9.6rem;
  padding: 0 6rem 0 1.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1.6rem;
}

.serv_other li img {
  width: 6.4rem;
}

.serv_othersec {
  padding: 6rem 0;
  background: #FCF9F1;
}

.area_sec {
  margin: 6rem 0;
}

.area_sec.top {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .area_sec.top {
    padding: 6rem 0;
  }
}

.area_sec .row {
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .area_sec .row {
    flex-direction: column;
    gap: 2rem;
  }
}

.area_sec .map {
  opacity: 0;
}

.area_sec .map.load {
  opacity: 1;
}

.area_sec figure {
  background: #E7F1F6;
}

.area_sec figure.all {
  padding: 2.35rem;
}

@media screen and (min-width: 768px) {
  .area_sec .area {
    width: calc(100% - 86rem);
    min-width: 11rem;
  }
  .area_sec .map {
    width: 82rem;
  }
}

@media screen and (min-width: 768px) {
  .area_sec .area ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    height: 100%;
  }
}

.area_sec .area li {
  height: 100%;
}

.area_sec .area a {
  font-size: 1.8rem;
  padding-left: 1.66em;
}

@media screen and (min-width: 768px) {
  .area_sec .area a {
    background: #FBE8D6;
    border-radius: 1.6rem;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .area_sec .area a {
    padding: .5em 1.66em;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .area_sec .area .active {
    background: #E1690D;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .area_sec .area .active {
    display: none;
  }
}

.area_sec .area dl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .area_sec .area dd {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .area_sec .area dd {
    position: relative;
    z-index: 0;
  }
  .area_sec .area dd ul {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    padding: 2rem 0;
    margin-top: -3rem;
    background: #FBE8D6;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .area_sec .area dt {
    background: #FBE8D6 url(../img/arw-d01.svg) no-repeat calc(100% - 2rem) center/1.3rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 1.6rem;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    padding-left: 1.66em;
    height: 6.6rem;
    cursor: pointer;
  }
  .area_sec .area dt.open + dd ul {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .area_sec .area dt {
    display: none;
  }
}

.area_sec .lead {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.875;
  margin-bottom: 2.5rem;
}

.area_sec .pref {
  border-top: solid 1px #A2987B;
  border-left: solid 1px #A2987B;
  border-right: solid 1px #A2987B;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .area_sec .pref {
    display: flex;
    flex-wrap: wrap;
  }
}

.area_sec .pref dt {
  background: #FCF9F1;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .area_sec .pref dt {
    width: 14rem;
    border-bottom: solid 1px #A2987B;
  }
}

.area_sec .pref dd {
  border-bottom: solid 1px #A2987B;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: .2em 1.2em;
}

@media screen and (min-width: 768px) {
  .area_sec .pref dd {
    width: calc(100% - 14rem);
  }
}

.area_sec .pref dd a {
  color: #0F83C6;
  text-decoration: underline;
  text-underline-offset: .1em;
}

.area_sec .pref dd a[href="#"], .area_sec .pref dd a[href=""] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

.area_sec .pref dt, .area_sec .pref dd {
  padding: 1.4em 2rem;
}

@media screen and (max-width: 767px) {
  .area_sec .pref dt, .area_sec .pref dd {
    padding: 1em 2rem;
  }
}

.area_sec #map:not(.all) .prefecture:not(.none) .pref {
  display: block;
  opacity: .5;
}

.area_sec #map.hokkaido .hokkaido .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.hokkaido .prefecture {
  stroke-width: .5;
}

.area_sec #map.tohoku .tohoku .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.tohoku .pref {
  font-size: 1rem;
}

.area_sec #map.tohoku .prefecture {
  stroke-width: .5;
}

.area_sec #map.kanto .kanto .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.kanto .pref {
  font-size: .6rem;
}

.area_sec #map.kanto .prefecture {
  stroke-width: .3;
}

.area_sec #map.tokai .tokai .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.tokai .pref {
  font-size: .7rem;
}

.area_sec #map.tokai .prefecture {
  stroke-width: .3;
}

.area_sec #map.hokuriku .hokuriku .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.hokuriku .pref {
  font-size: .7rem;
}

.area_sec #map.hokuriku .prefecture {
  stroke-width: .3;
}

.area_sec #map.kinki .kinki .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.kinki .pref {
  font-size: .6rem;
}

.area_sec #map.kinki .prefecture {
  stroke-width: .3;
}

.area_sec #map.chugoku .chugoku .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.chugoku .pref {
  font-size: .7rem;
}

.area_sec #map.chugoku .prefecture {
  stroke-width: .3;
}

.area_sec #map.shikoku .shikoku .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.shikoku .pref {
  font-size: .55rem;
}

.area_sec #map.shikoku .prefecture {
  stroke-width: .3;
}

.area_sec #map.kyushu .kyushu .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.kyushu .pref {
  font-size: .8rem;
}

.area_sec #map.kyushu .prefecture {
  stroke-width: .3;
}

.area_sec #map.okinawa .okinawa .pref {
  display: block;
  opacity: 1 !important;
}

.area_sec #map.okinawa .pref {
  font-size: 1.8rem;
}

.pref_tooltip {
  position: fixed;
  background: #fff;
  padding: 1rem;
  border-radius: .8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 100;
  min-width: 12rem;
  display: none;
  max-width: 30rem;
}

.pref_tooltip dt {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}

.pref_tooltip dd {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pref_tooltip dd img {
  width: 4rem;
  object-fit: contain;
}

.geolonia-svg-map {
  width: 100%;
  display: block;
}

.geolonia-svg-map .prefecture {
  fill: #FFCB9A;
  stroke: #666666;
  cursor: pointer;
  transition: fill .3s;
}

.geolonia-svg-map .prefecture:hover {
  fill: #EF802B;
}

.geolonia-svg-map .prefecture.none {
  pointer-events: none;
  fill: #fff;
}

.geolonia-svg-map .boundary-line {
  stroke: #C7CBCD;
  stroke-width: 1;
}

.geolonia-svg-map .prefecture {
  position: relative;
}

.geolonia-svg-map .st0 {
  fill: #fff !important;
}

.geolonia-svg-map .pref {
  font-size: 1.4rem;
  stroke-width: 1;
  stroke: #fff;
  fill: #E1690D;
  paint-order: stroke;
  font-weight: 600;
  display: none;
}

.area_lead {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .area_lead {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.area_main {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .area_main {
    margin-bottom: 8rem;
  }
}

.area_main figure img {
  width: 100%;
}

.area_main li {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .area_main li {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.area_main dt {
  font-weight: 600;
  font-size: 2.2rem;
  display: flex;
  gap: .5em;
  align-items: center;
  margin-bottom: .5em;
}

.area_main dt i {
  color: #E1690D;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}

.area_main dd {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .area_main figure {
    width: 38rem;
  }
  .area_main dl {
    width: calc(100% - 41rem);
  }
}

.area_serv {
  margin-bottom: 6rem;
}

.area_serv li {
  background: #FCF9F1;
  box-shadow: none;
}

.area_serv .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  margin: 4rem 0 2rem;
}

.area_serv .lead2 {
  margin: 4rem 0 2.5rem;
  text-align: center;
  font-size: 1.8rem;
}

.area_com {
  padding: 6rem 0;
}

.area_com ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .area_com ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .area_com ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.area_com li img {
  width: 100%;
  aspect-rttio: 380 / 253;
  object-fit: cover;
}

.area_com li p:nth-of-type(1) {
  font-weight: 600;
  margin: .8em 0 .6em;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .area_com li p:nth-of-type(1) {
    font-size: 2rem;
  }
}

.area_com li p i {
  background: #FBE8D6;
  color: #E1690D;
  font-weight: 600;
  border-radius: 3em;
  padding: 0 1em .1em;
}

.area_case {
  padding: 6rem 0;
  background: #FCF9F1;
}

.area_branch {
  padding: 6rem 0;
}

ul.case_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (min-width: 768px) {
  ul.case_list.pickup {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.case_list .tag {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  ul.case_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.case_list li {
  position: relative;
}

ul.case_list a {
  display: block;
}

ul.case_list em {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  background: #E1690D;
  width: 6.4rem;
  padding-top: .4em;
  z-index: 2;
  transform: translate(-2rem, -2rem);
}

@media screen and (max-width: 767px) {
  ul.case_list em {
    transform: translate(-1rem, -1rem);
    font-size: 1rem;
    width: 4rem;
  }
}

.case_list p:nth-of-type(1) {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  margin: .9em 0 .5em;
}

@media screen and (max-width: 767px) {
  .case_list p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

.case_list img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1170 / 780;
}

.case_list .area {
  margin-bottom: .7em;
}

.case_list .area i {
  background: #FBE8D6;
  color: #E1690D;
  font-weight: 600;
  border-radius: 3em;
  padding: 0 1em .1em;
}

.case_list .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .case_list .tag {
    font-size: 1.4rem;
  }
}

.case_list .tag > * {
  background: url(../img/ico-tag.svg) no-repeat left center/1.4rem;
  font-weight: normal;
  color: #666666;
  padding-left: 2rem;
}

.case_search {
  margin: 6rem 0 4rem;
}

.case_search details {
  border: solid 1px #666666;
  border-radius: 1.8rem;
  overflow: hidden;
}

.case_search details[open] summary {
  background-image: url(../img/ico-close.svg);
}

.case_search summary {
  display: block;
  cursor: pointer;
  background: #FCF7E9 url(../img/ico-open.svg) no-repeat calc(100% - 2.5rem) center/3.2rem;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .case_search summary {
    font-size: 1.8rem;
    padding: 2rem 3rem;
  }
}

.case_search summary::-webkit-details-marker {
  display: none;
}

.case_search form {
  padding: 3rem;
  border-top: solid 1px #666666;
}

.case_search dl {
  margin-bottom: 3rem;
}

.case_search dt {
  font-weight: 600;
  border-left: solid 0.4rem #E1690D;
  font-size: 2rem;
  padding-left: .8em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .case_search dt {
    font-size: 1.8rem;
  }
}

.case_search dd {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1em;
}

.case_search dd + dt {
  margin-top: 4rem;
}

.case_search dd input {
  width: 1em;
  height: 1em;
  margin-right: .6em;
  vertical-align: -.1em;
  accent-color: #0F83C6;
}

.case_search .btn {
  text-align: center;
}

.case_search .btn input {
  width: 30rem;
  height: 5rem;
  border-radius: 3em;
  color: #fff;
  font-size: 1.4rem;
  background: #E1690D;
  font-weight: bold;
}

.case_detail {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .case_detail {
    margin-bottom: 2rem;
  }
}

.case_detail .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 5rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .case_detail .ttl {
    font-size: 2.4rem;
  }
}

.case_detail .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.case_detail .meta {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .case_detail .meta {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}

.case_detail .area i {
  background: #FBE8D6;
  color: #E1690D;
  font-weight: 600;
  border-radius: 3em;
  padding: 0 1em .1em;
}

.case_detail .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 1.4rem;
}

.case_detail .tag > * {
  background: url(../img/ico-tag.svg) no-repeat left center/1.4rem;
  font-weight: normal;
  color: #666666;
  padding-left: 2rem;
}

.case_detail .mv {
  margin-bottom: 4rem;
}

.case_detail .mv img {
  width: 100%;
}

.case_detail .box {
  background: #FBE8D6;
  padding: 3rem;
  border-radius: 1.8rem;
  margin-bottom: 6.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .case_detail .box {
    padding: 3rem 2rem;
  }
}

.case_detail .box p {
  color: #E1690D;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .case_detail .box p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1000px) {
  .case_detail .box p {
    margin-bottom: 8rem;
  }
}

.case_detail .box dl {
  position: relative;
  z-index: 1;
}

.case_detail .box dt {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  width: 17.2rem;
  line-height: 4.6rem;
  color: #fff;
  background: #131834;
  border-radius: 3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  margin-top: -2.3rem;
}

@media screen and (max-width: 767px) {
  .case_detail .box dt {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-top: -2rem;
  }
}

.case_detail .box img {
  position: absolute;
  width: 14.4rem;
  right: 4.5rem;
  z-index: 1;
  translate: 0 -100%;
}

@media screen and (max-width: 1000px) {
  .case_detail .box img {
    width: 12rem;
    right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .case_detail .box img {
    right: 2rem;
  }
}

.case_detail .box dd {
  background: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.6;
  border-radius: 1.8rem;
  padding: 6rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .case_detail .box dd {
    font-size: 2.4rem;
    padding: 4rem 0 3rem;
  }
}

.case_detail .box .after:before {
  content: '';
  position: absolute;
  background: url(../img/arw-result.svg) no-repeat 50%/contain;
  width: 2.7rem;
  height: 3rem;
}

@media screen and (min-width: 1001px) {
  .case_detail .box .after:before {
    left: -5rem;
    top: 10rem;
  }
}

@media screen and (max-width: 1000px) {
  .case_detail .box .after:before {
    top: -6.4rem;
    transform: rotate(90deg);
    left: calc(50% - 1.35rem);
  }
}

.case_detail .box .after dt {
  background: #E1690D;
}

.case_detail .box .after dd {
  color: #E1690D;
}

.case_detail .row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}

@media screen and (max-width: 1000px) {
  .case_detail .row2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case_detail .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .case_detail .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.case_detail .ttl2 {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 1em;
}

.case_detail .ttl2:not(.b) {
  border-bottom: solid 0.4rem #E1690D;
  position: relative;
  padding-bottom: .8em;
}

.case_detail .ttl2:not(.b):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  bottom: -.4rem;
  border-bottom: solid 0.4rem #0F83C6;
}

.case_detail .list {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.case_detail .point {
  margin-bottom: 4rem;
}

.case_detail .point a {
  color: #0F83C6;
  text-decoration: underline;
}

.case_detail .point p {
  line-height: 2;
  font-weight: 400;
}

.case_detail .point p + p {
  margin-top: 2em;
}

.case_detail .voice {
  margin-bottom: 4rem;
  font-weight: 400;
}

.case_detail .voice li {
  margin-top: 2rem;
  border-radius: 1.6rem;
  background: #FCF9F1;
  padding: 3rem 3rem 3rem 9rem;
  position: relative;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .case_detail .voice li {
    padding: 3rem 2rem 3rem 7rem;
  }
}

.case_detail .voice img {
  position: absolute;
  width: 4rem;
  left: 3rem;
}

@media screen and (max-width: 767px) {
  .case_detail .voice img {
    left: 2rem;
  }
}

.case_detail .fig {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .case_detail .fig {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.case_detail .info {
  border-top: solid 1px #A2987B;
  border-left: solid 1px #A2987B;
  border-right: solid 1px #A2987B;
  display: flex;
  flex-wrap: wrap;
}

.case_detail .info dt {
  width: 38rem;
  background: #FCF9F1;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .case_detail .info dt {
    width: 12rem;
  }
}

.case_detail .info dd {
  width: calc(100% - 38rem);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .case_detail .info dd {
    width: calc(100% - 12rem);
  }
}

.case_detail .info dd a {
  color: #0F83C6;
  text-decoration: underline;
  text-underline-offset: .1em;
}

.case_detail .info dt, .case_detail .info dd {
  border-bottom: solid 1px #A2987B;
  padding: 1.4em 2rem;
}

@media screen and (max-width: 767px) {
  .case_detail .info dt, .case_detail .info dd {
    padding: .8em 1.5rem;
  }
}

.case_branch {
  padding: 6rem 0;
}

.case_study {
  background: #FCF9F1;
  padding: 6rem 0;
}

.news_list {
  font-weight: 600;
}

.news_list time {
  font-family: "Montserrat", sans-serif;
}

.news_list i {
  border-radius: 3em;
  padding: .1em 1em;
  background: #EF802B;
  color: #fff;
}

.news_list p:has(time) {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: .5em;
}

.news_list a {
  display: block;
  padding: 3rem 0;
}

.top_info .news_list a {
  padding: 2rem 0;
}

.news_list li {
  border-bottom: solid 1px #E6DEC7;
}

.info_wrap {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
}

@media screen and (max-width: 767px) {
  .info_wrap {
    flex-direction: column;
    margin: 4rem 0;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .info_body {
    width: calc(100% - 21rem);
  }
}

@media screen and (min-width: 1000px) {
  .info_body {
    width: calc(100% - 25rem);
  }
}

.info_list ul {
  border-top: solid 1px #E6DEC7;
}

.info_list li a {
  background: url(../img/arw-orange.svg) no-repeat calc(100% - 5rem) center/3.2rem;
  padding-right: 10rem;
}

@media screen and (max-width: 767px) {
  .info_list li a {
    padding-right: 5rem;
    background-position: calc(100% - 1rem) center;
  }
}

@media screen and (min-width: 768px) {
  .news_cat {
    width: 21rem;
  }
}

.news_cat .ttl {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .news_cat ul {
    display: flex;
    flex-wrap: wrap;
    gap: .4em 1em;
  }
}

.news_cat a {
  color: #C8C8C8;
  font-weight: 600;
  display: block;
  padding: .6em 0;
}

@media screen and (max-width: 767px) {
  .news_cat a {
    padding: 0;
  }
}

.news_cat .active {
  position: relative;
  pointer-events: none;
  color: #E1690D;
  padding-left: 1em;
}

.news_cat .active:before {
  content: '';
  position: absolute;
  width: .6rem;
  height: .6rem;
  left: 0;
  background: #E1690D;
  border-radius: 50%;
  margin-top: .6em;
}

.info_detail .ttl {
  font-weight: 600;
  font-size: 2.8rem;
  margin: 1.5rem 0 3rem;
}

.info_detail p {
  font-weight: 400;
  line-height: 2;
}

.info_detail p + p {
  margin-top: .5em;
}

.info_detail h2 {
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: solid 0.4rem #E1690D;
  position: relative;
  padding-bottom: .8em;
  color: #E1690D;
  margin: 5rem 0 1.2em;
}

.info_detail h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  bottom: -.4rem;
  border-bottom: solid 0.4rem #0F83C6;
}

.info_detail figure {
  margin: 3rem 0;
}

.info_detail h3 {
  font-weight: 600;
  border-left: solid 0.4rem #0F83C6;
  font-size: 2.2rem;
  padding-left: .8em;
  margin: 5rem 0 1em;
}

.info_detail h4 {
  font-weight: 600;
  font-size: 2rem;
  margin: 3rem 0 1em;
}

.info_detail h5 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 3rem 0 1em;
}

.info_detail h6 {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 3rem 0 1em;
}

.info_detail a {
  color: #0F83C6;
  text-decoration: underline;
  text-underline-offset: .1em;
}

.c_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  align-items: center;
}

.c_pager .center a {
  background: #131834;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 25.4rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .c_pager .center a {
    width: 15rem;
  }
}

.c_pager .prev, .c_pager .next {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 10rem;
}

.c_pager .prev a {
  background: url(../img/arw-prev01.svg) no-repeat left/1.4rem;
  padding-left: 3rem;
}

.c_pager .next {
  text-align: right;
}

.c_pager .next a {
  background: url(../img/arw-next01.svg) no-repeat right/1.4rem;
  padding-right: 3rem;
}

.branch_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 900px) {
  .branch_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.branch_list .name {
  background: #FBE8D6;
  height: 5rem;
  border-left: solid 0.4rem #E1690D;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: .8em;
}

.branch_list .map {
  height: 28rem;
  margin-bottom: 2rem;
}

.branch_list iframe {
  width: 100%;
  height: 100%;
}

.branch_list .addr {
  font-weight: 400;
  margin-bottom: 2rem;
}

.branch_list .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}

@media screen and (max-width: 500px) {
  .branch_list .tel {
    font-size: 1.5rem;
  }
}

.branch_list .tel p {
  font-weight: 600;
}

.branch_list .tel a {
  background: #0F83C6 url(../img/ico-tel.svg) no-repeat 1.5em center/2rem;
  height: 5rem;
  border-radius: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 2em 0 3.5em;
}

@media screen and (min-width: 768px) {
  .branch_list .tel a {
    pointer-events: none;
  }
}

.branch_list .note {
  background: #FCF9F1;
  padding: 1em 1.5em;
  font-weight: 400;
  line-height: 2;
}

.branch_body {
  margin-bottom: 6rem;
}

.branch_body figure {
  margin-bottom: 6rem;
}

.branch_body svg {
  display: block;
  width: 100%;
  height: 100%;
}

.branch_body .hover {
  cursor: pointer;
}

.branch_body .hover path {
  transition: opacity .3s;
}

.branch_body .hover:hover path:nth-of-type(1) {
  opacity: .7;
}

.c_download {
  margin: 6rem 0;
}

.c_download:not(:has(.dl_recom)) {
  display: none;
}

.c_download .more {
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
  margin: 3rem 0 -2rem;
}

@media screen and (max-width: 767px) {
  .c_download .more {
    margin: 4.5rem 0 -2rem;
    font-size: 1.8rem;
  }
}

.dl_recom {
  color: #fff;
}

.dl_recom li {
  position: relative;
  background: #0F83C6;
  overflow: hidden;
  border-radius: 1.8rem;
  margin-bottom: 3rem;
}

.dl_recom li:before {
  content: '';
  position: absolute;
  background: url(../img/idx-dl-bg.svg) no-repeat 50%/contain;
  width: 48rem;
  aspect-ratio: 480 / 459;
  right: -10.4rem;
  bottom: -14.5rem;
}

@media screen and (max-width: 767px) {
  .dl_recom li:before {
    width: 24rem;
    right: -5.8rem;
    bottom: -8.5rem;
  }
}

.dl_recom em {
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  background: #E1690D;
  width: 6.4rem;
  padding-top: .4em;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .dl_recom em {
    left: 1rem;
    top: 1rem;
    font-size: 1rem;
    width: 4rem;
  }
}

.dl_recom a {
  display: flex;
  padding: 3rem;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .dl_recom a {
    flex-direction: column;
    padding: 2rem 2rem 3rem;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .dl_recom a > * {
    flex: 1;
  }
  .dl_recom a .desc {
    padding-left: 3rem;
    padding-right: 2rem;
  }
}

.dl_recom figure.video {
  position: relative;
}

.dl_recom figure.video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: url(../img/btn-play.svg) no-repeat 50%/contain;
  width: 7rem;
  height: 7rem;
}

.dl_recom figure img {
  width: 100%;
}

.dl_recom .staff {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  align-items: flex-start;
}

.dl_recom .staff img {
  width: 10rem;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .dl_recom .staff img {
    width: 6rem;
  }
}

.dl_recom .staff p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 12rem);
  gap: .8em;
}

@media screen and (max-width: 767px) {
  .dl_recom .staff p {
    width: calc(100% - 8rem);
  }
}

.dl_recom .staff i {
  background: url(../img/ico-check01.svg) no-repeat left center/1.7rem;
  padding-left: 1.5em;
}

.dl_recom .ttl {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .dl_recom .ttl {
    font-size: 2.2rem;
  }
}

.dl_recom .ttl + p {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .dl_recom .ttl + p {
    font-size: 2rem;
  }
}

.dl_wrap {
  margin: 8rem 0 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .dl_wrap {
    margin: 6rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.dl_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .dl_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dl_list li p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.77;
  margin: 1.8rem 0;
}

.dl_list figure.video {
  position: relative;
}

.dl_list figure.video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: url(../img/btn-play02.svg) no-repeat 50%/contain;
  width: 5rem;
  height: 5rem;
}

.dl_list figure img {
  width: 100%;
  border: solid 1px #CCCCCC;
}

.dl_list .btn {
  text-align: center;
}

.dl_list .btn i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  width: 30rem;
  color: #fff;
  border-radius: 3em;
  background: #222222 url(../img/ico-download.svg) no-repeat calc(100% - 2rem) center/2.4rem;
}

.dl_body .ttl {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .dl_body .ttl {
    font-size: 2.5rem;
  }
}

.dl_body h3 {
  font-weight: 600;
  border-left: solid 0.4rem #0F83C6;
  font-size: 2.2rem;
  padding-left: .8em;
  margin-bottom: 1em;
}

.dl_body p {
  font-weight: 400;
  line-height: 2;
}

.dl_body figure {
  margin-bottom: 3rem;
}

.dl_body figure.video {
  position: relative;
}

.dl_body figure.video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: url(../img/btn-play.svg) no-repeat 50%/contain;
  width: 7rem;
  height: 7rem;
}

.dl_body a {
  color: #0F83C6;
  text-decoration: underline;
}

.dl_body .desc {
  position: relative;
  background: #0F83C6;
  overflow: hidden;
  border-radius: 1.8rem;
  padding: 2.5rem 3rem 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .dl_body .desc {
    padding: 2.5rem 2rem 3rem;
  }
}

.dl_body .desc > p {
  font-size: 2rem;
  font-weight: 600;
}

.dl_body .desc p {
  line-height: 1.5;
}

.dl_body .desc a {
  color: #0F83C6;
  text-decoration: underline;
}

.dl_body .desc:before {
  content: '';
  position: absolute;
  background: url(../img/idx-dl-bg.svg) no-repeat 50%/contain;
  width: 24rem;
  aspect-ratio: 480 / 459;
  right: -5rem;
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .dl_body .desc:before {
    width: 24rem;
    right: -5.8rem;
    bottom: -8.5rem;
  }
}

.dl_body .desc .staff {
  margin-top: 2rem;
}

.dl_body img {
  border: solid 1px #CCCCCC;
}

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