@charset "UTF-8";
body {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Zen Maru Gothic", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #2e333f;
  scroll-behavior: smooth;
  background: #f9f2ed;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 17.6470588235px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #2e333f !important;
}
.col-beg1 {
  color: #fce3b1 !important;
}
.col-beg2 {
  color: #e8d7cb !important;
}
.col-beg3 {
  color: #f3e8e0 !important;
}
.col-beg4 {
  color: #f9f2ed !important;
}
.col-ppl1 {
  color: #7f9bd9 !important;
}
.col-ppl2 {
  color: #98a6c5 !important;
}
.col-gry {
  color: #737881 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #2e333f !important;
}
.bg-beg1 {
  background-color: #fce3b1 !important;
}
.bg-beg2 {
  background-color: #e8d7cb !important;
}
.bg-beg3 {
  background-color: #f3e8e0 !important;
}
.bg-beg4 {
  background-color: #f9f2ed !important;
}
.bg-ppl1 {
  background-color: #7f9bd9 !important;
}
.bg-ppl2 {
  background-color: #98a6c5 !important;
}
.bg-gry {
  background-color: #737881 !important;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #7f9bd9;
  color: #fff;
  border-radius: 50rem;
  line-height: 1;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link {
  background: none;
  border: solid 2px #fff;
}

#side-totop {
  position: fixed;
  right: 1.56%;
  bottom: 20px;
  z-index: 77;
}

.ic-tel-wht, .ic-tel-ppl {
  display: flex;
  align-items: center;
}
.ic-tel-wht::before, .ic-tel-ppl::before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
  margin-right: 10px;
}
.ic-tel-ppl::before {
  background-image: url("/img/common/ic-tel-ppl.png");
  background-size: 100%;
}
.ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 31/23;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  margin-right: 30px;
}

.arw-blk, .arw-wht {
  position: relative;
}
.arw-blk::after, .arw-wht::after {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/11;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-blk:hover::after, .arw-wht:hover::after {
  transform: translate(-2px, -50%);
}

.illust-staff1 {
  position: relative;
  z-index: 1;
}
.illust-staff1::after {
  content: "";
  display: block;
  width: 185px;
  max-width: 100%;
  aspect-ratio: 185/264;
  background-image: url("/img/common/illust-staff-01.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(40px, 10px);
  z-index: 1;
}
.illust-staff2 {
  position: relative;
  z-index: 1;
}
.illust-staff2::after {
  content: "";
  display: block;
  width: 275px;
  max-width: 100%;
  aspect-ratio: 275/266;
  background-image: url("/img/common/illust-staff-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(100%, 150px);
  z-index: -1;
}
.illust-staff3 {
  position: relative;
  z-index: 1;
}
.illust-staff3::after {
  content: "";
  display: block;
  width: 178px;
  max-width: 100%;
  aspect-ratio: 178/242;
  background-image: url("/img/common/illust-staff-03.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100px, 20px);
  z-index: 1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 {
  display: grid;
  row-gap: 30px;
}
.tbl-ptn1 dl {
  width: 100%;
  display: flex;
}
.tbl-ptn1 dt, .tbl-ptn1 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.tbl-ptn1 dt {
  width: 20%;
  padding-right: 10px;
  border-right: solid 1px #737881;
}
.tbl-ptn1 dd {
  width: 80%;
  padding-left: 10px;
  font-weight: normal;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item {
  width: calc((100% - 120px) / 4);
}

.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-check .list-item, .list-card .list-item, .list-circle .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news .news-item {
  border-bottom: solid 1px #737881;
  padding-bottom: 30px;
}
.list-news .news-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news .news-ttl {
  margin-top: 10px;
}
.list-problem {
  row-gap: 60px;
}
.list-problem .problem-item {
  background: #7f9bd9;
  border-radius: 20px;
  text-align: center;
}
.list-problem .problem-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0 10px;
}
.list-problem .problem-link:hover .problem-illust img {
  opacity: 0.8;
}
.list-problem .problem-link:hover .problem-ttl {
  color: rgba(255, 255, 255, 0.8);
}
.list-problem .problem-link:hover .arw-wht::after {
  transform: translate(-2px, -50%);
}
.list-problem .problem-illust {
  background: #fff;
  width: 100%;
  height: 318px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-problem .problem-ttl {
  color: #fff;
  line-height: 1;
  padding: 25px 0;
  transition: 0.3s;
}
.list-problem .arw-wht::after {
  right: 10px;
}
.list-problem .arw-wht:hover::after {
  transform: none;
}
.list-check .check-item {
  display: flex;
  align-items: flex-start;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(25%);
  margin-right: 10px;
}
.list-voice .voice-item {
  background: #f3e8e0;
  padding: 40px 50px;
  border-radius: 5px;
  display: grid;
  row-gap: 20px;
}
.list-voice .voice-ttl {
  font-weight: bold;
  border-bottom: solid 2px #e8d7cb;
  padding-bottom: 20px;
}
.list-voice .voice-txt {
  white-space: pre-wrap;
}
.list-card .card-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list-card .card-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.8;
  color: #7f9bd9;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .list-card .card-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-card .card-ttl {
    font-size: 21.1764705882px;
  }
}
.list-card .card-bx {
  padding: 45px 50px;
}
.list-card .card-inner {
  width: 590px;
  max-width: 100%;
}
.list-card .com-layout {
  justify-content: space-between;
}
.list-card-case .card-illust {
  width: 432px;
  max-width: 100%;
  aspect-ratio: 432/232;
  background: #f3e8e0;
  border-radius: 12px;
  position: relative;
}
.list-card-case .card-illust .illust {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}
.list-anchor {
  gap: 35px 26.6666666667px;
}
.list-anchor .anchor-item {
  width: 250px;
  max-width: 100%;
}
.list-anchor .btn-link {
  width: 100%;
  height: 70px;
}
.list-anchor .arw-wht::after {
  transform: translate(0, -50%) rotate(90deg);
}
.list-anchor .arw-wht:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}
.list-circle .circle-item {
  display: flex;
  align-items: flex-start;
}
.list-circle .circle-item::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #7f9bd9;
  margin-right: 10px;
  transform: translateY(35%);
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #7f9bd9;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.com-tag-sub .tag-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #7f9bd9;
  border: solid 1px #7f9bd9;
  border-radius: 4px;
  padding: 5px 10px 7px 10px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 15.2941176471px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-work_holi dl {
  display: flex;
  align-items: flex-start;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.ttl-main .eng, .ttl-main .ruby {
  display: block;
  letter-spacing: 0.1em;
}
.ttl-main .eng {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #98a6c5;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 17.6470588235px;
  }
}
.ttl-main .ruby {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 29.4117647059px;
  }
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  border-left: solid #7f9bd9 6px;
  border-bottom: solid 1px #f3e8e0;
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bar {
  font-size: 30px;
  font-size: 3rem;
  background: #7f9bd9;
  color: #fff;
  padding: 20px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 23.5294117647px;
  }
}

.txt-plain {
  font-weight: normal;
  line-height: 2;
}

.marker-orn {
  background: linear-gradient(transparent 50%, #fce3b1 50%);
}

#header {
  position: relative;
  z-index: 1;
}
#header .com-logo {
  width: 210px;
  max-width: 10.9375%;
  position: absolute;
  top: 25px;
  left: 4.69%;
  z-index: 10;
}

#hd-nav {
  padding: 20px 50px;
  position: fixed;
  top: 35px;
  right: 1.56%;
  z-index: 88;
}

.mv, .sv {
  position: relative;
  z-index: 1;
}
.mv-img, .sv-img {
  width: 1370px;
  max-width: 71.3541666667%;
  margin-left: auto;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-cc, .mv-ttl, .sv-cc, .sv-ttl {
  position: absolute;
  left: 4.69%;
  z-index: 2;
}
.mv::after, .sv::after {
  content: "";
  display: block;
  width: 341px;
  max-width: 17.7604166667%;
  aspect-ratio: 341/160;
  background-image: url("/img/common/illust-mens.png");
  background-size: 100%;
  position: absolute;
  left: 4.69%;
  bottom: 0;
  z-index: 1;
}

.mv-cc {
  bottom: 0;
  row-gap: 1.5vw;
  transform: translateY(-105%);
}
.mv-cc-main, .mv-cc-sub {
  letter-spacing: 0.1em;
}
.mv-cc-main {
  font-size: 40px;
  font-size: 2.0833333333vw;
  line-height: 1.9;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main {
    font-size: 40px;
  }
}
.mv-cc-sub {
  font-size: 26px;
  font-size: 1.3541666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 15.2941176471px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 26px;
  }
}

.sv-ttl {
  font-size: 40px;
  font-size: 2.0833333333vw;
  top: 50%;
  transform: translate(0, 20%);
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 1080px) {
  #hd-nav {
    padding: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #hd-nav .list-nav {
    font-size: 15px;
    font-size: 1.5rem;
    -moz-column-gap: 15px;
         column-gap: 15px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  #hd-nav .list-nav {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (min-width: 539px) {
  #hd-nav .list-nav {
    font-size: 14.7058823529px;
  }
}
@media screen and (max-width: 1080px) {
  #hd-nav .btn-sns {
    width: 30px;
    max-width: 100%;
  }
}
.top-blog {
  padding: 190px 0 115px 0;
}
.top-blog .list-news {
  min-height: 210px;
}
.top-blog .btn {
  position: absolute;
  left: 0;
  top: 140px;
}

.top-concept {
  padding: 100px 0 0;
}
.top-concept .ttl-main {
  row-gap: 30px;
  margin-bottom: 100px;
}
.top-concept .img {
  transform: translate(-80px, 0);
}
.top-concept .txt {
  margin-top: 60px;
}
.top-concept::after {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  background: #f9f2ed;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-problem {
  padding: 120px 0 130px 0;
}
.top-problem .ttl-main {
  margin-bottom: 60px;
}

.top-point {
  padding: 140px 0 125px 0;
}
.top-point .ttl-main {
  margin-bottom: 50px;
}
.top-point .img {
  margin: 0 0 0 -420px;
}
.top-point .btn {
  margin-top: 70px;
}

.top-voice {
  padding: 120px 0;
}
.top-voice .ttl-main {
  margin-bottom: 45px;
}
.top-voice .btn {
  margin-top: 60px;
}

#ctn-lower article {
  padding: 150px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}

#com-contact {
  padding: 150px 0;
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
#com-contact .ttl-main {
  margin-bottom: 45px;
}
#com-contact .btn {
  width: 450px;
  max-width: 100%;
}
#com-contact .btn-link {
  width: 100%;
  height: 100px;
}

#com-info {
  padding: 130px 0;
}
#com-info .ttl-main {
  text-align: left;
  margin-bottom: 50px;
}
#com-info .com-gmap {
  width: 500px;
  min-width: 500px;
  margin-left: 40px;
}
#com-info.info .ttl-main {
  text-align: center;
}

#footer {
  padding: 80px 0;
}

#ft-nav .list-nav {
  font-size: 16px;
  font-size: 1.6rem;
  row-gap: 75px;
}
@media screen and (max-width: 768px) {
  #ft-nav .list-nav {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ft-nav .list-nav {
    font-size: 15.2941176471px;
  }
}
#ft-nav .nav-item:nth-last-child(-n+2) {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #ft-nav .nav-item:nth-last-child(-n+2) {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ft-nav .nav-item:nth-last-child(-n+2) {
    font-size: 14.1176470588px;
  }
}

.ft-copy {
  margin-top: 35px;
}/*# sourceMappingURL=style.css.map */