@charset "UTF-8";
:root {
  --pc-header: 0;
  --sp-header: 0;
}

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, 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 {
  letter-spacing: .08em;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #222222;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.5;
  font-feature-settings: "palt";
}

p {
  line-height: 2.125;
}

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

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

.ft_m {
  font-family: "Noto Sans JP", sans-serif;
}

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

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

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

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

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

.c_btn a {
  background: url(../img/arrow-right02.svg) no-repeat calc(100% - 2.4rem) center/0.8rem;
  width: 26rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  border: solid 2px #ee6325;
  border-radius: 3em;
  letter-spacing: .08em;
  font-weight: bold;
  color: #ee6325;
  text-align: center;
}

.c_btn a.b {
  background-image: url(../img/arrow-left01.svg);
  background-position: 2.4rem center;
  width: 28rem;
}

.c_btn a:hover {
  background-color: #ee6325;
  color: #fff;
  opacity: 1;
  background-image: url(../img/arrow-right06.svg);
}

@media screen and (max-width: 767px) {
  .c_btn a {
    height: 6rem;
    width: 22rem;
    border-width: 1px;
    background-position: calc(100% - 2rem);
  }
}

.c_back {
  text-align: center;
}

.c_back a {
  display: block;
  background: url(../img/arrow-left01.svg) no-repeat 2em center/1.5rem;
  color: #ee6325;
  line-height: 7rem;
  border: solid 1px #ee6325;
}

.c_ttl {
  font-size: 5.4rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}

.c_ttl + p {
  text-align: center;
}

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

.c_ttl img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 16rem;
  top: .5rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_ttl img {
    height: 8.3rem;
    top: 1rem;
  }
}

.c_ttl i {
  font-size: 1.8rem;
  color: #ee6325;
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin-bottom: .5em;
}

.c_ttl i:before, .c_ttl i:after {
  content: '・';
}

@media screen and (max-width: 767px) {
  .c_ttl i {
    font-size: 1.3rem;
    margin-bottom: .3em;
  }
}

.c_cta {
  background: url(../img/bg-pattern01.png) center top/1.6rem;
  padding: 8.5rem 0;
}

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

.c_cta .u_inner {
  position: relative;
  z-index: 0;
}

.c_cta .head {
  margin-bottom: 1rem;
}

.c_cta .head p {
  background: #1b2f62;
  color: #fff;
  border-radius: 3em;
  font-weight: bold;
  padding: .3em 2.2em;
  font-size: 2.1rem;
  display: inline-block;
  line-height: 1.44;
  position: relative;
  letter-spacing: 0;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .c_cta .head p {
    font-size: 1.2rem;
    text-align: center;
    padding: .5em 2.2em;
  }
}

.c_cta .head p:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -1.2rem;
  background: #1b2f62;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 1.3rem;
  height: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c_cta .head p:before {
    width: .8rem;
    height: .8rem;
    bottom: -.7rem;
  }
}

.c_cta .txt {
  width: 86.6rem;
}

@media screen and (max-width: 767px) {
  .c_cta .txt {
    width: 29.6rem;
    margin-left: -1rem;
  }
}

.c_cta .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.7rem;
}

@media screen and (max-width: 767px) {
  .c_cta .img {
    width: 20.3rem;
    bottom: auto;
    top: -1rem;
    z-index: -1;
  }
}

.c_cta .box {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ffedda;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 .8rem .8rem;
}

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

.c_cta .box p {
  font-weight: bold;
  color: #ee6325;
  letter-spacing: -.02em;
  line-height: 1.66;
  padding: .3em 0;
}

@media screen and (max-width: 767px) {
  .c_cta .box p {
    font-size: 1.2rem;
    padding: .6em 0;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .box p:before {
    content: '＼　';
  }
  .c_cta .box p:after {
    content: ' ／';
  }
}

.c_cta ul {
  background: #fff;
  display: flex;
  gap: .9rem;
  border-radius: 0 0 1rem 1rem;
  padding: 2.3rem 2.3rem 2.7rem;
}

@media screen and (max-width: 767px) {
  .c_cta ul {
    padding: 1.2rem 1.2rem 1.7rem;
    gap: 0;
    justify-content: space-between;
  }
}

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

.c_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  height: 8.4rem;
  border-radius: 1rem;
  background: url(../img/arrow-right01.svg) no-repeat calc(100% - 1.5rem) center/1.6rem;
  font-weight: bold;
  box-shadow: 0 .6rem 0 #d24b0e;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_cta a {
    box-shadow: 0 .4rem 0 #d24b0e;
    height: 5.5rem;
    background-size: 1.1rem;
    background-position: calc(100% - .5rem) center;
    border-radius: .66rem;
  }
}

.c_cta a:before {
  content: '';
  background: url(../img/ico-tel.png) no-repeat 50%/contain;
  width: 1.7rem;
  height: 3rem;
}

@media screen and (max-width: 767px) {
  .c_cta a:before {
    width: 1.1rem;
    height: 1.6rem;
  }
}

.c_cta .tel {
  background-image: url(../img/arrow-right03.svg);
  border: solid 2px #e65717;
  color: #e65717;
  font-size: 3.2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c_cta .tel {
    font-size: 1.7rem;
    letter-spacing: -.01em;
    width: 15.4rem;
    gap: .05em;
    padding-right: 1em;
  }
}

.c_cta .mail {
  background-color: #e65717;
  background-image: url(../img/arrow-right01.svg);
  color: #fff;
  font-size: 2.5rem;
  gap: .3em;
  letter-spacing: 0;
  box-shadow: 0 .6rem 0 #ae3803;
}

@media screen and (max-width: 767px) {
  .c_cta .mail {
    box-shadow: 0 .4rem 0 #ae3803;
    font-size: 1.4rem;
    width: 18.1rem;
    padding-right: 1em;
  }
}

.c_cta .mail:before {
  background-image: url(../img/ico-calc.png);
  width: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c_cta .mail:before {
    content: none;
  }
}

.c_cta .mail small {
  border-radius: 3em;
  padding: .2em .8em;
  font-size: 1.9rem;
  background: #1b2f62;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c_cta .mail small {
    font-size: 1rem;
  }
}

.c_cta .line {
  font-size: 2.9rem;
  background-image: url(../img/arrow-right04.svg);
  color: #fff;
  background-color: #02c150;
  letter-spacing: .04em;
  box-shadow: 0 .6rem 0 #038b3a;
}

@media screen and (max-width: 767px) {
  .c_cta .line {
    box-shadow: 0 .4rem 0 #038b3a;
    font-size: 1.2rem;
    flex-direction: column;
    width: 6.2rem;
    background-image: none;
  }
}

.c_cta .line:before {
  background-image: url(../img/ico-line.png);
  width: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c_cta .line:before {
    width: 1.5rem;
    height: 1.7rem;
  }
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  max-width: 100%;
}

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

html {
  font-size: 10px;
}

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

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

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

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

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 10.5rem;
  transition: background .3s;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 3rem 0;
  }
  body.fixed #header {
    background: rgba(27, 47, 98, 0.4);
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
    background: #fff;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
  }
}

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

@media screen and (min-width: 768px) {
  .h_logo {
    padding-top: 2rem;
  }
}

.h_logo img {
  width: 32.6rem;
}

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

.h_mail {
  text-align: center;
}

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

.h_mail a {
  background: #1b2f62 url(../img/arrow-right06.svg) no-repeat calc(100% - 2rem) center/0.8rem;
  color: #fff;
  border-radius: 3em;
  font-size: 2rem;
  height: 7.4rem;
  padding-right: .8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .3em;
  font-weight: bold;
  letter-spacing: .02em;
  width: 30.6rem;
}

@media screen and (min-width: 768px) {
  body:has(.top_main) .h_mail a {
    background: #e65717 url(../img/arrow-right01.svg) no-repeat calc(100% - 2rem) center/1.6rem;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  body:has(.top_main) .h_mail a:hover {
    background-color: #d2480a;
  }
}

@media screen and (max-width: 767px) {
  .h_mail a {
    width: 100%;
    background: #e65717 url(../img/arrow-right01.svg) no-repeat calc(100% - .8rem) center/1.06rem;
    font-size: 1.5rem;
    height: 5.6rem;
    border-radius: .6rem;
    letter-spacing: 0;
    box-shadow: 0 .5rem 0 #ae3803;
  }
}

@media screen and (min-width: 768px) {
  .h_mail a:hover {
    opacity: 1;
  }
}

.h_mail small {
  border-radius: 3em;
  padding: .2em .6em;
  font-size: 1.7rem;
  letter-spacing: .02em;
  background: #fff;
  color: #1b2f62;
}

@media screen and (max-width: 767px) {
  .h_mail small {
    background: #1b2f62;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  body:has(.top_main) .h_mail small {
    background: #1b2f62;
    color: #fff;
  }
}

.h_nav {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 2em;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .h_nav {
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav a {
    display: block;
    letter-spacing: .02em;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    border-top: solid 1px #dcdcdc;
  }
  .h_nav a {
    padding: 1.4em 2rem;
    display: block;
    font-size: 1.5rem;
    background: url(../img/arrow-right02.svg) no-repeat calc(100% - 2rem) center/0.7rem;
  }
  .h_nav i {
    display: none;
  }
  .h_nav li {
    border-bottom: solid 1px #dcdcdc;
  }
}

.h_nav a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
  .h_inner {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    cursor: pointer;
  }
  .h_menu .close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 6rem;
    height: calc(100% - 6rem);
    background: rgba(0, 0, 0, 0.8);
  }
  body.open {
    overflow-y: hidden;
  }
  .h_inner {
    background: #fff;
    width: 24rem;
    margin-left: auto;
    height: 100%;
    overflow-y: auto;
  }
}

#gototop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 60;
  transition: bottom .3s;
}

body:has(.fixed_footer.fixed:not(.abs)) #gototop {
  bottom: 14rem;
}

@media screen and (max-width: 767px) {
  body:has(.fixed_footer.fixed:not(.abs)) #gototop {
    bottom: 12.5rem;
  }
}

#gototop img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 5.4rem;
  }
}

#footer {
  padding: 8rem 0 7.5rem;
  font-weight: 500;
  color: #404040;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 0 1.8rem;
    text-align: center;
  }
  body:has(.fixed_recruit) #footer {
    padding-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .right {
    padding-top: 1.5rem;
    width: 63rem;
    display: flex;
    flex-direction: column;
  }
}

.f_logo img {
  width: 41rem;
}

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

.f_logo p {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_logo p {
    font-size: 1.6rem;
    margin-top: .6em;
  }
}

.f_info {
  line-height: 1.86;
  margin: 5rem 0 0;
}

.f_info p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_info p + p {
    margin-top: .5em;
  }
}

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

.f_nav {
  gap: 3rem 5rem;
  margin: 5rem 0 6rem;
}

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

@media screen and (max-width: 767px) {
  .f_nav {
    column-count: 2;
    padding-left: 4rem;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .f_nav li {
    margin-bottom: 1em;
  }
}

.f_nav a {
  display: block;
  position: relative;
  background: url(../img/arrow-right05.svg) no-repeat left center/0.6rem;
  padding-left: 1em;
  white-space: nowrap;
}

.f_nav a:hover {
  color: inherit;
}

.f_copy {
  font-size: 1.2rem;
  color: #a0a0a0;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .f_copy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .f_copy {
    text-align: left;
    font-size: 1.06rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.fixed_footer {
  position: fixed;
  z-index: 65;
  transform: translateY(150%);
  transition: transform .3s;
  background: #1b2f62;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer {
    height: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .fixed_footer .u_inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
}

.fixed_footer ul {
  display: flex;
  gap: 0 .6rem;
}

@media screen and (min-width: 768px) {
  .fixed_footer ul {
    padding-top: 2.7rem;
    gap: 0 .9rem;
  }
}

.fixed_footer li img {
  height: 8.6rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer li img {
    height: 5.8rem;
  }
}

.fixed_footer p {
  position: relative;
  top: -3.7rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer p {
    top: -3rem;
    margin-left: -3rem;
    margin-bottom: -1.8rem;
  }
}

.fixed_footer p img {
  width: 48.2rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer p img {
    width: 32rem;
  }
}

.fixed_footer p span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .02em;
  margin-left: 5.7rem;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .fixed_footer p span {
    font-size: .9rem;
    line-height: 1.44;
    position: absolute;
    right: -1rem;
    bottom: 0;
  }
}

.fixed_footer.fixed {
  transform: none;
}

.fixed_footer.fixed.abs {
  transform: translateY(150%);
}

.top_main {
  position: relative;
}

.top_main figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_main figure img {
    height: 90rem;
    object-fit: cover;
  }
}

.top_main .box {
  position: absolute;
  top: 15.4rem;
  left: 6rem;
}

@media screen and (max-width: 767px) {
  .top_main .box {
    bottom: 4rem;
    top: auto;
    left: 0;
    width: 100%;
  }
}

.top_main .head {
  position: relative;
  z-index: 0;
}

.top_main .head:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  background: url(../img/bg-shadow.png) no-repeat 50%/contain;
  width: 71.3rem;
  height: 45.8rem;
  z-index: -1;
}

.top_main .head img {
  display: block;
  width: 61.3rem;
}

@media screen and (max-width: 767px) {
  .top_main .head img {
    width: 39rem;
    margin: 0 auto;
  }
}

.top_main .head .a {
  margin-bottom: 4.3rem;
}

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

.top_main ul {
  display: flex;
  margin-top: 6.5rem;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_main ul {
    margin-top: 2.8rem;
    justify-content: center;
  }
}

.top_main li img {
  width: 16.4rem;
}

@media screen and (max-width: 767px) {
  .top_main li img {
    width: 10.9rem;
  }
}

.top_bnr {
  background: #f5f5f5;
  padding: 5.5rem 0 6rem;
}

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

.top_bnr p {
  text-align: center;
  font-weight: bold;
  letter-spacing: .04em;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_bnr p {
    font-size: 1.8rem;
    white-space: nowrap;
    margin: 0 -2.7rem 1.5rem;
  }
}

.top_bnr ul {
  display: flex;
  gap: 1rem;
}

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

.top_bnr li img {
  width: 100%;
}

.top_lead {
  position: relative;
  overflow: hidden;
  padding: 16rem 0 15rem;
}

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

.top_lead:before {
  content: '';
  position: absolute;
  background: url(../img/area-map-bg.png) no-repeat left top/contain;
  width: 55.2rem;
  height: 57.9rem;
  left: calc(50% + 31rem);
  top: -2.7rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_lead:before {
    left: 8rem;
    width: 36.8rem;
    height: 38.6rem;
    bottom: 9rem;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .row {
    display: flex;
    gap: 10rem;
  }
  .top_lead .row figure {
    width: calc(50% - 5rem);
  }
  .top_lead .row img:not(.logo) {
    width: 100%;
    height: 50rem;
    object-fit: cover;
    display: block;
  }
}

.top_lead figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_lead figure {
    margin-right: 2.7rem;
  }
}

.top_lead .logo {
  position: absolute;
  width: 53.6rem;
  bottom: -4rem;
  left: -1rem;
}

@media screen and (max-width: 767px) {
  .top_lead .logo {
    width: 35.89rem;
    bottom: -5.6rem;
    left: -2rem;
  }
}

.top_lead .ttl {
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.66;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl {
    font-size: 2.9rem;
    white-space: nowrap;
    line-height: 1.58;
  }
}

.top_lead .ttl em {
  color: #ee6325;
}

.top_lead .c_btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_lead .c_btn {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_lead .desc {
    margin: 11rem 2.7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .desc {
    width: 55rem;
    margin-top: 1.5rem;
  }
}

.top_lead .desc p {
  letter-spacing: .06em;
}

.top_sec {
  padding: 14rem 0;
}

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

.top_sec.bg {
  background: #fef4eb;
}

.top_reason .box {
  margin-top: 7rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_reason .box {
    margin-top: 5rem;
    background: #fff;
    border-radius: 1.2rem;
    border: solid .7rem  #fce5d2;
  }
}

@media screen and (min-width: 768px) {
  .top_reason .box:before, .top_reason .box:after {
    content: '';
    position: absolute;
    z-index: -1;
  }
  .top_reason .box:before {
    inset: -1.6rem;
    border-radius: 2.2rem;
    background: #fce5d2;
  }
  .top_reason .box:after {
    inset: 0;
    background: #fff;
    border-radius: 1.4rem;
  }
}

.top_reason .ttl {
  font-weight: 900;
  font-size: 3.2rem;
  letter-spacing: .04em;
  white-space: nowrap;
  line-height: 1.43;
  margin-bottom: 2rem;
}

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

.top_reason .ttl i {
  display: inline-block;
  background: #ee6325;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .4em 1em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_reason .ttl i {
    font-size: 1.05rem;
    padding: .4em 1.5em;
  }
}

.top_reason .first {
  display: flex;
  gap: 10rem;
  padding: 9.5rem 8rem 10rem;
}

@media screen and (max-width: 767px) {
  .top_reason .first {
    padding: 5rem 3.3rem 5rem;
    flex-direction: column;
    gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_reason .first {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .top_reason .first > * {
    flex: 1;
  }
}

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

.top_reason .first .ttl {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .top_reason .first .ttl {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    margin-top: -1.5rem;
  }
}

.top_reason .first .ttl i {
  margin-bottom: 1.6em;
}

.top_reason .first .ttl em {
  color: #ee6325;
}

.top_reason .first .ttl b {
  font-weight: inherit;
  font-size: 6rem;
  letter-spacing: -.4em;
  margin-right: .2em;
  margin-left: -.2em;
  position: relative;
  top: .05em;
}

@media screen and (max-width: 767px) {
  .top_reason .first .ttl b {
    font-size: 4.2rem;
  }
}

.top_reason .first figcaption {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: .5em;
  color: #3c3c3c;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_reason .first figcaption {
    font-size: 1.2rem;
  }
}

.top_reason .first figcaption:before {
  content: '';
  background: #3c3c3c;
  width: .3em;
  height: .8em;
}

.top_reason .first .desc {
  position: relative;
}

.top_reason .icon {
  position: absolute;
  bottom: 5.3rem;
  right: 0;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .top_reason .icon {
    right: 2rem;
    bottom: 3.5rem;
    font-size: .66rem;
  }
}

.top_reason .icon.a {
  right: -2rem;
  width: 21.1em;
  bottom: -1rem;
}

@media screen and (max-width: 767px) {
  .top_reason .icon.a {
    bottom: 4rem;
  }
}

.top_reason .icon.b {
  right: 5rem;
  width: 17.8em;
}

@media screen and (max-width: 767px) {
  .top_reason .icon.b {
    right: 1.5rem;
    bottom: 2rem;
  }
}

.top_reason .icon.c {
  right: 3.5rem;
  width: 23.5em;
}

@media screen and (max-width: 767px) {
  .top_reason .icon.c {
    right: 2rem;
  }
}

.top_reason .icon.d {
  right: 6.2rem;
  width: 20em;
}

@media screen and (max-width: 767px) {
  .top_reason .icon.d {
    right: 3rem;
  }
}

.top_reason .icon.e {
  right: 5rem;
  width: 17.4em;
}

@media screen and (max-width: 767px) {
  .top_reason .icon.e {
    right: 3rem;
  }
}

.top_reason ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

.top_reason li {
  border-top: solid 1px #f4d7be;
  position: relative;
  padding: 6rem 8rem 6.5rem;
}

.top_reason li p {
  font-size: 1.5rem;
  line-height: 1.93;
  letter-spacing: 0;
}

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

@media screen and (max-width: 767px) {
  .top_reason li {
    padding: 3.3rem 3.5rem;
  }
}

.top_reason li figure {
  margin-bottom: 3rem;
}

.top_reason .c_btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_reason .c_btn {
    margin-top: 3rem;
  }
}

.top_reason .c_btn a {
  width: 32rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_reason .c_btn a {
    width: 27.5rem;
  }
}

.top_service {
  padding-bottom: 0;
}

.top_service .c_ttl {
  font-size: 4.5rem;
  margin-bottom: 7rem;
}

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

.top_service .c_ttl i {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .top_service .c_ttl i {
    margin-bottom: 1em;
  }
}

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

@media screen and (min-width: 768px) {
  .top_service ul {
    width: 104rem;
    margin: 0 auto;
  }
}

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

.top_service li p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2rem;
  margin-top: 1em;
}

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

.top_service li small {
  display: block;
  font-size: 1.4rem;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .top_service li small {
    font-size: 1.3rem;
  }
}

.top_service .msg {
  background: url(../img/service-message-bg.jpg) no-repeat 50%/contain;
  height: 32rem;
  position: relative;
  z-index: 1;
  top: 16rem;
  text-align: center;
  padding-top: 7rem;
  margin-top: -3rem;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .top_service .msg {
    background-image: url(../img/service-message-bg-sp.jpg);
    top: 6rem;
    height: 21.4rem;
    padding-top: 5.5rem;
    margin-top: 0;
    margin-bottom: -4.4rem;
  }
}

.top_service .msg p {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.64;
}

@media screen and (max-width: 767px) {
  .top_service .msg p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.top_service .msg em {
  background: #ee6325;
  font-size: 4rem;
  padding: 0 .3em;
}

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

.top_service .msg small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .top_service .msg small {
    font-size: 1.6rem;
  }
}

.top_price {
  position: relative;
  padding-top: 30rem;
  z-index: 0;
  background: url(../img/bg-pattern02.png) center top/1.7rem;
}

@media screen and (max-width: 767px) {
  .top_price {
    padding-top: 19rem;
  }
}

.top_price:after {
  content: '';
  position: absolute;
  left: calc(50% + 36rem);
  background: url(../img/bg-yen.png) no-repeat 50%/contain;
  width: 32.9rem;
  height: 32.9rem;
  top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .top_price:after {
    width: 21.9rem;
    height: 21.9rem;
    top: 5rem;
    right: -1rem;
    left: auto;
  }
}

.top_price .c_ttl img {
  top: 1.5rem;
  height: 15.9rem;
}

@media screen and (max-width: 767px) {
  .top_price .c_ttl img {
    height: 10.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_price .c_ttl + p {
    letter-spacing: -.02em;
  }
}

.top_price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .top_price ul {
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 4.5rem;
  }
}

.top_price li {
  width: calc(33.33% - 2rem);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_price li {
    width: calc(50% - 1rem);
  }
}

.top_price dl {
  padding: 2.5rem 3rem;
}

@media screen and (max-width: 767px) {
  .top_price dl {
    padding: 1.2rem 1.5rem;
  }
}

.top_price dt {
  font-weight: bold;
  font-size: 1.8rem;
}

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

.top_price dd {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_price dd {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .top_price dd:has(small) {
    font-size: 1.7rem;
  }
  .top_price dd:has(small) em {
    font-size: 1.2rem;
  }
  .top_price dd:has(small) i {
    font-size: 2.1rem;
  }
}

.top_price dd em {
  color: #ee6325;
  font-size: 2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_price dd em {
    font-size: 1.7rem;
  }
}

.top_price dd i {
  font-size: 3rem;
}

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

.top_price dd small {
  font-size: 2rem;
  margin-left: -.5em;
}

@media screen and (max-width: 767px) {
  .top_price dd small {
    font-size: 1.2rem;
    letter-spacing: -.04em;
  }
}

.top_works {
  position: relative;
}

.top_works .c_ttl img {
  height: 15.2rem;
  top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .top_works .c_ttl img {
    height: 10.3rem;
    top: .5rem;
  }
}

.top_works .slide {
  margin: 7rem 0 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_works .slide {
    margin: 5rem 0 7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_works .swiper-wrapper {
    margin-left: -31.5rem;
  }
}

.top_works .swiper-slide {
  width: 57rem;
  margin: 0 3rem;
}

@media screen and (max-width: 767px) {
  .top_works .swiper-slide {
    width: 36.8rem;
    margin: 0 1.7rem;
  }
}

.top_works .swiper-slide p {
  line-height: 1.7;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .top_works .swiper-slide p {
    font-size: 1.8rem;
  }
}

.top_works .swiper-slide p:has(i) {
  color: #ee6325;
  font-size: 1.6rem;
  margin: 2.5rem 0 1.5rem;
  display: flex;
  gap: 1em;
  align-items: center;
}

.top_works .swiper-slide p i {
  color: #fff;
  background: #ee6325;
  font-size: 1.4rem;
  padding: .2em .5em;
}

.top_works .swiper-slide img {
  width: 100%;
  aspect-ratio: 368 / 246;
  object-fit: cover;
}

.top_works .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 7.4rem;
  height: 100%;
  background: url(../img/btn-prev.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .top_works .btn i {
    width: 6.1rem;
    height: 24.6rem;
  }
}

.top_works .btn .prev {
  left: calc(50% - 63.5rem);
}

@media screen and (max-width: 767px) {
  .top_works .btn .prev {
    left: 2.7rem;
  }
}

.top_works .btn .next {
  background-image: url(../img/btn-next.svg);
  right: calc(50% - 63.5rem);
}

@media screen and (max-width: 767px) {
  .top_works .btn .next {
    right: 2.7rem;
  }
}

.top_works .pager {
  margin: 6rem 0 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_works .pager {
    width: 36.8rem;
    margin: 4rem auto 0;
  }
}

.top_works .swiper-pagination-bullet {
  height: .4rem;
  flex: 1;
  cursor: pointer;
  background: #dcdcdc;
}

@media screen and (max-width: 767px) {
  .top_works .swiper-pagination-bullet {
    height: .6rem;
  }
}

.top_works .swiper-pagination-bullet-active {
  background: #ee6325;
}

.top_works .c_btn {
  text-align: center;
}

.top_works .c_btn a {
  width: 29rem;
}

@media screen and (max-width: 767px) {
  .top_works .c_btn a {
    width: 28rem;
  }
}

.top_staff .c_ttl img {
  height: 15.5rem;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .top_staff .c_ttl img {
    height: 10.5rem;
    top: -2rem;
  }
}

.top_staff ul {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .top_staff ul {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.4rem;
    padding: 0 4rem;
  }
}

.top_staff li {
  background: #fff;
  position: relative;
  box-shadow: 0.5rem 0.8rem 4rem 0 rgba(173, 133, 97, 0.1);
}

.top_staff li i {
  position: absolute;
  background: #ee6325;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  padding: .3em 1.2em;
}

@media screen and (max-width: 767px) {
  .top_staff li i {
    font-size: 1.6rem;
    padding: .1em 1.2em;
  }
}

.top_staff .box {
  padding: 3rem 4rem;
}

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

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

.top_staff dl {
  display: flex;
  flex-wrap: wrap;
  color: #ee6325;
  font-weight: 500;
  margin-top: 2.5rem;
  gap: 0 1.5em;
}

@media screen and (max-width: 767px) {
  .top_staff dl {
    margin-top: 1.5rem;
  }
}

.top_staff dt {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: .04em;
  margin-bottom: .5em;
}

.top_staff dd {
  font-size: 1.5rem;
  letter-spacing: .04em;
}

.top_area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

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

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

.top_area .c_ttl i {
  justify-content: flex-start;
}

.top_area .c_ttl + p {
  position: relative;
}

.top_area .map {
  width: 50.1rem;
  position: absolute;
  top: 4rem;
  left: calc(50% + 7rem);
}

@media screen and (max-width: 767px) {
  .top_area .map {
    width: 33.4rem;
    left: auto;
    right: -8rem;
    top: -2.5rem;
  }
}

.top_area .lead {
  text-align: left;
}

.top_area .lead em {
  color: #ee6325;
}

.top_area .area {
  background: #fff;
  border-radius: 2rem;
  border: solid 1rem #fce5d2;
  padding: 4.5rem 4.7rem 5.5rem;
  margin: 8rem 0 0;
  display: flex;
  gap: 6rem;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .top_area .area {
    border-radius: .667rem;
    padding: 3rem 3rem;
    margin: 4rem 0 0;
    border-width: .8rem;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.top_area .area dl {
  width: 100%;
}

.top_area .area dt {
  font-weight: bold;
  font-size: 3rem;
  color: #ee6325;
  letter-spacing: .06em;
  margin-bottom: .3em;
}

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

.top_area .area dd {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.86;
}

@media screen and (max-width: 767px) {
  .top_area .area dd {
    font-size: 1.6rem;
  }
}

.top_area .area dd + dt {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .top_area .area dd + dt {
    margin-top: 2.5rem;
  }
}

.top_area ul {
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_area ul {
    margin-top: 3.3rem;
    flex-direction: column;
    gap: 1.3rem;
  }
}

.top_area li {
  background: #fff;
  padding: 4.5rem 3.2rem 4.5rem 4rem;
  flex: 1;
  border-radius: 1rem;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .top_area li {
    border-radius: .667rem;
    padding: 2.8rem 2.8rem 4rem;
    flex-direction: column;
    gap: 2rem;
    flex: auto;
  }
}

.top_area li img {
  width: 15.2rem;
}

.top_area li p {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.top_area li dt, .top_area li dd {
  font-size: 1.5rem;
  line-height: 2;
}

.top_area li dt {
  position: absolute;
}

.top_area li dd {
  margin-left: 5.6em;
  position: relative;
}

.top_area li dd a {
  color: #ee6325;
  text-decoration: underline;
}

.top_area li dd:before {
  content: '：';
  position: absolute;
  left: -1em;
}

.top_faq {
  background: repeating-linear-gradient(-45deg, #fde9d7 0, #fde9d7 2px, #fef4eb 2px, #fef4eb 4px);
}

.top_faq .c_ttl img {
  height: 17.8rem;
  top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_faq .c_ttl img {
    height: 11.8rem;
    top: -2rem;
  }
}

.top_faq .c_ttl + p {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_faq .c_ttl + p {
    margin-bottom: 5rem;
  }
}

.top_faq dl {
  background: #fff;
  padding: 3.5rem 3rem 3.5rem 8rem;
  margin-top: 1rem;
  box-shadow: 5px 8.66px 40px 0px rgba(173, 133, 97, 0.1);
}

@media screen and (max-width: 767px) {
  .top_faq dl {
    margin-top: .8rem;
    padding: 3rem 2rem 3rem 6rem;
  }
}

.top_faq dt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  letter-spacing: .05em;
  background: url(../img/btn-open.svg) no-repeat right center/2rem;
  line-height: 1.33;
  padding-right: 5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt {
    padding-right: 4rem;
    background-size: 1.4rem;
  }
}

.top_faq dt:before {
  content: 'Q.';
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  left: -5rem;
  position: absolute;
  color: #ee6325;
  top: -.3em;
}

@media screen and (max-width: 767px) {
  .top_faq dt:before {
    left: -4rem;
    font-size: 2.6rem;
  }
}

.top_faq dt.open {
  background-image: url(../img/btn-close.svg);
}

.top_faq dt.open + dd {
  display: block;
}

.top_faq dd {
  line-height: 2.125;
  display: none;
  padding-right: 12rem;
  margin: 2em 0 0;
}

@media screen and (max-width: 767px) {
  .top_faq dd {
    line-height: 1.875;
    margin: 1em 0 0;
    padding-right: 3rem;
  }
}

.top_flow .c_ttl img {
  height: 15.2rem;
  top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_flow .c_ttl img {
    height: 10.3rem;
    top: -.5rem;
  }
}

.top_flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7rem;
  margin-top: 9rem;
}

@media screen and (min-width: 768px) {
  .top_flow ul {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_flow ul {
    flex-direction: column;
    gap: 5rem;
    margin-top: 4.5rem;
  }
}

.top_flow li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_flow li {
    width: calc(33.33% - 4.666rem);
  }
}

@media screen and (max-width: 767px) {
  .top_flow li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.top_flow li:first-child:before {
  content: none;
}

.top_flow li:before {
  content: '';
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 1.8rem;
  height: 2rem;
  background: #fce5d2;
  top: 10.5rem;
  left: -4.2rem;
}

@media screen and (max-width: 767px) {
  .top_flow li:before {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 1.1rem;
    height: 1.2rem;
    top: -5rem;
    left: 9rem;
  }
}

.top_flow li i {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  background: #ee6325;
  font-weight: bold;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  border: solid .6rem #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2.6rem;
  left: -1.5em;
}

@media screen and (max-width: 767px) {
  .top_flow li i {
    left: -.4rem;
    border-width: .4rem;
    font-size: 2.1rem;
    top: -1.8rem;
  }
}

.top_flow li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_flow li img {
    width: 19.4rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_flow dl {
    width: calc(100% - 23.4rem);
  }
}

.top_flow dt {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: .06em;
  margin: .9em 0 .45em;
}

@media screen and (max-width: 767px) {
  .top_flow dt {
    font-size: 2rem;
    margin: -.3em 0 .4em;
  }
}

.top_flow dd {
  font-size: 1.5rem;
  line-height: 1.73;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .top_flow dd {
    font-size: 1.45rem;
  }
}

.top_archive .u_inner {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}

@media screen and (max-width: 767px) {
  .top_archive .u_inner {
    flex-direction: column;
    gap: 6.5rem;
  }
}

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

.top_archive section {
  width: 100%;
}

.top_archive .c_ttl {
  text-align: left;
  position: relative;
  font-size: 4.5rem;
}

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

.top_archive .c_ttl i {
  justify-content: flex-start;
}

.top_archive .c_ttl a {
  position: absolute;
  color: #ee6325;
  border: solid 2px #ee6325;
  font-size: 1.6rem;
  border-radius: 3em;
  font-weight: bold;
  width: 16rem;
  height: 5rem;
  right: 0;
  bottom: 0;
  background: #fff url(../img/arrow-right02.svg) no-repeat calc(100% - 1.5rem) center/0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_archive .c_ttl a {
    height: 4rem;
    width: 13rem;
    background-size: .6rem;
    border-width: 1px;
  }
}

.top_archive ul {
  background: #fff;
  border-top: solid 1px #e5d2ca;
  margin-top: 4rem;
}

.top_archive li {
  border-bottom: solid 1px #e5d2ca;
}

.top_archive li a {
  padding: 3rem;
  display: block;
}

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

.top_archive li a:hover {
  color: inherit;
}

.top_archive li:has(figure) a {
  display: flex;
  justify-content: space-between;
}

.top_archive li:has(figure) .desc {
  width: calc(100% - 19.5rem);
}

@media screen and (max-width: 767px) {
  .top_archive li:has(figure) .desc {
    width: calc(100% - 13.4rem);
  }
}

.top_archive li p {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .04em;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .top_archive li p {
    margin-top: .3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.top_archive time {
  color: #ee6325;
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .top_archive time {
    margin-top: -.2em;
  }
}

.top_archive figure {
  width: 17rem;
}

@media screen and (max-width: 767px) {
  .top_archive figure {
    width: 11.4rem;
  }
}

.top_archive figure img {
  width: 100%;
  aspect-ratio: 170 / 113;
  object-fit: cover;
}

.top_attention {
  background: url(../img/bg-attention.jpg) no-repeat 50%/cover;
  color: #fff;
  text-align: center;
  padding: 8rem 0 8.5rem;
}

@media screen and (max-width: 767px) {
  .top_attention {
    padding: 5rem 0 5.5rem;
    background-image: url(../img/bg-attention-sp.jpg);
  }
}

.top_attention dt {
  font-weight: 900;
  letter-spacing: .02em;
  font-size: 4.5rem;
  margin-bottom: .5em;
}

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

.top_attention dt img {
  display: block;
  margin: 0 auto 2rem;
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .top_attention dt img {
    width: 5.3rem;
  }
}

.top_attention dt em {
  color: #ff2525;
}

.top_attention dd {
  line-height: 2.125;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_attention dd {
    line-height: 1.875;
    margin: 0 -1rem;
  }
}

.low_header {
  background: url(../img/h-bg-pattern.png) center top/1.2rem;
  height: 50rem;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    height: 27rem;
    padding-top: 9rem;
  }
}

.low_header .low_inner {
  height: 100%;
}

.low_header .ttl {
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

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

.low_header .ttl i {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  margin-bottom: .5em;
}

.low_header .ttl i:before, .low_header .ttl i:after {
  content: '・';
}

@media screen and (max-width: 767px) {
  .low_header .ttl i {
    font-size: 1.3rem;
    margin-bottom: .3em;
  }
}

.com_lead .c_ttl {
  font-size: 4.5rem;
}

.com_lead .c_ttl img {
  height: 15.9rem;
  top: -3.5rem;
}

@media screen and (max-width: 767px) {
  .com_lead .c_ttl img {
    height: 11rem;
    top: 0;
  }
}

.com_lead .c_ttl i {
  margin-bottom: .8em;
}

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

.com_lead figure {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .com_lead figure {
    margin-top: 5rem;
  }
}

.com_msg .c_ttl {
  text-align: left;
  font-size: 3.6rem;
  line-height: 1.66;
}

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

.com_msg .c_ttl em {
  color: #ee6325;
}

.com_msg .c_ttl i {
  justify-content: flex-start;
  margin-bottom: 1.2em;
}

.com_msg .c_ttl + p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .com_msg .row {
    display: flex;
    gap: 12rem;
    align-items: center;
  }
  .com_msg .row figure {
    width: calc(50% - 5rem);
  }
  .com_msg .row img:not(.logo) {
    width: 100%;
    height: 75rem;
    object-fit: cover;
    display: block;
  }
}

.com_msg figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .com_msg figure {
    margin-right: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .com_msg .desc {
    margin: 7rem 2.7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .com_msg .desc {
    width: 55rem;
    margin-top: 1.5rem;
  }
}

.com_msg .desc p {
  letter-spacing: .06em;
}

.com_msg .sign {
  text-align: right;
  margin-top: 1.6em;
  line-height: 1.6;
}

.com_msg .sign em {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}

.com_info table {
  margin: 7.5rem 0 0;
  border-top: solid 1px #e5d2ca;
}

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

.com_info tr > * {
  border-bottom: solid 1px #e5d2ca;
}

.com_info th {
  background: #fef4eb;
  color: #ee6325;
  padding: 1.8em 1.5em;
  width: 30rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .com_info th {
    width: 12rem;
    padding: 1.2em 1.2em;
  }
}

.com_info td {
  padding: 2em 2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .com_info td {
    padding: 1.2em 1.2em;
  }
}

.com_info td a {
  color: #ee6325;
  text-decoration: underline;
}

.work_nav {
  margin: 0 0 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .work_nav {
    border-top: solid 1px #ee6325;
    border-left: solid 1px #ee6325;
  }
  .work_nav li {
    border-right: solid 1px #ee6325;
    border-bottom: solid 1px #ee6325;
  }
}

@media screen and (min-width: 768px) {
  .work_nav li {
    border: solid 1px #ee6325;
    border-left: none;
  }
  .work_nav li:nth-child(4n + 1) {
    border-left: solid 1px #ee6325;
  }
  .work_nav li:nth-child(n + 5) {
    border-top: none;
  }
}

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

.work_nav a {
  display: block;
  line-height: 7rem;
  text-align: center;
  color: #ee6325;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .work_nav a {
    line-height: 6rem;
  }
}

.work_nav .active {
  background: #ee6325;
  color: #fff;
  pointer-events: none;
}

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

@media screen and (max-width: 767px) {
  .work_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    padding: 0 3rem;
  }
}

.work_list p {
  line-height: 1.66;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .06em;
}

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

.work_list p:has(i) {
  color: #ee6325;
  font-size: 1.6rem;
  margin: 2.5rem 0 1.5rem;
  display: flex;
  gap: 1em;
  align-items: center;
}

.work_list p i {
  color: #fff;
  background: #ee6325;
  font-size: 1.4rem;
  padding: .2em .7em;
}

.work_list figure {
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .work_list figure {
    border-radius: .667rem;
  }
}

.work_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 / 380;
}

.work_list a:hover {
  color: inherit;
}

.works_body {
  margin: 16rem auto;
}

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

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 2rem;
  margin-top: 12rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 6rem;
    font-size: 1.5rem;
    gap: .8em;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  color: #ee6325;
  width: 2em;
  line-height: 2em;
  font-weight: bold;
}

.wp-pagenavi .current {
  font-weight: 500;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
  background: url(../img/btn-prev02.svg) no-repeat 50%/contain;
  width: 5.2rem;
  height: 5.2rem;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/btn-next02.svg);
  margin-right: 1em;
}

.wp-pagenavi .nextpostslink {
  margin-left: 1em;
}

.work_body {
  margin: 10rem 0;
}

@media screen and (min-width: 768px) {
  .work_body {
    width: 104rem;
    margin: 16rem auto 18rem;
  }
}

.work_body .sub {
  color: #ee6325;
  margin-bottom: 2rem;
  display: flex;
  gap: 1em;
  align-items: center;
  font-weight: 500;
}

.work_body .sub i {
  color: #fff;
  background: #ee6325;
  font-size: 1.4rem;
  padding: .2em 1em;
}

.work_body .ttl {
  font-size: 3.6rem;
  line-height: 1.66;
  letter-spacing: -.02em;
  font-weight: bold;
  margin-bottom: 5rem;
}

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

.work_body .ttl + figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1040 / 693;
}

.work_body p {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .work_body p {
    line-height: 1.6;
  }
}

.work_body table {
  margin: 8rem 0 5rem;
  border-top: solid 1px #e5d2ca;
}

@media screen and (max-width: 767px) {
  .work_body table {
    margin: 7rem 0 5rem;
  }
}

.work_body tr > * {
  border-bottom: solid 1px #e5d2ca;
}

.work_body th {
  background: #fef4eb;
  color: #ee6325;
  padding: 1.5em 1.5em;
  width: 24rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .work_body th {
    width: 12rem;
    padding: 1.2em 1em;
  }
}

.work_body td {
  padding: 1.6em 2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .work_body td {
    padding: 1em 1.2em;
  }
}

.work_body td a {
  color: #ee6325;
  text-decoration: underline;
}

.work_body .row {
  margin: 8rem 0 4rem;
  display: flex;
  gap: 8rem;
}

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

@media screen and (min-width: 768px) {
  .work_body .row figure {
    flex: 1;
  }
}

.work_body .row figure {
  position: relative;
}

.work_body .row figure + figure {
  position: relative;
}

.work_body .row figure + figure:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #ee6325;
  width: 2rem;
  height: 2.4rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: -4.8rem;
}

@media screen and (max-width: 767px) {
  .work_body .row figure + figure:before {
    translate: -50% 0;
    left: 50%;
    top: -4rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 2rem;
    height: 1.5rem;
  }
}

.work_body .row figure + figure figcaption {
  background: #ee6325;
}

.work_body .row figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 570 / 380;
}

.work_body .row figcaption {
  position: absolute;
  background: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  color: #fff;
  width: 5.5em;
  text-align: center;
  padding: .3em 0;
  top: 0;
  left: 0;
}

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

@media screen and (max-width: 767px) {
  .work_body .c_btn {
    margin-top: 10rem;
  }
}

.blog_list img {
  width: 100%;
  aspect-ratio: 315 / 194;
  object-fit: cover;
}

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