@charset "utf-8";

/* ------------
  tool
 ------------ */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  padding-top: 159px; /* 96 + 63 */
  color: rgb(49,49,49);
  font-size: 16px;
}
a {
  color: rgb(49,49,49);
}

.for_sp {
  display: none !important;
}

@media screen and (max-width:767px) {
  body {
    font-size: 14px;
  }
  .for_sp {
    display: block !important;;
  }
  .for_pc {
    display: none !important;
  }
}
.bgt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

._center {
  text-align: center;
}

.link_btn._trans::after {
  transition: all .1s cubic-bezier(.165, .84, .44, 1);
}
.l_980 {
  width: calc(980 / 1440 * 100%);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l_1160 {
  width: calc(1160 / 1440 * 100%);
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.l_1200 {
  width: calc(1200 / 1440 * 100%);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l_1264 {
  width: calc(1264 / 1440 * 100%);
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
}

.mg_t8  { margin-top:  8px; }
.mg_t16 { margin-top: 16px; }
.mg_t24 { margin-top: 24px; }
.mg_t32 { margin-top: 32px; }
.mg_t40 { margin-top: 40px; }
.mg_t48 { margin-top: 48px; }
.mg_t56 { margin-top: 56px; }
.mg_t64 { margin-top: 64px; }
.mg_t72 { margin-top: 72px; }
.mg_t96 { margin-top: 96px; }
.mg_t120 { margin-top: 120px; }
.mg_t160 { margin-top: 160px; }

._ready .fade_in_item {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
._ready .fade_in_item:nth-child(1) {
  transition: opacity 1.2s .2s cubic-bezier(.165, .84, .44, 1), transform 1.2s .2s cubic-bezier(.165, .84, .44, 1);
}
._ready .fade_in_item:nth-child(2) {
  transition: opacity 1.2s .4s cubic-bezier(.165, .84, .44, 1), transform 1.2s .4s cubic-bezier(.165, .84, .44, 1);
}
._ready .fade_in_item:nth-child(3) {
  transition: opacity 1.2s .6s cubic-bezier(.165, .84, .44, 1), transform 1.2s .6s cubic-bezier(.165, .84, .44, 1);
}
._ready .fade_in_item:nth-child(4) {
  transition: opacity 1.2s .8s cubic-bezier(.165, .84, .44, 1), transform 1.2s .8s cubic-bezier(.165, .84, .44, 1);
}
._ready .fade_in_item:nth-child(5) {
  transition: opacity 1.2s 1s cubic-bezier(.165, .84, .44, 1), transform 1.2s 1s cubic-bezier(.165, .84, .44, 1);
}
._ready._start .fade_in_item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width:1140px) {
  .l_1160 {
    width: 88%;
    max-width: 918px;
  }
  .l_1200 {
    width: 90%;
    max-width: 950px;
  }
  .l_1264 {
    width: 94%;
    max-width: 1000.667px;
  }
}
@media screen and (max-width:767px) {
  body {
    padding-top: 72px;
  }
  body._spMenuOpen {
    height: 100vh;
    overflow: hidden;
  }
  .spl_16 {
    width: calc(100% - 32px);
  }
  .spl_24 {
    width: calc(100% - 48px);
  }
}

/* ------------
  Header
 ------------ */
/*
header {
  position: relative;
  display: block;
  height: 96px;
}
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 96px;
  z-index: 999;
  background-color: rgba(255,255,255,.9);
  transition:
    background-color 1.2s cubic-bezier(.165, .84, .44, 1);

}
header > .logo {
  position: absolute;
  top: 21px;
  left: 19px;
  display: flex;
  flex-direction: column-reverse;
}
header > .logo > span {
  font-size: 12px;
}
header > .logo > h1 {
  width: 194px;
  height: 50px;
  margin-top: 8px;
  background-image: url(../images/logo.png);
  background-size: 100% auto;
}

header > .contact {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  max-width: 512px;
  width: 100%;
  font-size: 14px;
}

header > .contact > .caption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-top: 16px;
  border-radius: 36px;
  background-color: #e2e1df;
  text-align: center;
  color: #8a867f;
}
header > .contact > .caption > span {
}
header > .contact > .contact_tel {

  width: calc((100% - 72px) * (296 / (512 - 72)));
  padding-top: 18px;
  padding-left: 17px;
}
header > .contact > .contact_tel > .tel {
  display: block;
  width: 243px;
  height: 36px;
  background-image: url(../images/tel01.png);
  background-position: left top;
}
header > .contact > .contact_tel > .note {
  display: block;
  margin-top: 6px;
  padding-left: 63px;
}
header > .contact > .contact_mail {
  width: calc((100% - 72px) * (144 / (512 - 72)));
}
header > .contact > .contact_mail > a {
  display: block;
  padding-top: 23px;
  background-color: #8a867f;
}
header > .contact > .contact_mail > a > span {
  display: block;
  height: 73px;
  padding-top: 35px;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  color: rgb(255,255,255);
  font-weight: 700;
}

@media screen and (max-width:900px) {
  header > .contact > .caption {
    width: calc(9.0909vw - 9.8182px); /* 72->60 */
    height: calc(9.0909vw - 9.8182px); /* 72->60 */
    margin-top: calc(6.0606vw - 38.5455px); /* 16->8 */
    font-size: calc(0.7576vw + 7.1818px);
  }
  header > .contact {
    width: calc(512 / 900 * 100%);
  }
  header > .contact > .contact_tel {
    padding-left: calc(6.8182vw - 44.3636px); /* 17->8 */
  }
  header > .contact > .contact_tel > .tel {
    width: calc(17.4242vw + 86.1818px); /* 243->220 */
    height: calc(2.2727vw + 15.5455px); /* 36->33 */
    background-size: contain;
  }
  header > .contact > .contact_tel > .note {
    padding-left: calc(17.4242vw - 93.8182px); /* 63->40 */
  }
}

@media screen and (max-width:767px) {
  header {
    top: 0;
    width: 100%;
    height: 72px;
  }
  header > .contact > .caption {
    display: none;
  }
  header > .logo {
    top: 16px !important;
    left: 16px !important;
  }
  header > .logo > h1 {
    width: 137px;
    background-size: contain;
  }
  header > .logo > span {
    font-size: 10px;
  }
  header > .contact {
    position: fixed;
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 2100;
    justify-content: space-around;
    width: 100% !important;
    padding: calc(8 / 375 * 100%) calc(24 / 375 * 100%);
    padding-bottom: 20px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
    /* padding-bottom: 16px; */
    background-color: rgba(255,255,255,.7);
    transform: translate(-50%, 0);
    transition: background-color .5s cubic-bezier(.165, .84, .44, 1), padding-bottom .5s cubic-bezier(.165, .84, .44, 1);
  }
  header > .contact._init {
  }
  header > .contact > .contact_tel,
  header > .contact > .contact_mail {
    width: calc(160 / 327 * 100%) !important;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
  }
  header > .contact > .contact_tel {
    padding-top: 10px !important;
    background-color: rgb(255,255,255);
    color: #8a867f;
    text-align: center;
  }
  header > .contact > .contact_tel > .tel {
    background-image: url(../images/tel01_sp.png);
    width: 121px;
    height: 17px;
    margin-right: auto;
    margin-left: auto;
  }
  header > .contact > .contact_tel > .note {
    padding: 0 !important;
    text-align: center;
    font-size: 10px;
  }
  header > .contact > .contact_mail > a {
    border-radius: 8px !important;
    padding: 0 !important;
  }
  header > .contact > .contact_mail > a > span.for_sp {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding-top: 0;
    padding-left: 1.5em;
    background-image: none;
  }
  header > .contact > .contact_mail > a > span.for_sp::before {
    position: absolute;
    top: 50%;
    left: calc(50% - 2.5em);
    width: 15px;
    height: 11px;
    background-image: url(../images/icon_mail_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    content: '';
  }
}

/* --- navi ------ */
.header-nav {
  position: fixed;
  top: 96px;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
}
.header-nav .main_navi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav .main_navi > li {
  padding-left: calc(30 / 1440 * 100%);
  padding-right: calc(30 / 1440 * 100%);
}
.header-nav .main_navi > li > a {
  display: flex;
  height: 63px;
  align-items: center;
}
.header-nav .main_navi > li > a > span {
  display: block;
  padding-top: 1px;
  padding-right: 33px;
  padding-left: 33px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width:1140px) {
  .header-nav .main_navi > li {
    padding-left: calc(3.2258vw - 12.7742px);
    padding-right: calc(3.2258vw - 12.7742px);
  }
  .header-nav .main_navi > li > a > span {
    padding-right: calc(5.6452vw - 31.3548px);
    padding-left: calc(5.6452vw - 31.3548px);
    font-size: calc(0.5376vw + 11.871px);
  }
}

@media screen and (max-width:767px) {
  .header-nav {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 0;
  }
  .header-nav._open {
  }

  .header-nav .header-nav-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4000;
    display: block;
    width: 72px;
    border-style: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
  }
  .header-nav._open .header-nav-button {
    position: fixed;
  }
  .header-nav .header-nav-button::after {
    display: block;
    text-align: center;
    font-size: 10px;
    padding-top: 1px;
    font-weight: 700;
    content: 'MENU';
  }
  .header-nav._open .header-nav-button::after {
    padding-top: 0;
    font-weight: 400;
    content: '閉じる';
  }
  .header-nav._open._close .header-nav-button::after {
    padding-top: 1px;
    font-weight: 700;
    content: 'MENU';
  }
  .header-nav .header-nav-button-icon {
    position: relative;
    display: block;
    height: 50px;
  }
  .header-nav .header-nav-button-icon-top,
  .header-nav .header-nav-button-icon-middle,
  .header-nav .header-nav-button-icon-bottom {
    position: absolute;
    left: 50%;
    display: block;
    width: 28px;
    height: 2px;
    background-color: rgba(49,49,49,1);
    transform: translate(-50%, 0);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .header-nav-button-icon-top,
  .header-nav._open .header-nav-button-icon-middle,
  .header-nav._open .header-nav-button-icon-bottom {
    background-color: rgba(49,49,49,0);
  }
  .header-nav._open._close .header-nav-button-icon-top,
  .header-nav._open._close .header-nav-button-icon-middle,
  .header-nav._open._close .header-nav-button-icon-bottom {
    background-color: rgba(49,49,49,1);
  }
  .header-nav .header-nav-button-icon-top {
    top: 20px;
  }
  .header-nav._open .header-nav-button-icon-top {
    top: 30px;
  }
  .header-nav._open._close .header-nav-button-icon-top {
    top: 20px;
  }
  .header-nav .header-nav-button-icon-middle {
    top: 30px;
  }
  .header-nav .header-nav-button-icon-middle::before,
  .header-nav .header-nav-button-icon-middle::after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 28px;
    height: 2px;
    background-color: rgba(49,49,49,0);
    transform: translate(-50%, 0) rotate(0deg);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    content: '';
  }
  .header-nav._open .header-nav-button-icon-middle::before,
  .header-nav._open .header-nav-button-icon-middle::after {
    background-color: rgba(49,49,49,1);
  }
  .header-nav._open._close .header-nav-button-icon-middle::before,
  .header-nav._open._close .header-nav-button-icon-middle::after {
    background-color: rgba(49,49,49,0);
  }
  .header-nav._open .header-nav-button-icon-middle::before {
    transform: translate(-50%, 0) rotate(-225deg);
  }
  .header-nav._open._close .header-nav-button-icon-middle::before {
    transform: translate(-50%, 0) rotate(0deg);
  }
  .header-nav._open .header-nav-button-icon-middle::after {
    transform: translate(-50%, 0) rotate(225deg);
  }
  .header-nav._open._close .header-nav-button-icon-middle::after {
    transform: translate(-50%, 0) rotate(0deg);
  }
  .header-nav .header-nav-button-icon-bottom {
    top: 40px;
  }
  .header-nav._open .header-nav-button-icon-bottom {
    top: 30px;
  }
  .header-nav._open._close .header-nav-button-icon-bottom {
    top: 40px;
  }

  .header-nav .navigation_box {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background-color: rgb(255,255,255);
    background-image: url(../images/bg_menu.jpg);
    background-rep.header-nav._open .main_navi > li:nth-child(1)navi_itemseat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .2s .05s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .navigation_box {
    left: 0;
    opacity: 1;
    transition: opacity .7s .05s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open._close .navigation_box {
    opacity: 0;
  }
  .header-nav .navigation_box .navi_items {
    position: fixed;
    right: 0;
    bottom: 0;
    /* position: relative; */
    width: 0;
    height: 100vh;
    margin-left: auto;
    background-color: rgb(255,255,255);
    overflow: hidden;
    transition: all 1s .2s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .navigation_box .navi_items {
    width: 263px;
  }

  .header-nav .main_navi {
    position: absolute;
    bottom: calc((268 / 812 * 100%));
    left: 32px;
    display: block;
  }
  .header-nav .main_navi > li {
    width: 100%;
    margin-left: 20%;
    opacity: 0;
  }
  .header-nav._open .main_navi > li {
    margin-left: 0;
    opacity: 1;
  }
  .header-nav._open .main_navi > li:nth-child(1) {
    transition: all .8s .9s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .main_navi > li:nth-child(2) {
    transition: all .8s .95s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .main_navi > li:nth-child(3) {
    transition: all .8s 1s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .main_navi > li:nth-child(4) {
    transition: all .8s 1.05s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .main_navi > li:nth-child(5) {
    transition: all .8s 1.1s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .main_navi > li:nth-child(6) {
    transition: all .8s 1.15s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav .main_navi > li > a {
    height: calc(64 / 812 * 100vh);
  }

  .header-nav .sub_navi {
    position: absolute;
    bottom: calc(92px + (66 / 812 * 100%));
    left: 32px;
    width: calc(100% - 32px);
    overflow: hidden;
  }
  .header-nav .sub_navi > li {
    width: 100%;
    margin-left: 20%;
    margin-top: calc(14 / 812 * 100vh);
    font-size: 12px;
    opacity: 0;
    transition: all .8s 1.2s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .sub_navi > li {
    margin-left: 0;
    opacity: 1;
  }

  .header-nav .contact {
    position: absolute;
    bottom: -96px;
    left: 0;
    display: block;
    width: 100%;
    padding-left: calc(20 / 263 * 100%);
    opacity: 0;
    transition: all .8s .6s cubic-bezier(.165, .84, .44, 1);
  }
  .header-nav._open .contact {
    bottom: calc(20 / 812 * 100%);
    /* bottom: calc(env(safe-area-inset-bottom) +  (20 / 812 * 100%) + 44px) */;
    opacity: 1;
  }
  .header-nav .contact > .contact_tel,
  .header-nav .contact > .contact_mail {
    width: calc(204 / 263 * 100%);
  }
  .header-nav .contact > .contact_tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 8px;
    background-color: #e2e1df;
    color: #8a867f;
    text-align: center;
  }
  .header-nav .contact > .contact_tel > .tel {
    background-image: url(../images/tel01_sp.png);
    background-size: contain;
    width: 121px;
    height: 17px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-nav .contact > .contact_tel > .note {
    font-size: 10px;
  }
  .header-nav .contact > .contact_mail {
    margin-top: calc(16 / 812 * 100vh);
  }
  .header-nav .contact > .contact_mail > a {
    display: block;
    border-radius: 8px;
    background-color: #8a867f;
  }
  .header-nav .contact > .contact_mail > a > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding-left: 1.5em;
    color: rgb(255,255,255);
    font-weight: 700;
  }
  .header-nav .contact > .contact_mail > a > span::before {
    position: absolute;
    top: 50%;
    left: calc(50% - 2.5em);
    width: 15px;
    height: 11px;
    background-image: url(../images/icon_mail_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    content: '';
  }

  .header-nav .copyright {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translate(30%, -260%) rotate(90deg);
  }
}

/* ------------
  Footer
 ------------ */
/* --- contact ------ */
.contact_box {
  padding-top: calc(52 / 1440 * 100%);
  padding-bottom: calc(32 / 1440 * 100%);
  background-image: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contact_box > .ttl {
  font-size: 24px;
  font-weight: 700;
}
.contact_box > .ttl > ._en {
  height: 19px;
  margin-bottom: calc(24 / 1440 * 100%);
  background-image: url(../images/icon_contact.png);
  background-position: center center;
}
.contact_box > .ttl > span {
  display: block;
}
.contact_box > .ttl ._txt_l {
  margin-top: 2px;
  font-size: 32px;
}
.contact_box > .contact {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1076px;
  width: 90%;
  margin-top: calc(32 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: rgb(255,255,255);
  font-weight: 700;
}
.contact_box > .contact > .caption {
  position: absolute;
  top: -43px;
  left: calc(15 / 1076 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #8a867f;
  font-size: 19px;
  color: rgb(255,255,255);
}
.contact_box > .contact .ttl {
  font-size: 24px;
}
.contact_box > .contact .ttl > span {
  position: relative;
  display: inline-block;
}
.contact_box > .contact .ttl > span > span {
  position: relative;
  display: block;
}
.contact_box > .contact .ttl > span::before {
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: rgb(250,241,200);
  content: '';
}
.contact_box > .contact > .border {
  width: 2px;
  height: 133px;
  background-image: linear-gradient(to bottom, rgb(217,217,217), rgb(217,217,217) 8px, transparent 8px, transparent 16px);
  background-size: 2px 16px;
  background-position: top;
  background-repeat: repeat-y;
}
.contact_box > .contact > .contact_tel {
  padding-top: calc(34 / 1076 * 100%);
  padding-bottom: calc(34 / 1076 * 100%);
}
.contact_box > .contact > .contact_tel,
.contact_box > .contact > .contact_mail {
  width: calc((100% - 3px) / 2);
  text-align: center;
}
.contact_box > .contact > .contact_tel > .tel {
  display: block;
  width: 358px;
  height: 53px;
  margin-top: calc(32 / 537 * 100%);
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/tel02.png);
  background-position: left top;
}
.contact_box > .contact > .contact_tel > .note {
  padding-left: 144px;
}
.contact_box > .contact > .contact_mail {
  padding-top: calc(34 / 1076 * 100%);
  padding-bottom: calc(60 / 1076 * 100%);
}
.contact_box > .contact > .contact_mail > .link_btn {
  position: relative;
  display: block;
  width: 320px;
  margin-top: calc(24 / 537 * 100%);
  margin-right: auto;
  margin-left: auto;
  border-radius: 32px;
  background-color: #8a867f;
  color: rgb(255,255,255);
  font-size: 22px;
}
.contact_box > .contact > .contact_mail > .link_btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px rgba(255,255,255,0) solid;
  border-bottom: 7px rgba(255,255,255,0) solid;
  border-left: 13px rgba(255,255,255,1) solid;
  transform: translate(0, -50%);
  content: '';
}
.contact_box > .contact > .contact_mail > .link_btn:hover::after {
  right: 19px;
}
.contact_box > .contact > .contact_mail > .link_btn > span {
  display: block;
  padding-top: 2px;
  line-height: 62px;
}

@media screen and (max-width:1140px) {
  .contact_box > .contact .ttl {
    font-size: calc(0.8065vw + 14.8065px); /* 24->21 */
  }
  .contact_box > .contact > .caption {
    width: calc(6.7204vw + 23.3871px); /* 100->75 */
    height: calc(6.7204vw + 23.3871px);
    font-size: calc(0.8065vw + 9.8065px); /* 19->16 */
  }
  .contact_box > .contact > .contact_tel > .tel {
    width: calc(23.6559vw + 88.3226px); /* 358->270 */
    height: calc(3.4946vw + 13.1613px);
    background-size: contain;
  }
  .contact_box > .contact > .contact_tel > .note {
    padding-left: calc(20.9677vw - 95.0323px); /* 144->66 */
  }
  .contact_box > .contact > .contact_mail > .link_btn {
    font-size: calc(1.0753vw + 9.7419px); /* 22->18 */
  }
  .contact_box > .contact > .contact_mail > .link_btn > span {
    line-height: calc(4.3011vw + 12.9677px); /* 62->46 */
  }
}

@media screen and (max-width:767px) {
  .contact_box {
    /* display: none; */
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact_box > .ttl {
    font-size: 18px;
  }
  .contact_box > .ttl ._txt_l {
    font-size: 24px;
  }
  .contact_box > .contact {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .contact_box > .contact > .caption {
    width: 48px;
    height: 48px;
    font-size: 11px;
    top: -20px;
  }
  .contact_box > .contact > .contact_tel,
  .contact_box > .contact > .contact_mail {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .contact_box > .contact > .contact_tel > .tel {
    width: 270px;
    height: 40px;
  }
  .contact_box > .contact > .contact_mail {
    margin-top: 8px;
    padding-bottom: 32px;
  }
  .contact_box > .contact > .contact_mail > .link_btn {
    width: 90%;
    max-width: 320px;
    font-size: 16px;
  }
  .contact_box > .contact > .contact_mail > .link_btn > span {
    line-height: 48px;
  }
  .contact_box > .contact > .border {
    width: 90%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(to right, rgb(217,217,217), rgb(217,217,217) 8px, transparent 8px, transparent 16px);
    background-size: 16px 2px;
    background-repeat: repeat-x;
  }
}

/* --- navi ------ */
.footer-nav {
  margin-top: calc(24 / 1440 * 100%);

}
.footer-nav > ul {
  display: flex;
  justify-content: flex-end;
  margin-right: -24px;
}
.footer-nav > ul > li {
  position: relative;
  padding-right: 18px;
}
.footer-nav > ul > li::after {
  position: absolute;
  top: 50%;
  right: 6px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(201,194,184);
  transform: translate(0, -50%);
  content: '';
}
.footer-nav > ul > li:last-child {
  padding-right: 0;
}
.footer-nav > ul > li:last-child::after {
  display: none;
}
.footer-nav > ul > li > a {
  display: block;
  padding-right: 24px;
  padding-left: 24px;
  font-weight: 700;
}
.footer-nav > ul > li > a > span {
  display: block;
  padding-top: 2px;
  line-height: 62px;
}

@media screen and (max-width:1140px) {
  .footer-nav > ul > li {
    padding-right: 18px;
  }
  .footer-nav > ul > li > a {
    padding-right: calc(4.3011vw - 25.0323px);
    padding-left: calc(4.3011vw - 25.0323px);
  }
}

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


/* --- info ------ */
footer > .info {
  margin-top: calc(79 / 1440 * 100%);
}
footer > .info > .logo {
  width: 194px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-position: left top;
  background-size: 100%;
}
footer > .info > .name {
  padding-top: 2px;
  line-height: 39px;
  font-weight: 700;
}
footer > .footer_link {
  display: flex;
  justify-content: flex-end;
  margin-top: calc(22 / 1440 * 100%);
  border-bottom: 1px rgb(240,240,240) solid;
  padding-bottom: 7px;
}
footer > .footer_link > li {
  padding-left: 32px;
}
footer > .footer_link > li > a:hover {
  text-decoration: underline;
}

footer > .copy_right {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  footer > .info {
    margin-top: 32px;
  }
  footer > .footer_link {
    margin-top: 32px;
  }
  footer > .copy_right {
    margin-bottom: 96px;
  }
}


/* ------------
  Base
 ------------ */
.main_visual_2 {
  padding-top: calc(303 / 1440 * 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.lede_text.box01 .ttl {
  margin-top: 43px;
}
.lede_text.box01 .ttl > span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.lede_text.box01 .ttl > ._en {
  height: 48px;
}
.lede_text.box01 .text {
  margin-top: calc(56 / 1200 * 100%);
  line-height: 2;
}

.ttl_2 {
  position: relative;
  display: block;
  padding-top: 33px;
  padding-bottom: 23px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.ttl_2.ttl_2w {
  color: rgb(255,255,255);
}
.ttl_2::before,
.ttl_2::after {
  position: absolute;
  left: 50%;
  content: '';
  transform: translate(-50%, 0);
}
.ttl_2::before {
  top: 0;
  width: 53px;
  height: 15px;
  background-image: url(../images/icon_service.svg);
  background-repeat: no-repeat;
  background-size: 53px 15px;
}
.ttl_2.ttl_2_access::before {
  background-image: url(../images/icon_access.svg);
  width: 75px;
  height: 21px;
  background-size: 75px 21px;
}
.ttl_2.ttl_2_area::before {
  background-image: url(../images/icon_area.svg);
  width: 75px;
  height: 19px;
  background-size: 75px 19px;
}
.ttl_2.ttl_2_company::before {
  background-image: url(../images/icon_company.svg);
  width: 75px;
  height: 23px;
  background-size: 75px 23px;
}
.ttl_2.ttl_2_price::before {
  background-image: url(../images/icon_price.svg);
  width: 75px;
  height: 19px;
  background-size: 75px 19px;
}
.ttl_2.ttl_2_quality::before {
  background-image: url(../images/icon_quality.svg);
  width: 75px;
  height: 21px;
  background-size: 75px 21px;
}
.ttl_2.ttl_2_service::before {
  background-image: url(../images/icon_service.svg);
  width: 75px;
  height: 21px;
  background-size: 75px 21px;
}
.ttl_2::after {
  bottom: 0;
  width: 40px;
  height: 4px;
  border-top: 2px rgb(201,194,184) solid;
  border-bottom: 2px rgb(201,194,184) solid;
}

@media screen and (max-width:767px) {
  .ttl_2 {
    padding-top: 28px;
    padding-bottom: 21px;
    font-size: 24px;
  }
  .lede_text.box01 .ttl > span {
    font-size: 24px;
  }
  .lede_text.box01 .ttl > ._en {
    margin-top: 6px;
  }
  .lede_text.box01 .text {
    margin-top: 40px;
    text-align: left;
  }
}


/* --- fade_in_box ------ */
.fade_in_box._ready {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition:
    opacity 1.2s cubic-bezier(.165, .84, .44, 1),
    transform 1.2s cubic-bezier(.165, .84, .44, 1);
}
.fade_in_box._ready._start {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* ------------
  Home
 ------------ */
body.home {
  padding-top: 0;
}
/* --- header ------ */
header._ready {
  background-color: rgba(255,255,255,0);
}
.home header._ready {
  position: absolute;
  width: 100%;
  z-index: 900;
}
.home header._ready > .logo {
  top: calc(34 / 96 * 100%);
  left: calc(48 / 1440 * 100%);
}
.home header._ready > .logo > span {
  font-weight: 700;
}
.home header._ready > .contact {
  width: 396px;
  top: calc(16 / 96 * 100%);
  right: calc(32 / 1440 * 100%);
}
.home header._ready > .contact > .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 247px;
  height: 22px;
  margin-top: 0;
  border-radius: 11px;
}
.home header._ready > .contact > .caption > span > br {
  display: none;
}
.home header._ready > .contact > .contact_tel {
  width: calc(396px - 118px);
  padding-top: 29px;
  padding-left: 0;
}
.home header._ready > .contact > .contact_tel > .note {
  margin-top: 3px;
  padding-left: 66px;
  font-weight: 700;
}
.home header._ready > .contact > .contact_mail {
  width: 118px;
}
.home header._ready > .contact > .contact_mail > a {
  border-radius: 4px;
}

.home .header-nav._ready {
  position: relative;
  top: 0;
}
.header-nav._ready {
  /* position: relative;
  top: auto; */
}
.home .header-nav .main_navi > li {
  position: relative;
}
.home .header-nav .main_navi > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(201,194,184);
  transform: translate(50%, -50%);
  content: '';
}
.home .header-nav .main_navi > li:last-child::after {
  display: none;
}

@media screen and (max-width:767px) {
  .home header._ready {
    height: 100vh;
  }
  .home header._ready > .logo {
    top: 32px !important;
    left: 32px !important;
  }
  .home header._ready > .contact._init {
    background-color: rgba(255,255,255,0);
  }
  .home .header-nav._ready {
    position: absolute;
  }
  .home .header-nav .header-nav-button {
    top: 16px;
    right: 16px;
    position: absolute;
  }
  .home .header-nav .header-nav-button._fixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .home .header-nav .main_navi > li::after {
    display: none;
  }
}

/* --- main_visual ------ */
.home .main_visual {
  position: relative;
  width: calc(1408 / 1440 * 100%);
  margin-top: calc(16 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  padding-top: calc(794 / 1440 * 100%);
  background-image: url(../images/top/main.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 100;
}
.home .main_visual .text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: calc(100 / 1408 * 100%);
  padding-bottom: calc(38 / 1408 * 100%);
  font-weight: 700;
}
.home .main_visual .text_box > ._txt_l {
  display: block;
  font-size: 40px;
}
.home .main_visual .text_box > ._txt_m {
  display: block;
  margin-top: calc(40 / 1408 * 100%);
  font-size: 18px;
}
.home .main_visual .text_box > .link_btn {
  position: relative;
  display: block;
  width: 240px;
  margin-top: calc(192 / 1408 * 100%);
  border-radius: 8px;
  background-color: #8a867f;
  font-size: 20px;
  color: rgb(255,255,255);
}
.home .main_visual .text_box > .link_btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}
.home .main_visual .text_box > .link_btn:hover::after {
  right: 17px;
}
.home .main_visual .text_box > .link_btn > span {
  display: flex;
  align-items: center;
  height: 56px;
}
.home .main_visual .text_box > .link_btn > span > .caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(3.1em + 15px);
  padding-left: 15px;
  font-size: 12px;
}
.home .main_visual .text_box > .link_btn > span > .caption > span {
  width: 1em;
}
.home .main_visual .text_box > .link_btn > span > .btn {
  padding-left: 28px;
}


@media screen and (max-width:1140px) {
  .home .main_visual {
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
  .home .main_visual .text_box > ._txt_l {
    font-size: calc(2.1505vw + 15.4839px); /* 40->32 */
  }
  .home .main_visual .text_box > ._txt_m {
    font-size: calc(1.0753vw + 5.7419px); /* 18->14 */
  }
  .home .main_visual .text_box > .link_btn {
    margin-top: calc(33.6022vw - 242.0645px); /* 141->16 */
    font-size: calc(0.5376vw + 13.871px); /* 20->18 */
  }
  .home .main_visual .text_box > .link_btn > span {
    height: calc(3.2258vw + 19.2258px);/* 56->44 */
  }
}

@media screen and (max-width:767px) {
  .home .main_visual {
    position: relative;
    z-index: 100;
    width: calc(343 / 375 * 100%);
    margin-top: calc(16 / 375 * 100%);
    padding-top: calc(100vh - (32 / 375 * 100%));
    background-image: url(../images/top/main_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .home .main_visual .text_box {
    bottom: 128px;
    /* bottom: calc(env(safe-area-inset-bottom) + 128px); */
    padding-left: calc(12 / 343 * 100%);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .home .main_visual .text_box > ._txt_l {
    font-size: 20px;

  }
  .home .main_visual .text_box > ._txt_m {
    display: none;
  }
  .home .main_visual .text_box > .link_btn {
    display: none;
  }
}


/* --- box01 ------ */
.home .box01 {
  margin-top: calc(80 / 1440 * 100%);
}
.home .lede_text .ttl {
  text-align: center;
}
.home .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/top/en_top.svg);
  background-position: center center;
  background-size: 134px 12px;
}
.home .box01 .text {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width:767px) {
  .home .box01 .text {
    text-align: left;
  }
}

/* --- box02 ------ */
.home .box02 {
  margin-top: calc(184 / 1440 * 100%);
  margin-bottom: calc(224 / 1440 * 100%);
  background-color: #e2e1df;
}
.home .box02 .box02_head {
  transform: translate(0, -80%);
}
.home .box02 .box02_head.for_pc {
  transform: translate(0, -80%);
  margin-bottom: calc(16 / 1440 * 100%);
}
.home .box02 .box02_foot {
  transform: translate(0, 80%);
}
.home .box02 .box02_foot.for_pc {
  margin-top: calc(176 / 1440 * 100%);
}

.home .box02 .service_list {
  display: flex;
  justify-content: space-around;
  margin-top: calc(72 / 1440 * 100%);
}
.home .box02 .service_list > li {
  position: relative;
  width: calc(278 / 1200 * 100%);
}
.home .box02 ._ready .service_list > li {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.home .box02 ._ready .service_list > li:nth-child(1) {
  transition: opacity 1.2s .2s cubic-bezier(.165, .84, .44, 1), transform 1.2s .2s cubic-bezier(.165, .84, .44, 1);
}
.home .box02 ._ready .service_list > li:nth-child(2) {
  transition: opacity 1.2s .4s cubic-bezier(.165, .84, .44, 1), transform 1.2s .4s cubic-bezier(.165, .84, .44, 1);
}
.home .box02 ._ready .service_list > li:nth-child(3) {
  transition: opacity 1.2s .6s cubic-bezier(.165, .84, .44, 1), transform 1.2s .6s cubic-bezier(.165, .84, .44, 1);
}
.home .box02 ._ready .service_list > li:nth-child(4) {
  transition: opacity 1.2s .8s cubic-bezier(.165, .84, .44, 1), transform 1.2s .8s cubic-bezier(.165, .84, .44, 1);
}
.home .box02 ._ready._start .service_list > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.home .box02 .service_list > li > .list_ttl {
  text-align: center;
  color: #8a867f;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}
.home .box02 .service_list > li > .list_ttl > span {
  display: inline-block;
  border-bottom: 1px #8a867f solid;
}
.home .box02 .service_list > li > .image {
  margin-top: calc(35 / 278 * 100%);
}
.home .box02 .service_list > li > .image > img {
  width: 100%;
}
.home .box02 .service_list > li > .link_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 144px;
  border-radius: 20px;
  background-color: #8a867f;
  transform: translate(-50%, 50%);
}
.home .box02 .service_list > li > .link_btn > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  padding-left: 24px;
  color: rgb(255,255,255);
  font-size: 14px;
  font-weight: 700;
}
.home .box02 .service_list > li > .link_btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}
.home .box02 .service_list > li > .link_btn:hover::after {
  right: 9.5px;
}

@media screen and (max-width:767px) {
  .home .box02 {
    margin-top: 150px;
    margin-bottom: 160px;
  }
  .home .box02 .service_list {
    flex-wrap: wrap;
    margin-top: 62px;
    padding-bottom: 64px;
  }
  .home .box02 .service_list > li {
    width: 100%;
    margin-top: 80px;
  }
  .home .box02 .service_list > li:first-child {
    margin-top: 0;
  }
  .home .box02 .service_list > li > .image {
    margin-top: 32px;
  }
}

/* --- box03 ------ */
.home .box03 {
  padding-bottom: calc(160 / 1440 * 100%);
}
.home .box03 .features_list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(86 / 1160 * 100%);
}
.home .box03 .features_list > li {
  position: relative;
  width: calc(340 / 1160 * 100%);
}
.home .box03 .features_list > li:nth-child(2) {
  margin-top: calc(30 / 1160 * 100%);
}
.home .box03 .features_list > li:nth-child(3) {
  margin-top: calc(50 / 1160 * 100%);
}
.home .box03._ready .features_list > li {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
.home .box03._ready .features_list > li:nth-child(1) {
  transition: opacity 1.2s .2s cubic-bezier(.165, .84, .44, 1), transform 1.2s .2s cubic-bezier(.165, .84, .44, 1);
}
.home .box03._ready .features_list > li:nth-child(2) {
  transition: opacity 1.2s .4s cubic-bezier(.165, .84, .44, 1), transform 1.2s .4s cubic-bezier(.165, .84, .44, 1);
}
.home .box03._ready .features_list > li:nth-child(3) {
  transition: opacity 1.2s .6s cubic-bezier(.165, .84, .44, 1), transform 1.2s .6s cubic-bezier(.165, .84, .44, 1);
}
.home .box03._ready._start .features_list > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.home .box03 .features_list > li > .list_ttl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: calc(310 / 340 * 100%);
  margin-top: calc(48 / 340 * 100%);
  padding-top: calc(21 / 340 * 100%);
  padding-bottom: calc(19 / 340 * 100%);
  border-radius: 0 8px 8px 0;
  background-color: rgba(255,255,255,0.9);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.home .box03 .features_list > li > .image {
  position: relative;
  z-index: 100;
}
.home .box03 .features_list > li > .image > img {
  width: 100%;
}
.home .box03 .features_list > li > .list_text {
  position: relative;
  margin-top: calc(12 / 340 * 100%);
  padding-right: calc(12 / 340 * 100%);
  padding-left: calc(12 / 340 * 100%);
  line-height: 2;
}
.home .box03 .link_btn_box {
  margin-top: calc(96 / 1160 * 100%);
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e2e1df;
}
.home .box03._ready .link_btn_box {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1.2s .8s cubic-bezier(.165, .84, .44, 1), transform 1.2s .8s cubic-bezier(.165, .84, .44, 1);
}
.home .box03._ready._start .link_btn_box {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.home .box03 .link_btn_box .link_btn {
  position: relative;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #8a867f;
}
.home .box03 .link_btn_box .link_btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}
.home .box03 .link_btn_box .link_btn:hover::after {
  right: 17px;
}
.home .box03 .link_btn_box .link_btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: rgb(255,255,255);
  font-weight: 700;
}

@media screen and (max-width:1140px) {
  .home .box03 .features_list > li > .list_ttl {
    font-size: calc(1.0753vw + 7.7419px); /* 20->16 */
  }
  .home .box03 .features_list > li > .list_text {
    font-size: calc(0.5376vw + 9.871px); /* 16->14 */
  }
}

@media screen and (max-width:767px) {
  .home .box03 {
    padding-bottom: 96px;
  }
  .home .box03 .features_list {
    flex-wrap: wrap;
  }
  .home .box03 .features_list > li {
    width: 100%;
  }
  .home .box03 .features_list > li > .list_ttl {
    left: 50%;
    z-index: 300;
    width: calc(327 / 343 * 100%);
    margin-top: calc(278 / 343 * 100%);
    border-radius: 8px;
    padding-top: 22px;
    padding-bottom: 0;
    padding-left: 18px;
    background-color: rgba(255,255,255,1);
    font-size: 20px;
    transform: translate(-50%, 0);
  }
  .home .box03 .features_list > li > .list_text {
    margin-top: 45px;
    font-size: 16px;
  }
  .home .box03 .link_btn_box {
    margin-top: 132px;
  }
  .home .box03 .link_btn_box .link_btn {
    width: calc(299 / 375 * 100%);
  }
}


/* --- box04 ------ */
.home .box04 {
  padding-top: calc(96 / 1440 * 100%);
  padding-bottom: calc(160 / 1440 * 100%);
  background-color: rgb(248,247,245);
}
.home .area_info_box {
  display: flex;
  justify-content: space-between;
  margin-top: calc(96 / 1440 * 100%);
}
.home .area_info_box .area_map_box {
  width: calc(572 / 1160 * 100%);
  border-radius: 16px;
  border: 4px rgb(255,255,255) solid;
  background-color: #e2e1df;
}
.home .area_info_box .area_map_box > .ttl {
  border-radius: 12px 12px 0 0;
  padding-top: calc(17 / 572 * 100%);
  padding-bottom: calc(15 / 572 * 100%);
  background-color: #8a867f;
  text-align: center;
  color: rgb(255,255,255);
  font-size: 24px;
  font-weight: 700;
}
.home .area_info_box .area_map_box > .image {
}
.home .area_info_box .area_map_box > .image > img {
  width: 100%;
}
.home .area_info_box .area_list_box {
  width: calc((100% - 16px) / 2);
  border-radius: 16px;
  border: 1px rgb(159,159,159) dotted;
  padding-top: calc(24 / 1160 * 100%);
  padding-right: calc(32 / 1160 * 100%);
  padding-left: calc(32 / 1160 * 100%);
  background-color: rgb(255,255,255);
}
.home .area_info_box .area_list_box > .ttl {
  text-align: center;
}
.home .area_info_box .area_list_box > .ttl > span {
  position: relative;
  display: inline-block;
  border-bottom: 2px rgb(201,194,184) solid;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}
.home .area_info_box .area_list_box > .ttl > span::before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  display: block;
  width: calc(21 / 290 * 100%);
  padding-top: calc(16 / 290 * 100%);
  background-image: url(../images/top/icon_track.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}
.home .area_info_box .area_list > .ttl {
  position: relative;
  margin-top: calc(32 / 572 * 100%);
  padding-left: calc(32 / 572 * 100%);
  font-size: 18px;
  font-weight: 700;
}
.home .area_info_box .area_list > .ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px rgb(168,168,168) solid;
  transform: translate(0, -50%);
  content: '';
}
.home .area_info_box .area_list > .ttl::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 1px;
  display: block;
  width: 13px;
  height: 8px;
  border: 4px #8a867f solid;
  border-top-style: none;
  border-right-style: none;
  transform: translate(0, -50%) rotate(-45deg);
  content: '';
}
.home .area_info_box .area_list > .area_name {
  margin-top: calc(8 / 506 * 100%);
  border-radius: 6px;
  padding: calc(16 / 506 * 100%) calc(30 / 506 * 100%);
  background-color: rgb(248,247,245);
}
.home .area_info_box .area_list > ul {
  margin-top: calc(32 / 506 * 100%);
  border-bottom: 1px rgb(159,159,159) dotted;
  padding-bottom: calc(32 / 506 * 100%);
}
.home .area_info_box .area_list > ul > li {
  position: relative;
  margin-bottom: calc(16 / 506 * 100%);
  padding-left: calc(30 / 506 * 100%);
  font-weight: 700;
}
.home .area_info_box .area_list > ul > li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(201,194,184);
  transform: translate(0, -50%);
  content: '';
}
.home .area_info_box .area_list > .link_btn_box {
  display: flex;
  justify-content: space-between;
  margin-top: calc(40 / 506 * 100%);
  padding-bottom: calc(32 / 506 * 100%);
}
.home .area_info_box .area_list .link_btn {
  position: relative;
  display: block;
  width: calc(240 / 506 * 100%);
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #8a867f;
}
.home .area_info_box .area_list .link_btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(../images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  content: '';
}
.home .area_info_box .area_list .link_btn:hover::after {
  right: 8px;
}
.home .area_info_box .area_list .link_btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: rgb(255,255,255);
  font-weight: 700;
}

@media screen and (max-width:1140px) {
  .home .area_info_box .area_list > .ttl {
    padding-left: 22px;
    font-size: calc(0.5376vw + 9.871px); /* 18 ->16 */
  }
  .home .area_info_box .area_list > .area_name {
    font-size: calc(0.5376vw + 9.871px); /* 16 ->14 */
  }
  .home .area_info_box .area_list > ul {
    font-size: calc(0.5376vw + 9.871px); /* 16 ->14 */
  }
  .home .area_info_box .area_list > ul > li::before {
    left: calc(2.957vw - 21.7097px); /* 12->1 */
  }
  .home .area_info_box .area_list .link_btn > span {
    justify-content: flex-start;
    padding-left: calc(7.5269vw - 49.8065px); /* 36->8 */
    font-size: calc(0.5376vw + 9.871px); /* 16 ->14 */
  }
}

@media screen and (max-width:767px) {
  .home .box04 {
    padding-top: 72px;
    padding-bottom: 32px;
  }
  .home .area_info_box {
    margin-top: 72px;
    flex-wrap: wrap;
  }
  .home .area_info_box .area_map_box {
    width: 100%;
  }
  .home .area_info_box .area_map_box > .ttl {
    font-size: 20px;
  }
  .home .area_info_box .area_list_box {
    width: 100%;
    margin-top: 40px;
    padding: 24px 16px;
  }
  .home .area_info_box .area_list_box > .ttl > span {
    font-size: 18px;
    width: 100%;
  }
  .home .area_info_box .area_list > .ttl {
    font-size: 18px;
  }
  .home .area_info_box .area_list > ul {
    margin-top: 24px
    font-size: 14px;
    padding-bottom: 24px;
  }
  .home .area_info_box .area_list > ul > li {
    padding-left: 30px;
  }
  .home .area_info_box .area_list > ul > li::before {
    top: 10.5px;
    left: 12px;
  }
  .home .area_info_box .area_list > .link_btn_box {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .home .area_info_box .area_list .link_btn {
    width: 100%;
    max-width: 294px;
    margin-top: 16px;
  }
  .home .area_info_box .area_list .link_btn > span {
    justify-content: center;
    padding-left: 0;
    font-size: 16px;
  }
  .home .area_info_box .area_list .link_btn::after {
    right: 24px;
  }
  .home .area_info_box .area_list .link_btn:hover::after {
    right: 16px;
  }
}


/* --- box05 ------ */
.home .box05 {
  margin-top: calc(120 / 1440 * 100%);
}
.home .box05 > .text {
  text-align: center;
  margin-top: calc(88 / 1440 * 100%);
}
.home .box05 > .price_list_box {
  margin-top: calc(52 / 1440 * 100%);
}


.home .contact_box {
  margin-top: calc(144 / 1440 * 100%);
}

@media screen and (max-width:767px) {
  .home .box05 {
    margin-top: 96px;
    padding-bottom: 72px;
  }
  .home .box05 > .text {
    margin-top: 64px;
    font-size: 16px;
    text-align: left;
  }
  .home .box05 > .price_list_box {
    margin-top: 88px;
  }
}


/* ------------
  About
 ------------ */

.about .main_visual_2 {
  background-image: url(../images/about/main.jpg);
}
.about .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/about/en_about.svg);
  background-position: center center;
  background-size: 112.35px 11.76px;
}

/* --- box01 ------ */
.about .box01 {
}
.about .box01_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: calc(120 / 1200 * 100%);
}
.about .box01_inner .text_box {
  width: calc(688 / 1200 * 100%);
  padding-right: calc(40 / 1200 * 100%);
}
.about .box01_inner .text_box .ttl {
  margin-top: calc(28 / 688 * 100%);
  font-size: 32px;
  font-weight: 700;
}
.about .box01_inner .text_box .text {
  margin-top: calc(44 / 688 * 100%);
}
.about .box01_inner .image {
  width: calc(468 / 1200 * 100%);

}
.about .box01_inner .image .image_inner {
  border-radius: 8px;
  box-shadow: 16px 16px rgb(248,247,245);
}
.about .box01_inner .image img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .about .box01_inner {
    position: relative;
    display: block;
  }
  .about .box01_inner .text_box {
    width: 100%;
    padding-right: 0;
  }
  .about .box01_inner .text_box .ttl {
    font-size: 22px;
    padding-bottom: calc(48px + (497 / 468 * 100%));
  }
  .about .box01_inner .image {
    position: absolute;
    top: 96px;
    z-index: 300;
    width: 100%;
  }
  .about .box01_inner .text_box .text {
    font-size: 16px;
  }

}

/* --- box02 ------ */
.about .box02 {
  margin-top: calc(176 / 1440 * 100%);
  padding-top: calc(120 / 1440 * 100%);
  background: linear-gradient(180deg, rgb(248,247,245) 0%, rgb(248,247,245) 295px, rgb(255,255,255) 295px, rgb(255,255,255) 100%);
}
.about .box02 .box02_inner {
  padding-top: calc(72 / 1440 * 100%);
  background-color: rgb(255,255,255);
}
.about .anshin_box {
  position: relative;
  display: block;
  width: calc(1200 / 1264 * 100%);
  margin-top: calc(120 / 1264 * 100%);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: calc(160 / 1264 * 100%);
}
.about .anshin_box .anshin_body {
  display: block;
  width: calc(600 / 1200 * 100%);
  margin-top: calc(88 /1200 * 100%);
}
.about .anshin_box .anshin_body:nth-child(1) {
  width: calc(800 / 1200 * 100%);
}
.about .anshin_box .anshin_body:nth-child(2) {
  margin-left: calc(194 / 1200 * 100%);
}
.about .anshin_box .anshin_body:nth-child(3) {
  margin-left: calc(550 / 1200 * 100%);
}
.about .anshin_body .num {
  width: 153px;
  height: 136px;
  background-repeat: no-repeat;
  background-size: contain;
}
.about .anshin_body:nth-child(1) .num {
  background-image: url(../images/about/icon_num1.png);
}
.about .anshin_body:nth-child(2) .num {
  background-image: url(../images/about/icon_num2.png);
}
.about .anshin_body:nth-child(3) .num {
  background-image: url(../images/about/icon_num3.png);
}
.about .anshin_body .ttl {
  margin-top: -40px;
  padding-left: calc(54 / 600 * 100%);
  font-size: 24px;
  font-weight: 700;
}
.about .anshin_body:nth-child(1) .ttl {
  padding-left: calc(54 / 800 * 100%);
}
.about .anshin_body .text {
  margin-top: 36px;
  padding-left: calc(54 / 600 * 100%);
}
.about .anshin_body:nth-child(1) .text {
  width: calc(740 / 800 * 100%);
  padding-left: calc(54 / 800 * 100%);
}
.about .anshin_body:nth-child(2) .text {
  width: calc(424 / 600 * 100%);
}
.about .anshin_body:nth-child(3) .text {
  width: calc(500 / 600 * 100%);
}
.about .anshin_box > .image {
}
.about .anshin_box > .image > img {
  width: 100%;
}
.about .anshin_box > .image:nth-child(4) {
  position: absolute;
  top: 111px;
  right: 0;
  width: calc(372 / 1200 * 100%);
}
.about .anshin_box > .image:nth-child(5) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(459 / 1200 * 100%);
}

@media screen and (max-width:767px) {
  .about .anshin_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .about .anshin_box .anshin_body {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .about .anshin_body .num {
    width: 76.5px;
    height: 68px;
  }
  .about .anshin_body .ttl {
    margin-top: -24px;
    padding-right: 8px;
    padding-left: 16px !important;
    font-size: 20px;
  }
  .about .anshin_body .text {
    width: 100% !important;
    margin-top: 24px;
    padding-right: 8px;
    padding-left: 16px !important;
  }
  .about .anshin_box > .image:nth-child(4),
  .about .anshin_box > .image:nth-child(5) {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 16px;
  }
  .about .anshin_box > .image:nth-child(4) {
    width: calc(109 / 325 * 100%);
  }
  .about .anshin_box > .image:nth-child(5) {
    width: calc(200 / 325 * 100%);
  }
}

/* --- box03 ------ */
.about .box03 {
  margin-top: calc(176 / 1440 * 100%);
  padding-top: calc(120 / 1440 * 100%);
  padding-bottom: calc(80 / 1440 * 100%);
  background-color: #8a867f;
  color: rgb(255,255,255);
}
.about .box03 .corporate_info {
  width: 508px;
  margin-top: calc(72 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  /* border-top: 1px rgb(255,255,255) dashed; */
  background-image: linear-gradient(to right, rgb(212 212 212), rgb(212 212 212) 1px, #e2e1df 1px, #e2e1df 2px, rgb(212 212 212) 2px, rgb(212 212 212) 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.about .box03 .corporate_info > li {
  display: flex;
  justify-content: flex-start;
  /* border-bottom: 1px rgb(255,255,255) dashed; */
  padding-top: 24px;
  padding-bottom: 22px;
  background-image: linear-gradient(to right, rgb(212 212 212), rgb(212 212 212) 1px, #e2e1df 1px, #e2e1df 2px, rgb(212 212 212) 2px, rgb(212 212 212) 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.about .box03 .corporate_info > li > .caption {
  width: 110px;
  margin-right: 40px;
  text-align: right;
}
.about .box03 .corporate_info > li > .item {
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .about .box03 .corporate_info {
    width: 100%;
  }
  .about .box03 .corporate_info > li > .caption {
    width: calc(110 / 375 * 100%);
    margin-right: calc(40 / 375 * 100%);
  }
  .about .box03 .corporate_info > li > a.item {
    color: rgb(255,255,255);
  }
}


/* --- box04 ------ */
.about .box04 {
}
.about .box04 .box04_inner {
  display: flex;
}
.about .box04 .box04_inner .text_box {
  width: 50%;
  padding-top: calc(120 / 1440 * 100%);
}
.about .box04 .box04_inner .text_box .text {
  width: calc(430 / 720 * 100%);
  margin-top: calc(72 / 720 * 100%);
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}
.about .box04 .box04_inner .map_box {
  width: 50%;
  height: 640px;
}

@media screen and (max-width:767px) {
  .about .box04 .box04_inner {
    flex-wrap: wrap;
  }
  .about .box04 .box04_inner .text_box {
    width: 100%;
  }
  .about .box04 .box04_inner .text_box .text {
    width: calc(100% - 48px);
  }
  .about .box04 .box04_inner .map_box {
    width: 100%;
    margin-top: 24px;
  }
}

/* --- box05 ------ */
.about .box05 {
  margin-top: calc(160 / 1440 * 100%);
}
.about .box05 .box05_inner {
  display: flex;
  justify-content: space-around;
  margin-top: calc(72 / 1440 * 100%);
}
.about .box05 .box05_inner > li {
  position: relative;
  width: calc(278 / 1200 * 100%);
}
.about .box05 .box05_inner > li > .ttl {
  text-align: center;
  color: #8a867f;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}
.about .box05 .box05_inner > li > .ttl > span {
  display: inline-block;
  border-bottom: 1px #8a867f solid;
}
.about .box05 .box05_inner > li > .image {
  margin-top: calc(35 / 278 * 100%);
}
.about .box05 .box05_inner > li > .image > img {
  width: 100%;
}
.about .box05 .box05_inner > li > .text {
  margin-top: calc(16 / 278 * 100%);
  padding-bottom: calc(80 / 278 * 100%);
  line-height: 2;
  font-size: 14px;
}
.about .box05 .box05_inner > li > .link_box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .box05 .box05_inner > li > .link_box > .link_text {
  color: #8a867f;
  font-size: 14px;
  font-weight: 700;
}

.about .contact_box {
  margin-top: calc(160 / 1440 * 100%);
}

@media screen and (max-width:1140px) {
  .about .box05 .box05_inner > li > .ttl {
    font-size: calc(1.0753vw + 7.7419px);
  }
}
@media screen and (max-width:767px) {
  .about .box05 {
    padding-bottom: 72px;
  }
  .about .box05 .box05_inner {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .about .box05 .box05_inner > li {
    width: 100%;
    margin-top: 48px;
  }
  .about .box05 .box05_inner > li:first-child {
    margin-top: 0;
  }
  .about .box05 .box05_inner > li > .ttl {
    font-size: 20px;
  }
  .about .box05 .box05_inner > li > .image {
    margin-top: 16px;
  }
  .about .box05 .box05_inner > li > .text {
    padding-bottom: 48px;
    font-size: 16px;
  }
  .about .box05 .box05_inner > li > .link_box > .link_text {
    font-size: 16px;
  }
}


/* ------------
  Service
 ------------ */

.service .main_visual_2 {
  background-image: url(../images/service/main.jpg);
}
.service .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/service/en_service.svg);
  background-position: center center;
  background-size: 112.35px 11.76px;
}

.service .service_list_box {
  margin-top: calc(120 / 1440 * 100%);
}
.service .service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service .service_list > li {

  width: calc(560 / 1200 * 100%);
  margin-bottom: calc(52 / 1200 * 100%);
  padding-top: calc(303 / 1200 * 100%);
  padding-right: calc(30 / 1200 * 100%);
  padding-left: calc(30 / 1200 * 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.service .service_list > li:nth-child(1) {
  background-image: url(../images/service/img02_01.jpg);
}
.service .service_list > li:nth-child(2) {
  background-image: url(../images/service/img02_02.jpg);
}
.service .service_list > li:nth-child(3) {
  background-image: url(../images/service/img02_03.jpg);
}
.service .service_list > li:nth-child(4) {
  background-image: url(../images/service/img02_04.jpg);
}
.service .service_list .service_box {
  height: 496px;
  border-radius: 8px;
  padding-top: calc(36 / 560 * 100%);
  background-color: rgb(255,255,255);
}
.service .service_list .service_box .ttl {
  text-align: center;
  color: #8a867f;
  font-size: 24px;
  font-weight: 700;
}
.service .service_list .service_box .text {
  margin-top: calc(32 / 500 * 100%);
  padding-right: calc(45 / 500 * 100%);
  padding-left: calc(45 / 500 * 100%);
  line-height: 2;
}
.service .service_list .service_box .link_box {
  margin-top: calc(56 / 500 * 100%);
  text-align: right;
}
.service .service_list .service_box .link_box .text_link {
  margin-right: calc(45 / 500 * 100%);
  text-decoration: underline;
  font-weight: 700;
  color: #8a867f;
}

.service .contact_box {
  margin-top: calc(96 / 1440 * 100%);
}

@media screen and (max-width:1140px) {
  .service .service_list .service_box .text {
    font-size: calc(0.5376vw + 9.871px); /* 16->14 */
  }
}

@media screen and (max-width:767px) {
  .service .service_list_box {
    padding-bottom: 72px;
  }
  .service .service_list_box {
    margin-top: 32px;
  }
  .service .service_list > li {
    width: 100%;
    margin-top: 32px;
  }
  .service .service_list .service_box {
    height: auto;
    min-height: 320px;
  }
  .service .service_list .service_box .ttl {
    font-size: 20px;
  }
  .service .service_list .service_box .text {
    min-height: 66vw;
    font-size: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .service .service_list .service_box .link_box {
    font-size: 16px;
  }
}


/* ------------
  Flow
 ------------ */

.flow .main_visual_2 {
  background-image: url(../images/flow/main.jpg);
}
.flow .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/flow/en_flow.svg);
  background-position: center center;
  background-size: 43.554px 11.76px;
}

.flow .flow_box {
  margin-top: calc(120 / 1440 * 100%);
  padding-top: calc(138 / 1440 * 100%);
  padding-bottom: calc(148 / 1440 * 100%);
  background-color: rgb(248,247,245);
}
.flow .flow_list ul > li {
  position: relative;
  margin-top: calc(142/ 1440 * 100%);
}
.flow .flow_list ul > li:first-child {
  margin-top: 0;
}
.flow .flow_list ul > li > .step_box {

  position: relative;
  width: calc(900 / 1200 * 100%);
  height: 342px;
  margin-right: auto;
  border-radius: 8px;
  padding-top: calc(53 / 1200 * 100%);
  padding-left: calc(34 / 1200 * 100%);
  background-color: rgb(255,255,255);
}
.flow .flow_list .step_box .step_num {
  position: absolute;
  left: 21px;
  top: -23px;
  width: 120px;
  height: 43px;
}
.flow .flow_list li:nth-child(1) .step_num {
  background-image: url(../images/flow/icon_step01.png);
}
.flow .flow_list li:nth-child(2) .step_num {
  background-image: url(../images/flow/icon_step02.png);
}
.flow .flow_list li:nth-child(3) .step_num {
  background-image: url(../images/flow/icon_step03.png);
}
.flow .flow_list li:nth-child(4) .step_num {
  background-image: url(../images/flow/icon_step04.png);
}
.flow .flow_list li:nth-child(5) .step_num {
  background-image: url(../images/flow/icon_step05.png);
}
.flow .flow_list .step_box .ttl {
  font-size: 28px;
  font-weight: 700;
}
.flow .flow_list .step_box .text {
  margin-top: calc(28 / 900 * 100%);
  padding-right: calc(190 / 900 * 100%);
  line-height: 2;
}
.flow .flow_list ul > li > .image {
  position: absolute;
  right: 0;
  top: calc( 106 / 342 * 100%);
  width: calc(464 / 1200 * 100%);

}
.flow .flow_list ul > li > .image img {
  width: 100%;
}

.flow .contact_box {
}

@media screen and (max-width:767px) {
  .flow .flow_box {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .flow .flow_list ul > li > .step_box {
    width: 100%;
    height: auto;
    padding: 16px 16px 48px;
  }
  .flow .flow_list .step_box .step_num {
    left: 16px;
    top: -12px;
    width: 60px;
    height: 21.5px;
    background-size: contain;
  }
  .flow .flow_list .step_box .ttl {
    font-size: 20px;
  }
  .flow .flow_list ul > li > .image {
    position: relative;
    width: 100%;
    margin-top: -32px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ------------
  Price
 ------------ */

.price .main_visual_2 {
  background-image: url(../images/price/main.png);
}
.price .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/price/en_price.svg);
  background-position: center center;
  background-size: 43.484px 11.76px;
}
.price .price_box {
  margin-top: calc(120 / 1440 * 100%);
}
.price_list_box {
  max-width: 964px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.price_list_header {

  border-radius: 8px 8px 0 0;
  background-color: #8a867f;
  color: rgb(255,255,255);
}
.price_list_body {

  border: 2px rgb(193,193,193) dashed;
  border-top-style: none;
  border-radius: 0 0 8px 8px;
}
.price_list_header ul,
.price_list_body ul {
  display: flex;
}
.price_list_header li,
.price_list_body li {
  padding-top: calc(19 / 964 * 100%);
  padding-bottom: calc(17 / 964 * 100%);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.price_list_box li.madori {
  width: calc(238 / 964 * 100%);
}
.price_list_box li.ryoukin {
  width: calc(468 / 964 * 100%);
}
.price_list_box li.jikan {
  width: calc(258 / 964 * 100%);
}
.price_list_box .price_list_header li {
  border-bottom: 2px rgb(255,255,255) solid;
}
.price_list_box .price_list_header li:nth-child(2),
.price_list_box .price_list_body li:nth-child(2) {
  border-right: 2px rgb(255,255,255) solid;
  border-left: 2px rgb(255,255,255) solid;
}
.price_list_box .price_list_body li > span > span {
  color: #8a867f;
  font-size: 22px;
}
.price_list_box .price_list_body ul:nth-child(2n+1) {
  background-color: rgb(244,244,244);
}
.price_list_box .note {
  line-height: 2;
  text-align: right;
}

.price .contact_box {
  margin-top: calc(160 / 1440 * 100%);
}

@media screen and (max-width:767px) {
  .price .price_box {
    padding-bottom: 72px;
  }
  .price_list_body {
    border-style: none;
  }
  .price_list_body ul {
    position: relative;
    display: block;
    margin-top: 20px;
  }
  .price_list_box .price_list_body ul:nth-child(2n+1) {
    background-color: transparent;
  }
  .price_list_body ul::after {
    box-sizing: border-box;
    position: absolute;
    top: 71px;
    left: 50%;
    display: block;
    width: 100%;
    height: 146px;
    border-radius: 0 0 8px 8px;
    border: 2px rgb(193,193,193) dashed;
    border-top-style: none;
    content: '';
    transform: translate(-50%, 0);
  }
  .price_list_box .price_list_header li:nth-child(2), .price_list_box .price_list_body li:nth-child(2) {
    border-style: none;
  }
  .price_list_box li.madori,
  .price_list_box li.ryoukin,
  .price_list_box li.jikan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  .price_list_box li.madori {
    height: 71px;
    border-radius: 8px 8px 0 0;
    background-color: #8a867f;
    color: rgb(255,255,255);
    font-size: 18px;
  }
  .price_list_box li > span {
    position: relative;
    display: block;
    width: 100%;
  }
  .price_list_box li > span::before {
    position: absolute;
    left: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  .price_list_box li.madori > span::before {
    top: -13px;
    content: '間取り';
  }
  .price_list_box li.ryoukin {
    height: 92px;
    padding-top: 11px;
    font-size: 14px;
  }
  .price_list_box li.ryoukin > span::before {
    top: -28px;
    content: '料金相場';
  }
  .price_list_box .price_list_body li > span > span {
    font-size: 18px;
  }
  .price_list_box li.jikan {
    height: 52px;
    padding: 0;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    background-color: rgb(244,244,244);
  }
  .price_list_box li.jikan > span::before {
    top: -8px;
    content: '作業時間';
  }
  .price_list_box .note {
    font-size: 14px;
  }
}

/* ------------
  Faq
 ------------ */

.faq .main_visual_2 {
  background-image: url(../images/faq/main.png);
}
.faq .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/faq/en_faq.svg);
  background-position: center center;
  background-size: 29.498px 12.32px;
}
.faq .faq_box {
  margin-top: calc(120 / 1440 * 100%);
}
.faq_box > ul > li {
  margin-top: 72px;
  border-radius: 6px;
  padding: 24px;
  background-color: rgb(248, 247, 245);
}

.faq_box .faq_q {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 18px;
  font-weight: 700;
}
.faq_box .faq_a {
  margin-top: 1.5em;
  border-radius: 8px;
  padding: 24px;
  padding-bottom: calc(24px + 1em);
  padding-left: calc(24px + 2em);
  text-indent: -2em;
  background-color: rgb(255, 255, 255);
}
.faq_box .faq_q .icon,
.faq_box .faq_a .icon{
  padding-right: 0.75em;
  color: #8a867f;
  font-weight: 700;
}

.faq .contact_box {
  margin-top: calc(160 / 1440 * 100%);
}

@media screen and (max-width:767px) {
  .faq .faq_box {
    padding-bottom: 72px;
  }
  .faq_box > ul > li {
    padding: 16px;
  }
  .faq_box .faq_a {
    padding-right: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
}

/* ------------
  privacy-policy
 ------------ */
.privacy .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/privacy-policy/en_privacy-policy.svg);
  background-position: center center;
  background-size: 112.35px 11.76px;
}
.privacy .privacy_box {
  margin-top: calc(120 / 1440 * 100%);
}
.privacy .privacy_box .ttl {
  text-align: left;
  color: #8a867f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom:20px;
}
.privacy .privacy_box .text {
  margin-bottom: calc(32 / 500 * 100%);
  line-height: 2;
}
.privacy .privacy_box .text span{
  display:block;
  width: 100%;
  margin-top:10px;
  padding:24px;
  background-color: rgb(248, 247, 245);
  border-radius:10px;
}
@media screen and (max-width:767px) {
  .privacy .privacy_box {
    padding-bottom: 72px;
  }
}

/* ------------
  sitemap
 ------------ */
.sitemap .lede_text > .ttl > ._en {
  height: 32px;
  background-image: url(../images/sitemap/en_sitemap.svg);
  background-position: center center;
  background-size: 112.35px 11.76px;
}
.sitemap .sitemap_box {
  margin-top: calc(120 / 1440 * 100%);
}
.sitemap_list{
  max-width: 400px;
  margin-top: calc(120 / 1440 * 100%);
  margin-bottom: calc(120 / 1440 * 100%);
  margin-left:auto;
  margin-right:auto;
  line-height: 2.5;
  font-size: 18px;
  font-weight: 700;
}
.sitemap_list li ul{
  padding-left:40px;
}
@media screen and (max-width:767px) {
  .sitemap .sitemap_box {
    padding-bottom: 72px;
  }
}




