@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_2,
#sec_3,
#sec_4,
#sec_5,
#sec_6 {
  scroll-margin-top: 100px;
  padding: 5% 10%;
}

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: 10px;
  color: #69c1ff;
  font-weight: bold;
  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: #69c1ff !important;
  color: #fff;
}

#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: #69c1ff;
}

#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/clear.png);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  margin-top: 60px;
  padding: 10% 10% 5% 10%;
}

.top-title h1 {
  font-size: 45px;
}
.top-title p {
  font-size: medium;
  margin: 3%;
  font-weight: bold;
}

.top_btn {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0 0;
}

.top_btn button {
  background-color: #008eff;
  color: #fff;
  padding: 3% 4%;
  margin: 6% 1%;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: rgb(175, 175, 175) 0px 0px 8px;
  border: none;
  height: 60px;
  width: 220px;
}

.top-inner {
  display: flex;
}

.top-left {
  width: 60%;
}
.top-right {
  width: 40%;
  margin: auto;
}
.left_mb_img {
  display: none;
}

.right-img {
  width: 100%;
}
.top-right img {
  width: 100%;
}

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

/* サブメニュー */
.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 {
  margin-left: 5px;
}
.main_menu_inner a {
  display: flex;
  color: #333;
  padding: 0 6px;
  margin: 7px 10px;
  font-weight: bold;
  font-size: small;
  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;
}

/* kintoneとは */
.kintone {
  display: block;
  text-align: center;
  background-color: #fff;
}
.kintone ul {
  font-weight: bold;
  font-size: xx-large;
  margin: 3% auto 1%;
}
.kintone li {
  margin-top: 3%;
  font-weight: bold;
  font-size: large;
  color: #008eff;
}

.kintone_left {
  width: 70%;
  padding: 3%;
}

.kintone_left span {
  font-size: x-large;
  font-weight: bold;
  color: #008eff;
  padding: 0 2%;
}

.kintone_left li {
  opacity: 1;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 15px;
  padding: 10%;
  background: #ecf7ff;
  border-radius: 30px;
}

.kintone_img_wrapp {
  margin: 0;
  display: flex;
}

.kintone_right {
  text-align: center;
  margin: auto;
  width: 30%;
  display: block;
}
.kintone_right img {
  width: 100%;
}

.app_img_wrapp {
  margin-top: 0;
  padding: 0;
  text-align: center;
}

/* お困りごと */
#sec_3 {
  background-color: #ecf7ff;
  display: block;
  text-align: center;
}
h2 {
  font-weight: bold;
  font-size: xx-large;
  margin: 5% auto 10%;
}
.problem-pc .problem-pc-top li .top-li p {
  display: inline-block;
  text-align: left;
  font-size: smaller;
  padding: 5%;
}
.problem-pc {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.problem-pc .problem-pc-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

.problem-pc .problem-pc-top li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(175, 175, 175);
}

.problem-pc .problem-pc-top li .problem-caption {
  padding-bottom: 5%;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #008eff);
  border-image: linear-gradient(to right, #008eff);
  border-image-slice: 1;
}

.problem-pc .problem-pc-top li .problem_img {
  width: 80%;
  margin: 10px auto;
}

.problem-pc .problem-pc-top li .problem_img img {
  width: 100%;
}

.problem-pc .problem-pc-top li .top-txt {
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}

.problem-pc .problem-pc-middle {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.problem-pc .problem-pc-middle i {
  margin: 30px 0;
  font-size: 50px;
  color: #008eff;
}

.problem-pc .problem-pc-bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.problem-pc .problem-pc-bottom li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(175, 175, 175);
}

.problem-pc .problem-pc-bottom li .problem-bottom-flex {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 0 30px 0;
}

.problem-pc .problem-pc-bottom li .problem-bottom-flex img {
  display: block;
  width: 60%;
}

.problem-pc .problem-pc-bottom li .problem-bottom-title {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.problem-pc .problem-pc-bottom li p {
  font-size: smaller;
  padding: 5%;
}

.problem-pc li {
  width: 30%;
}

.problem-mobile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.problem-mobile li {
  width: 100%;
  margin: 0 0 80px 0;
}

.problem-mobile li .problem-top {
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(175, 175, 175);
  text-align: center;
}

.problem-mobile li .problem-top .problem-caption {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(to right, #008eff);
  border-image: linear-gradient(to right, #008eff);
  border-image-slice: 1;
}

.problem-mobile li .problem-top .problem_img {
  width: 80%;
  margin: auto;
}

.problem-mobile li .problem-top .problem_img img {
  width: 100%;
}

.problem-mobile li .problem-top .top-txt {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.problem-mobile li .problem-top .top-li {
  display: block;
  text-align: center;
  font-size: 16px;
}

.problem-mobile li .problem-top .top-li p {
  display: inline-block;
  text-align: left;
}

.problem-mobile li .problem-middle {
  margin: 30px 0;
  text-align: center;
  font-size: 50px;
  color: #008eff;
}

.problem-mobile li .problem-bottom {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(175, 175, 175);
}

.problem-mobile li .problem-bottom .problem-bottom-flex {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 0 20px 0;
}

.problem-mobile li .problem-bottom .problem-bottom-flex img {
  display: block;
  width: 60%;
}

.problem-mobile li .problem-bottom .problem-bottom-title {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* 伴走開発サポートとは */
.support {
  background-color: #ecf7ff;
  text-align: center;
  padding: 5%;
}
.support ul {
  font-weight: bold;
  font-size: xx-large;
  margin: 3%;
  padding: 0 0 50% 0;
}

/* 料金 */
#sec_4 {
  background-color: #fff;
}

#sec_4 .sec_top {
  text-align: center;
  font-size: xx-large;
  margin: 5%;
}
#sec_4 p {
  margin: 3%;
  font-weight: bold;
  text-align: left;
  font-size: large;
}
.price {
  justify-items: center;
  margin: auto;
  border-radius: 50px;
  width: 100%;
}

h3 {
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  font-size: 22px;
  color: #008eff;
  background: #ecf7ff;
  border-left: solid 8px #008eff;
}

.price li {
  width: 90%;
  display: block;
  font-size: small;
  margin-bottom: 3%;
}

/* 流れ　*/

#sec_5 {
  background-color: #a9d7f4;
  text-align: center;
}

#sec_5 p {
  font-size: xx-large;
  font-weight: bold;
}
.flow {
  padding: 5%;
  text-align: center;
  margin: auto;
}

.flow ul {
  margin: 5% 0 10%;
  font-size: xx-large;
  font-weight: bold;
  text-align: center;
}

.flow_img {
  width: 95%;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
}
.flow_img img {
  width: 100%; /* 幅いっぱいに広げる */
  height: auto;
  display: block;
  border-radius: 30px;
}

/* 
.flow_inner {
  background: #fff;
  border-radius: 50px;
  padding: 8%;
  display: flex;
  gap: 1em;
}

.flow_inner img {
  width: 80%;
}

.flow_inner_item {
  width: 25%;
  padding: 2%;
}
.flow_inner_item p {
  margin: 10% 0;
  font-weight: bold;
  font-size: 1em;
}
.flow_inner_top {
  font-size: 1.3em !important;
}

.solid-arrow {
  margin-bottom: 10%;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1%;
  background-color: #666; /* 線の色（グレー） 
  vertical-align: middle;
}
*/
/* 矢印 */
.solid-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px; /* 棒と先端の隙間を調整 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  /* 境界線を使って塗りつぶし三角形を作る */
  border-top: 12px solid transparent; /* 三角形の上の広がり */
  border-bottom: 12px solid transparent; /* 三角形の下の広がり */
  border-left: 16px solid #666; /* 三角形の横幅と色 */
}
*/

/* よくあるお問い合わせ */


.qa {
  padding: 5%;
  text-align: center;
  background: #ecf7ff;
}

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

.qa_inner {
  width: 80%;
  margin: auto;
  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;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: bold;
  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;
}

@media screen and (max-width: 1024px) {
  #kintone_container header {
    padding: 0 10px;
  }
  #kintone_container header .header-logo img {
    height: 17px;
  }
  h2 {
    font-size: x-large;
  }
  .kintone_left span {
    font-size: large;
  }
  #sec_4 .sec_top {
    font-size: x-large;
  }
  #sec_4 p {
    font-size: medium;
  }
  .qa ul {
    font-size: x-large;
  }
  #sec_5 p {
    font-size: x-large;
  }
  .problem-pc .problem-pc-top li .top-txt {
    font-size: 15px;
  }
  .problem-pc .problem-pc-top li .top-li {
    font-size: 12px;
  }

  .problem-pc .problem-pc-top li .top-li {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .problem-pc {
    width: 90%;
  }
  .problem-pc .problem-pc-bottom li .problem-bottom-flex {
    margin: 0 0 20px 0;
  }
  .problem-pc .problem-pc-top li {
    padding: 10px;
  }
  .problem-pc .problem-pc-bottom li {
    padding: 10px;
  }
  .top_btn button {
    height: 55px;
    width: 185px;
  }
}
@media screen and (max-width: 768px) {
  #kintone_container header .header-logo {
    padding: 0 0 0 10px;
  }
  #kintone_container header {
    height: 60px;
    padding: 0;
  }
  #kintone_container main .main-wrapper {
    padding: 50px 0;
  }
  #kintone_container header ul {
    display: none;
  }

  #sec_1 {
    padding: 20% 10% 5% 10%;
  }
  .partner img {
    width: 100%;
  }
  .main_menu_inner a {
    font-size: xx-small;
  }

  .top-right {
    display: none;
  }

  .left_mb_img {
    display: flex;
  }

  .left_mb_img img {
    width: 75%;
    margin: auto;
  }

  .top-left {
    width: 100%;
    text-align: center;
  }

  .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;
  }
  #sec_4 p {
    font-size: small;
  }

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

@media screen and (max-width: 480px) {
  #kintone_container #g-nav .contact-btn a {
    padding: 20px 0;
  }
  .problem-pc {
    display: none;
  }
  #sec_1 {
    padding: 25% 10% 5% 10%;
  }

  .top-title h1 {
    font-size: 35px;
  }
  .top_btn button {
    height: 50px;
    width: 165px;
  }

  .contact-inner a {
    width: 300px;
  }
}

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

  #kintone_container .openbtn {
    display: none;
  }
}

@media screen and (min-width: 479px) {
  .problem-mobile {
    display: none;
  }
}
