@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: 481px) {
  .mobile {
    display: none;
  }
}

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


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

@media screen and (max-width: 480px) {
  .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: 481px) {
  .fv__tit_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .fv__tit {
    display: none;
  }
} */

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

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



.inner_sec {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .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: 481px) {
  .br-pc {
    display: block;
  }
}

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

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

@media screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 23px;
    /* 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: 480px) {
  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: 481px) {
  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: 481px) {
  .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: 481px) {
  .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: 481px) {
  .big {
    font-size: 50px;
  }
}

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

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

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


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

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

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

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

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

.sec_01_img{
  position: absolute;
  left: -180px;
  top: 40px;
  width: 580px;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .sec_con01_text {
    width: 90%;
    margin: 0 auto;
  }
}


/* -----check----- */
.sec_con_check {
  color: #2CBC68;
  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: 481px) {
  .sec_con_check {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
}

ul{
  list-style:none;
}

.check {
  color: #2CBC68;
  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: 481px) {
  .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;
}

/* -----ボタン----- */

.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: #ffef0c;
  color: #1f1f1f;
  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 {
  background-color: transparent;
  color: #fff;
}

.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #2CBC68;
  content: '';
  transition: width .3s ease;
}

.btn:hover::before {
  width: 100%;
}

/*---------------------------------------------
/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: 481px) {
  .sec_02_inner{
    display: initial;
  }
}
.sec_02_title {
  width: 550px;
  position: relative;
  /* padding: .7em 1.3em; */
  color: #333333;
  line-height: 40px;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .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: 481px) {
  .sec_02_title::after {
    bottom: -7px;
    right: 15px;
  }
}

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

.sec_02_img{
  width: 35%;
  margin-bottom: 10px;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .sec02_try {
    width: 60px;
  }
}
/*---------------------------------------------
sec_03
 -----------------------------------------------*/
.sec_03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 481px) {
  .sec_03 {
    margin: 10px 20px;
  }
}


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


/* boxA */


.boxA{
  background-color: #0191bb;
}
.sec_03_boxA01 {
  max-width: 690px;
  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: 690px;
  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: 481px) {
  .sec_03_boxA02 {
    position: initial;
  }
}

.sec_03_boxA_title::before {
  position: absolute;
  bottom: -8px;
  left: 135px;
  z-index: 0;
  color: #BED7EC;
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}
@media screen and (max-width: 481px) {
  .sec_03_boxA_title::before {
    font-size: 1.5em;
  }
}
/* .sec_03_boxA01 p {
  margin: 0;
  font-size: 15px;
  color: #707070;
} */
.sec_03_img1{
  text-align: center;
  padding: 35px 20px;
}
@media screen and (max-width: 481px) {
  .sec_03_img1{
    padding: 10px 0px;
  }
}

.sec_03_img2{
  text-align: center;
  padding: 40px 0px;
}
@media screen and (max-width: 481px) {
  .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: 690px;
  border: 1px solid #28557A;
  border-radius: 15px;
  margin: 2em 0;
  padding: 0.5em 2em;
  box-shadow: -10px 10px #28557A; /* 影指定 */
  background-color: #fff;
}
.sec_03_boxB02 {
  position: relative;
  left: 290px;
  max-width: 690px;
  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: 481px) {
  .sec_03_boxB02 {
    position: initial;
  }
}
.sec_03_boxB_title::before {
  position: absolute;
  bottom: -8px;
  left: 235px;
  z-index: 0;
  color: #B6C5D2;
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}
@media screen and (max-width: 481px) {
  .sec_03_boxB_title::before {
    font-size: 1.5em;
  }
}
.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: 481px) {
  .sec_03_img3{
    padding: 10px 0;
  }
}
.sec_03_img4{
  text-align: center;
  padding: 40px 0 10px 0;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .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: 481px) {
  .balloon01::before {
    right: 45%;
  }
}


/* boxC */

.sec_03_boxC01 {
  max-width: 690px;
  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: 690px;
  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: 481px) {
  .sec_03_boxC02 {
    position: initial;
  }
}
.sec_03_boxC_title::before {
  position: absolute;
  bottom: -8px;
  left: 135px;
  z-index: 0;
  color: #90BDC8;
  font-size: 2.5em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
}
@media screen and (max-width: 481px) {
  .sec_03_boxC_title::before {
    font-size: 1.5em;
  }
}
.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: 481px) {
  .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: 481px) {
  .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: 20px;
}
@media screen and (max-width: 481px) {
  .inbox_title {
    margin-top: 10px;
  }
}


.sec_03_boxC02 .box_item{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 481px) {
  .sec_03_boxC02 .box_item{
    justify-content: center;
  }
}
.sec_03_boxC02 .item{
  width: 190px;
  margin: 0.5em;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .sec_04{
    /* width: 475px; */
  }
}
 .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: 481px) {
  .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: 481px) {
  .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: 481px) {
  .box04_text {
    font-size: 13px;
  }
}

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


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

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

.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: 481px) {
  .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: #2CBC68;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  content: attr(data-number);
}
@media screen and (max-width: 481px) {
  .box_01::before{
    font-size: 18px;
  }
}

.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: 481px) {
  .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: #2CBC68;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  content: attr(data-number);
}
@media screen and (max-width: 481px) {
  .box_02::before{
    font-size: 18px;
  }
}

.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: 481px) {
  .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: #2CBC68;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  content: attr(data-number);
}
@media screen and (max-width: 481px) {
  .box_03::before{
    font-size: 18px;
  }
}

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

/*---------------------------------------------
sec_05
 -----------------------------------------------*/
.sec_05 {
  margin-top: 70px;
}
@media screen and (max-width: 481px) {
  .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: 481px) {
  .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: 481px) {
  .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: 481px) {
  .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: 481px) {
  .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: 481px) {
  .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;
}



.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;
  top: 30%;
  right: 5%;
  transform: translateY(-50%);
}


.is_in .floating {
  transform: translateX(0);
  opacity: 1;
  position: fixed;
}