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

h1, h2, h3 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
}

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

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

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

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

body.open_modal {
  overflow: hidden;
}

.headerclass, .mobile-headerclass {
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.kt-header-position-above #logo a .ascend-logo {
  height: 55px;
}

img.ascend-mobile-logo {
  height: 40px;
}
@media screen and (min-width: 600px) {
  img.ascend-mobile-logo {
    height: 50px;
  }
}

.nav-main ul.sf-menu li::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.nav-main ul.sf-menu li.current-menu-item::before {
  background-color: #00a0e9;
}
.nav-main ul.sf-menu li:not(.current-menu-item)::before {
  background-color: #fff100;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-main ul.sf-menu li:hover:not(.current-menu-item)::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav-main ul.sf-menu li a {
  color: inherit !important;
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item::before {
  background-color: #fff100;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.nav-main ul.sf-menu li ul.sub-menu li.current-menu-item a {
  color: #00a0e9 !important;
}

button.mobile-navigation-toggle .kt-mnt span {
  color: #00a0e9;
}

.width_container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .width_container {
    max-width: 1100px;
  }
}

.lum-lightbox-inner img {
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}

button.lum-previous-button {
  display: none;
}

button.lum-next-button {
  display: none;
}

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

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

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

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

.top_text--box {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .top_text--box {
    width: 85%;
  }
}
.top_text--box.text_show {
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.top_text--box.text_ver p {
  color: #fff;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  line-height: 1.2;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
@media screen and (min-width: 1025px) {
  .top_text--box.text_ver p {
    line-height: 1.4;
  }
}
.top_text--box.text_ver p.small {
  font-size: 5vw;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
@media screen and (min-width: 768px) {
  .top_text--box.text_ver p.small {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.text_ver p.small {
    font-size: clamp(40px, 4vw, 70px);
  }
}
.top_text--box.text_ver p.large {
  font-size: 7vw;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (min-width: 768px) {
  .top_text--box.text_ver p.large {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.text_ver p.large {
    font-size: clamp(60px, 6vw, 110px);
  }
}
.top_text--box.text_ver.text_show p.small {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_text--box.text_ver.text_show p.large {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top_text--box.logo_ver {
  width: 30%;
}
@media screen and (min-width: 600px) {
  .top_text--box.logo_ver {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .top_text--box.logo_ver {
    width: 250px;
  }
}

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

.top_view.top_hero--img {
  height: 80vw;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top_view.top_hero--img {
    height: 70vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img {
    height: 65vw;
    max-height: 100vh;
    background-attachment: fixed;
    background-position: 50% 0px;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_view.top_hero--img {
    background-position: 50% 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .top_view.top_hero--img.firstview_pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .top_view.top_hero--img.firstview_mobile {
    display: none;
  }
}

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

.top_contents01 {
  text-align: center;
  padding: 15% 0;
}
@media screen and (min-width: 600px) {
  .top_contents01 {
    padding: 12% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01 {
    padding: 9% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 {
    padding: clamp(80px, 8%, 110px) 0 clamp(60px, 6%, 80px);
  }
}
.top_contents01 .message_box {
  margin: 0 0 5%;
}
.top_contents01 .message_box p.large {
  font-size: 9vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  margin: 0 0 0.7em;
}
@media screen and (min-width: 600px) {
  .top_contents01 .message_box p.large {
    font-size: 6.5vw;
    margin: 0 0 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .message_box p.large {
    font-size: 55px;
  }
}
.top_contents01 .message_box p.small {
  font-size: 5vw;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .top_contents01 .message_box p.small {
    font-size: 3vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01 .message_box p.small {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .message_box p.small {
    font-size: 20px;
  }
}
.top_contents01 .message_box p.small br {
  display: block !important;
}
.top_contents01 .item_box {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 0 30px;
  }
}
.top_contents01 .item_box .item {
  padding-top: 120%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item {
    padding-top: 75%;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01 .item_box .item {
    padding-top: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item {
    padding-top: clamp(0px, 100%, 450px);
  }
}
.top_contents01 .item_box .item.item01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item.item01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top_contents01 .item_box .item.item02 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item.item02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top_contents01 .item_box .item.item03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
@media screen and (max-width: 1024px) {
  .top_contents01 .item_box .item.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.top_contents01 .item_box .item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00a0e9;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.top_contents01 .item_box .item:hover::before {
  opacity: 0.6;
}
.top_contents01 .item_box .item::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.top_contents01 .item_box .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.top_contents01 .item_box .item .back_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_contents01 .item_box .item:hover > .back_img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.top_contents01 .item_box .item p {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.top_contents01 .item_box .item p.title {
  font-size: 7.2vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item p.title {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01 .item_box .item p.title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item p.title {
    font-size: clamp(24px, 2.4vw, 32px);
  }
}
.top_contents01 .item_box .item p.subtitle {
  font-size: 5vw;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item p.subtitle {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .top_contents01 .item_box .item p.subtitle {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item p.subtitle {
    font-size: clamp(18px, 1.8vw, 24px);
  }
}
.top_contents01 .item_box .item:hover > p.subtitle {
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  opacity: 1;
}
.top_contents01 .item_box .item.item01 p {
  right: 8%;
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item01 p {
    right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item.item01 p {
    right: 10%;
  }
}
.top_contents01 .item_box .item.item01 p.title {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.top_contents01 .item_box .item.item01 p.subtitle {
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item01 p.subtitle {
    -webkit-transform: translate(0%, 80%);
            transform: translate(0%, 80%);
  }
}
.top_contents01 .item_box .item.item01:hover > p.title {
  -webkit-transform: translate(0%, calc(-50% - 20px));
          transform: translate(0%, calc(-50% - 20px));
}
.top_contents01 .item_box .item.item01:hover > p.subtitle {
  -webkit-transform: translate(0%, calc(100% - 20px));
          transform: translate(0%, calc(100% - 20px));
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item01:hover > p.subtitle {
    -webkit-transform: translate(0%, calc(80% - 20px));
            transform: translate(0%, calc(80% - 20px));
  }
}
.top_contents01 .item_box .item.item02 p {
  left: 50%;
}
.top_contents01 .item_box .item.item02 p.title {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_contents01 .item_box .item.item02 p.subtitle {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item02 p.subtitle {
    -webkit-transform: translate(-50%, 80%);
            transform: translate(-50%, 80%);
  }
}
.top_contents01 .item_box .item.item02:hover > p.title {
  -webkit-transform: translate(-50%, calc(-50% - 20px));
          transform: translate(-50%, calc(-50% - 20px));
}
.top_contents01 .item_box .item.item02:hover > p.subtitle {
  -webkit-transform: translate(-50%, calc(100% - 20px));
          transform: translate(-50%, calc(100% - 20px));
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item02:hover > p.subtitle {
    -webkit-transform: translate(-50%, calc(80% - 20px));
            transform: translate(-50%, calc(80% - 20px));
  }
}
.top_contents01 .item_box .item.item03 p {
  left: 8%;
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item03 p {
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box .item.item03 p {
    left: 10%;
  }
}
.top_contents01 .item_box .item.item03 p.title {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.top_contents01 .item_box .item.item03 p.subtitle {
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item03 p.subtitle {
    -webkit-transform: translate(0%, 80%);
            transform: translate(0%, 80%);
  }
}
.top_contents01 .item_box .item.item03:hover > p.title {
  -webkit-transform: translate(0%, calc(-50% - 20px));
          transform: translate(0%, calc(-50% - 20px));
}
.top_contents01 .item_box .item.item03:hover > p.subtitle {
  -webkit-transform: translate(0%, calc(100% - 20px));
          transform: translate(0%, calc(100% - 20px));
}
@media screen and (min-width: 600px) {
  .top_contents01 .item_box .item.item03:hover > p.subtitle {
    -webkit-transform: translate(0%, calc(80% - 20px));
            transform: translate(0%, calc(80% - 20px));
  }
}
@media screen and (min-width: 1025px) {
  .top_contents01 .item_box.show .item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

h2.top_title--h2 {
  font-size: 8vw;
  font-weight: bold;
  border-bottom: 2px solid #00a0e9;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 0 0.1em;
  margin: 0 0 1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  h2.top_title--h2 {
    font-size: 5vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h2.top_title--h2 {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_title--h2 {
    font-size: 34px;
    margin: 0 0 0.8em;
  }
}
h2.top_title--h2::first-letter {
  color: #00a0e9;
  font-size: 13vw;
}
@media screen and (min-width: 600px) {
  h2.top_title--h2::first-letter {
    font-size: 9vw;
    margin: 0 0.05em 0 0;
  }
}
@media screen and (min-width: 768px) {
  h2.top_title--h2::first-letter {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.top_title--h2::first-letter {
    font-size: 55px;
  }
}

h3.top_title--h3 {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.5em;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 600px) {
  h3.top_title--h3 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  h3.top_title--h3 {
    font-size: 30px;
    margin: 0 0 0.3em;
  }
}

p.top_contents--text {
  font-size: 4.6vw;
  margin: 0 0 2em;
  position: relative;
  line-height: initial;
  text-align: left;
}
@media screen and (min-width: 600px) {
  p.top_contents--text {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  p.top_contents--text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  p.top_contents--text {
    font-size: 18px;
    margin: 0 0 1.2em;
  }
}

.top_contents--button {
  text-align: center;
  width: 65vw;
  margin: 15% auto 0;
  background-color: #00a0e9;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .top_contents--button {
    width: 45vw;
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--button {
    width: 38vw;
    margin: 8% auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--button {
    width: 300px;
    margin: 10% auto 0;
  }
}
.top_contents--button a, .top_contents--button span.more {
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  padding: 1em 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_contents--button a, .top_contents--button span.more {
    font-size: 2.8vw;
    letter-spacing: 0.3em;
    padding: 1.1em 0;
  }
}
@media screen and (min-width: 768px) {
  .top_contents--button a, .top_contents--button span.more {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_contents--button a, .top_contents--button span.more {
    font-size: 18px;
  }
}
.top_contents--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.top_contents--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.top_contents--button span.more {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.top_contents--button:hover > span.more {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.top_contents02 {
  padding: 25% 0 15%;
  background-image: url("https://sali.loc-on.org/wp-content/uploads/2023/09/graphy-light-1920x1080-1.png");
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents02 {
    padding: 18% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  section.top_contents02 {
    padding: clamp(160px, 16%, 230px) 0 clamp(120px, 12%, 150px);
  }
}
section.top_contents02::before {
  content: "";
  width: 100%;
  height: 18vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 30% 100%, 100% 0);
          clip-path: polygon(0 0, 30% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (min-width: 600px) {
  section.top_contents02::before {
    height: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents02::before {
    height: clamp(100px, 10vw, 130px);
  }
}
section.top_contents02 .width_container {
  display: grid;
  gap: 20px 0;
}
@media screen and (min-width: 1025px) {
  section.top_contents02 .width_container {
    grid-template-columns: 1.1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5%;
  }
}
section.top_contents02 .width_container .img {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  aspect-ratio: 1.5/1;
}
section.top_contents02 .width_container .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.top_contents02 .width_container .box {
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  section.top_contents02 .width_container .box {
    text-align: left;
  }
}
section.top_contents02 .width_container.show .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_contents02 .width_container.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.top_contents03 {
  padding: 10% 0 30%;
  margin: 0 0 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18vw), 70% 100%, 0 calc(100% - 18vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18vw), 70% 100%, 0 calc(100% - 18vw));
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contents03 {
    padding: 7% 0 22%;
    margin: 0 0 20%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 70% 100%, 0 calc(100% - 12vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 70% 100%, 0 calc(100% - 12vw));
  }
}
@media screen and (min-width: 768px) {
  section.top_contents03 {
    padding: 7% 0 18%;
    margin: 0 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contents03 {
    padding: clamp(80px, 8%, 120px) 0 clamp(200px, 20%, 300px);
    margin: 0 0 clamp(150px, 15%, 180px);
    background-attachment: fixed;
  }
}
section.top_contents03 .width_container {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 1025px) {
  section.top_contents03 .width_container {
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
    direction: rtl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5%;
  }
}
section.top_contents03 .width_container .img {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  aspect-ratio: 1.5/1;
}
section.top_contents03 .width_container .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.top_contents03 .width_container .box {
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  section.top_contents03 .width_container .box {
    text-align: right;
    padding: 10% 0;
  }
}
section.top_contents03 .width_container .box::before {
  content: "";
  width: calc(85vw + 30px);
  height: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: calc(50% + 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  section.top_contents03 .width_container .box::before {
    width: calc(100% + 30px);
  }
}
section.top_contents03 .width_container.show .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.top_contents03 .width_container.show .box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 1024px) {
  section.top_contents03 {
    background-position: 50% 50% !important;
  }
}
#top_contents03--modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: 0s 1s;
  transition: 0s 1s;
  z-index: 100;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, -webkit-transform 0s;
  transition: opacity 0.3s, transform 0s;
  transition: opacity 0.3s, transform 0s, -webkit-transform 0s;
}
#top_contents03--modal.hidden {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0s 0.6s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0s 0.6s;
  transition: opacity 0.3s 0.3s, transform 0s 0.6s;
  transition: opacity 0.3s 0.3s, transform 0s 0.6s, -webkit-transform 0s 0.6s;
}

#top_contents03--modalcontents {
  width: 95%;
  padding: 18% 7% 10%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents {
    padding: 17% 5% 5%;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents {
    padding: 12% 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents {
    width: 65%;
    max-width: 900px;
    padding: 8% 5% 0;
  }
}
#top_contents03--modal.hidden #top_contents03--modalcontents {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
#top_contents03--modalcontents button#top_contents03--modalclose {
  font-size: 5vw;
  line-height: 1;
  width: 9%;
  aspect-ratio: 1/1;
  padding: 0;
  background-color: #b2351d;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  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;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 4vw;
    width: 7%;
    right: 12px;
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 3vw;
    width: 5%;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents button#top_contents03--modalclose {
    font-size: 26px;
    width: 40px;
  }
}
#top_contents03--modalcontents h2 {
  text-align: center;
  font-size: 8vw;
  margin: 0 0 1.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents h2 {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents h2 {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents h2 {
    font-size: clamp(32px, 3.2vw, 44px);
  }
}
#top_contents03--modalcontents h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F06449;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_contents03--modalcontents h2 span {
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  padding: 0 0.4em;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents h2 span {
    padding: 0 0.5em;
  }
}
#top_contents03--modalcontents .box {
  margin: 0 0 15%;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box {
    margin: 0 0 12%;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents .box {
    margin: 0 0 9%;
  }
}
#top_contents03--modalcontents .box h3 {
  font-size: 7vw;
  font-weight: bold;
  padding-left: 0.7em;
  margin: 0 0 0.8em;
  position: relative;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box h3 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents .box h3 {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents .box h3 {
    font-size: clamp(28px, 2.8vw, 38px);
  }
}
#top_contents03--modalcontents .box h3::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #F06449;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#top_contents03--modalcontents .box p {
  font-size: 4.5vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents .box p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents .box p {
    font-size: clamp(16px, 1.6vw, 22px);
  }
}
#top_contents03--modalcontents .box ol {
  padding: 0 0 0 4%;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box ol {
    padding: 0 0 0 3%;
  }
}
#top_contents03--modalcontents .box ol li {
  font-size: 4.5vw;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 2em;
  list-style: none;
  border-bottom: dashed 1px #FFC515;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box ol li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents .box ol li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents .box ol li {
    font-size: clamp(16px, 1.6vw, 22px);
  }
}
#top_contents03--modalcontents .box ol li:last-of-type {
  border: none;
}
#top_contents03--modalcontents .box ol li::before {
  content: counter(number);
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  width: 9%;
  aspect-ratio: 1/1;
  background: #FFC515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  #top_contents03--modalcontents .box ol li::before {
    font-size: 3vw;
    width: 6%;
  }
}
@media screen and (min-width: 768px) {
  #top_contents03--modalcontents .box ol li::before {
    font-size: 2vw;
    width: 4%;
  }
}
@media screen and (min-width: 1025px) {
  #top_contents03--modalcontents .box ol li::before {
    font-size: 16px;
    width: 28px;
  }
}

.top_news {
  margin: 10% auto;
  position: relative;
  padding: 10% 0;
}
@media screen and (min-width: 600px) {
  .top_news {
    width: 65%;
    padding: 8% 0;
    margin: 8% auto;
  }
}
@media screen and (min-width: 768px) {
  .top_news {
    max-width: 500px;
    padding: 7% 0;
    margin: 7% auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_news {
    max-width: 600px;
    padding: 80px 0;
    margin: 80px auto;
  }
}
.top_news::before {
  content: "";
  width: calc(85vw + 30px);
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .top_news::before {
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .top_news::before {
    max-width: 1000px;
  }
}
.top_news h2 {
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_news h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_news h2 {
    font-size: clamp(44px, 4.4vw, 56px);
  }
}

.top_news--ul {
  position: relative;
}
.top_news--ul li {
  list-style: none;
  padding: 5% 0;
  border-bottom: dotted 1px;
  display: grid;
  gap: 10px;
}
.top_news--ul li.thumbnail_li {
  grid-template: auto auto/20% auto;
}
@media screen and (min-width: 600px) {
  .top_news--ul li.thumbnail_li {
    grid-template: auto auto/17% auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_news--ul li.thumbnail_li {
    grid-template: auto auto/14% auto;
  }
}
.top_news--ul li.thumbnail_li a.thumbnail {
  padding-top: 100%;
  grid-row: span 2;
  position: relative;
}
.top_news--ul li.thumbnail_li a.thumbnail:hover {
  opacity: 0.7;
}
.top_news--ul li.thumbnail_li a.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_news--ul li a.title {
  color: #00a0e9;
  line-height: 1.4;
}
.top_news--ul li a.title:hover {
  opacity: 0.7;
}

.page_header {
  text-align: center;
  padding: 12% 0;
  background-color: #dff7ff;
}
@media screen and (min-width: 600px) {
  .page_header {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_header {
    padding: 90px 0;
  }
}
.page_header h1.page_title {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .page_header h1.page_title {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header h1.page_title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header h1.page_title {
    font-size: 60px;
  }
}
.page_header span.sub_title {
  font-size: 5vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  margin: 1em 0 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .page_header span.sub_title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_header span.sub_title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_header span.sub_title {
    font-size: 30px;
  }
}

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.breadcrumb.single {
  background-color: rgba(0, 0, 0, 0.1);
}
.breadcrumb .box {
  width: 90%;
  padding: 2% 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1%;
}
@media screen and (min-width: 600px) {
  .breadcrumb .box {
    padding: 1% 0;
    gap: 0 0.6%;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .box {
    gap: 0 0.4%;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb .box {
    width: 95%;
    max-width: 1100px;
    padding: 8px 0;
  }
}
.breadcrumb .box a {
  color: #eee;
  font-size: 3.5vw;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .breadcrumb .box a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .box a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb .box a {
    font-size: 14px;
  }
}
.breadcrumb .box a:hover {
  opacity: 0.7;
}
.breadcrumb .box a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.breadcrumb .box span {
  color: #eee;
}
.breadcrumb .box span.arrow {
  font-size: 4vw;
}
@media screen and (min-width: 600px) {
  .breadcrumb .box span.arrow {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .box span.arrow {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb .box span.arrow {
    font-size: 22px;
  }
}
.breadcrumb .box span.title {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .breadcrumb .box span.title {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb .box span.title {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb .box span.title {
    font-size: 14px;
  }
}
.breadcrumb.single a {
  color: #777;
}
.breadcrumb.single a:before {
  background-color: #bbb;
}
.breadcrumb.single span {
  color: #777;
}

section.page_company--section .text_box h2.first-letter {
  font-size: 8vw;
  font-weight: bold;
  border-bottom: 2px solid #00a0e9;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 0 0.1em;
  margin: 0 0 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company--section .text_box h2.first-letter {
    font-size: 5.2vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section .text_box h2.first-letter {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section .text_box h2.first-letter {
    font-size: 34px;
    margin: 0 0 0.8em;
  }
}
section.page_company--section .text_box h2.first-letter::first-letter {
  color: #00a0e9;
  font-size: 12vw;
}
@media screen and (min-width: 600px) {
  section.page_company--section .text_box h2.first-letter::first-letter {
    font-size: 8vw;
    margin: 0 0.05em 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section .text_box h2.first-letter::first-letter {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section .text_box h2.first-letter::first-letter {
    font-size: 55px;
  }
}
section.page_company--section h2.line_title {
  text-align: center;
  font-size: 7.5vw;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company--section h2.line_title {
    font-size: 4.8vw;
    padding: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section h2.line_title {
    font-size: 3.8vw;
    padding: 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section h2.line_title {
    font-size: 35px;
    padding: 0 3em;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--dlbox section.page_company--section h2.line_title {
    padding: 0 1.5em;
  }
}
section.page_company--section h2.line_title::before, section.page_company--section h2.line_title::after {
  content: "";
  width: 10vw;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 600px) {
  section.page_company--section h2.line_title::before, section.page_company--section h2.line_title::after {
    width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section h2.line_title::before, section.page_company--section h2.line_title::after {
    width: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section h2.line_title::before, section.page_company--section h2.line_title::after {
    width: 80px;
  }
}
section.page_company--section h2.line_title::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
section.page_company--section h2.line_title::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (min-width: 1025px) {
  .page_company--dlbox section.page_company--section h2.line_title::before, .page_company--dlbox section.page_company--section h2.line_title::after {
    width: 40px;
  }
}

section.page_company--section.section01 {
  width: 90%;
  padding: 12% 0;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 {
    padding: 10% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 {
    padding: 8% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 {
    max-width: 1100px;
    padding: 90px 0 70px;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 7%;
  }
}
section.page_company--section.section01 .text_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  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.page_company--section.section01 .text_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section01 .text_box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section01 .text_box .box {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .text_box .box {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .text_box .box {
    margin: 0 0 6%;
  }
}
section.page_company--section.section01 .text_box .box h3 {
  font-size: 6.4vw;
  font-weight: bold;
  padding-left: 0.7em;
  margin: 0 0 0.7em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .text_box .box h3 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .text_box .box h3 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .text_box .box h3 {
    font-size: 28px;
  }
}
section.page_company--section.section01 .text_box .box h3::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section.page_company--section.section01 .text_box .box p {
  font-size: 4.5vw;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .text_box .box p {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .text_box .box p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .text_box .box p {
    font-size: 18px;
  }
}
section.page_company--section.section01 .text_box .box ul {
  padding: 0 0 0 6%;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .text_box .box ul {
    padding: 0 0 0 4%;
  }
}
section.page_company--section.section01 .text_box .box ul li {
  font-size: 4.5vw;
  line-height: 1.4;
  padding: 0.3em 0 0.3em 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section01 .text_box .box ul li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .text_box .box ul li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .text_box .box ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01.show .text_box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section01 .img_box {
  width: 90%;
  margin: 0 auto 10%;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  position: relative;
  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: 600px) {
  section.page_company--section.section01 .img_box {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .img_box {
    width: 90%;
    margin: 0 auto 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5%;
    aspect-ratio: 1.2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01 .img_box {
    width: 100%;
    margin: 0;
    gap: 0 7%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section01 .img_box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section01 .img_box .img {
  width: 100%;
  height: 100%;
}
section.page_company--section.section01 .img_box .img:not(:first-of-type) {
  display: none;
}
@media screen and (min-width: 768px) {
  section.page_company--section.section01 .img_box .img:not(:first-of-type) {
    display: block;
  }
}
section.page_company--section.section01 .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section01.show .img_box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

section.page_company--section.section02 {
  padding: 12% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 {
    padding: 80px 0;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section02 {
    background-position: 50% 50% !important;
  }
}
section.page_company--section.section02 .text_box {
  width: 90%;
  padding: 5% 5% 10%;
  margin: 0 auto;
  background-color: #fff;
  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: 600px) {
  section.page_company--section.section02 .text_box {
    width: 95%;
    padding: 5% 3% 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .text_box {
    width: 85%;
    padding: 3% 3% 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .text_box {
    width: 75%;
    max-width: 850px;
  }
}
section.page_company--section.section02 .text_box.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
section.page_company--section.section02 .text_box p {
  font-size: 4.5vw;
  line-height: 1.8;
  margin: 0 0 1.5em;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .text_box p {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .text_box p {
    font-size: 18px;
  }
}
section.page_company--section.section02 .text_box p.phrase {
  font-size: 6.8vw;
  font-weight: bold;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section02 .text_box p.phrase {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section02 .text_box p.phrase {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section02 .text_box p.phrase {
    font-size: 28px;
  }
}
section.page_company--section.section02 .text_box p.phrase br {
  display: block !important;
}
section.page_company--section.section02 .text_box p.name {
  text-align: right;
  margin: 0;
}
section.page_company--section.section02 .text_box p span {
  font-weight: bold;
}

section.page_company--section.section03 {
  padding: 20% 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section03 {
    padding: 15% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section03 {
    padding: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section03 {
    padding: 120px 0;
  }
}

.page_company--dlbox {
  margin: 0 auto 20%;
  display: grid;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .page_company--dlbox {
    margin: 0 auto 15%;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_company--dlbox {
    margin: 0 auto 10%;
    gap: 10vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--dlbox {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 70px;
  }
}

dl.page_company--dl {
  width: 85%;
  margin: 0 auto;
  border-top: 3px solid #00a0e9;
  border-left: 1px solid #dff7ff;
  border-right: 1px solid #dff7ff;
}
@media screen and (min-width: 600px) {
  dl.page_company--dl {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company--dl {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company--dl {
    max-width: 950px;
    border-left: none;
    border-right: none;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--dlbox dl.page_company--dl {
    width: 100%;
  }
}
dl.page_company--dl dt, dl.page_company--dl dd {
  font-size: 4.2vw;
  line-height: 1.4;
  padding: 1em 1.5em;
}
@media screen and (min-width: 600px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.page_company--dl dt, dl.page_company--dl dd {
    font-size: 18px;
  }
}
dl.page_company--dl dt br, dl.page_company--dl dd br {
  display: block !important;
}
dl.page_company--dl dt {
  color: #444;
  font-weight: bold;
  background-color: #dff7ff;
}
@media screen and (min-width: 1025px) {
  dl.page_company--dl dt {
    border-bottom: 1px solid #fff;
  }
}
dl.page_company--dl dd {
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  display: grid;
  gap: 2em;
}
dl.page_company--dl dd p {
  line-height: 1.4;
  position: relative;
}
dl.page_company--dl dd p.name {
  font-weight: bold;
}
dl.page_company--dl dd p::before {
  content: "";
  width: 100vw;
  height: 1%;
  background-color: #FFC515;
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
dl.page_company--dl dd p:last-of-type::before {
  content: none;
}
dl.page_company--dl dd p span {
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 600px) {
  dl.page_company--dl dd p span {
    margin-left: 1em;
    display: inline;
  }
}
dl.page_company--dl dd p br {
  display: none !important;
}

section.page_company--section.section03 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
section.page_company--section.section03.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

section.page_company--section.section04,
section.page_company--section.section05,
section.page_company--section.section06,
section.page_company--section.section07 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section04.show,
  section.page_company--section.section05.show,
  section.page_company--section.section06.show,
  section.page_company--section.section07.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_company--dlbox.show section.page_company--section.section04,
  .page_company--dlbox.show section.page_company--section.section05,
  .page_company--dlbox.show section.page_company--section.section06,
  .page_company--dlbox.show section.page_company--section.section07 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

section.page_company--section.section08 {
  padding: 0 0 15%;
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 {
    width: 95%;
    max-width: 1200px;
    padding: 5% 0 10%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
section.page_company--section.section08 .map_box {
  width: 90%;
  margin: 0 auto 12%;
  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: 600px) {
  section.page_company--section.section08 .map_box {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section08 .map_box {
    width: 85%;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .map_box {
    width: 100%;
    margin: 0;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section08 .map_box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section08 .map_box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 600px) {
  section.page_company--section.section08 .map_box iframe {
    aspect-ratio: 1.2/1;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section08 .map_box iframe {
    aspect-ratio: 1.5/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .map_box iframe {
    aspect-ratio: 1.2/1;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08.show .map_box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section08 .text_box {
  width: 90%;
  margin: 0 auto;
  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.page_company--section.section08 .text_box {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .text_box {
    width: 100%;
    padding: 5% 0 0;
  }
}
@media screen and (max-width: 1024px) {
  section.page_company--section.section08 .text_box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
section.page_company--section.section08 .text_box h2.line_title {
  margin: 0 auto 2em;
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .text_box h2.line_title {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .text_box h2.line_title::before, section.page_company--section.section08 .text_box h2.line_title::after {
    width: 40px;
  }
}
section.page_company--section.section08 .text_box p {
  font-size: 4.2vw;
  line-height: 1.4;
  /*
  &.bold {
  	font-weight: bold;
  	margin: 0 0 1.5em;
  	display: flex;
  	align-items: end;
  	gap: 0 5%;
  	position: relative;
  		&::before {
  			content: "";
  			width: 7%;
  			aspect-ratio: 1/1;
  			border: 2px solid #F06449;
  			display: inline-block;
  			@include mq(s) {
  				width: 5%;
  			}
  			@include mq(m) {
  				width: 4%;
  			}
  			@include mq(l) {
  				width: 28px;
  			}
  		}
  }*/
}
@media screen and (min-width: 600px) {
  section.page_company--section.section08 .text_box p {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_company--section.section08 .text_box p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08 .text_box p {
    font-size: 18px;
  }
}
section.page_company--section.section08 .text_box p.space {
  margin: 0 0 1.5em;
}
@media screen and (min-width: 1025px) {
  section.page_company--section.section08.show .text_box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_company--buttonbox {
  padding: 20% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  gap: 8vw 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_company--buttonbox {
    padding: 15% 0;
    grid-template-columns: 1fr 1fr;
    gap: 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_company--buttonbox {
    padding: 12% 0;
    gap: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--buttonbox {
    padding: 120px 0;
    background-attachment: fixed;
    gap: 0 200px;
  }
}
.page_company--buttonbox::before {
  content: "";
  width: 50%;
  aspect-ratio: 6/1;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  .page_company--buttonbox::before {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .page_company--buttonbox::before {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--buttonbox::before {
    width: 220px;
  }
}
.page_company--buttonbox .page_company--button {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  background-color: #00a0e9;
}
@media screen and (min-width: 600px) {
  .page_company--buttonbox .page_company--button {
    width: 90%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .page_company--buttonbox .page_company--button {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--buttonbox .page_company--button {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  .page_company--buttonbox .page_company--button:first-of-type {
    justify-self: right;
  }
}
.page_company--buttonbox .page_company--button a {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.4em;
  padding: 7% 0;
  margin-left: 0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_company--buttonbox .page_company--button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_company--buttonbox .page_company--button a {
    font-size: 2.4vw;
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .page_company--buttonbox .page_company--button a {
    font-size: 22px;
  }
}
.page_company--buttonbox .page_company--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.page_company--buttonbox .page_company--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 1024px) {
  .page_company--buttonbox {
    background-position: 50% 50% !important;
  }
}
section.page_machine--section {
  width: 85%;
  padding: 20% 0 25%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_machine--section {
    width: 80%;
    padding: 15% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  section.page_machine--section {
    width: 75%;
    padding: 12% 0 17%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_machine--section {
    max-width: 1100px;
    padding: 120px 0 160px;
  }
}
section.page_machine--section h2.line_title {
  text-align: center;
  font-size: 7.5vw;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto 1.5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_machine--section h2.line_title {
    font-size: 4.8vw;
    padding: 0 2em;
    margin: 0 auto 1.7em;
  }
}
@media screen and (min-width: 768px) {
  section.page_machine--section h2.line_title {
    font-size: 3.8vw;
    padding: 0 2.5em;
    margin: 0 auto 2em;
  }
}
@media screen and (min-width: 1025px) {
  section.page_machine--section h2.line_title {
    font-size: 30px;
    padding: 0 3em;
    margin: 0 auto 2em;
  }
}
section.page_machine--section h2.line_title::before, section.page_machine--section h2.line_title::after {
  content: "";
  width: 10vw;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 600px) {
  section.page_machine--section h2.line_title::before, section.page_machine--section h2.line_title::after {
    width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_machine--section h2.line_title::before, section.page_machine--section h2.line_title::after {
    width: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_machine--section h2.line_title::before, section.page_machine--section h2.line_title::after {
    width: 80px;
  }
}
section.page_machine--section h2.line_title::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
section.page_machine--section h2.line_title::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
section.page_machine--section .item_box {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 768px) {
  section.page_machine--section .item_box {
    grid-template-columns: 1fr 1fr;
    gap: 7vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_machine--section .item_box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 3%;
  }
}

.page_machine--item .img {
  margin: 0 0 5%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.35);
  display: block;
  cursor: pointer;
}
.page_machine--item dl .dl_box01 {
  margin: 0 0 5%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2vw;
}
@media screen and (min-width: 1025px) {
  .page_machine--item dl .dl_box01 {
    gap: 1vw 0.5vw;
  }
}
.page_machine--item dl .dl_box01 dt, .page_machine--item dl .dl_box01 dd {
  font-size: 4vw;
  padding: 0.5em 0.3em;
}
@media screen and (min-width: 600px) {
  .page_machine--item dl .dl_box01 dt, .page_machine--item dl .dl_box01 dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_machine--item dl .dl_box01 dt, .page_machine--item dl .dl_box01 dd {
    font-size: 16px;
  }
}
.page_machine--item dl .dl_box01 dt {
  text-align: center;
  color: #fff;
  background-color: #b2351d;
}
.page_machine--item dl .dl_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.page_machine--item dl .dl_box02 dt, .page_machine--item dl .dl_box02 dd {
  color: #919191;
  font-size: 3.4vw;
}
@media screen and (min-width: 600px) {
  .page_machine--item dl .dl_box02 dt, .page_machine--item dl .dl_box02 dd {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_machine--item dl .dl_box02 dt, .page_machine--item dl .dl_box02 dd {
    font-size: 14px;
  }
}
.page_machine--item dl .dl_box02 dd {
  margin-right: 1em;
}

.page_business {
  text-align: center;
  width: 90%;
  padding: 20% 0 3%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_business {
    width: 80%;
    padding: 15% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .page_business {
    width: 75%;
    padding: 12% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business {
    max-width: 1000px;
    padding: 120px 0 30px;
  }
}
.page_business p.catch {
  font-size: 8vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  margin: 0 0 0.7em;
}
@media screen and (min-width: 600px) {
  .page_business p.catch {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business p.catch {
    font-size: 5vw;
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business p.catch {
    font-size: 44px;
    margin: 0 0 1.2em;
  }
}
.page_business p.text {
  font-size: 5vw;
  margin: 0 0 2em;
}
@media screen and (min-width: 600px) {
  .page_business p.text {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business p.text {
    font-size: 2.5vw;
    margin: 0 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business p.text {
    font-size: 20px;
    margin: 0 0 3em;
  }
}
.page_business figure {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}
.page_business.show figure {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page_business--buttonbox {
  padding: 20% 0;
  background-color: #dff7ff;
  display: grid;
  gap: 25vw 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox {
    gap: 20vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox {
    padding: 180px 0 150px;
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
  }
}
.page_business--buttonbox::before {
  content: "";
  width: 100%;
  height: 12vw;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox::before {
    height: 120px;
  }
}
.page_business--buttonbox .item {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item {
    width: 95%;
    max-width: 500px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item:first-of-type {
    justify-self: right;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item:last-of-type {
    justify-self: right;
  }
}
.page_business--buttonbox .item figure {
  width: 85%;
  margin: 0 auto 10%;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  aspect-ratio: 1/1;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox .item figure {
    width: 55%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item figure {
    width: 60%;
    -webkit-transition: all 1s 0.5;
    transition: all 1s 0.5;
  }
}
.page_business--buttonbox .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_business--buttonbox .item:first-of-type figure {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.page_business--buttonbox .item:nth-of-type(2) figure {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.page_business--buttonbox .item:last-of-type figure {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
@media screen and (max-width: 1024px) {
  .page_business--buttonbox .item figure.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_business--buttonbox .item .box {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box {
    -webkit-transition: all 0.5s 1s;
    transition: all 0.5s 1s;
  }
}
@media screen and (max-width: 1024px) {
  .page_business--buttonbox .item .box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_business--buttonbox .item .box p.title {
  text-align: center;
  font-size: 7.5vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto 2em;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox .item .box p.title {
    font-size: 4.8vw;
    padding: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .page_business--buttonbox .item .box p.title {
    font-size: 3.8vw;
    padding: 0 2.5em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box p.title {
    font-size: 30px;
    padding: 0 7%;
    margin: 0 auto 2em;
  }
}
.page_business--buttonbox .item .box p.title::before, .page_business--buttonbox .item .box p.title::after {
  content: "";
  width: 8vw;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box p.title::before, .page_business--buttonbox .item .box p.title::after {
    width: 50px;
  }
}
.page_business--buttonbox .item .box p.title::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.page_business--buttonbox .item .box p.title::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page_business--buttonbox .item .box p.text {
  font-size: 5vw;
  margin: 0;
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox .item .box p.text {
    font-size: 3vw;
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .page_business--buttonbox .item .box p.text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box p.text {
    font-size: 18px;
  }
}
.page_business--buttonbox .item .box .page_business--button {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  background-color: #00a0e9;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox .item .box .page_business--button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page_business--buttonbox .item .box .page_business--button {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box .page_business--button {
    width: 300px;
  }
}
.page_business--buttonbox .item .box .page_business--button a {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.2em;
  padding: 7% 0;
  margin-left: 0.2em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_business--buttonbox .item .box .page_business--button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_business--buttonbox .item .box .page_business--button a {
    font-size: 2.4vw;
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox .item .box .page_business--button a {
    font-size: 20px;
  }
}
.page_business--buttonbox .item .box .page_business--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.page_business--buttonbox .item .box .page_business--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox.show .item figure {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_business--buttonbox.show .item .box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_kaitai--button {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  background-color: #ffc515;
}
@media screen and (min-width: 600px) {
  .page_kaitai--button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--button {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--button {
    width: 300px;
  }
}
.page_kaitai--button a {
  color: #fff;
  font-size: 4.5vw;
  letter-spacing: 0.2em;
  padding: 7% 0;
  margin-left: 0.2em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_kaitai--button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--button a {
    font-size: 2.4vw;
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--button a {
    font-size: 20px;
  }
}
.page_kaitai--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.page_kaitai--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

h2.page_kaitai--h2 {
  font-size: 7vw;
  font-weight: bold;
  padding: 0 0 0.4em;
  margin: 0 0 8%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #b2351d), color-stop(30%, #F06449));
  background-image: linear-gradient(to right, #b2351d 30%, #F06449 30%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
}
@media screen and (min-width: 600px) {
  h2.page_kaitai--h2 {
    font-size: 4.8vw;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  h2.page_kaitai--h2 {
    font-size: 3.8vw;
    margin: 0 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_kaitai--h2 {
    font-size: 30px;
    margin: 0 0 25px;
  }
}

section.page_kaitai--section {
  position: relative;
}
section.page_kaitai--section.section01, section.page_kaitai--section.section02, section.page_kaitai--section.section03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8vw 0;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section.section01, section.page_kaitai--section.section02, section.page_kaitai--section.section03 {
    gap: 5vw 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section.section01, section.page_kaitai--section.section02, section.page_kaitai--section.section03 {
    gap: 4vw 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section.section01, section.page_kaitai--section.section02, section.page_kaitai--section.section03 {
    gap: 0 30px;
  }
}
section.page_kaitai--section.section01 {
  padding: 10% 0 25%;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section.section01 {
    padding: 8% 0 20%;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section.section01 {
    padding: 5% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section.section01 {
    padding: 50px 0 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.page_kaitai--section.section02 {
  padding: 10% 0;
  background-color: rgb(255, 250, 234);
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section.section02 {
    padding: 7% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section.section02 {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section.section02 {
    padding: 50px 0 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.page_kaitai--section.section02::before, section.page_kaitai--section.section02::after {
  content: "";
  width: 100%;
  height: 12vw;
  background-color: rgb(255, 250, 234);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section.section02::before, section.page_kaitai--section.section02::after {
    height: 120px;
  }
}
section.page_kaitai--section.section02::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
section.page_kaitai--section.section02::after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  bottom: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
section.page_kaitai--section.section03 {
  padding: 25% 0;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section.section03 {
    padding: 18% 0;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section.section03 {
    padding: 16% 0;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section.section03 {
    padding: 180px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.page_kaitai--section .img_box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section .img_box {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section .img_box {
    width: 50%;
    max-width: 560px;
    margin: 0;
  }
}
section.page_kaitai--section .img_box figure {
  aspect-ratio: 1.6;
}
section.page_kaitai--section .img_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page_kaitai--section .text_box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section .text_box {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section .text_box {
    width: 40%;
    max-width: 450px;
    margin: 0;
  }
}
section.page_kaitai--section .text_box ul {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section .text_box ul {
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section .text_box ul {
    margin: 0 0 7%;
  }
}
section.page_kaitai--section .text_box ul li {
  font-size: 4.5vw;
  line-height: 1.4;
  padding: 0.5em 0 0.5em 1em;
  border-bottom: 1px dotted #444;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_kaitai--section .text_box ul li {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_kaitai--section .text_box ul li {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_kaitai--section .text_box ul li {
    font-size: 16px;
  }
}
section.page_kaitai--section .text_box ul li::before {
  content: "";
  width: 0.4em;
  height: 0.5em;
  background-color: #FFC515;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page_kaitai--listcontainer {
  padding: 10% 0 20%;
  background-color: #fffaea;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_kaitai--listcontainer {
    padding: 5% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--listcontainer {
    padding: 3% 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--listcontainer {
    padding: 30px 0 120px;
  }
}
.page_kaitai--listcontainer::before {
  content: "";
  width: 100%;
  height: 12vw;
  background-color: rgb(255, 250, 234);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media screen and (min-width: 1025px) {
  .page_kaitai--listcontainer::before {
    height: 120px;
  }
}

.page_kaitai--listbox {
  margin: 0 0 20%;
  display: grid;
  gap: 15vw 0;
}
@media screen and (min-width: 600px) {
  .page_kaitai--listbox {
    margin: 0 0 15%;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--listbox {
    margin: 0 0 12%;
    gap: 10vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--listbox {
    width: 90%;
    max-width: 1040px;
    margin: 0 auto 120px;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }
}
.page_kaitai--listbox section.page_kaitai--section {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_kaitai--listbox section.page_kaitai--section {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--listbox section.page_kaitai--section {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--listbox section.page_kaitai--section.section04 {
    grid-row: span 2;
  }
}

ul.page_kaitai--ul {
  background-color: #fff;
  border: 2px solid #444;
}
@media screen and (min-width: 768px) {
  ul.page_kaitai--ul {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  section.section04 ul.page_kaitai--ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  section.section05 ul.page_kaitai--ul {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 768px) {
  section.section06 ul.page_kaitai--ul {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
ul.page_kaitai--ul li {
  font-size: 4.5vw;
  list-style: none;
  padding: 0.7em 0.5em;
}
@media screen and (min-width: 600px) {
  ul.page_kaitai--ul li {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_kaitai--ul li {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_kaitai--ul li {
    font-size: 16px;
  }
}
ul.page_kaitai--ul li:not(:last-of-type) {
  border-bottom: 1px dotted #444;
}
@media screen and (min-width: 768px) {
  ul.page_kaitai--ul li:not(:last-of-type) {
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
  }
}
section.section04 ul.page_kaitai--ul li:nth-of-type(4n) {
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  section.section04 ul.page_kaitai--ul li:nth-of-type(4n) {
    border-right: none;
  }
}
section.section05 ul.page_kaitai--ul li:nth-of-type(3n) {
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  section.section05 ul.page_kaitai--ul li:nth-of-type(3n) {
    border-right: none;
  }
}
section.section06 ul.page_kaitai--ul li:nth-of-type(3n) {
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  section.section06 ul.page_kaitai--ul li:nth-of-type(3n) {
    border-right: none;
  }
}

.page_kaitai--buttonbox {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 7vw 0;
}
@media screen and (min-width: 600px) {
  .page_kaitai--buttonbox {
    width: 80%;
    gap: 5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--buttonbox {
    width: 70%;
    gap: 0 10%;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .page_kaitai--buttonbox {
    width: 700px;
    gap: 0 150px;
  }
}
@media screen and (min-width: 768px) {
  .page_kaitai--buttonbox .page_kaitai--button {
    width: 100%;
  }
}

h2.page_recycle--h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto 0.5em;
}
@media screen and (min-width: 600px) {
  h2.page_recycle--h2 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  h2.page_recycle--h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  h2.page_recycle--h2 {
    font-size: 32px;
  }
}
h2.page_recycle--h2 span {
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  h2.page_recycle--h2 span {
    display: inline;
  }
}
h2.page_recycle--h2 br {
  display: block !important;
}

.page_recycle--section {
  position: relative;
}
.page_recycle--section p.message {
  text-align: center;
  font-size: 4vw;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_recycle--section p.message {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section p.message {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section p.message {
    font-size: 18px;
    width: 800px;
  }
}
.page_recycle--section p.message:last-of-type {
  margin-bottom: 20%;
}
@media screen and (min-width: 600px) {
  .page_recycle--section p.message:last-of-type {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section p.message:last-of-type {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section p.message:last-of-type {
    margin-bottom: 80px;
  }
}

.page_recycle--section.section01 {
  padding: 10% 0;
  background-color: #fffaea;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 {
    padding: 8% 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 {
    padding: 8% 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 {
    padding: 60px 0 30px;
  }
}
.page_recycle--section.section01::before {
  content: "";
  width: 100%;
  height: 12vw;
  background-color: rgb(255, 250, 234);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01::before {
    height: 120px;
  }
}

.page_recycle--section.section01 ul {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul {
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul {
    width: 75%;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul {
    width: 90%;
    max-width: 1000px;
    gap: 60px 0;
  }
}
.page_recycle--section.section01 ul li {
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 70px;
  }
}
.page_recycle--section.section01 ul li .img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul li .img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul li .img {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li .img {
    width: 100%;
  }
}
.page_recycle--section.section01 ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li:nth-of-type(odd).show .img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section01 ul li:nth-of-type(odd) .img {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section01 ul li:nth-of-type(odd) .img.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li:nth-of-type(even).show .img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section01 ul li:nth-of-type(even) .img {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section01 ul li:nth-of-type(even) .img.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section01 ul li .box {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.page_recycle--section.section01 ul li .box p.name {
  font-size: 6.5vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul li .box p.name {
    font-size: 4vw;
    margin: 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul li .box p.name {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li .box p.name {
    font-size: 26px;
  }
}
.page_recycle--section.section01 ul li .box p.name span {
  font-size: 5vw;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 0 0 0.5em;
  border-left: 3px solid #F06449;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul li .box p.name span {
    font-size: 3.2vw;
    margin: 0 0 0 0.5em;
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul li .box p.name span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li .box p.name span {
    font-size: 20px;
  }
}
.page_recycle--section.section01 ul li .box p.address {
  font-size: 4.2vw;
  line-height: 1.6;
  margin: 0 0 7%;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul li .box p.address {
    font-size: 2.6vw;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul li .box p.address {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li .box p.address {
    font-size: 16px;
  }
}
.page_recycle--section.section01 ul li .box p.address br {
  display: block !important;
}
.page_recycle--section.section01 ul li .box p.tel {
  font-size: 4.2vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section01 ul li .box p.tel {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section01 ul li .box p.tel {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li .box p.tel {
    font-size: 16px;
  }
}
.page_recycle--section.section01 ul li .box p.tel a {
  color: inherit;
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li:nth-of-type(odd).show .box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section01 ul li:nth-of-type(odd) .box {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section01 ul li:nth-of-type(odd) .box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section01 ul li:nth-of-type(even).show .box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section01 ul li:nth-of-type(even) .box {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section01 ul li:nth-of-type(even) .box.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_recycle--section.section02 {
  padding: 20% 0;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 {
    padding: 20% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section02 {
    padding: 18% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 {
    padding: 180px 0 150px;
  }
}
.page_recycle--section.section02 .box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 .box {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box {
    width: 90%;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_recycle--section.section02 .box dl {
  width: 85%;
  margin: 0 auto 10%;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 .box dl {
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box dl {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section02 .box dl.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section02 .box dl dt {
  font-size: 6.5vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  letter-spacing: 0.05em;
  padding: 0 0 0 4%;
  margin: 0 0 5%;
  border-left: 5px solid #F06449;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 .box dl dt {
    font-size: 4vw;
    padding: 0 0 0 3%;
    margin: 0 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section02 .box dl dt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box dl dt {
    font-size: 26px;
  }
}
.page_recycle--section.section02 .box dl dd {
  font-size: 4.2vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 .box dl dd {
    font-size: 2.6vw;
    padding: 0 0 0 4.5%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section02 .box dl dd {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box dl dd {
    font-size: 16px;
  }
}
.page_recycle--section.section02 .box dl dd:not(:last-of-type) {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section02 .box dl dd:not(:last-of-type) {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box dl dd:not(:last-of-type) {
    margin: 0 0 9%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box.show dl {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_recycle--section.section02 .box figure {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 1024px) {
  .page_recycle--section.section02 .box figure.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section02 .box.show figure {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.page_recycle--section.section03 {
  padding: 10% 0 15%;
  background-color: #eef3ee;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section03 {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section03 {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 {
    padding: 50px 0 100px;
  }
}
.page_recycle--section.section03::before {
  content: "";
  width: 100%;
  height: 12vw;
  background-color: #eef3ee;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03::before {
    height: 120px;
  }
}
.page_recycle--section.section03 figure {
  width: 90%;
  margin: 10% auto;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section03 figure {
    margin: 10% auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 figure {
    max-width: 1000px;
  }
}
.page_recycle--section.section03 figure.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page_recycle--section.section03 .box {
  width: 90%;
  padding: 8% 5% 5%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section03 .box {
    padding: 5% 4% 4%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 .box {
    max-width: 1000px;
    padding: 40px;
  }
}
.page_recycle--section.section03 .box h3 {
  color: #33a535;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 0 5%;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section03 .box h3 {
    font-size: 3.5vw;
    margin: 0 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section03 .box h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 .box h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.page_recycle--section.section03 .box ol {
  padding: 0;
  margin: 0;
}
.page_recycle--section.section03 .box ol li {
  font-size: 4.2vw;
  line-height: 1.4;
  padding: 5% 0 5% 12%;
  list-style: none;
  counter-increment: number;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recycle--section.section03 .box ol li {
    font-size: 2.6vw;
    line-height: 1.6;
    padding: 3% 0 3% 10%;
  }
}
@media screen and (min-width: 768px) {
  .page_recycle--section.section03 .box ol li {
    font-size: 2.1vw;
    padding: 2% 0 2% 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 .box ol li {
    font-size: 16px;
    padding: 20px 0 20px 50px;
  }
}
.page_recycle--section.section03 .box ol li:not(:last-of-type) {
  border-bottom: dashed 1px #33a535;
}
.page_recycle--section.section03 .box ol li::before {
  content: counter(number);
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.5em;
  background: rgb(51, 165, 53);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 60%);
          transform: translate(0, 60%);
}
@media screen and (min-width: 1025px) {
  .page_recycle--section.section03 .box ol li::before {
    -webkit-transform: translate(0, 75%);
            transform: translate(0, 75%);
  }
}
.page_recycle--section.section03 .box ol li br {
  display: block !important;
}

section.page_workflow--section {
  text-align: center;
  padding: 15% 0;
}
@media screen and (min-width: 600px) {
  section.page_workflow--section {
    padding: 10% 0 12%;
  }
}
@media screen and (min-width: 768px) {
  section.page_workflow--section {
    padding: 8% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_workflow--section {
    padding: 80px 0 120px;
  }
}
section.page_workflow--section h2 {
  text-align: center;
  font-size: 7.5vw;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
  margin: 0 auto 8%;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.page_workflow--section h2 {
    font-size: 4.8vw;
    padding: 0 2em;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 768px) {
  section.page_workflow--section h2 {
    font-size: 3.8vw;
    padding: 0 2.5em;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_workflow--section h2 {
    font-size: 30px;
    padding: 0 3em;
    margin: 0 auto 45px;
  }
}
section.page_workflow--section h2::before, section.page_workflow--section h2::after {
  content: "";
  width: 10vw;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 600px) {
  section.page_workflow--section h2::before, section.page_workflow--section h2::after {
    width: 8vw;
  }
}
@media screen and (min-width: 768px) {
  section.page_workflow--section h2::before, section.page_workflow--section h2::after {
    width: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  section.page_workflow--section h2::before, section.page_workflow--section h2::after {
    width: 80px;
  }
}
section.page_workflow--section h2::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
section.page_workflow--section h2::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
section.page_workflow--section p.message {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto 12%;
}
@media screen and (min-width: 600px) {
  section.page_workflow--section p.message {
    font-size: 3.5vw;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 768px) {
  section.page_workflow--section p.message {
    font-size: 3vw;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  section.page_workflow--section p.message {
    font-size: 28px;
    margin: 0 auto 70px;
  }
}

.page_workflow--button {
  text-align: center;
  width: 65%;
  margin: 0 auto 20%;
  background-color: #00a0e9;
}
@media screen and (min-width: 600px) {
  .page_workflow--button {
    width: 40%;
    margin: 0 auto 15%;
  }
}
@media screen and (min-width: 768px) {
  .page_workflow--button {
    width: 35%;
    margin: 0 auto 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_workflow--button {
    width: 300px;
    margin: 0 auto 100px;
  }
}
.page_workflow--button a {
  color: #fff;
  font-size: 4.8vw;
  letter-spacing: 0.2em;
  padding: 7% 0;
  margin-left: 0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_workflow--button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_workflow--button a {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_workflow--button a {
    font-size: 22px;
  }
}
.page_workflow--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.page_workflow--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

ol.page_workflow--ol {
  text-align: left;
  width: 90%;
  padding: 12% 0 0;
  margin: 0 auto;
  border-left: 4px solid #b2351d;
  display: grid;
  gap: 7vw 0;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
ol.page_workflow--ol.show {
  opacity: 1;
}
@media screen and (min-width: 600px) {
  ol.page_workflow--ol {
    width: 80%;
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 768px) {
  ol.page_workflow--ol {
    padding: 7% 0 0;
    gap: 6vw 0;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_workflow--ol {
    max-width: 1000px;
    padding: 70px 0 0;
    gap: 50px 0;
  }
}
ol.page_workflow--ol li {
  list-style: none;
  counter-increment: number;
  position: relative;
}
ol.page_workflow--ol li::before {
  content: counter(number);
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  padding: 0.4em 1.2em;
  margin: 0 0 5%;
  background-color: #FFC515;
  border-radius: 0 5em 5em 0;
  display: inline-block;
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
}
@media screen and (min-width: 600px) {
  ol.page_workflow--ol li::before {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  ol.page_workflow--ol li::before {
    font-size: 3vw;
    width: 10%;
    padding: 0;
    margin: 0 0 4%;
    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: -2px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_workflow--ol li::before {
    font-size: 36px;
    width: 90px;
  }
}
ol.page_workflow--ol li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b2351d;
  position: absolute;
  left: 0;
  top: 50%;
}
ol.page_workflow--ol li .box {
  width: 95%;
  padding: 8% 5%;
  margin: 0 0 0 auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-left: 3px solid #FFC515;
  display: grid;
  gap: 4vw 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ol.page_workflow--ol li .box {
    padding: 5% 3%;
    gap: 3vw 0;
  }
}
@media screen and (min-width: 768px) {
  ol.page_workflow--ol li .box {
    width: 90%;
    padding: 3%;
    gap: 2vw 0;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_workflow--ol li .box {
    padding: 30px;
    gap: 20px 0;
  }
}
ol.page_workflow--ol li .box p.title {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  ol.page_workflow--ol li .box p.title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  ol.page_workflow--ol li .box p.title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_workflow--ol li .box p.title {
    font-size: 22px;
  }
}
ol.page_workflow--ol li .box p.title::before {
  content: counter(number) ".";
}
ol.page_workflow--ol li .box p.text {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  ol.page_workflow--ol li .box p.text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ol.page_workflow--ol li .box p.text {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ol.page_workflow--ol li .box p.text {
    font-size: 18px;
  }
}

.page_works--container {
  text-align: center;
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .page_works--container {
    padding: 7% 0;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_works--container {
    padding: 6% 0;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_works--container {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0 80px;
    grid-template-columns: 2.5fr 1fr;
    gap: 0 50px;
  }
}

.page_works--filterBox {
  margin: 0 0 5%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page_works--filterBox {
    margin: 0 0 4%;
  }
}
.page_works--filterBox button.page_works--openButton {
  color: #777;
  font-size: 4.5vw;
  letter-spacing: 0.2em;
  width: 100%;
  padding: 0 0 2%;
  background-color: transparent;
  border-bottom: 2px solid #aaa;
}
@media screen and (min-width: 600px) {
  .page_works--filterBox button.page_works--openButton {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_works--filterBox button.page_works--openButton {
    display: none;
  }
}
.page_works--filterBox .page_works--filter {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page_works--filterBox .page_works--filter .button_box {
  padding: 3%;
  display: grid;
  gap: 3vw 0;
}
@media screen and (min-width: 600px) {
  .page_works--filterBox .page_works--filter .button_box {
    grid-template-columns: 1fr 1fr;
    gap: 2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_works--filterBox .page_works--filter .button_box {
    padding: 0 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3%;
  }
}

button.page_works--filterButton {
  color: #555555;
  font-size: 5.5vw;
  font-weight: bold;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
}
@media screen and (min-width: 600px) {
  button.page_works--filterButton {
    font-size: 3.5vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  button.page_works--filterButton {
    font-size: 3vw;
    width: auto;
    padding: 0 0 3px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  button.page_works--filterButton {
    font-size: 22px;
  }
}
button.page_works--filterButton.active {
  color: #fff;
  background-color: #00a0e9;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  button.page_works--filterButton.active {
    color: #555555;
    background-color: transparent;
  }
}
button.page_works--filterButton.active::before {
  content: "";
  width: 5%;
  height: 25%;
  background-color: #00a0e9;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  button.page_works--filterButton.active::before {
    width: 6%;
    height: 20%;
  }
}
@media screen and (min-width: 768px) {
  button.page_works--filterButton.active::before {
    width: 10px;
    height: 25%;
  }
}
@media screen and (min-width: 768px) {
  button.page_works--filterButton.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00a0e9;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

ul.page_works--ul {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.page_works--ul {
    grid-template-columns: 1fr 1fr;
    gap: 6vw 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_works--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 4%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_works--ul {
    gap: 50px 30px;
  }
}
ul.page_works--ul li.page_works--li {
  min-width: 100%;
  list-style: none;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
ul.page_works--ul li.page_works--li.hidden {
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
ul.page_works--ul li.page_works--li .img_box {
  overflow: hidden;
  position: relative;
}
ul.page_works--ul li.page_works--li .img_box::before, ul.page_works--ul li.page_works--li .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
ul.page_works--ul li.page_works--li .img_box::before {
  background-color: #00a0e9;
  left: 0;
  top: 0;
  z-index: 5;
}
ul.page_works--ul li.page_works--li .img_box::after {
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
ul.page_works--ul li.page_works--li .img_box:hover::before {
  opacity: 0.5;
}
ul.page_works--ul li.page_works--li .img_box:hover::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 1;
}
ul.page_works--ul li.page_works--li p.title {
  text-align: left;
  line-height: 1.6;
  padding: 4% 10px;
  border: 2px solid #eee;
  border-top: none;
}
ul.page_works--ul li.page_works--li p.title a {
  color: inherit;
  font-size: 5vw;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  ul.page_works--ul li.page_works--li p.title a {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_works--ul li.page_works--li p.title a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_works--ul li.page_works--li p.title a {
    font-size: 16px;
  }
}
ul.page_works--ul li.page_works--li p.title a:hover {
  opacity: 0.7;
}

.page_works--swiper {
  position: relative;
}
.page_works--swiper ul.swiper-wrapper {
  padding: 0;
}
.page_works--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.page_works--swiper .swiper-pagination {
  pointer-events: none;
}
.page_works--swiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}
.page_works--swiper .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 0.8;
}

figure.page_works--img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
figure.page_works--img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
figure.page_works--img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
@media screen and (min-width: 1025px) {
  figure.page_works--img img {
    aspect-ratio: 1.4;
  }
}

.page_works--siderbar {
  text-align: left;
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  .page_works--siderbar {
    gap: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .page_works--siderbar {
    gap: 6vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_works--siderbar {
    gap: 50px 0;
  }
}
.page_works--siderbar aside h2, .page_works--siderbar aside h3 {
  font-size: 5vw;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
  line-height: 1;
  margin: 0 0 0.7em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_works--siderbar aside h2, .page_works--siderbar aside h3 {
    font-size: 3.2vw;
    margin: 0 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .page_works--siderbar aside h2, .page_works--siderbar aside h3 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_works--siderbar aside h2, .page_works--siderbar aside h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.page_works--siderbar aside h2::before, .page_works--siderbar aside h3::before {
  content: "";
  width: 100vw;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page_works--siderbar aside form {
  position: relative;
}
.page_works--siderbar aside form input[type=submit] {
  background-color: transparent;
  position: absolute;
  right: 0;
  padding: 0;
  width: 13%;
  height: 100%;
  z-index: 10;
}
.page_works--siderbar aside form i {
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.5;
}
.page_works--siderbar aside ul li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_works--siderbar aside ul li:hover {
  border-bottom: 2px solid #00a0e9;
}
.page_works--siderbar aside ul li a {
  color: inherit;
  font-size: 4.2vw;
  line-height: 1.4;
  padding: 3% 2% 2%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .page_works--siderbar aside ul li a {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .page_works--siderbar aside ul li a {
    font-size: 2.2vw;
    padding: 2% 1% 1%;
  }
}
@media screen and (min-width: 1025px) {
  .page_works--siderbar aside ul li a {
    font-size: 16px;
    padding: 10px 5px 5px;
  }
}
.page_works--siderbar aside ul li:hover a {
  color: #00a0e9;
}

.search_work--container {
  width: 90%;
  padding: 10% 0 12%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .search_work--container {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .search_work--container {
    padding: 5% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .search_work--container {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0 90px;
  }
}

ul.search_work--ul {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.search_work--ul {
    grid-template-columns: 1fr 1fr;
    gap: 6vw 4%;
  }
}
@media screen and (min-width: 768px) {
  ul.search_work--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_work--ul {
    gap: 50px 30px;
  }
}
ul.search_work--ul li.search_work--li {
  min-width: 100%;
  padding: 5%;
  border: 2px solid #eee;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  ul.search_work--ul li.search_work--li {
    padding: 6%;
  }
}
ul.search_work--ul li.search_work--li .img_box {
  margin: 0 0 3%;
  overflow: hidden;
  position: relative;
}
ul.search_work--ul li.search_work--li .img_box::before, ul.search_work--ul li.search_work--li .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
ul.search_work--ul li.search_work--li .img_box::before {
  background-color: #00a0e9;
  left: 0;
  top: 0;
  z-index: 5;
}
ul.search_work--ul li.search_work--li .img_box::after {
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
ul.search_work--ul li.search_work--li .img_box:hover::before {
  opacity: 0.5;
}
ul.search_work--ul li.search_work--li .img_box:hover::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 1;
}
ul.search_work--ul li.search_work--li h2 {
  font-size: 5vw;
  line-height: 1.6;
  margin: 0 0 3%;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 600px) {
  ul.search_work--ul li.search_work--li h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.search_work--ul li.search_work--li h2 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_work--ul li.search_work--li h2 {
    font-size: 16px;
  }
}
ul.search_work--ul li.search_work--li h2 a {
  color: inherit;
  font-weight: bold;
}
ul.search_work--ul li.search_work--li h2 a:hover {
  opacity: 0.7;
}
ul.search_work--ul li.search_work--li dl dt, ul.search_work--ul li.search_work--li dl dd {
  font-size: 4vw;
  padding: 0.5em;
  border-bottom: 1px dotted #222;
}
@media screen and (min-width: 600px) {
  ul.search_work--ul li.search_work--li dl dt, ul.search_work--ul li.search_work--li dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.search_work--ul li.search_work--li dl dt, ul.search_work--ul li.search_work--li dl dd {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_work--ul li.search_work--li dl dt, ul.search_work--ul li.search_work--li dl dd {
    font-size: 14px;
  }
}
ul.search_work--ul li.search_work--li dl dt {
  color: #b2351d;
  font-weight: bold;
}

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

.archive_work--container {
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .archive_work--container {
    padding: 6% 0 7%;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .archive_work--container {
    padding: 5% 0 6%;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .archive_work--container {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0 80px;
    grid-template-columns: 2.5fr 1fr;
    gap: 0 50px;
  }
}

.archive_work--box {
  min-width: 100%;
}

ul.archive_work--ul {
  margin: 0 0 10%;
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.archive_work--ul {
    margin: 0 0 8%;
    grid-template-columns: 1fr 1fr;
    gap: 6vw 4%;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_work--ul {
    margin: 0 0 6%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_work--ul {
    margin: 0 0 50px;
    gap: 50px 30px;
  }
}
ul.archive_work--ul li.archive_work--li {
  min-width: 100%;
}
ul.archive_work--ul li.archive_work--li .img_box {
  overflow: hidden;
  position: relative;
}
ul.archive_work--ul li.archive_work--li .img_box::before, ul.archive_work--ul li.archive_work--li .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
ul.archive_work--ul li.archive_work--li .img_box::before {
  background-color: #00a0e9;
  left: 0;
  top: 0;
  z-index: 5;
}
ul.archive_work--ul li.archive_work--li .img_box::after {
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
ul.archive_work--ul li.archive_work--li .img_box:hover::before {
  opacity: 0.5;
}
ul.archive_work--ul li.archive_work--li .img_box:hover::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 1;
}
ul.archive_work--ul li.archive_work--li .text_box {
  text-align: center;
  padding: 5%;
  border: 2px solid #eee;
  border-top: none;
}
ul.archive_work--ul li.archive_work--li .text_box h2 {
  font-size: 5vw;
  line-height: 1.6;
  margin: 0 0 5%;
}
@media screen and (min-width: 600px) {
  ul.archive_work--ul li.archive_work--li .text_box h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_work--ul li.archive_work--li .text_box h2 {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_work--ul li.archive_work--li .text_box h2 {
    font-size: 16px;
  }
}
ul.archive_work--ul li.archive_work--li .text_box h2 a {
  color: inherit;
  font-weight: bold;
}
ul.archive_work--ul li.archive_work--li .text_box h2 a:hover {
  opacity: 0.7;
}
ul.archive_work--ul li.archive_work--li .text_box span {
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  ul.archive_work--ul li.archive_work--li .text_box span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_work--ul li.archive_work--li .text_box span {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_work--ul li.archive_work--li .text_box span {
    font-size: 14px;
  }
}

#content.container.single-work {
  width: 100%;
  max-width: none;
}

.single_work--container {
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .single_work--container {
    padding: 7% 0;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .single_work--container {
    padding: 6% 0;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--container {
    width: 95%;
    max-width: 1100px;
    padding: 50px 0 60px;
    grid-template-columns: 2.5fr 1fr;
    gap: 0 50px;
  }
}

.single_work--box {
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .single_work--box {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--box {
    gap: 30px;
  }
}
.single_work--box .img_box {
  margin: 0 0 8%;
}
@media screen and (min-width: 600px) {
  .single_work--box .img_box {
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .single_work--box .img_box {
    min-width: 100%;
    margin: 0;
  }
}

.single_work--mainimg {
  margin: 0 0 7px;
}

.single_work--swiper {
  position: relative;
}
.single_work--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.single_work--swiper .swiper-button-next, .single_work--swiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
}
.single_work--swiper .swiper-button-next::after, .single_work--swiper .swiper-button-prev::after {
  content: none;
}
.single_work--swiper .swiper-button-next i, .single_work--swiper .swiper-button-prev i {
  color: #fff;
  font-size: 14px;
}

.single_work--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_work--thumbswiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
  cursor: pointer;
}

.single_work--descriptionbox {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .single_work--descriptionbox {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox {
    margin: 0;
  }
}
.single_work--descriptionbox h2 {
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 5%;
  padding: 0 3%;
  background-color: #dff7ff;
  border-radius: 0 10px;
}
@media screen and (min-width: 600px) {
  .single_work--descriptionbox h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--descriptionbox h2 {
    font-size: 24px;
  }
}
.single_work--descriptionbox h3 {
  font-size: 5.2vw;
  font-weight: bold;
  margin: 0 0 0.5em;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 600px) {
  .single_work--descriptionbox h3 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--descriptionbox h3 {
    font-size: 20px;
  }
}
.single_work--descriptionbox h3 span {
  font-size: 4vw;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 600px) {
  .single_work--descriptionbox h3 span {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox h3 span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--descriptionbox h3 span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.single_work--descriptionbox dl dt, .single_work--descriptionbox dl dd {
  font-size: 4.2vw;
  line-height: 1.4;
  padding: 0.7em 0.5em;
  border-bottom: 1px dotted #222;
}
@media screen and (min-width: 600px) {
  .single_work--descriptionbox dl dt, .single_work--descriptionbox dl dd {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox dl dt, .single_work--descriptionbox dl dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--descriptionbox dl dt, .single_work--descriptionbox dl dd {
    font-size: 16px;
  }
}
.single_work--descriptionbox dl dt {
  color: #00a0e9;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .single_work--descriptionbox dl dd {
    padding: 0.7em 0.5em 0.7em 2em;
  }
}

.single_work--linkbox {
  display: grid;
  gap: 7vw 0;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox {
    gap: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox {
    grid-column: span 2;
    gap: 4vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox {
    gap: 35px 0;
  }
}
.single_work--linkbox .post_link {
  padding: 10% 0;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link {
    padding: 6% 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox .post_link {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox .post_link {
    padding: 35px 0;
  }
}
.single_work--linkbox .post_link .link_button.prev {
  margin: 0 auto 5% 0;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link .link_button.prev {
    margin: 0;
  }
}
.single_work--linkbox .post_link .link_button.prev:empty {
  margin: 0;
}
.single_work--linkbox .post_link .link_button.next {
  text-align: right;
  margin: 5% 0 0 auto;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link .link_button.next {
    margin: 0;
    justify-self: right;
  }
}
.single_work--linkbox .post_link .link_button.next:empty {
  margin: 0;
}
.single_work--linkbox .post_link .link_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.single_work--linkbox .post_link .link_button a:hover {
  opacity: 0.7;
}
.single_work--linkbox .post_link .link_button a i {
  color: #00a0e9;
  font-size: 5vw;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link .link_button a i {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox .post_link .link_button a i {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox .post_link .link_button a i {
    font-size: 24px;
  }
}
.single_work--linkbox .post_link .link_button a .box {
  display: grid;
  gap: 8px 0;
}
.single_work--linkbox .post_link .link_button a .box span.eng {
  color: #aaa;
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link .link_button a .box span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox .post_link .link_button a .box span.eng {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox .post_link .link_button a .box span.eng {
    font-size: 12px;
  }
}
.single_work--linkbox .post_link .link_button a .box span.title {
  color: #00a0e9;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link .link_button a .box span.title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox .post_link .link_button a .box span.title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox .post_link .link_button a .box span.title {
    font-size: 16px;
  }
}
.single_work--linkbox .post_link a.table_cells {
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: block;
}
.single_work--linkbox .post_link a.table_cells i {
  color: #aaa;
  font-size: 6.5vw;
}
@media screen and (min-width: 600px) {
  .single_work--linkbox .post_link a.table_cells i {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_work--linkbox .post_link a.table_cells i {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--linkbox .post_link a.table_cells i {
    font-size: 24px;
  }
}
.single_work--linkbox .post_link a.table_cells i::before {
  content: "";
}

.single_work--button {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  background-color: #00a0e9;
  justify-self: center;
}
@media screen and (min-width: 600px) {
  .single_work--button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .single_work--button {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--button {
    width: 300px;
  }
}
.single_work--button a {
  color: #fff;
  font-size: 4.4vw;
  letter-spacing: 0.2em;
  padding: 1em 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .single_work--button a {
    font-size: 2.7vw;
    letter-spacing: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .single_work--button a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_work--button a {
    font-size: 16px;
  }
}
.single_work--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.single_work--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

ul.search_news--ul {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.search_news--ul {
    grid-template-columns: 1fr 1fr;
    gap: 6vw 4%;
  }
}
@media screen and (min-width: 768px) {
  ul.search_news--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5vw 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_news--ul {
    gap: 50px 30px;
  }
}
ul.search_news--ul li.search_news--li {
  list-style: none;
}
ul.search_news--ul li.search_news--li h2 {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 3%;
}
@media screen and (min-width: 600px) {
  ul.search_news--ul li.search_news--li h2 {
    font-size: 3.4vw;
    margin: 0 0 2%;
  }
}
@media screen and (min-width: 768px) {
  ul.search_news--ul li.search_news--li h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_news--ul li.search_news--li h2 {
    font-size: 22px;
  }
}
ul.search_news--ul li.search_news--li h2 a {
  color: inherit;
}
ul.search_news--ul li.search_news--li h2 a:hover {
  opacity: 0.7;
}
ul.search_news--ul li.search_news--li .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.search_news--ul li.search_news--li .content p {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  ul.search_news--ul li.search_news--li .content p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.search_news--ul li.search_news--li .content p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_news--ul li.search_news--li .content p {
    font-size: 16px;
  }
}
ul.search_news--ul li.search_news--li span.date {
  font-size: 3.5vw;
  padding: 4% 0 0;
  margin: 4% 0 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.search_news--ul li.search_news--li span.date {
    font-size: 2.2vw;
    padding: 3% 0 0;
    margin: 3% 0 0;
  }
}
@media screen and (min-width: 768px) {
  ul.search_news--ul li.search_news--li span.date {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.search_news--ul li.search_news--li span.date {
    font-size: 14px;
    padding: 5% 0 0;
    margin: 5% 0 0;
  }
}
ul.search_news--ul li.search_news--li span.date::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}

.search_news--container {
  width: 90%;
  padding: 10% 0 12%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .search_news--container {
    padding: 6% 0 10%;
  }
}
@media screen and (min-width: 768px) {
  .search_news--container {
    padding: 5% 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  .search_news--container {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0 90px;
  }
}

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

.archive_news--container {
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .archive_news--container {
    padding: 6% 0 7%;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .archive_news--container {
    padding: 5% 0 6%;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .archive_news--container {
    width: 95%;
    max-width: 1100px;
    padding: 60px 0 80px;
    grid-template-columns: 2.5fr 1fr;
    gap: 0 50px;
  }
}

ul.archive_news--ul {
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul {
    gap: 7vw 0;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul {
    grid-template-columns: 1fr 1fr;
    gap: 6vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 40px;
  }
}
ul.archive_news--ul li.archive_news--li {
  list-style: none;
}
ul.archive_news--ul li.archive_news--li.first {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul li.archive_news--li.first {
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul li.archive_news--li.first {
    margin: 0 0 3%;
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li.first {
    margin: 0 0 20px;
    grid-column: span 3;
  }
}
ul.archive_news--ul li.archive_news--li h2 {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 3%;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul li.archive_news--li h2 {
    font-size: 3.4vw;
    margin: 0 0 2%;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul li.archive_news--li h2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li h2 {
    font-size: 22px;
  }
}
ul.archive_news--ul li.archive_news--li h2 a {
  color: inherit;
}
ul.archive_news--ul li.archive_news--li h2 a:hover {
  opacity: 0.7;
}
ul.archive_news--ul li.archive_news--li.first h2 {
  font-size: 7vw;
  margin: 0 0 1%;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul li.archive_news--li.first h2 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul li.archive_news--li.first h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li.first h2 {
    font-size: 30px;
  }
}
ul.archive_news--ul li.archive_news--li .content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.archive_news--ul li.archive_news--li .content p {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul li.archive_news--li .content p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul li.archive_news--li .content p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li .content p {
    font-size: 16px;
  }
}
ul.archive_news--ul li.archive_news--li span.date {
  font-size: 3.5vw;
  padding: 4% 0 0;
  margin: 4% 0 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.archive_news--ul li.archive_news--li span.date {
    font-size: 2.2vw;
    padding: 3% 0 0;
    margin: 3% 0 0;
  }
}
@media screen and (min-width: 768px) {
  ul.archive_news--ul li.archive_news--li span.date {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li span.date {
    font-size: 14px;
    padding: 5% 0 0;
    margin: 5% 0 0;
  }
}
ul.archive_news--ul li.archive_news--li span.date::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
ul.archive_news--ul li.archive_news--li.first span.date {
  padding: 0;
  margin: 0 0 3%;
}
@media screen and (min-width: 1025px) {
  ul.archive_news--ul li.archive_news--li.first span.date {
    margin: 0 0 2%;
  }
}
ul.archive_news--ul li.archive_news--li.first span.date::before {
  content: none;
}

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

.single_news--container {
  width: 90%;
  padding: 10% 0;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20vw 0;
}
@media screen and (min-width: 600px) {
  .single_news--container {
    padding: 7% 0;
    gap: 15vw 0;
  }
}
@media screen and (min-width: 768px) {
  .single_news--container {
    padding: 6% 0;
    gap: 12vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--container {
    width: 95%;
    max-width: 1100px;
    padding: 50px 0 60px;
    grid-template-columns: 2.5fr 1fr;
    gap: 0 50px;
  }
}

.single_news--box {
  min-width: 100%;
}
.single_news--box h1 {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_news--box h1 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box h1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box h1 {
    font-size: 32px;
  }
}
.single_news--box span.date {
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .single_news--box span.date {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box span.date {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box span.date {
    font-size: 14px;
  }
}
.single_news--box .content {
  margin: 10% 0 12%;
}
@media screen and (min-width: 600px) {
  .single_news--box .content {
    margin: 7% 0 9%;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box .content {
    margin: 5% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box .content {
    margin: 35px 0 50px;
  }
}
.single_news--box .content p {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_news--box .content p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box .content p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box .content p {
    font-size: 16px;
  }
}
.single_news--box .content p:empty {
  padding-top: 8%;
  display: block !important;
}
@media screen and (min-width: 600px) {
  .single_news--box .content p:empty {
    padding-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box .content p:empty {
    padding-top: 4%;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box .content p:empty {
    padding-top: 20px;
  }
}
.single_news--box .img_box {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  .single_news--box .img_box {
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  .single_news--box .img_box {
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--box .img_box {
    margin: 0 0 35px;
  }
}

.single_news--swiper {
  position: relative;
}
.single_news--swiper ul.swiper-wrapper {
  padding: 0;
}
.single_news--swiper ul.swiper-wrapper li.swiper-slide {
  list-style: none;
}
.single_news--swiper .swiper-pagination {
  pointer-events: none;
}
.single_news--swiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}
.single_news--swiper .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 0.8;
}
.single_news--swiper .swiper-button-next, .single_news--swiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
}
.single_news--swiper .swiper-button-next::after, .single_news--swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 14px;
}

figure.single_news--img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.6;
}
@media screen and (min-width: 1025px) {
  figure.single_news--img img {
    aspect-ratio: 1.8;
  }
}

.single_news--linkbox {
  display: grid;
  gap: 7vw 0;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox {
    gap: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .single_news--linkbox {
    grid-column: span 2;
    gap: 4vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--linkbox {
    gap: 35px 0;
  }
}
.single_news--linkbox .post_link {
  padding: 10% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link {
    padding: 6% 0;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .single_news--linkbox .post_link {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--linkbox .post_link {
    padding: 35px 0;
  }
}
.single_news--linkbox .post_link .link_button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single_news--linkbox .post_link .link_button.prev {
  margin: 0 auto 5% 0;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link .link_button.prev {
    margin: 0;
  }
}
.single_news--linkbox .post_link .link_button.prev:empty {
  margin: 0;
}
.single_news--linkbox .post_link .link_button.next {
  text-align: right;
  margin: 5% 0 0 auto;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link .link_button.next {
    margin: 0;
    justify-self: right;
  }
}
.single_news--linkbox .post_link .link_button.next:empty {
  margin: 0;
}
.single_news--linkbox .post_link .link_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.single_news--linkbox .post_link .link_button a:hover {
  opacity: 0.7;
}
.single_news--linkbox .post_link .link_button a i {
  color: #00a0e9;
  font-size: 5vw;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link .link_button a i {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--linkbox .post_link .link_button a i {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--linkbox .post_link .link_button a i {
    font-size: 24px;
  }
}
.single_news--linkbox .post_link .link_button a .box {
  display: grid;
  gap: 8px 0;
}
.single_news--linkbox .post_link .link_button a .box span.eng {
  color: #aaa;
  font-size: 3.2vw;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link .link_button a .box span.eng {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--linkbox .post_link .link_button a .box span.eng {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--linkbox .post_link .link_button a .box span.eng {
    font-size: 12px;
  }
}
.single_news--linkbox .post_link .link_button a .box span.title {
  color: #00a0e9;
  font-size: 4.5vw;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .single_news--linkbox .post_link .link_button a .box span.title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .single_news--linkbox .post_link .link_button a .box span.title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_news--linkbox .post_link .link_button a .box span.title {
    font-size: 16px;
  }
}

.page_recruit--container {
  text-align: center;
  width: 90%;
  padding: 15% 0 20%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page_recruit--container {
    padding: 10% 0 15%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--container {
    padding: 8% 0 12%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--container {
    width: 95%;
    max-width: 1100px;
    padding: 80px 0 100px;
  }
}
.page_recruit--container p.message {
  font-size: 6vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  line-height: 1.4;
  margin: 0 0 7%;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .page_recruit--container p.message {
    font-size: 4.5vw;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--container p.message {
    font-size: 3.6vw;
    margin: 0 0 4%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--container p.message {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
.page_recruit--container.loaded p.message {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.page_recruit--container p.text {
  font-size: 4.5vw;
  margin: 0 0 18%;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .page_recruit--container p.text {
    font-size: 3vw;
    margin: 0 0 13%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--container p.text {
    font-size: 2.4vw;
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--container p.text {
    font-size: 20px;
    margin: 0 0 80px;
  }
}
.page_recruit--container.loaded p.text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

ul.page_recruit--ul {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 12vw 0;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px 30px;
  }
}
ul.page_recruit--ul.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
ul.page_recruit--ul li.page_recruit--li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}
ul.page_recruit--ul li.page_recruit--li figure {
  margin: 0 0 10%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li figure {
    margin: 0 0 7%;
  }
}
ul.page_recruit--ul li.page_recruit--li figure img {
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.page_recruit--ul li.page_recruit--li .box {
  margin: 0 0 10%;
}
ul.page_recruit--ul li.page_recruit--li .box h2 {
  font-size: 5.2vw;
  line-height: 1.4;
  margin: 0 0 6%;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .box h2 {
    font-size: 3.4vw;
    margin: 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .box h2 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .box h2 {
    font-size: 22px;
  }
}
ul.page_recruit--ul li.page_recruit--li .box h2 a {
  color: inherit;
  padding-left: 0.4em;
  border-left: 5px solid #00a0e9 !important;
}
ul.page_recruit--ul li.page_recruit--li .box h2 a:hover {
  opacity: 0.7;
}
ul.page_recruit--ul li.page_recruit--li .box .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.page_recruit--ul li.page_recruit--li .box .description p {
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .box .description p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .box .description p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .box .description p {
    font-size: 16px;
  }
}
ul.page_recruit--ul li.page_recruit--li .box .description p br {
  display: block !important;
}
ul.page_recruit--ul li.page_recruit--li .link_button {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #00a0e9;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .link_button {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .link_button {
    width: 55%;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .link_button {
    width: 60%;
  }
}
ul.page_recruit--ul li.page_recruit--li .link_button:hover {
  background-color: #00a0e9;
}
ul.page_recruit--ul li.page_recruit--li .link_button a {
  color: #00a0e9;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0.4em;
  padding: 7% 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  ul.page_recruit--ul li.page_recruit--li .link_button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  ul.page_recruit--ul li.page_recruit--li .link_button a {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.page_recruit--ul li.page_recruit--li .link_button a {
    font-size: 18px;
    padding: 15px 0;
  }
}
ul.page_recruit--ul li.page_recruit--li .link_button:hover > a {
  color: #fff;
}

.page_recruit--buttonbox {
  padding: 20% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  gap: 8vw 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_recruit--buttonbox {
    padding: 15% 0;
    grid-template-columns: 1fr 1fr;
    gap: 0 6%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--buttonbox {
    padding: 12% 0;
    gap: 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--buttonbox {
    padding: 120px 0;
    background-attachment: fixed;
    gap: 0 200px;
  }
}
.page_recruit--buttonbox::before {
  content: "";
  width: 50%;
  aspect-ratio: 6/1;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  .page_recruit--buttonbox::before {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--buttonbox::before {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--buttonbox::before {
    width: 220px;
  }
}
.page_recruit--buttonbox .page_recruit--button {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  background-color: #00a0e9;
  max-width: 250px;
}
@media screen and (min-width: 600px) {
  .page_recruit--buttonbox .page_recruit--button {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--buttonbox .page_recruit--button {
    width: 75%;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--buttonbox .page_recruit--button {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  .page_recruit--buttonbox .page_recruit--button:first-of-type {
    justify-self: right;
  }
}
.page_recruit--buttonbox .page_recruit--button a {
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.4em;
  padding: 7% 0;
  margin-left: 0.4em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_recruit--buttonbox .page_recruit--button a {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit--buttonbox .page_recruit--button a {
    font-size: 2.4vw;
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
}
@media screen and (min-width: 1025px) {
  .page_recruit--buttonbox .page_recruit--button a {
    font-size: 22px;
  }
}
.page_recruit--buttonbox .page_recruit--button a span {
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  display: block;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.page_recruit--buttonbox .page_recruit--button a:hover > span {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 1024px) {
  .page_recruit--buttonbox {
    background-position: 50% 50% !important;
  }
}
#content.container.single-staff {
  width: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.single_staff--container {
  padding: 15% 0 0;
}
@media screen and (min-width: 600px) {
  .single_staff--container {
    padding: 10% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--container {
    padding: 8% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--container {
    padding: 70px 0 0;
  }
}

article.single_staff--article {
  width: 90%;
  margin: 0 auto 15%;
}
@media screen and (min-width: 600px) {
  article.single_staff--article {
    margin: 0 auto 12%;
  }
}
@media screen and (min-width: 768px) {
  article.single_staff--article {
    width: 80%;
    margin: 0 auto 8%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff--article {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 80px;
  }
}

.single_staff--header {
  margin: 0 auto 15%;
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  .single_staff--header {
    margin: 0 auto 12%;
    gap: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--header {
    gap: 6vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--header {
    width: 95%;
    margin: 0 auto 80px;
    grid-template-columns: 1fr 1.5fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
  }
}
.single_staff--header figure {
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .single_staff--header figure {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--header figure {
    width: 100%;
  }
}
.single_staff--header figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.single_staff--header .text_box .catchcopy {
  margin: 0 0 5%;
}
@media screen and (min-width: 1025px) {
  .single_staff--header .text_box .catchcopy {
    margin: 0 0 30px;
  }
}
.single_staff--header .text_box .catchcopy p {
  font-size: 6vw;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", sans-serif !important;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_staff--header .text_box .catchcopy p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--header .text_box .catchcopy p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--header .text_box .catchcopy p {
    font-size: 24px;
  }
}
.single_staff--header .text_box .catchcopy p br {
  display: block !important;
}
.single_staff--header .text_box .description p {
  font-size: 4.2vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_staff--header .text_box .description p {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--header .text_box .description p {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--header .text_box .description p {
    font-size: 16px;
  }
}
.single_staff--header .text_box .description p br {
  display: block !important;
}

h2.single_staff--h2 {
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  background-color: #00a0e9;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
  line-height: 1;
  padding: 0.7em 0 0.7em 0.7em;
  margin: 0 0 9%;
  position: relative;
}
@media screen and (min-width: 600px) {
  h2.single_staff--h2 {
    font-size: 3.2vw;
    padding: 0.8em 0 0.8em 1em;
    margin: 0 0 7%;
  }
}
@media screen and (min-width: 768px) {
  h2.single_staff--h2 {
    font-size: 2.6vw;
    margin: 0 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  h2.single_staff--h2 {
    font-size: 22px;
    width: 80%;
    margin: 0 auto 40px;
  }
}
h2.single_staff--h2::before {
  content: "";
  width: 6%;
  height: 22%;
  background-color: #00a0e9;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 7%;
  bottom: 1px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (min-width: 600px) {
  h2.single_staff--h2::before {
    width: 4%;
    height: 21%;
    left: 6%;
  }
}
@media screen and (min-width: 768px) {
  h2.single_staff--h2::before {
    width: 3.5%;
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  h2.single_staff--h2::before {
    width: 26px;
    height: 14px;
    left: 4%;
  }
}

dl.single_staff--dl {
  border-bottom: 1px solid #444;
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl {
    border-top: 1px solid #444;
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    width: 80%;
    margin: 0 auto;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  line-height: 1.4;
}
dl.single_staff--dl dt {
  font-size: 4.5vw;
  font-weight: bold;
  padding: 0.7em 0 0.7em 0.7em;
  border-top: 1px solid #444;
  border-bottom: 2px dotted #a1a1a1;
  position: relative;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt {
    font-size: 2.2vw;
    padding: 1.5em 0 1.5em 0.7em;
    border-top: none;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt {
    font-size: 18px;
  }
}
dl.single_staff--dl dt:last-child {
  border-bottom: none;
}
dl.single_staff--dl dt::before {
  content: "";
  width: 5px;
  height: 1.4em;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dt::before {
    top: 1.45em;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
dl.single_staff--dl dd {
  font-size: 4vw;
  padding: 1.5em 0 1.5em 0.7em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dd {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  dl.single_staff--dl dd {
    font-size: 2vw;
    padding: 1.5em 0 1.5em 3em;
    border-bottom: 2px dotted #a1a1a1;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    font-size: 16px;
    padding: 1.8em 0 1.8em 3em;
  }
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd:last-child {
  border: none;
}
dl.single_staff--dl dd p {
  line-height: 1.4;
}

.single_staff--method {
  display: none;
  padding: 15% 0;
  background-color: rgb(255, 250, 234);
}
@media screen and (min-width: 600px) {
  .single_staff--method {
    padding: 12% 0;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--method {
    padding: 8% 0;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--method {
    padding: 80px 0;
  }
}
.single_staff--method .box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single_staff--method .box {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--method .box {
    max-width: 880px;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--method .box h2.single_staff--h2 {
    width: 100%;
  }
}
.single_staff--method .box .method p {
  font-size: 4vw;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .single_staff--method .box .method p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .single_staff--method .box .method p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .single_staff--method .box .method p {
    font-size: 16px;
  }
}

.page_recruit--buttonbox.single_staff::before {
  background-color: rgb(255, 255, 255);
}

.page_form--container {
  text-align: center;
  padding: 20% 0 10%;
}
@media screen and (min-width: 600px) {
  .page_form--container {
    padding: 15% 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container {
    padding: 12% 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container {
    padding: 120px 0 60px;
  }
}
.page_form--container .text_box {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box {
    margin-bottom: 60px;
  }
}
.page_form--container .text_box p {
  font-size: 3.8vw;
  line-height: 1.6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .page_form--container .text_box p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container .text_box p {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box p {
    font-size: 16px;
  }
}
.page_form--container .text_box p.title {
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1025px) {
  .page_form--container .text_box p.title {
    margin-top: 2em;
    padding-bottom: 1em;
  }
}
.page_form--container .text_box p.tel {
  border-bottom: 1px solid #707070;
}
.page_form--container .text_box p.tel a {
  color: inherit;
}
.page_form--container .text_box p.tel a:hover {
  opacity: 0.7;
}
.page_form--container .text_box p br {
  display: block !important;
}
.page_form--container h2 {
  font-size: 7vw;
  font-weight: bold;
  margin: 0 auto 2em;
  padding: 0 0 1.5em;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 600px) {
  .page_form--container h2 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .page_form--container h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_form--container h2 {
    font-size: 30px;
  }
}
.page_form--container h2::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #444;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.form_box {
  background-color: #fff;
  width: 90%;
  padding: 7% 5%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .form_box {
    width: 65%;
    padding: 5% 3%;
  }
}
@media screen and (min-width: 1025px) {
  .form_box {
    width: 700px;
    padding: 50px 30px;
  }
}
.form_box dl.form_dl {
  text-align: left;
}
.form_box dl.form_dl dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (min-width: 600px) {
  .form_box dl.form_dl dt {
    margin: 0 0 2%;
  }
}
.form_box dl.form_dl dt.must {
  display: flex;
}
.form_box dl.form_dl dt.must::after {
  content: "*";
  color: #ff0000;
  font-size: 14px;
  margin: 0 0 0 0.3em;
}
.form_box dl.form_dl dd {
  margin: 0 0 25px;
}
.form_box dl.form_dl dd input, .form_box dl.form_dl dd textarea {
  background-color: #fff;
  border: 1px solid #ccc;
}
.form_box dl.form_dl dd.radio {
  padding: 10px 0;
}
.form_box dl.form_dl dd.radio span.wpcf7-radio {
  display: grid;
  gap: 15px 0;
}
.form_box .form_button {
  position: relative;
  text-align: center;
  width: 70%;
  margin: 4em auto 0;
}
.form_box .form_button input {
  color: #00a0e9;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #00a0e9;
  border-radius: 15px;
  width: 100%;
  letter-spacing: 0.4em;
  padding: 5% 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 250px;
}
@media screen and (min-width: 600px) {
  .form_box .form_button input {
    padding: 4% 0;
  }
}
.form_box .form_button input:hover {
  opacity: 0.7;
}
.form_box .form_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -25px);
          transform: translate(-50%, -25px);
}

.page_header.page_form {
  background-color: #dff7ff;
  position: relative;
}
.page_header.page_form::before {
  content: "";
  width: 50%;
  aspect-ratio: 6/1;
  background-color: #dff7ff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 1px, 83.3333333333% 100%, 66.6666666667% 1px, 50% 100%, 33.3333333333% 1px, 16.6666666667% 100%, 0 1px);
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  .page_header.page_form::before {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .page_header.page_form::before {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .page_header.page_form::before {
    width: 220px;
  }
}
.page_header.page_form h1 {
  color: #444;
}

p.top_message {
  margin: 0 auto 1em;
  line-height: 1.8;
}
p.top_message br {
  display: block !important;
}

footer.footerclass {
  border-top: 2px solid #00a0e9;
}
@media screen and (min-width: 768px) {
  footer.footerclass {
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  footer.footerclass {
    padding: 70px 0 0;
  }
}

.footerbase {
  margin: 10% 0 0;
}
@media screen and (min-width: 1025px) {
  .footerbase {
    margin: 100px 0 0;
  }
}

.c-1_footer {
  padding: 0 0 5%;
}
@media screen and (min-width: 600px) {
  .c-1_footer {
    padding: 10% 0;
  }
}
@media screen and (min-width: 768px) {
  .c-1_footer {
    padding: 5% 0 0;
  }
}
.c-1_footer .address_box {
  text-align: center;
}
.c-1_footer .address_box p.logo {
  margin: 1em auto;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .c-1_footer .address_box p.logo {
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .c-1_footer .address_box p.logo {
    margin: 0 auto 1.5em;
  }
}
.c-1_footer .address_box p.address, .c-1_footer .address_box p.tel {
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .c-1_footer .address_box p.address, .c-1_footer .address_box p.tel {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .c-1_footer .address_box p.address, .c-1_footer .address_box p.tel {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .c-1_footer .address_box p.address, .c-1_footer .address_box p.tel {
    font-size: 16px;
  }
}
.c-1_footer .address_box p.address {
  margin: 0 0 0.5em;
}
@media screen and (min-width: 600px) {
  .c-1_footer .address_box p.address {
    margin: 0 0 1.5em;
  }
}
.c-1_footer .address_box p.tel {
  margin: 0 0 1em;
}

ul#menu-footer {
  text-align: left;
  display: grid;
  gap: 5px 0;
}
ul#menu-footer li {
  list-style: none;
  padding: 2.5% 3%;
  background-color: #dff7ff;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li {
    padding: 2%;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li {
    padding: 2.5%;
  }
}
ul#menu-footer li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul#menu-footer li:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
ul#menu-footer li a {
  color: #00a0e9;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 600px) {
  ul#menu-footer li a {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  ul#menu-footer li a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  ul#menu-footer li a {
    font-size: 16px;
  }
}
ul#menu-footer li:hover > a {
  color: #333;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.grecaptcha-badge { visibility: hidden; }