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

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #6e6c6d;
  font-size: max(22rem, 10px);
  overflow: hidden;
}

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;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

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

* {
  box-sizing: border-box;
}

.inner {
  width: 1440rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.s_inner {
  width: 1000rem;
  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;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.c_red {
  color: #df1616;
}

.mainttl {
  background: #266d27;
  color: #fff;
  padding: 70rem 0;
}
.mainttl .inner {
  font-size: 50rem;
  font-weight: bold;
  display: block;
  text-align: left;
}

.subttl span {
  color: #fff;
  background: #feb54c;
  padding: 10rem 60rem 12rem;
  font-size: 26rem;
  letter-spacing: 2rem;
  display: inline-block;
  line-height: 1;
}
.subttl strong {
  font-weight: 900;
  font-size: 40rem;
  display: block;
  margin: 30rem 0 0;
  color: #266d27;
}

.pagelink {
  background: #feb54c;
  width: 550rem;
  color: #fff;
  font-size: 40rem;
  font-weight: bold;
  padding: 40rem 0;
  display: block;
  margin: auto;
  text-align: center;
  line-height: 1;
  border-radius: 120rem;
}

footer {
  text-align: center;
  margin: 230rem 0 0;
}
footer .footer_nav {
  position: relative;
  margin: 0 0 -2rem;
  padding: 0 0 40rem;
}
footer .footer_nav .insta {
  position: absolute;
  width: 100rem;
  margin: 10rem 0 0 60rem;
}
footer .footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 60rem 0 35rem;
}
footer .footer_nav ul li {
  width: 225rem;
  border-left: 2rem solid #bfd269;
}
footer .footer_nav ul li a {
  font-weight: bold;
  color: #feb54c;
  display: block;
  padding: 10rem 0;
}
footer .footer_nav ul li:last-of-type {
  border-right: 2rem solid #bfd269;
}
footer .footer_nav dl {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 60rem;
  font-weight: bold;
  gap: 20rem 13rem;
}
footer .footer_nav dl dt {
  width: 100%;
  font-size: 24rem;
  color: #266d27;
}
footer .footer_nav dl dd {
  width: 350rem;
  text-align: center;
  font-size: 18rem;
}
footer .footer_nav dl dd a {
  background: #feb54c;
  padding: 10rem;
  color: #fff;
  display: block;
}
footer .footer_nav p {
  color: #266d27;
  font-weight: bold;
  font-size: 21rem;
}
footer .footer_nav p a {
  color: #266d27;
}
footer .footer_contact {
  background: #266d27;
  border-top: 40rem solid #feb54c;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 90rem 0;
}
footer .footer_contact a {
  color: #fff;
}
footer .footer_contact .inner .tellBox {
  text-align: left;
  font-size: 24rem;
  font-weight: bold;
}
footer .footer_contact .inner .tellBox span {
  font-size: 60rem;
  font-weight: 900;
  display: block;
  letter-spacing: 2rem;
}
footer .footer_contact .inner .mailBox {
  width: 550rem;
}
footer .footer_contact .inner .mailBox a {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 30rem;
  padding: 25rem;
  border-radius: 20rem;
  color: #266d27;
  font-size: 32rem;
  font-weight: 900;
}
footer .footer_contact .inner .mailBox a img {
  width: 77rem;
}

#top .mv {
  position: relative;
  margin: 0 0 100rem;
}
#top .mv h1 {
  position: absolute;
  top: 250rem;
  left: -500rem;
  right: 0;
  margin: auto;
  width: 680rem;
  z-index: 2;
}
#top .mv .swiper_outer {
  position: relative;
}
#top .mv .swiper_outer .swipe_main {
  overflow: hidden;
  border-radius: 40rem 0 0 40rem;
}
#top .mv .swiper_outer .swiper-pagination {
  position: absolute;
}
#top .mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 14rem;
  opacity: 1;
  margin: 0 25rem 0 0;
  background: #fff;
}
#top .mv .swiper_outer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #feb54c;
}
#top .news {
  text-align: center;
  margin: 0 0 200rem;
}
#top .news h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 45rem;
  font-weight: bold;
}
#top .news h2::before {
  content: "";
  position: absolute;
  top: -95rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30rem solid transparent;
  border-right: 30rem solid transparent;
  border-bottom: 100rem solid #feb54c;
  width: 200%;
  height: 100%;
}
#top .news h2 span {
  position: relative;
}
#top .news .inner {
  border: 30rem solid #feb54c;
  padding: 50rem 20rem;
  text-align: left;
}
#top .news .inner > figure:nth-of-type(1) {
  position: absolute;
  top: -200rem;
  left: -250rem;
  width: 300rem;
}
#top .news .inner > figure:nth-of-type(2) {
  position: absolute;
  bottom: -60rem;
  right: -20rem;
  width: 270rem;
}
#top .mission {
  position: relative;
  padding: 0 0 270rem;
  margin: 0 0 -2rem;
}
#top .mission::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 1920rem;
  height: 750rem;
  background: url(../img/bg_mission.svg) no-repeat bottom center;
}
#top .service {
  padding: 0 0 960rem;
  position: relative;
}
#top .service .subttl {
  margin: 0 0 70rem;
}
#top .service .subttl strong {
  color: #fff;
}
#top .service ul {
  display: flex;
  flex-flow: wrap;
  gap: 45rem;
}
#top .service ul li {
  width: 450rem;
  border: 10rem solid #feb54c;
  border-radius: 30rem;
  background: #fff;
  font-size: 40rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
#top .service ul li a {
  color: #feb54c;
  height: 250rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .message {
  padding: 180rem 0 320rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
#top .message .subttl {
  margin: 0 0 40rem;
}
#top .message::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 1920rem;
  height: 300rem;
  background: url(../img/bg_message_top.svg) no-repeat top center;
}
#top .message::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  transform: translateX(-50%);
  left: 50%;
  width: 1920rem;
  height: 390rem;
  background: url(../img/bg_message_btm.svg) no-repeat bottom center;
}
#top .message .inner {
  z-index: 1;
}
#top .message .singleSwiper {
  width: 1440rem;
  margin: 0 auto 150rem;
  position: relative;
}
#top .message .singleSwiper .swiper-container {
  overflow: hidden;
  border: 30rem solid #feb54c;
}
#top .message .singleSwiper .next,
#top .message .singleSwiper .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150rem;
  height: 150rem;
  background: #fff;
  border: 15rem solid #feb54c;
  z-index: 1;
  border-radius: 100rem;
  cursor: pointer;
}
#top .message .singleSwiper .prev {
  left: -1420rem;
}
#top .message .singleSwiper .prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10rem;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 35rem 50rem 35rem 0;
  border-color: transparent #BFD269 transparent transparent;
}
#top .message .singleSwiper .next {
  right: -1420rem;
}
#top .message .singleSwiper .next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10rem;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 35rem 0 35rem 50rem;
  border-color: transparent transparent transparent #BFD269;
}
#top .message dl {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 45rem;
  margin: 0 0 120rem;
}
#top .message dl dt {
  width: 450rem;
}
#top .message dl dt p {
  background: #feb54c;
  padding: 40rem;
  color: #fff;
  border-radius: 40rem;
  margin: 50rem 0 0;
}
#top .message dl dt p span {
  color: #fff;
  display: block;
  border-bottom: 2rem solid #fff;
  padding: 0 0 20rem;
  margin: 0 0 20rem;
  line-height: 1.4;
  font-size: 40rem;
  font-weight: 900;
}
#top .message dl dd {
  width: 450rem;
}
#top .message dl dd span {
  display: block;
  font-size: 30rem;
  font-weight: 900;
  border-bottom: 5rem solid #feb54c;
  color: #266d27;
  padding: 0 0 10rem;
  margin: 20rem 0 10rem;
}
#top .base {
  padding: 120rem 0 140rem;
  position: relative;
  z-index: 1;
  background: #fff9b1;
}
#top .base .subttl {
  margin: 0 0 40rem;
}
#top .base ul {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 45rem;
  margin: 0 0 100rem;
}
#top .base ul li {
  width: 450rem;
}
#top .base ul li span {
  display: block;
  font-size: 30rem;
  font-weight: 900;
  border-bottom: 5rem solid #feb54c;
  color: #266d27;
  padding: 0 0 10rem;
  margin: 20rem 0 10rem;
}
#top .base ul li span small {
  font-size: 20rem;
  margin: 0 20rem 0 0;
}
#top .member {
  position: relative;
  padding: 150rem 0 0;
  margin: 0 0 120rem;
}
#top .member::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 1920rem;
  height: 760rem;
  background: url(../img/bg_member_top.svg) no-repeat top center;
}
#top .member .subttl {
  margin: 0 0 50rem;
}
#top .member .subttl strong {
  display: flex;
  gap: 20rem;
}
#top .member .subttl strong img {
  width: 140rem;
}
#top .member figure:nth-of-type(1) {
  position: absolute;
  left: -180rem;
  width: 200rem;
  margin: 660rem 0 0;
}
#top .member figure:nth-of-type(2) {
  position: absolute;
  right: -130rem;
  width: 200rem;
  margin: 0;
}
#top .member .staff:nth-of-type(n+2) {
  margin: 80rem 0 0;
}
#top .member .staff .profile p span {
  display: block;
  font-size: 40rem;
  font-weight: bold;
  color: #feb54c;
  margin: 0 0 10rem;
}
#top .member .staff .profile p strong {
  display: block;
  font-size: 50rem;
  font-weight: 900;
  margin: 50rem 0 0;
  padding: 20rem 0;
  border: solid #BFD269;
  border-width: 25rem 0;
  color: #feb54c;
}
#top .member .staff .profile p strong.center {
  text-align: center;
}
#top .member .staff .comment {
  display: flex;
}
#top .member .staff .comment li {
  width: 50%;
  padding: 0 20rem;
}
#top .member .staff:nth-of-type(2n) .profile img {
  right: 0;
}
#top .member .staff:nth-of-type(2n) .profile p {
  margin: 120rem 0 0;
}
#top .member .other_staff {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#top .member .other_staff li span {
  border-bottom: 5rem solid #feb54c;
  display: block;
  font-size: 20rem;
  font-weight: 900;
  color: #266d27;
}
#top .member .other_staff li span small {
  font-size: 18rem;
}
#top .recruit {
  text-align: center;
  position: relative;
  z-index: 1;
}
#top .recruit .subttl {
  margin: 120rem 0;
  text-align: left;
}
#top .recruit .pagelink {
  margin: 120rem auto 0;
}

.breadcrumb {
  display: flex;
  padding: 1.5em 0 0;
  margin-bottom: 100rem;
}
.breadcrumb li::after {
  content: "＞";
  display: inline-block;
  margin-left: 8rem;
  margin-right: 8rem;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  a:hover {
    opacity: 0.8;
  }
  .mainttl {
    margin: 100rem 0 0rem;
  }
  header {
    position: relative;
    padding: 130rem 0 0;
    margin: 0 0 40rem;
    z-index: 1;
  }
  header::before {
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 1920rem;
    height: 750rem;
    background: url(../img/bg_header.svg) no-repeat top center;
    pointer-events: none;
  }
  header > * {
    position: relative;
    z-index: 1;
  }
  header .header_wrap {
    display: flex;
    justify-content: space-between;
  }
  header .header_wrap .logo_wrap {
    width: 250rem;
    position: relative;
    margin: 0 0 0 120rem;
  }
  header .header_wrap .logo_wrap::before {
    content: "";
    position: absolute;
    top: -10rem;
    left: -250rem;
    width: 220rem;
    height: 270rem;
    background: url(../img/pic_head_left.svg) no-repeat top center;
  }
  header .header_wrap .header_nav {
    width: 900rem;
  }
  header .header_wrap .header_nav nav {
    height: 100%;
  }
  header .header_wrap .header_nav nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  header .header_wrap .header_nav nav ul li {
    width: 100%;
    border-left: 2rem solid #B4D372;
    font-weight: bold;
  }
  header .header_wrap .header_nav nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #feb54c;
  }
  header .header_wrap .header_nav nav ul li:last-child {
    border-right: 2rem solid #B4D372;
  }
  footer .footer_nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 1920rem;
    height: 550rem;
    background: url(../img/bg_footer.svg) no-repeat bottom center;
  }
  footer .footer_nav img {
    width: 698rem;
  }
  footer .footer_nav ul li {
    width: 225rem;
  }
  footer .footer_contact .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #top .mv .swiper_outer {
    width: 1680rem;
    margin: 0 0 0 120rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .mv .swiper_outer .swipe_main {
    overflow: hidden;
    border-radius: 50rem 0 0 50rem;
  }
  #top .mv .swiper_outer .swiper-pagination {
    bottom: 30rem;
    left: 80rem;
    width: auto;
  }
  #top .mission .cloumn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 120rem;
  }
  #top .mission .cloumn div {
    width: 570rem;
  }
  #top .mission .cloumn div p {
    margin: 20rem 0 0;
  }
  #top .mission .cloumn img {
    width: 784rem;
  }
  #top .service::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 1920rem;
    height: 2175rem;
    margin: 0 0 -2085rem;
    background: url(../img/bg_service.jpg) no-repeat top center/cover;
  }
  #top .member {
    position: relative;
  }
  #top .member .subttl {
    margin: 0 0 50rem;
  }
  #top .member .staff .profile {
    display: flex;
    position: relative;
    margin: 0 90rem 150rem;
  }
  #top .member .staff .profile img {
    position: absolute;
    top: 0;
    left: -80rem;
    width: 680rem;
  }
  #top .member .staff .profile p {
    width: 600rem;
    margin: 120rem 0 0 auto;
  }
  #top .member .staff .comment {
    margin: 0 60rem;
  }
  #top .member .staff .comment li:last-child {
    border-left: 5rem solid #feb54c;
  }
  #top .member .staff:nth-of-type(2n) .profile img {
    width: 680rem;
    right: -80rem;
    left: auto;
  }
  #top .member .staff:nth-of-type(2n) .profile p {
    margin: 120rem 0 0;
  }
  #top .member .other_staff {
    margin: 150rem 0 0;
    justify-content: center;
    gap: 0 50rem;
  }
  #top .member .other_staff li {
    width: 440rem;
  }
  #top .member .other_staff li span {
    margin: 10rem 0 10rem;
    padding: 0 0 10rem;
    font-size: 34rem;
  }
}
.not_found {
  margin-top: 120rem;
  width: 960rem;
}
.not_found .btn_border {
  margin-top: 50rem;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 16rem;
  }
  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;
  }
  main {
    margin: 65rem 0 0;
  }
  .mainttl {
    padding: 30rem 0;
  }
  .mainttl .inner {
    font-size: 30rem;
  }
  .subttl span {
    padding: 10rem 50rem 12rem;
    font-size: 20rem;
  }
  .subttl strong {
    font-size: 26rem;
    margin: 20rem 0 0;
  }
  .pagelink {
    width: 80%;
    font-size: 25rem;
    padding: 20rem 0;
  }
  .breadcrumb {
    padding-top: 15rem;
    font-size: 12rem;
    margin-bottom: 40rem;
  }
  .not_found {
    margin-top: 80rem;
  }
  .not_found .btn_border {
    margin-top: 30rem;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10rem 0;
    z-index: 99;
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.5);
    background: #fff url(../img/bg_header.svg) no-repeat top center/100%;
  }
  header .header_wrap {
    height: 100%;
  }
  header .header_wrap .logo_wrap {
    width: 36%;
  }
  header .header_wrap .hm_btn_wrap {
    width: 50rem;
    text-align: center;
    position: absolute;
    top: 10rem;
    right: -5rem;
  }
  header .header_wrap .hm_btn_wrap .hm_btn {
    width: 24rem;
    height: 19rem;
    transition: 0.5s;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span {
    display: block;
    width: 100%;
    height: 2rem;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(1) {
    top: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(2) {
    top: 8rem;
    transition: 0.5s;
  }
  header .header_wrap .hm_btn_wrap .hm_btn span:nth-child(3) {
    bottom: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(1) {
    top: 8rem;
    transform: rotate(45deg);
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_wrap .hm_btn_wrap .hm_btn.active span:nth-child(3) {
    bottom: 9rem;
    transform: rotate(-45deg);
  }
  header .header_wrap .hm_btn_wrap .hm_text {
    font-size: 12rem;
    margin-top: 2rem;
  }
  header .header_wrap .header_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding-top: 75rem;
    background-color: #fff;
    padding-left: 20rem;
    padding-right: 20rem;
    transition: right 0.5s;
    z-index: -1;
    padding-bottom: 40rem;
    overflow-y: auto;
  }
  header .header_wrap .header_nav.in {
    right: 0;
  }
  header .header_wrap .header_nav nav ul li {
    padding-top: 12rem;
    padding-bottom: 12rem;
    font-size: 16rem;
    border-bottom: 1px solid #707070;
    position: relative;
    padding-right: 25rem;
    font-weight: 500;
  }
  header .header_wrap .header_nav nav ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    width: 8rem;
    height: 8rem;
    border-top: 2rem solid #000;
    border-right: 2rem solid #000;
    transform: rotateZ(45deg);
  }
  header .header_wrap .header_nav nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer {
    margin: 100rem 0 0;
  }
  footer .footer_nav {
    position: relative;
    margin: 0 0 -1rem;
    padding: 0 0 10rem;
  }
  footer .footer_nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 550rem;
    background: url(../img/bg_footer.svg) no-repeat bottom center/100%;
  }
  footer .footer_nav img {
    width: 300rem;
  }
  footer .footer_nav .insta {
    display: block;
    margin: 20rem auto 0;
    width: 50rem;
    position: static;
  }
  footer .footer_nav .insta img {
    width: 100%;
  }
  footer .footer_nav ul {
    flex-flow: wrap;
    gap: 20rem 0;
    margin: 40rem 0 30rem;
  }
  footer .footer_nav ul li {
    width: 48%;
    font-size: 14rem;
  }
  footer .footer_nav ul li:nth-of-type(2n) {
    border-right: 2rem solid #bfd269;
  }
  footer .footer_nav dl {
    margin: 0 0 50rem;
    font-weight: bold;
  }
  footer .footer_nav dl dt {
    font-size: 24rem;
  }
  footer .footer_nav dl dd {
    width: 48%;
    font-size: 14rem;
  }
  footer .footer_nav dl dd a {
    padding: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  footer .footer_nav p {
    font-size: 10rem;
    line-height: 2;
  }
  footer .footer_contact {
    padding: 50rem 0 90rem;
    border-top: 20rem solid #feb54c;
  }
  footer .footer_contact .inner .tellBox {
    text-align: center;
    font-size: 20rem;
    margin: 0 0 30rem;
  }
  footer .footer_contact .inner .tellBox span {
    font-size: 34rem;
  }
  footer .footer_contact .inner .mailBox {
    width: auto;
  }
  footer .footer_contact .inner .mailBox a {
    padding: 15rem;
    font-size: 20rem;
    gap: 20rem;
    border-radius: 12rem;
  }
  footer .footer_contact .inner .mailBox a img {
    width: 50rem;
  }
  #top main {
    margin: 100rem 0 0;
  }
  #top .mv {
    margin: 0 0 80rem 20rem;
  }
  #top .mv h1 {
    top: 40rem;
    left: 20rem;
    right: auto;
    width: 280rem;
  }
  #top .mv .swiper_outer .swipe_main {
    border-radius: 20rem 0 0 20rem;
  }
  #top .mv .swiper_outer .swiper-pagination {
    text-align: left;
    margin: 0 0 0 30rem;
  }
  #top .mv .swiper_outer .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10rem 0 0;
    padding: 5rem;
  }
  #top .news {
    margin: 0 0 80rem;
  }
  #top .news h2 {
    font-size: 30rem;
  }
  #top .news h2::before {
    top: -50rem;
    border-bottom: 51rem solid #feb54c;
  }
  #top .news .inner {
    border: 10rem solid #feb54c;
  }
  #top .news .inner > figure:nth-of-type(1) {
    top: -100rem;
    left: -30rem;
    width: 120rem;
  }
  #top .news .inner > figure:nth-of-type(2) {
    bottom: -50rem;
    right: -20rem;
    width: 80rem;
  }
  #top .mission {
    padding: 0 0 120rem;
  }
  #top .mission:before {
    width: 100%;
    height: 120rem;
    background: url(../img/bg_mission.svg) no-repeat bottom center/100%;
  }
  #top .mission .cloumn div {
    margin: 0 0 20rem;
  }
  #top .mission .cloumn div .subttl {
    margin: 0 0 20rem;
  }
  #top .mission .pagelink {
    margin: 50rem auto 0;
  }
  #top .service {
    background: #81b9f7 url(../img/bg_service.jpg) no-repeat bottom center/270%;
    padding: 50rem 0 320rem;
  }
  #top .service .subttl {
    margin: 0 0 40rem;
  }
  #top .service ul {
    gap: 10rem 0;
    justify-content: space-between;
  }
  #top .service ul li {
    width: 48%;
    border: 5rem solid #feb54c;
    font-size: 20rem;
  }
  #top .service ul li a {
    height: 100rem;
  }
  #top .message {
    padding: 80rem 0 120rem;
  }
  #top .message:before {
    width: 100%;
    height: 100rem;
    background: url(../img/bg_message_top.svg) no-repeat top center/100%;
  }
  #top .message:after {
    width: 100%;
    height: 100rem;
    background: url(../img/bg_message_btm.svg) no-repeat bottom center/100%;
  }
  #top .message .singleSwiper {
    width: 100%;
    margin: 0 0 60rem;
  }
  #top .message .singleSwiper .swiper-container {
    border: 10rem solid #feb54c;
  }
  #top .message .singleSwiper .next,
  #top .message .singleSwiper .prev {
    width: 50rem;
    height: 50rem;
    border: 8rem solid #feb54c;
  }
  #top .message .singleSwiper .prev {
    left: -10rem;
    right: auto;
  }
  #top .message .singleSwiper .prev:before {
    border-width: 10rem 15rem 10rem 0;
    right: 5rem;
  }
  #top .message .singleSwiper .next {
    left: auto;
    right: -10rem;
  }
  #top .message .singleSwiper .next:before {
    border-width: 10rem 0 10rem 15rem;
    left: 5rem;
  }
  #top .message dl {
    gap: 40rem 0;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 0 80rem;
  }
  #top .message dl dt.subttl {
    width: 100%;
    margin: 0;
  }
  #top .message dl dt.subttl p {
    padding: 20rem;
    font-size: 16rem;
  }
  #top .message dl dt.subttl p span {
    font-size: 30rem;
  }
  #top .message dl dd {
    width: 48%;
    font-size: 16rem;
  }
  #top .message dl dd span {
    font-size: 20rem;
  }
  #top .base {
    padding: 60rem 0 100rem;
  }
  #top .base ul {
    gap: 40rem 0;
    justify-content: space-between;
    font-size: 16rem;
    margin: 0 0 50rem;
  }
  #top .base ul li {
    width: 48%;
  }
  #top .base ul li span {
    font-size: 20rem;
    height: 80rem;
  }
  #top .base ul li span small {
    font-size: 14rem;
  }
  #top .member {
    margin: 0 0 100rem;
    padding: 100rem 0 0;
  }
  #top .member::before {
    width: 100%;
    height: 160rem;
    background: url(../img/bg_member_top.svg) no-repeat top center/100%;
  }
  #top .member figure:nth-of-type(1) {
    left: auto;
    right: -20rem;
    width: 100rem;
    margin: 130rem 0 0;
  }
  #top .member figure:nth-of-type(2) {
    width: 100rem;
    right: -20rem;
    margin: 270rem 0 0;
  }
  #top .member .subttl strong {
    align-items: flex-start;
  }
  #top .member .subttl strong img {
    width: 60rem;
  }
  #top .member .staff .profile {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  #top .member .staff .profile img {
    width: 55%;
    margin: 0 0 0 -30rem;
  }
  #top .member .staff .profile p {
    width: 50%;
    margin: 30rem 0 0 auto;
  }
  #top .member .staff .profile p span {
    font-size: 30rem;
  }
  #top .member .staff .profile p strong {
    width: 335rem;
    margin: 60rem 0 0 -168rem;
    border-width: 10rem 0;
    padding: 10rem 0;
    font-size: 30rem;
  }
  #top .member .staff .comment {
    display: block;
    margin: 40rem 0 0;
  }
  #top .member .staff .comment li {
    width: auto;
    padding: 0;
  }
  #top .member .staff:nth-of-type(2n) {
    margin: 50rem 0 0;
  }
  #top .member .staff:nth-of-type(2n) .profile {
    flex-direction: row-reverse;
  }
  #top .member .staff:nth-of-type(2n) .profile p {
    margin: 30rem 0 0;
  }
  #top .member .staff:nth-of-type(2n) .profile p strong {
    margin: 40rem 0 0 0;
  }
  #top .member .staff:nth-of-type(2n) .profile img {
    margin: 0 -30rem 0 0;
  }
  #top .member .other_staff {
    margin: 50rem 0 0;
    gap: 40rem 0;
  }
  #top .member .other_staff li {
    width: 48%;
  }
  #top .member .other_staff li span {
    margin: 10rem 0 10rem;
    padding: 0 0 10rem;
    display: block;
    font-size: 20rem;
    font-weight: 900;
  }
  #top .member .other_staff li span small {
    font-size: 14rem;
  }
  #top .recruit .subttl {
    margin: 50rem 0 50rem;
  }
  #top .recruit .pagelink {
    margin: 80rem auto 0;
  }
}
.fadein {
  opacity: 0;
  transition: 1s;
}

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

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

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

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 50rem);
}

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

.fadein.delay1 {
  transition-delay: 300ms;
}

.fadein.delay2 {
  transition-delay: 600ms;
}

.fadein.delay3 {
  transition-delay: 900ms;
}/*# sourceMappingURL=style.css.map */