@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,
kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,
menu,nav,section,summary,
time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,
details,figcaption,
figure,footer,
header,hgroup,
menu,nav,section {
  display: block;
}

ul,
nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=checkbox]{
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

body {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.none {
  display: none;
}


@media screen and (min-width: 768px) {
  .footer {
    font-size: 10px;
  }
}

.footer .footer-inner {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-inner {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-link {
    display: flex;
  }
}

.footer .footer-link .footer-link__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer .footer-link .footer-link__item {
    display: flex;
    align-items: center;
  }
  .big_txt{
    font-size: 16px;
    line-height: 2.3em;
    margin-bottom: 6%;
    font-weight: bold;
  }
  .big_txt span{
    display: inline-block;
    line-height: 2em;
    border-bottom: solid 3px #ffe000;
  }
  .big_txt i{
    font-size: 30px;
    color: #FF6C46;
    font-style: normal;
    display: inline-block;
    padding: 0 4px;
    vertical-align: -2px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-link .footer-link__item {
    margin-right: 30px;
  }
}

.footer .footer-link .footer-link__item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 6px;
}

.footer .copyright {
  color: #666;
}

 .main-visual {
  position: relative;
}

@media screen and (min-width: 768px) {
   .main-visual .btn {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .wrapper{padding-top:0 !important;}
   .main-visual {
    padding: 103px 0 0;
  }
}

.bg-top {
  width: 50%;
  position: absolute;
  top: -20px;
  left: -40px;
}

.bg-bottom {
  width: 50%;
  position: absolute;
  bottom: -3%;
  left: -10px;
}

.centr{
  text-align: center;
}

@media screen and (min-width: 768px) {
  header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
   .main-visual {
    padding: 8% 80px;
    margin:-20px auto 0;
    overflow: hidden;
    top: 0;
    position: relative;
  }
  h1{
    margin-bottom: 30px;
  }
  .cath_txt{
    margin-top:20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.1em;
    width: 83%;
  }
  .txt-area{
    width: 57%;
    position: relative;
  }
  .main-visual .btn {
    margin-top: 40px;
    line-height: 35px;
  }
   .main-visual .ph{
    width: 50%;
    position: absolute;
    right: -8%;
    top: 50%;
   -webkit-transform: translate(0%, -50%);
   transform: translate(0%, -50%);
  }
  .txt-area .txt{font-size: 18px; line-height: 1.8em; margin-top:20px;}
  .ico-badge {
    width: 120px;
    position: absolute;
    right: 0;
    top: -70px;
    transform: rotate(15deg);}
}
.txt-area .txt{font-size: 16px; line-height: 1.8em;}
@media screen and (max-width: 767px) {
  .main-visual .txt-area{
    padding: 0 20px;
  }
  .ico-badge{width:100px; position: absolute; right: 10px;     top: 50%; transform: rotate(15deg);}
  .txt-area h1{ margin-bottom: 20px;}
  .cath_txt{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
  }
  .header-logo img{
    width: 160px;
  }
  .main-visual .btn {
    margin-bottom: 10px;
  }
  .txt-area .txt{font-size: 14px; line-height: 1.8em;}
}

@keyframes bounce {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce-sp {
  0% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

 .sec {
  padding: 80px 0;
  background-color: #eeeeee;
  position: relative;
}
.txt-link{text-align: center; margin: 20px 0;}
.txt-link a{color:#EE7951;font-weight: bold;font-size: 16px; text-align: center;text-decoration: underline;}

.main-visual{background:#FFF;margin-top: 35px;}

@media screen and (max-width: 767px) {
   .sec {
    padding: 40px 0;
  }
}

 .sec-inner {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
   .sec-inner {
    max-width: 1230px;
    margin: auto;
    padding: 0;
  }
  #page_homepage .wrapper{
    display: block;
    max-width: 100%;
    padding: 0;
    margin:0 auto;
  }
}
.text{
  font-size: 16px;
  line-height: 2.6em;
}

@media screen and (max-width: 767px) {
  .text{
    font-size: 14px;
  }
}

 .sec-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  font-weight:bold;
}

@media screen and (max-width: 767px) {
   .sec-title {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 5%;
    font-weight: bold;
  }
}

 .sec-title span{
    display: inline-block;
    border-bottom: solid 1px #FF6C46;
    color: #000;
}


@media screen and (min-width: 768px) {
   .sec-title span.sp {
    display: none;
  }
  .gnav{width: 45% !important;}
}

@media screen and (max-width: 767px) {
   .sec-title span.sp {
    display: inline-block;
  }
}

  .gnav_item:nth-child(3),.gnav_item:nth-child(4){
    display: none;
  }
 .sec-about{
  padding: 40px 80px 80px 80px;
  color: #fff;
  /*background-color: #ffe791;*/
  background-color: #EEE;
}

 .sec-about .sec-inner{
  display: flex;
  padding: 80px;
  color: #000;
  background: #FFF;
  border-radius: 6px;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 767px) {
   .sec-about .sec-inner{
    display: block;
  }
}

 .sec-about .sec-title{
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
   .sec-about .sec-title{
    margin: 0 0 5%;
  }
   .sec-about{
    padding: 20px 20px 40px 20px;
  }
   .sec-about .sec-inner{
    padding: 8%;
  }
}

 .sec-message{
  background-color: #fff;
  position: relative;
}

.sec-message .sec-inner{
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.sec-message .sec-inner:first-child{
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec-message .sec-inner:first-child{
    margin-bottom: 40px;
  }
}

 .sep-box{
  display: flex;
  flex-wrap: wrap;
}

.txt-box{
  width: 77%;
}

 .ph_cont{
  width: 20%;
}

/*.sec-message .ph_cont{
  width: 26%;
}*/

.sec-message .txt-box{
  width: 77%;
}

.sec-message .small-img {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .sec-message .txt-box,
  .txt-box{
    width: 100%;
  }
   .ph_cont{
    width: 70%;
    margin: 20px auto 0;
  }
}

.sec-scene .scene-list{
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .sec-scene .scene-list{
    display: block;
    margin-top: 40px;
  }
}

.sec-scene .scene-list__item{
  width: calc((100% - 60px) / 3);
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .sec-scene .scene-list__item{
    margin-top: 20px;
    width: 100%;
  }
}

.sec-scene .scene-list__item .img-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec-scene .scene-list__item .img-box{
    width: 70%;
    height: auto;
    margin: auto;
  }
}

.sec-scene .scene-list__item img{
  width: auto;
  max-height: 100%;
  margin: auto auto 20px;
}

@media screen and (min-width: 768px) {
  /*. .sec-scene .scene-list__item:first-child img{
    width: 92%;
  }

 sec-scene .scene-list__item:last-child img{
    width: 74%;
  }*/
   .sec-about .sec-title{
    /* width: 53%; */
  }
  #sec-about .text{padding-top: 8px; width: 60%;}
}

.sec-scene .scene-list__item .txt-box{
  width: 100%;
}

.sec-scene .scene-list__item .scene-tit{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-scene .scene-list__item .scene-tit{
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.sec-scene .scene-list__item .small{
  font-size: 12px;
  display: block;
}

 .sec-cta{
  background-color: #ffe791;
  color: #fff;
}



@media screen and (max-width: 767px) {
  .sec-scene .scene-list__item .small {
    line-height: 1.8;
  }

  .btn.cta-btn{
    margin: 30px auto 0;
  }
}


@media screen and (max-width: 767px) {
  .sec-cta .inview-element{
    display: flex;
    flex-direction: column-reverse;
  }

  .sec-cta .ph_cont{
    width: 100%;
    margin-bottom: 40px;
  }
}

.sec-cta .txt-box{
  color: #000;
}

.sec-cta .sec-title{
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-cta .sec-title{
    margin-bottom: 5%;
  }
}

.sec-cta .text{
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-cta .text{
    margin-bottom: 15px;
  }
}

.btn{
  background-color: #EE7951;
  border-radius: 66px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  width: 340px;
  padding: 12.5px 0;
}

@media screen and (max-width: 767px) {
  .btn{
    width: 90%;
    margin: auto;
  }
}

.btn:hover{
  background-color: #f56635;
  color: #FFF;
}


 .sec-genre,
 .sec-effort{
  background-color: #fff;
}

.sec-genre .sec-inner{
  max-width: 100%;
  padding: 0;
}

.genre-list li{
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .genre-list li{
    margin: 0 5px;
  }
}

.cont-list{
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .cont-list{
    display: block;
  }
}

.sec-flow .cont-list{
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec-flow .cont-list{
    margin-top: 60px;
  }

  .sec-effort .cont-list{
    margin-top: 40px;
  }
}

.cont-list__item{
  background-color: #fff;
  border-radius: 6px;
  width: calc((100% - 30px) / 3);
  padding: 60px 30px;
  position: relative;
  color: #000;
}

.capm-list .cont-list__item{
  width: calc((100% - 30px) / 2);
  border:solid 3px #EE7951;
  color: #000;
}

.capm-list .cont-list__item .text{
  line-height: 2em;
}

.capm-list .cont-list__item .text span{
  font-size: 22px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.capm-list .cont-list__item .text span:before{
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 22px;
  background: #ffe94a;
}

.capm-list .cont-tit{
  font-size: 24px;
  color: #EE7951;
}

#sec-camp{
  background-color: #ffe791;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cont-list__item,.capm-list .cont-list__item{
    padding: 45px 25px 25px;
    margin: 40px 0 0;
    width: 100%;
  }
}

.sec-effort .cont-list__item{
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  .sec-effort .cont-list__item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    margin-top: 20px;
  }
}

.cont-list__item .number{
  border: 3px solid #EE7951;
  border-radius: 50%;
  background-color: #fff;
  color: #EE7951;
  display: block;
  font-size: 40px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  line-height: 54px;
  margin: auto;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  position: absolute;
  top: -30px;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .cont-list__item .number{
    font-size: 20px;
    line-height: 34px;
    width: 40px;
    height: 40px;
    top: -20px;
  }
}

.cont-list__item .img-box{
  text-align: center;
  margin: 0 auto 30px;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .cont-list__item .img-box{
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
  }

  .sec-effort .cont-list__item .img-box{
    margin: 0;
  }
}

.cont-list__item .img-box img{
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .cont-list__item .img-box img{
    display: block;
    margin: auto;
  }
}

.sec-effort .cont-list__item .txt-box{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec-effort .cont-list__item .txt-box{
    width: calc(100% - 80px);
  }
}

.cont-tit{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cont-tit{
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sec-effort .cont-tit{
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sec-flow .cont-list__item .text{
    text-align: center;
  }
}

 .qa-list {
  margin-top: 60px;
}

 .qa_box{
  display: flex;
  align-items: center;
}

.question dd{text-align: center;}

@media screen and (max-width: 767px) {
   .qa_box{
    align-items: flex-start;
  }
  .question dd{text-align: left;}
}

.qa_box.question{
  background:#F5F5F5;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
}

.qa_box.question:after{
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 16.6025px solid #F5F5F5;
  border-left: 10px solid transparent;
  position: absolute;
  right: -3px;
  transform: rotate(0deg);
  bottom: 7px;
}

@media screen and (max-width: 767px) {
   .qa_box.qa_box.question{
    margin-bottom: 10px;
  }
  .qa_box.question{padding: 15px 20px}
}

 .qa_box dt {
  font-size: 40px;
  line-height: 1;
  margin-right: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
   .qa_box dt {
    font-size: 26px;
    margin-right: 10px;
  }
}

 .qa_box.question dt{
  color: #999;
}

 .qa_box.answer dt{
  color: #EE7951;
}

 .qa_box dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
   .qa_box dd {
    font-size: 14px;
  }
}

 .qa_box.answer dd{
  font-weight: normal;
}

@media screen and (min-width: 768px) {
   .qa-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
   .qa-list{
    margin: 40px 0 20px;
  }
  .qa_box .icon{
    margin-bottom: 15px;
  }
  .qa-list .text{
    font-weight: normal;
    text-align: left;
  }
}
.line-btn{background-color: #1EB442 !important;border-color:#1EB442 !important; }
.line-btn:hover{background-color: #338647 !important;border-color:#338647 !important; }

 .qa-list .qa-list__item {
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  width: 100%;
  border-radius:6px;
}

@media screen and (min-width: 768px) {
   .qa-list .qa-list__item {
    padding: 30px;
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 767px) {
   .qa-list .qa-list__item:not(:first-child) {
    margin-top: 15px;
  }
}

 .qa-list .qa-list__item:nth-child(n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
   .qa-list .qa-list__item:nth-child(n + 3) {
    margin-top: 5%;
  }
}

 .qa-list .text {
  margin-top: 8px;
}

#sec-flow{padding: 0 0 20px}
#sec-qa .sec-title{text-align: center;}
@media screen and (min-width: 768px) {
  .qa-list .text {
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
  }
  .btn.cta-btn{
  margin: 60px auto 0;
  line-height: 35px;
  }
}

.campaign-area{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top:5%;
}
.caps{width: 120px;margin-right: 2%;}
.campaign-area .text{width: 60%; font-size: 18px; font-weight: bold;}
.btn-box{display: flex;}
.btn-box li{margin-right: 2%;}
.btn.line{background:#00B124;}
.btn.line:hover{background:#099e27;}

section .campaign-area{justify-content: center;}
section .btn-box{justify-content: center; margin-top: 20px;}
.main-txt{font-size: 18px; font-weight: bold; margin-bottom: 20px; line-height: 1.8em;}


@media screen and (max-width: 767px) {
  .campaign-area{align-items: end;}
  .caps{width: 70px;margin-right: 2%;}
  .campaign-area .text {
    width: 76%;
    margin-bottom: 8%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
  }

  .capm-list .cont-list__item .text{
    text-align: left;
  }
  .capm-list .cont-list__item .text span{font-size: 17px;}
  .capm-list .cont-tit{line-height: 1.4em; margin-bottom: 20px;}
  .btn-box{display: block;}
  .btn.line{margin-bottom: 2%;}
  section .btn-box{margin-top:0;}
  section .campaign-area{margin-top:8%;}
  .txt-cap{margin:0 5%;}
  .main-txt{font-size: 14px; font-weight: bold; margin:0 0 20px; line-height: 1.8em; text-align: left;}
}

.voice-list li{
  background:#FFF;
  padding:5%;
  margin-top:45px;
  font-size: 14px;
  line-height: 1.8em;
  border-radius: 6px;
}

.voice-list li:nth-child(1){
  margin-top:60px;
}

.voice-list li .ph{
  text-align: center;
  margin: -50px auto 0;
}

.voice-list li p span{
  color: #EF835E;
  border-bottom: solid 3px #FBEC8A;
  font-weight: bold;
}

.voice-list li p.caps{
  width: 100%;
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.6em;
}


@media screen and (min-width: 767px) {
  .voice-list{
    display: flex;
    flex-wrap: wrap;
  }
  .voice-list li {width: 49%; margin:0 0 70px; font-size: 16px; line-height: 2em; padding:40px 40px 30px; }
  .voice-list li:nth-child(even){margin-left: 2%;}
  .voice-list li .ph{width: 100px; margin-top:-90px;}
  .voice-list li:nth-child(1){margin-top:0;}
}

@media screen and (max-width: 767px) {
  .voice-list li .ph{width: 80px;}
}
