@charset "utf-8";
/*ベース_______________________________________*/
body {
  position: relative;
  font-family: "Nunito", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-feature-settings: "palt";
  background-color: #f1f1f6;
  color: #0b0b33;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.menu_open {
  position: fixed;
  width: 100%;
  height: 100svh;
  height: 100vh;
}
/*アニメ*/
.ani_flow01 {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.on.ani_flow01 {
  opacity: 1;
  transform: translateY(0);
}
/*共通パーツ_______________________________________*/
.sp_on {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline;
  }
}
.pagination {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
  color: rgba(13, 129, 227, 0.35);
}
.pagination .pagination-btn {
  transition: 0.3s;
  padding: 0 calc(10 / 1366 * 100vw);
}
.pagination .pagination-btn:hover,
.pagination .pagination-btn:active {
  color: #0d81e3;
}
.pagination .pagination-btn.prev,
.pagination .pagination-btn.next,
.pagination .pagination-btn.current {
  color: #0d81e3;
}
.pagination .pagination-btn.next,
.pagination .pagination-btn.prev {
  font-size: calc(12 / 1366 * 100vw);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.pagination .pagination-btn.prev::before {
  content: "";
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.5em;
  aspect-ratio: 1;
  transform: scale(-1, 1);
}
.pagination .pagination-btn.next::after {
  content: "";
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.5em;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .pagination {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 14);
  }
  .pagination .pagination-btn {
    padding: 0 calc(14 / 375 * 100vw);
  }
  .pagination .pagination-btn.next,
  .pagination .pagination-btn.prev {
    font-size: calc(12 / 375 * 100vw);
    gap: 0.5em;
  }
}
/*ヘッダー_______________________________________*/
.block_header {
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
}
.block_header .header_inner {
  display: none;
}
/*フッター*/
.unit_footer {
  padding: calc(152 / 1366 * 100vw) 0 calc(74 / 1366 * 100vw);
  background-image: url("../img/common/footer_bi.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.unit_footer .footer_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_footer .footer_logo {
  display: block;
  width: calc(433 / 1366 * 100vw);
}
.unit_footer .footer_cont {
  margin: calc(40 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
  display: flex;
  justify-content: space-between;
}
.unit_footer .footer_cont .footer_text {
  display: flex;
  flex-flow: column;
}
.unit_footer .footer_cont .concept {
  width: calc(315 / 1366 * 100vw);
}
.unit_footer .footer_cont .concept {
  width: calc(315 / 1366 * 100vw);
}
.unit_footer .footer_cont .fb {
  display: block;
  width: calc(149 / 1366 * 100vw);
  margin: auto 0 0;
}
.unit_footer .footer_cont .footer_link {
  width: calc(650 / 1366 * 100vw);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(26 / 1366 * 100vw) 0;
  font-weight: 500;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(26 / 16);
  color: #0b0b33;
}
.unit_footer .footer_cont .footer_link a {
  width: calc(266 / 1366 * 100vw);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: calc(21 / 1366 * 100vw);
  border-bottom: 1px solid #d0d0e6;
}
/*.unit_footer .footer_cont .footer_link a:nth-of-type(5), .unit_footer .footer_cont .footer_link a:nth-of-type(9) {
  color: #D0D0E6;
  pointer-events: none;
}*/
.unit_footer .other_link {
  margin-bottom: calc(40 / 1366 * 100vw);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.unit_footer .other_link li {
  background-color: #fff;
  border-radius: calc(16 / 1366 * 100vw);
  padding: calc(14 / 1366 * 100vw) calc(20 / 1366 * 100vw);
  width: calc(360 / 1366 * 100vw);
  aspect-ratio: 360 / 79;
  display: flex;
  justify-content: space-between;
}
.unit_footer .other_link li .wrapper_other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: calc(10 / 1366 * 100vw);
  line-height: 1.7;
}
.unit_footer .other_link li .wrapper_other img {
  width: calc(135 / 1366 * 100vw);
  padding-right: calc(20 / 1366 * 100vw);
  margin-right: calc(34 / 1366 * 100vw);
  border-right: 1px solid #e4e4ed;
}
.unit_footer .other_link li .wrapper_other span {
  position: relative;
  z-index: 0;
  width: calc(273 / 1366 * 100vw);
}
.unit_footer .other_link li .wrapper_other span.icon_set::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/common/icon_link_out.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: calc(9 / 1366 * 100vw);
  aspect-ratio: 1;
}
.unit_footer .other_link li a.wrapper_other {
  color: #0089d2;
}
.unit_footer .footer_under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: max(10px, calc(10 / 1366 * 100vw));
  letter-spacing: 0.05em;
  line-height: 2.8;
}
.unit_footer .footer_under a {
  font-size: max(14px, calc(14 / 1366 * 100vw));
  letter-spacing: 0.05em;
  line-height: calc(26 / 14);
  color: #0d81e3;
  display: flex;
  align-items: center;
  gap: max(10px, calc(10 / 1366 * 100vw));
}
.unit_footer .footer_under a::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon_news_arrow03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: max(4px, calc(4 / 1366 * 100vw));
  aspect-ratio: 4 / 7;
}
@media screen and (max-width: 768px) {
  .unit_footer {
    background-image: url("../img/common/footer_bi_sp.png");
    padding: calc(100 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .unit_footer .footer_inner {
    width: calc(334 / 375 * 100vw);
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
  .unit_footer .footer_logo {
    display: block;
    width: calc(248 / 375 * 100vw);
    margin: 0 auto;
  }
  .unit_footer .footer_cont {
    flex-flow: column;
  }
  .unit_footer .footer_cont .footer_text {
    display: contents;
  }
  .unit_footer .footer_cont .concept {
    width: calc(315 / 1366 * 100vw);
  }
  .unit_footer .footer_cont .concept {
    width: calc(223 / 375 * 100vw);
    margin: 0 auto calc(40 / 375 * 100vw);
    order: 1;
  }
  .unit_footer .footer_cont .fb {
    display: block;
    width: calc(149 / 375 * 100vw);
    margin: calc(28 / 375 * 100vw) auto 0;
    order: 3;
  }
  .unit_footer .footer_cont .footer_link {
    width: 100%;
    flex-flow: column;
    gap: calc(14 / 375 * 100vw) 0;
    font-size: calc(13 / 375 * 100vw);
    line-height: 2;
    order: 2;
  }
  .unit_footer .footer_cont .footer_link a {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: calc(12 / 375 * 100vw);
    border-bottom: 1px solid #d0d0e6;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(1) {
    order: 1;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(2) {
    order: 6;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(3) {
    order: 2;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(4) {
    order: 7;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(5) {
    order: 3;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(6) {
    order: 8;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(7) {
    order: 4;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(8) {
    order: 9;
  }
  .unit_footer .footer_cont .footer_link a:nth-of-type(9) {
    order: 5;
  }
  .unit_footer .other_link {
    margin-bottom: calc(19 / 375 * 100vw);
    justify-content: space-between;
    order: 4;
    flex-flow: column;
    gap: calc(10 / 375 * 100vw) 0;
  }
  .unit_footer .other_link li {
    background-color: #fff;
    border-radius: calc(16 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: 100%;
    aspect-ratio: 334 / 79;
  }
  .unit_footer .other_link li .wrapper_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.7;
  }
  .unit_footer .other_link li .wrapper_other img {
    width: calc(103 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    border-right: 1px solid #e4e4ed;
  }
  .unit_footer .other_link li:nth-of-type(1) .wrapper_other img {
    width: calc(142 / 375 * 100vw);
    padding-right: calc(4 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    margin-left: calc(-17 / 375 * 100vw);
  }
  .unit_footer .other_link li .wrapper_other span {
    position: relative;
    z-index: 0;
    width: calc(249 / 375 * 100vw);
  }
  .unit_footer .other_link li .wrapper_other span.icon_set::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../img/common/icon_link_out.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: calc(12 / 375 * 100vw);
    aspect-ratio: 1;
  }
  .unit_footer .other_link li a.wrapper_other {
    color: #0089d2;
  }
  .unit_footer .footer_under {
    display: flex;
    flex-flow: column-reverse;
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.8;
    order: 5;
    aspect-ratio: 375 / 185;
  }
  .unit_footer .footer_under a {
    font-size: calc(13 / 375 * 100vw);
    line-height: 2;
    align-items: center;
    gap: calc(10 / 375 * 100vw);
  }
  .unit_footer .footer_under a::before {
    width: calc(4 / 375 * 100vw);
  }
}
/*セクション_______________________________________*/
/*mv*/
.unit_mv {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1366 / 338;
}
.unit_mv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../img/common/mv01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: calc(40 / 1366 * 100vw);
  right: 0;
  transform: translate(0, 0);
  width: calc(970 / 1366 * 100vw);
  aspect-ratio: 1944 / 1394;
}
#page_license .unit_mv::after {
  background-image: url("../img/company/mv02.png");
  top: calc(68 / 1366 * 100vw);
  transform: translate(0, 0);
  width: calc(963 / 1366 * 100vw);
  aspect-ratio: 1932 / 1340;
}
.unit_mv .box_ttl {
  position: relative;
  z-index: 0;
  width: 82.72%;
  height: 100%;
  margin: 0 auto;
}
.unit_mv .mv_ttl {
  display: flex;
  flex-flow: column;
  gap: calc(9 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(29 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(58 / 29);
  color: #0d81e3;
  transform: translateY(calc(157 / 1366 * 100vw));
}
.unit_mv .mv_ttl .en {
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
}
.unit_mv .breadcrumb {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 0 calc(20 / 1366 * 100vw);
  font-weight: normal;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.1em;
  color: #0b0b33;
}
.unit_mv .breadcrumb li {
  position: relative;
  z-index: 0;
}
.unit_mv .breadcrumb li + li::before {
  content: "・";
  font-size: calc(16 / 1366 * 100vw);
  position: absolute;
  z-index: 0;
  color: #0d81e3;
  top: 50%;
  left: calc(-20 / 1366 * 100vw);
  transform: translate(0, -50%);
}
.unit_mv .breadcrumb li:has(a) {
  background-color: #fff;
  border-radius: 999px;
  padding: calc(8 / 1366 * 100vw) calc(11 / 1366 * 100vw) calc(9 / 1366 * 100vw);
}
.unit_mv .breadcrumb li a {
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
}
@media screen and (max-width: 768px) {
  .unit_mv {
    position: relative;
    z-index: 0;
    width: 100%;
    aspect-ratio: 375 / 255;
    margin-bottom: calc(371 / 375 * 100vw);
  }
  .unit_mv::after {
    background-image: url("../img/common/mv01_sp.png");
    top: calc(288 / 375 * 100vw);
    width: 100%;
    aspect-ratio: 750 / 968;
  }
  #page_license .unit_mv::after {
    background-image: url("../img/company/mv02_sp.png");
    top: calc(288 / 375 * 100vw);
    width: 100%;
    aspect-ratio: 750 / 926;
  }
  #page_contact .unit_mv::after {
    background-image: url("../img/common/mv03_sp.png");
    top: calc(288 / 375 * 100vw);
    width: 100%;
    aspect-ratio: 750 / 966;
  }
  .unit_mv .box_ttl {
    position: relative;
    z-index: 0;
    width: 89.06%;
    height: 100%;
    margin: 0 auto;
  }
  .unit_mv .mv_ttl {
    gap: calc(3 / 375 * 100vw);
    font-size: calc(25 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(40 / 25);
    transform: translateY(calc(127 / 375 * 100vw));
  }
  .unit_mv .mv_ttl .en {
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_mv .breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 0 calc(20 / 375 * 100vw);
    font-weight: normal;
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0.1em;
    color: #0b0b33;
  }
  .unit_mv .breadcrumb li {
    position: relative;
    z-index: 0;
  }
  .unit_mv .breadcrumb li + li::before {
    content: "・";
    font-size: calc(16 / 375 * 100vw);
    position: absolute;
    z-index: 0;
    color: #0d81e3;
    top: 50%;
    left: calc(-20 / 375 * 100vw);
    transform: translate(0, -50%);
  }
  .unit_mv .breadcrumb li:has(a) {
    background-color: #fff;
    border-radius: 999px;
    padding: calc(8 / 375 * 100vw) calc(11 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
}
/*unit_news*/
.unit_news {
  position: relative;
  z-index: 1;
  margin-top: calc(49 / 1366 * 100vw);
}
.unit_news .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.unit_news .list_news {
  width: 73.45%;
}
.unit_news .list_news ul {
  display: flex;
  flex-flow: wrap;
  gap: calc(20 / 1366 * 100vw);
}
.unit_news .list_news .news00 {
}
.unit_news .list_news .news00 a {
  width: calc(404 / 1366 * 100vw);
  aspect-ratio: 405 / 154;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: calc(39 / 1366 * 100vw);
  padding: calc(21 / 1366 * 100vw) calc(24 / 1366 * 100vw) calc(24 / 1366 * 100vw) calc(28 / 1366 * 100vw);
}
.unit_news .list_news .news00 time {
  font-weight: 500;
  font-size: calc(12 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 12);
  color: #5f7c91;
}
.unit_news .list_news .news00 .tag {
  display: inline-block;
  width: fit-content;
  height: calc(15 / 1366 * 100vw);
  min-height: calc(21 / 1366 * 100vw);
  background: transparent;
  text-align: center;
  font-weight: 500;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  padding: calc(3 / 1366 * 100vw) calc(8 / 1366 * 100vw);
  background-color: #0d81e3;
  border-radius: 999px;
  margin-left: 1em;
}
.unit_news .list_news .news00 .news_ttl {
  width: 100%;
  height: calc(48 / 1366 * 100vw);
  margin: calc(8 / 1366 * 100vw) 0 calc(6 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 14);
  color: #0b0b33;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit_news .list_news .news00 .btn {
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.05em;
  color: #0d81e3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
.news00 .btn::after {
  content: "";
  display: block;
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.3em;
  aspect-ratio: 1;
}
.unit_news .list_news .pagination {
  margin-top: calc(44 / 1366 * 100vw);
}
.unit_news .wrappoer_article {
  width: 73.45%;
}
.unit_news .news_article {
  padding: calc(80 / 1366 * 100vw) calc(60 / 1366 * 100vw);
  margin-bottom: calc(30 / 1366 * 100vw);
  border-radius: calc(39 / 1366 * 100vw);
  background-color: #fff;
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
}
.unit_news .news_article .news_label {
  margin-bottom: calc(20 / 1366 * 100vw);
}
.unit_news .news_article .news_label time {
  font-weight: 500;
  font-size: calc(0.878477vw);
  letter-spacing: 0.05em;
  line-height: calc(2.33333);
  color: rgb(95, 124, 145);
}
.unit_news .news_article .news_label .tag p {
  display: inline-block;
  width: fit-content;
  height: calc(1.0981vw);
  min-height: calc(1.53734vw);
  background: rgb(13, 129, 227);
  text-align: center;
  font-weight: 500;
  font-size: calc(0.732064vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  padding: calc(0.219619vw) calc(0.585652vw);
  border-radius: 999px;
  margin-left: 1em;
}

.unit_news .news_article .news_ttl01 {
  font-weight: 500;
  font-size: calc(25 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 25);
  color: #0d81e3;
  margin-bottom: calc(63 / 1366 * 100vw);
}
.unit_news .news_article .news_ttl02 {
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 18);
  color: #0d81e3;
  margin-bottom: calc(30 / 1366 * 100vw);
}
.unit_news .news_article .news_ttl03 {
  font-weight: bold;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 16);
  margin-bottom: calc(25 / 1366 * 100vw);
}
.unit_news .news_article .news_list {
  list-style-position: inside;
  list-style-type: disc;
  display: flex;
  flex-flow: column;
  gap: calc(3 / 1366 * 100vw);
}
.unit_news .news_article .news_list li {
  text-indent: -1em;
  padding-left: 0.75em;
}
.unit_news .news_article .news_list li::marker {
  color: #0d81e3;
}
.unit_news .news_article .news_ordered {
  counter-reset: number;
  display: flex;
  flex-flow: column;
  gap: calc(1 / 1366 * 100vw);
}
.unit_news .news_article .news_ordered li {
  position: relative;
  padding-left: 1.857em;
}
.unit_news .news_article .news_ordered li:before {
  position: absolute;
  z-index: 0;
  counter-increment: number;
  content: counter(number);
  background: #0d81e3;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  font-size: calc(10 / 1366 * 100vw);
  width: 1.4em;
  height: 1.4em;
  top: calc(6 / 1366 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit_news .news_article .base_text {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
}
.unit_news .news_article .base_text strong {
  font-weight: bold;
}
.unit_news .news_article .base_text .under_line {
  border-bottom: 1px solid #0b0b33;
}
.unit_news .news_article .base_text .del_line {
  text-decoration: line-through;
  text-decoration-style: double;
}
.unit_news .news_article .base_text sup,
.unit_news .news_article .base_text sub {
  font-size: 0.6em;
}
.unit_news .news_article .base_text a {
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
}
.unit_news .news_article .text_layout {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.unit_news .news_article .text_layout.reversal {
  flex-flow: row;
}
.unit_news .news_article .text_layout figure {
  width: 47.95%;
}
.unit_news .news_article .text_layout figure img {
  border-radius: calc(15 / 1366 * 100vw);
}
.unit_news .news_article .text_layout .base_text {
  width: 47.95%;
}
.unit_news .news_article .img_layout01 {
}
.unit_news .news_article .img_layout01 img {
  border-radius: calc(30 / 1366 * 100vw);
}
.unit_news .news_article .img_layout01 figcaption {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 14);
  margin-top: calc(10 / 1366 * 100vw);
}
.unit_news .news_article .img_layout02 {
  display: flex;
  justify-content: space-between;
}
.unit_news .news_article .img_layout02 figure {
  width: 47.95%;
}
.unit_news .news_article .img_layout02 figure img {
  border-radius: calc(15 / 1366 * 100vw);
}
.unit_news .news_article .img_layout02 figcaption {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 14);
  margin-top: calc(10 / 1366 * 100vw);
}
.unit_news .news_article .text_layout_col2,
.unit_news .news_article .text_layout_col3,
.unit_news .news_article .text_layout_col4 {
  display: flex;
  justify-content: space-between;
}
.unit_news .news_article .text_layout_col4 {
  flex-flow: wrap;
  gap: calc(24 / 375 * 100vw) 0;
}
.unit_news .news_article .text_layout_col2 li {
  width: 47.95%;
}
.unit_news .news_article .text_layout_col3 li {
  width: 30.88%;
}
.unit_news .news_article .text_layout_col4 li {
  width: 21.86%;
}
.unit_news .news_article .text_layout_col2 figure,
.unit_news .news_article .text_layout_col3 figure,
.unit_news .news_article .text_layout_col4 figure {
  margin-bottom: calc(20 / 1366 * 100vw);
}
.unit_news .news_article .text_layout_col2 figure img {
  border-radius: calc(15 / 1366 * 100vw);
}
.unit_news .news_article .text_layout_col3 figure img {
  border-radius: calc(9 / 1366 * 100vw);
}
.unit_news .news_article .text_layout_col4 figure img {
  border-radius: calc(6 / 1366 * 100vw);
}
.unit_news .news_article .table_layout {
}
.unit_news .news_article .table_layout strong {
  display: block;
  font-weight: bold;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 16);
  margin-bottom: calc(31 / 1366 * 100vw);
}
.unit_news .news_article .table_layout dl {
}
.unit_news .news_article .table_layout dl .contents {
  display: flex;
  justify-content: space-between;
}
.unit_news .news_article .table_layout dl .contents:nth-of-type(n + 2) {
  padding-top: calc(18 / 1366 * 100vw);
}
.unit_news .news_article .table_layout dl .contents dt {
  width: 26.8%;
  border-bottom: 2px solid #ebebeb;
  font-weight: 500;
  color: #222;
  padding-bottom: calc(14 / 1366 * 100vw);
}
.unit_news .news_article .table_layout dl .contents dd {
  width: 70.8%;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  padding-bottom: calc(14 / 1366 * 100vw);
}
.unit_news .news_article .btn_layout {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: calc(36 / 1366 * 100vw) calc(30 / 1366 * 100vw);
}
.unit_news .news_article .btn_layout .btn00 {
  display: block;
  position: relative;
  z-index: 0;
  width: calc(200 / 1366 * 100vw);
  aspect-ratio: 200 / 48;
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
  color: #0d81e3;
  color: #0d81e3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0d81e3;
  border-radius: calc(999 / 1366 * 100vw);
  background-color: #fff;
}
.unit_news .news_article .btn_layout .btn00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: calc(25 / 1366 * 100vw);
  transform: translateY(-50%);
  width: 0.54em;
  aspect-ratio: 1;
}
.unit_news .news_article .btn_layout .btn00.return::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: calc(25 / 1366 * 100vw);
  transform: translateY(-50%) scale(-1, 1);
  width: 0.54em;
  aspect-ratio: 1;
}
.unit_news .news_article .btn_layout .btn00.return::after {
  display: none;
}
.unit_news .news_article .btn_layout .btn00.emphasis {
  color: #fff;
  background-color: #0d81e3;
}
.unit_news .news_article .btn_layout .btn00.emphasis::after {
  background-image: url("../img/common/icon_arrow_w.svg");
}
.unit_news .news_article .btn_layout .btn00.external::after {
  display: none;
}
/*一覧用のダミー記述です　ここから*/
.unit_news .news_article .news_list {
  margin-bottom: calc(28 / 1366 * 100vw);
}
.unit_news .news_article .news_ordered {
  margin-bottom: calc(45 / 1366 * 100vw);
}
.unit_news .news_article > .base_text {
  margin-bottom: calc(47 / 1366 * 100vw);
}
.unit_news .news_article .base_text.demo {
  margin-bottom: calc(23 / 1366 * 100vw);
}
.unit_news .news_article .base_text.demo:has(a) {
  margin-bottom: calc(95 / 1366 * 100vw);
}
.unit_news .news_article .demo {
  /*一覧用のダミー記述です*/
  .text_layout,
  .img_layout01,
  .img_layout02,
  .text_layout_col3,
  .text_layout_col4,
  .table_layout {
    margin-bottom: calc(77 / 1366 * 100vw);
  }
  .text_layout:first-child {
    margin-bottom: calc(27 / 1366 * 100vw);
  }
  .text_layout_col2 {
    margin-bottom: calc(89 / 1366 * 100vw);
  }
}
.unit_news .news_article .demo .table_layout {
  margin-bottom: calc(60 / 1366 * 100vw);
}
/*一覧用のダミー記述です　ここまで*/
@media screen and (max-width: 768px) {
  .unit_news .wrappoer_article {
    width: 100%;
  }
  .unit_news .news_article {
    padding: calc(40 / 375 * 100vw) calc(19 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    border-radius: calc(25 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_news .news_article .news_label {
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .unit_news .news_article .news_label time {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 12);
  }
  .unit_news .news_article .news_label .tag p {
    height: calc(16 / 375 * 100vw);
    min-height: calc(21 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-top: calc(-4 / 375 * 100vw);
  }
  .unit_news .news_article .news_ttl01 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(26 / 20);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .unit_news .news_article .news_ttl02 {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 16);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .unit_news .news_article .news_ttl03 {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
  }
  .unit_news .news_article .news_list {
    gap: calc(4 / 375 * 100vw);
  }
  .unit_news .news_article .news_list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .unit_news .news_article .news_list li::marker {
    color: #0d81e3;
  }
  .unit_news .news_article .news_ordered {
    counter-reset: number;
    display: flex;
    flex-flow: column;
    gap: calc(1 / 375 * 100vw);
  }
  .unit_news .news_article .news_ordered li {
    position: relative;
    padding-left: 1.857em;
  }
  .unit_news .news_article .news_ordered li:before {
    font-size: calc(10 / 375 * 100vw);
    width: 1.6em;
    height: 1.6em;
    top: calc(4 / 375 * 100vw);
  }
  .unit_news .news_article .base_text {
    font-weight: normal;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .unit_news .news_article .base_text strong {
    font-weight: bold;
  }
  .unit_news .news_article .base_text .under_line {
    border-bottom: 1px solid #0b0b33;
  }
  .unit_news .news_article .base_text .del_line {
    text-decoration: line-through;
    text-decoration-style: double;
  }
  .unit_news .news_article .base_text sup,
  .unit_news .news_article .base_text sub {
    font-size: 0.6em;
  }
  .unit_news .news_article .base_text a {
    color: #0d81e3;
    border-bottom: 1px solid #0d81e3;
  }
  .unit_news .news_article .text_layout figure img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .img_layout01 {
  }
  .unit_news .news_article .img_layout01 img {
    border-radius: calc(20 / 375 * 100vw);
  }
  .unit_news .news_article .img_layout01 figcaption {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .img_layout02 figure img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .img_layout02 figcaption {
    font-size: calc(14 / 375 * 100vw);
    line-height: 2;
    margin-top: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .text_layout_col2 li {
    width: 47.95%;
  }
  .unit_news .news_article .text_layout_col3 li {
    width: 30.88%;
  }
  .unit_news .news_article .text_layout_col4 li {
    /*width: 21.86%;*/
    width: 47.95%;
  }
  .unit_news .news_article .text_layout_col2 figure,
  .unit_news .news_article .text_layout_col3 figure,
  .unit_news .news_article .text_layout_col4 figure {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .unit_news .news_article .text_layout_col2 figure img {
    border-radius: calc(15 / 375 * 100vw);
  }
  .unit_news .news_article .text_layout_col3 figure img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .text_layout_col4 figure img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .unit_news .news_article .table_layout {
  }
  .unit_news .news_article .table_layout strong {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }
  .unit_news .news_article .table_layout dl {
  }
  .unit_news .news_article .table_layout dl .contents {
    display: flex;
    justify-content: space-between;
  }
  .unit_news .news_article .table_layout dl .contents:nth-of-type(n + 2) {
    padding-top: calc(21 / 375 * 100vw);
  }
  .unit_news .news_article .table_layout dl .contents dt {
    width: 46%;
    font-weight: 500;
    color: #222;
    padding-bottom: calc(14 / 375 * 100vw);
  }
  .unit_news .news_article .table_layout dl .contents dd {
    width: 46%;
    color: #222;
    padding-bottom: calc(14 / 375 * 100vw);
  }
  .unit_news .news_article .btn_layout {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .unit_news .news_article .btn_layout .btn00 {
    position: relative;
    z-index: 0;
    width: calc(162 / 375 * 100vw);
    aspect-ratio: 162 / 40;
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(999 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw);
  }
  .unit_news .news_article .btn_layout .btn00::after {
    /*right: calc(18.4 / 375 * 100vw);*/
    position: static;
    transform: translateY(0);
  }
  .unit_news .news_article .btn_layout .btn00.return::before {
    position: static;
    left: calc(25 / 375 * 100vw);
    transform: translateY(0) scale(-1, 1);
  }
  .unit_news .news_article .btn_layout .btn00.emphasis {
    color: #fff;
    background-color: #0d81e3;
  }
  .unit_news .news_article .btn_layout .btn00.emphasis::after {
    background-image: url("../img/common/icon_arrow_w.svg");
  }
  .unit_news .news_article .btn_layout .btn00.external::after {
    display: none;
  }
  /*一覧用のダミー記述です　ここから*/
  .unit_news .news_article .news_list {
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .unit_news .news_article .news_ordered {
    margin-bottom: calc(23 / 375 * 100vw);
  }
  .unit_news .news_article > .base_text {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .unit_news .news_article .base_text.demo {
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .unit_news .news_article .base_text.demo:has(a) {
    margin-bottom: calc(26 / 375 * 100vw);
  }
  .unit_news .news_article .demo {
    /*一覧用のダミー記述です*/
    .text_layout,
    .img_layout01,
    .img_layout02,
    .text_layout_col3,
    .text_layout_col4,
    .table_layout {
      margin-bottom: calc(23 / 375 * 100vw);
    }
    .text_layout:first-child {
      margin-bottom: calc(31 / 375 * 100vw);
    }
    .text_layout_col2 {
      margin-bottom: calc(89 / 1366 * 100vw);
    }
  }
  .unit_news .news_article .demo .table_layout {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  /*一覧用のダミー記述です ここまで*/
}
.unit_news .nav_news {
  width: 20.53%;
  color: #fff;
}
.unit_news .nav_news .sp_button {
  display: none;
}
.unit_news .nav_news .nav_content {
  background-color: #0d81e3;
  padding: calc(30 / 1366 * 100vw);
  padding-right: calc(20 / 1366 * 100vw);
  border-radius: calc(39 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content:nth-of-type(n + 2) {
  margin-top: calc(30 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content .nav_ttl {
  font-size: calc(16 / 1366 * 100vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: calc(8 / 1366 * 100vw);
  margin-bottom: calc(8 / 1366 * 100vw);
  border-bottom: 1px solid #3a91db;
}
.unit_news .nav_news .nav_content ul {
  display: flex;
  flex-flow: column;
  gap: calc(6 / 1366 * 100vw) 0;
  letter-spacing: 0;
}
.unit_news .nav_news .nav_content ul.archive {
  padding-top: calc(4 / 1366 * 100vw);
  gap: calc(2.6 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content ul > li {
  font-size: calc(14 / 1366 * 100vw);
  line-height: 2;
}
.unit_news .nav_news .nav_content .category > li {
  display: flex;
  gap: 0 calc(8 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content .category > li::before {
  content: "#";
  color: #3ca6ff;
}
.unit_news .nav_news .nav_content .navigation > li {
  position: relative;
  z-index: 0;
  padding-left: calc(16 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content .navigation > li::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(6 / 1366 * 100vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background-color: #3ca6ff;
  top: calc(11 / 1366 * 100vw);
  left: 0;
}
.unit_news .nav_news .nav_content .archive .archive_year {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
  line-height: 1;
  font-size: calc(13 / 1366 * 100vw);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.unit_news .nav_news .nav_content .archive .wrapper_yaer {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: calc(13 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
  cursor: pointer;
}
.unit_news .nav_news .nav_content .archive .wrapper_yaer::before {
  margin-right: calc(9 / 1366 * 100vw);
  content: "";
  background-image: url("../img/common/icon_news_arrow02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.3461538em;
  aspect-ratio: 4 / 7;
}
.unit_news .nav_news .nav_content .archive .wrapper_yaer::after {
  content: "+";
  margin-left: auto;
  margin-right: calc(12 / 1366 * 100vw);
  font-size: 1.2em;
  background-image: url("../img/common/dec_archive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(16 / 1366 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit_news .nav_news .nav_content .archive .wrapper_yaer.hovered {
  pointer-events: auto;
}
.unit_news .nav_news .nav_content .archive .open .wrapper_yaer::after {
  content: "-";
}
.unit_news .nav_news .nav_content .archive .wrapper_archive_month {
  display: grid;
  transition:
    padding 0.3s,
    grid-template-rows 0.3s;
  grid-template-rows: 0fr;
}
.unit_news .nav_news .nav_content .archive .open .wrapper_archive_month {
  grid-template-rows: 1fr;
}
.unit_news .nav_news .nav_content .archive .archive_month {
  overflow: hidden;
  width: calc(161 / 1366 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(11 / 1366 * 100vw);
  padding: 0;
  transition: 0.3s;
}
.unit_news .nav_news .nav_content .archive .open .archive_month {
  padding: calc(1 / 1366 * 100vw) 0 calc(6 / 1366 * 100vw);
}
.unit_news .nav_news .nav_content .archive .archive_month > li {
  width: calc(32 / 1366 * 100vw);
  aspect-ratio: 1;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.1em;
  color: #0b0b33;
  background-color: #fff;
  border-radius: 999px;
}
.unit_news .nav_news .nav_content .archive .archive_month > li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.unit_news .nav_news .nav_content .archive .archive_month > li:not(:has(a)) {
  opacity: 0.35;
}
/* モーダル */
.modal-overlay {
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background: transparent;
  backdrop-filter: blur(22.781200408935547px);
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-container {
  width: calc(334 / 375 * 100vw);
  max-height: 80vh;
  overflow-y: auto;
  padding: calc(16 / 375 * 100vw) 0;
}
.modal-bottom {
  display: flex;
  justify-content: center;
  font-size: calc(16 / 375 * 100vw);
}
.modal-close {
  background: transparent;
  border: 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 0 calc(10 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
  color: #0d81e3;
  align-self: center;
  filter: drop-shadow(0px 0px 3px rgb(255, 255, 255));
}
.modal-bottom .modal-close::before {
  content: "";
  display: block;
  background-image: url("../img/common/icon_close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1.25em;
  aspect-ratio: 1;
  align-self: center;
}
.modal-content {
  margin-bottom: calc(32 / 375 * 100vw);
}
#modal-2 .nav_content {
  position: relative;
  z-index: 0;
}
#modal-2 .nav_content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to top, #0d81e3 0%, transparent 100%);
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: calc(80 / 375 * 100vw);
  border-radius: 0 0 calc(25 / 375 * 100vw) calc(25 / 375 * 100vw);
  pointer-events: none;
}
.modal-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #0d81e3;
  padding: calc(22 / 375 * 100vw) calc(17 / 375 * 100vw) calc(22 / 375 * 100vw) calc(20 / 375 * 100vw);
  border-radius: calc(25 / 375 * 100vw);
}
.modal-open::after {
  content: "+";
  margin-left: auto;
  margin-right: calc(12 / 1366 * 100vw);
  font-size: 0.9em;
  background-image: url("../img/common/dec_archive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(20 / 375 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.modal-open:nth-of-type(n + 2) {
  margin-top: calc(10 / 375 * 100vw);
}
/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .unit_news {
    margin-top: 0;
  }
  .unit_news .unit_inner {
    width: calc(334 / 375 * 100vw);
    margin: 0 auto;
    display: flex;
    flex-flow: column-reverse;
    gap: calc(39 / 375 * 100vw) 0;
  }
  .unit_news .list_news {
    width: 100%;
  }
  .unit_news .list_news ul {
    gap: calc(20 / 375 * 100vw) 0;
  }
  .unit_news .list_news .news00 {
    width: 100%;
  }
  .unit_news .list_news .news00 a {
    width: 100%;
    aspect-ratio: 344 / 107;
    border-radius: calc(25 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  .unit_news .list_news .news00 time {
    font-size: calc(12 / 375 * 100vw);
  }
  .unit_news .list_news .news00 .tag {
    height: calc(16 / 375 * 100vw);
    min-height: calc(21 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(8 / 375 * 100vw);
    margin-top: calc(-4 / 375 * 100vw);
  }
  .unit_news .list_news .news00 .news_ttl {
    width: 100%;
    height: auto;
    margin: calc(4 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_news .list_news .news00 .btn {
    font-size: calc(10 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
  .news00 .btn::after {
    width: 1.3em;
    aspect-ratio: 1;
  }
  .unit_news .list_news .pagination {
    margin-top: calc(20 / 375 * 100vw);
  }
  .unit_news .nav_news {
    width: 100%;
  }
  .unit_news .nav_news .sp_button {
    display: block;
  }
  .unit_news .nav_news .nav_content {
    padding: calc(30 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    border-radius: calc(25 / 375 * 100vw);
  }
  .unit_news .nav_news #modal-2 .nav_content {
    padding-bottom: calc(8 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content:nth-of-type(n + 2) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .nav_ttl {
    font-size: calc(16 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content ul {
    gap: calc(2 / 375 * 100vw) 0;
  }
  .unit_news .nav_news .nav_content ul.archive {
    padding-top: calc(4 / 375 * 100vw);
    gap: calc(2.6 / 375 * 100vw);
    overflow: scroll;
    height: 40vh;
  }
  .unit_news .nav_news .nav_content ul > li {
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_news .nav_news #modal-2 .nav_content > ul > li:last-of-type {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .category > li {
    display: flex;
    gap: 0 calc(8 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .navigation > li {
    padding-left: calc(16 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .navigation > li::before {
    width: calc(6 / 375 * 100vw);
    top: calc(11 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .archive_year {
    font-size: calc(13 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .wrapper_yaer {
    font-size: calc(13 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .wrapper_yaer::before {
    margin-right: calc(9 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .wrapper_yaer::after {
    margin-right: calc(12 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .archive_month {
    width: 100%;
    justify-content: flex-start;
    gap: calc(10 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .open .archive_month {
    padding: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  .unit_news .nav_news .nav_content .archive .archive_month > li {
    width: calc(37 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
/*unit_privacy*/
.unit_privacy {
  position: relative;
  z-index: 1;
  padding: calc(84 / 1366 * 100vw) 0 0;
}
.unit_privacy p {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
.unit_privacy .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_privacy .block_attention {
  width: calc(830 / 1366 * 100vw);
  margin-bottom: calc(51 / 1366 * 100vw);
}
.unit_privacy .block_attention p + p {
  margin-top: 2em;
}
.unit_privacy .list_privacy {
  display: flex;
  flex-flow: column;
  gap: calc(30 / 1366 * 100vw);
}
.unit_privacy .list_privacy li {
  background-color: #fff;
  padding: calc(60 / 1366 * 100vw) calc(60 / 1366 * 100vw) calc(54 / 1366 * 100vw) calc(60 / 1366 * 100vw);
  border-radius: calc(31 / 1366 * 100vw);
}
.unit_privacy .list_privacy li h2 {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1.7;
  /*display: flex;
  align-items: center;
  gap: 0 calc(10 / 1366 * 100vw);*/
  margin-bottom: calc(23 / 1366 * 100vw);
  padding-left: calc(18 / 1366 * 100vw);
}
.unit_privacy .list_privacy li h2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #0d81e3;
  width: calc(8 / 1366 * 100vw);
  aspect-ratio: 1;
  border-radius: calc(999 / 1366 * 100vw);
  align-self: baseline;
  margin-top: calc(3 / 1366 * 100vw);
}
.unit_privacy .list_privacy li p + p {
  margin-top: 2em;
}
.unit_privacy .list_privacy li p a {
  display: inline;
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
}
@media screen and (max-width: 768px) {
  .unit_privacy {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .unit_privacy p {
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_privacy .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_privacy .block_attention {
    width: 100%;
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .unit_privacy .block_attention p + p {
    margin-top: 2em;
  }
  .unit_privacy .list_privacy {
    display: flex;
    flex-flow: column;
    gap: calc(30 / 375 * 100vw);
  }
  .unit_privacy .list_privacy li {
    padding: calc(26 / 375 * 100vw) calc(22 / 375 * 100vw) calc(24 / 375 * 100vw) calc(30 / 375 * 100vw);
    border-radius: calc(31 / 375 * 100vw);
  }
  .unit_privacy .list_privacy li h2 {
    font-weight: 500;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
    /*gap: 0 calc(10 / 375 * 100vw);*/
    margin-bottom: calc(7 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .unit_privacy .list_privacy li h2::before {
    width: calc(8 / 375 * 100vw);
    /*margin-top: calc(4 / 375 * 100vw);*/
    top: calc(3 / 375 * 100vw);
    left: calc(-1 / 375 * 100vw);
  }
  .unit_privacy .list_privacy li p + p {
    margin-top: 2em;
  }
}
/*unit_company*/
.unit_company {
  position: relative;
  z-index: 1;
  padding: calc(155 / 1366 * 100vw) 0 0;
}
.unit_company .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_company h2 {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 22);
  width: fit-content;
  margin-bottom: calc(22 / 1366 * 100vw);
}
.unit_company h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: calc(-40.95 / 1366 * 100vw);
  transform: translate(0, -50%) rotate(-22deg);
  width: calc(81.89 / 1366 * 100vw);
  aspect-ratio: 81.89 / 45.79;
}
.unit_company .data_company {
  padding-left: calc(50 / 1366 * 100vw);
}
.unit_company .data_company .contents {
  display: flex;
  padding-bottom: calc(26 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.unit_company .data_company .contents + .contents {
  padding-top: calc(25 / 1366 * 100vw);
  border-top: 1px solid #d0d0e6;
}
.unit_company .data_company .contents:last-of-type {
  border-bottom: 1px solid #d0d0e6;
}
.unit_company .data_company .contents dt {
  width: 12.96%;
  font-weight: 600;
}
.unit_company .data_company .contents dd {
  width: 87.04%;
}
.unit_company .data_company .contents .data_base {
  display: flex;
  flex-flow: column;
  gap: calc(23 / 1366 * 100vw);
}
.unit_company .data_company .contents .data_base h3 {
  font-weight: 600;
  margin-bottom: calc(3.5 / 1366 * 100vw);
}
.unit_company .data_company .contents .data_base h3 .cap {
  font-weight: normal;
}
.unit_company .data_company .contents .data_base .unit_address {
  margin-left: calc(10 / 1366 * 100vw);
  padding-left: calc(17 / 1366 * 100vw);
  border-left: 1px solid #d0d0e6;
}
.unit_company .data_company .contents .data_base .unit_address address + address {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .unit_company {
    padding: 0;
  }
  .unit_company .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_company h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 16);
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .unit_company h2::after {
    right: calc(-40.95 / 375 * 100vw);
    width: calc(62.83 / 375 * 100vw);
    aspect-ratio: 62.83 / 35.13;
  }
  .unit_company .data_company {
    padding-left: calc(10 / 375 * 100vw);
  }
  .unit_company .data_company .contents {
    display: flex;
    padding-bottom: calc(26 / 375 * 100vw);
    font-weight: 500;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .unit_company .data_company .contents + .contents {
    padding-top: calc(25 / 375 * 100vw);
  }
  .unit_company .data_company .contents dt {
    width: 23.15%;
  }
  .unit_company .data_company .contents dd {
    width: 76.85%;
  }
  .unit_company .data_company .contents .data_base {
    gap: calc(23 / 375 * 100vw);
  }
  .unit_company .data_company .contents .data_base h3 {
    margin-bottom: calc(3.5 / 375 * 100vw);
  }
  .unit_company .data_company .contents .data_base .unit_address {
    margin-left: calc(10 / 375 * 100vw);
    padding-left: calc(17 / 375 * 100vw);
  }
  .unit_company .data_company .contents .data_base .unit_address address + address {
    margin-top: 2em;
  }
}
/*unit_history*/
.unit_history {
  position: relative;
  z-index: 1;
  padding: calc(180 / 1366 * 100vw) 0 0;
}
.unit_history .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_history h2 {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 22);
  width: fit-content;
  margin-bottom: calc(37 / 1366 * 100vw);
}
.unit_history h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: calc(-40.95 / 1366 * 100vw);
  transform: translate(0, -50%) rotate(-22deg);
  width: calc(81.89 / 1366 * 100vw);
  aspect-ratio: 81.89 / 45.79;
}
.unit_history .list_history {
  display: flex;
  flex-flow: column;
  gap: calc(43 / 1366 * 100vw) 0;
}
.unit_history .list_history li {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  padding-left: calc(50 / 1366 * 100vw);
}
.unit_history .list_history .unit_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50 / 1366 * 100vw);
  width: 23.08%;
  align-self: baseline;
}
.unit_history .list_history .unit_img img {
  border-radius: calc(22 / 1366 * 100vw);
}
.unit_history .list_history .unit_year {
  position: relative;
  z-index: 0;
  width: 11.53%;
  color: #0d81e3;
  font-weight: 500;
  font-size: calc(29 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  align-self: flex-start;
  margin-top: calc(22 / 1366 * 100vw);
}
.unit_history .list_history .unit_year::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: radial-gradient(circle, #0d81e3 33%, rgba(13, 129, 227, 0.24) 17%);
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: calc(20 / 1366 * 100vw);
  aspect-ratio: 1;
}
.unit_history .list_history .unit_year::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: radial-gradient(#84c7ff 1px, transparent 1px);
  background-size: calc(7 / 1366 * 100vw) calc(7 / 1366 * 100vw);
  background-repeat: repeat-x;
  top: 50%;
  right: calc(-76 / 1366 * 100vw);
  transform: translate(0, -50%);
  width: calc(82 / 1366 * 100vw);
  height: calc(5 / 1366 * 100vw);
}
.unit_history .list_history .unit_event {
  position: relative;
  z-index: 0;
  width: 60.04%;
  padding-left: calc(80 / 1366 * 100vw);
  margin-top: calc(7 / 1366 * 100vw);
}
.unit_history .list_history .unit_event::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #0d81e3;
  top: calc(34 / 1366 * 100vw);
  left: calc(-10.5 / 1366 * 100vw);
  width: 1px;
  height: calc(100% + calc(42 / 1366 * 100vw));
}
.unit_history .list_history li:last-of-type .unit_event::after {
  display: none;
}
.unit_history .list_history .unit_event .data_event {
  background-color: #fff;
  padding: calc(16 / 1366 * 100vw) calc(25 / 1366 * 100vw);
  border-radius: calc(11 / 1366 * 100vw);
}
.unit_history .list_history .unit_event .cont_event {
  display: flex;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.unit_history .list_history .unit_event .cont_event dt {
  width: 6.56%;
  color: #0d81e3;
}
.unit_history .list_history .unit_event .cont_event dd {
  width: 93.44%;
  font-weight: 500;
  padding-left: calc(19 / 1366 * 100vw);
}
.unit_history .list_history .unit_event .cont_event dd a {
  display: inline;
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
} /*link_permission*/
.link_permission {
  margin-top: calc(160 / 1366 * 100vw);
}
.link_permission .unit_inner {
  position: relative;
  z-index: 0;
  background-color: #0d81e3;
  width: calc(1130 / 1366 * 100vw);
  aspect-ratio: 1130 / 310;
  margin: 0 auto;
  border-radius: calc(46 / 1366 * 100vw);
  padding: calc(90 / 1366 * 100vw) 0 0 calc(100 / 1366 * 100vw);
}
@media screen and (max-width: 768px) {
  .unit_history {
    position: relative;
    z-index: 1;
    padding: calc(61 / 375 * 100vw) 0 0;
  }
  .unit_history .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_history h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 16);
    margin-bottom: calc(48 / 375 * 100vw);
  }
  .unit_history h2::after {
    right: calc(-40.95 / 375 * 100vw);
    width: calc(62.83 / 375 * 100vw);
    aspect-ratio: 62.83 / 35.13;
  }
  .unit_history .list_history {
    display: flex;
    flex-flow: column;
    gap: calc(45 / 375 * 100vw) 0;
  }
  .unit_history .list_history li {
    padding-left: 0;
  }
  .unit_history .list_history .unit_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 23%;
    align-self: baseline;
  }
  .unit_history .list_history .unit_img img {
    border-radius: calc(10 / 375 * 100vw);
  }
  .unit_history .list_history .unit_year {
    width: fit-content;
    font-size: calc(15 / 375 * 100vw);
    margin-top: 0;
    position: absolute;
    top: calc(-19 / 375 * 100vw);
    right: 52.3%;
  }
  .unit_history .list_history .unit_year::after {
    top: 213%;
    right: auto;
    left: -96%;
    transform: translate(0, 0);
    width: calc(18 / 375 * 100vw);
  }
  .unit_history .list_history .unit_year::before {
    background-size: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw);
    top: 249%;
    right: auto;
    left: calc(-19 / 375 * 100vw);
    transform: translate(0, 0);
    width: calc(70 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
  .unit_history .list_history .unit_event {
    position: relative;
    z-index: 0;
    width: 72.5%;
    padding-left: calc(29 / 375 * 100vw);
    margin-top: 0;
  }
  .unit_history .list_history .unit_event::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #0d81e3;
    top: calc(25 / 375 * 100vw);
    left: 0;
    width: 1px;
    height: calc(100% + calc(32 / 375 * 100vw));
  }
  .unit_history .list_history li:last-of-type .unit_event::after {
    display: none;
  }
  .unit_history .list_history .unit_event .data_event {
    background-color: #fff;
    padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw);
    border-radius: calc(11 / 375 * 100vw);
  }
  .unit_history .list_history .unit_event .cont_event {
    display: flex;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.85;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .unit_history .list_history .unit_event .cont_event dt {
    width: 15.95%;
    color: #0d81e3;
  }
  .unit_history .list_history .unit_event .cont_event dd {
    width: 84.05%;
    padding-left: 0;
  }
  .unit_history .list_history .unit_event .cont_event dd a {
    color: #0d81e3;
    border-bottom: 1px solid #0d81e3;
  }
}
.link_permission .unit_inner .unit_text {
}
.link_permission .unit_inner .unit_text h2 {
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(58 / 22);
  color: #fff;
  margin-bottom: calc(14 / 1366 * 100vw);
}
.link_permission .unit_inner .unit_text .btn_link {
  font-weight: 500;
  font-size: calc(12 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #fff;
  border-radius: calc(999 / 1366 * 100vw);
  color: #0d81e3;
  width: calc(160 / 1366 * 100vw);
  aspect-ratio: 160 / 49;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 / 1366 * 100vw);
}
.link_permission .unit_inner .unit_text .btn_link::after {
  content: "";
  background-image: url("../img/common/icon_news_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 1em;
  aspect-ratio: 1;
}
.link_permission .unit_inner .unit_img {
  position: absolute;
  right: 0;
  bottom: calc(23 / 1366 * 100vw);
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .link_permission {
    margin-top: calc(80 / 375 * 100vw);
  }
  .link_permission .unit_inner {
    overflow: hidden;
    width: calc(334 / 375 * 100vw);
    aspect-ratio: 334 / 184;
    border-radius: calc(39 / 375 * 100vw);
    padding: calc(38 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .link_permission .unit_inner .unit_text h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(32 / 16);
    margin-bottom: calc(4 / 375 * 100vw);
  }
  .link_permission .unit_inner .unit_text .btn_link {
    font-size: calc(10 / 375 * 100vw);
    width: calc(131 / 375 * 100vw);
    aspect-ratio: 131 / 38;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 / 375 * 100vw);
  }
  .link_permission .unit_inner .unit_text .btn_link::after {
    content: "";
    background-image: url("../img/common/icon_news_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 1em;
    aspect-ratio: 1;
  }
  .link_permission .unit_inner .unit_img {
    right: calc(-24 / 375 * 100vw);
    bottom: calc(48 / 375 * 100vw);
    width: 59%;
  }
}
/*unit_license*/
.unit_license {
  position: relative;
  z-index: 1;
  padding: calc(155 / 1366 * 100vw) 0 0;
}
.unit_license .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_license .unit_inner hgroup {
  margin-bottom: calc(114 / 1366 * 100vw);
}
.unit_license h2 {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 22);
  width: fit-content;
}
.unit_license h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: calc(-40.95 / 1366 * 100vw);
  transform: translate(0, -50%) rotate(-22deg);
  width: calc(81.89 / 1366 * 100vw);
  aspect-ratio: 81.89 / 45.79;
}
.unit_license .unit_inner hgroup p {
  margin-top: calc(46 / 1366 * 100vw);
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
.unit_license .unit_inner hgroup a {
  display: inline;
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
  line-height: calc(28 / 14);
}
.unit_vehicle .data_license,
.unit_license .data_license {
  display: flex;
  flex-flow: column;
  gap: calc(18 / 1366 * 100vw) 0;
}
.unit_vehicle .data_license:nth-of-type(n + 2),
.unit_license .data_license:nth-of-type(n + 2) {
  margin-top: calc(80 / 1366 * 100vw);
}
.unit_vehicle .data_license:nth-of-type(2),
.unit_license .data_license:nth-of-type(2) {
  gap: calc(51 / 1366 * 100vw) 0;
}
.unit_vehicle .data_license .contents,
.unit_license .data_license .contents {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: calc(17 / 1366 * 100vw);
  border-bottom: 1px solid #d0d0e6;
  text-align: center;
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
}
.unit_vehicle .data_license .contents h3,
.unit_vehicle .data_license .contents .ttl03,
.unit_license .data_license .contents h3,
.unit_license .data_license .contents .ttl03 {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0 calc(10 / 1366 * 100vw);
  margin-bottom: calc(15 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(18 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 18);
}
.unit_vehicle .data_license .contents h3::before,
.unit_vehicle .data_license .contents .ttl03::before,
.unit_license .data_license .contents h3::before,
.unit_license .data_license .contents .ttl03::before {
  content: "";
  display: block;
  background-color: #0d81e3;
  transform: translate(0, 0);
  width: calc(10 / 1366 * 100vw);
  aspect-ratio: 1;
  border-radius: 999px;
}
.unit_license .data_license .contents dt {
  width: 3.185%;
  font-weight: 500;
}
.unit_license .data_license .contents dt:has(h3) {
  width: 100%;
}
.unit_license .data_license .contents dd {
  font-family: "Zen Kaku Gothic New";
  width: 25.18%;
  border-left: 1px solid #d0d0e6;
}
.unit_license .data_license .contents dd:nth-of-type(1) {
  width: 21.24%;
}
.unit_license .data_license .top_cont {
  font-weight: 500;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(24 / 1366 * 100vw);
}
.unit_license .data_license .top_cont.adjust01 {
  margin-bottom: calc(-10 / 1366 * 100vw);
}
.unit_license .data_license .top_cont > dt {
  position: relative;
  z-index: 0;
  width: 24.25%;
  padding: calc(21 / 1366 * 100vw) 0 calc(16 / 1366 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f3551;
  border-radius: calc(11 / 1366 * 100vw);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .unit_license {
    padding: 0;
  }
  .unit_license .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_license .unit_inner hgroup {
    margin-bottom: calc(95 / 375 * 100vw);
  }
  .unit_license h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 16);
    margin-bottom: calc(19 / 375 * 100vw);
  }
  .unit_license h2::after {
    right: calc(-40.95 / 375 * 100vw);
    width: calc(62.83 / 375 * 100vw);
    aspect-ratio: 62.83 / 35.13;
  }
  .unit_license .unit_inner hgroup p {
    margin-top: 0;
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_vehicle .data_license,
  .unit_license .data_license {
    display: flex;
    flex-flow: column;
    gap: calc(11 / 375 * 100vw) 0;
  }
  .unit_vehicle .data_license:nth-of-type(n + 2),
  .unit_license .data_license:nth-of-type(n + 2) {
    margin-top: calc(60 / 375 * 100vw);
  }
  .unit_vehicle .data_license:nth-of-type(2),
  .unit_license .data_license:nth-of-type(2) {
    gap: calc(13 / 375 * 100vw) 0;
  }
  .unit_vehicle .data_license .contents,
  .unit_license .data_license .contents {
    justify-content: flex-start;
    padding-bottom: calc(8 / 375 * 100vw);
    border-bottom: 1px solid #d0d0e6;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: calc(16 / 11);
  }
  .unit_vehicle .data_license .contents h3,
  .unit_vehicle .data_license .contents .ttl03,
  .unit_license .data_license .contents h3,
  .unit_license .data_license .contents .ttl03 {
    gap: 0 calc(7 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 14);
  }
  .unit_vehicle .data_license .contents h3::before,
  .unit_vehicle .data_license .contents .ttl03::before,
  .unit_license .data_license .contents h3::before,
  .unit_license .data_license .contents .ttl03::before {
    width: calc(7 / 375 * 100vw);
  }
  .unit_license .data_license .contents dt {
    width: 6.88%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: calc(3 / 375 * 100vw);
  }

  .unit_license .data_license .contents dt:has(h3),
  .unit_license .data_license .contents dt.ttl03 {
    width: 100%;
    flex-flow: row;
    justify-content: flex-start;
  }
  .unit_license .data_license .contents dd {
    width: 22.45%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: calc(35 / 375 * 100vw);
  }
  .unit_license .data_license .contents dd.adjust01 {
    font-size: calc(9 / 375 * 100vw);
  }
  .unit_license .data_license .contents dd:nth-of-type(1) {
    width: 17.16%;
    width: 19.16%;
  }
  .unit_license .data_license .contents dd:nth-of-type(3) {
    width: 27.54%;
    letter-spacing: 0;
  }
  .unit_license .data_license .contents dd:nth-of-type(4) {
    width: 23.97%;
    letter-spacing: 0;
  }
  .unit_license .data_license .top_cont {
    font-weight: 500;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(8 / 375 * 100vw);
    background-color: #0f3551;
    border-radius: calc(11 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
  .unit_license .data_license .top_cont.adjust01 {
    margin-bottom: calc(-10 / 1366 * 100vw);
  }
  .unit_license .data_license .top_cont > dt {
    position: relative;
    z-index: 0;
    width: 25%;
    padding: calc(21 / 1366 * 100vw) 0 calc(16 / 1366 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
  }
  .unit_license .data_license .top_cont > dt:nth-of-type(2) {
    width: 23.5%;
  }
  .unit_license .data_license .top_cont > dt:nth-of-type(3) {
    width: 29%;
  }
  .unit_license .data_license .top_cont > dt:nth-of-type(4) {
    width: 22.5%;
  }
  .unit_license .data_license .top_cont > dt:nth-of-type(n + 2) {
    border-left: 1px solid #2c4f69;
  }
}
/*unit_vehicle*/
.unit_vehicle {
  position: relative;
  z-index: 1;
  padding: calc(145 / 1366 * 100vw) 0 0;
}
.unit_vehicle .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_vehicle h2 {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 22);
  width: fit-content;
  margin-bottom: calc(50 / 1366 * 100vw);
}
.unit_vehicle h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: calc(-40.95 / 1366 * 100vw);
  transform: translate(0, -50%) rotate(-22deg);
  width: calc(81.89 / 1366 * 100vw);
  aspect-ratio: 81.89 / 45.79;
}
.unit_vehicle .list_photo {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(47 / 1366 * 100vw) 0;
  margin-bottom: calc(116 / 1366 * 100vw);
}
.unit_vehicle .list_photo li {
  width: 23.36%;
}
.unit_vehicle .list_photo li img {
  border-radius: calc(21 / 1366 * 100vw);
}
.unit_vehicle .list_photo li p {
  margin-top: calc(10 / 1366 * 100vw);
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.unit_vehicle .data_license {
  gap: calc(50 / 1366 * 100vw) 0;
}
.unit_vehicle .data_license .contents {
  justify-content: flex-start;
  gap: 0 calc(30 / 1366 * 100vw);
}
.unit_vehicle .data_license .contents h3,
.unit_vehicle .data_license .contents .ttl03 {
  margin-bottom: calc(10 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(18 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 18);
}
.unit_vehicle .data_license .contents dt {
  width: 100%;
}
.unit_vehicle .data_license .contents dd {
  font-family: "Zen Kaku Gothic New";
}
.unit_vehicle .data_license .contents dd:nth-of-type(n + 2) {
  border-left: 1px solid #d0d0e6;
  padding-left: calc(30 / 1366 * 100vw);
}
.float_link {
  position: fixed;
  z-index: 2;
  right: calc(30 / 1366 * 100vw);
  bottom: calc(80 / 1366 * 100vw);
  display: flex;
  flex-flow: column;
  gap: calc(38 / 1366 * 100vw);
}
.float_link a {
  width: calc(70 / 1366 * 100vw);
  transform-origin: right bottom;
  transition: 0.3s;
}
.float_link a.on {
  transform: scale(1.28);
}
.float_link p {
  font-weight: 500;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #0d81e3;
}
.float_link .link_licenselicense p {
  margin-bottom: calc(8 / 1366 * 100vw);
}
.float_link .link_vehicle p {
  margin-bottom: calc(-6 / 1366 * 100vw);
}
@media screen and (max-width: 768px) {
  .unit_vehicle {
    position: relative;
    z-index: 1;
    padding: calc(256 / 1366 * 100vw) 0 0;
  }
  .unit_vehicle .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_vehicle h2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(20 / 16);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .unit_vehicle h2::after {
    right: calc(-40.95 / 375 * 100vw);
    width: calc(62.83 / 375 * 100vw);
    aspect-ratio: 62.83 / 35.13;
  }
  .unit_vehicle .list_photo {
    gap: calc(20.5 / 375 * 100vw) 0;
    margin-bottom: calc(74 / 375 * 100vw);
  }
  .unit_vehicle .list_photo li {
    width: 48.5%;
  }
  .unit_vehicle .list_photo li img {
    border-radius: calc(15 / 375 * 100vw);
  }
  .unit_vehicle .list_photo li p {
    margin-top: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(16 / 12);
  }
  .unit_vehicle .data_license {
    gap: calc(19 / 375 * 100vw) 0;
  }
  .unit_vehicle .data_license .contents {
    justify-content: flex-start;
    gap: 0 calc(9.2 / 375 * 100vw);
    padding-bottom: calc(11 / 375 * 100vw);
  }
  .unit_vehicle .data_license .contents h3,
  .unit_vehicle .data_license .contents .ttl03 {
    margin-bottom: calc(5 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 14);
  }
  .unit_vehicle .data_license .contents.adjust01 dt h3 {
    margin-bottom: 0;
  }
  .unit_vehicle .data_license .contents.adjust01 {
    gap: calc(10 / 375 * 100vw) 0;
  }
  .unit_vehicle .data_license .contents dd:nth-of-type(n + 2) {
    padding-left: calc(10 / 375 * 100vw);
  }
  .unit_vehicle .data_license .contents dd.adjust01 {
    border-left: 0;
    padding-left: 0;
  }
  .float_link {
    width: 100%;
    height: calc(120 / 375 * 100vw);
    right: 0;
    bottom: calc(20 / 375 * 100vw);
    flex-flow: row;
    justify-content: center;
    gap: calc(28 / 375 * 100vw);
    overflow: hidden;
  }
  .float_link a {
    position: relative;
    z-index: 0;
    top: 100%;
    width: calc(94 / 375 * 100vw);
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    align-self: flex-end;
    gap: calc(10 / 375 * 100vw) 0;
  }
  .float_link.up a {
    top: 0;
  }
  .float_link a.on {
    transform: scale(1);
  }
  .float_link a img {
    width: calc(80 / 375 * 100vw);
    transform-origin: center bottom;
  }
  .float_link a.on img {
    transform: scale(1.21);
  }
  .float_link .link_vehicle.on img {
    transform: scale(1.4);
  }
  .float_link p {
    width: fit-content;
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    background-color: #0d81e3;
    border-radius: 99px;
    padding: calc(4.5 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
  .float_link .link_licenselicense p,
  .float_link .link_vehicle p {
    margin-bottom: 0;
  }
}
/*unit_contact*/
.unit_contact {
  button,
  input,
  optgroup,
  select,
  textarea {
    -webkit-appearance: auto;
    appearance: auto;
    vertical-align: middle;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}
.unit_contact {
  position: relative;
  z-index: 1;
  padding: calc(81 / 1366 * 100vw) 0 0;
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 14);
}
.unit_contact .unit_inner {
  width: calc(1130 / 1366 * 100vw);
  margin: 0 auto;
}
.unit_contact .unit_inner .attention + .attention {
  margin: 1.78rem 0 calc(114 / 1366 * 100vw);
}
.unit_contact.completed .unit_inner .attention + .attention {
  margin: 1.78rem 0 calc(60 / 1366 * 100vw);
}

.unit_contact .unit_inner .ttl02 {
  font-weight: bold;
  font-size: calc(18 / 1366 * 100vw);
  letter-spacing: 0.1em;
  line-height: calc(26 / 18);
  color: #0d81e3;
  margin-bottom: calc(46 / 1366 * 100vw);
}
.unit_contact .unit_inner p a {
  display: inline;
  color: #0d81e3;
  border-bottom: 1px solid #0d81e3;
}
.unit_contact .f_ttl {
  display: flex;
  align-items: center;
  gap: calc(10 / 1366 * 100vw);
  font-weight: 500;
  font-size: calc(16 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}
.unit_contact .f_ttl .required {
  font-size: calc(10 / 1366 * 100vw);
  line-height: 1;
  color: #fff;
  background-color: #ff6767;
  border-radius: calc(6 / 1366 * 100vw);
  width: 4em;
  aspect-ratio: 4 / 2;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit_contact .f_layout01 {
  display: flex;
  flex-flow: column;
  gap: calc(16 / 1366 * 100vw);
}
.unit_contact .f_layout01:nth-of-type(n + 2) {
  margin-top: calc(47 / 1366 * 100vw);
}
.unit_contact .f_layout01.adjust01 {
  margin-top: calc(16 / 1366 * 100vw);
  gap: calc(9 / 1366 * 100vw);
}
.unit_contact .f_layout01.adjust02 {
  margin-top: calc(18 / 1366 * 100vw);
  gap: calc(9 / 1366 * 100vw);
}
.unit_contact .f_layout01.adjust03 {
  margin-top: calc(47 / 1366 * 100vw);
}
.unit_contact .f_layout01.adjust04 {
  gap: calc(5 / 1366 * 100vw);
}
.unit_contact .f_layout02 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(15 / 1366 * 100vw) 0;
}
.unit_contact .f_layout03 {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: calc(16 / 1366 * 100vw) calc(18 / 1366 * 100vw);
  margin-top: calc(32 / 1366 * 100vw);
}
.unit_contact .f_layout03 .c-form__item__input {
  width: 100%;
}

.unit_contact .form_r .wpcf7-list-item {
  margin: 0;
  display: inline;
}
.unit_contact .form_r .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: calc(10 / 1366 * 100vw);
}
.unit_contact .form_r p {
  display: contents;
}

/* .unit_contact .f_layout03 p {
  display: flex;
  flex-flow: wrap;
  align-items: center;
} */

.unit_contact .f_layout02 #state,
.unit_contact .f_layout02 #city {
  width: calc(50% - calc(5 / 1366 * 100vw));
}
.unit_contact .f_layout02 .c-form__item__input #state,
.unit_contact .f_layout02 .c-form__item__input #city {
  width: 100%;
}
.unit_contact .f_layout02 #address-detail,
.unit_contact .f_layout03 #company-name {
  width: 100%;
}
/*.unit_contact .wpcf7-checkbox {
  width: 1em;
  height: 1em;
}
*/
/* .unit_contact .wrapper_form .form_r .wpcf7-checkbox {
  display: none;
} */
/* .unit_contact .wrapper_form .form_r .wpcf7-checkbox + span {
  display: inline-block;
  width: calc(20 / 1366 * 100vw);
  aspect-ratio: 1;
  border: 1px solid #e3e3e3;
  border-radius: calc(3 / 1366 * 100vw);
  position: relative;
  background-color: #fff;
}
.unit_contact .wrapper_form .form_r .wpcf7-checkbox:checked + span {
  background-color: #0d81e3;
}
.unit_contact .wrapper_form .form_r .wpcf7-checkbox:checked + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(8 / 1366 * 100vw);
  height: calc(12 / 1366 * 100vw);
  border: solid #fff;
  border-width: 0 calc(2 / 1366 * 100vw) calc(2 / 1366 * 100vw) 0;
  transform: translate(-50%, 0) rotate(45deg);
} */
.unit_contact .wpcf7-radio {
  width: 1em;
  height: 1em;
}
.unit_contact .wrapper_form {
  display: flex;
  justify-content: space-between;
}

.unit_contact .wrapper_form .form_r {
  order: 2;
  width: calc(750 / 1366 * 100vw);
  background-color: #fff;
  border-radius: calc(39 / 1366 * 100vw);
  padding: calc(63 / 1366 * 100vw) calc(60 / 1366 * 100vw) calc(60 / 1366 * 100vw);
}
.unit_contact.cheak .wrapper_form .form_r {
  width: 100%;
}
.unit_contact .wrapper_form .form_r input,
.unit_contact .wrapper_form .form_r textarea {
  border-radius: calc(11 / 1366 * 100vw);
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: calc(12 / 1366 * 100vw);
  height: 3.5em;
  padding: 0 1.25em;
  width: 100%;
}
.unit_contact .wrapper_form .form_r input[type="checkbox"] {
  width: calc(20 / 1366 * 100vw);
  appearance: none;
  aspect-ratio: 1;
  height: auto;
  border-radius: calc(3 / 1366 * 100vw);
  padding: 0;
}
.unit_contact .wrapper_form .form_r input[type="checkbox"]:checked {
  /* --- 画像の指定 --- */
  background-image: url("../img/common/icon_cheak.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80%; /* 画像のサイズ調整 */
}

.unit_contact .wrapper_form .form_r .f_select {
  position: relative;
  z-index: 0;
  width: calc(157 / 1366 * 100vw);
  border-radius: calc(11 / 1366 * 100vw);
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: calc(12 / 1366 * 100vw);
  height: 3.5em;
  padding: 0 1.25em;
}
.unit_contact .wrapper_form .form_r .c-form__group {
  display: flex;
}
.unit_contact .wrapper_form .form_r .wrapper_postcode {
  margin-top: calc(17 / 1366 * 100vw);
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.unit_contact .wrapper_form .form_r .wrapper_postcode input {
  width: calc(88 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_r .wrapper_postcode input:nth-of-type(1) {
  margin: 0 calc(5 / 1366 * 100vw) 0 calc(8 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_r .wrapper_postcode input:nth-of-type(2) {
  margin: 0 calc(5 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_r .btn_search {
  width: calc(88 / 1366 * 100vw);
  height: 3.5em;
  border-radius: calc(11 / 1366 * 100vw);
  background-color: #0f3551;
  color: #fff;
  font-size: calc(12 / 1366 * 100vw);
  text-align: center;
  font-weight: 500;
  border: calc(2 / 1366 * 100vw) solid #0f3551;
  transition: 0.3s;
}
.unit_contact .wrapper_form .form_r .btn_search:hover {
  background-color: #fff;
  color: #0f3551;
}
.unit_contact .wrapper_form .form_r textarea {
  width: 100%;
  min-height: calc(168 / 1366 * 100vw);
  padding: 0.65em 1.25em;
}
.unit_contact .wrapper_form .form_r .f_checkbox {
  display: flex;
  align-items: center;
  gap: calc(12 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_r .f_privacy {
  align-items: center;
  padding: calc(35 / 1366 * 100vw) 0 calc(25 / 1366 * 100vw);
  border-top: 1px solid #e3e3e3;
  margin-top: calc(26 / 1366 * 100vw);
  gap: calc(3 / 1366 * 100vw);
}
.unit_contact .wrapper_form .wrapper_submit {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
.unit_contact .wrapper_form .wrapper_submit .wpcf7-spinner {
  display: none;
}
.unit_contact .wrapper_form input.f_submit {
  width: calc(370 / 1366 * 100vw);
  height: auto;
  aspect-ratio: 370 / 64;
  border-radius: calc(999 / 1366 * 100vw);
  background-color: #0d81e3;
  color: #fff;
  text-align: center;
  border: calc(2 / 1366 * 100vw) solid #0d81e3;
  transition: 0.3s;
  font-size: calc(14 / 1366 * 100vw);
}
.unit_contact .wrapper_form .wrapper_submit.back input.f_submit {
  background-color: #fff;
  color: #0d81e3;
}
.unit_contact .wrapper_form .wrapper_submit.back:hover input.f_submit {
  opacity: 0.7;
}

.unit_contact.cheak .wrapper_form .form_r .c-form__group:has(.wrapper_submit) {
  margin-top: calc(60 / 1366 * 100vw);
  justify-content: center;
  gap: 0 calc(30 / 1366 * 100vw);
}
.unit_contact.cheak .wrapper_form .wrapper_submit {
  margin: 0;
}
.unit_contact.cheak .wrapper_form input.f_submit {
  width: calc(200 / 1366 * 100vw);
  aspect-ratio: 200 / 48;
}
.unit_contact .wrapper_form input.f_submit:hover {
  color: #0d81e3;
  background-color: #fff;
}

.unit_contact .wrapper_form .wrapper_submit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 1.7em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.64em;
  aspect-ratio: 1;
}
.unit_contact .wrapper_form .wrapper_submit.back::after {
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  right: auto;
  left: 1.7em;
  background-image: url("../img/common/icon_news_arrow.svg");
}

.unit_contact .wrapper_form .form_l {
  width: calc(324 / 1366 * 100vw);
  display: flex;
  flex-flow: column;
}
.unit_contact .wrapper_form .form_l .c-form__group > p + p {
  margin: calc(14 / 1366 * 100vw) 0 calc(32 / 1366 * 100vw);
}

.unit_contact .wrapper_form .form_l .f_ttl {
  margin-top: calc(38 / 1366 * 100vw);
  font-size: calc(18 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_l .f_ttl + p {
  margin: calc(14 / 1366 * 100vw) 0 calc(32 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_l .wrapper_select {
  display: flex;
  flex-flow: column;
  gap: calc(12 / 1366 * 100vw);
}

.unit_contact .wrapper_form .form_l .wrapper_select .wpcf7-list-item {
  margin: 0;
  display: block;
}

.unit_contact .wrapper_form .form_l .wrapper_select .wpcf7-radio {
  display: flex;
  flex-flow: column;
  gap: calc(12 / 1366 * 100vw);
  width: 100%;
}

.unit_contact .wrapper_form .form_l .wrapper_select label {
  display: flex;
  align-items: center;
  gap: 0 calc(12 / 1366 * 100vw);
  font-weight: 500;
}
.unit_contact .wrapper_form .form_l .wrapper_select label input[type="radio"] {
  position: relative;
  z-index: 0;
  width: 1em;
  height: 1em;
  appearance: none;
  border-radius: 50%;
  background: #fff;
}

.unit_contact .wrapper_form .form_l .wrapper_select label input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0.46em;
  height: 0.46em;
  border-radius: 50%;
  background-color: #007bff;
  transition: transform 0.1s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.unit_contact .wrapper_form .form_l .wrapper_select label input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.unit_contact .wrapper_form .form_l .wrapper_select label .form__radio__mark,
.unit_contact .wrapper_form .form_l .wrapper_select label .form__radio__label {
  display: none;
}
.unit_contact .wrapper_form .form_l .box_tel {
  margin-top: auto;
}
.unit_contact .wrapper_form .form_l .box_tel h2,
.unit_contact .wrapper_form .form_l .box_tel h3 {
  font-weight: 500;
  font-size: calc(22 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 22);
  margin-bottom: calc(20 / 1366 * 100vw);
  padding-bottom: calc(20 / 1366 * 100vw);
  border-bottom: 1px solid #d0d0e6;
}
.unit_contact .wrapper_form .form_l .box_tel address span {
  display: block;
  font-size: 1.125em;
}
.unit_contact .wrapper_form .form_l .box_tel dl {
  display: flex;
  flex-flow: column;
  gap: calc(10 / 1366 * 100vw);
  margin-top: calc(24 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_l .box_tel dl .cont {
  display: flex;
  align-items: center;
  gap: calc(10 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_l .box_tel dl dt {
  background-color: #0b0b33;
  color: #fff;
  font-size: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(44 / 1366 * 100vw);
  aspect-ratio: 4 / 2;
  align-self: center;
  border-radius: calc(999 / 1366 * 100vw);
}
.unit_contact .wrapper_form .form_l .box_tel dl dd {
  font-size: 0.875em;
  width: calc(290 / 1366 * 100vw);
}

.unit_contact .wrapper_form .form_r .text_c {
  margin-top: calc(8 / 1366 * 100vw);
  width: 100%;
}
.unit_contact .wrapper_form .form_r .text_c.adjust01 {
  margin-top: -1em;
}

.unit_contact .wrapper_form .form_r .wrapper_postcode .text_c {
  width: fit-content;
  margin-top: 0;
}

.box_return {
}
.box_return .btn00 {
  position: relative;
  margin: 0 auto;
  width: calc(200 / 1366 * 100vw);
  height: auto;
  aspect-ratio: 200 / 48;
  border-radius: calc(999 / 1366 * 100vw);
  background-color: #0d81e3;
  color: #fff;
  text-align: center;
  border: calc(2 / 1366 * 100vw) solid #0d81e3;
  transition: 0.3s;
  font-size: calc(14 / 1366 * 100vw);
  padding: 0 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_return .btn00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 1.7em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/common/icon_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.64em;
  aspect-ratio: 1;
}
.c-form__item__error {
  color: #dd0000;
}

@media screen and (max-width: 768px) {
  .unit_contact {
    padding: 0;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: calc(28 / 14);
  }
  .unit_contact .unit_inner {
    width: calc(334 / 375 * 100vw);
  }
  .unit_contact .unit_inner .attention + .attention {
    margin: 1.78rem 0 calc(97 / 375 * 100vw);
  }
  .unit_contact.completed .unit_inner .attention + .attention {
    margin: 1.78rem 0 calc(48 / 375 * 100vw);
  }
  .unit_contact .unit_inner .ttl02 {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }

  .unit_contact .unit_inner p a {
    display: inline;
    color: #0d81e3;
    border-bottom: 1px solid #0d81e3;
  }
  .unit_contact .f_ttl {
    display: flex;
    align-items: center;
    gap: calc(10 / 375 * 100vw);
    font-weight: 500;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1;
    text-align: left;
  }
  .unit_contact .f_ttl:has(#corporation-cheak) {
    order: 999;
    font-size: calc(12 / 375 * 100vw);
    gap: 0 1em;
    margin: 0;
  }
  .unit_contact .f_ttl .required {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    color: #fff;
    background-color: #ff6767;
    border-radius: calc(6 / 375 * 100vw);
    width: 4em;
    aspect-ratio: 4 / 2;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .unit_contact .f_layout01 {
    display: flex;
    flex-flow: column;
    gap: calc(16 / 375 * 100vw);
  }
  .unit_contact .f_layout01:nth-of-type(n + 2) {
    margin-top: calc(46 / 375 * 100vw);
  }
  .unit_contact .f_layout01.adjust01 {
    margin-top: calc(16 / 375 * 100vw);
    gap: calc(9 / 375 * 100vw);
  }
  .unit_contact .f_layout01.adjust02 {
    margin-top: calc(15 / 375 * 100vw);
    gap: calc(9 / 375 * 100vw);
  }
  .unit_contact .f_layout01.adjust01 label,
  .unit_contact .f_layout01.adjust02 label {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0;
  }
  .unit_contact .f_layout01.adjust03 {
    margin-top: calc(38 / 375 * 100vw);
  }
  .unit_contact .f_layout01.adjust04 {
    gap: calc(5 / 375 * 100vw);
  }

  .unit_contact .f_layout01.adjust04:has(.wpcf7-list-item-label) {
    font-size: calc(12 / 375 * 100vw);
    gap: 0 1em;
  }
  .unit_contact .f_layout01.adjust04:has(.wpcf7-list-item-label) label {
    display: flex;
    align-items: center;
    gap: 0 calc(12 / 375 * 100vw);
  }
  .unit_contact .f_layout01.adjust04:has(#purpose) {
    font-size: calc(12 / 375 * 100vw);
    gap: 0 1em;
  }
  .unit_contact .f_layout02 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: calc(21 / 375 * 100vw) 0;
  }
  .unit_contact .f_layout03 {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    gap: calc(2 / 375 * 100vw) calc(18 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }

  .unit_contact .f_layout03 p {
    display: contents;
  }

  .unit_contact .f_layout03 .f_ttl {
    order: 1;
  }

  .unit_contact .f_layout03 .wpcf7-form-control-wrap {
    order: 3;
  }
  .unit_contact .f_layout03 .c-form__item__input {
    order: 2;
  }

  .unit_contact .wpcf7-list-item {
    margin: 0;
  }

  .unit_contact .f_layout03 .wpcf7-list-item-label {
    font-size: calc(12 / 375 * 100vw);
    font-weight: 500;
    line-height: 1;
  }

  .unit_contact .form_r .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0 1em;
  }

  .unit_contact .f_layout02 #state,
  .unit_contact .f_layout02 #city {
    width: 100%;
  }
  .unit_contact .wpcf7-radio {
    width: 1em;
    height: 1em;
  }
  .unit_contact .wrapper_form {
    flex-flow: column;
  }
  .unit_contact .wrapper_form .form_r {
    width: 100%;
    background-color: #fff;
    border-radius: calc(39 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin: calc(34 / 375 * 100vw) 0 calc(65 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r input,
  .unit_contact .wrapper_form .form_r textarea {
    border-radius: calc(11 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    /* padding: 0 1.25em; */
  }

  .unit_contact .wrapper_form .form_r input[type="checkbox"] {
    width: calc(15 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r input[type="text"],
  .unit_contact .wrapper_form .form_r input[type="email"],
  .unit_contact .wrapper_form .form_r input[type="tel"],
  .unit_contact .wrapper_form .form_r textarea {
    width: 100%;
  }
  .unit_contact .wrapper_form .form_r textarea {
    height: 3.5em;
  }
  .unit_contact .wrapper_form .form_r .f_select {
    width: calc(157 / 375 * 100vw);
    border-radius: calc(11 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: 3.5em;
    padding: 0 1.25em;
  }
  .unit_contact .wrapper_form .form_r .c-form__group {
    flex-flow: column;
    gap: calc(15 / 375 * 100vw) 0;
  }
  .unit_contact.cheak .wrapper_form .form_r .c-form__group:has(.wrapper_submit) {
    margin-top: calc(48 / 375 * 100vw);
    gap: calc(15 / 375 * 100vw) 0;
    flex-flow: column-reverse;
  }

  .unit_contact .wrapper_form .form_r .wrapper_postcode {
    margin-top: calc(17 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .wrapper_postcode input {
    width: calc(84 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .wrapper_postcode input:nth-of-type(1) {
    margin: 0 calc(3 / 375 * 100vw) 0 calc(5 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .wrapper_postcode input:nth-of-type(2) {
    margin: 0 calc(3 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .btn_search {
    width: calc(84 / 375 * 100vw);
    height: 3.5em;
    border-radius: calc(11 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #0f3551;
    margin-left: auto;
  }
  .unit_contact .wrapper_form .form_r textarea {
    width: 100%;
    min-height: calc(126 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .f_checkbox {
    display: flex;
    align-items: center;
    gap: 0 calc(12 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .f_checkbox.adjust01 {
    margin-top: calc(10 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .f_privacy {
    align-items: center;
    padding: calc(35 / 375 * 100vw) 0 calc(25 / 375 * 100vw);
    border-top: 1px solid #e3e3e3;
    margin-top: calc(26 / 375 * 100vw);
    gap: calc(3 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .wrapper_submit {
    position: relative;
    z-index: 0;
    margin: 0 auto;
  }
  .unit_contact .wrapper_form input.f_submit {
    width: calc(294 / 375 * 100vw);
    height: auto;
    aspect-ratio: 294 / 64;
    border-radius: calc(999 / 375 * 100vw);
    background-color: #0d81e3;
    color: #fff;
    text-align: center;
    border: calc(2 / 375 * 100vw) solid #0d81e3;
    transition: 0.3s;
    font-size: calc(14 / 375 * 100vw);
  }
  .unit_contact.cheak .wrapper_form input.f_submit {
    width: 100%;
    aspect-ratio: 294 / 64;
  }
  .unit_contact .wrapper_form input.f_submit:hover {
    color: #0d81e3;
    background-color: #fff;
  }
  .unit_contact .wrapper_form .wrapper_submit::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    right: 1.7em;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/common/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 0.64em;
    aspect-ratio: 1;
  }
  .unit_contact .wrapper_form .wrapper_submit:hover::after {
    background-image: url("../img/common/icon_news_arrow.svg");
  }
  .unit_contact .wrapper_form .form_l {
    /* width: 100%;
    display: flex;
    flex-flow: column; */
    display: contents;
  }
  .unit_contact .wrapper_form .form_l .c-form__group {
    order: 1;
  }

  .unit_contact .wrapper_form .form_l .c-form__group > p + p {
    margin: calc(14 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
  }

  .unit_contact .wrapper_form .form_l .f_ttl {
    margin-top: 0;
    font-size: calc(18 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .f_ttl + p {
    margin: calc(14 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .wrapper_select,
  .unit_contact .wrapper_form .form_l .wrapper_select .wpcf7-radio {
    display: flex;
    flex-flow: column;
    gap: calc(12 / 375 * 100vw);
    height: auto;
  }

  .unit_contact .wrapper_form .form_l .wrapper_select label {
    display: flex;
    align-items: center;
    gap: 0 calc(12 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .box_tel {
    margin-top: auto;
    order: 3;
  }
  .unit_contact .wrapper_form .form_l .box_tel h2,
  .unit_contact .wrapper_form .form_l .box_tel h3 {
    font-weight: 500;
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .box_tel address {
    font-size: 1.1428em;
  }
  .unit_contact .wrapper_form .form_l .box_tel address span {
    font-size: 1.125em;
  }
  .unit_contact .wrapper_form .form_l .box_tel dl {
    display: flex;
    flex-flow: column;
    gap: calc(7 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .box_tel dl .cont {
    display: flex;
    align-items: center;
    gap: calc(10 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .box_tel dl dt {
    font-size: 0.8571em;
    width: calc(40 / 375 * 100vw);
    align-self: center;
    border-radius: calc(999 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_l .box_tel dl dd {
    font-size: 1em;
    width: calc(294 / 375 * 100vw);
  }
  /* .unit_contact .wrapper_form .form_r .wpcf7-checkbox + span {
    width: calc(20 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
  }
  .unit_contact .wrapper_form .form_r .wpcf7-checkbox:checked + span::after {
    width: calc(8 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    border-width: 0 calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) 0;
  } */
  .box_return .btn00 {
    width: calc(200 / 375 * 100vw);
    border-radius: calc(999 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #0d81e3;
    font-size: calc(14 / 375 * 100vw);
  }
}

/*WP用記述  */

.c-contents {
  h2.wp-block-heading {
    font-weight: bold;
    font-size: calc(18 / 1366 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 18);
    color: #0d81e3;
    margin-bottom: calc(30 / 1366 * 100vw);
  }
  h3.wp-block-heading {
    font-weight: bold;
    font-size: calc(16 / 1366 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 16);
    margin-bottom: calc(25 / 1366 * 100vw);
  }
  ol.wp-block-list {
    display: flex;
    flex-flow: column;
    gap: calc(3 / 1366 * 100vw);
    counter-reset: number;
    list-style: none;
  }
  ol.wp-block-list li {
    position: relative;
    padding-left: 1.857em;
  }

  ol.wp-block-list li::before {
    position: absolute;
    z-index: 0;
    counter-increment: number;
    content: counter(number);
    background: #0d81e3;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    left: 0;
    font-size: calc(10 / 1366 * 100vw);
    width: 1.4em;
    height: 1.4em;
    top: calc(6 / 1366 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.wp-block-list {
    /* counter-reset: number; */
    list-style-position: inside;
    list-style-type: disc;
    display: flex;
    flex-flow: column;
    gap: calc(1 / 1366 * 100vw);
  }
  ul.wp-block-list li {
    position: relative;
    text-indent: -1em;
    padding-left: 0.75em;
  }
  ul.wp-block-list li::marker {
    color: #0d81e3;
  }

  p {
    font-weight: normal;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  strong {
    font-weight: bold;
  }
  .unit_news .news_article .base_text .under_line {
    border-bottom: 1px solid #0b0b33;
  }
  s {
    text-decoration: line-through;
    text-decoration-style: double;
  }
  sup,
  sub {
    font-size: 0.6em;
  }
  a {
    color: #0d81e3;
    border-bottom: 1px solid #0d81e3;
  }

  figure img {
    border-radius: calc(30 / 1366 * 100vw);
  }
  .wp-block-columns:has(:nth-child(2)) figure img {
    border-radius: calc(15 / 1366 * 100vw);
  }
  .wp-block-columns:has(:nth-child(3)) figure img {
    border-radius: calc(9 / 1366 * 100vw);
  }
  .wp-block-columns:has(:nth-child(4)) figure img {
    border-radius: calc(6 / 1366 * 100vw);
  }

  .wp-block-image .wp-element-caption {
    font-weight: normal;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 14);
    margin: calc(10 / 1366 * 100vw) 0 0;
  }

  .wp-block-image .wp-element-caption {
    font-weight: normal;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 14);
    margin-top: calc(10 / 1366 * 100vw);
  }

  .wp-block-column p {
    margin-top: calc(20 / 1366 * 100vw);
  }

  p:has(> strong):has(+ figure.wp-block-table) > strong {
    display: block;
    font-weight: bold;
    font-size: calc(16 / 1366 * 100vw);
    letter-spacing: 0.1em;
    line-height: calc(26 / 16);
    margin-bottom: calc(31 / 1366 * 100vw);
  }

  .wp-block-table .has-fixed-layout {
    font-weight: normal;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .wp-block-table tr {
    display: flex;
    justify-content: space-between;
  }
  .wp-block-table tr + tr {
    padding-top: calc(18 / 1366 * 100vw);
  }

  .wp-block-table td:nth-of-type(1) {
    border: solid #ebebeb;
    border-width: 0 0 1px 0;
    color: #222;
    padding-bottom: calc(14 / 1366 * 100vw);
    width: 26.8%;
    font-weight: bold;
  }
  .wp-block-table td:nth-of-type(2) {
    border: solid #ebebeb;
    border-width: 0 0 1px 0;
    color: #222;
    padding-bottom: calc(14 / 1366 * 100vw);
    width: 70.8%;
  }

  .wp-block-buttons > .wp-block-button {
    width: calc(200 / 1366 * 100vw);
  }

  .wp-block-button__link {
    position: relative;
    z-index: 0;
    width: calc(200 / 1366 * 100vw);
    aspect-ratio: 200 / 48;
    font-weight: 500;
    font-size: calc(14 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2;
    color: #0d81e3;
    color: #0d81e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0d81e3;
    border-radius: calc(999 / 1366 * 100vw);
    background-color: #fff;
  }

  .wp-block-button__link::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../img/common/icon_news_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    right: calc(25 / 1366 * 100vw);
    transform: translateY(-50%);
    width: 0.54em;
    aspect-ratio: 1;
  }

  .return .wp-block-button__link::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../img/common/icon_news_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    left: calc(25 / 1366 * 100vw);
    transform: translateY(-50%) scale(-1, 1);
    width: 0.54em;
    aspect-ratio: 1;
    &::after {
      display: none;
    }
  }
  .return .wp-block-button__link::after {
    display: none;
  }

  .emphasis .wp-block-button__link {
    color: #fff;
    background-color: #0d81e3;
  }
  .emphasis .wp-block-button__link::before {
    display: none;
  }
  .emphasis .wp-block-button__link::after {
    background-image: url("../img/common/icon_arrow_w.svg");
  }
  .external .wp-block-button__link::before,
  .external .wp-block-button__link::after {
    display: none;
  }

  @media screen and (max-width: 768px) {
    h2.wp-block-heading {
      font-size: calc(16 / 375 * 100vw);
      letter-spacing: 0.1em;
      line-height: calc(26 / 16);
      margin-bottom: calc(20 / 375 * 100vw);
    }
    h3.wp-block-heading {
      font-size: calc(16 / 375 * 100vw);
      margin-bottom: calc(13 / 375 * 100vw);
    }
    ul.wp-block-list {
      gap: calc(4 / 375 * 100vw);
    }
    ul.wp-block-list li {
      text-indent: -1em;
      padding-left: 1em;
    }
    ol.wp-block-list {
      gap: calc(1 / 375 * 100vw);
    }
    ol.wp-block-list li::before {
      font-size: calc(10 / 375 * 100vw);
      width: 1.6em;
      height: 1.6em;
      top: calc(4 / 375 * 100vw);
    }
    p {
      font-size: calc(14 / 375 * 100vw);
    }
    .wp-block-columns:has(:nth-child(2)) figure img {
      border-radius: calc(10 / 375 * 100vw);
    }

    .wp-block-image .wp-element-caption {
      font-size: calc(14 / 375 * 100vw);
      margin-top: calc(10 / 375 * 100vw);
    }
    p:has(> strong):has(+ figure.wp-block-table) > strong {
      font-size: calc(16 / 375 * 100vw);
      margin-bottom: calc(36 / 375 * 100vw);
    }

    .wp-block-table tr + tr {
      padding-top: calc(21 / 375 * 100vw);
    }

    .wp-block-table td:nth-of-type(1) {
      font-size: calc(14 / 375 * 100vw);
      width: 46%;
    }
    .wp-block-table td:nth-of-type(2) {
      font-size: calc(14 / 375 * 100vw);
      width: 46%;
    }
    .wp-block-buttons > .wp-block-button {
      margin: 0 auto;
      width: calc(162 / 375 * 100vw);
    }
    .wp-block-button__link {
      position: relative;
      z-index: 0;
      width: 100%;
      aspect-ratio: 162 / 40;
      font-size: calc(14 / 375 * 100vw);
      border-radius: calc(999 / 375 * 100vw);
      gap: calc(5 / 375 * 100vw);
      padding: 0;
    }
    .unit_contact .wrapper_form .form_r .text_c {
      margin-top: calc(8 / 375 * 100vw);
      width: 100%;
    }
  }
}
