* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", HiraKakuProN-W6, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
}

p {
    display: block;
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    text-align: inherit;
}

figure {
    line-height: 0;
}

img {
    line-height: 0;
    max-width: 100%;
    height: auto;
}


/*======================================================*/

.wrap {
    width: 100%;
    margin: auto;
    background: #fff;
}

.wrapper {
    max-width: calc(1920px - (100vw - 100%));
    margin: auto;
}

.inr_wrap {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 768px) {
    .wrapper {
        min-width: auto;
        max-width: 100%;
        width: 100vw;
    }
    .inr_wrap {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .wrapper {
        min-width: auto;
        max-width: 540px;
        width: 100vw;
    }
}

.Content {
    background-color: #FFF;
}

@media (max-width: 768px) {
    .Content {
        background-color: #fff;
    }
}

.header {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: #250B02;
    text-align: center;
}

.header_logo img {
    height: 60px;
}

@media (max-width: 768px) {
    .header {
        height: 70px;
    }
    .header_logo img {
        height: 30px;
    }
}

.footer {
    width: 100%;
    padding: 50px 20px;
    color: #fff;
    background: #250B02;
}

.footer_copy {
    font-size: 1.2rem;
    font-weight: normal;
}

.mv {
    background-image: url(../img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.mv_ttl {
    padding-top: 50px;
}

.mv_ttl img {
    width: 60%;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.6));
}

.mv_sec01 {
    position: relative;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}

.mv_sec01 figure {
    position: relative;
}

.mv_sec01 .mv_pack {
    top: 0;
    left: 50px;
    z-index: 50;
}

.mv_sec01 .mv_fish {
    top: -150px;
    right: -50px;
    -webkit-animation: bound 1.5s infinite;
    animation: bound 1.5s infinite;
}

.mv_sec02 {
    margin-top: -100px;
}

.mv_sec04 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .mv_ttl img {
        width: 80%;
    }
    .mv_sec01 {
        margin-top: 50px;
    }
    .mv_sec01 .mv_pack {
        top: 0;
        left: 80px;
    }
    .mv_sec01 .mv_fish {
        top: -100px;
        right: 0;
    }
    .mv_sec02 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .mv {
        background-image: url(../img/sp/mv_bg.jpg);
    }
    .mv_ttl {
        padding-top: 20px;
    }
    .mv_ttl img {
        width: 90%;
        margin: auto;
    }
    .mv_sec01 {
        width: 100%;
        margin-top: 0px;
    }
    .mv_sec01 .mv_pack {
        top: 20px;
        left: 10%;
    }
    .mv_sec01 .mv_fish {
        top: 20px;
        right: 15%;
    }
    .mv_sec02 {
        padding-top: 100px;
    }
    .mv_sec03,
    .mv_sec04 {
        width: 90%;
        margin: auto;
    }
    .mv_sec03 figure+figure {
        width: 80%;
    }
    .mv_sec04 {
        padding-top: 20px;
        padding-bottom: 80px;
        margin-right: 2.5%;
    }
}

.cta_wrap {
    padding: 40px 0;
    background-image: url(../img/cta_bg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.cta_wrap02 {
    background-image: url(../img/cta_bg02.png);
}

.cta_inr {
    display: block;
    width: 760px;
    padding: 0 0 50px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
}

.cta_inr_wrap {
    position: relative;
    padding-top: 50px;
}

.cta_txtbox {
    display: block;
    width: 65%;
    margin: 0 0 0 auto;
}

.cta_pack {
    position: absolute;
    bottom: -10px;
    left: 60px;
}

.cta_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 480px;
    margin: auto;
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    background: #000;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.cta_btn::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    -ms-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.cta_btn02 {
    width: 640px;
    font-size: 3.2rem;
}

.cta_btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cta_btn:hover::before {
    -webkit-transform: skewX(-45deg) translateX(18.5em);
    -ms-transform: skewX(-45deg) translateX(18.5em);
    transform: skewX(-45deg) translateX(18.5em);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cta_btn02:hover::before {
    -webkit-transform: skewX(-45deg) translateX(26em);
    -ms-transform: skewX(-45deg) translateX(26em);
    transform: skewX(-45deg) translateX(26em);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cta_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 26px 0;
    text-align: center;
}

.cta_btn a:before {
    content: '\f35a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .cta_inr {
        width: 90%;
        padding: 0px 20px 50px;
    }
    .cta_inr_wrap {
        padding-top: 60px;
    }
    .cta_pack {
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .cta_txtbox {
        width: 100%;
        margin-top: 170px;
        text-align: center;
    }
    .cta_btn {
        width: 300px;
        padding: 0 20px;
        font-size: 2.6rem;
    }
    .cta_btn02 a {
        text-align: left;
        text-indent: -1.8em;
        padding-left: 1.8em;
    }
    .cta_btn02::before {
        left: -6em;
    }
}

.sec_wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.sec_inr {
    padding: 100px 0 80px;
    background: rgba(255, 255, 255, .8);
}

@media (max-width: 768px) {
    .sec_wrap {
        background-image: none!important;
    }
    .sec_inr {
        padding: 60px 0px;
    }
}

.sec01 {
    background-image: url(../img/sec01_bg.png);
    background-position: center -2px;
}

.sec01_txtbox {
    line-height: 1.8;
}

.sec01_ex {
    display: block;
    width: 840px;
    padding-bottom: 60px;
    margin: auto;
    border: 3px solid #de140a;
    border-radius: 10px;
}

.sec01_ex_ttl {
    padding: 20px;
    background: #de140a;
}

.sec01_ex_txtbox {
    position: relative;
    margin-top: 50px;
}

.sec01_ex_txtbox_inr {
    display: block;
    width: 65%;
    margin: 0 0 0 auto;
}

.sec01_ex_txtbox02_inr {
    width: 70%;
}

.sec01_ex_img {
    position: absolute;
    top: -30px;
    left: 20px;
}

.sec01_ex_img img {
    width: 40%;
}

.sec01_ex_img02 {
    width: 25%;
    margin-left: 5%;
}

.sec01_img02 {
    max-width: 840px;
    margin: auto;
}

@media (max-width: 768px) {
    .sec01_ex {
        width: 100%;
    }
    .sec01_ex_img {
        position: static;
        text-align: center;
    }
    .sec01_ex .flex {
        width: 90%;
        margin: 40px auto 0;
    }
    .sec01_ex_img img {
        width: 60%;
    }
    .sec01_txtbox {
        margin-top: 20px;
        order: 2;
    }
    .sec01_ex .flex figure {
        order: 1;
    }
    .sec01_ex_txtbox_inr {
        width: 90%;
        margin: 30px auto 0;
    }
    .sec01_img04 {
        margin-top: 20px;
    }
    .sec01_ex_txtbox02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sec01_ex_img02 {
        width: 60%;
        margin-left: 0;
        order: 1;
    }
    .sec01_ex_txtbox02_inr {
        width: auto;
        order: 2;
    }
}

@media (max-width: 768px) {
    .sec01_ex_img img {
        width: 90%;
    }
    .sec01_ex_img02 {
        width: 100%;
    }
}

.sec02 {
    background-image: url(../img/sec02_bg.jpg);
}

.sec02_inr {
    background-image: url(../img/sec02_inr_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 768px) {
    .sec02_inr {
        background-size: cover;
    }
}

.sec03 {
    background-image: url(../img/sec03_bg.jpg);
}

.sec03_inr {
    background: #fff;
}

.sec03_list {
    display: block;
    width: 800px;
    margin: auto;
}

.sec03_list_li {
    position: relative;
    padding-left: 120px;
    margin-top: 50px;
}

.sec03_list_li::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 22px;
    top: 14px;
    left: 0;
    background-image: url(../img/ic_fish02.svg);
}

.sec03_list_li:nth-child(2n)::before {
    background-image: url(../img/ic_fish01.svg);
}

.sec03_list_ttl {
    display: inline-block;
    font-size: 4.8rem;
    font-weight: bold;
    border-bottom: 6px dotted #FFAD43;
}

.sec03_list_li p {
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .sec03_list {
        width: 100%;
        margin-top: 80px;
    }
    .sec03_list_li {
        padding-left: 0px;
        margin-top: 70px;
    }
    .sec03_list_li::before {
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .sec03_list_ttl {
        font-size: 2.8rem;
    }
}

.sec04 {
    background-image: url(../img/sec04_bg.jpg);
}

.sec04_inr {
    width: 840px;
    margin: auto;
    padding: 60px 0;
}

.sec04_list_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    height: 300px;
    padding: 30px;
    margin-bottom: 40px;
    border: 2px solid #FFD6A1;
    border-radius: 10px;
    background: #fff;
}

.sec04_list_li.bg_y {
    background: #FFF7EC;
}

.sec04_list_txt {
    font-weight: normal;
    line-height: 1.6;
}

.sec04_list_name {
    position: relative;
    padding-right: 50px;
    text-align: right;
}

.sec04_list_name::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.sec04_list_name.male::after {
    background-image: url(../img/ic_male.svg);
}

.sec04_list_name.female::after {
    background-image: url(../img/ic_female.svg);
}

@media (max-width: 768px) {
    .sec04_list {
        margin-top: 40px;
    }
    .sec04_inr {
        width: 90%;
    }
    .sec04_list_li {
        width: 100%;
        height: auto;
    }
    .sec04_list_name {
        margin-top: 30px;
    }
}

.sec05 {
    background-image: url(../img/sec05_bg.jpg);
}

.sec05_inr {
    background: #fff;
    padding-bottom: 30px;
}

.sec05_list {
    width: 840px;
    margin: 40px auto 0;
}

.sec05_que {
    color: #FFAD43;
    padding: 15px 20px;
    border: 2px solid #FFAD43;
    border-radius: 8px;
    line-height: 1.6;
    text-indent: -3em;
    padding-left: 5em;
}

.sec05_ans {
    position: relative;
    margin: 25px 0 50px 1.5em;
    padding-left: 30px;
    color: #141414;
    font-size: 1.5rem;
    line-height: 1.8;
}

.sec05_ans::before {
    content: 'A. ';
    position: absolute;
    top: 0;
    left: 0;
    color: #FFAD43;
    font-size: 2rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .sec05_ttl {
        width: 60%;
        margin: auto;
    }
    .sec05_list {
        width: 100%;
    }
}

.sec06_inr {
    padding: 80px 0;
    background-image: url(../img/sec06_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec06_box01 {
    padding: 50px 0;
}

.sec06_box01 .sec06_txtbox {
    width: 350px;
    margin-left: 20px;
    line-height: 1.8;
}

.sec06_box01 .sec06_txtbox .name {
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.sec06_box01 .sec06_txtbox span {
    font-weight: bold;
    color: #FFAD43;
}

.sec06_box02 {
    width: 700px;
    margin: auto;
}

.sec06_box02 p {
    display: inline-block;
}

.sec06_box02_right {
    width: 400px;
}

@media (max-width: 768px) {
    .sec06_inr {
        background-image: none;
    }
    .sec06_box01 .sec06_txtbox {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .sec06_box02 {
        width: 100%;
    }
    .sec06_box02_right {
        width: 100%;
        margin-top: 20px;
    }
}


/***追加20200715**/

.souryou {
    background-color: #d1331e;
    color: #fdff0b;
    font-size: 16px;
    padding: 3px 6px;
    position: relative;
    top: -5px;
}

.main {
    text-align: center;
}

.main img {
    width: 100%;
    max-width: 1480px;
}

div.ttl_sec {
    text-align: center;
    width: 1000px;
    margin: 30px auto 40px;
}

div.ttl_sec h1 {
    font-size: 32px;
    line-height: 1.8;
    margin-bottom: 30px;
}

div.ttl_sec h1 span {
    font-size: 18px;
}

div.ttl_sec p {
    font-size: 16px;
    line-height: 1.8;
}

div.next_sec .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

div.next_sec .inner h1 {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 25px;
}

div.next_sec .inner p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding: 0 15%;
    margin-bottom: 50px;
}

div.next_sec .inner p span {
    text-decoration: underline;
    color: #CC0000;
}

div.entry_sec {
    width: 800px;
    margin: 0 auto 100px;
    text-align: center;
}

div.entry_sec .inner {
    display: flex;
    justify-content: space-between;
}

div.entry_sec .inner a {
    display: block;
    width: 31%;
    font-size: 14px;
    border: 1px solid #CCC;
    padding: 30px 0;
    position: relative;
    box-sizing: border-box;
}

div.entry_sec .inner a:hover {
    opacity: 0.8;
}

div.entry_sec .inner a.mm {
    background-color: #000;
    color: #FFF;
}

div.entry_sec .inner a.mm::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: 6px;
    background: url(../img/icon_mail.png) no-repeat;
    background-size: contain;
    margin-bottom: -3px;
}

div.entry_sec .inner a.fb {
    background-color: #3b5998;
    color: #fff;
}

div.entry_sec .inner a.fb::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 6px;
    background: url(../img/icon_fb.png) no-repeat;
    background-size: contain;
    margin-bottom: -4px;
}

div.entry_sec .inner a.in::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 6px;
    background: url(../img/icon_insta.png) no-repeat;
    background-size: contain;
    margin-bottom: -4px;
}

@media (max-width: 768px) {
    div.ttl_sec {
        text-align: center;
        width: 90%;
        margin: 30px auto 40px;
    }
    div.ttl_sec h1 {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    div.ttl_sec h1 span {
        font-size: 18px;
    }
    div.ttl_sec p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }
    div.next_sec .inner {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    div.next_sec .inner h1 {
        background-color: #000;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 10px 0;
        margin-bottom: 25px;
    }
    div.next_sec .inner p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        padding: 0% 3%;
        margin-bottom: 30px;
    }
    div.next_sec .inner p span {
        text-decoration: underline;
        color: #CC0000;
    }
    div.entry_sec {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
    }
    div.entry_sec .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5%;
    }
    div.entry_sec .inner a {
        display: block;
        width: 100%;
        font-size: 14px;
        border: 1px solid #CCC;
        padding: 30px 0;
        position: relative;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    div.entry_sec .inner a:hover {
        opacity: 0.8;
    }
    div.entry_sec .inner a.mm {
        background-color: #000;
        color: #FFF;
    }
    div.entry_sec .inner a.mm::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 16px;
        margin-right: 6px;
        background: url(../img/icon_mail.png) no-repeat;
        background-size: contain;
        margin-bottom: -3px;
    }
    div.entry_sec .inner a.fb {
        background-color: #3b5998;
        color: #fff;
    }
    div.entry_sec .inner a.fb::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 20px;
        margin-right: 6px;
        background: url(../img/icon_fb.png) no-repeat;
        background-size: contain;
        margin-bottom: -4px;
    }
    div.entry_sec .inner a.in::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 20px;
        margin-right: 6px;
        background: url(../img/icon_insta.png) no-repeat;
        background-size: contain;
        margin-bottom: -4px;
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1020px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
}

.jpn {
    font-family: 'Noto Serif JP', serif !important;
    font-weight: 500 !important;
}