@charset "UTF-8";

/* ------------------------------------
  SION
  トップページ renewal 2025
  Date: 2025-08-07
------------------------------------ */

.sion_front_page .more_btn a,
.sion_front_page .more_btn > span {
  align-items: center;
  background: #0e357f;
  border: 1px solid #0e357f;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.02em;
  padding-right: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sion_front_page .more_btn a::after,
.sion_front_page .more_btn > span::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.sion_front_page .more_btn.btn_blue span,
.sion_front_page .more_btn.btn_blue a {
  background: #0e357f;
  border-color: #0e357f;
  color: #fff;
}

.sion_front_page .more_btn.btn_blue span::after,
.sion_front_page .more_btn.btn_blue a::after {
  border-color: #0e357f;
}

.sion_front_page .more_btn.btn_sky span,
.sion_front_page .more_btn.btn_sky a {
  background: #4682f0;
  border-color: #4682f0;
  color: #fff;
}

.sion_front_page .more_btn.btn_sky span::after,
.sion_front_page .more_btn.btn_sky a::after {
  border-color: #fff;
}

.sion_front_page .more_btn.btn_white span,
.sion_front_page .more_btn.btn_white a {
  background: #fff;
  border-color: #0e357f;
  color: #0e357f;
}

.sion_front_page .more_btn.btn_white span::after,
.sion_front_page .more_btn.btn_white a::after {
  border-color: #0e357f;
}

.sion_front_page .sec_hero {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sion_front_page .sec_hero .hero_wrap {
  display: flex;
  flex-direction: column;
  height: 550px;
  margin: 0 auto;
  max-width: calc(1170px + 30px * 2);
  padding: 95px 30px 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sion_front_page .sec_hero .hero_wrap.show .hero_tit {
  opacity: 1;
}

.sion_front_page .sec_hero .hero_tit {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.5s;
}

.sion_front_page .sec_hero .hero_tit span {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sion_front_page .sec_hero .hero_tit b {
  display: block;
  font-size: 165%;
  font-weight: 600;
  line-height: 1.5;
}

.sion_front_page .sec_hero .hero_txt {
  margin-top: auto;
  width: 100%;
}

.sion_front_page .sec_hero .hero_txt figure {
  margin-bottom: 10px;
  width: 25.98%;
}

.sion_front_page .sec_hero .hero_txt p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}

.sion_front_page .sec_hero .hero_visual {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}

.sion_front_page .sec_hero .hero_visual.swiper-initialized {
  opacity: 1;
}

.sion_front_page .sec_hero .hero_visual .slide {
  position: relative;
  width: 100%;
}

.sion_front_page .sec_hero .hero_visual .slide_img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sion_front_page .sec_hero .hero_visual .slide_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sion_front_page .swiper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.sion_front_page .swiper .slide_img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: -webkit-transform 2s cubic-bezier(1, 0, 1, 0);
  transition: transform 2s cubic-bezier(1, 0, 1, 0);
  transition: transform 2s cubic-bezier(1, 0, 1, 0), -webkit-transform 2s cubic-bezier(1, 0, 1, 0);
  will-change: transform;
}

.sion_front_page .swiper .swiper-slide-active .slide_img,
.sion_front_page .swiper .swiper-slide-duplicate-active .slide_img,
.sion_front_page .swiper .swiper-slide-prev .slide_img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
}

.sion_front_page .sec_news {
  background: #f5f5f5;
  padding: 40px 0 55px;
}

.sion_front_page .sec_news .sec_inner {
  position: relative;
}

.sion_front_page .sec_news .sec_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 92%;
}

.sion_front_page .sec_news .sec_title {
  color: #0e357f;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 20px;
}

.sion_front_page .sec_news .sec_title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sion_front_page .sec_news .entry_cnt {
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}

.sion_front_page .sec_news .entry_cat_wrap {
  display: inline-flex;
}

.sion_front_page .sec_news .entry_cat {
  display: block;
  width: 90px;
}

.sion_front_page .sec_news .entry_cat + .entry_cat {
  margin-left: 5px;
}

.sion_front_page .sec_news .entry_cat a {
  align-items: center;
  background: #4682f0;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.sion_front_page .sec_news .entry_date {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 10px;
}

.sion_front_page .sec_news .entry_title a {
  display: block;
  padding-right: 30px;
  position: relative;
}

.sion_front_page .sec_news .entry_title a::after {
  border-bottom: 1px solid #0e357f;
  border-right: 1px solid #0e357f;
  content: "";
  height: 8px;
  position: absolute;
  right: 2px;
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

body:not(.mobile) .sion_front_page .sec_news .entry_title a:hover {
  text-decoration: underline;
}

.sion_front_page .sec_news .entry_title a span {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  -webkit-line-clamp: 1;
  line-height: 1.57;
  max-height: 21.98px;
  overflow: hidden;
}

.sion_front_page .sec_news .entry_more {
  width: 160px;
}

.sion_front_page .content_main {
  padding: 60px 0;
}

.sion_front_page .content_main .sec_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.sion_front_page .content_main .sec .sec_title_01 {
  margin: 0 0 30px;
  position: relative;
}

.sion_front_page .content_main .sec .sec_title_01 span {
  background: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.sion_front_page .content_main .sec .sec_title_01 small {
  color: #0e357f;
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

.sion_front_page .content_main .sec .sec_title_01 small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sion_front_page .content_main .sec .sec_title_02 {
  color: #0e357f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0 5.2% 20px;
}

.sion_front_page .content_main .sec p {
  font-size: 1.6rem;
  line-height: 1.75;
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  text-align: justify;
}

.sion_front_page .content_main .sec p a {
  color: #0e357f;
  text-decoration: underline;
}

.sion_front_page .content_main .sec .arr_more {
  align-items: center;
  color: #1ebec8;
  display: inline-flex;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}

.sion_front_page .content_main .sec .arr_more {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sion_front_page .content_main .sec .arr_more::after {
  border-bottom: 1px solid #1ebec8;
  border-right: 1px solid #1ebec8;
  border-width: 1px;
  content: "";
  height: 8px;
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.sion_front_page .content_main .sec.service {
  padding: 50px 30px 68px;
}

.sion_front_page .content_main .sec.service .service_list {
  max-width: 960px;
}

.sion_front_page .content_main .sec.service .service_list li.img_model .service_img {
  text-align: center;
  width: 100%;
}

.sion_front_page .content_main .sec.service .service_list li:not(.img_model) {
  background: #0e357f;
  border-radius: 10px;
  overflow: hidden;
}

.sion_front_page .content_main .sec.service .service_list li:not(.img_model) a {
  display: block;
  width: 100%;
}

.sion_front_page .content_main .sec.service .service_list li:not(.img_model) .service_img {
  width: 100%;
}

.sion_front_page .content_main .sec.service .service_list li:not(.img_model) .service_img picture {
  aspect-ratio: 460/140;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sion_front_page .content_main .sec.service .service_list li:not(.img_model) .service_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sion_front_page .content_main .sec.service .service_txt {
  color: #fff;
  padding: 20px 30px 40px;
  position: relative;
}

.sion_front_page .content_main .sec.service .service_name {
  line-height: 1.1;
  margin: 0 0 12px;
}

.sion_front_page .content_main .sec.service .service_name b {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  line-height: 1.42;
  margin-bottom: 4px;
}

.sion_front_page .content_main .sec.service .service_name small {
  color: #1ebec8;
  display: block;
  font-size: 1.8rem;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1.37;
}

.sion_front_page .content_main .sec.service .service_name small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sion_front_page .content_main .sec.service .arr_more {
  bottom: 20px;
  position: absolute;
  right: 25px;
}

.sion_front_page .content_main .sec.aboutus {
  background: #0e357f;
  color: #fff;
  padding: 55px 30px 100px;
}

.sion_front_page .content_main .sec.aboutus .sec_inner {
  position: relative;
}

.sion_front_page .content_main .sec.aboutus .sec_title_01 {
  color: #fff;
}

.sion_front_page .content_main .sec.aboutus .sec_title_01 small {
  color: inherit;
}

.sion_front_page .content_main .sec.aboutus .sec_title_01 span {
  background: transparent;
}

.sion_front_page .content_main .sec.aboutus .sec_title_01::after {
  display: none;
}

.sion_front_page .content_main .sec.aboutus .aboutus_img {
  overflow: hidden;
}

.sion_front_page .content_main .sec.aboutus .aboutus_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.sion_front_page .content_main .sec.aboutus .aboutus_list li {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

.sion_front_page .content_main .sec.aboutus .aboutus_list li a {
  display: block;
  padding: 0 0 22px;
  position: relative;
}

.sion_front_page .content_main .sec.aboutus .aboutus_list li:last-of-type {
  margin-bottom: 0;
}

.sion_front_page .content_main .sec.aboutus .aboutus_tit {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 25px;
}

.sion_front_page .content_main .sec.aboutus .aboutus_tit_en {
  color: #1ebec8;
  display: block;
  font-size: 2.2rem;
  line-height: 1.21;
}

.sion_front_page .content_main .sec.aboutus .aboutus_tit_en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sion_front_page .content_main .sec.aboutus .arr_more {
  bottom: 24px;
  position: absolute;
  right: 10px;
}

.sion_front_page .content_main .sec.support {
  padding: 120px 30px 55px;
}

.sion_front_page .content_main .sec.support .img_wrap {
  margin: 0 0 50px;
}

.sion_front_page .content_main .sec.support .txt_wrap {
  margin: 0 auto;
  max-width: 860px;
}

.sion_front_page .content_main .sec.support .txt_wrap p + p {
  margin-top: 18px;
}

.sion_front_page .content_main .sec.support .more_btn {
  width: 160px;
}

.sec_contact {
  background: #f5f5f5;
}

.sec_contact .sec_inner {
  padding: 70px 0 80px;
  position: relative;
}

.sec_contact .sec_inner {
  margin: 0 auto;
  max-width: 960px;
  width: 92%;
}

.sec_contact .sec_title {
  margin-bottom: 20px;
}

.sec_contact .sec_title i {
  align-items: flex-end;
  background: #0e357f;
  border-radius: 0 0 8px 8px;
  color: #1ebec8;
  display: flex;
  font-size: 2.4rem;
  font-style: normal;
  height: 72px;
  left: 0;
  line-height: 1;
  padding: 0 0 15px 15px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 180px;
}

.sec_contact .sec_title i {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sec_contact .sec_title span {
  color: #0e357f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
}

.sec_contact p {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sec_contact p {
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
}

.sec_contact .link_btn {
  margin: 20px auto 0;
  max-width: 600px;
  width: 100%;
}

.sec_contact .link_btn a {
  align-items: center;
  background: #4682f0;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  width: 100%;
}

.sec_contact .link_btn a::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-width: 1px;
  content: "";
  height: 10px;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

@media screen and (min-width: 601px), print {
  .sion_front_page .sec_hero .hero_visual .slide {
    height: 550px;
  }

  .sion_front_page .content_main .sec.service .service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 55px auto 0;
  }

  .sion_front_page .content_main .sec.service .service_list li {
    margin: 0 0 50px;
    width: 47.92%;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model .service_img {
    height: 100%;
    max-height: 340px;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model .service_img img {
    height: 100%;
    width: auto;
  }

  .sion_front_page .content_main .sec.service .service_desc {
    margin: 0 0 10px;
  }

  .sec_contact .sec_inner {
    text-align: center;
  }
}

@media screen and (min-width: 961px), print {
  .sion_front_page .sec_news .sec_inner {
    padding-left: 240px;
  }

  .sion_front_page .sec_news .sec_head {
    left: 0;
    position: absolute;
    top: 15px;
  }

  .sion_front_page .sec_news .entry_date {
    width: 100px;
  }

  .sion_front_page .sec_news .entry_title {
    width: calc(100% - 90px - 100px);
  }

  .sion_front_page .content_main .sec .sec_title_01::after {
    background: #d2d2d2;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 100%;
    z-index: 1;
  }

  .sion_front_page .content_main .sec .sec_title_01 span {
    padding-right: 20px;
    position: relative;
    z-index: 2;
  }

  .sion_front_page .content_main .sec.aboutus .sec_title_01 {
    margin-left: auto;
    width: 45.83%;
  }

  .sion_front_page .content_main .sec.aboutus .sec_title_01 span {
    margin-right: -10%;
    padding-right: 0;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_img {
    aspect-ratio: 790/480;
    position: absolute;
    right: 51.04%;
    top: -55px;
    width: 82.29%;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_list {
    margin: 70px 0 0 auto;
    width: 45.83%;
  }
}

@media screen and (max-width: 960px) {
  .sion_front_page .sec_news .entry_cnt {
    padding-bottom: 3px;
  }

  .sion_front_page .sec_news .entry_title {
    width: 100%;
  }

  .sion_front_page .sec_news .entry_title a {
    padding: 12px 20px 12px 0;
  }

  .sion_front_page .sec_news .entry_title a span {
    -webkit-line-clamp: 2;
    max-height: 43.96px;
  }

  .sion_front_page .sec_news .entry_more {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sion_front_page .content_main {
    padding: 4vw 0;
  }

  .sion_front_page .content_main .sec .sec_title_01 small {
    margin-top: 5px;
  }

  .sion_front_page .content_main .sec .sec_title_02 {
    margin: 0 0 20px;
  }

  .sion_front_page .content_main .sec .arr_more {
    font-size: 1.3rem;
  }

  .sion_front_page .content_main .sec.service {
    padding: 30px 30px;
  }

  .sion_front_page .content_main .sec.service .service_name b {
    font-size: 2.2rem;
  }

  .sion_front_page .content_main .sec.service .service_name small {
    font-size: 1.5rem;
  }

  .sion_front_page .content_main .sec.aboutus {
    padding: 30px 30px;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_img {
    aspect-ratio: 750/455;
    margin: -30px -30px 30px;
    width: calc(100% + 30px * 2);
  }

  .sion_front_page .content_main .sec.support {
    padding: 30px 30px;
  }

  .sec_contact .sec_title i {
    height: 60px;
  }
}

@media screen and (max-width: 600px) {
  .sion_front_page .more_btn a,
  .sion_front_page .more_btn > span {
    font-size: 3.33vw;
    height: 10.67vw;
  }

  .sion_front_page .more_btn a::after,
  .sion_front_page .more_btn > span::after {
    height: 6px;
    top: calc(50% - 3px);
    width: 6px;
  }

  .sion_front_page .sec_hero .hero_wrap {
    background: url(../img/top/hero_visual_grade.png) center bottom/100% auto no-repeat;
    height: 110.67vw;
    padding: 8vw 4.2vw 4vw;
  }

  .sion_front_page .sec_hero .hero_tit span {
    font-size: 6.4vw;
  }

  .sion_front_page .sec_hero .hero_tit b {
    font-size: 164.58%;
    line-height: 1.35;
  }

  .sion_front_page .sec_hero .hero_txt figure {
    margin-bottom: 2.67vw;
    max-width: 91.47vw;
    width: 100%;
  }

  .sion_front_page .sec_hero .hero_txt p {
    font-size: 4.27vw;
    line-height: 1.5;
  }

  .sion_front_page .sec_hero .hero_visual {
    height: auto;
    width: 100%;
  }

  .sion_front_page .sec_hero .hero_visual .slide {
    aspect-ratio: 750/830;
  }

  .sion_front_page .sec_news {
    padding: 8vw 0;
  }

  .sion_front_page .sec_news .sec_title {
    font-size: 12.27vw;
    margin-bottom: 0;
  }

  .sion_front_page .sec_news .entry_cnt {
    padding-bottom: 1.33vw;
  }

  .sion_front_page .sec_news .entry_cat {
    width: 24vw;
  }

  .sion_front_page .sec_news .entry_cat a {
    height: 5.33vw;
  }

  .sion_front_page .sec_news .entry_date {
    font-size: 3.73vw;
  }

  .sion_front_page .sec_news .entry_title a {
    padding: 2.67vw 5.33vw 2.67vw 0;
  }

  .sion_front_page .sec_news .entry_title a::after {
    height: 6px;
    right: 2vw;
    top: calc(50% - 3px);
    width: 6px;
  }

  .sion_front_page .sec_news .entry_title a span {
    font-size: 3.73vw;
    max-height: calc(3.73vw * 2 * 1.57);
  }

  .sion_front_page .sec_news .entry_more {
    width: 38.67vw;
  }

  .sion_front_page .content_main {
    padding: 8vw 0;
  }

  .sion_front_page .content_main .sec .sec_title_01 {
    margin-bottom: 6.67vw;
  }

  .sion_front_page .content_main .sec .sec_title_01 span {
    font-size: 9.6vw;
  }

  .sion_front_page .content_main .sec .sec_title_01 small {
    font-size: 3.33vw;
    margin-top: 2.67vw;
  }

  .sion_front_page .content_main .sec .sec_title_02 {
    font-size: 5.07vw;
    margin: 0 0 4.67vw;
  }

  .sion_front_page .content_main .sec p {
    font-size: 4.27vw;
  }

  .sion_front_page .content_main .sec .arr_more {
    font-size: 3.47vw;
  }

  .sion_front_page .content_main .sec .arr_more::after {
    height: 6px;
    width: 6px;
  }

  .sion_front_page .content_main .sec.service {
    padding: 6.67vw 4.2vw 8.67vw;
  }

  .sion_front_page .content_main .sec.service .service_list {
    margin: 5.33vw 0 0;
    width: 100%;
  }

  .sion_front_page .content_main .sec.service .service_list li {
    margin: 0 0 6.67vw;
    width: 100%;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model {
    margin-bottom: 9.33vw;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model .service_img {
    margin: 0 auto;
    max-width: 70.13vw;
  }

  .sion_front_page .content_main .sec.service .service_list li.img_model .service_img img {
    height: auto;
    width: 100%;
  }

  .sion_front_page .content_main .sec.service .service_list li:not(.img_model) .service_img picture {
    aspect-ratio: 686/208;
  }

  .sion_front_page .content_main .sec.service .service_txt {
    padding: 4vw 5.33vw 9.33vw 5.33vw;
  }

  .sion_front_page .content_main .sec.service .service_name {
    margin-bottom: 2.67vw;
  }

  .sion_front_page .content_main .sec.service .service_name b {
    font-size: 4.67vw;
  }

  .sion_front_page .content_main .sec.service .service_name small {
    font-size: 3.47vw;
  }

  .sion_front_page .content_main .sec.service .arr_more {
    bottom: 4vw;
    right: 5.33vw;
  }

  .sion_front_page .content_main .sec.aboutus {
    padding: 8vw 6vw 13.33vw;
  }

  .sion_front_page .content_main .sec.aboutus .sec_title_01 span {
    font-size: 8vw;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_img {
    margin: -8vw -6vw 6.67vw;
    width: calc(100% + 12vw);
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_list {
    margin-top: 9.33vw;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_list li {
    margin-bottom: 8vw;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_list li a {
    padding-bottom: 4vw;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_tit {
    font-size: 5.2vw;
    margin-bottom: 5.33vw;
  }

  .sion_front_page .content_main .sec.aboutus .aboutus_tit_en {
    font-size: 4.4vw;
  }

  .sion_front_page .content_main .sec.aboutus .arr_more {
    bottom: 4vw;
  }

  .sion_front_page .content_main .sec.support {
    padding: 10vw 4.2vw 6.67vw;
  }

  .sion_front_page .content_main .sec.support .img_wrap {
    margin: 5.33vw -4.2vw 8vw;
  }

  .sion_front_page .content_main .sec.support .txt_wrap p + p {
    margin-top: 4vw;
  }

  .sion_front_page .content_main .sec.support .more_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 4vw;
    width: 100%;
  }

  .sion_front_page .content_main .sec.support .more_btn a {
    width: 38.67vw;
  }

  .sec_contact .sec_inner {
    padding: 13.33vw 0 10.67vw;
  }

  .sec_contact .sec_title i {
    font-size: 3.2vw;
    height: 9.6vw;
    left: 0;
    padding: 0 0 2.67vw 2.4vw;
    width: 24vw;
  }

  .sec_contact .sec_title span {
    font-size: 5.07vw;
  }

  .sec_contact p {
    font-size: 4.27vw;
  }

  .sec_contact .link_btn {
    margin-top: 5.33vw;
  }

  .sec_contact .link_btn a {
    font-size: 4.67vw;
    height: 18.67vw;
  }

  .sec_contact .link_btn a::after {
    border-width: 1px;
    height: 8px;
    right: 5.33vw;
    top: calc(50% - 4px);
    width: 8px;
  }
}