@charset "UTF-8";
input, textarea, select, button {
  all: unset;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus, textarea:focus {
  border-color: #19a9be;
  box-shadow: 0 0 5px rgba(25, 169, 190, 0.5);
}

button {
  cursor: pointer;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #19a9be;
  color: white;
  text-align: center;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/*
Color Settings
テキスト黒：#231815
キーカラー：#10AEC9（ブルー）
差し色：???

*/
.noto-sans-jp {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
}

.monomakh-regular {
  font-family: "Monomakh", system-ui;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* Logo Mark Style */
.cls-1 {
  -webkit-clip-path: url(#clippath-1);
          clip-path: url(#clippath-1);
}

.cls-2 {
  fill: none;
}

.cls-2, .cls-3, .cls-4, .cls-5, .cls-6 {
  stroke-width: 0px;
}

.cls-3 {
  fill: #231815;
}

.cls-7 {
  -webkit-clip-path: url(#clippath-2);
          clip-path: url(#clippath-2);
}

.cls-8 {
  -webkit-clip-path: url(#clippath-3);
          clip-path: url(#clippath-3);
}

.cls-4 {
  fill: url(#circle_1);
}

.cls-5 {
  fill: url(#overlap_1);
}

.cls-6 {
  fill: url(#square_1);
}

html, body {
  height: 100%;
  overscroll-behavior: none;
}
@media screen and (max-width: 640px) {
  html, body {
    overscroll-behavior: auto;
  }
}

html {
  font-size: 62.5%;
}

p, h1, h2, h3, h4, div, section, header, a, ul, ol, li, dl, dt, dd, input, textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

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

a {
  text-decoration: none;
  color: #1d6671;
}

br.tablet {
  display: none;
}
@media screen and (max-width: 860px) {
  br.tablet {
    display: block;
  }
}
br.tablet-over {
  display: none;
}
@media screen and (min-width: 861px) {
  br.tablet-over {
    display: none;
  }
}

.btn-style1, .btn-style2, .btn-style1-rev, .btn-style2-rev {
  width: 230px;
}
.btn-style1 a, .btn-style2 a, .btn-style1-rev a, .btn-style2-rev a {
  display: block;
  font-family: "Monomakh", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  line-height: 1em;
  color: #2a2e33;
  position: relative;
  padding: 13px 0 13px 3px;
  transition: color 0.2s;
}
.btn-style1 a:before, .btn-style2 a:before, .btn-style1-rev a:before, .btn-style2-rev a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e2ddcf;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn-style1 a:after, .btn-style2 a:after, .btn-style1-rev a:after, .btn-style2-rev a:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #08a4dc;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.2s ease-in-out;
}
.btn-style1 a span, .btn-style2 a span, .btn-style1-rev a span, .btn-style2-rev a span {
  display: block;
  position: relative;
}
.btn-style1 a span:before, .btn-style2 a span:before, .btn-style1-rev a span:before, .btn-style2-rev a span:before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #94918a;
  position: absolute;
  top: calc(50% + 2px);
  right: 13px;
  transition: right 0.2s ease-out, background-color 0.2s linear;
}
.btn-style1 a span:after, .btn-style2 a span:after, .btn-style1-rev a span:after, .btn-style2-rev a span:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #94918a;
  position: absolute;
  top: calc(50% + 2px);
  right: 13px;
  transform: rotateZ(45deg);
  transform-origin: bottom right;
  transition: right 0.2s ease-out, background-color 0.2s linear;
}
.btn-style1 a:hover, .btn-style2 a:hover, .btn-style1-rev a:hover, .btn-style2-rev a:hover {
  color: #08a4dc;
}
.btn-style1 a:hover:after, .btn-style2 a:hover:after, .btn-style1-rev a:hover:after, .btn-style2-rev a:hover:after {
  width: 100%;
}
.btn-style1 a:hover span:before, .btn-style2 a:hover span:before, .btn-style1-rev a:hover span:before, .btn-style2-rev a:hover span:before {
  background-color: #08a4dc;
  right: 23px;
}
.btn-style1 a:hover span:after, .btn-style2 a:hover span:after, .btn-style1-rev a:hover span:after, .btn-style2-rev a:hover span:after {
  background-color: #08a4dc;
  right: 23px;
}
.btn-style2 a:before {
  background: #FFF;
}
.btn-style3 {
  width: 100%;
}
.btn-style3 a {
  display: block;
  font-family: "Monomakh", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.035em;
  line-height: 1em;
  color: #2a2e33;
  position: relative;
  padding: 1.3em 30px;
  transition: color 0.2s;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s, color 0.3s;
}
.btn-style3 a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #19a9be;
  position: absolute;
  top: calc(50% - 3px);
  right: 35px;
  transform: translateY(-5px) translateX(0);
  transition: background-color 0.2s, transform 0.2s 0.05s;
}
.btn-style3 a span:before, .btn-style3 a span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #19a9be;
  position: absolute;
  top: calc(50% - 3px);
  right: 35px;
  transition: background-color 0.2s, transform 0.2s 0.05s;
  /*&:nth-child(1) {
      transform: translateY(-8px) translateX(0);
  }
  &:nth-child(2) {
      transform: translateY(8px) translateX(-10px);
  }
  &:nth-child(3) {
      transform: translateY(8px) translateX(10px);
  }*/
}
.btn-style3 a span:before {
  transform: translateY(5px) translateX(7px);
}
.btn-style3 a span:after {
  transform: translateY(5px) translateX(-7px);
}
.btn-style3 a:hover {
  color: #FFF;
  background: #08a4dc;
}
.btn-style3 a:hover:after {
  background-color: #FFF;
  transform: translateY(0) translateX(0);
}
.btn-style3 a:hover span:before, .btn-style3 a:hover span:after {
  background-color: #FFF;
}
.btn-style3 a:hover span:before {
  transform: translateY(0) translateX(0);
  /*background-color: $blue3;
  right: 23px;*/
}
.btn-style3 a:hover span:after {
  transform: translateY(0) translateX(0);
  /*background-color: $blue3;
  right: 23px;*/
}
.btn-style1-rev a, .btn-style2-rev a {
  padding: 13px 3px 13px 0;
  text-align: right;
}
.btn-style1-rev a:before, .btn-style2-rev a:before {
  right: auto;
  left: 0;
}
.btn-style1-rev a:after, .btn-style2-rev a:after {
  right: auto;
  left: 0;
}
.btn-style1-rev a span:before, .btn-style2-rev a span:before {
  right: auto;
  left: 13px;
  transition: left 0.2s ease-out, background-color 0.2s linear;
}
.btn-style1-rev a span:after, .btn-style2-rev a span:after {
  right: auto;
  left: 13px;
  transform: rotateZ(-45deg);
  transform-origin: bottom left;
  transition: left 0.2s ease-out, background-color 0.2s linear;
}
.btn-style1-rev a:hover span:before, .btn-style2-rev a:hover span:before {
  background-color: #08a4dc;
  left: 23px;
}
.btn-style1-rev a:hover span:after, .btn-style2-rev a:hover span:after {
  background-color: #08a4dc;
  left: 23px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #2a2e33;
  /*background: linear-gradient(#1fb0b9 30%, $blue 100%);*/
  min-height: 100%;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  body {
    overflow-x: hidden;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding-right: 140px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*#burger {
      position: fixed;
      top: 1rem;
      right: 1rem;
      font-size: 2rem;
      z-index: 1000;
      background: none;
      border: none;
      color: black;
      cursor: pointer;
  }*/
}
#home .header {
  display: block;
  padding: 0;
}
.header #site-title {
  width: 200px;
  margin: 36px 40px 0 20px;
}
@media screen and (min-width: 1220px) {
  .header #site-title {
    margin: 36px 20px 0 60px;
  }
}
@media screen and (max-width: 860px) {
  .header #site-title {
    margin: 20px 0 0 14px;
    width: 160px;
  }
}
.header-nav {
  margin-top: 48px;
}
@media screen and (max-width: 860px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: flex;
  justify-content: flex-start;
}
.header-nav ul li {
  font-size: 1.8rem;
  line-height: 2.5em;
  letter-spacing: 0.075em;
}
.header-nav ul li a {
  display: block;
  padding: 0 1.4em !important;
  color: #2a2e33;
  transition: opacity 0.3s;
  position: relative;
  transition: color 0.1s 0.1s;
}
.header-nav ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #08a4dc;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  margin-left: -2px;
}
.header-nav ul li a:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #08a4dc;
  border-radius: 5px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  opacity: 0;
}
@media screen and (min-width: 861px) {
  .header-nav ul li a:hover {
    color: #08a4dc;
  }
  .header-nav ul li a:hover:before {
    -webkit-animation: navDotDropped 0.24s ease-in-out forwards;
            animation: navDotDropped 0.24s ease-in-out forwards;
  }
  .header-nav ul li a:hover:after {
    -webkit-animation: navlineAppeard 0.2s 0.1s ease-in-out forwards;
            animation: navlineAppeard 0.2s 0.1s ease-in-out forwards;
  }
}
@media screen and (min-width: 1220px) {
  .header-nav ul li a {
    padding-left: 2em;
  }
}
#home .header-nav ul {
  justify-content: center;
}
.header .burger {
  width: 100px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1000;
  font-size: 2rem;
  height: 100px;
  /*border-radius: 50%;
  overflow: hidden;*/
  cursor: pointer;
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 860px) {
  .header .burger {
    transform: scale(0.8);
    transform-origin: right top;
  }
}
.header .burger span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 2px);
  transition: all 0.2s;
}
.header .burger span:nth-child(1) {
  transform: translateY(-8px) translateX(0);
}
.header .burger span:nth-child(2) {
  transform: translateY(8px) translateX(-10px);
}
.header .burger span:nth-child(3) {
  transform: translateY(8px) translateX(10px);
}
.header .burger.active span {
  width: 44px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header .burger.active span:nth-child(1) {
  opacity: 0;
}
.header .burger.active span:nth-child(2) {
  transform: translateX(-50%) rotateZ(-45deg);
}
.header .burger.active span:nth-child(3) {
  transform: translateX(-50%) rotateZ(45deg);
}
.header .burger::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #f6f3e8;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.header .burger::after {
  /*content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FF0;
  top: 50%;
  left: 0;
  margin-top: -1px;*/
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  display: block;
  background: #F0F;*/
}
@media (min-width: 861px) {
  .header .burger:hover {
    transform: rotate(120deg);
  }
  .header .burger:hover::before {
    border: solid 1px #19a9be;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  .header .burger:hover span {
    background: #19a9be;
  }
  .header .burger.active:hover {
    transform: rotate(0);
  }
}

#toggleMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s linear, background-color 0.3s linear;
  z-index: 999;
}
#toggleMenu .toggleMenu-inner {
  width: 100vw;
  height: 100vh;
  max-width: 1100px;
  margin: 0 auto;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 860px) {
  #toggleMenu .toggleMenu-inner {
    display: block;
    overflow-y: auto;
  }
}
#toggleMenu.active {
  opacity: 1;
  transform: translateX(0);
  background-color: rgb(246, 243, 232);
  pointer-events: inherit;
}
#toggleMenu .btn-home {
  margin-top: 100px;
  width: 280px;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  #toggleMenu .btn-home {
    width: 35%;
    max-width: 260px;
    margin-top: 20px;
    padding: 0px;
    margin-left: 10px;
  }
}
#toggleMenu .btn-home img {
  display: block;
  margin-bottom: 15px;
}
#toggleMenu .btn-home span {
  position: relative;
  margin-left: auto;
  text-align: right;
  font-size: 1.6rem;
  color: #2a2e33;
  padding-left: 36px;
  padding-top: 1.2em;
  display: inline-block;
  transform: translateY(-10px);
}
#toggleMenu .btn-home span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #94918a;
  width: 7px;
  height: 1px;
  transform: translateY(-3px) rotateZ(-30deg);
  transform-origin: left bottom;
  transition: all 0.2s ease-out;
}
#toggleMenu .btn-home span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #94918a;
  transform: translateY(-3px);
  width: 25px;
  height: 1px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 860px) {
  #toggleMenu .btn-home span {
    padding-top: 0;
    font-size: 1.2rem;
  }
}
#toggleMenu .btn-home a {
  transition: all 0.3s ease-out;
}
#toggleMenu .btn-home a:hover {
  padding-right: 5px;
}
#toggleMenu .btn-home a:hover span:before {
  left: -5px;
}
#toggleMenu .btn-home a:hover span:after {
  left: -5px;
}
#toggleMenu ul.main-btns {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc((100% - 280px) / 5 * 3);
  border-left: solid 1px #e2ddcf;
  padding-top: 100px;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 860px) {
  #toggleMenu ul.main-btns {
    width: 100%;
    padding: 20px 0 0;
    display: block;
    margin-left: 30px;
    height: auto;
  }
}
#toggleMenu ul.main-btns li {
  margin: 1em 0;
}
#toggleMenu ul.main-btns li a {
  font-family: "Roboto", sans-serif;
  color: #2a2e33;
  text-decoration: none;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  transition: color 0.4s 0.2s;
}
#toggleMenu ul.main-btns li a:after {
  content: "";
  display: block;
  background: #08a4dc;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-3px) translateY(-50%);
  border-radius: 4px;
  z-index: 1;
}
#toggleMenu ul.main-btns li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #19a9be;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 861px) {
  #toggleMenu ul.main-btns li a:hover {
    color: #19a9be;
  }
  #toggleMenu ul.main-btns li a:hover:before {
    -webkit-animation: toggleMenuHover 0.6s ease-in-out forwards;
            animation: toggleMenuHover 0.6s ease-in-out forwards;
  }
}
@media screen and (max-width: 860px) {
  #toggleMenu ul.main-btns li {
    margin: 20px 0;
  }
  #toggleMenu ul.main-btns li a {
    font-size: 3rem;
  }
}
#toggleMenu ul.sub-btns {
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
  width: calc((100% - 280px) / 5 * 1);
  border-left: solid 1px #e2ddcf;
  height: 100%;
}
@media screen and (max-width: 860px) {
  #toggleMenu ul.sub-btns {
    width: 100%;
    height: auto;
    padding: 0px;
    display: block;
    margin-left: 30px;
    margin-top: 50px;
  }
}
#toggleMenu ul.sub-btns li {
  margin: 1em 0;
}
#toggleMenu ul.sub-btns li a {
  font-family: "Roboto", sans-serif;
  color: #2a2e33;
  text-decoration: none;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2.2em;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  transition: color 0.4s 0.2s;
}
#toggleMenu ul.sub-btns li a:after {
  content: "";
  display: block;
  background: #08a4dc;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-3px) translateY(-50%);
  border-radius: 4px;
  z-index: 1;
}
#toggleMenu ul.sub-btns li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #19a9be;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 861px) {
  #toggleMenu ul.sub-btns li a:hover {
    color: #19a9be;
  }
  #toggleMenu ul.sub-btns li a:hover:before {
    -webkit-animation: toggleMenuHover 0.6s ease-in-out forwards;
            animation: toggleMenuHover 0.6s ease-in-out forwards;
  }
}
@media screen and (max-width: 860px) {
  #toggleMenu ul.sub-btns li {
    margin: 10px 0;
  }
  #toggleMenu ul.sub-btns li a {
    font-size: 1.8rem;
  }
}

.footer {
  padding: 100px 30px 20px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 50px 30px 100px;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .footer-inner {
    display: block;
  }
}
.footer-logo {
  width: 40%;
  max-width: 200px;
}
@media screen and (max-width: 860px) {
  .footer-logo {
    position: absolute;
    bottom: 8px;
    left: 17px;
    max-width: 100px;
  }
}
.footer-nav {
  width: calc(100% - 300px - 30px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 860px) {
  .footer-nav {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-nav ul {
  border-left: solid 1px #e2ddcf;
}
.footer-nav ul li {
  font-size: 1.7rem;
  line-height: 2.5em;
  letter-spacing: 0.075em;
}
.footer-nav ul li a {
  display: block;
  padding-left: 2em;
  color: #2a2e33;
  transition: opacity 0.2s;
}
@media screen and (min-width: 861px) {
  .footer-nav ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 860px) {
  .footer-nav ul li {
    font-size: 1.3rem;
  }
  .footer-nav ul li a {
    display: block;
    padding-left: 1em;
    letter-spacing: 0;
  }
}
.footer-bottom {
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-align: right;
  margin-top: 30px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .footer-bottom {
    position: absolute;
    bottom: 20px;
    right: 25px;
    padding: 0;
  }
}
.footer-bottom-btns {
  margin-right: 1.5em;
}

.kv {
  position: relative;
}
.kv-logo {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .kv-logo {
    padding: 5vh 0;
  }
}
.kv-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #19a9be;
  padding-bottom: 5px;
  width: 100px;
  transform: translateX(-50%) rotateZ(90deg);
  -webkit-animation: bounceScroll 4s ease-in-out infinite;
          animation: bounceScroll 4s ease-in-out infinite;
}
.kv-scroll::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #19a9be;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv-scroll::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #19a9be;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
}

#home .contents {
  padding-top: 100px;
  height: 100%;
  position: relative;
}
#home .contents:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f3e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.section {
  position: relative;
}
.section .area-title {
  text-align: center;
  font-weight: 500;
}
.section .area-title span.jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .section .area-title span.jp {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.section .area-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 860px) {
  .section .area-title span.en {
    font-size: 4.4rem;
  }
}
.section-about {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 860px) {
  .section-about {
    padding: 60px 0 150px;
  }
}
.section-about:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  width: 920px;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .section-about:after {
    width: calc(50vw + 370px);
  }
}
@media screen and (max-width: 860px) {
  .section-about:after {
    width: 100%;
  }
}
.section-about-inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .section-about-inner {
    display: block;
  }
}
.section-about-inner .alpha {
  width: 45%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .section-about-inner .alpha {
    width: 100%;
    padding: 0;
  }
}
.section-about-inner .alpha .area-title {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .section-about-inner .alpha .area-title {
    padding-left: 30px;
  }
}
.section-about-inner .alpha .area-title span.jp {
  display: inline-block;
}
.section-about-inner .alpha .area-title span.en {
  display: block;
}
.section-about-inner .alpha .img {
  max-width: 345px;
}
@media screen and (max-width: 860px) {
  .section-about-inner .alpha .img {
    margin: 30px auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 860px) {
  .section-about-inner .alpha .btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-about-inner .beta {
  width: 55%;
}
@media screen and (max-width: 860px) {
  .section-about-inner .beta {
    width: 100%;
  }
}
.section-about-inner .beta h3.description {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.4em;
  max-width: 560px;
  padding-right: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 860px) {
  .section-about-inner .beta h3.description {
    padding: 0 30px;
    margin: 0 auto 2.4em;
  }
}
.section-about-inner .beta p {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2em;
  max-width: 560px;
  padding-right: 2em;
}
@media screen and (max-width: 860px) {
  .section-about-inner .beta p {
    padding: 0 30px;
    margin: 0 auto;
  }
}
.section-technology {
  max-width: 1100px;
  margin: 200px auto 0;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .section-technology {
    margin: 100px auto 0;
    padding: 0 0 150px;
  }
}
.section-technology .btn {
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 860px) {
  .section-technology .btn {
    top: auto;
    bottom: 60px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-technology-body {
  background: url(../images/home/technology_bg_2.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 130px;
  margin-top: 3rem;
}
@media screen and (max-width: 860px) {
  .section-technology-body {
    padding: 30px 30px;
    margin-top: 3rem;
  }
}
.section-technology-body-inner {
  background: #FFF;
  padding: 60px;
}
@media screen and (max-width: 860px) {
  .section-technology-body-inner {
    padding: 30px;
  }
}
.section-technology-body-inner h3 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 860px) {
  .section-technology-body-inner h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
}
.section-technology-body-inner p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media screen and (max-width: 860px) {
  .section-technology-body-inner p {
    font-size: 1.4rem;
  }
}
.section-technology-body-inner picture.img {
  display: block;
  margin-top: 3.6rem;
}
.section-products {
  position: relative;
  padding: 60px 0;
  margin-top: 175px;
}
@media screen and (max-width: 860px) {
  .section-products {
    margin-top: 60px;
    padding: 60px 0 120px;
  }
}
.section-products:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.section-products-inner {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .section-products-inner {
    display: block;
  }
}
.section-products-inner .alpha {
  width: 45%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .section-products-inner .alpha {
    width: 100%;
    padding-left: 30px;
  }
}
.section-products-inner .alpha .area-title {
  display: inline-block;
  text-align: left;
}
.section-products-inner .alpha .area-title span.jp {
  display: inline-block;
}
.section-products-inner .alpha .area-title span.en {
  display: block;
}
@media screen and (max-width: 860px) {
  .section-products-inner .alpha .btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-products-inner .beta {
  width: 55%;
}
@media screen and (max-width: 860px) {
  .section-products-inner .beta {
    width: 80%;
    margin: 30px auto;
  }
}
.section-team {
  position: relative;
  padding: 80px 0;
  margin-top: 175px;
}
@media screen and (max-width: 860px) {
  .section-team {
    margin-top: 100px;
    padding: 60px 0;
  }
}
.section-team:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e8e4d7;
  width: 100%;
  height: 100%;
}
.section-team-inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
.section-team-inner p.description {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .section-team-inner p.description {
    margin-top: 30px;
  }
}
.section-team-inner .img {
  max-width: 620px;
  margin: 60px auto 0;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .section-team-inner .img {
    margin-top: 30px;
  }
}
.section-team-inner .btn {
  margin: 60px auto 0;
  text-align: left;
}
.section-whatsnext {
  position: relative;
  padding: 80px 0;
  margin-top: 175px;
}
@media screen and (max-width: 860px) {
  .section-whatsnext {
    padding: 80px 0 60px;
  }
}
.section-whatsnext:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f6f3e8;
  width: 100%;
  height: 100%;
}
.section-whatsnext-baloon {
  position: absolute;
  top: -120px;
  left: 50%;
  background: #f6f3e8;
  font-size: 1.8rem;
  padding: 0 3em;
  line-height: 72px;
  border-radius: 5px;
  transform: translateX(-50%);
  opacity: 0;
  transform-origin: center center;
}
@media screen and (max-width: 860px) {
  .section-whatsnext-baloon {
    font-size: 1.6rem;
    padding: 0 2em;
    line-height: 60px;
    top: -105px;
  }
}
.section-whatsnext-baloon:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #2a2e33;
  border-radius: 50%;
  border: solid 5px #f6f3e8;
}
.section-whatsnext-baloon span {
  display: block;
}
.section-whatsnext-baloon span:before, .section-whatsnext-baloon span:after {
  content: "";
  display: block;
  position: absolute;
}
.section-whatsnext-baloon span:before {
  width: 1px;
  height: 0;
  background: #2a2e33;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateY(0px);
  transition: transform 0.3s 0.4s ease-out, opacity 0.3s 0.4s ease-out, height 0.3s 0.4s ease-out;
}
.section-whatsnext-baloon span:after {
  width: 1px;
  height: 0px;
  background: #2a2e33;
  bottom: 0;
  left: 50%;
  transform: translateY(0px) rotateZ(45deg);
  transform-origin: bottom left;
  transition: transform 0.3s 0.4s ease-out;
}
.section-whatsnext-baloon.active {
  opacity: 1;
  -webkit-animation: whatsnextPopup 0.5s ease-out forwards;
          animation: whatsnextPopup 0.5s ease-out forwards;
}
.section-whatsnext-baloon.active span:before {
  opacity: 1;
  height: 90px;
  transform: translateY(90px);
}
.section-whatsnext-baloon.active span:after {
  bottom: 0;
  height: 10px;
  transform: translateY(90px) rotateZ(45deg);
}
.section-whatsnext-title {
  text-align: center;
  font-weight: 500;
}
.section-whatsnext-title span.jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  padding-bottom: 15px;
}
.section-whatsnext-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 860px) {
  .section-whatsnext-title span.en {
    font-family: "Monomakh", sans-serif;
    font-size: 4.2rem;
  }
}
.section-whatsnext-inner {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  opacity: 0;
}
.section-whatsnext-inner p.description {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .section-whatsnext-inner p.description {
    margin-top: 30px;
  }
}
.section-whatsnext-inner .img {
  max-width: 620px;
  margin: 60px auto 0;
  border-radius: 50px;
  overflow: hidden;
  /*@media screen and (max-width: 860px) {
      margin-top: 30px;
  }*/
}
.section-whatsnext-inner .btn {
  margin: 60px auto 0;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .section-whatsnext-inner .btn {
    margin-top: 30px;
  }
}
.section-whatsnext.active .section-whatsnext-baloon {
  opacity: 1;
  -webkit-animation: whatsnextPopup 0.5s ease-out forwards;
          animation: whatsnextPopup 0.5s ease-out forwards;
}
.section-whatsnext.active .section-whatsnext-baloon span:before {
  opacity: 1;
  height: 90px;
  transform: translateY(90px);
}
.section-whatsnext.active .section-whatsnext-baloon span:after {
  bottom: 0;
  height: 10px;
  transform: translateY(90px) rotateZ(45deg);
}
.section-whatsnext.active .section-whatsnext-inner {
  -webkit-animation: whatsnextFadein 0.5s 0.3s ease-out forwards;
          animation: whatsnextFadein 0.5s 0.3s ease-out forwards;
}
.section-home-footer {
  display: flex;
}
@media screen and (max-width: 860px) {
  .section-home-footer {
    display: block;
  }
}
.section-home-footer .area-title span.en {
  font-size: 4rem;
}
@media screen and (max-width: 860px) {
  .section-home-footer .area-title span.en {
    font-size: 3.2rem;
  }
}
.section-home-footer .alpha,
.section-home-footer .beta {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha,
.section-home-footer .beta {
    width: 100%;
  }
}
.section-home-footer .alpha .area-title,
.section-home-footer .beta .area-title {
  text-align: left;
}
.section-home-footer .alpha {
  background: #FFF;
}
.section-home-footer .alpha .section-news {
  padding: 60px;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news {
    padding: 30px;
  }
}
.section-home-footer .alpha .section-news-list {
  margin-top: 30px;
}
.section-home-footer .alpha .section-news-list li {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-top: 3em;
}
.section-home-footer .alpha .section-news-list li a {
  color: #2a2e33;
  position: relative;
  display: flex;
  align-items: flex-start;
  transition: opacity 0.2s;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news-list li a {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  .section-home-footer .alpha .section-news-list li a:hover {
    opacity: 0.6;
  }
}
.section-home-footer .alpha .section-news-list li a span.news-title {
  display: block;
  width: calc(100% - 110px);
  line-height: 1.8em;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news-list li a span.news-title {
    width: 100%;
  }
}
.section-home-footer .alpha .section-news-list li a span.date {
  display: block;
  width: 110px;
  line-height: 1.8em;
  padding: 0 0 1em;
  position: relative;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news-list li a span.date {
    /*position: absolute;
    top: 0;
    left: 0;*/
    font-size: 1.2rem;
    display: block;
    padding: 0.5em 0;
  }
}
.section-home-footer .alpha .section-news-list li a span.date:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #e2ddcf;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news-list li a span.date:before {
    bottom: auto;
    top: 0;
  }
}
.section-home-footer .alpha .section-news-list li a span.date:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #19a9be;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  .section-home-footer .alpha .section-news-list li a span.date:after {
    bottom: auto;
    top: 0;
  }
}
.section-home-footer .beta {
  background: #f6f3e8;
}
.section-home-footer .beta .section-recruit,
.section-home-footer .beta .section-contact {
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .section-home-footer .beta .section-recruit,
.section-home-footer .beta .section-contact {
    padding: 30px;
  }
}
.section-home-footer .beta .section-recruit p,
.section-home-footer .beta .section-contact p {
  margin-top: 1.6em;
  font-size: 1.4rem;
  line-height: 1.6em;
}
.section-home-footer .beta .section-recruit .btn,
.section-home-footer .beta .section-contact .btn {
  position: absolute;
  bottom: 60px;
  right: 30px;
  width: 200px;
}
@media screen and (max-width: 860px) {
  .section-home-footer .beta .section-recruit .btn,
.section-home-footer .beta .section-contact .btn {
    position: static;
    margin: 30px auto 0;
  }
}
.section-home-footer .beta .section-contact {
  border-top: solid 1px #FFF;
}

/* Google Recaptcha 消去 */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  text-align: center;
  padding: 10px;
  margin: 2em 0;
}

@-webkit-keyframes slideInFromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideInFromRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInIntroCatch1 {
  0% {
    margin-left: 0%;
    opacity: 0;
  }
  30% {
    margin-left: 0%;
    opacity: 1;
  }
  36% {
    margin-left: 0%;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    opacity: 0;
  }
}
@keyframes fadeInIntroCatch1 {
  0% {
    margin-left: 0%;
    opacity: 0;
  }
  30% {
    margin-left: 0%;
    opacity: 1;
  }
  36% {
    margin-left: 0%;
    opacity: 1;
  }
  100% {
    margin-left: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes navDotDropped {
  0% {
    height: 8px;
    transform: translateY(-30px);
    opacity: 0;
  }
  80% {
    height: 8px;
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    height: 0;
    transform: translateY(0px);
    opacity: 0;
  }
}
@keyframes navDotDropped {
  0% {
    height: 8px;
    transform: translateY(-30px);
    opacity: 0;
  }
  80% {
    height: 8px;
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    height: 0;
    transform: translateY(0px);
    opacity: 0;
  }
}
@-webkit-keyframes navlineAppeard {
  from {
    width: 0;
    margin-left: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    margin-left: -25px;
    opacity: 1;
  }
}
@keyframes navlineAppeard {
  from {
    width: 0;
    margin-left: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    margin-left: -25px;
    opacity: 1;
  }
}
@-webkit-keyframes whatsnextBarAppeard {
  from {
    width: 0;
    margin-left: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    margin-left: -25px;
    opacity: 1;
  }
}
@keyframes whatsnextBarAppeard {
  from {
    width: 0;
    margin-left: 0;
    opacity: 1;
  }
  to {
    width: 50px;
    margin-left: -25px;
    opacity: 1;
  }
}
@-webkit-keyframes whatsnextPopup {
  from {
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}
@keyframes whatsnextPopup {
  from {
    transform: translateX(-50%) translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes whatsnextFadein {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes whatsnextFadein {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes bounceScroll {
  0%, 100% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg);
  }
  10% {
    transform: translateY(-26px) translateX(-50%) rotateZ(90deg); /* 上にジャンプ */
  }
  18% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
  20% {
    transform: translateY(-4px) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
  22% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
}
@keyframes bounceScroll {
  0%, 100% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg);
  }
  10% {
    transform: translateY(-26px) translateX(-50%) rotateZ(90deg); /* 上にジャンプ */
  }
  18% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
  20% {
    transform: translateY(-4px) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
  22% {
    transform: translateY(0) translateX(-50%) rotateZ(90deg); /* 元に戻る */
  }
}
@-webkit-keyframes toggleMenuHover {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes toggleMenuHover {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}