@charset "UTF-8";
/**********************
共通css
***********************/
body {
  background-color: #fff;
  color: #3d3e4c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  margin: 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

.content-wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 900px;
}

#content {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.SP-only {
  display: none;
}

.S-SP-only {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #fff;
  }
}
/**********************
ヘッダー
***********************/
header.header {
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 100%;
  z-index: 100;
}

.header-content {
  position: relative;
  width: 95%;
  min-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.logo-content {
  width: 20%;
  min-width: 200px;
  max-width: 350px;
}
.logo-content img {
  width: 100%;
  height: auto;
}

.contact-btn-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}

.contact-btn-area {
  padding: 10px 0;
}

.contact-btn-box {
  display: flex;
  gap: 5%;
  margin: auto;
  justify-content: space-between;
  width: 70%;
  max-width: 800px;
  align-items: center;
  padding: 20px 60px;
  background-color: #fff;
  border-radius: 9999px;
}

.contact-btn-box a {
  display: inline-block;
  line-height: 0;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .contact-btn-box a:hover {
    opacity: 0.7;
  }
}
.contact-btn-container.is-in {
  opacity: 0;
  visibility: hidden;
}

/**********************
トップビュー
***********************/
.top-content {
  height: 100%;
}

section.top-section {
  position: relative;
  height: calc(100vh - var(--vh));
  background-image: url(../images/top-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /**    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background-color: #4792c4;
      opacity: 0.7;
      clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }**/
}
section.top-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #4792c4;
  opacity: 0.7;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

/** 
.top-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #19afce;
    opacity: 0.8;
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}**/
.top-pc-img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 33%;
  max-width: 1000px;
}
.top-pc-img img {
  width: 100%;
  height: auto;
}

.top-catch-copy {
  position: absolute;
  top: 55%;
  left: 35%;
  translate: -50% -50%;
}
.top-catch-copy h1 {
  line-height: 150%;
  font-size: 55px;
  white-space: nowrap;
}
.top-catch-copy .text-stroke {
  position: relative;
  color: #29abe2;
}
.top-catch-copy .text-stroke span {
  color: #ffb600;
}
.top-catch-copy .text-bg {
  position: absolute;
  width: 100%;
  margin: 0;
  top: calc(50% + 1px);
  left: calc(50% + 0px);
  translate: -50% -50%;
  color: #fff;
  z-index: -1;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 10px;
  text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}
.top-catch-copy span {
  font-size: 75px;
}

/**********************
お悩み
***********************/
section.problem-section {
  background: linear-gradient(180deg, rgb(129, 230, 255) 10%, rgb(255, 255, 255) 35%);
  z-index: 0;
}

.problem-content {
  text-align: center;
  padding: 50px 0;
}

p.section-catch-copy {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  line-height: 160%;
}

span.text-yellow {
  font-size: 40px;
  color: #f0fc3d;
}

.relation-line {
  height: 50px;
  width: 3px;
  background: #fff;
  margin: 20px auto;
}

h2.problem-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 45px;
  font-weight: 900;
  color: #085572;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  line-height: 100%;
}

h2.problem-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 80%;
  width: 102%;
  height: 25%;
  background-color: #f0fc3d;
  opacity: 0.8;
  z-index: -1;
}

.problem-img-content {
  width: 75%;
  margin: 100px auto;
}

/**********************
お悩み解決
***********************/
section.resolution-section {
  position: relative;
}

.resolution-content {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}

.resolution-title-box {
  position: relative;
}

.resolution-title-box h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 35px;
  color: #085572;
}
.resolution-title-box h1 span {
  font-size: 45px;
}

.resolution-title-box h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -1em;
  margin-bottom: 10px;
  height: 100%;
  width: 25px;
  background-image: url(../images/text-decoration01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.resolution-title-box h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  height: 100%;
  width: 25px;
  background-image: url(../images/text-decoration02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.resolution-text-decoration {
  position: absolute;
  width: 200px;
  top: -150%;
  left: 60%;
}

.resolution-point-content {
  position: relative;
  background-image: url(../images/resolution-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resolution-point-content:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 200px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.resolution-point-box {
  padding: 200px 0;
}

ul.resolution-point-list {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 60px auto 20px;
  gap: 0 10%;
}

ul.resolution-point-list li {
  width: 45%;
}
ul.resolution-point-list li:nth-child(even) {
  margin-top: 15%;
}

.clip-content {
  position: absolute;
  bottom: 0;
  border-bottom: 200px solid #fff;
}

.clip-left {
  left: 0;
  border-right: 50vw solid transparent;
}

.clip-right {
  right: 0;
  border-left: 50vw solid transparent;
}

/**********************
販売例
***********************/
.example-catch-copy {
  text-align: center;
  margin: 100px auto 50px;
}
.example-catch-copy p {
  font-size: 30px;
  font-weight: bold;
  color: #085572;
  letter-spacing: 0.05em;
}
.example-catch-copy p .emphasis-text {
  position: relative;
  display: inline-block;
  font-size: 40px;
}
.example-catch-copy p .emphasis-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  opacity: 0.5;
  background-color: yellow;
  z-index: -1;
}
.example-catch-copy .question-mark {
  display: inline-block;
  line-height: 100%;
  height: 50px;
  vertical-align: bottom;
}
.example-catch-copy .question-mark img {
  height: 100%;
  width: auto;
}

/*==================================================
スライダーのためのcss
===================================*/
.example-content {
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}
.example-content .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.example-content .slider img {
  width: 60vw;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  max-width: 700px;
  height: auto;
}
.example-content .slider .slick-slide {
  transform: scale(0.8);
  /*左右の画像のサイズを80%に*/
  transition: all 0.5s;
  /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;
  /*透過50%*/
}
.example-content .slider .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}
.example-content .slick-prev,
.example-content .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 5px solid #666;
  /*矢印の色*/
  border-right: 5px solid #666;
  /*矢印の色*/
  height: 40px;
  width: 40px;
  z-index: 10;
}
.example-content .slick-prev {
  /*戻る矢印の位置と形状*/
  left: calc(50% - 34vw);
  transform: rotate(-135deg) skew(15deg, 15deg);
}
.example-content .slick-next {
  /*次へ矢印の位置と形状*/
  right: calc(50% - 34vw);
  transform: rotate(45deg) skew(15deg, 15deg);
}
.example-content .slick-prev:before,
.example-content .slick-next:before {
  display: none;
}
.example-content .slick-dotted.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.example-content .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.example-content .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.example-content .slick-dots li button:before {
  opacity: 1;
  color: #ddd;
  z-index: -1;
}
.example-content .slick-dots button {
  position: relative;
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}
.example-content .slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}
.example-content .slick-dots li button:before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

/**********************
納品までの流れ
***********************/
.flow-section {
  background-image: url(../images/flow-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h2.flow-title {
  text-align: center;
  font-size: 45px;
  padding-top: 100px;
  margin: 0;
}

.flow-img-content {
  width: 100%;
  margin: 80px auto;
}

.flow-text {
  text-align: center;
  padding-bottom: 100px;
}
.flow-text p {
  font-size: 25px;
  font-weight: bold;
  color: #C9151D;
}

/**********************
よくある質問
***********************/
.contact-area-bg {
  background-image: linear-gradient(180deg, rgb(117, 229, 255) 0%, rgba(255, 255, 255, 0) 70%);
}

.FAQ-content {
  padding: 100px 0 60px;
}

h2.FAQ-title {
  width: 50%;
  margin: auto;
}

.accordion_area.gutter {
  max-width: 1000px;
  margin: 60px auto;
  padding: 2.5rem 0;
  background-color: #fff;
}

.accordion_area .accordion_one .ac_header {
  border-image-slice: 1;
  padding: 1.5rem 4rem 1rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  opacity: 0.7;
}

.accordion_area .accordion_one .ac_header.open {
  margin: 0;
}

.accordion_area .accordion_one:last-child .ac_header.open {
  padding-bottom: 1rem;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 30px;
  height: 30px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 5px solid #9fddff;
  width: 30px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 5px solid #9fddff;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 12px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0.5rem 4rem 2rem 2rem;
  box-sizing: border-box;
  background-color: #fff;
}

/*=========
  faq
  =========*/
.p-faq__headinner::before,
.p-faq__bodyinner::before {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-faq__headinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  font-size: 45px;
  font-weight: bold;
  top: 50%;
  translate: 0 -50%;
  color: #FF0000;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 25px;
  font-weight: bold;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  font-size: 45px;
  font-weight: bold;
  top: 50%;
  translate: 0 -50%;
  color: #00CFFF;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 25px;
  font-weight: bold;
}

.p-faq__a-txt a {
  font-size: 18px;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .p-faq__a-txt a:hover {
    color: #f01d4f;
    opacity: 0.6;
    text-decoration: none;
  }
}
/***********************
ページトップボタン
***********************/
#page_top {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5%;
  bottom: 10px;
  background: #29abe2;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  #page_top a:hover {
    opacity: 0.7;
  }
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  margin: auto;
  text-align: center;
  translate: -50% -50%;
}

/***********************
フッター
***********************/
.footer {
  background-color: transparent;
  width: 100%;
  color: inherit;
}

.footer-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 30px 0;
  text-align: center;
}

/*--------------------------------------
--------------------------------------
画面サイズが1150以上
--------------------------------------
--------------------------------------*/
@media screen and (min-width: 1150px) {
  /***********************
  販売例
  ***********************/
  .example-content .slick-prev {
    /*戻る矢印の位置と形状*/
    left: calc(50% - 400px);
  }
  .example-content .slick-next {
    right: calc(50% - 400px);
  }
}
/*--------------------------------------
--------------------------------------
画面サイズが1150以下
--------------------------------------
--------------------------------------*/
@media screen and (max-width: 1150px) {
  /***********************
  ヘッダー
  ***********************/
  .top-catch-copy {
    position: absolute;
    top: 55%;
    left: 5%;
    translate: 0 -50%;
  }
  .top-catch-copy h1 {
    font-size: min(4.78vw, 55px);
  }
  .top-catch-copy span {
    font-size: min(6.52vw, 75px);
  }
}
/*--------------------------------------
--------------------------------------
画面サイズが768以下
--------------------------------------
--------------------------------------*/
@media screen and (max-width: 768px) {
  /**********************
  共通css
  ***********************/
  .PC-only {
    display: none;
  }
  .SP-only {
    display: inline-block;
  }
  /**********************
  ヘッダー
  ***********************/
  .contact-btn-container {
    background-color: unset;
    padding: 0;
  }
  .contact-btn-box {
    width: 98%;
    gap: 2%;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 5px;
  }
  .contact-btn-area {
    padding: 0;
  }
  /**********************
  トップビュー
  ***********************/
  .top-catch-copy {
    width: -moz-fit-content;
    width: fit-content;
    top: 40%;
    left: 50%;
    translate: -50% -50%;
  }
  .top-catch-copy h1 {
    font-size: 6.67vw;
  }
  .top-catch-copy span {
    font-size: 8vw;
  }
  .top-pc-img {
    translate: -50% 0;
    width: 50%;
    min-width: 250px;
  }
  /**********************
  お悩み
  ***********************/
  section.problem-section {
    background: linear-gradient(180deg, rgb(129, 230, 255) 15%, rgb(255, 255, 255) 60%);
  }
  p.section-catch-copy {
    font-size: min(6.04vw, 30px);
    line-height: 1.5;
  }
  span.text-yellow {
    font-size: min(7.25vw, 40px);
  }
  h2.problem-title {
    font-size: min(8.45vw, 45px);
  }
  .problem-img-content {
    width: 100%;
    margin: 60px auto;
  }
  /**********************
  お悩み解決
  ***********************/
  .resolution-content {
    position: relative;
    top: auto;
    left: auto;
    translate: 0 0;
  }
  .resolution-title-box h1 {
    font-size: min(6.04vw, 30px);
    text-align: center;
    line-height: 1.5;
  }
  .resolution-title-box h1:before {
    margin: 0;
    left: 10%;
    translate: 0 -25%;
  }
  .resolution-title-box h1::after {
    margin: 0;
    right: 10%;
    translate: 0 -25%;
  }
  .resolution-title-box h1 span {
    font-size: min(8.45vw, 45px);
  }
  .resolution-text-decoration {
    width: 180px;
    top: -30%;
    left: auto;
    right: 0;
    translate: 0 -50%;
  }
  .resolution-point-content:before {
    height: 60px;
  }
  .resolution-point-box {
    padding: 100px 0;
  }
  ul.resolution-point-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  ul.resolution-point-list li {
    width: 70%;
    margin: auto;
  }
  ul.resolution-point-list li:not(:first-child) {
    margin: 15% auto 0;
  }
  .clip-content {
    border-bottom: 60px solid #fff;
  }
  /**********************
  販売例
  ***********************/
  .example-catch-copy p {
    font-size: min(6.04vw, 30px);
  }
  .example-catch-copy p .emphasis-text {
    font-size: min(8.45vw, 45px);
  }
  .example-content .slider {
    width: 100%;
  }
  .example-catch-copy .question-mark {
    height: 35px;
  }
  .example-content .slider img {
    width: 70vw;
  }
  .example-content .slick-prev,
  .example-content .slick-next {
    display: none !important;
  }
  .example-content .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .example-content .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .example-content .slick-dots li button:before {
    line-height: 10px;
    width: 10px;
    height: 10px;
  }
  /**********************
  納品までの流れ
  ***********************/
  h2.flow-title {
    font-size: min(8.45vw, 45px);
    padding-top: 80px;
  }
  .flow-img-content {
    width: 100%;
    margin: 50px auto;
  }
  .flow-text p {
    font-size: min(4.83vw, 25px);
  }
  .flow-text {
    padding-bottom: 80px;
  }
  /**********************
  よくある質問
  ***********************/
  h2.FAQ-title {
    width: 75%;
  }
  .accordion_area.gutter {
    padding: calc(1.5rem - 15px) 0 1.5rem;
    margin: 40px auto;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 20px 30px 10px 10px;
  }
  .accordion_area .accordion_one:last-child .ac_header.open {
    padding-bottom: 10px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 20px 10px 10px 10px;
  }
  .p-faq__headinner {
    padding-left: 2.5em;
  }
  .p-faq__headinner::before,
  .p-faq__bodyinner::before {
    font-size: min(8.45vw, 35px);
  }
  .p-faq__headinner p.p-faq__q-txt,
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: min(4.35vw, 20px);
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 10px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 3px solid #9fddff;
    width: 20px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 3px solid #9fddff;
    height: 20px;
    right: 8.5px;
  }
}/*# sourceMappingURL=my-custom.css.map */