@charset "UTF-8";
:root {
  --themeColor:#052b56;
  --themeColor-lt:#fcf1ed;
  --pointColor:#ac8839;
  --linkColor:#00889d;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:1160px;
  --side: calc((100vw - (var(--w))) / 2);
  --widthXL:1260px;
  --widthLG:980px;
  --widthTab:768px;
  --font-go-base: "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-jost: "Jost", sans-serif;
  --font-roboto: "Roboto Condensed", sans-serif;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  scroll-padding-top: 80px;
}
@media (min-width: 768px) {
  html {
    font-size: 105%;
  }
}

body {
  font-size: 0.9375rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .for-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .for-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-md {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .for-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .for-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1rem;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 4px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  color: #fff;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--themeColor);
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (hover: hover) {
  .btn-flat:hover {
    opacity: 0.8;
  }
}
.btn-flat.is-outline {
  background: transparent;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
}
@media (hover: hover) {
  .btn-flat.is-outline:hover {
    background: #f2f2f2;
  }
}

.btn-grad {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #1f6cdc, #0cb0e7);
  color: #fff;
  height: 50px;
  border-radius: 4px;
  padding: 0 60px;
  border: none;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-grad {
    padding: 0 20px;
  }
}
@media (hover: hover) {
  .btn-grad:hover {
    opacity: 0.8;
  }
}
.btn-grad::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 30px;
  height: 6px;
  background: url(../img/common/icon-arrow-r-white.png) no-repeat center/contain;
}

.btn-submit {
  display: inline-block;
  padding: 20px 40px 20px 35px;
  background: var(--themeColor);
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  appearance: none;
  transition: all 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-submit {
    padding: 10px 25px 10px 20px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .btn-submit:hover {
    background: var(--linkColor);
    color: #fff;
  }
}
.btn-submit.is-gray {
  background: #888;
}
.btn-submit.is-gray::before {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .btn-submit.is-gray:hover {
    background: #686868;
    color: #fff;
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.link-circle {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  padding-right: 80px;
  height: 42px;
  background: url(../img/common/icon-arrow-circle.png) no-repeat right center/auto 100%;
  color: #000;
}
@media (hover: hover) {
  .link-circle:hover {
    color: var(--linkColor);
  }
}
.link-circle.is-white {
  color: #fff;
  background: url(../img/common/icon-arrow-circle-white.png) no-repeat right center/auto 100%;
}
.link-circle-en {
  font-size: 70%;
  margin-left: 20px;
}

.icon-outlink {
  display: block;
}
.icon-outlink::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  background: url(../img/common/icon-outlink.png) no-repeat center center/contain;
  width: 9px;
  height: 7px;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.table-1 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.table-1 th, .table-1 td {
  padding: 20px 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    padding: 15px 8px;
    font-size: 0.875rem;
  }
}
.table-1 th {
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle {
    border-bottom: none;
  }
  .table-1.is-sideTitle th {
    padding: 10px;
    background: #f2f2f2;
  }
  .table-1.is-sideTitle td {
    padding: 5px 0 10px;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-l-main {
  font-family: var(--font-roboto);
  font-size: 6.25rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .title-l-main {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .title-l-main {
    font-size: 3rem;
  }
}
.title-l-sub {
  margin-left: 15px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .title-l-sub {
    font-size: 0.875rem;
  }
}

.title-m {
  margin-bottom: 60px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .title-m {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.title-m-sub {
  margin-left: 35px;
  font-size: 0.875rem;
}

.title-s {
  margin-bottom: 30px;
  font-size: 1.375rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid var(--themeColor);
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .title-s {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

.title-sideline {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-sideline {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.title-sideline::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 5px;
  height: 44px;
  background: #057fc9;
}
@media (max-width: 767px) {
  .title-sideline::after {
    top: -2px;
    height: 32px;
  }
}

.title-doubleborder {
  border-top: 1px solid rgba(5, 126, 201, 0.537254902);
  border-bottom: 1px solid rgba(5, 126, 201, 0.537254902);
  margin-bottom: 80px;
  padding: 15px 0;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .title-doubleborder {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}

.title-bg {
  background: #e4f0fb;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  border-left: 6px solid #01357c;
  color: #01357c;
}
@media (max-width: 767px) {
  .title-bg {
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
}

.title-ss {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .title-ss {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

.main {
  padding-top: 199px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main {
    padding-top: 113px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

.pageTitle {
  position: relative;
  background: url(../img/overseas-expansion-support/bg-pagetitle.jpg) center top/cover no-repeat;
  height: 300px;
}
@media (max-width: 767px) {
  .pageTitle {
    height: 200px;
  }
}
.pageTitle.is-narrow {
  height: 150px;
}
@media (max-width: 767px) {
  .pageTitle.is-narrow {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .pageTitle-main {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .pageTitle-main {
    max-width: 96%;
  }
}
.pageTitle-main {
  color: #fff;
  height: fit-content;
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--side));
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .pageTitle-main {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .pageTitle-main {
    right: 5%;
  }
}
.pageTitle-main.is-center {
  text-align: center;
}
.pageTitle-main-en {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageTitle-main-en {
    font-size: 1.5rem;
  }
}
.pageTitle-main-en::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.is-center .pageTitle-main-en::after {
  left: 50%;
  transform: translateX(-50%);
}
.pageTitle-main-ja {
  font-size: 1.75rem;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .pageTitle-main-ja {
    font-size: 1.125rem;
  }
}
.is-narrow .pageTitle-main-ja {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .is-narrow .pageTitle-main-ja {
    font-size: 1rem;
  }
}

.breadcrumb {
  height: 60px;
  background: rgba(5, 43, 86, 0.1);
}
@media (max-width: 767px) {
  .breadcrumb {
    height: 40px;
    padding-inline: 10px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .breadcrumb-ul {
    max-width: 96%;
  }
}
.breadcrumb-ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumb-ul-li {
  font-family: var(--font-roboto);
  font-size: 0.8125rem;
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumb-ul-li {
    font-size: 0.625rem;
  }
}
.breadcrumb-ul-li a {
  color: #000;
}
@media (hover: hover) {
  .breadcrumb-ul-li a:hover {
    text-decoration: underline;
  }
}
.breadcrumb-ul-li + li {
  margin-left: 6px;
  padding-left: 12px;
  position: relative;
}
.breadcrumb-ul-li + li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pageContents {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .pageContents {
    padding-top: 40px;
  }
}
.pageContents.is-no-topPadding {
  padding-top: 0;
}

@media (min-width: 768px) {
  .pageLeadDesc {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .pageLeadDesc {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .pageLeadDesc {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.pageLeadDesc p a {
  color: var(--linkColor);
}
@media (hover: hover) {
  .pageLeadDesc p a:hover {
    text-decoration: underline;
  }
}
.pageLeadDesc-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pageLeadDesc-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.postArticle-memberIcon {
  display: flex;
  width: fit-content;
  align-items: center;
  height: fit-content;
  background-color: #b50303;
  color: #fff;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.75rem;
  margin: 0 0 5px auto;
}
.postArticle-title {
  margin-bottom: 40px;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: var(--font-roboto);
}
@media (max-width: 767px) {
  .postArticle-title {
    font-size: 1.25rem;
  }
}
.postArticle .um-locked-content {
  display: none;
}

@media (min-width: 768px) and (max-width: 1259px) {
  #articleArea .title-m {
    margin-bottom: 40px;
  }
}

.worldMap {
  margin-top: 30px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .worldMap {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .worldMap .filterTitle {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .worldMap .filterTitle {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .worldMap .filterTitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.worldMap-inner {
  position: relative;
  width: 941px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .worldMap-inner {
    width: 800px;
  }
}
@media (max-width: 767px) {
  .worldMap-map {
    width: 100%;
  }
}
.worldMap-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worldMap-control-btn {
  position: absolute;
  min-width: min(240px, 20%);
  background: #fff;
  font-size: 0.8125rem;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 40px;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .worldMap-control-btn {
    padding-inline: 10px;
  }
}
.worldMap-control-btn[data-resion=europe] {
  top: 18%;
  left: 18%;
}
.worldMap-control-btn[data-resion=asia] {
  top: 45%;
  left: 27%;
}
.worldMap-control-btn[data-resion=africa] {
  top: 60%;
  left: 2%;
}
.worldMap-control-btn[data-resion=oceania] {
  top: 67%;
  left: 41%;
}
.worldMap-control-btn[data-resion=northAmerica] {
  top: 31%;
  left: 60%;
}
.worldMap-control-btn[data-resion=southAmerica] {
  top: 70%;
  left: 76%;
}
@media (max-width: 767px) {
  .worldMap-control-btn[data-resion=southAmerica] {
    left: auto;
    right: 10%;
  }
}
@media (hover: hover) {
  .worldMap-control-btn:hover {
    background: #f2f2f2;
  }
}

.filterTitle {
  border-bottom: 4px solid var(--themeColor);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .filterTitle {
    border-bottom-width: 2px;
  }
}
.filterTitle-bg {
  height: 40px;
  display: inline-flex;
  align-items: center;
  background: var(--themeColor);
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  .filterTitle-bg {
    height: 30px;
    font-size: 0.8125rem;
  }
}

.countryBtns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .countryBtns {
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    gap: 8px;
  }
}
.countryBtns-btn {
  display: none;
  position: relative;
  appearance: none;
  background: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #969696;
  border-radius: 3px;
  height: 46px;
  padding: 4px 30px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .countryBtns-btn {
    height: 28px;
    padding: 0 3px;
    font-size: 0.6875rem;
  }
}
@media (hover: hover) {
  .countryBtns-btn:hover {
    background: #f2f2f2;
  }
}
.countryBtns-btn.is-active {
  display: flex;
}
.countryBtns-btn:has(input:checked) {
  background: #02a7d9;
  color: #fff;
}
.countryBtns-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  background: url("../img/common/icon-arrow-r-kunoji.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .countryBtns-btn::after {
    display: none;
  }
}
.countryBtns-btn input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.countryBox {
  border: 0.5px solid #000;
}
.countryBox + .countryBox {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .countryBox + .countryBox {
    margin-top: 30px;
  }
}
.countryBox-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 8px 30px;
  min-height: 58px;
  background: linear-gradient(90deg, #0bb3e8, #029dcc);
  color: #fff;
}
@media (max-width: 767px) {
  .countryBox-title {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: 40px;
    padding: 8px 10px;
    font-weight: bold;
  }
}
.countryBox-title-main {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .countryBox-title-main {
    font-size: 0.8125rem;
  }
}
.countryBox-title-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .countryBox-title-tags {
    width: 100%;
    gap: 5px;
    padding-top: 5px;
  }
}
.countryBox-title-tags-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  height: 38px;
  padding: 4px 20px;
  color: #000;
  font-size: 0.8125rem;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 979px) {
  .countryBox-title-tags-tag {
    height: 25px;
    padding: 4px 15px;
  }
}
@media (max-width: 767px) {
  .countryBox-title-tags-tag {
    right: 10px;
    top: 5px;
    height: 20px;
    padding: 4px 15px;
    font-size: 0.625rem;
  }
}
.countryBox-main {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .countryBox-main {
    padding: 20px 15px;
  }
}
.countryBox-main tr:last-child td {
  margin-bottom: 0;
}
.countryBox-main td, .countryBox-main th {
  padding: 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .countryBox-main td, .countryBox-main th {
    display: block;
    padding: 0;
  }
}
.countryBox-main th {
  color: #0bb3e8;
  font-weight: bold;
}
@media (min-width: 768px) {
  .countryBox-main th {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .countryBox-main th {
    margin-bottom: 10px;
  }
}
.countryBox-main td {
  margin-bottom: 20px;
}

.pageNavi {
  background: #e4f0fb;
  padding: 60px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageNavi {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .pageNavi {
    padding: 20px 5%;
  }
}
@media (min-width: 768px) {
  .pageNavi-ul {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .pageNavi-ul {
    max-width: 96%;
  }
}
.pageNavi-ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .pageNavi-ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pageNavi-ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pageNavi-ul-li {
  position: relative;
}
@media (max-width: 767px) {
  .pageNavi-ul-li {
    font-size: 0.75rem;
  }
}
.pageNavi-ul-li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 0.8rem;
  background: #fff;
  border: 1px solid #000;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  .pageNavi-ul-li a {
    height: 35px;
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .pageNavi-ul-li a:hover {
    background: #f2f2f2;
  }
}
.pageNavi-ul-li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.6rem;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background: url("../img/common/icon-arrow-r-kunoji.svg") no-repeat center/contain;
}

.js-accordion-title {
  cursor: pointer;
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  transition: all 0.2s;
}
.js-accordion-title::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}
.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
.js-accordion-content-inner {
  width: 100%;
  padding: 10px;
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}
body:has(.contactContents) .grecaptcha-badge {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .recoArticlesArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .recoArticlesArea {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .recoArticlesArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.recoArticles .sideArticleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .recoArticles .sideArticleList {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.recoArticles .sideArticleList .sideArticleBox + .sideArticleBox {
  margin-top: 0;
}

.backbtnArea {
  text-align: center;
  margin-top: 40px;
}

.footerContact {
  background: #f6f5f5;
  border-radius: 60px 60px 0 0;
  padding: 100px 0 160px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .footerContact {
    padding: 60px 5% 40px;
    border-radius: 30px 30px 0 0;
  }
}
@media (min-width: 768px) {
  .footerContact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .footerContact-inner {
    max-width: 96%;
  }
}
.footerContact-inner {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}
@media (max-width: 767px) {
  .footerContact-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    gap: 40px;
  }
}
.footerContact-name {
  margin-bottom: 30px;
}
.footerContact-by {
  font-weight: bold;
  margin-bottom: 40px;
}
.footerContact-address-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 4px 20px;
  line-height: 1;
}
@media (hover: hover) {
  .footerContact-address-btn:hover {
    background: var(--linkColor);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerContact-address-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footerContact-address-btn {
    margin-top: 10px;
  }
}
.footerContact-r {
  width: 60%;
  border-top: 1px solid #000;
}
@media (max-width: 767px) {
  .footerContact-r {
    width: 100%;
  }
}

.contactLink {
  padding-top: 50px;
}
.contactLink-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  font-size: 5rem;
  font-family: var(--font-roboto);
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contactLink-title {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .contactLink-title {
    margin-bottom: 20px;
    font-size: 8vw;
  }
}
@media (hover: hover) {
  .contactLink-title:hover {
    opacity: 0.6;
  }
}
.contactLink-title::after {
  content: "";
  display: block;
  width: 95px;
  height: 13px;
  background: url(../img/common/icon-arrow-r.png) no-repeat center/contain;
  margin-top: 16px;
}
.contactLink-text {
  font-size: 0.8125rem;
}
.contactLink-text p {
  line-height: 1.6;
}

.footerMain {
  background: #fff;
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .footerMain {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .footerMain-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .footerMain-inner {
    max-width: 96%;
  }
}
.footerMain-inner {
  padding: 80px 0 60px;
}
@media (max-width: 767px) {
  .footerMain-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    padding: 60px 0 20px;
  }
}

.footerNavi {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerNavi {
    flex-wrap: wrap;
    gap: 60px 0;
  }
}
@media (max-width: 767px) {
  .footerNavi {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footerNavi-ul-li {
    font-size: 0.75rem;
  }
}
.footerNavi-ul-li a {
  display: block;
  padding: 4px 0;
  color: #000;
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    color: var(--linkColor);
  }
}

.footerNaviSub {
  padding-left: 1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 40px;
}
@media (max-width: 767px) {
  .footerNaviSub {
    margin-top: 10px;
  }
}
.footerNaviSub-li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .footerNaviSub-li {
    font-size: 0.625rem;
  }
}
.footerNaviSub-li::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}

.footerBottomNavi {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0.5px solid #000;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footerBottomNavi {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footerBottomNavi {
    margin-top: 40px;
  }
}
.footerBottomNavi-ul {
  display: flex;
  gap: 60px;
}
.footerBottomNavi-ul-li {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .footerBottomNavi-ul-li {
    font-size: 0.75rem;
  }
}
.footerBottomNavi-ul-li a {
  color: #000;
}
@media (hover: hover) {
  .footerBottomNavi-ul-li a:hover {
    color: var(--linkColor);
  }
}

.footerCopyright {
  display: block;
  font-family: var(--font-jost);
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .footerCopyright {
    padding: 30px 0 0;
    font-size: 0.6875rem;
    text-align: center;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
}
@media (max-width: 767px) {
  .header {
    border-bottom: 1px solid #f3f3f3;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3% 10px;
}
@media (max-width: 767px) {
  .header-inner {
    justify-content: flex-start;
    height: 60px;
    padding-top: 15px;
  }
}
.header-logo {
  height: fit-content;
  position: relative;
  max-width: 37%;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 100%;
    width: auto;
    height: 90%;
  }
  .header-logo img {
    width: auto;
    height: 100%;
  }
}
.header-logo-by {
  position: absolute;
  bottom: 0px;
  right: -9em;
  font-weight: bold;
  font-size: 0.75rem;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .header-logo-by {
    position: static;
    margin-top: 10px;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .header-logo-by {
    display: none;
  }
}

.headerTel {
  position: fixed;
  top: 14px;
  right: 68px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--themeColor);
  border-radius: 50%;
  z-index: 5;
}
@media (min-width: 980px) {
  .headerTel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerTel {
    top: 18px;
  }
}
.headerTel img {
  width: 16px;
  height: auto;
  filter: brightness(0) invert(1);
}

.headerInfo-btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .headerInfo-btns {
    justify-content: end;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerInfo-btns {
    padding-right: 60px;
  }
}
.headerInfo-btns .btn-flat {
  width: 175px;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .headerInfo-btns .btn-flat {
    width: auto;
  }
}
.headerInfo-navi {
  display: flex;
  justify-content: flex-en;
  align-items: center;
  gap: 40px;
  margin-top: 15px;
}
.headerInfo-navi-list {
  display: flex;
  gap: 40px;
}
.headerInfo-navi-list-li {
  font-size: 0.8125rem;
  font-weight: bold;
}
.headerInfo-navi-list a {
  color: #000;
}
.headerInfo-navi-list a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-bottom: -1px;
  margin-right: 10px;
  background: url("../img/common/icon-arrow-r-kunoji.svg") no-repeat center/contain;
}
.headerInfo-navi-num {
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: 1.875rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  .headerInfo-navi-num {
    font-size: 2vw;
  }
}
.headerInfo-navi-num::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/common/icon-tel.png") no-repeat center/contain;
}
.headerInfo-navi-num a {
  color: #000;
}

@media (max-width: 979px) {
  .gNavi {
    position: fixed;
    right: 100%;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    margin: 0;
    background: linear-gradient(-10deg, var(--themeColor) 70%, rgba(0, 154, 201, 0.961));
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: translateX(0);
    z-index: 8;
    overflow-y: scroll;
  }
  .dwMenu-active .gNavi {
    transform: translateX(100%);
  }
}
.gNavi-ul {
  display: flex;
  justify-content: space-between;
  padding-inline: 3%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 980px) and (max-width: 1259px) {
  .gNavi-ul {
    justify-content: space-between;
  }
}
@media (max-width: 979px) {
  .gNavi-ul {
    display: block;
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  .gNavi-ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
    padding: 30px 10px;
  }
}
.gNavi-ul-li {
  font-size: 0.875rem;
  font-weight: bold;
}
.gNavi-ul-li a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  height: 70px;
  padding: 5px 0.5vw;
  color: #000;
}
@media (max-width: 979px) {
  .gNavi-ul-li a {
    color: #fff;
    padding: 8px 5%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .gNavi-ul-li a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .gNavi-ul-li a {
    font-size: 0.875rem;
    height: auto;
    padding: 12px 5%;
  }
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    background: #f2f2f2;
  }
}
.gNavi-ul-li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-right: 8px;
  background: #fff;
}
@media (min-width: 980px) {
  .gNavi-ul-li a::before {
    display: none;
  }
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 5;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.dwMenu {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: fixed;
  top: 5px;
  right: 10px;
  cursor: pointer;
  z-index: 5;
}
@media (min-width: 980px) {
  .dwMenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dwMenu {
    top: 13px;
  }
}
.dwMenu-hamburger {
  position: relative;
  width: 53px;
  height: 53px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.dwMenu-hamburger span {
  position: absolute;
  left: 9px;
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #000;
  transition: all 0.4s;
}
.dwMenu-hamburger span:nth-of-type(1) {
  top: 14px;
  animation: menu-bar01 0.75s forwards;
}
.dwMenu-hamburger span:nth-of-type(2) {
  top: 26px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.dwMenu-hamburger span:nth-of-type(3) {
  top: 38px;
  animation: menu-bar02 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.wpArticle {
  word-break: break-all;
  font-size: 0.9375rem;
}
.wpArticle p {
  margin-bottom: 20px;
}
.wpArticle p a {
  text-decoration: underline;
  color: var(--linkColor);
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
}
.wpArticle blockquote p {
  font-size: 1.125rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  margin: 50px auto 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    font-size: 1.125rem;
  }
}
.wpArticle h3 {
  margin: 50px auto 20px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid var(--themeColor);
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table thead {
  border-bottom-width: 1px;
}
.wpArticle table tfoot {
  border-top-width: 1px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    font-size: 0.8125rem;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle .wp-block-button__link {
  font-size: 0.875rem;
}
.wpArticle .more-link {
  color: var(--linkColor);
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-pullquote,
.wpArticle .wp-block-quote {
  background: var(--bgColor);
  padding: 30px;
  text-align: left;
}
.wpArticle .wp-block-pullquote p,
.wpArticle .wp-block-quote p {
  font-size: 0.875rem;
}
.wpArticle .wp-block-pullquote cite,
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: #999;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-media-text {
    display: block;
  }
  .wpArticle .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wpArticle .wp-block-list li {
  margin-bottom: 5px;
}
.wpArticle .wp-block-group.has-background {
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-group.has-background {
    padding: 20px 5%;
  }
}
.wpArticle .wp-block-group.has-background p:last-child {
  margin-bottom: 0;
}
.wpArticle .border img {
  border: 1px solid #ccc;
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 1rem;
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  background: #02a7d9;
  width: 33px;
  height: 33px;
  margin: 0 10px 5px 0;
  border-radius: 50%;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagination-box li:not(.page-of) {
    width: 30px;
    height: 30px;
  }
}
.pagination-box li.page-of {
  margin-right: 20px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .pagination-box li.page-of {
    padding-top: 7px;
  }
}
.pagination-box li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #cfd7d9;
  color: var(--fontColor);
}
@media (hover: hover) {
  .pagination-box li a:hover {
    background: #f8f3e3;
  }
}

.articleList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .articleList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.articleBox-img {
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 257/167;
}
.articleBox-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.articleBox-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articleBox-img-postType {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--themeColor);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
  z-index: 1;
}
.articleBox-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  min-height: 20px;
}
.articleBox-info-date {
  display: block;
  line-height: 1;
}
.articleBox-info-memberIcon {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  background-color: #b50303;
  color: #fff;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.75rem;
  margin-right: 10px;
}
.articleBox-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
.articleBox-title a {
  display: block;
  color: #000;
  line-height: 1.6;
}
@media (hover: hover) {
  .articleBox-title a:hover {
    color: var(--linkColor);
  }
}
.articleBox-text {
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articleBox-tags {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.articleBox-tags-taglabel {
  background: var(--themeColor);
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 6px;
}
.articleBox-tags-tag {
  line-height: 1;
  font-size: 0.75rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .sideArticleList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.sideArticleBox + .sideArticleBox {
  margin-top: 30px;
}
.sideArticleBox-img {
  margin-bottom: 10px;
}
.sideArticleBox-img img {
  width: 100%;
}
.sideArticleBox-date {
  display: block;
  margin-bottom: 10px;
}
.sideArticleBox-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
.sideArticleBox-title a {
  display: block;
  color: #000;
  line-height: 1.6;
}
@media (hover: hover) {
  .sideArticleBox-title a:hover {
    color: var(--linkColor);
  }
}
.sideArticleBox-excerpt {
  font-size: 0.75rem;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  background: url("../img/top/bg-top-map.png") no-repeat left top 140px/60%;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv {
    height: auto;
  }
}
@media (max-width: 767px) {
  .mv {
    display: block;
    height: auto;
    padding-block: 80px 0;
    background-size: 100% auto;
    background-position: center top 200px;
  }
}
.mv-contents {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-contents {
    padding: 40px 0;
  }
}
.mv-contents-lead {
  width: fit-content;
  position: relative;
  padding: 4px 30px 4px var(--side);
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-contents-lead {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .mv-contents-lead {
    padding-left: 5%;
    margin-bottom: 40px;
  }
}
.mv-contents-lead::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(1, 62, 132) 0%, rgb(1, 98, 190) 30%, rgb(0, 134, 248) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}
.mv-contents-lead-inner {
  position: relative;
  z-index: 1;
}
.mv-contents-inner {
  padding-left: var(--side);
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-contents-inner {
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  .mv-contents-inner {
    padding: 0 5%;
  }
}
.mv-contents-main {
  margin-top: 20px;
  font-size: 5.1875rem;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(1, 62, 132) 0%, rgb(1, 98, 190) 30%, rgb(0, 134, 248) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-contents-main {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .mv-contents-main {
    font-size: 10vw;
    white-space: normal;
  }
}
.mv-contents-sub {
  font-size: 2.8125rem;
  font-weight: bold;
  margin-block: -10px 50px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mv-contents-sub {
    font-size: 2rem;
    margin-block: 0 40px;
  }
}
@media (max-width: 767px) {
  .mv-contents-sub {
    font-size: 1.75rem;
    margin-block: 0 30px;
  }
}
@media (max-width: 767px) {
  .mv-contents-text {
    margin-top: 20px;
  }
}
.mv-contents-text p {
  line-height: 2.4;
}
.mv-img {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  max-width: 65%;
}
@media (max-width: 767px) {
  .mv-img {
    position: static;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
  }
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.topFeatures {
  background: url(../img/top/bg-feature.jpg) no-repeat center top/cover;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .topFeatures-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .topFeatures-inner {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .topFeatures-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topFeatures-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .topFeatures-title {
    text-align: center;
    font-size: 1.75rem;
  }
}
.topFeatures-title .text-s {
  font-size: 1.625rem;
}
@media (max-width: 767px) {
  .topFeatures-title .text-s {
    font-size: 1.125rem;
  }
}
.topFeatures-col {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatures-col {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .topFeatures-col {
    flex-direction: column;
    gap: 20px;
  }
}
.topFeatures-col-text {
  width: 68%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topFeatures-col-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topFeatures-col-text {
    width: 100%;
  }
}

.topFeaturesPanel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .topFeaturesPanel {
    grid-template-columns: 1fr;
  }
}
.topFeaturesPanel-item {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3450980392);
}
.topFeaturesPanel-item-title {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .topFeaturesPanel-item-title {
    font-size: 1.125rem;
  }
}
.topFeaturesPanel-item-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  background: #1becff;
  margin-top: 8px;
}
.topFeaturesPanel-item-text {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .topFeaturesPanel-item-text {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .topNews {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .topNews {
    max-width: 96%;
  }
}
.topNews {
  padding: 80px 0 120px;
  display: flex;
}
@media (max-width: 767px) {
  .topNews {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    flex-direction: column;
    padding: 40px 0 60px;
  }
}
.topNews-l {
  width: 300px;
}
@media (max-width: 767px) {
  .topNews-l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.topNews-title {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .topNews-title {
    margin-bottom: 0;
  }
}
.topNews-title-main {
  font-size: 6.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-family: var(--font-roboto);
}
@media (max-width: 767px) {
  .topNews-title-main {
    font-size: 3rem;
  }
}
.topNews-title-sub {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .topNews-title-sub {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .topNews-more {
    text-align: right;
  }
}
.topNews-main {
  flex: 1;
}

.topNewsSect {
  display: block;
  border-bottom: 1px solid #adadad;
  padding-block: 40px;
}
.topNewsSect > a {
  display: block;
  color: #000;
}
@media (hover: hover) {
  .topNewsSect > a:hover {
    color: #005baa;
  }
}
.topNewsSect-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.topNewsSect-heading-cate {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 2px 8px;
  font-size: 0.75rem;
}
.topNewsSect-heading-date {
  font-size: 0.75rem;
}
.topNewsSect-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.topNewsSect-text {
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bg-cont {
  background: linear-gradient(180deg, #eaf2f9 0%, #eaf2f9 70%, #fff 100%);
  padding-top: 1px;
}

.topMenu {
  display: flex;
  align-items: center;
  padding-right: var(--side);
  margin-top: -40px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .topMenu {
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .topMenu {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    padding-top: 40px;
  }
}
.topMenu-img {
  width: 60%;
}
@media screen and (max-width: 1660px) {
  .topMenu-img {
    width: 53%;
  }
}
@media (max-width: 767px) {
  .topMenu-img {
    width: 100%;
    order: 2;
  }
}
.topMenu-img img {
  width: 100%;
}
.topMenu-contents {
  flex: 1;
  margin-left: -10%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .topMenu-contents {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .topMenu-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    order: 1;
    margin-bottom: 40px;
  }
}
.topMenu-contents .title-l {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .topMenu-contents .title-l {
    text-align: left;
    margin-bottom: 30px;
  }
}
.topMenu-contents-text {
  margin-bottom: 60px;
  text-align: right;
}
@media (min-width: 980px) and (max-width: 1259px) {
  .topMenu-contents-text {
    width: 90%;
    margin-inline: auto 0;
  }
}
@media (max-width: 767px) {
  .topMenu-contents-text {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }
}
.topMenu-contents-more {
  text-align: right;
}
@media (max-width: 767px) {
  .topMenu-contents-more {
    text-align: left;
  }
}

.topOverseas {
  display: flex;
  align-items: center;
  padding: 120px 0 0 var(--side);
  margin-top: -60px;
  background: url("../img/top/bg-map.png") no-repeat right 15%/50%;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .topOverseas {
    padding-left: 3%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .topOverseas {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .topOverseas {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .topOverseas-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.topOverseas-contents .title-l {
  margin-bottom: 60px;
}
.topOverseas-contents .title-l-main {
  line-height: 1;
}
@media (min-width: 768px) {
  .topOverseas-contents .title-l-main {
    font-size: 4.375rem;
  }
}
@media (max-width: 767px) {
  .topOverseas-contents .title-l-main {
    font-size: 2.375rem;
  }
}
.topOverseas-contents .title-l-sub {
  display: block;
  margin: 20px 0 0 0;
}
.topOverseas-contents-text {
  margin-bottom: 60px;
}
.topOverseas-contents-more .link-circle-en {
  text-align: right;
}

.contThumb {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media (min-width: 768px) {
  .contThumb {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contThumb {
    max-width: 96%;
  }
}
.contThumb {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .contThumb {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-top: 60px;
    flex-direction: column;
    gap: 20px;
  }
}
.contThumb-item {
  position: relative;
}
.contThumb-item::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all 1s;
  pointer-events: none;
}
@media (hover: hover) {
  .contThumb-item:hover::after {
    transform: scale(0.95);
  }
}
.contThumb-item-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contThumb-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  transform: scale(1);
}
@media (hover: hover) {
  a:hover .contThumb-item-bg img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.contThumb-item-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  height: fit-content;
  pointer-events: none;
}
.contThumb-item-on-title {
  display: block;
  font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-roboto);
}
@media (max-width: 767px) {
  .contThumb-item-on-title {
    font-size: 1.75rem;
  }
}
.contThumb-item-on-sub {
  display: block;
  color: #fff;
  font-weight: bold;
}

.countryArea {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .countryArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .countryArea {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .countryArea {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.funcArea {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
}
@media (max-width: 767px) {
  .funcArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    gap: 8px;
  }
}
.funcArea-item {
  position: relative;
  background: #f7f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #969696;
  border-radius: 30px;
  height: 38px;
  padding: 4px 30px;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .funcArea-item {
    height: 20px;
    padding: 2px 10px;
    font-size: 0.6875rem;
  }
}
.funcArea-item:has(input:checked) {
  background: #02a7d9;
  color: #fff;
}
.funcArea-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .countryDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .countryDetail {
    max-width: 96%;
  }
}
.countryDetail {
  margin-top: 80px;
  display: none;
}
@media (max-width: 767px) {
  .countryDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .countryMap .countryDetail {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .countryMap .countryDetail {
    margin-top: 20px;
  }
}
.countryDetail-title {
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .countryDetail-title {
    font-size: 1.25rem;
  }
}
.countryDetail-title-search {
  font-size: 1rem;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .countryDetail-title-search {
    margin-left: 20px;
    font-size: 0.75rem;
  }
}

.fetchLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.1058823529);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.fetchLoading-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-top: 5px solid #02a7d9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.fetchLoading.is-active {
  opacity: 1;
  pointer-events: all;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pager {
    margin-top: 40px;
    gap: 5px;
  }
}
.pager-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5px;
  border: none;
  background: #fff;
  border-radius: 5px;
  color: #02a7d9;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pager-btn {
    padding: 8px 12px;
    gap: 4px;
  }
}
@media (hover: hover) {
  .pager-btn:hover:not(.is-disabled) {
    color: #02a7d9;
  }
}
.pager-btn.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #ccc;
  color: #ccc;
}
.pager-btn-icon {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .pager-btn-icon {
    font-size: 1rem;
  }
}
.pager-btn-text {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pager-btn-text {
    font-size: 0.75rem;
  }
}
.pager-numbers {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .pager-numbers {
    gap: 3px;
  }
}
.pager-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  height: 33px;
  padding: 5px 10px;
  background: #cfd7d9;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pager-number {
    min-width: 35px;
    height: 35px;
    padding: 5px 8px;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) {
  .pager-number:hover:not(.is-active):not(.pagination-ellipsis) {
    background: #f2f2f2;
    border-color: #02a7d9;
  }
}
.pager-number.is-active {
  background: #02a7d9;
  border-color: #02a7d9;
  color: #fff;
  cursor: default;
}
.pager-number.pagination-ellipsis {
  border: none;
  cursor: default;
}
.pager-number.pagination-ellipsis:hover {
  background: #fff;
}

.columnWrapper {
  display: flex;
}
@media (min-width: 768px) {
  .columnWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .columnWrapper {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .columnWrapper {
    flex-direction: column;
    padding: 0 5%;
  }
}

.sideNavi {
  width: 200px;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .sideNavi {
    width: 100%;
    border-right: 0;
  }
}
.sideNavi-inner {
  position: sticky;
  top: 0;
  overflow-y: scroll;
  padding-top: 60px;
  max-height: 100vh;
  padding-bottom: 80px;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sideNavi-inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media (max-width: 767px) {
  .sideNavi-inner {
    position: static;
    max-height: none;
    overflow-y: visible;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.sideNavi-title {
  margin-bottom: 40px;
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: var(--font-roboto);
}
@media (max-width: 767px) {
  .sideNavi-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sideNavi-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.sideNavi-ul li a {
  display: block;
  padding: 18px 0;
  color: var(--fontColor);
  font-size: 0.875rem;
}
@media (hover: hover) {
  .sideNavi-ul li a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  .sideNavi-ul li a {
    font-size: 0.6875rem;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
  }
}
.sideNavi-ul li a.is-active {
  font-weight: bold;
  color: var(--linkColor);
}

.columnContents {
  flex: 1;
  padding: 60px 50px;
  margin-inline: auto;
  max-width: 880px;
}
@media (max-width: 767px) {
  .columnContents {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .columnContents.is-single {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.columnContents .title-m {
  margin-bottom: 60px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  .columnContents .title-m {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.columnContents .title-m-sub {
  margin-left: 35px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .mapSelect-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .mapSelect-wrap {
    max-width: 96%;
  }
}

.mapSelect {
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
}
@media (min-width: 1260px) {
  .mapSelect {
    margin-bottom: 0;
  }
}
.mapSelect-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapSelect-control-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 31.094049904%;
}
@media (max-width: 767px) {
  .mapSelect-control-item {
    width: 21.113243762%;
  }
}
.mapSelect-control-item[data-country=indonesia] {
  top: 65%;
  left: 5%;
}
.mapSelect-control-item[data-country=vietnam] {
  top: 9%;
  left: 22%;
}
@media (max-width: 767px) {
  .mapSelect-control-item[data-country=vietnam] {
    top: 30%;
    left: 33%;
  }
}
.mapSelect-control-item[data-country=thailand] {
  top: 10%;
  left: -22%;
}
@media (max-width: 767px) {
  .mapSelect-control-item[data-country=thailand] {
    left: 0%;
  }
}

@media (min-width: 768px) {
  .countryWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .countryWrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .countryWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}

.countrySummaryWrap {
  display: flex;
}
@media (max-width: 767px) {
  .countrySummaryWrap {
    flex-direction: column;
  }
}

.countrySummary {
  flex: 1;
  padding: 60px 60px 40px 0;
}
@media (max-width: 767px) {
  .countrySummary {
    padding: 30px 0 20px 0;
  }
}
.countrySummary-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .countrySummary-title {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
}
.countrySummary-btn {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.countrySummary-btn .btn-grad {
  width: 390px;
  max-width: 100%;
}
.countrySummary-cont-thumb {
  width: 60%;
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .countrySummary-cont-thumb {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.countrySummary-cont-desc p a {
  color: var(--linkColor);
  text-decoration: underline;
}
@media (hover: hover) {
  .countrySummary-cont-desc p a:hover {
    text-decoration: none;
  }
}

.includeCountryDetail {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.countryNews {
  border-left: 1px solid #000;
  padding: 60px 0 60px 40px;
  width: 300px;
}
@media (max-width: 767px) {
  .countryNews {
    width: 100%;
    margin-top: 40px;
    border-left: 0;
  }
}
.countryNews-title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .countryNews-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.countryNews .sideArticleBox-date {
  font-size: 0.8125rem;
}
.countryNews .sideArticleBox-title {
  font-size: 0.8125rem;
}

.countryDetailCont .section-2 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .countryDetailCont .section-2 > .title-m:first-child {
    margin-top: 0;
  }
}
.countryDetailCont .title-m {
  margin-block: 60px 30px;
}
.countryDetailCont .title-s {
  margin-block: 40px 20px;
}
.countryDetailCont p a {
  color: var(--linkColor);
  text-decoration: underline;
}
@media (hover: hover) {
  .countryDetailCont p a:hover {
    text-decoration: none;
  }
}

.countryBasicInfo {
  display: flex;
  gap: 40px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .countryBasicInfo {
    flex-direction: column;
  }
}
.countryBasicInfo-flag {
  width: 35%;
}
@media (max-width: 767px) {
  .countryBasicInfo-flag {
    width: 100%;
  }
}
.countryBasicInfo-desc-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .countryBasicInfo-desc-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.countryBasicInfo-desc-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ccc;
  margin-top: 10px;
}
.countryBasicInfo-desc-text p {
  line-height: 1.4;
}

body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn {
  margin-bottom: 40px;
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn.wp-block-media-text {
  grid-template-columns: 35% 1fr;
  gap: 0 40px;
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn .wp-block-media-text__content {
  padding: 0;
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn h3 {
    font-size: 1.125rem;
    margin-block: 40px 15px;
  }
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ccc;
  margin-top: 10px;
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc .countryBasicInfoGtn h3 + p {
  line-height: 1.4;
}
body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc h2 {
  margin-block: 80px 30px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  body:not(:has(.includeCountryDetail)) .countrySummary-cont-desc h2 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .achievements {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .achievements {
    max-width: 96%;
  }
}
.achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-block: 80px 120px;
}
@media (max-width: 767px) {
  .achievements {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px 60px;
    gap: 10px;
  }
}
.achievements-item {
  width: calc(33.3333333333% - 20px);
  height: 176px;
  background-image: linear-gradient(180deg, rgb(5, 133, 207) 1%, rgb(3, 96, 170) 53%, rgb(1, 58, 133) 99%);
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .achievements-item {
    width: 45%;
    height: auto;
    padding: 10px;
  }
}
.achievements-item-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .achievements-item-title {
    font-size: 0.875rem;
    min-height: 50px;
    padding-bottom: 10px;
  }
}
.achievements-item-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  width: 70px;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .achievements-item-title::after {
    width: 50px;
    left: calc(50% - 25px);
  }
}
.achievements-item-icon {
  text-align: center;
}
@media (max-width: 767px) {
  .achievements-item-icon img {
    width: 60%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .globalAchieve {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .globalAchieve {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .globalAchieve {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.globalAchieve {
  display: grid;
  grid-template: "title img" auto "text img" auto "map map" 1fr/1fr 40%;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .globalAchieve {
    grid-template: "title" auto "img" auto "text" auto "map" auto/1fr;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .globalAchieve.is-layout-reverse {
    grid-template: "img title" auto "img text" 1fr "map map" 1fr/40% 1fr;
  }
}
@media (min-width: 768px) {
  .globalAchieve.is-layout-simple {
    grid-template: "title" auto "text" auto "img" 1fr/1fr;
  }
}
.globalAchieve + .globalAchieve {
  margin-top: 80px;
}
.globalAchieve .title-sideline {
  grid-area: title;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .globalAchieve .title-sideline {
    margin-bottom: 20px;
  }
}
.globalAchieve-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .globalAchieve-img {
    margin-bottom: 20px;
  }
}
.globalAchieve-img.is-layout-double img + img {
  margin-top: 15px;
}
.globalAchieve-text {
  grid-area: text;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .globalAchieve-text {
    font-size: 0.875rem;
  }
}
.globalAchieve-map {
  grid-area: map;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .globalAchieve-map {
    margin-top: 20px;
  }
}

.globalAchieveSect + .globalAchieveSect {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .globalAchieveSect + .globalAchieveSect {
    margin-top: 40px;
  }
}
.globalAchieveSect-heading {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .globalAchieveSect-heading {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .latestAchieve {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .latestAchieve {
    max-width: 96%;
  }
}
.latestAchieve {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .latestAchieve {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-top: 60px;
  }
}
.latestAchieve-btn {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .latestAchieve-btn {
    margin-top: 40px;
  }
}

.latestCase + .latestCase {
  margin-top: 60px;
}
.latestCase-title {
  margin-bottom: 40px;
  padding: 10px 20px;
  background: #337dc3;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .latestCase-title {
    margin-bottom: 25px;
    padding: 10px 15px;
    font-size: 0.8125rem;
  }
}
.latestCase-text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .latestCase-text {
    margin-bottom: 25px;
  }
}
.latestCase-list {
  margin-bottom: 30px;
}
.latestCase-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.latestCase-list-item + .latestCase-list-item {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .latestCase-list-item {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .latestCase-list-item + .latestCase-list-item {
    margin-top: 15px;
  }
}
.latestCase-list-item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  background: #337dc3;
  color: #fff;
  height: 47px;
}
@media (max-width: 767px) {
  .latestCase-list-item dt {
    width: 130px;
    height: 30px;
    font-weight: bold;
    font-size: 0.875rem;
  }
}
.latestCase-cont {
  border: 20px solid #f5f5f5;
}
@media (max-width: 767px) {
  .latestCase-cont {
    border-width: 10px;
  }
}

.latestCaseSect {
  padding: 30px;
  display: flex;
  gap: 30px;
}
.latestCaseSect + .latestCaseSect {
  border-top: 20px solid #f5f5f5;
}
@media (max-width: 767px) {
  .latestCaseSect {
    padding: 20px 15px;
    flex-direction: column;
    gap: 15px;
  }
  .latestCaseSect + .latestCaseSect {
    border-top-width: 10px;
  }
}
.latestCaseSect-title {
  min-width: 30%;
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #337dc3;
}
@media (max-width: 767px) {
  .latestCaseSect-title {
    min-width: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }
}
.latestCaseSect-cont {
  flex: 1;
}
.latestCaseSect-cont h5 {
  margin-bottom: 10px;
}
.latestCaseSect-cont-list-li {
  display: flex;
}
.latestCaseSect-cont-list-li::before {
  content: "";
  display: inline-block;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  aspect-ratio: 1;
  background: #337dc3;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .latestCaseSect-cont-list-li::before {
    margin-right: 8px;
  }
}
.latestCaseSect-cont-list-li + .latestCaseSect-cont-list-li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .latestCaseSect-cont-list-li {
    font-size: 0.875rem;
  }
  .latestCaseSect-cont-list-li + .latestCaseSect-cont-list-li {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .usecaseWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .usecaseWrap {
    max-width: 96%;
  }
}
.usecaseWrap {
  margin-block: 60px;
}
@media (max-width: 767px) {
  .usecaseWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px;
  }
}
.usecaseWrap-btn {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .usecaseWrap-btn .btn-grad {
    width: 325px;
  }
}
@media (max-width: 767px) {
  .usecaseWrap-btn {
    margin-top: 40px;
  }
  .usecaseWrap-btn .btn-grad {
    width: 100%;
  }
}

.useCaseSect + .useCaseSect {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .useCaseSect + .useCaseSect {
    margin-top: 40px;
  }
}

.caseContents {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .caseContents {
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .caseContents.is-reverse {
    flex-direction: row-reverse;
  }
}
.caseContents-img {
  width: 40%;
}
@media (max-width: 767px) {
  .caseContents-img {
    width: 100%;
  }
}
.caseContents-img img {
  width: 100%;
}
.caseContents-desc {
  flex: 1;
}

@media (min-width: 768px) {
  .ivContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .ivContents {
    max-width: 96%;
  }
}
.ivContents {
  margin-block: 80px;
}
@media (max-width: 767px) {
  .ivContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 20px;
  }
}

.ivSummary {
  display: flex;
  gap: 0 5%;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .ivSummary {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.ivSummary-img {
  width: 466px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .ivSummary-img {
    width: 100%;
    max-width: 100%;
  }
}
.ivSummary-text {
  flex: 1;
}
@media (max-width: 767px) {
  .ivSummary-text {
    margin-bottom: 20px;
  }
}
.ivSummary-text p {
  line-height: 2.2;
}

.ivSect + .ivSect {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ivSect + .ivSect {
    margin-top: 60px;
  }
}
.ivSect .title-doubleborder {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ivSect .title-doubleborder {
    margin-bottom: 20px;
  }
}
.ivSect-lead {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .ivSect-lead {
    margin-bottom: 20px;
  }
}
.ivSect-cont {
  display: flex;
  gap: 0 2%;
}
@media (max-width: 979px) {
  .ivSect-cont {
    flex-direction: column;
  }
}
.ivSect-cont-img {
  width: 389px;
  max-width: 35%;
}
@media (max-width: 767px) {
  .ivSect-cont-img {
    width: 100%;
    max-width: 100%;
    margin-block: 20px;
  }
}

.ivSectPoint {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ivSectPoint-sect {
  display: flex;
  border-top: 1px solid rgba(1, 82, 158, 0.4862745098);
  border-bottom: 1px solid rgba(1, 82, 158, 0.4862745098);
}
@media (max-width: 979px) {
  .ivSectPoint-sect {
    flex-direction: column;
  }
}
.ivSectPoint-sect-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  padding: 20px 5px;
  background: #e4f0fb;
  color: #01519e;
  font-weight: bold;
}
@media (max-width: 979px) {
  .ivSectPoint-sect-title {
    width: 100%;
    padding: 15px 0;
  }
}
.ivSectPoint-sect-list {
  flex: 1;
  padding: 20px 0 20px 40px;
  line-height: 2.2;
  list-style: decimal;
}
@media (max-width: 979px) {
  .ivSectPoint-sect-list {
    padding: 15px 0 15px 20px;
  }
}
.ivSectPoint-sect-list li + li {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .ivSectPoint-btn .btn-grad {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .flowContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .flowContents {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .flowContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.flowContents + .flowContents {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .flowContents + .flowContents {
    margin-top: 60px;
  }
}

.flowSection {
  display: flex;
  gap: 0 5%;
  border-top: 1px solid rgba(31, 107, 220, 0.4823529412);
}
@media (max-width: 767px) {
  .flowSection {
    flex-direction: column;
    gap: 20px 0;
  }
}
.flowSection + .flowSection {
  margin-top: 40px;
}
.flowSection-img {
  position: relative;
  padding-top: 10px;
  position: relative;
  width: 29%;
}
@media (max-width: 767px) {
  .flowSection-img {
    width: 100%;
  }
}
.flowSection-img-step {
  position: absolute;
  left: -20px;
  top: -1px;
  width: 134px;
  height: 88px;
  padding: 15px 0 0 15px;
  background: #1f6cdc;
  color: #fff;
  font-family: var(--font-jost);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 979px) {
  .flowSection-img-step {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .flowSection-img-step {
    width: 100px;
    height: 60px;
    padding: 10px 0 0 10px;
    font-size: 0.8125rem;
  }
}
.is-red .flowSection-img-step {
  background: #f22065;
}
.flowSection-img-step .text-s {
  font-size: 0.8125rem;
  margin-right: 3px;
}
.flowSection-desc {
  padding-top: 40px;
  flex: 1;
}
@media (max-width: 767px) {
  .flowSection-desc {
    padding-top: 5px;
  }
}
.flowSection-desc-title {
  margin-bottom: 20px;
  color: #1f6cdc;
  font-size: 1rem;
  font-weight: bold;
}
.is-red .flowSection-desc-title {
  color: #f22065;
}
.flowSection-desc-text {
  margin-bottom: 20px;
}
.flowSection-desc-info {
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .flowSection-desc-info {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .flowSection-desc-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.flowSection-desc-info-tel {
  width: 300px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.4823529412);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: min(28px, 3vw);
  color: #1f6cdc;
  font-weight: 500;
  font-family: var(--font-jost);
}
@media (min-width: 768px) {
  .flowSection-desc-info-tel {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .flowSection-desc-info-tel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flowSection-desc-info-tel {
    font-size: 1.375rem;
  }
}
.flowSection-desc-info-tel::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/common/icon-tel-2.png") no-repeat center/contain;
}
.flowSection-desc-info .btn-grad {
  height: 60px;
  width: 300px;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .flowSection-desc-info .btn-grad {
    width: 100%;
  }
}

.faqSection {
  display: block;
}
.faqSection + .faqSection {
  margin-top: 10px;
}
.faqSection-q {
  display: flex;
  background: #0bb3e8;
  color: #fff;
  min-height: 50px;
  border-radius: 60px;
  overflow: hidden;
}
.faqSection-q-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #057fc9;
}
@media (max-width: 767px) {
  .faqSection-q-num {
    font-size: 1rem;
    width: 50px;
    min-width: 50px;
  }
}
.is-red .faqSection-q-num {
  color: #f22065;
}
.faqSection-q-text {
  padding: 15px 20px;
  font-weight: bold;
}
.faqSection-a-contents {
  padding: 10px 0 20px 90px;
}
@media (max-width: 767px) {
  .faqSection-a-contents {
    padding: 10px 15px 20px 15px;
  }
}

@media (min-width: 768px) {
  .companyTableWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .companyTableWrap {
    max-width: 96%;
  }
}
.companyTableWrap {
  margin-block: 80px;
}
@media (max-width: 767px) {
  .companyTableWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px;
  }
}

.companyTable {
  width: 900px;
  max-width: 100%;
  margin: 80px auto 40px;
}
@media (max-width: 767px) {
  .companyTable {
    width: 100%;
    margin: 40px auto 20px;
  }
}
.companyTable th {
  width: 30%;
}
@media (max-width: 767px) {
  .companyTable th {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .accessMapArea {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .accessMapArea {
    max-width: 96%;
  }
}
.accessMapArea {
  margin-block: 80px;
}
@media (max-width: 767px) {
  .accessMapArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px;
  }
}

.accessMapWrap {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .accessMapWrap {
    flex-direction: column;
    gap: 40px 0;
  }
}

.accessMap {
  width: 100%;
}
.accessMap-iframeWrap {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .accessMap-iframeWrap {
    margin-bottom: 10px;
  }
}
.accessMap-iframeWrap iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .accessMap-iframeWrap iframe {
    height: 250px;
  }
}
.accessMap-address-title {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--themeColor);
  font-weight: bold;
}
@media (max-width: 767px) {
  .accessMap-address-title {
    font-size: 1rem;
  }
}
.accessMap-address address {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .newsContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .newsContents {
    max-width: 96%;
  }
}
.newsContents {
  margin-block: 60px;
}
@media (max-width: 767px) {
  .newsContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-block: 40px;
  }
}

.contactContentsWrap {
  margin-top: 60px;
}

.contactTable {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contactTable {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contactTable {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .contactTable {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.contactTable th {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contactTable th {
    padding: 15px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .contactTable th {
    width: 100%;
  }
}
.contactTable .titleicon {
  float: left;
  display: block;
  margin-top: 2px;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contactTable .titleicon {
    line-height: 1.2;
  }
}
.contactTable .titleicon.is-hissu {
  background: #c93030;
}
.contactTable .titleicon.is-nini {
  background: #3077c9;
}
.contactTable-jusho-yubinmark {
  margin-right: 5px;
}
.contactTable-jusho-yubincode {
  max-width: 130px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contactTable-jusho-input {
    margin-top: 10px;
  }
}
.contactTable input, .contactTable textarea {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contactTable input, .contactTable textarea {
    font-size: 1rem;
  }
}
.contactTable .checkboxWrap {
  display: flex;
  flex-wrap: wrap;
}
.contactTable .checkboxWrap label {
  width: 25%;
  display: inline-block;
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .contactTable .checkboxWrap label {
    width: 46%;
    margin: 15px 0 0;
  }
}
.contactTable .checkboxWrap input[type=checkbox], .contactTable .checkboxWrap input[type=radio] {
  margin-right: 5px;
}
.contactTable .radioWrap label {
  display: inline-block;
  margin: 0 30px 0 0;
}
.contactTable .radioWrap input[type=checkbox], .contactTable .radioWrap input[type=radio] {
  margin-right: 5px;
}

.contactBtns {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
}
.contactBtns .wpcf7-spinner {
  position: absolute;
  bottom: calc(100% + 10px);
  left: calc(50% - 40px);
}
.contactBtns-privacy {
  text-align: center;
  margin-block: 20px;
}

@media (min-width: 768px) {
  .contactPrivacy {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .contactPrivacy {
    max-width: 96%;
  }
}
.contactPrivacy {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .contactPrivacy {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.contactPrivacy .title-sideline {
  margin-bottom: 40px;
}
.contactPrivacy .title-bold {
  font-size: 1rem;
  margin-bottom: 20px;
}
.contactPrivacy-purpose {
  margin-bottom: 20px;
  margin-left: 5px;
}
.contactPrivacy-purpose p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.contactPrivacy-sign a {
  text-decoration: underline;
}

#container .wpcf7-response-output {
  padding: 20px;
  border: 2px solid #f2f2f2;
  position: fixed;
  top: 10px;
  left: 5%;
  width: 90%;
  z-index: 10;
  background: #cf1414;
  color: #fff;
  text-align: center;
  animation: hideMsg 4s forwards;
}

@keyframes hideMsg {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .privacyContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .privacyContents {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .privacyContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.privacyContents ol li, .privacyContents ul li {
  line-height: 1.8;
}
.privacyContents .section-3 + .section-3 {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .privacyContents .section-3 + .section-3 {
    margin-top: 100px;
  }
}
.privacyContents .section-small {
  margin-bottom: 30px;
}
.privacyContents .title-sideline {
  margin-block: 60px 40px;
}
@media (max-width: 767px) {
  .privacyContents .title-sideline {
    margin-bottom: 20px;
  }
}
.privacyContents .title-ss {
  margin-block: 20px 10px;
}
.privacyContents .title-sss {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .umContents {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .umContents {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .umContents {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.umContents .um-field + .um-field {
  margin-top: 20px;
}
.umContents .um-account-heading {
  border-bottom: 1px solid #034ab5;
  padding-bottom: 10px;
}
.umContents .um-login .um-misc-ul {
  text-align: center;
}
.umContents .um-login .um-misc-ul li + li {
  margin-top: 10px;
}
.umContents .um-login .um-misc-ul li a {
  color: #000;
  text-decoration: underline;
}
.umContents .um-account-meta.radius-1 {
  display: none;
}
.umContents .um-account-side li a span.um-account-arrow {
  top: 2px;
}

@media (min-width: 768px) {
  .um-login {
    min-width: 450px !important;
  }
}

.um-form .um-misc-with-img .um-misc-img {
  display: none;
}
.um-form .um-misc-with-img div:last-child strong::after {
  content: "様";
  margin-left: 10px;
}
.um-form .um-misc-ul {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .um-form .um-misc-ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .um-form .um-misc-ul li {
    width: 100%;
  }
}
.um-form .um-misc-ul li + li {
  margin-top: 0 !important;
}
.um-form .um-misc-ul li a {
  width: 200px;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  text-decoration: none !important;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .um-form .um-misc-ul li a {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
  }
}
