@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.service_nav
------------------------------ */
.service_nav {
  padding: 30px 0 50px;
  background: #D5DAEA;
}
.service_nav .service_nav_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.service_nav .service_nav_ttl .en {
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .service_nav .service_nav_ttl .en {
    font-size: 1.8rem;
  }
}
.service_nav .service_nav_ttl .ttl_txt {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #333;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service_nav .service_nav_ttl .ttl_txt {
    font-size: 1.6rem;
  }
}
.service_nav .service_nav_list {
  display: flex;
  justify-content: center;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .service_nav .service_nav_list {
    flex-direction: column;
    gap: 15px 0;
  }
}
.service_nav .service_nav_list .btn {
  flex: 1;
}
.service_nav .service_nav_list .btn a {
  width: 100%;
  height: 70px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service_nav .service_nav_list .btn a {
    height: 45px;
    font-size: 1.5rem;
  }
}
.service_nav .service_nav_list .btn.current a {
  opacity: 1;
  background: #fff;
  color: #4A5771;
}
.service_nav .service_nav_list .btn.current a .arw {
  background: url(../img/common/ico_arw05.svg) no-repeat center center;
  background-size: 100%;
}

/* ------------------------------
	.service
------------------------------ */
.service {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 50px 0 0;
  }
}
.service .lead {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .service .lead {
    padding: 0 0 50px;
  }
}
.service .lead .mid_ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .service .lead .mid_ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .service .lead .mid_ttl {
    margin-bottom: 20px;
  }
}
.service .service_info {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .service .service_info {
    padding: 50px 0;
  }
}
.service .service_info .service_info_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box {
    flex-direction: column;
  }
}
.service .service_info .service_info_box + .service_info_box {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box + .service_info_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box .txt_box {
    order: 2;
  }
}
.service .service_info .service_info_box .txt_box .mid_ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .service .service_info .service_info_box .txt_box .mid_ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box .txt_box .mid_ttl {
    margin-bottom: 10px;
  }
}
.service .service_info .service_info_box .txt_box .btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box .txt_box .btn {
    margin-top: 20px;
  }
}
.service .service_info .service_info_box .img_box {
  flex-shrink: 0;
  width: 352px;
  padding-top: 30px;
  margin-left: 63px;
}
@media screen and (max-width: 768px) {
  .service .service_info .service_info_box .img_box {
    order: 1;
    width: 100%;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* ------------------------------
	.service_details
------------------------------ */
.service_details {
  padding-top: 20px;
}
.service_details .str_ttl {
  color: #1C2D4D;
}
.service_details .str_ttl .line::before {
  background: #1C2D4D;
}
.service_details .lead {
  padding: 50px 0;
  background: #F5F7FD;
}
@media screen and (max-width: 768px) {
  .service_details .lead {
    padding: 30px 0;
  }
}
.service_details .lead .lead_list li {
  padding-left: 40px;
  background: url(../img/service/ico_check01.svg) no-repeat left 4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service_details .lead .lead_list li {
    padding-left: 20px;
    font-size: 1.6rem;
    background-size: 15px;
  }
}
.service_details .lead .lead_list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service_details .lead .lead_list li + li {
    margin-top: 10px;
  }
}
.service_details .flow {
  padding: 65px 0 75px;
  background: #F5F7FD;
}
@media screen and (max-width: 768px) {
  .service_details .flow {
    padding: 30px 0 50px;
  }
}
.service_details .flow .str_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service_details .flow .str_ttl {
    margin-bottom: 30px;
  }
}
.service_details .flow .flow_list .flow_box {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 108px;
  padding: 24px 0;
  background: #fff;
  border: 1px solid #243396;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box {
    min-height: 80px;
    padding: 15px 0;
  }
}
.service_details .flow .flow_list .flow_box + .flow_box {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box + .flow_box {
    margin-top: 50px;
  }
}
.service_details .flow .flow_list .flow_box::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin: auto;
  content: "";
  display: block;
  width: 40px;
  height: 90px;
  background: url(../img/service/ico_flow01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box::before {
    bottom: -50px;
    width: 25px;
    height: 50px;
  }
}
.service_details .flow .flow_list .flow_box:last-child::before {
  display: none;
}
.service_details .flow .flow_list .flow_box .step {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 220px;
  padding-left: 27px;
  margin-right: 35px;
  border-right: 1px solid #243396;
  font-weight: 600;
  font-size: 3.2rem;
  color: #243396;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box .step {
    width: 100px;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 1.8rem;
  }
}
.service_details .flow .flow_list .flow_box .step .num {
  margin-left: 10px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box .step .num {
    margin-left: 5px;
    font-size: 2.4rem;
  }
}
.service_details .flow .flow_list .flow_box .txt {
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service_details .flow .flow_list .flow_box .txt {
    font-size: 1.6rem;
  }
}
.service_details .faq {
  padding: 65px 0 110px;
}
@media screen and (max-width: 768px) {
  .service_details .faq {
    padding: 30px 0 50px;
  }
}
.service_details .faq .faq_box {
  padding: 35px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .service_details .faq .faq_box {
    padding: 20px 0;
  }
}
.service_details .faq .faq_box .faq_ttl,
.service_details .faq .faq_box .faq_txt {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .service_details .faq .faq_box .faq_ttl,
  .service_details .faq .faq_box .faq_txt {
    padding-left: 30px;
  }
}
.service_details .faq .faq_box .faq_ttl .ico,
.service_details .faq .faq_box .faq_txt .ico {
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-left: 1px;
  padding-bottom: 2px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service_details .faq .faq_box .faq_ttl .ico,
  .service_details .faq .faq_box .faq_txt .ico {
    top: 2px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}
.service_details .faq .faq_box .faq_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service_details .faq .faq_box .faq_ttl {
    margin-bottom: 10px;
  }
}
.service_details .faq .faq_box .faq_ttl .ico {
  background: #1C2D4D;
}
.service_details .faq .faq_box .faq_txt .ico {
  background: #00BDB7;
}
.service_details .faq .faq_box .ttl,
.service_details .faq .faq_box .txt {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service_details .faq .faq_box .ttl,
  .service_details .faq .faq_box .txt {
    font-size: 1.6rem;
  }
}
.service_details .faq .faq_box .ttl {
  font-weight: bold;
}
.service_details .faq .faq_box .l1 {
  padding-left: 1em;
  text-indent: -1em;
}
.service_details .faq .faq_box a {
  color: #EB5504;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .service_details .faq .faq_box a:hover {
    text-decoration: none;
  }
}

/* ------------------------------
	.inheritance
------------------------------ */
.inheritance {
  padding: 35px 0 110px;
}
@media screen and (max-width: 768px) {
  .inheritance {
    padding: 50px 0;
  }
}
.inheritance .bg_ttl {
  margin: 40px 0 35px;
}
@media screen and (max-width: 768px) {
  .inheritance .bg_ttl {
    margin: 30px 0 20px;
  }
}
.inheritance .box + .box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .inheritance .box + .box {
    margin-top: 30px;
  }
}
.inheritance .box .ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .inheritance .box .ttl {
    font-size: 1.6rem;
  }
}

/* ------------------------------
	.management
------------------------------ */
.management {
  padding: 65px 0 120px;
}
@media screen and (max-width: 768px) {
  .management {
    padding: 50px 0;
  }
}
.management .management_wrap .management_ttl {
  margin-bottom: 50px;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_ttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.management .management_wrap .management_list {
  display: flex;
  gap: 0 23px;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list {
    flex-direction: column;
    gap: 40px 0;
  }
}
.management .management_wrap .management_list .management_box {
  flex: 1;
}
.management .management_wrap .management_list .management_box .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list .management_box .img_box {
    height: auto;
    margin-bottom: 25px;
  }
}
.management .management_wrap .management_list .management_box .txt_box {
  min-height: 400px;
  padding: 25px 20px;
  background: #F8F8F8;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list .management_box .txt_box {
    min-height: 0;
  }
}
.management .management_wrap .management_list .management_box .txt_box .ttl_box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list .management_box .txt_box .ttl_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.management .management_wrap .management_list .management_box .txt_box .ttl {
  min-height: 3em;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list .management_box .txt_box .ttl {
    min-height: 0;
    font-size: 1.8rem;
  }
}
.management .management_wrap .management_list .management_box .txt_box .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .management .management_wrap .management_list .management_box .txt_box .txt {
    font-size: 1.4rem;
  }
}
.management .case {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .management .case {
    margin-top: 50px;
  }
}
.management .case .black_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .management .case .black_ttl {
    margin-bottom: 20px;
  }
}
.management .case .mid_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .management .case .mid_ttl {
    margin-bottom: 20px;
  }
}
.management .case .case_txt {
  margin-top: 35px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .management .case .case_txt {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.management .case .case_txt .line {
  display: inline;
  background: linear-gradient(transparent 98%, #707070 0%);
}
.management .case .case_list {
  position: relative;
  display: flex;
  padding-bottom: 62px;
  gap: 0 27px;
}
@media screen and (max-width: 768px) {
  .management .case .case_list {
    flex-direction: column;
    gap: 27px 0;
  }
}
.management .case .case_list::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 23px;
  height: 52px;
  background: url(../img/service/management/ico_case02.svg) no-repeat center bottom;
  background-size: 100%;
}
.management .case .case_list .case_box {
  flex: 1;
  position: relative;
  padding: 30px 18px;
  background: #FDF8F5;
  border: 3px solid #FFC5A5;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .management .case .case_list .case_box {
    padding: 20px 18px;
  }
}
.management .case .case_list .case_box::before {
  position: absolute;
  top: 0;
  right: -29px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background: url(../img/service/management/ico_case01.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .management .case .case_list .case_box::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -27px;
    transform: rotate(90deg);
  }
}
.management .case .case_list .case_box:last-child::before {
  display: none;
}
.management .case .case_list .case_box .ttl_box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .management .case .case_list .case_box .ttl_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.management .case .case_list .case_box .ttl {
  min-height: 3em;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .management .case .case_list .case_box .ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .management .case .case_list .case_box .ttl {
    min-height: 0;
    font-size: 1.8rem;
  }
}
.management .case .case_list .case_box .txt {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .management .case .case_list .case_box .txt {
    font-size: 1.4rem;
  }
}
.management .management_table_box {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .management .management_table_box {
    margin-top: 50px;
  }
}
.management .management_table_box .black_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .management .management_table_box .black_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .management .management_table_box .management_table_wrap {
    overflow: auto;
  }
}
.management .management_table_box .management_table_wrap .management_table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .management .management_table_box .management_table_wrap .management_table {
    width: 1000px;
  }
}
.management .management_table_box .management_table_wrap .management_table th,
.management .management_table_box .management_table_wrap .management_table td {
  padding: 30px 20px;
  background: #fff;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  font-size: 1.6rem;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .management .management_table_box .management_table_wrap .management_table th,
  .management .management_table_box .management_table_wrap .management_table td {
    padding: 20px 15px;
    font-size: 1.4rem;
  }
}
.management .management_table_box .management_table_wrap .management_table th {
  font-weight: 600;
  background: #FDF8F5;
}
.management .management_table_box .management_table_wrap .management_table td {
  font-weight: 500;
}
.management .management_table_box .management_table_wrap .management_table tr > *:last-child {
  border-right: 1px solid #707070;
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > * {
  padding: 20px 20px;
  border-top: 1px solid #707070;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .management .management_table_box .management_table_wrap .management_table tr:first-child > * {
    padding: 15px 15px;
    font-size: 1.8rem;
  }
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > *:not(:first-child) {
  background: #F5F7FD;
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > *:first-child {
  width: 16%;
  border-radius: 5px 0 0 0;
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > *:last-child {
  border-radius: 0 5px 0 0;
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > *:nth-child(2) {
  width: 30%;
}
.management .management_table_box .management_table_wrap .management_table tr:first-child > *:nth-child(3), .management .management_table_box .management_table_wrap .management_table tr:first-child > *:nth-child(4) {
  width: 27%;
}
.management .management_table_box .management_table_wrap .management_table tr:last-child > *:first-child {
  border-radius: 0 0 0 5px;
}
.management .management_table_box .management_table_wrap .management_table tr:last-child > *:last-child {
  border-radius: 0 0 5px 0;
}

/* ------------------------------
	.fiscal
------------------------------ */
@media screen and (min-width: 769px) {
  .page_head .page_ttl.page_fiscal .ttl_txt {
    position: absolute;
    top: 0;
    left: 570px;
  }
}

@media screen and (min-width: 769px) {
  .page-id-164 .page_head .page_ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 570px;
  }
}

.fiscal {
  padding: 65px 0 120px;
}
@media screen and (max-width: 768px) {
  .fiscal {
    padding: 50px 0;
  }
}
.fiscal .fiscal_wrap .bg_ttl {
  margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_wrap .bg_ttl {
    margin: 30px 0 20px;
  }
}
.fiscal .fiscal_wrap .fiscal_box_wrap {
  border: 1px solid #707070;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_wrap .fiscal_box_wrap {
    margin-bottom: 30px;
  }
}
.fiscal .fiscal_wrap .fiscal_box {
  display: flex;
}
.fiscal .fiscal_wrap .fiscal_box + .fiscal_box {
  border-top: 1px solid #707070;
}
.fiscal .fiscal_wrap .fiscal_box:first-child .ttl,
.fiscal .fiscal_wrap .fiscal_box:first-child .txt {
  padding: 10px;
  text-align: center;
  justify-content: center;
  background: #F5F7FD;
  font-weight: bold;
}
.fiscal .fiscal_wrap .fiscal_box .ttl,
.fiscal .fiscal_wrap .fiscal_box .txt {
  padding: 20px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_wrap .fiscal_box .ttl,
  .fiscal .fiscal_wrap .fiscal_box .txt {
    padding: 10px;
  }
}
.fiscal .fiscal_wrap .fiscal_box .ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 340px;
  border-right: 1px solid #707070;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_wrap .fiscal_box .ttl {
    width: 110px;
  }
}
.fiscal .fiscal_wrap .fiscal_box .txt {
  width: 100%;
}
.fiscal .demerit {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit {
    margin-top: 50px;
  }
}
.fiscal .demerit .demerit_ttl {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit .demerit_ttl {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.fiscal .demerit .demerit_box {
  position: relative;
  display: flex;
  align-items: center;
  height: 130px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit .demerit_box {
    height: auto;
    padding: 20px 0;
  }
}
.fiscal .demerit .demerit_box .demerit_num {
  flex-shrink: 0;
  width: 140px;
  font-weight: 600;
  font-size: 7rem;
  color: #E62F0D;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit .demerit_box .demerit_num {
    width: 60px;
    font-size: 3rem;
  }
}
.fiscal .demerit .demerit_box .demerit_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit .demerit_box .demerit_txt {
    font-size: 1.8rem;
  }
}
.fiscal .demerit .txt {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .fiscal .demerit .txt {
    margin-top: 30px;
  }
}
.fiscal .fiscal_table_box {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box {
    margin-top: 50px;
  }
}
.fiscal .fiscal_table_box .bg_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box .bg_ttl {
    margin-bottom: 20px;
  }
}
.fiscal .fiscal_table_box .fiscal_table_wrap {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box .fiscal_table_wrap {
    overflow: auto;
    margin-top: 30px;
  }
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table {
    width: 1000px;
  }
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table th,
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table td {
  padding: 20px 20px;
  background: #fff;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table th,
  .fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table td {
    padding: 10px 15px;
  }
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table th {
  font-weight: bold;
  text-align: left;
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table td {
  height: 85px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table td {
    height: 60px;
  }
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table tr > *:last-child {
  border-right: 1px solid #707070;
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table tr:first-child > * {
  width: 13.333%;
  padding: 10px 10px;
  border-top: 1px solid #707070;
  background: #F5F7FD;
  text-align: center;
}
.fiscal .fiscal_table_box .fiscal_table_wrap .fiscal_table tr:first-child > *:first-child {
  width: 20%;
}

/* ------------------------------
	.accounting
------------------------------ */
@media screen and (min-width: 769px) {
  .page_head .page_ttl.page_accounting .ttl_txt {
    position: absolute;
    top: 0;
    left: 570px;
  }
}

@media screen and (min-width: 769px) {
  .page-id-162 .page_head .page_ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 570px;
  }
}

.accounting {
  padding: 65px 0 120px;
}
@media screen and (max-width: 768px) {
  .accounting {
    padding: 50px 0;
  }
}
.accounting .point .bg_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .accounting .point .bg_ttl {
    margin-bottom: 20px;
  }
}
.accounting .point .mid_ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .accounting .point .mid_ttl {
    font-size: 2.5rem;
  }
}
.accounting .point .point_ttl {
  margin-top: 80px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .accounting .point .point_ttl {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.accounting .point .point_box {
  position: relative;
  display: flex;
  align-items: center;
  height: 130px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .accounting .point .point_box {
    height: auto;
    padding: 20px 0;
  }
}
.accounting .point .point_box .point_num {
  flex-shrink: 0;
  width: 140px;
  font-weight: 600;
  font-size: 7rem;
  color: #00BDB7;
}
@media screen and (max-width: 768px) {
  .accounting .point .point_box .point_num {
    width: 60px;
    font-size: 3rem;
  }
}
.accounting .point .point_box .point_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .accounting .point .point_box .point_txt {
    font-size: 1.8rem;
  }
}
.accounting .point .txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .accounting .point .txt {
    margin-top: 30px;
  }
}
.accounting .accounting_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap {
    margin-top: 50px;
  }
}
.accounting .accounting_wrap .bg_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .bg_ttl {
    margin-bottom: 20px;
  }
}
.accounting .accounting_wrap .mid_ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .mid_ttl {
    font-size: 1.6rem;
  }
}
.accounting .accounting_wrap .accounting_box_wrap + .mid_ttl {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .accounting_box_wrap + .mid_ttl {
    margin-top: 40px;
  }
}
.accounting .accounting_wrap .accounting_box_wrap {
  border: 1px solid #707070;
}
.accounting .accounting_wrap .txt {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .txt {
    margin-top: 30px;
  }
}
.accounting .accounting_wrap .accounting_box {
  display: flex;
}
.accounting .accounting_wrap .accounting_box + .accounting_box {
  border-top: 1px solid #707070;
}
.accounting .accounting_wrap .accounting_box:first-child .accounting_box_ttl,
.accounting .accounting_wrap .accounting_box:first-child .accounting_box_txt {
  padding: 10px;
  text-align: center;
  justify-content: center;
  background: #F5F7FD;
  font-weight: bold;
}
.accounting .accounting_wrap .accounting_box .accounting_box_ttl,
.accounting .accounting_wrap .accounting_box .accounting_box_txt {
  padding: 20px 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .accounting_box .accounting_box_ttl,
  .accounting .accounting_wrap .accounting_box .accounting_box_txt {
    padding: 10px;
  }
}
.accounting .accounting_wrap .accounting_box .accounting_box_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 470px;
  border-right: 1px solid #707070;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_wrap .accounting_box .accounting_box_ttl {
    width: 110px;
  }
}
.accounting .accounting_wrap .accounting_box .accounting_box_txt {
  width: 100%;
}
.accounting .accounting_table_box {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box {
    margin-top: 50px;
  }
}
.accounting .accounting_table_box .bg_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .bg_ttl {
    margin-bottom: 20px;
  }
}
.accounting .accounting_table_box .acc_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .acc_wrap {
    margin-top: 20px;
  }
}
.accounting .accounting_table_box .acc_wrap .acc_box {
  border-bottom: 1px solid #D9D9D9;
}
.accounting .accounting_table_box .acc_wrap .acc_box .acc_btn {
  position: relative;
  padding: 25px 80px 25px 20px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .acc_wrap .acc_box .acc_btn {
    padding: 20px 30px 20px 0;
  }
}
.accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #011976;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico {
    right: 0;
    width: 25px;
    height: 25px;
  }
}
.accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico::before, .accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-radius: 3px;
  border-top: 3px solid #011976;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico::before, .accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico::after {
    width: 10px;
    border-width: 2px;
  }
}
.accounting .accounting_table_box .acc_wrap .acc_box .acc_btn .ico::after {
  transform: rotate(90deg);
}
.accounting .accounting_table_box .acc_wrap .acc_box.open .acc_btn .ico::after {
  display: none;
}
.accounting .accounting_table_box .acc_wrap .acc_box .acc_txt {
  display: none;
  padding: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .acc_wrap .acc_box .acc_txt {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .accounting_table_wrap {
    overflow: auto;
  }
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .accounting .accounting_table_box .accounting_table_wrap .accounting_table {
    width: 1200px;
  }
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table th,
.accounting .accounting_table_box .accounting_table_wrap .accounting_table td {
  padding: 10px 10px;
  background: #fff;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  font-size: 1.4rem;
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table th {
  font-weight: bold;
  text-align: left;
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table td {
  text-align: center;
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table tr > *:last-child {
  border-right: 1px solid #707070;
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table tr:first-child > * {
  padding: 10px 10px;
  border-top: 1px solid #707070;
  background: #F5F7FD;
  text-align: center;
}
.accounting .accounting_table_box .accounting_table_wrap .accounting_table tr:first-child > *:first-child {
  width: 18%;
}

/* ------------------------------
	.dx
------------------------------ */
@media screen and (min-width: 769px) {
  .page_head .page_ttl.page_dx .ttl_txt {
    position: absolute;
    top: 0;
    left: 400px;
  }
}

@media screen and (min-width: 769px) {
  .page-id-160 .page_head .page_ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 400px;
  }
}

.dx {
  padding: 40px 0 55px;
}
@media screen and (max-width: 768px) {
  .dx {
    padding: 50px 0;
  }
}
.dx .step_img_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  background: #FDF8F5;
}
@media screen and (max-width: 768px) {
  .dx .step_img_box {
    width: 100%;
  }
}
.dx .step_img_box .step_img {
  width: 100%;
}
.dx .step_img_box .step_ttl {
  position: absolute;
  z-index: 2;
  top: 3.3%;
  left: 2.5%;
  font-size: 4.2rem;
  font-weight: 500;
  color: #1C2D4D;
  line-height: 1.26;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dx .step_img_box .step_ttl {
    font-size: 3.5vw;
  }
}
.dx .dx_ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .dx .dx_ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.dx .step .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .dx .step .flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .dx .step .flex .txt_box {
    width: 100%;
  }
}
.dx .step .flex .txt_box .ttl {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .dx .step .flex .txt_box .ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.dx .step .flex .txt_box .txt {
  font-weight: 500;
  width: 610px;
}
@media screen and (max-width: 768px) {
  .dx .step .flex .txt_box .txt {
    width: 100%;
  }
}
.dx .step .flex .img {
  width: 409px;
}
@media screen and (max-width: 768px) {
  .dx .step .flex .img {
    width: 100%;
    margin-top: 30px;
  }
}
.dx .step .step_wrap {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .dx .step .step_wrap {
    padding-bottom: 50px;
  }
}
.dx .step .step_wrap .step_list {
  display: flex;
  gap: 0 45px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .dx .step .step_wrap .step_list {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
  }
}
.dx .step .step_wrap .step_list .step_box {
  flex: 1;
  background: #F5F7FD;
  border-radius: 15px;
}
.dx .step .step_wrap .step_list .step_box .img_box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  justify-content: center;
}
.dx .step .step_wrap .step_list .step_box .step_txt {
  padding: 25px 0 35px;
  text-align: center;
  color: #1C2D4D;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .dx .step .step_wrap .step_list .step_box .step_txt {
    padding: 25px 0 25px;
    font-size: 1.6rem;
  }
}
.dx .step .step_wrap .mid_ttl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .dx .step .step_wrap .mid_ttl {
    margin-top: 25px;
  }
}
.dx .about {
  padding: 70px 0 85px;
}
@media screen and (max-width: 768px) {
  .dx .about {
    padding: 50px 0;
  }
}
.dx .about .about_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 30px 30px;
  margin-top: 35px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .dx .about .about_box {
    flex-direction: column;
    align-items: center;
    padding: 25px 4%;
    margin-top: 20px;
  }
}
.dx .about .about_box .txt_box {
  width: 610px;
}
@media screen and (max-width: 768px) {
  .dx .about .about_box .txt_box {
    width: 100%;
  }
}
.dx .about .about_box .mid_ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .dx .about .about_box .mid_ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.dx .about .about_box .img_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .dx .about .about_box .img_box {
    margin-top: 30px;
  }
}
.dx .about .about_box .img_box .img_anm {
  position: absolute;
  top: 0;
  left: 51.89%;
  width: 9.66%;
  animation: fuwafuwa 2s ease-in-out infinite;
}
.dx .about .about_box .img_box .img_anm img {
  width: 100%;
}
.dx .about .office_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list {
    display: block;
    margin-top: 20px;
  }
}
.dx .about .office_list .office_box {
  width: 370px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .dx .about .office_list .office_box {
    margin-right: 45px;
  }
  .dx .about .office_list .office_box:nth-child(3n) {
    margin-right: 0;
  }
  .dx .about .office_list .office_box:nth-child(n+4) {
    margin-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box + .office_box {
    margin-top: 20px;
  }
}
.dx .about .office_list .office_box .box {
  padding: 25px 0 0;
  height: 370px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .box {
    padding: 25px 0;
    height: auto;
  }
}
.dx .about .office_list .office_box .ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .ttl {
    font-size: 1.8rem;
  }
}
.dx .about .office_list .office_box .ttl_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.dx .about .office_list .office_box .ttl_flex .ttl_box {
  width: 157px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .ttl_flex .ttl_box {
    width: 145px;
  }
}
.dx .about .office_list .office_box .ttl_flex .ttl_box + .ttl_box {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .ttl_flex .ttl_box + .ttl_box {
    margin-left: 6px;
  }
}
.dx .about .office_list .office_box .ttl_flex .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  min-height: 4.5em;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .ttl_flex .ttl {
    font-size: 1.4rem;
  }
}
.dx .about .office_list .office_box .fuwafuwa {
  text-align: center;
}
.dx .about .office_list .office_box .fuwafuwa img {
  animation: fuwafuwa 2s ease-in-out infinite;
}
.dx .about .office_list .office_box .logo01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .logo01 {
    height: 50px;
  }
}
.dx .about .office_list .office_box .logo02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .logo02 {
    height: 50px;
  }
}
.dx .about .office_list .office_box .flex {
  justify-content: center;
}
.dx .about .office_list .office_box .flex .office_item + .office_item {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .flex .office_item + .office_item {
    margin-left: 6px;
  }
}
.dx .about .office_list .office_box .office_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 157px;
  height: 157px;
  padding-top: 20px;
  background: url(../img/index/ico_img01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item {
    width: 145px;
    height: 145px;
    padding-top: 15px;
  }
}
.dx .about .office_list .office_box .office_item .office_item_ttl {
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item .office_item_ttl {
    font-size: 1.5rem;
  }
}
.dx .about .office_list .office_box .office_item .office_item_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item .office_item_txt {
    font-size: 1.5rem;
  }
}
.dx .about .office_list .office_box .office_item .office_item_txt .num {
  font-weight: 500;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item .office_item_txt .num {
    font-size: 7.2rem;
  }
}
.dx .about .office_list .office_box .office_item.big {
  width: 170px;
  height: 170px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item.big {
    width: 155px;
    height: 155px;
    padding-top: 15px;
  }
}
.dx .about .office_list .office_box .office_item.big .office_item_ttl {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item.big .office_item_ttl {
    font-size: 1.7rem;
  }
}
.dx .about .office_list .office_box .office_item.big .office_item_txt {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item.big .office_item_txt {
    font-size: 1.7rem;
  }
}
.dx .about .office_list .office_box .office_item.big .office_item_txt .num {
  font-size: 8.7rem;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .office_item.big .office_item_txt .num {
    font-size: 7.9rem;
  }
}
.dx .about .office_list .office_box .img01_box {
  position: relative;
  margin-top: 20px;
}
.dx .about .office_list .office_box .img01_box .img01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .img01_box .img01 img {
    width: 158px;
  }
}
.dx .about .office_list .office_box .img01_box .img01_fw {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .img01_box .img01_fw img {
    width: 33px;
  }
}
.dx .about .office_list .office_box .big_txt {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .big_txt {
    font-size: 2.3rem;
  }
}
.dx .about .office_list .office_box .big_txt .num {
  font-size: 8.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .big_txt .num {
    font-size: 6.5rem;
  }
}
.dx .about .office_list .office_box.box3 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box.box3 {
    padding: 0 4%;
  }
}
.dx .about .office_list .office_box.box3 .ttl {
  text-align: left;
}
.dx .about .office_list .office_box.box3 .btm_img {
  margin-top: 10px;
  text-align: center;
}
.dx .about .office_list .office_box .txt {
  padding: 0 25px 30px;
}
@media screen and (max-width: 768px) {
  .dx .about .office_list .office_box .txt {
    padding: 0 4% 25px;
  }
}
.dx .merit {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .dx .merit {
    padding: 50px 0;
  }
}
.dx .merit .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 30px;
  }
}
.dx .merit .flex .txt_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .txt_box {
    width: 100%;
  }
}
.dx .merit .flex .txt_box .big_txt + .big_txt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .txt_box .big_txt + .big_txt {
    margin-top: 10px;
  }
}
.dx .merit .flex .img_box {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .img_box {
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
.dx .merit .flex .img_box .img_txt_box {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .img_box .img_txt_box {
    justify-content: center;
    gap: 0 8px;
  }
}
.dx .merit .flex .img_box .img_txt_box .img_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #243396;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #243396;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .img_box .img_txt_box .img_txt {
    width: 100px;
    height: 100px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.dx .merit .flex .img_box .img_txt_box .img_txt:nth-child(2) {
  transition-delay: 0.3s;
}
.dx .merit .flex .img_box .img_txt_box .img_txt:nth-child(3) {
  transition-delay: 0.6s;
}
.dx .merit .flex .img_box .img01_box {
  position: relative;
  margin-right: 115px;
}
@media screen and (max-width: 768px) {
  .dx .merit .flex .img_box .img01_box {
    margin-right: 20%;
  }
}
.dx .merit .flex .img_box .img_anm01 {
  position: absolute;
  right: -8.64%;
  bottom: 66.66%;
  width: 13.5%;
  animation: img_anm01 3s ease infinite;
}
.dx .merit .flex .img_box .img_anm02 {
  position: absolute;
  right: -16%;
  bottom: 36.2%;
  width: 20.9%;
  animation: img_anm02 3s ease infinite;
}
.dx .merit .flex .img_box .img_anm03 {
  position: absolute;
  right: 8.1%;
  bottom: 58.8%;
  width: 15%;
  animation: img_anm03 3s ease infinite;
}
@keyframes img_anm01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img_anm02 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img_anm03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.dx .merit .big_txt {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .dx .merit .big_txt {
    font-size: 1.8rem;
  }
}
.dx .merit .big_txt .fade-typ_txt:nth-of-type(2) {
  transition-delay: 0.4s;
}
.dx .merit .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .dx .merit .btn {
    margin-top: 30px;
  }
}
.dx .merit .btn a {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .dx .merit .btn a {
    font-size: 1.8rem;
  }
}
.dx .merit .txt {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .dx .merit .txt {
    margin-top: 30px;
  }
}

/* ------------------------------
	.fee
------------------------------ */
.fee {
  padding: 65px 0 110px;
  background: #F5F7FD;
}
@media screen and (max-width: 768px) {
  .fee {
    padding: 30px 0 50px;
  }
}
.fee .str_ttl {
  margin-bottom: 30px;
  color: #1C2D4D;
}
.fee .str_ttl .line::before {
  background: #1C2D4D;
}
.fee .note_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.fee .note_box .txt {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fee .fee_wrap {
    overflow: auto;
  }
}
.fee .fee_wrap .fee_table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fee .fee_wrap .fee_table {
    width: 900px;
  }
}
.fee .fee_wrap .fee_table th,
.fee .fee_wrap .fee_table td {
  padding: 25px 20px;
  background: #fff;
  border-left: 1px solid #1C2D4D;
  border-bottom: 1px solid #1C2D4D;
  line-height: 1.5;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fee .fee_wrap .fee_table th,
  .fee .fee_wrap .fee_table td {
    padding: 20px 15px;
    font-size: 1.8rem;
  }
}
.fee .fee_wrap .fee_table tr > *:first-child {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.fee .fee_wrap .fee_table tr > *:last-child {
  border-right: 1px solid #1C2D4D;
}
.fee .fee_wrap .fee_table tr:first-child > * {
  padding: 15px 20px 10px;
  border-top: 1px solid #1C2D4D;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  background: #1C2D4D;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fee .fee_wrap .fee_table tr:first-child > * {
    padding: 15px 15px;
    font-size: 2rem;
  }
}
.fee .fee_wrap .fee_table tr:first-child > *:not(:first-child) {
  border-left-color: #fff;
}
