@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    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
}

li {
    list-style: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

strong {
    font-weight: normal
}

.fix:after,
.fix:before {
    content: "";
    display: table
}

.fix:after {
    clear: both
}

.fix {
    *zoom: 1
}

.row {
    padding-bottom: 0;
    display: block
}

.col {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .gutters .col {
        margin-left: 2%
    }
    .gutters .col:first-child {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .span_1 {
        width: 8.33333333333%
    }
    .span_2 {
        width: 16.6666666667%
    }
    .span_3 {
        width: 25%
    }
    .span_4 {
        width: 33.3333333333%
    }
    .span_5 {
        width: 41.6666666667%
    }
    .span_6 {
        width: 50%
    }
    .span_7 {
        width: 58.3333333333%
    }
    .span_8 {
        width: 66.6666666667%
    }
    .span_9 {
        width: 75%
    }
    .span_10 {
        width: 83.3333333333%
    }
    .span_11 {
        width: 91.6666666667%
    }
    .span_12 {
        width: 100%
    }
    .gutters .span_1 {
        width: 6.5%
    }
    .gutters .span_2 {
        width: 15.0%
    }
    .gutters .span_3 {
        width: 23.5%
    }
    .gutters .span_4 {
        width: 32.0%
    }
    .gutters .span_5 {
        width: 40.5%
    }
    .gutters .span_6 {
        width: 49.0%
    }
    .gutters .span_7 {
        width: 57.5%
    }
    .gutters .span_8 {
        width: 66.0%
    }
    .gutters .span_9 {
        width: 74.5%
    }
    .gutters .span_10 {
        width: 83.0%
    }
    .gutters .span_11 {
        width: 91.5%
    }
    .gutters .span_12 {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    body {
        min-width: 1100px
    }
}

a {
    text-decoration: none;
    color: #55adea
}

.arrow:before {
    content: url(../images/footer_link_icon.svg);
    display: inline-block;
    margin-right: .25em;
    vertical-align: .15em
}

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

.l_container {
    overflow-x: hidden
}

.sec_container {
    min-height: 100vh;
    position: relative
}

.sec_container.naname:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 110%;
    margin: 0 -10% 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: -1
}

@media only screen and (max-width:768px) {
    .sec_container.naname:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        content: none
    }
}

section {
    padding: 0 3%;
    height: 100%;
    min-height: 750px;
    max-width: 1220px;
    margin: auto
}

.pagetop {
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 1000
}

#header {
    min-width: 900px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    padding: 20px 0 10px;
    z-index: 1000;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(12, 63, 76, .70196) 0%, rgba(17, 67, 80, .25) 35%, rgba(24, 73, 85, 0) 70%, rgba(255, 255, 255, 0) 70%)
}

.l_gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 38px 0;
    width: 60%;
    margin: 0 auto
}

.l_gnav li {
    text-align: center;
    position: relative;
    z-index: 100
}

.l_gnav li a {
    display: block;
    transition: all .3s ease
}

.l_gnav li a span {
    display: block;
    color: #fff;
    font-size: 12px
}

.l_gnav li a:hover {
    opacity: .7
}

.l_gnav li.main_logo {
    margin-top: -15px
}

@media only screen and (min-width:769px) and (max-width:1035px) {
    .l_gnav {
        margin: auto auto auto 8%
    }
}

@media only screen and (max-width:768px) {
    #header {
        display: none
    }
}

.entry_btn {
    padding: 5px 10px 5px 100px;
    background: #f796d8;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 50;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border-radius: 5px;
    vertical-align: 0;
    transition: all .2s ease
}

.entry_btn:hover {
    right: -5px;
    top: 55px
}

.entry_btn img {
    max-width: 100px;
    vertical-align: middle
}

.entry_btn span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding-right: 1em
}

.keyimg {
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: inherit
}

.keyimg_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100
}

.keyimg_bg_1 {
    width: 45%;
    height: 100%;
    background: url(../images/top_keyimg_left.jpg) no-repeat left center;
    background-size: cover;
    opacity: 0;
    -webkit-animation: keyimg_anime 1.5s alternate .5s forwards;
    animation: keyimg_anime 1.5s alternate .5s forwards
}

.keyimg_bg_2 {
    width: 55%;
    height: 100%;
    background: url(../images/top_keyimg_right.jpg) no-repeat center;
    background-size: cover;
    opacity: 0;
    -webkit-animation: keyimg_anime 2s alternate 1s forwards;
    animation: keyimg_anime 2s alternate 1s forwards
}

.keyimg_ttl {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 150
}

.keyimg_ttl img {
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.bnrs {
    text-align: left;
    position: absolute;
    z-index: 1000;
    bottom: 0
}

.bnrs img {
    width: 345px;
    height: auto
}

.bnrs.sp {
    display: none
}

@media only screen and (max-width:768px) {
    .bnrs.sp {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    .bnrs.sp img {
        width: 200px
    }
    .bnrs.pc {
        display: none
    }
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    to {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    50% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    to {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
}

@-webkit-keyframes keyimg_anime {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes keyimg_anime {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media only screen and (max-width:768px) {
    .keyimg {
        height: 70vh;
        min-height: inherit;
        padding: 0
    }
    .keyimg_bg {
        width: 100%;
        height: 100%;
        display: block;
        position: relative
    }
    .keyimg_bg_1,
    .keyimg_bg_2 {
        width: 100%;
        background-size: cover;
        background-position: center top
    }
    .keyimg_bg_1 {
        height: 100%
    }
    .keyimg_bg_2 {
        display: none
    }
    .keyimg_bg_1 {
        height: 100%
    }
    .keyimg_ttl {
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .keyimg_ttl img {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
    }
}

.article {
    position: relative;
    z-index: 120;
    line-height: 1.8;
    margin: 1.6em 0;
    font-size: .9em
}

.article._white {
    color: #fff
}

.article.__center {
    text-align: center
}

.article_img {
    text-align: center;
    position: relative;
    z-index: 50
}

.pink {
    color: #e63685
}

.whatisminilover {
    background-size: cover;
    min-height: 900px
}

#minilover {
    padding-top: 480px;
    position: relative
}

#minilover:before {
    content: '';
    background: url(../images/section1_h2_en.svg) no-repeat center;
    display: block;
    opacity: .75;
    width: 646px;
    height: 394px;
    position: absolute;
    top: 5%;
    left: 3%;
    z-index: 100
}

@media only screen and (max-width:768px) {
    .whatisminilover {
        min-height: inherit;
        height: auto;
        background-position: 75% 50%!important;
        min-height: inherit
    }
    #minilover {
        padding-top: 250px
    }
    #minilover:before {
        width: 80%;
        height: 250px;
        top: 0%;
        background-size: contain
    }
}

.heading {
    position: relative;
    z-index: 100
}

.heading.minilover {
    margin: 0 auto 15px;
    position: relative
}

.heading img {
    position: relative;
    z-index: 150
}

.img_list {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 50
}

.img_list li {
    margin: 0 2% 0 0
}

.img_list.section1 {
    position: relative;
    z-index: 500
}

.think {
    z-index: 100;
    background: #fbf5ea;
    padding-top: 100px;
    padding-bottom: 0;
    min-height: inherit
}

.think:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: url(../images/section6_bg_before.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -250px;
    z-index: -5
}

.think:after {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/section6_bg_before.svg) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -250px;
    z-index: -5
}

.think section {
    min-height: inherit;
    height: inherit
}

.sec2_meeting {
    width: 57%;
    max-width: 820px;
    min-width: 450px;
    position: absolute;
    bottom: -12vw;
    right: 0;
    z-index: -1
}

.sec2_dishes {
    position: absolute;
    right: 5%;
    top: -9vw;
    -webkit-animation: fuwafuwa 3s infinite;
    animation: fuwafuwa 3s infinite
}

@media only screen and (min-width:1200px) {
    .sec2_dishes {
        top: -13vw
    }
}

@media only screen and (max-width:768px) {
    .think section {
        padding-top: 60px;
        min-height: inherit
    }
    .sec2_dishes,
    .sec2_meeting {
        position: relative;
        z-index: 50;
        width: auto;
        min-width: inherit;
        max-width: 100%
    }
    .sec2_dishes {
        margin-top: 50px
    }
    .sec2_meeting {
        bottom: 0px
    }
}

#yourjobs {
    padding-top: 250px;
    padding-bottom: 400px
}

#yourjobs section:before {
    content: '';
    background: url(../images/section3_h2_en.png) no-repeat center;
    width: 422px;
    height: 355px;
    position: absolute;
    top: 150px;
    left: 40px
}

@media only screen and (max-width:768px) {
    #yourjobs {
        bottom: 100px;
        padding-bottom: 120px
    }
    #yourjobs section:before {
        background-size: cover;
        width: 80%;
        height: 210px;
        position: absolute;
        top: 150px;
        left: 0;
        z-index: 10
    }
}

.heading.kitchen {
    position: relative
}

.heading.kitchen:before {
    content: url(../images/section3_h3_kitchen_en.png);
    position: absolute;
    left: 50%;
    bottom: -100px;
    z-index: -1
}

.heading.hall {
    position: relative
}

.heading.hall:before {
    content: url(../images/section3_h3_hall_en.png);
    position: absolute;
    left: 20%;
    bottom: -70px;
    z-index: -1
}

.heading.menu {
    position: relative
}

.heading.menu:before {
    content: url(../images/section3_h3_menu_en.png);
    position: absolute;
    left: 45%;
    bottom: -30px;
    z-index: -1
}

.heading._kikaku {
    position: relative
}

.heading._kikaku:before {
    content: url(../images/section3_h3_event_en.png);
    position: absolute;
    left: 65%;
    bottom: -30px;
    z-index: -1
}

.job_container {
    margin: 60px auto 0;
    position: relative
}

.menu_event {
    margin: 60px auto 30px
}

.base {
    position: relative;
    width: 100%;
    height: 100%
}

.base .article {
    margin-bottom: auto
}

.img_wholecake {
    position: absolute;
    bottom: 10px
}

.menu {
    width: 490px;
    margin: auto auto auto 7%
}

.kikaku {
    width: 490px;
    margin: 180px auto auto 10%
}

@media only screen and (max-width:768px) {
    .job_container h3.heading {
        margin: 30px 0 0
    }
    .menu {
        width: auto;
        margin: 0
    }
    .kikaku {
        width: auto;
        margin: 60px auto 0
    }
    .img_wholecake {
        display: none
    }
}

.yarigai {
    background: #e2f2f1;
    padding-top: 100px;
    margin-top: -150px;
    position: relative;
    padding-bottom: -100px
}

.yarigai:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: url(../images/section4_bg_before.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -250px
}

.yarigai .article,
.yarigai .heading {
    position: relative;
    z-index: 50
}

.heading._yarigai {
    margin-bottom: 105px
}

.heading {
    font-size: 2em;
    font-weight: normal
}

.sec5_img_1:before {
    content: '';
    background: url(../images/section4_bg1.png) no-repeat center top;
    background-size: contain;
    width: 100%;
    max-width: 643px;
    height: 100%;
    max-height: 1068px;
    display: block;
    position: absolute;
    right: 0;
    top: -250px;
    z-index: 0
}

.section4_img_bg2 {
    position: absolute;
    bottom: 0
}

.yarigai .article_img {
    margin: 30px 0;
    text-align: left
}

@media only screen and (max-width:768px) {
    .yarigai {
        margin-top: -150px
    }
    .sec5_img_1:before {
        top: -90px
    }
    .section4_img_bg2 {
        position: relative;
        bottom: 0px
    }
    .yarigai_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.voice {
    background: #f9eacc;
    padding-top: 100px;
    margin-bottom: -150px;
    padding-bottom: 250px
}

.voice:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: url(../images/section5_bg_before.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -250px
}

.voice .img_list {
    display: block
}

.heading._voice {
    text-align: center;
    height: 145px
}

.heading._voice:before {
    content: '';
    background: url(../images/section5_h2_en.png) no-repeat center;
    width: 379px;
    height: 257px;
    position: absolute;
    top: 20px;
    left: 20px
}

@media only screen and (max-width:768px) {
    .voice {
        padding-bottom: 120px
    }
    .heading._voice:before {
        width: 100%;
        height: 150px;
        background-size: cover;
        top: -50px;
        z-index: 30
    }
}

.heading_txt {
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 1.6em;
    vertical-align: top
}

.heading_txt span {
    display: inline-block;
    margin-left: 2em;
    font-size: .6em;
    padding: .35em 1em;
    border: 1px dotted #888;
    border-radius: 3px;
    vertical-align: middle
}

.heading_txt.hayashi {
    position: relative
}

.heading_txt.hayashi:before {
    content: url(../images/section5_hayashi_en.png);
    position: absolute;
    left: 70%;
    bottom: -60px
}

.heading_txt.yoshida {
    position: relative
}

.heading_txt.yoshida:before {
    content: url(../images/section5_yoshida_en.png);
    position: absolute;
    left: 70%;
    bottom: -120px;
    z-index: 0
}

.heading_txt.miyabe {
    position: relative
}

.heading_txt.miyabe:before {
    content: url(../images/section5_miyabe_en.png);
    position: absolute;
    left: 70%;
    bottom: -120px;
    z-index: 0
}

.yoshida_pic2 {
    position: relative;
    top: -75px
}

.miyabe_pic2 {
    position: relative;
    top: -30px
}

.voice_container {
    margin-bottom: 150px;
    position: relative;
    z-index: 50
}

.voice_q {
    color: #e63685;
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom: .5em
}

.voice_q+dd {
    margin-bottom: 1.6em;
    line-height: 1.6;
    font-size: .9em
}

@media only screen and (max-width:768px) {
    .voice_container {
        margin-bottom: 60px
    }
}

.recruit {
    position: relative;
    background: #fbf5ea
}

.recruit:before {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: url(../images/section6_bg_before.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: -250px
}

.heading._recruit {
    margin-top: 100px;
    padding-top: 170px;
    text-align: center;
    margin-bottom: 60px
}

.heading._recruit:before {
    content: '';
    background: url(../images/section6_h2_en.png) no-repeat center;
    width: 507px;
    height: 292px;
    position: absolute;
    top: -20px;
    left: 20px
}

.heading._flow {
    margin: 125px auto 110px;
    text-align: center
}

.recruit_info {
    border: 1px #666 dotted;
    padding: 5%;
    line-height: 1.6;
    width: 85%;
    margin: 0 auto
}

.item {
    width: 25%;
    float: left;
    clear: left;
    text-align: center;
    color: #e63685
}

.data {
    width: 75%;
    margin-left: 25%;
    margin-bottom: 3em;
    font-size: .85em;
    padding: .15em 0 0
}

.categoryIcon {
    font-size: .9em;
    border: 1px #f796d8 solid;
    padding: .15em .5em;
    display: inline-block;
    color: #e63685;
    margin-bottom: .8em
}

.categoryData {
    margin: 0 0 1.5em 1em
}

.img_list._recruit li {
    text-align: center
}

.img_list._recruit li+li {
    margin-left: 60px
}

.img_list._recruit a img {
    height: 145px
}

@media only screen and (max-width:768px) {
    .recruit_info {
        width: 100%
    }
    .heading._recruit:before {
        width: 100%;
        height: 250px;
        top: -100px;
        left: auto;
        background-size: contain
    }
    .item {
        width: auto;
        float: none;
        display: block;
        text-align: left;
        border-bottom: 1px #f796d8 dotted;
        margin-bottom: 10px
    }
    .data {
        width: auto;
        margin-left: auto
    }
    .img_list._recruit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .img_list._recruit li+li {
        margin: 30px auto
    }
    .img_list._recruit a img {
        height: auto
    }
}

.recruit_flow_list {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recruit_flow_list li {
    width: 30%
}

@media only screen and (max-width:768px) {
    .recruit_flow_list li {
        width: 85%;
        margin: 0 auto 60px
    }
}

.recruit_flow_item {
    position: relative
}

.recruit_flow_item:after,
.recruit_flow_item:before {
    content: '';
    display: block;
    position: absolute
}

.recruit_flow_item h4,
.recruit_flow_item p {
    position: relative;
    z-index: 50
}

.recruit_flow_item.flow1:before {
    background: url(../images/section6_h3_1_before.png) no-repeat;
    width: 12px;
    height: 56px;
    left: -20px;
    top: -30px
}

.recruit_flow_item.flow1:after {
    background: url(../images/section6_h3_1_after.png) no-repeat;
    width: 166px;
    height: 125px;
    right: -20px;
    bottom: -50px;
    z-index: 0
}

.recruit_flow_item.flow2:before {
    background: url(../images/section6_h3_2_before.png) no-repeat;
    width: 29px;
    height: 53px;
    left: -30px;
    top: -30px
}

.recruit_flow_item.flow2:after {
    background: url(../images/section6_h3_2_after.png) no-repeat;
    width: 202px;
    height: 119px;
    right: -20px;
    bottom: -50px;
    z-index: 0
}

.recruit_flow_item.flow3:before {
    background: url(../images/section6_h3_3_before.png) no-repeat;
    width: 28px;
    height: 58px;
    left: -30px;
    top: -30px
}

.recruit_flow_item.flow3:after {
    background: url(../images/section6_h3_3_after.png) no-repeat;
    width: 175px;
    height: 112px;
    right: -20px;
    bottom: -50px;
    z-index: 0
}

.heading_txt.flow {
    font-size: 1.15em;
    color: #e63685;
    margin-bottom: 0
}

.fun_with_sweets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px dotted #898989;
    padding: 1.5em 1em;
    position: relative;
    background: #fbf5ea;
    margin-top: 100px
}

.fun_with_sweets:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-left: 1px dotted #898989;
    border-top: 1px dotted #898989;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    top: -12.5px;
    background: #fbf5ea;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fun_with_sweets_img {
    width: 45%
}

.fun_with_sweets_article {
    width: 52%;
    margin-left: 3%
}

.fun_with_sweets_article h5 {
    margin-top: 15px
}

.fun_with_sweets_article p {
    margin-bottom: 0
}

@media only screen and (max-width:768px) {
    .fun_with_sweets {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .fun_with_sweets_img {
        width: auto
    }
    .fun_with_sweets_article {
        width: auto
    }
}

.recruit_entryform {
    position: relative
}

.recruit_entryform:before {
    content: '';
    background: url(../images/section7_h2_entry_en.png) no-repeat center;
    width: 467px;
    height: 227px;
    position: absolute;
    top: -100px;
    left: -30px
}

@media only screen and (max-width:768px) {
    .recruit_entryform:before {
        width: 100%;
        height: 200px;
        background-size: contain;
        top: -180px;
        left: 3%
    }
}

.heading._entry {
    margin-top: 230px;
    text-align: center
}

.entry_form_list_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 60px auto 30px
}

.entry_form_list_info li {
    width: 48%;
    margin: 15px auto 15px 2%
}

.entry_form_list_info li.w3 {
    width: 25%
}

.entry_form_list_info li.w7 {
    width: 70%;
    margin: 15px 0 15px auto
}

.form_ttl {
    width: 8em;
    float: left;
    clear: left;
    text-align: right;
    color: #e63685;
    padding: 1em 1em 1em 0
}

.form_input {
    border: 1px #f796d8 solid;
    margin-left: 5.8em;
    font-size: 1.6em
}

.form_input input {
    padding: .2em .5em
}

.kibou_syokusyu {
    font-size: 1em;
    border: none;
    padding: 1em 0 1em .5em;
    vertical-align: middle
}

.btn__send {
    width: 350px;
    margin: 0 auto;
    display: block;
    background: #55adea;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 1.25em;
    padding: .4em 0
}

@media only screen and (max-width:768px) {
    .entry_form_list_info {
        display: block;
        width: 100%
    }
    .entry_form_list_info li {
        width: 100%!important;
        margin-left: 0
    }
    .form_ttl {
        width: 100%;
        text-align: left;
        float: none
    }
    .form_input {
        margin-left: 0
    }
    .btn__send {
        width: 90%;
        padding: .8em 0
    }
}

.heading_txt.kakunin {
    margin: 60px auto 0;
    text-align: center
}

.check_copy {
    padding: 80px;
    background: #f796d8;
    margin: 0 auto;
    width: 450px!important;
    height: 450px;
    border-radius: 450px
}

.check_copy img {
    display: block;
    max-width: 200%;
    height: auto;
    margin: -20px auto 0 -50%
}

.check_copy.thanks {
    width: 650px!important;
    height: 650px;
    border-radius: 650px
}

section.check {
    height: auto;
    padding: 30px 0 60px
}

section.check p {
    width: 70%;
    margin: 30px auto
}

@media only screen and (max-width:768px) {
    .check_copy,
    .check_copy.thanks {
        width: 80vw!important;
        height: 80vw
    }
    section.check p {
        width: 85%
    }
}

#formWrap {
    width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%
}

table.formTable {
    width: 60%;
    margin: 30px auto;
    border-collapse: collapse
}

table.formTable td,
table.formTable th {
    padding: 1.5em 2.5em;
    line-height: 1.8;
    vertical-align: middle;
    word-break: break-all;
    display: table-cell
}

table.formTable th {
    width: 20%;
    box-sizing: border-box;
    background: #f796d8;
    border-bottom: #fbf5ea 1px solid;
    vertical-align: middle;
    color: #fff
}

p.error_messe {
    margin: 5px auto;
    color: red;
    text-align: center;
    background: #fff;
    padding: .8em 2em
}

@media only screen and (max-width:768px) {
    #formwrap {
        width: 100%
    }
    table.formTable {
        width: auto
    }
    table.formTable th {
        width: auto;
        display: block
    }
}

body.form {
    background: #fbf5ea
}

#footer {
    min-height: 420px;
    background-color: #fbf5ea
}

#footer .img_list {
    margin: 80px auto;
    width: 480px;
    line-height: 1.4;
    font-size: .85em
}

#footer .img_list li+li {
    margin-left: 25%
}

.footer_bg_img {
    background: url(../images/footer_bg.png) left bottom no-repeat;
    background-size: contain
}

@media only screen and (max-width:768px) {
    #footer .img_list {
        width: auto
    }
    #footer .img_list li+li {
        margin-left: auto
    }
    .footer_bg_img {
        background: none
    }
}

.footer_container {
    position: relative;
    height: 100%
}

.copyright {
    text-align: center;
    position: absolute;
    bottom: -30px;
    padding: .5em 0;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #898989
}

.mt20 {
    margin-top: 20px
}

.mb200 {
    margin-bottom: 200px
}

.mt30 {
    margin-top: 30px
}

.mb80 {
    margin-bottom: 80px
}

@media only screen and (max-width:768px) {
    .mb200 {
        margin-bottom: 100px
    }
    .mb80 {
        margin-bottom: 40px
    }
}