.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.fnt-serif, .title-common2 {
  font-family: "Noto Serif JP", serif;
}

.fnt-spectral {
  font-family: "Spectral", serif;
}

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

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  background: #F8F8F8;
  color: #4B4B4B;
}

#header {
  position: relative;
}
#header p {
  margin-bottom: 0;
}
#header .header__logo {
  position: absolute;
  z-index: 2;
  width: 470px;
  top: 22px;
  left: 48px;
}
#header .header__logo a {
  display: block;
  line-height: 0;
}
#header .header__tel_btn {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background: linear-gradient(93.08deg, rgba(134, 180, 115, 0.96) 0%, rgba(88, 135, 123, 0.96) 52.55%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 590px;
}
#header .header__tel_btn .tel {
  width: 326px;
}
#header .header__tel_btn .tel a {
  display: flex;
  justify-content: center;
  padding: 24px 0 23px;
  line-height: 1;
}
#header .header__tel_btn .tel a .sub-tel {
  text-align: right;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 0 8px;
}
#header .header__tel_btn .tel a .text {
  display: block;
  font-size: 40px;
  letter-spacing: 0;
}
#header .header__tel_btn .tel a .text small {
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}
#header .header__tel_btn .btn-web {
  width: 256px;
  position: relative;
}
#header .header__tel_btn .btn-web::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 1px;
  background: #fff;
  bottom: 28px;
}
#header .header__tel_btn .btn-web a {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
  padding: 26px 0 31px;
}
#header .header__tel_btn .btn-web a .text {
  text-align: center;
  line-height: 1;
}
#header .header__tel_btn .btn-web a .text small {
  display: block;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin: 0 0 6px;
}
#header .header__tel_btn .btn-web a .text span {
  display: block;
  font-size: 32px;
  letter-spacing: 0;
}
#header #g_nav {
  position: fixed;
  z-index: 99;
  bottom: 16px;
  right: 16px;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #header #g_nav {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    border-radius: 200px;
  }
  #header #g_nav .nav {
    display: flex;
    padding: 0 32px;
    gap: 24px;
  }
  #header #g_nav .nav li {
    line-height: 1;
  }
  #header #g_nav .nav li .up-menu .menu-text {
    display: block;
    color: #58877B;
    letter-spacing: 0;
    padding: 24px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .header__logo {
    width: 250px;
    left: 15px;
  }
  #header .header__tel_btn {
    width: 480px;
  }
  #header .header__tel_btn .tel a .sub-tel {
    font-size: 11px;
  }
  #header .header__tel_btn .tel a .text {
    font-size: 35px;
  }
  #header .header__tel_btn .tel a .text small {
    font-size: 16px;
  }
  #header .header__tel_btn .btn-web a img {
    width: 30px;
  }
  #header .header__tel_btn .btn-web a .text small {
    font-size: 11px;
  }
  #header .header__tel_btn .btn-web a .text span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #header .toggle-menu {
    position: fixed;
    top: 16px;
    right: 8px;
    width: 64px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: linear-gradient(93.08deg, rgba(134, 180, 115, 0.96) 0%, rgba(88, 135, 123, 0.96) 52.55%);
    border-radius: 200px;
  }
  #header .toggle-menu .toggle-menu__trigger {
    width: 24px;
    height: 12px;
  }
  #header .toggle-menu .toggle-menu__trigger span {
    background: #fff;
    height: 1px;
  }
  #header .header__logo {
    top: 16px;
    left: 10px;
    width: 269px;
  }
  #header #g_nav {
    display: none;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    color: #fff;
    background: url("../img/top/menu_bg_sp.jpg") no-repeat center/cover !important;
  }
  #header #g_nav .menu__logo {
    position: absolute;
    width: 269px;
    top: 16px;
    left: 10px;
  }
  #header #g_nav .menu__logo a {
    display: block;
    line-height: 0;
  }
  #header #g_nav .nav {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 40px;
  }
  #header #g_nav .nav li {
    line-height: 1.5;
  }
  #header #g_nav .nav li .up-menu .menu-text {
    display: inline-block;
    letter-spacing: 0.16em;
    font-weight: 400;
    font-size: 24px;
  }
  #header #g_nav .nav li + li {
    margin-top: 40px;
  }
  #header .header__tel_btn {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: calc(100% - 64px);
    z-index: 999;
  }
  #header .header__tel_btn .tel {
    width: 56.1349693252%;
  }
  #header .header__tel_btn .tel a {
    padding: 21px 0;
  }
  #header .header__tel_btn .tel a .text {
    font-size: 22px;
  }
  #header .header__tel_btn .tel a .text small {
    font-size: 12px;
    margin-right: 2px;
  }
  #header .header__tel_btn .btn-web {
    width: 43.8650306748%;
  }
  #header .header__tel_btn .btn-web::before {
    top: 16px;
    bottom: 16px;
  }
  #header .header__tel_btn .btn-web a {
    align-items: center;
    gap: 4px;
    padding: 21px 0 23px;
  }
  #header .header__tel_btn .btn-web a img {
    width: 22px;
  }
  #header .header__tel_btn .btn-web a .text span {
    font-size: 20px;
  }
}

#mainimage {
  position: relative;
}
#mainimage p {
  margin-bottom: 0;
}
#mainimage .group-ttl {
  position: absolute;
  z-index: 2;
  left: 72px;
  bottom: 64px;
  width: 694px;
  max-width: calc(100% - 150px);
}
#mainimage .group-ttl .catch {
  width: 594px;
  margin: 0 0 45px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #mainimage {
    display: flex;
  }
  #mainimage .img, #mainimage .img2 {
    height: 100vh;
  }
  #mainimage .img {
    width: 58.5651537335%;
  }
  #mainimage .img2 {
    width: 41.4348462665%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  #mainimage .group-ttl {
    bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #mainimage .group-ttl .catch {
    margin-bottom: 30px;
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #mainimage {
    display: block;
  }
  #mainimage .group-ttl {
    bottom: 61vw;
    left: 20px;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  #mainimage .group-ttl .catch {
    width: calc(100% - 39px);
    margin: 0 0 61px;
  }
}

.pagetop {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 64px;
  z-index: 10;
  margin: 0;
  cursor: pointer;
}
.pagetop a {
  display: block;
  line-height: 0;
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 999;
  }
}

.title-common {
  line-height: 1;
  font-size: 96px;
  color: #CFDFC9;
  letter-spacing: 0;
}
.title-common > span {
  padding: 20px 40.5px 0 0;
  display: inline-block;
  font-weight: 200;
  font-family: "Spectral", serif;
  background: url("../img/top/ttl_deco.svg") no-repeat top right;
}
.title-common .ps {
  color: #AECBA2;
}
.title-common.cl {
  color: #fff;
}
.title-common.cl > span {
  background-image: url("../img/top/ttl_deco2.svg");
}
.title-common.small {
  line-height: 1.2;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .title-common {
    font-size: 48px;
  }
  .title-common.small {
    font-size: 48px;
  }
}

.title-common2 {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title-common2 {
    font-size: 24px;
  }
}
.title-common2 > span {
  display: inline-block;
  padding: 0 0 12px;
  border-bottom: 1px solid #86B473;
}
.title-common2 .cl {
  color: #86B473;
}

.section-contact {
  position: relative;
}
.section-contact p {
  margin-bottom: 0;
}
.section-contact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #447563;
}
.section-contact .container {
  position: relative;
  z-index: 2;
  max-width: 1330px;
}
.section-contact .box {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .box .left {
  background: url("../img/top/contact_img2.jpg") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .section-contact .box .left {
    width: 767px;
    max-width: 60.3937007874%;
  }
}
.section-contact .box .left .inner {
  margin: 0 auto;
  padding: 64px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section-contact .box .left .inner {
    width: 577px;
    max-width: calc(100% - 40px);
  }
}
.section-contact .box .left h4 {
  font-size: 32px;
  line-height: 1;
  margin: 32px 0 48px;
}
.section-contact .box .left h4 span {
  display: inline-block;
  padding: 0 0 12px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid;
}
.section-contact .box .left .group-btn {
  margin: 48px 0 0;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .section-contact .box .img {
    width: 503px;
    max-width: 39.6062992126%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .section-contact .box .left .title-common {
    font-size: 70px;
  }
  .section-contact .box .left h4 {
    font-size: 26px;
  }
  .section-contact .box .left .group-btn {
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact::before {
    top: 401px;
  }
  .section-contact .box {
    display: block;
    position: relative;
  }
  .section-contact .box .left {
    padding: 40px 20px;
    background: url("../img/top/contact_img2_sp.jpg") no-repeat top center/100% calc(100% - 54vw);
  }
  .section-contact .box .left .inner {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .section-contact .box .left h4 {
    font-size: 24px;
    margin: 32px 0 40px;
  }
  .section-contact .box .left .group-btn {
    margin: 40px 0 0;
    flex-direction: column;
    align-items: center;
  }
  .section-contact .box .left .group-btn a {
    display: block;
    line-height: 0;
  }
  .section-contact .box .img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

#footer {
  background: #447563;
  color: #fff;
  padding: 96px 0 260px;
}
#footer .footer-content {
  padding: 0;
  background: transparent;
}
#footer .footer__logo {
  width: 470px;
  margin: 0;
}
#footer .footer__logo a {
  display: block;
  line-height: 0;
}
#footer .address {
  font-size: 13px;
  margin: 48px 0 0;
}
#footer .copyright {
  text-align: right;
  font-size: 13px;
  line-height: 1;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 64px 0 112px;
  }
  #footer .footer__logo {
    width: 269px;
  }
  #footer .address {
    margin: 32px 0 0;
  }
  #footer .copyright {
    margin: 48px 0 0;
    text-align: left;
  }
}

.btn-link {
  line-height: 1;
}
.btn-link a {
  color: #fff;
  display: inline-block;
  padding: 16px 60px 16px 24px;
  letter-spacing: 0;
  position: relative;
  background: linear-gradient(93.08deg, rgba(134, 186, 173, 0.96) 47.45%, rgba(159, 203, 142, 0.96) 100%);
  border-radius: 200px;
}
.btn-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  background: url("../img/top/arrow.svg") no-repeat center/100% auto;
  width: 20px;
}
@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.8;
  }
}

.btn-ai {
  width: 205px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  margin: 0;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .btn-ai {
    width: 150px;
  }
}