@charset "UTF-8";

body {
    background-image: url(https://tukamudeai.sakura.ne.jp/citrus/images/back_ground.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    color: #000;
    font-family: "平成角ゴシック", "Heisei Kaku Gothic", sans-serif;
}

header {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FAFAFA;
    display: flex;
    padding: 28px 30px;
    justify-content: space-between;
}

header .icon {
    width: 125px;
}

header .text {
    width: 45%;
    color: #707070;
    padding: 0.7rem 0;
}

header .text h1 {
    font-size: 25px;
}

header .text p {
    font-size: 20px;
}

header .button {
    padding: 0.8rem 0;
}

main {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FAFAFA;
}

.green {
    color: #4BCA36;
}

.pink {
    color: #FF86EE;
}

.blue {
    color: #1C92CE;
}

.middle_area {
    padding: 65px 90px;
}

.txt_image img {
    width: 75%;
    margin: 0 auto;
}

.cta {
    margin-top: 60px;
    text-align: center;
}

.cta p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
}

.mini_txt {
    text-align: center;
    font-size: 32px;
    margin-top: 80px;
}

.sub_txt {
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
    font-weight: 700;
}

.chart_area {
    padding: 65px 100px 110px;
    background-color: #F4EADB;
}

.chart_area .title {
    text-align: center;
}

.chart_area .title h2 {
    font-size: 90px;
}

.chart_area .title p {
    font-size: 20px;
}

.chart {
    width: 100%;
    margin-top: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.chart img {
    width: 100%;
    margin-top: 30px;
}

.use {
    background-image: url(https://silverocelot61.sakura.ne.jp/d_apo/back_ground.webp);
    padding: 90px 0 50px;
}

.use .title {
    text-align: center;
    font-size: 80px;
    margin-bottom: 70px;
}

.use .wrapper {
    width: 100%;
    height: 285px;
    margin-bottom: 60px;
}

.use .image1 {
    background-image: url(https://silverocelot61.sakura.ne.jp/d_apo/use_woman1.webp);
}

.use .image2 {
    background-image: url(https://silverocelot61.sakura.ne.jp/d_apo/use_woman2.webp);
}

.use .image3 {
    background-image: url(https://silverocelot61.sakura.ne.jp/d_apo/use_woman3.webp);
}

.use .inner1 {
    padding: 3rem 2rem;
}

.use .inner2 {
    padding: 3rem 1rem 3rem 30rem;
}

.use h4 {
    font-size: 35px;
    margin-bottom: 10px;
}

.use p {
    font-size: 25px;
}

.bottom_area {
    padding: 65px 90px;
}

.bottom_area .cta {
    margin-top: 30px;
}

.link {
    margin-top: 15px;
}

.link .modal-open,
.link .modal-open2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-size: 30px;
    color: #7C7C7C;
    border-top: 1px solid #707070;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 80px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active {
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body,
.modal-body2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close2 {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 60px;
	color: #000000;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content,
.modal-content2 {
	background: #fff;
	text-align: left;
	padding: 30px 125px;
    border-radius: 20px;
}

.modal-content2 {
    padding: 30px 125px;
}

.modal-content .title,
.modal-content2 .title {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.modal-content dt {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.modal-content dd {
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding: 10px;
}

.modal-content .content p,
.modal-content2 .content p {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.modal-content .end {
    text-align: right;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.modal-content2 table {
    width: 100%;
    font-size: 1.3rem;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.modal-content2 table caption {
    background-color: #707070;
    color: #fff;
    padding: 0.5rem;
}

.modal-content2 table tbody {
    width: 100%;
}

.modal-content2 table td {
    display: table-cell;
    border: 1px solid #707070;
    padding: 0.5rem;
}

footer {
    width: 100%;
    background-color: #EAEAEA;
    text-align: center;
    font-size: 11px;
    padding: 1rem 0;
}

@media screen and (max-width: 431px) {
    header {
        max-width: 1000px;
        margin: 0 auto;
        background-color: #FAFAFA;
        display: flex;
        padding: 10px 11px;
        justify-content: space-between;
        font-family: "平成角ゴシック", "Heisei Kaku Gothic", sans-serif;
    }

    header .icon {
        width: 60px;
    }

    header .text {
        width: 40%;
        color: #707070;
        padding: 0.5rem 0;
    }

    header .text h1 {
        font-size: 14px;
    }

    header .text p {
        font-size: 7px;
    }

    header .text img {
        width: 80px;
    }

    header .button {
        width: 150px;
        padding: 0.7rem 0;
    }

    main {
        max-width: 1000px;
        margin: 0 auto;
        background-color: #FAFAFA;
    }

    .middle_area {
        padding: 40px 20px;
    }

    .txt_image img {
        width: 80%;
        margin: 0 auto;
    }

    .cta {
        margin-top: 30px;
        text-align: center;
    }

    .cta p {
        margin-top: 15px;
        font-size: 10px;
    }

    .mini_txt {
        text-align: center;
        font-size: 20px;
        margin-top: 45px;
    }

    .sub_txt {
        text-align: center;
        font-size: 24px;
        margin-top: 40px;
    }

    .chart_area {
        padding: 35px 20px 90px;
        background-color: #F4EADB;
    }

    .chart_area .title {
        text-align: center;
    }

    .chart_area .title h2 {
        font-size: 40px;
    }

    .chart_area .title p {
        font-size: 10px;
    }

    .chart {
        width: 100%;
        margin-top: 50px;
        font-size: 15px;
        text-align: center;
    }

    .chart img {
        width: 100%;
        margin-top: 30px;
    }

    .use .title {
        text-align: center;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .use .wrapper {
        width: 100%;
        height: 125px;
        margin-bottom: 30px;
    }

    .use .inner1 {
        padding: 1.2rem 1rem;
    }

    .use .inner2 {
        padding: 1.2rem 0.5rem 1rem 46vw;
    }

    .use h4 {
        font-size: 1.9vh;
        margin-bottom: 1vh;
    }

    .use p {
        font-size: 10px;
    }

    .bottom_area {
        padding: 3rem 1rem;
    }

    .bottom_area .cta {
        margin-top: 30px;
    }

    .link {
        margin-top: 15px;
    }

    .link .modal-open,
    .link .modal-open2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        font-size: 15px;
        color: #7C7C7C;
        border-top: 1px solid #707070;
        padding: 1.5rem 2rem 1.5rem 2.5rem;
        cursor: pointer;
    }
    
    /*モーダル本体の指定 + モーダル外側の背景の指定*/
    .modal-container,
    .modal-container2{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,0,0,50%);
        padding: 65px 0px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        box-sizing: border-box;
    }
    /*モーダル本体の擬似要素の指定*/
    .modal-container:before,
    .modal-container2:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    /*モーダル本体に「active」クラス付与した時のスタイル*/
    .modal-container.active,
    .modal-container2.active{
        opacity: 1;
        visibility: visible;
    }
    /*モーダル枠の指定*/
    .modal-body,
    .modal-body2{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 90%;
    }
    /*モーダルを閉じるボタンの指定*/
    .modal-close,
    .modal-close2{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -25px;
        right: -15px;
        width: 40px;
        height: 40px;
        font-size: 60px;
        color: #000000;
        cursor: pointer;
    }
    /*モーダル内のコンテンツの指定*/
    .modal-content,
    .modal-content2{
        background: #fff;
        text-align: left;
        padding: 15px;
        border-radius: 10px;
    }
    
    .modal-content .title,
    .modal-content2 .title {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .modal-content .content dt {
        font-size: 1rem;
    }

    .modal-content .content dd {
        font-size: 0.8rem;
    }
    
    .modal-content .content p,
    .modal-content2 .content p {
        margin-bottom: 1rem;
        font-size: 0.8rem;
    }
    
    .modal-content .end,
    .modal-content2 .end {
        text-align: right;
        margin-bottom: 1rem;
        font-size: 0.8rem;
    }

    .modal-content2 table {
        width: 100%;
        font-size: 0.8rem;
        border-collapse: collapse;
    }

    footer {
        width: 100%;
        background-color: #EAEAEA;
        text-align: center;
        font-size: 9px;
        padding: 1rem 0;
    }
}