@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  color: #333333;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}

.font-hiragino {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif" !important;
}

.section_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  .section_inner {
    padding: 0 15px;
  }
}
.section_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .section_title {
    gap: 6px 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
  }
}
.section_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #095CA8;
}
@media screen and (max-width: 750px) {
  .section_title::after {
    width: 60px;
    height: 1px;
  }
}
.section_title-en {
  color: #095CA8;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .section_title-en {
    font-size: 0.9375rem;
  }
}
.section_title-ja {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .section_title-ja {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    margin-top: 5px;
  }
}

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .popup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    left: 0;
    bottom: 0;
  }
}
.popup_button {
  color: #ffffff !important;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.1;
  padding: 35px 29px;
}
@media screen and (max-width: 750px) {
  .popup_button {
    display: block;
    font-size: 0.9375rem;
    letter-spacing: 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-align: center;
    width: 50%;
    padding: 21px 16px;
  }
}
.popup_button.--green {
  background: #71AF42;
}
.popup_button.--blue {
  background: #095CA8;
}

.home .mainvisual {
  position: relative;
  background: #F1F1F1;
}
.home .mainvisual_slide {
  position: relative;
}
@media screen and (min-width: 751px) {
  .home .mainvisual_slide {
    width: 100%;
    min-width: 1920px;
  }
}
.home .mainvisual_slide img {
  width: 100%;
}
.home .mainvisual_slide_button {
  position: absolute;
  bottom: 168px;
  bottom: 28.75%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 19px 32px;
  background: rgba(0, 45, 85, 0.5);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 750px) {
  .home .mainvisual_slide_button {
    bottom: 23.4666666667vw;
    font-size: 0.9375rem;
    font-size: 4vw;
    width: 92vw;
    padding: 18px 32px;
    padding: 4.8vw 8.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .home .mainvisual_slide_button.--wide {
    max-width: 560px;
  }
}
@media screen and (min-width: 751px) {
  .home .mainvisual_slide_button.--narrow {
    max-width: 480px;
  }
}
.home .mainvisual_slide_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .home .mainvisual_slide_button::after {
    right: 5.3333333333vw;
    width: 3.2vw;
    height: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.home .mainvisual .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
}
@media screen and (max-width: 750px) {
  .home .mainvisual .swiper-button {
    gap: 0 40px;
    padding: 16px 0;
  }
}
.home .mainvisual .swiper-button-prev, .home .mainvisual .swiper-button-next {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: unset;
  width: 7px;
  height: 11px;
  margin: 0 !important;
}
@media screen and (max-width: 750px) {
  .home .mainvisual .swiper-button-prev, .home .mainvisual .swiper-button-next {
    width: 4px;
    height: 8px;
  }
}
.home .mainvisual .swiper-button-prev svg, .home .mainvisual .swiper-button-next svg {
  display: none;
}
.home .mainvisual .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .home .mainvisual .swiper-pagination {
    gap: 0 25px;
  }
}
.home .mainvisual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: transparent;
  border: 1px solid #333333;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .home .mainvisual .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home .mainvisual .swiper-pagination-bullet-active {
  background: #333333;
}
.home .thought {
  padding: 100px 0;
  background: #F1F1F1;
}
@media screen and (max-width: 750px) {
  .home .thought {
    padding-top: 32px;
    padding-bottom: 75px;
  }
}
.home .thought_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%;
}
@media screen and (max-width: 750px) {
  .home .thought_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px 0;
  }
}
.home .thought_detail {
  width: 51.1%;
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .home .thought_detail {
    width: 100%;
    padding: 0;
  }
}
.home .thought_detail_title {
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  line-height: 1.5;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .home .thought_detail_title {
    font-size: 25px;
    margin: 0;
  }
}
.home .thought_detail_text {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  line-height: 2;
  margin-top: 16px;
}
.home .thought_image {
  width: 44.9%;
  padding: 178px 16px 122px;
  background-image: url(/img/home/thought_image.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .home .thought_image {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 67px;
    background-image: url(/img/home/thought_image_sp.jpg);
  }
}
.home .thought_image_title {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .home .thought_image_title {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}
.home .thought_image_button {
  display: block;
  position: relative;
  color: #ffffff !important;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 44px;
  padding: 12px 32px;
  background: rgba(0, 45, 85, 0.3);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 750px) {
  .home .thought_image_button {
    max-width: 200px;
    margin-top: 25px;
  }
}
.home .thought_image_button .icon_blank {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .home .thought_image_button .icon_blank {
    right: 20px;
  }
}
.home .feature {
  padding-top: 80px;
}
.home .feature .section_title {
  width: 100%;
  margin: 0;
}
.home .feature_block {
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 74px;
  background-image: url(/img/home/feature_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .home .feature_block {
    margin-top: 40px;
    padding-top: 53px;
    padding-bottom: 58px;
    background-image: url(/img/home/feature_bg_sp.jpg);
  }
}
.home .feature_block_title-ja {
  color: #ffffff;
}
.home .feature_block_title::after {
  content: none;
}
.home .feature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2%;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .home .feature_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 1.4492753623%;
    margin-top: 12px;
  }
}
.home .feature_item {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .home .feature_item {
    width: 49.2753623188%;
  }
}
@media screen and (max-width: 750px) {
  .home .feature_item:nth-child(3) {
    margin-top: -5.3333333333vw;
  }
}
.home .feature_annotation {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .home .feature_annotation {
    line-height: 1.5;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
.home .cta {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home .cta_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media screen and (max-width: 750px) {
  .home .cta_block {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.home .cta_button {
  display: block;
  position: relative;
  padding: 24px 48px 24px 32px;
}
@media screen and (max-width: 750px) {
  .home .cta_button {
    padding: 14px 76px 14px 20px;
  }
}
.home .cta_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .home .cta_button::after {
    right: 22px;
    border-width: 1px;
  }
}
.home .cta_button_text {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  width: 100%;
  max-width: 326px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}
.home .cta_button_subText {
  display: block;
  color: #ffffff;
  font-weight: 500;
  margin-top: 9px;
}
.home .cta_button.--green {
  background: #71AF42;
}
.home .cta_button.--blue {
  background: #095CA8;
}
.home .menu {
  padding-top: 86px;
  padding-bottom: 54px;
}
@media screen and (max-width: 750px) {
  .home .menu {
    padding-top: 54px;
    padding-bottom: 40px;
  }
}
.home .menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .home .menu_list {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
}
.home .menu_item {
  position: relative;
  padding: 122px 16px 106px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 750px) {
  .home .menu_item {
    padding-top: 68px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 751px) {
  .home .menu_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .home .menu_item:has(.menu_item_button:hover) {
    -webkit-transform: scale(1.08125, 1.1);
            transform: scale(1.08125, 1.1);
  }
}
@media screen and (min-width: 751px) {
  .home .menu_item:has(.menu_item_button:hover)::after {
    background-color: rgba(9, 92, 168, 0.9);
  }
}
.home .menu_item:nth-child(1) {
  background-image: url(/img/home/menu_item_bg_01.jpg);
}
@media screen and (max-width: 750px) {
  .home .menu_item:nth-child(1) {
    background-image: url(/img/home/menu_item_bg_01_sp.jpg);
  }
}
.home .menu_item:nth-child(2) {
  background-image: url(/img/home/menu_item_bg_02.jpg);
}
@media screen and (max-width: 750px) {
  .home .menu_item:nth-child(2) {
    background-image: url(/img/home/menu_item_bg_02_sp.jpg);
  }
}
.home .menu_item:nth-child(3) {
  background-image: url(/img/home/menu_item_bg_03.jpg);
}
@media screen and (max-width: 750px) {
  .home .menu_item:nth-child(3) {
    background-image: url(/img/home/menu_item_bg_03_sp.jpg);
  }
}
.home .menu_item_title {
  position: relative;
  color: #ffffff;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .home .menu_item_title {
    font-size: 1.5625rem;
  }
}
.home .menu_item_button {
  z-index: 2;
  display: block;
  position: relative;
  color: #ffffff !important;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 26px;
  padding: 12px 32px;
  background: rgba(0, 45, 85, 0.3);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 750px) {
  .home .menu_item_button {
    margin-top: 14px;
  }
}
.home .menu_item_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 7px;
  height: 11px;
  background-image: url(/img/home/icon_next.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.home .works {
  padding-top: 54px;
  padding-bottom: 112px;
}
@media screen and (max-width: 750px) {
  .home .works {
    padding-top: 40px;
    padding-bottom: 74px;
  }
}
.home .works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .home .works_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
  }
}
.home .works_item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 750px) {
  .home .works_item {
    width: 100%;
  }
}
.home .works_item_title {
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .home .works_item_title {
    font-size: 1.5625rem;
  }
}
.home .works_carousel {
  position: relative;
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .home .works_carousel {
    margin-top: 18px;
  }
}
.home .works_card {
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.16);
}
.home .works_card > a {
  height: 100%;
}
.home .works_card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .works_card_detail {
  padding: 24px 30px 30px;
}
@media screen and (max-width: 750px) {
  .home .works_card_detail {
    padding: 24px 20px 30px;
  }
}
.home .works_card_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.home .works_card_category {
  display: inline-block;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 2px 20px 1px;
  background: #095CA8;
}
@media screen and (max-width: 750px) {
  .home .works_card_category {
    font-size: 1rem;
    padding: 2px 14px;
  }
}
.home .works_card_yoc {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .home .works_card_yoc {
    font-size: 1rem;
  }
}
.home .works_card_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .home .works_card_tags {
    gap: 5px;
  }
}
.home .works_card_tag {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding: 3px 10px;
  background: rgba(9, 92, 168, 0.1);
  border-radius: 90px;
}
@media screen and (max-width: 750px) {
  .home .works_card_tag {
    padding: 6px 12px 5px;
  }
}
.home .works_card_datas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .home .works_card_datas {
    gap: 0 31px;
    margin-top: 12px;
  }
}
.home .works_card_data {
  position: relative;
  font-size: 0.875rem;
  text-align: center;
}
.home .works_card_data:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #095CA8;
}
@media screen and (max-width: 750px) {
  .home .works_card_data:not(:first-child):before {
    left: -16px;
    height: 15px;
  }
}
.home .works .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .home .works .swiper-button {
    gap: 0 40px;
    margin-top: 25px;
  }
}
.home .works .swiper-button-prev, .home .works .swiper-button-next {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: unset;
  width: 7px;
  height: 11px;
  margin: 0 !important;
}
@media screen and (max-width: 750px) {
  .home .works .swiper-button-prev, .home .works .swiper-button-next {
    width: 4px;
    height: 8px;
  }
}
.home .works .swiper-button-prev svg, .home .works .swiper-button-next svg {
  display: none;
}
.home .works .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .home .works .swiper-pagination {
    gap: 0 25px;
  }
}
.home .works .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: transparent;
  border: 1px solid #095CA8;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .home .works .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home .works .swiper-pagination-bullet-active {
  background: #095CA8;
}
.home .approach {
  padding-top: 88px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .home .approach {
    padding-top: 40px;
    padding-bottom: 36px;
  }
}
.home .approach_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .home .approach_list {
    gap: 46px 0;
    margin-top: 40px;
  }
}
.home .approach_item {
  gap: 4%;
}
.home .approach_item:nth-child(odd) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .home .approach_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home .approach_item:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .home .approach_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .home .approach_item {
    gap: 25px 0;
  }
}
.home .approach_detail {
  width: 36%;
  padding-top: 34px;
}
@media screen and (max-width: 750px) {
  .home .approach_detail {
    width: 100%;
    padding: 0;
  }
}
.home .approach_detail_title {
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .home .approach_detail_title {
    font-size: 1.5625rem;
  }
}
.home .approach_detail_title em {
  color: #095CA8;
  font-style: normal;
}
.home .approach_detail_text {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "sans-serif";
  font-weight: 300;
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  .home .approach_detail_text {
    margin-top: 12px;
  }
}
.home .approach_detail_annotation {
  display: block;
  font-size: 0.875rem;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .home .approach_detail_annotation {
    font-size: 0.6875rem;
    line-height: 2;
    margin-top: 12px;
  }
}
.home .approach_image {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .home .approach_image {
    width: 100%;
  }
}
.home .banners {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .home .banners {
    padding-top: 36px;
    padding-bottom: 74px;
  }
}
.home .banners_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 750px) {
  .home .banners_list {
    gap: 10px 0;
  }
}
.home .link {
  padding-top: 66px;
  padding-bottom: 75px;
  background: #F1F1F1;
}
@media screen and (max-width: 750px) {
  .home .link {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
.home .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .home .link_list {
    gap: 10px 0;
    margin-top: 30px;
  }
}
.home .link_item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 750px) {
  .home .link_item {
    width: 100%;
  }
}
.home .link_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  height: 100%;
  padding: 27px 48px 27px 25px;
  border: 1px solid #095CA8;
  border-left-width: 8px;
}
@media screen and (max-width: 750px) {
  .home .link_item a {
    line-height: 1.3125;
    min-height: 60px;
    padding: 8px 40px 8px 16px;
  }
}
.home .link_item a .icon_blank {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 750px) {
  .home .link_item a .icon_blank {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}