@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #000;
  font-size: 16rem;
  overflow: hidden;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

select,
input,
textarea,
button {
  font: inherit;
}

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

a {
  color: #000;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
}
a.tel_link {
  pointer-events: none;
}

ul {
  list-style: none;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.c_red {
  color: #df1616;
}

.fwb {
  font-weight: bold;
}

.abs {
  position: absolute;
}

.cl_02 {
  display: flex;
}

.bg_blk {
  background-color: #202020;
}

.fadein {
  opacity: 0;
  transition: 1.2s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200px);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_up_s {
  transform: translate(0, 60px);
}

.fade_down {
  transform: translate(0, -80px);
}

.slidein2 {
  transition-delay: 200ms;
}

.slidein3 {
  transition-delay: 400ms;
}

.slidein4 {
  transition-delay: 600ms;
}

.slidein5 {
  transition-delay: 800ms;
}

.slidein6 {
  transition-delay: 1000ms;
}

.mv_lead01 {
  transition-delay: 500ms;
}

.mv_lead02 {
  transition-delay: 800ms;
}

.mv_lead03 {
  transition-delay: 1100ms;
}

.mv_lead04 {
  transition-delay: 2s;
}

.mv_lead05 {
  transition-delay: 2.5s;
}

.inview.fadein.on_action {
  opacity: 1;
  transform: translate(0, 0);
}

.btn a {
  margin-left: auto;
  margin-right: auto;
  width: 300rem;
  border-radius: 10rem;
  height: 60rem;
  line-height: 60rem;
  background-color: #0a7b77;
  padding-left: 25rem;
  position: relative;
  display: block;
  color: #fff;
}
.btn a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pic_arrow.svg);
  width: 24rem;
  height: 33rem;
  background-repeat: no-repeat;
  top: calc(50% - 16.5rem);
  right: 20rem;
  transition: 0.5s;
  background-size: contain;
}
.btn a:hover {
  opacity: 0.6;
}
.btn a:hover::after {
  right: 15rem;
}

.ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 205rem;
  background-color: #0a7b77;
  transform: rotate(45deg);
  opacity: 0;
}
.ttl.on_action::after {
  animation: ttl_line 0.3s forwards;
  animation-delay: 0.5s;
}

@keyframes ttl_line {
  0% {
    bottom: -105rem;
    right: -5rem;
  }
  100% {
    bottom: -100rem;
    right: 0rem;
    opacity: 1;
  }
}
#page_top header nav {
  opacity: 0;
  transition: 1s;
  transition-delay: 2.5s;
  transform: translate(80px, 0);
}
#page_top header nav ul {
  opacity: 0;
  transition: 1s;
  transition-delay: 2.8s;
  transform: translate(80px, 0);
}
#page_top header nav.on_action {
  opacity: 1;
  transform: translate(0, 0);
}
#page_top header nav.on_action ul {
  opacity: 1;
  transform: translate(0, 0);
}
#page_top .mv_wrap {
  display: flex;
  align-items: flex-end;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .mv_wrap .mv_txt {
  width: 33%;
  padding-left: 9.7916666667vw;
}
#page_top .mv_wrap .mv_txt .logo {
  width: 9.375vw;
}
#page_top .mv_wrap .mv_txt .lead.en {
  margin-top: 45rem;
}
#page_top .mv_wrap .mv_txt .lead.en p {
  width: 7.03125vw;
}
#page_top .mv_wrap .mv_txt .lead.en p:nth-child(n+2) {
  margin-top: 15rem;
}
#page_top .mv_wrap .mv_txt .lead.en p:nth-child(2) {
  width: 6.8229166667vw;
}
#page_top .mv_wrap .mv_txt .lead.en p:last-child {
  position: relative;
  width: 7.2916666667vw;
}
#page_top .mv_wrap .mv_txt .lead.en p:last-child.on_action::after {
  animation: fade_up 0.3s forwards;
  animation-delay: 1.7s;
}
#page_top .mv_wrap .mv_txt .lead.en p:last-child::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 11.9791666667vw;
  bottom: -7.5520833333vw;
  right: 1.3020833333vw;
  background-color: #0a7b77;
  transform: rotate(45deg);
  opacity: 0;
}
@keyframes fade_up {
  0% {
    bottom: -7.5520833333vw;
    right: 1.3020833333vw;
  }
  100% {
    bottom: -5.2083333333vw;
    right: -0.78125vw;
    opacity: 1;
  }
}
#page_top .mv_wrap .mv_txt .lead.ja {
  margin-top: 30rem;
  margin-left: 100rem;
  width: 12.5520833333vw;
}
#page_top .mv_wrap .mv_img {
  background-image: url(../img/bg_mv.jpg);
  width: 67%;
  height: 44.7916666667vw;
  background-size: 60.4166666667vw;
  background-repeat: no-repeat;
  position: relative;
}
#page_top .mv_wrap .mv_img .astronaut {
  left: 14.84375vw;
  bottom: 10.4166666667vw;
  width: 9.84375vw;
}
#page_top .mv_wrap .mv_img .elephant {
  right: 12.5vw;
  bottom: 3.125vw;
  width: 16.875vw;
}
#page_top .mv_wrap .scroll_wrap {
  width: 0.625vw;
  right: 3.6458333333vw;
  top: 36.1979166667vw;
}
#page_top .mv_wrap .scroll_wrap .txt {
  position: relative;
}
#page_top .mv_wrap .scroll_wrap .txt::after {
  content: "";
  position: absolute;
  background-image: url(../img/pic_arrow_mv.svg);
  width: 0.6770833333vw;
  height: 4.6875vw;
  background-size: 0.6770833333vw;
  bottom: -5.2083333333vw;
  left: 50%;
  animation: arrow_mv 0.8s ease-in-out infinite alternate-reverse;
}
@keyframes arrow_mv {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
#page_top .lead_wrap {
  margin-top: 160rem;
  padding-top: 160rem;
  text-align: center;
  padding-bottom: 170rem;
  background-color: #fff;
  transition: 2s;
}
#page_top .lead_wrap .logo,
#page_top .lead_wrap .txt_wrap {
  opacity: 0;
}
#page_top .lead_wrap.on_action {
  background-color: #202020;
}
#page_top .lead_wrap.on_action .logo,
#page_top .lead_wrap.on_action .txt_wrap {
  opacity: 1;
}
#page_top .lead_wrap .logo {
  width: 350rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .lead_wrap .txt_wrap {
  margin-top: 105rem;
  position: relative;
}
#page_top .lead_wrap .txt_wrap h2 {
  width: 513rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .lead_wrap .txt_wrap p {
  margin-top: 40rem;
  color: #fff;
  max-width: 770rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .lead_wrap .txt_wrap::after, #page_top .lead_wrap .txt_wrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 135rem;
  background-color: #0a7b77;
  transform: rotate(45deg);
}
#page_top .lead_wrap .txt_wrap::before {
  top: 0rem;
  left: 25rem;
}
#page_top .lead_wrap .txt_wrap::after {
  bottom: -30rem;
  right: 25rem;
}
#page_top .about_wrap {
  background-image: url(../img/bg_about.jpg);
  background-size: 960rem;
  height: 982rem;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 160rem;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .about_wrap .ttl {
  width: 127rem;
}
#page_top .about_wrap .desc {
  gap: 35rem;
  margin-top: 95rem;
}
#page_top .about_wrap .desc .txt_wrap {
  margin-left: -20rem;
}
#page_top .about_wrap .desc .txt_wrap .sub_ttl,
#page_top .about_wrap .desc .txt_wrap h3 {
  margin-top: 30rem;
}
#page_top .about_wrap .desc .txt_wrap p {
  margin-top: 55rem;
  line-height: 2.5;
}
#page_top .about_wrap .desc .img_wrap {
  margin-right: -45rem;
  margin-left: auto;
}
#page_top .plf_wrap {
  padding-top: 140rem;
  padding-bottom: 120rem;
}
#page_top .plf_wrap .ttl {
  width: 310rem;
}
#page_top .plf_wrap .profile {
  margin-top: 130rem;
  padding-top: 80rem;
  background-color: #fff;
  width: 880rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page_top .plf_wrap .profile::before, #page_top .plf_wrap .profile::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/pic_plf_line.png);
  width: 83rem;
  height: 83rem;
  background-repeat: no-repeat;
  background-size: contain;
}
#page_top .plf_wrap .profile::before {
  top: -25rem;
  left: -20rem;
}
#page_top .plf_wrap .profile::after {
  bottom: -25rem;
  right: -20rem;
}
#page_top .plf_wrap .profile .member {
  gap: 80rem;
  justify-content: center;
  align-items: center;
}
#page_top .plf_wrap .profile .member .mmb_plf {
  width: 214px;
  text-align: center;
  margin-top: 15rem;
}
#page_top .plf_wrap .profile .member .mmb_plf .sub_ttl {
  margin-left: auto;
  margin-right: auto;
  width: 241rem;
}
#page_top .plf_wrap .profile .member .mmb_plf .img_wrap {
  margin-top: 20rem;
  margin-left: auto;
  margin-right: auto;
  width: 150rem;
}
#page_top .plf_wrap .profile .member .mmb_plf .neme {
  font-size: 21rem;
  font-weight: bold;
  margin-top: 20rem;
}
#page_top .plf_wrap .profile .member .mmb_plf .name_en {
  margin-top: 10rem;
  width: 104rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
#page_top .plf_wrap .profile .member .mmb_plf .introduction {
  margin-top: 30rem;
  font-size: 13rem;
  max-width: 330rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .plf_wrap .profile .member .career {
  width: 485rem;
  position: relative;
}
#page_top .plf_wrap .profile .member .career::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 300rem;
  left: -35rem;
  top: -110rem;
  background-color: #999999;
}
#page_top .plf_wrap .profile .company_plf {
  margin-top: 77rem;
  background-color: #f2f2f2;
  padding-top: 40rem;
  padding-bottom: 65rem;
}
#page_top .plf_wrap .profile .company_plf h3 {
  color: #0a7b77;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
}
#page_top .plf_wrap .profile .company_plf .company {
  gap: 60rem;
  width: 560rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 30rem;
}
#page_top .plf_wrap .profile .company_plf .company .logo {
  width: 160rem;
  margin-top: 25rem;
}
#page_top .plf_wrap .profile .company_plf .company .desc dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 340rem;
}
#page_top .plf_wrap .profile .company_plf .company .desc dl dt {
  color: #0a7b77;
  width: 65rem;
}
#page_top .plf_wrap .profile .company_plf .company .desc dl dd {
  width: 260rem;
}
#page_top .plf_wrap .profile .company_plf .company .desc dl dt,
#page_top .plf_wrap .profile .company_plf .company .desc dl dd {
  margin-top: 20rem;
}
#page_top .plf_wrap .profile .company_plf .company .desc dl dt:first-of-type,
#page_top .plf_wrap .profile .company_plf .company .desc dl dd:first-of-type {
  margin-top: 0;
}
#page_top .message_wrap {
  background-image: url(../img/bg_message.jpg);
  background-size: 900rem;
  height: 850rem;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 160rem;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .message_wrap .ttl {
  width: 160rem;
}
#page_top .message_wrap h3 {
  width: 764rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 155rem;
}
#page_top .message_wrap h3 span {
  display: block;
  margin-top: 30rem;
  width: 412rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .message_wrap p {
  margin-top: 65rem;
  max-width: 770rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#page_top .news_wrap {
  padding-top: 120rem;
  padding-bottom: 145rem;
  color: #fff;
}
#page_top .news_wrap .ttl {
  width: 105rem;
}
#page_top .news_wrap .news_list {
  margin-top: 140rem;
  max-width: 655rem;
  margin-left: auto;
  margin-right: auto;
}
#page_top .news_wrap .news_list ul li {
  margin-top: 20rem;
}
#page_top .news_wrap .news_list ul li h3 {
  margin-top: 10rem;
}
#page_top .news_wrap .news_list ul li a {
  color: #fff;
}
#page_top .news_wrap .btn {
  margin-top: 50rem;
}
#page_top .contact_wrap {
  background-image: url(../img/bg_contact.jpg);
  background-size: 960rem;
  height: 533rem;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 160rem;
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 170rem;
}
#page_top .contact_wrap .ttl {
  width: 224rem;
}
#page_top .contact_wrap .to_contact {
  margin-top: 130rem;
}
#page_top .contact_wrap .to_contact a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#page_top .contact_wrap .to_contact a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/pic_arrow_b.svg);
  width: 24rem;
  height: 33rem;
  background-repeat: no-repeat;
  top: calc(50% - 16.5rem);
  right: -40rem;
  transition: 0.5s;
  background-size: contain;
}
#page_top .contact_wrap .to_contact a:hover {
  opacity: 0.6;
}
#page_top .contact_wrap .to_contact a:hover::after {
  right: -50rem;
}

header {
  position: fixed;
  top: 60rem;
  z-index: 9999;
  right: 0;
}
header nav {
  position: relative;
}
header nav::before {
  content: "";
  background-color: #fff;
  transform: translate(0, 0);
  height: 10rem;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
header nav.extend ul li a::after {
  height: 28rem;
}
header nav ul {
  display: flex;
}
header nav ul li a {
  display: block;
  color: #000;
  font-size: 18rem;
  padding-left: 25rem;
  padding-right: 25rem;
  position: relative;
  transition: 0.3s;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10rem;
  background-color: #fff;
  bottom: 0;
  z-index: -1;
  left: 0;
  transition: 0.3s;
}
header nav ul li a:hover {
  margin-top: -5rem;
}

footer {
  background-color: #e5e5e5;
  padding-bottom: 15rem;
}
footer .footer_main {
  padding-top: 130rem;
  text-align: center;
  position: relative;
}
footer .footer_main .adrs {
  margin-top: 55rem;
}
footer .footer_main .logo {
  width: 385rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_main .img_wrap .astronaut {
  left: 8rem;
  top: -75rem;
  width: 216rem;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_main .img_wrap .elephant {
  right: -148rem;
  bottom: -155rem;
  width: 333rem;
  margin-left: auto;
  margin-right: auto;
}
footer .copy {
  margin-top: 120rem;
  font-size: 12rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.under_page {
  margin-top: 160rem;
}
.under_page header nav::before {
  background-color: #eee;
}
.under_page header nav ul li a::after {
  background-color: #eee;
}
.under_page .ttl::after {
  opacity: 1;
  bottom: -100rem;
  right: 0rem;
}
.under_page .breadcrumb {
  margin-top: 100rem;
}
.under_page .breadcrumb ul {
  display: flex;
}
.under_page .breadcrumb ul li a {
  position: relative;
}
.under_page .breadcrumb ul li a::after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.under_page footer {
  margin-top: 180rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .cl_02 {
    display: block;
  }
  .btn a::after {
    width: 17.5rem;
    height: 25rem;
    top: calc(50% - 12.5rem);
  }
  .ttl::after {
    height: 115rem;
    bottom: -75rem;
    right: 0rem;
  }
  .ttl::after.on_action::after {
    animation: ttl_line 0.3s forwards;
    animation-delay: 0.5s;
  }
  @keyframes ttl_line {
    0% {
      height: 115rem;
      bottom: -75rem;
    }
    100% {
      height: 130rem;
      bottom: -70rem;
      opacity: 1;
    }
  }
  #page_top header nav {
    opacity: 1;
    transition: 0.6s;
    transition-delay: 0s;
    transform: translateX(100%);
    position: absolute;
  }
  #page_top header nav::before {
    content: none;
  }
  #page_top header nav ul {
    opacity: 1;
    transition: 0s;
    transform: unset;
  }
  #page_top header nav.on_action {
    transform: translateX(100%);
  }
  #page_top header nav.on_action.active {
    transform: translateX(0);
  }
  #page_top header nav.on_action ul {
    transform: unset;
  }
  #page_top .mv_wrap {
    display: block;
    padding-top: 97.5rem;
    position: relative;
    width: 100%;
    padding-bottom: 233.5rem;
  }
  #page_top .mv_wrap .mv_txt {
    margin-left: auto;
  }
  #page_top .mv_wrap .mv_txt .logo {
    position: absolute;
    width: 61.5rem;
    top: 20rem;
    left: 17.5rem;
  }
  #page_top .mv_wrap .mv_txt .lead {
    position: absolute;
  }
  #page_top .mv_wrap .mv_txt .lead.en {
    bottom: 117.5rem;
    left: 75rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p {
    width: 89rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p:nth-child(n+2) {
    margin-top: 13rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p:nth-child(2) {
    width: 87rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p:last-child {
    width: 92.5rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p:last-child::after {
    height: 152.5rem;
    bottom: -80rem;
    right: -10rem;
  }
  #page_top .mv_wrap .mv_txt .lead.en p:last-child.on_action::after {
    animation: fade_up 0.3s forwards;
    animation-delay: 1.7s;
  }
  @keyframes fade_up {
    0% {
      bottom: -80rem;
      right: -10rem;
    }
    100% {
      bottom: -60rem;
      right: -15rem;
      opacity: 1;
    }
  }
  #page_top .mv_wrap .mv_txt .lead.ja {
    bottom: 85rem;
    left: 145rem;
    margin-left: unset;
    margin-top: unset;
    width: 159.5rem;
  }
  #page_top .mv_wrap .mv_img {
    background-image: url(../img/bg_mv_sp.jpg);
    width: 345rem;
    height: 360rem;
    background-size: contain;
    margin-right: auto;
  }
  #page_top .mv_wrap .mv_img .astronaut {
    left: 35rem;
    bottom: 100rem;
    width: 87rem;
  }
  #page_top .mv_wrap .mv_img .elephant {
    right: 20rem;
    bottom: 37.5rem;
    width: 148.5rem;
  }
  #page_top .lead_wrap {
    margin-top: 0;
    padding-top: 85rem;
    padding-bottom: 110rem;
  }
  #page_top .lead_wrap .logo {
    width: 226.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .lead_wrap .txt_wrap {
    margin-top: 72.5rem;
  }
  #page_top .lead_wrap .txt_wrap h2 {
    width: 323.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .lead_wrap .txt_wrap p {
    margin-top: 35rem;
    max-width: 335rem;
  }
  #page_top .lead_wrap .txt_wrap::after, #page_top .lead_wrap .txt_wrap::before {
    height: 67.5rem;
  }
  #page_top .lead_wrap .txt_wrap::before {
    top: -50rem;
    left: 0;
  }
  #page_top .lead_wrap .txt_wrap::after {
    bottom: -50rem;
    right: 0;
  }
  #page_top .about_wrap {
    background-image: url(../img/bg_about_sp.jpg);
    background-size: 100%;
    height: auto;
    background-position: bottom;
    padding-top: 67.5rem;
    max-width: unset;
    padding-bottom: 48rem;
  }
  #page_top .about_wrap .ttl {
    width: 97.5rem;
  }
  #page_top .about_wrap .desc {
    margin-top: 92.5rem;
  }
  #page_top .about_wrap .desc .txt_wrap {
    margin-left: 0;
  }
  #page_top .about_wrap .desc .txt_wrap h3 {
    width: 304.5rem;
    margin-top: 15rem;
  }
  #page_top .about_wrap .desc .txt_wrap .sub_ttl {
    width: 105rem;
    margin-top: 0;
  }
  #page_top .about_wrap .desc .txt_wrap p {
    margin-top: 32rem;
    line-height: 2.5;
  }
  #page_top .about_wrap .desc .img_wrap {
    margin-right: auto;
    width: 346rem;
    margin-top: 36rem;
  }
  #page_top .plf_wrap {
    padding-top: 80rem;
    padding-bottom: 62.5rem;
  }
  #page_top .plf_wrap .ttl {
    width: 238rem;
  }
  #page_top .plf_wrap .profile {
    margin-top: 75rem;
    padding-top: 47.5rem;
    width: 335rem;
  }
  #page_top .plf_wrap .profile::before, #page_top .plf_wrap .profile::after {
    content: none;
  }
  #page_top .plf_wrap .profile .member .mmb_plf {
    width: auto;
    margin-top: 0;
  }
  #page_top .plf_wrap .profile .member .mmb_plf .sub_ttl {
    width: 185rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .plf_wrap .profile .member .mmb_plf .img_wrap {
    width: 113rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .plf_wrap .profile .member .mmb_plf .neme {
    font-size: 17.5rem;
    margin-top: 12.5rem;
  }
  #page_top .plf_wrap .profile .member .mmb_plf .name_en {
    margin-top: 7.5rem;
    width: 150rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .plf_wrap .profile .member .mmb_plf .introduction {
    font-size: 11rem;
    width: 286rem;
  }
  #page_top .plf_wrap .profile .member .career {
    width: 286rem;
    margin-top: 52.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .plf_wrap .profile .member .career::before {
    width: 100%;
    height: 1px;
    left: calc(50% - 143rem);
    top: -25rem;
    background-color: #000000;
  }
  #page_top .plf_wrap .profile .member .career dl {
    display: block;
  }
  #page_top .plf_wrap .profile .member .career dl dd {
    margin-top: 9rem;
    width: 100%;
  }
  #page_top .plf_wrap .profile .member .career dl dt {
    width: 100%;
    margin-top: 22.5rem;
  }
  #page_top .plf_wrap .profile .company_plf {
    margin-top: 45rem;
    padding-top: 40rem;
    padding-bottom: 75rem;
  }
  #page_top .plf_wrap .profile .company_plf h3 {
    font-size: 17.5rem;
  }
  #page_top .plf_wrap .profile .company_plf .company {
    width: 100%;
    margin-top: 32rem;
  }
  #page_top .plf_wrap .profile .company_plf .company .logo {
    width: 82rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #page_top .plf_wrap .profile .company_plf .company .desc dl {
    justify-content: left;
    width: auto;
    margin-left: 30rem;
    margin-top: 25rem;
    gap: 0 12rem;
  }
  #page_top .plf_wrap .profile .company_plf .company .desc dl dt {
    width: 55rem;
  }
  #page_top .plf_wrap .profile .company_plf .company .desc dl dd {
    width: 210rem;
  }
  #page_top .plf_wrap .profile .company_plf .company .desc dl dt,
  #page_top .plf_wrap .profile .company_plf .company .desc dl dd {
    margin-top: 10rem;
  }
  #page_top .message_wrap {
    background-image: url(../img/bg_message_sp.jpg);
    background-size: 271.5rem;
    height: auto;
    background-position: bottom left;
    padding-top: 68rem;
    max-width: unset;
    padding-bottom: 120rem;
  }
  #page_top .message_wrap .ttl {
    width: 122.5rem;
  }
  #page_top .message_wrap h3 {
    margin-top: 83rem;
    margin-left: auto;
    margin-right: auto;
    width: 292rem;
  }
  #page_top .message_wrap h3 span {
    margin-top: 15rem;
    margin-left: auto;
    margin-right: auto;
    width: 274rem;
  }
  #page_top .message_wrap p {
    margin-top: 37rem;
    max-width: 335rem;
  }
  #page_top .news_wrap {
    padding-top: 60rem;
    padding-bottom: 67rem;
  }
  #page_top .news_wrap .ttl {
    width: 80.5rem;
  }
  #page_top .news_wrap .news_list {
    margin-top: 80rem;
  }
  #page_top .news_wrap .news_list ul li {
    margin-top: 15rem;
  }
  #page_top .news_wrap .news_list ul li h3 {
    margin-top: 5rem;
  }
  #page_top .contact_wrap {
    background-image: url(../img/bg_contact_sp.jpg);
    background-size: 100%;
    height: auto;
    background-position: bottom;
    padding-top: 45rem;
    padding-bottom: 147.5rem;
  }
  #page_top .contact_wrap .ttl {
    width: 173rem;
  }
  #page_top .contact_wrap .to_contact {
    margin-top: 100rem;
  }
  #page_top .contact_wrap .to_contact a::after {
    width: 17.5rem;
    top: calc(50% - 12.5rem);
    height: 25rem;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    right: 0;
  }
  header nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: rgba(10, 123, 119, 0.862745098);
    transition: ease 0.4s;
  }
  header nav ul {
    display: block;
    padding-top: 160rem;
    width: 125rem;
    margin-left: auto;
    margin-right: auto;
  }
  header nav ul li {
    margin-top: 50rem;
  }
  header nav ul li a {
    text-align: center;
    color: #fff;
    font-size: 20rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    transition: 0.3s;
  }
  header nav ul li a::after {
    content: none;
  }
  header nav ul li a:hover {
    margin-top: 0;
  }
  header nav ul li:first-child {
    margin-top: 0;
  }
  header nav.active {
    transform: translateX(0);
  }
  header nav.active ul::before, header nav.active ul::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 160rem;
    background-color: #fff;
    transform: rotate(45deg);
  }
  header nav.active ul::before {
    top: 50rem;
    left: 130rem;
  }
  header nav.active ul::after {
    bottom: 40rem;
    right: 95rem;
  }
  header .header__hamburger {
    width: 39.5rem;
    padding: 0;
  }
  header .hamburger {
    background-color: transparent;
    border-color: transparent;
    right: 20rem;
    top: 25rem;
    position: absolute;
  }
  header .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #0a7b77;
    position: relative;
    transition: ease 0.4s;
    display: block;
    z-index: 999;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(2) {
    margin: 8rem 0;
  }
  header .hamburger::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    right: -70rem;
    bottom: -15rem;
    background-size: contain;
    transition: 0.4s;
  }
  header .hamburger.active {
    right: 15rem;
  }
  header .hamburger.active::after {
    width: 135rem;
    height: 135rem;
  }
  header .hamburger.active span {
    background-color: #000;
    width: 25rem;
    height: 3px;
  }
  header .hamburger.active span:nth-child(1) {
    top: 0;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    top: -11rem;
    transform: rotate(-45deg);
  }
  footer .footer_main {
    padding-top: 73rem;
  }
  footer .footer_main .logo {
    width: 226rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_main .adrs {
    margin-top: 36rem;
  }
  footer .footer_main .img_wrap .astronaut {
    left: -20rem;
    top: -27.5rem;
    width: 89rem;
  }
  footer .footer_main .img_wrap .elephant {
    right: -20rem;
    bottom: -90rem;
    width: 74.5rem;
  }
  footer .copy {
    margin-top: 73.5rem;
    font-size: 10rem;
  }
  .under_page {
    margin-top: 100rem;
  }
  .under_page .ttl::after {
    opacity: 1;
    height: 130rem;
    bottom: -70rem;
  }
  .under_page .breadcrumb {
    margin-top: 80rem;
  }
  .under_page footer {
    margin-top: 90rem;
  }
}/*# sourceMappingURL=style.css.map */