@charset "UTF-8";

/* トップページ */
section {
  padding: 8rem 0;
}

@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}


.main-vis {
  display: block;
  width: calc(100% - 100px);
  height: 800px;
  min-height: 800px;
  margin-inline: 50px;
  background: url(../images/mv.jpg) center center / cover no-repeat;
  border-radius: 26px;
  position: relative;
}

@media only screen and (max-width: 1290px) {
  .main-vis {
    width: calc(100% - 40px);
    margin-inline: 20px;
  }
}


@media only screen and (max-width: 959px) {
  .main-vis {
    height: auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis {}
}


.main-vis__inner {
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch; */
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 93px 0 0;
}

@media only screen and (max-width: 959px) {
  .main-vis__inner {
    max-width: none;
    /* height: 500px; */
    padding: 0 2rem 48px;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__inner {
    height: 400px;
    padding: 0 1.2rem 1.6rem;
  }
}


.main-vis__txt {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 1290px) {
  .main-vis__txt {
    width: 646px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .main-vis__txt {
    width: inherit;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }
}

.main-vis__logo {
  margin-bottom: 27px;
  width: 477px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .main-vis__logo {
    width: 200px;
  }
}


.main-vis__catchcopy {
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
  margin-top: 15rem;

  /* width: calc( 50% + 8rem ); */
}

@media only screen and (max-width: 959px) {
  .main-vis__catchcopy {
    font-size: 3.6458vw;
    /* 28px / 960px */
    /* width: calc( 50% + 4rem ); */
    text-shadow: 2px 2px 0 #fff;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__catchcopy {
    font-size: 2.2rem;
    line-height: 1.666;
    /* text-shadow: 0 0 0.33em #000; */
    width: 100%;
    margin-top: 100px;
  }
}


.main-vis__form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-width: calc(50vw - 4.8rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px;
}

.main-vis__form>* {
  width: 100%;
  position: relative;
}

.main-vis__form-lead {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05ex;
  width: 100%;
  padding: 0 0 0.5em 1em;
  position: relative;
}

@media only screen and (max-width: 1290px) {
  .main-vis__form {
    max-width: 767px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 959px) {
  .main-vis__form {
    width: calc(50% - 4rem);
    margin-top: 32px;
  }

  .main-vis__form-lead {
    text-shadow: 2px 2px 0 #fff;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__form {
    width: 100%;
    margin-top: 1.6rem;
  }
}


.main-vis__form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]) {
  display: inline-block;
  border-radius: 0.5rem;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  border: 1px solid #fff;
  background: #fff;
  font-size: 1.6rem;
  font-weight: inherit;
  line-height: 2;
  text-align: left;
  width: 100%;
  height: var(--c-form-input-height);
  min-height: 0;
  padding: 0.6rem 1.6rem 0.6rem 2.5em;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ease;
}

.main-vis__form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):focus {
  border: 1px solid #e9e9e9;
  background: #fafafa;
  outline: none;
}

.main-vis__form [type="button"],
.main-vis__form [type="submit"] {
  border: none;
  outline: none;
  background: transparent;
  color: var(--site-c-m1);
  position: absolute;
  left: 1em;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%) scale(1.5);
  transform-origin: left center;
}


.main-vis__cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  /* width: calc( 50% - 8rem ); */
}

.main-vis__cta:only-child {
  /* ボタン領域の兄弟要素が他に無い場合 */
  max-width: calc(50vw - 4.8rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-vis__cta .main-vis__btn {
  max-width: none;
  width: calc(50% - 1.2rem);
}

.main-vis__cta .main-vis__btn:only-child {
  width: 100%;
}

/* ボタンが１つだった場合 */

@media only screen and (max-width: 1290px) {
  .main-vis__cta:only-child {
    /* ボタン領域の兄弟要素が他に無い場合 */
    max-width: 767px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 959px) {

  /* .main-vis__cta {width: calc( 50% - 4rem );} */
  .main-vis__cta .main-vis__btn {
    width: calc(50% - 1.2rem);
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__cta {
    width: 100%;
    display: block;
  }

  .main-vis__cta .main-vis__btn {
    width: calc(100% - 1.2rem);
    margin-inline: auto;
  }
}


.main-vis .btnBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-width: 56rem;
}

*+.main-vis .btnBox {
  margin-top: 2rem
}

@media only screen and (max-width: 767px) {
  .main-vis .btnBox {
    margin: 0 auto;
  }

  *+.main-vis .btnBox {
    margin-top: 2rem
  }
}


.main-vis__btn {
  width: calc((100% - 2em) / 2);
  /* ボタンとボタンの間に2emの余白 */
  height: 9rem;
}

@media only screen and (max-width: 767px) {
  .main-vis__btn {
    height: inherit;
    margin-top: 1.6rem;
  }
}

.main-vis__btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 36px;
  /* border: solid 4px #001e5a; */
  background-color: #001e5a;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 74px;
  padding: 0 1em;
  transition: filter 0.2s ease;
  position: relative;
  opacity: 1;
}

.main-vis__btn a:focus,
.main-vis__btn a:hover {
  /* border: solid 4px #001e5a; */
  background-color: #001e5a;
  color: #fff;
  /* filter: brightness(150%); */
  opacity: 1;
}

.main-vis__btn a::before {
  display: none;
}

.main-vis__btn a::after {
  display: none;
}

/* 出張サービス提供者色 */
.main-vis__btn.supporter a {
  border-color: #001e5a;
  background-color: #001e5a;
  color: #fff;
}

.main-vis__btn.supporter a:focus,
.main-vis__btn.supporter a:hover {
  border-color: #001e5a;
  background-color: #001e5a;
  color: #fff;
}

/* ユーザー色 */
.main-vis__btn.customer a {
  border-color: var(--site-c-m1);
  background-color: var(--site-c-m1);
  color: #fff;
}

.main-vis__btn.customer a:focus,
.main-vis__btn.customer a:hover {
  border-color: var(--site-c-m1);
  background-color: var(--site-c-m1);
  color: #fff;
}

/* サイトのオレンジ fill style */
.main-vis__btn.main-vis__btn--default a {
  /* border-color: #fff; */
  background-color: var(--site-c-m1);
  color: #fff;
}

.main-vis__btn.main-vis__btn--default a:focus,
.main-vis__btn.main-vis__btn--default a:hover {
  /* border-color: #fff; */
  background-color: #f0394f;
  color: #fff;
}

/* サイトのオレンジ bordered style */
.main-vis__btn.main-vis__btn--bordered a {
  border-color: var(--site-c-m1);
  background-color: #fff;
  color: var(--site-c-m1);
}

.main-vis__btn.main-vis__btn--bordered a:focus,
.main-vis__btn.main-vis__btn--bordered a:hover {
  border-color: var(--site-c-m1);
  background-color: #fff;
  color: var(--site-c-m1);
}


@media only screen and (max-width: 767px) {
  .main-vis__btn a {
    font-size: 1.6rem;
    line-height: 1.3333;
    height: 5rem;
  }
}

.btn__text-small {
  display: block;
  font-size: 0.5625em;
}

.btn__text-main {
  display: block;
  font-size: 1em;
}

.btn__icon {
  display: block;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

.main-vis__search-wrap {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 959px) {
  .main-vis__search-wrap {
    display: block;
  }
}

.main-vis__search {
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  justify-content: center;
  margin-top: -55px;
  gap: 0 12px;
}

@media only screen and (max-width: 959px) {
  .main-vis__search {
    margin-top: 0;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-vis__search {
    flex-wrap: wrap;
  }
}

.main-vis__search--select {
  background: var(--site-c-m2);
  border-radius: 10px;
  width: 310px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .main-vis__search--select {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .main-vis__search--select {
    width: 48%;
  }
}

.main-vis__search--select:before {
  content: '\f0dc';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 10px);
  right: 17px;
  pointer-events: none;
}

.main-vis__search--select select {
  width: 100%;
  padding: 16px;
  font-size: 16px;
}

.main-vis__search--btn {
  border: none;
  border-radius: 10px;
  background: var(--site-c-m1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 274px;
}

.main-vis__search--btn i {
  margin-right: 10px;
}

@media screen and (max-width: 959px) {
  .main-vis__search--btn {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .main-vis__search--btn {
    width: 100%;
    margin-top: 20px;
    padding-block: 10px;
  }
}

.keyword_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  background-color: #f08a00;
}

@media screen and (max-width: 767px) {
  .keyword_search {
    flex-direction: column;
    height: auto;
    padding: 2rem 1rem;
  }
}

.keyword_search p {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .keyword_search p {
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.keyword_search input[type=search] {
  width: 70rem;
  height: 5rem;
  background-color: #fff;
  border: none;
}

@media screen and (max-width: 767px) {
  .keyword_search input[type=search] {
    width: 100%;
    max-width: 50rem;
    height: 4rem;
  }
}


.p-index__lead-logo {
  font-size: 40px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  width: 418px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-index__lead-logo {
    width: 60%;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .p-index__lead-logo {
    width: 80%;
  }
}

.p-index__lead-txt {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-index__lead-txt {
    font-size: 12px;
  }
}

.p-index__lead-list {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}

.p-index__lead-item {
  width: 274px;
}

.p-index__lead-item-img {
  margin-bottom: 18px;
}

.p-index__lead-item-ttl a {
  color: var(--site-c-m1);
  font-size: 16px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.p-index__lead-item-ttl a:after {
  content: '▶︎';
}

.p-index__lead-item-txt {
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 767px) {
  .p-index__lead-list {
    display: block;
  }

  .p-index__lead-item {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}

.result {
  padding: 8rem 0;
}

@media only screen and (max-width: 959px) {
  .result {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .result {
    padding: 3rem 0;
  }
}

.p-index__head {
  text-align: center;
  padding-block: 60px 30px;
  position: relative;
}

.p-index__head-ttl-en {
  color: var(--site-c-m1);
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
}

.area_search {
  background-color: #ffead5;
}

.area_search h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .area_search h3 {
    font-size: 2.4rem;
  }
}

.p-index__map {
  margin-inline: 50px;
  background: url(../images/bg_area.jpg) center center / cover no-repeat;
  border-radius: 26px;
  padding: 0;
}

@media only screen and (max-width: 1290px) {
  .p-index__map {
    margin-inline: 20px;
  }
}

@media only screen and (max-width: 1140px) {
  .p-index__map {
    padding-bottom: 3vw;
  }
}

.p-index__map .c-ttl {
  color: #fff;
}

.p-index__map-outer {
  position: relative;
}

.p-index__map-area-sp {
  display: none;
}

@media only screen and (max-width: 959px) {
  .p-index__map-outer {
    display: none;
  }

  .p-index__map-area-sp {
    display: block;
  }
}

.p-index__map-img {
  margin-left: 193px;
  margin-top: -53px;
  width: 961px;
}

.p-index__map-area {
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: absolute;
}

.p-index__map-area-hokkaido {
  top: 93px;
  left: calc(50% + 415px);
  width: 88px;
}

.p-index__map-area-tohoku,
.p-index__map-area-kanto {
  left: calc(50% + 324px);
  width: 174px;
}

.p-index__map-area-tohoku {
  top: 288px;
}

.p-index__map-area-kanto {
  top: 484px;
}

.p-index__map-area-hokuriku {
  top: 103px;
  left: calc(50% - 250px);
  width: 384px;
}

.p-index__map-area-kinki {
  top: 552px;
  left: calc(50% - 48px);
  width: 254px;
}

.p-index__map-area-chugoku {
  top: 256px;
  left: calc(50% - 250px);
  width: 235px;
}

.p-index__map-area-shikoku {
  top: 552px;
  left: calc(50% - 250px);
  width: 181px;
}

.p-index__map-area-kyushu {
  top: 391px;
  left: calc(50% - 555px);
  width: 254px;
}


@media only screen and (max-width: 1470px) {
  .p-index__map-img {
    margin-left: 13%;
  }
}

@media only screen and (max-width: 1290px) {
  .p-index__map-img {
    margin-left: 10%;
    width: 100%;
  }

  .p-index__map-area-hokkaido {
    left: calc(50% + 415px);
  }

  .p-index__map-area-tohoku,
  .p-index__map-area-kanto {
    left: calc(50% + 324px);
  }

  .p-index__map-area-hokuriku {
    left: calc(50% - 194px);
  }

  .p-index__map-area-kinki {
    left: calc(50% + 6px);
  }

  .p-index__map-area-chugoku {
    left: calc(50% - 194px);
  }

  .p-index__map-area-shikoku {
    left: calc(50% - 194px);
  }

  .p-index__map-area-kyushu {
    left: calc(50% - 468px);
  }

}

@media only screen and (max-width: 1140px) {

  .p-index__map-area-hokkaido {
    left: calc(50% + 328px);
  }

  .p-index__map-area-tohoku,
  .p-index__map-area-kanto {
    left: calc(50% + 234px);
  }

  .p-index__map-area-tohoku {
    top: 224px;
  }

  .p-index__map-area-kanto {
    top: 412px;
  }

  .p-index__map-area-hokuriku {
    top: 45px;
  }

  .p-index__map-area-kinki {
    top: 446px;
    left: calc(50% - 66px);
  }

  .p-index__map-area-chugoku {
    top: 198px;
    left: calc(50% - 158px);
  }

  .p-index__map-area-shikoku {
    top: 480px;
    left: calc(50% - 284px);
  }

  .p-index__map-area-kyushu {
    top: 298px;
    left: calc(50% - 450px);
  }
}

.p-index__map-area-ttl {
  color: var(--site-c-m1);
  font-size: 16px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  margin-bottom: 15px;
}

.p-index__map-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.p-index__map-area-list a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
}

@media only screen and (max-width: 959px) {
  .p-index__map {
    padding-bottom: 40px;
  }

  .p-index__map-area {
    position: static;
    width: 100% !important;
    margin-bottom: 4vw;
    padding: 0;
  }

  .p-index__map-area-ttl {
    padding: 4vw 3vw;
    position: relative;
  }

  .p-index__map-area-ttl:before {
    content: '\f0d7';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3rem;
    position: absolute;
    top: calc(50% - 22px);
    right: 32px;
    transition: transform 0.2s ease-in-out;
  }

  .p-index__map-area-ttl.active:before {
    transform: rotate(180deg);
  }

  .p-index__map-area-list-wrap {
    display: none;
  }

  .p-index__map-area-list {
    margin: -4px 22px 20px;
    justify-content: space-between;
    gap: 0;
  }

  .p-index__map-area-list li {
    width: 49%;
    height: 50px;
    border: 1px solid #e5ebec;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-index__map-area-ttl:before {
    font-size: 2rem;
    top: calc(50% - 15px);
    right: 3vw;
  }
}

.area_search__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  --area-search-gap: 4rem;
  gap: var(--area-search-gap);
}

@media (min-width: 1361px) {
  .area_search__wrap {
    --area-search-gap: 4rem;
    height: calc((1360px - var(--area-search-gap)) / 2);
    max-height: 600px;
    /* ボタンを12個以上に増やす時に数値を660px以上に設定してください。 */
  }
}

@media (min-width: 960px) and (max-width: 1360px) {
  .area_search__wrap {
    --area-search-gap: 3.2rem;
    height: calc((100vw - var(--l-container-padding) * 2 - var(--area-search-gap)) / 2);
    max-height: 600px;
    /* ボタンを12個以上に増やす時に数値を660px以上に設定してください。 */
  }
}

@media only screen and (max-width: 959px) {
  .area_search__wrap {
    --area-search-gap: 2.4rem;
    height: calc((100vw - var(--l-container-padding) * 2 - var(--area-search-gap)) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .area_search__wrap {
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    --area-search-gap: 2.4rem;
  }
}

.area_search__wrap>* {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .area_search__wrap>* {
    width: 100%;
  }
}

.area_search__img {}

.area_search__img img,
.area_search__img svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 767px) {
  .area_search__img {
    margin-bottom: 2rem;
  }
}


.area_search__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
  gap: var(--area-search-gap);
}

.area_search__list>div {
  border-radius: 4em;
  width: calc((100% - var(--area-search-gap)) / 2);
  height: calc((100% - var(--area-search-gap) * 5) / 6);
  /* 余白ふくめ縦に6等分（余白はgapサイズに依存させてます） */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .area_search__list {
    height: calc(100vw - var(--l-container-padding) * 2);
  }

  .area_search__list>div {
    height: calc((100% - var(--area-search-gap) * 5) / 6);
    /* 余白ふくめ縦に6等分（余白はgapサイズに依存させてます） */
  }
}

@media screen and (max-width: 400px) {
  .area_search__list>div {
    height: calc((100% - var(--area-search-gap) * 5) / 6);
    /* 余白ふくめ縦に6等分（余白はgapサイズに依存させてます） */
  }
}

.area_search__list>div.area_pink {
  background-color: #DA5373;
  color: #fff;
}

.area_search__list>div.area_yellow {
  background-color: #D9A81F;
  color: #fff;
}

.area_search__list>div.area_brown {
  background-color: #A57224;
  color: #fff;
}

.area_search__list>div.area_green {
  background-color: #0E8341;
  color: #fff;
}

.area_search__list>div.area_blue {
  background-color: #0A5E96;
  color: #fff;
}

.area_search__list>div a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background-color: inherit;
  color: inherit;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  font-weight: 500;
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .area_search__list>div a {
    font-size: 2rem;
  }
}


.purpose {
  background-color: #fffdeb;
}

.purpose h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .purpose h3 {
    font-size: 2.4rem;
  }
}

.purpose__wrap {
  display: flex;
  justify-content: space-between;
}

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

.purpose__box {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .purpose__box {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.purpose__box:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.purpose__box a {
  text-decoration: underline;
}

.purpose__box dl+dl {
  margin-top: 2rem;
}

.purpose__box dl.more {
  margin-bottom: 0;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .purpose__box dl.more {
    margin-top: 3rem;
  }
}

.purpose__box dt {
  font-size: 1.8rem;
  font-weight: 700;
}

.purpose__box dd {
  font-size: 1.5rem;
  font-weight: 500;
}

.voice {
  padding: 0;
  margin-inline: 20px;
}

.service_list {
  background-color: #fff1ba;
}

.voice .knowledge__ttl,
.service_list .knowledge__ttl {
  color: var(--site-c-m1);
}

/* .feature .c-head {
  align-items: center;
  text-align: center;
}
.feature .c-head__ttl {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.5rem;
  color: #001e5a;
}
@media only screen and (max-width: 767px) {
  .feature .c-head__ttl {
    font-size: 2.4rem;
  }
}
.feature .c-head__txt {
  width: 100%;
}
.feature__item {
  width: calc((100% - 6rem) / 4);
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature__item {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-bottom: 3.2rem;
  }
  .feature__item:nth-child(2n) {
    margin-right: 0;
  }
}
.feature__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature__desc {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feature__ttl {
  font-family: sans-serif;
  transform:rotateZ(0.03deg);
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
  color: #005ea4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .feature__ttl {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
}
.feature__txt {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .feature__txt {
    font-size: 1.4rem;
  }
}
.feature__btn {
  height: 6rem;
  font-size: 1.8rem;
  font-family: sans-serif;
  transform:rotateZ(0.03deg);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .feature__btn {
    height: 5rem;
    font-size: 1.3rem;
  }
}
.feature__btn a {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: solid 1px #005aa1;
  background-color: #6bbee8;
  display: flex;
  align-items: center;
  justify-content: center;
} */


.p-index__rank {
  padding: 0;
  margin-inline: 20px;
}

.p-index__rank .c-3item-list {
  margin-top: 77px;
}

@media screen and (max-width: 767px) {
  .p-index__rank .c-3item+.c-3item {
    margin-top: 77px;
  }
}

.p-index__feature-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.p-index__feature-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.p-index__feature-item-img-wrap {
  width: 44%;
  position: relative;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .p-index__feature-item-img-wrap {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}

.p-index__feature-item-num {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
}

.p-index__feature-item:nth-of-type(1) .p-index__feature-item-num {
  width: 145px;
}

@media screen and (max-width: 767px) {
  .p-index__feature-item-num {
    width: 90px;
  }

  .p-index__feature-item:nth-of-type(1) .p-index__feature-item-num {
    width: 72px;
  }
}

.p-index__feature-item-info {
  width: 50%;
}

.p-index__feature-item-ttl {
  color: var(--site-c-m1);
  font-size: 22px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-index__feature-item-ttl {
    font-size: 12px;
  }
}

.p-index__feature-item-txt {
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 767px) {
  .p-index__feature-item-txt {
    font-size: 14px;
  }
}

.news__list {
  background: var(--site-c-m2);
  border-radius: 10px;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .news__list {
    padding: 15px;
  }
}

.news__item {
  padding-block: 30px;
}

@media screen and (max-width: 767px) {
  .news__item {
    padding-block: 15px;
  }
}

.news__item:not(:last-of-type) {
  border-bottom: 3px solid #ccc;
}

.news__desc {
  display: flex;
  font-size: 16px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 767px) {
  .news__desc {
    display: block;
    font-size: 14px;
  }
}

.news__txt {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .news__txt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.news__ttl {
  width: calc(100% - 150px);
  font-size: 16px;
  font-weight: 900;
  font-family: sans-serif;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 767px) {
  .news__ttl {
    width: 100%;
    font-size: 14px;
  }
}

.news__ttl .new {
  background: var(--site-c-m1);
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  margin-right: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-index__feature-item {
    display: block;
  }

  .p-index__feature-item-info {
    width: inherit;
  }
}

/* .structure {
  background-color: #f1f2f2;
}
.structure .c-head__ttl {
  color: #043487;
}
.structure .c-head__ttl-link {
  background-color: #043487;
}
.structure__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .structure__txt {
    font-size: 1.6rem;
  }
}
.structure__img {
  max-width: 95%;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .structure__img {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .structure__img img {
    width: 180%;
  }
} */
.category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category__item {
  position: relative;
  width: 48%;
  font-size: 1.8rem;
  line-height: 6rem;
  cursor: pointer;
}

.category__ttl {
  border-bottom: 1px solid #c1c1c1;
}

.category__item img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
}

.category__item ul {
  display: none;
  background-color: #f5f5f5;
}

.category__item ul li {
  position: relative;
  padding: 0 1rem;
  border-bottom: 1px solid #c1c1c1;
}

.category__item ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg) translateY(-50%);
}

.category__item ul li a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .category__item {
    font-size: 1.4rem;
    line-height: 4rem;
  }

  .category__item {
    width: 100%;
  }

  .category__item img {
    width: 24px;
  }

  .category__item ul li::before {
    width: 8px;
    height: 8px;
  }
}

.footer-nav {
  display: none;
}
