@charset "UTF-8";

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

/* body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  /* font-family: "M PLUS 1 Code", "Noto Sans JP", monospace, sans-serif; */
/* font-family: "DotGothic16", sans-serif; */
/* font-family: "Kosugi", sans-serif; */
/* }  */

a {
  text-decoration: none;
  color: #fff;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.7 !important;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  color: #fff;
}

.subtitle {
  margin: 0 0 50px 0;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #6495ed;
}

.sp_only {
  display: none;
}

#amas-container {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}

h1 {
  font-size: 60px;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  background: #fcffff;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right,
      #3eb3d4,
      #23a3d0,
      #2981bc,
      #1863a6);
  border-image: linear-gradient(to right, #3eb3d4, #23a3d0, #2981bc, #1863a6);
  border-image-slice: 1;
  z-index: 200;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: auto;
}

header ul {
  display: flex;
  gap: 15px;
}

header ul li {
  line-height: 60px;
}

header ul li a {
  padding: 8px 10px;
  background: #3eb3d4;
  border-radius: 5px;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
  height: 30px;
}


@media screen and (min-width: 769px) {
  .openbtn {
    display: none;
  }

  #g-nav {
    display: none;
  }
}

#g-nav.panelactive {
  top: 0;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: calc(100vw - 50px);
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.openbtn span {
  display: inline-block;
  position: absolute;
  transition: all 0.4s;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background: #3eb3d4;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

@media screen and (min-width: 769px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 40vh;
  padding: 80px 0;
  background: #fff;
  transition: all 0.6s;
  z-index: 101;
}

#g-nav.panelactive {
  top: 0;
}


#g-nav .contact-btn {
  width: 100%;
  margin: 80px auto 0 auto;
  text-align: center;
}

#g-nav .contact-btn a {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #3eb3d4;
}

#g-nav .contact-btn a:hover {
  opacity: 0.7 !important;
}

#g-nav ul {
  height: unset;
}

#g-nav ul li {
  position: relative;
  list-style: none;
  text-align: left;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right,
      #3eb3d4,
      #23a3d0,
      #2981bc,
      #1863a6);
  border-image: linear-gradient(to right, #3eb3d4, #23a3d0, #2981bc, #1863a6);
  border-image-slice: 1;
}

#g-nav ul li a {
  display: block;
  padding: 10px;
  color: #667968;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}





/* トップ */
#main-top {
  background-image: url(../img/wave.13.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

#main-top .top_inner {
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

#main-top .top_left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

#main-top .top_left .title_top {
  margin: 0 0 30px 0;
}

#main-top .top_left .title {
  font-size: 80px;
  font-weight: bold;
}


#main-top .top_left .title_second {
  font-size: 40px;
  font-weight: bold;
}


#main-top .top_left .title_font {
  font-size: 22px;
  font-weight: bold;
}

#main-top .top_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

#main-top .top_left .amasKintone_img,
#main-top .top_left .amasKintone_img img,
#main-top .top_right .topIcon_img,
#main-top .top_right .topIcon_img img {
  width: 100%;
}

#main-top .top_right .topRight_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0 0;
}

#main-top .top_right .topRight_btn a {
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #008eff;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
}

#main-top .top_inner .amasKintoneImg-mobile {
  display: none;
  width: 50%;
  margin: 30px auto 0 auto;
}

#main-top .top_inner .amasKintoneImg-mobile img {
  width: 100%;
}


/* AMASについて */
#aboutAMAS {
  width: 100%;
}

#aboutAMAS .about_inner {
  display: flex;
  justify-content: space-evenly;
  padding: 100px 0;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

#aboutAMAS .about_inner .about_img {
  width: 45%;
}

#aboutAMAS .about_inner .about_img img {
  width: 100%;
}

#aboutAMAS .about_inner .about_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 55%;
}

#aboutAMAS .about_inner .about_txt p {
  font-size: 20px;
  color: #333;
}

#aboutAMAS .about_inner .about_txt span {
  color: #008eff;
}

/* お困りごと */
#section2 .question {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/wave.12.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

#section2 .question .subtitle {
  color: #fff;
  margin: 50px 0 0 0;
}

#section2 .question .question_wrapper {
  position: relative;
  width: 80%;
  max-width: 1200px;
  aspect-ratio: 1;
  margin: 0 auto;
}

#section2 .question .question_wrapper .questionImg {
  position: absolute;
  width: 500px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#section2 .question .question_wrapper .questionImg_mobile {
  display: none;
}

#section2 .question .question_wrapper .group {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: #008eff;
  color: #fff;
  border-radius: 35%;
  font-size: 20px;
  transform:
    translate(-50%, -50%) rotate(calc(360deg / 5 * var(--i) + 180deg)) translateY(350px) rotate(calc(-360deg / 5 * var(--i) + 180deg));
}

#section2 .simple {
  position: relative;
  padding: 100px 0;
}

#section2 .simple .font_img {
  width: 55px;
  height: auto;
}

#section2 .group_ul {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#section2 .group_ul li {
  width: 30%;
  text-align: center;
}

#section2 .group_ul li img {
  width: 100%;
  height: auto;
}

#section2 .group_ul li p {
  color: #6495ed;
  font-size: 25px;
  font-weight: bold;
}



/* BeforeAfter */
#section3 {
  padding: 100px 0;
  background-image: url(../img/wave.12.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#section3 .before {
  width: auto;
  padding: 120px 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

#section3 .beforeafter_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

#section3 .beforeafter_photo img {
  width: 75%;
}

#section3 .beforeafter_sumaho {
  display: none;
}



/* AMASの動き */
#section4 {
  padding: 100px 0;
}

#section4 .move_wrapper .move_title {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
}

#section4 .move_wrapper .move_title span {
  font-size: 20px;
  padding: 0 0 0 20px;
}

#section4 .move_wrapper .move_txt {
  font-size: 25px;
  color: #333;
}

#section4 .input .move_title {
  color: #008eff;
}

#section4 .output .move_title {
  color: #6495ed;
}

#section4 .videoarea {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

#section4 video {
  width: 100%;
  max-width: 600px;
}

#section4 .input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  border-bottom: 2px solid #008eff;
  padding: 0 0 50px 0;
}


#section4 .inputtext {
  padding: 0 0 0 50px;
}


#section4 .output {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0 0;
}

#section4 .outputtext {
  padding: 0 50px 0 0;
}



/* 料金プラン */
#section5 {
  position: relative;
  background-image: url(../img/wave.11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 100px 0;
}

#section5 .subtitle {
  color: #fff;
}


#section5 .price_ul {
  display: table;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

#section5 .price_ul .price_li {
  display: table-cell;
  border-left: 1px solid #A9D7F4;
  width: calc(100% / 3);
}

.table_top,
.table_subtitle,
.table_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


#section5 .price_ul .table_top {
  position: relative;
}

#section5 .price_ul .table_top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
}

#section5 .price_ul .price_li .table_top {
  padding: 20px 0;
  border-radius: 50px;
  font-size: 25px;
  color: #fff;
}

#section5 .price_ul .price_li:nth-child(1) .table_top {
  background: #ffbf00;
}

#section5 .price_ul .price_li:nth-child(2) .table_top {
  background: #008eff;
}

#section5 .price_ul .price_li:nth-child(3) .table_top {
  background: #6495ed;
}

#section5 .price_ul .table_subtitle {
  background: #fff;
  border-bottom: 1px solid #A9D7F4;
  padding: 30px 0;
  font-size: 30px;
  color: #333;
}

#section5 .price_ul .table_contents {
  padding: 50px;
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#section5 .price_ul .table_contents .table_title {
  margin: 50px 0 10px 0;
  font-weight: bold;
}

#section5 .price_ul a {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 5px 0;
  background: #5fb2ff;
  font-size: 25px;
  border-radius: 50px;
}


#section5 .price_ul .table_contents p {
  color: #333;
  font-size: 22px;
}

#section5 .price_ul .table_contents span {
  color: #8bc7ec;
  font-size: 30px;
}


#section5 .price_ul .table_contents .table_detail {
  margin: 10px 0 0 0;
  font-size: 20px;
}

#section5 .price_ul .table_contents ul {
  width: 100%;
}

#section5 .price_ul .table_contents ul li:not(:last-child) {
  margin: 0 0 10px 0;
}

#section5 .price_ul .table_contents ul li .shops {
  text-align: left;
  font-size: 18px;
}

/* お問い合わせ */
#main-contact {
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #e0eef8;
  background: #e0eef8;
}

#main-contact .contact-inner {
  width: 80%;
  margin: 0 auto;
}

#main-contact .contact-inner h2 {
  margin: 0 0 80px 0;
  color: #008eff;
  font-size: 30px;
}

#main-contact .contact-inner p {
  color: #333;
}

#main-contact .contact-inner a {
  display: inline-block;
  width: 400px;
  height: 60px;
  margin: 50px 0 0 0;
  line-height: 60px;
  background: #008eff;
  border-radius: 50px;
  text-align: center;
}

/* ページトップ */
#page-top {
  position: fixed;
  left: calc(100vw - 90px);
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  transform: translateX(100px);
}

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #3eb3d4, #23a3d0, #2981bc, #1863a6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}

/* 左の動き */
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右の動き */
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

/* フッター */
footer {
  padding: 10px 0;
  background: #001867;
  color: #fff;
  text-align: center;
}


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

  #main-top .top_inner,
  #aboutAMAS .about_inner,
  #section5 .price_ul,
  #section3 .beforeafter_photo img {
    width: 90%;
  }

  #section2 .question .subtitle {
    margin: 50px 0;
  }

  #section4 video {
    max-width: 500px;
  }

  #section5 .price_ul .table_contents {
    padding: 50px 20px;
  }
}

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

  h1,
  .subtitle {
    font-size: 40px;
  }

  #main-top .top_left .title_second {
    font-size: 30px;
  }

  #main-top .top_left .title_font {
    font-size: 18px;
  }

  #main-top .top_right .topRight_btn a {
    font-size: 14px;
  }

  #section2 .question .question_wrapper .questionImg {
    width: 300px;
  }

  #section2 .question .question_wrapper .group {
    width: 180px;
    height: 180px;
    font-size: 16px;
    transform:
      translate(-50%, -50%) rotate(calc(360deg / 5 * var(--i) + 180deg)) translateY(250px) rotate(calc(-360deg / 5 * var(--i) + 180deg));
  }

  #section2 .simple .font_img {
    width: 40px;
  }

  #section4 video {
    max-width: 400px;
  }

  #section4 .inputtext {
    padding: 0 0 0 20px;
  }

  #section4 .outputtext {
    padding: 0 20px 0 0;
  }

  #section4 .move_wrapper .move_title {
    font-size: 40px;
  }

  #section4 .move_wrapper .move_title span {
    padding: 0 0 0 10px;
    font-size: 16px;
  }

  #section4 .move_wrapper .move_txt {
    font-size: 18px;
  }


  #section5 .price_ul .price_li .table_top,
  #section5 .price_ul a {
    font-size: 20px;
  }

  #section5 .price_ul .table_subtitle,
  #section5 .price_ul .table_contents span {
    font-size: 25px;
  }

  #section5 .price_ul .table_contents p,
  #section5 .price_ul .table_contents .table_detail {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .subtitle {
    font-size: 30px;
  }

  header {
    height: 50px;
    padding: 0 0 0 10px;
  }

  header ul,
  #main-top .top_left .amasKintone_img img,
  #section2 .question .question_wrapper .questionImg {
    display: none;
  }

  #main-top .top_inner,
  #section2 .group_ul {
    flex-direction: column;
  }

  #section2 .question .subtitle {
    margin: 0 0 50px 0;
  }

  #main-top .top_inner .amasKintoneImg-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #main-top .top_left,
  #main-top .top_right,
  #aboutAMAS .about_inner .about_txt {
    width: 100%;
  }

  #main-top .top_left .title {
    font-size: 60px;
  }

  #main-top .top_right .topIcon_img {
    width: 80%;
    margin: 0 auto;
  }

  #main-top .top_right .topRight_btn a {
    width: 45%;
  }

  #aboutAMAS .about_inner {
    flex-direction: column-reverse;
  }

  #aboutAMAS .about_inner .about_img {
    width: 60%;
    margin: 50px 0 0 0;
  }

  #section2 .question .question_wrapper .group {
    position: unset;
    transform: unset;
  }

  #section2 .question .question_wrapper .group {
    width: 300px;
    height: 80px;
    border-radius: 50px;
    margin: 30px auto 0 auto;
  }

  #section2 .question .question_wrapper .questionImg_mobile {
    display: block;
    width: 60%;
    margin: 50px auto 0 auto;
  }

  #section2 .group_ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }

  #section2 .group_ul li img {
    width: 60%;
  }

  #section2 .simple .font_img {
    width: 30px;
  }

  #section3 .beforeafter_photo {
    padding: 0;
  }

  #section4 .input {
    flex-direction: column;
    border: none;
  }

  #section4 .inputtext,
  #section4 .outputtext {
    margin: 0 0 30px 0;
    padding: 0;
  }

  #section4 .output {
    flex-direction: column;
    border: none;
  }

  #section4 video {
    width: 100%;
    max-width: unset;
  }

  #section5 .price_ul {
    display: flex;
    flex-direction: column;
  }

  #section5 .price_ul .price_li {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
  }

  #section5 .price_ul .price_li .table_top {
    font-size: 30px;
  }

  #section5 .price_ul .table_subtitle {
    padding: 20px 0;
  }

  #section5 .price_ul .table_contents {
    padding: 20px;
  }

  #section5 .price_ul a {
    width: 80%;
    margin: 30px auto 0 auto;
  }

  #section5 .price_ul .table_contents .table_title {
    margin: 20px 0 10px 0;
  }

  #section5 .price_ul .table_contents ul {
    width: 70%;
  }

  #main-contact .contact-inner h2 {
    margin: 0 0 50px 0;
    font-size: 20px;
  }

  #page-top {
    left: calc(100vw - 70px);
  }
}



@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 25px;
  }

  #main-top .top_left .title_font {
    font-size: 14px;
  }

  #main-top .top_right .topIcon_img,
  #main-top .top_inner .amasKintoneImg-mobile,
  #aboutAMAS .about_inner .about_img,
  #section2 .question .question_wrapper .questionImg_mobile,
  #section2 .group_ul li img {
    width: 90%;
  }

  #main-top .top_right .topRight_btn {
    flex-direction: column;
  }

  #main-top .top_right .topRight_btn a {
    width: 100%;
  }

  #section2 .question .question_wrapper .group {
    width: 90%;
  }

  #section5 .price_ul .price_li .table_top {
    font-size: 20px;
  }

  #section5 .price_ul .table_subtitle {
    font-size: 18px;
  }

  #section4 .move_wrapper .move_txt,
  #section5 .price_ul .table_contents .table_detail {
    font-size: 16px;
  }

  #section5 .price_ul .table_contents ul {
    width: 90%;
  }


  #main-contact .contact-inner p {
    font-size: 14px;
  }

  #main-contact .contact-inner a {
    width: 100%;
    margin: 50px auto 0 auto;
  }

}




/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeDownTrigger {
  opacity: 0;
}

/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeLeftTrigger {
  opacity: 0;
}