@charset "utf-8";
/* style.css
 * **************************************************
 * ポール開発秘話
 * **************************************************
 */

:root {
    --color-blue: #00aed4;
    --color-pink: #dd6987;
    --drop-shadow: 5px 5px 0;
}

/* ========================================
   ベース
   ======================================== */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
    font-size: 62.5%;
}

body {
    color: #231815;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "メイリオ", sans-serif;
    font-feature-settings: "palt";
    font-optical-sizing: auto;
    font-size: min(1.32vw, 14px);
    overflow-x: hidden;
}

/* img */
img {
    max-width: 100%;
}

/* heading */
h2,
h3,
h4 {
    margin: 0 auto;
}

p{
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 2rem;
    font-family: "Noto Serif JP", serif;
}

#main {
    display: block;
}

/* fixedButton */
#fixedButton {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: 0.5s;
    width: min(100vw, 1280px);
    z-index: 99;
}

#fixedButton.show {
    transform: translate(-50%, 0);
}

#fixedButton ul {
    align-items: flex-end;
    display: flex;
    gap: 0 3.26%;
    justify-content: center;
    margin: 0 auto;
    width: 71.87%;
}

#fixedButton ul li {
    flex: 1;
    max-width: 600px;
}

#fixedButton ul li a {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: #ffffff;
    display: block;
    font-size: min(3.12vw, 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.75em 0 0.45em;
    position: relative;
    text-align: center;
    transition: padding-bottom 0.2s;
    width: 100%;
}

#fixedButton ul li a:hover {
    padding-bottom: 0.7em;
}

#fixedButton ul li a::after {
    border: 2px solid #ffffff;
    border-bottom: none;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    content: "";
    display: block;
    height: calc(100% - 6px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 12px);
}

#fixedButton ul li.btnSearch a {
    background-color: #34a174;
}

#fixedButton ul li.btnTrial a {
    background-color: #f39800;
}

#fixedButton ul li.btnEntry a {
    background-color: #0081cc;
}

#fixedButton p.notes {
    background-color: #e3697f;
    color: #ffffff;
    font-size: min(1.25vw, 16px);
    letter-spacing: 0.06em;
    padding: 1.12em 0 1em;
    text-align: center;
}

#fixedButton p.notes b {
    display: inline-block;
    letter-spacing: 0.2em;
}

/* ========================================
   コンテンツ
   ======================================== */

/* content */
#content {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#content .main_content{
    width: 100%;
    background-color: #F7931E;
    padding: 4rem 0;
}

#content .sub_content{
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding: 15rem 0;
}

#content .content_inner {
    width: 1100px;
    margin: 0 auto;
    padding: 5rem 0;
}

#content .sub_content .content_inner{
    width: 980px;
    background-color: #FFF9EB;
}

#content .inner{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 5rem 4rem;
    background-color: #FFF;
}

/*イメージ画像*/
#content .absolute_img{
    position: absolute;
    z-index: 5;
}
#content .absolute_img.img01{
    width: 350px;
    right: 7%;
    bottom: -5%;
}
#content .absolute_img.img02{
    width: 300px;
    right: -6%;
    top: -7%;
}
#content .absolute_img.img03{
    width: 450px;
    left: -13%;
    top: 18%;
}
#content .absolute_img.img04{
    width: 300px;
    right: 6%;
    bottom: -7%;
}
#content .absolute_img.img05{
    width: 370px;
    right: 0;
    bottom: 0;
}
#content .absolute_img.img06{
    width: 400px;
    left: 9%;
    bottom: -30%;
}
#content .absolute_img.img07{
    width: 280px;
    right: -7%;
    top: 18%;
    transform: rotate(-15deg);
}
#content .absolute_img.img08{
    width: 230px;
    left: 18%;
    bottom: 0;
}
#content .absolute_img.img09{
    width: 550px;
    left: -38%;
    top: -3%;
}
#content .absolute_img.img10{
    width: 450px;
    right: -25%;
    bottom: -3%;
}

#content .mainvisual {
    position: relative;
    margin-bottom: 12rem;
}

#content .p_sectionBox{
    position: relative;
    margin-bottom: 12rem;
}

#content .p_sectionBox h2{
    position: absolute;
    z-index: 2;
}

#content .p_sectionBox.section01 h2{
    top: -5%;
}
#content .p_sectionBox.section01 h2 img{
    width: 86%;
}
#content .p_sectionBox.section01 .inner{
    padding-top: 10rem;
}

#content .p_sectionBox.section02 h2{
    top: -5%;
    right: 3%;
}
#content .p_sectionBox.section02 h2 img{
    width: 90%;
}
#content .p_sectionBox.section02 .p_text01{
    padding-left: 8rem;
}
#content .p_sectionBox.section02 .p_text02{
    padding-left: 30rem;
    padding-right: 12rem;
}

#content .p_sectionBox.section03 h2{
    top: -10%;
    left: 3%;
}
#content .p_sectionBox.section03 h2 img{
    width: 90%;
}
#content .p_sectionBox.section03 .inner{
    padding-top: 10rem;
    padding-bottom: 15rem;
}

#content .p_sectionBox.section04 h2{
    top: -2.5%;
    right: 7%;
}
#content .p_sectionBox.section04 .inner{
    padding-top: -1rem;
}
#content .p_sectionBox.section04 .p_column_box{
    display: flex;
    margin: 4rem auto;
    width: 85%;
    align-items: center;
    gap: 20px;
}
#content .p_sectionBox.section04 .p_column_box h3 img{
    width: 200px;
    padding-bottom: 1.5rem;
}
#content .p_sectionBox.section04 .p_column_box p{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 2em;
}
#content .p_sectionBox.section04 .p_column_box .left{
    width: 50%;
}
#content .p_sectionBox.section04 .p_column_box .right{
    flex: 1;
}
#content .p_sectionBox.section04 .p_column_box.box01{
    width: 80%;
    margin: 0;
}
#content .p_sectionBox.section04 .p_column_box.box02 h3{
    text-align: right;
}

#content .p_sectionBox.section05 h2{
    top: -10%;
    left: 2%;
}
#content .p_sectionBox.section05 h2 img{
    width: 90%;
}
#content .p_sectionBox.section05 .inner{
    padding-top: 8rem;
    padding-left: 39rem;
}

#content .sub_content h2{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    z-index: 5;
}
#content .sub_content .content_inner{
    padding: 30rem 3rem 0.5rem 3rem;
}
#content .sub_content .p_sectionBox.section01 h2 img{
    width: 100%;
}
#content .sub_content .p_sectionBox .inner{
    background-color: rgba(255,255,255,0);
    width: 100%;
    padding: 0;
}
#content .sub_content .p_sectionBox .inner p{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
        "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "メイリオ", sans-serif;
    margin: 2rem 0 5rem;
    font-size: 16px;
}
#content .sub_content .p_sectionBox .inner .right_inner{
    width: 75%;
    margin: 8rem 0 3rem auto;
}
#content .sub_content .p_sectionBox .inner .left_inner{
    width: 75%;
    margin: 8rem auto 3rem 0;
}

/* ---------------------------------------- */
/*  フッター */
/* ---------------------------------------- */

.footer {
    background-color: #ffffff;
}

.footer-inner {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 0 min(6.25vw, 80px);
    width: min(100%, 1280px);
}

.footer-logo {
    display: flex;
    gap: 0 50px;
    justify-content: center;
}

.footer-logo-item {
    transition: opacity 0.3s;
    width: 17.96%;
}

.footer-logo-item:hover {
    opacity: 0.8;
}

.sp{
    display: none;
}

@media screen and (max-width: 1100px){
    #content .content_inner{
        width: 100%;
    }
    #content .inner{
        width: 100%;
    }
    #content .content_inner,#content .sub_content .content_inner{
        width: 90%;
        margin: 0 auto;
    }
    #content .sub_content h2{
        width: 85%;
    }
}

@media only screen and (max-width: 850px) {
    :root {
        --drop-shadow: 3px 3px 0;
    }

    /* ========================================
   ベース
   ======================================== */

    /* container */
    .container {
        margin: 0 3%;
    }

    /* fixedButton */
    #fixedButton {
        width: 100%;
    }

    #fixedButton ul {
        gap: 0 2%;
        width: 94%;
    }

    #fixedButton ul li a {
        font-size: 3.73vw;
        padding-top: 1em;
        padding-bottom: 0.71em;
    }

    #fixedButton ul li a::after {
        border-width: 1px;
        height: calc(100% - 4px);
        width: calc(100% - 8px);
    }

    #fixedButton p.notes {
        font-size: 2.66vw;
        line-height: 1.4;
        word-break: keep-all;
    }

    .sp{
        display: block;
    }
    
    .pc{
        display: none;
    }

    .sp_img{
        width: 75%;
        margin: 1rem auto;
    }

    /* ========================================
   コンテンツ
   ======================================== */

   #content .absolute_img.img02 {
        width: 35%;
        right: -14%;
        top: -5%;
    }
    #content .absolute_img.img03{
        position: static;
    }
    #content .absolute_img.img04 {
        right: -3%;
        bottom: -2%;
    }
    #content .absolute_img.img05{
        width: 40%;
        top: 11%;
    }
    #content .absolute_img.img06{
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -11%;
    }
    #content .absolute_img.img07{
        top: 9%;
    }
    #content .absolute_img.img09,#content .absolute_img.img10{
        position: static;
    }

    #content .p_sectionBox.section02 .p_text01{
        padding-left: 0;
        padding-right: 12rem;
    }
    #content .p_sectionBox.section02 .p_text02{
        padding: 0;
    }
    
    #content .p_sectionBox.section03 h2 {
        top: -5%;
        left: 3%;
    }
    #content .p_sectionBox.section03 .p_text01{
        padding-right: 20rem;
    }
    #content .p_sectionBox.section03 .p_text02{
        padding-right: 20rem;
    }

    #content .p_sectionBox.section04 h2{
        right: 1%;
    }
    #content .p_sectionBox.section04 .p_column_box,#content .p_sectionBox.section04 .p_column_box.box01{
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #content .p_sectionBox.section04 .p_column_box.box02{
        width: 100%;
        flex-direction: column; 
    }
    #content .p_sectionBox.section04 .p_column_box .left,#content .p_sectionBox.section04 .p_column_box .right{
        width: 100%;
    }
    #content .p_sectionBox.section04 .p_text01{
        padding-right: 15rem;
        margin-bottom: 10rem;
    }
    #content .p_sectionBox.section04 .p_column_box.box02 h3{
        text-align: left;
    }
    
    #content .p_sectionBox.section05 .inner{
        padding-left: 32rem;
    }
    #content .absolute_img.img08 {
        width: 41%;
        left: 0%;
        bottom: 0;
    }

    #content .sub_content h2{
        top: 2%;
    }
    #content .sub_content .p_sectionBox .inner .right_inner,#content .sub_content .p_sectionBox .inner .left_inner{
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    p{
        font-size: 16px;
    }
    #content .main_content{
        padding-bottom: 0;
    }
    #content .p_sectionBox.section04 .p_column_box p,#content .sub_content .p_sectionBox .inner p{
        font-size: 15px;
    }
    .sp_img{
        width: 100% !important;
    }
    #content .content_inner{
        width: 100%;
        padding-top: 0;
    }
    #content .inner{
        width: 90%;
        padding: 2rem;
    }
    #content .p_sectionBox{
        margin-bottom: 6rem;
    }
    #content .absolute_img.img01 {
        width: 53%;
        right: 1%;
        bottom: -5%;
    }
    #content .p_sectionBox.section01 h2 {
        top: -3%;
        left: 3%;
    }
    #content .p_sectionBox.section01 .inner {
        padding-top: 5rem;
    }
    #content .absolute_img.img02 {
        width: 38%;
        right: -10%;
        top: 0%;
    }
    #content .p_sectionBox.section02 h2{
        width: 20%;
        right: 7%;
    }
    #content .p_sectionBox.section02 .p_text01{
        padding-right: 8rem;
    }
    #content .absolute_img.img04 {
        right: -3%;
        bottom: -8%;
        width: 52%;
    }
    #content .p_sectionBox.section03{
        margin-top: 9rem;
    }
    #content .p_sectionBox.section03 h2{
        top: -2%;
    }
    #content .p_sectionBox.section03 .inner{
        padding-top: 6rem;
    }
    #content .p_sectionBox.section03 .p_text01 {
        padding-right: 10rem;
    }
    #content .p_sectionBox.section03 .p_text02{
        padding-right: 0;
    }
    #content .absolute_img.img05 {
        width: 40%;
        top: 9%;
    }
    #content .absolute_img.img06 {
        width: 70%;
        bottom: -7%;
    }
    #content .p_sectionBox.section04 h2{
        width: 20%;
    }
    #content .p_sectionBox.section04 h2 {
        right: 2.5%;
        top: -1%;
    }
    #content .absolute_img.img07 {
        top: 7%;
        width: 33%;
    }
    #content .p_sectionBox.section04 .p_text01{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    #content .p_sectionBox.section04 .p_column_box h3{
        width: 40%;
        margin: 0;
    }
    #content .p_sectionBox.section04 .p_column_box, #content .p_sectionBox.section04 .p_column_box.box01{
        gap: 0;
    }
    #content .p_sectionBox.section05 h2 {
        top: -3%;
        left: 3%;
        width: 93%;
    }
    #content .p_sectionBox.section05 .inner{
        padding-top: 12rem;
        padding-left: 14rem;
    }
    #content .absolute_img.img08 {
        width: 47%;
        left: -7%;
        bottom: 2%;
    }
    #content .sub_content{
        padding: 0;
    }
    #content .sub_content .content_inner{
        width: 100%;
    }
    #content .sub_content .content_inner {
        padding: 44rem 2rem 0.5rem 2rem;
    }
    #content .sub_content .p_sectionBox .inner .right_inner{
        margin-top: 0;
    }
    #content .sub_content .p_sectionBox .inner h3{
        width: 95%;
        margin: 0;
    }
    #content .sub_content .p_sectionBox .inner p{
        margin-bottom: 3rem;
    }
}

