@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: "Noto Sans JP", "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 {
  line-height: 1;
  padding: 0;
  background: none;
  -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: none;
}

a.brand.logofont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  background-color: #1E72BD;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1025px) {
  a.brand.logofont {
    padding: 0 40px;
  }
}

.header_contact--button {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  .header_contact--button {
    height: 110px;
    right: 40px;
  }
}
.header_contact--button a {
  height: 60%;
  background-color: #FE7236;
  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: 1025px) {
  .header_contact--button a {
    height: 40%;
  }
}
.header_contact--button a:hover {
  opacity: 0.7;
}
.header_contact--button a i {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .header_contact--button a i {
    font-size: 18px;
  }
}

#kad-mobile-banner-sticky-wrapper {
  height: auto !important;
}

button.header_menu--button {
  height: 60px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
@media screen and (min-width: 1025px) {
  button.header_menu--button {
    display: none;
  }
}
button.header_menu--button div {
  height: 60%;
  background-color: #fff;
  border: 1px solid #FE7236;
  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;
  position: relative;
  aspect-ratio: 1;
}
button.header_menu--button div span {
  width: 40%;
  height: 1px;
  background-color: #FE7236;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
button.header_menu--button div span:first-of-type {
  -webkit-transform: translate(-50%, calc(-50% - 6px)) rotate(0deg);
          transform: translate(-50%, calc(-50% - 6px)) rotate(0deg);
}
body.open_menu button.header_menu--button div span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}
button.header_menu--button div span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
body.open_menu button.header_menu--button div span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scaleX(0);
          transform: translate(-50%, -50%) scaleX(0);
}
button.header_menu--button div span:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}
body.open_menu button.header_menu--button div span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

.mobile_menu {
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  background-color: #1E72BD;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.open_menu .mobile_menu {
  opacity: 1;
  z-index: 999;
}
.mobile_menu ul.menu {
  font-size: 3.8vw;
  width: 90%;
  margin-inline: auto;
  display: grid;
}
@media screen and (min-width: 600px) {
  .mobile_menu ul.menu {
    font-size: 2.5vw;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .mobile_menu ul.menu {
    font-size: 2vw;
  }
}
.mobile_menu ul.menu > li {
  padding: 0 1em 2em;
  margin-bottom: 2em;
  list-style: none;
  position: relative;
}
.mobile_menu ul.menu > li:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.mobile_menu ul.menu > li > a {
  color: #fff;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 0.8em;
}
.mobile_menu ul.menu > li > a:hover {
  color: inherit;
  opacity: 0.7;
}
.mobile_menu ul.menu > li > a span {
  font-weight: bold;
  display: block;
}
.mobile_menu ul.menu > li > a span.eng {
  font-size: 0.7em;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0.5em;
}
.mobile_menu ul.menu > li ul.sub-menu {
  padding: 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1.5em 0;
}
.mobile_menu ul.menu > li ul.sub-menu > li {
  list-style: none;
}
.mobile_menu ul.menu > li ul.sub-menu > li > a {
  color: #fff;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0;
}
.mobile_menu ul.menu > li ul.sub-menu > li > a:hover {
  color: inherit;
  opacity: 0.7;
}

#sticky-wrapper {
  height: auto !important;
}

.kad-header-menu-inner.container {
  max-width: none;
}

nav.nav-main {
  padding-right: 120px;
}
nav.nav-main ul.sf-menu {
  gap: 0 20px;
}
nav.nav-main ul.sf-menu > li > a {
  color: #080807 !important;
  font-weight: bold;
}
body.home nav.nav-main ul.sf-menu > li > a {
  color: #fff !important;
  text-shadow: 0 0 1px #080807;
}
nav.nav-main ul.sf-menu > li > a:hover {
  opacity: 0.7;
}
nav.nav-main ul.sf-menu > li ul.sub-menu {
  border-color: #1E72BD;
}
nav.nav-main ul.sf-menu > li ul.sub-menu::before {
  border-bottom-color: #1E72BD;
}
nav.nav-main ul.sf-menu > li ul.sub-menu li a {
  color: #080807 !important;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
nav.nav-main ul.sf-menu > li ul.sub-menu li a:hover {
  opacity: 0.7;
}

.container {
  width: 100%;
  padding: 0;
}

#content {
  max-width: none;
  padding: 0;
}

.floating_button--box {
  text-align: center;
  font-size: 3.5vw;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .floating_button--box {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .floating_button--box {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .floating_button--box {
    font-size: 14px;
    width: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    right: 0;
    top: 200px;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button {
    height: 10em;
    border-radius: 10px 0 0 10px;
  }
}
.floating_button--box .floating_button.button01 {
  background-color: #FE7236;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button.button01 {
    margin-bottom: 1em;
  }
}
.floating_button--box .floating_button.button02 {
  background-color: #1E72BD;
}
.floating_button--box .floating_button:hover {
  opacity: 0.7;
}
.floating_button--box .floating_button a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  .floating_button--box .floating_button a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 0 0.7em;
  }
}

section.contact_section {
  padding: 15% 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.contact_section {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section {
    padding: 90px 0 100px;
  }
}
section.contact_section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
}
section.contact_section .section_container {
  text-align: center;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container {
    text-align: left;
    max-width: 980px;
    display: grid;
    grid-template: auto auto/1fr auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 100px;
  }
}
section.contact_section .section_container h2 {
  color: #fff;
  font-size: 8.6vw;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container h2 {
    font-size: 5.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container h2 {
    font-size: 46px;
    margin-bottom: 0.5em;
    grid-column: span 3;
  }
}
section.contact_section .section_container .text_box {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .text_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .text_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .text_box {
    font-size: 15px;
    margin: 0;
  }
}
section.contact_section .section_container .text_box p {
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
}
section.contact_section .section_container .text_box p br {
  display: block !important;
}
section.contact_section .section_container .button_box {
  text-align: center;
  font-size: 3.2vw;
  width: 17.3em;
  margin: 0 auto 5em;
  border: 1px solid #fff;
  border-radius: 2em;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .button_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .button_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .button_box {
    font-size: 14px;
    margin: 0;
  }
}
section.contact_section .section_container .button_box:hover {
  opacity: 0.7;
}
section.contact_section .section_container .button_box a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.8em 0;
  display: block;
}
section.contact_section .section_container .info_box {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  section.contact_section .section_container .info_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.contact_section .section_container .info_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.contact_section .section_container .info_box {
    font-size: 14px;
  }
}
section.contact_section .section_container .info_box p {
  color: #fff;
  letter-spacing: 0.05em;
}
section.contact_section .section_container .info_box p.title {
  margin-bottom: 0.8em;
  font-weight: 500;
}
section.contact_section .section_container .info_box p.time {
  font-weight: 300;
}
section.contact_section .section_container .info_box a {
  color: #fff;
  font-size: 1.92em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  display: block;
}
section.contact_section .section_container .info_box a:hover {
  opacity: 0.7;
}

.common_button {
  font-size: 3.2vw;
  width: 11em;
  margin-inline: auto;
  background-color: #fff;
  border: 1px solid #FE7236;
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .common_button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .common_button {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .common_button {
    font-size: 14px;
  }
}
.common_button:hover {
  opacity: 0.7;
}
.common_button a {
  padding: 0.9em 0 0.9em 0.5em;
  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;
}
.common_button a span {
  color: #FE7236;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.common_button a i {
  color: #1E72BD;
}

.top_header {
  overflow: hidden;
  position: relative;
}
.top_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.top_header 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: 90px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .pattern_choice {
    top: 150px;
  }
}

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_header--textBox {
  text-align: right;
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 3%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_header--textBox.loaded {
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_header--textBox p {
  color: #fff;
  font-size: 9.6vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .top_header--textBox p {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .top_header--textBox p {
    font-size: 5.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_header--textBox p {
    font-size: 46px;
  }
}
.top_header--textBox p.space {
  margin-bottom: 0.3em;
}
.top_header--textBox p span {
  display: inline-block;
}
.top_header--textBox p span.large {
  font-size: 1.34em;
  font-weight: 600;
}
.top_header--textBox p span.small {
  font-size: 0.35em;
  font-weight: 500;
  line-height: 1.8;
}
.top_header--textBox p br {
  display: block !important;
}

.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_header--imgBox {
  width: 100vw;
  height: 93vh;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .top_view.top_header--imgBox {
    height: 700px;
  }
}
.top_view.top_header--imgBox .top_header--img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top_view.top_header--imgBox .top_header--img.firstview_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_header--imgBox .top_header--img.firstview_mobile {
    display: none;
  }
}

.top_view.top_header--movie {
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  background: gray;
}
.top_view.top_header--movie .texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.top_view.top_header--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_header--movie iframe {
    width: 220vh;
  }
}
.top_view.top_header--movie.loaded iframe {
  opacity: 1;
}

section.top_section {
  position: relative;
}
section.top_section .section_container {
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_section .section_container {
    max-width: 1100px;
  }
}

h2.top_contents--title {
  text-align: center;
  font-size: 8vw;
  display: grid;
}
@media screen and (min-width: 600px) {
  h2.top_contents--title {
    font-size: 5.7vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_contents--title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_contents--title {
    font-size: 46px;
  }
}
h2.top_contents--title span {
  letter-spacing: 0.05em;
}
h2.top_contents--title span.eng {
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h2.top_contents--title span.eng {
    line-height: 1.3;
  }
}
h2.top_contents--title span.ja {
  color: #FE7236;
  font-size: 3vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  h2.top_contents--title span.ja {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h2.top_contents--title span.ja {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_contents--title span.ja {
    font-size: 14px;
  }
}

section.top_section.top_contents01--section {
  padding: 10% 0 20%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section {
    padding: 8% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section {
    padding: 80px 0 100px;
  }
}
section.top_section.top_contents01--section .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container {
    width: 90%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container {
    max-width: 980px;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title {
  text-align: right;
  font-size: 9.1vw;
  margin-bottom: 1.5em;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 6.2vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title {
    font-size: 58px;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title span.eng {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container h2.top_contents--title span.eng {
    margin-bottom: 0.15em;
  }
}
section.top_section.top_contents01--section .section_container h2.top_contents--title span br {
  display: block !important;
}
section.top_section.top_contents01--section .section_container.show h2.top_contents--title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_section.top_contents01--section .section_container .box {
  font-size: 3.5vw;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container .box {
    font-size: 18px;
  }
}
section.top_section.top_contents01--section .section_container .box p {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
section.top_section.top_contents01--section .section_container .box p.large {
  font-size: 1.22em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.24em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.26em;
    line-height: 2;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents01--section .section_container .box p.large {
    font-size: 1.28em;
  }
}
section.top_section.top_contents01--section .section_container .box p br {
  display: block !important;
}
section.top_section.top_contents01--section .section_container.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.top_section.top_contents02--section {
  padding: 0 0 18%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents02--section {
    padding: 0 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents02--section {
    padding: 0 0 150px;
  }
}
section.top_section.top_contents02--section .section_container {
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container {
    width: 95%;
  }
}
section.top_section.top_contents02--section .section_container h2.top_contents--title {
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container h2.top_contents--title {
    margin-bottom: 0.8em;
  }
}
section.top_section.top_contents02--section .section_container h2.top_contents--title span.ja {
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents02--section .section_container h2.top_contents--title span.ja {
    margin: 0;
  }
}
section.top_section.top_contents02--section .section_container.show h2.top_contents--title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_contents02--itemBox {
  position: relative;
}
.top_contents02--itemBox::before {
  content: "";
  width: 100vw;
  height: calc(100% - 10vw);
  background-color: #1E72BD;
  border-radius: 0 0 0 60px;
  position: absolute;
  left: 50%;
  top: 13vw;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox::before {
    height: calc(100% + 4vw);
    left: 3vw;
    top: 3vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .top_contents02--itemBox::before {
    height: calc(100% + 40px);
    left: 30px;
    top: 30px;
  }
}
.top_contents02--itemBox .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item:nth-of-type(even) {
    direction: rtl;
  }
}
.top_contents02--itemBox .item figure {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_contents02--itemBox .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.65/1;
}
.top_contents02--itemBox .item.show figure {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_contents02--itemBox .item:nth-of-type(odd) figure {
  border-radius: 20px 0 0 0;
}
.top_contents02--itemBox .item:nth-of-type(even) figure {
  border-radius: 0 20px 0 0;
}
.top_contents02--itemBox .item .box {
  text-align: center;
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .top_contents02--itemBox .item .box {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item .box {
    padding: 0 0 8%;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents02--itemBox .item .box {
    padding: 0 0 70px;
  }
}
.top_contents02--itemBox .item .box h3 {
  color: #fff;
  font-size: 6.4vw;
  width: 85%;
  margin: 0 auto 1.2em;
}
@media screen and (min-width: 600px) {
  .top_contents02--itemBox .item .box h3 {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents02--itemBox .item .box h3 {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents02--itemBox .item .box h3 {
    font-size: 28px;
  }
}
.top_contents02--itemBox .item .box h3 span {
  letter-spacing: 0;
  display: block;
}
.top_contents02--itemBox .item .box h3 span.eng {
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.top_contents02--itemBox .item .box h3 span.ja {
  font-size: 0.6em;
  font-weight: 300;
}

section.top_section.top_contents03--section {
  padding: 10% 0 15%;
  background-size: cover;
  background-position: 25% 50%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents03--section {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents03--section {
    padding: 7% 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section {
    padding: 70px 0 100px;
  }
}
section.top_section.top_contents03--section::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}
section.top_section.top_contents03--section .section_container {
  width: 80%;
}
section.top_section.top_contents03--section .section_container h2.top_contents--title {
  margin-bottom: 1.5em;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container h2.top_contents--title {
    margin-bottom: 1.2em;
  }
}
section.top_section.top_contents03--section .section_container.show h2.top_contents--title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_section.top_contents03--section .section_container .box {
  font-size: 3.2vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 6em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents03--section .section_container .box {
    text-align: center;
    font-size: 2.2vw;
    margin: 0 auto 5em;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents03--section .section_container .box {
    font-size: 1.9vw;
    margin: 0 auto 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container .box {
    font-size: 18px;
    margin: 0 auto 4em;
  }
}
section.top_section.top_contents03--section .section_container .box p {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents03--section .section_container .box p {
    line-height: 2;
  }
}
section.top_section.top_contents03--section .section_container .box p br {
  display: block !important;
}

section.top_section.top_contents04--section {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section {
    padding: 80px 0;
  }
}
section.top_section.top_contents04--section .section_container {
  width: 85%;
  padding: 10% 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container {
    width: 95%;
    padding: 50px 0;
    border-radius: 40px;
  }
}
section.top_section.top_contents04--section .section_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container::before {
    content: none;
  }
}
section.top_section.top_contents04--section .section_container .box {
  width: 75%;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box {
    width: 40%;
    margin: 0 0 0 auto;
    padding-right: 60px;
  }
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title {
  text-align: left;
  margin-bottom: 1em;
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span {
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.eng {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.eng {
    margin-bottom: 0.2em;
  }
}
section.top_section.top_contents04--section .section_container .box h2.top_contents--title span.ja {
  color: #080807;
}
section.top_section.top_contents04--section .section_container .box .text_box {
  margin-bottom: 20%;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box {
    margin-bottom: 12%;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p {
  font-weight: 500;
  line-height: 1.6;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}
section.top_section.top_contents04--section .section_container .box .text_box p.message {
  font-size: 4.6vw;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.message {
    font-size: 23px;
    margin-bottom: 1.5em;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p.text {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_section.top_contents04--section .section_container .box .text_box p.text {
    font-size: 14px;
  }
}
section.top_section.top_contents04--section .section_container .box .text_box p br {
  display: block !important;
}
section.top_section.top_contents04--section .section_container .box .common_button {
  margin: 0;
}
section.top_section.top_contents04--section .section_container.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.page_header {
  padding: calc(60px + 10%) 0 4%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: calc(60px + 6%) 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_header {
    padding: calc(60px + 4%) 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 150px 0 30px;
  }
}
.page_header > span {
  color: #EFEFEF;
  font-size: 15vw;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
@media screen and (min-width: 600px) {
  .page_header > span {
    font-size: 11.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header > span {
    font-size: 11.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header > span {
    font-size: 102px;
  }
}

h1.page_h1 {
  text-align: center;
  font-size: 3vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  h1.page_h1 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h1.page_h1 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_h1 {
    font-size: 14px;
  }
}
h1.page_h1 span {
  display: block;
}
h1.page_h1 span.ja {
  color: #FE7236;
  font-weight: bold;
  margin-bottom: 0.2em;
}
h1.page_h1 span.eng {
  font-size: 2.49em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  h1.page_h1 span.eng {
    font-size: 2.87em;
  }
}
@media screen and (min-width: 768px) {
  h1.page_h1 span.eng {
    font-size: 3.28em;
  }
}

h2.page_h2 {
  font-size: 3vw;
}
@media screen and (min-width: 600px) {
  h2.page_h2 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2 {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 {
    font-size: 14px;
  }
}
h2.page_h2 span {
  display: block;
}
h2.page_h2 span.ja {
  color: #FE7236;
  font-weight: bold;
  margin-bottom: 0.3em;
}
h2.page_h2 span.eng {
  font-size: 2.14em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  h2.page_h2 span.eng {
    font-size: 2.29em;
  }
}
@media screen and (min-width: 768px) {
  h2.page_h2 span.eng {
    font-size: 2.44em;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_h2 span.eng {
    font-size: 2.4em;
  }
}

.page_header--img {
  background-size: cover;
  background-position: center;
  aspect-ratio: 2.5/1;
}
@media screen and (min-width: 600px) {
  .page_header--img {
    aspect-ratio: 3.5/1;
  }
}
@media screen and (min-width: 768px) {
  .page_header--img {
    aspect-ratio: 4/1;
  }
}
@media screen and (min-width: 1025px) {
  .page_header--img {
    height: 220px;
    aspect-ratio: auto;
  }
}

section.page_company.page_section.section01 {
  background-color: #FBF5EF;
}
section.page_company.page_section.section01 .section_container {
  width: 85%;
  padding: calc(10% + 50px) 0 10%;
  margin: -50px auto 0;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container {
    width: 75%;
    padding: calc(6% + 50px) 0 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container {
    max-width: 900px;
    padding: 160px 0 60px;
    margin: -100px auto 0;
    grid-template-columns: 1fr 2.2fr;
  }
}
section.page_company.page_section.section01 .section_container h2.page_h2 {
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.5em;
}
section.page_company.page_section.section01 .section_container .text_box p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
section.page_company.page_section.section01 .section_container .text_box p.large {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.large {
    font-size: 30px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section01 .section_container .text_box p.small {
    font-size: 14px;
  }
}
section.page_company.page_section.section01 .section_container .text_box p.small br {
  display: block !important;
}

section.page_company.page_section.section02 {
  padding: calc(10% + 20px) 0 0;
  margin-top: -20px;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 {
    padding: calc(8% + 20px) 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 {
    padding: calc(7% + 20px) 0 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 {
    padding: 130px 0 0;
  }
}
section.page_company.page_section.section02 .section_container {
  width: 82%;
  padding: 10% 0 12% 9%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container {
    padding: 8% 0 9% 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container {
    padding: 6% 0 7% 9%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container {
    width: 90%;
    max-width: 980px;
    padding: 50px 0 50px 40px;
    display: grid;
    grid-template-columns: 2.8fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 100px;
  }
}
section.page_company.page_section.section02 .section_container::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1E72BD;
  border-radius: 40px 0 0 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container::before {
    border-radius: 60px 0 0 60px;
    left: -40px;
  }
}
section.page_company.page_section.section02 .section_container h2.page_h2 {
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.8em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container h2.page_h2 {
    margin-bottom: 4em;
  }
}
section.page_company.page_section.section02 .section_container h2.page_h2 span.ja {
  color: #fff;
}
section.page_company.page_section.section02 .section_container h2.page_h2 span.eng {
  color: #fff;
}
section.page_company.page_section.section02 .section_container .img {
  width: 60%;
  margin: 0 auto 11%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 45%;
    margin: 0 auto 9%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 35%;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .img {
    width: 100%;
    margin: 0;
    grid-row: span 2;
  }
}
section.page_company.page_section.section02 .section_container .text_box {
  position: relative;
}
section.page_company.page_section.section02 .section_container .text_box p {
  color: #fff;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .text_box p {
    font-size: 14px;
  }
}
section.page_company.page_section.section02 .section_container .text_box p.large {
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section02 .section_container .text_box p.large {
    font-size: 23px;
    margin-bottom: 1.5em;
  }
}
section.page_company.page_section.section02 .section_container .text_box p.small.space {
  margin-bottom: 1em;
}
section.page_company.page_section.section02 .section_container .text_box p.name {
  text-align: right;
  margin-top: 2em;
}

section.page_company.page_section.section03 {
  padding: 14% 0;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 {
    padding: 11% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 {
    padding: 90px 0;
  }
}
section.page_company.page_section.section03 .section_container {
  width: 75%;
  padding-top: 80px;
  margin: -80px auto 0;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 .section_container {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 .section_container {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 .section_container {
    max-width: 700px;
    padding-top: 120px;
    margin: -120px auto 0;
  }
}
section.page_company.page_section.section03 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}
section.page_company.page_section.section03 .map_box {
  aspect-ratio: 1.45/1;
}
@media screen and (min-width: 600px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 1.8/1;
  }
}
@media screen and (min-width: 768px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company.page_section.section03 .map_box {
    aspect-ratio: 2.2/1;
  }
}
section.page_company.page_section.section03 .map_box iframe {
  width: 100%;
  height: 100%;
}

dl.page_company_section03--dl {
  font-size: 3.2vw;
  margin-bottom: 4em;
  border-top: 1px solid #C6C6C6;
}
@media screen and (min-width: 600px) {
  dl.page_company_section03--dl {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company_section03--dl {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl {
    font-size: 14px;
    margin-bottom: 3em;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
dl.page_company_section03--dl dt, dl.page_company_section03--dl dd {
  line-height: 1.6;
}
dl.page_company_section03--dl dt {
  font-weight: 600;
  padding: 1.2em 0.6em;
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl dt {
    padding: 1.7em 0 1.7em 1em;
    border-bottom: 1px solid #C6C6C6;
  }
}
dl.page_company_section03--dl dd {
  padding: 0 0.6em 1.2em;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 1025px) {
  dl.page_company_section03--dl dd {
    padding: 1.7em 1em 1.7em 0;
  }
}
dl.page_company_section03--dl dd ul li {
  list-style: none;
  line-height: 1.6;
}
dl.page_company_section03--dl dd br {
  display: block !important;
}

.page_service--message {
  background-color: #FBF5EF;
}
.page_service--message .message_container {
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container {
    padding: 50px 0;
  }
}
.page_service--message .message_container p.large {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container p.large {
    font-size: 30px;
  }
}
.page_service--message .message_container p.large br {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container p.large br {
    display: none !important;
  }
}
.page_service--message .message_container .text_box {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container .text_box {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container .text_box {
    max-width: 800px;
  }
}
.page_service--message .message_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--message .message_container .text_box p.small {
    font-size: 14px;
  }
}

.page_service--contents {
  padding: 12% 0 18%;
}
@media screen and (min-width: 600px) {
  .page_service--contents {
    padding: 9% 0 14%;
  }
}
@media screen and (min-width: 768px) {
  .page_service--contents {
    padding: 6% 0 14%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents {
    padding: 60px 0 140px;
  }
}
.page_service--contents .contents_container {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_service--contents .contents_container {
    width: 95%;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--contents .contents_container {
    max-width: 1100px;
  }
}

.page_service--itemBox {
  position: relative;
}
.page_service--itemBox::before {
  content: "";
  width: 100vw;
  height: calc(100% - 10vw);
  background-color: #1E72BD;
  border-radius: 0 0 0 60px;
  position: absolute;
  left: 50%;
  top: 13vw;
  -webkit-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
@media screen and (min-width: 768px) {
  .page_service--itemBox::before {
    height: calc(100% + 4vw);
    left: 3vw;
    top: 3vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_service--itemBox::before {
    height: calc(100% + 40px);
    left: 30px;
    top: 30px;
  }
}
.page_service--itemBox .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page_service--itemBox .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .page_service--itemBox .item:nth-of-type(even) {
    direction: rtl;
  }
}
.page_service--itemBox .item figure {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_service--itemBox .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.65/1;
}
.page_service--itemBox .item.show figure {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page_service--itemBox .item:nth-of-type(odd) figure {
  border-radius: 20px 0 0 0;
}
.page_service--itemBox .item:nth-of-type(even) figure {
  border-radius: 0 20px 0 0;
}
.page_service--itemBox .item .box {
  text-align: center;
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  .page_service--itemBox .item .box {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_service--itemBox .item .box {
    padding: 0 0 8%;
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--itemBox .item .box {
    padding: 0 0 70px;
  }
}
.page_service--itemBox .item .box h3 {
  color: #fff;
  font-size: 6.4vw;
  width: 85%;
  margin: 0 auto 1.2em;
}
@media screen and (min-width: 600px) {
  .page_service--itemBox .item .box h3 {
    font-size: 4.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_service--itemBox .item .box h3 {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_service--itemBox .item .box h3 {
    font-size: 28px;
  }
}
.page_service--itemBox .item .box h3 span {
  letter-spacing: 0;
  display: block;
}
.page_service--itemBox .item .box h3 span.eng {
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.page_service--itemBox .item .box h3 span.ja {
  font-size: 0.6em;
}

.page_lifeline--contents.contents01 {
  padding-bottom: 8%;
}
@media screen and (min-width: 600px) {
  .page_lifeline--contents.contents01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--contents.contents01 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents01 {
    padding-bottom: 50px;
  }
}
.page_lifeline--contents.contents01 .contents_container {
  font-size: 3.2vw;
  width: 85%;
  margin: -3.5em auto 0;
  background-color: #fff;
  border: 10px solid #FFF;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .page_lifeline--contents.contents01 .contents_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--contents.contents01 .contents_container {
    font-size: 1.6vw;
    margin: -4.5em auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents01 .contents_container {
    font-size: 14px;
    max-width: 800px;
  }
}
.page_lifeline--contents.contents01 .contents_container .text_box {
  padding: 3em 2em;
  background-color: #FBF5EF;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_lifeline--contents.contents01 .contents_container .text_box {
    padding: 3em 4em;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--contents.contents01 .contents_container .text_box {
    padding: 3.5em 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents01 .contents_container .text_box {
    padding: 3.5em 5em;
  }
}
.page_lifeline--contents.contents01 .contents_container .text_box p.large {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.2em 0.5em;
  margin: 0 auto 1.8em;
  border-bottom: 1px solid #080807;
}
@media screen and (min-width: 600px) {
  .page_lifeline--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents01 .contents_container .text_box p.large {
    font-size: 20px;
  }
}
.page_lifeline--contents.contents01 .contents_container .text_box p.small {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page_lifeline--contents.contents02 {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_lifeline--contents.contents02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--contents.contents02 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents02 {
    padding-bottom: 60px;
  }
}
.page_lifeline--contents.contents02 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_lifeline--contents.contents02 .contents_container {
    max-width: 800px;
  }
}

ul.page_lifeline--ul {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  ul.page_lifeline--ul {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_lifeline--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_lifeline--ul {
    font-size: 22px;
  }
}
ul.page_lifeline--ul li {
  padding: 3em 4em;
  list-style: none;
  background-color: rgba(30, 114, 189, 0.2);
  border-radius: 10px;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_lifeline--ul li {
    padding: 1.5em 1em 1.5em 8.5em;
  }
}
ul.page_lifeline--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_lifeline--ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
ul.page_lifeline--ul li::before {
  content: "0" counter(number);
  color: #1E72BD;
  font-size: 10.1vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0.6em;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_lifeline--ul li::before {
    font-size: 6.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_lifeline--ul li::before {
    font-size: 5vw;
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_lifeline--ul li::before {
    font-size: 42px;
  }
}
ul.page_lifeline--ul li .arrow_box {
  position: absolute;
  left: 4em;
  top: 0;
  font-size: 1.25em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  ul.page_lifeline--ul li .arrow_box {
    top: 50%;
    left: 4.5em;
    -webkit-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
}
ul.page_lifeline--ul li .arrow_box::before, ul.page_lifeline--ul li .arrow_box::after {
  content: "\f054";
  color: #1E72BD;
  font-size: 1.1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.page_lifeline--ul li .arrow_box::before {
  right: -1em;
}
ul.page_lifeline--ul li .arrow_box::after {
  right: -1.6em;
}
ul.page_lifeline--ul li p {
  font-weight: bold;
  position: relative;
}
ul.page_lifeline--ul li span {
  color: #fff;
  font-size: 0.81em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: -0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_lifeline--ul li span {
    font-size: 1em;
  }
}

section.page_lifeline--section.section01 {
  padding-bottom: 8%;
}
@media screen and (min-width: 600px) {
  section.page_lifeline--section.section01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_lifeline--section.section01 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_lifeline--section.section01 {
    padding-bottom: 50px;
  }
}
section.page_lifeline--section.section01 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}

.page_lifeline_section01--swiperBox {
  position: relative;
}

.page_lifeline--swiper {
  margin-bottom: 3%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page_lifeline--swiper {
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--swiper {
    margin-bottom: 1%;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--swiper {
    margin-bottom: 10px;
  }
}
.page_lifeline--swiper ul.swiper-wrapper {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .page_lifeline--swiper ul.swiper-wrapper {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline--swiper ul.swiper-wrapper {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline--swiper ul.swiper-wrapper {
    font-size: 16px;
  }
}
.page_lifeline--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_lifeline--swiper ul.swiper-wrapper li.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.page_lifeline--swiper ul.swiper-wrapper li.swiper-slide span.year {
  color: #fff;
  font-weight: bold;
  padding: 0.8em 1em;
  display: inline-block;
}
.page_lifeline--swiper ul.swiper-wrapper li.swiper-slide p.title {
  color: #fff;
  font-weight: bold;
  padding: 0 1em 0.8em;
}

.page_lifeline_swiper--prevButton,
.page_lifeline_swiper--nextButton {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -75%);
          transform: translate(0, -75%);
}
@media screen and (min-width: 1025px) {
  .page_lifeline_swiper--prevButton,
  .page_lifeline_swiper--nextButton {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
.page_lifeline_swiper--prevButton::after,
.page_lifeline_swiper--nextButton::after {
  color: #fff;
  font-size: 5vw;
  height: 2.4em;
  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/1.8;
}
@media screen and (min-width: 600px) {
  .page_lifeline_swiper--prevButton::after,
  .page_lifeline_swiper--nextButton::after {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_lifeline_swiper--prevButton::after,
  .page_lifeline_swiper--nextButton::after {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_lifeline_swiper--prevButton::after,
  .page_lifeline_swiper--nextButton::after {
    font-size: 22px;
    aspect-ratio: 1;
  }
}

.page_lifeline_swiper--prevButton {
  left: 0;
}

.page_lifeline_swiper--nextButton {
  right: 0;
}

.page_lifeline_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.page_lifeline_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #C6C6C6;
  opacity: 1;
}
.page_lifeline_swiper--pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}

.page_eco--contents.contents01 {
  padding-bottom: 8%;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents01 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents01 {
    padding-bottom: 50px;
  }
}
.page_eco--contents.contents01 .contents_container {
  font-size: 3.2vw;
  width: 85%;
  margin: -3.5em auto 0;
  background-color: #fff;
  border: 10px solid #FFF;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents01 .contents_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents01 .contents_container {
    font-size: 1.6vw;
    margin: -4.5em auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents01 .contents_container {
    font-size: 14px;
    max-width: 800px;
  }
}
.page_eco--contents.contents01 .contents_container .text_box {
  padding: 3em 2em;
  background-color: #FBF5EF;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents01 .contents_container .text_box {
    padding: 3em 4em;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents01 .contents_container .text_box {
    padding: 3.5em 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents01 .contents_container .text_box {
    padding: 3.5em 5em;
  }
}
.page_eco--contents.contents01 .contents_container .text_box p.large {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.2em 0.5em;
  margin: 0 auto 1.8em;
  border-bottom: 1px solid #080807;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents01 .contents_container .text_box p.large {
    font-size: 20px;
  }
}
.page_eco--contents.contents01 .contents_container .text_box p.small {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page_eco--contents.contents02 {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents02 {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents02 {
    padding-bottom: 70px;
  }
}
.page_eco--contents.contents02 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents02 .contents_container {
    max-width: 800px;
  }
}

ul.page_eco--ul {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  ul.page_eco--ul {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_eco--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_eco--ul {
    font-size: 22px;
  }
}
ul.page_eco--ul li {
  padding: 3em 4em;
  list-style: none;
  background-color: rgba(30, 114, 189, 0.2);
  border-radius: 10px;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_eco--ul li {
    padding: 1.5em 1em 1.5em 8.5em;
  }
}
ul.page_eco--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_eco--ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
ul.page_eco--ul li::before {
  content: "0" counter(number);
  color: #1E72BD;
  font-size: 10.1vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0.6em;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_eco--ul li::before {
    font-size: 6.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_eco--ul li::before {
    font-size: 5vw;
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_eco--ul li::before {
    font-size: 42px;
  }
}
ul.page_eco--ul li .arrow_box {
  position: absolute;
  left: 4em;
  top: 0;
  font-size: 1.25em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  ul.page_eco--ul li .arrow_box {
    top: 50%;
    left: 4.5em;
    -webkit-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
}
ul.page_eco--ul li .arrow_box::before, ul.page_eco--ul li .arrow_box::after {
  content: "\f054";
  color: #1E72BD;
  font-size: 1.1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.page_eco--ul li .arrow_box::before {
  right: -1em;
}
ul.page_eco--ul li .arrow_box::after {
  right: -1.6em;
}
ul.page_eco--ul li p {
  font-weight: bold;
  position: relative;
}
ul.page_eco--ul li span {
  color: #fff;
  font-size: 0.81em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: -0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_eco--ul li span {
    font-size: 1em;
  }
}

.page_eco--contents.contents03 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents03 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents03 {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents03 {
    padding-bottom: 90px;
  }
}
.page_eco--contents.contents03 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents03 .contents_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents03 .contents_container {
    max-width: 800px;
    gap: 0 50px;
  }
}
.page_eco--contents.contents03 .contents_container .item {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .page_eco--contents.contents03 .contents_container .item {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents03 .contents_container .item {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_eco--contents.contents03 .contents_container .item {
    font-size: 15px;
  }
}
.page_eco--contents.contents03 .contents_container .item:not(:last-of-type) {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .page_eco--contents.contents03 .contents_container .item:not(:last-of-type) {
    margin: 0;
  }
}
.page_eco--contents.contents03 .contents_container .item .img {
  margin-bottom: 1em;
}
.page_eco--contents.contents03 .contents_container .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.7/1;
}
.page_eco--contents.contents03 .contents_container .item p {
  line-height: 1.4;
}
.page_eco--contents.contents03 .contents_container .item p.orange {
  color: #FE7236;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.page_customer--contents.contents01 {
  padding-bottom: 8%;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents01 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents01 {
    padding-bottom: 50px;
  }
}
.page_customer--contents.contents01 .contents_container {
  font-size: 3.2vw;
  width: 85%;
  margin: -3.5em auto 0;
  background-color: #fff;
  border: 10px solid #FFF;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents01 .contents_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents01 .contents_container {
    font-size: 1.6vw;
    margin: -4.5em auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents01 .contents_container {
    font-size: 14px;
    max-width: 800px;
  }
}
.page_customer--contents.contents01 .contents_container .text_box {
  padding: 3em 2em;
  background-color: #FBF5EF;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents01 .contents_container .text_box {
    padding: 3em 4em;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents01 .contents_container .text_box {
    padding: 3.5em 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents01 .contents_container .text_box {
    padding: 3.5em 5em;
  }
}
.page_customer--contents.contents01 .contents_container .text_box p.large {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.2em 0.5em;
  margin: 0 auto 1.8em;
  border-bottom: 1px solid #080807;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents01 .contents_container .text_box p.large {
    font-size: 20px;
  }
}
.page_customer--contents.contents01 .contents_container .text_box p.small {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page_customer--contents.contents02 {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents02 {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents02 {
    padding-bottom: 70px;
  }
}
.page_customer--contents.contents02 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents02 .contents_container {
    max-width: 800px;
  }
}

ul.page_customer--ul {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  ul.page_customer--ul {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_customer--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_customer--ul {
    font-size: 22px;
  }
}
ul.page_customer--ul li {
  padding: 3em 4em;
  list-style: none;
  background-color: rgba(30, 114, 189, 0.2);
  border-radius: 10px;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_customer--ul li {
    padding: 1.5em 1em 1.5em 8.5em;
  }
}
ul.page_customer--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_customer--ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
ul.page_customer--ul li::before {
  content: "0" counter(number);
  color: #1E72BD;
  font-size: 10.1vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0.6em;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_customer--ul li::before {
    font-size: 6.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_customer--ul li::before {
    font-size: 5vw;
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_customer--ul li::before {
    font-size: 42px;
  }
}
ul.page_customer--ul li .arrow_box {
  position: absolute;
  left: 4em;
  top: 0;
  font-size: 1.25em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  ul.page_customer--ul li .arrow_box {
    top: 50%;
    left: 4.5em;
    -webkit-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
}
ul.page_customer--ul li .arrow_box::before, ul.page_customer--ul li .arrow_box::after {
  content: "\f054";
  color: #1E72BD;
  font-size: 1.1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.page_customer--ul li .arrow_box::before {
  right: -1em;
}
ul.page_customer--ul li .arrow_box::after {
  right: -1.6em;
}
ul.page_customer--ul li p {
  font-weight: bold;
  position: relative;
}
ul.page_customer--ul li span {
  color: #fff;
  font-size: 0.81em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: -0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_customer--ul li span {
    font-size: 1em;
  }
}

.page_customer--contents.contents03 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents03 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents03 {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents03 {
    padding-bottom: 90px;
  }
}
.page_customer--contents.contents03 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents03 .contents_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents03 .contents_container {
    max-width: 800px;
    gap: 0 50px;
  }
}
.page_customer--contents.contents03 .contents_container .item {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .page_customer--contents.contents03 .contents_container .item {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents03 .contents_container .item {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_customer--contents.contents03 .contents_container .item {
    font-size: 15px;
  }
}
.page_customer--contents.contents03 .contents_container .item:not(:last-of-type) {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .page_customer--contents.contents03 .contents_container .item:not(:last-of-type) {
    margin: 0;
  }
}
.page_customer--contents.contents03 .contents_container .item .img {
  margin-bottom: 1em;
}
.page_customer--contents.contents03 .contents_container .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.7/1;
}
.page_customer--contents.contents03 .contents_container .item p {
  line-height: 1.4;
}
.page_customer--contents.contents03 .contents_container .item p.orange {
  color: #FE7236;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.page_technology--contents.contents01 {
  padding-bottom: 8%;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents01 {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents01 {
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents01 {
    padding-bottom: 50px;
  }
}
.page_technology--contents.contents01 .contents_container {
  font-size: 3.2vw;
  width: 85%;
  margin: -3.5em auto 0;
  background-color: #fff;
  border: 10px solid #FFF;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents01 .contents_container {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents01 .contents_container {
    font-size: 1.6vw;
    margin: -4.5em auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents01 .contents_container {
    font-size: 14px;
    max-width: 800px;
  }
}
.page_technology--contents.contents01 .contents_container .text_box {
  padding: 3em 2em;
  background-color: #FBF5EF;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents01 .contents_container .text_box {
    padding: 3em 4em;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents01 .contents_container .text_box {
    padding: 3.5em 4.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents01 .contents_container .text_box {
    padding: 3.5em 5em;
  }
}
.page_technology--contents.contents01 .contents_container .text_box p.large {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.2em 0.5em;
  margin: 0 auto 1.8em;
  border-bottom: 1px solid #080807;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents01 .contents_container .text_box p.large {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents01 .contents_container .text_box p.large {
    font-size: 20px;
  }
}
.page_technology--contents.contents01 .contents_container .text_box p.small {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page_technology--contents.contents02 {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents02 {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents02 {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents02 {
    padding-bottom: 70px;
  }
}
.page_technology--contents.contents02 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents02 .contents_container {
    max-width: 800px;
  }
}

ul.page_technology--ul {
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  ul.page_technology--ul {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_technology--ul {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_technology--ul {
    font-size: 22px;
  }
}
ul.page_technology--ul li {
  padding: 3em 4em;
  list-style: none;
  background-color: rgba(30, 114, 189, 0.2);
  border-radius: 10px;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_technology--ul li {
    padding: 1.5em 1em 1.5em 8.5em;
  }
}
ul.page_technology--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_technology--ul li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
ul.page_technology--ul li::before {
  content: "0" counter(number);
  color: #1E72BD;
  font-size: 10.1vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0.6em;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.page_technology--ul li::before {
    font-size: 6.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_technology--ul li::before {
    font-size: 5vw;
    top: 50%;
    left: 1em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1025px) {
  ul.page_technology--ul li::before {
    font-size: 42px;
  }
}
ul.page_technology--ul li .arrow_box {
  position: absolute;
  left: 4em;
  top: 0;
  font-size: 1.25em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  ul.page_technology--ul li .arrow_box {
    top: 50%;
    left: 4.5em;
    -webkit-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
}
ul.page_technology--ul li .arrow_box::before, ul.page_technology--ul li .arrow_box::after {
  content: "\f054";
  color: #1E72BD;
  font-size: 1.1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.page_technology--ul li .arrow_box::before {
  right: -1em;
}
ul.page_technology--ul li .arrow_box::after {
  right: -1.6em;
}
ul.page_technology--ul li p {
  font-weight: bold;
  position: relative;
}
ul.page_technology--ul li span {
  color: #fff;
  font-size: 0.81em;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  margin-top: -0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.page_technology--ul li span {
    font-size: 1em;
  }
}

.page_technology--contents.contents03 {
  padding-bottom: 15%;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents03 {
    padding-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents03 {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents03 {
    padding-bottom: 90px;
  }
}
.page_technology--contents.contents03 .contents_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents03 .contents_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents03 .contents_container {
    max-width: 800px;
    gap: 0 50px;
  }
}
.page_technology--contents.contents03 .contents_container .item {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .page_technology--contents.contents03 .contents_container .item {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents03 .contents_container .item {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_technology--contents.contents03 .contents_container .item {
    font-size: 15px;
  }
}
.page_technology--contents.contents03 .contents_container .item:not(:last-of-type) {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .page_technology--contents.contents03 .contents_container .item:not(:last-of-type) {
    margin: 0;
  }
}
.page_technology--contents.contents03 .contents_container .item .img {
  margin-bottom: 1em;
}
.page_technology--contents.contents03 .contents_container .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.7/1;
}
.page_technology--contents.contents03 .contents_container .item p {
  line-height: 1.4;
}
.page_technology--contents.contents03 .contents_container .item p.orange {
  color: #FE7236;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
section.page_recruit.page_section.section01 {
  background-color: #1E72BD;
}
section.page_recruit.page_section.section01 .section_container {
  width: 85%;
  padding: 10% 0;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container {
    width: 75%;
    padding: 6% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container {
    max-width: 900px;
    padding: 60px 0;
    grid-template-columns: 1fr 2.2fr;
  }
}
section.page_recruit.page_section.section01 .section_container h2.page_h2 {
  color: #fff;
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 2.5em;
}
section.page_recruit.page_section.section01 .section_container h2.page_h2 span.ja {
  color: #fff;
}
section.page_recruit.page_section.section01 .section_container .text_box p {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
section.page_recruit.page_section.section01 .section_container .text_box p.large {
  font-size: 4.8vw;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 3.2vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.large {
    font-size: 30px;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p.small {
  font-size: 3.2vw;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section01 .section_container .text_box p.small {
    font-size: 14px;
  }
}
section.page_recruit.page_section.section01 .section_container .text_box p.small br {
  display: block !important;
}
section.page_recruit.page_section.section01 .section_container .text_box p.space {
  margin-bottom: 1.5em;
}

section.page_recruit.page_section.section02 {
  padding: 12% 0 15%;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section02 {
    padding: 9% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section02 {
    padding: 7% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section02 {
    padding: 60px 0 90px;
  }
}
section.page_recruit.page_section.section02 .section_container {
  text-align: center;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section02 .section_container {
    padding-top: 100px;
    margin-top: -100px;
  }
}
section.page_recruit.page_section.section02 .section_container h2.page_h2 {
  margin-bottom: 5em;
}

ul.page_recruit_section02--ul {
  text-align: left;
  font-size: 3.2vw;
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul {
    font-size: 2vw;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul {
    font-size: 14px;
    max-width: 900px;
  }
}
ul.page_recruit_section02--ul > li {
  list-style: none;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li {
    grid-template-columns: 1fr 1.3fr auto;
    gap: 0 50px;
  }
}
ul.page_recruit_section02--ul > li:not(:last-of-type) {
  margin-bottom: 5em;
}
ul.page_recruit_section02--ul > li > .img {
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li > .img {
    margin: 0;
  }
}
ul.page_recruit_section02--ul > li > .img > img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
ul.page_recruit_section02--ul > li > .img > span {
  color: #1E72BD;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.2em 0.7em;
  background-color: #fff;
  border: 1px solid #1E72BD;
  border-radius: 3em;
  position: absolute;
  left: 1em;
  top: -1.5em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li > .img > span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li > .img > span {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li > .img > span {
    font-size: 17px;
  }
}
ul.page_recruit_section02--ul > li .info_box {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .info_box {
    margin: 0;
  }
}
ul.page_recruit_section02--ul > li .info_box p.title {
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .info_box p.title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li .info_box p.title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .info_box p.title {
    font-size: 20px;
  }
}
ul.page_recruit_section02--ul > li .info_box p.title br {
  display: block !important;
}
ul.page_recruit_section02--ul > li .info_box p.year {
  color: #FE7236;
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
ul.page_recruit_section02--ul > li .info_box p.year::before {
  content: "";
  width: 0.65em;
  margin-right: 0.5em;
  background-color: #FE7236;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1;
}
ul.page_recruit_section02--ul > li .info_box p.name {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li .info_box p.name {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li .info_box p.name {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .info_box p.name {
    font-size: 20px;
  }
}
ul.page_recruit_section02--ul > li .info_box .text_box {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li .info_box .text_box {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
ul.page_recruit_section02--ul > li .info_box .text_box p {
  font-weight: bold;
  line-height: 1.6;
}
ul.page_recruit_section02--ul > li button.page_recruit--modalButton {
  width: 13.5vw;
  margin: 0 0 0 auto;
  background-color: #FE7236;
  border-radius: 50%;
  display: block;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section02--ul > li button.page_recruit--modalButton {
    width: 8.5vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section02--ul > li button.page_recruit--modalButton {
    width: 6.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section02--ul > li button.page_recruit--modalButton {
    width: 60px;
    grid-column: span 1;
    align-self: end;
  }
}
ul.page_recruit_section02--ul > li button.page_recruit--modalButton:hover {
  opacity: 0.7;
}
ul.page_recruit_section02--ul > li button.page_recruit--modalButton::before, ul.page_recruit_section02--ul > li button.page_recruit--modalButton::after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
ul.page_recruit_section02--ul > li button.page_recruit--modalButton::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
ul.page_recruit_section02--ul > li button.page_recruit--modalButton::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.page_recruit_section02--modalContainer {
  width: 100vw;
  height: 100vh;
  padding: 90px 0;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_recruit_section02--modalContainer.active {
  opacity: 1;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContainer {
    padding: 120px 0;
  }
}

.page_recruit_section02--modalBack {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
}

.page_recruit_section02--modal {
  width: 80%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modal {
    max-width: 800px;
  }
}

.page_recruit_section02--modalHeader {
  padding: 15% 7% 8%;
  background-color: #1E72BD;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalHeader {
    padding: 8% 20% 5%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalHeader {
    padding: 7% 30% 4%;
  }
}
.page_recruit_section02--modalHeader .img {
  margin-bottom: 1em;
  position: relative;
}
.page_recruit_section02--modalHeader .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
.page_recruit_section02--modalHeader .img span {
  color: #1E72BD;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.2em 0.7em;
  background-color: #fff;
  border: 1px solid #1E72BD;
  border-radius: 3em;
  position: absolute;
  left: 1em;
  top: -1.5em;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalHeader .img span {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalHeader .img span {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalHeader .img span {
    font-size: 17px;
  }
}
.page_recruit_section02--modalHeader h3 {
  color: #fff;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalHeader h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalHeader h3 {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalHeader h3 {
    font-size: 20px;
  }
}
.page_recruit_section02--modalHeader h3 br {
  display: block !important;
}
.page_recruit_section02--modalHeader p.year {
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
.page_recruit_section02--modalHeader p.year::before {
  content: "";
  width: 0.65em;
  margin-right: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1;
}
.page_recruit_section02--modalHeader p.name {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalHeader p.name {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalHeader p.name {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalHeader p.name {
    font-size: 20px;
  }
}

.page_recruit_section02--modalContents {
  font-size: 3.2vw;
  padding: 2.5em 0 8em;
  background-color: #fff;
  border: 2px solid #1E72BD;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalContents {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalContents {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents {
    font-size: 14px;
  }
}
.page_recruit_section02--modalContents .text_box {
  width: 90%;
  margin: 0 auto 3em;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalContents .text_box {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalContents .text_box {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents .text_box {
    width: 65%;
    margin: 0 auto 3.5em;
  }
}
.page_recruit_section02--modalContents .text_box p {
  font-weight: 500;
  line-height: 1.8;
}
.page_recruit_section02--modalContents .flow_box {
  width: 90%;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalContents .flow_box {
    width: 85%;
  }
}
.page_recruit_section02--modalContents .flow_box h4 {
  color: #FE7236;
  font-size: 4vw;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalContents .flow_box h4 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalContents .flow_box h4 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents .flow_box h4 {
    font-size: 18px;
  }
}
.page_recruit_section02--modalContents .flow_box h4::before, .page_recruit_section02--modalContents .flow_box h4::after {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #FE7236;
  position: absolute;
  top: 50%;
}
.page_recruit_section02--modalContents .flow_box h4::before {
  left: -1em;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.page_recruit_section02--modalContents .flow_box h4::after {
  right: -1em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page_recruit_section02--modalContents .flow_box ul {
  padding: 0 2em 0 0;
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents .flow_box ul {
    width: 90%;
    padding: 0 4em 0 0;
    margin-inline: auto;
  }
}
.page_recruit_section02--modalContents .flow_box ul li {
  padding-left: 3em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents .flow_box ul li {
    display: grid;
    grid-template-columns: 5.5em 1fr;
  }
}
.page_recruit_section02--modalContents .flow_box ul li:not(:last-of-type) {
  padding-bottom: 2.5em;
}
.page_recruit_section02--modalContents .flow_box ul li::before {
  content: "";
  width: 1em;
  background-color: #FE7236;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0.5em;
  aspect-ratio: 1;
}
.page_recruit_section02--modalContents .flow_box ul li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FE7236;
  position: absolute;
  top: 0;
  left: 1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page_recruit_section02--modalContents .flow_box ul li span.time {
  color: #FE7236;
  font-size: 3.8vw;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0.8em;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .page_recruit_section02--modalContents .flow_box ul li span.time {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_section02--modalContents .flow_box ul li span.time {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit_section02--modalContents .flow_box ul li span.time {
    font-size: 20px;
  }
}
.page_recruit_section02--modalContents .flow_box ul li p {
  font-weight: 500;
  line-height: 1.6;
}
.page_recruit_section02--modalContents .flow_box ul li p br {
  display: block !important;
}

button.page_recruit_modal--closeButton {
  width: 13.5vw;
  margin: 0 0 0 auto;
  background-color: #FE7236;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  button.page_recruit_modal--closeButton {
    width: 8.5vw;
  }
}
@media screen and (min-width: 768px) {
  button.page_recruit_modal--closeButton {
    width: 6.7vw;
  }
}
@media screen and (min-width: 1025px) {
  button.page_recruit_modal--closeButton {
    width: 60px;
  }
}
button.page_recruit_modal--closeButton:hover {
  opacity: 0.7;
}
button.page_recruit_modal--closeButton::before, button.page_recruit_modal--closeButton::after {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
button.page_recruit_modal--closeButton::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
button.page_recruit_modal--closeButton::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

section.page_recruit.page_section.section03 {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
section.page_recruit.page_section.section03 .section_container {
  width: 85%;
  padding: 12% 5% 12% 0;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 .section_container {
    padding: 9% 5% 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section03 .section_container {
    width: 90%;
    padding: 7% 0 8%;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container {
    max-width: 900px;
    padding: 70px 0 80px;
  }
}
section.page_recruit.page_section.section03 .section_container::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #FBF5EF;
  border-radius: 0 20px 20px 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container::before {
    right: -100px;
  }
}
section.page_recruit.page_section.section03 .section_container h2 {
  font-size: 3vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 .section_container h2 {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section03 .section_container h2 {
    font-size: 1.5vw;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container h2 {
    font-size: 14px;
  }
}
section.page_recruit.page_section.section03 .section_container h2 span {
  display: block;
}
section.page_recruit.page_section.section03 .section_container h2 span.eng {
  text-align: right;
  color: #FE7236;
  font-weight: bold;
  margin-bottom: 0.3em;
}
section.page_recruit.page_section.section03 .section_container h2 span.eng br {
  display: block !important;
}
section.page_recruit.page_section.section03 .section_container h2 span.ja {
  font-size: 2.14em;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 .section_container h2 span.ja {
    font-size: 2.29em;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section03 .section_container h2 span.ja {
    font-size: 2.44em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container h2 span.ja {
    font-size: 2.4em;
  }
}
section.page_recruit.page_section.section03 .section_container .text_box {
  font-size: 3.2vw;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section03 .section_container .text_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section03 .section_container .text_box {
    font-size: 1.6vw;
    padding-right: 5em;
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section03 .section_container .text_box {
    font-size: 14px;
  }
}
section.page_recruit.page_section.section03 .section_container .text_box p {
  font-weight: 500;
  line-height: 1.8;
}

dl.page_recruit_section03--dl {
  font-size: 3.5vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.page_recruit_section03--dl {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_recruit_section03--dl {
    font-size: 1.8vw;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_recruit_section03--dl {
    font-size: 16px;
  }
}
dl.page_recruit_section03--dl dt {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.8em 1.5em;
  margin-bottom: 1.5em;
  background-color: #1E72BD;
  border-radius: 10px;
}
dl.page_recruit_section03--dl dd:not(:last-of-type) {
  margin-bottom: 2.5em;
}
dl.page_recruit_section03--dl dd p {
  line-height: 1.8;
  font-weight: 500;
}

section.page_recruit.page_section.section04 {
  padding: 12% 0;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section04 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section04 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section04 {
    padding: 80px 0;
  }
}
section.page_recruit.page_section.section04 .section_container {
  width: 85%;
  padding-top: 80px;
  margin: -80px auto 0;
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section04 .section_container {
    max-width: 900px;
    padding-top: 130px;
    margin: -130px auto 0;
    display: grid;
    grid-template: auto 1fr/1fr 1.4fr;
    gap: 0 50px;
  }
}
section.page_recruit.page_section.section04 .section_container h2.page_h2 {
  margin-bottom: 2em;
}
section.page_recruit.page_section.section04 .section_container .text_box {
  font-size: 3.2vw;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section04 .section_container .text_box {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section04 .section_container .text_box {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section04 .section_container .text_box {
    font-size: 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
section.page_recruit.page_section.section04 .section_container .text_box p {
  font-weight: 500;
  line-height: 1.8;
}

dl.page_recruit_section04--dl {
  font-size: 3.8vw;
  border-top: 1px solid #C6C6C6;
}
@media screen and (min-width: 600px) {
  dl.page_recruit_section04--dl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_recruit_section04--dl {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_recruit_section04--dl {
    font-size: 16px;
    grid-row: span 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
dl.page_recruit_section04--dl dt {
  font-weight: bold;
  line-height: 1.4;
  padding: 1.5em 3em 1.5em 3.2em;
  position: relative;
}
dl.page_recruit_section04--dl dt::before {
  content: "Q";
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  width: 1.85em;
  background-color: #FE7236;
  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;
  position: absolute;
  left: 0.5em;
  top: 1.3em;
  aspect-ratio: 1;
}
dl.page_recruit_section04--dl dt button.page_recruit--accordionButton {
  width: 2em;
  position: absolute;
  right: 0.5em;
  top: 1.2em;
  aspect-ratio: 1;
}
dl.page_recruit_section04--dl dt button.page_recruit--accordionButton:hover {
  opacity: 0.7;
}
dl.page_recruit_section04--dl dt button.page_recruit--accordionButton::before, dl.page_recruit_section04--dl dt button.page_recruit--accordionButton::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #1E72BD;
  position: absolute;
  left: 50%;
  top: 50%;
}
dl.page_recruit_section04--dl dt button.page_recruit--accordionButton::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
dl.page_recruit_section04--dl dt button.page_recruit--accordionButton::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd {
  padding: 0 3em 0 3.2em;
  border-bottom: 1px solid #C6C6C6;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd.active {
  grid-template-rows: 1fr;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd::before {
  content: "A";
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
  width: 1.85em;
  background-color: #1E72BD;
  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;
  position: absolute;
  left: 0.5em;
  top: 0.3em;
  aspect-ratio: 1;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd div {
  font-size: 0.95em;
  overflow: hidden;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd div p {
  font-weight: 500;
  line-height: 1.6;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd div p:first-of-type {
  margin-top: 0.5em;
}
dl.page_recruit_section04--dl dd.page_recruit_accordion--dd div p:last-of-type {
  margin-bottom: 1.5em;
}

section.page_recruit.page_section.section05 {
  padding: 10% 0 12%;
  background-color: #FBF5EF;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section05 {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.page_recruit.page_section.section05 {
    padding: 6% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section05 {
    padding: 50px 0 70px;
  }
}
section.page_recruit.page_section.section05 .section_container {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  section.page_recruit.page_section.section05 .section_container {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_recruit.page_section.section05 .section_container {
    max-width: 900px;
  }
}
section.page_recruit.page_section.section05 .section_container h2.page_h2 {
  text-align: center;
  margin-bottom: 3em;
}

ul.page_recruit_section05--ul {
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  ul.page_recruit_section05--ul {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section05--ul {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit_section05--ul {
    font-size: 16px;
  }
}
ul.page_recruit_section05--ul li {
  list-style: none;
  padding: 1.5em 1.5em 1em;
  background-color: #1E72BD;
  border: 2px solid #1E72BD;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section05--ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
ul.page_recruit_section05--ul li:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section05--ul li:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
ul.page_recruit_section05--ul li:hover {
  opacity: 0.7;
}
ul.page_recruit_section05--ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.page_recruit_section05--ul li span.tag {
  color: #1E72BD;
  font-weight: bold;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section05--ul li span.tag {
    padding: 0.6em 1.5em;
    margin: 0;
  }
}
ul.page_recruit_section05--ul li h3 {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  ul.page_recruit_section05--ul li h3 {
    padding: 0;
    margin: 0 0 0 2em;
  }
}
ul.page_recruit_section05--ul li .link_button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
}
ul.page_recruit_section05--ul li .link_button i {
  color: #fff;
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #fff;
  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;
}

#content.container.single_staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
#content.container.single_staff .row {
  margin: 0;
}

.single_staff--contents {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .single_staff--contents {
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--contents {
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--contents {
    padding-bottom: 80px;
  }
}

.single_staff--container {
  width: 88%;
  padding: 12% 0;
  margin: 12% auto 0;
  border: 2px solid #FE7236;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 8% 0;
    margin: 9% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 6% 0;
    margin: 7% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    max-width: 1000px;
    padding: 55px 0;
    margin: 70px auto 0;
  }
}

article.single_staff--article {
  text-align: center;
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    margin-bottom: 55px;
  }
}
article.single_staff--article h2 {
  color: #FE7236;
  font-size: 6.2vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  article.single_staff--article h2 {
    font-size: 4.3vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article h2 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
article.single_staff--article span.tag {
  color: #FE7236;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  article.single_staff--article span.tag {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article span.tag {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article span.tag {
    font-size: 22px;
  }
}

dl.single_staff--dl {
  text-align: left;
  width: 88%;
  margin: 14% auto 0;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    margin: 12% auto 0;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    margin: 6% auto 0;
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 80%;
    margin: 50px auto 0;
  }
}
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 {
  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;
    border-bottom: 1px solid #C6C6C6;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    padding: 1.5em 0 1.5em 4em;
  }
}
dl.single_staff--dl dd {
  font-weight: 500;
  padding: 0 1em 1em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    padding: 1.5em;
    margin: 0;
  }
}
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;
}

.single_staff--button {
  text-align: center;
  font-size: 4vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .single_staff--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--button {
    font-size: 18px;
  }
}
.single_staff--button a {
  color: #FE7236;
  font-weight: bold;
  width: 16.4em;
  padding: 1.3em 0;
  border: 1px solid #FE7236 !important;
  border-radius: 10em;
  display: inline-block;
  position: relative;
}
.single_staff--button a:hover {
  opacity: 0.7;
}
.single_staff--button a i {
  color: #1E72BD;
  font-size: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page_header.page_form {
  overflow: inherit;
}

.page_form--contents {
  padding-bottom: 12%;
}
@media screen and (min-width: 600px) {
  .page_form--contents {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents {
    padding-bottom: 60px;
  }
}
.page_form--contents .text_box {
  font-size: 3.5vw;
  text-align: center;
  padding-top: 5em;
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box {
    font-size: 2.2vw;
    padding-top: 6em;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box {
    font-size: 1.8vw;
    padding-top: 7em;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box {
    font-size: 18px;
  }
}
.page_form--contents .text_box p {
  font-weight: 500;
  line-height: 1.8;
}
.page_form--contents .text_box p.bold {
  font-weight: bold;
  margin: 2.5em 0 0.2em;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p.bold {
    margin: 2em 0 0.2em;
  }
}
.page_form--contents .text_box p.number {
  margin-top: 3em;
}
.page_form--contents .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box p br {
    display: none !important;
  }
}
.page_form--contents .text_box a.tel {
  color: #FE7236;
  font-size: 4vw;
  font-weight: bold;
  border-bottom: 1px solid #FE7236 !important;
}
@media screen and (min-width: 600px) {
  .page_form--contents .text_box a.tel {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--contents .text_box a.tel {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--contents .text_box a.tel {
    font-size: 22px;
  }
}
.page_form--contents .text_box a.tel:hover {
  opacity: 0.7;
}

.form_box {
  width: 72%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .form_box {
    max-width: 750px;
  }
}
.form_box dl.form_dl {
  text-align: left;
  margin-bottom: 13%;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  .form_box dl.form_dl {
    margin-bottom: 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 {
  margin: 0 0 0.8em;
}
.form_box dl.form_dl dt.must {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_box dl.form_dl dt.must::after {
  content: "*";
  color: #FF4646;
  font-size: 1.5em;
  margin: 0 0 0 0.1em;
}
.form_box dl.form_dl dt p {
  font-weight: bold;
}
.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;
}

.page_form--button {
  text-align: center;
  font-size: 4vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_form--button {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--button {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--button {
    font-size: 18px;
  }
}
.page_form--button:hover {
  opacity: 0.7;
}
.page_form--button input {
  color: #FE7236;
  font-weight: bold;
  text-shadow: none;
  width: 16.4em;
  padding: 1.3em 0;
  border: 1px solid #FE7236 !important;
  border-radius: 10em;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .page_form--button input {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--button input {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--button input {
    font-size: 16px;
  }
}
.page_form--button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -25px);
          transform: translate(-50%, -25px);
}
.page_form--button i {
  color: #1E72BD;
  font-size: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer.footerclass {
  padding: 10% 0 0;
  background-color: #1e72bd;
}
@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: 60px 0 0;
  }
}

.d-3_footer {
  font-size: 3.2vw;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .d-3_footer {
    font-size: 2vw;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .d-3_footer {
    font-size: 1.6vw;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .d-3_footer {
    font-size: 12px;
    max-width: 980px;
  }
}

.footer_info--box p.name {
  width: 15.5em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1025px) {
  .footer_info--box p.name {
    width: 17.5em;
  }
}
.footer_info--box .address_box {
  margin-bottom: 2em;
}
.footer_info--box .address_box p {
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .footer_info--box .address_box p {
    font-size: 1.1em;
  }
}
.footer_info--box .tel_box {
  margin-bottom: 3em;
}
.footer_info--box .tel_box p {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .footer_info--box .tel_box p {
    font-size: 1.2em;
  }
}
.footer_info--box .tel_box p a {
  color: #fff;
}
.footer_info--box .tel_box p a:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  .footer_nav--box ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
.footer_nav--box ul.menu > li {
  margin-bottom: 3em;
  list-style: none;
  position: relative;
}
.footer_nav--box ul.menu > li > a {
  color: #fff;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0 0 2em;
}
.footer_nav--box ul.menu > li > a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer_nav--box ul.menu > li > a span {
  font-weight: bold;
  display: block;
}
.footer_nav--box ul.menu > li > a span.eng {
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 0.5em;
}
.footer_nav--box ul.menu > li ul.sub-menu {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em 0;
}
@media screen and (min-width: 1025px) {
  .footer_nav--box ul.menu > li ul.sub-menu {
    grid-template-columns: 1fr;
  }
}
.footer_nav--box ul.menu > li ul.sub-menu > li {
  padding: 0 1em;
  list-style: none;
}
.footer_nav--box ul.menu > li ul.sub-menu > li > a {
  color: #fff;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0;
}
.footer_nav--box ul.menu > li ul.sub-menu > li > a:hover {
  color: #fff;
  opacity: 0.7;
}

.footerbase {
  padding-bottom: 60px;
  background-color: #1e72bd !important;
}
@media screen and (min-width: 1025px) {
  .footerbase {
    padding-bottom: 5px;
  }
}

.footercredits.clearfix p small {
  color: #fff;
}

#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;
}