@charset "utf-8";

/* ==============================

1. Common
2. Header
3. Button
4. Footer
5. Section
    5-1. Section01
    5-2. Section02
    5-3. Section03
    5-4. Section04

============================== */


/* ====================

    1. Common

==================== */

html{
	font-size:62.5%;
}

body {
  margin: 0;
  background-color: #ffffff;
}

body { 
  background: url("../images/bg_pc.jpg") center top no-repeat fixed; 
    background-size: cover;
    background-position: center;
}

.wrap {
  background-color: #fff;
  width: 780px;
  margin: 0 auto;
  font-family: 'ヒラギノ角ゴ Pro W3','hiragino-kaku-gothic-pron',sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  text-align: justify;
  box-shadow: 1px 0 5px #ccc;
}

@media screen and (max-width:767px) {
  .wrap {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.align-center {
  text-align: center;
}
.align-right{
  text-align: right;  
}

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

li { list-style: none; }
h1,h2,h3,p,ul { margin: 0 auto; }
ul{ padding: 0;}

.mark-yellow{ 
  background: linear-gradient(transparent  50%, #e4e865  50%);
  display:inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.font-red{
  color: #e84138;
}

/* ====================

    2. Header

==================== */

/* --------------------

    3. Button

-------------------- */
img.btn_animate01 {
margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}
.sp-ft-button{
  height: 3rem;
  width: 80%;
  font-size: 1.7rem;
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  border: 0.5px #58a880 solid;
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.48);
  letter-spacing: 0.05rem;
  background: url(../images/btn_bg.jpg);
  background-size: 14%;
  z-index: 10;  
  align-items: center;
  display: flex;
  justify-content: center;
}
.sp-ft-button .text {
    width: 95%; 
 }
.sp-ft-button .triangle {
    width: 5%;
    margin-left: 5px;
}
@media screen and (max-width:767px) {
  .sp-ft-button{
    padding: 0.5em 1.2em;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width:430px) {
  .sp-ft-button{
    padding: 1rem 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width:400px) {
  .sp-ft-button{
    font-size: 1.9rem;
  }
}
@media screen and (max-width:376px) {
  .sp-ft-button{
    padding: 0.5rem 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
   }
}
@media screen and (max-width:415px) {
  .sp-ft-button{
    width: 80%;
  }
}
@media screen and (max-width:390px) {
  .sp-ft-button{
    width: 85%;
  }
}

/* --------------------

    4. Footer

-------------------- */
.logo{
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.logo img{
  width: 230px;
}
.footer {
  background-image: url(../images/sec05/010.jpg);
  background-size: contain;
  text-align: center;
  padding: 40px 140px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}
.footer p{
  font-size: 1.3rem;
}
.footer div{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .logo img{
    width: 150px;
  }
  .footer {
    padding-bottom: 65px;
  }
  
  .footer p{
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
}

@media screen and (max-width:500px) {
  .footer {
    padding: 20px;
    padding-bottom: 110px;
  }
  .footer div{
    margin-bottom: 10px;
  }
  #ft-cta-button img{
    width: 95%;
  }
}

ul.footernav {
    padding-left: 0;
    font-size: 13px;
}

.footer .footernav li {
    display: inline-block;
}
.footer ul li {
    list-style: none;
    margin:0 10px;
}

.footer a {
  color: #fff;
  text-decoration: none
}

.footer a:hover {
  text-decoration: underline
}

@media screen and (max-width:767px) {
  .footer .copyright {
    font-size: 13px
  }
}

.btn_cta_sp, .sp-only{
  display: none;
}

.pc-only{
  display: block;
}

.btn_cta_sp_wrapper{
  position: static;
}

.btn_cta_sp{
  display: none;
}

@media screen and (max-width:719px) {  
  .sp-only{
    display: block;
  }
  
  .pc-only{
    display: none;
  }
  
  .btn_cta_sp{
    opacity: 0; /* 初めは非表示 */
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* --------------------

    5. Section

-------------------- */

/* --- 5-1. Section01 --- */
.cta1{
  position: relative;
}
.btn{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.btn img{
  width: 95%;
}
/* --- 5-2. Section02 --- */
/* --- 5-3. Section03 --- */
.cta2{
  position: relative;
}
/* --- 5-4. Section04 --- */
/*VOICE*/
.voice{
  background-color: #fff;
}

.voice_ttl{
  display: flex;
  margin-right: 20px;
  width: 80%;
}

.toggle_contents {
  margin: 0 auto 100px;
}
.toggle_contents:last-child {
  margin: 0 auto 60px;
}

.toggle_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  padding-right: 10px;
  background-color: #e4faff;
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 1.4;
  color:#0c2449;
  font-weight: 600;
  font-style: normal;
}
.toggle_btn {
  margin-right: 10px;
  font-size: 30px;
}
.toggle_btn:before, .toggle_btn:after {
}
.toggle_btn:before {
}
.naiyou{
  display: none;
  width: 86%;
  font-size: 2.2rem;
  line-height: 3.5rem;
  padding: 20px 50px;
  font-weight: 600;
  font-style: normal;
  margin-left: 0;
  color:#0c2449;
  letter-spacing: 0.02em;
}

@media screen and (max-width:430px) {
  .toggle_contents {
    margin: 0 auto 4rem;
  }
  .toggle_contents:last-child {
    margin: 0 auto 2rem;
  }
  .toggle_title {
    font-size: 1.5rem;
    padding: 20px;
    padding-right: 5px;
  }
  .toggle_btn {
    width: 20%;
  }
  .voice_ttl{
    margin-right: 10px;
    width: 80%;
  }
  .naiyou{
    width: 85%;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 0;
    padding: 20px;
  }
}
/* --- 5-5. Section05 --- */
.wrap{
  background-color: #fff;
}
