/*
Theme Name:zawaroomhp
*/

@charset "UTF-8";

html {
  margin-top: 0;
}

body {
  font-family: "Noto Sans JP", "Murecho", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #191919;
  background: white;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
    line-height: 1.8;
  }
}

.rc-anchor {
  display: none;
}


/* Contactにリンクする吹き出し */
.fukidashi_link {
  position: fixed;
  width:200px;
  height:60px;
  background:#00b8cf;
  padding:10px;
  text-align:center;
  color:white;
  font-size:30px;
  font-weight:bold;
  border-radius:50px;
  bottom: 5.5%;
    right: 1.5%;
  z-index: 995;
  border: solid 3px white;
  font-size: 15px;
  color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: white;
}
.fukidashi_link.show {
  opacity: 1;
  visibility: visible;
}
.fukidashi_link::after{
  border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -11px;
    border-top-color: white;
    top: 100%;
    left: 77%;
}

.fukidashi_link:hover{
  width: 280px;
  height: 80px;
  font-size: 18px;
  background-color: #00707e;
}


@media screen and (max-width: 960px) {
  .fukidashi_link {
    bottom: 4%;
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .fukidashi_link {
    width: 160px;
    height: 48px;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .fukidashi_link {
    bottom: 3%;
    right: 1.5%;
  }
}

@media screen and (max-width: 400px) {
  .fukidashi_link {
    bottom: 2.5%;
    right: 1.5%;
  }
}



/* spanタグ */
.color_blue {
  color: #00b8cf;
}
.color_yellow {
  color: #ffae3b;
}
.bold_small {
  font-size: 16px;
  font-weight: bold;
}
.thin_small {
  font-size: 14px;
  font-weight: 400;
}


/* 角丸ボタンベース */
.button-round {
  display: inline-block;
  width: auto;
  min-width: 400px;
  height: 72px;
  border-radius: 100px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.button-round a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all .2s;
  font-size: 18px;
  padding: 0 80px 1px;
}

@media screen and (max-width: 1200px) {
  .button-round {
    min-width: 360px;
    height: 64px;
  }
  .button-round a {
    font-size: 16px;
    padding: 0 64px 1px;
  }
}

@media screen and (max-width: 480px) {
  .button-round {
    min-width: 360px;
    height: 64px;
  }
  .button-round a {
    font-size: 16px;
    padding: 0 20px 1px;
  }
}


/* ----------------------------------  header  ---------------------------------- */

.header {
  background-color: white;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2.75%;
}
.header-logo a {
  width: 130px;
  height: auto;
  display: flex;
  align-items: center;
}
.header-logo a img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}
.header__content {
  height: 100%;
}
.header__content--main {
  margin-left: 56px;
}
.header__menu {
  height: 100%;
}
.header__menu ul {
  display: flex;
  height: 100%;
}
.header__menu ul li {
  margin-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 2px transparent;
}
.header__content .header__menu ul li.current_page_item {
  border-color: #00b8cf;
}
.header__content .header__menu ul li.current_page_item a {
  color: #00b8cf;
}
.header__menu ul li a {
  color: #191919;
  padding: 0 6px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  transition: all .2s;
}
.header__menu ul li a:hover {
  color: #00b8cf;
}

.header__content--sub {
  margin-left: auto;
}

.header__content--sub .header__menu ul li a {
  font-size: 12px;
}
.header__content--sub .header__menu ul li a .material-symbols-outlined {
  margin-left: 7px;
  font-size: 16px;
}

.header__content--trial {
  width: 160px;
  height: 100%;
  font-weight: bold;
}
.header__content--trial a {
  background-color: #ffae3b;
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-left: 23px;
  padding-bottom: 1px;
  transition: all .2s;
  font-size: 13px;
  line-height: 1.5;
}
.header__content--trial a .material-symbols-outlined {
  font-size: 16px;
}
.header__content--trial a:hover {
  background-color: #ffcc84;
}

/* スマホ・タブレット版ヘッダーメニュー */
.mb_nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%; /* 画面の右側に隠すためのコード */
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: all 0.6s;
}
.mb_nav.open {
  right: 0;
}
.mb_nav .header-logo {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb_nav .header-logo a {
  width: 130px;
}
.mb_nav .header__nav {
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px 0 0;
}
.mb_nav .header__content {
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 0 8%;
}
.mb_nav .header__menu {
  height: auto;
}
.mb_nav .header__menu ul {
  display: block;
  height: auto;
}
.mb_nav .header__menu ul li {
  margin-right: 0;
  border-top: none;
}
.mb_nav .header__content .header__menu ul li.current_page_item {
  border: none;
}
.mb_nav .header__menu ul li a {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.mb_nav .header__menu ul li a .material-symbols-outlined {
  margin-left: 7px;
    font-size: 16px;
    margin-top: 2px;
}
.mb_nav .header__content--sub .header__menu ul li a {
  font-size: 18px;
}
.mb_nav .header__content .header__menu ul li.current_page_item a {
  color: inherit;
}
.mb_nav .header__content--trial {
  margin-top: auto;
  margin-bottom: 80px;
}
.mb_nav .header__content--trial a {
  border-radius: 8px;
  height: 64px;
  width: 100%;
  font-size: 16px;
}

/* ハンバーガーメニュー */
.button_open {
  display: none;
  position: absolute;
  background:transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 999;
  right: 2%;
}
.button_open .button_open_area {
  transition: all .6s;
  width: 50px;
  height: 50px;
}
.button_open span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #191919;
  width: 45%;
}
.button_open span:nth-of-type(1) {
  top: 15px; 
}
.button_open span:nth-of-type(2) {
  top: 23px;
}
.button_open span:nth-of-type(3) {
  top: 31px;
}
.button_open.active .button_open_area {
  transform: rotate(360deg);
}
.button_open.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.button_open.active span:nth-of-type(2) {
  opacity: 0;
}
.button_open.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}


@media screen and (max-width: 1366px) {
  .header__menu ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding-left: 40px;
  }
  .header-logo a {
    width: 120px;
  }
  .header__content--main {
    margin-left: 32px;
  }
  .header__menu ul li {
    margin-right: 12px;
  }
  .header__menu ul li a {
    font-size: 13px;
  }

  .header__content--sub .header__menu ul li a {
    font-size: 12px;
  }

  .header__content--trial {
    width: 130px;
  }
}

@media screen and (max-width: 1080px) {
  .header__inner {
    justify-content: center;
    position: relative;
    padding-left: 0;
  }
  .header__nav {
    display: none;
  }
  .mb_nav {
    display: block;
  }
  .mb_nav .header__nav {
    display: flex;
  }
  .button_open {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .mb_nav .header__menu ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .mb_nav .header__nav {
    padding: 16px 0 0;
}
.mb_nav .header__content--trial a {
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
}
}





/* ----------------------------------  main  ---------------------------------- */

.main {
  height: auto;
  min-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}






/* ----------------------------------  top  ---------------------------------- */


/* main visual */

.main-visual {
  width: 100%;
  height: 100vh;
  padding-top: 56px;
  position: relative;
  max-height: 920px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #d0e9ec;
}
.main-visual__bg {
  position: absolute;
  z-index: 5;
  width: calc(88% - 560px);
  height: calc(100vh - 56px);
  height: auto;
  background-size: contain;
  background-position: bottom right;
  max-height: unset;
  right: -2%;
  margin-top: 40px;
}
.main-visual img{
  width: 100%;
  height: auto;
}

.main-visual::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(image/bg_logo.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  bottom: 20px;
  right: 0;
  animation : scroll 20s linear infinite;
  overflow: hidden;
  z-index: 1;
}
@keyframes scroll{
  0% { 
    transform: translateX(100%)
  }
  10% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-100%)
  }
}
.balloon:nth-child(2) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16%;
  right: 33.5%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1s;
}
.balloon:nth-child(3) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon10.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 32%;
    right: 12%;
  animation: poyopoyo 2s ease-in-out infinite;
}
.balloon:nth-child(4) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
    right: 20.5%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1s;
}
.balloon:nth-child(5) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon08.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 41%;
    left: 13%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 0.5s;
}
.balloon:nth-child(6) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon11.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54%;
    right: 35%;
  animation: poyopoyo 2s ease-in-out infinite;
}
.balloon:nth-child(7) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon13.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
    right: 45%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1.75s;
}
.balloon:nth-child(8) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 37%;
    left: 60%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1.25s;
}
.balloon:nth-child(9) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon12.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 49%;
    left: 25%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 0.25s;
}
.balloon:nth-child(10) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon06.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
    left: 40%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1.25s;
}
.balloon:nth-child(11) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon07.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 65%;
    left: 42%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 2.25s;
}
.balloon:nth-child(12) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 14%;
  left: 27%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 0.75s;
}
.balloon:nth-child(13) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 59%;
    left: 70%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 0.5s;
}
.balloon:nth-child(14) {
  width: 8.5%;
  height: 8.5%;
  background-image: url(image/svg/balloon09.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 41%;
    left: 87%;
  animation: poyopoyo 2s ease-in-out infinite;
  animation-delay: 1.5s;
}
 
@keyframes poyopoyo {
  0%  {
    
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  40%  {
    
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  47.5% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  50% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  60% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.main-visual__wrapper {
  padding: 0 8%;
  position: relative;
  z-index: 990;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 40px;
}
.main-visual__content {
  width: 560px;
  padding-top: 128px;
}
.main-visual__content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.6;
}
.main-visual__h1--sp {
  display: none;
}
.main-visual__content p {
  padding-right: 8%;
  margin-top: 32px;
}

.button-round--demo {
  margin-top: 44px;
}
.button-round--demo a {
  background-color: #ffae3b;
}
.button-round--demo a:hover {
  background-color: #ffcc84;
}

.button-round--demo--sp {
  display: none;
}

.release-card {
  position: absolute;
  margin: auto;
  top: 56px;
  right: 0;
  left: 0;
  width: auto;
  height: 40px;
  background-color: #00b8cf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4.25%;
  z-index: 998;
}
.release-card a {
  width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all .2s;
}
.release-card__content {
  display: flex;
}
.release-card__title {
  margin-left: 48px;
  font-weight: normal;
}
.release-card__more {
  color: white;
    margin-left: 80px;
}
.release-card__more span {
  position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    background-color: white;
    color: #191919;
    width: auto;
    padding: 0 24px 0 20px;
    padding-bottom: 2px;
    border-radius: 50px;
    font-size: 12px;
  transition: all .2s;
}
.release-card__more span::after {
  font-family: 'Material Icons';
    font-size: 14px;
    content: "\e5cc";
    position: absolute;
    right: 6px;
    top: -0.5px;
}
.release-card a:hover {
  color: #e7e7e7;
}
.release-card a:hover .release-card__more span {
  background-color: #e7e7e7;
  transition: all .2s;
}


@media screen and (max-width: 1200px) {
  .main-visual {
    max-height: 740px;
    min-height: 640px;
  }
  .main-visual__wrapper {
    padding: 40px 4.25% 0 6%;
  }
  .main-visual__content {
    width: 45%;
    padding-top: 80px;
  }
  .main-visual__content h1 {
    font-size: 40px;
  }
  .main-visual__content p {
    padding-right: 0;
    margin-top: 24px;
  }
  .main-visual__content .button-round--demo {
    margin-top: 32px;
    height: 64px;
    width: 100%;
    max-width: 400px;
    min-width: unset;
  }
  .main-visual::before {
    width: 50%;
    height: 100%;
    background-size: 100%;
    background-position:  center;
    max-height: none;
    right: 0;
    bottom: auto;
  }

  .main-visual__bg {
    width: 50%;
    height: auto;
    top: 30%;
  }
}

@media screen and (max-width: 960px) {
  .main-visual__content {
    width: 50%;
  }
  .main-visual__content h1 {
    display: none;
  }
  .main-visual__content h1.main-visual__h1--sp {
    display: inline-block;
  }
  .main-visual__content .button-round--demo {
    min-width: 100%;
  }

.main-visual__bg {
  width: 50%;
  height: auto;
  bottom: 20%;
}
}

@media screen and (max-width: 768px) {
  .main-visual {
    max-height: unset;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
}
  .main-visual__wrapper {
    padding: 40px 8% 0;
    align-items: flex-start;
    height: auto;
}
  .main-visual__content h1.main-visual__h1--sp {
    font-size: 40px;
  }
  .main-visual__content {
    width: 100%;
    padding-top: 100px;
    height: auto;
    padding-bottom: 0;
    overflow: unset;
}
.main-visual__content p {
  width: 80%;
  margin-top: 18px;
}
.main-visual__content .button-round--demo {
    min-width: unset;
    width: 400px;
}
.main-visual::before {
  display: none;
}
.main-visual__bg {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  height: auto;
  max-height: unset;
  margin: 0;
  margin-top: auto;
  margin-bottom: 24px;
  margin-top: 60px;
}
.main-visual__bg img {
  width: 100%;
  height: auto;
}
.release-card a {
  font-size: 12px;
}
.release-card__title {
  margin-left: 24px;
}
.release-card__more {
  margin-left: 64px;
}
.main-visual::after {
  width: 150%;
  height: 100%;
  animation: scroll 20s linear infinite;
  bottom: 0;
}
}

@media screen and (max-width: 640px) {

  .main-visual {
    max-height: unset;
    min-height: unset;
    height: auto;
}
  .main-visual__wrapper {
    padding: 40px 6% 0;
}
  .main-visual__content h1.main-visual__h1--sp {
    font-size: 32px;
  }
.main-visual__content p {
  width: 100%;
}
}

@media screen and (max-width: 480px) {
  .main-visual__wrapper {
    padding: 40px 4% 0;
}
  .main-visual {
    max-height: unset;
    min-height: unset;
    height: auto;
}
.main-visual__bg {
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 85%;
}
.main-visual__content {
  padding-top: 40px;
}
.main-visual__content h1.main-visual__h1--sp {
  font-size: 24px;
}
.main-visual__content p {
  font-size: 12px;
  margin-top: 16px;
}
.main-visual__content .button-round--demo {
  display: none;
}
.button-round--demo--sp {
  display: flex;
  width: 92%;
  height: 56px;
  min-width: unset;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
  max-width: 375px;
}

.button-round--demo--sp a {
  font-size: 14px;
}
.main-visual::after {
  width: 200%;
  height: 100%;
  bottom: 12vh;
  animation: scroll 20s linear infinite;
}

.release-card a {
  justify-content: space-between;
  width: 100%;
}
.release-card__title {
  margin-left: 24px;
}
.release-card__more {
  margin-left: 0;
}
.release-card__more span {
  height: auto;
  background-color: inherit;
  color: white;
  width: auto;
  padding: 0 24px 0 0;
  padding-bottom: 2px;
  border-radius: unset;
}
}



@media screen and (max-width: 375px) {
.release-card__more span {
  display: none;
}
}


/* top content menu */

.top-content-menu {
  width: fit-content;
    height: auto;
    display: flex;
    background-color: white;
    padding: 8px 4.25%;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 32px;
}
.top-content-menu ul {
  width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.top-content-menu li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    width: auto;
    height: 28px;
    background-color: white;
    border-radius: 4px;
    padding: 0 20px;
}
.top-content-menu li a {
  display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #191919;
    padding: 0 0 0 32px;
    transition: .2s;
}
.top-content-menu li a span {
  font-size: 24px;
    position: absolute;
    left: 0;
    top: 1.5px;
    color: #00b8cf;
}
.top-content-menu li a:hover {
  opacity: .75;
}


@media screen and (max-width: 1200px) {
  .top-content-menu li {
    margin: 6px 0;
    padding: 0 12px;
}
  .top-content-menu li a {
    font-size: 12px;
    padding: 0 0 0 24px;
}
  .top-content-menu li a span {
    font-size: 20px;
}
}

@media screen and (max-width: 940px) {
  .top-content-menu {
    background-color: transparent;
    padding: 0 calc(4.25% - 5px);
    border-radius: 0;
}
.top-content-menu ul {
  justify-content: flex-start;
}
.top-content-menu li {
  margin: 0 5px 15px;
  padding: 0;
  height: auto;
}
.top-content-menu li:last-child {
  margin-right: 0;
}
.top-content-menu li a {
  height: auto;
  padding: 8px 20px 10px 34px;
  border-radius: 8px;
}
.top-content-menu li a span {
  left: 11px;
  top: 10px;
}
}

@media screen and (max-width: 480px) {
  .top-content-menu {
    padding: 20px calc(4% - 2.5px) 0;
    margin-top: 24px;
}
.top-content-menu li {
  margin: 0 5px 12px;
  width: calc(50% - 5px);
  height: 44px;
}
.top-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.top-content-menu li:nth-child(even) {
  margin-right: 0;
}
.top-content-menu li a {
  padding: 8px 20px 9px 42px;
  width: 100%;
  height: 100%;
}
.top-content-menu li a span {
  left: 16px;
  top: 12px;
}
}

@media screen and (max-width: 400px) {
  .top-content-menu {
    padding: 20px 2.5% 0;
    margin-top: 24px;
}
.top-content-menu li {
  margin: 0 5px 12px;
  width: calc(50% - 5px);
}
.top-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.top-content-menu li:nth-child(even) {
  margin-right: 0;
}
.top-content-menu li a {
  padding: 8px 12px 10px 32px;
  line-height: 1.3;
    height: 100%;
    font-size: 11px;
}
.top-content-menu li a span {
  font-size: 18px;
    left: 10px;
    top: 13px;
}
}


/* top content */

.top-content__section {
  width: 100%;
  text-align: center;
  padding: 80px 4.25% 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.top-content__title {
  font-family: "Murecho", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.5px
}
.top-content__sub-title {
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
}
.top-content__text {
  margin-top: 18px;
}
.top-content__wrapper {
  margin-top: 56px;
  width: 100%;
  max-width: 1200px;
}
.button-round--top-content {
  margin: auto 0;
  margin-top: 60px;
}
.button-round--top-content a {
  background-color: #3a3a3a;
  position: relative;
  padding: 0 110px 1px;
}
.button-round--top-content a span {
  position: relative;
  display: flex;
  align-items: center;
}
.button-round--top-content a::after {
  font-family: 'Material Icons';
    font-size: 28px;
    content: "\e5cc";
    position: absolute;
    right: 24px;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.button-round--top-content a:hover {
  background-color: #5a5a5a;
}


@media screen and (max-width: 960px) {
  .top-content__section {
    padding-top: 64px;
    padding-bottom: 90px;
}
.top-content__title {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 1.25px
}
.top-content__sub-title {
  margin-top: 2px;
  font-size: 16px;
}
.top-content__text {
  margin-top: 16px;
}
}

@media screen and (max-width: 640px) {
  .top-content__section {
    padding: 48px 4% 64px;
  }
  .top-content__wrapper {
    margin-top: 48px;
  }
  .top-content__title {
    font-size: 44px;
    line-height: 1.4;
}
.top-content__sub-title {
  font-size: 16px;
}
.top-content__text {
  margin-top: 14px;
  font-size: 12px;
}
}

@media screen and (max-width: 480px) {
.top-content__section {
  padding: 40px 4% 60px;
}
.top-content__wrapper {
  margin-top: 24px;
}
.top-content__title {
  text-align: left;
  width: 100%;
  font-size: 40px;
  padding-left: 1.5%;
}
.top-content__sub-title {
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1.5px;
  padding-left: 1.5%;
}
.top-content__text {
  text-align: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 1.5%;
}
.button-round--top-content {
  height: 60px;
  min-width: 100%;
}
.button-round--top-content a {
  font-size: 13px;
  padding: 0 12px 1px;
}
}

@media screen and (max-width: 400px) {
.top-content__sub-title {
  font-size: 13px;
}
}


/* top functions */

.top-content__section--functions .top-content__title {
  color: #00b8cf;
}
.top-functions__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-functions__list li {
  background-color: white;
  width: calc(100% / 3 - 20px);
  height: auto;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 24px 32px;
}
.top-functions__list li:nth-child(n+4) {
  margin-top: 30px;
}

.top-funtions__img  {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-funtions__img img  {
  width: auto;
  height: 100px;
}
.top-functions__list li:nth-child(4) .top-funtions__img img {
  height: 120px;
}
.top-funtions__title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
}
.top-funtions__text {
  width: 100%;
  text-align: left;
  margin-top: 4px;
}



@media screen and (max-width: 1200px) {
  .top-functions__list li {
    padding: 36px 20px 28px;
    width: calc(100% / 3 - 12px);
  }
  .top-functions__list li:nth-child(n+4) {
    margin-top: 24px;
  }
  .top-funtions__title {
    font-size: 16px;
}
.top-funtions__text {
  flex: 1;
}
.top-funtions__img {
  flex: 1;
}
.top-funtions__img img {
  width: auto;
  height: 90px;
}
.top-functions__list li:nth-child(4) .top-funtions__img img {
  height: 100px;
}
}

@media screen and (max-width: 768px) {
  .top-functions__list li {
    width: calc(100% / 3 - 8px);
    padding: 20px 18px 24px;
  }
  .top-functions__list li:nth-child(n+4) {
    margin-top: 12px;
  }
  .top-funtions__img img {
    height: 72px;
  }
  .top-functions__list li:nth-child(4) .top-funtions__img img {
    height: 88px;
  }
  .top-funtions__title {
    font-size: 14px;
    margin-top: 14px;
}
}

@media screen and (max-width: 640px) {
  .top-functions__list li {
    padding: 20px 12px 18px;
    min-height: auto;
  }
  .top-functions__list li:nth-child(n+4) {
    margin-top: 8px;
  }
  .top-funtions__title {
    flex: none;
}
.top-funtions__text {
  flex: none;
}
.top-funtions__img {
  flex: none;
}
  .top-funtions__img img {
    height: 48px;
  }
  .top-functions__list li:nth-child(4) .top-funtions__img img {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .top-functions__list li {
    width: calc(50% - 5px);
    margin-top: 0;
  }
  .top-functions__list li:nth-child(n+4) {
    margin-top: 0;
  }
  .top-functions__list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .top-funtions__title {
    font-size: 13px;
    margin-top: 18px;
}
.top-funtions__text {
  font-size: 11px;
}
.top-funtions__img img {
  height: 60px;
}
.top-functions__list li:nth-child(4) .top-funtions__img img {
  height: 72px;
}
}

@media screen and (max-width: 400px) {
.top-funtions__img img {
  height: 56px;
}
.top-functions__list li:nth-child(4) .top-funtions__img img {
  height: 64px;
}
}


/* top scenes */

.top-content__section--scenes {
  background-color: #00b8cf;
}
.top-content__section--scenes .top-content__title {
  color: #ffcc84;
}
.top-content__section--scenes .top-content__sub-title {
  color: white;
}
.top-content__section--scenes .top-content__text {
  color: white;
}
.top-scenes__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: solid 2px #d0e9ec;
  border-radius: 12px;
  background-color: #00b8cf;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 56px 40px 60px;
}
.top-scenes__list li {
  width: calc(100% / 3 - 60px);
  height: auto;
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-scenes__img  {
  width: auto;
  height: 180px;
}
.top-scenes__img img  {
  width: auto;
  height: 100%;
}
.top-scenes__num {
  font-family: "Murecho", sans-serif;
  letter-spacing: 1.5px;
  color: #d0e9ec;
  font-size: 18px;
  font-weight: 800;
  margin-top: 18px;
}
.top-scenes__title {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.7;
  flex: 1;
}
.top-scenes__text {
  color: white;
  text-align: left;
  margin-top: 16px;
}



@media screen and (max-width: 1200px) {
  .top-scenes__list {
}
  .top-scenes__list li {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
}
.top-scenes__title {
  font-size: 16px;
}
.top-scenes__num {
font-size: 14px;
}
}

@media screen and (max-width: 960px) {
  .top-scenes__title {
    font-size: 16px;
}
.top-scenes__num {
  font-size: 14px;
}
}

@media screen and (max-width: 768px) {
  .top-content__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-scenes__list {
  padding: 40px 4.25% 32px;
  justify-content: space-between;
}
  .top-scenes__list li {
    width: calc(100% / 3 - 4%);
    margin: 0;
}
.top-scenes__img {
  height: 140px;
}
.top-scenes__num {
  font-size: 13px;
}
.top-scenes__title {
  font-size: 14px;
  flex: none;
}
.top-scenes__text {
  margin-top: 14px;
  font-size: 12px;
}
}

@media screen and (max-width: 480px) {
  .top-scenes__img {
    height: 120px;
}
.top-scenes__list {
  border: none;
  box-shadow: none;
  padding: 0 5px;
  justify-content: space-between;
  margin-top: 12px;
}
.top-scenes__list li {
  text-align: left;
  margin-top: 0;
  width: 45.5%;
}
.top-scenes__list li:last-child {
  margin-top: 48px;
}
.top-scenes__num {
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 8px;
}
.top-scenes__title {
  font-size: 13px;
  margin-top: 2px;
  width: 100%;
  flex: none;
}
.top-scenes__text {
  margin-top: 10px;
  font-size: 11px;
  width: 100%;
}
}


/* top materials */

.top-content__section--materials {
  background-color: white;
}
.top-content__section--materials .top-content__title {
  color: #00b8cf;
}
.top-content__section--materials .top-content__wrapper {
  margin-top: 48px;
}
.top-materials__list {
  display: flex;
  justify-content: center;
}
.top-materials__list li {
  width: 400px;
  margin: 0 56px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.materials-download {
  width: 378px;
  height: 72px;
  border-radius: 36px;;
  border: solid 2px white;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
}
.materials-download--about {
  background-color: #aaa;
}
.materials-download--install {
  background-color: #00b8cf;
}
.materials-download p {
  position: absolute;
  right: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
}
.materials-download span {
  position: absolute;
  right:40px;
}
.materials-text {
  margin-top: 24px;
}
.top-materials__list li a span {
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  .top-materials__list li {
    margin: 0;
    margin-right: 48px;
}
.top-materials__list li:last-child {
  margin-right: 0;
}
}

@media screen and (max-width: 960px) {
  .materials-download {
  width: 320px;
  height: 72px;
}
  .materials-download p {
  font-size: 16px;
}
.top-materials__list li a span {
  font-size: 18px;
}
}

@media screen and (max-width: 768px) {
  .top-materials__list {
    flex-wrap: wrap;
}
  .top-materials__list li {
    margin: 0;
}
.top-materials__list li:last-child {
  margin: 0;
  margin-top: 40px;
}
.materials-text {
  margin-top: 18px;
}
}

@media screen and (max-width: 640px) {
  .top-materials__list li {
  width: 100%;
  max-width: 480px;
}
  .materials-download {
  width: 100%;
  min-width: unset;
  max-width: 400px;
}
}

@media screen and (max-width: 480px) {
  .top-materials__list li a {
  max-width: 280px;
  height: 56px;
}
.top-materials__list li a p {
font-size: 14px;
}
.top-materials__list li a span {
  font-size: 16px;
}
}


/* top reviews */

.top-content__section--reviews {
  background-color: #d0e9ec;
  padding: 80px 0 100px;
}
.top-content__section--reviews .top-content__title {
  color: #00b8cf;
}
.top-content__section--reviews .top-content__wrapper{
  max-width: none;
  position: relative;
}
.top-reviews__list {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding-left: calc(4.25% - 18px);
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-reviews__list::-webkit-scrollbar{
  display: none;
}
.top-reviews__list li {
  width: calc(95.75% / 4);
  min-width: calc(95.75% / 4);
  height: auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.top-reviews__wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 8px;
  padding: 24px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.top-reviews__title {
  font-size: 18px;
  border-bottom: solid 2px #00b8cf;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 700;
  line-height: 1.5;
}
.top-reviews__text {
  margin-top: 12px;
  margin-bottom: 20px;
}
.top-reviews__profile {
  color: #00b8cf;
  margin-top: auto;
}

.review_scroll_button {
  position: absolute;
    background-color: rgba(0, 183, 207, 0.5);
    height: 120px;
    border-radius: 100px 0 0 100px;
    width: 60px;
    top: calc(50% - 60px);
    z-index: 990;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.review_scroll_button_right {
  right: 0;
  justify-content: flex-start;
}
.review_scroll_button_left {
  left: 0;
  justify-content: flex-end;
  border-radius: 0 100px 100px 0;
}
.review_scroll_button span {
  font-size: 56px;
  color: white;
  margin: 0 12px;
}

@media screen and (max-width: 1200px) {
.top-reviews__list li {
  min-width: calc(95.75% / 3);
  width: calc(95.75% / 3);
}
.top-reviews__title {
  font-size: 16px;
}
}

@media screen and (max-width: 960px) {
  .top-content__section--reviews {
    background-color: #d0e9ec;
    padding: 64px 0 90px;
}
}

@media screen and (max-width: 768px) {
.top-reviews__list li {
  width: calc(95.75% / 2);
    min-width: calc(95.75% / 2);
}
}

@media screen and (max-width: 480px) {
  .top-content__section--reviews {
    background-color: #d0e9ec;
    padding: 40px 0 60px;
}
.top-content__section--reviews .top-content__title {
  padding-left: 4.5%;
}
.top-content__section--reviews .top-content__sub-title {
  padding-left: 4.5%;
}
.top-content__section--reviews .top-content__text {
  padding-left: 4.5%;
}
.top-reviews__list {
    margin-right: 0;
    padding: 0;
}
.top-reviews__list li {
    width: 100%;
    min-width: 100%;
    margin-top: 12px;
    padding: 0 20px;
}

.review_scroll_button {
    height: 100px;
    width: 50px;
    top: calc(50% - 50px);
}
.review_scroll_button span {
  font-size: 48px;
  margin: 0 10px;
}
}


/* price & plan */

.top-content__section--price_and_plan {
  background-color: #00b8cf;
}
.top-content__section--price_and_plan .top-content__title {
  color: #ffcc84;
}
.top-content__section--price_and_plan .top-content__sub-title {
  color: white;
}
.top-content__section--price_and_plan .top-content__text {
  color: white;
}
.top-content__section--price_and_plan .top-content__wrapper {
  display: flex;
  justify-content: center;
}
.top-price_and_plan__card {
  background-color: white;
  width: 480px;
  height: auto;
  border-radius: 8px;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.15);
  margin-right: 60px;
  text-align: left;
  padding-bottom: 40px;
}
.top-price_and_plan__card:last-child {
  margin-right: 0;
}
.top-price_and_plan__title {
  color: white;
  padding: 12px 32px 0;
  height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.top-price_and_plan__card--regular .top-price_and_plan__title {
  background-color: #a7a7a7;
}
.top-price_and_plan__card--business .top-price_and_plan__title {
  background-color: #ffae3b;
}
.top-price_and_plan__title h3 {
  font-size: 28px;
  font-weight: 700;
}
.top-price_and_plan__title h3 span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}
.top-price_and_plan__title p {
  font-weight: 500;
  margin-top: 4px;
}
.top-price_and_plan__content {
  margin-top: 16px;
  padding: 0 32px;
}
.top-price_and_plan__price {
  font-size: 40px;
  font-weight: bold;
}
.top-price_and_plan__price span {
  margin-left: 6px;
}
.top-price_and_plan__user {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}
.top-price_and_plan__application {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 24px;
  padding-bottom: 1px;
}
.top-price_and_plan__application--regular {
  background-color: #a7a7a7;
}
.top-price_and_plan__application--business {
  background-color: #ffae3b;
}
.top-price_and_plan__application span {
  position: absolute;
  right: 32px;
  margin-top: 2px;
}
.top-price_and_plan__list {
  margin-top: 32px;
}
.top-price_and_plan__list li {
  margin-top: 8px;
  position: relative;
  font-weight: 500;
  padding-left: 20px;
}
.top-price_and_plan__list li:nth-child(1) {
  margin-top: 0;
}
.top-price_and_plan__list li::before {
  font-family: 'Material Icons';
  content: "\e5ca";
  position: absolute;
  left: 0;
}
.top-price_and_plan__list p {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-price_and_plan__title {
    height: 135px;
  }
  .top-price_and_plan__title h3 {
    font-size: 24px;
  }
  .top-price_and_plan__title p {
    font-size: 12px;
  }
  .top-price_and_plan__price {
    font-size: 36px;
}
.top-price_and_plan__price span {
  margin-left: 5px;
  font-size: 14px;
}
.top-price_and_plan__application {
  height: 56px;
  font-size: 16px;
}
.top-price_and_plan__content {
  padding: 0 28px;
}
}

@media screen and (max-width: 960px) {
.top-price_and_plan__card {
  width: calc(50% - 30px);
}
.top-price_and_plan__title {
    padding: 16px 6% 0;
}
.top-price_and_plan__content {
  padding: 0 6%;
}
.top-price_and_plan__price {
  font-size: 32px;
}
.top-price_and_plan__application {
  font-size: 14px;
}
.top-price_and_plan__application span {
  right: 16px;
}
}

@media screen and (max-width: 768px) {
.top-price_and_plan__card {
  margin: 0;
  margin-top: 60px;
  width: 100%;
  max-width: 480px;
}
.top-price_and_plan__card:first-child {
  margin-top: 0;
}
.top-price_and_plan__title {
  padding: 16px 6% 22px;
  min-height: auto;
  height: auto;
}
.top-price_and_plan__title h3 {
  font-size: 20px;
}
.top-price_and_plan__content p {
  font-size: 12px;
}
.top-price_and_plan__content .top-price_and_plan__price {
  font-size: 30px;
  display: flex;
  align-items: center;
}
.top-price_and_plan__content .top-price_and_plan__price span {
  font-size: 13px;
  padding-top: 11px;
}
.top-price_and_plan__content .top-price_and_plan__user {
  margin-top: 4px;
  font-size: 14px;
}
.top-price_and_plan__application {
  height: 56px;
}
.top-price_and_plan__application span {
  font-size: 22px;
  margin-top: 2px;
}
}

@media screen and (max-width: 480px) {
  .top-content__section--price_and_plan .top-content__wrapper {
    margin-top: 36px;
  }
.top-price_and_plan__title {
  padding: 14px 4.25% 20px;
  min-height: auto;
  height: auto;
}
.top-price_and_plan__title h3 {
  font-size: 20px;
}
.top-price_and_plan__content {
  padding: 0 4.25%;
  margin-top: 10px;
}
.top-price_and_plan__list {
  margin-top: 28px;
}
.top-price_and_plan__card {
  padding-bottom: 28px;
}
.top-price_and_plan__application {
  height: 48px;
}
.top-price_and_plan__card:last-child {
  margin-top: 40px;
}
}



/* top faq */

.top-content__section--faq {
  background-color: #d0e9ec;
}
.top-content__section--faq .top-content__title {
  color: #00b8cf;
}
.top-faq__list li {
  padding: 24px 32px 28px;
  background-color: white;
  margin-top: 22px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 16px;
}
.top-faq__list li:nth-child(1) {
  margin-top: 0;
}

.top-faq__wrapper {
  padding-right: 48px;
}
.top-faq__wrapper--question {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  padding-right: 0;
}
.top-faq__wrapper--answer {
  margin-top: 12px;
  padding-right: 0;
}
.top-faq__wrapper div {
  display: flex;
  width: 100%;
  height: auto;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
}
.top-faq-icon {
  font-size: 22px;
  font-family: "Murecho", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  width: 24px;
}
.top-faq-text {
  margin-left: 18px;
}
.top-faq__wrapper--answer div .faq-icon {
  color: #00b8cf;
}
.top-faq__wrapper--answer div .faq-text {
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .top-faq__list li {
    padding: 22px 32px 24px;
    font-size: 14px;
}
.top-faq__wrapper div {
  font-size: 14px;
}
.top-faq__wrapper div .faq-icon {
  font-size: 19px;
  width: 19px;
}
.top-faq__wrapper div .faq-text {
  margin-left: 14px;
}
}

@media screen and (max-width: 480px) {
  .top-faq__list {
    margin-top: 12px;
  }
  .top-faq__wrapper div {
    font-size: 13px;
}
.top-faq__wrapper div .faq-icon {
  font-size: 18px;
  width: 18px;
}
.top-faq__wrapper div .faq-text {
  margin-left: 12px;
}
.top-faq__list li {
  padding: 16px 6% 22px;
  font-size: 13px;
}
}


/* ----------------------------------  trial and contact  ---------------------------------- */

.trial_and_contact {
  background-color: #ffae3b;
  text-align: center;
  padding: 80px 4.25% 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
.trial_and_contact__title {
  color: white;
  font-size: 50px;
  font-weight: 800;
  font-family: "Murecho", sans-serif;
  line-height: 1.3;
  letter-spacing: 1.5px;
}
.trial_and_contact__sub-title {
  margin-top: 4px;
  font-weight: 600;
  color: white;
  font-size: 20px;
}
.trial_and_contact__card {
  margin-top: 56px;
  width: 100%;
  max-width: 1200px;
  background-color: white;
  padding: 48px 72px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.trial_and_contact__wrapper {
  width: auto;
  max-width: 50%;
}
.trial_and_contact__wrapper h3 {
  font-size: 28px;
  font-weight: 900;
}
.trial_and_contact__wrapper p {
  font-size: 16px;
  margin-top: 8px;
}
.trial_and_contact__button {
  width: 560px;
  max-width: 45.25%;
  height: 88px;
  border-radius: 100px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  margin-left: 4.75%;
  cursor: pointer;
  padding-bottom: 1px;
}
.trial_and_contact__button--trial {
  background-color: #3a3a3a;
}
.trial_and_contact__button--trial:hover {
  background-color: #5a5a5a;
}
.trial_and_contact__button--contact {
  background-color: #ffae3b;
  width: 440px;
}
.trial_and_contact__button--contact:hover {
  background-color: #ffcc84;
}


@media screen and (max-width: 1200px) {
  .trial_and_contact__card {
    padding: 40px 4.25%;
}
.trial_and_contact__wrapper {
  max-width: 48%;
}
.trial_and_contact__wrapper h3 {
  font-size: 24px;
}
.trial_and_contact__button {
  max-width: 47.25%;
  height: 72px;
  min-width: 440px;
  width: auto;
  font-size: 16px;
  padding: 0 60px 1px;
}
.trial_and_contact__button--contact {
  min-width: 360px;
}
}

@media screen and (max-width: 960px) {
  .trial_and_contact__button {
  max-width: unset;
  min-width: 380px;
  margin-left: 32px;
}
  .trial_and_contact__wrapper {
    max-width: unset;
    width: auto;
}
.trial_and_contact__button--contact {
  min-width: 320px;
}
.trial_and_contact__wrapper h3 {
  font-size: 20px;
}
.trial_and_contact__wrapper p {
  font-size: 14px;
}
.trial_and_contact__sub-title {
  font-size: 18px;
}
}

@media screen and (max-width: 768px) {
  .trial_and_contact__card {
    padding: 40px 8%;
    flex-direction: column;
    align-items: flex-start;
    max-width: 640px;
}
.trial_and_contact__wrapper {
  max-width: unset;
  width: 100%;
}
.trial_and_contact__button {
  margin: 0 auto;
  margin-top: 32px;
}
}

@media screen and (max-width: 640px) {
.trial_and_contact__button {
  min-width: unset;
  width: 100%;
  padding: 0 20px 1px;
}
.trial_and_contact__title {
  font-size: 44px;
}
.trial_and_contact__sub-title {
  font-size: 16px;
}
}

@media screen and (max-width: 480px) {
  .trial_and_contact__card {
    padding: 24px 6%;
    margin-top: 40px;
}
.trial_and_contact__card:last-child {
  margin-top: 20px;
}
  .trial_and_contact {
    padding: 40px 4% 60px;
    align-items: flex-start;
}
.trial_and_contact__wrapper h3 {
  font-size: 16px;
}
.trial_and_contact__button {
  padding: 0 20px 1px;
  font-size: 12px;
  height: 48px;
}
.trial_and_contact__title {
  font-size: 36px;
  text-align: left;
  padding-left: 1.5%;
}
.trial_and_contact__sub-title {
  font-size: 14px;
  text-align: left;
  padding-left: 1.5%;
}
.trial_and_contact__wrapper p {
  font-size: 13px;
  margin-top: 4px;
}
}


/* ----------------------------------  footer  ---------------------------------- */

.footer {
  width: 100%;
  height: auto;
  background-color: #3a3a3a;
  color: white;
  padding: 60px 8% 60px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.footer ul li a {
  display: flex;
  align-items: center;
}
.footer .material-symbols-outlined {
  font-size: 14px;
  margin-top: 1px;
  margin-left: 4px;
}
.footer__company {
  width: auto;
}
.footer__company .footer__title{
  margin-bottom: 12px;
}
.footer__title {
  font-size: 14px;
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.footer__title::before {
  content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 8px;
    background-color: white;
}
.footer__logo a {
  display: flex;
}
.footer__logo img {
  width: 280px;
  height: auto;
}
.footer__policy_and_copyright {
  margin-top: 60px;
}
.footer__policy_and_copyright ul {
  display: flex;
}
.footer__policy_and_copyright ul li {
  display: flex;
  align-items: center;
}
.footer__policy_and_copyright ul li:last-child {
  margin-left: 32px;
}
.footer .footer__policy_and_copyright p {
  font-size: 12px;
  margin-top: 12px;
}
.footer__policy_and_copyright ul li a {
  color: #aaa;
}
.footer__link {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.footer__link div {
  margin-left: 60px;
}
.footer__link div:first-child {
  margin-left: 0;
}
.footer__link ul {
    margin-left: 23px;
}
.footer__link ul li {
  margin-top: 12px;
}
.footer__link ul li a {
  color: white;
}
.footer__policy_and_copyright--mb {
  display: none;
}

@media screen and (max-width: 1300px) {
  .footer {
    padding: 60px 6% 60px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 28px 4.25% 60px;
  }
.footer__company {
  margin-right: 40px;
  margin-top: 32px;
  min-width: 40%;
}
.footer__link div {
  margin: 32px 30px;
}
.footer__link div:first-child {
  margin-left: 30px;
}
.footer__link div:last-child {
  margin-right: 0;
}
}

@media screen and (max-width: 900px) {
.footer {
    padding: 28px 8% 60px;
}
.footer__link {
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer__link div {
  min-width: 280px;
}
}

@media screen and (max-width: 768px) {
.footer {
  flex-direction: column;
}
.footer__logo img {
  width: 240px;
}
.footer__link {
  margin-top: 20px;
}
.footer__link div {
  min-width: auto;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer__link div:first-child {
  margin-left: 0;
}
.footer__link div:last-child {
  margin-right: 0;
}
.footer__policy_and_copyright {
  display: none;
}
.footer__policy_and_copyright--mb {
  display: block;
}
}

@media screen and (max-width: 480px) {
.footer {
    padding: 20px 6% 40px;
}
}

@media screen and (max-width: 400px) {
.footer__logo img {
    width: 200px;
}
}



/* ----------------------------------  個別ページ css  ---------------------------------- */

.container {
  background-color: #d0e9ec;
}
.h_title {
  background-color: #00b8cf;
  width: 100%;
  text-align: center;
  padding: 104px 4.25% 56px;
  color: white;
}
.h_title__title {
  font-family: "Murecho", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.5px;
  color: #ffcc84;
}
.h_title__sub-title {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
}
.h_title__text {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.h_title__text a {
  position: relative;
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: white;
    display: flex;
    align-items: center;
    border-bottom: solid 1px white;
}
.h_title__text a span {
  position: absolute;
    left: -2px;
    font-size: 18px;
    top: 5px;
}

.content-base {
  background-color: #d0e9ec;
}

.content-detail {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .h_title {
    padding: 90px 4.25% 50px;
  }
  .h_title__title {
    font-size: 44px;
  }
  .h_title__sub-title {
    font-size: 16px;
}
}

@media screen and (max-width: 640px) {
  .h_title__title {
    font-size: 40px;
  }
  .h_title__sub-title {
    font-size: 16px;
}
.h_title__text {
  margin-top: 16px;
  font-size: 14px;
}
}

@media screen and (max-width: 480px) {
  .h_title {
    padding: 80px 4% 32px;
  }
  .h_title__title {
    font-size: 32px;
  }
  .h_title__sub-title {
    font-size: 14px;
}
.h_title__text {
  margin-top: 14px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.h_title__text a {
  margin: 0 16px;
  margin-top: 5px;
  padding-left: 18px;
  padding-right: 4px;
}
.h_title__text a span {
  font-size: 16px;
  top: 4px;
}
}



.page-content-menu {
  width: fit-content;
    height: auto;
    display: flex;
    background-color: white;
    padding: 8px calc(4.25% - 14px) 10px calc(4.25% - 20px);
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 48px;
}
.page-content-menu ul {
  width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page-content-menu li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    width: auto;
    background-color: white;
    padding: 0 20px 0 14px;
    min-height: 28px;
    height: auto;
}
.page-content-menu li a {
  display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #191919;
    padding: 0 0 0 32px;
    transition: .2s;
}
.page-content-menu li a span {
  font-size: 24px;
    position: absolute;
    left: 0;
    top: calc(100% - 24px);
    color: #00b8cf;
}
.page-content-menu li a:hover {
  opacity: .75;
}.page-content-menu {
  width: fit-content;
    height: auto;
    display: flex;
    background-color: white;
    padding: 8px calc(4.25% - 14px) 10px calc(4.25% - 20px);
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 48px;
}



.page-content-menu_fixed {
    height: auto;
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 8px calc(4.25% - 14px) 10px calc(4.25% - 20px);
    margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 56px;
  z-index: 990;
  width: 100%;
  margin-top: 0;
}
.page-content-menu_fixed ul {
  width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.page-content-menu_fixed ul::-webkit-scrollbar{
  display: none;
}
.page-content-menu_fixed li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    width: auto;
    background-color: white;
    padding: 0 20px 0 14px;
    min-height: 28px;
    height: auto;
}
.page-content-menu_fixed li a {
  display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #191919;
    padding: 0 0 0 32px;
    transition: .2s;
    white-space: nowrap;
}
.page-content-menu_fixed li a span {
  font-size: 24px;
    position: absolute;
    left: 0;
    top: calc(100% - 24px);
    color: #00b8cf;
}
.page-content-menu_fixed li a:hover {
  opacity: .75;
}


@media screen and (max-width: 1200px) {
  .page-content-menu li {
    margin: 10px 0;
    min-height: 24px;
}
  .page-content-menu li a {
    font-size: 13px;
    padding: 0 0 0 28px;
}
  .page-content-menu li a span {
    font-size: 20px;
    top: calc(100% - 20px);
}



.page-content-menu_fixed li a {
  padding: 0 0 0 26px;
  font-size: 13px;
}
.page-content-menu_fixed li a span {
  font-size: 20px;
  top: calc(100% - 20px);
}
}

@media screen and (max-width: 960px) {
  .page-content-menu {
    background-color: transparent;
    padding: 0 calc(4.25% - 5px);
    border-radius: 0;
}
.page-content-menu ul {
  justify-content: flex-start;
}
.page-content-menu li {
  margin: 0 5px 15px;
  border-radius: 4px;
  height: auto;
  padding: 0;
}
.page-content-menu li:last-child {
  margin-right: 0;
}
.page-content-menu li a {
  height: 44px;
  padding: 0 24px 1px 36px;
}
.page-content-menu li a span {
  left: 10px;
  top: 12px;
}


.page-content-menu_fixed {
  justify-content: flex-start;
  padding: 4px 0 6px;
}
.page-content-menu_fixed ul {
    justify-content: flex-start;
    width: 100%;
}
.page-content-menu_fixed li {
  min-height: 24px;
  padding-right: 15px;
}
.page-content-menu_fixed li:first-child {
  padding-left: 4.25%;
}
}

@media screen and (max-width: 640px) {
.page-content-menu li a {
  height: 40px;
  font-size: 12px;
  padding: 0 20px 1px 32px;
}
.page-content-menu li a span {
  top: 10px;
}
}

@media screen and (max-width: 480px) {
  .page-content-menu {
    padding: 0 2%;
    margin-top: 14px;
}
.page-content-menu li {
  margin: 0 5px 12px;
  width: calc(50% - 5px);
}
.page-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.page-content-menu li:nth-child(even) {
  margin-right: 0;
}
.page-content-menu li a {
  padding: 8px 12px 11px 32px;
    line-height: 1.3;
    height: auto;
    min-height: 40px;
    font-size: 11px;
}
.page-content-menu li a span {
  font-size: 18px;
  left: 10px;
  top: 11px;
}


.page-content-menu_fixed {
  padding: 0px calc(2% - 14px) 1px calc(2% - 20px);
}
.page-content-menu_fixed li {
  padding-right: 5px;
}
.page-content-menu_fixed li:last-child {
  padding-right: 20px;
}
.page-content-menu_fixed li a {
  padding: 0 0 0 21px;
  font-size: 11px;
}
.page-content-menu_fixed li a span {
  font-size: 18px;
  top: calc(100% - 18px);
}
}

@media screen and (max-width: 400px) {
  .page-content-menu li {
    margin: 0 5px 12px;
    min-width: calc(50% - 10px);
    width: auto;
}
.page-content-menu li a {
  padding: 8px 20px 11px 36px;
}
.page-content-menu li a span {
  left: 10px;
    top: 10px;
}
.page-content-menu li:nth-child(odd) {
  margin-left: 5px;
}
.page-content-menu li:nth-child(even) {
  margin-right: 5px;
}
}

@media screen and (max-width: 320px) {
  .page-content-menu li {
    margin: 0 0 12px;
    min-width: 100%;
}
.page-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.page-content-menu li:nth-child(even) {
  margin-right: 0;
}
}



/* ----------------------------------  functions  ---------------------------------- */

.functions-menu {
  width: 100%;
  margin-top: 60px;
  padding: 0 calc(4.25% - 12px);
}

.functions-menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.functions-menu ul li {
  width: auto;
  height: 44px;
  border-radius: 100px;
  background-color: white;
  margin: 0 12px 16px;
  border: solid 2px #00b8cf;
}
.functions-menu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #00b8cf;
  font-size: 16px;
  font-weight: 500;
  padding: 0 48px 1px 38px;
  position: relative;
}
.functions-menu ul li a span {
  font-size: 24px;
  position: absolute;
  right: 16px;
}

.functions {
  width: 100%;
  padding: 90px 4.25% 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.functions:last-child {
  padding-bottom: 160px;
}
.functions:nth-child(even) {
  background-color: white;
}
.functions__title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 0 48px;
  width: 100%;
  max-width: 1248px;
}
.functions__title::before {
  position: absolute;
  content: "";
  background-color: #00b8cf;
  width: 8px;
  height: 32px;
  left: 24px;
}
.functions__list {
  width: 100%;
  max-width: 1248px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.functions__list li {
  margin: 60px 24px 0;
  width: calc(100% / 3 - 48px);
  height: auto;
  display: flex;
  flex-direction: column;
}
.functions__list li h3 {
  font-size: 20px;
  font-weight: bold;
}
.functions__list li p {
  margin-top: 8px;
  flex: 1;
}
.functions__list li p a {
  color: #00707e;
  border-bottom: solid 1px #00707e;
}
.functions-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.functions-image-wrapper img {
  width: 100%;
  height: auto;
  border: solid 1px #8c8c8c;
}


@media screen and (max-width: 1350px) {
  .functions-menu {
    display: flex;
    justify-content: center;
    max-width: 1224px;
  }
  .functions-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .functions:last-child {
  padding-bottom: 100px;
}
  .functions__title {
    padding: 0 20px 0 24px;
    max-width: unset;
}
.functions__title::before {
  left: 0;
}
  .functions__list {
    max-width: unset;
}
.functions__list li {
  width: calc(100% / 2 - 32px);
  margin-right: 64px;
  margin-left: 0;
}
.functions__list li:nth-child(2n) {
  margin-right: 0;
}
}

@media screen and (max-width: 768px) {
  .functions {
    padding-top: 72px;
}
.functions__title {
  padding: 0 20px 0 22px;
  font-size: 24px;
}
.functions__title::before {
  width: 6px;
}
}

@media screen and (max-width: 640px) {
  .functions {
    padding: 64px 4.25% 90px;
}
.functions:last-child {
  padding-bottom: 90px;
}
  .functions__list {
    justify-content: center;
}
.functions__list li {
  width: 100%;
  margin-right: 0;
  max-width: 480px;
}
}

@media screen and (max-width: 480px) {
  .functions {
    padding: 48px 4% 60px;
}
.functions:last-child {
  padding-bottom: 60px;
}
  .functions__title {
    font-size: 20px;
    padding: 0px 20px 0 18px;
}
.functions__title::before {
  width: 4px;
  height: 28px;
}
.functions__list li {
  margin-top: 40px;
}
.functions__list li h3 {
  font-size: 18px;
}
.functions__list li p {
  font-size: 12px;
  flex: auto;
  margin-top: 8px;
}
.functions-image-wrapper {
  margin-top: 16px;
}
.functions-image-wrapper img {
  border: solid 1px #5a5a5a;
}
}



/* ----------------------------------  price  ---------------------------------- */

.price {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 80px 4.25% 100px;
}

.price__title {
  font-size: 28px;
  font-weight: bold;
}
.price__text {
  margin-top: 12px;
}

table {
  margin-top: 64px;
  width: 100%;
  max-width: 1200px;
  text-align: left;
  background-color: white;
  border: solid 1px #5a5a5a;
  border-collapse: collapse;
}
thead, tbody {
	width: 100%;
}
thead {
  background-color: #5a5a5a;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
tr {
  width: 100%;
}
td, th {
  height: auto;
  padding: 16px 14px;
}
thead th {
  width: 40%;
  border-right: solid 1px white;
}
thead td {
  width: 30%;
  border-right: solid 1px white;
}
thead td:last-child {
  border-right: none;
}
thead td span {
	font-size: 12px;
  font-weight: 400;
  margin-left: 12px;
}
tbody th {
	background: #eee;
  font-weight: bold;
  width: 40%;
}
tbody th, tbody td {
	border-right: solid 1px #5a5a5a;
}
tbody th, tbody td {
	border-bottom: solid 1px #5a5a5a;
}
tbody td:last-child {
	border-right: none;
}
tbody td {
	width: 30%;
}
.column_4 th {
  width: 15%;
}
.column_4 td:first-of-type {
  width: 25%;
	background: #eee;
  font-size: 13px;
}


@media screen and (max-width: 640px) {
  .price {
    padding: 64px 4.25% 90px;
    padding-right: 0;
    padding-left: 0;
  }
  .price__title {
    padding: 0 4.25%;
}
.price__text {
  padding: 0 4.25%;
}
  .price div {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .price div::-webkit-scrollbar{
    display: none;
  }
  .price table {
    min-width: 768px;
    margin-left: 4.25%;
    margin-right: 4.25%;
    margin-top: 48px;
  }
  thead {
    font-size: 14px;
}
td, th {
  padding: 8px 10px 8px 12px;
}
tbody td {
  font-size: 12px;
}
.column_4 td:first-of-type {
  font-size: 12px;
}
}

@media screen and (max-width: 480px) {
  .price {
    text-align: left;
    align-items: flex-start;
    padding: 48px 0 60px;
  }
  .price__title {
    font-size: 20px;
    padding: 0 0 0 4%;
}
.price__text {
  padding: 0 0 0 4%;
  margin-top: 8px;
}
.price table {
  margin-left: 4%;
  margin-right: 4%;
}
}




/* ----------------------------------  process  ---------------------------------- */

.process {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding: 80px 4.25% 100px;
  background-color: #00b8cf;
  color: white;
  text-align: center;
}

.process__title {
  font-size: 28px;
  font-weight: bold;
}
.process__text {
  margin-top: 12px;
}

.process-wrapper {
  margin-top: 64px;
}

.process-detail {
  color: #191919;
  background-color: white;
  width: 960px;
  padding: 16px 4.25% 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 8px;
}

.process_num {
  color: #00b8cf;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Murecho", sans-serif;
}
.process_title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.5;
}
.process_text {
  margin-top: 16px;
}
.process_link {
  width: 80%;
  margin-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.process_link .form__small {
  margin-top: 16px;
  font-size: 11px;
}
.process_link ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.process_link a {
  height: 60px;
  min-width: 320px;
  max-width: 100%;
  width: auto;
  font-size: 16px;
  padding: 0 60px 1px 83px;
  background-color: #ffae3b;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .2s;
  cursor: pointer;
  border-radius: 100px;
}
.process_link a .material-symbols-outlined {
  font-size: 16px;
  margin-left: 7px;
}
.process_link a:hover {
  background-color: #ffcc84;
}
.process_link ul p {
  width: 134px;
  text-align: left;
}

.process-wrapper span {
  font-size: 40px;
  margin: 16px 0;
}


@media screen and (max-width: 1200px) {
  .process-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-detail {
  width: 100%;
  max-width: 960px;
}
}


@media screen and (max-width: 960px) {
  .process_link {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .process-wrapper {
    margin-top: 48px;
}
  .process-detail {
    padding: 18px 6% 36px;
    text-align: left;
    align-items: flex-start;
}
.process_link {
  margin-top: 24px;
}
.process_link a {
  margin: 0;
  height: 56px;
  font-size: 14px;
}
.process_link .form__small {
  margin-top: 12px;
}
.process_num {
  font-size: 20px;
}
.process_title {
  font-size: 20px;
  font-weight: bold;
}
.process_text {
  margin-top: 14px;
}
.process_link ul {
  margin-top: 12px;
  flex-wrap: wrap;
}
.process_link ul:nth-child(1) {
  margin-top: 0;
}
.process_link ul p {
  width: 100%;
  font-weight: 600;
}
}

@media screen and (max-width: 480px) {
  .process {
    text-align: left;
    align-items: flex-start;
    padding: 48px 4% 60px;
  }
  .process_num {
    font-size: 18px;
}
.process-detail {
  padding: 12px 6% 24px;
}
.process__title {
  font-size: 20px;
}
.process_title {
  font-size: 18px;
  margin-top: 0;
}
.process-wrapper span {
  font-size: 36px;
  margin: 10px 0;
}
.process_link a {
  font-size: 12px;
  height: 48px;
  min-width: 264px;
}
}




/* ----------------------------------  faq  ---------------------------------- */


.faq-content-menu {
  background-color: rgba(0, 184, 207 , 0.15);
  width: fit-content;
    height: auto;
    display: flex;
    padding: 4px calc(2.25% - 14px) 6px calc(2.25% - 20px);
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 48px;
}
.faq-content-menu ul {
  width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.faq-content-menu li {
    display: flex;
    align-items: center;
    margin: 12px 0;
    width: auto;
    padding: 0 20px 0 14px;
    min-height: 28px;
    height: auto;
    background-color: inherit;
}
.faq-content-menu li a {
  display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #191919;
    padding: 0 0 0 32px;
    transition: .2s;
}
.faq-content-menu li a span {
  font-size: 24px;
    position: absolute;
    left: 0;
    top: calc(100% - 24px);
    color: #00b8cf;
}
.faq-content-menu li a:hover {
  opacity: .75;
}


@media screen and (max-width: 768px) {
  .faq-content-menu li {
    margin: 10px 0;
    min-height: 24px;
}
  .faq-content-menu li a {
    font-size: 13px;
    padding: 0 0 0 28px;
}
  .faq-content-menu li a span {
    font-size: 20px;
    top: calc(100% - 20px);
}
.faq-content-menu {
  background-color: transparent;
  padding: 0 calc(4.25% - 5px);
  border-radius: 0;
}
.faq-content-menu ul {
justify-content: flex-start;
}
.faq-content-menu li {
margin: 0 5px 15px;
border-radius: 4px;
height: auto;
padding: 0;

background-color: rgba(0, 184, 207 , 0.15);
}
.faq-content-menu li:last-child {
margin-right: 0;
}
.faq-content-menu li a {
height: 44px;
padding: 0 24px 1px 36px;
}
.faq-content-menu li a span {
left: 10px;
top: 12px;
}
}

@media screen and (max-width: 640px) {
.faq-content-menu li a {
  height: 40px;
  font-size: 12px;
  padding: 0 20px 1px 32px;
}
.faq-content-menu li a span {
  top: 10px;
}
}

@media screen and (max-width: 480px) {
  .faq-content-menu {
    padding: 0 2%;
    margin-top: 14px;
}
.faq-content-menu li {
  margin: 0 5px 12px;
  width: calc(50% - 5px);
}
.faq-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.faq-content-menu li:nth-child(even) {
  margin-right: 0;
}

.faq-content-menu li a {
  padding: 8px 12px 11px 32px;
    line-height: 1.3;
    height: 100%;
    min-height: 40px;
    font-size: 11px;
    width: 100%;
}
.faq-content-menu li a span {
  font-size: 18px;
  left: 10px;
  top: 11px;
}
}

@media screen and (max-width: 400px) {
  .faq-content-menu li {
    margin: 0 5px 12px;
    min-width: calc(50% - 10px);
    width: auto;
}
.faq-content-menu li a {
  padding: 8px 20px 11px 36px;
}
.faq-content-menu li a span {
  left: 10px;
    top: 10px;
}
.faq-content-menu li:nth-child(odd) {
  margin-left: 5px;
}
.faq-content-menu li:nth-child(even) {
  margin-right: 5px;
}
}

@media screen and (max-width: 320px) {
  .faq-content-menu li {
    margin: 0 0 12px;
    min-width: 100%;
}
.faq-content-menu li:nth-child(odd) {
  margin-left: 0;
}
.faq-content-menu li:nth-child(even) {
  margin-right: 0;
}
}

.container--faq {
  background-color: white;
}

.faq {
  width: 100%;
  padding: 0 4.25% 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.faq__detail {
  max-width: 1200px;
  width: 100%;
  padding-top: 100px;
}

.faq__detail h3 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.faq__detail h3::before {
  position: absolute;
  content: "";
  background-color: #00b8cf;
  width: 6px;
  height: 40px;
  left: 0;
}

.faq__list {
  margin-top: 40px;
}
.faq__list li {
  padding: 24px 8px 24px 40px;
  border-top: solid 1px #e0e0e0;
}
.faq__list li:last-child {
  border-bottom: solid 1px #e0e0e0;
}
.faq__wrapper {
  padding-right: 48px;
}
.faq__wrapper--question {
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
}
.faq__wrapper--answer {
  margin-top: 20px;
}
.faq__wrapper div {
  display: flex;
  width: 100%;
  height: auto;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
}
.faq-icon {
  font-size: 22px;
  font-family: "Murecho", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  width: 24px;
}
.faq-text {
  margin-left: 18px;
}
.faq-text a {
  color: #00707e;
  border-bottom: 1px solid #00707e;
}
.faq__wrapper--answer div .faq-icon {
  color: #00b8cf;
}
.faq__wrapper--answer div .faq-text {
  font-weight: 400;
}

/* Q&Aの開閉 */
.faq__wrapper--question::before,
.faq__wrapper--question::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #191919;
}
.faq__wrapper--question::before{
  top:48%;
  right: 15px;
  transform: rotate(0deg);
  
}
.faq__wrapper--question::after{    
  top:48%;
  right: 15px;
  transform: rotate(90deg);

}
.faq__wrapper--question.close::before{
transform: rotate(45deg);
}
.faq__wrapper--question.close::after{
transform: rotate(-45deg);
}

.faq__wrapper--answer {
  display: none;
}


@media screen and (max-width: 960px) {
  .faq__detail h3 {
    font-size: 24px;
    padding-left: 28px;
}
.faq__detail h3::before {
  height: 36px;
}
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 0 4.25% 90px;
}
  .faq__list li {
    padding: 24px 0 24px 8px;
}
.faq__detail {
  padding-top: 80px;
}
}

@media screen and (max-width: 480px) {
  .faq__list {
    margin-top: 24px;
}
  .faq__detail h3 {
    font-size: 22px;
    padding-left: 22px;
}
.faq__detail h3::before {
  height: 32px;
  width: 4px;
}
  .faq__detail {
    padding-top: 40px;
}
.faq__list li {
  padding: 15px 0 15px 8px;
}
.faq__wrapper div {
  font-size: 13px;
}
.faq-icon {
  font-size: 16px;
  width: 16px;
}
.faq-text {
  margin-left: 14px;
  line-height: 1.5;
}
.faq__wrapper--question::before, .faq__wrapper--question::after {
  width: 12px;
}

.faq__wrapper--question::before{
  right: 8px;
  
}
.faq__wrapper--question::after{    
  right: 8px;
}
.faq {
  padding: 0 4% 60px;
}
}




/* ----------------------------------  consultation  ---------------------------------- */

.consultation {
  margin-top: 72px;
  padding-bottom: 80px;
}
.consultation__tabs {
  width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
    position:relative;
    width: 320px;
    height: 64px;
    background:#5a5a5a;
    text-align:center;
    color: white;
    font-size:18px;
    font-weight:bold;
    border-radius:100px;
    margin-bottom: 40px;
    margin-right: 6%;
    cursor: pointer;
    z-index: 5;
}
.tab_item::after {
  content:'';
  opacity: 0;
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: transparent;
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:8px;
  border-right-width:8px;
  margin-left: -6px;
  border-top-color:#5a5a5a;
  top: 100%;
  left:50%;
  transition: all .3s ease-in-out;
  z-index: 1;
}
.tab_item--online {
    margin-right: 0;
}

input[name="tab_item"] {
  display: none;
}


.tab_content {
  display: none;
    padding: 48px 64px 72px;
    clear: both;
    overflow: hidden;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    justify-content: center;
}

#form:checked ~ #form_content,
#web_mtg:checked ~ #web_mtg_content {
  display: flex;
}

.consultation__tabs input:checked + .tab_item {
  background-color: #00b8cf;
  color: white;
  cursor: unset;
  transition: all .3s ease-in-out;
}
.consultation__tabs input:checked + .tab_item::after {
  opacity: 1;
  top: 100%;
  border-top-color:#00b8cf;
}

.tab_content__wrapper {
  width: 100%;
  max-width: 658px;
}

.form__wrapper label {
  font-size: 16px;
  font-weight: 600;
}

.form__wrapper input, .form__wrapper textarea {
  width: 100%;
    height: auto;
    padding: 10px 16px 10px 16px;
    border: 1px solid #8c8c8c;
    font-size: 14px;
    border-radius: 3px;
}

.form__wrapper textarea {
  height: auto;
  min-height: 320px;
}

.form__wrapper input, .form__wrapper .select__wrapper, .form__wrapper textarea {
  margin-top: 8px;
}

.form__wrapper {
  text-align: left;
  margin-top: 32px;
}

.form__wrapper:nth-child(2) {
  margin-top: 0;
}

.select__wrapper select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 18px 12px 18px;
  color: #191919;
  font-size: 14px;
  border-radius: 3px;
}
.select__wrapper select::-ms-expand {
  display: none;
}
.select__wrapper {
  position: relative;
  border: 1px solid #8c8c8c;
  background: white;
  margin: 0.25rem 0 0 0;
  border-radius: 4px;
}
.select__wrapper::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3a3a3a;
  pointer-events: none;
}

.check__wrapper {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.policy__link {
  color: red;
}

.contact__check {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.contact__check label {
  display: flex;
  align-items: center;
}
.contact__check input {
  margin: 0;
  width: 18px;
  height: 18px;
}

.contact__check input[name="acceptance-policy"] {
  margin-right: 8px;
}

.form__wrapper--submit {
  text-align: center;
  margin-top: 24px;
}

.form__wrapper--submit .wpcf7-spinner {
  display: none;
}

.form__wrapper--submit input {
  border: none;
  width: 480px;
  height: 80px;
  background-color: #00b8cf;
  font-weight: bold;
  transition: all .3s;
  cursor: pointer;
  border-radius: 100px;
  font-size: 20px;
  color: white;
  transition: all .2s;
  padding: 10px 18px 11px 18px;
}

.form__wrapper--submit input:hover {
  background-color: rgba(0, 184, 207, .75);
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #8c8c8c;
  opacity: .4;
}

.wpcf7 .wpcf7-submit:disabled:hover {
  background-color: #8c8c8c;
}



.form__text, .web_mtg__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.form__link, .web_mtg__link {
  width: 400px;
  height: 72px;
  background-color: #00b8cf;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  margin: 0 auto;
  margin-top: 32px;
  transition: all .2s;
  padding-left: 24px;
}

.form__link span, .web_mtg__link span {
  font-size: 20px;
  margin-left: 10px;
}

.form__link:hover, .web_mtg__link:hover {
  background-color: #5a5a5a;
}

.form__small, .web_mtg__small {
  font-size: 13px;
  margin-top: 24px;
  text-align: center;
  color: #5a5a5a;
}

@media screen and (max-width: 1200px) {
  .consultation {
    padding-left: 4.25%;
    padding-right: 4.25%;
}
  .consultation__tabs {
    width: 100%;
    max-width: 800px;
}
.form__wrapper--submit input {
  width: 400px;
  height: 72px;
  font-size: 18px;
}
}

@media screen and (max-width: 768px) {
  .consultation {
    margin-top: 56px;
}
.tab_content {
  padding: 6% 8% 60px;
  border-radius: 4px;
}
.tab_item {
  width: 48%;
  max-width: 320px;
  height: 60px;
  font-size: 16px;
  margin-right: 4%;
}
.tab_item--online {
  margin-right: 0;
}
.form__wrapper label {
  font-size: 14px;
  font-weight: 500;
}
.form__link, .web_mtg__link {
  width: 340px;
  height: 64px;
  font-size: 18px;
}

.form__link span, .web_mtg__link span {
  font-size: 18px;
  margin-left: 10px;
}
}

@media screen and (max-width: 640px) {
  .consultation__tabs {
    justify-content: space-between;
}
.tab_content {
  padding: 4.5% 6% 48px;
}
.tab_item {
  width: 45%;
  max-width: 280px;
  height: 56px;
  font-size: 16px;
  margin-right: 10%;
  font-size: 14px;
}
.tab_item--online {
  margin-right: 0;
}
.form__wrapper input, .form__wrapper textarea {
  padding: 8px 14px 9px 14px;
  font-size: 14px;
}
.form__wrapper {
  margin-top: 24px;
}
.select__wrapper select {
  font-size: 14px;
  padding: 8px 14px 9px 14px;
}
.select__wrapper::before {
  right: 20px;
}
.form__wrapper--submit input {
  font-size: 18px;
}
.contact__check {
  font-size: 14px;
}
}

@media screen and (max-width: 480px) {
  .consultation {
    margin-top: 32px;
}
  .consultation__tabs {
    box-shadow: none;
    width: 100%;
}

.tab_content {
  padding: 5% 4.25% 40px;
  border-radius: 4px;
}
.tab_item {
  width: 48%;
    max-width: 280px;
    height: 48px;
    font-size: 12px;
    margin-right: 4%;
    margin-bottom: 24px;
    padding-bottom: 1px;
}
.tab_item--online {
  margin-right: 0;
}
.tab_item::after {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -2px;
  margin-bottom: 28px;
}
.tab_content__wrapper {
  max-width: 375px;
}
.form__wrapper input, .form__wrapper textarea {
  padding: 4px 12px 5px 12px;
}
.form__wrapper label {
  font-size: 13px;
}
.form__wrapper input, .form__wrapper .select__wrapper, .form__wrapper textarea {
  margin-top: 4px;
}
.form__wrapper--submit input {
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 16px;
}

.select__wrapper select {
  font-size: 13px;
  padding: 4px 12px 5px 12px;
}
.select__wrapper::before {
  right: 16px;
}
.form__link, .web_mtg__link {
  width: 100%;
  height: 60px;
  font-size: 16px;
}

.form__link span, .web_mtg__link span {
  font-size: 16px;
}
.form__text, .web_mtg__text {
  font-size: 14px;
}
.contact__check {
  font-size: 13px;
}
.consultation {
  padding-left: 4%;
  padding-right: 4%;
}
}
@media screen and (max-width: 400px) {
  .tab_content__wrapper {
    width: 96%;
}
.tab_item {
    font-size: 12px;
}
.form__wrapper--submit input {
  height: 56px;
  font-size: 14px;
}
}


/* ----------------------------------  consultation(Thanks)  ---------------------------------- */

.thanks {
  padding: 136px 0 80px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.thanks__detail {
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.15);
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  background-color: white;
  padding: 72px 64px 80px;
  text-align: center;
}

.thanks__detail h2 {
  font-size: 24px;
  color: #00707e;
}

.thanks__detail p {
  margin-top: 32px;
}

.thanks__detail a {
  display: inline-block;
  margin-top: 40px;
  color: #00707e;
  transition: all .2s;
}

.thanks__detail p a {
  margin-top: 0;
}

.thanks__detail a:hover {
  opacity: .75;
}

.thanks .button-round {
  margin-top: 80px;
  min-width: 280px;
  height: 56px;
}

.thanks .button-round a {
  background-color: #00b8cf;
}



@media screen and (max-width: 1200px) {
  .thanks {
  width: 100%;
}
  .thanks__detail {
    max-width: 960px;
    width: 91.5%;
  }
}

@media screen and (max-width: 960px) {
  .thanks__detail {
    padding: 60px 8% 72px;
  }
  .thanks__detail h2 {
    font-size: 20px;
}
}

@media screen and (max-width: 640px) {
  .thanks__detail {
    text-align: left;
    padding: 40px 8% 60px;
  }
}

@media screen and (max-width: 640px) {
  .thanks__detail {
    width: 88%;
    text-align: left;
    padding: 32px 6% 50px;
  }
}

@media screen and (max-width: 480px) {
  .thanks {
    padding: 90px 0 72px;
  }
  .thanks__detail {
    width: 92%;
  }
  .thanks .button-round {
    margin-top: 60px;
}
  .thanks .button-round a {
    font-size: 14px;
}
}


/* ----------------------------------  terms_and_slo  ---------------------------------- */

.terms_and_slo {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: left;
  padding: 80px 4.25% 100px;
}
.terms_and_slo__wrapper {
  margin-top: 36px;
  width: 100%;
  max-width: 1200px;
}
.terms_and_slo__wrapper:first-child {
  margin-top: 0;
}
.terms_and_slo h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
}
.terms_and_slo h3::before {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 10px;
  background-color: #191919;
}
.terms_and_slo a {
  color: #00707e;
  text-decoration: underline;
  margin: 4px 0 0;
  font-weight: 600;
  transition: all .2s;
  line-height: 2;
  display: inline-block;
  padding-left: 28px;
}
.terms_and_slo a:hover {
  opacity: .75;
}
.terms_and_slo p {
  margin-top: 12px;
  font-size: 12px;
  padding-left: 28px;
  color: #5a5a5a;
}

@media screen and (max-width: 960px) {
  .terms_and_slo {
    padding-top: 64px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 640px) {
  .terms_and_slo {
    padding: 48px 4% 64px;
  }
}
@media screen and (max-width: 480px) {
  .terms_and_slo {
    padding: 40px 4% 60px;
  }
}