@charset "utf-8";

.cont_wrap {
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.cont_wrap02 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.cont_wrap p,
.cont_wrap02 p {
    font-size: 2rem;
    line-height: 2.5;
}
/* 薄いグレー */
.bg01 {
    background-color: #E9ECEF;
    padding: 80px 0;
}
/* 薄いブルー */
.bg02 {
    background-color: #ECF4FF;
    padding: 80px 0;
}
/* ゴールド */
.bg03 {
    background-color: #FFC107;
}
/* タイトル */
.title01 {
    font-size: 3.8rem;
    font-weight: 900;
    color: #002244;
    position: relative;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.5;
    padding: 0 20px;
}
.title01::before {
    content: "";
    height: 3px;
    background-color: #002244;
    width: 180px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -30px;
    font-feature-settings: "palt";
}
.title02 {
    background: url(../images/bg_title.jpg) no-repeat top center / cover;
    min-height: 230px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: 900;
    color: #002244;
    position: relative;
    margin-bottom: 50px;
    font-feature-settings: "palt";
}
.title02 span {
    position: absolute;
    display: block;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.title03 {
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    background-color: #002244;
    margin-bottom: 80px;
}
.title03 span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.4;
}

.title03 span::before,
.title03 span::after {
    content: '';
    border-top: 2px solid #fff;
    width: 100px;
}
.title03 span::before {
    margin-right: 15px;
}
.title03 span::after {
    margin-left: 15px;
}
.marker {
    /* background: #FFEA00; */
    /* background: #fbeb64; */
    background: #fcf69f;
    font-size: 2.4rem;
    font-weight: 900;
    /* padding: 0 5px; */
}
dl.list01 {
    background-color: #fff;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}
dl.list01 dt {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #F0B503;
}
dl.list01 dd {
    font-size: 2rem;
    line-height: 1.8;
}
.section02 {
    padding-bottom: 80px;
}

/* section03 */
dl.box01 {
    border: 5px solid #002244;
    background-color: #fff;
    margin: 50px 0;
}
dl.box01 dt {
    background-color: #002244;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 900;
    color:#FFC107;
    padding: 15px 0;
    line-height: 1.6;
}
dl.box01 dd {
    padding: 30px 25px;
}
ul.list_check li {
    background: url(../images/icon_check.png) no-repeat 0 0 / 50px auto;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.6;
    padding-left: 55px;
    margin-bottom: 10px;
}
ul.list_check li:last-child {
    margin-bottom: 0;
}

/* section04_おすすめの理由 */
.section04 .cont_wrap02 {
    padding: 0 0 80px;
}
.subject {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 900;
    padding: 30px 0 10px;
    text-indent: -1em;
    margin-left: 1em;
}
.img_center {
    text-align: center;
}

/* section05 */
dl.list02 dt {
    background: url(../images/icon01.png) no-repeat 0 0 / 80px auto;
    padding-left: 100px;
    font-size: 2.8rem;
    font-weight: 900;
    color: #002244;
    line-height: 1.6;
    margin-bottom: 30px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
dl.list02 dd {
    padding-left: 100px;
    margin-bottom: 60px;
}
.box02 {
    border: 5px solid #FFC107;
    padding: 25px;
    margin: 30px 0;
}
ul.list_check02 li {
    background: url(../images/icon_check.png) no-repeat 0 0 / 50px auto;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.6;
    padding-left: 55px;
    margin-bottom: 10px;
}
ul.list_check02 li:last-child {
    margin-bottom: 0;
}
.box03 {
    border: 5px solid #002244;
    background-color: #F6F6F6;
    padding: 25px;
    margin: 30px 0;
}
ul.list_indent li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}
.subtitle {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}
.subtitle::before,
.subtitle::after {
    content: '';
    border-top: 1px solid #002244;
    flex-grow: 1; 
}
.subtitle::before {
    margin-right: 1em;
}
.subtitle::after {
    margin-left: 1em;
}

/* section06 */
dl.list03 dt {
    display: flex;
    align-items: center;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 900;
    border-bottom: 1px solid #002244;
    margin-bottom: 20px;
    padding-left: 90px;
    min-height: 102px;
}
dl.list03 dd {
    font-size: 2rem;
    line-height: 2.5;
    padding-left: 90px;
    margin-bottom: 50px;
}
dl.list03 dt.merit01 {
    background: url(../images/merit01.png) no-repeat 0 0 / 82px auto;
}
dl.list03 dt.merit02 {
    background: url(../images/merit02.png) no-repeat 0 0 / 82px auto;
}
dl.list03 dt.merit03 {
    background: url(../images/merit03.png) no-repeat 0 0 / 82px auto;
}
dl.list03 dt.merit04 {
    background: url(../images/merit04.png) no-repeat 0 0 / 82px auto;
}
dl.list03 dt.merit05 {
    background: url(../images/merit05.png) no-repeat 0 0 / 82px auto;
}
ul.list04 {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 20px 0;
}
ul.list04 li {
    width: 162px;
    height: 162px;
    background: #FFC107;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 900;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
ul.list04 li img {
    display: block;
    position: relative;
    bottom: -10px;
}
table.table01 {
    background-color: #fff;
}
table.table01 th,
table.table01 td {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: top;
    padding: 20px;
    border: 1px solid #002244;
}
table.table01 th {
    width: 13em;
}
.section07 .cont_wrap p {
    margin-bottom: 30px;
}

/* section08 */
.section08 .cont_wrap {
    padding-bottom: 80px;
}
.section08 .cont_wrap p {
    margin-top: 30px;
}
.text_bold {
    font-weight: 900;
}
.text_indent {
    display: block;
    text-indent: -1em;
    margin-left: 1em;
}

/* section09 */
.section09 .cont_wrap02 {
    padding-bottom: 80px;
}
.box04 {
    background-color: #ECF4FF;
    border: 1px solid #002244;
    padding: 30px 50px;
    background-image: url(../images/profile.png);
    background-repeat: no-repeat;
    background-size: 348px auto;
    background-position: 20px 20px;
}
.section09 .text_check {
    display: block;
    margin: 20px 0;
    font-weight: 900;
    line-height: 2.5;
}
.section09 .big {
    font-size: 5rem;
}
.section09 .big02 {
    font-size: 140%;
}
.section09 .text01 {
    font-size: 4rem;
    font-weight: 900;
    border-bottom: 8px solid #002244;
    font-feature-settings: "palt";
}
.section09 .text01 span {
    font-size: 130%;
    color: #f00;
}
.section09 .wrap01 {
    border: 3px solid #002244;
    padding: 20px 20px 40px;
    margin: 30px 0;
    text-align: center;
    background-color: #ffffff;
    opacity: 0.8;
    background-image: radial-gradient(#5c7dad 0.4px, #ffffff 0.4px);
    background-size: 8px 8px;
}
.section09 .wrap01 p {
    font-size: 4rem;
    font-weight: 900;
    line-height: 2;
}
.section09 .text_s {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
    text-indent: -1em;
    margin-left: 1em;
}
/* section10 */
.section10 .bg03 {
    margin-bottom: 80px;
}
.section10 .item_title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #002244;
}
.section10 .item_wrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-left: 170px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.section10 .item01 {
    background: url(../images/tokuten01.png) no-repeat 0 0 / 150px auto;
}
.section10 .item02 {
    background: url(../images/tokuten02.png) no-repeat 0 0 / 150px auto;
}
.section10 .item03 {
    background: url(../images/tokuten03.png) no-repeat 0 0 / 150px auto;
}
.section10 ul li {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 10px;
    text-indent: -1em;
    margin-left: 1em;
}
.section10 .text_box {
    display: inline-block;
    font-size: 2rem;
    background-color: #ECF4FF;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 20px 0 0 auto;
}
.section10 .foot {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 80px;
}
.section10 .foot span {
    /* background-color: #FFEA00; */
    background-color: #fcf69f;
    padding:0 10px;
}

/* section11 */
.section11 .text_box {
    font-size: 2.8rem;
    font-weight: 900;
    margin: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
}
.section11 .text_box::before,
.section11 .text_box::after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.section11 .text_box::before {
  /*margin-right: 10px;  文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.section11 .text_box::after {
  /* margin-left: 10px; 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.section11 .text_box .border {
    /* border-bottom: 5px solid #FFC107; */
    border-bottom: 5px solid #FFC107;
}
.text_center {
    text-align: center;
}
.text_box02 {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    margin: 20px 0;
}
.text_box02::before,
.text_box02::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 33px;
    background: url(../images/arrow02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.section11 .big {
    font-size: 3.6rem;
}
.btn_cta {
    margin-bottom: 50px;
    text-align: center;
    background: rgb(254,174,49);
    background: linear-gradient(0deg, rgba(254,174,49,1) 0%, rgba(239,228,87,1) 100%);
    width: 100%;
    height: 100px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-radius: 5px;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .btn_cta:hover {
        opacity: 0.8;
        box-shadow: none;
    }
}
.btn_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.8rem;
    font-weight: 900;
    background: url(../images/arrow.png) no-repeat right 30px center / 30px auto;
}

.btn_cta a::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/line_logo.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}


/* section12 */
.section12 {
    padding: 80px 0;
    background: url(../images/bg04.jpg) no-repeat top center / cover;
}
.section12 .text_box {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.8;
    margin: 50px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section12 .text_box::before,
.section12 .text_box::after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 80px; /* 線の長さ */
}
.section12 .text_box::before {
  /*margin-right: 10px;  文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.section12 .text_box::after {
  /*margin-left: 10px;  文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.section12 .big {
    font-size: 3rem;
}
.section12 .wrap01 {
    border: 5px solid #002244;
    background-color: #fff;
    padding: 30px;
    margin: 30px 0 0;
}
.section12 .wrap01 p {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 900;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 15px;
}
.section12 .wrap01 p:last-child {
    margin-bottom: 0;
}
.section12 .foot {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    line-height: 2.5;
}
.section12 .foot span {
    border-bottom: 10px double #002244;
    padding-bottom: 5px;
}
.w_line {
    text-shadow:
    -1px -1px 0px #FFF,
    1px -1px 0px #FFF,
    -1px 1px 0px #FFF,
    1px 1px 0px #FFF,

    -2px -2px 2px #FFF,
    2px -2px 2px #FFF,
    -2px 2px 2px #FFF,
    2px 2px 2px #FFF,

    -2px -2px 2px #FFF,
    2px -2px 2px #FFF,
    -2px 2px 2px #FFF,
    2px 2px 2px #FFF;
}
.qrcode {
    text-align: center;
    margin-bottom: 40px;
}
/* フッター */
.footer_wrap {
    border-top: 1px solid #ccc;
    padding: 50px;
    text-align: center;
}

@media (max-width:913px) {
    .title01 {
        font-size: 3.2rem;
    }
    .title03 span {
        font-size: 3.2rem;
    }
    .title03 span::before,
    .title03 span::after {
        width: 50px;
    }
    .section09 .text_s {
        font-size: 1.8rem;
    }
    .section10 .foot {
        font-size: 2.4rem;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 50px;
    }
    /* section11 */
    .section11 .text_box {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 40px 0;
        display: block;
    }
    .section11 .text_box::before,
    .section11 .text_box::after {
        content: none;
    }
    .section12 .text_box {
        font-size: 2rem;
        font-feature-settings: "palt";
    }
    .section12 .foot {
        text-align: center;
        font-size: 2.2rem;
        line-height: 2.5;
    }
    .section12 .foot span {
        border-bottom: 5px double #002244;
        padding-bottom: 2px;
    }
}

@media (max-width:430px) {
    .cont_wrap p,
    .cont_wrap02 p {
        font-size: 1.8rem;
        line-height: 2;
    }
    /* 薄いグレー */
    .bg01 {
        padding: 50px 0;
    }
    /* 薄いブルー */
    .bg02 {
        padding: 50px 0;
    }
    /* タイトル */
    .title01 {
        font-size: 2.4rem;
        margin-bottom: 60px;
    }
    .title02 {
        min-height: initial;
        font-size: 2.8rem;
        line-height: 1.5;
        margin-bottom: 30px;
        padding-top: 150px;
    }
    .title03 {
        padding: 40px 0;
        margin-bottom: 30px;
    }
    .title03 span {
        font-size: 2.4rem;
    }
    .marker {
        font-size: 2rem;
    }
    dl.list01 {
        padding: 20px;
        margin-bottom: 15px;
    }
    dl.list01 dt {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    dl.list01 dd {
        font-size: 1.8rem;
    }
    .section02 {
        padding-bottom: 50px;
    }
    
    /* section03 */
    dl.box01 {
        margin: 30px 0;
    }
    dl.box01 dt {
        font-size: 2.8rem;
        padding: 15px 0;
    }
    dl.box01 dd {
        padding: 20px;
    }
    ul.list_check li {
        background: url(../images/icon_check.png) no-repeat 0 0 / 35px auto;
        font-size: 2rem;
        line-height: 1.5;
        padding-left: 40px;
        margin-bottom: 10px;
    }

    /* section04_おすすめの理由 */
    .section04 .cont_wrap02 {
        padding: 0 0 50px;
    }
    .subject {
        font-size: 2rem;
        line-height: 1.5;
        margin-left: 1em;
        text-indent: -1em;
    }

    /* section05 */
    dl.list02 dt {
        background: url(../images/icon01.png) no-repeat 0 0 / 40px auto;
        padding-left: 50px;
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 20px;
        min-height: 40px;
    }
    dl.list02 dd {
        padding-left: 0;
        margin-bottom: 60px;
    }
    .box02 {
        border: 5px solid #FFC107;
        padding: 15px;
    }
    ul.list_check02 li {
        background: url(../images/icon_check.png) no-repeat 0 0 / 35px auto;
        font-size: 2rem;
        line-height: 1.6;
        padding-left: 40px;
    }
    .box03 {
        border: 5px solid #002244;
        padding: 20px;
    }
    ul.list_indent li {
        font-size: 2rem;
    }
    .subtitle {
        font-size: 2.4rem;
        margin-bottom: 20px;
        text-align: center;
    }
    .subtitle::before,
    .subtitle::after {
        content: '';
        border-top: 1px solid #002244;
        flex-grow: 1; 
    }
    .subtitle::before {
        margin-right: 10px;
    }
    .subtitle::after {
        margin-left: 10px;
    }
    /* section06 */
    dl.list03 dt {
        font-size: 2.2rem;
        margin-bottom: 20px;
        padding-left: 82px;
        padding-bottom: 15px;
        min-height: initial;
    }
    dl.list03 dd {
        font-size: 1.8rem;
        line-height: 2;
        padding-left: 0;
    }
    dl.list03 dt.merit01,
    dl.list03 dt.merit02,
    dl.list03 dt.merit03,
    dl.list03 dt.merit04,
    dl.list03 dt.merit05 {
        background-size: 62px auto;
    }
    ul.list04 {
        gap: 0 10px;
    }
    ul.list04 li {
        width: 80px;
        height: 80px;
        font-size: 1.4rem;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }
    ul.list04 li img {
        bottom: 0;
        width: 50px;
        height: auto;
    }
    /* section07 */
    .section07 .title01 {
        font-size: 2.4rem;
    }
    table.table01 th,
    table.table01 td {
        font-size: 1.4rem;
        padding: 10px;
        border: 1px solid #002244;
    }
    table.table01 th {
        width: 8em;
    }

    /* section09 */
    .section09 .cont_wrap02 {
        padding-bottom: 50px;
    }
    .box04 {
        background-color: #ECF4FF;
        border: 1px solid #002244;
        padding: 20px;
        background-size: 200px auto;
        background-position: 10px 10px;

    }
    .section09 .text01 {
        border-top: 8px solid #002244;
        display: block;
        text-align: center;
        line-height: 1.4;
        margin-top: 30px;
        padding: 10px 0;
    }

    .section09 .big {
        font-size: 3rem;
    }

    .section09 .cont_wrap02 p {
        font-size: 1.6rem;
    }
    .section09 .text_check {
        line-height: 1.8;
    }
    .section09 .wrap01 {
        padding: 10px;
    }
    .section09 .wrap01 p {
        font-size: 2.4rem;
    }
    .section09 .text_s {
        margin-top: 20px;
        text-align: left;
    }
    /* section10 */
    .section10 .bg03 {
        margin-bottom: 50px;
    }
    .section10 .bg03 .cont_wrap {
        width: 100%;
    }
    .section10 .item_title {
        font-size: 2.4rem;
        line-height: 1.4;
        padding-left: 90px;
        margin-bottom: 20px;
    }
    .section10 .item_wrap {
        padding-left: 0;
    }
    .section10 .item02,
    .section10 .item03,
    .section10 .item01 {
       background-size: 70px auto; 
    }
    .section10 ul li {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .section10 .text_box {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .section10 .foot {
        font-size: 2rem;
    }

    /* section11 */
    .section11 .big {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    /* section12 */
    .section12 {
        padding: 50px 0;
    }
    .section12 .text_box {
        text-align: left;
        display: block;
    }
    .section12 .text_box::before,
    .section12 .text_box::after {
        content: none;
    }
    .section12 .big {
        font-size: 2.2rem;
        line-height: 1.8;
    }
    .section12 .wrap01 {
        padding: 15px;
    }
    .section12 .wrap01 p {
        font-size: 2rem;
    }

    .btn_cta a {
        justify-content: flex-start;
        padding-left: 20px;
        font-size: 2rem;
        text-align: left;
        line-height: 1.4;
        background-position: right 20px center;
    }
    
    .btn_cta a::before {
        content: '';
        display: inline-block;
        width: 45px;
        height: 45px;
        background: url(../images/line_logo.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px;
    }
    
}