@charset "UTF-8";
.pc-only {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp-only {
    display: block !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

body:has(#wpadminbar) header nav {
  margin-top: 32px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #23170a;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1140px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 425px) {
  body {
    font-size: 15px;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
body.is-nav-open::after {
  opacity: 1;
  visibility: visible;
}
body.is-nav-open {
  overflow: hidden;
}

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

a {
  color: #23170a;
  text-decoration: none;
}

h2.common {
  font-size: clamp(49px, 10vw, 70px);
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #a67c52;
  margin-bottom: 30px;
}
h2.common.opt-center {
  justify-content: center;
}
h2.common span {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  h2.common {
    font-size: clamp(30px, 10vw, 70px);
    margin-bottom: 10px;
  }
}

.common-sub {
  display: block;
  text-align: center;
  font-size: clamp(16.8px, 10vw, 24px);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .common-sub {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
  }
}

.common-desc {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 2;
  text-align: center;
  width: 484px;
  margin: 0 auto;
  display: block;
}
.common-desc span.strong {
  font-size: clamp(16.8px, 10vw, 24px);
  line-height: 1.8;
}

.common-wysiwyg-title {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  position: relative;
}
.common-wysiwyg-title h1 {
  font-size: clamp(21px, 10vw, 30px);
  line-height: 1.5;
  font-weight: bold;
  color: #a67c52;
  margin-bottom: 20px;
  margin-left: -1em;
}
.common-wysiwyg-title .date {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  color: #a67c52;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .common-wysiwyg-title {
    max-width: calc(100% - 50px);
  }
  .common-wysiwyg-title h1 {
    font-size: clamp(18.2px, 10vw, 26px);
    line-height: 1.4;
    margin-left: 0;
    text-align: justify;
  }
}
@media screen and (max-width: 500px) {
  .common-wysiwyg-title {
    max-width: calc(100% - 30px);
  }
}

.common-wysiwyg {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  position: relative;
}
.common-wysiwyg {
  width: 850px;
  max-width: calc(100% - 50px);
}
.common-wysiwyg.opt-width-wide {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  position: relative;
}
.common-wysiwyg {
  margin-bottom: 100px;
}
.common-wysiwyg h2 {
  font-size: clamp(17.5px, 10vw, 25px);
  line-height: 1.5;
  font-weight: bold;
  color: #a67c52;
  margin-bottom: 20px;
  margin-left: -1em;
}
.common-wysiwyg h3 {
  font-size: clamp(14px, 10vw, 20px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.common-wysiwyg p {
  font-size: clamp(14px, 10vw, 18px);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.8;
}
.common-wysiwyg strong {
  font-size: clamp(14px, 10vw, 20px);
  line-height: 1.8;
  font-weight: bold;
  text-decoration: underline;
}
.common-wysiwyg a {
  text-decoration: underline;
  color: #974700;
}
.common-wysiwyg * + h2 {
  margin-top: 90px;
}
.common-wysiwyg * + h3 {
  margin-top: 40px;
}
.common-wysiwyg img.opt-width-80per {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.common-wysiwyg ul {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 20px;
}
.common-wysiwyg ul:last-child {
  margin-bottom: 0;
}
.common-wysiwyg ul li {
  font-size: clamp(14px, 10vw, 18px);
  line-height: 1.6;
  margin-bottom: 6px;
}
.common-wysiwyg table {
  width: 100%;
  margin-bottom: 20px;
}
.common-wysiwyg table tr {
  border-top: 1px solid #a67c52;
}
.common-wysiwyg table tr:last-child {
  border-bottom: 1px solid #a67c52;
}
.common-wysiwyg table tr th {
  font-size: clamp(14px, 10vw, 17px);
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  padding: 30px 20px;
  color: #a67c52;
  min-width: 150px;
}
.common-wysiwyg table tr th.center {
  vertical-align: middle;
}
.common-wysiwyg table tr td {
  font-size: clamp(14px, 10vw, 17px);
  line-height: 1.8;
  text-align: left;
  padding: 30px 20px;
  padding-right: 0px;
}
.common-wysiwyg input[type=text],
.common-wysiwyg input[type=email],
.common-wysiwyg input[type=tel],
.common-wysiwyg input[type=number],
.common-wysiwyg input[type=date],
.common-wysiwyg input[type=time],
.common-wysiwyg input[type=datetime-local],
.common-wysiwyg input[type=month],
.common-wysiwyg input[type=week],
.common-wysiwyg select,
.common-wysiwyg textarea {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  padding: 10px 15px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}
.common-wysiwyg input[type=text]:last-child,
.common-wysiwyg input[type=email]:last-child,
.common-wysiwyg input[type=tel]:last-child,
.common-wysiwyg input[type=number]:last-child,
.common-wysiwyg input[type=date]:last-child,
.common-wysiwyg input[type=time]:last-child,
.common-wysiwyg input[type=datetime-local]:last-child,
.common-wysiwyg input[type=month]:last-child,
.common-wysiwyg input[type=week]:last-child,
.common-wysiwyg select:last-child,
.common-wysiwyg textarea:last-child {
  margin-bottom: 0;
}
.common-wysiwyg input[type=text]:focus,
.common-wysiwyg input[type=email]:focus,
.common-wysiwyg input[type=tel]:focus,
.common-wysiwyg input[type=number]:focus,
.common-wysiwyg input[type=date]:focus,
.common-wysiwyg input[type=time]:focus,
.common-wysiwyg input[type=datetime-local]:focus,
.common-wysiwyg input[type=month]:focus,
.common-wysiwyg input[type=week]:focus,
.common-wysiwyg select:focus,
.common-wysiwyg textarea:focus {
  outline: none;
  border-color: #a67c52;
}
.common-wysiwyg input[type=text]:hover,
.common-wysiwyg input[type=email]:hover,
.common-wysiwyg input[type=tel]:hover,
.common-wysiwyg input[type=number]:hover,
.common-wysiwyg input[type=date]:hover,
.common-wysiwyg input[type=time]:hover,
.common-wysiwyg input[type=datetime-local]:hover,
.common-wysiwyg input[type=month]:hover,
.common-wysiwyg input[type=week]:hover,
.common-wysiwyg select:hover,
.common-wysiwyg textarea:hover {
  border-color: #a67c52;
}
.common-wysiwyg select {
  width: auto;
}
.common-wysiwyg button,
.common-wysiwyg input[type=submit] {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  padding: 10px 15px;
  border: 1px solid #a67c52;
  border-radius: 5px;
  background-color: #a67c52;
  color: white;
  cursor: pointer;
}
.common-wysiwyg input[type=submit]:hover {
  background-color: #c69c6d;
}
.common-wysiwyg .text-center {
  text-align: center;
}
.common-wysiwyg .must {
  color: #dd0303;
  margin-left: 10px;
  display: inline-block;
}
.common-wysiwyg .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.common-wysiwyg .flex .left {
  flex-basis: 49%;
  max-width: 49%;
}
.common-wysiwyg .flex .right {
  flex-basis: 49%;
  max-width: 49%;
}
.common-wysiwyg .asset-small {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -230px;
  width: 470px;
  height: 480px;
}
@media screen and (max-width: 920px) {
  .common-wysiwyg h2 {
    margin-left: 0;
  }
  .common-wysiwyg p {
    font-size: clamp(14px, 10vw, 16px);
    line-height: 1.8;
  }
  .common-wysiwyg img.opt-width-80per {
    width: 100%;
  }
  .common-wysiwyg table {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .common-wysiwyg {
    max-width: calc(100% - 30px);
  }
  .common-wysiwyg table tr td, .common-wysiwyg table tr th {
    display: block;
    width: 100%;
  }
  .common-wysiwyg table tr th {
    padding: 30px 0px 10px 10px;
  }
  .common-wysiwyg table tr td {
    padding: 0px 0px 30px 10px;
    line-height: 1.5;
  }
}

.common-person-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  position: relative;
}
.common-person-box {
  margin-bottom: 100px;
}
.common-person-box h2 {
  font-size: clamp(18.2px, 10vw, 26px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #a67c52;
  margin-left: -1em;
}
.common-person-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.common-person-box .flex .left {
  flex-basis: 300px;
  max-width: 300px;
}
.common-person-box .flex .left img.text {
  max-width: 130px;
  margin-left: 10px;
  margin-top: 9px;
}
.common-person-box .flex .right {
  flex-basis: calc(100% - 350px);
  max-width: calc(100% - 350px);
}
.common-person-box .flex .right h3 {
  border-left: 5px solid #4d4d4d;
  padding-left: 10px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: clamp(14px, 10vw, 20px);
  line-height: 1.5;
}
.common-person-box .flex .right .note {
  background-color: #f5f5f5;
  padding: 20px 30px;
  border-radius: 10px;
}
.common-person-box .flex .right .note h4 {
  font-size: clamp(14px, 10vw, 18px);
  line-height: 1.5;
  color: #4d4d4d;
  border-left: 5px solid #4d4d4d;
  padding-left: 10px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
.common-person-box .flex .right .note ul {
  padding-left: 30px;
  list-style: disc;
  margin-bottom: 30px;
}
.common-person-box .flex .right .note ul:last-child {
  margin-bottom: 0;
}
.common-person-box .flex .right .note ul li {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.6;
  margin-bottom: 6px;
  color: #4d4d4d;
}
.common-person-box p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.common-person-box .thumb {
  margin-bottom: 20px;
}
.common-person-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: -110px;
  left: -250px;
  width: 600px;
  height: 600px;
}
@media screen and (max-width: 1100px) {
  .common-person-box {
    max-width: calc(100% - 50px);
  }
  .common-person-box h2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .common-person-box {
    margin-bottom: 60px;
  }
  .common-person-box .flex {
    flex-direction: column-reverse;
  }
  .common-person-box .flex .left, .common-person-box .flex .right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .common-person-box .flex .left .float-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .common-person-box .flex .left .float-area .thumb-box {
    flex-basis: 180px;
    max-width: 180px;
  }
  .common-person-box .flex .left .float-area .thumb-box img.thumb {
    margin-bottom: 0;
  }
  .common-person-box .flex .left .float-area .name-box {
    flex-basis: calc(100% - 210px);
    max-width: calc(100% - 210px);
  }
  .common-person-box .flex .left .float-area .name-box span {
    display: block;
  }
  .common-person-box .flex .left .float-area .name-box span img {
    max-width: 120px;
  }
  .common-person-box .flex.opt-sp-reverse {
    flex-direction: column;
  }
  .common-person-box .flex.opt-sp-reverse .left {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .common-person-box {
    max-width: calc(100% - 30px);
  }
  .common-person-box .flex {
    max-width: 100%;
  }
  .common-person-box .flex .left .float-area .thumb-box {
    flex-basis: 100px;
    max-width: 100px;
  }
  .common-person-box .flex .left .float-area .name-box {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
  .common-person-box .flex .left .float-area .name-box span {
    display: block;
  }
  .common-person-box .flex .left .float-area .name-box span img {
    max-width: 120px;
  }
}

.common-3col-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.common-3col-box {
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}
.common-3col-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.common-3col-box .flex .item {
  flex-basis: 32%;
  max-width: 32%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  background-color: white;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 5%;
}
.common-3col-box .flex .item > span {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  color: #a67c52;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.common-3col-box .flex .item h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.common-3col-box .flex .item h3 .small {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1.5;
  display: block;
  text-align: center;
}
.common-3col-box .flex .item h3 .big {
  font-size: clamp(16.8px, 10vw, 24px);
  line-height: 1.5;
  display: block;
  text-align: center;
}
.common-3col-box .flex .item .thumb img {
  border: 1px solid #cdcdcd;
}
.common-3col-box .flex .item p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
  text-align: justify;
}
.common-3col-box .flex .item .asset {
  width: 120px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.common-3col-box .asset-big {
  position: absolute;
  z-index: -1;
  top: -230px;
  left: -140px;
  width: 710px;
  height: 710px;
}
@media screen and (max-width: 920px) {
  .common-3col-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .common-3col-box .flex .item {
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .common-3col-box .flex .item span {
    margin-bottom: 9px;
  }
  .common-3col-box .flex .item h3 .small {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .common-3col-box .flex .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

header nav {
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 999;
  background: white;
  transition: top 0.4s ease, box-shadow 0.3s ease;
  padding: 0 20px;
}
header nav.is-scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
header nav.is-hidden {
  top: -120px;
}
header nav .left {
  flex-basis: 27%;
  max-width: 27%;
  text-align: left;
}
header nav .left .logo {
  max-width: 218px;
  min-width: 218px;
}
header nav .right {
  flex-basis: 70%;
  max-width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
header nav .right .pc-menu .top-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  gap: 26px;
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1;
}
header nav .right .pc-menu .top-menu .btn {
  background-color: #a67c52;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s;
}
header nav .right .pc-menu .top-menu .btn:hover {
  background-color: #c69c6d;
}
header nav .right .pc-menu .bottom-menu > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}
header nav .right .pc-menu .bottom-menu > ul li {
  position: relative;
}
header nav .right .pc-menu .bottom-menu > ul li.has-dropdown > a {
  padding-right: 24px;
}
header nav .right .pc-menu .bottom-menu > ul li.has-dropdown > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-bottom_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header nav .right .pc-menu .bottom-menu > ul li > a {
  display: block;
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  position: relative;
  padding-bottom: 14px;
}
header nav .right .pc-menu .bottom-menu > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #a67c52;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}
header nav .right .pc-menu .bottom-menu > ul li:hover::after, header nav .right .pc-menu .bottom-menu > ul li.active::after {
  opacity: 1;
  visibility: visible;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 330px;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  z-index: 10;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li {
  position: relative;
  transition: background-color 0.2s ease;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li::after {
  display: none;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li:last-child::after {
  display: none;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 19px;
  font-size: 16px;
  gap: 19px;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li a:hover {
  background-color: #fff5e1;
}
header nav .right .pc-menu .bottom-menu > ul li ul.dropdown-menu li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a67c52;
  border-right: 2px solid #a67c52;
  transform: rotate(45deg);
}
header nav .right .pc-menu .bottom-menu > ul li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
header nav .right .pc-menu .bottom-menu > ul li .accordion-toggle {
  display: none;
}
header .sp-menu {
  display: none;
}
header .hamburger-button {
  display: none;
}
@media screen and (max-width: 990px) {
  header nav {
    height: 56px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 20px;
  }
  header nav h1 {
    margin-right: auto;
  }
  header nav .left {
    flex-basis: 160px;
    max-width: 160px;
  }
  header nav .left img.logo {
    max-width: 125px;
    min-width: 125px;
  }
  header nav .right {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 0;
    order: 2;
    flex-basis: auto;
  }
  header nav .right .pc-menu {
    display: none;
  }
  header nav .right .hamburger-button {
    display: block;
    order: 3;
    position: relative;
    z-index: 1000;
    width: 42px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
  }
  header nav .right .hamburger-button_bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #005dad;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  header nav .right .hamburger-button_bar:nth-of-type(1) {
    top: 8px;
  }
  header nav .right .hamburger-button_bar:nth-of-type(2) {
    top: 18px;
  }
  header nav .right .hamburger-button_bar:nth-of-type(3) {
    bottom: 8px;
  }
  header nav .right .hamburger-button.is-open .hamburger-button_bar:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  header nav .right .hamburger-button.is-open .hamburger-button_bar:nth-of-type(2) {
    opacity: 0;
  }
  header nav .right .hamburger-button.is-open .hamburger-button_bar:nth-of-type(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
  header .sp-menu {
    display: block;
  }
  header .sp-menu .main-nav_ul {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 380px;
    padding: 95px 0;
    background-color: white;
    transition: right 0.4s ease;
    text-align: left;
    z-index: 998;
    overflow-y: auto;
  }
  header .sp-menu .main-nav_ul::before {
    content: "";
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #005dad, #4facfe);
    opacity: 0;
    transform-origin: left;
    transition: opacity 0.3s ease 0.4s;
  }
  header .sp-menu .main-nav_ul .main-nav_list {
    border-bottom: 1px solid #eee;
    position: relative;
  }
  header .sp-menu .main-nav_ul .main-nav_list:hover .dropdown-menu {
    transform: translateX(0) translateY(0);
  }
  header .sp-menu .main-nav_ul .main-nav_list > a {
    padding: 14px 25px;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  header .sp-menu .main-nav_ul .main-nav_list > a::after {
    display: none;
  }
  header .sp-menu .main-nav_ul .main-nav_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #005dad;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  header .sp-menu .main-nav_ul .main-nav_list:hover::after {
    transform: scaleX(1);
  }
  header .sp-menu .main-nav_ul .main-nav_list.active {
    background-color: #005dad;
  }
  header .sp-menu .main-nav_ul .main-nav_list.active a {
    color: white;
  }
  header .sp-menu .main-nav_ul .main-nav_list.active::after {
    height: 2px;
    transform: scaleX(1);
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu li {
    transition: background-color 0.3s ease;
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu li:hover {
    background-color: #f0f8ff;
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu li a {
    padding: 18px 25px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 13px;
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  header .sp-menu .main-nav_ul .main-nav_list .dropdown-menu li:last-child {
    padding-bottom: 10px;
  }
  header .sp-menu .main-nav_ul .main-nav_list .accordion-toggle {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    background: none;
    cursor: pointer;
  }
  header .sp-menu .main-nav_ul .main-nav_list .accordion-toggle::before, header .sp-menu .main-nav_ul .main-nav_list .accordion-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #005dad;
    transition: transform 0.3s ease;
  }
  header .sp-menu .main-nav_ul .main-nav_list .accordion-toggle::before {
    transform: translate(-50%, -50%);
  }
  header .sp-menu .main-nav_ul .main-nav_list .accordion-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  header .sp-menu .main-nav_ul .main-nav_list.has-dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  header .sp-menu .main-nav_ul .main-nav_list.has-dropdown > a {
    width: calc(100% - 60px);
  }
  header .sp-menu .main-nav_ul .main-nav_list.is-accordion-open .dropdown-menu {
    max-height: 500px;
    box-shadow: none;
    border-radius: 0;
  }
  header .sp-menu .main-nav_ul .main-nav_list.is-accordion-open .accordion-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    font-size: 16px;
    height: 145px;
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon {
    width: 100%;
    height: 70px;
    display: flex;
    text-align: center;
    align-items: center;
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon a {
    margin-left: 23px;
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon a img {
    width: 23px;
    margin-right: 11px;
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon::before, header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon::after {
    display: none;
  }
  header .sp-menu .main-nav_ul .nav-icons-in-panel .nav_icon:hover {
    background-color: #f0f8ff;
  }
  header.is-open .main-nav_ul {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .pc-menu .right .main-nav_icon .nav_icon::before, header .pc-menu .right .main-nav_icon .nav_icon::after {
    height: 48px;
  }
  header .pc-menu .right .main-nav_icon .nav_icon a {
    gap: 7px;
    font-size: 9px;
    padding: 0 13px;
  }
  header .pc-menu .right .main-nav_icon .nav_icon a::before {
    top: 39%;
    left: 50%;
    width: 40px;
    height: 40px;
  }
  header .pc-menu .right .main-nav_icon .nav_icon a .nav_icon-img {
    width: 27px;
  }
  header .sp-menu .main-nav_ul {
    padding: 77px 0;
  }
  header .sp-menu .main-nav_ul::before {
    top: 76px;
  }
  header .sp-menu .hamburger-button {
    width: 36px;
  }
}
@media screen and (max-width: 495px) {
  header .pc-menu .right .main-nav_icon {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header .pc-menu {
    width: 100%;
    padding: 0 2px;
  }
}

main {
  overflow: hidden;
  min-height: 90svh;
}

.main-visual {
  margin-top: 95px;
}
.main-visual img {
  width: 100%;
}
@media screen and (max-width: 990px) {
  .main-visual {
    margin-top: 56px;
  }
}

.page-title-box {
  margin-top: 95px;
  margin-bottom: 100px;
  background-color: #f7f2ee;
  background-image: url(../img/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.page-title-box h1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1550px;
  position: relative;
}
.page-title-box h1 {
  width: 90%;
  padding: 40px 0px;
}
.page-title-box h1 .en {
  font-size: clamp(49px, 10vw, 70px);
  line-height: 1;
  margin-bottom: 13px;
  color: #a67c52;
  display: block;
}
.page-title-box h1 .ja {
  font-size: clamp(16.8px, 10vw, 24px);
  line-height: 1.5;
  color: #c69c6d;
}
@media screen and (max-width: 990px) {
  .page-title-box {
    margin-top: 56px;
  }
}
@media screen and (max-width: 769px) {
  .page-title-box {
    margin-bottom: 40px;
  }
  .page-title-box h1 {
    padding: 30px 0px;
  }
  .page-title-box h1 .en {
    font-size: clamp(19.6px, 10vw, 28px);
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.intoro-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
.intoro-box {
  background-image: url(../img/bg-symbol.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 90px 0;
  margin-bottom: 60px;
}
.intoro-box .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .intoro-box .row {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .intoro-box .row {
    max-width: 90%;
  }
}
.intoro-box .row {
  margin-bottom: 20px;
}
.intoro-box .row:last-child {
  margin-bottom: 0;
}
.intoro-box .row .left {
  flex-basis: 310px;
  max-width: 310px;
}
.intoro-box .row .left .title {
  font-size: clamp(49px, 10vw, 70px);
  line-height: 1.5;
  font-weight: bold;
  background: linear-gradient(90deg, #a67c52 0%, #c69c6d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intoro-box .row .left .sub {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  color: #c69c6d;
  font-weight: 400;
  position: relative;
}
.intoro-box .row .left .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 150px;
  height: 1px;
  background-color: #c69c6d;
}
.intoro-box .row .right {
  flex-basis: calc(100% - 410px);
  max-width: calc(100% - 410px);
  display: flex;
  align-items: center;
  font-size: clamp(14px, 10vw, 20px);
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .intoro-box {
    padding: 60px 0;
  }
  .intoro-box .row .left {
    flex-basis: 240px;
    max-width: 240px;
  }
  .intoro-box .row .left .title {
    font-size: clamp(35px, 10vw, 50px);
    line-height: 1.5;
  }
  .intoro-box .row .left .sub::before {
    width: 100px;
  }
  .intoro-box .row .right {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px);
    font-size: clamp(14px, 10vw, 18px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 520px) {
  .intoro-box {
    padding: 20px 0px 40px 0;
  }
  .intoro-box .row .left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .intoro-box .row .left .title {
    line-height: 1;
  }
  .intoro-box .row .left .sub {
    margin-bottom: 10px;
  }
  .intoro-box .row .left .sub::before {
    display: none;
  }
  .intoro-box .row .right {
    flex-basis: 100%;
    max-width: 100%;
    font-size: clamp(14px, 10vw, 14px);
    line-height: 1.5;
  }
}

.work-box {
  position: relative;
  margin-bottom: 100px;
}
.work-box .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.work-box .flex-box {
  width: calc(100% - 50px);
  margin-bottom: 30px;
}
.work-box .flex-box .left {
  flex-basis: calc(100% - 370px);
  max-width: calc(100% - 370px);
}
.work-box .flex-box .right {
  flex-basis: 340px;
  max-width: 340px;
}
.work-box .flex-box .right img {
  border-radius: 20px;
}
.work-box .box {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.work-box .box {
  width: calc(100% - 50px);
  margin-bottom: 20px;
}
.work-box .box.opt-width-90percent {
  max-width: 90%;
}
.work-box .flex-box h3,
.work-box .box h3 {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  color: #999999;
  margin-bottom: 20px;
}
.work-box .flex-box p,
.work-box .box p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
}
.work-box .asset-1 {
  position: absolute;
  z-index: -1;
  bottom: -480px;
  left: 0;
  width: 800px;
  height: 800px;
}
.work-box .asset-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 769px) {
  .work-box {
    margin-bottom: 30px;
  }
  .work-box .flex-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .work-box .flex-box .right {
    flex-basis: 100%;
    max-width: 100%;
    display: none;
  }
  .work-box .asset-1 {
    display: none;
  }
  .work-box .asset-2 {
    position: absolute;
    z-index: -1;
    bottom: -60px;
    right: -80px;
    width: 300px;
    height: 300px;
  }
}

.work-loop-box {
  overflow: hidden;
  white-space: nowrap;
  /* 両端をグラデーションで透過させる */
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.work-loop-box:hover {
  animation-play-state: paused;
}
.work-loop-box .css-marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-rl 40s linear infinite;
}
.work-loop-box .css-marquee-track .marquee-group {
  display: flex;
}
.work-loop-box .css-marquee-track .marquee-group img {
  height: 260px;
  width: auto;
  max-width: none;
  display: block;
}
@media screen and (max-width: 769px) {
  .work-loop-box .css-marquee-track .marquee-group img {
    height: 160px;
  }
}

@keyframes marquee-rl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.movie-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/5.5;
  position: relative;
  margin-bottom: 100px;
}
.movie-box video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie-box .asset {
  position: absolute;
  top: 30px;
  right: 34px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 43%;
}
.movie-box .over-lay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 38, 97, 0.3);
}
@media screen and (max-width: 769px) {
  .movie-box {
    aspect-ratio: 16/6.7;
    margin-bottom: 30px;
  }
  .movie-box .asset {
    top: 20px;
    right: 20px;
    width: 50%;
  }
}

.training-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(90% - 50px);
  position: relative;
}
.training-box .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.training-box .flex-box .card {
  flex-basis: 24%;
  max-width: 24%;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 20px;
  transition: transform 0.3s;
  box-shadow: 0px 0px 30px rgba(137, 74, 49, 0.212);
  margin-bottom: 33px;
  display: flex;
  flex-direction: column;
}
.training-box .flex-box .card.dummy {
  box-shadow: none;
  border: none;
}
.training-box .flex-box .card img {
  border-radius: 10px 10px 0px 0px;
}
.training-box .flex-box .card h3 {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  padding: 20px;
  word-break: break-all;
}
.training-box .flex-box .card .align-right {
  text-align: right;
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.training-box .flex-box .card .align-right .btn {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1;
  text-align: center;
  position: relative;
  padding-right: 29px;
}
.training-box .flex-box .card .align-right .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 2px;
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-btn_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.training-box .flex-box .card:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1024px) {
  .training-box .flex-box .card {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width: 769px) {
  .training-box {
    max-width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .training-box .flex-box {
    max-width: 95%;
  }
  .training-box .flex-box .card {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 10px;
  }
  .training-box .flex-box .card h3 {
    font-size: clamp(14px, 10vw, 12px);
    line-height: 1.5;
    padding: 0px;
    margin-bottom: 12px;
    margin-top: 7px;
  }
  .training-box .flex-box .card h3 br {
    display: none;
  }
  .training-box .flex-box .card.dummy {
    display: none;
  }
}

.news-box {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .news-box {
    max-width: 90%;
  }
}
.news-box {
  position: relative;
  margin-bottom: 100px;
}
.news-box .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.news-box .flex-box {
  max-width: 100%;
}
.news-box .flex-box .left {
  flex-basis: 70%;
  max-width: 70%;
}
.news-box .flex-box .right {
  flex-basis: 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-box .item-box a {
  position: relative;
  border-bottom: 1px solid #d6d1cc;
  padding: 20px 40px 20px 10px;
  display: block;
  transition: background-color 0.2s;
}
.news-box .item-box a::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-btn_2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news-box .item-box a:hover {
  background-color: #fff6eb;
}
.news-box .item-box a .date {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1;
  color: #474747;
  font-weight: 400;
  margin-bottom: 12px;
}
.news-box .item-box a h3 {
  font-size: clamp(14px, 10vw, 18px);
  line-height: 1.3;
  margin-left: 10px;
}
.news-box .btn-box {
  margin-top: 20px;
  text-align: right;
}
.news-box .btn {
  position: relative;
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1;
  text-align: center;
  position: relative;
  padding-right: 40px;
  background-color: #172e8b;
  color: white;
  font-weight: bold;
  padding: 10px 50px;
  padding-left: 30px;
  border-radius: 40px;
  transition: background-color 0.3s;
}
.news-box .btn:hover {
  background-color: #3e54ad;
}
.news-box .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  width: 12px;
  height: 20px;
  background-image: url("../img/arrow-right_2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news-box .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-top: 30px;
  gap: 4px;
}
.news-box .pagination h2 {
  display: none;
}
.news-box .pagination span,
.news-box .pagination a {
  display: inline-block;
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.5;
  background-color: #172e8b;
  color: white;
  font-weight: bold;
  padding: 7px 12px;
  border: 1px solid gainsboro;
  border-radius: 5px;
  line-height: 1;
  transition: background-color 0.3s;
}
.news-box .pagination span:hover,
.news-box .pagination a:hover {
  background-color: #3e54ad;
}
.news-box .pagination span.current,
.news-box .pagination a.current {
  background-color: white;
  color: #172e8b;
}
.news-box .pagination span.dots,
.news-box .pagination a.dots {
  padding: 0;
  background-color: inherit;
  color: #172e8b;
  border: none;
}
@media screen and (max-width: 769px) {
  .news-box .pagination {
    gap: 8px;
  }
  .news-box .pagination span,
  .news-box .pagination a {
    padding: 7px 5px;
  }
}
.news-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -400px;
  width: 500px;
  height: 500px;
}
.news-box .asset-small-for-toppage {
  position: absolute;
  z-index: -1;
  top: -140px;
  right: -220px;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 769px) {
  .news-box {
    margin-bottom: 60px;
  }
}

.award-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.award-box {
  margin-top: 30px;
  margin-bottom: 100px;
}
.award-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.award-box .flex .item {
  flex-basis: 30%;
  max-width: 30%;
}
@media screen and (max-width: 769px) {
  .award-box {
    margin-top: 10px;
    margin-bottom: 0px;
    max-width: 100%;
  }
  .award-box .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .award-box .flex .item {
    flex-basis: 48%;
    max-width: 48%;
  }
}

.problem-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.problem-box {
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}
.problem-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.problem-box .flex .item {
  flex-basis: 30%;
  max-width: 30%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  background-color: white;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
}
.problem-box .flex .item span {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  color: #a67c52;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.problem-box .flex .item h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.problem-box .flex .item p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
  padding-right: 30px;
  text-align: justify;
}
.problem-box .flex .item .asset {
  width: 120px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.problem-box .asset-big {
  position: absolute;
  z-index: -1;
  top: -230px;
  left: -140px;
  width: 710px;
  height: 710px;
}
@media screen and (max-width: 1100px) {
  .problem-box {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .problem-box .flex .item {
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 30px;
    padding: 33px 35px;
    padding-bottom: 87px;
  }
  .problem-box .flex .item span {
    margin-bottom: 9px;
  }
  .problem-box .flex .item h3 {
    margin-bottom: 10px;
  }
  .problem-box .flex .item p {
    padding-right: 0px;
  }
  .problem-box .flex .item .asset {
    width: 70px;
    bottom: -10px;
    right: 18px;
  }
}
@media screen and (max-width: 500px) {
  .problem-box .flex .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.whyus-box {
  margin-bottom: 100px;
}
.whyus-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.whyus-box .flex .item {
  flex-basis: 30%;
  max-width: 30%;
}
.whyus-box .picture-desc {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  position: relative;
}
.whyus-box .picture-desc .item {
  margin-bottom: 60px;
}
.whyus-box .picture-desc .item:last-child {
  margin-bottom: 0;
}
.whyus-box .point-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  position: relative;
}
.whyus-box .point-desc .item {
  flex-basis: 24%;
  max-width: 24%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .whyus-box .point-desc {
    margin-top: 30px;
    max-width: 98%;
    justify-content: center;
  }
  .whyus-box .point-desc .item {
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .whyus-box .point-desc .item:last-child {
    margin-bottom: 0;
  }
  .whyus-box .point-desc .item img {
    width: 200px;
    max-width: 100%;
  }
}

.flow-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.flow-box {
  margin-bottom: 100px;
}
.flow-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.flow-box .flex {
  justify-content: center;
}
.flow-box .flex .item {
  flex-basis: 30%;
  max-width: 30%;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  margin: 0 1.3%;
  margin-bottom: 30px;
}
.flow-box .flex .item span {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  color: #a67c52;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.flow-box .flex .item h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.flow-box .flex .item p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
}
.flow-box .flex .item .asset {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 84px;
}
.flow-box .asset-big {
  position: absolute;
  z-index: -1;
  top: -230px;
  right: -150px;
  width: 640px;
  height: 640px;
}
.flow-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  left: 0px;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 1100px) {
  .flow-box .flex .item {
    flex-basis: 47%;
    max-width: 47%;
    margin-bottom: 30px;
  }
  .flow-box .flex .item span {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 769px) {
  .flow-box {
    margin-bottom: 60px;
  }
  .flow-box .flex .item {
    padding: 30px 20px;
  }
  .flow-box .flex .item .asset {
    width: 54px;
  }
}
@media screen and (max-width: 600px) {
  .flow-box .flex .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .flow-box .flex .item h3 {
    margin-bottom: 8px;
  }
}

.voice-box {
  margin: 0 auto;
  width: 100%;
  max-width: 810px;
  position: relative;
}
.voice-box {
  width: calc(100% - 50px);
  margin-bottom: 100px;
}
.voice-box .item-box .item {
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  margin-bottom: 30px;
}
.voice-box .item-box .item span {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  color: #a67c52;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.voice-box .item-box .item h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.voice-box .item-box .item .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.voice-box .item-box .item .flex {
  max-width: 100%;
}
.voice-box .item-box .item .flex .left {
  flex-basis: calc(100% - 210px);
  max-width: calc(100% - 210px);
}
.voice-box .item-box .item .flex .left p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
  text-align: justify;
}
.voice-box .item-box .item .flex .right {
  flex-basis: 180px;
  max-width: 180px;
  text-align: center;
}
.voice-box .asset-big {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  left: -550px;
  width: 640px;
  height: 640px;
}
.voice-box .asset-small {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -260px;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 769px) {
  .voice-box .item-box .item .flex .left {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .voice-box .item-box .item .flex .right {
    flex-basis: 130px;
    max-width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .voice-box .item-box .item {
    padding: 40px 30px;
  }
  .voice-box .item-box .item .flex .left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .voice-box .item-box .item .flex .right {
    flex-basis: 100%;
    max-width: 100%;
    display: none;
  }
}

.youway-box {
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 170px;
  position: relative;
}
.youway-box p {
  font-size: clamp(14px, 10vw, 17px);
  line-height: 1.8;
  text-align: center;
}
.youway-box .asset-big {
  position: absolute;
  z-index: -1;
  top: -350px;
  left: -70px;
  width: 640px;
  height: 640px;
}
@media screen and (max-width: 769px) {
  .youway-box {
    margin-bottom: 60px;
  }
  .youway-box p {
    text-align: justify;
    width: 450px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .youway-box .asset-big {
    top: -230px;
    left: -70px;
    width: 400px;
    height: 400px;
  }
}

.consulting-box {
  position: relative;
  margin-bottom: 170px;
}
.consulting-box .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.consulting-box .flex-box {
  width: calc(100% - 50px);
  margin-bottom: 60px;
}
.consulting-box .flex-box .left {
  flex-basis: calc(100% - 530px);
  max-width: calc(100% - 530px);
}
.consulting-box .flex-box .left .info {
  position: relative;
  margin-bottom: 30px;
}
.consulting-box .flex-box .left .info:last-child {
  margin-bottom: 0;
}
.consulting-box .flex-box .left .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../img/inyou-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.consulting-box .flex-box .left .info::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 100%;
  background-image: url("../img/inyou-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.consulting-box .flex-box .left .info p {
  text-align: justify;
  padding: 40px;
  padding-bottom: 13px;
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
}
.consulting-box .flex-box .left .info .note {
  padding: 0px 40px;
  font-size: 15px;
  color: gray;
  text-align: right;
}
.consulting-box .flex-box .right {
  flex-basis: 500px;
  max-width: 500px;
}
.consulting-box .flex-box .right img {
  border-radius: 20px;
}
.consulting-box .box {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.consulting-box .box {
  width: calc(100% - 50px);
}
.consulting-box .flex-box p,
.consulting-box .box p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  text-align: justify;
}
.consulting-box .asset-1 {
  position: absolute;
  z-index: -1;
  bottom: -480px;
  left: 0;
  width: 800px;
  height: 800px;
}
.consulting-box .asset-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1050px) {
  .consulting-box {
    margin-bottom: 60px;
  }
  .consulting-box .flex-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .consulting-box .flex-box .right {
    flex-basis: 100%;
    max-width: 100%;
    display: none;
  }
  .consulting-box .asset-1 {
    bottom: -140px;
    left: -130px;
    width: 310px;
    height: 310px;
  }
  .consulting-box .asset-2 {
    z-index: -1;
    top: 0;
    right: -150px;
    width: 410px;
    height: 410px;
  }
}

.service-box {
  position: relative;
  margin-bottom: 170px;
}
.service-box .title-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.service-box .title-box {
  width: calc(100% - 50px);
}
.service-box .box {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  position: relative;
}
.service-box .box {
  width: calc(100% - 50px);
  padding: 70px 10%;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
}
.service-box .box h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  color: #a67c52;
}
.service-box .box p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-box .box p:last-child {
  margin-bottom: 0;
}
.service-box .box ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
.service-box .box ul:last-child {
  margin-bottom: 0;
}
.service-box .box ul li {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  margin-bottom: 10px;
}
.service-box .box ul li:last-child {
  margin-bottom: 0;
}
.service-box .box h3 + p,
.service-box .box h3 + ul {
  margin-bottom: 40px;
}
.service-box .flex-box p,
.service-box .box p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
}
.service-box .asset-1 {
  position: absolute;
  z-index: -1;
  bottom: -480px;
  left: 0;
  width: 800px;
  height: 800px;
}
.service-box .asset-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 769px) {
  .service-box {
    margin-bottom: 60px;
  }
  .service-box .asset-1, .service-box .asset-2 {
    display: none;
  }
}

.soudan-flow-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.soudan-flow-box {
  max-width: 1800px;
  margin-bottom: 100px;
}
.soudan-flow-box .title-box {
  margin: 0 auto;
  width: 100%;
  max-width: calc(96% - 50px);
  position: relative;
}
.soudan-flow-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.soudan-flow-box .flex {
  justify-content: center;
}
.soudan-flow-box .flex .item {
  flex-basis: 22%;
  max-width: 22%;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 40px 30px 70px;
  position: relative;
  margin: 0 1.3%;
  margin-bottom: 30px;
}
.soudan-flow-box .flex .item span {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  color: #a67c52;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.soudan-flow-box .flex .item h3 {
  font-size: clamp(14px, 10vw, 19px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.soudan-flow-box .flex .item p {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.8;
  text-align: justify;
}
.soudan-flow-box .flex .item .asset {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 84px;
}
.soudan-flow-box .asset-big {
  position: absolute;
  z-index: -1;
  top: -230px;
  right: -150px;
  width: 640px;
  height: 640px;
}
.soudan-flow-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: -230px;
  left: 0px;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 900px) {
  .soudan-flow-box .flex .item {
    flex-basis: 46%;
    max-width: 46%;
  }
  .soudan-flow-box .asset-big {
    position: absolute;
    z-index: -1;
    top: -230px;
    right: -70px;
    width: 240px;
    height: 240px;
  }
  .soudan-flow-box .asset-small {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .soudan-flow-box {
    margin-bottom: 60px;
  }
  .soudan-flow-box .flex .item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 30px 40px;
  }
  .soudan-flow-box .flex .item span {
    margin-bottom: 6px;
  }
}

.skillup-course-box {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  position: relative;
}
.skillup-course-box {
  width: calc(100% - 50px);
  margin-bottom: 100px;
}
.skillup-course-box h2 {
  font-size: clamp(18.2px, 10vw, 26px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #a67c52;
  margin-left: -1em;
}
.skillup-course-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.skillup-course-box .flex .item {
  flex-basis: 48%;
  max-width: 48%;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 40px 50px;
  margin-bottom: 4%;
}
.skillup-course-box .flex .item h3 {
  font-size: clamp(16.1px, 10vw, 23px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.skillup-course-box .flex .item .thumb {
  margin-bottom: 10px;
}
.skillup-course-box .flex .item p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.skillup-course-box .flex .item dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}
.skillup-course-box .flex .item dl dt {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.skillup-course-box .flex .item dl dt span {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid black;
  padding: 2px 0px;
}
.skillup-course-box .flex .item dl dd {
  font-size: clamp(14px, 10vw, 15px);
  line-height: 1.5;
  font-weight: bold;
}
.skillup-course-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: 290px;
  left: -230px;
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 920px) {
  .skillup-course-box h2 {
    margin-left: 0;
  }
  .skillup-course-box .flex {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .skillup-course-box {
    margin-bottom: 60px;
  }
  .skillup-course-box .flex .item {
    padding: 27px 30px;
  }
  .skillup-course-box .flex .item h3 {
    font-size: clamp(14px, 10vw, 18px);
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .skillup-course-box .flex .item dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .skillup-course-box .flex .item dl dd {
    padding-bottom: 15px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 660px) {
  .skillup-course-box .flex .item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
}

.message-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  position: relative;
}
.message-box {
  margin-bottom: 100px;
}
.message-box h2 {
  font-size: clamp(18.2px, 10vw, 26px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #a67c52;
  margin-left: -1em;
}
.message-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
.message-box .flex .left {
  flex-basis: 300px;
  max-width: 300px;
}
.message-box .flex .left img.text {
  max-width: 130px;
  margin-left: 10px;
  margin-top: 9px;
}
.message-box .flex .right {
  flex-basis: calc(100% - 350px);
  max-width: calc(100% - 350px);
}
.message-box p {
  font-size: clamp(14px, 10vw, 16px);
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.message-box .thumb {
  margin-bottom: 20px;
}
.message-box .asset-small {
  position: absolute;
  z-index: -1;
  bottom: -110px;
  left: -250px;
  width: 600px;
  height: 600px;
}

footer {
  background: #E6E6E6;
  background: linear-gradient(0deg, rgb(230, 230, 230) 0%, rgba(230, 230, 230, 0) 100%);
}
footer .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
footer .flex-box {
  width: calc(100% - 50px);
  max-width: 1800px;
  padding: 60px 5%;
}
footer .flex-box .left {
  flex-basis: 366px;
  max-width: 366px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .flex-box .left .flex-top a {
  display: inline-block;
}
footer .flex-box .left .flex-top .logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
}
footer .flex-box .left .flex-top .address {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1.8;
  margin-bottom: 20px;
}
footer .flex-box .left .flex-top .bnr {
  width: 100%;
  max-width: 350px;
  margin-bottom: 30px;
  display: block;
}
footer .flex-box .left .flex-top .sns {
  width: 40px;
  margin-bottom: 50px;
}
footer .flex-box .left .flex-bottom nav a {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1;
  font-weight: bold;
  margin-right: 20px;
}
footer .flex-box .left .flex-bottom nav a:last-child {
  margin-right: 0;
}
footer .flex-box .right {
  flex-basis: calc(100% - 490px);
  max-width: calc(100% - 490px);
}
footer .flex-box .right .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 50px);
  position: relative;
}
footer .flex-box .right .flex {
  max-width: 100%;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .flex-box .right .flex span {
  flex-basis: 58%;
  max-width: 58%;
  font-size: clamp(17.5px, 10vw, 25px);
  line-height: 1.2;
}
footer .flex-box .right .flex .btn {
  flex-basis: 40%;
  max-width: 40%;
  font-size: clamp(14px, 10vw, 20px);
  line-height: 1;
  background-color: #172e8b;
  color: white;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
footer .flex-box .right .flex .btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 14px;
  width: 14px;
  height: 10px;
  background-image: url(../img/arrow-right-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .flex-box .right nav .box {
  margin-bottom: 50px;
}
footer .flex-box .right nav .box:last-child {
  margin-bottom: 0;
}
footer .flex-box .right nav .box a.h2 {
  font-size: clamp(14px, 10vw, 18px);
  line-height: 1.2;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}
footer .flex-box .right nav .box a.h3 {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 9px;
  display: inline-block;
}
footer .flex-box .right nav .box .course-list {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
footer .flex-box .right nav .box .course-list a {
  background-color: wheat;
  padding: 5px 8px;
  border-radius: 14px;
  margin: 0 !important;
}
footer .flex-box .right nav .box .indent {
  margin-left: 20px;
}
footer .flex-box .right nav .box .indent a.h3 {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1.5;
}
footer .flex-box .right nav .box .indent.display-inline * {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
footer .flex-box .right nav .box.col-2, footer .flex-box .right nav .box.col-3 {
  display: flex;
  justify-content: flex-start;
}
footer .flex-box .right nav .box.col-2 .col-item, footer .flex-box .right nav .box.col-3 .col-item {
  flex-basis: 31%;
  max-width: 31%;
  margin-right: 30px;
}
footer .flex-box .right nav .box.col-2 .col-item:last-child, footer .flex-box .right nav .box.col-3 .col-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  footer .flex-box .left {
    flex-basis: 30%;
    max-width: 30%;
  }
  footer .flex-box .right {
    flex-basis: 65%;
    max-width: 65%;
  }
}
@media screen and (max-width: 900px) {
  footer .flex-box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  footer .flex-box .left {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    border-top: 1px solid #b5b5b5;
    margin-top: 60px;
    padding-top: 60px;
  }
  footer .flex-box .left .flex-top a {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .flex-box .left .flex-bottom nav a {
    display: block;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  footer .flex-box .left .flex-bottom nav a:last-child {
    margin-bottom: 0;
  }
  footer .flex-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .flex-box .right .flex {
    flex-wrap: wrap;
    text-align: center;
  }
  footer .flex-box .right .flex span {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  footer .flex-box .right .flex .btn {
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .flex-box .right nav .col-2, footer .flex-box .right nav .col-3 {
    flex-wrap: wrap;
  }
  footer .flex-box .right nav .col-2 .col-item, footer .flex-box .right nav .col-3 .col-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  footer .flex-box .right nav .col-2 .col-item a.h3, footer .flex-box .right nav .col-3 .col-item a.h3 {
    display: block;
  }
}
footer .copyright {
  font-size: clamp(14px, 10vw, 14px);
  line-height: 1;
  background-color: #172e8b;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
}/*# sourceMappingURL=theme.css.map */