#contents {
  position: relative;
}
/* =======================================
	animation
======================================= */
#slide01 {
  left: -100%;
}
#slide02 {
  right: -100%;
}
.anim-block {
  opacity: 0;
}
.start .anim-block {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: block 1s ease-out forwards;
          animation: block 1s ease-out forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes block {
  to {
      opacity: 1;
  }
}
@keyframes block {
  to {
      opacity: 1;
  }
}
/* =======================================
	contents-header
======================================= */
.contents-header {
  width: 100%;
  position: relative;
  background: url(../img/background/bg_mv__sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .contents-header {
    background: url(../img/background/bg_mv__pc2.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 1240px) {
  .contents-header {
    background: url(../img/background/bg_mv__pc.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.contents-header::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: url("../img/background/bg_dotted__sp.webp");
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -600px;
  z-index: 1;
}
.contents-header__inner {
  min-height: 300px;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  position: relative;
}
.catch-copy{
  display: inline-block;
  width: 100%;
  max-width: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 300ms ease;
  z-index:1;
}
.catch-copy h2{
  margin: 20px 0;
  position: relative;
  height: calc(100dvh - 120px);
}
.catch-copy h2::before{
  content: "";
  display: inline-block;
  background: url('../img/background/bg_catchcopy_main__sp.webp') no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10vw;
  right: -10vw;
  z-index: -1;
}
.catch-copy img{
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}

.catchcopy-top {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 85%;
  height: auto;
  z-index: 2;
}
.catchcopy-top img{
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 750px;
  height: 100%;
}
.catchcopy-bottom {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 90%;
  height: auto;
  z-index: 2;
}
.catchcopy-bottom img{
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 950px;
}
@media only screen and (min-width: 480px) {
  .contents-header__inner {
    min-height: 350px;
  }
}
@media only screen and (min-width: 560px) {
  .contents-header__inner {
    min-height: 400px;
  }
}
@media only screen and (min-width: 630px) {
  .contents-header__inner {
    min-height: 450px;
  }
}
@media only screen and (min-width: 700px) {
  .catchcopy-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: auto;
    z-index: 2;
  }
  .catchcopy-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 725px) {
  .contents-header__inner {
    min-height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .contents-header__inner {
    height: calc(100vh - 100px);
  }
  .catch-copy h2{
    padding: 0;
    height: auto;
  }
  .catch-copy h2::before{
    display: none;
  }
}
@media only screen and (min-width: 830px) {
  .contents-header__inner {
    min-height: 550px;
  }
}
@media only screen and (min-width: 900px) {
  .contents-header::before {
    background: url("../img/background/bg_dotted.webp");
    background-size: cover;
    background-position: center bottom;
    bottom: -800px;
  }
  .contents-header__inner {
    height: calc(100vh - 100px);
    /*max-height: 650px;*/
    position: relative;
  }
  .catch-copy{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 300ms ease;
    z-index:1;
  }
  .catchcopy-top {
    width: 50%;
  }
  .catchcopy-bottom {
    width: 60%;
  }
}
/* =======================================
	TITLE
======================================= */
h3.main-ttl{
  font-size:3.6rem;
  margin-bottom:20px;
  text-align: center;
  color: #0068b5;
}
#example h3.main-ttl{
  color: #EA7403;
}
/* =======================================
	contents-body
======================================= */
.contents-body__inner{
  position: relative;
  padding: 50px 0 50px;
}
.wrap-container,
.wrap-container__narrow{
  margin-left:5vw;
  margin-right:5vw;
}
@media only screen and (min-width: 1040px) {
  .wrap-container__narrow{
    margin: 0 auto;
    max-width: 1000px;
  }
} 
@media only screen and (min-width: 1120px) {
  .wrap-container{
    margin: 0 auto;
    max-width: 1080px;
  }
}
/* =======================================
	共通
======================================= */
.color-yellow{
  color: #ffd800;
}
.note{
  font-size: 1.4rem;
  line-height: 1.4;
}
/* =======================================
	first
======================================= */
#first-section{
  padding: 0 0 50px;
  position: relative;
}
#first-section::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -50px;
  background: #39b54a;
}
#first-section .ttl-box{
  position: relative;
  width: 100%;
}
#first-section .ttl-box h3{
  position: relative;
  z-index: 2;
}
.img-circle{
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #first-section{
    padding: 0;
  }
  .img-circle{
    width: 40%;
    margin-right: 0;
    margin-left: auto;
  }
}
/* =======================================
	second
======================================= */
#second-section{
  padding: 0 0 50px;
  margin-top: 0;
  position: relative;
}
#second-section::before{
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: -25px;
  background: #fbb03b;
}
#second-section .ttl-box{
  position: relative;
  width: 100%;
  max-width: 366px;
  margin: 0 auto 50px;
}
#second-section .ttl-box h3{
  position: relative;
  z-index: 2;
}
.img-comic{
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #second-section::before{
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: -50px;
  }
  #second-section{
    padding: 0 0 50px;
    margin-top: -70px;
    position: relative;
  }
  #second-section .ttl-box{
    position: relative;
    width: 50%;
    max-width: inherit;
    margin: 0 0 50px;
  }
}
/*
.frame1 {
  padding-top: 30%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.frame2 {
  padding-top: 30%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
}
.frame3 {
  padding-top: 30%;
  position: absolute;
  top: 37%;
  left: 0;
  width: 50%;
}
.frame4 {
  padding-top: 30%;
  position: absolute;
  top: 32%;
  left: 50%;
  width: 50%;
}
.frame5 {
  padding-top: 30%;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
}
.frame1  li:nth-of-type(1){
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
.frame1  li:nth-of-type(2){
  position: absolute;
  top: 80%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
.frame1  li:nth-of-type(3){
  position: absolute;
  top: 20%;
  left: 5%;
  width: 28%;
}
.frame2  li:nth-of-type(1){
  position: absolute;
  top: 10%;
  left: 20%;
  width: 50%;
  z-index: 2;
}
.frame2  li:nth-of-type(2){
  position: absolute;
  top: 63%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
.frame2  li:nth-of-type(3){
  position: absolute;
  top: 12%;
  right: 5%;
  width: 23%;
}
.frame3  li:nth-of-type(1){
  position: absolute;
  top: 8%;
  left: 10%;
  width: 80%;
  z-index: 2;
}
.frame3  li:nth-of-type(2){
  position: absolute;
  top: 67%;
  left: 19%;
  width: 80%;
  z-index: 2;
}
.frame3  li:nth-of-type(3){
  position: absolute;
  top: 35%;
  left: 5%;
  width: 30%;
}
.frame4  li:nth-of-type(1){
  position: absolute;
  top: 10%;
  left: 13%;
  width: 50%;
  z-index: 2;
}
.frame4  li:nth-of-type(2){
  position: absolute;
  top: 40%;
  right: 10%;
  width: 23%;
  z-index: 2;
}
.frame5  li:nth-of-type(1){
  position: absolute;
  top: 8%;
  left: 50%;
  width: 35%;
}
*/
/* =======================================
	third
======================================= */
#third-section{
  padding: 0 0 50px;
  position: relative;
}
#third-section::before{
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: -25px;
  background: url('../img/background/bg_bluedotted.webp') no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#third-section .ttl-box {
  position: relative;
  margin: 0 auto 50px;
  max-width: 560px;
}
#third-section .ttl-box > div{
  margin: 0 10vw;
}
#third-section p{
  margin: 0 auto 30px;
  max-width: 540px;
  text-align: justify;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #third-section::before{
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: -50px;
  }
  #third-section .ttl-box > div{
    margin: 0;
  }
  #third-section p{
    margin: 0 auto 30px;
    max-width: 650px;
    text-align: justify;
    font-size: 2.6rem;
  }
}
/* =======================================
	four
======================================= */
#four-section{
  padding: 0 0 50px;
  position: relative;
}
#four-section::before{
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: -25px;
  background:#a674b0;
  z-index: -1;
}
#four-section .ttl-box {
  position: relative;
  margin: 0 auto 50px;
  max-width: 560px;
}
#four-section .ttl-box > div{
  margin: 0 10vw;
}
#four-section .ttl-box h4{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%,-75%);
  width: 40%;
}
.box-list__container{
  position: relative;
}
.box-list{
  margin: 0 -20px -40px;
}
.box-list dl{
  padding: 30px;
  margin: 0 20px 40px;
  width: calc(100% - 40px);
  border: 5px solid;
  background: #fff;
  position: relative;
}
.box-list dl::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../img/common/icon/icon_01.webp') no-repeat;
  background-size: contain;
}
.box-list dl:nth-of-type(1):before{
  height: 33px;
}
.box-list dl:nth-of-type(2):before{
  background: url('../img/common/icon/icon_02.webp') no-repeat;
  background-size: contain;
}
.box-list dl:nth-of-type(3):before{
  background: url('../img/common/icon/icon_03.webp') no-repeat;
  background-size: contain;
}
.box-list dl:nth-of-type(4):before{
  background: url('../img/common/icon/icon_04.webp') no-repeat;
  background-size: contain;
}
.box-list dt{
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #cf111c;
}
.inner-q{
  margin-top: 30px;
  width: 100%;
  background: #000;
  color: #fff;
  position: relative;
}
.inner-q .title{
  padding: 10px 10px 10px 45px;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
.inner-q .title::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/common/icon/icon_q.webp') no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.inner-q #return-button{
  display: block;
  font-size: 1.8rem;
  text-align: center;
}
.inner-q .icon{
  position: absolute;
  bottom : 0;
  right: 10px;
  transition: all .5s ease;
}
.inner-q.open .icon{
  transform: rotate(180deg);
}
.inner-q .answer{
  display: none;
  padding: 20px;
  padding-left: 60px;
  background: #fcfbbb;
  color: #000;
  text-align: justify;
  position: relative;
}
.inner-q .answer::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url('../img/common/icon/icon_a.webp') no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.inner-q .answer #return-button{
  text-align: center;
}
#four-section .for-pc{
  display: none;
}
#four-section .for-sp{
  display: block;
}
@media only screen and (min-width: 768px) {
  #four-section::before{
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: -50px;
  }
  #four-section .ttl-box h4{
    transform: translate(-40%,-67%);
  }
  #four-section .ttl-box > div{
    margin: 0;
  }
  .inner-q .title{
    padding: 10px;
  }
  .inner-q .title::before{
    width: 55px;
    height: 55px;
  }
  .inner-q .answer{
    padding-left: 80px;
  }
  .inner-q .answer::before{
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1120px) {
  #four-section .for-pc{
    display: block;
  }
  #four-section .for-sp{
    display: none;
  }
  .box-list dt{
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #cf111c;
  }
  .box-list dl{
    padding: 30px;
    margin: 0 20px 40px;
    width: calc(100% / 3 - 40px);
    border: 5px solid;
    background: #fff;
    position: relative;
  }
  .box-list dl:nth-of-type(1){
    margin-right: calc(100% / 2);
  }
  #four-section .question {
    position: absolute;
    top: 30px;
    left: 28%;
    max-width: 400px;
  }
  #four-section .answer{
    position: absolute;
    top: 50px;
    right: 0;
    width: 68%;
    z-index: -1;
  }
}

/* =======================================
	flow
======================================= */
#flow{
  background: #f9e2e2;
}
.flow-box{
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px;
}
.flow-list{
  margin: 0 -20px -40px;
}
.flow-detail{
  margin: 0 20px 40px;
  width: calc(100% - 40px);
  position: relative;
}
.flow-detail::before{
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  content: "\f04b";
  font-size: 2rem;
  color: #0068b5;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: rotate(90deg) translateY(-50%);
}
.flow-detail:last-child:before{
  content: "";
}
.flow-detail h4{
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}
.flow-detail h4 span{
  display: inline-block;
}
.flow-detail img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.flow-detail p{
  margin-top: 20px;
  text-align: justify;
  line-height: 1.4;
}

@media only screen and (min-width: 800px) {

  .flow-detail{
    margin: 0 20px 20px;
    width: calc(100% / 4 - 40px);
    position: relative;
  }
  .flow-detail h4{
    font-size: 2rem;
  }
  .flow-detail::before{
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    content: "\f04b";
    font-size: 2rem;
    color: #0068b5;
    position: absolute;
    top: 23px;
    right: -30px;
    transform: translateY(-50%);
  }
}
/* =======================================
	example
======================================= */
#example{
  padding-top: 0;
  background: #f9e2e2;
}
.example-box{
  padding: 50px 20px;
  background: #fff;
  border-radius: 10px;
}
.example-list{
  margin: 0 -20px -40px;
}
.example-detail{
  margin: 0 20px 40px;
  width: calc(100% - 40px);
  position: relative;
  border: 3px solid #ffd800;
  border-radius: 20px;
  background: #fff;
}
/*
.example-detail::before{
  content: url(../img/background/bg_ex.png);
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translateY(-50%);
}
*/
.example-detail .price{
  padding: 20px;
  color: #cf111c;
  font-size: 2.4rem;
  text-align: right;
  line-height: 1;
}
.example-detail .price span{
  font-size: 3.3rem;
  font-weight: bold;
}
.example-detail img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.car-detail{
  padding: 20px;
  font-size: 1.4rem;
}
.car-detail dt{
  width: 80px;
  font-weight: bold;
}
.car-detail dd{
  flex: 1;
}
.example-detail .tag {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 2px;
  font-size: 1.6rem;
  padding: 2px 5px;
  line-height: 1.2;
  margin-right: 5px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {

  .example-detail{
    margin: 0 20px 40px;
    width: calc(100% / 3 - 40px);
    position: relative;
    border: 3px solid #ffd800;
    border-radius: 20px;
    background: #fff;
  }
}

/* =======================================
	company
======================================= */
#company{
  padding-bottom: 200px;
  background: #fff;
  position: relative;
}
#company::after{
  content: "";
  background: url("../img/background/bg_company.webp");
  background-position: center bottom;
  background-size: auto 200px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#company .flex{
  margin: 0 -20px -40px;
  z-index: 1;
}
#company .txt-box{
  margin: 0 20px 40px;
  width: calc(100% - 40px);
}
#company .img-box{
  margin: 0 auto 40px;
}
#company .img-box img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#company .txt-box h3{
  margin-bottom: 20px;
  font-size: 2.6rem;
}
#company .txt-box p{
  text-align: justify;
}
#company .txt-box p.page-link{
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #company{
    padding-bottom: 300px;
  }
  #company::after{
    content: "";
    background: url("../img/background/bg_company.webp");
    background-position: center bottom;
    background-size: auto 300px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #company .txt-box{
    margin: 0 20px 40px;
    width: calc(55% - 40px);
  }
  #company .txt-box h3{
    font-size: 3.6rem;
  }
  #company .img-box{
    margin: 0 20px 40px;
    width: calc(45% - 40px);
  }
  #company .txt-box p.page-link{
    margin-top: 50px;
    text-align: right;
  }
}

/* =======================================
	PAGETOP
======================================= */
.pagetop{
  display: block;
  position: fixed;
  left: 2vw;
  bottom: 145px;
  z-index: 10;
}
.pagetop-button{
  font-size: 1.2rem;
  text-align: center;
}
.pagetop-button span{
  display: block;
  font-size: 1.6rem;
}
.pagetop-button{
  display: inline-block;
  width: 72px;
  height: 72px;
  background: #ffd800;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1.5;
  transition: all .5s ease;
}
.pagetop-button:hover{
  background: #0068b5;
  color: #fff;
}
.pagetop-button:hover span{
  color: #fff;
}

/* =======================================
	LINE
======================================= */
.line-link{
  display: block;
  position: fixed;
  right: -20px;
  top: calc(75vh - 40px);
  z-index: 10;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .line-link{
    top: calc(75vh - 50px);
  }
}
@media only screen and (min-width: 800px) {
  .line-link{
    top: calc(50vh - 50px);
  }
}
.line-link a{
  display: block;
}
.line-link a img{
  width: 40vw;
  max-width: 280px;
}