@charset "UTF-8";

html {
    font-size: 10px;
    }
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
  @media screen and (max-width: 849px) {
    html {
      font-size: calc(10 * (100vw / 850));
    }
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
  }
  body{
    /*max-width: 1920px;*/
    width: 100%;
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    color: #141414;
    font-style: normal;
    box-sizing: border-box;
    background-color: #e7f4fc;
  }
  @media screen and (max-width: 849px) {
    body{
        max-width: 850px;
        width: 100%;
    }
  }
  h1,h2,h3,h4,div.Q_A,.sec_kv {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    color: #141414;
    font-style: normal;
    font-weight: bold;
  }

  @media screen and (min-width: 860px) {
	  body {
		  background: #e7f4fc;
		  
	  }
	  
}

  /**/
  .content_wrap{
    position: relative;
  }
  .pc_bg_wrap{
    width: 100%;
    position: fixed;
    z-index: 0;
    pointer-events: auto;
  }
  .pc_bg{
    display: flex;
    justify-content: center;
  }

  .right_bg_box, .left_bg_box {
    background-color: #e7f4fc;
    width: 25.15%;
    max-width: 39rem;
    margin: 0;
    /* padding-top: 2rem; */
    display: flex;
    flex-wrap: wrap;
}
  .pc_space {
    max-width: 690px;
    width: 46%;
}
  .bg_box_img{
	  background: #e7f4fc;
  }
  .bg_img {
    max-width: 43rem;
    width: 84%;
    margin: 0 auto 1.5rem;
  }
  .bg_btn_box{
     background-color: #15bf9f;
    padding: 3rem 0;
    width: 25.15%;
    position: fixed;
    bottom: 0;
    max-width: 390px;
  }
  .bg_btn{
    /* position: relative; */
  }
  .bg_btn a{
     display: block;
    width: 81.92%;
    text-align: center;
    margin: 0 auto;
    text-decoration-line: none;
    position: relative;
  }
  .bg_btn a span{
    font-size: calc(22 * (100vw / 1920));
  }
  .bg_btn a img.hb_off{
    opacity: 1;
    transition: 0.3s;
  }
  .bg_btn img {
    /*width: 30rem;*/
	  width: 100%;
  }
.bg_btn a img.hb_on {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}
  .bg_btn a img.hb_off:hover{
    opacity: 0;
    transition: 0.3s;
  }
  .bg_btn a img.hb_on:hover{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s;
  }
@media screen and (max-width: 849px){
  .sp_btn{
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
  .main_wrap{
    position: relative;
    top: 0;
    margin: 0 auto;
    max-width: 690px;
    width: 46%;

  }
  div.main_inn_wrap {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
  }
  @media screen and (max-width: 849px){
      .main_wrap{
          width: 100%;
          max-width: 849px;
          margin-bottom: 28rem;
      }
      div.main_inn_wrap{
      width: 100%;
    }
  }
  .kv_txt{
    letter-spacing: 1.5;
    padding: calc(22 * (100vw / 1920));
    text-align: center;
    background-color: #1b1564;
    color: #FFF;
    font-size: 3.9rem;
  }
  .kv_txt p{
      line-height: 1.3;      
  }
  .kv_txt p span {
    font-size: 5.8rem;
  }
@media screen and (max-width: 849px){
    .kv_txt{
        padding: calc(34 * (100vw / 860));
        font-size: calc(51*(100vw / 860));
      }
}
  .sec01{
    background-color: #fff;
    padding-bottom: 5.5rem;
  }
  .sec01 h2{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /*font-size: calc(42 * (100vw / 1920));*/
	font-size: 4rem;
    text-align: center;
    margin: 8rem 0 7rem;
  }
@media screen and (max-width: 849px){
    .sec01 h2{
        font-size: calc(52*(100vw / 860));
    }
}
  .sec_box {
    width: 92.55%;
    background-color: #FFF;
    border-radius: 13px;
    border: 1px solid #eb0000;
    margin: 0 auto;
    padding: 3.6rem 3rem 0;
  }
  .sec01 h3{
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 3.3rem;
    text-align: center;
  }
  span.text_icon {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    display: block;
    width: 12rem;
    font-size: 2.6rem;
    letter-spacing: 1;
    color: #FFF;
    background-color: #EB0000;
    border-radius: 3.55rem;
    margin: 0 auto;
  }
  .sec_box h4 {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    margin-bottom: 2rem;
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.36;
    color: #141414;
  }
@media screen and (max-width: 849px){
    span.text_icon {
      width: calc(150*(100vw / 860));
      font-size: calc(33*(100vw / 860));
  }
    .sec_box h4 {
      font-size: calc(35*(100vw / 860));
  }
    
    
}
  .sec_txt {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1.3;
    text-align: left;
    color: #141414;
  }
  .sec_box .line {
    margin-top: 2.8rem;
    margin-bottom: 4.3rem;
    border-bottom: 1px solid #eb0000;
  }
  .sec_box .line:last-child{
    border-bottom:none;
    margin-bottom: 0;
  }
.sec02{
    background-color: #CFF2EC;
    padding-bottom: 5.8rem;
  }
  .sec02 h2{
    font-family:"ヒラギノ角ゴ ProN W9", HiraKakuProN-W9, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 7.5rem 0;
    font-size: 4rem;
    text-align: center;
    letter-spacing: -1px;
  }
  .sec02 .sec_box{
    border: none;
  }
  .sec02 ul{
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    list-style: none;
    font-weight: normal;
    border-bottom: #707070 solid 1px;
    margin-top: 6rem;
    
  }
.sec_box ul:first-child{
    margin-top: 0;
}
  .sec_box ul:last-child{
    border-bottom: none;
  }
  .Q_icon:before{
    content: 'Q.';
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #eb6868;
    margin-left: -1.5em;
    padding-right: 1rem;
  }
  .A_icon:before{
    content: 'A.';
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    color: #15bf9f;
    margin-left: -1.5em;
    padding-right: 1rem;
  }
  .sec_box .sec02_Q {
    font-weight: bold;
    font-size: 2.7rem;
    color: #141414;
    /*margin-top: 6rem;*/
    margin-bottom: 2rem;
  }
.sec_box .sec02_Q:first-child{
    margin-top: 0;
}
  .sec_box .sec02_A {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    color: #141414;
    padding-bottom: 3rem;
    letter-spacing: 1;
    
  }
    
.footer_line {
    border-top: 1px solid #919191;
}
.footer_line p{
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
}

/**/
.right_bg_box, .left_bg_box {
  position: relative; /* 擬似要素の位置を基準にするため */
  width: 25.15%; /* 幅を25.15%に設定 */
  max-width: 39rem; /* 最大幅を39remに設定 */
  margin: 0;
  /* padding-top: 4.5rem; */
  display: flex;
  flex-wrap: wrap;
  background-color: #e7f4fc; /* 元の背景色をコメントアウト */
}

.bg_box_img {
  position: relative; /* 擬似要素の位置を基準にするため */
  width: 100%;
  height: auto; /* 高さは自動に */
}

.bg_btn_box::before {
    content: "";
    position: absolute;
    top: 0%;
   /* left: -160%;
    width: 600%;*/
    height: 100%;
    background-color: #15bf9f;
    z-index: -1;
}

.right_bg_box .bg_btn_box::before{
	left: -600%;
	width: 600%;
}


.left_bg_box .bg_btn_box::before {
	left: 0%;
	width: 630%;
}


@media screen and (max-width: 849px){
    .sec01 h3 {
      font-size: calc(43*(100vw / 860));
    }
    .sec_box{
        border-radius: 1vw;
    }
    .sec02 h2{
        font-size: calc(53*(100vw / 860));
        padding: calc(85*(100vw / 860)) 0;
    }
    .sec02 ul{
        padding-inline-start: 8vw;
    }
    .kv_txt p span {
        font-size: 8.45vw;
    }
    .sec_txt {
        font-size: calc(28*(100vw / 860));
    }
    .sec_box .sec02_Q{
        font-size: calc(35*(100vw / 860)); 
    }
    .sec_box .sec02_A{
        font-size: calc(28*(100vw / 860));
    }
    .footer_line p {
        font-size: calc(32*(100vw / 860));
    }
    .Q_icon:before{
       font-size: calc(38*(100vw / 860)); 
    }
    .A_icon:before{
       font-size: calc(38*(100vw / 860)); 
    }

}


.pc_bg_wrap {
    width: 100%;
    position: fixed;
    z-index: 0;
    pointer-events: auto;
    height: calc(100vh - 185px);
    align-items: center;
    display: grid;
    /*transform: translateY(-1vh); */
}
