@charset'utf-8';
/* メディアクエリ
@media screen and (min-width: 520px~959px) {}

@media screen and (min-width: 960px) {} */

/* リセットcss ---------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 共通設定 ------------------------------------*/
:root {
  /*　作り方 
  --primary-color: #1b9aaa; 
  　　指定方法
  color: var(--primary-color); */
  --primary-color: rgba(242, 242, 242, 0.8);
  --secondary-color: #808080;
  --accent-color: #337AB7;
}

body,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #333;
}

h2 {
  font-family: haboro-soft-condensed, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

ul li a {
  font-family: haboro-soft-condensed, sans-serif;
  font-weight: 200;
  font-style: normal;
}

h3 {
  font-size: 1.4rem;
  font-weight: normal;
}

img {
  width: 100%;
}

/* ブロックごとの上下・余白調整 ////////////////*/
.concept {
  margin: 3rem 0 0;
}

.product {
  /* top 3rem空いている */
  margin: 0 0 3.5rem;
}

.faq {
  margin: 0 0 3.5rem;
}

/* メディアクエリ ////////////*/
@media screen and (min-width: 521px) {
  .concept {
    margin: 5rem 0 0;
  }

  /* top 5rem空いている */
  .product {
    margin: 0 0 6rem;
  }

  .faq {
    margin: 0 0 6rem;
  }
}

@media screen and (min-width: 960px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }

  h3 {
    font-size: 1.9rem;
  }

  .concept {
    margin: 7rem 0 0;
  }

  /* top 6.5rem空いている */
  .product {
    margin: 0 0 7.5rem;
  }

  .faq {
    margin: 0 0 7.5rem;
  }
}

/* ハンバーガー --------------------------------*/
/* ロゴ画像 */
.header_logo {
  position: fixed;
  top: 1.3rem;
  left: 0.8rem;
  width: 5.5rem;
  max-width: 8rem;
  z-index: 400;
}

#nav-input {
  display: none;
}

#nav-content {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 500;
  width: 100%;
}

.nav ul {
  background: rgba(255, 255, 255, 0.93);
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav ul li {
  list-style: none;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

#nav-input:checked~#nav-content {
  left: 0;
}

/* ハンバーガーメニュー btnの× /*/
.nav-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0.5rem;
  right: 0.3rem;
  z-index: 600;
}

.nav-btn span,
.nav-btn::before,
.nav-btn::after {
  width: 30px;
  height: 1.5px;
  background-color: #333;
  display: block;
  text-indent: 100%;
  /* 字下げプロパティ */
  white-space: nowrap;
  overflow: hidden;
  /* boxからはみ出た要素を回り込ませる */
  position: absolute;
  top: 50%;
  left: 5px;
  transition: 0.4s;
}

/* 1本線から3本線へ */
.nav-btn::before,
.nav-btn::after {
  content: "";
}

.nav-btn::before {
  transform: translateY(-9px);
}

.nav-btn::after {
  transform: translateY(9px);
}

#nav-input:checked~.nav-btn span {
  transform: scaleX(0);
}

#nav-input:checked~.nav-btn::before {
  transform: rotate(40deg);
}

#nav-input:checked~.nav-btn::after {
  transform: rotate(-40deg);
}

/* メディアクエリ ///////////////*/
@media screen and (min-width: 960px) {
  .header_logo {
    top: 3.6rem;
    left: 5rem;
    width: 5.5rem;
  }

  .nav-btn {
    top: 3rem;
    right: 5rem;
  }

  .nav ul li {
    margin-bottom: 1.8rem;
  }

  /* ホバー時の挙動 */
  .header_logo:hover,
  .nav-btn:hover,
  .nav ul li a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/* mv  -----------------------------------------*/
.mv img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  /* バーンアウト効果 */
  animation: anime 1.5s 0s both alternate-reverse 1;
}

@keyframes anime {
  0% {
    opacity: 1;
    filter: brightness(100%);
  }

  100% {
    opacity: 0;
    filter: brightness(500%);
  }
}

/* concept  -----------------------------------*/
.concept {
  max-width: 125rem;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  padding: 0 2rem;
}

.wrapper {
  max-width: 65rem;
  /* margin: 0 auto; */
}

.wrapper h3,
.wrap h3 {
  margin-bottom: 1rem;
}

.wrapper p {
  padding-right: 1rem;
  padding-bottom: 4rem;
}

/* brタグを非表示にする*/
.wrapper p br,
.text_right br {
  display: none;
}

.skin {
  margin-top: 3rem;
  text-align: left;
  position: relative;
}

.box_right {
  width: 85%;
  margin-left: auto;
  background-color: var(--primary-color);
}

/* broken_right */
.broken_right {
  text-align: right;
  position: relative;
}

.broken_right img {
  width: 90%;
  max-width: 50rem;
  position: relative;
  top: -4rem;
}

.wap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 5.5rem;
  width: fit-content;
  margin-left: auto;
}

.wap h3,
.wap p {
  margin-left: 2rem;
  padding-right: 1.5rem;
}

/* ボタンの作成 */
.btn_decoration {
  position: relative;
  right: 2.5rem;
  bottom: 0rem;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 3rem;
  padding: 0 0 0 3rem;
  margin: 2rem 3rem 0 4.5rem;
  z-index: 100;
}

/* 丸の作成 */
.btn_decoration::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: -1;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--accent-color);
  border-radius: 50%;
  transition: .3s ease-out;
}

/* 矢印の作成 */
.btn_decoration::after {
  position: absolute;
  content: '';
  top: 42.5%;
  right: -1.5rem;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
}

/*クリックした時の指定 faqボタンも共通*/
.btn_decoration:active,
.btn_decoration_ct:active {
  color: white;
}

.btn_decoration:active::before,
.btn_decoration_ct:active::before {
  width: 10.6rem;
  border-radius: 2rem;
  transition: none;
}

.btn_decoration:active::after,
.btn_decoration_ct:active::after {
  border-top: 1.5px solid white;
  border-right: 1.5px solid white;
}

/* broken_left */
.broken_left {
  width: 35%;
  max-width: 26rem;
  position: relative;
  top: -3rem;
}

/* メディアクエリ /////////////*/
@media screen and (min-width: 521px) and (max-width:959px) {
  .wrapper {
    padding: 0;
    padding-left: 4rem;
  }

  .wrapper h3,
  .wap h3 {
    margin-bottom: 1.3rem;
  }

  .wrapper p {
    padding-right: 0;
  }

  .wap {
    padding-bottom: 8.5rem;
  }

  .wap h3,
  .wap p {
    padding-right: 4rem;
  }

  /* brタグを表示にする*/
  .wrapper p br,
  .text_right br {
    display: block;
  }

  .broken_left {
    top: -5rem;
  }
}

@media screen and (min-width: 960px) {
  .wrapper {
    padding: 0;
    padding-left: 7rem;
  }

  .wrapper h3,
  .box_right h3 {
    margin-bottom: 1.3rem;
  }

  /* brタグを表示にする*/
  .wrapper p br,
  .text_right br {
    display: block;
  }

  .wap {
    padding-bottom: 11.5rem;
  }

  .wap h3,
  .wap p {
    padding-right: 7rem;
  }

  .broken_left {
    top: -6.5rem;
  }

  /* ホバー時の挙動　faqボタンも共通*/
  .btn_decoration:hover,
  .btn_decoration_ct:hover {
    color: white;
  }

  .btn_decoration:hover::before,
  .btn_decoration_ct:hover::before {
    width: 10.6rem;
    border-radius: 2rem;
  }

  .btn_decoration:hover::after,
  .btn_decoration_ct:hover::after {
    border-top: 1.5px solid white;
    border-right: 1.5px solid white;
  }
}

/* product  ------------------------------------*/
.product {
  padding: 0 3rem;
}

.all-item {
  max-width: 65rem;
  margin: 0 auto;
}

.item {
  margin-bottom: 5.5rem;
}

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

.number {
  font-weight: lighter;
}

.item p {
  margin: 1rem 0;
  font-size: 1.1rem;
}

.item_bd {
  width: fit-content;
  border: 1px solid #333;
  padding: .2rem 0.5rem;
  border-radius: 0.2rem;
}

.item button {
  width: 100%;
  padding: .5rem 0;
  background: var(--secondary-color);
  border: none;
  border-radius: 0.2rem;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
}

/*　★slicでスライドショー ////////////*/
.scroll_img {
  display: none;
}

/* メディアクエリ //////////*/
@media screen and (min-width: 521px) and (max-width:959px) {
  .product {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 960px) {
  .product {
    padding: 0 6rem;
  }

  .all-item {
    display: flex;
    justify-content: center;
  }

  .item {
    margin-bottom: 0;
    margin-right: 5rem;
  }

  .item:last-child {
    margin-right: 0;
  }

  /* ホバー時の挙動 */
  .item button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* faq  ----------------------------------------*/
.faq {
  padding: 0 3rem;
}

/* グレーの背景・80％ /////////*/
.faq h2 {
  padding: 1.5rem 0;
  border-image: linear-gradient(rgba(242, 242, 242, 0.8), rgba(242, 242, 242, 0.8)) fill 0 //0 0px 0 100vw;
}

.inner {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto 3rem;
}

.inner dl {
  padding: 1.2rem;
  border-top: 1px solid #808080;
}

dl:last-child {
  border-bottom: 1px solid #808080;
}

dl dt {
  position: relative;
  cursor: pointer;
  /* ボタンが文字に被らないように指定↓ */
  padding-right: 1.9rem;
  font-size: 1.2rem;
}

dt::before {
  content: "＋";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #337ab7;
  color: white;
  transition: 0.4s;
}

dl.open dt::before {
  content: "－";
}

dl dd {
  display: none;
  margin-top: 1rem;
  font-size: 1rem;
}

/* ボタンの作成 */
.btn_decoration_ct {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 0 0 3rem;
  margin-right: 3rem;
  line-height: 3rem;
}

/* 丸の作成 */
.btn_decoration_ct::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: -1;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--accent-color);
  border-radius: 50%;
  transition: .3s ease-out;
}

/* 矢印の作成 */
.btn_decoration_ct::after {
  position: absolute;
  content: '';
  top: 42.5%;
  right: -1.5rem;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  /* vertical-align: middle; */
}

.btn_ct {
  text-align: center;
}

/* メディアクエリ ////////////*/
@media screen and (min-width: 521px) and (max-width:959px) {
  .faq {
    padding: 0 4rem;
  }

  dl dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .faq {
    padding: 0 6rem;
  }

  .inner {
    margin: 0 auto 4rem;
  }

  dl dt {
    font-size: 1.9rem;
  }
}

/* footer  -----------------------------------*/
footer {
  background: var(--secondary-color);
  max-width: 100%;
  color: white;
}

footer a {
  color: white;
}

/* 画像を白に変更 */
footer img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.container {
  padding: 3.5rem 3rem 2rem;
  max-width: 60rem;
  margin: 0 auto;
}

.footer_logo_center {
  text-align: center;
  margin-bottom: 2rem;
}

.footer_logo img {
  width: 6.5rem;
}

.footer_nav ul {
  list-style: none;
}

.footer_nav ul li {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.sns {
  text-align: right;
}

.sns img {
  width: 1.7rem;
  margin: 0.6rem 0 0.6rem 0.5rem
}

.company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.company a {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

.company a:first-child {
  margin-left: 0;
}

.copyright {
  text-align: center;
  font-size: 0.7rem;
}

/* メディアクエリ /////////////*/
@media screen and (min-width: 521px) {

  /* ホバー時の挙動 */
  footer a:hover {
    opacity: 0.6;
  }

  .footer_nav ul {
    display: flex;
    justify-content: space-around;
    max-width: 40rem;
    margin: 0 auto;
  }

  .sns {
    text-align: center;
  }

  .sns img {
    width: 1.5rem;
    margin: 0.5rem 0 1.4rem 0.5rem;
  }

  .company {
    margin-bottom: 0.5rem;
  }
}