@charset "utf-8";
/*リセットcss*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul ol li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #fff;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #fff;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button" i]{
    border: none;
}
/* ----------------------------------------------
共通
----------------------------------------------*/
html {
    font-family: YuGothic,     /* For Mac */
    "Yu Gothic",  /* For Windows */
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  /* For Mac Fallback */
    Meiryo,  /* For Windows Fallback */
    sans-serif;
}
/* Chrome でのみフォントを太めに表示する */
body{
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    box-sizing: border-box;
}
a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
h2,h3,h4,p,span{
    margin: 0 0 30px;
}
figcaption{
    margin: 0 0 50px;
}
section{
    width: 100%;
}
.invisible {
    visibility: hidden;
}
.animated{
    animation-duration: 1.5s;
}
figure{
    line-height: 0;
}
figure img{
    width: 100%;
}
@media screen and (min-width: 865px){
    .sp{
        display: none;
    }
}
.content{
    width: 1000px;
    margin: 0 auto 100px;
}
.sub_title,.main_title{
    margin: 0 0 30px;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    color: #ff037f;
    text-align: center;
}
.main_title{
    font-size: 70px;
}
.sub_title{
    font-size: 50px;
}
.link_area a{
    padding: 12px 70px;
    display: inline-block;
    background: #6fb11a;
}
.inner_mv{
    text-align: center;
}
.text_line{
    display: block;
}
/* ----------------------------------------------
トップページ
----------------------------------------------*/
.top{
    width: 100%;
    height: 100%;
    margin: 0 0 100px;
    background: url(../img/top_mv.gif) no-repeat;
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
}
.top_copy{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pc_menu ul {
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    padding: 44% 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pc_menu ul li{
    list-style-type: none;
    font-size: 1.4vw;
    font-family: 'Fredericka the Great', cursive;
    text-shadow:0 0 30px #fff,0 0 30px #fff,0 0 30px #fff,0 0 30px #fff;
}
.pc_menu li a {
    transition: .3s;
}
.pc_menu li a span {
    margin: 0;
    display: inline-block;
    font-size: 1.4vw;
    font-weight: normal;
    color: #ff037f;
}
.pc_menu li a:hover{
    opacity: 1;
}
.pc_menu li a:hover span {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    transition: .6s;
}
.pc_menu li a:hover span:nth-of-type(1) {
    -webkit-transition-delay: .02s;
    transition-delay: .02s;
}
.pc_menu li a:hover span:nth-of-type(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s;
}
.pc_menu li a:hover span:nth-of-type(3) {
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
}
.pc_menu li a:hover span:nth-of-type(4) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s;
}
.pc_menu li a:hover span:nth-of-type(5) {
    -webkit-transition-delay: .10s;
    transition-delay: .10s;
}
.pc_menu li a:hover span:nth-of-type(6) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}
.pc_menu li a:hover span:nth-of-type(7) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
}
.pc_menu li a:hover span:nth-of-type(8) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
}
.pc_menu li a:hover span:nth-of-type(9) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s;
}
.company_logo{
    position: absolute;
    width: 18%;
    top: 8%;
    left: 10%;
}
.top_catch{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #ff037f;
}
/* ----------------------------------------------
インナーメインビジュアル
----------------------------------------------*/
.inner_mv{
    overflow: hidden;
    position: relative;
}
.page_title{
    padding: 9% 46% 6% 0;
    font-size: 4vw;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    color: #fff;
}
.inner_menu ul{
    position: absolute;
    bottom: 13%;
    padding: 0;
}
/* ----------------------------------------------
footer
----------------------------------------------*/
.footer_logo{
    width: 300px;
    height: auto;
    margin: 0 auto 30px;;
}
.fooer_menu ul{
    width: 700px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.fooer_menu a{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    list-style-type: none;
    font-family: 'Fredericka the Great', cursive;
    color: #666;
}
.fooer_menu ul li{
    list-style-type: none;
}
.fooer_menu a:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #666;
    transition: all 0.3s ease 0s;
}
.fooer_menu a:hover {
    cursor: pointer;
    opacity: 1;
}
.fooer_menu a:hover:after {
    width: 100%;
}
/* ----------------------------------------------
ABOUT US
----------------------------------------------*/
.about_us{
    background: url(../img/about_us_mv.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.marketing_catch{
    width: 80%;
    margin: auto;
}
.youtube_catch{
    width: 50%;
    margin: 0 auto 50px;
}
.top_link_btn{
    padding: 8px 70px;
    display: inline-block;
    background: #ff037f;
    border-radius: 10px;
    font-size: 27px;
    font-family: 'Fredericka the Great', cursive;
    color: #fff;
}
/* ----------------------------------------------
TEAM
----------------------------------------------*/
.team{
    margin: 0 0 50px;
    background: url(../img/team_mv.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.team .page_title{
    padding: 9% 57% 6% 0;
}
.staff_content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff_area{
    width: 480px;
    margin: 0 0 50px;
    list-style-type: none;
}
.staff_content ul li figure{
    margin: 0 0 30px;
    display: flex;
    align-items: flex-start;
}
.staff_profile{
    width: 230px;
    margin: 0 0 0 20px;
}
.staff_profile ul li {
    width: 100%;
    padding: 5px 0;
    list-style-type: none;
    text-align: left;
}
.staff_name{
    margin-bottom: 20px;
    font-size: 36px;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}
.staff_catch{
    font-size: 21px;
    font-weight: bold;
}
.oki{color:#000;}
.asami{color:#dc3f3f;}
.kobayashi{color:#bcb5b8;}
.sasabe{color:#fce42a;}
.box{
  width: 250px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.hover_crew_off,.hover_crew_on{
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
}
.box:hover .hover_crew_off{
    transform: rotateY(180deg);
}
.box:not(:hover) .hover_crew_on {
    opacity: 0;
    transform: rotateY(-180deg);
}
/* ----------------------------------------------
RECRUIT
----------------------------------------------*/
.recruit{
    margin: 0 0 50px;
    background: url(../img/recruit_mv.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.recruit .page_title{
    padding: 9% 50% 6% 0;
}
.recruit_catch{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #4f9ec5;
}
.recruit_title{
    color: #4f9ec5;
}
.attend{
    font-size: 21px;
    font-weight: bold;
}
/* ----------------------------------------------
overview
----------------------------------------------*/
.overview dl{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 30px 0 0;
}
.overview dt,.overview dd{
    padding: 20px 15px;
    margin: 20px 0 0;
    border-bottom: 1px solid #333;
    line-height: 1.5;
    box-sizing:border-box;
    text-align: left;
}
.overview dt{
    width: 30%;
    font-weight: bold;
}
.overview dd{
    width: 70%;
}
.overview dd span{
    font-size: 13px;
    display: block;
}
/* ----------------------------------------------
CONTACT
----------------------------------------------*/
.contact{
    margin: 0 0 50px;
    background: url(../img/contact_mv.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.contact .page_title{
    padding: 9% 52% 6% 0;
}
/* ----------------------------------------------
バーガーメニュー（スマホ）
----------------------------------------------*/
.nav_addess{
    color: #333;
}
#nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    padding: 4px;
    cursor: pointer;
    background: #ff037f;
}
#nav-toggle > div {
    position: relative;
    width: 50px;
}
#nav-toggle span {
    width:30px;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 12px;
}
#nav-toggle span:nth-child(2) {
    top: 22px;
}
#nav-toggle span:nth-child(3) {
    top: 32px;
}
.open #nav-toggle span {
    background: #fff;
}
.open #nav-toggle span:nth-child(1) {
    top: 25px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 25px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 25px;
    transform: rotate(-45deg);
}
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#gloval-nav {
    background: #fff;
    background-size: cover;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav a {
    display: block;
    color: #333;
    text-decoration: none;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    padding: 10px 0;
    transition: color 0.6s ease;
}
#gloval-nav a:hover {
    color: #666;
}
#gloval-nav ul {
    list-style: none;
}
#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
    transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
    transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
    transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
    transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
    transition-delay: 0.9s;
}
.open {
    overflow: hidden;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
    font-size: 18px;
}
.menu ul{
    display: block;
}
/* ----------------------------------------------
メールフォーム
----------------------------------------------*/
form#mail_form * {
    margin: 0;
    padding: 0;
}
form#mail_form {
    width: 865px;
    margin: auto;
}
form#mail_form dl {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
form#mail_form dl dt {
    width: 30%;
    overflow: hidden;
    box-sizing: border-box;
}
form#mail_form dl dd {
    width: 70%;
    padding: 15px 0 15px 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
form#mail_form dl dt span {
    display: block;
    font-size: 85%;
    color: #3377ff;
}
form#mail_form dl dd ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
form#mail_form dl dd ul li{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
    display: inline-block;
    float: left;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
}
form#mail_form dl dt span.required {
    background: #d9534f;
    border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
    background: #337ab7;
    border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
    display: block;
    color: #ff0000;
    margin-top: 3px;
}
span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba( 255, 255, 255, 0.2 );
    border-right: 5px solid rgba( 255, 255, 255, 0.2 );
    border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ( 0 );
    -ms-transform: translateZ( 0 );
    transform: translateZ( 0 );
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
@-webkit-keyframes load-circle {
    0% {
        -webkit-transform: rotate( 0deg );
        transform: rotate( 0deg );
    }
    100% {
        -webkit-transform: rotate( 360deg );
        transform: rotate( 360deg );
    }
}
@keyframes load-circle {
    0% {
        -webkit-transform: rotate( 0deg );
        transform: rotate( 0deg );
    }
    100% {
        -webkit-transform: rotate( 360deg );
        transform: rotate( 360deg );
    }
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
    max-width: 100%;
    padding: 7px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
    margin-top: 7px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
    margin: -5px 10px 0;
}
form#mail_form select {
    font-size: 100%;
    font-family: inherit;
    margin-top: 10px;
}
form#mail_form textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 7px 2%;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
}
form#mail_form ul {
    list-style-type: none;
}
form#mail_form ul li label:hover {
    cursor: pointer;
}
form#mail_form input#company {
    width: 100%;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
    width: 100%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
    width: 100%;
}
form#mail_form input#postal + a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #46b8da;
    border-radius: 3px;
    background: #5bc0de;
    font-size: 100%;
    color: #ffffff;
    text-decoration: none;
}
form#mail_form input#postal + a:hover {
    cursor: pointer;
    background: #31b0d5;
    border: 1px solid #269abc;
}
form#mail_form input#address {
    width: 100%;
}
form#mail_form p#form_submit {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
form#mail_form input[type="submit"] {
    padding: 10px 80px;
    display: inline-block;
    background: #ff037f;
    border: none;
    border-radius: 10px;
    font-size: 27px;
    font-family: 'Fredericka the Great', cursive;
    color: #fff;
}

form#mail_form input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
}
