@font-face {
  font-family: 'Noto Sans JP';
  src: url(/asset/fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}
.keymovie video {
  width: 100%;
  height: auto;
  display: block;
  background-color: #eee;
}
.keymovie .content__button {
  margin-top: 80px;
}
.keymovie .content__button__link {
  background-color: #7fc7e5;
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-image: url(/asset/images/common/button_wyd.png) !important;
}
.keymovie .content__button__link:hover {
  border: 1px solid #7fc7e5;
  color: #7fc7e5;
  background-image: url(/asset/images/common/button_byd.png) !important;
}
@media screen and (max-width: 767px) {
  .keymovie .content {
    width: 80%;
  }
  .keymovie .content .content__button {
    font-size: 3.75vw;
    margin-top: 6.25vw;
  }
}
.service {
  margin-top: 170px;
}
.service .content {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98%;
}
@media screen and (max-width: 767px) {
  .service .content {
    padding-right: 0;
  }
}
.service .service__titleblock {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .service .service__titleblock {
    width: 100%;
  }
}
.service .service__titleblock .section__button {
  margin: 65px 7.1% 0 0;
}
@media screen and (max-width: 767px) {
  .service .service__titleblock .section__button {
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service__home {
    margin-left: 0;
  }
}
.service .service__title {
  width: 48%;
}
.service .service__title span {
  margin-left: 15%;
}
.service .service_links {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .service .service_links {
    margin-top: 8.5vw;
  }
}
.service .service__block {
  width: 30.9%;
  background: linear-gradient(to right, #0d47a1, #00bcd4);
  border-radius: 27px;
  padding: 10px;
  aspect-ratio: 34/32;
}
@media screen and (max-width: 767px) {
  .service .service__block {
    padding: 8px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service .service__block.service__block_first {
    margin-top: 9vw;
  }
}
.service .service__link {
  display: block;
  border-radius: 27px;
  padding: 10px;
  position: relative;
  aspect-ratio: 34/32;
}
.service .service__link::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: 0.3s;
  background-image: url(/asset/images/top/roadassistance.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .service .service__link::before {
    border-radius: 12px;
  }
}
@supports (background-image: url('/asset/images/top/roadassistance.webp')) {
  .service .service__link::before {
    background-image: url(/asset/images/top/roadassistance.webp);
  }
}
.service .service__link.service_homeassistance::before {
  background-image: url(/asset/images/top/homeassistance.png);
}
@supports (background-image: url('/asset/images/top/homeassistance.webp')) {
  .service .service__link.service_homeassistance::before {
    background-image: url(/asset/images/top/homeassistance.webp);
  }
}
.service .service__link.service_nyuuinassistance::before {
  background-image: url(/asset/images/top/nyuuinassistance.png);
}
@supports (background-image: url('/asset/images/top/nyuuinassistance.webp')) {
  .service .service__link.service_nyuuinassistance::before {
    background-image: url(/asset/images/top/nyuuinassistance.webp);
  }
}
.service .service__link:hover::before {
  height: 65%;
  background-size: 105% auto;
}
@media screen and (max-width: 767px) {
  .service .service__link:hover::before {
    height: 60%;
  }
}
.service .service__link:hover .service__name {
  color: #fff;
}
.service .service__link .service__name {
  width: 92%;
  text-align: center;
  font-size: 32px;
  color: #3780c0;
  line-height: 1.25;
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .service .service__link .service__name {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .service .service__link .service__name {
    font-size: 7vw;
    width: 94%;
    bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 6vw;
  }
  .service .content {
    width: 78%;
  }
  .service .service__block,
  .service .service__titleblock {
    width: 100%;
  }
  .service .service__title {
    width: 80%;
    margin: 0 auto;
  }
  .service .service__block {
    margin-top: 9vw;
  }
  .service .service__name {
    font-size: 5vw;
    width: 94%;
  }
}
.recruit {
  margin-top: 120px;
}
.recruit .recruit__top {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit .recruit__title {
  width: 50.7%;
}
.recruit .recruit__title span {
  margin-left: 14%;
}
@media screen and (min-width: 1280px) {
  .recruit .recruit__title {
    width: 50.7%;
  }
}
.recruit .recruit__leadarea {
  width: 35.15%;
  margin-right: 7%;
}
.recruit .recruit__leadarea .section__button {
  margin-right: 0;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__leadarea {
    margin-right: 0;
  }
  .recruit .recruit__leadarea .section__button {
    margin-top: 0;
  }
}
.recruit .recruit__bottom {
  margin: 130px auto 0;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__bottom {
    width: 100%;
    margin-top: 12vw;
  }
}
.recruit .recruit__lists {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-end;
  justify-content: space-between;
}
.recruit .recruit__lists + .recruit__lists {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists {
    width: 100%;
    flex-wrap: wrap;
  }
  .recruit .recruit__lists + .recruit__lists {
    margin-top: 0;
  }
}
.recruit .recruit__lists li {
  width: 31.8%;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
  border-radius: 20px;
}
.recruit .recruit__lists li.recruit__list {
  margin: 0 1.15%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists li.recruit__list {
    margin: 0 0 11vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists li {
    margin-bottom: 11vw;
  }
}
.recruit .recruit__lists li .recruit__link {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1.06;
  position: relative;
}
.recruit .recruit__lists li .recruit__link::before {
  content: '';
  width: 13%;
  height: 46px;
  background-image: url(/asset/images/top/recruit_y.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 25px;
  right: 6.9%;
}
.recruit .recruit__lists li .recruit__link .recruit__item {
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .recruit .recruit__lists li .recruit__link .recruit__item {
    font-size: 3.15vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists li .recruit__link .recruit__item {
    font-size: 7.8vw;
  }
}
.recruit .recruit__lists li .recruit__link .recruit__item .recruit__sub {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 0.8em 0;
}
@media screen and (max-width: 1280px) {
  .recruit .recruit__lists li .recruit__link .recruit__item .recruit__sub {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists li .recruit__link .recruit__item .recruit__sub {
    font-size: 4.6vw;
  }
}
.recruit .recruit__lists li .recruit__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.recruit .recruit__lists li .recruit__link.recruit__reason {
  background-image: url(/asset/images/top/recruit_reason.png);
}
.recruit .recruit__lists li .recruit__link.recruit__reason span {
  margin-top: 0;
}
.recruit .recruit__lists li .recruit__link.recruit__charm {
  background-image: url(/asset/images/top/recruit_charm.png);
}
.recruit .recruit__lists li .recruit__link.recruit__teaching {
  background-image: url(/asset/images/top/recruit_teaching.png);
}
.recruit .recruit__lists li .recruit__link.recruit__interview {
  background-image: url(/asset/images/top/recruit_interview.png);
}
.recruit .recruit__lists li .recruit__link.recruit__requirements {
  background-image: url(/asset/images/top/recruit_requirements.png);
}
.recruit .recruit__lists li .recruit__link.recruit__requirements .recruit__sub {
  line-height: 1.33;
}
@supports (background-image: url('/asset/images/top/recruit_reason.webp')) {
  .recruit .recruit__lists li .recruit__link.recruit__reason {
    background-image: url(/asset/images/top/recruit_reason.webp);
  }
}
@supports (background-image: url('/asset/images/top/recruit_charm.webp')) {
  .recruit .recruit__lists li .recruit__link.recruit__charm {
    background-image: url(/asset/images/top/recruit_charm.webp);
  }
}
@supports (background-image: url('/asset/images/top/recruit_teaching.webp')) {
  .recruit .recruit__lists li .recruit__link.recruit__teaching {
    background-image: url(/asset/images/top/recruit_teaching.webp);
  }
}
@supports (background-image: url('/asset/images/top/recruit_interview.webp')) {
  .recruit .recruit__lists li .recruit__link.recruit__interview {
    background-image: url(/asset/images/top/recruit_interview.webp);
  }
}
@supports (background-image: url('/asset/images/top/recruit_requirements.webp')) {
  .recruit .recruit__lists li .recruit__link.recruit__requirements {
    background-image: url(/asset/images/top/recruit_requirements.webp);
  }
}
.recruit .recruit__lists li .recruit__link::after {
  content: '';
  width: 80%;
  height: 40%;
  background-color: #ff6f61;
  opacity: 0.7;
  position: absolute;
  top: 100%;
  left: 100%;
  border-radius: 20px;
  transition: 0.5s;
}
.recruit .recruit__lists li:hover {
  width: 38%;
}
.recruit .recruit__lists li:hover .recruit__item {
  transform: scale(1.05);
}
.recruit .recruit__lists li:hover .recruit__link::after {
  top: 32%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists li {
    width: 100% !important;
  }
}
.recruit .recruit__lists .recruit__buttons {
  align-self: flex-start;
  overflow: visible;
}
.recruit .recruit__lists .content__button {
  width: 100%;
  margin-bottom: 35px;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .recruit .recruit__lists .content__button {
    font-size: 2vw;
  }
  .recruit .recruit__lists .content__button .content__button__link span {
    font-size: 1.8vw;
  }
}
.recruit .recruit__lists .content__button + .recruit__faq {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists .content__button {
    font-size: 5vw;
  }
}
.recruit .recruit__lists .content__button .content__button__link {
  line-height: 1.4;
  padding: 2.2em 2em;
  background-size: 9% auto;
}
.recruit .recruit__lists .content__button .content__button__link span {
  font-size: 18px;
}
.recruit .recruit__lists .content__button .content__button__link:hover {
  background-image: url(/asset/images/common/button_gy.png);
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists .content__button .content__button__link {
    background-size: 8% auto;
    padding: 1.2em 2em;
  }
}
.recruit .recruit__lists .content__button .content__button__link.recruit__faq {
  padding: 2.7em 2em;
  background-color: #7fc7e5;
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists .content__button .content__button__link.recruit__faq {
    padding: 1.8em 2em;
  }
}
.recruit .recruit__lists .content__button .content__button__link.recruit__faq:hover {
  border-color: #7fc7e5;
  color: #7fc7e5;
  background-color: #fff;
  background-image: url(/asset/images/common/button_by.png);
}
@media screen and (max-width: 767px) {
  .recruit .recruit__lists .content__button .content__button__link.recruit__message span {
    font-style: 5vw;
  }
  .recruit
    .recruit__lists
    .content__button
    .content__button__link.recruit__message
    span:last-child {
    font-size: 4.68vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 20vw;
  }
  .recruit .content {
    width: 78%;
  }
  .recruit .recruit__top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit .recruit__title {
    width: 82%;
    margin: 0 auto;
  }
  .recruit .recruit__leadarea {
    width: 100%;
    margin-top: 6vw;
    padding-right: 0;
  }
}
.section__block {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section__block {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.section__block .section__titleblock {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__block .section__titleblock .section__leadarea {
  margin-left: 6%;
}
@media screen and (max-width: 767px) {
  .section__block .section__titleblock .section__leadarea {
    margin-left: 0;
  }
  .section__block .section__titleblock .section__leadarea br {
    display: none;
  }
}
.section__block .section__titleblock .section__button {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .section__block .section__titleblock .section__button {
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .section__block .section__titleblock .section__button {
    font-size: 4.2vw;
  }
}
.section__block .section__pagelist {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.section__block .section__pagelist li {
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .section__block .section__pagelist li {
    width: 100%;
  }
}
.section__block .section__pagelist .content__button {
  width: 100%;
  margin-top: 40px;
  display: table;
  height: 5.5em;
  text-align: left;
}
.section__block .section__pagelist .content__button:nth-child(1) {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .section__block .section__pagelist .content__button {
    height: 5em;
    margin-top: 9vw;
  }
  .section__block .section__pagelist .content__button:nth-child(1) {
    margin-top: 9vw;
  }
}
.section__block .section__pagelist .content__button__link {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  padding: 0 0 0 1.2em;
  line-height: 1.2;
  background-color: #fbfbfb;
  border: 1px solid #3b335b;
  background-image: url(/asset/images/common/button_bly.png);
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
}
.section__block .section__pagelist .content__button__link:hover {
  color: #fff;
  background-color: #7fc7e5;
  border: 1px solid #7fc7e5;
  background-image: url(/asset/images/common/button_wy.png);
}
@media screen and (max-width: 767px) {
  .section__block .section__pagelist .content__button__link {
    padding: 0 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .section__block .section__pagelist {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1280px) {
  .section__block .section__pagelist {
    padding-right: 2%;
  }
  .section__block .section__pagelist .content__button__link {
    padding-left: 10%;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .section__block .section__pagelist .content__button__link {
    padding-left: 10%;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .section__block .section__pagelist,
  .section__block .section__titleblock {
    width: 78%;
    padding-right: 0;
  }
  .section__block .section__button {
    max-width: 100%;
  }
  .section__block .section__pagelist .content__button__link {
    font-size: 4.8vw;
  }
}
.network {
  margin-top: 270px;
}
@media screen and (max-width: 767px) {
  .network {
    margin-top: 0;
  }
}
.network .section__titleblock {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .network .section__titleblock {
    justify-content: center;
  }
}
.network .section__titleblock .network__title {
  width: 55.5%;
}
.network .section__titleblock .network__title span {
  padding-left: 12.5%;
}
@media screen and (max-width: 767px) {
  .network .section__titleblock .network__title {
    width: 76%;
  }
  .network .section__titleblock .network__title span {
    padding-left: 0;
  }
}
.network .section__titleblock .section__leadarea {
  width: 35%;
  margin-right: 7%;
}
@media screen and (max-width: 767px) {
  .network .section__titleblock .section__leadarea {
    width: 78%;
    margin-right: 0;
  }
}
.network .section__titleblock .section__button {
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .network .section__titleblock .section__button {
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .network .section__titleblock .section__button {
    font-size: 4.2vw;
  }
}
.sustainability {
  margin-top: 270px;
}
@media screen and (max-width: 767px) {
  .sustainability {
    margin-top: 25vw;
  }
}
.sustainability .section__titleblock {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sustainability .section__titleblock {
    justify-content: center;
  }
}
.sustainability .section__titleblock .sustainability__title {
  width: 85.8%;
}
.sustainability .section__titleblock .sustainability__title span {
  padding-left: 8%;
}
@media screen and (max-width: 767px) {
  .sustainability .section__titleblock .sustainability__title {
    width: 85.8%;
  }
  .sustainability .section__titleblock .sustainability__title span {
    padding-left: 0;
  }
}
.sustainability .section__titleblock .section__leadarea {
  width: 35%;
  margin-right: 7%;
  margin-left: auto;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .sustainability .section__titleblock .section__leadarea {
    width: 78%;
    margin: 6vw auto 0;
  }
}
.sustainability .section__titleblock .section__button {
  max-width: 450px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sustainability .section__titleblock .section__button {
    max-width: none;
  }
}
@media screen and (max-width: 414px) {
  .sustainability .section__titleblock .section__button {
    font-size: 4.2vw;
  }
}
.sustainability .section__pagelist {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sustainability .section__pagelist {
    margin-top: 6vw;
  }
}
.movie {
  margin-top: 140px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-top: 20vw;
  }
}
.movie .movie__title {
  width: 50%;
}
@media screen and (min-width: 1280px) {
  .movie .movie__title {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  .movie .movie__title {
    width: 48%;
    margin: 0 auto;
  }
}
.movie .movie__title span {
  padding-left: 20%;
}
@media screen and (max-width: 767px) {
  .movie .movie__title span {
    padding-left: 0;
  }
}
.movie .movie__area {
  margin: 80px auto 0;
  width: 860px;
  max-width: 67%;
}
@media screen and (max-width: 767px) {
  .movie .movie__area {
    width: 91%;
    margin-top: 15vw;
    max-width: 100%;
  }
}
.movie .movie__area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie .movie__caption {
  font-size: 16px;
  text-align: center;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .movie .movie__caption {
    font-size: 3.4vw;
    margin-top: 1em;
  }
}
.news {
  margin-top: 200px;
}
.news .news__top {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
}
.news .news__title {
  width: 50%;
}
.news .news__title span {
  padding-left: 21%;
}
@media screen and (max-width: 767px) {
  .news .news__title span {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news .news__title {
    width: 37%;
  }
}
.news .news__leadarea {
  width: 51%;
  margin-left: 19%;
}
.news .content .section__button {
  max-width: 450px;
  width: 100%;
}
.news .news__area {
  width: 100%;
  margin: 100px auto;
}
.news .news__area a:last-child .news__block {
  border-bottom: 1px solid #000;
}
.news .news__block {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 1.5em 0;
  border-top: 1px solid #000;
}
.news .news__block .dt,
.news .news__block dd {
  transition: 0.3s;
}
.news .news__block:hover dd,
.news .news__block:hover dt {
  opacity: 0.5;
}
.news .news__date {
  width: 11%;
  min-width: 8em;
  padding-left: 1em;
}
.news .news__category {
  font-size: 14px;
  color: #fff;
  width: 12.5%;
  min-width: 10em;
  text-align: center;
  border-radius: 1em;
  padding: 0.2em 0;
}
.news .news__category.category_infomation {
  background-color: #00a0e9;
}
.news .news__category.category_recruitment {
  background-color: #ff6f61;
}
.news .news__content {
  width: 72%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 20vw;
  }
  .news .news__top {
    justify-content: center;
    flex-wrap: wrap;
  }
  .news .news__title {
    width: 46%;
  }
  .news .news__leadarea {
    width: 78%;
    margin-left: 0;
  }
  .news .content .section__button {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .news .news__area {
    width: 90%;
    margin: 18vw auto;
  }
  .news .news__block {
    padding: 7vw 2%;
  }
  .news .news__date {
    width: 25%;
    font-size: 3.2vw;
    padding-left: 0;
    margin-left: 0;
    min-width: 0;
  }
  .news .news__category {
    font-size: 3vw;
    width: 30%;
    min-width: 0;
  }
  .news .news__content {
    width: 100%;
    font-size: 3.4vw;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.company {
  margin-top: 200px;
}
.company .company__top {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.company .company__title {
  width: 53%;
}
.company .company__title span {
  padding-left: 13%;
}
@media screen and (max-width: 767px) {
  .company .company__title span {
    padding-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .company .company__title {
    width: 53%;
  }
}
.company .company__leadarea {
  width: 51%;
  padding-right: 7%;
}
.company .company__leadarea .section__button {
  margin-right: 0;
}
.company .company__contents {
  margin: 100px auto 0;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 86%;
}
.company .company__item {
  width: 31.5%;
  aspect-ratio: 1.39/1;
}
.company .company__item:nth-child(n + 4) {
  margin-top: 50px;
}
.company .company__item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  aspect-ratio: 1.39/1;
  border-radius: 20px;
  position: relative;
}
.company .company__item a::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  right: 20px;
  bottom: 30px;
  mask: url(/asset/images/common/button_y.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.company .company__item a .company__sub {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .company .company__item a .company__sub {
    font-size: 1.8vw;
  }
}
.company .company__item a {
  background-repeat: no-repeat;
  background-position: center 16px;
  background-size: 38% auto;
}
.company .company__item a.company__profile {
  background-color: #3780c0;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_profile.png);
}
.company .company__item a.company__message {
  background-color: #5a9ed7;
  padding-bottom: 1em;
  background-image: url(/asset/images/top/company_message.png);
}
.company .company__item a.company__services {
  background-color: #61b9e9;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_services.png);
}
.company .company__item a.company__offices {
  background-color: #68c7f0;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_offices.png);
}
.company .company__item a.company__group {
  background-color: #65d4f1;
  padding-bottom: 1em;
  background-image: url(/asset/images/top/company_group.png);
}
.company .company__item a.company__policy {
  background-color: #59c1d5;
  padding-bottom: 2.5em;
  background-image: url(/asset/images/top/company_policy.png);
}
.company .company__item a:hover {
  background-color: #7fc7e5;
}
@media screen and (max-width: 1280px) {
  .company .company__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 20vw;
  }
  .company .company__top {
    justify-content: center;
    flex-wrap: wrap;
  }
  .company .company__title {
    width: 74%;
  }
  .company .company__leadarea {
    width: 78%;
    margin-left: 0;
    padding-right: 0;
  }
  .company .content .section__button {
    margin-top: 10vw;
  }
  .company .company__contents {
    justify-content: center;
    margin-top: 8vw;
    width: 90%;
  }
  .company .company__item {
    width: 87%;
    margin-top: 9vw;
    aspect-ratio: 1.48/1;
  }
  .company .company__item:nth-child(n + 4) {
    margin-top: 9vw;
  }
  .company .company__item a {
    border-radius: 10px;
    aspect-ratio: 1.48/1;
    background-size: 34% auto;
  }
  .company .company__item a::before {
    width: 7.5vw;
    height: 7.5vw;
    bottom: 5vw;
    right: 6%;
  }
  .company .company__item a .company__sub {
    font-size: 5.6vw;
    line-height: 1.2;
  }
  .company .company__item a.company__profile {
    padding-bottom: 2em;
  }
  .company .company__item a.company__message {
    padding-right: 1em;
  }
  .company .company__item a.company__message .company__sub {
    padding-left: 0.5em;
  }
  .company .company__item a.company__services {
    padding-bottom: 2em;
    padding-right: 2em;
  }
  .company .company__item a.company__services .company__sub {
    padding-left: 2em;
  }
  .company .company__item a.company__offices {
    padding-bottom: 2em;
    padding-right: 1em;
  }
  .company .company__item a.company__offices .company__sub {
    padding-right: 1em;
  }
  .company .company__item a.company__group {
    padding-right: 1em;
  }
  .company .company__item a.company__group .company__sub {
    padding-right: 0.5em;
  }
  .company .company__item a.company__policy {
    padding-left: 0;
  }
}
.content .section__button {
  max-width: 450px;
  width: 100%;
  margin-top: 40px;
}
.content .section__button .content__button__link {
  padding: 1.2em 2em;
}
@media screen and (max-width: 767px) {
  .content .section__button {
    max-width: 100%;
    margin-top: 5vw;
    font-size: 4.6vw;
  }
}
.content .content__button__link {
  background-image: url(/asset/images/common/button_wy.png);
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
}
.content .content__button__link::hover {
  background-image: url(/asset/images/common/button_gy.png);
}
.content .section__lead {
  text-align: left;
  font-size: 24px;
  line-height: 1.53;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .content .section__lead {
    font-size: 4.68vw;
  }
}
.content .section__title span {
  display: block;
  font-size: 28px;
  text-align: left;
  width: 100%;
  color: #00a0e9;
  margin-top: 0.8em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .content .section__title span {
    font-size: 4.2vw;
    text-align: center;
    margin: 0.8em auto 0;
  }
}
.section__button .content__button__link:hover {
  background-image: url(/asset/images/common/button_gy.png);
}
