@charset "utf-8";


html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
}


*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  line-height: 1.75;
  padding-top: 100px;
}

h1,h2,h3,h4,p,ul,ol {
  margin: 0;
}

h1,h2,h3,h4 {
  letter-spacing: .05em;
  font-weight: 500;
  font-feature-settings: "palt";
}

p:not(:last-child),ul,ol {
  margin-bottom: 1em;
}

@media(max-width: 599px) {
  p br {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

figure {
  border: 0;
  margin: 0;
}

fieldset {
  border: 0;
}

/* リンク
   ========================================================================== */

a {
  color: #1470cc;
  text-decoration: none;
}


a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:hover > img {
  transition: .3s ease;
  opacity: .6;
  color: #fac515;
}

/* メディアクエリによる表示／非表示
   ========================================================================== */

.pc {display: block;}
.sp {display: none;}

@media(max-width: 599px) {
  .pc {display: none;}
  .sp {display: block;}
}

/* ==========================================================================
    レイアウト
   ========================================================================== */

/* 幅 */

.l-width,
.container,
.footer__inner {
  margin: 0 auto;
  padding: 40px;
  max-width: 1200px;
}

.l-margin {
  margin: 40px auto;
}

@media(max-width: 599px) {
  .l-width,
  .header__inner,
  .container,
  .footer__inner {
    max-width: 100%;
  }
}

/* レイアウト */


.main > *:last-child {
  margin-bottom: 0;
}

@media(max-width: 599px) {
  .container,
  .footer__inner {
    padding: 20px;
  }
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */

.header {
  background-color: #fff602;
  position: fixed; /* サイトタイトル固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-inline: 15px;
  align-content: center;
  z-index: 9999;
}

body {
  margin: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  max-width: 1200px;

}
.site-p {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, .7rem);
}

.logo {
  width: clamp(9rem, 3.864rem + 11.93vw, 12.813rem);
}
.header .title{
  line-height: 1.1;
}

.header__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 0;
  padding: 0;
  color: #03002d;
  list-style-type: none;
}

.header__nav ul li {
  margin-right: 1em;
}

.header__nav ul li a {
  color: inherit;
  text-decoration: none;
}


.header__nav:hover {
  opacity: .9;
  cursor: pointer;
  transition: .3s ease;
}

@media(max-width: 599px) {
  .header {
    padding: 10px;
    height: auto;
  }
  .site-title {
    display: flex;
    align-items:center ;
    justify-content: space-between;
  }
  .header__inner {
    margin: 10px;
    display: block;
  }

  .header__nav {
    margin: 10px;
  }
  .header__nav ul {
    margin: .5em auto;
    flex-wrap: wrap;
  }
  .header__nav ul li {
    background-color: #01bc30;
    border-radius: 5%;
    padding: 0 .8em ;
    margin-right: 10px;
    color: #fff;
  }
    .header__nav ul li:last-child {
      margin-right: 0;
    }

}

/* ==========================================================================
    ヒーロー
   ========================================================================== */

.hero {
  height: 80vh;
  background: #fff url("img/bg-img.jpg")repeat center top;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

.hero__txt {
  padding: 100px 30px 30px 30px;
  color: #080267;
  text-align: center;
  font-family: "Zen Maru Gothic";
}

.hero__txt > h1 {
  margin-bottom: 20px;
  text-indent: .2em;
  letter-spacing: .2em;
  font-size: clamp(2.313rem, 2.063rem + 1.25vw, 3rem);
  color: #080267;

}

.hero__txt > p {
  text-indent: .1em;
  letter-spacing: .1em;
  font-size: 1em;
}

.hero__btn {
  margin: 20px auto 0;
  padding: .75em 2em;
  border: none;
  border-radius: 5px;
  background-color: #1470cc;
  color: #fff;
  text-align: center;
}

.hero__btn:hover {
  background-color: #0f5499;
  cursor: pointer;
}

@media(max-width: 599px) { 
  .hero {
    padding-bottom: 48px;
    height: auto;
  }
  .hero__txt > h1 {
    margin-top: 20px;
    line-height: 1;
  }

  .hero__txt > p {
    letter-spacing: 0;
    font-size: .9em;
    line-height: 1.2;
  }


}


/*solition*/

.solution p:first-child {
  margin-top: 40px;
}
.solution__txt {
  margin: 40px auto;
}

@media(max-width: 599px) {
.solution__txt {
  margin: 20px auto;
}
}

/* 小見出し h2
   ========================================================================== */

.h2 {
  margin: 5em auto 2.5em;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;

  border-bottom: solid 4px #080267;
  width: 160px;
}

.h2:first-child {
  margin-top: 40px;
}

#solution,
#feature,
#question,
#works,
#order  {
  margin-top: 40px;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 40px;
  font-size: clamp(1.125rem, 0.952rem + 0.86vw, 1.6rem);
  line-height: 1.5;
  color: #080267;
  border-bottom: solid 4px #080267;
}

@media(max-width: 599px) {
  .h2{
    margin: 1em auto 1em;
  }
  .h2:first-child {
  margin-top: 20px;
  }
  #solution,
  #feature,
  #question,
  #works,
  #order  {
    margin: 1em auto;
    padding-top: 20px;
  }
  .sec {
    padding-top: 20px;
    margin-top: 20px;
  }

}

/*

.h1:before {
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: #080267;
  content: '';
  transform: translateX(-50%);
}

/* 小見出し h2
   ========================================================================== */

/*
.h2:first-child {
  margin-top: 0;
}

@media(max-width: 599px) {
  .h2 {
  }
}

/* 小見出し h3
   ========================================================================== */



@media(max-width: 599px) {
  .h3 {
    margin: 20px auto;
    font-size: 1em;
  }
}

/* 小見出し h4
   ========================================================================== */
.h4 {
  margin: 1em auto;
  font-size: 1.1em;
  line-height: 1.5;
  padding: .2em .75em;
  border-left: 5px solid #fff602;
}



@media(max-width: 599px) {
  .h4 {
  }
}


/* ==========================================================================
   順序なしリスト
   ========================================================================== */

.ul {
  margin: 1.5em 1em;
  margin-right: 0;
  padding: 0;
  padding-left: 1.3em;
  list-style-type: none;
}

.ul > li::before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #1470cc;
  content: "\2022";
}


/* ==========================================================================
   テーブル
   ========================================================================== */

.table {
  margin: .5em auto;
  width: 100%;
  border: 1px solid #ddd;
}

.table thead th {
  background-color: #1470cc;
  color: #fff;
  text-align: center;
}

.table th,
.table td {
  padding: .9em 1.2em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
  border-bottom: none;
}

.table tr:nth-child(even) {
  background-color: #f2f6fa;
}

.table th {
  font-weight: 500;
}

.table td {
  font-size: .9em;
}

.table th,
.table td {
  line-height: 1.4;
}

@media(max-width: 599px) {
  .table th,
  .table td {
    padding: .5em;
    font-size: .9em;
  }
}
/* ==========================================================================
    特長
   ========================================================================== */

.feature {

  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.feature__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2em;

  display: flex;
}

.feature__img {
  margin-right: 2em;
}

.feature__icon {
  margin: 0 0 1.5em;
  width: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  height: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  background-color: #fff602;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature__icon i {
  color: #03002d;
  font-size: clamp(1.875rem, 1.602rem + 1.36vw, 2.625rem);
}

.feature__h3 {
  font-size: 1.2em;
  margin-bottom: .75em;
}

.feature p {
  color: #090033;
  font-size: 1.1em;
  line-height: 1.618;
}

.feature a {
  text-decoration: none;
}
@media(max-width: 599px) {
  .feature__item {
  }
  .feature p {
    font-size: 0.9em;
    line-height: 1.333;
  }
  .feature__txt {
    margin-left: 0;
  }
}
/* ==========================================================================
    ギャラリー
   ========================================================================== */

.gallery {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
}

.gallery img {
  padding-left: 20px;
  width: 500px;

}
@media(max-width: 599px) {
  .gallery {

  }
}

/* ==========================================================================
  スライダー
  ========================================================================== */

#slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  #slider .prev,
  #slider .next {
    top: 40%;
  }
}

  /* ==========================================================================
/* 注文
   ========================================================================== */
.order {
  background-color: #fcf9f1;
  margin: 40px 0;
  padding: 0px 40px 40px 40px;
}

.order__h2 {
  text-align: left;
  margin: 2em auto;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.5;

  position: relative;
  padding-bottom: .5em;
  border-bottom: 2px solid #03002d;
}
.order__h3 {
  margin: 1.5em auto;
  margin-top: 40px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;

  padding: .8em;
  background-color: #090033;
  color: #fff;
}

.graohic__ul {
  margin-left: 40px;
}

/* note */
.order .note {
  margin-top: 1.5em;
  line-height: 1em;
}

  @media(max-width: 599px) {
  .order {
    margin : 10px auto;
    padding: 10px;
  }
  .order__h3 {
  margin: 1em auto;
  font-size: 1.2em;
  padding: .5em 1em;
}

  .order p {
    font-size: .9em;
  }
  }

/* ==========================================================================
    CTA
   ========================================================================== */

.cta {
  margin: 40px auto;
  text-align: center;
}


.cta__btn  {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: .8em;
  padding-bottom: calc(1em + 1px); 
  width: clamp(17.5rem, 7.5rem + 50vw, 45rem);
  border-radius: 100px;
  background-color: #01bc30;
  box-shadow:
    0 3px 5px   rgba(0,0,0,.30),   
    inset 0 -8px 0 rgba(0,0,0,.20);
  color: #fff;
  text-decoration: none;
  letter-spacing: .2em;
  text-indent: .1em;
  font-size: clamp(1rem, 0.709rem + 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1;
  transition: .4s;
}

.cta__btn__order  {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: .8em;
  padding-bottom: calc(1em + 1px); 
  width: clamp(17.5rem, 7.5rem + 50vw, 45rem);
  border-radius: 100px;
  background-color: #01b6bc;
  box-shadow:
    0 3px 5px   rgba(0,0,0,.30),   
    inset 0 -8px 0 rgba(0,0,0,.20);
  color: #ffff3c;
  text-decoration: none;
  letter-spacing: .2em;
  text-indent: .1em;
  font-size: clamp(1rem, 0.709rem + 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1;
  transition: .4s;
}

  @media(max-width: 599px) {
    .cta {
      margin: 20px auto;
    }
    .cta__btn__order,
    .cta__btn  {
      padding: 1.2em;
      padding-bottom: calc(1em + 10px); 
      line-height: 1.3;
    }
}
/* Q&A
   ========================================================================== */
.faq {
  padding: 0px 40px 40px 40px;
  background-color: #fcf9f1;
}

.faq__item {
  margin-bottom: 30px;
  padding: 40px;
  background-color:#fff;
}

.faq__item:last-child {
  margin-bottom: 0;
} 


.faq__q {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.faq__q:before {
  color: #03002d;
  content: "\f059";
  font-family: FontAwesome;
  position: absolute;
  font-size: 1.8em;
  top: -.38em;
  left: 0;
}

.faq__q h4 {
  padding-left: 2em
}

@media screen and (max-width: 900px) {
.faq {
  padding: 0 20px 20px 20px;
  margin: 20px auto;
}

.faq__item {
  padding: 18px;
  margin-bottom: 10px;
}
.faq p {
  font-size: .9em;
}
}
  /* ==========================================================================
   順序付きリスト
   ========================================================================== */

.ol {
  margin: 1.5em 1em 0;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: my-counter;
}

.ol > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ol > li::before {
  position: absolute;
  left: 0;
  top: 2px;

  content: counter(my-counter);
  counter-increment: my-counter;

  background-color: #03002d;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  color: #fff;
  font-size: 11px;
  line-height: 1;

  display: flex;
  justify-content: center;
  align-items: center;
  }

  @media(max-width: 599px) {
    .ol {
      margin-left: 0;
    }
    .ol > li {
      font-size: .9em;
      line-height: 1.333;
    }
}
/* ==========================================================================
    サイドバー
   ========================================================================== */

.widget {
  font-size: .9em;
  color: #737980;
}

.widget__title {
  font-size: 1.2rem;
  margin-bottom: .8rem;
  color: #000;

  margin-top: -.4rem;
}

/* メニュー
   ========================================================================== *//*

ul.menu {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

ul.menu li + li {
  border-top: 1px solid #ddd;
}

ul.menu ul.submenu {
  margin: 0 0 0 1em;
  padding: 0;
  border-top: 1px dotted #ddd;
  list-style-type: none;
}
ul.menu ul.submenu li + li {
  border-top-style: dotted;
}

ul.menu a {
  display: inline-block;
  padding: .5em;
  color: inherit;
  text-decoration: none;
}

ul.menu a:hover {
  text-decoration: underline;
}



/* ==========================================================================
    フッター
   ========================================================================== */

.footer {
  background-color: #fff602
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.footer__inner * {
  color: #03002d;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.footer__nav ul li {
  font-size: .9em;
}

.footer__nav ul li i {
  font-size: 1.3em;
}

.footer__nav ul li:not(:last-child) {
  margin-right: 1em;
}

.footer .copyright {
  font-size: .9em;
}


#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    padding: 20px;
    background-color: #fff602;
    color: #080267;
    font-weight: 400;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: none; /* 初期状態で非表示 */
}

#back-to-top:hover {
    background-color: #ffc402;
}

  @media(max-width: 599px) {
    .footer {
      padding: 8px 0;
    }
    .footer__inner {
      font-size: .8em;
      padding: 8px;
      justify-content: center;
    }
    #back-to-top {
      right: 10px;
      bottom: 8vh;
      padding: 10px;
      font-size: .75em;
      font-weight: 400;
      line-height: 1.2;
    }
    
  }

/* ==========================================================================
   区切り線
   ========================================================================== */

.hr {
  margin: 45px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ddd;
}

/* ==========================================================================
   装飾・調整

   ========================================================================== */

.a-big0 ,
p.a-big {
  font-size: 1.15em;
}

.a-big ,
p.a-big {
  font-size: 20px;
}
.a-big2,
p.a-big2 {
  font-size: 24px;
}
.a-bold ,
p.a-bold {
  font-weight: bold;
}

.a-bold2 ,
p.a-bold2 {
  font-weight: 400;
}

.a-center ,
p.a-center {
  text-align: center;
}

.a-right ,
p.a-right {
  text-align: right;
}

.a-marker ,
p.a-marker {
  background: #fff602;
  background: linear-gradient(transparent 50%, #fff602 50%); 
}

.a-red ,
p.a-red {
  color: #dc1503;
}

.a-underline ,
p.a-underline {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

@media(max-width: 768px) {
  .a-big ,
  p.a-big {
    font-size: 1.2em;
  }

  .a-big1 ,
  p.a-big1 {
    font-size: 1.4em;
  }

  .a-big2 ,
  p.a-big2 {
    font-size: 1em;
  }
}
/* shadow */
.is-shadow {
  box-shadow: 0 5px 5px 2px rgb(0 0 0 / .15);
}
/* 点滅 *//*
.a-blinking {
  -webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
*/