@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
/* メインビジュアル */
.mainvisualTop {
  width: 100%;
  background-color: #F9F4F0;
}
@media (max-width: 750px) {
  .mainvisualTop {
    padding-bottom: 10vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop {
    background: url(../images/mv_pc.jpg) no-repeat center center;
    background-size: cover;
    height: 48vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48vw;
    padding-left: 5.6vw;
  }
}
@media (max-width: 750px) {
  .mainvisualTop .textbox {
    padding-inline: 4vw;
    padding-top: 13vw;
  }
}
.mainvisualTop .h1mv {
  color: #3B6859;
  font-size: 2.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  .mainvisualTop .h1mv {
    font-size: 1.64em;
  }
}
.mainvisualTop p {
  font-size: 1.06em;
  padding-block: 1.5em;
}
@media (max-width: 750px) {
  .mainvisualTop p {
    font-size: 1.1em;
  }
}
.mainvisualTop .linkbox {
  width: 16em;
  margin-top: 1.5em;
}
@media (max-width: 750px) {
  .mainvisualTop .linkbox {
    margin-inline: auto;
  }
}

/* タイトル */
.h2top {
  position: relative;
  text-align: center;
  margin-bottom: 2.5em;
}
.h2top span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  color: #3B6859;
  text-align: center;
  z-index: 1;
}
@media (max-width: 750px) {
  .h2top span {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.9em;
    background-color: #F9F4F0;
  }
  .h2top span::before, .h2top span::after {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: #3B6859;
    content: "";
    display: inline-block;
    height: 1px;
  }
  .h2top span::before {
    margin-right: 0.5em;
  }
  .h2top span::after {
    margin-left: 0.5em;
  }
}
@media (min-width: 751px) {
  .h2top span::before, .h2top span::after {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 2px;
    background-color: #3B6859;
    -webkit-transform: translateY(-0.4em);
            transform: translateY(-0.4em);
    margin-inline: 1em;
  }
}
.h2top .imgbox {
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h2top .imgbox {
    height: 8vw;
  }
  .h2top .imgbox img {
    width: auto;
    height: 100%;
  }
}

.h3top {
  text-align: center;
  margin-bottom: 1em;
}
.h3top span {
  font-weight: bold;
  font-size: 2em;
  color: #3B6859;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9F4F0));
  background: linear-gradient(transparent 60%, #F9F4F0 60%);
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h3top span {
    font-size: 1.5em;
  }
}

.h4top {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h4top {
    font-size: 1.35em;
  }
}
.h4top .imgbox {
  margin-right: 1em;
}
.h4top.hojin {
  color: #FEA25C;
}
.h4top.kojin {
  color: #3B6859;
}

@media (max-width: 750px) {
  .pagelink ul {
    max-width: 72vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .pagelink ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3em;
  }
}
@media (max-width: 750px) {
  .pagelink li {
    margin-top: 1.7em;
  }
}
.pagelink .linkbox {
  width: auto;
}
.pagelink .linkbox span::before {
  -webkit-transform: translate(0, 0.2em) rotate(45deg);
          transform: translate(0, 0.2em) rotate(45deg);
}
.pagelink .linkbox span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* スペース commonに記載 */
/* 個別 */
section.service {
  background-color: #F9F4F0;
}
section.service .content {
  background-color: white;
  border-radius: 2em;
  padding: 3.5em;
}
@media (max-width: 750px) {
  section.service .content {
    border-radius: 1em;
    padding: 2em 1em;
  }
}
section.service .box {
  border-radius: 2em;
  padding: 3.5em;
  margin-top: 2.8em;
}
@media (max-width: 750px) {
  section.service .box {
    padding: 2em 1em;
    border-radius: 1em;
    margin-top: 2em;
  }
}
section.service .box.hojin {
  background-color: #F9F0E9;
}
section.service .box.kojin {
  background-color: #E7EFEB;
}
section.service .list_box {
  margin-top: 1.5em;
}
@media (min-width: 751px) {
  section.service .list_box {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    margin-top: 2em;
  }
}
section.service .list_box .title {
  text-align: center;
  border-radius: 1em;
  padding: 1em 2em;
}
@media (min-width: 751px) {
  section.service .list_box .title {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    width: 34%;
    max-width: 34%;
    border-radius: 1em;
  }
}
section.service .list_box .title span {
  color: white;
  font-weight: bold;
  font-size: 1.25em;
}
section.service .list_box .textbox {
  width: 100%;
  background-color: white;
  border-radius: 0.5em;
  padding: 2em;
}
@media (min-width: 751px) {
  section.service .list_box .textbox {
    border-radius: 1em;
  }
}
section.service .hojin_list_box_1 .title {
  background-color: #FEA25C;
}
section.service .hojin_list_box_2 .title {
  background-color: #DBBCA4;
}
section.service .kojin_list_box_1 .title {
  background-color: #3B6859;
}
section.service .kojin_list_box_2 .title {
  background-color: #98A7A0;
}
section.service .sozokubox {
  background-color: #F9F4F0;
  border-radius: 1.5em;
  padding: 1.5em 2.5em;
}
@media (max-width: 750px) {
  section.service .sozokubox {
    border-radius: 1em;
    padding: 1em 2em;
    margin-top: 2em;
  }
}
@media (min-width: 751px) {
  section.service .sozokubox {
    height: 100%;
  }
}
section.service .sozokubox .title {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px dashed #3B6859;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
section.service .kaikei {
  position: relative;
}
section.service .kaikei .ill_1 {
  position: absolute;
  top: 35em;
  left: -8.3em;
}
section.service .kaikei .ill_2 {
  position: absolute;
  right: 3em;
  bottom: 7.9em;
}
@media (max-width: 750px) {
  section.service .kaikei .ill_2 {
    right: 5.6vw;
    bottom: -5vw;
    width: 19.4vw;
  }
}
section.service .sozoku {
  position: relative;
}
section.service .sozoku .ill_3 {
  position: absolute;
  right: 7em;
  bottom: -2em;
}
@media (max-width: 750px) {
  section.service .sozoku .ill_3 {
    right: 8vw;
    bottom: -5vw;
    width: 19.6vw;
  }
}
section.service .keiri {
  position: relative;
}
section.service .keiri .ill_4 {
  position: absolute;
  bottom: -2em;
  left: -2.8em;
}
@media (max-width: 750px) {
  section.service .keiri .ill_4 {
    left: 0;
    bottom: -5vw;
    width: 29.3vw;
  }
}
section.service .keiri .ill_5 {
  position: absolute;
  right: -9.25em;
  bottom: -14.8em;
}
section.service .other {
  position: relative;
}
section.service .other .ill_6 {
  position: absolute;
  right: 6.7em;
  bottom: 1.5em;
}
@media (max-width: 750px) {
  section.service .other .ill_6 {
    right: 5vw;
    bottom: -5vw;
    width: 12.9vw;
  }
}
section.about {
  background: url(../images/about_bk.png) no-repeat center center;
  background-size: cover;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
section.about .inner {
  position: relative;
}
@media (max-width: 750px) {
  section.about .h2top span {
    background-color: white;
  }
}
@media (min-width: 751px) {
  section.about .about_list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.about .about_list li {
  background-color: #F9F4F0;
  border-radius: 1em;
  padding: 2em;
}
@media (max-width: 750px) {
  section.about .about_list li {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em 1em;
  }
}
@media (max-width: 750px) {
  section.about .about_list li .textbox {
    padding-left: 1em;
  }
}
section.about .about_list li .imgbox {
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  section.about .about_list li .imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17vw;
            flex: 0 0 17vw;
    width: 17vw;
    max-width: 17vw;
  }
}
section.about .about_list li .title {
  font-size: 1.35em;
  font-weight: bold;
  color: #3B6859;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media (min-width: 751px) {
  section.about .about_list li .title {
    font-size: 1.55em;
    text-align: center;
  }
}
section.about .about_ill_1 {
  position: absolute;
  bottom: 2em;
  left: -1em;
}
section.about .about_ill_2 {
  position: absolute;
  right: -1em;
  bottom: 2em;
}
section.flow {
  background-color: #E7EFEB;
}
@media (max-width: 750px) {
  section.flow .h2top span {
    background-color: #E7EFEB;
  }
}
section.flow .flow_list {
  position: relative;
  background-color: white;
  border-radius: 2em;
  padding: 3.5em;
}
@media (max-width: 750px) {
  section.flow .flow_list {
    border-radius: 1em;
    padding: 2em 1em;
  }
}
@media (min-width: 751px) {
  section.flow .flow_list ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    gap: 2em;
  }
}
@media (min-width: 751px) {
  section.flow .flow_list li {
    width: calc((100% - 8em) / 5);
  }
}
@media (max-width: 750px) {
  section.flow .flow_list li:not(:first-of-type) {
    margin-top: 2em;
  }
}
section.flow .flow_list .step {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #3B6859;
  border-bottom: 2px dashed #3B6859;
}
@media (min-width: 751px) {
  section.flow .flow_list .step {
    padding-bottom: 0.5em;
  }
}
section.flow .flow_list .step .step_num {
  font-size: 2em;
  font-weight: bold;
}
section.flow .flow_list .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  font-weight: bold;
  color: #3B6859;
  margin-block: 1em;
}
@media (max-width: 750px) {
  section.flow .flow_list .title {
    margin-block: 0.5em;
  }
}
section.flow .flow_ill_1 {
  position: absolute;
  top: 2.5em;
  left: -4.3em;
}
section.flow .flow_ill_2 {
  position: absolute;
  right: -4em;
  bottom: 0.5em;
}
section.cta {
  background-color: #4C8673;
}
section.cta .inner {
  position: relative;
}
@media (min-width: 751px) {
  section.cta .wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
  }
}
section.cta .cta_text {
  color: white;
}
section.cta .cta_text .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  section.cta .cta_text .title {
    font-size: 1.9em;
    text-align: center;
  }
}
section.cta .cta_text p {
  font-size: 1.1em;
}
@media (max-width: 750px) {
  section.cta .cta_btn {
    max-width: 67.6vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2em;
  }
}
section.cta .cta_btn .tel_btn {
  color: black;
  text-decoration: none;
  line-height: 1.2;
  background-color: #F9F4F0;
  border-radius: 1em;
  padding: 1.5em 2em;
}
@media (max-width: 750px) {
  section.cta .cta_btn .tel_btn {
    text-align: center;
    display: block;
    padding: 1em 3em;
  }
}
@media (min-width: 751px) {
  section.cta .cta_btn .tel_btn {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    width: 35.6em;
  }
}
section.cta .cta_btn .tel_btn span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  section.cta .cta_btn .tel_btn span {
    font-size: 1.7em;
  }
}
section.cta .cta_btn .tel_btn span::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/icon_tel.png) no-repeat center center;
  background-size: cover;
}
section.cta .cta_btn .tel_btn .eigyo {
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  section.cta .cta_btn .tel_btn .eigyo {
    text-align: left;
    margin-top: 0.5em;
  }
}
section.cta .cta_btn .linkbox {
  width: 14.8em;
  background-color: white;
  color: black;
  margin-top: 2em;
}
@media (max-width: 750px) {
  section.cta .cta_btn .linkbox {
    margin-inline: auto;
  }
}
section.cta .cta_btn .linkbox span {
  background-color: #3B6859;
}
section.cta .cta_btn .linkbox span::before {
  border-color: white;
}
section.cta .cta_btn .linkbox span::after {
  background-color: white;
}
section.cta .cta_ill_1 {
  position: absolute;
  bottom: -10.5em;
  left: -9.3em;
}
section.cta .cta_ill_2 {
  position: absolute;
  right: -8.9em;
  bottom: -7.5em;
}
@media (max-width: 750px) {
  section.daihyo .h2top span {
    background-color: white;
  }
}
@media (min-width: 751px) {
  section.daihyo .history_wrap {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: center;
    /* no prefix*/
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5em;
  }
}
@media (max-width: 750px) {
  section.daihyo .history {
    width: 100%;
    margin-top: 2em;
  }
}
@media (min-width: 751px) {
  section.daihyo .history {
    width: 21.6em;
  }
}
section.daihyo .history dl {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix*/
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.daihyo .history dl dt, section.daihyo .history dl dd {
  padding-block: 0.25em;
}
@media (max-width: 750px) {
  section.daihyo .history dl dt, section.daihyo .history dl dd {
    font-size: 1.1em;
  }
}
section.daihyo .history dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  width: 5em;
  max-width: 5em;
  border-right: 1px solid black;
}
section.daihyo .history dl dd {
  width: calc(100% - 5em);
  padding-left: 1em;
}
@media (max-width: 750px) {
  section.daihyo .imgbox {
    max-width: 64vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.company {
  background-color: #F9F4F0;
}
@media (min-width: 751px) {
  section.company .flex {
    gap: 3.75em;
  }
}
section.company .flex .textbox {
  width: 100%;
}
@media (max-width: 750px) {
  section.company .flex .imgbox {
    margin-top: 2em;
  }
}
@media (min-width: 751px) {
  section.company .flex .imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
section.company .tablebox dl > div {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  /* no prefix*/
  display: -webkit-box;
  display: flex;
}
@media (max-width: 750px) {
  section.company .tablebox dl > div {
    border-bottom: 1px dashed #3B6859;
  }
}
@media (min-width: 751px) {
  section.company .tablebox dl > div:not(:last-of-type) {
    border-bottom: 1px dashed #3B6859;
  }
}
section.company .tablebox dt, section.company .tablebox dd {
  padding: 1em;
}
@media (max-width: 750px) {
  section.company .tablebox dt, section.company .tablebox dd {
    font-size: 1.1em;
  }
}
section.company .tablebox dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7em;
          flex: 0 0 7em;
  width: 7em;
  max-width: 7em;
  color: #3B6859;
}
section.company .tablebox dd {
  width: 100%;
}
section.company .h3top span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, white));
  background: linear-gradient(transparent 60%, white 60%);
}
@media (max-width: 750px) {
  section.faq .h2top span {
    background-color: white;
  }
}
section.contact {
  background-color: #F9F4F0;
}
@media (max-width: 750px) {
  section.contact .h2top span {
    font-size: 1.4em;
  }
}