@charset "utf-8";


/*■■■■■■■
　　PC版設定
■■■■■■■■*/
body {
    font-family: "メイリオ", "Yu Gothic", "Lucida Grande", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
    color: #000;
    text-align: center;
}

/*
■ ブラウザのマージンとパディング初期化
*/
* {
    margin: 0;
    padding: 0;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
tr,
td {
    margin: 0;
    padding: 0;
}

/*
■ イメージ初期化
*/
img {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
}

/*
■ 境界線
*/
hr {
    display: none;
}

/*
■ リンク設定
*/
a img {
    border: none;
}

a:hover img {
    opacity: 0.7;
}

a {
    color: #00b8ee;
    text-decoration: none;
}

a:hover {
    color: #00b8ee;
    text-decoration: underline;
}

a:visited {
    color: #00b8ee;
    text-decoration: underline;
}

/*
■ float
*/
.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcl:after,
.row:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

/*
■ テキスト
*/
.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.txt_s {
    font-size: 0.86em;
}

.txt_red {
    font-weight: bold;
    color: #f7973a;
}

.txt_yellow {
    color: #ffff00;
}

.txt_orange {
    font-weight: bold;
    color: #ed7552;
}

.txt_green {
    color: #852b85;
}

.txt_blue {
    font-weight: bold;
    color: #308fe3;
}

/*
■ リスト
*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*

/*
■ 非表示
------------------------------------------*/
.hd {
    display: none;
}


/*■■■■■■■■■■■
　　共通コンテンツ設定
■■■■■■■■■■■■*/

/* body */
body {
    text-align: center;
}

/* 2025-003-14 */
#sec01 .box_title,
#sec04 .box_title,
#sec05 .box_title {
    color: #ffff00;
    background: #852b85;
}

#sec02 h2,
#sec03 h2 {
    color: #000;
}

/* 2025-003-14 */
#sec02 .box_title span,
#sec03 .box_title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e4d4f3));
    background: linear-gradient(transparent 60%, #e4d4f3 60%);
}

/* section 02 */
#sec02 .txt img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* section 03 */
#sec03 .box_wrap {
    padding-bottom: 0;
}

/* 2025-003-14 */
#sec03 h3 {
    color: #fff;
    border-radius: 10px;
    background: #852b85;
}

#sec03 .x2 .box p {
    text-align: left;
}

/* section 04 */
#sec04 .bg_green {
    background: #e4d4f3;
}

#sec04 .x1 .box {
    background: #fff;
}

#sec04 .x1 h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #852b85));
    background: linear-gradient(transparent 95%, #852b85 95%);
}

/* section 05 */
#sec05 .x2 .box {
    text-align: left;
    border: solid 2px #ad5aad;
}

#sec05 h3 img {
    width: 100%;
}

@media (max-width: 999px) {
    /*　画面サイズ 999pxまで適用　*/

    /* body */
    body {
        font-size: 20px !important;
    }

    #sec01 .box_title,
    #sec04 .box_title,
    #sec05 .box_title {
        width: 100%;
        max-height: 100%;
        padding: 1em 0;
        background: url(../images/lp/content_title_bg.png) #852b85 no-repeat top center;
        background-size: cover;
    }

    #sec01 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 1.8em;
    }

    #sec02 h2,
    #sec03 h2 {
        margin-bottom: 40px;
        font-size: 1.13em;
    }

    #sec01 .arr,
    #sec04 .arr,
    #sec05 .arr {
        width: 16%;
        height: auto;
        margin-bottom: 2em;
    }

    .box_wrap {
        width: 100%;
        max-height: 100%;
    }

    .sp_none {
        display: none;
    }

    /* section 01 */
    #sec01 {
        padding: 0 0 2em;
    }

    #sec01 .box_wrap p.align_left {
        width: 76%;
        max-height: 100%;
        margin: 0 12%;
    }

    #sec01 .box_wrap img {
        width: 96%;
        max-height: 100%;
        margin: 2em 2%;
    }

    /* section 02 */
    #sec02 {
        padding: 0 0 2em;
    }

    #sec02 .x3 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 0.8em;
    }

    #sec02 h3 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #sec02 .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        font-weight: bold;
        font-size: 2em;
        text-align: left;
    }

    #sec02 .txt img {
        width: 20%;
        height: auto;
        margin-right: 0.5em;
    }

    /* section 03 */
    #sec03 {
        padding-bottom: 0;
    }

    #sec03 .x2 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 1em;
    }

    #sec03 h3 {
        margin-bottom: 1em;
        padding: 0.5em 0;
        font-size: 0.9em;
    }

    #sec03 .x2 .box img,
    #sec03 .x2 .box p {
        width: 80%;
        margin: 0 10% 1em;
        font-size: 0.9em;
    }

    #sec03 .fleft,
    #sec02 .fright {
        float: none;
    }

    /* sec 04 */
    #sec04 {
        padding: 0;
        font-size: 1.6em;
    }

    #sec04 .box_wrap p.align_left {
        width: 96%;
        max-height: 100%;
        margin: 0 2%;
    }

    #sec04 .bg_green {
        margin-top: 1.5em;
        padding: 1em 2%;
    }

    #sec04 .x1 .box {
        width: 96%;
        margin: 0 2%;
    }

    #sec04 .box h3 {
        margin-bottom: 0.1em;
    }

    #sec04 .box img {
        width: 25%;
        margin-right: 5%;
    }

    #sec04 .x1 div.txt {
        width: 65%;
        padding: 1.2em 5% 0 0;
        font-size: 0.8em;
        text-align: left;
    }

    #sec04 .x1 img.arr {
        margin-bottom: 0.5em;
    }

    /* section 05 */
    #sec05 .x2 .box {
        width: 96%;
        max-height: 100%;
        margin: 0 2% 0.5em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sec05 p {
        padding: 0.6em;
    }

    /* display */
    .sp_hd {
        display: none;
    }
}

@media (max-width: 460px) {

    /*　画面サイズ 460pxまで適用　*/
    body {
        font-size: 18px !important;
    }

    /* section 02 */
    #sec02 .txt {
        font-size: 1em;
    }

    #sec02 .txt img {
        width: 30%;
    }

    /* section 04 */
    #sec04 {
        padding: 0;
        font-size: 0.9em;
    }

    #sec04 .x1 div.txt {
        padding: 0.5em 5% 0 0;
    }
}

@media (min-width:1000px) {
    /*　画面サイズ 1000px以上から適用　*/

    /* body */
    body {
        font-size: 20px;
    }

    #sec01 .box_title,
    #sec04 .box_title,
    #sec05 .box_title {
        width: 100%;
        max-height: 100%;
        padding: 40px 0;
        background: url(../images/lp/content_bg_pc.png) #852b85 no-repeat top center;
    }

    #sec01 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 2.4em;
    }

    #sec02 h2,
    #sec03 h2 {
        margin-bottom: 40px;
        font-size: 1.6em;
    }

    .box_wrap {
        width: 1000px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #sec01 .box_wrap,
    #sec04 .box_wrap,
    #sec05 .box_wrap {
        margin-top: 30px;
    }

    .pc_none {
        display: none;
    }

    /* section 01 */
    #sec01 .box_wrap {
        padding-bottom: 60px;
        font-size: 1.5em;
    }

    #sec01 .box_wrap img {
        margin: 30px 0 40px;
    }

    /* section 02 */
    #sec02 .x3 .box {
        width: 310px;
        max-height: 100%;
        margin: 0 30px 20px 0;
    }

    #sec02 .x3 .box:nth-child(3) {
        margin: 0 0 20px 0;
    }

    #sec02 h3 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #sec02 .txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        font-weight: bold;
        text-align: left;
    }

    #sec02 .txt img {
        width: 87px;
        height: 87px;
        margin-right: 0.5em;
    }

    /* section 03 */
    #sec03 .x2 .box {
        width: 480px;
        max-height: 100%;
        margin-bottom: 30px;
    }

    #sec03 h3 {
        padding: 15px 0;
        font-size: 1.2em;
    }

    #sec03 .box img {
        width: 100%;
        margin: 30px 0;
    }

    /* section 04 */
    #sec04 .bg_green {
        margin-top: 30px;
        padding: 40px 20px;
    }

    #sec04 .x1 .box {
        width: 960px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        text-align: left;
    }

    #sec04 .fleft:nth-child(1) {
        width: 60px;
        margin-right: 20px;
    }

    #sec04 .txt {
        width: 860px;
    }

    #sec04 .x1 .txt h3,
    #sec03 .x1 .txt p {
        float: left;
        margin-right: 1em;
    }

    #sec04 .arr {
        margin-bottom: 10px;
    }

    /* section 05 */
    #sec05 .box_wrap {
        padding-bottom: 0;
    }

    #sec05 .fcl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #sec05 .x2 .box {
        width: 480px;
        max-height: 100%;
        margin: 0 30px 30px 0;
    }

    #sec05 .x2 .box:nth-child(2) {
        margin: 0 0 30px 0;
    }

    #sec05 p {
        padding: 30px;
    }
}