@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
body{
    -webkit-text-size-adjust: 100%;
}
html{
	font-size:62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color: #000000;
	letter-spacing: 1px;
}
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*, *:before, *:after{
    box-sizing: border-box;
}
.container{
  display: block;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.app_icon{
	background-color: #00B078;    
}

.dl{
    margin: 50px auto 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    color: #fff;
}

.app_icon ul{
	display: flex;
    justify-content: center;
    width: 40%;
    margin: 20px auto 10px;
    text-align: center;
    box-sizing: border-box;
    
}
.app_icon li{
  flex: auto;
    text-align: center !important;
}

@media screen and (min-width: 769px) {
  .sp{
    display: none !important;
  }
  .hover {
    transition: opacity 0.3s ease-out;
  }
  .hover:hover {
    opacity: 0.7;
  }
  .inner{
    width: 980px;
    margin: auto;
  }
  #header,
  #footer,
  .container section{
    min-width: 1000px;
  }
.app_icon{
	background-color: #00B078;    
}
.dl{
    margin: 50px auto 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    color: #fff;
}

.app_icon ul{
	display: flex;
    justify-content: center;
    width: 30%;
    margin: 20px auto 10px;
    text-align: center;
    box-sizing: border-box;
}
.app_icon li{
  flex: auto;
    text-align: center !important;
}



}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, form{
    letter-spacing: 0;
  }
  .inner{
    width: 90.6%;
    margin: auto;
  }
  .pc{
    display: none !important;
  }
  .container section{
    padding: 10.6% 0;
  }
  .container section .ttl_sec{
    height: 5.3vw;
    margin-bottom: 10%;
  }
  .container section .ttl_sec img{
    width: auto;
    height: 100%;
  }
.app_icon{
	background-color: #00B078;    
}

.dl{
    margin: 50px auto 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

.app_icon ul{
	display: flex;
    justify-content: center;
    width: 80%;
    margin: 20px auto 10px;
    text-align: center;
    box-sizing: border-box;
    
}
.app_icon li{
  flex: auto;
    text-align: center !important;
}


}

/* ------------------------------
    header
------------------------------ */
#header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 15px 0 25px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #header{
    height: 10.6vw;
    padding: 0 2.6%;
  }
  #header .ttl_page{
    width: 36.4%;
  }
}

/* ------------------------------
    sec_first
------------------------------ */
.sec_first{
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: #00B078;
}
.sec_first:before{
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  min-width: 1280px;
  height: 0;
  min-height: 633px;
  padding-top: 49.49%;
  background: url("../img/first_bg_pc.png") 50% 100% no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
  z-index: 1;
}
.sec_first .img01{
  position: relative;
  padding-top: 30px;
  z-index: 3;
}
.sec_first .img02{
  position: relative;
  max-width: 1280px;
  margin: -183px auto 25px;
  z-index: 2;
}
.sec_first .img02 img{
  max-width: 2000px;
  width: 100%;
}
.sec_first .img03{
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  z-index: 3;
}
.sec_first .btn_entry{
  position: relative;
  display: block;
  width: 634px;
  margin: auto;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .container .sec_first{
    padding: 0 0 6.6%;
  }
  .sec_first:before{
    min-width: 1px;
    margin-bottom: -32.5%;
    padding-top: 180%;
    background-image: url("../img/first_bg_sp.png");
  }
  .sec_first .img01{
    padding-top: 4%;
  }
  .sec_first .img02{
    margin: -16% 0 8%;
  }
  .sec_first .img03{
    margin-bottom: 6%;
  }
  .sec_first .btn_entry{
    width: auto;
  }
}

/* ------------------------------
    sec_reason
------------------------------ */
.sec_reason{
  padding: 100px 0;
  background-color: #FDF9F0;
}
.sec_reason .ttl_sec{
  margin-bottom: 84px;
}
.sec_reason .list_reason .item_reason{
  position: relative;
  padding-right: 238px;
}
.sec_reason .list_reason .item_reason + .item_reason{
  margin-top: 55px;
}
.sec_reason .list_reason .item_reason .box_ttl{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 25px;
  background: url("../img/stripe_bg.png");
}
.sec_reason .list_reason .item_reason .box_ttl .ico{
  position: absolute;
  top: 50%;
  left: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-weight: bold;
  color: #FF8700;
  background-color: #fff;
  border: 4px solid #FF8700;
  border-radius: 100px;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  transform: translateY(-50%);
}
.sec_reason .list_reason .item_reason .box_ttl .ico .point{
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  font-size: 2.2rem;
}
.sec_reason .list_reason .item_reason .box_ttl .ico .num{
  display: block;
  margin-bottom: -5px;
  line-height: 0.7;
  text-align: center;
  font-size: 3.5rem;
}
.sec_reason .list_reason .item_reason .box_ttl .txt{
  padding-left: 115px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
}
.sec_reason .list_reason .item_reason .box_content .txt{
  line-height: 1.875;
  font-size: 1.6rem;
  color: #231815;
}
.sec_reason .list_reason .item_reason .box_content .txt em{
  font-style: normal;
  font-weight: bold;
  color: #FF7D00;
  background: linear-gradient(transparent 75%, #FFED00 75%);
}
.sec_reason .list_reason .item_reason .box_content .img{
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
}

@media screen and (max-width: 768px) {
  .sec_reason .list_reason .item_reason{
    padding-right: 0;
  }
  .sec_reason .list_reason .item_reason + .item_reason{
    margin-top: 8.8%;
  }
  .sec_reason .list_reason .item_reason .box_ttl{
    height: 10.6vw;
    margin-bottom: 5%;
  }
  .sec_reason .list_reason .item_reason .box_ttl .ico{
    left: 0;
    width: 50px;
    height: 50px;
    margin-left: -1.1%;
    border: 2px solid #FF8700;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
  }
  .sec_reason .list_reason .item_reason .box_ttl .ico .point{
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .sec_reason .list_reason .item_reason .box_ttl .ico .num{
    margin-bottom: -3px;
    font-size: 1.76rem;
  }
  .sec_reason .list_reason .item_reason .box_ttl .txt{
    padding-left: 51px;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .sec_reason .list_reason .item_reason .box_content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .sec_reason .list_reason .item_reason .box_content .txt{
    width: 62%;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .sec_reason .list_reason .item_reason .box_content .img{
    position: static;
    width: 33.33%;
  }
}

/* ------------------------------
    sec_step
------------------------------ */
.sec_step{
  padding: 100px 0;
  background-color: #00B078;
}
.sec_step .ttl_sec{
  margin-bottom: 80px;
}
.sec_step .list_step .item_step{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #fff;
}
.sec_step .list_step .item_step + .item_step{
  margin-top: 50px;
}
.sec_step .list_step .item_step + .item_step:before{
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.sec_step .list_step .item_step .img{
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 126px;
}
.sec_step .list_step .item_step .img img{
  width: auto;
  height: 100%;
}
.sec_step .list_step .item_step.step04{
  background-color: #FFDE00;
}
.sec_step .list_step .item_step.step04 .balloon{
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 167px;
  height: 228px;
}

@media screen and (max-width: 768px) {
  .sec_step .list_step .item_step{
    height: 16vw;
  }
  .sec_step .list_step .item_step + .item_step{
    margin-top: calc( 2.52% + 10px );
  }
  .sec_step .list_step .item_step + .item_step:before{
    top: 0;
    margin-top: calc( -1.26% - 10px );
    border-width: 10px 10px 0 10px;
  }
  .sec_step .list_step .item_step.step04:before{
   display: none;
  }
  .sec_step .list_step .item_step .txt{
    height: 3.7vw;
  }
  .sec_step .list_step .item_step .img{
    height: 19.3vw;
    left: 3.6%;
  }
  .sec_step .list_step .item_step .txt img{
    width: auto;
    height: 100%;
  }
  .sec_step .list_step .item_step.step04 .balloon{
    right: 0;
    bottom: auto;
    top: 0;
    width: auto;
    height: auto;
    margin: calc( -1.26% - 10px ) -1% 0 0;
    text-align: right;
  }
  .sec_step .list_step .item_step.step04 .balloon img{
    width: auto;
    height: 100%;
    max-height: 115px;
  }
}
@media screen and (max-width: 550px) {
  .sec_step .list_step .item_step.step04 .balloon{
    width: 68.5%;
  }
  .sec_step .list_step .item_step.step04 .balloon img{
    width: 100%;
    height: auto;
  }
}

/* ------------------------------
    sec_system
------------------------------ */
.sec_system{
  padding: 100px 0 40px;
}
.sec_system .ttl_sec{
  margin-bottom: 70px;
}
.sec_system .list_link{
  text-align: center;
  font-size: 0;
}
.sec_system .list_link li{
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .container .sec_system{
    padding-bottom: 2.6%;
  }
  .sec_system .list_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .sec_system .list_link li{
    width: 48.2%;
    margin: auto;
  }
}

/* ------------------------------
    sec_system_content
------------------------------ */
.sec_system01{
  padding: 90px 0 100px;
  background-color: #FF8700;
}
.sec_system02{
  padding: 80px 0 100px;
  background-color: #E2465F;
}
.sec_system01 .ttl_system{
  text-align: center;
  margin-bottom: 35px;
}
.sec_system02 .ttl_system{
  text-align: center;
  margin-bottom: 45px;
}
.sec_system02 .img01{
  margin-bottom: 65px;
}
.sec_system01 .list_feature{
  margin: -55px 0 35px;
  text-align: center;
  font-size: 0;
}
.sec_system01 .list_feature li{
  display: inline-block;
  width: 180px;
  margin: 0 7px;
}
.sec_system_content .list_point{
  margin-bottom: 40px;
}
.sec_system_content .list_point li{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.sec_system_content .list_point li + li{
  margin-top: 10px;
}
.sec_system_content .list_point li .point{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 30px;
  margin-right: 25px;
  padding-top: 2px;
  letter-spacing: -0.04em;
  font-weight: bold;
  font-size: 1.8rem;
  color: #FF8700;
  background-color: #FFDE00;
}
.sec_system02 .list_point li .point{
  color: #E2465F;
}
.sec_system_content .list_point li .point:after{
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #FFDE00;
}
.sec_system_content .list_point li .txt{
  display: block;
  padding-top: 3px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
}
.sec_system_content .box_txt{
  margin-bottom: 38px;
}
.sec_system_content .box_txt .ttl{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
}
.sec_system_content .box_txt .txt{
  line-height: 1.875;
  font-size: 1.6rem;
  color: #fff;
}
.sec_system_content .box_img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec_system_content .box_img .img{
  width: 234px;
}

@media screen and (max-width: 768px) {
  .container .sec_system_content{
    padding: 4.6% 0 9.3%;
  }
  .sec_system01 .ttl_system{
    width: 97.4%;
    margin: 0 auto 4.7%;
  }
  .sec_system02 .ttl_system{
    width: 94.2%;
    margin: 0 auto 5.2%;
  }
  .sec_system02 .img01{
    margin-bottom: 7.9%;
  }
  .sec_system01 .list_feature{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: -2.6% 0 7.4%;
  }
  .sec_system01 .list_feature li{
    width: 31.26%;
    margin: auto;
  }
  .sec_system_content .list_point{
    margin-bottom: 11%;
  }
  .sec_system_content .list_point li{
    padding-bottom: 2.6%;
  }
  .sec_system_content .list_point li + li{
    margin-top: 2.6%;
  }
  .sec_system_content .list_point li .point{
    width: 14vw;
    height: 18px;
    margin-right: 12px;
    font-size: 1.1rem;
  }
  .sec_system_content .list_point li .point:after{
    right: -5px;
    border-width: 9px 0 9px 5px;
  }
  .sec_system_content .list_point li .txt{
    width: calc( 100% - 14vw );
    padding-top: 0;
    line-height: 1.3;
    font-size: 1.6rem;
  }
  .sec_system_content .box_txt{
    margin-bottom: 7.14%;
  }
  .sec_system_content .box_txt .ttl{
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .sec_system_content .box_txt .txt{
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .sec_system_content .box_img{
    display: block;
  }
  .sec_system_content .box_img .img{
    width: auto;
  }
  .sec_system_content .box_img .slick-dots{
    margin-top: 3.8%;
    font-size: 0;
    text-align: center;
  }
  .sec_system_content .box_img .slick-dots li{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 13px;
  }
  .sec_system_content .box_img .slick-dots .slick-active{
    background-color: #fff;
  }
  .sec_system_content .box_img .slick-dots li button{
    font-size: 0;
  }
  .slick-arrow{
    position: absolute;
    top: 50%;
    right: -12px;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-color: #fff;
    border-radius: 25px;
    transform: translateY(-50%);
    z-index: 5;
  }
  .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: 1px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #EC6E14;
    transform: translate(-50%,-50%);
  }
  .system02 .slick-arrow:after{
    border-color: transparent transparent transparent #E2465F;
  }
  .slick-prev{
    left: -12px;
    right: auto;
    transform: translateY(-50%) scale(-1);
  }
  .slick-prev:after{
    margin-top: -1px;
  }
}

/* ------------------------------
    sec_media
------------------------------ */
.sec_media{
  padding-top: 100px;
}
.sec_media .ttl_sec{
  margin-bottom: 80px;
}
.sec_media .box_media{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec_media .box_media .box_img{
  width: 430px;
}
.sec_media .box_media .box_txt{
  width: 520px;
}
.sec_media .box_media .box_txt .tbl_media{
  width: 100%;
}
.sec_media .box_media .box_txt .tbl_media th,
.sec_media .box_media .box_txt .tbl_media td{
  padding: 6px 0;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sec_media .box_media .box_txt .tbl_media th{
  padding-right: 20px;
}
.sec_media .box_media .box_txt .tbl_media td i{
  display: inline-block;
  width: 0;
  height: 0;
  margin: -3px 12px 0 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #00B078;
}

@media screen and (max-width: 768px) {
  .container .sec_media{
    padding-bottom: 0;
  }
  .sec_media .box_media{
    display: block;
  }
  .sec_media .box_media .box_img{
    width: auto;
    margin-bottom: 8%;
  }
  .sec_media .box_media .box_txt{
    width: auto;
  }
  .sec_media .box_media .box_txt .tbl_media th,
  .sec_media .box_media .box_txt .tbl_media td{
    vertical-align: top;
    font-size: 1.2rem;
  }
  .sec_media .box_media .box_txt .tbl_media th{
    padding: 6px 1em 3px 0;
    white-space: nowrap;
  }
  .sec_media .box_media .box_txt .tbl_media td{
    padding: 3px 0 3px 9px;
    text-indent: -9px;
    line-height: 1.5;
  }
  .sec_media .box_media .box_txt .tbl_media td i{
    margin-right: 1px;
    border-width: 5.5px 0 5.5px 8px;
  }
}

/* ------------------------------
    sec_tieup
------------------------------ */
.sec_tieup{
  padding: 100px 0 90px;
}
.sec_tieup .ttl_sec{
  margin-bottom: 75px;
}
.sec_tieup .list_tieup{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.sec_tieup .list_tieup .item_tieup{
  width: 300px;
}
.sec_tieup .list_tieup .item_tieup .img{
  margin-bottom: 25px;
}
.sec_tieup .list_tieup .item_tieup .ttl{
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 2.2rem;
}
.sec_tieup .list_tieup .item_tieup .txt{
  line-height: 1.875;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .sec_tieup .list_tieup{
    display: block;
  }
  .sec_tieup .list_tieup .item_tieup{
    width: auto;
  }
  .sec_tieup .list_tieup .item_tieup + .item_tieup{
    margin-top: 7%;
  }
  .sec_tieup .list_tieup .item_tieup .img{
    margin-bottom: 3.4%;
  }
  .sec_tieup .list_tieup .item_tieup .ttl{
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .sec_tieup .list_tieup .item_tieup .txt{
    line-height: 2;
    font-size: 1.2rem;
  }
}

/* ------------------------------
    sec_voice
------------------------------ */
.sec_voice{
  padding: 100px 0;
  background-color: #FDF9F0;
}
.sec_voice .ttl_sec{
  margin-bottom: 80px;
}
.sec_voice .list_voice .item_voice{
  position: relative;
  padding-left: 180px;
}
.sec_voice .list_voice .item_voice + .item_voice{
  margin-top: 80px;
}
.sec_voice .list_voice .item_voice .img{
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
}
.sec_voice .list_voice .item_voice .name{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1;
  color: #00B078;
}
.sec_voice .list_voice .item_voice:nth-child(odd) .name{
  color: #E2465F;
}
.sec_voice .list_voice .item_voice .info{
  display: block;
  margin-right: 5px;
  font-weight: bold;
  font-size: 2.8rem;
}
.sec_voice .list_voice .item_voice .job{
  display: block;
  font-size: 2.4rem;
}
.sec_voice .list_voice .item_voice .txt{
  padding: 25px 20px;
  line-height: 1.875;
  font-size: 1.6rem;
  color: #231815;
  background-color: #fff;
  border: 1px solid #231815;
}

@media screen and (max-width: 768px) {
  .sec_voice .list_voice .item_voice{
    padding-left: 0;
  }
  .sec_voice .list_voice .item_voice + .item_voice{
    margin-top: 6%;
  }
  .sec_voice .list_voice .item_voice .box_name{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 2.5%;
  }
  .sec_voice .list_voice .item_voice .img{
    position: static;
    width: 15.8%;
    height: auto;
    margin-right: 3%;
    transform: translateY(0);
  }
  .sec_voice .list_voice .item_voice .name{
    display: block;
    margin-bottom: 0;
  }
  .sec_voice .list_voice .item_voice .info{
    margin-bottom: 0.3em;
    font-size: 1.6rem;
  }
  .sec_voice .list_voice .item_voice .job{
    margin-left: -0.5em;
    font-size: 1.4rem;
  }
  .sec_voice .list_voice .item_voice .txt{
    padding: 6%;
    line-height: 1.5;
    font-size: 1.4rem;
    border-radius: 5px;
  }
}

/* ------------------------------
    sec_app
------------------------------ */
.sec_app{
  position: relative;
  padding: 80px 0;
  background-color: #FFFFFF;
  margin:0 0 15px 0;
}

.sec_app .box_app{
  position: relative;
  width: 830px;
  margin: auto;
}

.sec_app div{
 display: flex;
}

.sec_app .box_app .txt{
    line-height: 1.5;
    font-size: 120%;
  }

 
/* ------------------------------
    sec_campaign
------------------------------ */

.sec_campaign{
  position: relative;
  padding: 80px 0;
  background: url("../img/campaign_bg.png");
}
.sec_campaign:after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -41px;
  display: block;
  width: 104px;
  height: 83px;
  background: url("../img/campaign_ico01.png") no-repeat;
  transform: translateX(-50%);
}
.sec_campaign .box_campaign{
  position: relative;
  width: 830px;
  margin: auto;
  padding-right: 388px;
}
.sec_campaign .box_campaign .img{
  position: absolute;
  top: 0;
  right: 0;
  width: 343px;
  height: 232px;
}
.sec_campaign .box_campaign .txt01,
.sec_campaign .box_campaign .txt02{
  margin-bottom: 20px;
}
.sec_campaign .box_campaign .txt{
  line-height: 1.875;
  font-size: 1.6rem;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .container .sec_campaign{
    padding: 8% 0;
  }
  .sec_campaign:after{
    bottom: 0;
    width: 14%;
    height: 0;
    margin-bottom: -5.7%;
    padding-top: 11.3%;
    background-size: 100% auto;
  }
  .sec_campaign .box_campaign{
    width: auto;
    padding-right: 0;
  }
  .sec_campaign .box_campaign .box_img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 3.4%;
  }
  .sec_campaign .box_campaign .img{
    position: static;
    width: 31.7%;
    height: auto;
    margin-left: auto;
  }
  .sec_campaign .box_campaign .box_txt{
    width: 62%;
  }
  .sec_campaign .box_campaign .box_txt .txt01{
    width: 77%;
    margin-bottom: 4.6%;
  }
  .sec_campaign .box_campaign .box_txt .txt02{
    margin-bottom: 0;
  }
  .sec_campaign .box_campaign .txt{
    line-height: 1.28;
    font-size: 1.4rem;
  }
}

/* ------------------------------
    sec_entry
------------------------------ */
.sec_entry{
  padding: 100px 0;
}
.sec_entry .ttl_entry{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
  background-color: #E20012;
}
.sec_entry .area_form{
  padding: 100px;
  background-color: #FDF9F0;
}
.sec_entry .area_form .ttl_mail{
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.sec_entry .area_form .input_mail{
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 2.4rem;
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 5px;
}
.sec_entry .area_form .list_check .item_check{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.2rem;
}
.sec_entry .area_form .list_check .item_check input{
  display: none;
}
.sec_entry .area_form .list_check .item_check:before{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #231815;
  background-color: #fff;
  border-radius: 4px;
  transform: translateY(-50%);
  pointer-events: none;
}
.sec_entry .area_form .list_check .item_check input:checked + label:before{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  margin: -2px 0 0 10px;
  border-right: 4px solid #00B078;
  border-bottom: 4px solid #00B078;
  transform: translateY(-50%) rotate(45deg);
}
.sec_entry .area_form .list_check .item_check label{
  padding: 3px 0 0 47px;
}
.sec_entry .area_form .box_link{
  margin-bottom: 25px;
  font-size: 1.6rem;
}
.sec_entry .area_form a{
  color: #858585;
}
.sec_entry .area_form .box_btn{
  margin-bottom: 45px;
  text-align: center;
}
.sec_entry .area_form .btn_submit{
  width: 630px;
  height: 192px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../img/entry_btn03.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
/* マンガ用 */

.box_btn2 {
text-align: center;
}
.btn_submit2 {
height: 175px;
overflow: hidden;
white-space: nowrap;
text-indent: 100%;
background: url(../img/entry_btn03.png) no-repeat;
background-size: contain;
cursor: pointer;
margin-bottom: 20px;
}
/* マンガ用ここまで */

.sec_entry .area_form .list_att li{
  line-height: 1.7;
  font-size: 1.4rem;
  color: #231815;
}
.sec_entry .area_form .list_att li a{
  color: #000;
}

@media screen and (max-width: 768px) {
  .container .sec_entry{
    padding: 8% 0 5.3%;
  }
  .sec_entry .ttl_entry{
    height: 10.6vw;
    font-size: 2.1rem;
  }
  .sec_entry .area_form{
    padding: 3%;
  }
  .sec_entry .area_form .ttl_mail{
    margin-bottom: 0.3em;
    font-size: 1.4rem;
  }
  .sec_entry .area_form .input_mail{
    height: 12.66vw;
    margin-bottom: 5.8%;
    padding: 0 3.8%;
    line-height: 12.66vw;
    font-size: 1.6rem;
  }
  .sec_entry .area_form .list_check .item_check{
    margin-bottom: 4.2%;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .sec_entry .area_form .list_check .item_check:before{
    width: 20px;
    height: 20px;
  }
  .sec_entry .area_form .list_check .item_check input:checked + label:before{
    width: 8px;
    height: 15px;
    margin-left: 6px;
  }
  .sec_entry .area_form .list_check .item_check label{
    padding: 0 0 0 29px;
  }
	.item_check label{
		padding: 0 0 0 13px !important;
	}
	.item_check .privacyCheck {
		display: inline-block !important;
		width: 20px;
		height: 20px;
	}

  .sec_entry .area_form .box_link{
    margin-bottom: 4%;
    font-size: 1.4rem;
  }
  .sec_entry .area_form .box_btn{
    margin-bottom: 6%;
  }
  .sec_entry .area_form .btn_submit{
    width: 100%;
    height: 24.5vw;
  }
/* マンガ用スマホ版 */
.btn_submit2{
height: 130px;
overflow: hidden;
white-space: nowrap;
text-indent: 100%;
background: url(../img/entry_btn03.png) no-repeat;
background-size: contain;
cursor: pointer;
margin-bottom: 0;
}

/* マンガ用スマホ版ここまで */

  .sec_entry .area_form .list_att li{
    line-height: 1.4;
    font-size: 1.0rem;
  }
  .btn_entry.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.8s ease-out;
  }
  .btn_entry.fixed.js-view{
    transform: translateY(0);
    opacity: 1;
  }
}


/* ------------------------------
    footer
------------------------------ */
#footer{
  padding-bottom: 35px;
}
#footer .ttl_ft{
  margin-bottom: 43px;
  text-align: center;
}
#footer .list_bnr{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#footer .list_bnr li{
  width: 235px;
}
#footer .list_bnr li a{
  text-decoration: none;
}
#footer .list_bnr li .txt{
  margin-top: 2px;
  font-size: 1.0rem;
  color: #9B9C9C;
}
#footer .txt_copy{
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #footer{
    margin-bottom: 19.4666%;
    padding-bottom: 25%;
  }
  #footer .ttl_ft{
    width: 55.8%;
    margin: 0 auto 8.5%;
  }
  #footer .list_bnr{
    display: block;
    width: 55.8%;
    margin: 0 auto 12%;
  }
  #footer .list_bnr li{
    width: auto;
  }
  #footer .list_bnr li + li{
    margin-top: 7.6%;
  }
  #footer .list_bnr li .txt{
    margin-top: 3px;
    font-size: 0.8rem;
  }
  #footer .txt_copy{
    line-height: 1.28;
    font-size: 0.9rem;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */



.app_dl ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 518px;
  margin: 40px auto 0;
  position: relative;
  z-index: 10;
}
.app_dl li:nth-child(1) {
  width: 218px;
}
.app_dl li:nth-child(2) {
  width: 271px;
}
.app_dl li:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
 .app_dl ul {
    width: 69.0666666667vw;
    margin-top: 25px;
  }
  .app_dl li:nth-child(1) {
    width: 29.0666666667vw;
  }
  .app_dl li:nth-child(2) {
    width: 36.1333333333vw;
  }
}