@charset "utf-8";

header#nimon_header {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    height: 90px;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
}
@media screen and (max-width: 768px) {
    header#nimon_header {
        padding: 10px 15px;
        height: 70px;
    }
}

#nimon .wrap {
    width: 1200px;
    margin: 0 auto;
    max-width: 95%;
}
#nimon h2 {
    color: #0A3668;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
    #nimon h2 {
        font-size: 18px;
        margin: 0 0 20px;
    }
}

.nimon_logo {
    width: 150px;
}
@media screen and (max-width: 768px) {
    .nimon_logo {
        width: 25%;
    }
}
.nimon_logo img {
    width: 100%;
    height: auto;
}
.nimon_header_btn {
    width: 220px;
}
@media screen and (max-width: 768px) {
    .nimon_header_btn {
        width: 40%;
    }
}
.nimon_header_btn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #E8571E;
    border-radius: 30px;
    padding: 12px 0;
    text-decoration: none;
    border: 2px solid #E8571E;
    transition : all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
    .nimon_header_btn a {
        font-size: 14px;
        padding: 10px 0;
    }
}
.nimon_header_btn a:hover {
    background: #fff;
    color: #E8571E;
}
.nimon_mv {
    width: 100%;
    background: #E3ECFC;
    min-height: 560px;
    padding-top: 90px;
}
@media screen and (max-width: 768px) {
    .nimon_mv {
        min-height: auto;
        padding-top: 70px;
    }
}

.nimon_mv .wrap {
    padding-top: 85px;
    position: relative;
    height: 470px;
}
@media screen and (max-width: 768px) {
    .nimon_mv .wrap {
        padding-top: 40px;
        height: 430px;
        padding: 40px 10px 0;
    }
}
#nimon h1 {
    color: #0A3668;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    #nimon h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }
}
#nimon h1 span {
    display: block;
    width: 100%;
    font-size: 28px;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    #nimon h1 span {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.nimon_mv .wrap .img {
    width: 680px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .nimon_mv .wrap .img {
        width: 90%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
}
.nimon_mv .wrap .img img {
    width: 100%;
    height: auto;
}
.nimon_mv .wrap .linkbtn {
    width: 320px;
}
@media screen and (max-width: 768px) {
    .nimon_mv .wrap .linkbtn {
        width: 70%;
    }
}
.nimon_mv .wrap .linkbtn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #E8571E;
    border-radius: 30px;
    padding: 12px 0;
    text-decoration: none;
    border: 2px solid #E8571E;
    transition : all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
    .nimon_mv .wrap .linkbtn a {
        font-size: 16px;
        padding: 10px 0;
    }
}
.nimon_mv .wrap .linkbtn a:hover {
    background: #fff;
    color: #E8571E;
}
.nimon_mv .wrap .linkbtn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 15px;
  }
.nimon_submv {
    width: 100%;
    background: #E3ECFC;
    min-height: 280px;
    padding-top: 90px;
}
@media screen and (max-width: 768px) {
    .nimon_submv {
        min-height: 180px;
        padding-top: 38px;
    }
}
#nimon .nimon_submv h1 {
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_submv h1 {
        font-size: 16px;
    }
}
#nimon .nimon_submv h1 span {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    display: inline;
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_submv h1 span {
        font-size: 32px;
        margin-right: 10px;
    }
}
#nimon .nimon_submv .wrap {
    padding-top: 62px;
}


/*------------------
sec 01
--------------------*/

.nimon_sec01 {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 {;
        padding: 40px 0;
    }
}
.nimon_sec01 p {
    text-align: center;
    font-size: 18px;
    color: #0A3668;
    margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 p {
        font-size: 13px;
        margin: 0 0 20px;
    }
}
.nimon_sec01 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box {
        gap: 30px;
    }
}
.nimon_sec01 .box .img {
    width: 354px;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box .img {
        width: 60%;
    }
}
.nimon_sec01 .box .img img {
    width: 100%;
    height: auto;
}
.nimon_sec01 .box ul {
    width: 690px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box ul {
        width: 90%;
        gap: 30px;
        padding: 0;
    }
}
.nimon_sec01 .box ul li {
    width: 100%;
    background: #0A3668;
    padding: 10px 15px 10px 120px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box ul li {
        padding: 12px 20px 12px 80px;
        font-size: 13px;
    }
}
.nimon_sec01 .box ul li:before {
    content: "";
    position: absolute;
    background-color: #F5F5FA;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box ul li:before {
        width: 75px;
        height: 75px;
    }
}
.nimon_sec01 .box ul li:nth-child(1):before {
    content: "";
    background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon01.png) no-repeat center /70%;
    background-color: #F5F5FA;
}
.nimon_sec01 .box ul li:nth-child(2):before {
    content: "";
    background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon02.png) no-repeat center /50%;
    background-color: #F5F5FA;
}
.nimon_sec01 .box ul li:nth-child(3):before {
    content: "";
    background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon03.png) no-repeat center /50%;
    background-color: #F5F5FA;
}
@media screen and (max-width: 768px) {
    .nimon_sec01 .box ul li:nth-child(1):before {
        background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon01.png) no-repeat center /70%;
        background-color: #F5F5FA;
    }
    .nimon_sec01 .box ul li:nth-child(2):before {
        background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon02.png) no-repeat center /50%;
        background-color: #F5F5FA;
    }
    .nimon_sec01 .box ul li:nth-child(3):before {
        background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon03.png) no-repeat center /50%;
        background-color: #F5F5FA;
    }
}
/*------------------
sec 02
--------------------*/

.nimon_sec02 {
    width: 100%;
    background: #FDF8F5;
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 {;
        padding: 40px 0;
    }
    .nimon_sec02 h2 {
        margin-bottom: 40px;
    }
}
.nimon_sec02 h2 span {
    width: 174px;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 h2 span {
        width: 130px;
    }
}
.nimon_sec02 h2 span img {
    width: 100%;
    height: auto;
}
.nimon_sec02 p.sec02_txt {
    text-align: center;
    font-size: 18px;
    color: #0A3668;
    margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 p.sec02_txt {
        font-size: 13px;
        margin: 0 0 20px;
    }
}
.nimon_sec02 h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 40px;
    color: #0A3668;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }
}
.nimon_sec02 h3 span {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: italic;
    margin-right: 10px;
}
.nimon_sec02 .box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box {
        gap: 40px;
        margin: 20px 0 40px;
        flex-direction: column-reverse;
    }
}
.nimon_sec02 .box .txtArea {
    width: 40%;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box .txtArea {
        width: 100%;
    }
}
.nimon_sec02 .box .txtArea h4 {
    background: #0A3668;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 40px;
    border-radius: 30px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box .txtArea h4 {
        font-size: 16px;
        margin: 0 0 20px;
    }
}
.nimon_sec02 .box .txtArea ul {
    color: #0A3668;;
    padding: 0;
}
.nimon_sec02 .box .txtArea ul li {
    list-style: none;
}
.nimon_sec02 .box .txtArea h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box .txtArea h5 {
        font-size: 16px;
        margin: 15px 0 10px;
    }
}
.nimon_sec02 .box .txtArea p {
    font-size: 16px;
    margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box .txtArea p {
        font-size: 13px;
        margin: 0 0 10px;
    }
}
.nimon_sec02 .box .img {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box .img {
        width: 90%;
        margin: 0 auto;
    }
}
.nimon_sec02 p.sec02_txt02 {
    text-align: center;
    font-size: 16px;
    color: #0A3668;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec02 p.sec02_txt02 {
        font-size: 11px;
    }
}
@media screen and (max-width: 768px) {
    .nimon_sec02 .box.box02 {
        flex-direction: column;
    }
}
/*---------------------
 nimon_infomation
-----------------------*/

.nimon_infomation {
    width: 100%;
    background-image: linear-gradient(90deg, #e3ebfb, #e7e8f8);
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    .nimon_infomation {
        padding: 30px 0;
    }
}
#nimon .nimon_infomation h2 {
    font-size: 22px!important;
    margin-bottom: 40px;;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_infomation h2 {
        font-size: 16px!important;
        margin-bottom: 20px;;
    }
}
.nimon_infomation h2 span {
    width: 119px;
    display: inline-block;
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .nimon_infomation h2 span {
        width: 100px;
    }
}
.nimon_infomation h2 span img {
    width: 100%;
    height: auto;
}
.nimon_infomation p {
    font-size: 18px;
    font-weight: bold;
    color: #0A3668;
    text-align: center;
    align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
    .nimon_infomation p {
        font-size: 13px;
    }
}
.nimon_infomation p::before,
.nimon_infomation p::after {
  background-color: #0A3668;
  border-radius: 3px;
  content: "";
  height: 3px;
  width: 40px;
}
.nimon_infomation p::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.nimon_infomation p::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.nimon_infomation .wrap .linkbtn {
    width: 320px;
    margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
    .nimon_infomation .wrap .linkbtn {
        width: 65%;
        margin: 20px auto 0;
    }
}
.nimon_infomation .wrap .linkbtn a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #E8571E;
    border-radius: 30px;
    padding: 12px 0;
    text-decoration: none;
    border: 2px solid #E8571E;
    transition : all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
    .nimon_infomation .wrap .linkbtn a {
        font-size: 16px;
        padding: 12px 0;
    }
}
.nimon_infomation .wrap .linkbtn a:hover {
    background: #fff;
    color: #E8571E;
}
.nimon_infomation .wrap .linkbtn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 15px;
  }
/*------------------
sec 03
--------------------*/

.nimon_sec03 {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 {
        padding: 40px 0;
    }
}
#nimon .nimon_sec03 h2 {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_sec03 h2 {
        margin-bottom: 40px;
    }
}
.nimon_sec03 .nimon_sec03_inner {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner {
        gap: 40px;
    }
}
.nimon_sec03 .nimon_sec03_inner .img {
    width: 280px;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .img {
        width: 55%;
    }
}
.nimon_sec03 .nimon_sec03_inner .img img {
    width: 100%;
    height: auto;
}
.nimon_sec03 .nimon_sec03_inner .txtArea {
    width: 650px;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea {
        width: 95%;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0A3668;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea p {
    font-size: 16px;
    line-height: 1.8;
    color: #0A3668;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea p {
        font-size: 13px;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point {
    background: #F5F5FA;
    border-radius: 10px;
    padding: 20px;
    margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point {
        padding: 15px;
        margin: 20px 0 0;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    color: #0A3668;
    position: relative;
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point h4 {
        font-size: 16px;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point h4:before {
    content: "";
    width: 26px;
    height: 26px;
    background: url(https://wiw.co.jp/wp-content/themes/wiw2025/assets/nimon/images/nimon_icon04.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point ul {
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point ul {
        padding-left: 5px;
    }
}
.nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point ul li {
    font-size: 14px;
    line-height: 2;
    color: #0A3668;
    list-style: none;
}
@media screen and (max-width: 768px) {
    .nimon_sec03 .nimon_sec03_inner .txtArea .nimon_point ul li {
        font-size: 13px;
    }
}

/*------------------
sec 04
--------------------*/

.nimon_sec04 {
    width: 100%;
    background: #fff;
    padding: 45px 0 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 {
        padding: 20px 0 40px 0;
    }
}
#nimon .nimon_sec04 h2 {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_sec04 h2 {
        margin-bottom: 40px;
    }
}
.nimon_sec04 .price_box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.nimon_sec04 .price_box .box01 {
    background: #E8571E;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box01 {
        padding: 10px;
    }
}
.nimon_sec04 .price_box .box01 p.txt01 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box01 p.txt01 {
        font-size: 16px;
    }
}
.nimon_sec04 .price_box .box01 p.txt01 span {
    font-size: 45px;
}
.nimon_sec04 .price_box .box01 p.txt02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box01 p.txt02 {
        font-size: 13px;
    }
}
.nimon_sec04 .price_box .box02 {
    width: 55%;
    background: #F5F5FA;
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 {
        width: 100%;
    }
}
.nimon_sec04 .price_box .box02 .title {
    background: #0A3668;
    border-radius: 15px 15px 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .title {
        font-size: 16px;
    }
}
.nimon_sec04 .price_box .box02 .inner {
    background: #fff;
    margin: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner {
        margin: 15px;
        padding: 10px;
        flex-wrap: wrap;
    }
}
.nimon_sec04 .price_box .box02 .inner .price {
    width: 45%;
    text-align: center;
    color: #E8571E;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner .price {
        width: 100%;
    }
}
.nimon_sec04 .price_box .box02 .inner .price p.txt01 {
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner .price p.txt01 {
        font-size: 18px;
    }
}
.nimon_sec04 .price_box .box02 .inner .price p.txt01 span {
    font-size: 45px;
}
.nimon_sec04 .price_box .box02 .inner .price p.txt02 {
    background: #E8571E;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    display: block;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner .price p.txt02 {
        font-size: 13px;
        width: 80%;
    }
}
.nimon_sec04 .price_box .box02 .inner ul.price_list {
    width: 50%;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner ul.price_list {
        width: 100%;
    }
}
.nimon_sec04 .price_box .box02 .inner ul.price_list li {
    color: #0A3668;
    font-size: 16px;
    line-height: 2;
    list-style: none;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box02 .inner ul.price_list li {
        font-size: 13px;
    }
}
.nimon_sec04 .price_box .box02 .inner ul.price_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    padding-right: 5px;
    color: #0A3668;
  }
  .nimon_sec04 .price_box .box03 {
    width: 40%;
    background: #F5F5FA;
    border-radius: 15px;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 {
        width: 100%;
    }
}
.nimon_sec04 .price_box .box03 .title {
    background: #0A3668;
    border-radius: 15px 15px 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .title {
        font-size: 16px;
    }
}
.nimon_sec04 .price_box .box03 .inner {
    background: #fff;
    margin: 20px;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 73%;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .inner {
        background: #fff;
        margin: 15px;
        padding: 10px;
        height: auto;
    }
}
.nimon_sec04 .price_box .box03 .inner p.txt01 {
    font-size: 22px;
    color: #E8571E;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .inner p.txt01 {
        font-size: 18px;
    }
}
.nimon_sec04 .price_box .box03 .inner p.txt01 span {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0;
    width: 100%;
    display: block;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .inner p.txt01 span {
        font-size: 13px;
    }
}
.nimon_sec04 .price_box .box03 .inner ul.price_list {
    width: 100%;
    padding: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .inner ul.price_list {
        padding: 0;
    }
}
.nimon_sec04 .price_box .box03 .inner ul.price_list li {
    color: #0A3668;
    font-size: 16px;
    line-height: 2;
    list-style: none;
}
@media screen and (max-width: 768px) {
    .nimon_sec04 .price_box .box03 .inner ul.price_list li {
        font-size: 13px;
    }
}
.nimon_sec04 .price_box .box03 .inner ul.price_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    padding-right: 5px;
    color: #0A3668;
  }
/*------------------
sec 05
--------------------*/

.nimon_sec05 {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_sec05 {
        padding: 40px 0;
    }
}
#nimon .nimon_sec05 h2 {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #nimon .nimon_sec05 h2 {
        margin-bottom: 40px;
    }
}
.accordion {
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    .accordion {
        margin-top: 0px;
      }
  }
  .accordion-item {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 768px) {
    .accordion-item {
        margin-bottom: 25px;
      }
  }
  .accordion-title {
    color: #0A3668;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 20px;
  border: 2px solid #0A3668; /* 外枠 */
  border-radius: 15px;
  position: relative;
  transition: border-radius 0.3s;
  z-index: 2;
  }
  @media screen and (max-width: 768px) {
    .accordion-title {
      font-size: 13px;
      padding: 15px 40px 15px 20px;
      }
  }
  .accordion-title span {
    font-weight: bold;
    margin-right: 10px;
  }
  @media screen and (max-width: 768px) {
    .accordion-title span {
        font-size: 18px;
      }
  }
  .accordion-title::before {
    content: "";
    position: absolute;
    bottom: -2px; /* 親のボーダーと重ねる */
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #0A3668;
    transition: opacity 0.3s;
    opacity: 0; /* 基本は非表示（外枠があるため） */
  }
  .accordion-title.is-open {
    border-radius: 15px 15px 0 0;
  }
  .accordion-title.is-open::before {
    background-color: #fff;
    z-index: 2;
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .accordion-content-wrapper {
    overflow: hidden;
    height: 0; /* JSで制御 */
    transition: height 0.3s ease-in-out;
  }

  .accordion-content {
    padding: 10px 20px 20px;
    border-right: 2px solid #0A3668;
    border-left: 2px solid #0A3668;
    border-bottom: 2px solid #0A3668;
    border-radius: 0 0 15px 15px;
    margin-top: -2px; /* タイトルと密着させる */
  }
  .accordion-title::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 2px #0A3668;
    border-top: solid 2px #0A3668;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: transform .3s ease-in-out;
  }
  .accordion-title.open::after {
    transform: translateY(-25%) rotate(-45deg);
  }
  .accordion-content span {
    font-size: 18px;
    font-weight: bold;
    color: #E8571E;
  }
  .accordion-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #0A3668;
  }
  @media screen and (max-width: 768px) {
    .accordion-content p {
        font-size: 13px;
      }
  }
  .accordion-content p span {
    color: #0A3668;
    font-weight: normal;
    font-size: 14px;
  }

  /* コンテンツボックスの枠線 */
  .accordion-item .accordion-content {
    border-bottom: 2px solid #0A3668;
    border-right: 2px solid #0A3668;
    border-left: 2px solid #0A3668;
    border-radius: 0 0 15px 15px;
  }
  /* 矢印 */
  .accordion-title {
    position: relative;
  }
  .accordion-title::after {
    border-right: solid 2px #0A3668;
    border-top: solid 2px #0A3668;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  .accordion-title.is-open::after {
    top: 45%;
    transform: rotate(-45deg);
  }

/*------------------
footer
--------------------*/
footer {
    background: #0A3668;
    width: 100%;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 20px 0;
    }
}
footer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
    footer p {
        font-size: 11px;
    }
}
/* フローティングバナーの基本設定（隠れた状態） */
.floating-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-image: linear-gradient(90deg, #e3ebfb, #e7e8f8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    border-radius: 15px;
    border: 2px solid #2A88F7;
    
    /* アニメーションの準備（下からフワッと） */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-out;
  }
  @media screen and (max-width: 768px) {
    .floating-banner {
        padding: 10px 15px;
        border-radius: 10px;
      }
  }
  .floating-banner p {
    color: #2A88F7;
    font-size: 14px;
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    .floating-banner p {
        font-size: 11px;
      }
  }
  .floating-banner .linkbtn {
    width: 100%;
    margin: 10px auto 0;
  }
  .floating-banner .linkbtn a {
    display: block;
    width: 100%;
    background: #E8571E;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition : all 0.3s ease 0s;
  }
  @media screen and (max-width: 768px) {
    .floating-banner .linkbtn a {
        font-size: 12px;
      }
  }
  .floating-banner .linkbtn a:hover {
    opacity: 0.7;
  }
  /* JSで付与される表示用クラス */
  .floating-banner.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  /* 閉じるボタンのデザイン */
  .floating-close {
    position: absolute;
    top: -10px; /* 右上に少しはみ出させる */
    right: -10px;
    width: 24px;
    height: 24px;
    background-color: #2A88F7;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
  }

  /* =======================================
  animation
  =======================================*/

  /* =======================================
   スクロールアニメーションのベース設定
======================================= */
/* 初期状態（隠しておく） */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  /* --- 動きのバリエーション --- */
  /* 下から上へ */
  .js-fade-up {
    transform: translateY(40px);
  }
  /* 左から右へ（左から順番に出す時用） */
  .js-fade-right {
    transform: translateX(-40px);
  }
  
  /* --- 発火時の状態（JSで .is-active が付与されたら表示） --- */
  .js-fade.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  
  /* --- 順番に出すための遅延クラス（必要に応じて増減してください） --- */
  .delay-1 { transition-delay: 0.2s; }
  .delay-2 { transition-delay: 0.4s; }
  .delay-3 { transition-delay: 0.6s; }
  .delay-4 { transition-delay: 0.8s; }

/*------------------
contact
--------------------*/

.nimon_contact {
    width: 100%;
    background: #fff;
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
    .nimon_contact {;
        padding: 40px 0;
    }
}
.nimon_contact p {
    text-align: left;
    font-size: 16px;
    color: #0A3668;
    margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
    .nimon_contact p {
        font-size: 13px;
        margin: 0;
    }
}
.nimon_contact table.contact_form{ width: 1000px; margin: 0 auto 20px;table-layout: fixed; max-width: 100%;}
.nimon_contact table.contact_form th{ width: 30%; position: relative; font-size: 1.6rem; line-height: 1.8; text-align: left; padding: 10px 0 0 0; vertical-align: top;}
@media screen and (max-width: 768px) {
    .nimon_contact table.contact_form th{ font-size: 13px; width: 100%; display: block;}
    .nimon_contact table.contact_form th p {margin: 0;}
}
.nimon_contact table.contact_form th span{ background: #c1272d; padding: 5px 7px; color: #fff; font-size: 14px; position: absolute; top:15px; right: 10px; line-height: 1;}
@media screen and (max-width: 768px) {
    .nimon_contact table.contact_form th span{ font-size: 11px; }
}
.nimon_contact table.contact_form td{ width:70%;}
@media screen and (max-width: 768px) {
    .nimon_contact table.contact_form td{ width:100%; display: block;}
}
.nimon_contact table button, .nimon_contact table textarea, .nimon_contact table select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-size: 16px;
}

.nimon_contact table input[type="text"],
.nimon_contact table input[type="email"],
.nimon_contact table input[type="tel"] {
    height: 50px;
    width: 100%;
    padding: 0 5px;
    border-radius: 2px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; margin: 10px 0; 
}

.nimon_contact table select{
    height: 50px;
    padding: 0 5px;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; width: 45%; 
}
.nimon_contact table select:invalid {color: #000;}

.nimon_contact table select.prefectures{margin-bottom: 10px;}
.nimon_contact table textarea{
    height: 187px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; font-size: 16px; line-height: 1.6;}
@media screen and (max-width: 768px) {
    .nimon_contact table textarea{
        margin: 10px 0;
    }
}
.nimon_contact .submit_btn{ width: 450px; margin: 40px auto; position: relative; max-width: 80%;}
.nimon_contact .submit_btn input[type="submit"]{ font-family : inherit;
-moz-appearance: none;
    -webkit-appearance: none;
    outline: none; background: #E8571E; font-weight: 500;
    border: none;display: block; text-align: center; color: #fff; font-size:18px; line-height: 60px; width: 100%; border-radius: 30px; }
    @media screen and (max-width: 768px) {
        .nimon_contact .submit_btn input[type="submit"]{
            font-size: 16px;
        }
    }
.nimon_contact .linkbtn{ width: 450px; margin: 40px auto; max-width: 80%;}
.nimon_contact .linkbtn a{background: #E8571E; font-weight: 500;
    border: none;display: block; text-align: center; color: #fff; font-size:18px; line-height: 65px; width: 100%; border-radius: 30px; text-decoration: none; position: relative;}
    @media screen and (max-width: 768px) {
        .nimon_contact .linkbtn a{font-size:16px; line-height: 50px;}
    }
.nimon_contact .linkbtn a:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 25px;
}
.nimon_contact p.txt01 {
    text-align: center;
    color: #0A3668;
    font-size: 16px;
    margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
    .nimon_contact p.txt01 {
        font-size: 13px;
        margin: 10px 0 0;
    }
}
.nimon_contact p.txt01 a {
    color: #E8571E;
}
.nimon_contact p.txt01 a:hover {
    text-decoration: none;
}
.nimon_thanksbox {
    width: 650px;
    margin: 40px auto;
    background: #F5F5FA;
    padding: 25px 60px;
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .nimon_thanksbox {
        margin: 20px auto;
        padding: 15px 20px;
    }
}
.nimon_thanksbox p{
    margin: 0;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .nimon_thanksbox p{
        font-size: 13px;
    }
}
.nimon_thanksbox p span {
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .nimon_thanksbox p span {
        display: block;
        width: 100%;
    }
}
.nimon_thanksbox p a {
    color: #0A3668;
}
.nimon_thanksbox p a:hover {
    text-decoration: none;
}
/* reCAPTCHAのバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}