@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@-webkit-keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@keyframes floating-x-b {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  100% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes floating-y-b {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@media screen and (min-width: 1301px) {
  .mainvisual {
    margin: 10px 0 130px;
  }
}
@media screen and (max-width: 1300px) {
  .mainvisual {
    margin: 20px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__wrap__l {
    margin-bottom: 30px;
  }
}
.mainvisual__wrap__l__ttl {
  font-weight: 900;
  line-height: 1.48;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainvisual__wrap__l__ttl {
    font-size: clamp(4.625rem, -5.725rem + 9.2vw, 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__wrap__l__ttl {
    font-size: clamp(3rem, 2.615rem + 2.06vw, 3.6rem);
  }
}
.mainvisual__wrap__l__txt {
  font-weight: 900;
  line-height: 1.9;
}
@media screen and (min-width: 1301px) {
  .mainvisual__wrap__l__txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .mainvisual__wrap__l__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1001px) {
  .mainvisual__wrap__l__txt {
    margin-top: -0.5em;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual__wrap__l__txt {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__wrap__l__txt {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__wrap__r {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__wrap__r {
    max-width: 300px;
    margin: auto;
  }
}

@media screen and (min-width: 1001px) {
  .top_service {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .top_service {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .top_service__po {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    max-width: 940px;
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .top_service__po {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top_service__po__img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .top_service__po__img {
    max-width: 250px;
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_service__po__content {
    width: 60%;
  }
}
@media screen and (min-width: 1301px) {
  .top_service__po__content .top_service__list__item__content__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .top_service__po__content .top_service__list__item__content__ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top_service__po__content .top_service__list__item__content__ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: unset;
  }
}
@media screen and (min-width: 768px) {
  .top_service__po__content .top_service__list__item__content__ttl {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top_service__po__content .top_service__list__item__content__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .top_service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_service__list__item {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1301px) {
  .top_service__list__item__img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1300px) {
  .top_service__list__item__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__img {
    max-width: 250px;
    width: 80%;
    margin: auto;
  }
}
.top_service__list__item__content__ttl {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 1301px) {
  .top_service__list__item__content__ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_service__list__item__content__ttl {
    font-size: 2rem;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top_service__list__item__content__ttl {
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__content__ttl {
    font-size: 2.4rem;
    height: unset;
    margin: -0.5em auto 10px;
  }
}
.top_service__list__item__content__ttl span {
  display: inline-block;
  background-color: #364c41;
  padding: 0.2em 0.5em 0.3em;
}
@media screen and (max-width: 1300px) {
  .top_service__list__item__content__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top_service__list__item__content__txt {
    font-size: 1.5rem;
  }
}

.top_about {
  max-width: 1180px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .top_about {
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 1000px) {
  .top_about {
    margin-bottom: 120px;
  }
}
.top_about::before {
  position: absolute;
  content: "";
  border: 1px solid #364c41;
  width: 90%;
  height: 90%;
  top: 30px;
  left: 5%;
  z-index: -1;
}
.top_about .ttl_cmn {
  background-color: #f0eee2;
}
@media screen and (min-width: 768px) {
  .top_about .ttl_cmn {
    text-align: right;
    float: right;
    padding-right: 1.7em;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .top_about .ttl_cmn {
    display: table;
    margin: 0 auto 30px;
  }
}
.top_about__wrap {
  clear: both;
}
@media screen and (min-width: 1001px) {
  .top_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_about__wrap__img {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .top_about__wrap__img {
    width: 47%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__wrap__img {
    width: calc(110% - 27.5px);
    margin-left: -27.5px;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__img {
    width: 110%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__wrap__img img {
    max-width: unset;
    width: 110%;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__wrap__content {
    width: 53%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__wrap__content {
    width: calc(100% + 27.5px);
    margin: -1.4em -27.5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__content {
    width: 110%;
    margin: -1.4em 0 0 0;
  }
}
.top_about__wrap__content__ttl {
  color: white;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 1301px) {
  .top_about__wrap__content__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1300px) {
  .top_about__wrap__content__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1001px) {
  .top_about__wrap__content__ttl {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .top_about__wrap__content__ttl {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__content__ttl {
    font-size: 2rem;
  }
}
.top_about__wrap__content__ttl span {
  display: table;
  background-color: #000;
  padding: 0.3em 0.5em 0.4em;
}
.top_about__wrap__content__ttl span:not(:last-child) {
  margin-bottom: 0.5em;
}
.top_about__wrap__content__txt {
  position: relative;
}
@media screen and (max-width: 1300px) {
  .top_about__wrap__content__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about__wrap__content__txt {
    padding: 3em;
  }
}
@media screen and (max-width: 767px) {
  .top_about__wrap__content__txt {
    padding: 2em;
    font-size: 1.5rem;
  }
}
.top_about__wrap__content__txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
}

.top_contact {
  max-width: 1180px;
  background-color: #364c41;
  border-radius: 20px;
  color: white;
}
@media screen and (min-width: 1001px) {
  .top_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 1000px) {
  .top_contact {
    margin-bottom: 120px;
    padding: 50px 5%;
  }
}
@media screen and (min-width: 1001px) {
  .top_contact__l {
    width: 35%;
  }
}
.top_contact__l .ttl_cmn {
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .top_contact__l .ttl_cmn {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .top_contact__r {
    width: 65%;
    padding: 4.5% 5%;
    border-left: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
@media screen and (min-width: 1001px) {
  .top_contact__r__img {
    width: 22%;
  }
}
@media screen and (max-width: 1000px) {
  .top_contact__r__img {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .top_contact__r__content {
    width: 71%;
  }
}
.top_contact__r__content__txt {
  font-weight: 900;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
  .top_contact__r__content__txt {
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .top_contact__r__content__img {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .top_contact__r__content__img {
    width: 40%;
    max-width: 110px;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1001px) {
  .top_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1180px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 1000px) {
  .top_access {
    margin-bottom: 80px;
  }
}
.top_access__l {
  border-top: 1px solid #364c41;
}
@media screen and (min-width: 1001px) {
  .top_access__l {
    width: 35%;
    padding-top: 6%;
  }
}
@media screen and (max-width: 1000px) {
  .top_access__l {
    width: 100%;
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 1001px) {
  .top_access__l .ttl_cmn {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .top_access__l .ttl_cmn {
    margin-bottom: 40px;
  }
}
.top_access__l__ttl {
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top_access__l__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top_access__l__ttl {
    font-size: 2rem;
  }
}
.top_access__l__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  line-height: 1.5;
  margin: -15px 0;
}
@media screen and (max-width: 767px) {
  .top_access__l__tbl {
    font-size: 1.5rem;
  }
}
.top_access__l__tbl th {
  text-align: left;
  font-weight: 400;
  border-left: 5px solid #364c41;
  padding: 0 1em 0 0.5em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
}
.top_access__r {
  border: 2px solid #364c41;
}
@media screen and (min-width: 1001px) {
  .top_access__r {
    width: 60%;
  }
}