@charset "UTF-8";
/*font-family: "Noto Sans JP", serif;
font-family: "Noto Serif JP", serif;
font-family: "Oswald", serif;
font-family: "Roboto", serif;
font-family: "Lora", serif;*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
html {
  font-size: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
  opacity: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1e1e1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
body.loaded {
  opacity: 1;
}
main {
  position: relative;
}
.sec--max {
  max-width: 1920px;
  margin: 0 auto;
}
.wrap {
  margin: 0 2.8vw;
}
@media only screen and (max-width: 991px) {
  .wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pc-on {
    display: none !important;
  }
}
.sp-on {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp-on {
    display: block !important;
  }
}
input, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 100%;
  vertical-align: middle;
}
select {
  background-color: transparent;
  text-indent: .01px;
  text-overflow: "";
}
textarea {
  font-size: 100%;
}
em {
  font-style: normal;
}
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src*="_sp."] {
  display: none;
}
@media only screen and (max-width: 767px) {
  img[src*="_pc."] {
    display: none;
  }
  img[src*="_sp."] {
    display: inline;
  }
}
#wrap_top {
  background: #fff;
  overflow: hidden;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  #wrap_top {
    min-width: 100%;
    margin-top: 50px;
  }
}
#wrap_top.fixed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, .5);
  z-index: 80;
}
a {
  text-decoration: none;
  color: #12968f;
}
a:hover {
  text-decoration: none;
  color: #0A5753;
}
section .inner {
  padding: 30px 0 30px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section .inner {
    width: 100%;
    padding: 29px 0 24px 0;
  }
}
.sec-anim {
  opacity: 0;
}
.sec-anim.view {
  -webkit-animation: sec-anim 1s 0s ease forwards;
  animation: sec-anim 1s 0s ease forwards;
}
.sec-anim--2.view {
  -webkit-animation: sec-anim 1s 0.25s ease forwards;
  animation: sec-anim 1s 0.25s ease forwards;
}
.sec-anim--3.view {
  -webkit-animation: sec-anim 1s 0.5s ease forwards;
  animation: sec-anim 1s 0.5s ease forwards;
}
html {
  font-size: 62.5%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}
img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
  br.sp_only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br.pc_only {
    display: none;
  }
}
.contents-width {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .contents-width {
    margin: 0 auto;
    padding: 0 4%;
  }
}
.appear, .appears {
  position: relative;
  z-index: 1;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 90px;
  padding: 0;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__logo a {
  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;
}
.header__logo div {
  height: 60px;
  padding: 0 30px;
  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;
  border-right: 1px solid #f5f5f5;
}
@media only screen and (max-width: 991px) {
  .header__logo div {
    height: 50px;
    padding: 0 15px;
    border-right: none;
  }
}
.header__logo div:last-child {
  border: none;
}
@media only screen and (max-width: 991px) {
  .header__logo div:last-child {
    padding-left: 0;
  }
}
.header__logo img {
  display: block;
}
.header__logo .logo {
  width: 180px;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .header__logo .logo {
    width: 170px;
    margin-top: 3px;
    margin-left: 10px;
  }
}
.header__inner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__links {
  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;
}
@media only screen and (max-width: 991px) {
  .header__links {
    display: none;
  }
}
.header__links a {
  display: block;
  width: 140px;
  height: 60px;
  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;
  color: #ffffff;
  background-color: #12968f;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media only screen and (min-width: 992px) {
  .header__links a:hover {
    background-color: #de5f0f;
  }
}
.header__links div:nth-child(2) a {
  color: #fff;
  background-color: #0E7872;
}
@media only screen and (min-width: 992px) {
  .header__links div:nth-child(2) a:hover {
    background-color: #f1c01d;
  }
}
.header__menu {
  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;
  width: 80px;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .header__menu:hover {
    cursor: pointer;
  }
  .header__menu:hover .header__menu__inner span {
    background: #3c3c3c;
  }
  .header__menu:hover .header__menu__inner span:last-child {
    width: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu {
    width: 50px;
    height: 50px;
    background-color: #12968f;
  }
}
.header__menu__inner {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .header__menu__inner {
    width: 18px;
  }
}
.header__menu__inner span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 2.5px 0;
  background: #1e272f;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__menu__inner span:nth-child(1) {
  opacity: 0;
  -webkit-animation: fadein .4s forwards;
  animation: fadein .4s forwards;
}
.header__menu__inner span:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadein .4s forwards;
  animation: fadein .4s forwards;
}
.header__menu__inner span:last-child {
  width: 18px;
}
@media only screen and (max-width: 991px) {
  .header__menu__inner span {
    width: 18px;
    height: 1.5px;
    margin: 1.75px 0;
    background-color: #fff;
  }
  .header__menu__inner span:last-child {
    width: 12.5px;
  }
}
.header__menu.add_plus {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header__menu.add_plus .header__menu__inner {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header__menu.add_plus .header__menu__inner span {
  width: 100%;
  height: 1.5px;
  margin: 0;
  background-color: #1e272f;
  -webkit-transform: rotate(-45deg) translate(-11.5px, 15.5px);
  transform: rotate(-45deg) translate(-11.5px, 15.5px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header__menu.add_plus .header__menu__inner span:first-child {
  -webkit-transform: rotate(45deg) translate(5.5px, 0px);
  transform: rotate(45deg) translate(5.5px, 0px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header__menu.add_plus .header__menu__inner span:last-child {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .header__menu.add_plus {
    background-color: #f5f5f5;
  }
  .header__menu.add_plus .header__menu__inner {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .header__menu.add_plus .header__menu__inner span {
    width: 100%;
    height: 1.5px;
    margin: 0;
    background-color: #1e272f;
    -webkit-transform: rotate(-45deg) translate(-8px, 11px);
    transform: rotate(-45deg) translate(-8px, 11px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .header__menu.add_plus .header__menu__inner span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 0px);
    transform: rotate(45deg) translate(4px, 0px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .header__menu.add_plus .header__menu__inner span:last-child {
    opacity: 0;
  }
}
.header__navi {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 90;
  pointer-events: none;
  border-top: solid 1px #f5f5f5;
  height: calc(100vh - 90px);
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow-y: scroll;
}
@media only screen and (max-width: 991px) {
  .header__navi {
    top: 50px;
    border-top: none;
    height: calc(100vh - 50px);
  }
}
.header__navi.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.header__navi.active .navi .links {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 992px) {
  .header__navi .header__links {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .header__links {
    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;
    padding: 15px 4vw;
    background-color: #f5f5f5;
  }
  .header__navi .header__links > div {
    width: 50%;
  }
  .header__navi .header__links > div:first-child a {
    background-color: #12968f;
  }
  .header__navi .header__links a {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
.header__navi .navi.inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: navnum 0;
}
@media only screen and (max-width: 1439px) {
  .header__navi .navi.inner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .navi.inner {
    display: block;
    padding: 30px 0;
  }
}
.header__navi .navi .links {
  width: 33.33%;
  padding: 0 4.1vw;
  border-right: solid 1px #f5f5f5;
  opacity: 0;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  transition: transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), opacity 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63), -webkit-transform 0.4s cubic-bezier(0.63, 0.32, 0.35, 0.63);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header__navi .navi .links:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.header__navi .navi .links:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.header__navi .navi .links:last-child {
  border-right: none;
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links {
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 30px;
    border-right: none;
  }
  .header__navi .navi .links:last-child {
    margin-bottom: 0;
  }
}
/*.header__navi .navi .links:nth-child(1) .links__ttl {
    background-color: rgba(18,150,143,0.2);
}

.header__navi .navi .links:nth-child(2) .links__ttl {
  background-color: #bdb07b;  
}

.header__navi .navi .links:nth-child(3) .links__ttl {
  background-color: #6aa0db;  
}*/
.header__navi .navi .links__ttl {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(18, 150, 143, 1.0);
  color: rgba(255, 255, 255, 1.00);
}
@media only screen and (max-width: 1439px) {
  .header__navi .navi .links__ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__navi .navi .links__ttl span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__ttl {
    margin-bottom: 0;
    height: 80px;
  }
  .header__navi .navi .links__ttl span {
    position: absolute;
    right: 1px;
    bottom: 1px;
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
  }
  .header__navi .navi .links__ttl span::before {
    content: "";
    position: absolute;
    right: 19px;
    bottom: 10px;
    display: block;
    width: 1px;
    height: 18px;
    background-color: #1e1e1e;
  }
  .header__navi .navi .links__ttl span::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 19px;
    display: block;
    width: 18px;
    height: 1px;
    background-color: #1e1e1e;
  }
  .header__navi .navi .links__ttl.add_plus span::before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header__navi .navi .links__ttl {
    margin-bottom: 0;
    height: 37px;
    font-size: 18px;
  }
}
.header__navi .navi .links__ttl__inner {
  position: absolute;
  left: 0;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.header__navi .navi .links__ttl__inner div {
  margin: 22px 0 18px;
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__ttl__inner div {
    margin: 5px 0 7px;
  }
}
.header__navi .navi .links__ttl__inner div a {
  color: rgba(255, 255, 255, 1.00);
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list {
    display: none;
    padding-bottom: 5px;
    margin-top: 35px;
  }
}
.header__navi .navi .links__list li {
  margin-bottom: 15px;
}
.header__navi .navi .links__list li.block {
  margin: 50px 0;
  padding-left: 0;
}
@media only screen and (max-width: 1439px) {
  .header__navi .navi .links__list li.block {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list li.block {
    margin: 30px 0 20px;
  }
}
.header__navi .navi .links__list li.block::before {
  display: none;
}
.header__navi .navi .links__list li.block dt {
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1439px) {
  .header__navi .navi .links__list li.block dt {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list li.block dt {
    margin-bottom: 18px;
    font-size: 21px;
  }
}
.header__navi .navi .links__list li.block .num {
  counter-reset: footerblock 0;
}
.header__navi .navi .links__list li.block .num li a span::before {
  font-size: 14px;
  counter-increment: footerblock 1;
  content: counter(footerblock, decimal-leading-zero) ". ";
}
.header__navi .navi .links__list a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 50px;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list a {
    padding-left: 54px;
  }
}
.header__navi .navi .links__list a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 20px;
  top: 12px;
  background-size: 100% 1px;
  background-color: rgba(0, 0, 0, 1.00);
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list a::before {
    width: 15px;
    top: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__navi .navi .links__list a:hover {
    color: #12968f;
  }
  .header__navi .navi .links__list a:hover::before {
    -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
@media only screen and (max-width: 991px) {
  .header__navi .navi .links__list a {
    font-size: 15px;
  }
}
footer {
  background: #222222;
  padding: 100px 0 55px;
}
footer .inner {
  max-width: 1480px;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}
footer .inner .company_nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .inner .company_nav {
    flex-direction: column;
  }
}
footer .inner .company_nav .company {
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  color: #fff;
}
@media (max-width: 575px) {
  footer .inner .company_nav .company {
    font-size: 20px;
  }
}
footer .inner .company_nav nav {
  width: 490px;
}
footer .inner .company_nav nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .inner .company_nav nav ul li a {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media (hover: hover) and (pointer: fine) {
  footer .inner .company_nav nav ul li a:hover {
    opacity: 0.8;
  }
}
footer .inner .company_nav nav ul li:not(:nth-child(4n)) {
  margin-right: 35px;
}
footer .inner .company_nav nav ul li:nth-child(n+5) {
  margin-top: 30px;
}
footer .inner .catch_copy {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .inner .catch_copy {
    flex-direction: column;
  }
}
footer .inner .catch_copy .catch .main {
  margin-bottom: 10px;
}
footer .inner .catch_copy .catch .main img {
  width: 360px;
}
@media (max-width: 575px) {
  footer .inner .catch_copy .catch .main img {
    width: 250px;
    margin-right: 10px;
  }
}
footer .inner .catch_copy .copy {
  color: #616161;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media (max-width: 1000px) {
  footer .inner .catch_copy .copy {
    margin-top: 40px;
  }
}
.footer-btn-s {
  display: none;
}
@media screen and (max-width: 575px) {
  .footer-btn-s.active {
    display: block;
    animation: UpAnime 0.5s forwards;
  }
  .footer-btn-s {
    position: fixed;
    width: 100%;
    /* right: 10px; */
    bottom: 0px;
    z-index: 92;
    transform: translateY(100px);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-btn a {
    color: #fff;
  }
  .footer-btn li {
    font-size: 16px;
  }
  .footer-btn li:first-of-type {
    width: 44%;
    background-color: rgba(18, 150, 143, 1.0);
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 0%;
  }
  .footer-btn li:nth-of-type(2) {
    width: 44%;
    background-color: rgba(14,120,114,1.00);
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 1%;
  }
  .footer-btn li:nth-of-type(3) {
    width: 10%;
    background: rgb(0, 0, 0);
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    margin-left: 1%;
} 
}
.footer-btn-s2 {
  display: none;
}
@media screen and (max-width: 575px) {
  .footer-btn-s2.active {
    display: block;
    animation: UpAnime 0.5s forwards;
  }
  .footer-btn-s2 {
    position: fixed;
    width: 100%;
    /* right: 10px; */
    bottom: 50px;
    z-index: 92;
    transform: translateY(100px);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-btn2 {
    display: block;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
  }
  .footer-btn2 a {
    color: #fff;
  }
  .footer-btn2 li {
    font-size: 16px;
  }
  .footer-btn2 li:first-of-type {
    width: 44%;
    background-color: #DE5F0F;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 3px 3px;
    margin-left: 0%;
  }
  .footer-btn2 li:nth-of-type(2) {
    width: 44%;
    background-color: #F1C01D;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    border-radius: 3px 3px 3px 3px;
    margin-left: 1%;
  }

}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
._d02 {
  transition-delay: 0.2s;
}
._d03 {
  transition-delay: 0.3s;
}
._d04 {
  transition-delay: 0.4s;
}
._d05 {
  transition-delay: 0.5s;
}
._f-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
._f-up._is-inview {
  opacity: 1;
  transform: translate(0);
}
._f-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
._f-in._is-inview {
  opacity: 1;
}
@keyframes mv_line {
  0% {
    top: unset;
    bottom: 0;
    height: 6.831vw;
  }
  34% {
    top: unset;
    bottom: 0;
    height: 0;
  }
  35% {
    top: 0;
    bottom: unset;
    height: 0;
  }
  70% {
    top: 0;
    bottom: unset;
    height: 6.831vw;
  }
}
@keyframes mv_line_sp {
  0% {
    top: unset;
    bottom: 0;
    height: 12.2vw;
  }
  34% {
    top: unset;
    bottom: 0;
    height: 0;
  }
  35% {
    top: 0;
    bottom: unset;
    height: 0;
  }
  70% {
    top: 0;
    bottom: unset;
    height: 12.2vw;
  }
}
@keyframes flow_txt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes arrow-right {
  100% {
    right: -10px;
  }
}
@keyframes arrow-right {
  100% {
    right: -10px;
  }
}
@-webkit-keyframes arrow-left {
  100% {
    left: 10px;
  }
}
@keyframes arrow-left {
  100% {
    left: 10px;
  }
}
@-webkit-keyframes sec-anim {
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sec-anim {
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blockIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes blockIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes blockOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes blockOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@-webkit-keyframes kv {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes kv {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes right2 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes right2 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes left2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes kvblockIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes kvblockIn {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes kvblockOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
}
@keyframes kvblockOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
}
@-webkit-keyframes height {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes height {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes enttl-y {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@keyframes enttl-y {
  0% {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@-webkit-keyframes enttl-x {
  0% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@keyframes enttl-x {
  0% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-webkit-keyframes enttl-rx {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@keyframes enttl-rx {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  100% {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-webkit-keyframes story-odd {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes story-odd {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes story-even {
  50% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes story-even {
  50% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sp-work-img {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-13.99vw);
    transform: translateY(-13.99vw);
  }
}
@keyframes sp-work-img {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-13.99vw);
    transform: translateY(-13.99vw);
  }
}
@-webkit-keyframes photo {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes photo {
  50% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes scale-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 73px;
  }
  40% {
    height: 130px;
    bottom: inherit;
    top: 73px;
  }
  41% {
    height: 130px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
@keyframes scroll-bar {
  0% {
    height: 0;
    bottom: inherit;
    top: 73px;
  }
  40% {
    height: 130px;
    bottom: inherit;
    top: 73px;
  }
  41% {
    height: 130px;
    bottom: 0;
    top: inherit;
  }
  80% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
  100% {
    height: 0;
    bottom: 0;
    top: inherit;
  }
}
@-webkit-keyframes loader {
  0% {
    stroke-dashoffset: 37.373;
  }
  100% {
    stroke-dashoffset: -37.373;
  }
}
@keyframes loader {
  0% {
    stroke-dashoffset: 37.373;
  }
  100% {
    stroke-dashoffset: -37.373;
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load-stroke {
  0% {
    stroke-dasharray: 37.373 37.373;
  }
  100% {
    stroke-dasharray: 37.373 37.373;
  }
}
@keyframes load-stroke {
  0% {
    stroke-dasharray: 37.373 37.373;
  }
  100% {
    stroke-dasharray: 37.373 37.373;
  }
}
@-webkit-keyframes load-end {
  0% {
    stroke-dashoffset: -37.373;
    stroke-dasharray: 37.373 37.373;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
}
@keyframes load-end {
  0% {
    stroke-dashoffset: -37.373;
    stroke-dasharray: 37.373 37.373;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100;
  }
}
@-webkit-keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
@keyframes line {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  50% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  99% {
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes circleBg {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 660 660;
  }
}
@keyframes circleBg {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 660 660;
  }
}
@-webkit-keyframes circleCont1 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 261 660;
  }
}
@keyframes circleCont1 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 261 660;
  }
}
@-webkit-keyframes circleCont2 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 187 660;
  }
}
@keyframes circleCont2 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 187 660;
  }
}
@-webkit-keyframes circleCont3 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 98 660;
  }
}
@keyframes circleCont3 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 0 660;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    stroke-dasharray: 98 660;
  }
}
@-webkit-keyframes barChart1 {
  0% {
    width: 0;
  }
  100% {
    width: 88.9%;
  }
}
@keyframes barChart1 {
  0% {
    width: 0;
  }
  100% {
    width: 88.9%;
  }
}
@-webkit-keyframes barChart2 {
  0% {
    width: 0;
  }
  100% {
    width: 48.1%;
  }
}
@keyframes barChart2 {
  0% {
    width: 0;
  }
  100% {
    width: 48.1%;
  }
}
@-webkit-keyframes barChart3 {
  0% {
    width: 0;
  }
  100% {
    width: 37.0%;
  }
}
@keyframes barChart3 {
  0% {
    width: 0;
  }
  100% {
    width: 37.0%;
  }
}
@-webkit-keyframes barChart4 {
  0% {
    width: 0;
  }
  100% {
    width: 25.9%;
  }
}
@keyframes barChart4 {
  0% {
    width: 0;
  }
  100% {
    width: 25.9%;
  }
}
@-webkit-keyframes barChart5 {
  0% {
    width: 0;
  }
  100% {
    width: 18.5%;
  }
}
@keyframes barChart5 {
  0% {
    width: 0;
  }
  100% {
    width: 18.5%;
  }
}
@-webkit-keyframes animIsScroll {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animIsScroll {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 74px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 19px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
  margin-top: 5%;
  border: 2px solid rgba(255, 255, 255, 1.00);
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 50vw;
    height: 56px;
    font-size: 15px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 575px) {
  .btn a {
    width: 80vw;
  }
}
.btn a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}
.btn a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #12968f, #0c97ae);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}
.btn a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}
.btn a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("../img/arrow_b.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("../img/arrow_w.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .btn a:hover {
    background: #e4e9ee;
  }
  .btn a:hover i::after {
    opacity: 1;
  }
  .btn a:hover::before {
    transform: translateY(-50%) scale(0);
  }
  .btn a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}
.btn2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 360px;*/
  width: auto;
  height: 74px;
  background: #eaeff3;
  border-radius: 6px;
  padding-left: 27px;
  padding-right: 12px;
  font-size: 19px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
  margin-top: 5%;
  border: 2px solid rgba(255, 255, 255, 1.00);
}
@media screen and (max-width: 1699px) {
  .btn2 a {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn2 a {
    height: 56px;
    font-size: 15px;
    border-radius: 3px;
  }
}
.btn2 a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.4s;
}
.btn2 a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #12968f, #0c97ae);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.4s;
}
.btn2 a i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}
.btn2 a i::before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("../img/arrow_b.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn2 a i::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("../img/arrow_w.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .btn2 a:hover {
    background: #e4e9ee;
  }
  .btn2 a:hover i::after {
    opacity: 1;
  }
  .btn2 a:hover::before {
    transform: translateY(-50%) scale(0);
  }
  .btn2 a:hover::after {
    transform: translateY(-50%) scale(1);
  }
}
/* ページトップ */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #555;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* font-size:0.6rem; */
  transition: all 0.3s;
  font-size: 14px;
}
#page-top a:hover {
  background-color: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 92;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*head*/
.head_area {
  padding-top: 1%;
  padding-bottom: 1%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  /*background-color: #F5F5F5;*/
  margin-bottom: 20px;
  /*height: 50vh;*/
  /*margin-top: -45px;*/
}
@media only screen and (max-width: 575px) {
  .head_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.head_bg {
  font-size: 13.2vw;
  color: rgba(197, 236, 234, 0.20);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  overflow-x: hidden;
  width: 45%;
}
@media (max-width: 991px) {
  .head_bg {
    display: none;
  }
}
/*pan*/
.pan_area {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3%;
}
@media only screen and (max-width: 575px) {
  .pan_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.pan_area ul li {
  display: inline-block;
  margin-right: 10px;
}
.pan_area ul li a:after {
  content: "＞";
  margin-left: 10px;
}
/*headタイトル*/
.heading-type01 {
  position: relative;
  margin-top: 62px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 62px 0 0 0;
}
@media screen and (max-width: 1650px) {
  .heading-type01 {
    margin-top: 92px;
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .heading-type01 {
    margin-top: 60px;
  }
}
.heading-type01 > .en {
  display: block;
  font-family: "Oswald", serif;
  font-size: 8.8rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 14px 0;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .heading-type01 > .en {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 575px) {
  .heading-type01 > .en {
    font-size: 10vw;
  }
}
.heading-type01 > .ja {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .heading-type01 > .ja {
    font-size: 2.0rem;
  }
}
.heading-type01::after {
  content: "";
  display: block;
  background-color: #12968f;
  width: 120px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.heading_tx {
  font-size: 16px;
  line-height: 1.9;
  font-feature-settings: "palt";
}
.heading-type02 {
  position: relative;
  margin-top: 62px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 62px 0 0 0;
  text-shadow:
    white 1px 1px 0, white -1px -1px 0, /*右下、左上*/ white -1px 1px 0, white 1px -1px 0, /*右上、左下*/ white 0px 1px 0, white 0-1px 0, /*右、左*/ white -1px 0 0, white 1px 0 0; /*上、下*/
  /*text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;*/
}
@media screen and (max-width: 1650px) {
  .heading-type02 {
    margin-top: 92px;
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .heading-type02 {
    margin-top: 60px;
  }
}
.heading-type02 > .en {
  display: block;
  font-family: "Oswald", serif;
  font-size: 8.8rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 14px 0;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .heading-type02 > .en {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 575px) {
  .heading-type02 > .en {
    font-size: 10vw;
  }
}
.heading-type02 > .ja {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .heading-type02 > .ja {
    font-size: 2.0rem;
  }
}
.heading-type02::after {
  content: "";
  display: block;
  background-color: #12968f;
  width: 120px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.heading_tx02 {
  font-size: 16px;
  text-shadow:
    white 1px 1px 0, white -1px -1px 0, /*右下、左上*/ white -1px 1px 0, white 1px -1px 0, /*右上、左下*/ white 0px 1px 0, white 0-1px 0, /*右、左*/ white -1px 0 0, white 1px 0 0; /*上、下*/
  /*text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;*/
}
/*　コンテンツ　*/
.contents_area {
  padding-top: 3%;
  padding-bottom: 1%;
}
.contents_area2 {
  padding-top: 3%;
  padding-bottom: 1%;
  background-color: rgba(18, 150, 143, 0.04);
}
.contents_lastarea {
  padding-top: 3%;
  padding-bottom: 5%;
}
.contents_lastarea2 {
  padding-top: 3%;
  padding-bottom: 1%;
  margin-bottom: 4%;
  background-color: rgba(18, 150, 143, 0.04);
}
@media only screen and (max-width: 1199px) {
  .contents_area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contents_area2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contents_lastarea {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contents_lastarea2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contents_ttl {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 2.8rem;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  .contents_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .contents_ttl {
    font-size: 20px;
    margin-bottom: 1.8rem;
  }
}
.contents_ttl:before, .contents_ttl:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: '';
}
.contents_ttl:before {
  border-bottom: 3px solid #12968f;
}
.contents_ttl:after {
  border-bottom: 3px solid #9F9F9F;
}
.contents_read {
  font-size: 18px;
}
.contents_tx {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 2%;
}
@media screen and (max-width: 575px) {
  .contents_tx {
    font-size: 14px;
  }
}
/* main_area
----------------------------------*/
.main_read {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: rgba(62, 62, 62, 0.80);
  padding-top: 10px;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 1.00);
}
@media (max-width: 575px) {
  .main_read {
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.main_read2 {
  font-size: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: bold;
  padding: .4em 0em;
  line-height: 1.8;
}
@media (max-width: 575px) {
  .main_read2 {
    font-size: 20px;
  }
}
.main_readtx {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 3%;
  padding-right: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 575px) {
  .main_readtx {
    font-size: 14px;
  }
}
.foot_contents_link {
  display: flex;
  justify-content: space-between;
  width: 80%;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #12968f;
}
.foot_contents_link:hover {
  border-bottom: 1px solid #9F9F9F;
}
@media only screen and (max-width: 576px) {
  .foot_contents_link {
    font-size: 14px;
    width: 95%;
  }
}
.foot_contents_link_tx {
  transition: 0.4s ease;
  display: block;
}
@media(hover:hover) {
  .foot_contents_link:hover .foot_contents_link_tx {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}
/* フット エントリーリンク */
.foot_entry_link_area {
  background-color: rgba(18, 150, 143, 0.9);
}
.foot_entry_link {
  position: relative;
  display: block;
  transition: 0.5s;
  /*background-color: rgba(18,150,143,0.9); */
  padding-top: 10%;
  padding-right: 5%;
  padding-bottom: 10%;
  padding-left: 5%;
}
@media only screen and (max-width: 991px) {
  .foot_entry_link {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.foot_entry_link:hover {
  background-color: rgba(108, 108, 108, 0.90);
}
.entry__doc {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%)
}
.entry__ttl {
  text-transform: uppercase;
  font-family: "Roboto", serif;
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 1.0;
}
@media only screen and (max-width: 1199px) {
  .entry__ttl {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .entry__ttl {
    font-size: 30px;
  }
}
.entry_txt {
  font-family: "Noto Sans JP", serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .entry_txt {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .entry_txt {
    font-size: 14px;
  }
}
/* フット リクルートリンク */
.foot_recruit_link {
  position: relative;
  background-color: #000
}
.foot_recruit_link_list {
  display: grid;
  grid-template-columns: 50% auto;
}
@media only screen and (max-width: 991px) {
  .foot_recruit_link_list {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.foot_recruit_link_item {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  transition: 0.3s;
}
.foot_recruit_link_item:hover {
  background-color: rgba(18, 150, 143, 0.6);
}
.foot_recruit_link_list_ttl {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Roboto", serif;
}
@media only screen and (max-width: 1199px) {
  .foot_recruit_link_list_ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .foot_recruit_link_list_ttl {
    font-size: 19px;
  }
}
.foot_recruit_link_list_ttl span {
  font-size: 18px;
  display: block;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 575px) {
  .foot_recruit_link_list_ttl span {
    font-size: 14px;
  }
}
.foot_recruit_link_list_arrow {
  display: grid;
  justify-content: space-between;
  align-content: center;
}
.foot_recruit_link_list_arrow_tx {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .foot_recruit_link_list_arrow_tx {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .foot_recruit_link_list_arrow_tx {
    font-size: 10px;
  }
}
.foot_recruit_link_list_arrow_img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.foot_recruit_link_list_arrow_img img {
  width: 2vw;
}
@media only screen and (max-width: 575px) {
  .foot_recruit_link_list_arrow_img img {
    width: 4vw;
  }
}
/* フットアザーリスト
---------------------------------*/
.foot_otherttl {
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  margin-bottom: 1%;
  text-align: center;
  font-family: "Lora", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .foot_otherttl {
    font-size: 24px;
  }
}
.foot_otherlist {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.foot_otherlist li {
  margin-right: 15px;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.9;
  font-size: 15px;
}
.foot_otherlist li::after {
  content: '/';
  color: #000;
  margin-left: 10px;
}
/* サイドリンクボタン
---------------------------------*/
.contact_pc{
    position: fixed;
    right: 10px;
    z-index: 101;
    bottom: 200px;
	/*opacity: 0;
  visibility: hidden;*/
}
.contact_pc img{
    width: 150px;    
}

.contact_pc li{
    margin-bottom: 15px;	/*background-color: #555;*/
}

/*.contact_pc li:nth-child(2){
    background-color: #CE7F00;
}*/

.contact_pc li:hover{
    opacity: 0.9;
}