@charset "UTF-8";
/* CSS Document */
/*----------TOP----------*/
.br_sp {
    display: none;
}
/*mv area*/
.mv_bg {
    position: relative;
    width:100%;
    margin-top: 130px;
}
.mv_bg .mv_img01 {
    position: relative;
    z-index: -1;
    width: 40%;
}
.mv_bg .mv_img01 img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.mv_bg .inner {
    min-width: 1200px;
}
.sub_cc {
    display: inline-block;
    font-size: 20px;
    background-color: #00305A;
    padding: 3px 10px;
    color: #fff;
    margin-bottom: 15px;
}
.mv_box h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 700;
}
.mv_box h2 .span01 {
    font-size: 16px;
    color: #000;
}
.mv_box h2 span {
    color: #003EA0;
}
.mv_box p {
    font-size: 14px;
}
.fv_cta {
    position: relative;
    margin-top: 30px;
}
.fv_cta .btn01 a {
    display: flex;
    justify-content: space-between;
    background-color: #FFA701;
    width: 200px;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
}
.fv_cta .btn01 a:hover {
    background-color: #D08800;
}
.fv_cta .btn01 a figure img {
    width: auto;
    height: 25px;
    margin: 0 auto;
}
.fv_cta .btn01 a .arrow img {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.fv_cta .btn01 a p {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    padding-left: 8px;
    padding-top: 0;
}

.fv_cta .btn02 a {
    display: flex;
    justify-content: space-between;
    background-color: #003EA0;
    width: 200px;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
}
.fv_cta .btn02 a:hover {
    background-color: #012762;
}
.fv_cta .btn02 a figure img {
    width: auto;
    height: 25px;
    margin: 0 auto;
}
.fv_cta .btn02 a .arrow img {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.fv_cta .btn02 a p {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    padding-left: 8px;
    padding-top: 0;
}
.fv_cta .btn03 a {
    display: flex;
    justify-content: space-between;
    background-color: #00305A;
    width: 200px;
    height: 60px;
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
}
.fv_cta .btn03 a:hover {
    background-color: #00192F;
}
.fv_cta .btn03 a figure img {
    width: auto;
    height: 20px;
    margin: 0 auto;
}
.fv_cta .btn03 a .arrow img {
    width: 15px;
    height: 15px;
    margin: 0 auto;
}
.fv_cta .btn03 a p {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    padding-left: 8px;
    padding-top: 0;
}
.campaign_sp {
    display: none;
}
.campaign {
  background-color: #EEF7FF;
  box-sizing: border-box;
  margin-top: 30px;
}
.campaign .flex .campaign_box {
  position: relative;
  background-color: #003EA0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 16px 24px;
  width: 120px;
}
.campaign .flex .campaign_box01 {
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);

}
.campaign .flex > div:first-child {
  position: relative;
  background-color: #003EA0;
  padding: 16px 24px;
}
.campaign .flex > div:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 16px;
  background-color: #003EA0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.campaign .box01 {
  padding: 20px 30px 20px 40px;
  margin-left: -8px;
  flex: 1;
}
.campaign .box01 h4 {
  margin: 0 0 8px;
  color: #003EA0;
  font-size: 25px;
  font-weight: bold;
}
.campaign .box01 p {
  margin-top: 10px;
  font-size: 14px;
}
.campaign .box01 p span {
  border: 1px solid #000;
  padding: 1px 5px;
  margin-right: 10px;
}

.campaign .box02 {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.campaign .box02 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.campaign .box02 .arrow2 {
  margin: 0 10px;
  flex-shrink: 0;
}
.campaign .box02 .arrow2 img {
  display: block;
  width: 30px;
  height: auto;
}
.campaign .box02 .box03 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}
.campaign .box02 .box03 span {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  border: none;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  z-index: 100;
}
.campaign .box02 .box03 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #FFEE00;
  width: 100%;
  height:10px;
  z-index: -1;  
}
.campaign .box01 > p:last-child {
  margin-top: 10px;
  font-size: 10px;
  color: #9d9d9d;
}



.content01 {
    padding-top: 120px;
}
.content01 h3 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}
.content01 h3 span {
    color: #003EA0;
    border-bottom: 2px solid #003EA0;
}
.content01 ul {
    justify-content: space-around;
    margin-top: 40px;
}
.content01 ul li {
    position: relative;;
    width: 340px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.content01 ul li .number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    color: #003EA0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.content01 ul li h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}
.content01 ul li figure {
    position: relative;
    width: 100%;
    height: 180px;
}
.content01 ul li figure img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 180px;
}

.content02 {
    position: relative;
}
.content02 figure {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.content02 figure img {
    width: 100%;
    height: 460px;
}
.content02 .box01 {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}
.content02 .box01 div {
    display: inline-block;;
    background-color: #00305A;
    padding: 1px 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-radius: 25px;
}
.content02 .box01 h3 {
    font-size: 55px;
    font-weight: 700;
    color: #FFEE00;
    margin-top: 10px;
}
.content02 .box01 p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
}
.content02::after {
    content: "";
    position: absolute;
    top: 200px;
    left: 0;
    background-color: #EEF7FF;
    width: 100%;
    height: 180px;
    z-index: -2;
}


.content03 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #EEF7FF;
}
.content03 .en {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #003EA0;
}
.content03 h3 {
    font-size: 40px;
    font-weight: 700;
}
.content03 p {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.content03 .box02 {
    margin-top: 50px;
}
.content03 h5 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 20px;
}
.content03 .box02 p {
    font-size: 16px;
    padding-top: 20px;
    text-align: left;
}
.content03 figure {
    width: 100%;
    height: auto;
}


.content04 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content04 .en {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #003EA0;
}
.content04 h3 {
    font-size: 40px;
    font-weight: 700;
}
.content04 figure {
    margin-left: 20px;
}
.content04 figure img {
    width: 190px;
    height: auto;
}

.content04 ul {
    justify-content: space-around;
    margin-top: 30px;
}
.content04 ul li {
    position: relative;
    width: 340px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.content04 ul li .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-left: 0;
}
.content04 .flow_img {
    margin-left: 0;
    padding-top: 20px;
}
.content04 .flow_img img {
    width: 125px;
    height: auto;
    margin: 0 auto;
}
.content04 li h4 {
    margin-top: 15px;
    background-color: #00305A;
    color: #fff;
    font-size: 20px;
    padding: 2px 0;
}
.content04 p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.content04 h4 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}


.cta {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #EEF7FF;
}
.cta .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cta .btn01 {
    position: relative;
}
.cta .btn01 a {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #FFA701;
    width: 100%;
    height: 100px;
    padding: 30px 20px;
    z-index: 10;
}
.cta .btn01 {
    width: 48%;
}
.cta .btn01 a:hover {
    background-color: #D08800;
}
.cta .btn01 a .download {
    margin-right: 10px;
}
.cta .btn01 a .download img {
    width: auto;
    height: 35px;
}
.cta .btn01 a .arrow {
    position: absolute;
    right: 20px;
}
.cta .btn01 a .arrow img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
.cta .btn01 a p {
    text-align: center;
    font-size: 25px;
    line-height: 15px;
    color: #fff;
    font-weight: 500;
    padding-top: 0px;
}

.cta .btn03 {
    position: relative;
}
.cta .btn03 a {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #00305A;
    width: 100%;
    height: 100px;
    padding: 30px 20px;
    z-index: 10;
}
.cta .btn03 {
    width: 48%;
}
.cta .btn03 a:hover {
    background-color: #00192F;
}
.cta .btn03 a .mail {
    margin-right: 10px;
}
.cta .btn03 a .mail img {
    width: auto;
    height: 28px;
}
.cta .btn03 a .arrow {
    position: absolute;
    right: 20px;
}
.cta .btn03 a .arrow img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
.cta .btn03 a p {
    text-align: center;
    font-size: 25px;
    line-height: 15px;
    color: #fff;
    font-weight: 500;
    padding-top: 0px;
}


.content05 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content05 .en {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #003EA0;
}
.content05 h3 {
    font-size: 40px;
    font-weight: 700;
}
.content05 ul {
    justify-content: space-around;
    margin-top: 30px;
}
.content05 ul li {
    width: 530px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin-bottom: 20px;
}
.content05 ul li figure {
    position: relative;
    width: 100%;
    height: 70px;
}
.content05 ul li figure img {
    width: auto;
    height: 70px;
    margin: 0 auto;
}
.content05 ul li h4 {
    padding-top: 20px;
    color: #003EA0;
    font-size: 30px;
    font-weight: 700;
}
.content05 ul li h4 span {
    font-size: 20px;
}
.content05 ul li .p {
    padding-top: 15px;
    text-align: left;
}


.content06 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EEF7FF;
}
.content06 .box01 {
    background-color: #003EA0;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.content06 .limited {
    background-color: #fff;
    color: #003EA0;
    font-size: 30px;
    padding: 3px 15px;
    font-weight: 700;
}
.content06 h4 {
    font-size: 40px;
    font-weight: 500;
    margin-left: 20px;
}
.content06 .inner {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.content06 h5 {
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
}
.content06 h5 strong {
    font-size: 50px;
    color: #003EA0;
}
.content06 h5 span {
    position: relative;
    z-index: 1;
}
.content06 h5 span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #FFEE00;
    width: 100%;
    height: 20px;
    z-index: -1;
}
.content06 p {
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 5px;
}
.content06 .btn04 {
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}
.content06 .btn04 a {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #00305A;
    width: 100%;
    height: 80px;
    padding: 20px;
    z-index: 10;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    transition: all .2s;
}
.content06 .btn04 a:hover {
    background-color: #00192F;
}
.content06 .btn04 a .arrow {
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
}


.content07 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.content07 .en {
    text-align: center;
    color: #003EA0;
    font-weight: 700;
}
.content07 h3 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    padding-top: 10px;
    line-height: 1;
}
.content07 h4 {
    display: flex;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 80px;
}
.content07 h4:first-child {
    margin-top: 0px;
}
.content07 h4::before {
    content: "";
    width: 8px;
    height: 36px;
    background-color: #003C9B;
    margin-right: 15px;
}
.faq {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 18px 30px;
    background-color: #F5FAFF;
    border-radius: 10px;
}
.faq-question.active {
    border-bottom-left-radius: 0px; /* クリック時に左下の角を丸めない */
    border-bottom-right-radius: 0px;
}
.faq-question span span {
    font-weight: 700;
    font-size: 25px;
}

.faq-answer {
    display: none;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #F5FAFF;
    border-bottom-left-radius: 10px; /* クリック時に左下の角を丸めない */
    border-bottom-right-radius: 10px;
}

.faq-icon {
    font-size: 20px;
    color: #333;
}

.faq-question:hover {
    background-color: #F5FAFF;
}

.faq-answer p {
    margin: 0;
}



@media (max-width: 1300px){
}



@media (max-width: 1200px){
    .mv_bg {
        width:100%;
        margin-top: 80px;
    }
    .mv_bg .inner {
        padding-right: 0;
        min-width: 100%;
    }
    .mv_box h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .fv_cta {
        margin-top: 30px;
    }
    .fv_cta .btn01 a {
        width: 150px;
        height: 50px;
        padding-left: 10px;
    }
    .fv_cta .btn01 a figure img {
        height: 20px;
    }
    .fv_cta .btn02 a {
        width: 150px;
        height: 50px;
        padding-left: 10px;
    }
    .fv_cta .btn02 a figure img {
        height: 20px;
    }
    .fv_cta .btn03 a {
        width: 150px;
        height: 50px;
        padding-left: 10px;
    }
    .fv_cta .btn03 a figure img {
        height: 15px;
    }
    .campaign .flex .campaign_box01 {
        font-size: 20px;
        white-space: wrap;
    }
    .campaign .flex .campaign_box {
        width: 40px;
    }
    .campaign .flex > div:first-child {
        padding: 0px 20px;
    }
    .campaign .br_sp {
        display: block;
    }
    .mv_bg .mv_img01 {
        width: 60%;
    }
    .content06 .inner {
        padding-left: 0;
        padding-right: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media (max-width: 990px){

}


@media (max-width: 767px){
    .br_sp {
        display: block;
    }
    .br_pc {
        display: none;
    }
    /*mv area*/
    .mv_bg {
        margin-top: 80px;
    }
    .mv_bg .mv_img01 {
        position: relative;
        z-index: 1;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .mv_bg .mv_img01 img {
        position: static;
        transform: none;
        width: auto;
        height: auto;
    }
    .mv_bg .inner {
        min-width: inherit;
        padding-right: 20px;
    }
    .sub_cc {
        display: inline-block;
        font-size: 13px;
        background-color: #00305A;
        padding: 1px 10px;
        color: #fff;
        margin-bottom: 10px;
    }
    .br_sp_none {
        display: none;
    }
    .mv_box h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .mv_box h2 .span01 {
        font-size: 14px;
    }
    .mv_box p {
        font-size: 12px;
    }
    .fv_cta {
        display: none;
    }
    .campaign_pc {
        display: none;
    }
    .campaign_sp {
        display: block;
    }
    .campaign {
        margin-top: 20px;
    }
    .campaign .flex .campaign_box {
        position: relative;
        background-color: #003EA0;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 0px 10px;
        width: 25px;
    }
    .campaign .flex .campaign_box01 {
        white-space: wrap;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        font-size: 18px;
        list-style: 22px;
    }
    .campaign .flex > div:first-child {
    position: relative;
    background-color: #003EA0;
    padding: 0px 10px;
    }
    .campaign .flex > div:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 16px;
    background-color: #003EA0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    }

    .campaign .box01 {
    padding: 10px 5px 10px 30px;
    margin-left: -8px;
    flex: 1;
    }
    .campaign .box01 h4 {
    margin-bottom: 10px;
    color: #003EA0;
    font-size: 18px;
    font-weight: bold;
    }
    .campaign .box01 p {
    margin-top: 10px;
    font-size: 12px;
    }
    .campaign .box01 p span {
    border: 1px solid #000;
    padding: 1px 5px;
    margin-right: 5px;
    }
    .campaign .box02 {
    margin-top: 10px;
    }
    .campaign .box02 p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    }
    .campaign .box02 .arrow2 {
    margin: 0 10px;
    flex-shrink: 0;
    }
    .campaign .box02 .arrow2 img {
    display: block;
    width: 17px;
    height: auto;
    }
    .campaign .box02 .box03 p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    }
    .campaign .box02 .box03 span {
    position: relative;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    border: none;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 100;
    }
    .campaign .box02 .box03 span::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #FFEE00;
    width: 100%;
    height:10px;
    z-index: -1;  
    }
    .campaign .box01 > p:last-child {
    margin-top: 10px;
    font-size: 10px;
    color: #9d9d9d;
    }


    .content01 {
        padding-top: 50px;
    }
    .content01 h3 {
        text-align: center;
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
    }
    .content01 ul {
        margin-top: 20px;
    }
    .content01 ul li {
        width: 340px;
        padding: 12px 20px;
        margin-bottom: 10px;
    }
    .content01 ul li .number {
        position: absolute;
        top: 10px;
        left: 20px;
        font-size: 30px;
    }
    .content01 ul li h4 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }
    .content01 ul li figure {
        height: 120px;
    }
    .content01 ul li figure img {
        height: 120px;
    }

    .content02 {
        position: relative;
    }
    .content02 figure {
        top: -35px;
    }
    .content02 figure img {
        width: 100%;
        height: 220px;
    }
    .content02 .box01 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .content02 .box01 div {
        padding: 1px 10px;
        font-size: 14px;
        border-radius: 25px;
    }
    .content02 .box01 h3 {
        font-size: 25px;
        margin-top: 5px;
    }
    .content02 .box01 p {
        font-size: 16px;
        padding-top: 5px;
    }
    .content02::after {
        top: 100px;
        height: 100px;
    }


    .content03 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content03 .en {
        font-size: 14px;
    }
    .content03 h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .content03 p {
        padding-top: 15px;
        font-size: 14px;
        text-align: left;
        line-height: 20px;
    }
    .content03 .box02 {
        margin-top: 20px;
    }
    .content03 h5 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .content03 .box02 p {
        font-size: 14px;
    }
    .content03 figure {
        overflow-x: auto;
        word-wrap: nowrap;
        width: 100%;
    }
    .content03 figure img {
        width: auto;
        min-width: 800px;
        height: auto;
    }


    .content04 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content04 .en {
        font-size: 14px;
    }
    .content04 h3 {
        font-size: 25px;
    }
    .content04 figure {
        margin-left: 0px;
        margin-top:10px;
    }
    .content04 figure img {
        width: 120px;
        height: auto;
        margin: 0 auto;
    }
    .content04 ul {
        margin-top: 20px;
    }
    .content04 ul li {
        width: 340px;
        padding: 20px 10px;
        margin-bottom: 10px;
    }
    .content04 ul li .number {
        margin-top: 0;
    }
    .content04 .flow_img {
        margin-left: 0;
        padding-top: 0px;
        margin-top: 0;
    }
    .content04 p {
        font-size: 14px;
    }
    .content04 h4 {
        padding-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }
    
    
    
    .cta .inner {
        display: block;
    }
    .cta .btn01 a {
        height: 60px;
        padding: 20px 10px;
    }
    .cta .btn01 {
        width: 100%;
    }
    .cta .btn01 a .download {
        margin-right: 10px;
    }
    .cta .btn01 a .download img {
        height: 20px;
    }
    .cta .btn01 a .arrow {
        right: 10px;
    }
    .cta .btn01 a .arrow img {
        width: 16px;
        height: 16px;
    }
    .cta .btn01 a p {
        font-size: 16px;
        line-height: 15px;
    }
    .cta .btn03 a {
        height: 60px;
        padding: 20px 10px;
    }
    .cta .btn03 {
        width: 100%;
        margin-top: 10px;
    }
    .cta .btn03 a .mail {
        margin-right: 10px;
    }
    .cta .btn03 a .mail img {
        height: 15px;
    }
    .cta .btn03 a .arrow {
        right: 10px;
    }
    .cta .btn03 a .arrow img {
        width: 16px;
        height: 16px;
    }
    .cta .btn03 a p {
        font-size: 16px;
        line-height: 15px;
    }


    .content05 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content05 .en {
        font-size: 14px;
    }
    .content05 h3 {
        font-size: 25px;
    }
    .content05 ul {
        margin-top: 20px;
    }
    .content05 ul li {
        padding: 20px;
        margin-bottom:10px;
    }
    .content05 ul li figure {
        height: 50px;
    }
    .content05 ul li figure img {
        height: 50px;
    }
    .content05 ul li h4 {
        padding-top: 15px;
        font-size: 20px;
    }
    .content05 ul li .p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }


    .content06 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content06 .box01 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .content06 .limited {
        font-size: 14px;
        padding: 0 5px;
    }
    .content06 h4 {
        font-size: 16px;
        margin-left: 5px;
    }
    .content06 .inner {
        padding: 0 0 20px 0;
        margin-right: 20px;
        margin-left: 20px;
    }
    .content06 h5 {
        font-size: 14px;
        padding-top: 10px;
    }
    .content06 h5 strong {
        font-size: 25px;
    }
    .content06 h5 span::after {
        height: 8px;
    }
    .content06 p {
        padding-top: 15px;
        font-size: 12px;
        padding-bottom: 5px;
    }
    .content06 .btn04 {
        width: 90%;
    }
    .content06 .btn04 a {
        height: 50px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .content06 .btn04 a .arrow {
        right: 10px;
        width: 16px;
        height: 16px;
    }
    
    .content07 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content07 .en {
        font-size: 14px;
    }
    .content07 h3 {
        font-size: 25px;
        padding-top: 5px;
        line-height: 35px;
    }
    .content07 h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .content07 h4::before {
        width: 5px;
        height: 29px;
        margin-right: 10px;
    }
    .faq-item {
        margin-bottom: 10px;
    }
    .faq-question {
        padding: 10px;
        border-radius: 5px;
    }
    .faq-question span span {
        font-size: 20px;
    }
    .faq-answer {
        padding: 15px;
        border-bottom-left-radius: 5px; /* クリック時に左下の角を丸めない */
        border-bottom-right-radius: 5px;
    }

    .faq-icon {
        font-size: 15px;
    }

    .faq-question:hover {
        background-color: #e0e0e0;
    }

    .faq-answer p {
        margin: 0;
    }

}


@media (max-width: 600px){

}


@media (max-width: 500px){

}




.campaign {
    display: none;
}
#faq {
    display: none;
}
.content06 {
    display: none;
}











