@charset "UTF-8";

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

#kintone_container {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #222;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}

#sec_1,
#sec_2,
#sec_3,
#sec_4,
#sec_5,
#sec_6,
#sec_7,
.qa {
  scroll-margin-top: 150px;
}

a {
  text-decoration: none;
}

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

a:hover {
  opacity: 0.7 !important;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

#kintone_container {
  overflow: hidden;
}

#kintone_container header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  background: #f0f0f0;
  border-image-slice: 1;
  z-index: 200;
}

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

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

#kintone_container header .header-logo img {
  height: 24px;
}

#kintone_container header ul {
  display: flex;
  justify-content: flex-end;
}

#kintone_container header ul li {
  margin: 0 0 0 15px;
  line-height: 60px;
}

#kintone_container header ul li a {
  padding: 8px 10px;
  background: #008eff;
  color: #fff;
  border-radius: 5px;
}

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

#kintone_container #g-nav ul li {
  position: relative;
  list-style: none;
  text-align: left;
  border-image-slice: 1;
}

#kintone_container #g-nav ul li a {
  display: block;
  padding: 2% 5%;
  color: #008eff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}

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

#kintone_container #g-nav .contact-btn a {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #008eff !important;
  color: #fff;
  border-radius: 20px;
}

#kintone_container #g-nav.panelactive {
  top: 0;
}
#kintone_container #g-nav.panelactive a {
  background-color: #f0f0f0;
}

#kintone_container .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: calc(100vw - 50px);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

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

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

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

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

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

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

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

#kintone_container main .main-wrapper {
  padding: 100px 0;
}

#kintone_container main .main-wrapper h2 {
  margin: 0 0 80px 0;
  text-align: center;
  color: #69c1ff;
  font-size: 30px;
}
/* トップ */
#sec_1 {
  background-image: url("../img/wave.png");
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  margin-top: 60px;
  padding: 10% 10% 5%;
}

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

#sec_1 .top_left {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
  margin-right: 5%;
}

#sec_1 .top_left .title_top {
  margin: 0 0 30px 0;
}

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

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

#sec_1 .top_left .title_font {
  font-size: 26px;
  font-weight: bold;
}

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

#sec_1 .top_left .amasKintone_img,
#sec_1 .top_left .amasKintone_img img,
#sec_1 .top_right .topIcon_img,
#sec_1 .top_right .topIcon_img img {
  width: 100%;
}

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

#sec_1 .top_right .topRight_btn a {
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  background: #008eff;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgb(175, 175, 175) 0px 0px 8px;
}

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

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

.partner {
  margin: 1% auto 0;
  text-align: center;
  width: 65%;
}
.partner img {
  width: 60%;
  margin-top: 5%;
}

/* サブメニュー */
.main_menu {
  z-index: 100;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 40px;
}
.main_menu_inner {
  display: flex;
  justify-content: center;
  background: #e1e1e1;
  padding: 0.3% 5%;
}

.main_menu_inner i {
  padding: 0 3%;
}

.main_menu a {
  padding: 1%;
  margin: 0 2%;
  font-size: small;
  color: #333;
  font-weight: bold;
  width: 150px;
  align-items: center;
}
/* バナー */
.banner {
  padding: 1%;
  background-color: #69c1ff;
  display: flex;
  justify-content: center;
}

.banner_img {
  margin: auto;
  width: 25%;
  text-align: center;
}

.banner_img img {
  width: 80%;
  margin: 20% 10%;
}

.banner_inner {
  padding: inherit;
  width: 45%;
  display: block;
  margin: 1% 1% 1% 0;
}
.banner_inner li {
  font-weight: bold;
  text-align: center;
  font-size: medium;
}

.btn {
  display: block;
  text-align: center;
  margin: 1% 5% 0;
}

.btn li {
  font-size: smaller;
}

.btn button {
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #ff6b6b;
  color: #fff;
  padding: 3%;
  margin: 3% 0 0;
  font-size: larger;
}

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

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

#aboutAMAS .about_inner .about_img {
  width: 35%;
  padding: 15% 0 0 0;
}

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

#aboutAMAS .about_inner .about_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 65%;
  padding-left: 5%;
}

#aboutAMAS .about_inner .about_txt h1 {
  font-size: 350%;
}
#aboutAMAS .about_inner .about_txt p {
  font-size: 100%;
  color: #333;
}

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

.about_txt ul {
  filter: drop-shadow(0px 0px 8px rgba(175, 175, 175, 0.8));
  border-radius: 30px;
  margin-top: 2%;
  width: 100%;
  padding: 5% 5%;
  background: #ecf7ff;
}

/* お困りごと */

#sec_3 {
  background-color: #ecf7ff;
}

#sec_3 .question {
  width: 100%;
  padding: 5% 10%;
  text-align: center;
  display: block;
  margin-top: 2%;
}

.question_img {
  display: flex;
  justify-content: center;
}

.questionImg {
  width: 25%;
  object-fit: center;
  padding-top: 10%;
}

.que_item {
  margin: auto;
  width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 均等な2列 */
  gap: 20px 30px; /* 上下左右のカード間の余白（上下20px, 左右16px） */
  justify-items: center; /* 吹き出し自体を中央に配置 */
  align-items: center;
}
.que_item_ok {
  margin: auto;
  width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 均等な2列 */
  gap: 20px 30px; /* 上下左右のカード間の余白（上下20px, 左右16px） */
  justify-items: center; /* 吹き出し自体を中央に配置 */
  align-items: center;
}

.que_item .group {
  margin: 0;
  position: relative;
  width: 100%;
  height: 140px;
  padding: 30px 15px;
  color: #222;
  font-weight: bold;
  font-size: larger;
  background-color: rgb(236, 236, 236);
  filter: drop-shadow(0px 0px 8px rgba(153, 158, 180, 0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.ok_item {
  margin: 5% auto;
  padding: 10% 5%;

  position: relative;
  width: 100%;
  height: 90%;
  color: #fff;
  font-weight: bold;
  font-size: larger;
  /* border-radius: 10px; */
  background-color: #008eff;
  filter: drop-shadow(0px 0px 8px rgba(153, 158, 180, 0.8));
  display: block;
  justify-content: center;
  align-items: center;
}
.ok_item img {
  width: 70%;
  margin: 5%;
}
.amas_goo {
  display: flex;
  align-items: center;
  justify-content: center;

  /* 上下の que_item と全く同じ幅・配置にする */
  width: 85%;
  margin: 30px auto;
  box-sizing: border-box;

  padding: 15px 2%;
  background: #69c1ff;
  color: #fff;
  font-weight: bold;
  font-size: larger;

  /* 矢印（突起）を配置するための設定 */
  position: relative;
}

/* --- 下中央の矢印（吹き出しの突起） --- */
.amas_goo::after {
  content: "";
  position: absolute;
  top: 100%; /* 帯のすぐ下に配置 */
  left: 50%;
  transform: translateX(-50%);

  /* 三角形のサイズ調整（左右の太さ / 高さ） */
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #69c1ff transparent transparent transparent; /* 帯と同じ水色 */
}
.amas_logo {
  width: 5%;
  margin: 0 1%;
}

.subtitle_1 {
  text-align: center;
  color: #222;
  font-size: xx-large;
  font-weight: bold;
  padding: 90px 0 0;
  margin: 0;
}

.subtitle_2 {
  text-align: center;
  color: #222;
  font-size: xx-large;
  font-weight: bold;
  padding: 0 0 5% 0;
  margin: 0;
}

.simple {
  background-image: url(../img/wave.11.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 10%;
}

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

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

.group_ul li {
  width: 30%;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 5%;
  filter: drop-shadow(0px 0px 8px rgba(175, 175, 175, 0.8));
}

.group_ul li img {
  width: 90%;
  height: auto;
  margin-bottom: 35px;
}

.group_ul li p {
  font-size: 25px;
  font-weight: bold;
}

/* ビフォアフ */
#sec_4 {
  padding: 2% 10%;
}
.beforeafter_photo {
  text-align: center;
  padding: 10% 0 0;
}
.beforeafter_photo img {
  margin: 3% 0;
  width: 100%;
}
.ba_top {
  text-align: left;
  margin: 0 6% 2%;
  font-size: xx-large !important;
  font-weight: bold;
  border-bottom: 2px solid #008eff;
}

.beforeafter_photo p {
  text-align: left;
  font-weight: bold;
  margin: 2% 6%;
  font-size: large;
}

/* AMASの動き */
#sec_5 {
  padding: 10% 10% 5%;
}

.subtitle {
  text-align: center;
  color: #222;
  font-size: xx-large;
  font-weight: bold;
  padding: 0 0 60px 0;
  margin: 0;
}
#sec_5 .move_wrapper .move_title {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
}

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

#sec_5 .move_wrapper .move_txt {
  font-size: 20px;
  color: #333;
}

#sec_5 .input .move_title,
#sec_5 .output .move_title {
  color: #008eff;
  font-size: 45px;
}

.inputvideo video,
.outputvideo video {
  width: calc(100% - 30px); /* 元の幅から30px引く */
  height: auto; /* 必要に応じて高さを指定 */
  object-fit: cover; /* 画像を引き伸ばさずにトリミング */
  object-position: left; /* 左側を基準に固定して右側を削る */
}

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

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

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

.inputvideo,
.outputvideo {
  width: 45%;
}

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

#sec_5 .all_vid {
  text-align: center;
  margin: 10% 0;
}

#sec_5 .outputtext {
  padding: 0 50px 0 0;
}
#sec_5 .inputtext {
  padding: 0 0 0 50px;
}

/* 料金プラン */
#sec_6 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: sans-serif;
  text-align: center;
}

#sec_6 .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  font-size: xx-large;
  font-weight: bold;
  color: #333;
}

.price_wrapp {
  display: block;
}

.price_ul_shoki {
  margin: 3.5%;
}
.price_ul_shoki .top {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 14px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.price_li_shoki {
  background-color: #f0f7fd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.price_li_shoki .subtitle {
  margin: 3%;
  padding: 0;
}
.price_li_shoki .subtitle span {
  color: #008eff;
  margin-left: 3%;
  /* font-weight: bold;
  font-size: 22px;
  margin-bottom: 3%;
  padding: 0; */
}
/* 3つのカードを横並びにするレイアウト */
.price_ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex-wrap: wrap; /* スマホ表示用 */
}

/* カード共通設定 */
.price_ul li {
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.price_ul .top {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.price_ul .subtitle {
  margin: 0;
  padding: 24px 16px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  background-size: cover;
  background-repeat: no-repeat;
}

.price_ul .contents {
  padding: 16px;
  margin-bottom: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.price_ul .price {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.price_ul .price span:first-child {
  font-size: 22px;
  font-weight: bold;
}

.price_ul .detail {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.price_ul .contents .title {
  margin: 8px 0 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #888;
}

.price_li_shoki {
  background-color: #f0f7fd;
}
.price_li_shoki .top {
  background-color: #008eff;
  border-bottom: 3px solid #256ca7;
}

.price_li_shoki .price span:first-child {
  color: #33a1fc;
}
/* ===============================================
=============================================== */
.price_li_0 {
  background-color: #fdf8ef;
}
.price_li_0 .top {
  background-color: #f9a63a;
  border-bottom: 3px solid #e08e24;
}

.price_li_0 .price span:first-child {
  color: #e08e24;
}
.price_li_0 .contents a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #f9a63a;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  border-radius: 20px;
}

/* ===============================================
=============================================== */
.price_li_1 {
  background-color: #f0f7fd;
}
.price_li_1 .top {
  background-color: #008eff;
  border-bottom: 3px solid #256ca7;
}

.price_li_1 .price span:first-child {
  color: #33a1fc;
}

/* ===============================================
=============================================== */
.price_li_2 {
  background-color: #f0f4f8;
}
.price_li_2 .top {
  background-color: #3b6998;
  border-bottom: 3px solid #2b4c70;
}

.price_li_2 .price span:first-child {
  color: #2b4c70;
}

/* 下部要素（注記・リンクボタン） */

.in_out_hp a {
  font-size: xx-large;
  font-weight: 600;
  color: #008eff;
}
.in_out_hp {
  text-align: center;
  margin: 30px;
}

/* よくあるお問い合わせ */
.qa {
  padding: 5%;
  text-align: center;
  background: #ecf7ff;
}

.qa ul {
  margin: 3%;
  font-size: xx-large;
  font-weight: 600;
  text-align: center;
}

.qa_inner {
  width: 80%;
  margin: auto;
  padding: 5%;
  font-weight: 900;
  font-size: smaller;
}
.acc {
  max-width: 100%;
  margin-bottom: 7px;
  border-bottom: 2px solid #99d5ff;
}

.acc summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;

  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.acc p {
  transform: translateY(-10px);
  opacity: 1;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333;
  font-weight: 400;
  transition:
    transform 0.5s,
    opacity 0.5s;
  text-align: left;
}

.acc[open] p {
  transform: none;
  opacity: 1;
}
.acc summary::-webkit-details-marker {
  display: none;
}

.acc summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.acc[open] summary::after {
  transform: rotate(225deg);
}

.contact-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

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

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

footer {
  padding: 10px 0;
  background: #001867;
  color: #fff;
  text-align: center;
}

#sec_5 {
  background: #ecf7ff;
}
#sec_5 video {
  width: 100%;
  max-width: unset;
}

#sec_6 .price_ul {
  display: block;
  flex-direction: column;
}
#sec_6 .price_ul li {
  margin: 3% auto !important;
  width: 94%;
}

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

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

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

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

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

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

#sec_6 .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);
}

/* ページトップ */
#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, #81e4ff, #43add3, #4d94c4, #4d7aa1);
  color: #fff;
  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);
  }
}

@media screen and (max-width: 1200px) {
  #sec_1 .top_inner,
  #aboutAMAS .about_inner,
  #sec_6 .price_ul,
  #sec_4 .beforeafter_photo img {
    width: 100%;
  }

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

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

@media screen and (max-width: 1024px) {
  #kintone_container header .header-logo img {
    height: 17px;
  }
  #kintone_container header {
    padding: 0 10px;
  }

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

  #aboutAMAS .about_inner .about_txt h1 {
    font-size: 220%;
  }

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

  #sec_1 .top_left .title_font {
    font-size: 22px;
  }

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

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

  #sec_3 .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));
  }

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

  #sec_5 .amas_move_text {
    padding: 0 0 0 20px;
  }

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

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

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

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

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

  #sec_6 .price_ul .table_contents p,
  #sec_6 .price_ul .table_contents .table_detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #kintone_container header .header-logo {
    padding: 0 0 0 10px;
  }

  #kintone_container header ul {
    display: none;
  }
  #kintone_container header {
    height: 60px;
    padding: 0;
  }
  #kintone_container main .main-wrapper {
    padding: 50px 0;
  }

  .top-inner {
    margin-top: 45px;
  }

  .partner img {
    width: 100%;
    margin-top: 10%;
  }

  .top_btn {
    display: flex;
  }

  .subtitle {
    font-size: 30px;
  }

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

  .main_menu a {
    font-size: xx-small;
    width: 160px;
  }

  header ul,
  #sec_1 .top_left .amasKintone_img img,
  #sec_3 .question .question_wrapper .questionImg {
    display: none;
  }

  #sec_1 .top_inner,
  #sec_3 .group_ul {
    flex-direction: column;
  }

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

  .que_item .group {
    font-size: medium;
  }

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

  #sec_1 .top_left,
  #sec_1 .top_right,
  #aboutAMAS .about_inner .about_txt {
    width: 100%;
  }

  #sec_1 .top_left .title {
    font-size: 60px;
  }
  #sec_1 .top_left .title_top {
    text-align: center;
  }
  #sec_1 .top_right .topIcon_img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .topIcon_img img {
    width: 80% !important;
  }

  #sec_1 .top_right .topRight_btn a {
    width: 45%;
  }

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

  #aboutAMAS .about_inner .about_img {
    display: none;
  }
  /* #aboutAMAS .about_inner .about_img {
    width: 60%;
    margin: 20px 0 0 0;
    padding: 0;
  } */

  .group_ul li p {
    font-size: 20px;
  }
  .group_ul li img {
    margin: 0;
  }

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

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

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

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

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

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

  #section3 .beforeafter_photo {
    padding: 0;
  }

  #sec_5 .amas_move {
    flex-direction: column;
    border: none;
  }

  #sec_5 .amas_move_text {
    padding: 0;
  }
  #sec_5 .move_wrapper .move_title {
    justify-content: center;
    font-size: x-large;
  }

  #sec_5 .move_wrapper .move_txt {
    font-size: 15px;
    width: 100%;
  }

  #sec_5 .move_wrapper {
    padding: 0;
    margin-bottom: 5%;
  }

  #sec_5 .input,
  #sec_5 .output {
    display: block;
    text-align: center;
  }

  .inputvideo,
  .outputvideo {
    width: 90%;
    margin: auto;
  }

  .contact-inner p {
    font-size: small;
  }

  .banner {
    height: 170px;
  }
  .banner_img {
    margin: auto 1%;
  }

  .banner_inner li {
    font-size: x-small;
  }

  .btn li {
    font-size: xx-small;
  }

  .btn button {
    font-size: smaller;
  }

  .beforeafter_photo p {
    font-size: smaller;
  }

  .ba_top {
    font-size: x-large !important;
  }

  .subtitle_1,
  .subtitle_2,
  .subtitle,
  #sec_6 .subtitle,
  .qa ul,
  .in_out_hp a {
    font-size: x-large !important;
  }
}
@media screen and (max-width: 480px) {
  #kintone_container #g-nav .contact-btn a {
    padding: 20px 0;
  }

  .subtitle {
    font-size: 25px;
  }
  #sec_1 {
    padding: 20% 10% 5%;
  }
  #sec_1 .top_left .title_font {
    font-size: 18px;
  }

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

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

  #sec_1 .top_right .topRight_btn a {
    width: 100%;
  }

  .group_ul li p {
    font-size: 14px;
  }

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

  .group {
    font-size: x-small;
  }
  .que_item .group {
    font-size: x-small;
  }

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

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

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

  #sec_6 .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;
  }
  .contact-inner a {
    width: 300px;
  }
}

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