@charset "UTF-8";


.pathsample {
    background-image: url('../../images/pcf/top/bg_border.png');
}

/* --------------------------------Guide 2025 */
/* mission2025 */
.section-movie2025 {
    margin: 0 calc(50% - 50vw);
    margin-top: 3em;
}

.section_mission {
    width: 100vw;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 120px 0 120px 0  ;
}

.mission_left_container {
    width: 36%;
    height: 480px;
    background-image: url('../../images/pcf/top/bg_border.png');
    background-size: auto 480px;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.mission_main_container {
    width: 1000px;
    height: 480px;
    background-image: url('../../images/pcf/top/mission_bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}


.mission_content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px;
}

.section_title202503 {
    color: #6699CC;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    font-family: "Ramabhadra", sans-serif;
    font-weight: 600;
    margin: 60px 0 40px 0;
    letter-spacing : 0.08em;
}

.mission_subtitle_wrapper {
    display: flex;
    align-items: baseline;
    margin-top: -30px;
}

.mission_subtitle01 {
    color: #13295A;
    font-family: "Ramabhadra", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 26px;
    letter-spacing : 0.05em;
}

.mission_subtitle02 {
    color: #13295A;
    font-family: "Meiryo", sans-serif;
    font-weight: bold;
    font-size: 19px;
    margin-left: 1px;
}

.mission_text {
    color: #13295A;
    font-family: sans-serif;
    font-size: 15px;
    text-align: justify;
    width: 346px;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing : 0.05em;
}

.mission_illust {
    width: 180px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 20px;
}


@media screen and (max-width: 1024px) {
    .mission_left_container {
        width: 2px;
        opacity: 0;
        pointer-events: none;
    }

    .mission_main_container {
        width: 100%;
        margin-left: 0px;
        padding-left: 10px;
    }

    .section_title202503 {
        font-size: 32px;
    }

    .mission_subtitle_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .mission_subtitle01 {
        font-size: 24px;
    }

    .mission_subtitle02 {
        font-size: 18px;
        margin-left: 0;
    }

    .mission_text {
        width: 30%;
        font-size: 14px;
    }
    .mission_illust {
        position: relative;
        bottom: -10px;
    }
}





/* service2025 */
.section_service2025 {
    margin: 0 calc(50% - 50vw);
    margin-top: 100px;
}

.section_service {
    width: 100vw;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 140px 0 140px 0;
}

.service_right_container {
    width: calc((100vw - 1000px) / 2);
    height: 480px;
    background-image: url('../../images/pcf/top/bg_border.png');
    background-size: auto 480px;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.service_main_container {
    width: 1000px;
    height: 480px;
    background-image: url('../../images/pcf/top/bg_border.png');
    background-size: auto 480px;
    background-repeat: repeat-x;
    background-position: top left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
    text-align: center; 
}

.service_illust {
    width: 140px;
    height: auto;
    position: absolute;
    top: -30px; 
    right: 10%; 
    z-index: 10;
}

.service_content_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 98%; 
    padding: 0 40px;
    gap: 2%;
}


.service_content_DS, .service_content_CS, .service_content_PS {
    flex: 1;
    width: 28%;
    min-height: 424px;
    background-size: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid rgba(217,217,217,1);
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    justify-content: space-between;
}

.service_content_DS {
  background-image: url('../../images/pcf/top/service_content_bg_DS.png');
}
.service_content_CS {
  background-image: url('../../images/pcf/top/service_content_bg_CS.png');
}
.service_content_PS {
  background-image: url('../../images/pcf/top/service_content_bg_PS.png');
}


.service_inner_wrapper {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%; 
}

.service_icon {
    width: 72px;
    height: auto;
    margin-top:10px;
    margin-bottom: 10px;
}
.service_contenttitle {
    color: #13295A;
    font-family: "Ramabhadra", "Open Sans", sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing : 0.08em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.service_text {
    color: #13295A;
    font-family: sans-serif;
    font-size: 15px;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.button_service_darkblue, .button_service_gray {
    width: 100%;
    max-width: 200px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    font-family: sans-serif;
    letter-spacing : 0.06em;
}
.button_service_darkblue {
    background-color: #13295A;
    border: 1px solid #13295A;
}
.button_service_darkblue a {
    color: #fff;
    text-decoration: none;
    display: block; 
}
.button_service_gray {
    background-color: #F7F7F7;
    border: 1px solid #13295A;
    margin-top: 10px;
}
.button_service_gray a {
    color: #13295A;
    text-decoration: none;
    display: block;
}
.button_service_darkblue:hover {
    background-color: #173975;
}
.button_service_gray:hover {
    background-color: #EAF0F9;
}

@media screen and (max-width: 1024px) {
    .service_main_container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .service_right_container {
        width: 1%;
        opacity: 0;
        pointer-events: none;
    }
    .#13295A {
        font-size: 16px;
    }
    .service_text {
        font-size: 14px;
    }
    .service_illust {
    top: -30px; 
    }
    
}


/* citation2025 */
.section_citation2025 {
    margin: 0 calc(50% - 50vw);
    margin-top: 100px;
}


.section_citation {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 200px 0 0 0;
}


.citation_main_container {
    width: 1000px;
    background-image: url('../../images/pcf/top/bg_border.png');
    background-size: auto 480px;
    background-repeat: repeat;
    background-position: top left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: center; 
    padding-bottom: 80px;
}

.citation_illust {
    width: 150px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 80px;
}

.citation_content_wrapper {
    display: flex;
    justify-content: column; 
    align-items: center;
    flex-direction: column;
    width: 80%; 
    margin-top: 10px;
    padding: 50px;
    background-color: #FFF;
}
.citation_content_wrapper h4 {
    color: #13295A;
    font-family: sans-serif;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    letter-spacing : 0.06em;
    margin-bottom: 10px;
}
.citation_content_wrapper span {
    color: rgb(247, 56, 89);
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.citation_content_wrapper p {
    line-height: 1.5em;
    color: #13295A;
    font-family: sans-serif;
    font-size: 15px;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 60px;
}

.citation_item_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.citation_item_wrapper p {
    flex: 1;
    margin-top: 0;
    text-align: left;
}

.citation_button_wrapper {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4px;
}

.button_gray_min {
    min-width: 70px;
    text-align: center;
    border-radius: 10px;
    padding: 4px;
    font-size: 12px;
    font-family: sans-serif;
    background-color: #eaeaea;
    letter-spacing : 0.06em;
}
.button_gray_min a {
    color: #13295A;
    text-decoration: none;
    display: block;
}
.button_gray_min:hover {
    background-color: #EAF0F9;
}



/* specialThanks memberships 2025 */
.section_specialThanks_memberships2025 {
    margin: 0 calc(50% - 50vw);
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 60px 0 0 0;
}


.specialThanks_memberships_container {
    width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: center; 
    padding-bottom: 20px;
}

.grid2025 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding-bottom: 3em;
    width: 90%;
    max-width: 1000px;
}
.item2025 {
    border-radius: 10px;
    background: #fff;
    border: #D9D9D9 solid 1px;
    padding: 1em;
    text-align: center;
}

.item2025 img {
    max-width: 100%;
    height: auto;
}



/* --------------------------------Guide 2025 */
.help-wrapper .content .column-wrapper .column-right .right-wrap h2 {
    color: #13295A !important;
}
.darkblue {
    color: #13295A !important;
}
.guide_wrapper {
    max-width: 800px;
}
.guide_wrapper h5 {
    color: #13295A;
    font-size: 1.1em;
    margin-bottom: 1em;
    padding-bottom: 0px;
    font-weight: bold;
}
.p_bottom3em {
    margin-bottom: 3em;
    line-height: 1.5em;
}

.p_bottom10px {
    color: #13295A;
    margin-bottom: 10px!important;
}


/* Overview */
span.guide_subtitle {
    font-size: 0.6em;
    font-weight: 400;
}

.guide_pagetitlelogo {
    margin-top: 40px !important;
    margin-bottom: 40px!important;
}

.guidesOV_BG_box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    gap: 2%;
    margin-top: 26px;
    margin-bottom: 60px;
}
.guidesOV_BG_contents {
    flex: 1;
    width: 28%;
    min-height: 240px;
    border: 2px solid #EFEFEF;
    border-radius: 5px;
    padding: 30px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.guidesOV_BG_icon {
    width: 80% !important;
}
.guidesOV_text {
    color: #13295A;
    font-family: sans-serif;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 10px!important;
}

@media screen and (max-width: 650px) {
	.guidesOV_BG_box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .guidesOV_BG_contents {
    width: 96%;
    min-height: 140px;
  }
  .guidesOV_BG_icon {
    width: 60% !important;
    margin-top: 10px !important;
  }
	.guidesOV_BG_contents {
    min-height: 160px;
	}
}
.button_gray_min02 {
    min-width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    font-family: sans-serif;
    background-color: #EFEFEF;
    letter-spacing : 0.06em;
}
.button_gray_min02 a {
    color: #13295A;
    text-decoration: none;
    display: block;
}
.button_gray_min02:hover {
    background-color: #EAF0F9;
}




/* Beginner's Guide */
.feature_container {
    background-color: #F4F4F4;
    padding: 50px;
    margin-bottom: 60px;
}

.feature_centering_box {
    padding-bottom: 30px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.feature_centering_box img {
	  width: 60px!important;
    margin-bottom: 5px!important;
    box-shadow: none !important;
}

.feature_centering_box h6 {
    color: #13295A;
    font-size: 1.1em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-width: 0 0 2px 0;
    border-style: solid;
    font-weight: bold;
}

/* COLOR */
.underbar_ds {
    border-color: #D61518;
}
.underbar_cs {
    border-color: #FC5D13;
}
.underbar_ps {
    border-color: #4AB223;
}

.fontcolor_ds {
    color: #D61518;
}
.fontcolor_cs {
    color: #FC5D13;
}
.fontcolor_ps {
    color: #4AB223;
}



.feature_item_box {}
.feature_item_box p {
    margin-bottom: 20px!important;
}

.feature_item_box img,
.guide_item_box img {
    display: block;
    margin: 0 auto;
    width: 80%!important;
    margin-bottom: 60px!important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.no_shadow {
    box-shadow: none !important;
    width: 96%!important;
}


.guide_item_list ul {
    list-style: none;
    padding: 0;
    line-height: 2;
}

.guide_item_list ul li a {
    color: #13295A;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-left: 12px;
}

.guide_item_list ul li a::before {
    content: "▸";
    font-size: 12px;
    color: #13295A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.guide_item_list ul li a:hover {
    color: #FC5D13;
    text-decoration: none;
}

.guide_item_list ul li a:hover::before {
    color: #FC5D13;
}

.guide_item_box p,
.guide_item_box h5 {
    margin-bottom: 30px !important;
    width: 90%;
    display: block;
    margin: 0 auto;
}

p.guide_itemtitle {
    background-color: #13295A;
    padding: 10px 0 9px 20px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 60px 0 30px 0!important;
}
.guide_item_box_inner {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.guide_item_box_inner img {
    margin-bottom: 50px!important;
}


[id] {
    scroll-margin-top: 80px;
}




.label_pickup {/* picup!便利な機能紹介 */
  color: #fff;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
  transform: rotate(-5deg);
  transform-origin: left bottom;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
}

.label_bg {
    padding: 10px 20px 9px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.backgroundcolor_ds {
    background-color: #D61518;
}
.backgroundcolor_cs {
    background-color: #FC5D13;
}
.backgroundcolor_ps {
    background-color: #4AB223;
}



