@charset "UTF-8";
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
}
/* Beautiful-ES */
@font-face {
  font-family: "beautiful-es";
  src: url("../../common/fonts/Beautiful-ES.woff2") format("woff2"), url("../../common/fonts/Beautiful-ES.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* hanatotyoutyo.woff */
@font-face {
  font-family: "hanatotyoutyo";
  src: url("../../common/fonts/hanatotyoutyo.woff2") format("woff2"), url("../../common/fonts/hanatotyoutyo.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
.top section#kv .kv_wrap {
  position: relative;
}
.top section#kv .kv_wrap .slide_wrap {
  max-width: 100vw;
  overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.top section#kv .kv_wrap .swiper-slide-active .slide-img,
.top section#kv .kv_wrap .swiper-slide-duplicate-active .slide-img,
.top section#kv .kv_wrap .swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both;
}
.top section#kv .kv_wrap .slide-img a:hover {
  opacity: 1;
}
.top section#kv .kv_wrap .slide-img img {
  object-fit: cover;
  width: 100vw;
  height: calc(100vh - 170px);
  min-height: 600px;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .slide-img img {
    height: inherit;
    min-height: inherit;
  }
}
.top section#kv .kv_wrap .kv_logo {
  position: absolute;
  left: 0;
  top: 6%;
  z-index: 1;
  width: 38%;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .kv_logo {
    top: 22%;
    transform: translateY(-50%);
    width: 52%;
  }
}
.top section#kv .kv_wrap .kv_text {
  position: absolute;
  left: 4%;
  bottom: 17%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .kv_text {
    gap: 0.4rem;
    bottom: 10%;
    left: 0%;
    width: 90%;
  }
}
.top section#kv .kv_wrap .kv_text h2 {
  font-size: 32px;
  background-color: #fff;
  font-family: "Playfair Display", serif;
  color: #163d9e;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
  padding: 0 0.8rem;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .kv_text h2 {
    font-size: calc(18px - 4px + 1.06vw);
    line-height: 1.2;
  }
}
.top section#kv .kv_wrap .scroll_down {
  position: absolute;
  bottom: 75px;
  right: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .scroll_down {
    bottom: 7%;
    right: 2%;
  }
}
.top section#kv .kv_wrap .scroll_down a {
  font-family: "futura";
  letter-spacing: 4px;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .scroll_down a {
    font-size: calc(10px - 4px + 1.06vw);
  }
}
.top section#kv .kv_wrap .scroll_down:after {
  content: "";
  background-image: url(../images/scroll_down_arrow.webp);
  background-size: contain;
  width: 6px;
  height: 30px;
  animation: bounce 1.5s infinite;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .scroll_down:after {
    width: 4px;
    height: 25px;
  }
}
.top section#kv .kv_wrap .news {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 2;
  box-shadow: 2px 2px 2px #bababa;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news {
    width: 100%;
  }
}
.top section#kv .kv_wrap .news .news_wrap {
  background: rgb(24, 51, 150);
  background: linear-gradient(90deg, rgb(24, 51, 150) 0%, rgb(7, 130, 210) 100%);
  display: flex;
  align-items: center;
  position: relative;
  gap: 3rem;
  padding: 1.8rem 0;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap {
    padding: 0.8rem 0;
    gap: 1rem;
  }
}
.top section#kv .kv_wrap .news .news_wrap::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap::after {
    right: 5%;
    width: 10px;
    height: 10px;
  }
}
.top section#kv .kv_wrap .news .news_wrap .news_archive_link {
  text-decoration: none;
  position: relative;
}
.top section#kv .kv_wrap .news .news_wrap .news_archive_link::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap .news_archive_link::after {
    width: 19px;
    right: -5%;
  }
}
.top section#kv .kv_wrap .news .news_wrap .news_archive_link .news_title {
  font-family: "Garamond";
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  margin: 0 3rem;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap .news_archive_link .news_title {
    font-size: calc(18px - 4px + 1.06vw);
    font-weight: 500;
    margin: 0 1.3rem;
  }
}
.top section#kv .kv_wrap .news .news_wrap .news_single_link {
  text-decoration: none;
  display: flex;
  padding-right: 9rem;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap .news_single_link {
    padding-right: 0;
    flex-direction: column;
    gap: 0rem;
    width: 62%;
  }
}
.top section#kv .kv_wrap .news .news_wrap .news_single_link .news_text {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap .news_single_link .news_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: calc(13px - 4px + 1.06vw);
  }
}
.top section#kv .kv_wrap .news .news_wrap .news_single_link .news_date {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#kv .kv_wrap .news .news_wrap .news_single_link .news_date {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
.top section#about .about_wrap {
  padding: 6rem 0 6rem;
}
.top section#about .about_wrap .about_sec {
  display: flex;
  margin-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.top section#about .about_wrap .about_sec:last-child {
  margin-bottom: 0;
}
.top section#about .about_wrap .about_sec:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(odd) {
    flex-direction: column;
  }
}
.top section#about .about_wrap .about_sec:nth-child(odd) .col .picture::after {
  left: -35px;
  right: auto;
  bottom: -35px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(odd) .col .picture::after {
    left: -17px;
    bottom: -17px;
  }
}
.top section#about .about_wrap .about_sec:nth-child(odd) .col .cont_wrap {
  padding-left: 2.5rem;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(odd) .col .cont_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(even) .col .picture {
    margin: 0 auto 3rem 0;
  }
}
.top section#about .about_wrap .about_sec:nth-child(even) .col .picture::after {
  right: -35px;
  left: auto;
  bottom: -35px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(even) .col .picture::after {
    right: -17px;
    bottom: -17px;
  }
}
.top section#about .about_wrap .about_sec:nth-child(even) .col .cont_wrap {
  padding-left: 2.5rem;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec:nth-child(even) .col .cont_wrap {
    padding: 0;
  }
}
.top section#about .about_wrap .about_sec .col {
  flex: 1;
}
.top section#about .about_wrap .about_sec .col .picture {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .col .picture {
    margin: 0 0 3rem auto;
    width: 86%;
  }
}
.top section#about .about_wrap .about_sec .col .picture::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d8e6f0;
  z-index: -1;
}
.top section#about .about_wrap .about_sec .cont_wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .cont_wrap {
    width: 91%;
    margin: 0 2vw 0 auto;
  }
}
.top section#about .about_wrap .about_sec .cont_wrap .title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .cont_wrap .title {
    font-size: calc(28px - 4px + 1.06vw);
  }
}
.top section#about .about_wrap .about_sec .cont_wrap .sub_title {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  letter-spacing: 3px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .cont_wrap .sub_title {
    font-size: calc(22px - 4px + 1.06vw);
    letter-spacing: inherit;
  }
}
.top section#about .about_wrap .about_sec .cont_wrap .cont {
  font-size: 20px;
  margin: 2rem 0 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .cont_wrap .cont {
    font-size: calc(15px - 4px + 1.06vw);
    margin: 1rem 0 2rem;
    line-height: 1.2;
  }
}
.top section#about .about_wrap .about_sec .cont_wrap .btn_wrap {
  width: 75%;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_sec .cont_wrap .btn_wrap {
    margin: 0 auto;
    width: 83%;
    padding-right: 7vw;
  }
}
.top section#about .about_wrap .about_sec .picture {
  margin: 30px auto;
  width: 300px;
  position: relative;
}
.top section#about .about_wrap .about_sec .picture::after {
  content: " ";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  background-color: #d8e6f0;
  z-index: -1;
}
.top section#reason .reason_bg {
  background: rgb(32, 48, 133);
  background: linear-gradient(90deg, rgb(32, 48, 133) 0%, rgb(5, 137, 215) 100%);
  position: relative;
  overflow: hidden;
}
.top section#reason .reason_bg .reason_deco_001 {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "futura";
  font-size: 7vw;
  color: rgba(255, 255, 255, 0.2392156863);
  margin: 0;
  line-height: 0.8;
  letter-spacing: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_deco_001 {
    font-size: calc(50px - 4px + 1.06vw);
  }
}
.top section#reason .reason_bg .reason_deco_002 {
  position: absolute;
  bottom: 70px;
  right: 0;
  font-family: "futura";
  font-size: 7vw;
  color: rgba(255, 255, 255, 0.2392156863);
  margin: 0;
  line-height: 0.8;
  letter-spacing: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_deco_002 {
    font-size: calc(50px - 4px + 1.06vw);
  }
}
.top section#reason .reason_bg .reason_wrap {
  position: relative;
}
.top section#reason .reason_bg .reason_wrap::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap::after {
    height: 30px;
  }
}
.top section#reason .reason_bg .reason_wrap .reason_title {
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap .reason_title {
    font-size: calc(23px - 4px + 1.06vw);
  }
}
.top section#reason .reason_bg .reason_wrap .reason_sub_title {
  font-family: "Garamond";
  font-size: 25px;
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap .reason_sub_title {
    font-size: calc(15px - 4px + 1.06vw);
    margin-bottom: 1rem;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts {
    margin-bottom: 3rem;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont {
  list-style: none;
  padding-top: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont:last-child {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont {
    margin-bottom: 2rem;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap {
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap {
    display: flex;
    flex-direction: column;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_image {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_image {
    width: 83%;
    position: initial;
    margin-bottom: -2.5rem;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_image img {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3490196078);
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text {
  background-color: #fff;
  width: 62%;
  min-height: 360px;
  margin-top: 4rem;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text {
    width: 91%;
    margin-top: 0;
    padding: 4rem 1rem 1rem;
    min-height: inherit;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl {
  border-bottom: 2px solid #0c73c6;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl {
    border-bottom: 1px solid #0c73c6;
    width: 92%;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap {
  width: 76%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap {
    width: 99%;
    margin: 0 auto;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num {
  display: flex;
  align-items: center;
  margin-left: -25px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num {
    margin-left: -15px;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num .point {
  width: 100px;
  margin-top: -15px;
  margin-right: -12px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num .point {
    width: 70px;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num .num {
  font-family: "futura-medium-italic";
  font-size: 70px;
  color: #0c73c6;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap .point_num .num {
    font-size: calc(48px - 4px + 1.06vw);
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap h3 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  font-weight: bold;
  color: #17389a;
  margin: 0 0 26px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_ttl .point_ttl_wrap h3 {
    font-size: calc(22px - 4px + 1.06vw);
    padding-bottom: 0.5rem;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont {
    width: 100%;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont .point_cont_wrap {
  width: 76%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont .point_cont_wrap {
    width: 92%;
    margin: 0 auto;
  }
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont .point_cont_wrap p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.9px;
}
.top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont .point_cont_wrap p img {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap ul.reason_conts li.reason_cont .reason_cont_wrap .reason_cont_text .point_cont .point_cont_wrap p {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top section#reason .reason_bg .reason_wrap .btn_wrap {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_bg .reason_wrap .btn_wrap {
    width: 77%;
  }
}
.top section#service .pricing_section .pricing_section_inner {
  position: relative;
}
.top section#service .pricing_section .pricing_section_ttl {
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  font-size: 34px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_section_ttl {
    text-align: center;
    display: block;
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_section_sub_ttl {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_section_sub_ttl {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 1.1rem;
    text-align: center;
  }
}
.top section#service .pricing_section .pricing_section_text {
  font-size: 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_section_text {
    font-size: calc(15px - 4px + 1.06vw);
    margin-bottom: 30px;
    line-height: 1.7;
  }
}
.top section#service .pricing_section .pricing_cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .top section#service .pricing_section .pricing_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.top section#service .pricing_section .pricing_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, translate 0.3s ease;
}
.top section#service .pricing_section .pricing_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(26, 44, 145, 0.8), rgba(5, 137, 215, 0.8));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.top section#service .pricing_section .pricing_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.top section#service .pricing_section .pricing_card .pricing_card_inner {
  padding: 1.5rem 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_card_inner {
    min-height: 0;
    padding: 1.4rem 1.2rem;
  }
}
.top section#service .pricing_section .pricing_card .pricing_badge {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #f9a825 0%, #f57c00 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.6rem;
  border-radius: 0 12px 0 8px;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_badge {
    font-size: calc(10px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_card .pricing_plan_name {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 22px;
  color: #1544a3;
  margin: 0 0 0.75rem;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_plan_name {
    font-size: calc(19px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_card .pricing_label {
  font-size: 12px;
  color: #888;
  margin: 0 0 0.25rem;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_label {
    font-size: calc(11px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_card .pricing_price {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 28px;
  color: #1544a3;
  margin: 0 0 0.15rem;
  line-height: 1.2;
}
.top section#service .pricing_section .pricing_card .pricing_price .pricing_currency {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_price .pricing_currency {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_price {
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_card .pricing_unit {
  font-size: 12px;
  color: #666;
  margin: 0 0 1rem;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_unit {
    font-size: calc(11px - 4px + 1.06vw);
    margin-bottom: 0.75rem;
  }
}
.top section#service .pricing_section .pricing_card .pricing_features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.top section#service .pricing_section .pricing_card .pricing_features li {
  font-size: 13px;
  color: #444;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.35rem;
}
.top section#service .pricing_section .pricing_card .pricing_features li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #1544a3;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_features li {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.top section#service .pricing_section .pricing_card .pricing_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #1544a3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  transition: background 0.2s, transform 0.2s;
}
.top section#service .pricing_section .pricing_card .pricing_cta::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.top section#service .pricing_section .pricing_card .pricing_cta:hover {
  background: #0d3a8a;
  transform: translateY(-1px);
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_card .pricing_cta {
    font-size: calc(13px - 4px + 1.06vw);
    padding: 0.6rem 0.9rem;
  }
}
.top section#service .pricing_section .pricing_note {
  font-size: 12px;
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .top section#service .pricing_section .pricing_note {
    font-size: calc(11px - 4px + 1.06vw);
    margin-top: 1.5rem;
  }
}
.top section#service .service_wrap {
  position: relative;
}
.top section#service .service_wrap .about_service_title {
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  font-weight: 500;
  display: inline-block;
  font-size: 34px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_title {
    font-size: calc(24px - 4px + 1.06vw);
    display: block;
    text-align: center;
    letter-spacing: 0;
  }
}
.top section#service .service_wrap .about_service_sub_title {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_sub_title {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 1.1rem;
    text-align: center;
    letter-spacing: 2px;
  }
}
.top section#service .service_wrap .about_service_text {
  font-size: 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_text {
    font-size: calc(15px - 4px + 1.06vw);
    padding: 0 9px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.top section#service .service_wrap .about_service_colm {
  display: flex;
  gap: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_img {
  width: 46%;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_img {
    width: 96%;
    margin: 0 auto;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_img img {
  margin-left: -31px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_img img {
    margin-left: 0;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_cont {
  flex: 1;
}
.top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_ttl {
  font-size: 22px;
  color: #1544a3;
  margin: 60px 0 10px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_ttl {
    font-size: calc(15px - 4px + 1.06vw);
    margin: 0 0 3px;
    padding-left: 7px;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list {
    padding-left: 7px;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list li {
  font-size: 20px;
  color: #333333;
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list li {
    font-size: calc(15px - 4px + 1.06vw);
    margin-bottom: 3px;
  }
}
.top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_colm .colm_item_cont .colm_item_cont_list li::before {
    left: 4px;
  }
}
.top section#service .service_wrap .about_service_text_2 {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .about_service_text_2 {
    font-size: calc(15px - 4px + 1.06vw);
    padding: 0 9px;
    line-height: 1.7;
  }
}
.top section#service .service_wrap .btn_wrap {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#service .service_wrap .btn_wrap {
    width: 77%;
  }
}
.top section#member .member_bg {
  background-color: #fff;
  position: relative;
}
.top section#member .member_bg .member_deco_001 {
  position: absolute;
  top: 10px;
  right: 0;
  width: 6%;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_deco_001 {
    top: 0;
    width: 11%;
  }
}
.top section#member .member_bg .member_wrap {
  max-width: 1165px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap {
    padding: 2rem 1.5rem 5rem;
  }
}
.top section#member .member_bg .member_wrap .member_title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  color: #1544a3;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap .member_title {
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top section#member .member_bg .member_wrap .member_sub_title {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  text-align: center;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap .member_sub_title {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 2rem;
  }
}
.top section#member .member_bg .member_wrap ul.member_conts {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts {
    flex-direction: column;
  }
}
.top section#member .member_bg .member_wrap ul.member_conts::after {
  content: "";
  display: block;
  width: 23.7%;
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont {
  list-style: none;
  width: 23.7%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts li.member_cont {
    width: 86%;
    margin: 0 auto 2rem;
  }
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link {
  text-decoration: none;
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link:hover .img_wrap img {
  transform: scale(1.1);
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .img_wrap {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.168627451);
  overflow: hidden;
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0;
  padding-bottom: 75.6%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .img_wrap {
    margin-bottom: 1rem;
    padding-bottom: 58.28%;
    /* (380 / 652) * 100 */
  }
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .img_wrap img {
  transition: transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .grade {
  color: #444444;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .grade {
    font-size: calc(12px - 4px + 1.06vw);
    margin: 0;
  }
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .name {
  color: #444444;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  padding-bottom: 1rem;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .name {
    font-size: calc(20px - 4px + 1.06vw);
    line-height: inherit;
  }
}
.top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .name .name_en {
  color: #1544a3;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap ul.member_conts li.member_cont .member_cont_link .cont_wrap .name .name_en {
    font-size: calc(11px - 4px + 1.06vw);
    margin-left: 0.7rem;
  }
}
.top section#member .member_bg .member_wrap .btn_wrap {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#member .member_bg .member_wrap .btn_wrap {
    width: 77%;
  }
}
.top .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.top .modal .modal-content {
  background-color: #fefefe;
  margin: 11% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 65%;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content {
    width: 92%;
    padding: 10px 15px;
  }
}
.top .modal .modal-content .close {
  color: #304f95;
  float: right;
  font-size: 39px;
  line-height: 0.8;
}
.top .modal .modal-content .close:hover, .top .modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.top .modal .modal-content .modal_wrap {
  display: flex;
  width: 90%;
  margin: 2rem auto 5rem;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap {
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin: 2rem auto;
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap {
    width: 100%;
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap .modal-img-wrap {
  box-shadow: 3px 3px 4px #d8d8d8;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 0;
  padding-bottom: 76.6%;
  /* (265 / 346) * 100 */
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap .modal-img-wrap {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    max-width: 652px;
    padding-bottom: 58.28%;
    /* (380 / 652) * 100 */
    margin-top: 1rem;
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap .modal-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap {
    width: 92%;
    margin: 0 auto;
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .grade {
  color: #444444;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin: 0 0 0.2rem;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .grade {
    font-size: calc(12px - 4px + 1.06vw);
    margin: 0;
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .name {
  color: #444444;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 28px;
  margin: 0;
  padding-bottom: 1rem;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .name {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
.top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .name_en {
  color: #1544a3;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-left: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top .modal .modal-content .modal_wrap .modal-text-wrap .modal-names-wrap .name_en {
    font-size: calc(11px - 4px + 1.06vw);
    margin-left: 0.3rem;
    letter-spacing: 0px;
  }
}
.top .modal .modal-content .modal_wrap .modal-cont-wrap {
  flex: 1;
  width: 92%;
  margin: 0 auto;
}
.top .modal .modal-content .modal_wrap .modal-cont-wrap p {
  font-size: 14px;
  line-height: 2;
}
.top section#news .news_bg {
  background-color: #f2efef;
  min-height: 580px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg {
    min-height: inherit;
  }
}
.top section#news .news_bg .news_wrap {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.top section#news .news_bg .news_wrap .left {
  width: 240px;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .left {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
.top section#news .news_bg .news_wrap .left .news_title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 35px;
  color: #1544a3;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .left .news_title {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
.top section#news .news_bg .news_wrap .left .news_sub_title {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  text-align: center;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .left .news_sub_title {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 0;
  }
}
.top section#news .news_bg .news_wrap .left .btn_wrap {
  width: 100%;
  margin: 0 auto;
}
.top section#news .news_bg .news_wrap .left .btn_wrap .el_btn_002 {
  padding: 0.9rem;
}
.top section#news .news_bg .news_wrap .right {
  flex: 1;
  min-height: 404px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right {
    width: 100%;
    min-height: inherit;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 92%;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont {
  position: relative;
  margin: 14px auto;
  color: #ffffff;
  border-bottom: 1px solid #cbc9c9;
  width: 100%;
  padding: 0rem 0rem 1.3rem 0;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont {
    padding: 0 0 1.5rem 0;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  height: inherit;
  border-bottom: 1px solid #1544a3;
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  position: relative;
  text-decoration: none;
  padding-right: 65px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    padding-right: 30px;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link:hover img {
  transform: scale(1.1);
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link::after {
    width: 10px;
    height: 10px;
    right: 2%;
    top: 40px;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_img {
  width: 145px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_img {
    min-width: 133px;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_img img {
  transition: transform 0.5s ease;
  max-height: 95px;
  max-width: 185px;
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos {
    gap: 0.5rem;
    align-items: center;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date {
  color: #1544a3;
  font-size: 19px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos .date {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos .post_cat {
  background-color: #1544a3;
  color: #fff;
  font-size: 12px;
  padding: 0px 11px;
  display: flex;
  align-items: center;
  height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post_cont .infos .post_cat {
    font-size: calc(12px - 4px + 1.06vw);
    padding: 2px 9px 1px;
  }
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post .post_title {
  color: #444444;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 3em;
  /* 2行分の高さに制限 */
  white-space: normal;
}
@media screen and (max-width: 900px) {
  .top section#news .news_bg .news_wrap .right ul.news_conts li.news_cont .news_cont_link .post .post_title {
    -webkit-line-clamp: 3;
    /* 表示する行数を2行に設定 */
    line-height: 1.8;
    max-height: 5em;
    /* 2行分の高さに制限 */
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top section#news .news_bg .news_wrap .btn_wrap.sp_only {
  width: 52%;
  margin-left: auto;
}
.top section#news .news_bg .news_wrap .btn_wrap.sp_only .el_btn_002 {
  padding: 0.5rem;
  right: 11%;
}
.top section#column .column_bg {
  background-color: #fff;
  min-height: 580px;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg {
    min-height: inherit;
  }
}
.top section#column .column_bg .column_wrap .column_title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  color: #1544a3;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap .column_title {
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top section#column .column_bg .column_wrap .column_sub_title {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  text-align: center;
  display: block;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap .column_sub_title {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 2rem;
  }
}
.top section#column .column_bg .column_wrap ul.column_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list {
    margin-bottom: 20px;
  }
}
.top section#column .column_bg .column_wrap ul.column_list::after {
  content: "";
  display: block;
  width: 23.2%;
}
.top section#column .column_bg .column_wrap ul.column_list::before {
  content: "";
  display: block;
  width: 23.2%;
  order: 1;
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item {
  width: 23.2%;
  background-color: #fff;
  height: fit-content;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.168627451);
  border: 1px solid #c5c1a1;
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list li.column_item {
    width: 49%;
  }
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link {
  padding: 5px;
  text-decoration: none;
  display: block;
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link:hover img {
  transform: scale(1.1);
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_img {
  width: 100%;
  aspect-ratio: 163/97;
  overflow: hidden;
  display: flex;
  background-color: #ecf2f7;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_img {
    height: inherit;
  }
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_img img {
  transition: transform 0.5s ease;
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content {
  width: 92%;
  margin: 0 auto;
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_info .column_date {
  font-size: 19px;
  color: #1544a3;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_info .column_date {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_info .column_category {
  background-color: #1544a3;
  color: #fff;
  font-size: 13px;
  padding: 2px 13px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_info .column_category {
    font-size: calc(12px - 4px + 1.06vw);
    padding: 2px 9px 1px;
  }
}
.top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_title_wrap .column_item_title {
  font-size: 19px;
  color: #444444;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 5em;
  white-space: normal;
  margin: 10px 0;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap ul.column_list li.column_item .column_link .column_content .column_title_wrap .column_item_title {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top section#column .column_bg .column_wrap .btn_wrap {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#column .column_bg .column_wrap .btn_wrap {
    width: 77%;
  }
}
.top #operation {
  position: relative;
  background-color: #fff;
}
.top #operation .operation_deco {
  position: absolute;
  left: 0;
  top: 25%;
  font-family: "futura";
  font-size: 7vw;
  color: #f5f5ee;
  margin: 0;
  line-height: 0.8;
  letter-spacing: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_deco {
    font-size: calc(50px - 4px + 1.06vw);
  }
}
.top #operation .operation_content .el_obi_ttl_001 {
  width: 66.5%;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content .el_obi_ttl_001 {
    width: 82.5%;
  }
}
.top #operation .operation_content ul.cont_bg {
  background-color: #f5f5ee;
  padding: 3rem 0;
  list-style: none;
  margin-top: -37px;
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg {
    margin-top: -27px;
    padding: 3rem 0 2rem;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24%;
  padding-top: 3rem;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list {
    padding-left: 21%;
    padding-top: 0;
    justify-content: flex-end;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 7%;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list:nth-child(even) {
    padding-left: 6%;
  }
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list.point_001 .point_cont {
    position: relative;
    width: 100%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_001 .point_cont .point {
    position: absolute;
    left: 8%;
    top: -2%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_001 .point_cont .cont .ttl {
    padding-left: 27%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_001 .point_cont .cont .txt {
    margin-left: -2%;
  }
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list.point_002 .point_cont {
    position: relative;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_002 .point_cont .point {
    position: absolute;
    left: 0;
    top: -2%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_002 .point_cont .cont .ttl {
    padding-left: 17%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_002 .point_cont .cont .txt {
    padding-right: 9%;
  }
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list.point_003 {
    padding-left: 21%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_003 .point_cont {
    position: relative;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_003 .point_cont .point {
    position: absolute;
    left: 9%;
    top: -2%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_003 .point_cont .cont .ttl {
    padding-left: 29%;
  }
  .top #operation .operation_content ul.cont_bg li.point_list.point_003 .point_cont .cont .txt {
    margin-left: -2%;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_img {
  width: 21%;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_img {
    width: 31%;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_img.img_001 {
  top: 0;
  left: -5px;
}
.top #operation .operation_content ul.cont_bg li.point_list .point_img.img_002 {
  top: -60px;
  right: -15px;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_img.img_002 {
    top: 2px;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_img.img_003 {
  top: 0;
  left: -12px;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_img.img_003 {
    left: -21px;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont {
    gap: 0;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont .point {
  font-family: "Garamond";
  font-style: italic;
  font-size: 35px;
  color: rgba(176, 171, 133, 0.368627451);
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont .point {
    font-size: calc(23px - 4px + 1.06vw);
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont .point .num {
  font-size: 85px;
  line-height: 0.8;
  color: #b0ab85;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont .point .num {
    font-size: calc(53px - 4px + 1.06vw);
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont {
    gap: 0.5rem;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont .ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 25px;
  color: #1544a3;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont .ttl {
    font-size: calc(18px - 4px + 1.06vw);
    letter-spacing: 0.5px;
  }
}
.top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont .txt {
  font-size: 18px;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top #operation .operation_content ul.cont_bg li.point_list .point_cont .cont .txt {
    font-size: calc(15px - 4px + 1.06vw);
    letter-spacing: 0.5px;
  }
}
.top #strengths .strengths_bg {
  position: relative;
  background: rgb(32, 48, 133);
  background: linear-gradient(90deg, rgb(32, 48, 133) 0%, rgb(5, 137, 215) 100%);
}
.top #strengths .strengths_bg .strengths_deco_txt {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: "futura";
  font-size: 7vw;
  color: rgba(255, 255, 255, 0.2392156863);
  margin: 0;
  line-height: 0.8;
  letter-spacing: 7px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_deco_txt {
    font-size: calc(50px - 4px + 1.06vw);
  }
}
.top #strengths .strengths_bg .strengths_deco_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 19%;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_deco_logo {
    display: none;
  }
}
.top #strengths .strengths_bg .strengths_wrap .strengths_head {
  margin-bottom: 3rem;
}
.top #strengths .strengths_bg .strengths_wrap .strengths_head .strengths_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap .strengths_head .strengths_ttl {
    font-size: calc(23px - 4px + 1.06vw);
    text-align: center;
    display: block;
  }
}
.top #strengths .strengths_bg .strengths_wrap .strengths_head .strengths_sub_ttl {
  font-family: "Garamond";
  font-size: 25px;
  color: #fff;
  padding-left: 6px;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap .strengths_head .strengths_sub_ttl {
    font-size: calc(18px - 4px + 1.06vw);
    text-align: center;
    display: block;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2%;
  justify-content: space-between;
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card {
  width: 48.8%;
  margin-bottom: 3%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card {
    width: 100%;
    margin-bottom: 7%;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .label {
  font-family: "futura-medium-italic";
  font-size: 22px;
  line-height: 1.2;
  position: absolute;
  left: -8px;
  top: 10px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  background-color: #a49e71;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .label {
    font-size: calc(18px - 4px + 1.06vw);
    padding: 0px 23px;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .num {
  position: absolute;
  left: 9%;
  top: 40px;
  font-family: "futura-medium-italic";
  line-height: 1;
  font-size: 70px;
  color: #0c73c6;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .num {
    font-size: calc(55px - 4px + 1.06vw);
    left: 6%;
    top: 37px;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head {
  display: flex;
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons.has_many {
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons.has_many {
    flex-direction: column;
    gap: 18px;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons.has_many .logo {
  width: 50%;
  max-height: 61px;
  margin-left: 3%;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons.has_many .logo {
    width: 90%;
    margin-left: 0;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons .icon {
  max-height: 84px;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons .icon {
    max-height: 70px;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_head .icons .logo {
  max-height: 54px;
  margin-left: 1rem;
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_cont .ttl {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #17389a;
  text-align: left;
  border-bottom: 1px solid #0c73c6;
  padding-bottom: 12px;
  margin: 19px 0;
  padding-left: 120px;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_cont .ttl {
    font-size: calc(20px - 4px + 1.06vw);
    padding-left: 77px;
  }
}
.top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_cont .txt {
  font-size: 18px;
  line-height: 2;
  width: 96%;
  margin: 0 auto;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 900px) {
  .top #strengths .strengths_bg .strengths_wrap ul.cards li.card .card_wrap .card_cont .txt {
    font-size: calc(15px - 4px + 1.06vw);
    line-height: 1.8;
    width: 98%;
  }
}
.top #target {
  background-color: #f8f8f5;
}
.top #target .target_head {
  width: 89%;
  margin: 0 auto 3rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top #target .target_head {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.top #target .target_head .target_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 900px) {
  .top #target .target_head .target_ttl {
    font-size: calc(22px - 4px + 1.06vw);
  }
}
.top #target .target_head .target_sub_ttl {
  font-family: "Garamond";
  font-size: 20px;
  color: #b0ab85;
  letter-spacing: 2px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top #target .target_head .target_sub_ttl {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.top #target .target_block {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e5e0;
}
.top #target .target_block:last-child {
  border-bottom: none;
}
.top #target .target_block .target_block_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  color: #17389a;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0c73c6;
}
@media screen and (max-width: 900px) {
  .top #target .target_block .target_block_ttl {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
.top #target .target_block .target_intro {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 1rem;
}
@media screen and (max-width: 900px) {
  .top #target .target_block .target_intro {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top #target .target_block .target_intro.target_intro_lead {
  margin-bottom: 0.75rem;
}
.top #target .target_block .target_list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #333;
}
@media screen and (max-width: 900px) {
  .top #target .target_block .target_list {
    font-size: calc(14px - 4px + 1.06vw);
    padding-left: 1.2em;
  }
}
.top #target .target_block .target_list li {
  margin-bottom: 0.6em;
}
.top #target .target_block .target_list li:last-child {
  margin-bottom: 0;
}
.top #target .target_block .target_list.target_stats {
  margin-top: 0.5rem;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 900px) {
  .top #target .target_block .target_list.target_stats {
    flex-direction: column;
  }
}
.top #target .target_block .target_list.target_stats li {
  margin: 0;
  flex: 1;
  min-width: 260px;
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e3d2;
}
.top #target .target_block .target_list.target_stats li strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #17389a;
  margin-bottom: 0.35rem;
}
.top #target .platform_cards {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  .top #target .platform_cards {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.top #target .platform_card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 900px) {
  .top #target .platform_card {
    padding: 1.25rem;
  }
}
.top #target .platform_card .platform_logo {
  text-align: center;
  margin-bottom: 1rem;
}
.top #target .platform_card .platform_logo img {
  display: inline-block;
  max-height: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .top #target .platform_card .platform_logo img {
    max-height: 160px;
  }
}
.top #target .platform_card .platform_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  color: #17389a;
  margin: 0 0 1rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top #target .platform_card .platform_ttl {
    font-size: calc(18px - 4px + 1.06vw);
  }
}
.top #target .platform_card .platform_ttl .platform_ttl_en {
  font-family: "Garamond";
  font-size: 0.9em;
  color: #b0ab85;
  font-weight: normal;
  display: block;
}
.top #target .platform_card .platform_dl {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 900px) {
  .top #target .platform_card .platform_dl {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.top #target .platform_card .platform_dl dt {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 15px;
  color: #17389a;
  margin: 1rem 0 0.25rem 0;
}
.top #target .platform_card .platform_dl dt:first-child {
  margin-top: 0;
}
.top #target .platform_card .platform_dl dd {
  margin: 0 0 0 1em;
}
.top #target .target_overview {
  margin-bottom: 3rem;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top #target .target_overview {
    flex-direction: column;
    gap: 1.75rem;
  }
}
.top #target .target_overview .target_overview_image {
  flex: 1.05;
}
.top #target .target_overview .target_overview_image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.top #target .target_overview .target_overview_content {
  flex: 1;
}
.top #target .target_overview .target_overview_content .target_intro {
  margin-bottom: 1.25rem;
}
.top #target .target_overview .target_overview_content .target_overview_tags {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top #target .target_overview .target_overview_content .target_overview_tags {
    flex-direction: column;
  }
}
.top #target .target_overview .target_overview_content .target_overview_tag {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 12px;
  padding: 1.1rem 1.25rem;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid #ebe8dd;
}
.top #target .target_overview .target_overview_content .target_overview_tag .target_overview_tag_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  color: #17389a;
  margin: 0 0 0.35rem;
}
.top #target .target_overview .target_overview_content .target_overview_tag .target_overview_tag_txt {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #target .target_overview .target_overview_content .target_overview_tag .target_overview_tag_txt {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.top #flow .head {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .top #flow .head {
    text-align: center;
  }
}
.top #flow .head .head_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #flow .head .head_ttl {
    font-size: calc(25px - 4px + 1.06vw);
  }
}
.top #flow .head .head_sub_ttl {
  font-family: "Garamond";
  font-size: 25px;
  color: #b0ab85;
  letter-spacing: 3px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top #flow .head .head_sub_ttl {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.top #flow .cont ul.flow_list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 900px) {
  .top #flow .cont ul.flow_list {
    margin-bottom: 3rem;
  }
}
.top #flow .cont ul.flow_list li {
  display: flex;
  gap: 2rem;
  position: relative;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .top #flow .cont ul.flow_list li {
    flex-direction: column;
    gap: 0;
    margin-bottom: 9%;
  }
}
.top #flow .cont ul.flow_list li::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 16%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 56px solid transparent;
  border-left: 56px solid transparent;
  border-top: 25px solid #d5d1b4;
  border-bottom: 0;
}
@media screen and (max-width: 900px) {
  .top #flow .cont ul.flow_list li::after {
    bottom: -15px;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-top: 18px solid #d5d1b4;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top #flow .cont ul.flow_list li:last-child::after {
  content: none;
}
.top #flow .cont ul.flow_list li .ttl {
  text-align: center;
  padding: 28px;
  box-shadow: 2px 2px 3px #ccc;
  position: relative;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  width: 44%;
}
@media screen and (max-width: 900px) {
  .top #flow .cont ul.flow_list li .ttl {
    width: 100%;
    padding: 15px;
    font-size: calc(19px - 4px + 1.06vw);
    margin: 0;
  }
}
.top #flow .cont ul.flow_list li .ttl.bg_color_001 {
  background: rgb(55, 150, 218);
  background: linear-gradient(120deg, rgb(55, 150, 218) 0%, rgb(49, 134, 194) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_002 {
  background: rgb(22, 129, 206);
  background: linear-gradient(120deg, rgb(22, 129, 206) 0%, rgb(20, 115, 183) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_003 {
  background: rgb(21, 120, 203);
  background: linear-gradient(120deg, rgb(21, 120, 203) 0%, rgb(19, 107, 181) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_004 {
  background: rgb(21, 98, 203);
  background: linear-gradient(120deg, rgb(21, 98, 203) 0%, rgb(19, 88, 181) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_005 {
  background: rgb(32, 83, 201);
  background: linear-gradient(120deg, rgb(32, 83, 201) 0%, rgb(29, 74, 179) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_006 {
  background: rgb(41, 65, 189);
  background: linear-gradient(120deg, rgb(41, 65, 189) 0%, rgb(37, 58, 168) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_007 {
  background: rgb(41, 55, 189);
  background: linear-gradient(120deg, rgb(41, 55, 189) 0%, rgb(37, 49, 168) 100%);
}
.top #flow .cont ul.flow_list li .ttl.bg_color_008 {
  background: rgb(58, 52, 171);
  background: linear-gradient(120deg, rgb(58, 52, 171) 0%, rgb(52, 46, 152) 100%);
}
.top #flow .cont ul.flow_list li .ttl::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.top #flow .cont ul.flow_list li .txt {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .top #flow .cont ul.flow_list li .txt {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top #flow .cont .btn_wrap {
  width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top #flow .cont .btn_wrap {
    width: 100%;
  }
}
.top #philosophy {
  padding-top: 4rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy {
    padding-top: 1rem;
  }
}
.top #philosophy .philosophy_desire {
  padding: 0 0 1rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire {
    padding: 0 0 1.5rem;
  }
}
.top #philosophy .philosophy_desire .desire_img {
  width: 30%;
  max-width: 240px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire .desire_img {
    width: 60%;
    margin: 0 auto 3rem;
  }
}
.top #philosophy .philosophy_desire .desire_cont {
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire .desire_cont {
    margin-bottom: 3rem;
  }
}
.top #philosophy .philosophy_desire .desire_cont .ttl_wrap {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire .desire_cont .ttl_wrap {
    margin-bottom: 1rem;
  }
}
.top #philosophy .philosophy_desire .desire_cont .ttl_wrap .ttl {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  display: inline-block;
  font-size: 37px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire .desire_cont .ttl_wrap .ttl {
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top #philosophy .philosophy_desire .desire_cont .txt {
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_desire .desire_cont .txt {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top #philosophy .philosophy_idea {
  padding: 1rem 0;
}
.top #philosophy .philosophy_idea .idea_head .ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 40px;
  color: #1544a3;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_head .ttl {
    font-size: calc(24px - 4px + 1.06vw);
  }
}
.top #philosophy .philosophy_idea .idea_head .sub_ttl {
  font-family: "Garamond";
  font-size: 30px;
  color: #b0ab85;
  letter-spacing: 3px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_head .sub_ttl {
    font-size: calc(16px - 4px + 1.06vw);
  }
}
.top #philosophy .philosophy_idea .idea_cont {
  width: 73%;
  max-width: 953px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_cont {
    width: 90%;
    padding: 1rem 0 3rem;
  }
}
.top #philosophy .philosophy_idea .idea_cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top #philosophy .philosophy_idea .idea_cont ul li {
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(204, 204, 204, 0.5803921569);
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_cont ul li {
    margin-bottom: 2.5rem;
  }
}
.top #philosophy .philosophy_idea .idea_cont ul li:last-child {
  margin-bottom: 0;
}
.top #philosophy .philosophy_idea .idea_cont ul li .deco_ttl {
  font-size: 50px;
  color: #b0ab85;
  font-family: "Garamond";
  font-weight: 400;
  letter-spacing: 3px;
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_cont ul li .deco_ttl {
    font-size: calc(28px - 4px + 1.06vw);
    top: -15px;
  }
}
.top #philosophy .philosophy_idea .idea_cont ul li .txt {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 25px;
  color: #1544a3;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_cont ul li .txt {
    font-size: calc(18px - 4px + 1.06vw);
    padding: 20px 5px;
  }
}
@media screen and (max-width: 900px) {
  .top #philosophy .philosophy_idea .idea_cont ul li .txt span {
    margin: 0 -7px;
  }
}
.top #companySecCsr .csr_bg {
  background-color: #f6f5ef;
  padding: 3rem 0 9rem;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg {
    padding: 2rem 0 3rem;
  }
}
.top #companySecCsr .csr_bg .csr_wrap {
  max-width: 857px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap {
    width: 92%;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .head {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .head {
    margin-bottom: 3rem;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .head .head_ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  display: inline-block;
  font-size: 30px;
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .head .head_ttl {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
.top #companySecCsr .csr_bg .csr_wrap .head .head_sub_ttl {
  font-family: "Garamond";
  font-size: 20px;
  color: #b0ab85;
  letter-spacing: 2.5px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .head .head_sub_ttl {
    font-size: calc(14px - 4px + 1.06vw);
    letter-spacing: 1px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 92%;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont {
  position: relative;
  margin: 14px auto;
  color: #ffffff;
  border-bottom: 1px solid #cbc9c9;
  width: 100%;
  padding: 0rem 0rem 1.3rem 0;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont {
    padding: 0 0 1.5rem 0;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  height: inherit;
  border-bottom: 1px solid #1544a3;
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  position: relative;
  text-decoration: none;
  padding-right: 65px;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.8rem;
    padding-right: 30px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link:hover img {
  transform: scale(1.1);
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #827c44;
  border-right: 2px solid #827c44;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link::after {
    width: 10px;
    height: 10px;
    right: 2%;
    top: 40px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_img {
  width: 145px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_img {
    min-width: 133px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_img img {
  transition: transform 0.5s ease;
  max-height: 95px;
  max-width: 185px;
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos {
    gap: 0.5rem;
    align-items: center;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos .date {
  color: #1544a3;
  font-size: 19px;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos .date {
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos .post_cat {
  background-color: #1544a3;
  color: #fff;
  font-size: 12px;
  padding: 0px 11px;
  display: flex;
  align-items: center;
  height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post_cont .infos .post_cat {
    font-size: calc(12px - 4px + 1.06vw);
    padding: 2px 9px 1px;
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post .post_title {
  color: #444444;
  font-size: 19px;
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行の高さを調整しておく */
  max-height: 3em;
  /* 2行分の高さに制限 */
  white-space: normal;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont ul.csr_conts li.csr_cont .csr_cont_link .post .post_title {
    -webkit-line-clamp: 3;
    /* 表示する行数を2行に設定 */
    line-height: 1.8;
    max-height: 5em;
    /* 2行分の高さに制限 */
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.top #companySecCsr .csr_bg .csr_wrap .csr_cont .btn_wrap {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top #companySecCsr .csr_bg .csr_wrap .csr_cont .btn_wrap {
    width: 77%;
  }
}
.top #office {
  background-color: #fff;
}
.top #office .office_section .office_head {
  border-left: 5px solid #415aa9;
  padding: 4px 21px;
  margin-left: 10px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_head {
    border-left: 3px solid #415aa9;
    padding: 0px 15px;
    margin-left: 7%;
    margin-bottom: 2.5rem;
  }
}
.top #office .office_section .office_head .ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #163d9e;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_head .ttl {
    font-size: calc(23px - 4px + 1.06vw);
  }
}
.top #office .office_section .office_head .sub_ttl {
  font-family: "Garamond";
  font-size: 20px;
  color: #b0ab85;
  letter-spacing: 3px;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_head .sub_ttl {
    font-size: calc(15px - 4px + 1.06vw);
    letter-spacing: 1px;
  }
}
.top #office .office_section .office_table {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_table {
    margin-bottom: 2rem;
  }
}
.top #office .office_section .office_table table {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_table table {
    width: 90%;
    margin: 0 auto;
  }
}
.top #office .office_section .office_table table tr {
  border-bottom: 1px solid #9c9c9c;
}
.top #office .office_section .office_table table tr:first-child {
  border-top: 1px solid #9c9c9c;
}
.top #office .office_section .office_table table tr th,
.top #office .office_section .office_table table tr td {
  padding: 18px 30px;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_table table tr th,
  .top #office .office_section .office_table table tr td {
    padding: 15px 7px;
  }
}
.top #office .office_section .office_table table tr th {
  font-size: 18px;
  text-align: left;
  color: #183396;
  width: 21%;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_table table tr th {
    font-size: calc(15px - 4px + 1.06vw);
    width: 32%;
  }
}
.top #office .office_section .office_table table tr td {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_table table tr td {
    font-size: calc(14px - 4px + 1.06vw);
    letter-spacing: 0.5px;
    padding: 15px 1px;
  }
}
.top #office .office_section .office_map .iframe_wrap {
  width: 96%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_map .iframe_wrap {
    width: 90%;
  }
}
.top #office .office_section .office_map .iframe_wrap .iframe_container {
  position: relative;
  width: 100%;
  padding-top: 46.5%;
  /* アスペクト比 1571:730 (高さ ÷ 幅 ≈ 0.465) */
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_map .iframe_wrap .iframe_container {
    padding-top: 62.5%;
  }
}
.top #office .office_section .office_map .iframe_wrap .iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top #office .office_section .office_map .map_more {
  text-align: end;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_map .map_more {
    width: 93%;
  }
}
.top #office .office_section .office_map .map_more a,
.top #office .office_section .office_map .map_more span {
  font-size: 15px;
  color: #444444;
}
@media screen and (max-width: 900px) {
  .top #office .office_section .office_map .map_more a,
  .top #office .office_section .office_map .map_more span {
    font-size: calc(14px - 4px + 1.06vw);
    margin-left: 4px;
  }
}
.top .ten_strengths .bg_color {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .bg_color {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}
.top .ten_strengths .ten_strengths_banner_wrap {
  display: flex;
  justify-content: center;
}
.top .ten_strengths .ten_strengths_banner_wrap .ten_strengths_banner {
  display: block;
  background: #183396;
  background: linear-gradient(90deg, rgb(24, 51, 150) 0%, rgb(15, 93, 182) 50%, rgb(7, 130, 210) 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 5px 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 0 12px;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_banner_wrap .ten_strengths_banner {
    font-size: calc(16px - 4px + 1.06vw);
    padding: 5px 8px;
    margin: 0 0 10px;
  }
}
.top .ten_strengths .ten_strengths_ttl_wrap {
  display: flex;
  flex-direction: column;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  margin: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_ttl_wrap {
    margin-bottom: 0;
  }
}
.top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_ttl {
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_ttl {
    font-size: calc(22px - 4px + 1.06vw);
    letter-spacing: -1px;
  }
}
.top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_ttl b {
  font-weight: normal;
  font-size: 42px;
  font-style: italic;
  margin: 3px 8px 0 5px;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_ttl b {
    font-size: calc(33px - 4px + 1.06vw);
    margin: 0 7px 0 2px;
  }
}
.top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_sub {
  background: linear-gradient(90deg, #1a2c91, #0589d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_ttl_wrap .ten_strengths_sub {
    font-size: calc(19px - 4px + 1.06vw);
    margin-bottom: 25px;
    letter-spacing: 0px;
  }
}
.top .ten_strengths .ten_strengths_accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.top .ten_strengths .ten_strengths_item {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.top .ten_strengths .ten_strengths_item:last-child {
  margin-bottom: 0;
}
.top .ten_strengths .ten_strengths_trigger {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  appearance: none;
  min-height: 63px;
  box-sizing: border-box;
  border: 1px solid #163fa0;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_trigger {
    min-height: 54px;
  }
}
.top .ten_strengths .ten_strengths_num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  flex-shrink: 0;
  width: 99px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  background: linear-gradient(135deg, #1a2c91 0%, #0589d7 100%);
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  min-height: 63px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_num {
    width: 60px;
    font-size: calc(23px - 4px + 1.06vw);
    min-height: 62px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    padding-left: 10px;
  }
}
.top .ten_strengths .ten_strengths_label {
  flex: 1;
  padding: 0 13px;
  font-size: 20px;
  font-weight: 700;
  color: #17399b;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_label {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 0 0 0 5px;
  }
}
.top .ten_strengths .ten_strengths_icon {
  flex-shrink: 0;
  width: 90px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #17399b;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_icon {
    width: 19px;
    padding-right: 4px;
  }
}
.top .ten_strengths .ten_strengths_icon::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 6px;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_icon::before {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
}
.top .ten_strengths .ten_strengths_item.is_open .ten_strengths_icon::before {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
.top .ten_strengths .ten_strengths_body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  overflow: hidden;
  background: #f5f3f3;
}
.top .ten_strengths .ten_strengths_item.is_open .ten_strengths_body {
  grid-template-rows: 1fr;
  border: 1px solid #163fa0;
  border-top: none;
}
.top .ten_strengths .ten_strengths_body_inner {
  min-height: 0;
  overflow: hidden;
}
.top .ten_strengths .ten_strengths_body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 20px 50px;
}
@media screen and (max-width: 900px) {
  .top .ten_strengths .ten_strengths_body p {
    font-size: calc(14px - 4px + 1.06vw);
    line-height: 1.9;
    padding: 12px 13px 19px;
  }
}

/*# sourceMappingURL=top.css.map */
