@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: #333;
  font-size: 24rem;
  font-size: min(24rem, 18px);
  font-weight: 400;
  letter-spacing: 0.5rem;
}

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

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

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

.font_jose {
  font-family: "Josefin Sans", sans-serif;
}

main {
  display: block;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.pb_l {
  padding-bottom: 100rem;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.c_red {
  color: #df1616;
}

.c_blue {
  color: #008899;
}

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

.s_inner {
  width: 1320rem;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.common_list li {
  padding-left: 1em;
  text-indent: -1em;
}

a.underline {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}

.notes {
  font-size: min(20rem, 16px);
  padding-left: 20rem;
  text-indent: -20rem;
}

/*スクロールアニメーション*/
.scroll_target.fade_up {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.scroll_target.fade_up.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.scroll_target.white_box {
  position: relative;
  overflow: hidden;
}
.scroll_target.white_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;
  transition: -webkit-transform 0.5s ease-in-out 0.2s;
  transition: transform 0.5s ease-in-out 0.2s;
  transition: transform 0.5s ease-in-out 0.2s, -webkit-transform 0.5s ease-in-out 0.2s;
}
.scroll_target.white_box.on::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.scroll_target.bg_stretch {
  position: relative;
  overflow: hidden;
}
.scroll_target.bg_stretch::before {
  content: "";
  display: block;
  width: 1200rem;
  height: 150%;
  background-color: #EBF6F7;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  position: absolute;
  top: -148rem;
  right: -150rem;
  z-index: -1;
  -webkit-transition: -webkit-clip-path 1.2s ease;
  transition: -webkit-clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease, -webkit-clip-path 1.2s ease;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.scroll_target.bg_stretch.on::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.scroll_target.slide_in {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
  background-color: #fff;
  position: relative;
}
.scroll_target.slide_in::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
}
.scroll_target.slide_in > * {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: block;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
}
.scroll_target.slide_in.on {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.scroll_target.slide_in.on::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.scroll_target.slide_in.on > * {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.btn_more {
  position: relative;
}
.btn_more a {
  font-size: 26rem;
  font-weight: bold;
  color: #fff;
  background-color: #008899;
  width: 575rem;
  height: 74rem;
  position: relative;
  -webkit-box-shadow: -5rem 5rem 10rem rgba(0, 0, 0, 0.14);
          box-shadow: -5rem 5rem 10rem rgba(0, 0, 0, 0.14);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_more a::after {
  content: "";
  display: block;
  width: 107rem;
  height: 11rem;
  background: url(../img/ico_btn_more.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -43rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_more a:hover {
  color: #008899;
  background-color: #fff;
  border: 1rem solid #008899;
}
.btn_more a:hover::after {
  right: -53rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_more.view_more:hover::after {
  right: -53rem;
}
.btn_more.view_more a {
  font-size: 34rem;
  width: 598rem;
  height: 92rem;
  font-weight: 700;
  background-color: #fff;
  border: 1rem solid #606060;
  color: #333;
  padding-top: 10rem;
  font-style: italic;
}
.btn_more.view_more a:hover {
  background-color: #008899;
  color: #fff;
  border-color: #fff;
}
.btn_more.white a {
  background-color: #fff;
  color: #008899;
}
.btn_more.white a:hover {
  background-color: #008899;
  color: #fff;
}
.btn_more.on_circle {
  position: relative;
  display: inline-block;
}
.btn_more.on_circle:hover::after {
  right: -60rem;
}
.btn_more.on_circle::after {
  content: "";
  display: block;
  width: 107rem;
  height: 11rem;
  background: url(../img/ico_btn_more.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -43rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.btn_more.on_circle a {
  overflow: hidden;
  z-index: 2;
}
.btn_more.on_circle a::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  background: #008899;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: auto;
  left: -60rem;
  bottom: -125rem;
  z-index: -1;
}
.btn_more.on_circle a::after {
  content: none;
}
.btn_more.on_circle a:hover {
  background-color: #fff;
  color: #fff;
  border-color: #008899;
}
.btn_more.on_circle a:hover::before {
  width: 530rem;
  height: 530rem;
  opacity: 1;
}
.btn_more.on_circle.circle_white a:hover {
  color: #008899;
  background-color: #008899;
}
.btn_more.on_circle.circle_white a:hover::before {
  background-color: #fff;
}

.section_ttl {
  text-align: center;
}
.section_ttl .en {
  font-weight: 700;
  font-size: 80rem;
  font-style: italic;
}
.section_ttl .jp {
  font-size: 22rem;
  font-weight: bold;
  margin-top: -30rem;
  color: #008899;
}

.ttl_wrap .jp {
  font-size: 42rem;
  font-weight: bold;
  line-height: 1.3;
}
.ttl_wrap .en {
  font-size: 28rem;
  letter-spacing: 0;
  color: #008899;
  font-family: "Josefin Sans", sans-serif;
}

.contents {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1920rem;
}

.side_menu {
  width: 11.1979166667%;
  background-color: #f6f6f6;
  border-right: 1px solid #c9c9c9;
  padding-top: 45rem;
  padding-bottom: 45rem;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 100vh;
}
.side_menu .logo_wrap a {
  display: block;
  width: 137rem;
  margin: 0 auto;
}
.side_menu.fix_bottom {
  top: auto;
  bottom: 0;
}
.side_menu .nav_container .nav_wrap {
  margin-top: 30rem;
}
.side_menu .nav_container .nav_wrap ul li a {
  padding-top: 12rem;
  padding-bottom: 12rem;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.side_menu .nav_container .nav_wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgb(255, 255, 255));
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: width;
  transition-property: width;
}
.side_menu .nav_container .nav_wrap ul li a span {
  display: block;
  position: relative;
  z-index: 2;
}
.side_menu .nav_container .nav_wrap ul li a span.en {
  font-size: 38rem;
}
.side_menu .nav_container .nav_wrap ul li a span.jp {
  font-size: min(20rem, 18px);
  color: #008899;
  margin-top: -18rem;
}

.main_contents {
  width: 88.8020833333%;
  overflow: hidden;
}

.cta_section {
  padding-top: 172rem;
  padding-bottom: 170rem;
}
.cta_section .cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta_section .cta_wrap .col {
  width: 635rem;
  height: 611rem;
  background-color: #f6f6f6;
  -webkit-box-shadow: 10rem 10rem 20rem rgba(0, 0, 0, 0.1);
          box-shadow: 10rem 10rem 20rem rgba(0, 0, 0, 0.1);
}
.cta_section .cta_wrap .contact .section_ttl {
  margin-top: 50rem;
}
.cta_section .cta_wrap .contact .desc {
  text-align: center;
  margin-top: 30rem;
}
.cta_section .cta_wrap .contact .btn_more {
  margin-top: 30rem;
}
.cta_section .cta_wrap .contact .btn_more a {
  width: 490rem;
  height: 80rem;
}
.cta_section .cta_wrap .contact .btn_more a::before {
  left: -92rem;
  bottom: -125rem;
}
.cta_section .cta_wrap .contact .btn_more + .btn_more {
  margin-top: 20rem;
}
.cta_section .cta_wrap .other_service ul {
  margin-top: 80rem;
}
.cta_section .cta_wrap .other_service ul li + li {
  margin-top: 32rem;
}
.cta_section .cta_wrap .other_service ul li a {
  display: block;
  width: 557rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.cta_section .cta_wrap .other_service ul li a:hover {
  opacity: 0.7;
}

footer .footer_top {
  background-color: #606060;
  padding-top: 58rem;
  padding-bottom: 58rem;
  color: #fff;
}
footer .footer_top .info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_top .info_wrap .logo {
  margin-left: 130rem;
}
footer .footer_top .info_wrap .logo a {
  display: block;
  width: 219rem;
}
footer .footer_top .info_wrap .desc {
  margin-left: 65rem;
}
footer .footer_top .info_wrap .desc .address {
  margin-top: 3rem;
}
footer .footer_top .info_wrap .desc .tel_fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32rem;
}
footer .footer_top .info_wrap .desc .tel_fax .tel a {
  color: #fff;
}
footer .footer_top .footer_nav {
  margin: 30rem auto 0;
  width: 65%;
}
footer .footer_top .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem 62rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_top .footer_nav ul li.noline_pc::before, footer .footer_top .footer_nav ul li.noline::before {
  content: none;
}
footer .footer_top .footer_nav ul li a {
  color: #fff;
  font-size: 20rem;
  font-weight: 300;
}
footer .footer_top .footer_nav ul li a:hover {
  opacity: 0.7;
}
footer .footer_top .footer_nav ul li + li {
  position: relative;
}
footer .footer_top .footer_nav ul li + li::before {
  content: "";
  display: block;
  height: 1rem;
  width: 28rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -44rem;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
footer .footer_bottom {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
footer .footer_bottom .logo_wrap {
  width: 1320rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15rem;
}
footer .footer_bottom .logo_wrap ul li a {
  display: block;
}
footer .footer_bottom .logo_wrap .privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_bottom .logo_wrap .privacy ul li.pmark a {
  width: 100rem;
}
footer .footer_bottom .logo_wrap .privacy ul li.isms a {
  width: 261rem;
  padding: 9.9rem 16.5rem 9.2rem 21rem;
  border: 1rem solid #aaaaaa;
}
footer .footer_bottom .logo_wrap .other ul li.googlestreet a {
  width: 287rem;
}
footer .footer_bottom .copyright {
  font-size: 20rem;
  font-weight: 300;
  margin-top: 15rem;
  text-align: center;
}

/*下層共通*/
.mv_under {
  padding-top: 170rem;
  height: 462rem;
  position: relative;
  overflow: hidden;
}
.mv_under .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.mv_under .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_under .page_ttl {
  margin-left: 195rem;
  color: #fff;
}
.mv_under .page_ttl .en {
  font-size: 80rem;
  font-weight: 700;
}
.mv_under .page_ttl .jp {
  font-size: 22rem;
  font-weight: bold;
  margin-top: -35rem;
}
.mv_under .mv_logo {
  width: 578rem;
  height: 578rem;
  position: absolute;
  top: -15rem;
  right: -28rem;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}

.breadcrumb {
  margin-top: 25rem;
  margin-left: 32rem;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  position: relative;
  font-size: 18rem;
}
.breadcrumb ul li + li {
  margin-left: 30rem;
}
.breadcrumb ul li + li::before {
  content: "";
  display: block;
  width: 17rem;
  height: 17rem;
  background: url(../img/ico_breadcrumb.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -21rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*下層共通 ここまで*/
/*トップページ*/
.mv_top {
  position: relative;
  padding-top: 150rem;
  padding-bottom: 110rem;
}
.mv_top .catchcopy {
  margin-left: 105rem;
}
.mv_top .catchcopy .cc_main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.05;
  font-size: 120rem;
  -webkit-animation: fade_cc_main 0.3s 2.5s linear both;
          animation: fade_cc_main 0.3s 2.5s linear both;
  background: url(../img/bg_cc_main.png) no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
}
.mv_top .catchcopy .cc_main span {
  color: #089;
  display: inline;
  -webkit-animation: move_text 0.3s linear both;
          animation: move_text 0.3s linear both;
}
.mv_top .catchcopy .cc_main span:nth-of-type(0) {
  -webkit-animation-delay: 0s, 2s;
          animation-delay: 0s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(1) {
  -webkit-animation-delay: 0.035s, 2s;
          animation-delay: 0.035s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(2) {
  -webkit-animation-delay: 0.07s, 2s;
          animation-delay: 0.07s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(3) {
  -webkit-animation-delay: 0.105s, 2s;
          animation-delay: 0.105s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(4) {
  -webkit-animation-delay: 0.14s, 2s;
          animation-delay: 0.14s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(5) {
  -webkit-animation-delay: 0.175s, 2s;
          animation-delay: 0.175s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(6) {
  -webkit-animation-delay: 0.21s, 2s;
          animation-delay: 0.21s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(7) {
  -webkit-animation-delay: 0.245s, 2s;
          animation-delay: 0.245s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(8) {
  -webkit-animation-delay: 0.28s, 2s;
          animation-delay: 0.28s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(9) {
  -webkit-animation-delay: 0.315s, 2s;
          animation-delay: 0.315s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(10) {
  -webkit-animation-delay: 0.35s, 2s;
          animation-delay: 0.35s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(11) {
  -webkit-animation-delay: 0.385s, 2s;
          animation-delay: 0.385s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(12) {
  -webkit-animation-delay: 0.42s, 2s;
          animation-delay: 0.42s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(13) {
  -webkit-animation-delay: 0.455s, 2s;
          animation-delay: 0.455s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(14) {
  -webkit-animation-delay: 0.49s, 2s;
          animation-delay: 0.49s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(15) {
  -webkit-animation-delay: 0.525s, 2s;
          animation-delay: 0.525s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(16) {
  -webkit-animation-delay: 0.56s, 2s;
          animation-delay: 0.56s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(17) {
  -webkit-animation-delay: 0.595s, 2s;
          animation-delay: 0.595s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(18) {
  -webkit-animation-delay: 0.63s, 2s;
          animation-delay: 0.63s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(19) {
  -webkit-animation-delay: 0.665s, 2s;
          animation-delay: 0.665s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(20) {
  -webkit-animation-delay: 0.7s, 2s;
          animation-delay: 0.7s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(21) {
  -webkit-animation-delay: 0.735s, 2s;
          animation-delay: 0.735s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(22) {
  -webkit-animation-delay: 0.77s, 2s;
          animation-delay: 0.77s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(23) {
  -webkit-animation-delay: 0.805s, 2s;
          animation-delay: 0.805s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(24) {
  -webkit-animation-delay: 0.84s, 2s;
          animation-delay: 0.84s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(25) {
  -webkit-animation-delay: 0.875s, 2s;
          animation-delay: 0.875s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(26) {
  -webkit-animation-delay: 0.91s, 2s;
          animation-delay: 0.91s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(27) {
  -webkit-animation-delay: 0.945s, 2s;
          animation-delay: 0.945s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(28) {
  -webkit-animation-delay: 0.98s, 2s;
          animation-delay: 0.98s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(29) {
  -webkit-animation-delay: 1.015s, 2s;
          animation-delay: 1.015s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(30) {
  -webkit-animation-delay: 1.05s, 2s;
          animation-delay: 1.05s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(31) {
  -webkit-animation-delay: 1.085s, 2s;
          animation-delay: 1.085s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(32) {
  -webkit-animation-delay: 1.12s, 2s;
          animation-delay: 1.12s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(33) {
  -webkit-animation-delay: 1.155s, 2s;
          animation-delay: 1.155s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(34) {
  -webkit-animation-delay: 1.19s, 2s;
          animation-delay: 1.19s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(35) {
  -webkit-animation-delay: 1.225s, 2s;
          animation-delay: 1.225s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(36) {
  -webkit-animation-delay: 1.26s, 2s;
          animation-delay: 1.26s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(37) {
  -webkit-animation-delay: 1.295s, 2s;
          animation-delay: 1.295s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(38) {
  -webkit-animation-delay: 1.33s, 2s;
          animation-delay: 1.33s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(39) {
  -webkit-animation-delay: 1.365s, 2s;
          animation-delay: 1.365s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(40) {
  -webkit-animation-delay: 1.4s, 2s;
          animation-delay: 1.4s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(41) {
  -webkit-animation-delay: 1.435s, 2s;
          animation-delay: 1.435s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(42) {
  -webkit-animation-delay: 1.47s, 2s;
          animation-delay: 1.47s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(43) {
  -webkit-animation-delay: 1.505s, 2s;
          animation-delay: 1.505s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(44) {
  -webkit-animation-delay: 1.54s, 2s;
          animation-delay: 1.54s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(45) {
  -webkit-animation-delay: 1.575s, 2s;
          animation-delay: 1.575s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(46) {
  -webkit-animation-delay: 1.61s, 2s;
          animation-delay: 1.61s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(47) {
  -webkit-animation-delay: 1.645s, 2s;
          animation-delay: 1.645s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(48) {
  -webkit-animation-delay: 1.68s, 2s;
          animation-delay: 1.68s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(49) {
  -webkit-animation-delay: 1.715s, 2s;
          animation-delay: 1.715s, 2s;
}
.mv_top .catchcopy .cc_main span:nth-of-type(50) {
  -webkit-animation-delay: 1.75s, 2s;
          animation-delay: 1.75s, 2s;
}
.mv_top .catchcopy .cc_desc {
  margin-top: 35rem;
  font-weight: bold;
  padding-left: 25rem;
  line-height: 1.8;
  overflow: hidden;
}
.mv_top .catchcopy .cc_desc span {
  display: block;
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation-name: fade_cc_desc;
          animation-name: fade_cc_desc;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.mv_top .logo {
  width: 585rem;
  position: absolute;
  top: 220rem;
  right: -20rem;
}
.mv_top .logo svg {
  width: 100%;
}
.mv_top .logo svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 3572px;
  -webkit-animation-name: mv_logo;
          animation-name: mv_logo;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.about_top {
  padding-top: 80rem;
  padding-bottom: 95rem;
  background-image: url(../img/bg_about_topv2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0rem -352rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about_top.scroll_target.bg_stretch::before {
  content: "";
  display: block;
  width: 890rem;
  height: 160%;
  background-color: #EBF6F7;
  z-index: -1;
  position: absolute;
  top: -230rem;
  left: -218rem;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
.about_top .desc {
  line-height: 1.8;
  text-align: center;
  margin-top: 40rem;
}
.about_top .bnr_wrap {
  margin-top: 50rem;
}
.about_top .bnr_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_top .bnr_wrap ul li {
  width: 415rem;
  height: 224rem;
  -webkit-box-shadow: 10rem 10rem 16rem rgba(0, 0, 0, 0.24);
          box-shadow: 10rem 10rem 16rem rgba(0, 0, 0, 0.24);
}
.about_top .bnr_wrap ul li a {
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 10rem 10rem 16rem rgba(0, 0, 0, 0.25);
          box-shadow: 10rem 10rem 16rem rgba(0, 0, 0, 0.25);
}
.about_top .bnr_wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 82rem;
  height: 12rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  left: 39rem;
  top: 170rem;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.about_top .bnr_wrap ul li a .image {
  text-align: right;
  height: 100%;
  position: relative;
}
.about_top .bnr_wrap ul li a .image::after {
  content: "";
  background-color: #fff;
  width: 245rem;
  height: 130%;
  z-index: 2;
  position: absolute;
  left: -30rem;
  top: -40rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.about_top .bnr_wrap ul li a .image img {
  width: auto;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about_top .bnr_wrap ul li a .txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 40rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.about_top .bnr_wrap ul li a .txt .en {
  font-size: 42rem;
}
.about_top .bnr_wrap ul li a .txt .jp {
  font-size: 22rem;
  margin-top: -20rem;
}
.about_top .bnr_wrap ul li a:hover::after {
  left: 50rem;
}
.about_top .bnr_wrap ul li a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service_top {
  padding-top: 130rem;
  padding-bottom: 180rem;
  position: relative;
  overflow: hidden;
}
.service_top .bg1,
.service_top .bg2 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s ease 0.5s;
  transition: -webkit-clip-path 1s ease 0.5s;
  transition: clip-path 1s ease 0.5s;
  transition: clip-path 1s ease 0.5s, -webkit-clip-path 1s ease 0.5s;
}
.service_top .bg1.on,
.service_top .bg2.on {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.service_top .bg1 {
  width: 1307rem;
  position: absolute;
  top: 0;
  right: -247rem;
}
.service_top .bg2 {
  width: 533rem;
  position: absolute;
  bottom: 0;
  left: 73rem;
}
.service_top .service_wrap {
  margin-top: 49rem;
}
.service_top .service_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33rem 43rem;
}
.service_top .service_wrap ul li {
  width: 410rem;
  height: 410rem;
  text-align: center;
  position: relative;
}
.service_top .service_wrap ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: rgba(0, 136, 153, 0.6);
}
.service_top .service_wrap ul li:nth-of-type(0)::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(0) .cont_wrap {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(1)::before {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(1) .cont_wrap {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(2)::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(2) .cont_wrap {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(3)::before {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(3) .cont_wrap {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(4)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(4) .cont_wrap {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(5)::before {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(5) .cont_wrap {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li:nth-of-type(6)::before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.service_top .service_wrap ul li:nth-of-type(6) .cont_wrap {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.service_top .service_wrap ul li .cont_wrap {
  position: absolute;
  top: 0;
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.service_top .service_wrap ul li .cont_wrap .ttl {
  font-size: 38rem;
  font-weight: bold;
  color: #008899;
  position: absolute;
  top: 81rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  line-height: 1.3;
  min-height: 85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_top .service_wrap ul li .cont_wrap .desc {
  font-size: min(24rem, 20px);
  padding-top: 201rem;
}
.service_top .service_wrap.on ul li::before {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.service_top .service_wrap.on ul li .cont_wrap {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-box-shadow: 5rem 5rem 20rem rgba(0, 0, 0, 0.16);
          box-shadow: 5rem 5rem 20rem rgba(0, 0, 0, 0.16);
}
.service_top .btn_more {
  margin-top: 74rem;
}

.works_top {
  padding-top: 110rem;
  padding-bottom: 150rem;
}
.works_top .works_wrap {
  margin-top: 58rem;
}
.works_top .works_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.works_top .works_wrap ul li {
  width: 25%;
}
.works_top .works_wrap ul li a {
  display: block;
  width: 100%;
  height: 305rem;
  overflow: hidden;
}
.works_top .works_wrap ul li a:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.works_top .works_wrap ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.works_top .btn_more {
  margin-top: 78rem;
}

.topics_top {
  padding-top: 135rem;
  padding-bottom: 135rem;
  position: relative;
  background: url(../img/bg_topics_top.jpg) no-repeat center/cover;
}
.topics_top .section_ttl {
  position: absolute;
  top: 180rem;
  left: 192rem;
}
.topics_top .topics_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topics_top .topics_wrap ul li {
  background-color: #fff;
}
.topics_top .topics_wrap ul li + li {
  margin-top: 4rem;
}
.topics_top .topics_wrap ul li a {
  border: 1rem solid #dbdbdb;
  padding-left: 50rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18rem;
  width: 1037rem;
  min-height: 96rem;
}
.topics_top .topics_wrap ul li a::after {
  content: "";
  display: block;
  width: 78rem;
  height: 10rem;
  background: url(../img/ico_topics_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 80rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.topics_top .topics_wrap ul li a:hover {
  background-color: #eefbfd;
}
.topics_top .topics_wrap ul li a:hover::after {
  right: 70rem;
}
.topics_top .topics_wrap ul li a time {
  font-weight: bold;
  font-size: 22rem;
  color: #008899;
}
.topics_top .topics_wrap ul li a .title {
  width: 660rem;
}
.topics_top .topics_wrap ul li a .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.topics_top .btn_more {
  position: absolute;
  top: 353rem;
  left: 192rem;
  margin-top: 0;
}
.topics_top .btn_more a {
  width: 375rem;
}
.topics_top .btn_more.on_circle a::before {
  left: -205rem;
}

.recruit_top {
  margin-top: 195rem;
  position: relative;
}
.recruit_top .section_ttl {
  position: absolute;
  top: -82rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.recruit_top .section_ttl .jp {
  color: #fff;
}
.recruit_top .catchcopy {
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 108rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit_top .catchcopy .cc_main {
  width: 1149rem;
  margin-left: auto;
  margin-right: auto;
}
.recruit_top .catchcopy .cc_desc {
  margin-top: 25rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.recruit_top .catchcopy .cc_desc span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 6.4s;
          transition-delay: 6.4s;
}
.recruit_top .catchcopy.on span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruit_top .btn_more {
  z-index: 3;
  position: absolute;
  top: 522rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit_top .photo_wrap {
  width: 100%;
}
.recruit_top .photo_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 136, 153, 0.58);
  mix-blend-mode: multiply;
}
.recruit_top .photo_wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit_top .photo_wrap ul li {
  width: 25%;
}
.recruit_top .photo_wrap ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_top .photo_wrap.scroll_target ul li {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
  background-color: #fff;
  position: relative;
}
.recruit_top .photo_wrap.scroll_target ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
}
.recruit_top .photo_wrap.scroll_target ul li > * {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: block;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
          transition-timing-function: cubic-bezier(0.8, 0.3, 0.2, 0.9);
}
.recruit_top .photo_wrap.scroll_target.on ul li {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.recruit_top .photo_wrap.scroll_target.on ul li::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.recruit_top .photo_wrap.scroll_target.on ul li > * {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/*トップページ　ここまで*/
@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
  .side_menu .nav_container .nav_wrap ul li:hover a {
    width: 150%;
    background-color: #dcf8fa;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .side_menu .nav_container .nav_wrap ul li.side_on.next a {
    -webkit-box-shadow: inset 0 8rem rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 8rem rgba(0, 0, 0, 0.1);
  }
  .side_menu .nav_container .nav_wrap ul li.side_on a {
    background-color: #f6f6f6;
    width: 125%;
  }
}
@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: 13rem;
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 313rem;
  }
  .s_inner {
    width: 313rem;
  }
  .btn_more a {
    font-size: 14rem;
    width: 290rem;
    height: 48rem;
  }
  .btn_more a::after {
    right: -20rem;
    width: 50rem;
    height: 5rem;
  }
  .btn_more.view_more a {
    font-size: 17rem;
    width: 212rem;
    height: 46rem;
    padding-top: 0rem;
  }
  .btn_more.on_circle::after {
    right: -20rem;
    width: 50rem;
    height: 5rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .pb_l {
    padding-bottom: 50rem;
  }
  .section_ttl .en {
    font-size: 35rem;
  }
  .section_ttl .jp {
    font-size: 12rem;
    margin-top: -15rem;
  }
  .ttl_wrap .jp {
    font-size: 23rem;
  }
  .ttl_wrap .en {
    font-size: 18rem;
  }
  .notes {
    font-size: 11rem;
    padding-left: 11rem;
    text-indent: -11rem;
  }
  /*スクロールアニメーション*/
  .contents {
    display: block;
  }
  .side_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 63rem;
    min-height: auto;
    border-right: none;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .side_menu .icon_wrap {
    width: 63rem;
    height: 100%;
    background-color: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100;
  }
  .side_menu .icon_wrap .hamburger span {
    display: block;
    width: 26.5rem;
    height: 3rem;
    background-color: #008899;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: relative;
  }
  .side_menu .icon_wrap .hamburger span + span {
    margin-top: 5.5rem;
  }
  .side_menu .logo_wrap {
    width: 105rem;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side_menu .logo_wrap a {
    width: 84rem;
  }
  .side_menu .nav_container {
    padding-top: 100rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(0, 136, 153, 0.9);
  }
  .side_menu .nav_container .nav_wrap {
    margin-top: 0;
  }
  .side_menu .nav_container .nav_wrap ul li + li {
    margin-top: 0;
  }
  .side_menu .nav_container .nav_wrap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1rem solid #fff;
    padding-left: 30rem;
    padding-top: 15rem;
    padding-bottom: 5rem;
    position: relative;
  }
  .side_menu .nav_container .nav_wrap ul li a::after {
    content: "";
    display: block;
    width: 56rem;
    height: 7rem;
    background: url(../img/ico_arrow_right_white.svg) no-repeat center/contain;
    position: absolute;
    top: 31rem;
    right: 30rem;
  }
  .side_menu .nav_container .nav_wrap ul li a span.en {
    color: #fff;
    font-size: 24rem;
  }
  .side_menu .nav_container .nav_wrap ul li a span.jp {
    color: #fff;
    font-size: 14rem;
    margin-left: 24rem;
    padding-top: 25rem;
  }
  .side_menu.active .icon_wrap .hamburger span:nth-child(1) {
    top: 7rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .side_menu.active .icon_wrap .hamburger span:nth-child(2) {
    display: none;
  }
  .side_menu.active .icon_wrap .hamburger span:nth-child(3) {
    top: -1rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .side_menu.active .nav_container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main_contents {
    width: 100%;
    margin-top: 63rem;
  }
  .cta_section {
    padding-top: 60rem;
    padding-bottom: 62rem;
  }
  .cta_section.scroll_target.bg_stretch::before {
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
    top: -100rem;
    right: -965rem;
  }
  .cta_section .cta_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24rem;
  }
  .cta_section .cta_wrap .col {
    width: 100%;
    height: auto;
    padding-bottom: 33rem;
  }
  .cta_section .cta_wrap .contact .section_ttl {
    margin-top: 30rem;
  }
  .cta_section .cta_wrap .contact .desc {
    margin-top: 20rem;
  }
  .cta_section .cta_wrap .contact .btn_more {
    margin-top: 15rem;
  }
  .cta_section .cta_wrap .contact .btn_more + .btn_more {
    margin-top: 12rem;
  }
  .cta_section .cta_wrap .contact .btn_more a {
    width: 245rem;
    height: 48rem;
  }
  .cta_section .cta_wrap .other_service ul {
    margin-top: 33rem;
  }
  .cta_section .cta_wrap .other_service ul li + li {
    margin-top: 15rem;
  }
  .cta_section .cta_wrap .other_service ul li a {
    width: 279rem;
  }
  footer .footer_top .info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14rem;
  }
  footer .footer_top .info_wrap .logo {
    margin-left: 0;
  }
  footer .footer_top .info_wrap .logo a {
    width: 110rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_top .info_wrap .desc {
    margin-left: 0;
  }
  footer .footer_top .info_wrap .desc .address {
    margin-top: 5rem;
  }
  footer .footer_top .footer_nav {
    width: 313rem;
    margin: 16rem auto 0;
  }
  footer .footer_top .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    gap: 1rem 32rem;
  }
  footer .footer_top .footer_nav ul li.noline_sp::before {
    content: none;
  }
  footer .footer_top .footer_nav ul li.noline_pc::before {
    content: "";
  }
  footer .footer_top .footer_nav ul li + li::before {
    width: 15rem;
    left: -23rem;
  }
  footer .footer_top .footer_nav ul li a {
    font-size: 12rem;
  }
  footer .footer_bottom {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  footer .footer_bottom .logo_wrap {
    width: 100%;
    padding: 0 9rem;
  }
  footer .footer_bottom .logo_wrap .privacy ul {
    gap: 13rem;
  }
  footer .footer_bottom .logo_wrap .privacy ul li.pmark a {
    width: 50rem;
  }
  footer .footer_bottom .logo_wrap .privacy ul li.isms a {
    padding: 5rem 10rem;
    width: 130.5rem;
  }
  footer .footer_bottom .logo_wrap .other ul li.googlestreet a {
    width: 143.5rem;
  }
  footer .footer_bottom .copyright {
    margin-top: 12rem;
    font-size: 12rem;
  }
  /*下層共通 SP*/
  .mv_under {
    height: 210rem;
    padding-top: 65rem;
  }
  .mv_under .page_ttl {
    margin-left: 20rem;
  }
  .mv_under .page_ttl .en {
    font-size: 40rem;
  }
  .mv_under .page_ttl .jp {
    font-size: 16rem;
    margin-top: -15rem;
  }
  .mv_under .mv_logo {
    width: 205rem;
    height: 205rem;
    top: 40rem;
    right: -10rem;
  }
  .breadcrumb {
    margin-top: 15rem;
    margin-left: 22rem;
  }
  .breadcrumb ul li {
    font-size: 12rem;
  }
  .breadcrumb ul li + li {
    margin-left: 25rem;
  }
  .breadcrumb ul li + li::before {
    width: 9rem;
    height: 9rem;
    left: -15rem;
  }
  /*トップページ　SP*/
  .mv_top {
    padding-top: 18rem;
    padding-bottom: 20rem;
  }
  .mv_top .catchcopy {
    margin-left: 0;
  }
  .mv_top .catchcopy .cc_main {
    margin-left: 18rem;
    letter-spacing: -2rem;
    font-size: 50rem;
  }
  .mv_top .catchcopy .cc_desc {
    margin-top: 15rem;
    padding-left: 30rem;
  }
  .mv_top .logo {
    width: 197rem;
    bottom: -25px;
    top: auto;
  }
  .about_top {
    padding-top: 50rem;
    padding-bottom: 47.5rem;
    background-position: -283rem 110rem;
  }
  .about_top.scroll_target.bg_stretch::before {
    width: 490rem;
    left: -353rem;
  }
  .about_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 130rem;
    background-color: #EBF6F7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .about_top .desc {
    text-align: left;
    width: 313rem;
    margin: 28rem auto 0;
  }
  .about_top .bnr_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
  .about_top .bnr_wrap ul li {
    width: 278rem;
    height: 151rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about_top .bnr_wrap ul li a::after {
    width: 55rem;
    height: 6rem;
    top: 115rem;
  }
  .about_top .bnr_wrap ul li a .image::after {
    width: 178rem;
  }
  .about_top .bnr_wrap ul li a .txt .en {
    font-size: 25rem;
  }
  .about_top .bnr_wrap ul li a .txt .jp {
    font-size: 11rem;
    margin-top: -8rem;
  }
  .service_top {
    padding-top: 58rem;
    padding-bottom: 15rem;
  }
  .service_top .bg1,
  .service_top .bg2 {
    z-index: -1;
  }
  .service_top .bg1 {
    width: 408rem;
    right: -159rem;
  }
  .service_top .bg2 {
    width: 239rem;
    left: -57rem;
  }
  .service_top .service_wrap {
    margin-top: 33rem;
  }
  .service_top .service_wrap ul {
    gap: 16rem 10rem;
  }
  .service_top .service_wrap ul li {
    border-radius: 20rem;
    width: 151rem;
    height: 161.5rem;
  }
  .service_top .service_wrap ul li::before {
    border-radius: 10rem;
  }
  .service_top .service_wrap ul li .cont_wrap {
    border-radius: 10rem;
  }
  .service_top .service_wrap ul li .cont_wrap .ttl {
    font-size: 18rem;
    top: 14rem;
    min-height: 47rem;
  }
  .service_top .service_wrap ul li .cont_wrap .desc {
    font-size: 12rem;
    padding-top: 70rem;
    line-height: 1.4;
  }
  .service_top .btn_more {
    margin-top: 35rem;
  }
  .works_top {
    padding-top: 70rem;
    padding-bottom: 80rem;
  }
  .works_top .works_wrap {
    margin-top: 18rem;
  }
  .works_top .works_wrap ul li {
    width: 50%;
  }
  .works_top .works_wrap ul li a {
    width: 100%;
    height: 130rem;
  }
  .topics_top {
    padding-top: 124rem;
    padding-bottom: 118rem;
    background-image: url(../img/bg_topics_top_sp.jpg);
  }
  .topics_top .section_ttl {
    top: 37rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topics_top .topics_wrap ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 344rem;
    min-height: 64rem;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0rem;
    padding: 9rem 25rem 7rem;
  }
  .topics_top .topics_wrap ul li a::after {
    width: 42rem;
    height: 9rem;
    right: 25rem;
  }
  .topics_top .topics_wrap ul li a time {
    font-size: 11rem;
  }
  .topics_top .topics_wrap ul li a .title {
    font-size: 12rem;
    width: 215rem;
    line-height: 1.4;
    margin-top: 2rem;
    width: 82%;
  }
  .topics_top .topics_wrap ul li a .title span {
    white-space: unset;
  }
  .topics_top .btn_more {
    margin-top: 0;
    top: auto;
    bottom: 45rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruit_top {
    margin-top: 91rem;
  }
  .recruit_top .section_ttl {
    top: -34rem;
  }
  .recruit_top .catchcopy {
    text-align: left;
  }
  .recruit_top .catchcopy .cc_main {
    width: 339rem;
  }
  .recruit_top .catchcopy .cc_desc {
    width: 313rem;
    margin: 22rem auto 0;
  }
  .recruit_top .btn_more {
    top: 460rem;
  }
  .recruit_top .photo_wrap ul {
    width: 100%;
  }
  .recruit_top .photo_wrap ul li {
    width: 50%;
  }
  /*トップページ　SPここまで*/
}
/* アニメーション */
@-webkit-keyframes mv_logo {
  0% {
    stroke-dashoffset: 3572px;
    fill: #fff;
    stroke: #089;
  }
  54% {
    fill: #fff;
  }
  70% {
    stroke: #089;
    stroke-dashoffset: 0;
  }
  83% {
    fill: #089;
  }
  100% {
    fill: #089;
    stroke: #089;
  }
}
@keyframes mv_logo {
  0% {
    stroke-dashoffset: 3572px;
    fill: #fff;
    stroke: #089;
  }
  54% {
    fill: #fff;
  }
  70% {
    stroke: #089;
    stroke-dashoffset: 0;
  }
  83% {
    fill: #089;
  }
  100% {
    fill: #089;
    stroke: #089;
  }
}
@-webkit-keyframes move_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_cc_main {
  0% {
    color: rgb(0, 135, 153);
  }
  100% {
    color: rgba(0, 135, 153, 0);
  }
}
@keyframes fade_cc_main {
  0% {
    color: rgb(0, 135, 153);
  }
  100% {
    color: rgba(0, 135, 153, 0);
  }
}
@-webkit-keyframes fade_cc_desc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_cc_desc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーション ここまで*//*# sourceMappingURL=style.css.map */