@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-optical-sizing: auto;
  color: #000;
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.wrap {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 3rem;
}

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

p, figure, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.rwd_show {
  display: none;
}

@media screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 2) {
  body, html {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  body, html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 800px) {
  body, html {
    font-size: 3.5vw;
  }
  .wrap {
    padding: 0 1.5rem;
    max-width: none;
  }
  .rwd_show {
    display: inline;
    padding: 0 2rem;
  }
}
.mv {
  margin-bottom: 3.125rem;
}
.mv .swiper {
  overflow: visible;
}

.slider .wrap {
  position: relative;
}
.slider .swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider .slider_button {
  border-radius: 100%;
  background-color: rgb(33, 52, 87);
  border: 3px solid #fff;
  width: 3.125rem;
  height: 3.125rem;
}
.slider .slider_button:after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background-image: url(../img/pointer_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slider .slider_button.swiper-button-next {
  margin-right: -2.4375rem;
}
.slider .slider_button.swiper-button-next:after {
  transform: translate3d(0.1rem, 0, 0);
}
.slider .slider_button.swiper-button-prev {
  margin-left: -2.4375rem;
}
.slider .slider_button.swiper-button-prev:after {
  transform: rotate(180deg) translate3d(0.1rem, 0, 0);
}
.slider .swiper-slide {
  height: 24rem;
}
.slider .swiper-slide > * {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.slider .swiper-slide > *:before {
  content: "";
  display: block;
  background-image: url(../img/slide/slash.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider .swiper-slide > * figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider .swiper-slide > * figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper-slide > * > div {
  z-index: 2;
  text-align: center;
  position: relative;
  text-shadow: 0.0625rem 0.0625rem 1.875rem rgb(255, 255, 255), -0.0625rem -0.0625rem 0.625rem rgb(255, 255, 255), -0.0625rem 0.0625rem 1.875rem rgb(255, 255, 255), 0.0625rem -0.0625rem 1.25rem rgb(255, 255, 255), 0rem 0rem 0.625rem rgb(255, 255, 255), 0.0625rem 0.0625rem 0.125rem rgb(255, 255, 255), -0.0625rem -0.0625rem 0.188rem rgb(255, 255, 255);
}
.slider .swiper-slide > * > div h2 {
  font-size: 250%;
  font-weight: 600;
  margin-bottom: 0.625rem;
  letter-spacing: 0.15rem;
}
.slider .swiper-slide > * > div p {
  font-size: 120%;
  font-weight: 600;
  margin: 0px auto;
}

@media screen and (max-width: 800px) {
  .slider .swiper-slide > * > div h2 {
    font-size: 230%;
  }
  .slider .slider_button {
    display: none;
  }
  .mv .swiper {
    padding: 0;
  }
  .mv .wrap {
    padding: 0;
  }
}
.t_shadow {
  text-shadow: 0.0625rem 0.0625rem 1.875rem rgb(255, 255, 255), -0.0625rem -0.0625rem 0.625rem rgb(255, 255, 255), -0.0625rem 0.0625rem 1.875rem rgb(255, 255, 255), 0.0625rem -0.0625rem 1.25rem rgb(255, 255, 255), 0rem 0rem 0.625rem rgb(255, 255, 255), 0.0625rem 0.0625rem 0.125rem rgb(255, 255, 255), -0.0625rem -0.0625rem 0.188rem rgb(255, 255, 255);
}

.site_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  border-top: 0.25rem solid #3861ab;
  transition: all ease 0s;
}
.site_header .site_header_inwrap {
  padding: 0.6rem 0;
}
.site_header .site_header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_header .site_header_in h1 {
  flex: 0 1 13.3125rem;
}
.site_header .site_header_in h1 a {
  display: block;
}
.site_header .site_header_in h1 img {
  width: 100%;
}
.site_header .site_header_in .site_header_in_nav ul {
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.site_header .site_header_in .site_header_in_nav ul li a {
  color: #333;
  text-decoration: none;
  font-size: 80%;
  display: block;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: all ease 0.3s;
}
.site_header .site_header_in .site_header_in_nav ul li a:hover {
  opacity: 0.7;
}
.site_header .site_header_in .site_header_in_nav ul li .icon-bell:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/bell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.3em;
  display: block;
}
.site_header .site_header_in .site_header_in_nav ul li .icon-mail:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.3em;
  display: block;
}
.site_header .site_header_in .site_header_in_nav ul li .icon-pin:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.3em;
  display: block;
}
.site_header .site_header_in .site_header_in_nav ul li.selected {
  background-color: #213457;
  color: #fff;
  padding: 0.125rem 0.625rem;
  border-radius: 0.1875rem;
}
.site_header .site_header_in .site_header_in_nav ul li.selected a {
  color: #fff;
}
.site_header.scrolling {
  transform: translate3d(0, -4.3125rem, 0);
  transition: all ease 0.3s;
}
.site_header .site_header_nav {
  box-shadow: 0px 6px 10px 3px rgba(0, 0, 0, 0.33);
}
.site_header .site_header_nav ul {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.site_header .site_header_nav ul li {
  flex: auto;
}
.site_header .site_header_nav ul li a {
  display: block;
  padding: 1rem 1rem;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  border-bottom: 4px solid #eee;
  transition: all ease 0.3s;
}
.site_header .site_header_nav ul li a:hover {
  border-color: #3861ab;
  color: #666;
}
.site_header .site_header_nav ul li.current_page_item a {
  border-color: #d82a82;
  color: #666;
}
.site_header .site_header_sp_nav {
  display: none;
}
.site_header .sp_button {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  background-color: transparent;
  width: 3rem;
  height: 3.5rem;
  border: 0;
  display: none;
  z-index: 1000;
}
.site_header .sp_button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #21417d;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all ease 0.1s;
}
.site_header .sp_button span:before {
  transition: all ease 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #21417d;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
}
.site_header .sp_button span:after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #21417d;
  position: absolute;
  top: -0.8rem;
  left: 0;
}
.site_header .sp_button.open span {
  background-color: transparent;
}
.site_header .sp_button.open span:before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.site_header .sp_button.open span:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .site_header_in_nav {
    display: none;
  }
  .site_header .site_header_in {
    display: block;
  }
  .site_header .site_header_in h1 {
    width: 50%;
  }
  .site_header .site_header_inwrap {
    padding-left: 0.5rem;
  }
  .site_header_nav {
    display: none;
  }
  .site_header .site_header_sp_nav {
    opacity: 0;
    transition: all ease 0.3s;
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.8588235294);
    color: #fff;
    display: block;
  }
  .site_header .site_header_sp_nav .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3.5rem;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .site_header .site_header_sp_nav .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site_header .site_header_sp_nav .wrap > ul {
    display: flex;
    flex-direction: column;
  }
  .site_header .site_header_sp_nav .wrap > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 130%;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #333;
  }
  .site_header .site_header_sp_nav .wrap > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 120%;
    display: block;
    padding: 1rem 0;
    padding-left: 2rem;
    border-bottom: 1px solid #333;
  }
  .site_header .site_header_sp_nav.open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .site_header.scrolling {
    transition: none;
    transform: none;
  }
  .site_header .sp_button {
    display: block;
  }
  .site_header .site_header_nav ul {
    flex-direction: column;
  }
  .site_header .site_header_nav ul li a {
    color: #fff;
    border-bottom: 1px solid #333;
    font-size: 130%;
  }
  .site_header .site_header_nav ul li a:hover {
    color: #fff;
    border-color: #333;
  }
  .site_header .site_header_nav .wrap {
    height: 100%;
    overflow-y: scroll;
    align-items: center;
    display: flex;
  }
  .site_header .site_header_nav ul li.current_page_item a {
    border-color: #333;
    color: #fff;
  }
}
.site_contents {
  position: relative;
  overflow-x: hidden;
  min-height: 50vh;
}

.f_osw {
  font-family: "Oswald", sans-serif;
}

.catch {
  position: relative;
  background-image: url(../img/top/catch_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-bottom: 5rem;
}
.catch .catch_en {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  font-weight: bold;
  font-size: 350%;
  background: linear-gradient(45deg, #4ea0c7, #797abe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Arial Black", sans-serif;
  padding: 3vw 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%; /* 必要に応じて調整 */
  height: auto;
  margin-bottom: 1.25rem;
  padding-right: 100%;
}
.catch .catch_en img {
  max-width: none;
  position: absolute;
  top: 0rem;
  width: 100%;
  left: 0%;
  white-space: nowrap;
  transform: translateX(0%);
  animation: slideLoop 30s linear infinite;
}
.catch .catch_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
.catch .catch_header h2 {
  font-size: 200%;
  font-weight: 600;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 1.875rem;
}
.catch .catch_header p {
  color: #000;
  line-height: 1.7;
  font-size: 120%;
}
.catch .catch_nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.catch .catch_nav ul li {
  flex: 0 1 calc((100% - 6rem) / 4);
}
.catch .catch_nav ul li a {
  display: block;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
  text-decoration: none;
  height: 100%;
  border-bottom: 0.4rem solid #3861ab;
}
.catch .catch_nav ul li a figure {
  overflow: hidden;
  width: 100%;
  height: 10rem;
}
.catch .catch_nav ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.3s;
}
.catch .catch_nav ul li a h2 {
  text-align: center;
  margin: 1rem 0;
  margin-top: 0;
  color: #3861ab;
}
.catch .catch_nav ul li a p {
  color: #000;
  font-size: 90%;
  line-height: 1.6;
}
.catch .catch_nav ul li a > div {
  padding: 1rem;
  padding-top: 1.2rem;
}
.catch .catch_nav ul li a > div p {
  letter-spacing: 0;
}
.catch .catch_nav ul li a:hover figure img {
  transform: scale(1.05);
}

@keyframes slideLoop {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  .catch .catch_header h2 {
    font-size: 135%;
  }
  .catch .catch_nav ul {
    flex-direction: column;
  }
  .catch .catch_header p {
    font-size: 110%;
  }
  .catch .catch_nav ul li a p {
    font-size: 95%;
  }
  .catch .catch_en {
    padding: 7vw 0;
    width: 200%;
  }
  .catch .catch_en img {
    animation: slideLoop 20s linear infinite;
  }
  @keyframes slideLoop {
    0% {
      transform: translateX(50%);
      opacity: 1;
    }
    100% {
      transform: translateX(-100%);
      opacity: 1;
    }
  }
}
.news {
  margin-bottom: 5rem;
}
.news .news_head {
  display: flex;
  gap: 5rem;
  align-items: center;
}
.news .news_head h2 {
  font-size: 450%;
}
.news .news_head ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.news .news_head ul li {
  min-width: 10rem;
}
.news .news_head ul li a {
  text-decoration: none;
  background-color: #e3e3e3;
  color: #000;
  padding: 0.4rem 1rem;
  text-align: center;
  font-weight: 600;
  display: block;
  transition: all ease 0.3s;
  box-sizing: border-box;
}
.news .news_head ul li a.selected {
  color: #fff;
  background: linear-gradient(45deg, #52a1c9, #797bbf);
}
.news .news_head ul li a:hover {
  opacity: 0.7;
}
.news .news_head ul li a.selected {
  opacity: 1;
}
.news .news_contents .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news .news_contents .news_list li a {
  color: #000;
  display: flex;
  gap: 2rem;
  padding: 1.8rem 0;
  text-decoration: none;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  transition: all ease 0.3s;
}
.news .news_contents .news_list li a .cat {
  font-weight: 600;
  border: 1px solid #000;
  padding: 0.2rem 0;
  text-align: center;
  min-width: 8rem;
}
.news .news_contents .news_list li a time {
  font-size: 120%;
  flex: 0 1 6rem;
}
.news .news_contents .news_list li a p {
  font-size: 120%;
  margin-left: 2rem;
  flex: 1;
  position: relative;
}
.news .news_contents .news_list li a p img {
  margin-left: 1rem;
}
.news .news_contents .news_list li a p:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/pointe_tr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  margin: auto;
  transition: all ease 0.3s;
  transform-origin: left;
}
.news .news_contents .news_list li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #52a1c9, #797bbf);
  background-color: #666;
  transition: all ease 0.3s;
  transform-origin: left;
  opacity: 0;
  z-index: 2;
}
.news .news_contents .news_list li a:hover {
  transform: translate3d(0.3125rem, 0, 0);
  opacity: 0.7;
}
.news .news_contents .news_list li a:hover:before {
  transform: scale(1);
  opacity: 1;
}
.news .news_contents .news_list li a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.news .news_links {
  margin-top: 1.5rem;
}
.news .news_links ul {
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news .news_links ul li a {
  text-decoration: none;
  color: #3861ab;
  font-size: 120%;
  font-weight: 600;
}
.news .news_links ul li a:after {
  content: ">";
  margin-left: 1em;
}
.news .news_pagination {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.news .news_pagination ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.news .news_pagination ul li > * {
  text-decoration: none;
  color: #3861ab;
  font-weight: 600;
  background: linear-gradient(45deg, rgba(77, 160, 199, 0.2), rgba(121, 122, 190, 0.2));
  display: block;
  padding: 0.5rem 1rem;
}
.news .news_pagination ul li span {
  background: linear-gradient(45deg, #52a1c9, #797bbf);
  color: #fff;
}

@media screen and (max-width: 800px) {
  .news .news_head {
    flex-direction: column;
    gap: 0;
  }
  .news .news_head ul li {
    min-width: calc((100% - 1rem) / 3);
  }
  .news .news_head ul {
    width: 100%;
  }
  .news .news_contents .news_list li a {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    padding-bottom: 1rem;
  }
  .news .news_contents .news_list li a p {
    flex: 0 1 100%;
    margin-left: 0;
  }
  .news .news_head {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news .news_head h2 {
    text-align: left;
    flex: 0 1 100%;
    font-size: 300%;
  }
  .news .news_links ul {
    gap: 0.5em;
    justify-content: space-between;
  }
  .news .news_links ul li a {
    font-size: 108%;
  }
}
.site_footer {
  background-color: #275ca5;
  color: #fff;
  padding: 4rem 0;
}
.site_footer .site_footer_in {
  display: grid;
  border-bottom: 1px solid #999999;
  padding-bottom: 2.5rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.site_footer .site_footer_in .site_footer_nav {
  order: 2;
}
.site_footer .site_footer_in .site_footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.site_footer .site_footer_in .site_footer_nav ul li {
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.site_footer .site_footer_in .site_footer_nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 2em;
  text-align: center;
  font-weight: normal;
}
.site_footer .site_footer_in .site_footer_nav ul li:last-child {
  border: 0;
}
.site_footer .site_footer_in .site_footer_nav ul li:last-child a {
  padding-right: 0;
}
.site_footer .site_footer_in .site_footer_logo {
  order: 1;
  margin-bottom: 1.25rem;
}
.site_footer .site_footer_in .site_footer_address {
  order: 3;
}
.site_footer .site_footer_in .site_footer_address a {
  color: #fff;
  text-decoration: none;
}
.site_footer .site_footer_in .site_footer_address .tel {
  display: block;
  display: flex;
  font-size: 280%;
  font-weight: bold;
  align-items: center;
  gap: 0.7rem;
}
.site_footer .site_footer_in .site_footer_address .tel:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site_footer .site_footer_in .site_footer_address .mail {
  font-weight: normal;
}
.site_footer .site_footer_in .site_footer_address .fax {
  margin-right: 1em;
  font-weight: normal;
}
.site_footer .site_footer_in .link_buttons {
  order: 4;
  display: flex;
  gap: 1rem;
  padding-left: 5rem;
}
.site_footer .site_footer_in .link_buttons .bgrad {
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
}
.site_footer .site_footer_in .link_buttons .banner {
  width: 10.625rem;
  border-radius: 7px;
  overflow: hidden;
}
.site_footer .copy {
  text-align: center;
  padding: 1rem 0;
  padding-top: 2rem;
  font-weight: normal;
  font-size: 90%;
}

@media screen and (max-width: 800px) {
  .site_footer .site_footer_in {
    display: block;
  }
  .site_footer .site_footer_in .link_buttons {
    padding-left: 0;
  }
  .site_footer_address {
    margin-bottom: 1em;
  }
  .site_footer .site_footer_in .site_footer_nav {
    margin-bottom: 2rem;
    width: 100%;
  }
  .site_footer .site_footer_in .site_footer_address .mail {
    display: block;
  }
  .site_footer .site_footer_in .site_footer_nav ul li {
    flex: 1;
  }
  .site_footer .site_footer_in .site_footer_nav ul li a {
    padding: 0 0;
  }
  .site_footer .site_footer_in .site_footer_nav ul {
    justify-content: center;
    width: 100%;
  }
  .site_footer .site_footer_in .site_footer_logo {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .site_footer .site_footer_in .site_footer_address .tel {
    justify-content: center;
  }
}
.bgrad {
  background: linear-gradient(45deg, #52a1c9, #797bbf);
}
.bgrad.more {
  background: linear-gradient(45deg, #52a1c9 0%, #797bbf 50%, #5c5ea3 100%);
  background-size: 200% 100%;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.bgrad.more:hover {
  background-position: 100% 0;
}

@media screen and (max-width: 800px) {
  .bgrad.more {
    font-size: 120%;
  }
}
.under_page {
  line-height: 1.7;
  overflow: hidden;
}
.under_page .under_page_head {
  padding: 4rem 0;
}
.under_page .under_page_head h2 {
  text-align: center;
  position: relative;
  font-size: 200%;
}
.under_page .under_page_head h2:after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  position: absolute;
  background: linear-gradient(to right, #d82a82 0%, #d82a82 50%, #a08841 50%, #a08841 100%);
  margin: auto;
  left: 0;
  right: 0;
  top: calc(100% + 0.4em);
}
.under_page .under_page_head p {
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
}
.under_page .headimg {
  position: relative;
}
.under_page .headimg div {
  display: flex;
}
.under_page .headimg div > * {
  flex: 1;
  overflow: hidden;
}
.under_page .headimg div > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_page .under_page_desc_img {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
.under_page .under_page_desc_img > figure {
  flex: 1;
}
.under_page .under_page_desc_img > figure img {
  width: 100%;
}
.under_page .under_page_desc_img > div {
  flex: 0 1 40%;
}
.under_page .under_page_desc_img > div p {
  line-height: 1.9;
}
.under_page .under_page_desc_img > div p span {
  color: #d82a82;
}

@media screen and (max-width: 800px) {
  .under_page .under_page_head {
    padding: 2rem 0;
  }
  .under_page .under_page_head h2 {
    font-size: 150%;
  }
  .under_page .under_page_desc_img {
    flex-direction: column;
  }
  .under_page .under_page_desc_img > figure {
    flex: 1;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 4rem);
  }
  .under_page .headimg div {
    height: 45vw;
  }
}
.under_pageDef .under_page_content h3 {
  background-color: #fff;
}
.under_pageDef .under_page_content {
  max-width: 62.5rem;
  margin: 0 auto;
}
.under_pageSingle .under_pageDef_header {
  padding: 3rem 0;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.under_pageSingle .under_pageDef_header h2 {
  font-size: 200%;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0.5rem;
}
.under_pageSingle .under_pageDef_header .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 1rem 0;
}
.under_pageSingle .under_pageDef_header .news_list a.selected {
  color: #fff;
  background: linear-gradient(45deg, #52a1c9, #797bbf);
}
.under_pageSingle .under_pageDef_header .news_list {
  display: flex;
  gap: 2rem;
}
.under_pageSingle .under_pageDef_content > p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.under_pageSingle .news_list > div {
  display: flex;
  gap: 0.5rem;
}
.under_pageSingle .news_list a {
  display: block;
  color: #3861ab;
}
.under_pageSingle .under_pageDef_content {
  padding-bottom: 8rem;
}
.under_pageSingle .under_pageDefLayout {
  display: flex;
  gap: 3rem;
  padding-top: 3rem;
}
.under_pageSingle .under_pageDefLayout > div {
  flex: 1;
}
.under_pageSingle .under_pageDefLayout > aside {
  flex: 0 1 15.625rem;
}
.under_pageSingle .under_pageDefLayout > aside a {
  color: #3861ab;
}
.under_pageSingle .under_pageDefLayout > aside h2 {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}
.under_pageSingle .under_pageDefLayout > aside .wp-block-group {
  margin-bottom: 3rem;
  box-sizing: border-box;
}
.under_pageSingle .post-updated-date {
  color: #666;
  font-size: 90%;
}
.under_pageSingle .post-categories, .under_pageSingle .post-tags {
  display: flex;
  gap: 1rem;
  font-size: 90%;
  align-items: center;
}
.under_pageSingle .post-categories a, .under_pageSingle .post-tags a {
  padding: 0.3rem 1rem;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  color: #275ca5;
  background: linear-gradient(45deg, rgba(77, 160, 199, 0.2), rgba(121, 122, 190, 0.2));
}
.under_pageSingle .post-navigation {
  margin-bottom: 8rem;
}
.under_pageSingle .post-navigation ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.under_pageSingle .post-navigation ul a {
  color: #3861ab;
}
.under_pageSingle .post-navigation ul span {
  color: #999;
}

@media screen and (max-width: 800px) {
  .under_pageSingle .under_pageDefLayout {
    flex-direction: column;
  }
  .under_pageSingle .post-navigation {
    margin-bottom: 3rem;
  }
}
.breadcrumb {
  background-color: #21417d;
  background-color: #3861ab;
  padding: 1rem 0;
  background-image: url(../img/first-aid-kit.png);
}
.breadcrumb .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1rem;
}
.breadcrumb .wrap > * {
  color: #fff;
  display: flex;
  gap: 0.4em;
  align-items: center;
  font-size: 85%;
}
.breadcrumb .wrap > * a {
  color: #fff;
}
.breadcrumb .wrap > *:after {
  content: "";
  display: block;
  width: 0.2em;
  height: 1em;
  background-image: url(../img/pointer_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.breadcrumb .wrap > *:last-child:after {
  display: none;
}

@media screen and (max-width: 800px) {
  .breadcrumb .wrap {
    white-space: nowrap;
  }
  .breadcrumb {
    overflow-x: scroll;
  }
}
.more {
  color: #fff;
  border-radius: 0.3rem;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1rem;
  width: 10rem;
  text-align: center;
  font-size: 90%;
}

.under_pagePouch .headimg {
  position: relative;
}
.under_pagePouch .headimg h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 250%;
  font-weight: 600;
  height: 1em;
}
.under_pagePouch .pouch_desc {
  padding-bottom: 8rem;
}
.under_pagePouch .pouch_desc .under_page_head h2 {
  margin-bottom: 1rem;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select {
  max-width: 54.375rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3rem 2rem;
  border: 1rem solid #d6e0ee;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select h3 {
  text-align: center;
  color: #fff;
  padding: 0.4em;
  font-size: 170%;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li {
  border-bottom: 1px solid #d6e0ee;
  padding: 1.5rem 0;
  padding-left: 4rem;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li h4 {
  position: relative;
  color: #275ca5;
  font-size: 150%;
}
.under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li h4:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: -1.7em;
  top: 0.1em;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.under_pagePouch .pouch_links {
  position: relative;
  padding: 5rem 0;
  background-color: #d6e0ee;
}
.under_pagePouch .pouch_links:before {
  content: "";
  display: block;
  width: 5rem;
  height: 7rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  margin: auto;
  background-image: url(../img/logo_mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.under_pagePouch .pouch_links h2 {
  text-align: center;
  font-size: 200%;
  margin-bottom: 4rem;
}
.under_pagePouch .pouch_links nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  counter-reset: section;
}
.under_pagePouch .pouch_links nav ol li {
  flex: calc((100% - 6rem) / 3);
  background-color: #fff;
  position: relative;
  padding-bottom: 4.5rem;
  counter-increment: section;
}
.under_pagePouch .pouch_links nav ol li:before {
  content: "0" counter(section);
  position: absolute;
  top: -0.8em;
  left: 0.2em;
  font-family: "Oswald", sans-serif;
  z-index: 2;
  color: #fff;
  font-size: 400%;
  text-shadow: 3px 3px 0 #275ca5, 1px 1px 0 #275ca5, 1px 1px 0 #275ca5, 1px 1px 0 #275ca5;
  -webkit-text-stroke: 2px #275ca5;
  font-weight: bold;
}
.under_pagePouch .pouch_links nav ol li > div {
  padding: 1.5rem;
}
.under_pagePouch .pouch_links nav ol li figure {
  overflow: hidden;
}
.under_pagePouch .pouch_links nav ol li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_pagePouch .pouch_links nav ol li h3 {
  color: #275ca5;
  font-size: 140%;
  margin-bottom: 0.5rem;
}
.under_pagePouch .pouch_links nav ol li .more {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1rem;
  width: 10rem;
  text-align: center;
  font-size: 90%;
}

@media screen and (max-width: 800px) {
  .under_pagePouch .headimg h2 {
    font-size: 200%;
    height: 1.5em;
  }
  .under_pagePouch .pouch_links nav ol {
    flex-direction: column;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select {
    padding: 1rem;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select h3 {
    font-size: 150%;
    line-height: 1.5;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li {
    padding-left: 2.5rem;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li:last-child {
    border: 0;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li h4 {
    font-size: 140%;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .under_pagePouch .pouch_links h2 {
    font-size: 145%;
  }
  .under_pagePouch .pouch_desc .pouch_desc_in .pouch_desc_select ul li h4:before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.under_pagePackage .package_list {
  padding-top: 5rem;
}
.under_pagePackage .package_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.under_pagePackage .package_list ul li {
  flex: 0 1 calc((100% - 0.2rem) / 3);
  border-top: 0.3125rem solid #9aadce;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.under_pagePackage .package_list ul li .pimages {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.under_pagePackage .package_list ul li .pimages figure {
  flex: 1;
  padding-bottom: 1rem;
  position: relative;
}
.under_pagePackage .package_list ul li .pimages figure img {
  height: 12.5rem;
}
.under_pagePackage .package_list ul li .pimages figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #d82a82;
  text-align: center;
}
.under_pagePackage .package_list ul li h3 {
  background-color: #275ca5;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.under_pagePackage .package_list ul li > div p {
  padding: 1rem;
}
.under_pagePackage .more {
  margin: 0 auto;
  font-size: 130%;
  width: 18rem;
}
.under_pagePackage .package_list_under {
  margin-top: 5rem;
  background-image: url(../img/first-aid-kit.png);
  background-color: #3861ab;
  padding-bottom: 8rem;
}
.under_pagePackage .package_list_under .under_page_head {
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.under_pagePackage .package_list_under .package_list_under_contents {
  padding: 0.5em 1em;
  background-color: #fff;
}
.under_pagePackage .package_list_under .package_list_under_contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.under_pagePackage .package_list_under .package_list_under_contents ul li {
  text-align: center;
  font-size: 120%;
}

@media screen and (max-width: 800px) {
  .under_pagePackage .package_list ul {
    flex-direction: column;
  }
}
.under_pageProcessing {
  padding-bottom: 8rem;
}
.under_pageProcessing .processing_movies ul {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.under_pageProcessing .processing_movies ul li {
  flex: 0 1 calc((100% - 3rem) / 2);
}
.under_pageProcessing .processing_movies ul li h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.under_pageProcessing .processing_movies ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.under_pageProcessing .processing_movies ul li a img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_pageProcessing .processing_movies ul li a:hover:before {
  opacity: 0.7;
  transform: scale(1.05);
}
.under_pageProcessing .processing_movies ul li a:hover img {
  transform: scale(1.05);
}
.under_pageProcessing .processing_movies ul li a:before {
  content: "";
  display: block;
  transition: all ease 0.3s;
  width: 6rem;
  height: 5rem;
  background-image: url(../img/youtube_button_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .under_pageProcessing .processing_movies ul {
    flex-direction: column;
  }
  .under_pageProcessing .processing_movies ul li {
    width: 100%;
  }
}
.under_pageConsulting .under_page_head {
  margin-bottom: 1rem;
}
.under_pageConsulting .under_page_desc_img {
  align-items: flex-start;
  margin-bottom: 0;
}
.under_pageConsulting .under_page_desc_img > div {
  padding-top: 3rem;
}
.under_pageConsulting .consulting_flow_desc {
  margin: 0 auto;
  text-align: center;
  max-width: 62.5rem;
}
.under_pageConsulting .consulting_flow_desc img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .under_pageConsulting .under_page_desc_img > div {
    padding-top: 0;
  }
}
.pakema_desc .under_page_head {
  margin-bottom: 0;
}
.pakema_desc figure {
  max-width: 50rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.pakema_desc figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pakema_desc p {
  line-height: 2;
}
.pakema_desc .more {
  margin: 0 auto;
  font-size: 130%;
  width: 18rem;
  position: relative;
}
.pakema_desc .more:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/pointer_sqtr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
}
.pakema_desc .more a {
  color: #fff;
  text-decoration: none;
}

.under_pageSpoutPouch {
  padding-bottom: 8rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in {
  display: grid;
  grid-template-columns: 1fr 22.5rem;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/4;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_l {
  margin-bottom: 2rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_l h3 {
  color: #275ca5;
  background: linear-gradient(45deg, rgba(77, 160, 199, 0.2), rgba(121, 122, 190, 0.2));
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r {
  border: 1px solid #275ca5;
  box-sizing: border-box;
  padding: 2rem 1.5rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r .spoutp_item_r_product {
  margin-bottom: 2rem;
  width: 50%;
  margin: 0 auto;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r .spoutp_item_r_product figcaption {
  margin-top: 1rem;
  display: block;
  text-align: center;
  color: #d82a82;
  margin-bottom: 1rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r .spoutp_item_r_product img {
  width: 100%;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r p {
  margin-bottom: 2rem;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_r .spoutp_item_r_sample {
  width: 80%;
  margin: 0 auto;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_images {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.under_pageSpoutPouch .spouts_desc .spouts_desc_in .spoutp_item_images > * {
  flex: 0 1 calc((100% - 1rem) / 3);
}
.under_pageSpoutPouch .more {
  margin: 0 auto;
  font-size: 130%;
  width: 18rem;
}

@media screen and (max-width: 800px) {
  .under_pageSpoutPouch .spouts_desc .spouts_desc_in {
    flex-direction: column;
    display: flex;
    align-items: normal;
  }
  .under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(3) {
    margin-bottom: 0;
  }
  .under_pageSpoutPouch .spouts_desc .spouts_desc_in > div:nth-child(1) {
    margin-bottom: 0;
  }
}
.under_pageOriginal {
  padding-bottom: 8rem;
}
.under_pageOriginal .original_p {
  margin-bottom: 3rem;
}
.under_pageOriginal .original_p:last-child {
  margin-bottom: 0;
}
.under_pageOriginal .original_p h3 {
  text-align: center;
  border: 1px solid #275ca5;
  color: #275ca5;
  padding: 0.5rem;
  margin-bottom: 2rem;
}
.under_pageOriginal .original_p .original_p_in {
  display: grid;
  gap: 3rem;
  row-gap: 0;
  grid-template-columns: 25% 1fr;
}
.under_pageOriginal .original_p .original_p_in > div:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}
.under_pageOriginal .original_p .original_p_in > div:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.under_pageOriginal .original_p .original_p_in > div:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.under_pageOriginal .original_p .original_p_in > div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.under_pageOriginal .original_p .original_p_in > div:last-child {
  margin-bottom: 0;
}
.under_pageOriginal .original_p .original_p_in_l figure {
  margin-bottom: 2rem;
}
.under_pageOriginal .original_p .original_p_in_images {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.under_pageOriginal .original_p .original_p_in_images > * {
  flex: 0 1 calc((100% - 1rem) / 3);
}
.under_pageOriginal .original_p .original_p_in_images img {
  width: 100%;
}
.under_pageOriginal .original_p .original_p_in_r {
  margin-bottom: 2rem;
}
.under_pageOriginal .original_p .original_p_in_r h4 {
  color: #275ca5;
  background: linear-gradient(45deg, rgba(77, 160, 199, 0.2), rgba(121, 122, 190, 0.2));
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.under_pageOriginal .original_p .original_p_in_r .more {
  margin: 0 auto;
  font-size: 130%;
  width: 18rem;
  position: relative;
  margin-top: 2rem;
}
.under_pageOriginal .original_p .original_p_in_r .more:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../img/pointer_sqtr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
}

@media screen and (max-width: 800px) {
  .under_pageOriginal .original_p .original_p_in {
    display: block;
  }
  .under_pageOriginal .original_p .original_p_in_l figure {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .under_pageOriginal .original_p {
    margin-bottom: 5rem;
  }
  .under_pageOriginal .original_p .original_p_in_r h4 {
    font-size: 110%;
  }
  .under_pageOriginal .original_p .original_p_in_images > * {
    flex: 0 1 calc((100% - 0.5rem) / 2);
  }
  .under_pageOriginal .original_p h3 {
    font-size: 150%;
  }
}
.under_pageDef_imgTop {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
.under_pageDef_imgTop figure {
  flex: 1;
}
.under_pageDef_imgTop > div {
  flex: 0 1 50%;
}
.under_pageDef_imgTop > div p {
  line-height: 1.7;
}

@media screen and (max-width: 800px) {
  .under_pageDef_imgTop {
    flex-direction: column;
  }
  .under_pageDef_imgTop figure {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.under_pagePlant .plant_images {
  display: flex;
  gap: 1rem;
  max-width: 50rem;
  margin: 0 auto;
}
.under_pagePlant .plant_images > * {
  flex: 1;
  overflow: hidden;
}
.under_pagePlant .plant_images > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_pagePlant .under_page_headPlantTop h2 {
  margin-bottom: 5rem;
}
.under_pagePlant .under_page_headPlantTop .under_pageDef_imgTop p {
  margin-top: 0;
  -moz-text-align-last: left;
       text-align-last: left;
}
.under_pagePlant .plant_desc {
  background-color: #f7f7f7;
  padding-bottom: 8rem;
}

@media screen and (max-width: 800px) {
  .under_pagePlant .under_page_headPlantTop h2 {
    margin-bottom: 4rem;
  }
}
.under_pageExport .more_wrap {
  margin-top: 2rem;
}
.under_pageExport .more_wrap .more {
  margin-left: auto;
  margin-right: auto;
  font-size: 120%;
}
.under_pageExport .under_page_head_images {
  display: flex;
  margin-top: 3rem;
  gap: 1rem;
  color: #000;
}
.under_pageExport .under_page_head_images > * {
  flex: 0 1 calc((100% - 3rem) / 4);
  background-color: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.under_pageExport .under_page_head_images > * h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.under_pageExport .under_page_head_images > * > div {
  padding: 1rem;
  padding-bottom: 2rem;
}
.under_pageExport .under_page_head_images > * > div p {
  text-align: left;
  margin-top: 0;
  line-height: 1.7;
}
.under_pageExport .export_desc {
  padding-bottom: 8rem;
  padding-top: 5rem;
  background-color: #f7f7f7;
}
.under_pageExport .export_desc .export_in {
  margin-bottom: 3rem;
  display: flex;
  gap: 3rem;
}
.under_pageExport .export_desc .export_in:last-child {
  margin-bottom: 0;
}
.under_pageExport .export_desc .export_in > figure {
  flex: 1;
}
.under_pageExport .export_desc .export_in > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_pageExport .export_desc .export_in > div {
  flex: 0 1 50%;
}
.under_pageExport .export_desc .export_in > div p {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .under_pageExport .under_page_head_images {
    flex-direction: column;
  }
  .under_pageExport .under_page_head_images > * h3 {
    font-size: 140%;
  }
  .under_pageExport .export_desc .export_in {
    gap: 2rem;
  }
  .under_pageExport .export_desc .export_in > div {
    flex: 0 1 65%;
  }
}
.archiveNews {
  padding: 3rem 0;
}
.archiveNews .archive-title {
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
  .archiveNews .archive-title {
    margin-top: 0.5rem;
  }
}
.company_table th {
  padding: 1rem;
  width: 17rem;
  border-left: 0;
  border-color: #d4d4d4;
  border-right: 1px solid #eee;
}
.company_table td {
  padding: 1rem;
  border-left: 0;
  border-right: 0;
  border-color: #d4d4d4;
}
.company_table a {
  color: #2271b1;
}

.company_h2 {
  margin-bottom: 1em;
  font-size: 200%;
  border-left: 10px solid #3861ab;
  padding-left: 0.5em;
}

.company_h3 {
  font-size: 150%;
  margin-bottom: 2rem;
  border-left: 10px solid #3861ab;
  padding-left: 0.5em;
}

.company_top_p {
  padding-left: 2rem;
}
.company_top_p b, .company_top_p strong {
  font-size: 130%;
  background-color: rgb(241, 247, 255);
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem;
}

.company_map {
  width: 100%;
}

.company_image_content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.company_image_content > * {
  flex: 0 1 calc((100% - 2rem) / 2);
}
.company_image_content > *:nth-child(1) {
  flex: 0 1 100%;
}

@media screen and (max-width: 800px) {
  .company_h2 {
    font-size: 150%;
  }
  .company_table th {
    width: 7rem;
  }
  .company_top_p {
    padding-left: 0;
  }
  .company_top_p b, .company_top_p strong {
    color: #275ca5;
  }
}
/*
mw form
*/
.mwform-wrapper {
  max-width: 37.5rem;
  margin: 0 auto;
  background: #fdfdfd;
  padding: 2em;
  border: 1px solid #ddd;
  font-family: sans-serif;
}
.mwform-wrapper .error {
  margin-top: 0.5rem;
}

.form-group {
  margin-bottom: 1.5em;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5rem;
}

.required-mark {
  color: #e60000;
  font-size: 0.9em;
  margin-left: 0.3em;
}

.form-control {
  width: 100%;
  padding: 0.6em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-control:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 115, 170, 0.4);
}

.form-submit {
  display: flex;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
.submit-button {
  background-color: #0073aa;
  color: white;
  padding: 0.8em 2em;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #005f8c;
}

.back-button {
  background: #ccc;
  color: #000;
  padding: 0.65em 2em;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button {
  background: #0073aa;
  color: white;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.mw_wp_form_preview .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5rem 8px;
  border-bottom: 1px solid #f2f2f2;
}
.mw_wp_form_preview .form-group {
  margin-bottom: 3rem;
}

.mw_wp_form.mw_wp_form_send_error {
  text-align: center;
}

/*animation*/
.glow_text.active {
  animation: glow_text 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes glow_text {
  0% {
    text-shadow: none;
  }
  10% {
    text-shadow: none;
  }
  40% {
    text-shadow: 0px 0px 5px #65000c, 0px 0px 55px #ff0000;
  }
  100% {
    text-shadow: 0px 0px 5px #4a0009, 0px 0px 55px rgba(255, 0, 30, 0.62);
  }
}
.glowfade {
  opacity: 0;
}

.glowfade.active {
  animation: glowfade 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes glowfade {
  0% {
    opacity: 0;
    /*filter: brightness(0%);*/
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.to_big {
  opacity: 0;
}

.to_big.active {
  animation: to_big 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}

.to_bigs {
  opacity: 0;
}

.to_bigs.active > * {
  animation: to_big 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}
.to_bigs.active > *:nth-child(1) {
  animation-delay: 0;
}
.to_bigs.active > *:nth-child(2) {
  animation-delay: 0.2s;
}
.to_bigs.active > *:nth-child(3) {
  animation-delay: 0.4s;
}
.to_bigs.active > *:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes to_big {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes poyo {
  from, to {
    transform: none;
    opacity: 0;
  }
  10% {
    transform: scale(1.2);
    opacity: 1;
  }
  40% {
    transform: scale(0.9);
    opacity: 1;
  }
  60% {
    transform: scale(1.04);
    opacity: 1;
  }
  80% {
    transform: scale(0.98);
    opacity: 1;
  }
}
.to_smalle {
  opacity: 0;
}

.to_smalle.active {
  animation: to_smalle 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}

@keyframes to_smalle {
  0% {
    transform: scale(1.4, 1.4) rotate(90deg);
    opacity: 0;
  }
  40% {
    transform: scale(1.2, 1.2) rotate(-10deg);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1) rotate(-10deg);
  }
  80% {
    transform: scale(1.1, 1.1) rotate(-10deg);
  }
  100% {
    transform: scale(1, 1) rotate(-10deg);
    opacity: 1;
  }
}
.to_small {
  opacity: 0;
  transform-origin: center;
}

.to_small.active {
  animation: to_small 0.5s ease-out forwards;
  transform-origin: 50% 50%;
  opacity: 0;
}

@keyframes to_small {
  0% {
    transform: scale(2, 2);
    opacity: 0;
    transform-origin: center;
  }
  40% {
    transform: scale(1.2, 1.2);
    opacity: 1;
    transform-origin: center;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center;
  }
  80% {
    transform: scale(1.1, 1.1);
    transform-origin: center;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: center;
  }
}
.bottom_to_top {
  opacity: 0;
  transition: all ease 0.8s;
  transform: translate3d(0, 1rem, 0);
}

.bottom_to_top.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bottom_to_tops > * {
  opacity: 0;
  transition: all ease 0.5s;
  transform: translate3d(0, 2rem, 0);
}
.bottom_to_tops > *:nth-child(2) {
  transition-delay: 0.2s;
}
.bottom_to_tops > *:nth-child(3) {
  transition-delay: 0.3s;
}
.bottom_to_tops > *:nth-child(4) {
  transition-delay: 0.4s;
}
.bottom_to_tops > *:nth-child(5) {
  transition-delay: 0.5s;
}
.bottom_to_tops > *:nth-child(6) {
  transition-delay: 0.6s;
}

.bottom_to_tops.active > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mochimochi {
  animation: mochimochi 1s infinite;
}

.left_to_right {
  opacity: 0;
  transform: translate3d(-150px, 0, 0);
}

.left_to_right.active {
  animation: left_to_right 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes left_to_right {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.right_to_left {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}

.right_to_left.active {
  animation: right_to_left 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}

@keyframes right_to_left {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*animation*/
.bg_black_amin {
  overflow: hidden;
  position: relative;
}

span.bg_black_amin {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.bg_black_amin:before {
  background: rgb(30, 38, 98);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: translateX(-100%);
}

.bg_black_amin:after {
  background: #eee;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  transform: translateX(0%);
}

.bg_black_amin.active:before {
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.6s;
}

.bg_black_amin.active:after {
  transform: translateX(100%);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.5s;
}

.bg_black_aminR {
  overflow: hidden;
  position: relative;
}

.bg_black_aminR:before {
  background: rgb(30, 38, 98);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: translateX(100%);
}

.bg_black_aminR:after {
  background: #eee;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  transform: translateX(0%);
}

.bg_black_aminR.active:before {
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.6s;
}

.bg_black_aminR.active:after {
  transform: translateX(-100%);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.5s;
}

@media screen and (max-width: 600px) {
  .bg_black_aminR {
    overflow: hidden;
    position: relative;
  }
  span.bg_black_aminR {
    overflow: hidden;
    position: relative;
    display: inline-block;
  }
  .bg_black_aminR:before {
    background: rgb(30, 38, 98);
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: translateX(-100%);
  }
  .bg_black_aminR:after {
    background: #eee;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    transform: translateX(0%);
  }
  .bg_black_aminR.active:before {
    transform: translateX(100%);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0.6s;
  }
  .bg_black_aminR.active:after {
    transform: translateX(100%);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0.5s;
  }
}/*# sourceMappingURL=style.css.map */