@charset "UTF-8";
* {
  line-height: 1.8;
}
@media screen and (max-width: 430px) {
  * {
    letter-spacing: 0.1rem !important;
    line-height: 1.5;
  }
}

.section__bg--blue20 {
  width: 100vw;
  margin: 30px auto;
  padding: 50px 0 20px 0;
  background: rgba(84, 123, 205, 0.2);
}

.section__bg--navy {
  width: 100vw;
  margin: 30px auto;
  padding: 50px 0 20px 0;
  background: #424b8e;
}

@media screen and (max-width: 430px) {
  .mq__img__adjustment {
    width: 80%;
  }
}

.w--80 {
  width: 80%;
  margin: 0 auto;
}

.fc--white {
  color: white;
}

.a__standard-link {
  color: #1967d2 !important;
  padding-bottom: 3px;
  border-bottom: solid thin rgba(25, 103, 210, 0);
}
.a__standard-link:hover {
  color: #1967d2 !important;
  border-bottom: solid thin #1967d2;
}

.toc-content {
  visibility: visible !important;
}

.arrow--down {
  display: block;
  position: relative;
  width: 85px;
  height: calc(tan(60deg) * 45px / 2);
  margin: 0 auto;
  background: #424b8e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

div.contents_wrap {
  position: relative;
  width: 100vw;
}
div.contents_wrap::before {
  content: "";
  display: inline;
  position: absolute;
  width: 100vw;
  height: 380px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url("../img/page_bg.png") no-repeat center/cover;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 430px) {
  div.contents_wrap::before {
    height: 300px;
    top: 0;
  }
}
div.contents_wrap::before .eye-catch-wrap, div.contents_wrap::before .date-tags {
  display: none;
}
div.contents_wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 300px;
  top: 210px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: white;
  border-radius: 25px;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  div.contents_wrap::after {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  div.contents_wrap::after {
    top: 170px;
  }
}

h1.page__h1 {
  font-size: 45px;
  color: #424b8e;
  line-height: 1.5 !important;
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 430px) {
  h1.page__h1 {
    font-size: 25px;
    width: 90%;
    margin-top: 0;
    padding-top: 100px;
  }
}

.h1_en {
  color: #547bcd !important;
  font-size: 24px;
  font-weight: 400 !important;
  letter-spacing: 0.5rem;
  position: absolute;
  top: 70px;
  left: 10%;
}
@media screen and (max-width: 430px) {
  .h1_en {
    font-size: 20px;
    top: 70px;
    left: 5%;
  }
}

.h2_en {
  font-size: 24px;
  font-weight: 400;
  color: #547bcd;
  letter-spacing: 0.5rem;
  text-align: left;
  line-height: 1;
  width: 80%;
  margin: 150px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .h2_en {
    font-size: 20px !important;
    margin-top: 50px;
  }
}
.h2_en span {
  font-size: 24px;
  font-weight: 400;
  color: #547bcd;
  letter-spacing: 0.5rem;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .h2_en span {
    font-size: 20px !important;
  }
}
.h2_en.colored_bg {
  color: white;
  margin-top: 85px;
}
.h2_en.colored_bg span {
  color: white;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #424b8e;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  h2 {
    margin-bottom: 20px;
  }
}
h2 span {
  font-size: 40px;
  font-weight: 700;
  color: #424b8e;
}
@media screen and (max-width: 430px) {
  h2 span {
    font-size: 25px;
    line-height: 1.5;
  }
}

.h2_jp {
  font-size: 40px;
  font-weight: 700;
  color: #424b8e;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .h2_jp {
    font-size: 25px;
    line-height: 1.4;
    padding-top: 7px;
  }
}
.h2_jp span {
  font-size: 40px;
  font-weight: 700;
  color: #424b8e;
}
@media screen and (max-width: 430px) {
  .h2_jp span {
    font-size: 25px;
    line-height: 1.4;
  }
}
.h2_jp.colored_bg {
  color: white;
}
.h2_jp.colored_bg span {
  color: white;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  width: 80%;
  margin: 85px auto 50px auto;
  padding-bottom: 10px;
  border-bottom: solid thin #547bcd;
}
@media screen and (max-width: 1220px) {
  h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 430px) {
  h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 30px auto 20px auto;
    padding-bottom: 5px;
  }
}
h3 span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1220px) {
  h3 span {
    font-size: 23px;
  }
}
@media screen and (max-width: 430px) {
  h3 span {
    font-size: 18px;
    line-height: 1.5;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 80%;
  margin: 50px auto 20px;
}
@media screen and (max-width: 430px) {
  h4 {
    font-size: 18px;
    width: 80%;
  }
}
h4 span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
}
@media screen and (max-width: 430px) {
  h4 span {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
h5 span {
  font-size: 16px;
  font-weight: 600;
}

.hidden__toggles__wrapper {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.hidden__toggles__wrapper a.hidden__toggles {
  font-size: 22px;
  font-weight: 500;
  color: #424b8e;
  display: inline-block;
  position: relative;
  margin: 30px auto;
  padding: 15px 40px;
  border: solid thin #424b8e;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .hidden__toggles__wrapper a.hidden__toggles {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.hidden__toggles__wrapper a.hidden__toggles::before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 17px;
  background: #424b8e;
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 430px) {
  .hidden__toggles__wrapper a.hidden__toggles::before {
    top: 17px;
    height: calc(tan(60deg) * 15px / 2);
    width: 15px;
  }
}
.hidden__toggles__wrapper a.hidden__toggles.active::before {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flex__img {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .flex__img img {
    max-height: 21px;
  }
}

.txt-indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.note__fs14fw300 {
  font-size: 14px;
  font-weight: 300;
  padding-left: 1rem;
  text-indent: -1rem;
}

.note__fs16fw300 {
  font-size: 16px;
  font-weight: 300;
  padding-left: 1rem;
  text-indent: -1rem;
}

.heading__orders {
  font-size: 68px;
  font-weight: 400;
  position: absolute;
  color: #547bcd;
  font-style: italic;
  width: 80%;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .heading__orders {
    font-size: 50px;
    top: 15px;
    left: 10%;
  }
}

table tbody tr:nth-of-type(2n + 1) {
  background-color: inherit;
}
table tbody tr:nth-of-type(1) {
  background: #547bcd;
}
table tbody tr:nth-of-type(1) td {
  font-weight: 500;
  color: white;
}
table tbody tr td {
  width: 50%;
}
.table--left-headings table {
  width: 100% !important;
  border-spacing: 0 20px;
}
.table--left-headings table tbody tr {
  background-color: inherit;
  margin-bottom: 20px;
}
.table--left-headings table tbody tr:last-child td:nth-of-type(1) {
  background: #424b8e;
}
.table--left-headings table tbody tr td {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  color: black;
  padding: 10px 15px;
}
.table--left-headings table tbody tr td:nth-of-type(1) {
  color: white;
  width: 20%;
  background: #547bcd;
}
.table--left-headings table tbody tr td:nth-of-type(2) {
  width: 80%;
}

.table__top-left-headings {
  margin-top: 30px;
}
.table__top-left-headings table {
  width: 100% !important;
}
@media screen and (max-width: 430px) {
  .table__top-left-headings table {
    white-space: nowrap;
  }
}
.table__top-left-headings table tbody {
  background: white;
}
.table__top-left-headings table tbody tr:nth-of-type(2n + 1) {
  background-color: inherit;
}
.table__top-left-headings table tbody tr:nth-of-type(1) {
  background-color: #547bcd;
}
.table__top-left-headings table tbody tr:nth-of-type(1) td {
  border-right: solid thin white;
}
.table__top-left-headings table tbody tr:nth-of-type(1) td:last-child {
  border-right: none;
}
.table__top-left-headings table tbody tr:last-child td:first-child {
  border-bottom: none;
}
.table__top-left-headings table tbody tr th {
  padding: 20px;
}
.table__top-left-headings table tbody tr th:first-child {
  width: 20%;
}
.table__top-left-headings table tbody tr td {
  font-weight: 500;
  text-align: center;
  padding: 20px;
}
.table__top-left-headings table tbody tr td:first-child {
  font-weight: 500;
  color: white;
  background-color: #547bcd;
  border-bottom: solid thin white;
}

a.google_map {
  font-size: 13px;
  color: white !important;
  text-align: center;
  display: inline-block;
  position: relative;
  right: 0;
  padding: 5px 30px;
  border: solid thin white;
  border-radius: 25px;
  overflow: hidden;
  z-index: 5;
  transition: 0.3s;
}
a.google_map:hover {
  border-color: #dad74e;
}
a.google_map::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  inset: 0;
  margin: auto;
  background: #dad74e;
  transform: skew(-20deg);
  transform: translateX(-120%);
  z-index: -1;
  transition: 0.3s;
}
a.google_map:hover::after {
  transform: translateX(0);
}

.section_top_summary {
  position: inherit;
  width: 65%;
  max-width: 950px;
  margin: 50px auto;
  padding-top: 50px;
}
@media screen and (max-width: 1220px) {
  .section_top_summary {
    width: 76%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 430px) {
  .section_top_summary {
    display: block;
    margin-top: 10px;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .section_top_summary .wp-block-column {
    display: block;
    height: auto;
    margin-top: 20px;
  }
  .section_top_summary .wp-block-column:nth-of-type(1) {
    margin-top: 0;
  }
}
.section_top_summary .wp-block-column h2.wp-block-heading {
  text-align: left;
  line-height: 1.5;
  font-weight: 800;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .section_top_summary .wp-block-column h2.wp-block-heading {
    font-size: 25px !important;
  }
}

.toc {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .toc {
    padding: 1em !important;
  }
}
.toc > label.toc-title {
  font-size: 20px;
  color: #424b8e;
}
@media screen and (max-width: 430px) {
  .toc > label.toc-title {
    font-size: 18px;
  }
}
.toc > label.toc-title::after {
  color: #547bcd;
}
.toc > div.toc-content > ol.toc-list {
  padding-left: 0;
}
.toc > div.toc-content > ol.toc-list > ol {
  margin-top: 10px;
}
.toc > div.toc-content > ol.toc-list > ol > li {
  margin-bottom: 5px;
}
@media screen and (max-width: 430px) {
  .toc > div.toc-content > ol.toc-list > ol > li {
    margin-bottom: 10px;
  }
}
.toc > div.toc-content > ol.toc-list > ol > li > a {
  font-size: 16px;
}
@media screen and (max-width: 430px) {
  .toc > div.toc-content > ol.toc-list > ol > li > a {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.toc > div.toc-content > ol.toc-list > li {
  margin-top: 10px;
}
@media screen and (max-width: 430px) {
  .toc > div.toc-content > ol.toc-list > li {
    margin-bottom: 10px;
  }
}
.toc > div.toc-content > ol.toc-list > li a {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .toc > div.toc-content > ol.toc-list > li a {
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}
.toc > div.toc-content > ol.toc-list > li > ol {
  margin: 5px 0;
}
.toc > div.toc-content > ol.toc-list > li > ol li a {
  color: black;
  font-weight: 400;
}

section {
  width: 80%;
  margin: 0 auto;
}

.section__top__paragraph {
  position: relative;
  width: 65%;
  max-width: 950px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .section__top__paragraph {
    width: 80%;
  }
}

.order-numbers__comments__wrapper {
  width: 80%;
  margin: 60px auto;
}
.order-numbers__comments__wrapper p {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 430px) {
  .order-numbers__comments__wrapper p {
    font-size: 18px;
    width: 100%;
  }
}
.order-numbers__comments__wrapper p span {
  font-size: 68px;
  font-weight: 400;
  color: #547bcd;
  font-style: italic;
  position: absolute;
  top: -57px;
  left: -50px;
}
@media screen and (max-width: 430px) {
  .order-numbers__comments__wrapper p span {
    font-size: 50px;
    top: -65px;
    left: 0px;
  }
}
.order-numbers__comments__wrapper .p__default {
  font-size: 16px;
  font-weight: 400;
}
.order-numbers__comments__wrapper .margin-bottom--30 {
  margin-bottom: 30px;
}

.button__heading-over-img {
  width: 80%;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .button__heading-over-img {
    margin-top: 20px;
  }
}
.button__heading-over-img .wp-block-column {
  position: relative;
}
.button__heading-over-img .wp-block-column a.a__links {
  display: inline-block;
  aspect-ratio: 1.5/1;
  overflow: hidden;
}
.button__heading-over-img .wp-block-column a.a__links figure img {
  transition: 0.3s;
}
.button__heading-over-img .wp-block-column a.a__links:hover img {
  transform: scale(150%);
}
.button__heading-over-img .wp-block-column a.a__links:hover p {
  background: rgba(84, 123, 205, 0.9);
}
.button__heading-over-img .wp-block-column a.a__links p {
  display: table-cell;
  position: absolute;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1.5/1;
  top: 0;
  margin: auto;
  background: rgba(84, 123, 205, 0.6);
  font-size: 24px;
  vertical-align: middle;
  line-height: 1.2;
  color: white;
  transition: 0.3s;
}
.button__heading-over-img .wp-block-column a.a__links p strong {
  font-size: 22px;
  position: absolute;
  top: 45%;
  right: 0;
  bottom: 0;
  left: 0;
}

.button__multi__outline a.wp-block-button__link {
  font-size: 18px !important;
  color: #424b8e;
  margin: 0;
  padding: 10px 40px;
  background: white;
  border: solid thin #424b8e;
}
@media screen and (max-width: 430px) {
  .button__multi__outline a.wp-block-button__link {
    font-size: 15px !important;
    line-height: 1;
    margin: 0 auto !important;
    padding: 10px 15px;
  }
}
.button__multi__outline a.wp-block-button__link:hover {
  color: #424b8e;
}

.about__us__toc .toc .toc-content .toc-list li:first-child {
  display: none;
}
.about__us__toc .toc .toc-content .toc-list li ol {
  display: none;
}

.section__about-us {
  width: 100%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 1220px) {
  .section__about-us {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .section__about-us {
    width: 79%;
  }
}
.section__about-us h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 8px;
}
@media screen and (max-width: 430px) {
  .section__about-us h2 {
    font-size: 25px;
    line-height: 1.7;
  }
}

.about-us__service__btns__container {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .about-us__service__btns__container {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .about-us__service__btns__container {
    width: 75%;
  }
}
.about-us__service__btns__container .about-us__service__btns__wrapper {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns {
  display: block;
  width: 49%;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns {
    width: 100%;
  }
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns:nth-of-type(1), .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 430px) {
  .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns:nth-of-type(2) {
    margin-top: 20px;
  }
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container {
  display: block;
  position: relative;
  aspect-ratio: 1.5/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container:hover > .about-us__service__btn__titles::after {
  background-color: rgba(84, 123, 205, 0.9);
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container:hover > img {
  transform: scale(110%);
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 1;
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container .about-us__service__btn__titles {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  inset: 0;
  margin: auto;
  color: white;
  z-index: 5;
}
@media screen and (max-width: 430px) {
  .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container .about-us__service__btn__titles {
    font-size: 20px;
  }
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns a.about-us__service__imgs__container .about-us__service__btn__titles::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  inset: 0;
  margin: auro;
  background-color: rgba(84, 123, 205, 0.6);
  transition: 0.3s;
  z-index: -1;
}
.about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns .about-us__service__btn__txt {
  font-size: 18px;
  font-weight: 400;
  color: white;
  width: 100%;
  height: 104.8px;
  padding: 20px 25px;
  background-color: #424b8e;
}
@media screen and (max-width: 1220px) {
  .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns .about-us__service__btn__txt {
    height: 137.2px;
  }
}
@media screen and (max-width: 430px) {
  .about-us__service__btns__container .about-us__service__btns__wrapper .about-us__service__btns .about-us__service__btn__txt {
    font-size: 16px;
    height: auto;
    padding: 15px 20px;
  }
}

div.entry-content section.section_members {
  margin-bottom: 0;
}

section.section_members {
  display: inline-block;
  position: relative;
  width: 100vw;
  margin-top: 150px;
  padding-bottom: 90px;
  background: #424b8e;
}
section.section_members .h3__container h3.wp-block-heading {
  color: white;
}
section.section_members .h3__container .section_members__paragraph {
  color: white;
  width: 80%;
  margin: 0 auto;
}
section.section_members .section_members__table__container {
  position: inherit;
  width: 80%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 430px) {
  section.section_members .section_members__table__container table {
    white-space: unset;
  }
}
section.section_members .section_members__table__container .wp-block-table {
  overflow-x: hidden;
}
section.section_members .section_members__table__container .section_members__paragraph {
  color: white;
}
section.section_members .section_members__table__container .table__top-left-headings td {
  width: 25%;
}
@media screen and (max-width: 430px) {
  section.section_members .section_members__table__container .table__top-left-headings td {
    padding: 5px;
  }
}
section.section_members .section_members__table__container .note__container {
  margin-top: 50px;
}
section.section_members .section_members__table__container .note__container p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

section.section__access {
  display: inline-block;
  position: relative;
  width: 100vw;
  padding: 0 0 90px 0;
  background: #547bcd;
}
section.section__access .section__access__wrapper--01 {
  display: flex;
  position: inherit;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 80vw;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 430px) {
  section.section__access .section__access__wrapper--01 {
    display: block;
    padding-top: 10px;
  }
}
section.section__access .section__access__wrapper--01 .section__access__wrapper--left {
  color: white;
  width: 40%;
}
@media screen and (max-width: 430px) {
  section.section__access .section__access__wrapper--01 .section__access__wrapper--left {
    width: 100%;
  }
}
section.section__access .section__access__wrapper--01 .section__access__wrapper--left .items__wrapper .name {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 430px) {
  section.section__access .section__access__wrapper--01 .section__access__wrapper--left .items__wrapper .name {
    font-size: 18px;
  }
}
section.section__access .section__access__wrapper--01 .section__access__wrapper--left .items__wrapper .address {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
}
section.section__access .section__access__wrapper--01 .section__access__wrapper--right {
  width: 60%;
}
@media screen and (max-width: 1220px) {
  section.section__access .section__access__wrapper--01 .section__access__wrapper--right {
    width: 55%;
  }
}
@media screen and (max-width: 430px) {
  section.section__access .section__access__wrapper--01 .section__access__wrapper--right {
    width: 100%;
    margin-top: 30px;
  }
}
section.section__access .section__access__wrapper--01 .section__access__wrapper--right img {
  width: 100%;
}
section.section__access .section__access__wrapper--02 {
  width: 80%;
  margin: 0 auto;
}
section.section__access .items__wrapper {
  padding-top: 20px;
}
section.section__access .items__wrapper .heading {
  font-weight: 600;
  color: white;
}
section.section__access .items__wrapper .paragraph {
  color: white;
}

.section__business-hours__wp-block-columns {
  width: 88%;
  margin: 0 auto 150px auto !important;
}
.section__business-hours__wp-block-columns .padding-top {
  margin-top: 90px;
}
@media screen and (max-width: 430px) {
  .section__business-hours__wp-block-columns .padding-top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .section__business-hours__wp-block-columns h3 {
    width: 90%;
  }
}
.section__business-hours__wp-block-columns p.business-hours__items {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .section__business-hours__wp-block-columns p.business-hours__items {
    width: 90%;
  }
}

.accounting__support__toc li:first-child {
  display: none;
}
.accounting__support__toc li ol {
  display: none;
}

section.section__overview {
  position: relative;
  width: 65%;
  max-width: 950px;
  margin: 50px auto 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 430px) {
  section.section__overview {
    width: 88%;
    margin: 0 auto;
    padding-top: 50px;
  }
}
section.section__overview .section__overview__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  position: inherit;
  width: 100%;
}
section.section__overview .section__overview__wrapper li.section__overview__items {
  font-size: 18px;
  font-weight: 500;
  padding-top: 30px;
}
@media screen and (max-width: 430px) {
  section.section__overview .section__overview__wrapper li.section__overview__items {
    padding-top: 15px;
  }
}
section.section__overview .section__overview__wrapper li.section__overview__items--left {
  color: #424b8e;
  width: 20%;
}
@media screen and (max-width: 430px) {
  section.section__overview .section__overview__wrapper li.section__overview__items--left {
    width: 100%;
    padding-top: 50px;
  }
  section.section__overview .section__overview__wrapper li.section__overview__items--left:nth-of-type(1) {
    padding-top: 15px;
  }
}
section.section__overview .section__overview__wrapper li.section__overview__items--right {
  width: 80%;
}
@media screen and (max-width: 430px) {
  section.section__overview .section__overview__wrapper li.section__overview__items--right {
    width: 100%;
  }
}
section.section__overview .section__overview__wrapper li.section__overview__items ul.section_overview_sub-items__wrapper {
  padding-left: 0;
}
section.section__overview .section__overview__wrapper li.section__overview__items ul.section_overview_sub-items__wrapper li.section_overview_sub-items {
  text-indent: -43px;
  padding-left: 43px;
}

section.section__Organizational-chart {
  display: block;
  position: relative;
  width: 100vw;
  padding-bottom: 90px;
  background: #547bcd;
}
section.section__Organizational-chart .h2_en {
  padding-top: 85px;
}
section.section__Organizational-chart h3 {
  color: white;
  border-color: white;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart h3:nth-child(5) {
    margin-top: 100px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 86%;
  margin: 0 auto;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 0;
  background: white;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items {
    font-size: 16px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items:nth-of-type(1) {
  margin-top: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(48vw*.86*.78) solid transparent;
  border-right: calc(48vw*.86*.78) solid transparent;
  border-top: 30px solid white;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1220px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items::before {
    border-left: calc(48vw*.86*.78*.85) solid transparent;
    border-right: calc(48vw*.86*.78*.85) solid transparent;
  }
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container li.section__Organizational-chart__chart__items::before {
    border-left: calc(48vw*.86*.95) solid transparent;
    border-right: calc(48vw*.86*.95) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 1220px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left {
    width: 70%;
  }
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left {
    position: relative;
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(4) {
  padding: 0;
  background: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(4)::before {
  content: none;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(4) li.section__Organizational-chart__chart__sub-items:nth-of-type(2) {
    font-size: 15px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper {
    padding-right: 0;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
    font-size: 16px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(1) {
  color: #dad74e;
  font-weight: 600;
  background: #424b8e;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(48vw*.5*.86*.77) solid transparent;
  border-right: calc(48vw*.5*.86*.77) solid transparent;
  border-top: 30px solid white;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1220px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
    border-left: calc(48vw*.5*.86*.77*.85) solid transparent;
    border-right: calc(48vw*.5*.86*.77*.85) solid transparent;
  }
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
    border-left: calc(48vw*.5*.81) solid transparent;
    border-right: calc(48vw*.5*.81) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper ul.section__Organizational-chart__chart__3rd-sub-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  margin: 30px 0 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper ul.section__Organizational-chart__chart__3rd-sub-items__wrapper {
    width: 90%;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__left ul.section__Organizational-chart__chart__sub-items__wrapper ul.section__Organizational-chart__chart__3rd-sub-items__wrapper li.section__Organizational-chart__chart__3rd-sub-items {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  border: solid thin #547bcd;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right {
    position: absolute;
    right: -7%;
    top: -20px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items {
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.5;
  margin-top: 36px;
  padding: 15px 0;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    background: #424b8e;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(1) {
    background: none;
  }
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(2) {
    margin-top: 90%;
  }
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(3) {
    margin-top: 83%;
  }
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(4) {
    margin-top: 98%;
  }
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(5) {
    margin-top: 75%;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(3), section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(4) {
  padding: 35px 0;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(3), section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(4) {
    padding: 5px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(4) {
  color: #dad74e;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container ul.section__Organizational-chart__chart__right li.section__Organizational-chart__items:nth-of-type(4) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left {
  width: 50%;
  padding: 0 3.5%;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left {
    width: 100%;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left h4 {
  font-size: 20px;
  font-weight: 600;
  color: #dad74e;
  text-align: center;
  padding-bottom: 30px;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items::before {
  border-left: calc(50vw*.37) solid transparent;
  border-right: calc(50vw*.37) solid transparent;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items::before {
    border-left: calc(48vw*.86*.95) solid transparent;
    border-right: calc(48vw*.86*.95) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3) {
  padding: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3)::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3) li.section__Organizational-chart__chart__sub-items {
  border: solid thin #547bcd;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3) li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
  border-left: calc(50vw*.18) solid transparent;
  border-right: calc(50vw*.18) solid transparent;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3) li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
    border-left: calc(50vw*.39) solid transparent;
    border-right: calc(50vw*.39) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3), section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5) {
  background: none;
  border: solid thin #547bcd;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(3) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items, section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
  color: black;
  background: white;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(4) {
  padding: 15px 0;
  background: white;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(4)::before {
  content: "";
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5) {
  padding: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5)::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5) li {
  width: 33.3333%;
  border: solid thin #547bcd;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(5) li::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(6) {
  margin-top: 0;
  background: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(6)::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(6) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
  font-display: 18px;
  font-weight: 600;
  color: white;
  width: 33.3333%;
  background: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(6) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items span {
  font-weight: 400;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left li.section__Organizational-chart__chart__items:nth-of-type(6) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left .section__Organizational-chart__chart__left__paragraph__container {
  padding: 20px;
  border: solid thin white;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left .section__Organizational-chart__chart__left__paragraph__container .section__Organizational-chart__chart__left__paragraph__heading {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: solid thin white;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__left .section__Organizational-chart__chart__left__paragraph__container .section__Organizational-chart__chart__left__paragraph__paragraph {
  font-weight: 600;
  color: white;
  padding-top: 15px;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right {
  width: 50%;
  padding: 0 3.5%;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right {
    position: relative;
    width: 100%;
    top: 90px;
    right: 0;
    padding-bottom: 90px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right h4 {
  font-size: 20px;
  font-weight: 600;
  color: #dad74e;
  text-align: center;
  padding-bottom: 30px;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items::before {
  border-left: calc(50vw*.37) solid transparent;
  border-right: calc(50vw*.37) solid transparent;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items::before {
    border-left: calc(48vw*.86*.95) solid transparent;
    border-right: calc(48vw*.86*.95) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper {
  display: flex;
  padding: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
  font-size: 18px;
  position: relative;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
    font-size: 16px;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items span, section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items p {
  font-weight: 400;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(50vw*.18) solid transparent;
  border-right: calc(50vw*.18) solid transparent;
  border-top: 30px solid white;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 430px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items::before {
    border-left: calc(50vw*.40) solid transparent;
    border-right: calc(50vw*.40) solid transparent;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items span {
  display: block;
  padding-top: 15px;
  padding-bottom: 7px;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items p {
  display: block;
  text-align: left;
  margin: 0 auto;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(3) {
  padding-bottom: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(3)::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(3) li.section__Organizational-chart__chart__sub-items {
  font-weight: 400;
  position: relative;
  padding-bottom: 0;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(3) li.section__Organizational-chart__chart__sub-items::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(50vw*.18) solid transparent;
  border-right: calc(50vw*.18) solid transparent;
  border-top: 30px solid white;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) {
  background: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4)::before {
  content: none;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items {
  font-weight: 600;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items .p__wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 70%;
}
@media screen and (max-width: 1220px) {
  section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items .p__wrapper {
    width: 82%;
  }
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2) {
  width: calc(50% - 30px);
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2) span {
  display: inline-block;
  position: absolute;
  width: 50px;
  top: 0;
  right: 80%;
  bottom: 0;
  left: auto;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(4) ul.section__Organizational-chart__chart__sub-items__wrapper li.section__Organizational-chart__chart__sub-items:nth-of-type(2)::before {
  border-top: 31px solid transparent;
  border-right: 30px solid white;
  border-bottom: 31px solid transparent;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(5) {
  margin-top: 50px;
}
section.section__Organizational-chart .section__Organizational-chart__chart__container:nth-of-type(2) ul.section__Organizational-chart__chart__right li.section__Organizational-chart__chart__items:nth-of-type(5)::before {
  border-top: none;
  border-right: calc(50vw*.18) solid transparent solid transparent;
  border-bottom: 30px solid white;
  border-left: calc(50vw*.18) solid transparent solid transparent;
  top: -30px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}

section.section__public-information {
  padding-bottom: 90px;
}
@media screen and (max-width: 430px) {
  section.section__public-information h2.wp-block-heading.h2_en, section.section__public-information h2.wp-block-heading.h2_jp {
    width: 100%;
  }
}
section.section__public-information .overview__public-information__btns__container {
  width: 70%;
  padding-top: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  section.section__public-information .overview__public-information__btns__container {
    width: 100%;
  }
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper {
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns {
  display: block;
  width: 49%;
  margin-top: 20px;
}
@media screen and (max-width: 430px) {
  section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns {
    width: 100%;
  }
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns:nth-of-type(1), section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 430px) {
  section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns:nth-of-type(2) {
    margin-top: 20px;
  }
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container {
  display: block;
  position: relative;
  aspect-ratio: 1.5/1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container:hover > .overview__public-information__btn__titles::after {
  background-color: rgba(84, 123, 205, 0.9);
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container:hover > img {
  transform: scale(110%);
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 1;
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container .overview__public-information__btn__titles {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: auto;
  inset: 0;
  margin: auto;
  color: white;
  z-index: 5;
}
@media screen and (max-width: 430px) {
  section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container .overview__public-information__btn__titles {
    font-size: 20px;
  }
}
section.section__public-information .overview__public-information__btns__container .overview__public-information__btns__wrapper .overview__public-information__btns a.overview__public-information__imgs__container .overview__public-information__btn__titles::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  inset: 0;
  margin: auro;
  background-color: rgba(84, 123, 205, 0.6);
  transition: 0.3s;
  z-index: -1;
}

.tax__return__support__toc .toc .toc-content li o {
  display: none;
}

.section_top_summary {
  font-size: 20px;
  font-weight: 600;
}


.movie__wrapper {
  width: 80%;
  margin: 0 auto; /* 中央寄せ */
}

.movie__wrapper .video-container {
  position: unset;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 (9/16 * 100%) */
  overflow: hidden;
}

.movie__wrapper .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__wrapper .video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 480px) {
  .movie__wrapper .video-container .video {
    margin-top: 0;
  }
}



/* ---------------------
青年部 / 女性部
----------------------*/
.section__seinenbu--annual-fee {
  display: block;
  position: relative;
  width: 100vw;
  margin-top: 90px;
}
.section__seinenbu--annual-fee h2.h2_en {
  margin-top: 0;
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table {
  width: 100%;
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  color: black;
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
}
@media screen and (max-width: 430px) {
  .section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.section__seinenbu--annual-fee .section__seinenbu--annual-fee__wrapper figure table tbody tr td:nth-of-type(1) {
  color: white;
  background: #547bcd;
}

section.section_seinenbu--activities{
  width: 100%;
  height: auto;;
  padding-bottom: 100px;
  background-color: #1967d2;
}
section.section_seinenbu--activities > p{
  color: white;
  padding-top: 100px;
}
section.section_seinenbu--activities > h2{
  margin-bottom: 50px;
}
section.section_seinenbu--activities > h2 span{
  color: white;
}
section.section_seinenbu--activities .wp-block-columns{
  width: 80%;
  margin: 0 auto;
}
section.section_seinenbu--activities .wp-block-columns h3{
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-color: white;
}
section.section_seinenbu--activities .wp-block-columns h3 span{
  color: #dad74e;
}
section.section_seinenbu--activities .wp-block-columns p{
  color: white;
}
section.section_seinenbu--activities .wp-block-columns img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.section_seinenbu--activities .wp-block-columns .wp-block-column {
    padding-bottom: 30px;
  }
}
section.section_seinenbu--bebefits{
  width: 100%;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper {
  width: 80%;
  margin: 60px auto;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto 200px auto;
  /* padding-bottom: 30px; */
}
@media screen and (max-width: 430px) {
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p{
    padding-bottom: 40px;
  }
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(2){
  text-indent: 4em;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(3){
  text-indent: 8em;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(4){
  text-indent: 12em;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(5){
  text-indent: 16em;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(6){
  text-indent: 20em;
}
@media screen and (max-width: 1024px) {
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(2){
    text-indent: 0;
  }
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(3){
    text-indent: 0;
  }
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(4){
    text-indent: 0;
  }
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(5){
    text-indent: 0;
  }
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p:nth-of-type(6){
    text-indent: 0;
  }
}
@media screen and (max-width: 430px) {
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p {
    font-size: 18px;
    width: 100%;
  }
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper p span {
  font-size: 68px;
  font-weight: 400;
  color: #547bcd;
  font-style: italic;
  position: absolute;
  top: -57px;
  left: -50px;
}
@media screen and (max-width: 430px) {
  section.section_seinenbu--bebefits .order-numbers__comments__wrapper p span {
    font-size: 50px;
    top: -65px;
    left: 0px;
  }
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper .p__default {
  font-size: 16px;
  font-weight: 400;
}
section.section_seinenbu--bebefits .order-numbers__comments__wrapper .margin-bottom--30 {
  margin-bottom: 30px;
}
section.section__seinenbu--requirements{
  padding-bottom: 100px;
}
/* ---------- 申込フォーム ---------- */
section.section__seinenbu__form{
  width: 60%;
  margin-bottom: 100px;
  padding: 50px;
  background: rgba(0, 124, 186, .05);
}
@media screen and (max-width: 768px) {
  section.section__seinenbu__form{
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  section.section__seinenbu__form{
    width: 90%;
    padding: 25px;
  }
}
section.section__seinenbu__form .form-row br{
  display: none;
}
section.section__seinenbu__form .form-row label,
section.section__seinenbu__form .form-row .birth-date p{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section.section__seinenbu__form .form-row .birth-date span{
  padding-right: 10px;
}






.section__schedule {
  display: block;
  position: relative;
  width: 100vw;
  margin-top: 90px;
  padding-top: 50px;
  background: #424b8e;
}
.section__schedule h2.h2_en {
  margin-top: 0;
}
.section__schedule .section__schedule__cells__wrapper {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
}
.section__schedule .section__schedule__cells__wrapper figure table {
  width: 100%;
}
.section__schedule .section__schedule__cells__wrapper figure table tbody tr {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .section__schedule .section__schedule__cells__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__schedule .section__schedule__cells__wrapper figure table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  color: black;
}
.section__schedule .section__schedule__cells__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
}
@media screen and (max-width: 430px) {
  .section__schedule .section__schedule__cells__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.section__schedule .section__schedule__cells__wrapper figure table tbody tr td:nth-of-type(1) {
  color: white;
  background: #547bcd;
}

.section__howtobook__tel {
  font-size: 45px;
  font-weight: 700;
  color: #547bcd;
  line-height: 1;
  display: block;
  position: relative;
  width: 337px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .section__howtobook__tel {
    font-size: 30px;
    width: 240px;
  }
}
.section__howtobook__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: -50px;
  background: url("../img/icon_sp_bl.svg") no-repeat center/contain;
}
@media screen and (max-width: 430px) {
  .section__howtobook__tel::before {
    width: 30px;
    height: 30px;
    left: -30px;
  }
}

.section__howtobook__tell__time {
  font-size: 24px;
  font-weight: 600;
  width: 45%;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 1220px) {
  .section__howtobook__tell__time {
    width: 60%;
  }
}
@media screen and (max-width: 430px) {
  .section__howtobook__tell__time {
    font-size: 16px;
    width: 80%;
    padding-top: 30px;
  }
}

.section__howtobook__app-links {
  width: 80%;
  margin: 0 auto;
}
.section__howtobook__app-links .section__howtobook__app-link {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .section__howtobook__app-links .section__howtobook__app-link {
    padding: 0 !important;
  }
  .section__howtobook__app-links .section__howtobook__app-link:nth-of-type(2) {
    margin-top: 20px;
  }
}
.section__howtobook__app-links .section__howtobook__app-link .section__howtobook__app-link__img {
  width: 170px;
  height: auto;
  margin: 0 auto;
}

.section__flow {
  width: 100%;
}
.section__flow .section__flow__items__wrapper {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .section__flow .section__flow__items__wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .section__flow .section__flow__items__wrapper ul.section__flow__items {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 30px 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item {
    width: 100%;
    padding: 20px 30px;
  }
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::before {
  font-size: 68px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: #547bcd;
  position: absolute;
  top: 30px;
  left: 30px;
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(33vw*.9) solid transparent;
  border-right: calc(33vw*.9) solid transparent;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::after {
    border-left: calc(33vw*1.2) solid transparent;
    border-right: calc(33vw*1.2) solid transparent;
  }
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1) {
  background: rgba(84, 123, 205, 0.6);
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1)::before {
  content: "1";
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1)::after {
  border-top: 30px solid rgba(84, 123, 205, 0.6);
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2) {
  background: rgba(84, 123, 205, 0.8);
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2)::before {
  content: "2";
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2)::after {
  border-top: 30px solid rgba(84, 123, 205, 0.8);
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3) {
  background: #547bcd;
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3)::before {
  content: "3";
  color: #424b8e;
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3)::after {
  border: none;
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item .section__flow__heading {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 0 auto;
}
.section__flow .section__flow__items__wrapper ul.section__flow__items li.section__flow__item p {
  color: white;
  margin: 0 auto;
  padding-top: 30px;
}

.wp-block-columns--custom {
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 430px) {
  .wp-block-columns--custom {
    gap: 0 !important;
    width: 90%;
    padding-top: 50px;
  }
}
.wp-block-columns--custom p {
  text-indent: -1em;
  padding-left: 1em;
}

.wp-block-columns--custom--notop {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (max-width: 430px) {
  .wp-block-columns--custom--notop {
    gap: 0 !important;
  }
}
.wp-block-columns--custom--notop p {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 430px) {
  .wp-block-column--custom {
    padding: 0;
  }
}

.p__w70 {
  width: 70%;
  margin: 0 auto;
}

.p__w80 {
  width: 80%;
  margin: 0 auto;
}

.p__w80__pt90 {
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 430px) {
  .p__w80__pt90 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 430px) {
  body > main > div > div.wp-block-columns.wp-block-columns--custom--notop.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex {
    gap: 0 !important;
  }
}
body > main > div > div.wp-block-columns.wp-block-columns--custom--notop.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex p {
  text-indent: -1em;
  padding-left: 1em;
}

.softwares__toc li > ol ol {
  display: none;
}

.section__soft-handling__annual-fee__wrapper {
  display: block;
  position: relative;
  width: 100vw;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background: rgba(84, 123, 205, 0.2);
}
@media screen and (max-width: 430px) {
  .section__soft-handling__annual-fee__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section__soft-handling__annual-fee__wrapper figure {
  width: 80% !important;
  padding-top: 50px;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__annual-fee__wrapper figure {
    padding-top: 0;
  }
}
.section__soft-handling__annual-fee__wrapper figure table {
  width: 100% !important;
}
.section__soft-handling__annual-fee__wrapper figure table tbody tr {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__annual-fee__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__soft-handling__annual-fee__wrapper figure table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  color: black;
}
.section__soft-handling__annual-fee__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__annual-fee__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.section__soft-handling__annual-fee__wrapper figure table tbody tr td:nth-of-type(1) {
  color: white;
  background: #547bcd;
}

.section__soft-handling__feature__container {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container {
    padding: 0;
  }
}
.section__soft-handling__feature__container .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  width: 80%;
  margin: 50px auto 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container .wp-block-columns {
    margin-top: 20px;
    padding: 0;
  }
}
.section__soft-handling__feature__container .wp-block-columns:nth-of-type(2) {
  width: calc(80%*.6);
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container .wp-block-columns:nth-of-type(2) {
    width: 80%;
  }
}
.section__soft-handling__feature__container .wp-block-columns .wp-block-column {
  width: 30%;
  border-bottom: solid thin #547bcd;
}
.section__soft-handling__feature__container .wp-block-columns .wp-block-column p {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding: 40px 30px 20px 30px;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container .wp-block-columns .wp-block-column p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section__soft-handling__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 20px 0;
  background: #547bcd;
}
.section__soft-handling__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 50px;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #547bcd;
  z-index: 5;
}
.section__soft-handling__feature__container .width__adjustment {
  width: 70% !important;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container .width__adjustment {
    width: 80% !important;
  }
}
.section__soft-handling__feature__container .wp-block-columns__adjustment {
  width: 25% !important;
}
@media screen and (max-width: 430px) {
  .section__soft-handling__feature__container .wp-block-columns__adjustment {
    width: 80% !important;
  }
}

.section_top_paragraph {
  font-size: 16px;
  font-weight: 400;
  width: 80%;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .section_top_paragraph {
    width: 75%;
  }
}

.section__management-support__img {
  width: 65%;
  margin: 50px auto 0 auto;
}

.section__management-support__law-support__wrapper {
  display: block;
  position: relative;
  width: 100vw;
  margin: 0 auto;
}
.section__management-support__law-support__wrapper figure {
  width: 80% !important;
  padding-top: 50px;
}
.section__management-support__law-support__wrapper figure table {
  border-collapse: separate;
  width: 100% !important;
}
@media screen and (max-width: 430px) {
  .section__management-support__law-support__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__management-support__law-support__wrapper figure table tbody tr:first-child td:first-child {
  border-bottom: solid thin white;
}
.section__management-support__law-support__wrapper figure table tbody tr:nth-child(2) td:nth-child(2) {
  line-height: 1.5;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 430px) {
  .section__management-support__law-support__wrapper figure table tbody tr:nth-child(2) td:nth-child(2) {
    padding: 10px;
  }
}
.section__management-support__law-support__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
}
@media screen and (max-width: 430px) {
  .section__management-support__law-support__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.section__management-support__law-support__wrapper figure table tbody tr td:nth-of-type(1) {
  color: white;
  background: #547bcd;
}
@media screen and (max-width: 430px) {
  .section__management-support__law-support__wrapper figure table tbody tr td:nth-of-type(1) {
    width: 50%;
  }
}
.section__management-support__law-support__wrapper figure table tbody tr td:nth-of-type(2) {
  color: black;
}
@media screen and (max-width: 430px) {
  .section__management-support__law-support__wrapper figure table tbody tr td:nth-of-type(2) {
    line-height: 1.5;
  }
}
.section__management-support__law-support__wrapper p {
  font-weight: 300;
  line-height: 1.5;
  width: 80%;
  margin: 30px auto 0 auto;
}

.section__employee-benefits__list__wrapper {
  width: 100vw;
  margin: 150px auto 0 auto;
  padding-top: 50px;
  background: rgba(84, 123, 205, 0.2);
}
@media screen and (max-width: 430px) {
  .section__employee-benefits__list__wrapper {
    margin-top: 0;
  }
}
.section__employee-benefits__list__wrapper .wp-block-columns {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .section__employee-benefits__list__wrapper .wp-block-columns .wp-block-image {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 430px) {
  .section__employee-benefits__button {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .section__employee-benefits__button a.wp-block-button__link {
    width: 100% !important;
  }
}

@media screen and (max-width: 430px) {
  .section__employee-benefits__img-link .wp-block-column .wp-block-image a img {
    width: 200px;
    margin-bottom: 30px;
  }
}

.insurance__toc li ol {
  display: none;
}

.section__insurance__advantages__container .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  width: 80%;
  margin: 50px auto 0 auto;
  padding: 20px 0;
}
.section__insurance__advantages__container .wp-block-columns:nth-of-type(2) {
  width: calc(80%*.6);
}
@media screen and (max-width: 430px) {
  .section__insurance__advantages__container .wp-block-columns:nth-of-type(2) {
    width: 80%;
  }
}
.section__insurance__advantages__container .wp-block-columns .wp-block-column {
  width: 30%;
  border-bottom: solid thin #547bcd;
}
.section__insurance__advantages__container .wp-block-columns .wp-block-column p {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding: 40px 30px 20px 30px;
}
.section__insurance__advantages__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 20px 0;
  background: #547bcd;
}
@media screen and (max-width: 1220px) {
  .section__insurance__advantages__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
    font-size: 20px;
  }
}
.section__insurance__advantages__container .wp-block-columns .wp-block-column p:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 50px;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #547bcd;
  z-index: 5;
}
.section__insurance__advantages__container .wp-block-columns__adjustment {
  width: 25% !important;
}
@media screen and (max-width: 430px) {
  .section__insurance__advantages__container .wp-block-columns__adjustment {
    width: 80% !important;
  }
}

.section__insurance__fee__wrapper {
  width: 80%;
  margin: 0 auto;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper {
  width: 100%;
}
@media screen and (max-width: 430px) {
  .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper {
    width: 100%;
  }
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns {
  margin-top: 30px;
  gap: 0;
}
@media screen and (max-width: 430px) {
  .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
  }
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column {
  position: relative;
  border: solid thin #424b8e;
}
@media screen and (max-width: 430px) {
  .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column {
    flex-basis: 100%;
  }
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-table, .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(3) .wp-block-table {
  width: 100%;
  height: 75%;
}
@media screen and (max-width: 430px) {
  .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-table, .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(3) .wp-block-table {
    height: auto;
  }
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-table table, .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(3) .wp-block-table table {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(1) .wp-block-table table tbody, .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-column:nth-of-type(3) .wp-block-table table tbody {
  margin: 0 auto;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns p {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: solid thin #424b8e;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns p.section__insurance__fee__chart-heading {
  font-weight: 500;
  color: white;
  padding: 20px 0;
  background: #424b8e;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table {
  width: 100%;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table {
  margin: 0 auto;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody:nth-of-type(1), .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody:nth-of-type(3) {
  width: 80%;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody:nth-of-type(1) tr td, .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody:nth-of-type(3) tr td {
  width: 50%;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody tr {
  background: none;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody tr:nth-of-type(1) td {
  color: black;
}
.section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 430px) {
  .section__insurance__fee__wrapper .section__insurance__fee__table__wrapper .wp-block-columns .wp-block-table table tbody tr td {
    font-size: 16px;
  }
}

.section__insurance__ole-proprietor__fee__wrapper {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
.section__insurance__ole-proprietor__fee__wrapper figure table {
  width: 100%;
}
.section__insurance__ole-proprietor__fee__wrapper figure table tbody tr {
  display: flex;
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__fee__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__insurance__ole-proprietor__fee__wrapper figure table tbody tr:nth-of-type(1) {
  color: white;
  background-color: #424b8e;
}
.section__insurance__ole-proprietor__fee__wrapper figure table tbody tr:nth-of-type(1)::before {
  content: "+";
  color: white;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 5%;
  left: 0;
  margin: auto;
  background: #547bcd;
  border-radius: 50px;
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__fee__wrapper figure table tbody tr:nth-of-type(1)::before {
    padding-top: -3px;
    padding-left: 4px;
    font-size: 35px;
    width: 32px;
  }
}
.section__insurance__ole-proprietor__fee__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__fee__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

.section__insurance__ole-proprietor__annual-fee__wrapper {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__annual-fee__wrapper {
    margin-left: 10%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column {
    flex-basis: 100%;
    width: 100%;
  }
}
.section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table {
  width: 100%;
}
.section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table tbody tr {
  display: flex;
}
.section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table tbody tr:nth-of-type(1) {
  color: white;
  text-align: center;
  background-color: #424b8e;
}
.section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table tbody tr:not(:first-child) {
  text-align: right;
}
.section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .section__insurance__ole-proprietor__annual-fee__wrapper .wp-block-columns .wp-block-column figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 50%;
    padding: 10px;
  }
}

.business__registration__toc li ol {
  display: none;
}

.sign-up__toc li ol {
  display: none;
}

.section__sign-up__annual-fee__wrapper {
  display: block;
  position: relative;
  width: 100vw;
  margin: 90px auto 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(84, 123, 205, 0.2);
}
.section__sign-up__annual-fee__wrapper p {
  font-weight: 300;
  width: 80%;
  margin: 0 auto;
}
.section__sign-up__annual-fee__wrapper p.p__w80 {
  font-size: 22px;
  font-weight: 600;
  color: #547bcd;
  line-height: 1;
  padding-left: 15px;
  border-left: solid thin black;
}
@media screen and (max-width: 430px) {
  .section__sign-up__annual-fee__wrapper p.p__w80 {
    line-height: 1.3;
  }
}
.section__sign-up__annual-fee__wrapper figure {
  width: 80% !important;
  padding-top: 50px;
}
.section__sign-up__annual-fee__wrapper figure table {
  width: 100% !important;
}
.section__sign-up__annual-fee__wrapper figure table tbody tr {
  display: flex;
  margin-bottom: 30px;
}
.section__sign-up__annual-fee__wrapper figure table tbody tr:nth-of-type(1) td:nth-of-type(2) {
  color: black;
}
@media screen and (max-width: 430px) {
  .section__sign-up__annual-fee__wrapper figure table tbody tr {
    flex-wrap: wrap;
  }
}
.section__sign-up__annual-fee__wrapper figure table tbody tr td {
  font-size: 20px;
  font-weight: 500;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: white;
}
@media screen and (max-width: 430px) {
  .section__sign-up__annual-fee__wrapper figure table tbody tr td {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
  }
}
.section__sign-up__annual-fee__wrapper figure table tbody tr td:nth-of-type(1) {
  color: white;
  background: #547bcd;
}

@media screen and (max-width: 430px) {
  .wp-block-button__sign-up {
    width: 80%;
  }
}

.what__tax__toc li ol {
  display: none;
}

.what__tax__filling li ol {
  display: none;
}

.section__tax__calc {
  position: relative;
}

.section__tax__calc__orders {
  font-size: 68px;
  font-weight: 400;
  position: absolute;
  color: #547bcd;
  font-style: italic;
  top: 42px;
  left: 6%;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .section__tax__calc__orders {
    top: 15px;
    left: 10%;
  }
}

.section__blue-tax-filling__deduction__img .wp-block-columns .wp-block-column {
  flex-basis: unset;
}
.section__blue-tax-filling__deduction__img .wp-block-columns .wp-block-column:nth-of-type(1) {
  width: 30%;
}
.section__blue-tax-filling__deduction__img .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: 70%;
}

.section__blue-tax-filling__deduction {
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.section__special__deduction__advantages {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 25px 0;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages .heading__orders {
    top: 15px;
  }
}
.section__special__deduction__advantages h5 {
  width: 70%;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages h5 {
    font-size: 20px;
  }
}
.section__special__deduction__advantages div.flex__img {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages div.flex__img {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages div.flex__img figure.wp-block-image {
    margin-bottom: 10px;
  }
}
.section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(1) {
  width: 65%;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(1) {
    width: 100%;
  }
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(1) img {
    max-height: 80px;
  }
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(2) {
    width: 40px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(2) img {
    max-height: 40px;
  }
}
.section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(3) {
  width: 25%;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(3) {
    width: 100%;
  }
  .section__special__deduction__advantages div.flex__img figure.wp-block-image:nth-of-type(3) img {
    max-height: 100px;
    margin: 0 auto;
  }
}
.section__special__deduction__advantages .hidden__tables {
  display: hidden;
  margin: 0 auto;
  width: 80%;
  height: 0;
  opacity: 0;
}
.section__special__deduction__advantages .hidden__tables.active {
  display: block;
  height: auto;
  opacity: 1;
}
.section__special__deduction__advantages .annual-results {
  font-size: 26px;
  font-weight: 500;
  color: white;
  width: 80%;
  margin: 0 auto;
  padding: 10px 50px;
  background: #547bcd;
  border-radius: 50px;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages .annual-results {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages .annual-results > span {
    display: block;
  }
}
.section__special__deduction__advantages .annual-results > span span {
  font-size: 36px;
  color: #dad74e;
}
.section__special__deduction__advantages .annual-results > span span:nth-of-type(2) {
  font-size: 26px;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages .annual-results > span span:nth-of-type(2) {
    text-align: left;
    width: 20%;
  }
}

.section__special__deduction__advantages__table {
  width: 80%;
  margin: 30px auto;
}

.section__special__deduction__advantages__wrapper {
  width: 80%;
  margin: 60px auto;
}
.section__special__deduction__advantages__wrapper p {
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages__wrapper p {
    font-size: 18px;
    width: 100%;
  }
}
.section__special__deduction__advantages__wrapper p:nth-of-type(6) {
  font-size: 16px;
  font-weight: 400;
}
.section__special__deduction__advantages__wrapper p span {
  font-size: 68px;
  font-weight: 400;
  color: #547bcd;
  font-style: italic;
  position: absolute;
  top: -57px;
  left: -50px;
}
@media screen and (max-width: 430px) {
  .section__special__deduction__advantages__wrapper p span {
    font-size: 50px;
    top: -65px;
    left: 0px;
  }
}
.section__special__deduction__advantages__wrapper .p__default {
  font-size: 16px;
  font-weight: 400;
}
.section__special__deduction__advantages__wrapper .margin-bottom--30 {
  margin-bottom: 30px;
}

.special__deduction__toc li:nth-child(3), .special__deduction__toc li:nth-child(4), .special__deduction__toc li:nth-child(5), .special__deduction__toc li:nth-child(6), .special__deduction__toc li:nth-child(7) {
  display: none;
}
.special__deduction__toc li ol {
  display: none;
}

.invoice__toc li ol {
  display: none;
}

@media screen and (max-width: 430px) {
  h1:has(+ .h1_en__sm-policy) {
    font-size: 22px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 430px) {
  .h1_en__sm-policy {
    line-height: 1.2;
  }
}

@media screen and (max-width: 430px) {
  h1:has(+ .h1_en__mn-policy) {
    font-size: 22px;
  }
}

@media screen and (max-width: 430px) {
  .h1_en__mn-policy {
    line-height: 1.2;
  }
}

form.wpcf7-form p {
  margin-top: 30px;
}
form.wpcf7-form p.p__txt {
  margin-top: 0;
  margin-bottom: 10px;
}
form.wpcf7-form p.p__txt__fw500 {
  font-weight: 500;
  margin-bottom: 10px;
}
form.wpcf7-form label {
  font-size: 20px;
  padding-bottom: 15px;
}
form.wpcf7-form div.preference__date p {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-end;
}
form.wpcf7-form div.preference__date p span {
  display: block;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
form.wpcf7-form div.preference__date p span:nth-child(1) {
  width: 100%;
  height: 30px;
  margin-top: 0;
}
form.wpcf7-form div.preference__date p span:nth-child(2) {
  margin-top: 0;
}
form.wpcf7-form div.preference__date p span:not(:nth-child(1), :nth-child(2)) {
  width: 100px;
}
form.wpcf7-form div.preference__date p span select {
  height: 50px;
}

input[type=submit].wpcf7-form-control {
  font-size: 20px;
  font-weight: 600;
  color: white;
  letter-spacing: 10px;
  margin-top: 30px;
  padding: 15px;
  background: rgba(66, 75, 142, 0.7);
  border: none;
  border-radius: 50px;
  transition: 0.3s;
}
input[type=submit].wpcf7-form-control:hover {
  background: #424b8e;
}

.jobcan_toc > div > div > ol > li > ol {
  display: none;
}

/* --------------------------------------
  ジョブカン お申込フォーム - 青年部/女性部url
  "青年部又は女性部の割引を利用する"下のリンク
---------------------------------------*/
.form__jobcan__url--seinen-jyosei{
  width: 100%;
}
.form__jobcan__url--seinen-jyosei > p{
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}
.form__jobcan__url--seinen-jyosei p a{
  margin-left: 1em;
  padding: 10px;
  cursor: pointer;
}

@media screen and (max-width: 430px) {
  .contents_wrap:has(.section__tsukaeru) .page__h1 {
    font-size: 24px;
  }
}

div.section__tsukaeru {
  width: 80%;
  margin: 0 auto;
}

div.section__tsukaeru__title {
  color: #547bcd;
  line-height: 1.2;
  padding-top: 65px;
}
@media screen and (max-width: 430px) {
  div.section__tsukaeru__title {
    padding-top: 0;
  }
}
div.section__tsukaeru__title .wp-block-image img {
  width: 100%;
  margin: 0 auto;
}
div.section__tsukaeru__title > span {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 5px;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  div.section__tsukaeru__title > span {
    font-size: 25px;
  }
}
div.section__tsukaeru__title > span:nth-child(1), div.section__tsukaeru__title > span:nth-child(2) {
  font-size: 65px;
  color: #424b8e;
  width: 100%;
}
@media screen and (max-width: 960px) {
  div.section__tsukaeru__title > span:nth-child(1), div.section__tsukaeru__title > span:nth-child(2) {
    line-height: 1.5;
  }
}
@media screen and (max-width: 430px) {
  div.section__tsukaeru__title > span:nth-child(1), div.section__tsukaeru__title > span:nth-child(2) {
    font-size: 30px;
    line-height: 1.5;
  }
}
div.section__tsukaeru__title > span:nth-child(4) {
  font-size: 65px;
}
@media screen and (max-width: 430px) {
  div.section__tsukaeru__title > span:nth-child(4) {
    font-size: 30px;
  }
}

.section__tsukaeru__feature__container .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__feature__container .wp-block-columns {
    margin-top: 0;
  }
}
.section__tsukaeru__feature__container .wp-block-columns:nth-of-type(2) {
  width: calc(80%*.6);
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__feature__container .wp-block-columns:nth-of-type(2) {
    width: 80%;
  }
}
.section__tsukaeru__feature__container .wp-block-columns .wp-block-column {
  width: 30%;
  border-bottom: solid thin #547bcd;
}
.section__tsukaeru__feature__container .wp-block-columns .wp-block-column p {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding: 40px 30px 20px 30px;
}
@media screen and (max-width: 960px) {
  .section__tsukaeru__feature__container .wp-block-columns .wp-block-column p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section__tsukaeru__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 20px 0;
  background: #547bcd;
}
@media screen and (max-width: 960px) {
  .section__tsukaeru__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
    font-size: 22px;
  }
}
.section__tsukaeru__feature__container .wp-block-columns .wp-block-column p:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 50px;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #547bcd;
  z-index: 5;
}

.section__tsukaeru__content__container h2, .section__tsukaeru__content__container h3, .section__tsukaeru__content__container h4 {
  width: 100%;
}
.section__tsukaeru__content__container h2:nth-child(41)::after {
  content: "※インターネット環境必須";
  font-size: 14px;
  font-weight: 300;
  color: black;
}
.section__tsukaeru__content__container h3 {
  margin-top: 50px;
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__content__container h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__content__container h3:nth-child(42) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .section__tsukaeru__content__container h4 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.section__tsukaeru__content__container p {
  font-weight: 400;
}
.section__tsukaeru__content__container .wp-block-table table.table__top-left-headings {
  width: 100% !important;
}
.section__tsukaeru__content__container .wp-block-table table.table__top-left-headings tbody tr th, .section__tsukaeru__content__container .wp-block-table table.table__top-left-headings tbody tr td {
  width: 33.33%;
  padding: 15px;
}
.section__tsukaeru__content__container .wp-block-table table.table__top-left-headings tbody tr td {
  text-align: center;
}
.section__tsukaeru__content__container .wp-block-table table.table__top-left-headings tbody tr:first-child th {
  color: white;
}

ul.section__tsukaeru__fee-ad__container {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  background: rgba(84, 123, 205, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container {
    padding-right: 31px;
    padding-left: 31px;
  }
}
ul.section__tsukaeru__fee-ad__container li {
  font-size: 25px;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li {
    font-size: 16px;
  }
}
ul.section__tsukaeru__fee-ad__container li .tax {
  font-size: 14px;
}
ul.section__tsukaeru__fee-ad__container li:nth-child(2) {
  font-size: 36px;
  text-align: left;
  line-height: 1.7rem;
  letter-spacing: 0.2rem;
  color: red;
  display: inline-block;
  margin: 50px auto;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(2) {
    font-size: 22px;
    line-height: 2.3;
    margin: 30px auto;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(2) span {
  font-size: 25px;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(2) span {
    font-size: 22px;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(2) span:first-child {
  font-size: 36px;
  line-height: 0;
  text-align: left;
  display: block;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(2) span:first-child {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: -40px;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(2) span.font_xl {
  font-size: 80px;
  font-weight: 700;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(2) span.font_xl {
    font-size: 52px;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(3) {
  font-size: 22px;
  letter-spacing: 0.2rem;
  line-height: 2.2rem;
  display: inline-block;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(3) {
    font-size: 18px;
    text-align: left;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(3) span {
  line-height: 0;
}
ul.section__tsukaeru__fee-ad__container li:nth-child(3) span:first-child {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  line-height: 0.6rm;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: -26px;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(3) span:first-child {
    font-size: 18px;
  }
}
ul.section__tsukaeru__fee-ad__container li:nth-child(3) span:nth-of-type(2) {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__fee-ad__container li:nth-child(3) span:nth-of-type(2) {
    font-size: 35px;
  }
}

ul.section__tsukaeru__seinen-josei__wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__seinen-josei__wrapper {
    padding: 0;
  }
}
ul.section__tsukaeru__seinen-josei__wrapper li {
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__seinen-josei__wrapper li {
    font-size: 16px;
  }
}
ul.section__tsukaeru__seinen-josei__wrapper li:nth-of-type(2) {
  font-size: 22px;
  font-weight: 600;
  color: red;
}
@media screen and (max-width: 430px) {
  ul.section__tsukaeru__seinen-josei__wrapper li:nth-of-type(2) {
    font-size: 18px;
  }
}
ul.section__tsukaeru__seinen-josei__wrapper li a {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: solid thin rgba(84, 123, 205, 0);
}
ul.section__tsukaeru__seinen-josei__wrapper li a:hover {
  color: #547bcd;
  border-bottom: solid thin #547bcd;
}

.section__tsukaeru__arrow--down.arrow--down {
  margin: 30px auto;
  background: #dad74e;
}

.submit-documents-online-ex__container .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  width: 80%;
  margin: 20px auto 0 auto;
  padding: 20px 0;
}
.submit-documents-online-ex__container .wp-block-columns:nth-of-type(2) {
  width: calc(80%*.6);
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .wp-block-columns:nth-of-type(2) {
    width: 80%;
  }
}
.submit-documents-online-ex__container .wp-block-columns .wp-block-column {
  width: 30%;
  border-bottom: solid thin #547bcd;
}
.submit-documents-online-ex__container .wp-block-columns .wp-block-column p {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: 100%;
  padding: 40px 30px 20px 30px;
}
.submit-documents-online-ex__container .wp-block-columns .wp-block-column p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding: 20px 0;
  background: #547bcd;
}
.submit-documents-online-ex__container .wp-block-columns .wp-block-column p:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 50px;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #547bcd;
  z-index: 5;
}
.submit-documents-online-ex__container .width__adjustment {
  width: 70% !important;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .width__adjustment {
    width: 80% !important;
  }
}
.submit-documents-online-ex__container .wp-block-columns__adjustment {
  width: 25% !important;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .wp-block-columns__adjustment {
    width: 80% !important;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper {
  width: 80%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items {
    width: 100%;
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 30px 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item {
    width: 100%;
    padding: 20px 30px;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::before {
  font-size: 68px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: #547bcd;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::before {
    font-size: 55px;
    top: 10px;
    left: 10px;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: calc(33vw*.9) solid transparent;
  border-right: calc(33vw*.9) solid transparent;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item::after {
    border-left: calc(33vw*1.2) solid transparent;
    border-right: calc(33vw*1.2) solid transparent;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1) {
  background: rgba(84, 123, 205, 0.6);
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1)::before {
  content: "1";
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(1)::after {
  border-top: 30px solid rgba(84, 123, 205, 0.6);
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2) {
  background: rgba(84, 123, 205, 0.8);
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2)::before {
  content: "2";
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(2)::after {
  border-top: 30px solid rgba(84, 123, 205, 0.8);
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3) {
  background: #547bcd;
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3)::before {
  content: "3";
  color: #424b8e;
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item:nth-of-type(3)::after {
  border: none;
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item .section__flow__heading {
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item .section__flow__heading {
    font-size: 20px;
  }
}
.submit-documents-online-ex__container .section__flow__items__wrapper ul.section__flow__items li.section__flow__item p {
  color: white;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (max-width: 430px) {
  #contact_section01 {
    width: 100% !important;
  }
}
#contact_section01 .paragraphs--ul {
  padding: 0;
}

@media screen and (max-width: 430px) {
  #contact_section02 {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  form.wpcf7-form {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date {
    display: block;
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date:nth-of-type(3) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date p {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date p span {
    height: 50px;
    margin: 10px 0;
  }
}
form.wpcf7-form div.preference__date p span input[type=date] {
  color: black;
  background: white;
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date p span input[type=date] {
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
  }
}
form.wpcf7-form div.preference__date p span select {
  color: black;
  background: white;
}
@media screen and (max-width: 430px) {
  form.wpcf7-form div.preference__date p span:nth-of-type(2) {
    width: 100%;
  }
}

.article-footer,
#breadcrumb {
  display: none;
}