/* ==========================================================================
  Font
  ========================================================================== */

/* ==========================================================================
  Foundation
  ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;

    overflow: hidden;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

main
{
    display: block;
}

html
{
    font-size: 62.5%;

    overflow: auto;
}

*
{
    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-family: 'Zen Maru Gothic', sans-serif, 'Courgette';

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

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

body
{
    font-family:  'Zen Maru Gothic', sans-serif, 'Courgette';
}

img
{
    display: block;

    max-width: 100%;
    height: auto;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea
{
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

*
{
    font-family: 'Zen Maru Gothic', sans-serif, 'Courgette';
    font-size: 1.4rem;
    font-weight: 500;

    word-wrap: break-word;
    word-break: normal !important;

    line-break: strict;
    overflow-wrap: break-word;
}

body
{
    font-family: 'Zen Maru Gothic', sans-serif, 'Courgette';
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;

    word-break: break-all;

    color: #333;
}

a
{
    transition: .3s;
    text-decoration: none;

    color: #333;
}

a:hover
{
    opacity: .6;
}

.link
{
    text-decoration: underline;
}

li,
ul
{
    list-style: none;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.u-hidden-pc
{
    display: none;
}


.inner
{
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.l-page
{
    position: relative;
    min-height: 100vh;

    display: block;

    margin-top: -1px;
    padding-top: 1px;

    background-image:url(../images/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.l-main
{
    position: relative;
    z-index: 80;

    padding-top: 100px;

    transition: .5s;
}

.l-lower .l-main
{
    position: relative;
    z-index: 10;
}

.l-lower .l-main::after
{
    position: absolute;
    z-index: -1;
    top: 0;

    width: 100vw;
    height: 100%;
    min-height: 1200px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    content: '';

    background: radial-gradient(at 73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(at 91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;
    background-attachment: fixed;
}

.l-top__bg
{
    position: relative;
    z-index: 90;

    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.l-top__bg > section
{
    position: inherit;
    z-index: 99;

    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.l-top__bg::before
{
    position: absolute;
    z-index: 0;
    top: 460px;
    right: calc(50% - 50vw);
    left: 0;

    display: block;

    width: auto;
    height: 100%;

    content: '';
    transition: .3s;

    background-color: #edfaff;
}

/* ==========================================================================
  header
  ========================================================================== */


/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

/* スクロールをしたら出現する要素にはじめに透過0を指定 */

.p-top__about,
.p-top__business,
.p-top__contact,
.p-top__company,
.p-thanks,
.p-privacypolicy
{
    width: 100%;
    position: relative;
    z-index: 80;
}

.p-top__about .inner,
.p-top__business .inner,
.p-top__contact .inner,
.p-top__company .inner,
.p-thanks .inner,
.p-privacypolicy .inner
{
    position: relative;
    z-index: 70;

    margin-top: 150px;
    padding-top: 150px;
    text-align: center;
}

.p-top__about-ttl,
.p-top__business-ttl,
.p-top__contact-ttl,
.p-top__company-ttl,
.p-thanks-ttl,
.p-privacypolicy-ttl
{
    margin-bottom: 80px;
}

.p-top__about-ttl.c-top__ttl,
.p-top__business-ttl.c-top__ttl,
.p-top__contact-ttl.c-top__ttl,
.p-top__company-ttl.c-top__ttl,
.p-thanks-ttl.c-top__ttl,
.p-privacypolicy-ttl.c-top__ttl
{
    position: relative;

    text-align: center;

    color: rgba(172, 166, 166, 1);
    font-family: 'Courgette';
    font-size: 50px;
}

.p-top__about-ttl.c-top__ttl::before,
.p-top__business-ttl.c-top__ttl::before,
.p-top__contact-ttl.c-top__ttl::before,
.p-top__company-ttl.c-top__ttl::before,
.p-privacypolicy-ttl.c-top__ttl::before
{
    top: -5px;
    left: 0;

    -webkit-transform: translateX(0%);

    transform: translateX(0%);

    color: rgba(85, 85, 85, 1);
}


@keyframes moveArrow {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-50%) translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes moveArrowBack {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes moveArrowLeft {
  0% {
    transform: translateY(-50%) translateX(0) scaleX(-1);
  }
  50% {
    transform: translateY(-50%) translateX(-100%) scaleX(-1);
    opacity: 0;
  }
  51% {
    transform: translateY(-50%) translateX(100%) scaleX(-1);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0) scaleX(-1);
    opacity: 1;
  }
}
@keyframes moveArrowBackLeft {
  0% {
    transform: translateY(-50%) translateX(0) scaleX(-1);
  }
  50% {
    transform: translateY(-50%) translateX(100%) scaleX(-1);
    opacity: 0;
  }
  51% {
    transform: translateY(-50%) translateX(-100%) scaleX(-1);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0) scaleX(-1);
    opacity: 1;
  }
}
@keyframes moveArrowUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveArrowBackUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Project
  ----------------------------------------------------------------- */

/* ==========================================================================
  header
  ========================================================================== */
.p-header
{
    position: fixed;
    z-index: 999;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    transition: .6s;

    -ms-flex-pack: center;

        justify-content: center;
}

.p-header-inner
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-width: 1240px;
    height: 100px;
    margin: auto 100px;
    transition: .2s;

    -ms-flex-pack: justify;

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

.js-height-min.p-header
{
    background-color: none;
}

.js-height-min .p-header-inner
{
    height: 70px;
}

.p-header__logo
{
    position: inherit;
    z-index: 9999;
}

.p-header__logo img
{
    height: 50px;

    transition: .2s;
}

.p-header__menu-list
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: end;

        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}

.p-header__menu-item
{
    transition: .3s;
}

.p-header__menu-item:not(:first-child)
{
    padding-left: 50px;
}

.p-header__menu-link
{
    font-size: 2rem;
    font-weight: 400;

    display: block;

    width: 100%;

    text-align: center;

    color: rgba(85, 85, 85, 1);
}

.p-header__ham
{
    display: none;
}

/* ==========================================================================
  mv
  ========================================================================== */
.p-top__mv
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

    width: 100%;
    height:100vh;
    height: calc(876/1400 * 100vw);
    margin-top: -100px;

    min-width: 1180px;

    -ms-flex-align: center;

        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.p-top__mv-ttl
{
    max-width: 1240px;
    line-height: 1.6;
    color: rgba(85, 85, 85, 1);
    background: url(../images/top/mv_s_visual.png) no-repeat right 0 center;
    background-size: 55%;
    height: 100vh;

    padding: 0 0 0 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-top__mv-ttl-main
{
    font-size: 6rem;
    font-weight: bold;

    letter-spacing: .5rem;
}

.p-top__mv-ttl-sub
{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    padding-bottom: 16px;

    letter-spacing: .06em;
}

/* ==========================================================================
  catch
  ========================================================================== */
.p-top__catch
{
    width: 100%;
}

.p-top__catch-ttl
{
    margin-top: -30px;
    padding: 0 60px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    min-width: 1120px;
}

.p-top__merit-image
{
    width: 40%;
}
.p-top__merit-ttl
{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
    color: rgba(85, 85, 85, 1);

}

/* ==========================================================================
  about
  ========================================================================== */
.p-top__about_wrap{
    display: flex;
    overflow: hidden;

    margin: 0 calc(50% - 50vw);
}

.p-top__about-list
{

    margin-bottom: 70px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;

    padding: 0 30px;

    gap: 0 35px;

}

@keyframes loop {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

.p-top__about-list:first-child {
    animation: loop 40s -20s linear infinite;
}

.p-top__about-list:last-child {
    animation: loop2 40s linear infinite;
}

.p-top__about-item
{
    min-width: 350px;
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: center;
    flex-direction: row;
    align-items: center;

    width: calc(100vw / 6);
}

.p-top__about-item img
{
    margin-bottom: 5px;
}

.p-top__about-box{
    position: absolute;
    color: rgba(85, 85, 85, 1);

    font-size: 2.2rem;
    font-weight: 500;

    text-align: center;
    line-height: 3.5rem;
}

.p-top__about-summary{
    color: rgba(85, 85, 85, 1);
    width: 800px;
    margin: 100px auto 0 auto;
}

.p-top__about-main{

    font-size: 4.5rem;
    font-weight: bold;
    text-align: center;
}

.p-top__about-sub{
    margin-top: 20px;
    text-align: center;

    font-size: 1.6rem;
    text-align: left;
}

/* ==========================================================================
  business
  ========================================================================== */
.p-top__business-list{

    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-direction: column;
    gap: 50px 0;
}

.p-top__business-item{

}

.p-top__business-box{
    width: 850px;
    margin : 0 auto;
    padding: 60px 100px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: space-between;
    flex-direction: row;
    align-items: center;

    background: #fff;
    border-radius: 30px;
    gap: 0 25px;

    text-align: left;
    color: rgba(85, 85, 85, 1);

}

.p-top__business-box-ttl{
    width: 200px;
    font-size: 3.5rem;
    font-weight: bold;
}

.p-top__business-box-txt{
    width: 400px;
    font-size: 1.6rem;
}

.p-top__business-summary{
    margin-top: 50px;
}

.p-top__business-main{
    font-size: 6rem;
    font-weight: 700;
    line-height: 8rem;

    background: linear-gradient(90deg, #BDC2E8 0%, #C4A7CF 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==========================================================================
  contact
  ========================================================================== */
.p-top__contact-com{
    font-size: 1.4rem;
    color: rgba(85, 85, 85, 1);
}

.p-top__contact-form{
    margin: 50px auto 0 auto;
    width: 600px;
}

.p-top__contact-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.p-top__contact-item:not(:last-child)
{
    padding-bottom: 40px;
}

.p-top__contact-required{
    height: 24px;
    background: linear-gradient(90deg, #BDC2E8 0%, #C4A7CF 100%);
    border-radius: 12px;

    padding: 4px 8px;

    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}

.p-top__contact-label{
    font-size: 1.6rem;
    color: rgba(85, 85, 85, 1);

    width: 235px;
    height: 40px;
    margin-right: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

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

.p-top__contact-input{
    width: 350px;
    height: 40px;
    padding: 5px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(85, 85, 85, 1);
    color: rgba(85, 85, 85, 1);

    background: #fff;
    border-radius: 20px;

    font-size: 1.6rem;
}

.p-top__contact-input::placeholder{
    color: rgba(85, 85, 85, 0.5);
}

.c-form__input{
    width: 350px;
    height: 200px;
    resize:vertical;

    padding: 5px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(85, 85, 85, 1);
    color: rgba(85, 85, 85, 1);

    background: #fff;
    border-radius: 20px;

    font-size: 1.6rem;
}

.c-form__input::placeholder{
    color: rgba(85, 85, 85, 0.5);
}

.p-top__contact-policy{
    margin: 10px auto 0 auto;

    width: 600px;
    font-size: 1.4rem;
    color: rgba(85, 85, 85, 1);

    font-weight: 500;
}

.p-top__contact-policy a{
    color: rgba(93, 193, 239, 1);
}

.p-top__contact-btn
{
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 70px;
    line-height: initial;
    background: linear-gradient(90deg, #BDC2E8 0%, #C4A7CF 100%);
    border-radius: 35px;

    position: relative;
    transition: .5s;
    z-index: 99;

    margin: 50px auto 0 auto;


    -ms-flex-pack: center;

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

.p-top__contact-btn:hover
{
    opacity: 70%;
}

.p-top__contact-btn::before
{
    content: "";
    width: 15px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: no-repeat center top / cover url(../images/arrow2.png);
    transition: all 0.2s;
    animation: moveArrowBack 0.3s forwards;
}

.p-top__contact-btn:hover::before
{
    animation: moveArrow 0.3s forwards;
}

.p-top__contact-btn_txt{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
  company
  ========================================================================== */
.p-company__info01-dlist{
    width: 600px;
    margin: 0 auto;
}
.p-company__info01-dlist-item{
    width: 600px;
    height: auto;
    padding: 30px 50px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: rgba(85, 85, 85, 1);
}

.p-company__info01-dlist-item:first-child{
    border-top:1px solid rgba(85, 85, 85, 0.2);
    border-bottom:1px solid rgba(85, 85, 85, 0.2);
}

.p-company__info01-dlist-item +.p-company__info01-dlist-item {
    border-bottom:1px solid rgba(85, 85, 85, 0.2);
}

.p-company__info01-dlist-ttl{
    width: 200px;
    text-align: left;
}

.p-company__info01-dlist-data{
    width: 300px;
    text-align: left;
}

/* ==========================================================================
  footer
  ========================================================================== */
.p-footer{
    top: 100vh;
    bottom: 0;
    padding-bottom: 40px;
    position: sticky;
    z-index: 998;
    width: 100%;

    text-align: center;
    color: rgba(172, 166, 166, 1);
}

.p-footer-contents{
    margin: 300px auto 0;

}

.p-footer__logo
{
    display: block;
    height: 60px;
    margin-bottom: 100px;
}

.p-footer__logo img{
    height: 60px;
}

/* ==========================================================================
  thanks
  ========================================================================== */
.p-thanks{
    margin-top: -200px;
}
.p-thanks-com{
    width: 500px;
    margin: auto;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: rgba(85, 85, 85, 1);
}

.p-thanks-btn
{
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 70px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: initial;
    background: linear-gradient(90deg, #BDC2E8 0%, #C4A7CF 100%);
    border-radius: 35px;

    position: relative;
    transition: .5s;
    z-index: 99;

    margin: 50px auto 0 auto;


    -ms-flex-pack: center;

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

.p-thanks-btn::before
{
    content: "";
    width: 15px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    background: no-repeat center top / cover url(../images/arrow1.png);
    transition: all 0.2s;
    animation: moveArrow 0.3s forwards;
}

.p-thanks-btn:hover::before
{
    animation: moveArrowBack 0.3s forwards;
}

/* ==========================================================================
  privacypolicy
  ========================================================================== */
.p-privacypolicy{
    margin-top: -200px;
    color: rgba(85, 85, 85, 1);
}
.p-privacypolicy-dlist{
    width: 850px;
    margin: 0 auto;
}
.p-privacypolicy-dlist-item{
    width: 100%;
    height: auto;
    padding: 30px 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    font-size: 1.4rem;
}

.p-privacypolicy-dlist-item:first-child{
    border-top:1px solid rgba(85, 85, 85, 0.2);
    border-bottom:1px solid rgba(85, 85, 85, 0.2);
}

.p-privacypolicy-dlist-item +.p-privacypolicy-dlist-item {
    border-bottom:1px solid rgba(85, 85, 85, 0.2);
}

.p-privacypolicy-dlist-item p{
    text-align: left;
}

.p-privacypolicy-contact{
    margin: 50px auto auto;
    width: 850px;
    text-align: left;

    font-size: 1.4rem;
}

.p-privacypolicy-contact a{
    color: rgba(93, 193, 239, 1);
}

/* sp版
  ----------------------------------------------------------------- */

@media screen and (max-width: 800px)
{
    .u-hidden-pc
    {
        display: block;
    }

    .u-hidden-sp
    {
        display: none;
    }

    .inner
    {
        width: 100%;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

    .l-page
    {
        background-image: url(../images/bg_sp-img.png);
    }

    .p-top__about .inner,
    .p-top__business .inner,
    .p-top__contact .inner,
    .p-top__company .inner,
    .p-thanks .inner,
    .p-privacypolicy .inner
    {
        position: relative;
        z-index: 70;

        padding-top: 100px;
        text-align: center;
    }

    .p-top__about-ttl,
    .p-top__business-ttl,
    .p-top__contact-ttl,
    .p-top__company-ttl,
    .p-thanks-ttl,
    .p-privacypolicy-ttl
    {
        margin-bottom: 50px;
    }

    .p-top__about-ttl.c-top__ttl,
    .p-top__business-ttl.c-top__ttl,
    .p-top__contact-ttl.c-top__ttl,
    .p-top__company-ttl.c-top__ttl,
    .p-thanks-ttl.c-top__ttl,
    .p-privacypolicy-ttl.c-top__ttl
    {
        position: relative;

        text-align: center;

        color: rgba(172, 166, 166, 1);
        font-family: 'Courgette';
        font-size: 50px;
    }

    .p-top__about-ttl.c-top__ttl::before,
    .p-top__business-ttl.c-top__ttl::before,
    .p-top__contact-ttl.c-top__ttl::before,
    .p-top__company-ttl.c-top__ttl::before,
    .p-thanks-ttl.c-top__ttl::before,
    .p-privacypolicy-ttl.c-top__ttl::before
    {
        top: -5px;
        left: 0;

        -webkit-transform: translateX(0%);

        transform: translateX(0%);
        color: rgba(85, 85, 85, 1);
    }

/* ==========================================================================
  header
  ========================================================================== */
    .p-header{
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .p-header-inner
    {
        width: 100%;
        min-width: 350px;
        height: 75px;
        margin:0;
        padding: 0 30px;
    }

    .p-header__logo img
    {
        width: auto;
        height: 40px;
    }

    .p-header__menu-wrapper
    {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;

        overflow: scroll;

        width: 100%;
        height: 100vh;
        margin-top: 0;
        padding-top: 120px;
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;

        -webkit-transition: .5s;

        transition: .5s;

        opacity: 0;
        background:#fff ;
        background-size: 100%;
    }

    .p-header__menu-wrapper.is-open
    {
        right: 0;

        display: block;

        opacity: 1;
    }

    .p-header__menu
    {
        width: 100%;
        max-width: 600px;
        margin-right: auto;
        margin-left: 30px;
    }

    .p-header__menu-list
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: flex-start;
    }

    .p-header__ham
    {
        z-index: 9999;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        width: 33px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-header__ham:hover
    {
        cursor: pointer;
    }

    .p-header__ham.is-open
    {
        width: 27px;
    }

    .p-header__ham.is-open .p-header__bar--01
    {
        top: 50%;

        width: 27px;

        -webkit-transform: translateY(-50%) rotate(-45deg);

        transform: translateY(-50%) rotate(-45deg);
    }

    .p-header__ham.is-open .p-header__bar--02
    {
        bottom: 50%;

        width: 27px;

        -webkit-transform: translateY(-50%) rotate(45deg);

        transform: translateY(-50%) rotate(45deg);
    }

    .p-header__ham.is-open .p-header__bar--03
    {
        opacity: 0;
    }

    .p-header__bars
    {
        position: relative;

        width: 40px;
        height: 27px;

        -webkit-transition: .2s;

        transition: .2s;
    }

    .p-header__ham.is-open .p-header__bars
    {
        width: 27px;
        height: 22px;
        margin-bottom: 5px;
    }

    .p-header__bar
    {
        position: absolute;
        left: 0;

        width: 40px;
        height: 3px;
        border-radius: 2px;

        -webkit-transition: .3s;

        transition: .3s;

        background-color: rgba(172, 166, 166, 1);
    }

    .p-header__ham.is-open .p-header__bar
    {
        background-color: rgba(93, 193, 239, 1);
    }

    .p-header__bar--01
    {
        top: 0;
    }

    .p-header__bar--02
    {
        top: 50%;

        -webkit-transform: translateY(-2px);

        transform: translateY(-2px);
    }

    .p-header__bar--03
    {
        bottom: 0;
    }

    .p-header__ham
    {
        z-index: 9999;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        width: 40px;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-header__ham:hover
    {
        cursor: pointer;
    }

    .p-header__ham.is-open
    {
        width: 27px;
    }

    .p-header__ham.is-open .p-header__bar--01
    {
        top: 50%;

        width: 40px;

        -webkit-transform: translateY(-50%) rotate(-45deg);

        transform: translateY(-50%) rotate(-45deg);
    }

    .p-header__ham.is-open .p-header__bar--02
    {
        bottom: 50%;

        width: 40px;

        -webkit-transform: translateY(-50%) rotate(45deg);

        transform: translateY(-50%) rotate(45deg);
    }

    .p-header__ham.is-open .p-header__bar--03
    {
        opacity: 0;
    }

    .p-header__bars
    {
        position: relative;

        width: 40px;
        height: 22px;

        -webkit-transition: .2s;

        transition: .2s;
    }

    .p-header__menu-item{
        text-align: left;
    }

    .p-header__menu-item:not(:first-child){
        padding:0;
    }

    .p-header__menu-item:not(:last-child){
        margin-bottom: 50px;
    }

    .p-header__menu-link{
        text-align: left;

        color: rgba(172, 166, 166, 1);
        font-family: 'Courgette';
        font-size: 3.5rem;
    }

    .u-hidden-pc{
        font-family: 'Zen Maru Gothic', sans-serif;
        font-size: 1.2rem;

        margin-top: 10px;
    }

/* ==========================================================================
  mv
  ========================================================================== */
    .p-top__mv{
        min-width: 300px;
        margin-top: 0px;
        height: 100vh;
    }
    .p-top__mv-ttl
    {
        line-height: 1.6;
        color: rgba(85, 85, 85, 1);
        background: url(../images/top/mv_s_visual.png) no-repeat bottom 100 center;
        background-size: 90%;
        height: 100vh;

        margin-top: 40px;
        padding: 0 30px;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .p-top__mv-ttl-main{
        font-size: 4.5rem;
        line-height: 5rem;
        margin-bottom: 15px;
    }
    .p-top__mv-ttl-sub{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
/* ==========================================================================
  catch
  ========================================================================== */
    .p-top__catch{
        width: 100%;
    }

    .p-top__catch-ttl{
        margin-top: 10px;
        padding: 0 30px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        min-width: 300px;
        gap: 15px 0;
    }

    .p-top__merit-image{
        width: auto;
    }

    .p-top__merit-image img{
        width: 80%;
        height: auto;
    }

    .p-top__merit-ttl
    {
        width: 100%;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2;
        text-align: right;
    }
/* ==========================================================================
  about
  ========================================================================== */
    .p-top__about-item{
        min-width: 200px;
    }
    .p-top__about-list{

        margin-bottom: 40px;
        padding: 0 30px;
        gap: 0 25px;
    }
    .p-top__about-box{

        font-size: 1.5rem;
        line-height: 2rem;
    }
    .p-top__about-summary{
        width: 100%;
        padding: 0 30px;
        margin: 0 0 auto 0;
    }
    .p-top__about-main{
        font-size: 2rem;
    }
    .p-top__about-sub{
        font-size: 1.5rem;
    }
/* ==========================================================================
  business
  ========================================================================== */
    .p-top__business-list{
        width: auto;
        margin: auto 30px;
        gap: 30px;
    }
    .p-top__business-box{
        width:auto;
        padding: 20px 30px;
        gap: 10px;

        flex-direction: column;
        align-items: flex-start;
    }
    .p-top__business-box-ttl{
        font-size: 2rem;
    }
    .p-top__business-box-txt{
        font-size: 1.4rem;
    }
    .p-top__business-summary{
        margin-top: 20px;
    }
    .p-top__business-main{
        font-size: 3.5rem;
    }
    .p-top__contact-com{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .p-top__contact-form{
        width: auto;
    }
    .p-top__contact-item{
        flex-direction: column;
        margin: auto 30px;
    }
    .p-top__contact-label{
        width: 100%;
        font-size: 1.5rem;
    }
    .p-top__contact-input{
        width: 100%;
        font-size: 1.5rem;
    }
    .c-form__input{
        width: 100%;
        font-size: 1.5rem;
    }
    .p-top__contact-policy{
        width: auto;
        font-size: 1.5rem;
        margin: 40px 30px;
        text-align: left;
    }
    .p-top__contact-btn{
        width: auto;
        margin: 0 30px;
    }
    .p-top__contact-item:not(:last-child){
        padding-bottom: 30px;
    }
/* ==========================================================================
  company
  ========================================================================== */
    .p-company__info01-dlist{
        width: auto;
        margin: auto 30px;
    }
    .p-company__info01-dlist-item{
        width: auto;
        padding: 25px 15px;
    }
    .p-company__info01-dlist-ttl{
        width: 30%;
        padding-right: 10%;
    }
    .p-company__info01-dlist-data{
        width: 60%;
    }
/* ==========================================================================
  footer
  ========================================================================== */
    .l-footer{
        width: auto;
        margin: 150px auto 0;
    }
    .p-footer__logo{
        height: 40px;
    }
    .p-footer__logo img{
        height: 40px;
    }
/* ==========================================================================
  thanks
  ========================================================================== */
    .p-thanks-com{
        width: auto;
        font-size: 1.5rem;
        margin: 40px 30px;
         text-align: left;
     }
     .p-thanks-btn{
        width: auto;
        margin: 0 30px;
    }
/* ==========================================================================
  privacypolicy
  ========================================================================== */
    .p-privacypolicy-dlist{
         width: auto;
         margin: auto 30px;
     }
     .p-privacypolicy-dlist-item{
        font-size: 1.5rem;
    }
     .p-privacypolicy-contact{
         width: auto;
         font-size: 1.5rem;
         margin: 50px 30px auto;
    }

}