@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, ol, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.open_modal {
  overflow: hidden;
}

.headerclass, .mobile-headerclass {
  background-color: #FFD537;
}
body.home .headerclass, body.home .mobile-headerclass {
  background-color: rgba(31, 73, 158, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.home .sticky-wrapper {
  height: auto !important;
}
body.home .sticky-wrapper.is-sticky .headerclass, body.home .sticky-wrapper.is-sticky .mobile-headerclass {
  background-color: rgba(31, 73, 158, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button.mobile-navigation-toggle .kt-mnt span {
  height: 3px;
  background-color: #fff !important;
}

.sldr-menu-animi.mfp-ready .sldr-close span, .sldr-close span {
  height: 3px;
}

.nav-main ul.sf-menu li::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.nav-main ul.sf-menu li a {
  color: inherit !important;
  font-weight: bold !important;
}
body.home .nav-main ul.sf-menu li a {
  color: #fff !important;
}
.nav-main ul.sf-menu li a:hover {
  opacity: 0.7;
}

h1.eng_title, h2.eng_title {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  h1.eng_title, h2.eng_title {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  h1.eng_title, h2.eng_title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.eng_title, h2.eng_title {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}
h1.eng_title span.ja, h2.eng_title span.ja {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
h1.eng_title span.eng, h2.eng_title span.eng {
  color: #FFD537;
  font-size: 12vw;
  font-family: "Satisfy", cursive !important;
  letter-spacing: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
@media screen and (min-width: 600px) {
  h1.eng_title span.eng, h2.eng_title span.eng {
    font-size: 8vw;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
}
@media screen and (min-width: 768px) {
  h1.eng_title span.eng, h2.eng_title span.eng {
    font-size: 6.2vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.eng_title span.eng, h2.eng_title span.eng {
    font-size: 70px;
  }
}

h2.eng_title {
  color: #676767;
}

.top_hero {
  overflow: hidden;
  position: relative;
}
.top_hero h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.pattern_choice {
  text-align: left;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .pattern_choice {
    top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .pattern_choice {
    top: 110px;
  }
}

button.pattern_choice--button {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #5280A3), to(#5280A3));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #5280A3 50%, #5280A3 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button {
    font-size: 16px;
  }
}
button.pattern_choice--button.open_menu {
  background-position: -10px 0;
}
button.pattern_choice--button span.icon {
  padding: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.icon {
    padding: 12px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.icon {
    padding: 15px;
  }
}
button.pattern_choice--button span.icon::after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
button.pattern_choice--button span.icon i {
  color: #5280A3;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button.pattern_choice--button.open_menu span.icon i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
button.pattern_choice--button span.text {
  color: #fff;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  button.pattern_choice--button span.text {
    padding: 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  button.pattern_choice--button span.text {
    padding: 0 25px;
  }
}
button.pattern_choice--button.open_menu span {
  color: #5280A3;
}

.pattern_choice--box {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #5280A3;
  display: grid;
  gap: 10px 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pattern_choice--box.open_menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pattern_choice--box ul {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
.pattern_choice--box ul li {
  font-size: 1.2rem;
  font-weight: bold;
  list-style: none;
  width: 100px;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .pattern_choice--box ul li {
    font-size: 1.4rem;
    width: 120px;
  }
}
.pattern_choice--box ul li.view_tab--active, .pattern_choice--box ul li.text_tab--active {
  pointer-events: none;
  cursor: auto;
}
.pattern_choice--box ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5280A3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active::before, .pattern_choice--box ul li.text_tab--active::before {
  height: 100%;
}
.pattern_choice--box ul li p {
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pattern_choice--box ul li.view_tab--active p, .pattern_choice--box ul li.text_tab--active p {
  color: #fff;
}

.top_text--box {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_text--box.text_show {
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_text--box.text_ver p {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: #2F2F2F 1px 1px 0, #2F2F2F -1px -1px 0, #2F2F2F -1px 1px 0, #2F2F2F 1px -1px 0, #2F2F2F 0px 1px 0, #2F2F2F 0 -1px 0, #2F2F2F -1px 0 0, #2F2F2F 1px 0 0;
}
@media screen and (min-width: 600px) {
  .top_text--box.text_ver p {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_text--box.text_ver p {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.text_ver p {
    font-size: 80px;
    line-height: 1.4;
  }
}
.top_text--box.logo_ver {
  width: 30%;
}
@media screen and (min-width: 600px) {
  .top_text--box.logo_ver {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.logo_ver {
    width: 250px;
  }
}

.top_view {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.top_view.view_show {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

.top_view.top_hero--img {
  height: 75vw;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top_view.top_hero--img {
    height: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .top_view.top_hero--img {
    height: 60vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img {
    max-height: 100vh;
  }
}
.top_view.top_hero--img .firstview_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top_view.top_hero--img .firstview_img.firstview_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img .firstview_img.firstview_mobile {
    display: none;
  }
}
.top_view.top_hero--img .swiper-pagination span.swiper-pagination-bullet {
  background-color: #C7C7C7;
  opacity: 1;
}
.top_view.top_hero--img .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFD537;
}

.top_hero--swiper .swiper-wrapper .swiper-slide .swiper_img {
  height: 75vw;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .top_hero--swiper .swiper-wrapper .swiper-slide .swiper_img {
    height: 65vw;
  }
}
@media screen and (min-width: 768px) {
  .top_hero--swiper .swiper-wrapper .swiper-slide .swiper_img {
    height: 60vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_hero--swiper .swiper-wrapper .swiper-slide .swiper_img {
    max-height: 100vh;
  }
}

.top_view.top_hero--movie {
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  background: gray;
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--movie {
    top: 50%;
  }
}
.top_view.top_hero--movie .texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.top_view.top_hero--movie iframe {
  width: 178vh;
  height: 56.25vw;
  min-width: 100vw;
  min-height: 100vh;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--movie iframe {
    width: 220vh;
  }
}
.top_view.top_hero--movie.loaded iframe {
  opacity: 1;
}

section.top_contents01--section {
  padding: 18% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_contents01--section {
    padding: 12% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents01--section {
    padding: 10% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents01--section {
    padding: 110px 0 80px;
  }
}

.top_contents01--itemBox {
  width: 80%;
  margin: 10% auto 0;
  display: grid;
  gap: 8vw 0;
}
@media screen and (min-width: 600px) {
  .top_contents01--itemBox {
    margin: 8% auto 0;
    gap: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01--itemBox {
    width: 90%;
    margin: 7% auto 0;
    grid-template-columns: 1fr 1fr;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01--itemBox {
    max-width: 1100px;
    margin: 80px auto 0;
  }
}

.top_contents01--item a.img:hover {
  opacity: 0.7;
}
.top_contents01--item a.img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
.top_contents01--item h3 {
  font-size: 4.5vw;
  padding: 0.5em 0 0.5em 0.7em;
  margin: 0.7em 0 0;
  border-bottom: 1px solid #FFD537;
  border-left: 12px solid #FFD538;
}
@media screen and (min-width: 600px) {
  .top_contents01--item h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01--item h3 {
    font-size: 2.4vw;
    padding: 0.4em 0 0.4em 0.6em;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01--item h3 {
    font-size: 28px;
  }
}
.top_contents01--item h3 a {
  color: #676767;
  font-weight: bold;
}
.top_contents01--item h3 a:hover {
  opacity: 0.7;
}

.top_contents--button {
  color: #FFD537;
  text-align: center;
  width: 80%;
  padding: 5% 0;
  margin: 0 auto;
  border: 1px solid #FFD537;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .top_contents--button {
    width: 45%;
    padding: 3% 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--button {
    width: 40%;
    padding: 2.5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--button {
    width: 360px;
    padding: 25px 0;
  }
}
.top_contents--button:hover {
  color: #fff;
}
.top_contents--button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_contents--button:hover::before {
  background-color: #FFD537;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.top_contents--button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top_contents--button span {
  font-size: 4.2vw;
  font-weight: bold;
  padding: 0 0.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_contents--button span {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--button span {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--button span {
    font-size: 20px;
  }
}

section.top_contents02--section {
  padding: 20% 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents02--section {
    padding: 15% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents02--section {
    padding: 10% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents02--section {
    padding: 120px 0 70px;
  }
}
section.top_contents02--section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_contents02--section h2.eng_title {
  color: #fff;
}
section.top_contents02--section .text {
  width: 80%;
  margin: 15% auto 20%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents02--section .text {
    text-align: center;
    margin: 9% auto 7%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents02--section .text {
    width: 90%;
    margin: 6% auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents02--section .text {
    max-width: 1100px;
    margin: 70px auto 50px;
  }
}
section.top_contents02--section .text p {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.top_contents02--section .text p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents02--section .text p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents02--section .text p {
    font-size: 18px;
  }
}

section.top_contents03--section {
  padding: 20% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_contents03--section {
    padding: 13% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents03--section {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents03--section {
    width: 90%;
    max-width: 1100px;
    padding: 100px 0 80px;
    margin: 0 auto;
    display: grid;
    grid-template: 75% 25%/30% 62%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top_news--ul {
  width: 80%;
  margin: 10% auto;
}
@media screen and (min-width: 600px) {
  .top_news--ul {
    margin: 7% auto;
  }
}
@media screen and (min-width: 768px) {
  .top_news--ul {
    width: 90%;
    margin: 5% auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--ul {
    width: 100%;
    margin: 0;
    grid-row: span 2;
  }
}
.top_news--ul li {
  list-style: none;
  padding: 5% 3%;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .top_news--ul li {
    padding: 4% 2%;
    grid-template-columns: 22% 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .top_news--ul li {
    padding: 3% 1.5%;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--ul li {
    grid-template-columns: 25% 1fr;
  }
}
.top_news--ul li:not(:last-of-type) {
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 1025px) {
  .top_news--ul li:not(:last-of-type) {
    border-bottom: none;
  }
}
.top_news--ul li p, .top_news--ul li a.title {
  font-size: 3.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .top_news--ul li p, .top_news--ul li a.title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--ul li p, .top_news--ul li a.title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--ul li p, .top_news--ul li a.title {
    font-size: 22px;
  }
}
.top_news--ul li p {
  color: #676767;
  font-weight: bold;
}
.top_news--ul li a.title {
  color: #2F2F2F;
  font-weight: 500;
}
.top_news--ul li a.title:hover {
  opacity: 0.7;
}

.top_news--button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .top_news--button {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
.top_news--button a:hover {
  opacity: 0.7;
}
.top_news--button a span {
  color: #2F2F2F;
  font-size: 4.2vw;
  font-weight: bold;
  padding: 0 0.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
@media screen and (min-width: 600px) {
  .top_news--button a span {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .top_news--button a span {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--button a span {
    font-size: 22px;
  }
}

section.top_contents04--section {
  padding: 20% 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents04--section {
    padding: 15% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents04--section {
    padding: 10% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents04--section {
    padding: 120px 0 70px;
  }
}
section.top_contents04--section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_contents04--section h2.eng_title {
  color: #fff;
}
section.top_contents04--section .text {
  width: 80%;
  margin: 15% auto 20%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents04--section .text {
    text-align: center;
    margin: 10% auto 8%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents04--section .text {
    width: 90%;
    margin: 6% auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents04--section .text {
    max-width: 1100px;
    margin: 70px auto 50px;
  }
}
section.top_contents04--section .text p {
  color: #fff;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.top_contents04--section .text p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents04--section .text p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents04--section .text p {
    font-size: 18px;
  }
}

.page_header {
  padding: 15% 0 10%;
  background-color: rgba(255, 213, 55, 0.3);
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: 10% 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: 8% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 100px 0 60px;
  }
}

.link_button {
  width: 72%;
  margin: 0 auto;
  background-color: rgba(255, 213, 55, 0.3);
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .link_button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .link_button {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 330px;
  }
}
.link_button a {
  color: inherit;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
  padding: 1.4em 1em 1.4em 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .link_button a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .link_button a {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .link_button a {
    font-size: 16px;
  }
}
.link_button a:hover {
  opacity: 0.7;
}
.link_button a i {
  position: absolute;
  right: 18%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  .link_button a i {
    right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .link_button a i {
    right: 22%;
  }
}
@media screen and (min-width: 1025px) {
  .link_button a i {
    right: 24%;
  }
}

section.page_about--section .section_container h2.eng_title {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  section.page_about--section .section_container h2.eng_title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section .section_container h2.eng_title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section .section_container h2.eng_title {
    font-size: 26px;
  }
}
section.page_about--section .section_container h2.eng_title span.eng {
  color: #DDD;
  font-size: 10vw;
}
@media screen and (min-width: 600px) {
  section.page_about--section .section_container h2.eng_title span.eng {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section .section_container h2.eng_title span.eng {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section .section_container h2.eng_title span.eng {
    font-size: 70px;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}

section.page_about--section.section01 {
  padding: 15% 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section01 {
    padding: 11% 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section01 {
    padding: 10% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section01 {
    padding: 80px 0 60px;
  }
}
section.page_about--section.section01 .section_container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section01 .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section01 .section_container {
    width: 81%;
    max-width: 990px;
    display: grid;
    grid-template-columns: 25% 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.page_about--section.section01 .section_container h2.eng_title {
  margin: 0 0 2em;
}
section.page_about--section.section01 .section_container .text_box p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section01 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section01 .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section01 .section_container .text_box p {
    font-size: 18px;
    line-height: 1.8;
  }
}
section.page_about--section.section01 .section_container .text_box p.name {
  margin: 1.5em 0 0;
  text-align: right;
}

section.page_about--section.section02 {
  background-color: #F2F2E7;
  padding: 15% 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section02 {
    padding: 11% 0 7%;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section02 {
    padding: 10% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section02 {
    width: 81%;
    max-width: 990px;
    padding: 90px 0 60px;
    margin: 0 auto;
  }
}
section.page_about--section.section02 .section_container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section02 .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section02 .section_container {
    width: 80%;
  }
}
section.page_about--section.section02 .section_container h2.eng_title {
  margin: 0 0 2em;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section02 .section_container h2.eng_title {
    margin: 0 0 2.5em;
  }
}
section.page_about--section.section02 .section_container h2.eng_title span.eng {
  color: #fff;
}
section.page_about--section.section02 .section_container .text_box p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section02 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section02 .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section02 .section_container .text_box p {
    font-size: 16px;
    line-height: 1.8;
  }
}

section.page_about--section.section03 {
  padding: 15% 0 0;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section03 {
    padding: 11% 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section03 {
    padding: 100px 0 0;
  }
}
section.page_about--section.section03 .section_container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section03 .section_container {
    width: 81%;
    max-width: 990px;
    display: grid;
    grid-template-columns: 25% 65%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.page_about--section.section03 .section_container h2.eng_title {
  margin: 0 0 3em;
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section03 .section_container h2.eng_title {
    margin: 0.5em 0 0;
  }
}
section.page_about--section.section03 .section_container dl {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section03 .section_container dl {
    margin: 0;
  }
}
section.page_about--section.section03 .section_container dl dt, section.page_about--section.section03 .section_container dl dd {
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section03 .section_container dl dt, section.page_about--section.section03 .section_container dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dt, section.page_about--section.section03 .section_container dl dd {
    font-size: 1.9vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section03 .section_container dl dt, section.page_about--section.section03 .section_container dl dd {
    font-size: 16px;
  }
}
section.page_about--section.section03 .section_container dl dt {
  padding: 0 0 0.5em;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dt {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dt:not(:last-of-type) {
    border-bottom: 1px solid #DDD;
  }
}
section.page_about--section.section03 .section_container dl dd {
  padding: 0 0 0.8em;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dd {
    padding: 1em 0;
    margin: 0;
  }
}
section.page_about--section.section03 .section_container dl dd:not(:last-of-type) {
  border-bottom: 1px solid #DDD;
}
section.page_about--section.section03 .section_container dl dd ul {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dd ul {
    margin: 0;
  }
}
section.page_about--section.section03 .section_container dl dd ul li {
  list-style: none;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section03 .section_container dl dd ul li {
    line-height: 1.8;
  }
}

section.page_about--section.section04 {
  padding: 15% 0 7%;
}
@media screen and (min-width: 600px) {
  section.page_about--section.section04 {
    padding: 11% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section04 {
    padding: 120px 0 80px;
  }
}
section.page_about--section.section04 .section_container {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section04 .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section04 .section_container {
    width: 81%;
    max-width: 990px;
  }
}
section.page_about--section.section04 .section_container h2.eng_title {
  margin: 0 0 2em;
}
section.page_about--section.section04 .section_container .map_box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.8/1;
}
@media screen and (min-width: 768px) {
  section.page_about--section.section04 .section_container .map_box iframe {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_about--section.section04 .section_container .map_box iframe {
    aspect-ratio: 3/1;
  }
}

.page_business--container {
  padding: 12% 0;
  display: grid;
  gap: 12vw 0;
}
@media screen and (min-width: 600px) {
  .page_business--container {
    padding: 10% 0;
    gap: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_business--container {
    padding: 5% 0;
    gap: 7vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--container {
    padding: 70px 0;
    gap: 80px 0;
  }
}

section.page_business--section {
  width: 80%;
  padding: 60px 0 0;
  margin: -60px auto 0;
}
@media screen and (min-width: 768px) {
  section.page_business--section {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section {
    width: 81%;
    max-width: 920px;
    padding: 90px 0 0;
    margin: -90px auto 0;
    gap: 60px;
  }
}
section.page_business--section figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
section.page_business--section .box h2 {
  color: #676767;
  font-size: 3.8vw;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0.7em;
  margin: 1em 0;
  border-bottom: 1px solid #FFD537;
  border-left: 10px solid #FFD538;
}
@media screen and (min-width: 600px) {
  section.page_business--section .box h2 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .box h2 {
    font-size: 2.1vw;
    padding: 0.4em 0 0.4em 0.6em;
    margin: 0 0 1em;
    border-left: 11px solid #FFD538;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .box h2 {
    font-size: 25px;
    margin: 0 0 0.9em;
  }
}
section.page_business--section .box .text {
  width: calc(100% - 2 * (2.66vw + 10px));
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_business--section .box .text {
    width: calc(100% - 2 * (1.75vw + 10px));
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .box .text {
    width: calc(100% - 2 * (1.26vw + 11px));
  }
}
section.page_business--section .box .text p {
  font-size: 3.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  section.page_business--section .box .text p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_business--section .box .text p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_business--section .box .text p {
    font-size: 18px;
  }
}

.page_recruit--container {
  padding: 12% 0;
}
@media screen and (min-width: 600px) {
  .page_recruit--container {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--container {
    padding: 90px 0;
  }
}

ul.page_recruit--ul {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 9vw 0;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul {
    gap: 7vw 0;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul {
    width: 81%;
    gap: 6vw 0;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    max-width: 920px;
    gap: 70px 0;
  }
}
ul.page_recruit--ul li.page_recruit--li {
  text-align: center;
  padding: 6% 0 7%;
  list-style: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 5% 0 6%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 4% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li {
    padding: 35px 0 45px;
  }
}
ul.page_recruit--ul li.page_recruit--li h2 {
  font-size: 4vw;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li h2 {
    font-size: 2.8vw;
    margin: 0 0 1.2em;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li h2 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li h2 {
    font-size: 24px;
  }
}
ul.page_recruit--ul li.page_recruit--li h2 span {
  font-weight: bold;
}
ul.page_recruit--ul li.page_recruit--li h2 span.ja {
  line-height: 1.6;
  letter-spacing: 0.2em;
}
ul.page_recruit--ul li.page_recruit--li h2 span.eng {
  color: #FFD537;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li h2 span.eng {
    font-size: 2.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li h2 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li h2 span.eng {
    font-size: 18px;
  }
}

#content.container.single-staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.single_staff--container {
  text-align: center;
  width: 80%;
  padding: 0 0 10%;
  margin: 12% auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 0 0 7%;
    margin: 9% auto;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    width: 81%;
    margin: 7% auto;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    max-width: 920px;
    padding: 0 0 70px;
    margin: 70px auto;
  }
}

article.single_staff--article {
  text-align: left;
  padding: 6% 0;
}
article.single_staff--article h2 {
  text-align: center;
  font-size: 4vw;
  line-height: 1;
  margin: 0 0 3em;
}
@media screen and (min-width: 600px) {
  article.single_staff--article h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article h2 {
    font-size: 2.4vw;
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article h2 {
    font-size: 24px;
    margin: 0 0 1.5em;
  }
}
article.single_staff--article h2 span {
  font-weight: bold;
}
article.single_staff--article h2 span.ja {
  line-height: 1.6;
  letter-spacing: 0.2em;
}
article.single_staff--article h2 span.eng {
  color: #FFD537;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 600px) {
  article.single_staff--article h2 span.eng {
    font-size: 2.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article h2 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article h2 span.eng {
    font-size: 18px;
  }
}

dl.single_staff--dl {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 75%;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 16px;
  }
}
dl.single_staff--dl dt {
  color: #676767;
  font-weight: bold;
  padding: 0 1em 1.2em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    padding: 1.5em;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt:not(:last-of-type) {
    border-bottom: 1px solid #DDD;
  }
}
dl.single_staff--dl dd {
  padding: 0 1em 1em;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em;
    margin: 0;
  }
}
dl.single_staff--dl dd:not(:last-of-type) {
  border-bottom: 1px solid #DDD;
}
dl.single_staff--dl dd p {
  line-height: 1.8;
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
dl.single_staff--dl dd p br {
  display: block !important;
}

.page_form--container {
  text-align: center;
  width: 80%;
  padding: 0 0 10%;
  margin: 12% auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  .page_form--container {
    padding: 0 0 7%;
    margin: 9% auto;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container {
    width: 81%;
    margin: 7% auto;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container {
    max-width: 920px;
    padding: 0 0 70px;
    margin: 70px auto;
  }
}
.page_form--container h1 {
  text-align: center;
  font-size: 4vw;
  line-height: 1;
  padding: 6% 0 0;
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  .page_form--container h1 {
    font-size: 2.8vw;
    margin: 0 0 2.2em;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container h1 {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container h1 {
    font-size: 24px;
  }
}
.page_form--container h1 span {
  font-weight: bold;
}
.page_form--container h1 span.ja {
  line-height: 1.6;
  letter-spacing: 0.2em;
}
.page_form--container h1 span.eng {
  color: #FFD537;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_form--container h1 span.eng {
    font-size: 2.2vw;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container h1 span.eng {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container h1 span.eng {
    font-size: 18px;
  }
}
.page_form--container .text_box {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box {
    margin: 0 0 8%;
  }
}
.page_form--container .text_box p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box p {
    font-size: 18px;
  }
}
.page_form--container .text_box p.bold {
  font-weight: bold;
  margin: 2.5em 0 0.2em;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p.bold {
    margin: 2em 0 0.2em;
  }
}
.page_form--container .text_box p.staff_id {
  margin: 1.5em 0 0;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p.staff_id {
    margin: 2em 0 0;
  }
}
.page_form--container .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p br {
    display: none !important;
  }
}
.page_form--container .text_box a.tel {
  color: #676767;
  font-size: 4vw;
  font-weight: bold;
  border-bottom: 1px solid #676767 !important;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box a.tel {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box a.tel {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box a.tel {
    font-size: 22px;
  }
}
.page_form--container .text_box a.tel:hover {
  opacity: 0.7;
}

.form_box dl.form_dl {
  text-align: left;
  width: 90%;
  margin: 0 auto 13%;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    width: 75%;
    margin: 0 auto 8%;
  }
}
.form_box dl.form_dl dt, .form_box dl.form_dl dd {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .form_box dl.form_dl dt, .form_box dl.form_dl dd {
    font-size: 17px;
  }
}
.form_box dl.form_dl dt {
  font-weight: bold;
  margin: 0 0 0.8em;
}
.form_box dl.form_dl dt.must::after {
  content: "*";
  color: #FF0000;
  margin: 0 0 0 0.3em;
}
.form_box dl.form_dl dd {
  margin: 0 0 2.5em;
}
.form_box dl.form_dl dd.radio {
  margin: 1.5em 0 2.5em;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dd.radio {
    margin: 1.2em 0 2.5em;
  }
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.form_box dl.form_dl dd.radio span.wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  font-weight: 500;
}
.form_box dl.form_dl dd input, .form_box dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.8em;
  background-color: #F2F2F2;
  border-radius: 4px;
}

.link_button.page_form {
  position: relative;
}
.link_button.page_form input {
  color: inherit;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding: 1.4em 1em 1.4em 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .link_button.page_form input {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .link_button.page_form input {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .link_button.page_form input {
    font-size: 16px;
  }
}
.link_button.page_form input:hover {
  opacity: 0.7;
}
.link_button.page_form span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -25px);
          transform: translate(-50%, -25px);
}
.link_button.page_form i {
  font-size: 3.5vw;
  position: absolute;
  right: 18%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  .link_button.page_form i {
    font-size: 2.2vw;
    right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .link_button.page_form i {
    font-size: 1.9vw;
    right: 22%;
  }
}
@media screen and (min-width: 1025px) {
  .link_button.page_form i {
    font-size: 16px;
    right: 24%;
  }
}

#content.container.page_news {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_container.page_news {
  width: 80%;
  padding: 0 0 12%;
  margin: 7% auto 0;
}
@media screen and (min-width: 600px) {
  .page_container.page_news {
    padding: 0 0 8%;
    margin: 5% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .page_container.page_news {
    width: 81%;
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.page_news {
    max-width: 920px;
    padding: 0 0 80px;
    margin: 40px auto 0;
  }
}

ul.page_news--ul {
  margin: 0 auto 7%;
}
@media screen and (min-width: 600px) {
  ul.page_news--ul {
    width: 75%;
    margin: 0 auto 5%;
  }
}
ul.page_news--ul li.apage_news--li {
  list-style: none;
  padding: 5%;
  position: relative;
}
ul.page_news--ul li.apage_news--li:not(:last-of-type) {
  border-bottom: 1px solid #DDD;
}
ul.page_news--ul li.apage_news--li a {
  color: inherit;
}
ul.page_news--ul li.apage_news--li a:hover {
  opacity: 0.7;
}
ul.page_news--ul li.apage_news--li a p {
  line-height: 2;
}
@media screen and (min-width: 600px) {
  ul.page_news--ul li.apage_news--li a p {
    line-height: 2.2;
  }
}
ul.page_news--ul li.apage_news--li a p.date {
  font-size: 3.5vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  ul.page_news--ul li.apage_news--li a p.date {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.apage_news--li a p.date {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.apage_news--li a p.date {
    font-size: 17px;
  }
}
ul.page_news--ul li.apage_news--li a p.title {
  color: #676767;
  font-weight: bold;
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  ul.page_news--ul li.apage_news--li a p.title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.apage_news--li a p.title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.apage_news--li a p.title {
    font-size: 20px;
  }
}
ul.page_news--ul li.apage_news--li a i {
  color: #2F2F2F;
  font-size: 3.5vw;
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_news--ul li.apage_news--li a i {
    font-size: 2.4vw;
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_news--ul li.apage_news--li a i {
    font-size: 2vw;
    right: 4%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_news--ul li.apage_news--li a i {
    font-size: 20px;
  }
}

.page_news--pagenav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3%;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links {
    gap: 0 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_news--pagenav .nav-links {
    gap: 0 1.5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links {
    gap: 0 10px;
  }
}
.page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 0.7em;
  margin: 0;
  border: none;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links span.page-numbers.current, .page_news--pagenav .nav-links a.page-numbers {
    font-size: 20px;
  }
}
.page_news--pagenav .nav-links span.page-numbers.current {
  color: #fff;
  background-color: #FFD537;
  border-radius: 5px;
}
.page_news--pagenav .nav-links a.page-numbers {
  color: #676767;
}
.page_news--pagenav .nav-links a.next.page-numbers, .page_news--pagenav .nav-links a.prev.page-numbers {
  padding: 0 0.7em;
}
.page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
  color: #2F2F2F;
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_news--pagenav .nav-links a.next.page-numbers i, .page_news--pagenav .nav-links a.prev.page-numbers i {
    font-size: 20px;
  }
}

#content.container.single_news {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page_container.single_news {
  text-align: center;
  width: 80%;
  padding: 10% 0 12%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_container.single_news {
    padding: 0 0 8%;
    margin: 7% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .page_container.single_news {
    width: 81%;
    padding: 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container.single_news {
    max-width: 920px;
    padding: 0 0 70px;
    margin: 60px auto 0;
  }
}

article.single_news--article {
  text-align: left;
  margin: 0 auto 7%;
}
@media screen and (min-width: 600px) {
  article.single_news--article {
    width: 75%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article {
    margin: 0 auto 40px;
  }
}
article.single_news--article h2 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 5%;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 600px) {
  article.single_news--article h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_news--article h2 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article h2 {
    font-size: 22px;
  }
}
article.single_news--article p.date {
  color: #676767;
  font-size: 3.5vw;
  font-weight: bold;
  padding: 0 5% 2em;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 600px) {
  article.single_news--article p.date {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_news--article p.date {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article p.date {
    font-size: 18px;
  }
}
article.single_news--article .content {
  padding: 5%;
}
article.single_news--article .content p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  article.single_news--article .content p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_news--article .content p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_news--article .content p {
    font-size: 16px;
  }
}
article.single_news--article .content p:empty {
  padding: 1.5em 0 0;
  display: block;
}

a.single_news--button {
  color: inherit;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  a.single_news--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  a.single_news--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  a.single_news--button {
    font-size: 18px;
  }
}
a.single_news--button:hover {
  opacity: 0.7;
}
a.single_news--button i {
  margin: 0 0.5em 0 0;
}

footer.footerclass {
  padding: 10% 0 0;
  background-color: #FFD537;
}
@media screen and (min-width: 600px) {
  footer.footerclass {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer.footerclass {
    padding: 5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 50px 0 0;
  }
}
footer.footerclass .container {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  footer.footerclass .container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass .container {
    max-width: 1100px;
  }
}

.footercol1, .footercol2, .footercol3 {
  padding: 0;
}

.footer_buttonBox {
  width: 80%;
  margin: 0 auto 12%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 7vw 0;
}
@media screen and (min-width: 600px) {
  .footer_buttonBox {
    width: 60%;
    margin: 0 auto 8%;
    gap: 5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_buttonBox {
    width: 100%;
    margin: 0 auto 5%;
    grid-template: auto/1fr 1fr;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .footer_buttonBox {
    width: 90%;
    margin: 0 auto 40px;
    gap: 0 65px;
  }
}
.footer_buttonBox .footer_button {
  padding: 5.5% 0;
  background-color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 20% 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_buttonBox .footer_button {
    padding: 6.5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_buttonBox .footer_button {
    padding: 25px 0;
    grid-template-columns: 20% max(60%, 270px);
  }
}
.footer_buttonBox .footer_button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footer_buttonBox .footer_button i {
  color: #fff;
  font-size: 6vw;
  width: 13vw;
  background-color: #FFD537;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  .footer_buttonBox .footer_button i {
    font-size: 4vw;
    width: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_buttonBox .footer_button i {
    font-size: 2.8vw;
    width: 6.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_buttonBox .footer_button i {
    font-size: 30px;
    width: 65px;
  }
}
.footer_buttonBox .footer_button:hover > i {
  opacity: 0.7;
}
.footer_buttonBox .footer_button .box p {
  color: #000233;
  font-weight: bold;
}
.footer_buttonBox .footer_button .box p.header_text {
  font-size: 4vw;
  margin: 0 0 3%;
}
@media screen and (min-width: 600px) {
  .footer_buttonBox .footer_button .box p.header_text {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_buttonBox .footer_button .box p.header_text {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_buttonBox .footer_button .box p.header_text {
    font-size: 24px;
  }
}
.footer_buttonBox .footer_button .box p.text {
  font-size: 3.2vw;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .footer_buttonBox .footer_button .box p.text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_buttonBox .footer_button .box p.text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_buttonBox .footer_button .box p.text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.footer_buttonBox .footer_button .box p.text br {
  display: block !important;
}
.footer_buttonBox .footer_button:hover > .box {
  opacity: 0.7;
}

.footer_address {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 8%;
}
@media screen and (min-width: 600px) {
  .footer_address {
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 768px) {
  .footer_address {
    margin: 8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address {
    margin: 40px 0 0;
  }
}
.footer_address p.name {
  text-align: center;
  font-size: 6.8vw;
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
  .footer_address p.name {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_address p.name {
    font-size: 3.5vw;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address p.name {
    font-size: 34px;
  }
}
.footer_address p.address {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .footer_address p.address {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_address p.address {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer_address p.address {
    font-size: 20px;
  }
}

ul#menu-footer {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  display: grid;
  gap: 5px 0;
}
@media screen and (min-width: 600px) {
  ul#menu-footer {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer {
    width: 65%;
    margin: 0 0 0 auto;
  }
}
ul#menu-footer li {
  list-style: none;
  padding: 2.5% 0 2.5% 2%;
  border-bottom: 1px solid #2F2F2F;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li {
    padding: 2%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li {
    padding: 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li {
    padding: 7px 5px;
  }
}
ul#menu-footer li a {
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li a {
    font-size: 16px;
  }
}
ul#menu-footer li a:hover {
  color: inherit;
  opacity: 0.7;
}

.footerbase {
  margin: 10% 0 0;
  background-color: #FFD537 !important;
}
@media screen and (min-width: 768px) {
  .footerbase {
    margin: 3% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerbase {
    margin: 10px 0 0;
  }
}