.d-flex {
  display: flex !important;
}
.d-flex.-jc-between {
  justify-content: space-between;
}
.d-flex.-jc-center {
  justify-content: center;
}
.d-flex.-ai-center {
  align-items: center;
}
.d-flex > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .d-flex-pc {
    display: flex !important;
  }
  .d-flex-pc.-jc-between {
    justify-content: space-between;
  }
  .d-flex-pc.-jc-center {
    justify-content: center;
  }
  .d-flex-pc.-ai-center {
    align-items: center;
  }
  .d-flex-pc > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .d-flex-sp {
    display: flex !important;
  }
  .d-flex-sp.-jc-between {
    justify-content: space-between;
  }
  .d-flex-sp.-jc-center {
    justify-content: center;
  }
  .d-flex-sp.-ai-center {
    align-items: center;
  }
  .d-flex-sp > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.column2-box {
  display: flex;
  gap: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .column2-box {
    gap: 4.9504950495vw;
  }
}
@media screen and (max-width: 768px) {
  .column2-box {
    display: block;
  }
}
.column2-box figure {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .column2-box figure {
    margin: 2.4752475248vw 0;
  }
}
.column2-box figure figcaption {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .column2-box figure figcaption {
    margin-top: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .column2-box figure figcaption {
    margin-top: 2.6666666667vw;
  }
}
.column2-box > div {
  flex: 1;
}

.d-block {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .d-block-pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-block-sp {
    display: block !important;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-blue {
  color: #2374bb !important;
}

.text-underline {
  text-decoration: underline !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fw-b {
  font-weight: bold !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.mt-1 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .mt-1 {
    margin-top: 1.9801980198vw;
  }
}
@media screen and (max-width: 768px) {
  .mt-1 {
    margin-top: 2.6666666667vw;
  }
}

.mt-2 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .mt-2 {
    margin-top: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .mt-2 {
    margin-top: 5.3333333333vw;
  }
}

.mt-3 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .mt-3 {
    margin-top: 5.9405940594vw;
  }
}
@media screen and (max-width: 768px) {
  .mt-3 {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  section figure {
    text-align: center;
    margin: 6.6666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  section figure figcaption {
    margin-top: 1.3333333333vw;
  }
}
section dt {
  font-weight: bold;
}

.text-indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.national-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .national-ttl {
    margin-bottom: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .national-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.national-ttl .national-flag {
  width: 60px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .national-ttl .national-flag {
    width: 5.9405940594vw;
    margin-right: 1.9801980198vw;
  }
}
@media screen and (max-width: 768px) {
  .national-ttl .national-flag {
    margin-right: 2.6666666667vw;
  }
}
.national-ttl .national-flag img {
  width: 100%;
}
.national-ttl .national-name {
  font-size: 3.2rem;
  font-weight: bold;
}

.table-scroll {
  overflow: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .table-scroll {
    margin-bottom: 5.9405940594vw;
  }
}
.table-scroll:last-child {
  margin-bottom: 0;
}
.table-scroll table {
  width: 960px;
  display: block;
  table-layout: fixed;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .table-scroll table {
    width: 95.0495049505vw;
  }
}

.area-table {
  font-size: 1.2rem;
}
.area-table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 3px;
  background: #dcdcdc;
  font-weight: bold;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-table th {
    border: 0.099009901vw;
    padding: 0.495049505vw 0.297029703vw;
  }
}
.area-table th:nth-child(1) {
  width: 15%;
}
.area-table th:nth-child(2) {
  width: 30%;
}
.area-table th:nth-child(3) {
  width: 40%;
}
.area-table th:nth-child(4) {
  width: 15%;
}
.area-table td {
  border: 1px solid #ccc;
  padding: 5px 3px;
  line-height: 1.5;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-table td {
    border: 0.099009901vw;
    padding: 0.495049505vw 0.297029703vw;
  }
}
.area-table td.teble-attention {
  font-weight: bold;
}
.area-table td:nth-child(1) {
  width: 15%;
}
.area-table td:nth-child(2) {
  width: 30%;
}
.area-table td:nth-child(3) {
  width: 40%;
}
.area-table td:nth-child(4) {
  width: 15%;
}
.area-table.icon-height td {
  padding: 5px 3px 45px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-table.icon-height td {
    padding: 0.495049505vw 0.297029703vw 4.4554455446vw;
  }
}

/****************area table**********/
.area-anchor-box {
  position: relative;
  z-index: 1;
}
.area-anchor-box ul {
  display: flex;
  margin: 40px 0;
  color: #2374bb;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-anchor-box ul {
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .area-anchor-box ul {
    margin: 10.6666666667vw 0;
  }
}
.area-anchor-box ul li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-anchor-box ul li {
    margin-right: 1.9801980198vw;
    padding-right: 1.9801980198vw;
    margin-top: 0.495049505vw;
  }
}
@media screen and (max-width: 768px) {
  .area-anchor-box ul li {
    margin-right: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.area-anchor-box ul li:last-child {
  margin-right: 0;
}
.area-anchor-box ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2374bb;
  border-right: 2px solid #2374bb;
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .area-anchor-box ul li::after {
    top: calc(50% - 0.7920792079vw);
    width: 0.9900990099vw;
    height: 0.9900990099vw;
    border-top-width: 0.198019802vw;
    border-right-width: 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  .area-anchor-box ul li::after {
    top: calc(50% - 1.6vw);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}

.area-ttl {
  color: #2374bb;
  font-size: 5rem;
}

/***************about***************/
.js-scrollable {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js-scrollable .table-content th, .js-scrollable .table-content td {
  word-break: keep-all;
}

.table-content {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  margin: 25px 0;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .table-content {
    margin: 2.4752475248vw 0;
  }
}
@media screen and (max-width: 768px) {
  .table-content {
    margin: 6.6666666667vw 0;
    white-space: inherit;
    font-size: 1.2rem;
  }
}
.table-content.layout-fixed {
  table-layout: fixed;
}
.table-content.layout-fixed th, .table-content.layout-fixed td {
  word-break: break-all;
}
.table-content th {
  border: 1px solid #ccc;
  padding: 15px 2px;
  background: #dcdcdc;
  font-weight: bold;
  border-collapse: collapse;
  vertical-align: middle;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .table-content th {
    border-width: 0.099009901vw;
    padding: 1.4851485149vw 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  .table-content th {
    border-width: 0.2666666667vw;
    padding: 2.6666666667vw 0.5333333333vw;
  }
}
.table-content td {
  border: 1px solid #ccc;
  padding: 15px 2px;
  border-collapse: collapse;
  vertical-align: middle;
  word-break: break-all;
  white-space: normal;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .table-content td {
    border-width: 0.099009901vw;
    padding: 1.4851485149vw 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  .table-content td {
    border-width: 0.2666666667vw;
    padding: 4vw 5.3333333333vw;
    word-break: inherit;
  }
}
.table-content caption {
  text-align: left;
  display: table-footer-group;
  line-height: 3rem;
  white-space: nowrap;
}

li.border-btn {
  width: 315px;
  min-height: 65px;
  border: 2px solid #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  li.border-btn {
    width: 31.1881188119vw;
    min-height: 6.4356435644vw;
    border-width: 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn {
    width: 100%;
    min-height: 12vw;
    border-width: 0.5333333333vw;
    margin: 0 auto;
  }
}
li.border-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  li.border-btn a {
    padding: 0.9900990099vw 0;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn a {
    padding: 2.6666666667vw 0;
  }
}
li.border-btn a:hover {
  text-decoration: none;
}
li.border-btn a > figure {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  li.border-btn a > figure {
    width: 3.9603960396vw;
    height: 3.9603960396vw;
    margin: 0 0.7920792079vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn a > figure {
    width: 1.5em;
    height: 1.5em;
    margin: 0 2.1333333333vw 0 0;
  }
}
li.border-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  li.border-btn a::after {
    margin-top: -0.297029703vw;
    width: 0.5940594059vw;
    height: 0.5940594059vw;
    border-top-width: 0.099009901vw;
    border-right-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn a::after {
    right: 5%;
    width: 1.6vw;
    height: 1.6vw;
    border-top-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    transform: rotate(45deg);
  }
}
li.border-btn p {
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  li.border-btn p {
    padding-right: 1.5841584158vw;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn p {
    font-size: 1.4rem;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  li.border-btn p span {
    margin-left: 1.3333333333vw;
    font-size: 1rem;
  }
}

.related-btn {
  text-align: center;
  margin: 40px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn {
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .related-btn {
    margin: 5.3333333333vw 0;
  }
}
.related-btn.for-fv {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .related-btn.for-fv {
    margin: 15px 0 0;
  }
}
.related-btn .outline-1 {
  border: 1px solid #000;
  display: block;
  padding: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn .outline-1 {
    border-width: 0.099009901vw;
    padding: 1.9801980198vw;
    margin: 0.9900990099vw 0;
  }
}
.related-btn .outline-1 > ul {
  margin-top: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn .outline-1 > ul {
    margin-top: 1.5841584158vw;
  }
}
.related-btn > p {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn > p {
    margin-bottom: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .related-btn > p {
    font-size: 1.5rem;
    margin-bottom: 4vw;
  }
}
.related-btn ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .related-btn ul {
    display: block;
  }
}
.related-btn ul + ul {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn ul + ul {
    margin-top: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .related-btn ul + ul {
    margin-top: 2.6666666667vw;
  }
}
.related-btn ul li + li {
  margin-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .related-btn ul li + li {
    margin-left: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .related-btn ul li + li {
    margin: 2.6666666667vw auto 0;
  }
}

.border-btn02 {
  width: 300px;
  border: 2px solid #333333;
  text-align: center;
  margin: 50px auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .border-btn02 {
    width: 29.702970297vw;
    border-width: 0.198019802vw;
    margin: 4.9504950495vw auto;
  }
}
@media screen and (max-width: 768px) {
  .border-btn02 {
    width: 78.6666666667vw;
  }
}
.border-btn02 a {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .border-btn02 a {
    padding: 1.9801980198vw 0;
  }
}
@media screen and (max-width: 768px) {
  .border-btn02 a {
    padding: 2.6666666667vw 0;
  }
}
.border-btn02 p {
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .border-btn02 p {
    font-size: 1.4rem;
  }
}
.border-btn02 p::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 5%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .border-btn02 p::after {
    top: 0.8910891089vw;
    width: 0.5940594059vw;
    height: 0.5940594059vw;
    border-top-width: 0.099009901vw;
    border-right-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  .border-btn02 p::after {
    top: 1.6vw;
    right: 1.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .border-btn02 p span {
    margin-left: 1.3333333333vw;
    font-size: 1rem;
  }
}

.notice {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .notice {
    margin-top: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .notice {
    margin-top: 5.3333333333vw;
  }
}
.notice > p {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .notice > p {
    font-size: 1.4rem;
  }
}
.notice .bg-gray {
  background: #dcdcdc;
  padding: 25px 35px;
  margin: 20px 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .notice .bg-gray {
    padding: 2.4752475248vw 3.4653465347vw;
    margin: 1.9801980198vw 0 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .notice .bg-gray {
    margin: 2.6666666667vw 0 8vw;
    padding: 4vw;
  }
}
.notice .bg-gray > *:first-child {
  margin-top: 0;
}
.notice .bg-gray .border-btn {
  width: 510px;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .notice .bg-gray .border-btn {
    width: 50.495049505vw;
    margin: 1.9801980198vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .notice .bg-gray .border-btn {
    width: 100%;
    margin: 2.6666666667vw auto 0;
  }
}

span.accent-color {
  color: #2374bb;
}

.column2-item figure figcaption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .column2-item figure figcaption {
    margin-bottom: 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .column2-item figure figcaption {
    margin-bottom: 2.6666666667vw;
  }
}

/***************link button***************/
.link-button {
  margin: 30px 0 0;
  width: 100%;
  max-width: 475px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button {
    margin: 2.9702970297vw 0 0;
    width: 47.0297029703vw;
  }
}
@media screen and (max-width: 768px) {
  .link-button {
    max-width: none;
  }
}
.link-button > a {
  color: #ffffff;
  background-color: #2573BB;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button > a {
    padding: 1.4851485149vw 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  .link-button > a {
    padding: 3.2vw 3.2vw;
  }
}
.link-button > a:hover {
  text-decoration: none;
}
.link-button > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 15px;
  text-align: right;
  position: relative;
  /*            flex: 0 1 auto;*/
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button > a::after {
    width: 0.7920792079vw;
    height: 0.7920792079vw;
    border-top-width: 0.198019802vw;
    border-right-width: 0.198019802vw;
    margin-left: 1.4851485149vw;
  }
}
@media screen and (max-width: 768px) {
  .link-button > a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.link-button > a .button-icon {
  width: 25px;
  height: 25px;
  flex: 0 1 auto;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button > a .button-icon {
    width: 2.4752475248vw;
    height: 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  .link-button > a .button-icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.link-button > a .button-text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  flex: auto;
}
@media screen and (max-width: 768px) {
  .link-button > a .button-text {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
  }
}
.link-button > a .button-text:first-child {
  padding-left: 25px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button > a .button-text:first-child {
    padding-left: 2.4752475248vw;
  }
}
.link-button.reversal > a {
  color: #2573BB;
  background-color: #ffffff;
  padding: 13px 23px;
  position: relative;
  border: 2px solid #2573BB;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-button.reversal > a {
    padding: 1.2871287129vw 2.2772277228vw;
    border-width: 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  .link-button.reversal > a {
    padding: 2.1333333333vw 4.8vw;
    border-width: 0.5333333333vw;
  }
}
.link-button.reversal > a::after {
  border-top-color: #2573BB;
  border-right-color: #2573BB;
}
.link-button.reversal > a .button-icon {
  filter: invert(30%) sepia(98%) saturate(644%) hue-rotate(184deg) brightness(101%) contrast(92%);
}
.link-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .link-buttons {
    margin-top: 2.9702970297vw;
    gap: 1.9801980198vw 0.9900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .link-buttons {
    margin-top: 8vw;
  }
}
.link-buttons > .link-button {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .link-buttons.column1-pc {
    flex-direction: column;
    align-items: center;
  }
  .link-buttons.column1-pc > .tag-button {
    margin: 0 auto;
  }
  .link-buttons.column2-pc {
    justify-content: flex-start;
  }
  .link-buttons.column2-pc > .link-button {
    width: calc(50% - 5px);
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1010px) {
  .link-buttons.column2-pc > .link-button {
    width: calc(50% - 0.495049505vw);
  }
}
@media screen and (min-width: 769px) {
  .link-buttons.column6-pc {
    justify-content: flex-start;
  }
  .link-buttons.column6-pc > .tag-button {
    width: calc(16.6% - 8.3333333333px);
    min-width: 100px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1010px) {
  .link-buttons.column6-pc > .tag-button {
    width: calc(16.6% - 0.8250825083vw);
    min-width: 9.900990099vw;
  }
}
@media screen and (min-width: 769px) {
  .link-buttons.column-auto-pc {
    justify-content: flex-start;
  }
  .link-buttons.column-auto-pc > .tag-button {
    width: auto;
    min-width: 100px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1010px) {
  .link-buttons.column-auto-pc > .tag-button {
    min-width: 9.900990099vw;
  }
}
@media screen and (max-width: 768px) {
  .link-buttons.column1-sp {
    gap: 4vw;
  }
  .link-buttons.column1-sp > .link-button {
    width: 100%;
  }
  .link-buttons.column2-sp {
    gap: 2.6666666667vw;
    justify-content: flex-start;
  }
  .link-buttons.column2-sp > .tag-button {
    width: calc(50% - 1.3333333333vw);
    margin: 0;
  }
}

html:lang(en) .link-button > a .button-text,
html:lang(fr) .link-button > a .button-text,
html:lang(de) .link-button > a .button-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  html:lang(en) .link-button > a .button-text,
html:lang(fr) .link-button > a .button-text,
html:lang(de) .link-button > a .button-text {
    font-size: 1.1rem;
  }
}

/***************tag button***************/
.tag-button {
  margin: 30px 0 0;
  width: 100%;
  max-width: 400px;
  display: flex;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .tag-button {
    margin: 2.9702970297vw 0 0;
    width: 39.603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .tag-button {
    max-width: none;
  }
}
.tag-button > a {
  color: #ffffff;
  background-color: #2573BB;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .tag-button > a {
    padding: 0.495049505vw;
  }
}
@media screen and (max-width: 768px) {
  .tag-button > a {
    padding: 4vw 2.6666666667vw;
    font-size: 1.4rem;
    justify-content: space-between;
  }
}
.tag-button > a:hover {
  text-decoration: none;
}
.tag-button > a::after {
  content: "";
  background: url(/assets/img/svg/link.svg) no-repeat left center;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  text-align: right;
  position: relative;
  flex: 0 1 auto;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .tag-button > a::after {
    width: 1.4851485149vw;
    height: 1.4851485149vw;
    margin-left: 0.495049505vw;
  }
}
@media screen and (max-width: 768px) {
  .tag-button > a::after {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 1.3333333333vw;
  }
}
.tag-button > a * {
  flex: 1;
}
.tag-button.size-s {
  max-width: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .tag-button.size-s {
    width: 19.801980198vw;
  }
}
@media screen and (max-width: 768px) {
  .tag-button.size-s {
    max-width: none;
  }
}
.tag-button.size-s > a {
  font-size: 1.4rem;
}

.image-text-box {
  background-color: #F8F8F8;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  margin: 100px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .image-text-box {
    margin: 9.900990099vw 0;
  }
}
@media screen and (max-width: 768px) {
  .image-text-box {
    flex-direction: column;
    margin: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .image-text-box.reverse {
    flex-direction: row-reverse;
  }
  .image-text-box.reverse > .text-area {
    max-width: calc(50% + 530px);
    padding: 0 25px 0 calc(40% + 25px);
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1010px) {
  .image-text-box.reverse > .text-area {
    width: calc(50% + 52.4752475248vw);
    padding: 0 2.4752475248vw 0 calc(40% + 2.4752475248vw);
  }
}
@media screen and (min-width: 769px) {
  .image-text-box.reverse > .image-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  }
}
.image-text-box > .text-area {
  width: 100%;
  max-width: 1010px;
  flex: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 25% 0 25px;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .image-text-box > .text-area {
    padding: 0 calc(40% + 2.4752475248vw) 0 2.4752475248vw;
  }
}
@media screen and (max-width: 768px) {
  .image-text-box > .text-area {
    position: relative;
    left: 0;
    transform: translateX(0);
    padding: 10.6666666667vw 6.6666666667vw 5.3333333333vw;
  }
}
.image-text-box > .image-area {
  width: 40%;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .image-text-box > .image-area {
    height: 39.603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .image-text-box > .image-area {
    width: 100%;
    height: 90.6666666667vw;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
}
.image-text-box > .image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.image-text-boxs {
  margin: 100px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .image-text-boxs {
    margin: 9.900990099vw 0;
  }
}
@media screen and (max-width: 768px) {
  .image-text-boxs {
    margin: 13.3333333333vw 0;
  }
}
.image-text-boxs > .image-text-box {
  margin: 0;
}
.image-text-boxs > .image-text-box + * {
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .image-text-boxs > .image-text-box + * {
    margin-top: 0;
  }
}
.image-text-boxs > .image-text-box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .image-text-boxs > .image-text-box:nth-child(odd) {
    flex-direction: column;
  }
}
.image-text-boxs > .image-text-box:nth-child(odd) > .text-area {
  max-width: calc(50% + 530px);
  padding: 0 25px 0 calc(40% + 25px);
  left: 0;
  transform: translateX(0);
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .image-text-boxs > .image-text-box:nth-child(odd) > .text-area {
    width: calc(50% + 52.4752475248vw);
    padding: 0 2.4752475248vw 0 calc(40% + 2.4752475248vw);
  }
}
@media screen and (max-width: 768px) {
  .image-text-boxs > .image-text-box:nth-child(odd) > .text-area {
    padding: 10.6666666667vw 6.6666666667vw 5.3333333333vw;
    max-width: none;
  }
}
.image-text-boxs > .image-text-box:nth-child(odd) > .image-area {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .image-text-boxs > .image-text-box:nth-child(odd) > .image-area {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  }
}

.ttl-M {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M {
    margin-bottom: 1.9801980198vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M {
    margin-bottom: 5.3333333333vw;
  }
}
.ttl-M-border {
  color: #2374bb;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
  border-bottom: 2px solid #2374bb;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M-border {
    margin-bottom: 2.9702970297vw;
    border-bottom-width: 0.198019802vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M-border {
    padding-bottom: 4vw;
    margin-bottom: 8vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.ttl-M.-flex {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  gap: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M.-flex {
    padding-bottom: 0.7920792079vw;
    gap: 0.495049505vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M.-flex {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2.1333333333vw;
    gap: 1.3333333333vw;
  }
  .ttl-M.-flex br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M.-flex > figure {
    margin: 0;
  }
}
.ttl-M > figure {
  margin: 0 8px 0 0;
}
.ttl-M > figure > svg {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M > figure > svg {
    width: 3.9603960396vw;
    height: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M > figure > svg {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M > figure {
    margin: 0 0.7920792079vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M > figure {
    margin: 0 2.1333333333vw 0 0;
  }
}
.ttl-M .inline-icon {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .ttl-M .inline-icon {
    width: 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-M .inline-icon {
    width: 10.6666666667vw;
  }
}

.outer-top-M {
  margin-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .outer-top-M {
    margin-top: 4.9504950495vw;
  }
}
@media screen and (max-width: 768px) {
  .outer-top-M {
    margin-top: 10.6666666667vw;
  }
}

.outer-top-S {
  margin-top: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .outer-top-S {
    margin-top: 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .outer-top-S {
    margin-top: 8vw;
  }
}

.sttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.movie-area {
  width: 100%;
  margin: 30px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .movie-area {
    margin: 2.9702970297vw 0 3.9603960396vw;
  }
}
@media screen and (max-width: 768px) {
  .movie-area {
    margin: 8vw 0 8vw;
  }
}
.movie-area .movie {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 769px) {
  iframe.movie {
    min-height: 440px;
  }
}
@media screen and (max-width: 768px) {
  iframe.movie {
    min-height: 43vw;
  }
}

.border-box {
  padding: 70px 10px;
  border: 1px solid #3e73b6;
  margin: 40px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .border-box {
    padding: 6.9306930693vw 0.9900990099vw;
    border-width: 0.099009901vw;
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .border-box {
    padding: 16vw 1.3333333333vw;
    border-width: 0.2666666667vw;
    margin: 8vw 0;
  }
}
.border-box.-bg-lightblue {
  background-color: #f2f7fb;
}
.border-box.-type-red {
  background-color: #fdf0ee;
  border-color: #ff0000;
}
.border-box.-type-red .copy-text {
  color: #ff0000;
}
.border-box.-type-red .copy-text > a {
  color: #ff0000;
}
.border-box > *:first-child {
  margin-top: 0 !important;
}
.border-box > *:last-child {
  margin-bottom: 0 !important;
}

.cherry-box {
  color: #ffffff;
  background: url(/assets/img/index/bg_blossom.jpg) no-repeat center top;
  background-size: cover;
  padding: 70px 90px;
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .cherry-box {
    padding: 6.9306930693vw 7.9207920792vw;
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .cherry-box {
    padding: 25.3333333333vw 5.3333333333vw;
    margin: 8vw 0;
  }
}
.cherry-box::before {
  background-color: rgba(0, 0, 0, 0.5215686275);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cherry-box::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .cherry-box::after {
    top: 2.9702970297vw;
    left: 2.9702970297vw;
    right: 2.9702970297vw;
    bottom: 2.9702970297vw;
    border-width: 0.099009901vw;
  }
}
@media screen and (max-width: 768px) {
  .cherry-box::after {
    top: 5.3333333333vw;
    left: 4vw;
    right: 4vw;
    bottom: 5.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.cherry-box > * {
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}
.cherry-box > *:first-child {
  margin-top: 0 !important;
}
.cherry-box > *:last-child {
  margin-bottom: 0 !important;
}

.copy-text {
  color: #3E73B6;
  font-size: 3rem;
  font-weight: bold;
  margin: 40px 0 30px;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .copy-text {
    margin: 3.9603960396vw 0 2.9702970297vw;
  }
}
@media screen and (max-width: 768px) {
  .copy-text {
    font-size: 2rem;
    margin: 8vw 0;
  }
}
.copy-text.size-S {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .copy-text.size-S {
    font-size: 1.8rem;
  }
}
.copy-text.size-L {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .copy-text.size-L {
    font-size: 2.4rem;
  }
}
.copy-text .tag-text {
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 2.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .copy-text .tag-text {
    padding: 0.9900990099vw 1.7821782178vw;
    margin-bottom: 1.4851485149vw;
    border-radius: 0.495049505vw;
  }
}
@media screen and (max-width: 768px) {
  .copy-text .tag-text {
    padding: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 1.2rem;
  }
}

.important-box {
  background-color: #fdf0ee;
  padding: 30px 25px;
  border: 1px solid #ff0000;
  margin: 40px 0;
}
@media screen and (min-width: 769px) and (max-width: 1010px) {
  .important-box {
    padding: 2.9702970297vw 2.4752475248vw;
    border-width: 0.099009901vw;
    margin: 3.9603960396vw 0;
  }
}
@media screen and (max-width: 768px) {
  .important-box {
    padding: 5.3333333333vw 4vw;
    border-width: 0.2666666667vw;
    margin: 8vw 0;
  }
}
.important-box .copy-text {
  color: #ff0000;
}
.important-box > *:first-child {
  margin-top: 0 !important;
}
.important-box > *:last-child {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=module.css.map */