@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0;
  color: #222222;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

main {
  margin-top: 8rem;
}

@media (max-width: 1024px) {
  main {
    margin-top: 6rem;
  }
}

li {
  list-style: none;
}

a {
  color: #292D34;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

.en {
  font-family: "Arial", sans-serif;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width-l {
  max-width: 118.9rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width-l {
    width: 100%;
  }
}

/* タイトル */
.c-section-catch {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4.1rem;
  color: #043715;
}

@media (max-width: 767px) {
  .c-section-catch {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}

.c-section-text {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .c-section-text {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}

.c-border-box {
  border: solid 8px #999999;
  border-radius: 1rem;
  background: #fff;
}

.beige {
  color: #E8D5BE;
}

.gray {
  color: #E5E5E5;
}

.red {
  color: #D32929;
}

.green {
  color: #043715;
}

.c-dot-list {
  padding-left: 1.6rem;
}

@media (max-width: 767px) {
  .c-dot-list {
    padding-left: 1.5rem;
  }
}

.c-dot-list li {
  list-style: "・";
}

/*==================================================
フェードアップ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* ボタン */
.c-btn {
  max-width: 24.5rem;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #043715;
  color: #fff;
  border-radius: 1rem;
}

.c-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-wh.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 1.5rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    max-width: 100%;
    height: 6rem;
    max-width: 24.5rem;
    margin: 0 auto;
  }
}

.c-btn--wh {
  border: solid 1px #043715;
  background: #fff;
  color: #043715;
}

.c-btn--wh::after {
  background-image: url(../images/arrow-gr.svg);
}

/* お問い合わせボタン */
.c-contact-btn {
  max-width: 27.5rem;
  height: 7rem;
}

/* タイトル */
.c-line-title {
  text-align: left;
  margin-bottom: 4rem;
}

.c-line-title .line {
  font-size: 2.4rem;
  font-weight: 600;
  color: #A5A68B;
  letter-spacing: 0;
  line-height: 1.6666666667;
  position: relative;
  padding-bottom: 0.87rem;
}

.c-line-title .line::after {
  position: absolute;
  content: "";
  background: #A5A68B;
  width: 17rem;
  height: 1px;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-line-title .line::after {
    width: 9rem;
  }
}

@media (max-width: 767px) {
  .c-line-title .line {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    padding-bottom: 2rem;
  }
}

/* ページリンク */
.l-page-link {
  text-align: center;
  background-image: url(../images/bg-page-link.jpg);
  background-size: cover;
  padding: 10rem 2rem 10.4rem;
}

@media (max-width: 767px) {
  .l-page-link {
    background-image: url(../images/sp_bg-page-link.jpg);
    padding: 10.2rem 2rem;
  }
}

.l-page-link p {
  text-align: center;
}

@media (max-width: 767px) {
  .l-page-link p {
    font-size: 1.6rem;
  }
}

.l-page-link .c-btn {
  margin: 2rem auto 0;
}

/* ヘッダー */
.l-header {
  background: #043715;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding: 0 3.4722222222vw;
  height: 8rem;
}

@media (max-width: 767px) {
  .l-header {
    height: 6rem;
    padding: 0 2rem;
  }
}

.l-header .l-header__logo {
  width: 100%;
  max-width: 12.8472222222vw;
}

@media (min-width:1440px) {
  .l-header .l-header__logo {
    max-width: 18.5rem;
  }
}

@media (max-width: 767px) {
  .l-header .l-header__logo {
    max-width: 14.8rem;
  }
}

.l-header .l-header__logo a {
  display: flex;
}

.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}

@media (max-width: 767px) {
  .l-header .l-header__inner {
    height: 6rem;
  }
}

.l-header .l-header__inner__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.l-header .l-header__menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .l-header .l-header__menu {
    gap: 1rem;
  }
}

.l-header .l-header__menu .l-header__menu__item a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 4rem;
  border: solid 1px #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .l-header .l-header__menu .l-header__menu__item a {
    width: 6rem;
    height: 3rem;
    font-size: 1.3rem;
  }
}

.bogo-language-switcher {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .bogo-language-switcher {
    gap: 1rem;
  }
}

.bogo-language-switcher a {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 4rem;
  border: solid 1px #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .bogo-language-switcher a {
    width: 6rem;
    height: 3rem;
    font-size: 1.3rem;
  }
}

.home-intro {
  padding: 13rem 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .home-intro {
    padding-top: 0;
  }
}

.home-intro::before {
  position: absolute;
  content: "";
  background-image: url(../images/kira-l.png);
  background-size: contain;
  width: 29.0972222222vw;
  height: 34.7222222222vw;
  top: -17.3611111111vw;
  left: 0;
}

@media (max-width: 767px) {
  .home-intro::before {
    width: 53.3333333333vw;
    height: 63.7333333333vw;
    top: 17rem;
  }
}

.home-intro .home-intro__top {
  justify-content: flex-end;
  gap: 8.9rem;
}

@media (min-width: 768px) {
  .home-intro .home-intro__top {
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .home-intro .home-intro__top {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.home-intro .home-intro__top .home-intro__text {
  padding-top: 7.7777777778vw;
  padding-bottom: 6.25vw;
  display: flex;
  justify-content: flex-end;
  max-width: 68.1rem;
}

@media (min-width:1440px) {
  .home-intro .home-intro__top .home-intro__text {
    padding-top: 11.2rem;
    padding-bottom: 9rem;
  }
}

@media (max-width: 767px) {
  .home-intro .home-intro__top .home-intro__text {
    padding: 6rem 2rem 4rem;
    justify-content: flex-start;
  }
}

.home-intro .c-section-title {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #043715;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .home-intro .c-section-title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.home-intro__text {
  width: 66%;
}

@media (max-width: 767px) {
  .home-intro__text {
    width: 100%;
  }
}

.home-intro__img {
  width: 34%;
}

@media (max-width: 767px) {
  .home-intro__img {
    width: 100%;
  }
}

.home-intro .home-intro__bottom {
  justify-content: flex-start;
  gap: 8.9rem;
}

@media (max-width: 767px) {
  .home-intro .home-intro__bottom {
    padding: 0 2rem;
    gap: 8rem;
    flex-direction: column-reverse;
  }
}

.home-intro .home-intro__bottom .home-intro__text {
  padding-top: 6.9444444444vw;
  max-width: 61.2rem;
}

@media (min-width: 768px) {
  .home-intro .home-intro__bottom .home-intro__text {
    padding-right: 2rem;
  }
}

@media (min-width:1440px) {
  .home-intro .home-intro__bottom .home-intro__text {
    padding-top: 10rem;
  }
}

@media (max-width: 767px) {
  .home-intro .home-intro__bottom .home-intro__text {
    padding-top: 0;
  }
}

.home-intro .home-intro__bottom .home-intro__text p {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .home-intro .home-intro__bottom .home-intro__text p {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-bottom: 1rem;
  }
}

.home-intro .home-intro__bottom .home-intro__text p::last-of-type {
  margin-bottom: 0;
}

.home-intro .c-btn {
  margin-top: 4rem;
}

.home-service {
  padding: 15rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .home-service {
    padding: 8rem 2rem;
  }
}

.home-service::before {
  position: absolute;
  content: "";
  background-image: url(../images/kira-r.png);
  background-size: contain;
  width: 29.0972222222vw;
  height: 34.7222222222vw;
  top: -23rem;
  right: 0;
}

@media (max-width: 767px) {
  .home-service::before {
    top: -11.9rem;
    width: 53.3333333333vw;
    height: 63.7333333333vw;
  }
}

.home-service .c-section-catch {
  margin-bottom: 4rem;
}

.home-service .flex {
  gap: 4rem;
  align-items: flex-end;
  justify-content: space-between;
}

.home-service .flex--en {
  align-items: center;
  gap: 1.2rem;
}

.home-service .flex--en .home-service__text {
  max-width: 53.8rem;
}

.home-service .flex--en .check-list li {
  align-items: flex-start;
}

@media (min-width: 768px) {
  .home-service .flex--en .check-list li .icon {
    padding-top: 4px;
  }
}

.home-service .flex--en .home-service__item:first-of-type {
  max-width: 51rem;
}

.home-service .flex--en .home-service__item:last-of-type {
  max-width: 51rem;
}

.home-service__text {
  max-width: 51rem;
}

.home-service__img {
  max-width: 55rem;
  width: 100%;
}

@media (max-width: 767px) {
  .home-service__img {
    margin: 4rem auto;
  }
}

.home-service__item {
  margin-bottom: 4rem;
}

.home-service__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home-service__item p {
    font-weight: 500;
  }
}

.home-service__item .title {
  font-weight: 500;
  margin-bottom: 1.3rem;
}

.home-service__item .title .dot {
  color: #E5E5E5;
}

.home-service .check-list {
  margin-top: 0.4rem;
  font-weight: 500;
}

.home-service .check-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .home-service .check-list li {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .home-service .check-list li img {
    margin-top: 4px;
  }
}

.home-service .check-list li:last-child {
  margin-bottom: 0;
}

.home-service .c-btn {
  margin-top: 4.1rem;
}

@media (max-width: 767px) {
  .home-service .c-btn {
    margin: 4rem auto 0;
  }
}

.p-service {
  padding: 3.2rem 2rem 0;
}

@media (max-width: 767px) {
  .p-service {
    padding: 6rem 0 0;
  }
}

.p-service .content-width--en .p-service__work__list__title .list-title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
}

.p-service .content-width--en .p-service__work__list__title small {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  display: block;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-service .content-width--en .p-service__work__list__title {
    height: 16rem;
  }
}

.p-service .c-section-catch {
  margin-top: 4.1rem;
}

@media (max-width: 767px) {
  .p-service .c-section-catch {
    margin-top: 0;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .p-service .c-section-text {
    padding: 0 2rem;
  }
}

.p-service__img {
  max-width: 92.4rem;
  margin: 6rem auto 0;
}

@media (max-width: 767px) {
  .p-service__img {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.p-service__cta {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .p-service__cta {
    margin-top: 7rem;
  }
}

.p-service__cta__block {
  background: #FFF1E1;
  max-width: 80rem;
  margin: -10rem auto 0;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  padding: 4.8rem 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .p-service__cta__block {
    margin-top: -4rem;
    max-width: 93.3333333333vw;
    padding: 3rem;
  }
}

.p-service__cta__block p {
  text-align: center;
  line-height: 1.5;
}

.p-service__cta__block .c-btn {
  margin: 2rem auto 0;
}

.p-service__list {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .p-service__list {
    padding: 0 2rem;
  }
}

.p-service__list__item {
  margin-bottom: 6.1rem;
}

@media (max-width: 767px) {
  .p-service__list__item {
    margin-bottom: 8rem;
  }
}

.p-service__list__item:last-of-type {
  margin-bottom: 0;
}

.p-service__list__item .flex {
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.9rem;
}

@media (max-width: 767px) {
  .p-service__list__item .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-service__list__item .c-dot-list {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .p-service__list__item .c-dot-list {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 3rem;
  }
}

.p-service__list__item .c-dot-list li {
  list-style: disc;
  margin-bottom: 2.1rem;
}

@media (max-width: 767px) {
  .p-service__list__item .c-dot-list li {
    margin-bottom: 2rem;
  }
}

.p-service__list__item .c-dot-list li .list-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-service__list__item .c-dot-list li .list-title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.p-service__list__item .c-dot-list li:last-child {
  margin-bottom: 0;
}

.p-service__list__item__title {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 0.9rem 2rem 1.1rem 1.9rem;
  color: #043715;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  background: #FFF1E1;
  background: linear-gradient(90deg, rgb(255, 241, 225) 0%, rgb(255, 255, 255) 100%);
}

@media (max-width: 767px) {
  .p-service__list__item__title {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

.p-service__list__item__title .title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .p-service__list__item__title .title {
    font-size: 2rem;
  }
}

.p-service__list__item__title .text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
}

@media (max-width: 767px) {
  .p-service__list__item__title .text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.p-service__list__img {
  max-width: 35rem;
  width: 100%;
}

.p-service .bottom-text {
  margin-top: 2.1rem;
}

@media (max-width: 767px) {
  .p-service .bottom-text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 2rem;
  }
}

.p-service__work {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .p-service__work {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

.p-service__work .bottom-text {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .p-service__work .bottom-text {
    margin-top: 2rem;
  }
}

.p-service__work .bottom-text a {
  text-decoration: underline;
}

.p-service__work__list li:nth-child(1) .p-service__work__list__title {
  background-image: url(../images/bg-worker-title-1.jpg);
}

.p-service__work__list li:nth-child(2) .p-service__work__list__title {
  background-image: url(../images/bg-worker-title-2.jpg);
}

.p-service__work__list__item {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .p-service__work__list__item {
    gap: 2rem;
  }
}

.p-service__work__list__item:first-child {
  align-items: center;
}

.p-service__work__list__item:last-child {
  margin-bottom: 0;
}

.p-service__work__list__item .c-dot-list {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 0.2rem;
}

@media (max-width: 767px) {
  .p-service__work__list__item .c-dot-list {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-service__work__list__item .c-dot-list li {
  list-style: none;
}

.p-service__work__list__item .c-dot-list li::before {
  content: "・";
}

.p-service__work__list__title {
  max-width: 25rem;
  width: 100%;
  height: 25rem;
  border-radius: 1rem;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  flex-shrink: 0;
  background-position: center;
}

@media (max-width: 767px) {
  .p-service__work__list__title {
    max-width: 100%;
    height: 10rem;
    font-size: 1.8rem;
  }
}

.p-service__work__list__title .list-title {
  font-weight: 500;
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .p-service__work__list__title .list-title {
    line-height: 1.3333333333;
  }
}

.p-service__work__list__title small {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .p-service__work__list__title small {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.p-service__work__list__text {
  max-width: 81rem;
}

@media (max-width: 767px) {
  .p-service__work__list__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-service__work__list__text .job {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-service__work__list__text .job {
    margin-top: 1rem;
  }
}

.p-service__work__list__text .work-list {
  margin-top: 2rem;
}

.p-service__work__list__text .work-list .work-list__item {
  margin-bottom: 2rem;
}

.p-service__work__list__text .work-list .work-list__item:last-child {
  margin-bottom: 0;
}

.p-service__work__list__text .list-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-service__work__list__text .list-title {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-service__worker {
  padding: 12rem 0 15rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .p-service__worker {
    padding: 6rem 2rem 8rem;
  }
}

@media (max-width: 767px) {
  .p-service__worker .content-width {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-service__worker__text {
  border-top: dashed 1px #043715;
  border-bottom: dashed 1px #043715;
  max-width: 54.0972222222vw;
  padding: 4rem 0 4.1rem;
}

@media (min-width:1440px) {
  .p-service__worker__text {
    max-width: 77.9rem;
  }
}

@media (max-width:1200px) {
  .p-service__worker__text {
    max-width: 66%;
  }
}

@media (max-width: 767px) {
  .p-service__worker__text {
    border-top: none;
    padding: 2rem 0 4rem;
    max-width: 100%;
  }
}

.p-service__worker__text .worker-title {
  color: #043715;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .p-service__worker__text .worker-title {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}

.p-service__worker__text .worker-text {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .p-service__worker__text .worker-text {
    margin-top: 1rem;
  }
}

.p-service__worker__text .c-dot-list {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .p-service__worker__text .c-dot-list {
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 2rem;
  }
}

.p-service__worker__text .c-dot-list li {
  list-style: disc;
  margin-bottom: 2.1rem;
}

@media (max-width: 767px) {
  .p-service__worker__text .c-dot-list li {
    margin-bottom: 2rem;
  }
}

.p-service__worker__text .c-dot-list li .list-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-service__worker__text .c-dot-list li .list-title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}

.p-service__worker__text .c-dot-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-service__worker__img {
    width: 30.6944444444vw;
    height: 22.0138888889vw;
    position: absolute;
    top: 12rem;
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-service__worker__img {
    border-top: dashed 1px #043715;
    width: 100%;
    height: auto;
    padding: 4rem 0 0;
  }
}

@media (min-width: 768px) {
  .p-service__worker--en {
    padding: 6.6rem 0 4.1rem 2rem;
  }

  .p-service__worker--en .p-service__worker__img {
    top: 6.6rem;
  }
}

.page-service .l-cover {
  position: relative;
}

.page-service .l-cover::before {
  position: absolute;
  content: "";
  background-image: url(../images/kira-r.png);
  background-size: contain;
  width: 29.0972222222vw;
  height: 34.7222222222vw;
  bottom: -25rem;
  right: 0;
}

@media (max-width: 767px) {
  .page-service .l-cover::before {
    bottom: -8.9rem;
    width: 40vw;
    height: 47.7333333333vw;
  }
}

.c-breadcrumbs {
  padding: 1.5rem 2rem 0;
}

@media (max-width: 767px) {
  .c-breadcrumbs {
    padding: 2rem 2rem 0;
  }
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #666666;
}

.c-breadcrumbs .c-breadcrumbs__list .arrow {
  display: block;
}

.c-breadcrumbs .c-breadcrumbs__list .icon {
  display: flex;
}

.c-breadcrumbs .c-breadcrumbs__list a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: #666666;
}

.c-breadcrumbs .c-breadcrumbs__list a .icon {
  margin-right: 0.5rem;
}

.l-cover {
  padding: 14.3rem 2rem;
  color: #fff;
}

@media (max-width: 767px) {
  .l-cover {
    padding: 10.6rem 0;
  }
}

.l-cover .l-cover__title {
  text-align: center;
  position: relative;
}

.l-cover .l-cover__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/pc_bg-cover-title.png);
  background-size: cover;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .l-cover .l-cover__title::before {
    background-image: url(../images/sp_bg-cover-title.png);
  }
}

.l-cover .l-cover__title .ja {
  font-size: 3.6rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  line-height: 1.4444444444;
  padding: 3.1rem 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .l-cover .l-cover__title .ja {
    font-size: 2.4rem;
    line-height: 2.1666666667;
    padding: 1.3rem 0;
  }
}

.page-service .l-cover {
  background-image: url(../images/cover-service.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .page-service .l-cover {
    background-image: url(../images/sp_cover-service.jpg);
  }
}

.page-contact .l-cover {
  background-image: url(../images/cover-contact.jpg);
  background-size: cover;
}

@media (max-width: 767px) {
  .page-contact .l-cover {
    background-image: url(../images/sp_cover-contact.jpg);
  }
}

.page-entry .l-cover {
  background-image: url(../images/cover-entry.jpg);
  background-size: cover;
  position: relative;
}

.page-entry .l-cover::after {
  position: absolute;
  content: "";
  background-image: url(../images/cover-entry-photo.png);
  background-size: contain;
  width: 88.8888888889vw;
  height: 22.2222222222vw;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

@media (min-width:1440px) {
  .page-entry .l-cover::after {
    width: 128rem;
    height: 32rem;
  }
}

@media (max-width: 767px) {
  .page-entry .l-cover::after {
    width: 100%;
    height: 66.6666666667vw;
    background-image: url(../images/sp_cover-entry-photo.png);
  }
}

@media (max-width: 767px) {
  .page-entry .l-cover {
    background-image: url(../images/sp_cover-entry.jpg);
  }
}

.mv {
  position: relative;
  width: 100%;
  background: #E8D5BE;
}

.mv .flex {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mv__img {
  width: 59%;
}

@media (max-width: 767px) {
  .mv__img {
    width: 100%;
  }
}

.mv__logo {
  max-width: 13.8888888889vw;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:1440px) {
  .mv__logo {
    max-width: 20rem;
  }
}

@media (max-width: 767px) {
  .mv__logo {
    max-width: 11.9rem;
  }
}

.mv__text {
  background: #E8D5BE;
  text-align: center;
  width: 41%;
}

@media (max-width: 767px) {
  .mv__text {
    width: 100%;
    padding: 4.5rem 2rem;
  }
}

.mv__catch {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #043715;
  line-height: 1.4583333333;
  letter-spacing: 0;
  text-align: center;
  margin-top: 6.9444444444vw;
}

@media (min-width:1440px) {
  .mv__catch {
    font-size: 4.8rem;
    margin-top: 10rem;
  }
}

@media (max-width: 767px) {
  .mv__catch {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}

.about {
  padding: 15rem 2rem;
  position: relative;
}

@media (max-width: 767px) {
  .about {
    padding: 8rem 2rem;
  }
}

.about .about-title {
  color: #043715;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .about .about-title {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}

.about__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.8472222222vw;
  margin-bottom: 4rem;
}

@media (min-width:1440px) {
  .about__list {
    gap: 4.1rem;
  }
}

@media (max-width: 767px) {
  .about__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1.7rem;
  }
}

.about__list li {
  border-radius: 5rem;
  padding: 3.5rem 1rem;
  background: #FFF1E1;
}

@media (max-width: 767px) {
  .about__list li {
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8vw;
    padding: 3rem 0;
  }
}

.about__list li .list-img {
  text-align: center;
}

.about__list li .list-text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}

@media (max-width: 767px) {
  .about__list li .list-text {
    margin-top: 0;
    text-align: left;
    max-width: 19.2rem;
  }
}

.about__list li .list-text .small {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .about .content-width--en .about__list li {
    padding: 3.5rem 1rem 2.1rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .about .content-width--en .about__list li small {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.about-list02 li{
  position: relative;
  padding-left: 1.5em;
}

.about-list02 li::before{
  position: absolute;
  content: "・";
  left: 0.25em;
}

.about .content-width--en .about__company .about__company__left {
  max-width: 68.2rem;
}

.about__strength {
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .about__strength {
    margin-top: 4rem;
  }
}

.about__company {
  border-top: dotted 1px #666666;
  margin-top: 12rem;
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .about__company {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}

.about__company .flex {
  justify-content: space-between;
}

.about__company .about__company__left {
  max-width: 60.7rem;
}

.about__company .about__company__img {
  max-width: 33.1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .about__company .about__company__img {
    margin: 4rem 0 0 auto;
    max-width: 24.5rem;
  }
}

.about .home-about-2 {
  max-width: 27.6rem;
  width: 100%;
  margin: 3.2rem 0 0 auto;
  display: block;
}

.about__right {
  max-width: 58.8rem;
  width: 100%;
}

.about .c-border-box {
  padding: 3.5rem 4.1rem 3.2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about .c-border-box {
    padding: 3.5rem 2rem 3.2rem;
  }
}

.about .c-border-box .c-section-catch {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .about .c-border-box .c-section-catch {
    margin-top: 2rem;
  }
}

.about .c-border-box .c-section-text {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .about .c-border-box .c-section-text {
    margin-top: 2rem;
  }
}

.about .c-btn {
  margin: 3.6rem auto 0;
}

.c-company-table {
  border-spacing: 0;
  margin-top: 2rem;
}

.c-company-table th {
  font-weight: 400;
  padding: 1rem 0rem;
  text-align: left;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .c-company-table th {
    font-size: 1.5rem;
    padding: 0;
    width: 30%;
  }
}

.c-company-table td {
  padding: 1rem 0;
  text-align: left;
  width: 78.91%;
}

@media (max-width: 767px) {
  .c-company-table td {
    font-size: 1.5rem;
    padding: 0;
    width: 70%;
  }
}

.c-company-table td a {
  text-decoration: underline;
}

.c-company-table td .green {
  font-weight: 700;
}

@media (max-width: 767px) {

  .c-company-table tr th,
  .c-company-table tr td {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {

  .c-company-table tr:last-of-type th,
  .c-company-table tr:last-of-type td {
    padding-bottom: 0;
  }
}

.p-contact {
  padding: 9.9rem 2rem 15rem;
}

@media (max-width: 767px) {
  .p-contact {
    padding: 6rem 2rem 8rem;
  }
}

.p-contact .c-section-text {
  max-width: 73.4rem;
  margin: 0 auto;
}

.p-contact .c-section-text small {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

@media (max-width: 767px) {
  .p-contact .c-section-text small {
    line-height: 1.5714285714;
  }
}

.Form {
  max-width: 50rem;
  margin: 8rem auto 0;
  /* チェックボックス */
}

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

.Form .Form-Item-Label-Required {
  color: #D32929;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .Form .Form-Item-Label-Required {
    padding: 3px 7px 3px;
  }
}

.Form .Form-Item {
  margin-bottom: 4rem;
}

.Form .Form-Item .Form-Item-Label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    font-size: 1.6rem;
  }
}

.Form .Form-Item .Form-Item-Label .kakko {
  font-weight: 400;
}

.Form .Form-Item .caution {
  margin-left: 1rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

@media (max-width: 767px) {
  .Form .Form-Item .caution {
    margin-left: 0;
  }
}

.Form .Form-Item .Form-Item-Input {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  word-break: break-all;
}

.Form .Form-Item .Form-Item-Input .select-wrap {
  position: relative;
  height: 5rem;
  width: 100%;
  max-width: 40rem;
}

.Form .Form-Item .Form-Item-Input .select-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/select-arrow.svg);
  background-size: contain;
  width: 16px;
  height: 8.9px;
  right: 1.1rem;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

.Form .Form-Item .input-text {
  background: #fff;
  border: solid 1px #999999;
  height: 5rem;
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .Form .Form-Item .input-text {
    height: 5rem;
    padding: 1.2rem 1.5rem;
    border-radius: 0.5rem;
  }
}

.Form .Form-Item textarea::-moz-placeholder,
.Form .Form-Item input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
}

.Form .Form-Item textarea::placeholder,
.Form .Form-Item input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #CCCCCC;
}

@media (max-width: 767px) {

  .Form .Form-Item textarea::-moz-placeholder,
  .Form .Form-Item input::-moz-placeholder {
    font-size: 15px;
  }

  .Form .Form-Item textarea::placeholder,
  .Form .Form-Item input::placeholder {
    font-size: 15px;
  }
}

.Form .Form-Item textarea {
  background: #fff;
  height: 20rem;
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.04em;
  border-radius: 6px;
  border: solid 1px #999999;
  color: #292D34;
}

@media (max-width: 767px) {
  .Form .Form-Item textarea {
    height: 20rem;
    padding: 1.2rem 1.5rem;
  }
}

.Form .Form-Item--number .caution {
  margin-bottom: 1rem;
}

.Form .Form-Item--privacy {
  width: 100%;
  height: 20rem;
  overflow-y: scroll;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.Form .Form-Item--privacy b {
  font-weight: 500;
}

.Form .Form-Item--check {
  text-align: center;
  margin-top: 4.1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .Form-Item--check {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
}

.Form .Form-Item--check .checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Form .Form-Item--check input {
  margin-right: 1.5rem;
}

.Form .btn-wrap {
  margin: 6rem auto 0;
  max-width: 18rem;
  width: 100%;
}

@media (max-width: 767px) {
  .Form .btn-wrap {
    margin: 6rem auto 0;
    max-width: 25rem;
  }
}

.Form .confirm-btn {
  background: #043715;
  color: #fff;
  border-radius: 5px;
  height: 5rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .Form .confirm-btn {
    height: 5rem;
  }
}

/*=========
scrollbar
=========*/
.Form-Item--privacy {
  background-color: #ffffff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.Form-Item--privacy::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #CCCCCC;
  border-radius: 0;
  width: 20px;
  margin-left: -2px;
  margin-top: -2px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #fff;
  width: 15px !important;
  border: solid 1px #999999;
}

input[type=checkbox] {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #222222;
  background: transparent;
  border-radius: 0;
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  input[type=radio] {
    margin-top: 0.4rem;
  }
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A5A68B;
  content: "";
}

.radio-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .radio-list li {
    align-items: flex-start;
    margin-bottom: 1.3rem;
  }
}

.radio-list li small {
  font-size: 1.4rem;
}

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

.radio-list li:last-child {
  margin-bottom: 0;
}

.wpcf7-list-item {
  margin: 0 1rem 1rem 0 !important;
}

@media (max-width: 767px) {
  .wpcf7-list-item {
    margin-bottom: 1.3rem;
  }
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 767px) {
  .wpcf7-list-item label {
    align-items: flex-start;
  }
}

.checkbox-wrap label {
  display: flex;
  align-items: center;
}

.dot-list {
  padding-left: 1.4rem;
}

@media (max-width: 767px) {
  .dot-list {
    padding-left: 1.4rem;
  }
}

.dot-list li {
  list-style: "・";
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.l-footer {
  background: #E8D5BE;
  padding: 5.6rem 2rem 2.6rem;
}

@media (max-width: 767px) {
  .l-footer {
    padding: 6rem 2rem 5rem;
  }
}

.l-footer__logo {
  max-width: 10.4rem;
  width: 100%;
  margin: 0 auto;
}

.l-footer .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 3.7rem;
  line-height: 1.8571428571;
}

@media (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.3rem;
    margin-top: 7.1rem;
  }
}

.Form .Form-Item.Form-Item--number .input-text {
  background: #F5F5F5;
  border: none;
}

.Form .Form-Item.Form-Item--number input::-moz-placeholder {
  color: #222222;
}

.Form .Form-Item.Form-Item--number input::placeholder {
  color: #222222;
}