@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html, body {
    overflow-x: hidden;
    font-family:
    -apple-system, /* iOS/macOS のシステムフォント（ゴシック系） */
    "ヒラギノ角ゴシック ProN",
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif !important;
  }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colors to suit your needs */
hr {
    display:block;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* きゃらイクcss */

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  
body {
    padding-top: 50px;
    font-size: 1em;
    font-family: 'yu gothic';
}

a {
    text-decoration: none;
}

.s-txt {
    padding-top: 10px;
    font-size: smaller;
    text-align: left;
}

.fv-inner,
.cp-inner,
.service-inner,
.strengths-inner,
.plan-inner {
  padding: 0 16px;
  box-sizing: border-box;
}

.cv1btn,
.cvbtn-img {
  padding: 0 16px;
  text-align: center;
}

.service-box {
  margin-left: auto;
  margin-right: auto;
}

/* header DESIGN */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    background-color:#FC0614;
}

.header-logo {
    margin: 10px 5px 5px 15px;
}

.header_button {
    background-color:#88ff37 ;
    border-radius:5px;
    border: none;
    padding: 10px 20px;
    margin: 0 20px 0 auto ;
}

.btn-txt {
    color: #1b4442;
    font-family:"Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* FV DESIGN */
.fv {
    margin: 0;
    padding-top: 0px;
}

.fv-inner {
    background-image: url("../images/top_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    text-align: center;

}

.fv-h1 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    margin-top: 0.8rem;
    color: #1b4442;
}

.fv-h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.3em;
    color: #FC0614;
}

.fv-img {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.fv-block {
    margin: 10px;
}

.fv-wave {
    display: block;
    margin: 0 auto;     /* ← これが中央寄せ */
    max-width: 100%;    /* ← スマホではみ出さない */
  }

.fv-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    color: #1b4442;
}

.fv-p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #1b4442;
    padding: 5px;
    margin: 5px;
    color: #ffffff;
}

.fv-point img {
    max-width: 100%;
    display: block;
  }

img {
    max-width: 100%;
    display: block;
  }
  
  .fv img,
  .fv-inner img,
  .fv-point img {
    max-width: 100% !important;
  }

/* cv1 */

.cv1 {
    background-color: #FC0614;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.cv1btn {
    text-align: center;
    margin-top: 30px;
  }

.cv1btn img {
    display: inline-block;
    max-width: 100%;
  }

.highlight-text {
    color: white;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-flex;
    align-items: center;
  }

  .small {
    font-size: 24px;
    font-weight: bold;
  }

  .middle {
    font-size: 40px;
    font-weight: bold;
  }

  .large {
    font-size: 50px;
    font-weight: bold;
  }

/* Customer Pain */

.cp-inner {
    background-image: url("../images/note_back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 60px 0;
}

.cp-img img {
    max-width: 100% !important;
    display: block;
  }

.text-space {
    padding: 5px;
}

.cp-container {
    position: relative;
    width: 100%; /* 画像の横幅に応じて調整 */
    max-width: 600px; /* 必要に応じてサイズ指定 */
    margin: auto;
  }

  .background-image {
    height: auto;
    width: 100%;
    display: block;
  }

  .text-overlay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1b4442;
    text-align: center;
    pointer-events: none; /* テキストをクリックできなくする場合 */
  }

  .text-overlay h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .text-overlay p {
    font-size: 18px;
    margin: 5px 0;
  }

  .cp-solution {
    background-color: #FC0614;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }

  .cp-solution img {
    display: inline-block;
    max-width: 100%;
  }

  .cp-s-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f3f3f3;
    padding: 10px 50px;
  }

/* section DESIGN */

/* service */

.service {
    text-align: center;
}

.service-inner {
    max-width: 480px;   /* 好きな幅でOK */
    margin: 0 auto;
}

.service img {
    max-width: 100%;
  }

.service-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 20px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.service-box-red {
    background-color: #FC0614;
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
    padding: 12px 18px;  
}

.service-box-w {
    background-color: #fff;
    color: #607d8b;
    padding: 12px 16px;
    font-size: 0.95em;
}

.service-box-w ul {
    list-style: none; /* デフォルトの点を消す */
    padding: 0;
    margin: 0;
  }

.service-box-w li {
    display: flex;
    align-items: flex-start; /* テキストとアイコンを上で揃える */
    gap: 8px;
    position: relative;
    padding-left: 1.8em; /* チェックの余白 */
    margin-bottom: 6px;
  }

.service-box-w li::before {
    content: "✔";
    left: 0;
    color: #FC0614;
    font-weight: bold;
  }

  .section-h1 {
    padding: 5px;
    color: #FC0614;
    font-size: 15px;
    font-family: "lato-regular";
    letter-spacing: 0.08em;
    width: auto;
    max-width: 100%;
}

.section-title {
    padding: 5px;
    color: #002f31;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: auto;
    max-width: 100%;
    font-family:"zen-kaku-gothic-new-bold" ;
    justify-content: flex-start;
}

.section-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b4442;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  /* PC */
  @media (min-width: 1024px) {
    .container {
      max-width: 1100px;
    }
  }

.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    flex-wrap: wrap;
    row-gap: 2em;
}

.box {
    width: 30%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    padding: 1em;
    box-sizing: border-box;
}

section.box figure a {
    transition: opacity 0.5s ease; /* スムーズなトランジション効果 */
}

section.box figure a:hover {
    opacity: 0.5; /* ホバー時の透明度を変更 */
}

section.box figure img:hover {
    transform: scale(1.1); /* ホバー時に画像を拡大 */
}

section.box figcaption {
    text-align: justify; /* キャプションを両端揃え */
    margin-top: 1em; /* 上に余白を追加 */
}

.plan {
    text-align: center;
    padding: 30px;
}

.plan-inner {
    padding: 10px;
}

.plan-main {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
   }
.plan-main th {
    padding: 10px;
    color: #fff;
    background: #1b4442;
    border: solid 1px #778ca3;
   }
.plan-main td {
    padding: 10px;
    border: solid 1px #778ca3;
   }

.option {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: #e0e0e0;
    }
.option tr:nth-child(2n+1) {
    background: #f3f3f3;
    }
.option th {
    padding: 10px;
    border: solid 1px #ffffff;
    background: #ffffff;
    color: #1b4442;
    }
.option td {
    padding: 10px;
    border: solid 1px #ffffff;
    }

    .qa-7 {
    max-width: 500px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

/* Strengths */
.strengths {
    text-align: center;
}

.strengths-inner {
    margin: 0 auto;
}

.strengths-inner img {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  /* PC */
  @media (min-width: 1024px) {
    .strengths-inner img {
      max-width: 1100px;
    }
  }

/* Example */

.example {
    text-align: center;
}

.ex-inner {
    margin: 0 auto;
}

.ex-h {
    padding-bottom: 20px;
}

/* FAQ */

.faq {
    text-align: center;
    padding: 30px;
}

.faq-inner {
    padding: 10px;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #1b4442;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #1b4442b3;
    border-right: 3px solid #1b4442b3;
    content: '';
    transition: transform .5s;
}

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

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    content: "A";
}

.qa-7 {
    max-width: 500px;
    margin: 0 auto 12px;
  }
  
  .qa-7 summary,
  .qa-7 p {
    text-align: left;
  }

/* How to */

.howto {
    text-align: center;
    padding: 30px;
}

.howto-inner {
    padding: 10px;
}

.howto img {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
  
  /* PC */
  @media (min-width: 1024px) {
    .howto img {
      max-width: 1100px;
    }
  }

/* Footer */
.footer {
    margin-top:30px;
}

.wrapper{
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.footer-inner {
    text-align: center;
    width: 100%;
    padding: 15px;
    bottom: 0;
    background-color: #FC0614;
}

.footer-copy {
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-size: xx-small;
}

.box img,
.service-box img,
.strengths-box img,
.plan-inner img {
  display: block;
  margin: 0 auto;
}