@charset "UTF-8";

/* ==========================================================================
   Base
   ======================================================================= */
* {
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  color: #707070;
  /* background: #f8f8f8; */
}

@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
  }
}


img {
  max-width: 100%;
  /* border: 0; */
  vertical-align: bottom;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 761px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
}


@media screen and (min-width: 761px) {
  .img_sp {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .img_pc {
    display: none;
  }
}

a {
  text-decoration: none;
  color: rgb(88, 88, 95);
}

a,
li {
  padding-bottom: 5px;
  list-style: none
}

/* ==========================================================================
   Layout
   ======================================================================= */

/*1:header
-------------------------------------------*/
/*2:footer
-------------------------------------------*/
@media screen and (min-width: 767px) {
  #wrap {
    margin: 0 auto;
  }
}

/*---------------------------------------------
footer
 -----------------------------------------------*/


/* ==========================================================================
   page
   ======================================================================= */
/*---------------------------------------------
fv
 -----------------------------------------------*/
.fv_top {
  position: relative;
}

/* #fv {
  padding: 0 2vw;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  #fv {
    padding: 20px 20px;
  }
} */

/* .fv__tit {
  margin: 3.5%;
}
@media screen and (min-width: 767px) {
  .fv__tit {
    width: 720px;
    margin: 0;
  }
}
@media screen and (min-width: 761px) {
  .fv__tit_sp {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .fv__tit {
    display: none;
  }
} */

.inner {
  margin: 0 auto;
  padding-bottom: 35px;
  width: 950px;
}

@media screen and (max-width: 760px) {
  .inner {
    margin: 0 auto;
    /* padding: 0 10px; */
    width: 100%;
  }
}



.inner_sec {
  padding-left: 20px;
}

@media screen and (max-width: 760px) {
  .inner_sec {
    padding-left: 14px;
  }
}


.post-index {
  border: 1px solid #707070;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: 40px;
  margin-bottom: 20px;

}


/*---------------------------------------------
font
 -----------------------------------------------*/

/* スマホの時だけ改行させるクラス */
.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
.br-pc {
  display: none;
}

@media (min-width: 761px) {
  .br-pc {
    display: block;
  }
}

h2 {
  font-size: 25px;
  font-weight: 800;
  /* margin-bottom: 1rem; */
  /* padding: 0.2rem; */
}

@media screen and (min-width: 761px) {
  h2 {
    font-size: 39px;
  }
}

@media screen and (max-width: 760px) {
  h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5;
    /* margin-bottom: 1rem; */
    /* padding: 0.2rem; */
  }
}

h3 {
  font-size: 22px;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  /* padding: 0.2rem; */
  background: linear-gradient(transparent 90%, #74D7FC 85%);
  display: inline-block;
}

@media screen and (max-width: 760px) {
  h3 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    /* padding: 0.2rem; */
    background: linear-gradient(transparent 90%, #74D7FC 85%);
    display: inline-block;
  }
}

p {
  font-size: 16px;
}

@media screen and (min-width: 761px) {
  p {
    font-size: 18px;
  }
}


.title_text {
  text-align: center;
  margin-top: 1rem;
}

.title_text_s {
  text-align: center;
}

.sec_text {
  margin: 30px 0;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 760px) {
  .sec_text {
    font-size: 16px;
  }
}

.sec_con p {
  font-weight: 600;
  padding: 20px 10px 10px 10px;
  line-height: 1.8rem;
}

@media screen and (min-width: 761px) {
  .sec_con p {
    margin: 0 auto;
    /* max-width: 80%; */
    font-size: 18px;
  }
}



/*---------------------------------------------
span
 -----------------------------------------------*/
.big {
  font-weight: bolder;
  font-size: 35px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media screen and (min-width: 761px) {
  .big {
    font-size: 50px;
  }
}

.bold_orange {
  font-weight: bold;
  font-size: 18px;
  color: #E86239;
}

@media screen and (min-width: 761px) {
  .bold_orange {
    margin: 0 auto;
    max-width: 50%;
    font-size: 100%;
  }
}

.marker {
  background-image: linear-gradient(transparent 60%, yellow 0%)
}


@media screen and (min-width: 761px) {
  .sec_con01_text {
    max-width: 80%;
  }
}

@media screen and (min-width: 761px) {
  .sec_con02_text {
    max-width: 80%;
  }
}

@media screen and (min-width: 761px) {
  .sec_con03_text {
    max-width: 80%;
  }
}

@media screen and (min-width: 761px) {
  .sec_con04_text {
    max-width: 80%;
  }
}

/*---------------------------------------------
sec_01
 -----------------------------------------------*/
.sec_01 {
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .sec_01{
    margin-bottom: 45px;
  }
}

.sec_01_img{
  position: absolute;
  left: -180px;
  top: 40px;
  width: 580px;
}
@media screen and (max-width: 760px) {
  .sec_01_img{
    position: initial;
    margin: 0 auto;
    width: 100%;
    left: 0px;
    top: -94px;
  }
}

.sec_con01_text {
  font-weight: bold;
  width: 600px;
  margin: 0 0 0 420px;
}
@media screen and (max-width: 760px) {
  .sec_con01_text {
    width: 90%;
    margin: 0 auto;
  }
}


/* -----check----- */
.sec_con_check {
  color: #e94919;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0 0 0 420px;
  border-radius: 10px;
  font-size: 20px;
  width: 600px;
  padding-left: 20px;
  border: solid 3px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .sec_con_check {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
}

ul{
  list-style:none;
}

.check {
  color: #e94919;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  background:url('../img/check_icon.png') no-repeat 0 0;
  background-size:auto 27px;
  background-position: left;
  padding-left: 35px;
}
@media screen and (max-width: 760px) {
  .check {
    background-position: initial;
  }
}



/* -----ボタン----- */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* 背景用*/
body {
  background-color: #fcfcfc;
  overflow-x: hidden;
}

/* -----ボタン----- */
.fv_top .btn_cv{
  position: absolute;
  left: 40%;
  top: 87%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 999px;
  border: 3px solid #e23030;
}
@media screen and (max-width: 760px) {
  .fv_top .btn_cv{
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
  }
}
.btn_fv{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin:0 auto;
  padding: .9em 1.5em;
  overflow: hidden;
  border-radius: 999px;
  background-color: #ffef0c;
  color: #1f1f1f;
  font-size: 1em;
  font-weight: bolder;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;

  background-image: linear-gradient(0deg, #990000 0%, #e23030 40%, #990000 100%);
	-webkit-background-clip: text;/* テキストで切り抜き */
	-webkit-text-fill-color: transparent;/* テキスト部分を透明に */

}
@media screen and (max-width: 760px) {
  .btn_fv{
    font-size: 1.1em;
  }
}
@media screen and (min-width:1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  .btn_fv {
    width: 340px;
    font-size: 1.3em;
    padding: .6em 1.5em;
  }
}
@media screen and (min-width:1440px) {
  /*　画面サイズが1440pxからはここを読み込む　*/
  .btn_fv {
    width: 460px;
    font-size: 1.7em;
    padding: 1em;
  }
}
@media screen and (min-width:2080px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
  .btn_fv {
    width: 615px;
    font-size: 2.7em;
    padding: 0.7em 1em;
  }
}




.btn_cv{
  text-align: center;
  /* margin: 10px 0; */
}
.sec_05 .btn_cv{
  text-align: center;
  margin: 60px 0 50px 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  margin:0 auto;
  padding: .9em 2em;
  overflow: hidden;
  border-radius: 25px;
  background-color: #e94919;
  color: #ffffff;
  font-size: 1em;
  font-weight: 600;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;
}

.btn:hover {
  transform: scale(1.1,1.1);
}

/*---------------------------------------------
/sec_01
 -----------------------------------------------*/

/*---------------------------------------------
sec_02
 -----------------------------------------------*/
.sec_02 {
  text-align: center;
  background-color: #fff;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 20px calc(50vw - 50%);
  box-shadow: 10px 10px 16px #00000024;
}


.sec_02_inner{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .sec_02_inner{
    display: initial;
  }
}
.sec_02_title {
  font-size: 27px;
  width: 550px;
  position: relative;
  /* padding: .7em 1.3em; */
  color: #333333;
  line-height: 40px;
}
@media screen and (max-width: 760px) {
  .sec_02_title {
    font-size: 18px;
    width: 318px;
    margin: 0 auto;
  }
}

.sec_02_title::before,
.sec_02_title::after {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: '';
}

.sec_02_title::before {
  top: -10px;
  left: 50px;
  border-top: 3px solid #FF9900;
  border-left: 3px solid #FF9900;
}
@media screen and (max-width: 760px) {
  .sec_02_title::before {
    top: -7px;
    left: 15px;
  }
}

.sec_02_title::after {
  bottom: -10px;
  right: 50px;
  border-bottom: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
}
@media screen and (max-width: 760px) {
  .sec_02_title::after {
    bottom: -7px;
    right: 15px;
  }
}

.big_o {
  font-size: 40px;
  color: #e94919;
}
@media screen and (max-width: 760px) {
  .big_o {
    font-size: 35px;
  }
}

.sec_02_img{
  width: 35%;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .sec_02_img{
    width: 85%;
    margin-top: 25px;
  }
}
/*---------------------------------------------
/sec_02
 -----------------------------------------------*/

/*  .sec02_try {
  text-align: center;
  margin: 0 auto 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 60px 0 60px;
  border-color: #ffffff transparent transparent transparent;
} */
 .sec02_try {
  text-align: center;
  margin: 0 auto 5%;
  margin-top: -5px;
}
@media screen and (max-width: 760px) {
  .sec02_try {
    width: 60px;
  }
}
/*---------------------------------------------
sec_03
 -----------------------------------------------*/
.sec_03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 760px) {
  .sec_03 {
    margin: 10px 20px;
  }
}


.sec_03_boxA_title {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  margin-bottom: .8em;
}
.sec_03_boxB_title {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  margin-bottom: .8em;
}
.sec_03_boxC_title {
  position: relative;
  padding-top: 1.5em;
  color: #333333;
  margin-bottom: .8em;
}


/* boxA */


.boxA{
  background-color: #0191bb;
}
.sec_03_boxA01 {
  max-width: 1000px;
  border: 1px solid #418AC7;
  border-radius: 15px;
  margin: 1em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #418AC7; /* 影指定 */
  background-color: #fff;
}
.sec_03_boxA02 {
  position: relative;
  left: 290px;
  max-width: 1000px;
  border: 1px solid #418AC7;
  border-radius: 15px;
  margin: 2.5em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #418AC7; /* 影指定 */
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .sec_03_boxA02 {
    position: initial;
  }
}

.sec_03_boxA_title::before {
  z-index: 0;
  color: #BED7EC;
  font-size: 1em;
  content: attr(data-number);
  pointer-events: none;
  margin-right: .5em;
}
@media screen and (max-width: 760px) {
  .sec_03_boxA_title::before {
    font-size: 1em;
    display: block;
    margin-bottom: .3em;
  }
}


.box_inner{
  display: flex;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 760px) {
  .box_inner{
    display: block;
  }
}
/* .sec_03_boxA01 p {
  margin: 0;
  font-size: 15px;
  color: #707070;
} */

.sec_03_box_img{
  text-align: center;
  margin-left: 1.5em;
  width: 416px;
}
@media screen and (max-width: 760px) {
  .sec_03_box_img{
    margin: 1.5em auto 1em;
  }
}

.sec_03_img1{
  text-align: center;
  padding: 40px 0px;
}
@media screen and (max-width: 760px) {
  .sec_03_img1{
    padding: 10px 0px;
  }
}

.sec_03_img2{
  text-align: center;
  padding: 40px 0px;
}
@media screen and (max-width: 760px) {
  .sec_03_img2{
    padding: 10px 0;
  }
}


/* boxB */
/* .sec_03_box02{
  background-color: #fff;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 20px calc(50vw - 50%);
} */

.sec_03_boxB01 {
  max-width: 1000px;
  border: 1px solid #28557A;
  border-radius: 15px;
  margin: 3.5em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #28557A; /* 影指定 */
  background-color: #fff;
}
.sec_03_boxB02 {
  position: relative;
  left: 290px;
  max-width: 1000px;
  border: 1px solid #28557A;
  border-radius: 15px;
  margin: 2.5em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #28557A; /* 影指定 */
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .sec_03_boxB02 {
    position: initial;
  }
}
.sec_03_boxB_title::before {
  z-index: 0;
  color: #96c5eb;
  font-size: 1em;
  content: attr(data-number);
  pointer-events: none;
  margin-right: .5em;
}
@media screen and (max-width: 760px) {
  .sec_03_boxB_title::before {
    font-size: 1em;
    display: block;
    margin-bottom: .3em;
  }
}
.sec_03_boxB p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
}
.sec_03_img3{
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 760px) {
  .sec_03_img3{
    padding: 10px 0;
  }
}
.sec_03_img4{
  text-align: center;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 760px) {
  .sec_03_img4{
    padding: 10px 0;
  }
}

.balloon01 {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  position: relative;
  margin:20px 0;
  padding: .8em 1.2em;
  border-radius: 30px;
  background-color: #28557a;
  color: #ffeb6a;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .balloon01 {
    font-size: 12px;
    border-radius: 10px;
  }
}

.balloon01::before {
  position: absolute;
  top: -12px;
  right: 102px;
  width: 30px;
  height: 15px;
  background-color: #28557a;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: '';
}
@media screen and (max-width: 760px) {
  .balloon01::before {
    right: 45%;
  }
}


/* boxC */

.sec_03_boxC01 {
  max-width: 1000px;
  border: 1px solid #4692A5;
  border-radius: 15px;
  margin: 2em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #4692A5; /* 影指定 */
  background-color: #fff;
}
.sec_03_boxC02 {
  position: relative;
  left: 290px;
  max-width: 1000px;
  border: 1px solid #4692A5;
  border-radius: 15px;
  margin: 2.5em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #4692A5; /* 影指定 */
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC02 {
    position: initial;
  }
}
.sec_03_boxC_title::before {
  z-index: 0;
  color: #a4d5e1;
  font-size: 1em;
  content: attr(data-number);
  pointer-events: none;
  margin-right: .5em;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC_title::before {
    font-size: 1em;
    display: block;
    margin-bottom: .3em;
  }
}
.box03_list{
  margin: 25px 0;

}

.box03_con{
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.sec_03_boxC01 .box03_con_title{
  width: 217px;
  height: 50px;
  background-color: #ECECEC;
  color: #4692A5;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC01 .box03_con_title{
    font-size: 14px;
    width: 270px;
    height: 40px;
  }
}

/* .sec_03_boxC01 p {
  width: 450px;
  margin: 0;
  font-size: 15px;
  padding: 0.1em 1.5em;
  color: #707070;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC01 p {
    font-size: 13px;
    padding: 0.1em 1em;
  }
} */

.inbox_title {
  font-size: 17px;
  text-align: left;
  display: inline-block;
  position: relative;
  color: #707070;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .inbox_title {
    margin-top: 10px;
  }
}


.sec_03_boxC02 .box_item{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC02 .box_item{
    justify-content: center;
  }
}
.sec_03_boxC02 .item{
  width: 190px;
  margin: 0.5em;
}
@media screen and (max-width: 760px) {
  .sec_03_boxC02 .item{
    width: 130px;
  }
}

/*---------------------------------------------
/sec_03
 -----------------------------------------------*/


/*---------------------------------------------
sec_04
 -----------------------------------------------*/
.sec_04{
  margin-top: 100px;
  background-color: #fff;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 50px calc(50vw - 50%);
  box-shadow: 10px 10px 16px #00000024;
}
@media screen and (max-width: 760px) {
  .sec_04{
    margin-top: 40px;
    padding: 30px calc(50vw - 50%);

  }
}
 .sec_04_title {
  position: relative;
  padding: .5em .7em .4em;
  border-bottom: 3px solid #707070;
  color: #707070;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .sec_04_title {
    width: 330px;
  }
}

.sec_04_title::before,
.sec_04_title::after {
  position: absolute;
  left: 48%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
@media screen and (max-width: 760px) {
  .sec_04_title::before,
  .sec_04_title::after {
  left: 46%;
}
}

.sec_04_title::before {
  background-color: #707070;
}

.sec_04_title::after {
  bottom: -11px;
  background-color: #fff;
}

.box04_text{
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .box04_text {
    font-size: 13px;
  }
}

.sec_04_box{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  .sec_04_box{
    margin: 40px 30px;
  }
}


.sec_04_box img{
  margin-top: 10px;
  height: 80px;
}
@media screen and (max-width: 760px) {
  .sec_04_box img{
    margin-top: 10px;
    height: 50px;
  }
}

.box_title{
  text-align: center;
  font-weight: bold;
  color: #e94919;
}

.box_01 {
  width: 250px;
  height: 220px;
  position: relative;
  max-width: 400px;
  margin: 1em auto;
  padding: 1em 1.5em;
  border: 2px solid #707070;
  border-radius: 10px;
  color: #333;
}
@media screen and (max-width: 760px) {
  .box_01{
    width: 150px;
    height: 200px;
    padding: 1em;
  }
}
.box_01::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #e94919;
  color: #fff;
  font-weight: 600;
  content: attr(data-number);
}

.box_02 {
  width: 250px;
  height: 220px;
  position: relative;
  max-width: 400px;
  margin: 1em auto;
  padding: 1em 1.5em;
  border: 2px solid #707070;
  border-radius: 10px;
  color: #333;
}
@media screen and (max-width: 760px) {
  .box_02{
    width: 150px;
    height: 200px;
    padding: 1em;
  }
}
.box_02::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #e94919;
  color: #fff;
  font-weight: 600;
  content: attr(data-number);
}

.box_03 {
  width: 250px;
  height: 220px;
  position: relative;
  max-width: 400px;
  margin: 1em auto;
  padding: 1em 1.5em;
  border: 2px solid #707070;
  border-radius: 10px;
  color: #333;
}
@media screen and (max-width: 760px) {
  .box_03{
    width: 150px;
    height: 200px;
    padding: 1em 0.5em;
  }
}
.box_03::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1em;
  left: -1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #e94919;
  color: #fff;
  font-weight: 600;
  content: attr(data-number);
}


/*---------------------------------------------
/sec_04
 -----------------------------------------------*/
.box_img{
  bottom: 10px;
}

/*---------------------------------------------
sec_05
 -----------------------------------------------*/
.sec_05 {
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  .sec_05 {
    margin: 70px 20px;
  }
}


.sec_05_title {
  position: relative;
  padding: .5em .7em .4em;
  border-bottom: 3px solid #707070;
  color: #707070;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .sec_05_title{
    width: 330px;
  }
}

.sec_05_title::before,
.sec_05_title::after {
  position: absolute;
  left: 48%;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
@media screen and (max-width: 760px) {
  .sec_05_title::before,
  .sec_05_title::after {
  left: 46%;
}
}

.sec_05_title::before {
  background-color: #707070;
}

.sec_05_title::after {
  bottom: -11px;
  background-color: #fff;
}


.QA_part{
  margin-top: 40px;
}

.qa-inner {
  margin: 0 auto;
  max-width: 680px;
  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;
}

.qa-inner summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #707070;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .qa-inner summary {
    font-size: 13px;
    text-align: left;
  }
}

summary::-webkit-details-marker {
  display: none;
}

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

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

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

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


.qa-inner p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #707070;
  transition: transform .5s, opacity .5s;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .qa-inner p {
    font-size: 13px;
    font-weight: 600;
  }
}

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

.qa-inner p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}



.banner {
  margin: 0 auto;
}

@media screen and (min-width: 761px) {
  .banner {
    max-width: 60%;
    margin: 0 auto;
  }
}


/*---------------------------------------------
/sec_05
 -----------------------------------------------*/


/*** footer ***/
.footer-001 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 10px 10px;
  background-color: #474747;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.footer-001__logo {
  width: 130px;
  height: 30px;
}

.footer-001__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  margin: 0 0 .5em;
  padding: .5em;
}

.footer-001__link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.footer-001__copyright {
  margin: 0;
  color: #ffffffb3;
  font-weight: 200;
  font-size: .8em;
}

/* ----------------途中から表示されるCSS---------------- */
.floating {
  z-index: 999;
  position: fixed;
  opacity: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  position: relative;
  height: 100px;
  bottom: 0;
  right: 0;
}
.floating .btn_cv{
  position: absolute;
  bottom: 0;
  /* right: 5%; */
  /* transform: translateY(-50%); */
  background-color: rgb(118 118 118 / 50%);
  width: 100%;
  padding: 2.3rem 0;
}


.is_in .floating {
  transform: translateX(0);
  opacity: 1;
  position: fixed;
}
    /* ----------------右CTA 三秒後に表示されるCSS---------------- */
    .btn_r {
      position: fixed;
      bottom: 20px;
      right: 20px;
      transition: opacity 1s ease;
      padding: 14px 28px;
      background-color: #ff5733;
      color: white;
      border: none;
      border-radius: 25px;
      font-size: 16px;
      cursor: pointer;
      z-index: 1000; /* 他の要素より上に表示 */
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      transition: all 250ms;
    }
    
    .btn_r:hover {
      transform: scale(1.1,1.1);
    }


    #cta-button {
      opacity: 0;
      transition: opacity 0.5s ease;
      display: none; /* 初期状態では非表示 */
    }
  
    #cta-button.show {
      display: block;
      opacity: 1;
    }
    
