@charset 'UTF-8';
@font-face
{
    font-family: 'notoSans';
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url('../font/NotoSans/NotoSansR.woff') format('woff');
}

@font-face
{
    font-family: 'notoSans';
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url('../font/NotoSans/NotoSansM.woff') format('woff');
}

@font-face
{
    font-family: 'notoSans';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('../font/NotoSans/NotoSansB.woff') format('woff');
}

@font-face
{
    font-family: 'notoSans';
    font-weight: 900;
    font-style: normal;

    font-display: swap;
    src: url('../font/NotoSans/NotoSansH.woff') format('woff');
}

.inner
{
    max-width: 1100px;
    margin: 0 auto;
}

.bg1
{
    background: url(../images/bg1.png);
}

.bg2
{
    background: url(../images/bg2.png);
}

.bg3
{
    background: url(../images/bg3.png);
}

.bg4
{
    background: url(../images/bg4.png);
}

.bg5
{
    background: url(../images/bg5.png);
}

.bg6
{
    background: url(../images/bg6.png);
}

.bg7
{
    background: url(../images/bg7.png);
}

.bg8
{
    background: url(../images/bg8.png);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    font-family: 'notoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    line-height: 1.6;

    background: #fbf5db;
}

p
{
    font-weight: bold;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

img
{
    max-width: 100%;

    vertical-align: bottom;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

main
{
    overflow: hidden;
}

.red
{
    color: #e00000;
}

.purple
{
    color: #ff016a;
}

.pdTB7
{
    padding: 7% 0;
}

.pdB7
{
    padding-bottom: 7%;
}

.pdT7
{
    padding: 7% 0 0;
}

@media screen and (max-width: 834px)
{
    .pdLR7
    {
        padding: 7%;
    }
}

.textC
{
    text-align: center;
}

.header__menu
{
    position: fixed;
    z-index: 999999;
    top: 20px;
    right: 20px;

    width: 50px;
    height: 50px;

    border: 4px solid #000;
    border-radius: 5px;
    background: linear-gradient(to bottom, #f6601f, #ea1702);
}

.header__menu__line
{
    position: relative;

    width: 31px;
    height: 21px;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;

    cursor: pointer;
}

.header__menu__line span
{
    position: absolute;

    display: block;

    width: 100%;
    height: 3px;

    transition: .6s;

    background: #000;
}

.header__menu__line span:first-child
{
    top: 0;
}

.header__menu__line span:nth-child(2)
{
    top: 9px;
}

.header__menu__line span:last-child
{
    bottom: 0;
}

.header__menu__line.is-active span
{
    transition: .6s;
}

.header__menu__line.is-active span:first-child
{
    top: 50%;

    transform: rotate(45deg);
}

.header__menu__line.is-active span:nth-child(2)
{
    opacity: 0;
}

.header__menu__line.is-active span:last-child
{
    top: 50%;

    transform: rotate(-45deg);
}

.navi
{
    position: fixed;
    z-index: 99999;

    display: flex;

    width: 100%;
    height: 100vh;

    color: #000;

    justify-content: center;
    align-items: center;
}

.navi__wrap
{
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 60px 0;
    padding-left: 0;

    list-style-type: none;

    text-align: center;

    background: #fff;

    justify-content: center;
}

.navi__wrap li a
{
    font-weight: 900;

    display: block;

    padding: 10px;

    text-decoration: none;

    color: #000;
}

.navi-enter,
.navi-leave-to
{
    opacity: 0;
}

.navi-enter-to,
.navi-leave
{
    opacity: 1;
}

.navi-enter-active,
.navi-leave-active
{
    transition: .6s;
}

.bgopa
{
    opacity: 0;
}

.main img
{
    width: 100%;
}

.footer
{
    padding: 7% 0 0;

    color: #fff;
    background: #ff7200;
}

@media screen and (max-width: 834px)
{
    .footer__inner
    {
        padding: 0 7%;
    }
}

.footer__copy
{
    font-size: 14px;
    line-height: 40px;

    margin-top: 7%;
    padding-top: 15px;
    padding-bottom: 100px;

    text-align: center;

    background: #d25e00;
}

@media screen and (max-width: 834px)
{
    .footer__copy
    {
        padding-bottom: 11%;
    }
}

.footer__btn
{
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    max-width: 1100px;
    margin: 0 auto;
}

.footer__btn__list
{
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.footer__btn__list__item
{
    width: calc(100% / 3 - 1%);
}

.bg1__inner
{
    width: 100%;
    padding: 10%;
}

@media screen and (max-width: 640px)
{
    .bg1__inner
    {
        padding: 7%;
    }
}

.bg1-setting
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.bg6
{
    position: relative;

    display: flex;

    border: 8px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 834px)
{
    .bg6
    {
        display: block;
    }
}

.bg6 .japan
{
    position: relative;
    z-index: 9999;

    width: 40%;
}

@media screen and (max-width: 834px)
{
    .bg6 .japan
    {
        width: 60%;
        margin: 0 auto;
    }
}

.bg6__inner
{
    width: 100%;
    max-width: 550px;
}

@media screen and (max-width: 834px)
{
    .bg6__inner
    {
        max-width: 100%;
        margin-top: 5%;
    }
}

.bg6__inner p
{
    font-size: 18px;

    color: #fff;
}

.title1
{
    margin-bottom: 30px;
}

.title2
{
    font-size: 33px;
    font-weight: 900;

    position: relative;
    z-index: 999;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 2px solid #000;
}

@media screen and (max-width: 834px)
{
    .title2
    {
        font-size: 13px;
        font-size: 4.0625vw;
    }
}

.title3
{
    position: absolute;
    top: -5%;
    left: 1%;

    width: 33%;
}

@media screen and (max-width: 834px)
{
    .title3
    {
        top: -3%;

        width: 45%;
    }
}

.title3.elem img
{
    opacity: 0;
}

.title3.isAnimate img
{
    -webkit-animation: fadein2 1s linear;
            animation: fadein2 1s linear;

    opacity: 1 !important;
}

.title4
{
    position: relative;
    z-index: 999;
}

.title4:before
{
    position: absolute;
    z-index: -1;
    bottom: -111px;
    left: -50%;

    width: 65%;
    height: 5px;

    content: '';
    transform: rotate(-50deg);

    background: #000;
}

@media screen and (max-width: 834px)
{
    .title4:before
    {
        top: -60%;
        bottom: initial;
        left: 25%;

        width: 40%;

        transform: rotate(-53deg);
    }
}

.title5
{
    font-size: 45px;
    font-weight: 900;

    padding: 6% 0;

    background: url(../images/bg7.png) center/contain no-repeat;
}

@media screen and (max-width: 834px)
{
    .title5
    {
        font-size: 16px;
        font-size: 5vw;

        padding: 5% 0;
    }
}

.title6
{
    font-size: 20px;
    font-weight: 900;

    margin-bottom: 30px;
    padding-left: 10px;

    color: #fff;
    border-left: 5px solid #fff;
}

@media screen and (max-width: 640px)
{
    .human1
    {
        display: none;
    }
}

.human1 img
{
    margin-bottom: -5%;
    margin-left: -5%;

    -webkit-animation: human 2s 1.2s linear infinite;
            animation: human 2s 1.2s linear infinite;
}

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

.contactform__inner__txt
{
    font-weight: 900;

    padding: 0 0 5%;

    text-align: center;
}

.contactform__inner__txt span
{
    display: inline-block;

    padding: 0 5px;

    color: #fff;
    background: #e00000;
}

.contactform__inner__txt h2
{
    margin-bottom: 3%;
}

.contactform__inner__box1
{
    position: relative;

    padding: 5%;

    border: 7px solid #000;
    background: #fff;
}

.contactform__inner__box1 .human2
{
    position: absolute;
    right: -10%;
    bottom: 0;

    width: 35%;

    -webkit-animation: human2 2s 1.2s linear infinite;
            animation: human2 2s 1.2s linear infinite;
}

.contactform__inner__wrap
{
    position: relative;
    z-index: 999;

    display: flex;

    justify-content: space-between;
    align-items: center;
}

.contactform__inner__wrap .tel
{
    margin-right: 2%;
}

.contactform__inner__box2
{
    margin-top: 3%;

    border: 7px solid #000;
    background: #1abf1a;
}

.contactform__inner__box2 a
{
    display: block;

    padding: 5%;
}

.nayami.elem img
{
    transform: scale(0);
}

.nayami.isAnimate img
{
    transform: scale(1) !important;
    -webkit-animation: fadein 1s linear;
            animation: fadein 1s linear;
}

.choose__inner
{
    max-width: 1100px;
    margin: 0 auto;
}

.pack__inner
{
    line-height: 2;

    text-align: center;
}

.pack__inner p
{
    font-size: 20px;

    padding: 5% 0;
}

@media screen and (max-width: 834px)
{
    .pack__inner p
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px)
{
    .pack__inner p
    {
        font-size: 11px;
        font-size: 3.4375vw;
    }
}

.pack__list
{
    display: flex;

    border: 6px solid #000;
    background: #fff;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.pack__list__item
{
    width: calc(100% / 2);
    padding: 5%;

    box-shadow: 0 0 0 3px #000;
}

@media screen and (max-width: 640px)
{
    .pack__list__item
    {
        width: 100%;
    }
}

.pack__list__item h4
{
    font-size: 26px;
    font-weight: 900;
}

@media screen and (max-width: 834px)
{
    .pack__list__item h4
    {
        font-size: 10px;
        font-size: 3.125vw;
    }
}

@media screen and (max-width: 640px)
{
    .pack__list__item h4
    {
        font-size: 14px;
        font-size: 4.375vw;
    }
}

.pack__list__item__fee
{
    margin-top: 5%;
}

.pack__list__item__fee__txt
{
    font-size: 20px;
    font-weight: 900;

    display: inline-block;

    padding: 2px 20px;

    color: #fff;
    background: #e00000;
}

.pack__list__item__fee__txt2
{
    font-size: 26px;
    font-weight: 900;

    color: #e00000;
}

@media screen and (max-width: 834px)
{
    .pack__list__item__fee__txt2
    {
        font-size: 8px;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 640px)
{
    .pack__list__item__fee__txt2
    {
        font-size: 18px;
        font-size: 5.625vw;
    }
}

.pack__list__item__fee__yen
{
    font-size: 60px;
    font-weight: 900;

    color: #e00000;
}

@media screen and (max-width: 834px)
{
    .pack__list__item__fee__yen
    {
        font-size: 18px;
        font-size: 5.625vw;
    }
}

@media screen and (max-width: 640px)
{
    .pack__list__item__fee__yen
    {
        font-size: 35px;
        font-size: 10.9375vw;
    }
}

.pack__txt
{
    margin-top: 20px;
}

.jisseki__list
{
    display: flex;

    margin-top: 2%;
    padding: 4%;
    padding-top: 2%;

    background: #fff;

    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.jisseki__list__item
{
    width: calc(100% / 4 - 1%);
    margin-top: 2%;
}

@media screen and (max-width: 640px)
{
    .jisseki__list__item
    {
        width: calc(100% / 2 - 1%);
    }
}

.kaisyu h2
{
    font-size: 40px;
    font-weight: 900;
}

@media screen and (max-width: 834px)
{
    .kaisyu h2
    {
        font-size: 18px;
        font-size: 5.625vw;
    }
}

.kaisyu h2 span
{
    border-bottom: 3px solid #fab805;
}

.kaisyu__txt
{
    margin: 3% 0;
}

.kaisyu__list
{
    display: flex;

    padding: 4%;
    padding-top: 2%;

    background: #fff;

    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.kaisyu__list__item
{
    display: flex;

    width: calc(100% / 2 - 2%);
    margin-top: 3%;

    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px)
{
    .kaisyu__list__item
    {
        width: 100%;
    }
}

.kaisyu__list__item img
{
    width: 35%;
}

.kaisyu__list__item dl
{
    width: 60%;
}

.kaisyu__list__item dl dt
{
    font-size: 20px;
    font-weight: 900;

    margin-bottom: 10px;
    padding: 10px 0;

    text-align: center;

    background: #fab805;
}

.kaisyu__list__item dl dd
{
    font-size: 14px;
    font-weight: bold;

    display: flex;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px dotted #999;

    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 640px)
{
    .kaisyu__list__item dl dd
    {
        font-size: 13px;
    }
}

.kaisyu__list__item dl dd span
{
    color: #e00000;
}

.voice
{
    background: #fff;
}

.voice__box
{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 2%;
    padding-bottom: 30px;
    padding-left: 17%;

    border-bottom: 2px dotted #000;
    background: url(../images/icon5.png) top left/15% no-repeat;
}

.voice__box dt
{
    font-size: 30px;
    font-weight: 900;

    margin-bottom: 15px;
}

@media screen and (max-width: 834px)
{
    .voice__box dt
    {
        font-size: 14px;
        font-size: 4.375vw;
    }
}

.voice__box dd
{
    font-weight: bold;
    line-height: 2;
}

.list
{
    display: flex;

    margin-top: 3%;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.list__item
{
    font-size: 23px;
    font-weight: 900;

    display: block;
    display: flex;

    width: calc(100% / 4 - 1%);
    height: 100%;
    max-height: 360px;
    padding: 11% 0;

    text-align: center;

    background: url(../images/bg5.png) center/contain no-repeat;

    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 834px)
{
    .list__item
    {
        font-size: 21px;

        width: calc(100% / 2 - 1%);
        padding: 23% 0;
    }
}

.list2
{
    display: flex;

    margin: 2% 0;

    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list2__item
{
    font-size: 35px;
    font-weight: 900;

    width: calc(100% / 4);

    color: #fff;
}

@media screen and (max-width: 834px)
{
    .list2__item
    {
        font-size: 16px;
        font-size: 5vw;
    }
}

.list3
{
    display: flex;

    margin-top: 3%;

    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

.list3__item
{
    position: relative;

    width: calc(100% / 4);
    padding: 3%;

    background: #fab805;
}

@media screen and (max-width: 834px)
{
    .list3__item
    {
        width: 100%;
        padding: 5% 3%;
    }
}

.list3__item:last-child:before,
.list3__item:last-child:after
{
    display: none;
}

.list3__item:before
{
    position: absolute;
    z-index: 999;
    top: -5px;
    right: 0;

    width: 3px;
    height: 53%;

    content: '';
    transform: rotate(-20deg);

    background: #fbf5db;
}

@media screen and (max-width: 834px)
{
    .list3__item:before
    {
        position: absolute;
        z-index: 999;
        top: initial;
        right: -1%;
        bottom: 5%;

        width: 51%;
        height: 3px;

        content: '';
        transform: rotate(-10deg);

        background: #fbf5db;
    }
}

.list3__item:after
{
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -5px;

    width: 3px;
    height: 54%;

    content: '';
    transform: rotate(20deg);

    background: #fbf5db;
}

@media screen and (max-width: 834px)
{
    .list3__item:after
    {
        position: absolute;
        z-index: 999;
        top: initial;
        bottom: 5%;
        left: -1%;

        width: 52%;
        height: 3px;

        content: '';
        transform: rotate(10deg);

        background: #fbf5db;
    }
}

.list3__item__step
{
    font-size: 35px;
    font-weight: 900;

    display: block;

    text-align: center;
}

.list3__item img
{
    display: block;

    margin: 10px auto;
}

.list3__item p
{
    text-align: center;
}

.list4__title
{
    display: block;

    max-width: 130px;
    margin-bottom: 10px;

    text-align: center;

    background: #d25e00;
}

.list4__title:not(:first-child)
{
    margin-top: 30px;
}

.accbox
{
    margin-top: -2%;
}

.accbox input
{
    display: none;
}

.accbox label
{
    font-size: 25px;
    font-weight: 900;

    position: relative;

    display: block;

    margin-top: 2%;
    padding-left: 20px;

    border-radius: 10px;
    background: #fff;
}

@media screen and (max-width: 834px)
{
    .accbox label
    {
        font-size: 10px;
        font-size: 3.125vw;
    }
}

.accbox label:before
{
    font-family: 'FontAwesome';

    position: absolute;
    top: 0;
    right: 3%;

    display: flex;

    height: 100%;

    content: '\f054';

    align-items: center;
}

.accbox label span
{
    display: block;

    padding: 20px;
    padding-left: 7%;

    background: url(../images/q.png) center left/5% no-repeat;
}

@media screen and (max-width: 834px)
{
    .accbox label span
    {
        padding: 20px;
        padding-left: 10%;

        background: url(../images/q.png) center left/8% no-repeat;
    }
}

.accbox .accshow
{
    overflow: hidden;

    height: 0;

    transition-duration: .6s;

    opacity: 0;
}

.accbox .cssacc:checked + label + .accshow
{
    height: auto;
    padding: 5px;

    transition-duration: .6s;

    opacity: 1;
}

.accbox .cssacc:checked + label + .accshow p
{
    color: #fff;
}

.accbox .cssacc:checked + label:before
{
    content: '\f078';
}

@-webkit-keyframes human
{
    0%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
    40%
    {
        transform: scale(.95, 1.2) translate(0%, -10%);
    }
    50%
    {
        transform: scale(1.1, .9) translate(0%, 5%);
    }
    60%
    {
        transform: scale(.95, 1.05) translate(0%, -3%);
    }
    70%
    {
        transform: scale(1.05, .95) translate(0%, 3%);
    }
    80%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
    100%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
}

@keyframes human
{
    0%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
    40%
    {
        transform: scale(.95, 1.2) translate(0%, -10%);
    }
    50%
    {
        transform: scale(1.1, .9) translate(0%, 5%);
    }
    60%
    {
        transform: scale(.95, 1.05) translate(0%, -3%);
    }
    70%
    {
        transform: scale(1.05, .95) translate(0%, 3%);
    }
    80%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
    100%
    {
        transform: scale(1, 1) translate(0%, 0%);
    }
}

@-webkit-keyframes human2
{
    50%
    {
        transform: rotate(-25deg);
    }
}

@keyframes human2
{
    50%
    {
        transform: rotate(-25deg);
    }
}

@-webkit-keyframes fadein
{
    0%
    {
        transform: scale(.1);
    }
    50%
    {
        transform: scale(1.5);
    }
    75%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}

@keyframes fadein
{
    0%
    {
        transform: scale(.1);
    }
    50%
    {
        transform: scale(1.5);
    }
    75%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}

@-webkit-keyframes fadein2
{
    0%
    {
        transform: scale(1.6);
    }
    30%
    {
        transform: scale(.5);
    }
    50%
    {
        transform: scale(1.4);
    }
    65%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}

@keyframes fadein2
{
    0%
    {
        transform: scale(1.6);
    }
    30%
    {
        transform: scale(.5);
    }
    50%
    {
        transform: scale(1.4);
    }
    65%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}
