@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  margin: 0 auto;

}
/*リンク文字の設定*/
a {
  text-decoration: none;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-image: url("../images/bg_main.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top left;

}
/*記事(ボディ)エリア*/
.article {
  font-size: 1.7em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

/*カラム全体の幅を変更する*/
.article, .top_image_in {
  max-width: 640px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}



/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
    opacity : 0;
    transform: translateY(10px);
    transition: all 2s;
}

/*左からフェードイン*/
.fadeinleft {
    opacity : 0;
    transform: translateX(-40px);
    transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
    opacity : 0;
    transform: translateX(40px);
    transition: all 1.5s;
}




/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image_in img {
  width: 100%;
}

.pc_img { display: block !important; }
.sp_img { display: none !important; }


.top_cta {
  background-image: url("../images/bg_topcta.jpg");

}

.ctn_vimeo {
  margin-top: 240px;
  max-width: 950px; 
  position: relative;
}


.tit_doctorsvoice {
position: absolute; 
top: -65%; 
left: 0;
 width: 100%;
  height: 100%; 
  object-fit: contain; 
  z-index: 2;
}

.mp4_doctor {
    width: 100%;
   padding-top: 56.25%;
}



/*--------------------------------------------------
CTA設定
-----------------------------------------------------*/

.box_cta {
    background-color: #fff;
    padding: 0 0.5em 2em;
}

.box_cta p {
  color: #595757;
}

.sec_cta_5tokuten {
  background-image: url("../images/bg_cta_5tokuten.jpg");
    padding: 0 0 1em;
}
.btn_ani {
  display: block; /* 中央揃えのために必要 */
  margin: 0 auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  cursor: pointer;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

/*--------------------------------------------------
5大リスク徹底対抗
-----------------------------------------------------*/
.sec_taikou {
background-color: #fff;
padding: 1em;
}

.tetteitaikou {
  width: 90%;
  margin: 2em auto 0;

}
.graf_5risk {
  width: 90%;
  margin: 0 auto;
}
.tappurihaigou {
  width: 80%;
  margin: 2em auto ;
}

.sec_big3 {
  position: relative;
}

.graf_4bai {
  position: absolute;
  width: 88%;
  left: 6%;
  bottom: 1%;

  /* aspect-ratio が効かない場合 */
  height: auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9の比率 */
}

.graf_4bai video {
  position: absolute;
  top: 0;
   left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ctn_sayou {
  background-color: #fff;
  padding: 0 0 1em;

}

.graf_sayou {
  width: 90%;
 margin: 0 auto;
}



/*--------------------------------------------------
faq
-----------------------------------------------------*/
.sec_faq {
  background-image: url("../images/bg_houganshi.jpg");
    padding: 2em 0;
}

/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
h2 {
  font-weight: 600;
  text-align: center;
  font-size: 2em;
  margin: 1em 0;
  padding: 0;
}
.accordion {
    max-width: 97%;
    text-align: left;
    margin: 0 auto;
}



/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1.5em 2em 1.5em 1em;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    border-bottom: 2px solid #000;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #bda178;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px;
    font-weight: 600;

}
.img_answer {
  width: 95%;
  margin: 10px auto 0;
}

.box_anhon_answer {
  background-color: #ebe3d6;
  padding: 15px 10px;
}

/*-----------------------------------
右側固定メニュー（横長ボタン縦並び）中央寄せ版
-----------------------------------*/

.side-fixed-menu {
  position: fixed;
  top: 5%;
  left: calc((100% + (50% + 320px)) / 2); /* 画面右端と中央カラム右端の中間 */
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;

}


.side-fixed-menu-li {
  display: flex;
  align-items: center;
  background-color: #000;
  padding: 10px 16px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
   width: 380px;      /* 左の画像と同じ幅に */
  justify-content: center; /* 中央揃え */
}

.side-fixed-menu-img {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.side-fixed-menu-img img {
  max-width: 380px; /* 左側の画像と同じ */
  height: auto;
}


.side-fixed-menu a {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}

.side-fixed-menu-li:hover {
  background-color: #bda178;
}

@media screen and (max-width: 767px) {
  .side-fixed-menu {
    display: none;
  }
}



/*-----------------------------------
左側固定画像
-----------------------------------*/

.side-fixed-left {
  position: fixed;
  top: 5%;
  left: calc((50% - 320px) / 2); /* 画面左端と中央カラム左端の中間 */
  transform: translateX(-50%);   /* 要素の中央基準に揃える */
  z-index: 999;
}

.side-fixed-left-img {
  max-width: 380px;
}

.side-fixed-left-img {
  padding: 0 1em;
}

.fixed-hidden {
  display: none !important;
}


/* モバイルでは非表示に */
@media screen and (max-width: 1224px) {
  .side-fixed-left,
  .side-fixed-menu {
    display: none;
  }
}

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
#fix_btn {
        display: none!important;
    }
        
      /*--------------------------------------------------
フォーム全体
-----------------------------------------------------*/
     
#form {
        margin: 0 auto;
    }
  


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #eee;
  padding: 2em 0em ;
  text-align: center;
  font-size: 1.4em;
    color: #3E3A39;
}

.footer a {
    color: #3E3A39;
}

