@charset "UTF-8";

/* ------------------------------------
  SION
  固定ページ renewal 2025
  Date: 2025-08-07
------------------------------------ */

.sion_page .content {
  margin: 0 auto;
  max-width: 960px;
  padding: 50px 4.4%;
  width: 100%;
}

.sion_page .page_header {
  align-items: center;
  background: #0e357f;
  display: flex;
  height: 120px;
  justify-content: center;
}

.sion_page .page_title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
}

.sion_page h2 {
  margin: 0 0 45px;
  position: relative;
}

.sion_page h2 span {
  background: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.sion_page h2 small {
  color: #0e357f;
  display: block;
  font-size: 1.4rem;
  margin-left: 5px;
  margin-top: 15px;
}

.sion_page h2 small {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

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

.sion_page p {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  margin: 0 5.2%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sion_page p + p {
  margin-top: 20px;
}

.sion_page p a {
  color: #0e357f;
  text-decoration: underline;
}

.sion_page .more_btn a,
.sion_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_page .more_btn a::after,
.sion_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_page .more_btn.arr_btm::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sion_page .more_btn.arr_left::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

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

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

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

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

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

.sion_page .upper_case {
  text-transform: uppercase;
}

.sion_page .page_header {
  background-color: #0e357f;
  color: #fff;
}

.sion_page .entry-title {
  background-color: #0e357f;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 3.2rem 0;
  text-align: center;
}

.sion_page .sec_title {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sion_page .sec_title::after {
  background: #007f9f;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 57px;
  width: 100px;
}

.sion_page .sec_title span {
  font-size: 2.8rem;
  line-height: 1.5;
  width: auto;
}

.sion_page .sub_title {
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.sion_page .sec p,
.sion_page .sec li,
.sion_page .sec dt,
.sion_page .sec dd {
  font-size: 1.6rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.75;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.sion_page.privacy {
  /*
    h1.entry-title {
    background-color: #0e357f;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    padding: 3.2rem 0;
  }
  */
}

.sion_page.privacy .sec_point .sec_body {
  display: block;
}

.sion_page.privacy .cnt_wrap {
  margin-bottom: 3rem;
}

.sion_page.privacy ol {
  list-style: decimal;
}

.sion_page.privacy ol li {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

.sion_page.privacy ol li h4 {
  margin: 1rem 0;
  text-indent: 1.5rem;
}

.sion_page.privacy ol li h4 + p {
  margin-bottom: 2rem;
}

.sion_page.privacy ol li p {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.sion_page.privacy ol li ul li {
  margin-bottom: 1rem;
}

.sion_page.privacy .seitei {
  text-align: right;
}

/* .privacy */

.sion_page.pages .font_eng {
  font-family: "Roboto Condensed", sans-serif;
}

.sion_page.pages .page_header {
  height: 240px;
  margin-bottom: 7rem;
}

.sion_page.pages .page_header .inner {
  display: flex;
  width: 960px;
}

.sion_page.pages .page_header .inner .col_img {
  margin-right: 55px;
}

.sion_page.pages .page_header .page_title {
  font-weight: 700;
  padding-top: 1.5rem;
}

.sion_page.pages .page_header .page_title span {
  font-size: 6rem;
  margin-bottom: 1rem;
}

.sion_page.pages .page_title {
  font-weight: 500;
  line-height: 1.3;
}

.sion_page.pages .page_title span {
  color: #1ebec8;
  display: block;
  margin-bottom: 2rem;
}

.sion_page.pages .content {
  padding-left: 0;
  padding-right: 0;
}

.sion_page.pages h2.a_title {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10.4rem;
  text-align: center;
}

.sion_page.pages h2.a_title::after {
  background-color: #0e357f;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 7.4rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100px;
  z-index: auto;
}

.sion_page.pages section {
  margin-bottom: 6rem;
}

.sion_page.pages .s_title {
  color: #0e357f;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
}

.sion_page.pages .multi_para .s_text {
  margin-bottom: 0;
}

.sion_page.pages .multi_para .s_text + .s_text {
  margin-top: 0;
}

.sion_page.pages .s_text {
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
}

.sion_page.pages .box_content {
  background-color: #f5f5f5;
  margin-bottom: 3rem;
  padding: 3rem 3.6rem;
}

.sion_page.pages .box_content dt {
  font-weight: 700;
}

.sion_page.pages .box_content dt,
.sion_page.pages .box_content dd {
  font-size: 1.6rem;
  line-height: 1.75;
}

.sion_page.pages .box_content p {
  margin-bottom: 0;
}

.sion_page.pages .box_content .s_text {
  margin-bottom: 2rem;
}

.sion_page.pages .box_img_text {
  display: flex;
  justify-content: space-between;
}

.sion_page.pages .box_img_text div {
  width: 50%;
}

.sion_page.pages .box_img_text .col_img img {
  width: 440px;
}

.sion_page.pages .box_img_text .col_txt p {
  margin-left: 0;
  margin-right: 0;
}

.sion_page.pages .table_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sion_page.pages table {
  border: solid 1px #d2d2d2;
  margin-bottom: 3rem;
  width: 460px;
}

.sion_page.pages tr {
  line-height: 1;
}

.sion_page.pages th {
  background-color: #f5f5f5;
  font-weight: 500;
  width: 200px;
}

.sion_page.pages th,
.sion_page.pages td {
  border: solid 1px #d2d2d2;
  line-height: 1.7;
  padding: 0.8rem 0.9rem;
  text-align: left;
}

.sion_page.pages caption {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: left;
}

.sion_page.pages .sec_contact {
  margin-bottom: 0;
}

.sion_page.pages .sec_contact .sec_title {
  border-bottom: none;
  padding-bottom: 0;
  position: static;
}

.sion_page.pages .sec_contact .sec_title::after {
  height: 0;
}

.sion_page.pages .sec_contact .sec_title span {
  background-color: #f5f5f5;
}

/* .service */

.sion_page.strength {
  /* box_img text */
}

.sion_page.strength .page_header {
  margin-bottom: 29.5rem;
  padding-top: 26rem;
}

.sion_page.strength .page_header .page_title {
  text-align: center;
  width: 100%;
}

.sion_page.strength .page_header .page_title .font_ja {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.sion_page.strength .page_header .inner {
  flex-wrap: wrap;
}

.sion_page.strength h2.a_title {
  margin-bottom: 11.4rem;
}

.sion_page.strength section:nth-child(1) {
  margin-bottom: 8rem;
}

.sion_page.strength section:nth-child(4) {
  margin-bottom: 0;
}

.sion_page.strength .box_img_text:last-child {
  margin-bottom: 2rem;
}

.sion_page.strength .box_img_text div {
  width: auto;
}

.sion_page.strength .box_img_text p {
  margin-bottom: 7rem;
}

.sion_page.strength .box_img_text dl {
  color: #0e357f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.sion_page.strength .box_img_text .col_num {
  color: #d2d9e7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  margin-right: 4.5rem;
}

.sion_page.strength .box_img_text .box_content {
  padding: 3rem 2rem 3rem 3.6rem;
}

.sion_page.strength .box_img_text .box_content dt,
.sion_page.strength .box_img_text .box_content dd {
  color: #000;
  font-size: 1.4rem;
}

.sion_page.strength .box_img_text .box_content dd {
  font-weight: 400;
}

.sion_page.strength .box_img_text.one p {
  margin-bottom: 5.5rem;
}

.sion_page.strength .box_img_text.one dl + p {
  margin-bottom: 2.2rem;
}

.sion_page.strength .consulting .box_img_text div {
  width: 50%;
}

.sion_page.strength .consulting .box_img_text p {
  margin-bottom: 3rem;
}

/* .strength */

.sion_page.company {
  /* box_img text */
}

.sion_page.company .page_header {
  margin-bottom: 29rem;
  padding-top: 26rem;
}

.sion_page.company .page_header .page_title {
  text-align: center;
  width: 100%;
}

.sion_page.company .page_header .page_title .font_ja {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.sion_page.company .page_header .inner {
  flex-wrap: wrap;
}

.sion_page.company h2.a_title {
  margin-bottom: 11.4rem;
}

.sion_page.company .business {
  margin-bottom: 4rem;
}

.sion_page.company .business section {
  margin-bottom: 7.5rem;
}

.sion_page.company .business section p {
  margin-bottom: 2rem;
}

.sion_page.company .business section:last-child {
  margin-bottom: 14rem;
}

.sion_page.company .group section {
  margin-bottom: 4.5rem;
}

.sion_page.company section:nth-child(4) {
  margin-bottom: 0;
}

.sion_page.company .box_img_text p {
  margin-bottom: 0;
}

.sion_page.company .box_img_text dl {
  color: #0e357f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.sion_page.company .box_img_text dt {
  color: #000;
  font-weight: 700;
}

.sion_page.company .box_img_text .col_num {
  color: #d2d9e7;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11.5rem;
  font-weight: 700;
  margin-right: 4.5rem;
}

.sion_page.company .box_img_text .col_txt a:link,
.sion_page.company .box_img_text .col_txt a:visited {
  color: #4682f0;
  font-weight: normal;
  text-decoration: underline;
}

.sion_page.company .box_img_text .col_txt a:hover,
.sion_page.company .box_img_text .col_txt a:focus {
  text-decoration: none;
}

.sion_page.company .box_img_text .box_content {
  padding: 3rem 2rem 3rem 3.6rem;
}

.sion_page.company .box_img_text .box_content dt,
.sion_page.company .box_img_text .box_content dd {
  color: #000;
  font-size: 1.4rem;
}

.sion_page.company .box_img_text .box_content dd {
  font-weight: 400;
}

.sion_page.company section {
  /* /.box_guidebook  */
}

.sion_page.company section.box_guidebook {
  margin-bottom: 14rem;
}

.sion_page.company section.box_guidebook h3 {
  color: #000;
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.sion_page.company section.box_guidebook p {
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
}

.sion_page.company section.box_guidebook .link_btn {
  align-self: flex-end;
  padding-top: 2rem;
}

.sion_page.company section.box_guidebook .link_btn a {
  align-items: center;
  background: #1ebec8;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  width: 160px;
}

.sion_page.company section .box_content {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 5rem;
}

.sion_page.company section .box_content .col_book {
  margin-right: 3rem;
}

.sion_page.company section .box_content .col_book img {
  max-width: none;
  width: 175px;
}

.sion_page.company section .box_content .col_txt {
  display: flex;
  flex-direction: column;
  width: 65.5rem;
}

.sion_page.company dl,
.sion_page.company dt,
.sion_page.company dd {
  font-size: 1.6rem;
  line-height: 1.75;
}

.sion_page.company .aboutus {
  margin-bottom: 9.5rem;
}

.sion_page.company .aboutus section {
  margin-bottom: 4.5rem;
}

.sion_page.company .aboutus dl {
  border-top: solid 1px #d2d2d2;
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
}

.sion_page.company .aboutus dl:first-child {
  padding-top: 2rem;
}

.sion_page.company .aboutus dl:last-child {
  border-bottom: solid 1px #d2d2d2;
}

.sion_page.company .aboutus dl dt,
.sion_page.company .aboutus dl dd {
  padding: 0;
}

.sion_page.company .aboutus dt {
  font-weight: 700;
  width: 25rem;
}

.sion_page.company .aboutus dd {
  width: calc(100% - 25rem);
}

.sion_page.company .map .col_img {
  height: 44.5rem;
  width: 44.5rem;
}

.sion_page.company .map .caption {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0;
}

/* .company */

.sion_page.form .page_header {
  height: 120px;
  margin-bottom: 1rem;
}

.sion_page.form .page_header .page_title {
  padding-top: 0;
}

.sion_page.form section.sec_form_msg {
  margin-bottom: 0;
}

.sion_page.form section .sec_inner {
  padding-bottom: 0;
}

/* .form */

.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 {
  .sec_contact .sec_inner {
    text-align: center;
  }
}

@media screen and (min-width: 961px), print {
  .sion_page h2::after {
    background: #d2d2d2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;
  }

  .sion_page h2 span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .sion_page h2 span {
    font-size: 1.9rem;
  }

  .sion_page h2 small {
    margin-top: 5px;
  }

  .sion_page h3 {
    margin: 0 0 20px;
  }

  .sion_page p {
    margin: 0;
  }

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

@media screen and (max-width: 767px) {
  .sion_page.privacy {
    /*
      .entry-title {
        padding: 1.5rem 0;
        font-size: 2.6rem;
      }
    */
  }

  .sion_page.privacy .sec p,
  .sion_page.privacy .sec li {
    font-size: 1.5rem;
  }

  .sion_page.privacy ol li {
    margin-left: 2rem;
  }

  .sion_page.privacy ol li h4 {
    text-indent: 0;
  }

  .sion_page.privacy .seitei {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .sion_page .page_header {
    height: 75px;
  }

  .sion_page .page_title {
    font-size: 2.9rem;
  }

  .sion_page h2 {
    margin-bottom: 9.33vw;
  }

  .sion_page h2 span {
    font-size: 5.07vw;
  }

  .sion_page h2 small {
    font-size: 3.33vw;
    margin-top: 2.67vw;
  }

  .sion_page h3 {
    font-size: 5.07vw;
    margin: 0 0 5.33vw;
  }

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

  .sion_page p + p {
    margin-top: 5.33vw;
  }

  .sion_page .more_btn a,
  .sion_page .more_btn > span {
    font-size: 3.33vw;
    height: 10.67vw;
  }

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

  .sion_page .entry-title {
    font-size: 2.6rem;
    padding: 1.5rem 0;
  }

  .sion_page .sec_title::after {
    top: 43px;
  }

  .sion_page .sec_title span {
    font-size: 1.9rem;
  }

  .sion_page.pages .page_header {
    height: 120px;
    margin-bottom: 0;
  }

  .sion_page.pages .page_header .inner .col_img {
    margin-right: 1rem;
  }

  .sion_page.pages .page_header .inner img {
    height: 120px;
  }

  .sion_page.pages .page_header .page_title {
    font-size: 1.8rem;
  }

  .sion_page.pages .page_header .page_title span {
    font-size: 2.7rem;
    margin-bottom: 0.5rem;
  }

  .sion_page.pages .content {
    padding-top: 6rem;
    width: 92%;
  }

  .sion_page.pages h2.a_title {
    font-size: 2.6rem;
    margin-bottom: 7rem;
  }

  .sion_page.pages h2.a_title.with_wrap {
    line-height: 1.5;
  }

  .sion_page.pages h2.a_title.with_wrap::after {
    top: 10.8rem;
  }

  .sion_page.pages h2.a_title::after {
    height: 4px;
    top: 5.8rem;
    width: 67px;
  }

  .sion_page.pages section {
    margin-bottom: 3.8rem;
  }

  .sion_page.pages section.establish {
    margin-bottom: -3.3rem;
  }

  .sion_page.pages .box_content {
    padding: 1.5rem 1.8rem;
  }

  .sion_page.pages .box_img_text {
    flex-direction: column-reverse;
  }

  .sion_page.pages .box_img_text div {
    width: auto;
  }

  .sion_page.pages .box_img_text .col_img img {
    width: auto;
  }

  .sion_page.pages .box_img_text .col_txt p {
    margin-bottom: 3rem;
  }

  .sion_page.pages .table_wrap {
    flex-direction: column;
  }

  .sion_page.pages table {
    width: 100%;
  }

  .sion_page.strength .page_header {
    margin-bottom: 6.5rem;
    padding-top: 10rem;
  }

  .sion_page.strength .page_header .page_title .font_ja {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .sion_page.strength .page_header .inner img {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sion_page.strength .content {
    padding-top: 7.5rem;
  }

  .sion_page.strength h2.a_title {
    margin-bottom: 8rem;
  }

  .sion_page.strength section:nth-child(1) {
    margin-bottom: 3rem;
  }

  .sion_page.strength section {
    margin-bottom: 3rem;
  }

  .sion_page.strength .box_img_text {
    flex-direction: column;
  }

  .sion_page.strength .box_img_text .col_num {
    font-size: 5.5rem;
    margin-bottom: 3rem;
    margin-right: 0;
    text-align: center;
  }

  .sion_page.strength .box_img_text .col_txt p {
    margin-bottom: 2rem;
  }

  .sion_page.strength .box_img_text .box_content {
    padding: 1.6rem 1rem;
  }

  .sion_page.strength .consulting .box_img_text {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sion_page.strength .consulting .box_img_text div {
    width: auto;
  }

  .sion_page.strength .consulting .box_img_text p {
    margin-bottom: 0;
  }

  .sion_page.strength .consulting .col_img {
    margin-bottom: 1.5rem;
  }

  .sion_page.strength .consulting {
    margin-bottom: 0;
  }

  .sion_page.company .page_header {
    margin-bottom: 6.5rem;
    padding-top: 10rem;
  }

  .sion_page.company .page_header .page_title .font_ja {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .sion_page.company .page_header .inner img {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sion_page.company h2.a_title {
    margin-bottom: 7.5rem;
  }

  .sion_page.company .business section {
    margin-bottom: 6rem;
  }

  .sion_page.company .business section:last-child {
    margin-bottom: 8rem;
  }

  .sion_page.company .group section {
    margin-bottom: 1rem;
  }

  .sion_page.company section {
    margin-bottom: 3rem;
  }

  .sion_page.company .box_img_text {
    flex-direction: column;
  }

  .sion_page.company .box_img_text .col_img {
    margin-bottom: 3rem;
  }

  .sion_page.company .box_img_text .col_num {
    font-size: 5.5rem;
    margin-bottom: 3rem;
    margin-right: 0;
    text-align: center;
  }

  .sion_page.company .box_img_text .col_txt p {
    margin-bottom: 2rem;
  }

  .sion_page.company .box_img_text .box_content {
    padding: 1.6rem 1rem;
  }

  .sion_page.company section.box_guidebook {
    margin-bottom: 7rem;
  }

  .sion_page.company section.box_guidebook .link_btn {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sion_page.company section .box_content {
    padding: 0;
  }

  .sion_page.company section .box_content .col_book {
    display: flex;
    justify-content: center;
    margin-right: 0;
    padding: 3rem 5rem 2rem;
    width: 100%;
  }

  .sion_page.company section .box_content .col_book img {
    width: 58vw;
  }

  .sion_page.company section .box_content .col_txt {
    padding: 0 1.6rem 3rem;
  }

  .sion_page.company .aboutus {
    margin-bottom: 1rem;
  }

  .sion_page.company .aboutus dl {
    flex-direction: column;
  }

  .sion_page.company .aboutus dl dt,
  .sion_page.company .aboutus dl dd {
    width: 100%;
  }

  .sion_page.company .map.box_img_text {
    margin-bottom: 0;
  }

  .sion_page.company .map .col_img {
    height: auto;
    width: auto;
  }

  .sion_page.company .map .col_img:last-child {
    margin-bottom: 0;
  }

  .sion_page.company .map iframe {
    height: 92vw;
  }

  .sion_page.form .page_header {
    height: 75px;
  }

  .sion_page.form .page_header .page_title {
    font-size: 2.6rem;
  }

  .sion_page.form .content {
    padding-top: 4rem;
  }

  .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;
  }
}

@media screen and (max-width: 320px) {
  .sion_page .page_title {
    font-size: 7.73vw;
  }

  .sion_page .entry-title {
    font-size: 2.4rem;
    padding: 2rem 0;
  }

  .sion_page.privacy {
    /*
      .entry-title {
      font-size: 2.4rem;
        padding: 2rem 0;
      }
    */
  }

  .sion_page.privacy .sec li {
    font-size: 4.26667vw;
  }
}