@charset "UTF-8";
/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - common
 *      - float
 *      - clearfix
 *      - align
 *  03. Font
 *      - font size
 *      - font color
 *      - font family
 *      - contact
 *  04. Parts
 *      - icon
 *      - button
 *      - table
 *      - heading
 *      - pagination
 *  05. Form
 *      - layout
 *      - parts
 *  06. Dialog
 *  07. Modal
 *  08. Tooltip
 * -----------------------------------
 *  11. Header
 *  12. Navigation
 *  13. Aside
 *  14. Footer
 * -----------------------------------
 *  20. Top

 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #282828;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.8;
  margin: 0 0 24px;
  max-height: 100%;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
          hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.8;
}

th {
  font-weight: bold;
}

td {
  line-height: 1.8;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.preload * {
  transition: none !important;
}

/* ==============================================
 fadein
=============================================== */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 200ms;
}

.fadein-left {
  transform: translate(-20px, 0);
}

.fadein-right {
  transform: translate(20px, 0);
}

.fadein-top {
  transform: translate(0, -20px);
}

.fadein-bottom {
  transform: translate(0, 20px);
}

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

/* ==============================================
 02. Layout
=============================================== */
/* Common
----------------------------------------------- */
.section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card {
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .card {
    margin: 0 -15px;
    position: relative;
    border-radius: 0;
  }
}

.card-body {
  padding: 50px 50px;
}
@media (max-width: 767px) {
  .card-body {
    padding: 30px 15px;
  }
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.flex {
  display: flex;
}

.bg-white {
  background-color: #fff;
}

/* float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

/* ==============================================
 03. Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font color
----------------------------------------------- */
.fc-primary {
  color: #00acb0;
}

.fc-red {
  color: #a50011;
}

.fc-blue {
  color: #036EB5;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-en {
  font-family: "Inter", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

/* ==============================================
 04. Parts
=============================================== */
/* icon
----------------------------------------------- */
.svg-icon svg [fill]:not(.permanent):not(g) {
  transition: all 0.14s ease-out;
  fill: #a5a4bf;
}

/* button
----------------------------------------------- */
.btn {
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .btn:hover {
    animation: btnScale 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@keyframes btnScale {
  50% {
    transform: scale(1.07);
  }
}
/* table
----------------------------------------------- */
/* form
----------------------------------------------- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #282828;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* heading
----------------------------------------------- */
.heading-2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .heading-2 {
    font-size: 26px;
  }
}
.heading-2 .en {
  color: #00acb0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .heading-2 .en {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .heading-2 .en {
    font-size: 12px;
  }
}
.heading-2 .ja {
  display: block;
}

/* ==============================================
 05. Form
=============================================== */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* ==============================================
 06. Dialog
=============================================== */
/* ==============================================
 07. Modal
=============================================== */
/* ==============================================
 11. Header
=============================================== */
:root {
  --header-height: 94px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 58px;
  }
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.page-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0;
  max-width: none;
}
.page-header .header-logo {
  position: absolute;
  display: flex;
  align-items: center;
  height: var(--header-height);
  left: 40px;
  top: 0;
  z-index: 5;
}
@media (max-width: 1740px) {
  .page-header .header-logo {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .page-header .header-logo {
    left: 17px;
  }
}
.page-header .header-logo img {
  display: block;
  width: 306px;
}
@media (max-width: 1740px) {
  .page-header .header-logo img {
    width: 280px;
  }
}
@media (max-width: 1119px) {
  .page-header .header-logo img {
    width: 240px;
  }
}
@media (max-width: 1024px) {
  .page-header .header-logo img {
    width: 235px;
  }
}
.page-header-fixed {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 300ms ease, opacity 300ms ease;
}
.page-header-fixed .page-navigation-buttons ul li .btn-request {
  background-color: #00acb0;
  color: #fff;
}

.is-scroll .page-header-fixed {
  transform: translateY(0);
  opacity: 1;
}

/* ==============================================
 12. Navigation
=============================================== */
.page-navigation {
  width: 100%;
}
@media (max-width: 1024px) {
  .page-navigation {
    background-color: #fff;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: fixed;
    transform: translateY(-100%);
    pointer-events: none;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 600ms ease, opacity 600ms ease;
  }
  .page-navigation.is-show {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
  }
}

.page-navigation-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 1439px) {
  .page-navigation-menu {
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
    gap: 10px 0;
  }
}
@media (max-width: 1024px) {
  .page-navigation-menu {
    display: block;
    padding: 70px 20px 30px;
  }
}
@media (max-width: 1439px) {
  .page-navigation-menu li {
    width: 33.333%;
  }
}
.page-navigation-menu li:not(:last-child) {
  margin-right: 2em;
}
@media (max-width: 1439px) {
  .page-navigation-menu li:not(:last-child) {
    margin-right: 0;
  }
}
.page-navigation-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1740px) {
  .page-navigation-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  .page-navigation-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .page-navigation-menu li a {
    background-color: #eef8f8;
    padding: 1em;
    text-align: center;
    border-radius: 5px;
  }
}

.page-navigation-buttons {
  display: flex;
  align-items: center;
  height: var(--header-height);
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 5;
}
@media (max-width: 1740px) {
  .page-navigation-buttons {
    right: 20px;
  }
}
.page-navigation-buttons ul {
  display: flex;
  gap: 0 10px;
}
.page-navigation-buttons ul li .btn {
  border-radius: 5em;
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 1em 0;
  width: 200px;
}
.page-navigation-buttons ul li .btn-request {
  background-color: #fff;
  color: #00acb0;
}
.page-navigation-buttons ul li .btn-download {
  background-color: #ffd83e;
  color: #282828;
}
@media (max-width: 1740px) {
  .page-navigation-buttons ul li .btn {
    font-size: 14px;
    width: 180px;
  }
}
@media (max-width: 1119px) {
  .page-navigation-buttons ul li .btn {
    font-size: 13px;
    width: 150px;
  }
}

.navigation-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .navigation-toggle {
    display: block;
    right: 10px;
    top: 4px;
    position: fixed;
    z-index: 102;
  }
}
.navigation-toggle .toggle-button {
  position: relative;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.navigation-toggle .toggle-button div {
  background-color: #fff;
  height: 1px;
  margin: 0.75rem auto;
  width: 70%;
  transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transform: 0;
  transform-origin: center;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}
.navigation-toggle .toggle-button.is-toggled div {
  height: 1px;
  margin: 0 auto;
}
.navigation-toggle .toggle-button.is-toggled div:first-child {
  transform: translateY(1px) rotate(45deg);
}
.navigation-toggle .toggle-button.is-toggled div:not(:first-child):not(:last-child) {
  opacity: 0;
}
.navigation-toggle .toggle-button.is-toggled div:last-child {
  transform: translateY(-1px) rotate(-45deg);
}

.is-scroll .navigation-toggle .toggle-button div, .is-nav-open .navigation-toggle .toggle-button div {
  background-color: #282828;
}

.sp-navigation {
  display: none;
  background-color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: 101;
  transition: all 500ms ease;
}
@media (max-width: 1024px) {
  .sp-navigation {
    display: block;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
  }
}
.sp-navigation .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
.sp-navigation-logo {
  position: absolute;
  display: flex;
  align-items: center;
  height: var(--header-height);
  left: 40px;
  top: 0;
  z-index: 5;
}
@media (max-width: 1740px) {
  .sp-navigation-logo {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .sp-navigation-logo {
    left: 17px;
  }
}
.sp-navigation-logo img {
  display: block;
  width: 306px;
}
@media (max-width: 1740px) {
  .sp-navigation-logo img {
    width: 280px;
  }
}
@media (max-width: 1024px) {
  .sp-navigation-logo img {
    width: 235px;
  }
}
.sp-navigation-menu {
  margin-bottom: 25px;
}
.sp-navigation-menu li {
  border-bottom: 1px solid #eff1f3;
}
.sp-navigation-menu li a {
  background: url(../images/nav_arrow.png) no-repeat right 0.2em center;
  background-size: 22px 22px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.9em 2em 1em 0.2em;
  position: relative;
}
.sp-navigation-buttons ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sp-navigation-buttons ul li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.sp-navigation-buttons ul li .btn {
  background-position: right 2em center;
  background-repeat: no-repeat;
  background-size: 15px 8px;
  border-radius: 5em;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: left;
  padding: 1em 1.8em;
  width: 100%;
}
.sp-navigation-buttons ul li .btn-request {
  background-image: url(../images/arrow_3.png);
  background-color: #00acb0;
  color: #fff;
}
.sp-navigation-buttons ul li .btn-download {
  background-image: url(../images/arrow_1.png);
  background-color: #ffd83e;
  color: #282828;
}

.is-nav-open .sp-navigation {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

/* ==============================================
 14. Footer
=============================================== */
.site-footer {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.site-footer .footer-pagetop {
  position: fixed;
  bottom: 10%;
  right: 4.2vw;
  z-index: 100;
}
.site-footer .footer-pagetop .pagetop {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
.site-footer .btn-more {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-footer .btn-more {
    font-size: 13px;
  }
}
.site-footer .btn-more .btn-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.site-footer .btn-more .btn-container .btn-arrow {
  display: block;
  margin-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .site-footer .btn-more .btn-container .btn-arrow {
    margin-left: 10px;
  }
}
.site-footer .btn-more .btn-container .btn-arrow::after {
  background-color: #fff;
  font-family: "Material Icons Outlined";
  content: "\e5c8";
  border: 2px solid #ddd;
  color: #00acb0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .site-footer .btn-more .btn-container .btn-arrow::after {
    height: 40px;
    width: 40px;
  }
}
.site-footer .btn-more .btn-container .btn-arrow svg {
  transform: rotate(-90deg);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
}
@media (max-width: 767px) {
  .site-footer .btn-more .btn-container .btn-arrow svg {
    display: none;
  }
}
.site-footer .btn-more .btn-container .btn-arrow svg circle {
  fill: transparent;
  stroke-width: 4px;
  stroke: #00acb0;
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  transition: stroke-dashoffset 600ms ease;
}
@media (min-width: 1025px) {
  .site-footer .btn-more:hover .btn-container .btn-arrow svg circle {
    stroke-dashoffset: 0;
  }
}
.site-footer .footer-main {
  display: flex;
}
@media (max-width: 1024px) {
  .site-footer .footer-main {
    display: block;
  }
}
.site-footer .footer-main__left {
  min-width: 220px;
  width: 26%;
}
@media (max-width: 1024px) {
  .site-footer .footer-main__left {
    min-width: none;
    margin-bottom: 26px;
    width: auto;
  }
}
.site-footer .footer-main__left .footer-logo svg {
  height: auto;
  width: 160px;
}
@media (max-width: 767px) {
  .site-footer .footer-main__left .footer-logo svg {
    width: 104px;
  }
}
.site-footer .footer-main__right {
  flex: 1;
}
.site-footer .footer-main__right .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.site-footer .footer-main__right .footer-navigation ul {
  margin-right: 12%;
}
@media (max-width: 1024px) {
  .site-footer .footer-main__right .footer-navigation ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul {
    width: 100%;
  }
}
.site-footer .footer-main__right .footer-navigation ul:last-child {
  margin-right: 0;
}
.site-footer .footer-main__right .footer-navigation ul li {
  margin-bottom: 1.2em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li {
    margin-bottom: 0.6em;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a {
  font-size: 14px;
  transition: color 400ms;
}
@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li a {
    font-size: 12px;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a:not(.ja) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-footer .footer-main__right .footer-navigation ul li a:not(.ja) {
    font-size: 13px;
  }
}
.site-footer .footer-main__right .footer-navigation ul li a.ja {
  font-weight: 500;
}
@media (min-width: 1025px) {
  .site-footer .footer-main__right .footer-navigation ul li a:hover {
    color: #888;
  }
}
.site-footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .site-footer .footer-contact {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.site-footer .footer-contact__left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer-contact__left {
    display: block;
  }
}
.site-footer .footer-contact__left h2 {
  margin-right: 22px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-footer .footer-contact__left h2 {
    font-size: 28px;
  }
}
.site-footer .footer-contact__left p {
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-contact__left p {
    font-size: 13px;
  }
}
.site-footer .footer-contact .more-link {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .site-footer .footer-contact .more-link {
    text-align: center;
  }
  .site-footer .footer-contact .more-link .btn-more {
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 26px;
    width: 260px;
    max-width: 100%;
  }
  .site-footer .footer-contact .more-link .btn-more .btn-container {
    justify-content: space-between;
  }
  .site-footer .footer-contact .more-link .btn-more .btn-container .btn-arrow::after {
    border: none;
  }
}
.site-footer .copyright {
  text-align: right;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  margin: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}

/* ==============================================
 15. CTA
=============================================== */
.section-cta {
  background-color: #2ebbbe;
  overflow: hidden;
}
.section-cta .container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .section-cta .container {
    display: block;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-cta .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-cta .cta-img {
  padding-top: 60px;
  margin-right: 1%;
  width: 48%;
}
@media (max-width: 1024px) {
  .section-cta .cta-img {
    margin-right: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
}
.section-cta .cta-img .img-pc {
  width: 100%;
  position: relative;
  margin-bottom: -1px;
}
@media (max-width: 1024px) {
  .section-cta .cta-img .img-pc {
    display: none;
  }
}
.section-cta .cta-img .img-sp {
  display: none;
}
@media (max-width: 1024px) {
  .section-cta .cta-img .img-sp {
    display: inline;
    transform: translateX(1.8%);
    width: 56vw;
  }
}
@media (max-width: 767px) {
  .section-cta .cta-img .img-sp {
    width: 100%;
  }
}
.section-cta .cta-contents {
  flex: 1;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .section-cta .cta-contents {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-cta .cta-contents {
    margin-bottom: 35px;
  }
}
.section-cta .cta-contents h2 {
  color: #fff;
  font-size: 31px;
  text-align: center;
  margin-bottom: 1.35em;
}
@media (max-width: 1024px) {
  .section-cta .cta-contents h2 {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .section-cta .cta-contents h2 {
    font-size: 28px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 360px) {
  .section-cta .cta-contents h2 {
    font-size: 22px;
  }
}
.section-cta .cta-contents h2 img {
  display: block;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .section-cta .cta-contents h2 img {
    margin-bottom: 4px;
    width: 130px;
  }
}
.section-cta .cta-contents .btns {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  width: 560px;
}
@media (max-width: 767px) {
  .section-cta .cta-contents .btns {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px 0;
  }
}
.section-cta .cta-contents .btns .btn {
  background-position: right 1.3em center;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  border-radius: 5em;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 1.2em 2em 1.2em 1.8em;
  max-width: 100%;
  width: 48%;
}
.section-cta .cta-contents .btns .btn-request {
  background-image: url(../images/arrow_2.png);
  background-color: #fff;
  color: #00acb0;
}
.section-cta .cta-contents .btns .btn-download {
  background-image: url(../images/arrow_1.png);
  background-color: #ffd83e;
  color: #282828;
}
@media (max-width: 767px) {
  .section-cta .cta-contents .btns .btn {
    text-align: center;
    font-size: 16px;
    padding: 1em;
    width: 280px;
  }
}
@media (max-width: 360px) {
  .section-cta .cta-contents .btns .btn {
    font-size: 13px;
  }
}

/* ==============================================
 20. Top
=============================================== */
/* mainvisual
----------------------------------------------- */
#mainvisual {
  overflow: hidden;
  position: relative;
}
#mainvisual .mv-container {
  display: flex;
}
@media (max-width: 1024px) {
  #mainvisual .mv-container {
    flex-direction: column;
  }
}
#mainvisual .mv-container .mv-col {
  display: flex;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  width: 50%;
}
@media (max-width: 1024px) {
  #mainvisual .mv-container .mv-col {
    display: block;
    padding-top: 120px;
    padding-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-col {
    padding-top: 80px;
    padding-bottom: 28px;
  }
}
#mainvisual .mv-container .mv-left {
  background: url(../images/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  justify-content: flex-end;
}
#mainvisual .mv-container .mv-left .mv-col-container {
  text-align: center;
  padding-right: 10%;
}
@media (max-width: 1024px) {
  #mainvisual .mv-container .mv-left .mv-col-container {
    padding: 0 5%;
  }
}
#mainvisual .mv-container .mv-left .mv-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-left .mv-title {
    margin-bottom: 12px;
  }
  #mainvisual .mv-container .mv-left .mv-title img {
    width: 60vw;
  }
}
#mainvisual .mv-container .mv-left .mv-catch {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-left .mv-catch {
    margin-bottom: 16px;
  }
  #mainvisual .mv-container .mv-left .mv-catch img {
    width: 82vw;
  }
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-left .mv-mock img {
    width: 78vw;
  }
}
#mainvisual .mv-container .mv-left .mv-btns {
  position: relative;
  margin-top: -18px;
  z-index: 1;
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-left .mv-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px 0;
    max-width: 550px;
    margin: -8px auto 0;
  }
}
#mainvisual .mv-container .mv-left .mv-btns .btn {
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
  border-radius: 5em;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.12);
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
  padding: 1.2em 2em 1.2em 1.8em;
  max-width: 100%;
  width: 248px;
}
#mainvisual .mv-container .mv-left .mv-btns .btn-request {
  background-image: url(../images/btn_icon_link.png);
  background-color: #fff;
  color: #00acb0;
}
#mainvisual .mv-container .mv-left .mv-btns .btn-download {
  background-image: url(../images/btn_icon_download.png);
  background-color: #ffd83e;
  color: #282828;
}
@media (max-width: 1740px) {
  #mainvisual .mv-container .mv-left .mv-btns .btn {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  #mainvisual .mv-container .mv-left .mv-btns .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #mainvisual .mv-container .mv-left .mv-btns .btn {
    background-position: right 0.9em center;
    background-size: 1.8em 1.8em;
    display: block;
    font-size: 16px;
    padding: 1em 1em;
    margin: 0;
    text-align: center;
    width: 280px;
  }
}
#mainvisual .mv-container .mv-right {
  justify-content: flex-start;
  position: relative;
  padding: 0;
}
#mainvisual .mv-container .mv-right .mv-copy {
  top: 160px;
  left: 10%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1024px) {
  #mainvisual .mv-container .mv-right .mv-copy {
    top: 10%;
    left: 8%;
    width: 15%;
  }
}
#mainvisual .mv-container .mv-right .mv-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  #mainvisual .mv-container .mv-right .mv-img img {
    position: static;
    aspect-ratio: 25/14;
  }
}
#mainvisual .scrolldown {
  position: absolute;
  bottom: 0px;
  left: 50%;
}
@media (max-width: 1024px) {
  #mainvisual .scrolldown {
    display: none;
  }
}
#mainvisual .scrolldown a {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1740px) {
  #mainvisual .scrolldown a {
    font-size: 12px;
  }
}
#mainvisual .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
#mainvisual .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: #fff;
}

@keyframes circlemove {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* about
----------------------------------------------- */
#about {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 1024px) {
  #about {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 50px;
  }
}
#about::before {
  content: "";
  background-color: #eef8f8;
  border-radius: 160px 0 0 160px;
  position: absolute;
  top: 190px;
  bottom: 0;
  right: 0;
  width: calc(50% + 910px);
}
@media screen and (max-width: 1919px) {
  #about::before {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #about::before {
    top: 140px;
  }
}
@media (max-width: 767px) {
  #about::before {
    top: 75px;
    border-radius: 50px 0 0 50px;
  }
}
#about .container {
  position: relative;
  z-index: 1;
}
#about h2 {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  #about h2 img {
    width: 440px;
  }
}
@media (max-width: 767px) {
  #about h2 {
    margin-bottom: 22px;
  }
  #about h2 img {
    width: 265px;
  }
}
#about h2 + p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1024px) {
  #about h2 + p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  #about h2 + p br {
    display: none;
  }
}
#about .about-features-tit {
  color: #00acb0;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 70px;
  margin-bottom: 85px;
  text-align: center;
}
@media (max-width: 1024px) {
  #about .about-features-tit {
    font-size: 29px;
    margin-bottom: 50px;
    margin-top: 36px;
  }
}
#about .about-features-tit .ff-en {
  font-size: 49px;
  position: relative;
  top: 0.05em;
}
@media (max-width: 767px) {
  #about .about-features-tit .ff-en {
    font-size: 35px;
  }
}
#about .about-features-tit .tit-inner {
  display: inline-block;
  padding: 0 0.8em;
  position: relative;
}
#about .about-features-tit .tit-inner::before, #about .about-features-tit .tit-inner::after {
  content: "";
  background-color: #00acb0;
  height: 1.1em;
  position: absolute;
  bottom: 0.1em;
  width: 1px;
}
#about .about-features-tit .tit-inner::before {
  left: 0;
  transform: rotate(-25deg);
}
#about .about-features-tit .tit-inner::after {
  right: 0;
  transform: rotate(25deg);
}
#about .about-features-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #about .about-features-list {
    display: block;
    margin-bottom: 0;
  }
}
#about .about-features-list li {
  background-color: #fff;
  box-shadow: 2px 4px 40px rgba(89, 125, 125, 0.1);
  border-radius: 40px;
  padding: 20px 46px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-20px);
  width: 31.4%;
}
@media (max-width: 1024px) {
  #about .about-features-list li {
    border-radius: 20px;
    margin: 0 auto 50px;
    padding: 16px 34px 15px;
    max-width: 480px;
    width: 100%;
  }
  #about .about-features-list li:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #about .about-features-list li {
    margin-bottom: 42px;
  }
  #about .about-features-list li:last-child {
    margin-bottom: 32px;
  }
}
@media (max-width: 360px) {
  #about .about-features-list li {
    padding: 16px 24px 15px;
  }
}
#about .about-features-list li .num {
  color: #00acb0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 0.95;
  position: absolute;
  left: 50%;
  top: -0.7em;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #about .about-features-list li .num {
    line-height: 1;
    font-size: 38px;
  }
}
#about .about-features-list li .num small {
  font-size: 12px;
  display: block;
}
@media (max-width: 1024px) {
  #about .about-features-list li .num small {
    font-size: 10px;
  }
}
#about .about-features-list li h4 {
  border-bottom: 1px solid #eff1f3;
  color: #00acb0;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  letter-spacing: 0;
  height: 5em;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #about .about-features-list li h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
#about .about-features-list li h4 .sub-inner {
  display: inline-block;
}
#about .about-features-list li p {
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #about .about-features-list li p {
    margin-bottom: 10px;
  }
}
#about .about-features-list li .img {
  margin-top: auto;
  text-align: center;
}
#about .about-features-list.scrollin li {
  animation: listFadeIn 1000ms ease-in-out forwards;
}
#about .about-features-list.scrollin li:nth-child(1) {
  animation-delay: 0s;
}
#about .about-features-list.scrollin li:nth-child(2) {
  animation-delay: 0.2s;
}
#about .about-features-list.scrollin li:nth-child(3) {
  animation-delay: 0.4s;
}
#about .about-meo {
  border-left: 1px dotted #00acb0;
  border-right: 1px dotted #00acb0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #about .about-meo {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 480px;
  }
}
#about .about-meo h3 {
  background: url(../images/about_meo_arrow.png) no-repeat right center;
  background-size: 17px 17px;
  color: #00acb0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-right: 40px;
  width: 260px;
}
@media (max-width: 1024px) {
  #about .about-meo h3 {
    background: none;
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 0.5em;
    text-align: left;
    width: auto;
  }
}
#about .about-meo p {
  flex: 1;
  line-height: 1.6;
  margin-bottom: 0;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  #about .about-meo p {
    padding-right: 0;
  }
}

@keyframes listFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* scene
----------------------------------------------- */
#scene .heading-2 {
  margin-bottom: 135px;
}
@media (max-width: 767px) {
  #scene .heading-2 {
    margin-bottom: 40px;
  }
}
#scene .scene-block .block-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #scene .scene-block .block-row {
    display: block;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}
#scene .scene-block:not(.even) {
  border-bottom: 1px solid #eff1f3;
  padding-bottom: 100px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  #scene .scene-block:not(.even) {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
}
#scene .scene-block.even .block-row {
  flex-direction: row-reverse;
}
#scene .scene-block .block-contents {
  width: 47%;
}
@media (max-width: 1024px) {
  #scene .scene-block .block-contents {
    margin-bottom: 30px;
    width: 100%;
  }
}
#scene .scene-block .block-contents h3 {
  color: #00acb0;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  #scene .scene-block .block-contents h3 {
    padding-bottom: 1em;
    margin-bottom: 1.4em;
  }
}
#scene .scene-block .block-contents h3::after {
  background-color: #00acb0;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
}
@media (max-width: 767px) {
  #scene .scene-block .block-contents h3::after {
    width: 12px;
  }
}
#scene .scene-block .block-contents h3 .en {
  font-family: "Inter", sans-serif;
  margin-right: 0.4em;
  padding-right: 0.9em;
  position: relative;
  display: inline-block;
}
#scene .scene-block .block-contents h3 .en::after {
  background-color: #bdbdbd;
  content: "";
  position: absolute;
  height: 1.1em;
  right: 0;
  top: 0.06em;
  transform: rotate(20deg);
  width: 1px;
}
#scene .scene-block .block-contents .copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #scene .scene-block .block-contents .copy {
    font-size: 21px;
    margin-bottom: 0.8em;
    line-height: 1.5;
  }
}
@media (max-width: 360px) {
  #scene .scene-block .block-contents .copy {
    font-size: 19px;
  }
}
#scene .scene-block .block-img {
  width: 46%;
  text-align: center;
}
@media (max-width: 1024px) {
  #scene .scene-block .block-img {
    width: 100%;
  }
  #scene .scene-block .block-img img {
    width: 90%;
  }
}

/* feature
----------------------------------------------- */
#feature {
  background: #eef8f8 url(../images/section_bg1.png) repeat-x 30% 0%;
}
@media (max-width: 1024px) {
  #feature {
    background-position: 50% 0;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  #feature {
    background-image: url(../images/section_bg1_sp.png);
    background-size: contain;
  }
}
#feature .heading-2 {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  #feature .heading-2 {
    margin-bottom: 25px;
  }
}
#feature h3 {
  color: #00acb0;
  font-size: 36px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #feature h3 {
    font-size: 25px;
    margin-bottom: 22px;
  }
}
@media (max-width: 360px) {
  #feature h3 {
    font-size: 20px;
  }
}
#feature h3 .tit-inner {
  display: inline-block;
  position: relative;
  padding-bottom: 0.3em;
}
#feature h3 .tit-inner::after {
  background-color: #00acb0;
  content: "";
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  #feature h3 .tit-inner::after {
    height: 1px;
  }
}
#feature h3 + p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #feature h3 + p {
    margin-bottom: 24px;
  }
}
#feature .feature-block:not(:last-child) {
  border-bottom: 1px solid #dfeaec;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #feature .feature-block:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#feature .feature-block.scrollin .feature-list li {
  animation: listFadeIn 1000ms ease-in-out forwards;
}
#feature .feature-block.scrollin .feature-list li:nth-child(1) {
  animation-delay: 0s;
}
#feature .feature-block.scrollin .feature-list li:nth-child(2) {
  animation-delay: 0.2s;
}
#feature .feature-block.scrollin .feature-list li:nth-child(3) {
  animation-delay: 0.4s;
}
#feature .feature-block.scrollin .feature-list li:nth-child(4) {
  animation-delay: 0.6s;
}
#feature .feature-block.scrollin .feature-list li:nth-child(5) {
  animation-delay: 0.8s;
}
#feature .feature-block.scrollin .feature-list li:nth-child(6) {
  animation-delay: 1s;
}
#feature .feature-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #feature .feature-list {
    display: block;
  }
}
#feature .feature-list li {
  box-shadow: 2px 4px 40px rgba(89, 125, 125, 0.1);
  background-color: #fff;
  border-radius: 32px;
  margin-bottom: 28px;
  margin-right: 2%;
  padding: 24px 40px 38px;
  width: 32%;
  opacity: 0;
  transform: translateY(-20px);
}
#feature .feature-list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #feature .feature-list li {
    margin-right: 4%;
    width: 48%;
  }
  #feature .feature-list li:nth-child(3n) {
    margin-right: 4%;
  }
  #feature .feature-list li:nth-child(even) {
    margin-right: 0;
  }
  #feature .feature-list li:last-child {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #feature .feature-list li {
    border-radius: 16px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 14px 28px 30px;
    width: 100%;
  }
  #feature .feature-list li:nth-child(3n) {
    margin-right: 0;
  }
}
#feature .feature-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 100%;
}
#feature .feature-list li .icon img {
  display: block;
}
@media (max-width: 767px) {
  #feature .feature-list li .icon {
    height: 75px;
  }
  #feature .feature-list li .icon img {
    transform: scale(0.72);
  }
}
#feature .feature-list li h4 {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.4em;
}
@media (max-width: 1024px) {
  #feature .feature-list li h4 {
    font-size: 19px;
    margin-bottom: 0.8em;
  }
}
#feature .feature-list li p {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.6;
}
#feature .feature-list li p small {
  color: #909090;
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #feature .feature-list li p small {
    font-size: 12px;
  }
}
#feature .feature-list-4column li {
  width: 23.5%;
}
#feature .feature-list-4column li:nth-child(3n) {
  margin-right: 2%;
}
#feature .feature-list-4column li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  #feature .feature-list-4column li {
    margin-right: 4%;
    width: 48%;
  }
  #feature .feature-list-4column li:nth-child(3n) {
    margin-right: 4%;
  }
  #feature .feature-list-4column li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #feature .feature-list-4column li {
    margin-right: 0;
    width: 100%;
  }
  #feature .feature-list-4column li:nth-child(3n) {
    margin-right: 0;
  }
}

/* plan
----------------------------------------------- */
#plan {
  background: #eef8f8 url(../images/section_bg2.png) repeat-x 30% 100%;
}
@media (max-width: 767px) {
  #plan {
    background-image: url(../images/section_bg2_sp.png);
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  #plan .container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
#plan .heading-2 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #plan .heading-2 {
    margin-bottom: 30px;
  }
}
#plan .plan-slider {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #plan .plan-slider {
    display: block;
  }
  #plan .plan-slider .slick-track {
    display: flex;
  }
  #plan .plan-slider .slick-slide {
    height: auto !important;
  }
}
#plan .plan-slider .plan-slide {
  box-shadow: 2px 4px 40px rgba(89, 125, 125, 0.1);
  background-color: #fff;
  border-radius: 24px;
  margin-right: 2%;
  padding: 75px 40px 55px;
  width: 32%;
}
@media (max-width: 1024px) {
  #plan .plan-slider .plan-slide {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide {
    border-radius: 16px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 55px 24px 35px;
  }
}
#plan .plan-slider .plan-slide .num {
  color: #00acb0;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .num {
    margin-bottom: 25px;
  }
}
#plan .plan-slider .plan-slide .num::after {
  background-color: #00acb0;
  content: "";
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 16px;
  transform: translateX(-50%);
}
#plan .plan-slider .plan-slide h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide h4 {
    font-size: 19px;
  }
}
#plan .plan-slider .plan-slide h4 + p {
  font-weight: 500;
  text-align: center;
}
#plan .plan-slider .plan-slide p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#plan .plan-slider .plan-slide .plan-price {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  text-align: center;
}
#plan .plan-slider .plan-slide .plan-price .price {
  display: flex;
  align-items: baseline;
  font-family: "Inter", sans-serif;
  font-size: 44px;
  vertical-align: baseline;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-price .price {
    font-size: 33px;
  }
}
#plan .plan-slider .plan-slide .plan-price .price span {
  vertical-align: baseline;
  line-height: 1;
}
#plan .plan-slider .plan-slide .plan-price .price strong {
  display: flex;
  align-items: baseline;
  color: #00acb0;
  vertical-align: baseline;
  line-height: 1;
}
#plan .plan-slider .plan-slide .plan-price .price strong small {
  line-height: 1;
  font-size: 50%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  top: -0.2em;
}
#plan .plan-slider .plan-slide .plan-price .price .yen {
  color: #00acb0;
  font-size: 76%;
  margin-right: 0.2em;
  position: relative;
  margin-top: -0.07em;
}
#plan .plan-slider .plan-slide .plan-price .unit {
  font-weight: 500;
  font-size: 17px;
  margin-left: 0.3em;
  position: relative;
  top: -0.1em;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-price .unit {
    font-size: 14px;
  }
}
#plan .plan-slider .plan-slide .initial-cost {
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .initial-cost {
    margin-bottom: 22px;
  }
}
#plan .plan-slider .plan-slide .btn-area {
  margin-bottom: 26px;
}
#plan .plan-slider .plan-slide .btn-area .btn {
  background-image: url(../images/arrow_1.png);
  background-color: #ffd83e;
  color: #282828;
  background-position: right 1.3em center;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  border-radius: 5em;
  font-size: 17px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 1em 1em;
  width: 100%;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .btn-area .btn {
    background-size: 13px 7px;
    font-size: 13px;
  }
}
#plan .plan-slider .plan-slide .plan-details {
  border-top: 1px solid #e5e7ea;
  margin-top: 30px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details {
    margin-top: 25px;
    padding-top: 22px;
  }
}
#plan .plan-slider .plan-slide .plan-details li {
  background-position: 0 0.27em;
  background-repeat: no-repeat;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-left: 25px;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li {
    background-position: 0 0.3em;
    font-size: 14px;
    padding-left: 22px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.icon-1 {
  background-image: url(../images/price_detail_icon1.png);
  background-size: 15px 16px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li.icon-1 {
    background-size: 13px 14px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.icon-2 {
  background-image: url(../images/price_detail_icon2.png);
  background-size: 14px 16px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li.icon-2 {
    background-size: 13px 14px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.icon-3 {
  background-image: url(../images/price_detail_icon3.png);
  background-size: 16px 14px;
  background-position: 0 0.3em;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li.icon-3 {
    background-size: 14px 13px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.icon-4 {
  background-image: url(../images/price_detail_icon4.png);
  background-size: 16px 13px;
  background-position: 0 0.35em;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li.icon-4 {
    background-size: 14px 11px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.icon-5 {
  background-image: url(../images/price_detail_icon5.png);
  background-size: 16px 16px;
}
@media (max-width: 767px) {
  #plan .plan-slider .plan-slide .plan-details li.icon-5 {
    background-size: 14px 14px;
  }
}
#plan .plan-slider .plan-slide .plan-details li.small {
  font-size: 82%;
}
#plan .caps {
  font-size: 12px;
}
@media (max-width: 1024px) {
  #plan .caps {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  #plan .caps {
    padding: 0 30px;
  }
}

/* flow
----------------------------------------------- */
#flow {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #flow {
    padding-top: 40px;
  }
}
#flow .heading-2 + p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  #flow .heading-2 + p {
    font-size: 16px;
    margin-bottom: 42px;
  }
}
#flow .flow-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media (max-width: 1024px) {
  #flow .flow-list {
    flex-direction: column;
  }
  #flow .flow-list-wrapper {
    max-width: 440px;
    margin: auto;
  }
}
#flow .flow-list li {
  text-align: center;
  position: relative;
  width: 20%;
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 1024px) {
  #flow .flow-list li {
    display: flex;
    text-align: left;
    padding-bottom: 30px;
    width: 100%;
  }
  #flow .flow-list li:last-child {
    padding-bottom: 10px;
  }
}
#flow .flow-list li:not(:last-child)::before {
  background: url(../images/flow_line_pc.png) repeat-x 0 0;
  background-size: 4px 1px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 70px;
  width: 100%;
}
@media (max-width: 1024px) {
  #flow .flow-list li:not(:last-child)::before {
    background-image: url(../images/flow_line_sp.png);
    background-repeat: repeat-y;
    background-size: contain;
    height: 100%;
    left: 70px;
    top: 70px;
    width: 1px;
  }
}
@media (max-width: 767px) {
  #flow .flow-list li:not(:last-child)::before {
    left: 52px;
  }
}
#flow .flow-list li > div {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #flow .flow-list li .cont {
    padding-top: 10px;
    flex: 1;
  }
}
#flow .flow-list li .img {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #flow .flow-list li .img {
    margin-right: 30px;
    width: 140px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #flow .flow-list li .img {
    margin-right: 20px;
    width: 105px;
  }
}
#flow .flow-list li .step {
  text-align: center;
  margin: 0 auto 10px;
}
@media (max-width: 1024px) {
  #flow .flow-list li .step {
    text-align: left;
    margin-bottom: 10px;
  }
}
#flow .flow-list li .step .step-txt {
  background-color: #00acb0;
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 2px 0;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  width: 80px;
}
@media (max-width: 767px) {
  #flow .flow-list li .step .step-txt {
    border-radius: 2px;
    font-size: 12px;
    width: 60px;
  }
}
#flow .flow-list li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: 3em;
}
@media (max-width: 1024px) {
  #flow .flow-list li .txt {
    text-align: left;
    display: block;
  }
}
#flow .flow-list li .txt p {
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  #flow .flow-list li .txt p {
    font-size: 16px;
  }
}
#flow .flow-list.scrollin li {
  animation: listFadeIn 1000ms ease-in-out forwards;
}
#flow .flow-list.scrollin li:nth-child(1) {
  animation-delay: 0s;
}
#flow .flow-list.scrollin li:nth-child(2) {
  animation-delay: 0.2s;
}
#flow .flow-list.scrollin li:nth-child(3) {
  animation-delay: 0.4s;
}
#flow .flow-list.scrollin li:nth-child(4) {
  animation-delay: 0.6s;
}
#flow .flow-list.scrollin li:nth-child(5) {
  animation-delay: 0.8s;
}
#flow .copy {
  text-align: center;
  margin-top: 75px;
}
@media (max-width: 1024px) {
  #flow .copy {
    margin-top: 30px;
  }
}

/* faq
----------------------------------------------- */
#faq {
  background-color: #eef8f8;
}
#faq .heading-2 {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #faq .heading-2 {
    margin-bottom: 30px;
  }
}
#faq .faq-list {
  max-width: 1000px;
  margin: auto;
}
#faq .faq-list > li {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 767px) {
  #faq .faq-list > li {
    margin-bottom: 15px;
  }
}
#faq .faq-list > li:last-child {
  margin-bottom: 0;
}
#faq .faq-list > li .faq-item .faq-q {
  background-color: #fff;
  padding: 22px 34px 22px 100px;
  position: relative;
  color: #00acb0;
  font-weight: bold;
  font-size: 22px;
  min-height: 77px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #faq .faq-list > li .faq-item .faq-q {
    font-size: 17px;
    min-height: 58px;
    padding: 15px 12px 12px 55px;
  }
}
#faq .faq-list > li .faq-item .faq-q::before {
  background-color: #00acb0;
  border-radius: 50%;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  content: "Q";
  left: 34px;
  top: 15px;
  height: 50px;
  width: 50px;
}
@media (max-width: 767px) {
  #faq .faq-list > li .faq-item .faq-q::before {
    font-size: 14px;
    left: 14px;
    top: 12px;
    height: 30px;
    width: 30px;
  }
}
#faq .faq-list > li .faq-item .faq-a {
  padding: 18px 40px;
}
@media (max-width: 767px) {
  #faq .faq-list > li .faq-item .faq-a {
    padding: 14px 0;
  }
}
#faq .faq-list > li .faq-item .faq-a p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #faq .faq-list > li .faq-item .faq-a p {
    font-size: 16px;
  }
}
#faq .faq-list.scrollin li {
  animation: listFadeIn 1000ms ease-in-out forwards;
}
#faq .faq-list.scrollin li:nth-child(1) {
  animation-delay: 0s;
}
#faq .faq-list.scrollin li:nth-child(2) {
  animation-delay: 0.2s;
}
#faq .faq-list.scrollin li:nth-child(3) {
  animation-delay: 0.4s;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/* ==============================================
 Media Queries
=============================================== */
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */