/* 共通 */
.pc{
    display: block;
}
.sp{
    display: none;
}
.pad{
    display: none;
}
body p{
    font-family: 'Noto Sans JP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #534741;
}
h1,h2,h3,h4,h5{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    color: #534741;
}
.inner{
    max-width: 1000px;
    margin: 0 auto;
}
.min{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.sand{
    font-family: 'Noto Sans JP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.en{
    font-family: 'larken', serif;
    font-weight: 400;
}
.en_ital{
    font-family: 'larken', serif;
    font-style: italic;
    font-weight: 400;
}
.border-gold{
    border-color: #967c52 !important;
}
.c_gold{
    color: #967c52;
}
.semi{
    font-weight: 500;
}
.bold{
    font-weight: 600;
}
.textlink{
    color: #967c52;
    text-decoration: none;
}
.textlink:hover{
    color: #534741;
}

.fuwafuwa {
    animation: 2s fuwafuwa infinite;
}

@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(7px);
    }
    50% {
      transform: translateY(-7px);
    }
}
  
/* 下線リンクボタン */
.undbar a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px;
    color: #534741;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    float: right;
}
.undbar a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(83,71,65,.1);
    transform: translateX(-50%);
}
.undbar a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #534741;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.undbar a:hover {
    opacity: 0.7;
}
.undbar a:hover:after {
    transform: scale(1, 1);
}
.undbar_white a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    float: right;
}
.undbar_white a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.1);
    transform: translateX(-50%);
}
.undbar_white a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.undbar_white a:hover {
    opacity: 0.7;
}
.undbar_white a:hover:after {
    transform: scale(1, 1);
}

/* HEROSECTION */
.hero_section{
    min-height: 100vh;
}
.layer_bg {
    z-index: 99;
    background-image: url(img/overbg.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.inside_border {
    border: 5px solid white;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
}
.right_bg{
    background-image: url("img/umi_to_bg.jpg");
    background-size: cover;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: -5;
    background-position: center center;
}
.left_bg{
    background-image: url("img/yama_to_bg.jpg");
    background-size: cover;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -5;
    background-position: center center;
}
.hero_content{
    position: relative;
    z-index: 150;
    width: 100%;
    height: auto;
    padding: 6em 0;
}
.logo_a,.logo_b{
    width: 55%;
}
.vs {
    font-size: 7em;
    color: white;
    letter-spacing: 10px;
}
.bg-grade {
    display: inline-block;
    padding: 10px 20px;
    background-color: #69b67c;
    background-image: linear-gradient(90deg, #69b67c 0%, #49b9e1 100%);
}
.shadow{
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.top-reed h2{
    font-size: 3em;
}
.tr-pick{
    font-size: 2em;
    margin: 5px 0 20px;
}
.campain,.re_cont{
    background-color: rgba(255,255,255,0.6);
    border-radius: 50px;
    padding: 3em 2em;
}
.campain{
    animation-name: fade;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@keyframes fade{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
.lpttl_a{
    font-size: 2.5em;
    color: #967c52;
}
.campain_date{
    font-size: 2em;
}
.l_font{
    font-size: 1.5em;
    margin: 0 15px;
}
.top-vs-area{
    margin: 5em 0;
}
.big-yell{
    font-size: 1.5em;
    color: #ecde21;
}
.seablue{
    color: #003680;
}
.step,.step2{
    position: relative;
}
.step::after,.step2::after {
    font-family: "Font Awesome 6 Free";
    content: '\f105';
    font-weight: 900;
    position: absolute;
    top: -35%;
    right: -85%;
    font-size: 3em;
    color: #967c52;
    font-style: normal;
}
.step_sec{
    background-color: rgba(255,255,255,0.8);
    padding: 2em;
}
.yamagreen{
    color: #0f3c3c;
    font-weight: bold;
}
.umiblue{
    color: #003680;
    font-weight: bold;
}
/* コンテンツ */
.ttl_right_bg {
    background-image: url(img/umi_sec_bg.jpg);
    background-size: 100%;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: -5;
    background-position: right;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
.ttl_left_bg{
    background-image: url("img/yama_sec_bg.jpg");
    background-size: 100%;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -5;
    background-position: left;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
.logo_c,.logo_d{
    width: 45%;
    padding: 5em 0;
}
.sub_vs {
    font-size: 3em;
    color: white;
    letter-spacing: 10px;
}
.vc_bg_a{
    position: absolute;
    background-image: url(img/y_l_img01.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.vc_bg_b{
    position: absolute;
    background-image: url(img/u_l_img01.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.vc_bg_c{
    position: absolute;
    background-image: url(img/y_l_img02.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.vc_bg_d{
    position: absolute;
    background-image: url(img/u_l_img02.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.atag_a {
    width: 80px;
    top: 0;
    left: 5%;
    position: absolute;
}
.btag_a {
    width: 80px;
    top: 0;
    right: 5%;
    position: absolute;
}
.aone,.btwo{
    height: 100%;
}
.vc_textbox_a {
    background-color: rgba(15,60,60,0.6);
    position: absolute;
    bottom: 0;
    padding: 3em;
    width: 100%;
}
.vc_textbox_d {
    background-color: rgba(0,36,80,0.6);
    position: absolute;
    bottom: 0;
    padding: 3em;
    width: 100%;
}
.bimg_a {
    width: 80%;
    margin: 5em 0 0;
}
.aimg_b {
    width: 80%;
    margin: 5em 0 0;
}
.vc_textbox_b,.vc_textbox_c{
    padding: 3em;
}
.atwo{
    background-color: rgba(15,60,60,0.4);
}
.bone{
    background-color: rgba(0,54,128,0.4);
}

/* 会社情報 */
.question{
    width: 90px;
}
.infocont .table{
    height: 20em;
}
.info,.present{
    padding: 7em 0;
}
.infottl h3{
    margin-bottom: 3em;
}
.results-sec {
    background-color: #69b67c;
    background-image: linear-gradient(90deg, #69b67c 0%, #49b9e1 100%);
    height: 55vh;
    display: table;
    width: 100%;
}
.camfin_bg{
    background-image: url(img/cam_pcbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cam-fim{
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #967c52;
}
.cam-fim h5{
    line-height: 1.5;
}
.b-red{
    color: #dd1c24;
}
.re_cont{
    margin: 5em 0;
}
/* .re_left_bg {
    background-image: url(img/present_bg01.jpg);
    background-size: cover;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -5;
    background-position: center center;
}
.re_right_bg{
    background-image: url(img/present_bg02.jpg);
    background-size: cover;
    width: 50%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: -5;
    background-position: center center;
} */
.re_contsec{
    display: table-cell;
    vertical-align: middle;
}

.prz_logo img{
    width: 100px;
}
.prz_ttl {
    margin: 20px 0 0 25px;
    padding: 15px;
}
.prezttl h3{
    color: #967c52;
    font-size: 2.5em;
    padding-bottom: 20px;
    border-bottom: 2px solid #967c52;
}
.followttl {
    width: 100%;
    margin: 0;
    font-weight: 300;
    padding: 25px;
}
.footbtn_sec{
    display: table;
    width: 100%;
}
.follow_lonk_a{
    width: 50%;
    background-color: #0f3c3c;
    height: 100%;
}
.foot_tablecelll{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}
.foot_tablecelll img{
    width: 350px;
}
.yama_bg{
    background-color: #0f3c3c;
}
.umi_bg{
    background-color: #003680;
}
.copyright{
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin: 0;
}
.foot_tablecelll:hover,.przbtn:hover{
    opacity: 0.8;
}

/* pad特殊 */
@media screen and (min-width: 521px) and (max-width: 1024px) {
    .pad{
        display: block;
    }

}
    /* pad */
@media screen and (max-width: 960px) {
    /* hero */
    .top-reed h2 {
        font-size: 2em;
    }
    .tr-pick {
        font-size: 1.5em;
        margin: 0px 0 15px;
    }
    .top-vs-area {
        margin: 2.5em 0;
    }
    .vs {
        font-size: 3em;
    }
    .lpttl_a {
        font-size: 2em;
    }
    .campain_date {
        font-size: 1.5em;
    }
    .step::after {
        top: 10%;
        right: -30%;
        font-size: 1.5em;
    }
    .hero_content {
        padding: 4em 0 5em;
    }
    .step_sec {
        padding: 1em;
    }
    /* maincontent */
    .maincontent h3 {
        font-size: 1.2em;
        line-height: 1.5;
    }
    .maincontent p {
        font-size: 0.8em;
    }
    .vc_textbox_a,.vc_textbox_b, .vc_textbox_c,.vc_textbox_d {
        padding: 1.5em;
    }
    .atag_a,.btag_a{
        width: 65px;
    }
    .logo_c, .logo_d {
        width: 65%;
        padding: 4em 0;
    }
    .sub_vs{
        font-size: 2em !important;
        letter-spacing: 0;
    }
    .info, .present {
        padding: 4em 0;
    }
    .results-sec {
        height: 40vh;
    }
    .prz_ttl {
        font-size: 1.4em;
        line-height: 1.5;
    }

    .foot_tablecelll img {
        width: 300px;
    }
    .foot_tablecelll {
        height: 150px;
    }
    .infocont .table {
        height: 25em;
    }
    .re_cont{
        padding: 2em;
    }
    .re_cont h5{
        font-size: 1em;
    }
    .campain, .re_cont {
        background-color: rgba(255,255,255,0.6);
    }
}

/* sp */
@media screen and (max-width: 520px) {
    /* 共通 */
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .pad{
        display: none;
    }

    body p,.table{
        font-size: 0.9em;
    }
    .inner {
        max-width: 90%;
        margin: 0 auto;
    }
    /* hero */
    .gaiyou_sec{
        padding: 3em 0;
        background-color: #f5f5f5;
    }
    .step_sec{
        padding: 3em 0;
    }
    .step::after {
        content: '\f078';
        top: 350%;
        right: 40%;
        font-size: 1.5em;
    }
    .step2::after {
        content: '\f078';
        top: 430%;
        right: 40%;
        font-size: 1.5em;
    }
    .yama_prez_top {
        background-image: url(img/yama_sec_bg.jpg);
        background-position: center center;
        background-size: cover;
        width: 100%;
    }
    .yama_prez_top img {
        width: 60%;
        margin: 0 auto;
        display: block;
        padding: 3em 0;
    }
    .umi_prez_top {
        background-image: url(img/umi_sec_bg.jpg);
        background-position: center center;
        background-size: cover;
        width: 100%;
    }
    .umi_prez_top img {
        width: 60%;
        margin: 0 auto;
        display: block;
        padding: 3em 0;
    }
    .oshi_l{
        position: absolute;
        top: 0;
        left: 5%;
        width: 60px;
    }
    .oshi_r{
        position: absolute;
        top: 0;
        right: 5%;
        width: 60px;
    }
    .yama_a{
        background-image: url(img/y_l_img01.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 450px;
    }
    .umi_a{
        background-image: url(img/u_l_img01.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 450px;
    }
    .yama_c{
        background-image: url(img/y_l_img02.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 450px;
    }
    .umi_c{
        background-image: url(img/u_l_img02.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 450px;
    }
    .yama_b,.umi_b{
        min-height: 450px;
    }
    .yama_b{
        background-color: rgba(15,60,60,0.4);
    }
    .umi_b{
        background-color: rgba(0,54,128,0.4);
    }
    .yama_b_img {
        position: absolute;
        top: 5%;
        right: 0;
        width: 95%;
    }
    .umi_b_img {
        position: absolute;
        top: 5%;
        left: 0;
        width: 95%;
    }
    .kaisetsu_yama,.kaisetsu_umi{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .regtext{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .cont_link{
        display: block;
        text-align: right;
        margin-top: 10px;
        color: #ffffff;
        text-decoration: none;
    }
    .cont_link_c{
        display: block;
        text-align: right;
        margin-top: 10px;
        color: #534741;
        text-decoration: none;
    }
    /* アコーディオン */
    .accordion-006 {
        max-width: 450px;
        background-color: rgba(15,60,60,0.6);
    }
    .accordion-006 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        font-weight: 600;
        cursor: pointer;
    }
    .accordion-006 summary::-webkit-details-marker {
        display: none;
    }
    .accordion-006 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 15px;
        height: 15px;
        margin-left: 10px;
        border-bottom: 3px solid #ecde21;
        border-right: 3px solid #ecde21;
        content: '';
        transition: transform .3s;
    }
    .accordion-006[open] summary::after {
        transform: rotate(225deg);
    }
    .accordion-006 p {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: .3em 2em 1.5em;
        color: #333333;
        transition: transform .5s, opacity .5s;
    }
    .accordion-006[open] p {
        transform: none;
        opacity: 1;
    }
    .accordion-007 {
        max-width: 450px;
        background-color: rgba(0,36,80,0.6);
    }
    .accordion-007 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em;
        font-weight: 600;
        cursor: pointer;
    }
    .accordion-007 summary::-webkit-details-marker {
        display: none;
    }
    .accordion-007 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 15px;
        height: 15px;
        margin-left: 10px;
        border-bottom: 3px solid #ecde21;
        border-right: 3px solid #ecde21;
        content: '';
        transition: transform .3s;
    }
    .accordion-007[open] summary::after {
        transform: rotate(225deg);
    }
    .accordion-007 p {
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: .3em 2em 1.5em;
        color: #333333;
        transition: transform .5s, opacity .5s;
    }
    .accordion-007[open] p {
        transform: none;
        opacity: 1;
    }
    /* results */
    .results-sec {
        height: 45vh;
    }
    .re_cont {
        padding: 1em 1.5em 2em !important;
        border-radius: 20px;
        width: 100%;
        margin: 4em auto;
        padding: 0 5%;
        z-index: 999;
        position: relative;
    }
    .lpttl_a {
        font-size: 1.6em;
        padding: 20px 0 0 0;
    }
    .campain_date {
        font-size: 1.2em;
        margin: 0;
    }
    .re_cont h5 {
        font-size: 1em;
        line-height: 1.6;
    }
    /* info */
    .info, .present {
        padding: 3em 0;
    }
    .infottl h3 {
        margin-bottom: 2em;
    }
    .infocont .table {
        height: 0em;
    }
    .mapinfo{
	    text-align: center;
    }
    .mapinfo img{
        width: 80%;
    }
    /* present */
    .prezttl h3 {
        font-size: 2em;
        border-width: 1px;
    }
    .prz_logo img {
        width: 70px;
    }
    .prz_ttl {
        font-size: 1em;
        margin: 0 0 0 15px;
        padding: 15px 10px 10px 10px;
        font-weight: 600;
        text-align: center;
    }
    .camfin_bg{
        background-image: url(img/cam_spbg.png);
        z-index: 0;
    }
    
    /* foot */
    .followttl {
        font-weight: 500;
        font-size: 0.8em;
    }
    .foot_tablecelll img {
        width: 150px;
    }
    .foot_tablecelll {
        height: 75px;
    }
}