@charset "utf-8";

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */


/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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;
}

body {
    line-height: 1;
    padding-bottom: 135px;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 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 #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body {
    font-size: 14px;
    color: #111;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.clear {
    clear: both;
}

.small {
    font-size: 14px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.bg_none {
    background: none !important;
}

strong {
    font-weight: bold;
}

.ct {
    text-align: center;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.marker{
    background:linear-gradient(transparent 60%, #FFF27D 60%);
}

.or-f{
    color: #F66F00;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.inner {
    width: 960px;
    margin: 0 auto;
    padding: 45px 0;
}

@media only screen and (max-width: 767px) {
    .inner {
        width: 100%;
        margin: 0 auto;
        padding: 6% 0;
        box-sizing: border-box;
    }
}

.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 1s;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}


/* --------------------------------------------------------------------------------------------------------------------------------------
contents
----------------------------------------------------------------------------------------------------------------------------------------- */


/* header
---------------------------------------------------------------------------- */

header {
    width: 960px;
    margin: 0 auto;
}

header .logo {
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    header {
        width: 100%;
    }
    header .logo {
        padding: 4%;
        text-align: center;
    }
    header .logo img {
        width: 50%;
    }
}


/* main
---------------------------------------------------------------------------- */

.main-ttl {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 59%;
    top: 56px;
    right: 90px;
    transform: translate(0, 45px);
    transition: all 2ms;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.main-ttl-act {
    -webkit-animation-name: imagemvttl;
    animation-name: imagemvttl;
    opacity: 1;
    transition: .8s;
}

@-webkit-keyframes imagemvttl {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes imagemvttl {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px);
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }
}

.main {
    width: 100%;
    text-align: center;
}

.main-inner {
    min-width: 1000px;
    margin: 0 auto;
    background:url(/assets/img/special/studentgardentour/main_bg-img.png), #FFF27D;
    overflow: hidden;
}

.main-img {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 550px 0 0;
    background: url(/assets/img/special/studentgardentour/main_ttl-bg.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 190px;
    background-position-y: 90px;
}

.main-img img.main-left{
    width: 32%;
    position: absolute;
    left: 0;
    top: 76px;
    z-index: 10;
}
.main-img::before{
    content: '';
    display: block;
    position: absolute;
    width: 105px;
    height: 169px;
    background: url(/assets/img/special/studentgardentour/main-img01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 30px;
    left: 510px;
}
.main-img::after{
    content: '';
    display: block;
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(/assets/img/special/studentgardentour/main-img02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50px;
    right: 110px;
}

.main_tagimg {
    position: absolute;
    z-index: 1;
}
.main_tag01{
    width: 21%;
    top: 32px;
    left: 216px;
    animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

.main_r-tag {
    width: 10%;
    right: -20px;
    top: -20px;
}
.main_tag02{
    width: 25%;
    top: 75px;
    left: 218px;
    animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation-delay: 2.5s;
    opacity: 0;
}
.main_tag03{
    top: 128px;
    left: 222px;
    width: 32%;
    animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
    animation-delay: 3.5s;
    opacity: 0;
}
@keyframes poyoyon {
    0% {
        transform: translateY(-140px);
        opacity: 0;
    }
    50% {
        transform: translateY(0);
    }
    65% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
    20%,100% {
        opacity: 1;
    }
}
@media only screen and (max-width: 767px) {
    .main-inner {
        background-size: contain;
        width: 100%;
        min-width: 100%;
        background-size: 20%;
    }
    .main-ttl {
        position: relative;
        width: 87%;
        z-index: 10;
        margin: 0 auto;
        right: 0;
        left: 0;
        top: 0;
        bottom: auto;
    }
    .main-ttl.main_tag-img{
        top:-5vw;
    }
    .main-img img.main-left{
        z-index: 2;
        top: 7%;
        transform: rotate(343deg);
    }
    .main-img::before{
        top: 2%;
        right: 0%;
        left: auto;
    }
    .main-img::after {
        top: auto;
        bottom: 5%;
        right: 0%;
        z-index: 0;
    }
    .main_tagimg{
        z-index: 1;
    }
    .main_tag01{
        left: 21%;
        width: 40%;
        top: 2%;
    }
    .main_tag02{
        left: 24%;
        width: 49%;
        top: 7.5%;
    }
    .main_tag03{
        left: 28%;
        width: 62%;
        top: 15.3%;
    }
    .main-img {
        width: 90%;
        height: auto;
        padding: 21% 0 15%;
        margin: 0 auto;
        background: url(/assets/img/special/studentgardentour/main_ttl-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: 0;
        background-position-y: 61%;
    }
    .main .main-inner .main-img .sp-ttl {
        width: 60%;
        margin: 2% 0 27% 49%;
    }
    .main .main-inner .main-img .mv-bg-s {
        width: 80%;
        height: 30vh;
        margin: 5% 0 10% 2%;
    }
}


/* CTA
---------------------------------------------------------------------------- */

.btn_area {
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
}

.main-btn_area{
    padding-bottom: 80px;
}
.main-btn_areatxt{
    margin: 0 auto;
}
.btn_entry {
    position: relative;
    width: 610px;
    height: 75px;
    background-color: #F65486;
    box-shadow: 4px 4px 0px 0px #114568;
    font-size: 20px;
    box-sizing: border-box;
}
.btn_entry::before{
    content: '';
    display: block;
    position: absolute;
    width: 118px;
    height: 118px;
    background: url(/assets/img/special/studentgardentour/btn_free.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
}
.main_btn_entry::after{
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 118px;
    background: url(/assets/img/special/studentgardentour/main_ashiato-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 20px;
    right: -115px;
    transform: rotate(20deg);
}

.btn_entry a {
    padding: 25px 0;
}

.btn_float_entry {
    width: 640px;
    background-color: #F65486;
    box-shadow: 0px 1px 2px 0px #114568;
    font-size: 20px;
    box-sizing: border-box;
}

.btn_entry,
.btn_float_entry {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    text-align: center;
}

.btn_float_entry,
.btn_float_entry {
    height: 65px;
}

.btn_job_entry {
    height: 45px;
}

.btn_float_entry a {
    padding: 20px 0;
}

.btn_job_entry a {
    padding: 13px 0;
    font-size: 18px;
}

.btn_entry a,
.btn_job_entry a,
.btn_float_entry a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    font-weight: bold;
}

.btn_entry a::after,
.btn_job_entry a::after,
.btn_float_entry a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.btn_entry:hover,
.btn_job_entry:hover,
.btn_float_entry:hover {
    transition-duration: 0.3s;
    opacity: 0.7;
    transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
    .btn_entry{
        width: 90%;
        font-size: 4vw;
        height: auto;
    }
    .btn_entry::before{
        width: 26%;
        height: 140%;
        background: url(/assets/img/special/studentgardentour/btn_free.svg);
        background-size: contain;
        background-repeat: no-repeat;
        left: -3%;
    }
    .btn_float_entry {
        width: 90%;
        height: auto;
    }
    .btn_float_entry a {
        padding: 3% 0 4%;
        font-size: 4.5vw;
    }
    .btn_float_entry span {
        color: #fff;
        font-size: 3.5vw;
        line-height: 2;
    }
}

@keyframes shiny {
    0% {
        left: -50%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@-webkit-keyframes shiny {
    0% {
        left: -50%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@-moz-keyframes shiny {
    0% {
        left: -50%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}


/* asiato
---------------------------------------------------------------------------- */

.img-ashiato {
    position: relative;
}
.img-ashiato::before {
    position: absolute;
    content: '';
    display: block;
    width: 36px;
    height: 91px;
    background: url(/assets/img/special/studentgardentour/ashiato-02.svg) no-repeat top center;
    animation: imgashiato 2s steps(3) infinite;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.main_ashiato{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    animation-delay: 5s;
}
@keyframes fadeInAnime{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes imgashiato {
    to {
        background-position: center -378px;
    }
}

.merit_btm_ashiato .img-ashiato{
    width: 36px;
    height: 91px;
    margin: 30px auto 0;
    display: block;
}
.merit_btm_ashiato .img-ashiato::before {
    top: 0;
}

.trouble-m_btm_ashiato .img-ashiato{
    width: 36px;
    height: 76px;
    margin: 30px auto 0;
    display: block;
}
.trouble-m_btm_ashiato .img-ashiato::before{
    width: 36px;
    height: 76px;
    background: url(/assets/img/special/studentgardentour/ashiato-01.svg) no-repeat top center;
    animation: imgashiato02 2s steps(3) infinite;
    top: 30px;
}
@keyframes imgashiato02 {
    to {
        background-position: center -333px;
    }
}

.voice_btm_ashiato .img-ashiato::before{
    top: -80px;
}

@media only screen and (max-width: 767px) {
    .img-ashiato::before{
        width: 20px;
        height: 84px;
        background: url(/assets/img/special/studentgardentour/ashiato-03.svg) no-repeat top center;
        background-size: 100%;
        animation: imgashiato 2s steps(3) infinite;
        top: -6vw;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    @keyframes fadeInAnime{
        from {
            opacity: 0;
        }
    
        to {
            opacity: 1;
        }
    }
    
    @keyframes imgashiato {
        to {
            background-position: center -288px;
        }
    }
    .merit01-top_ashiato .img-ashiato::before,
    .merit02-top_ashiato .img-ashiato::before,
    .merit03-top_ashiato .img-ashiato::before{
        width: 56px;
        height: 105px;
        background: url(/assets/img/special/studentgardentour/ashiato-04.svg) no-repeat top center;
        background-size: 100%;
        animation: imgashiato03 2s steps(4) infinite;
        top: 27vw;
        left: 45vw;
    }
    @keyframes imgashiato03 {
        to {
            background-position: center -464.5px;
        }
    }
    .merit02-top_ashiato .img-ashiato::before{
        left: auto;
        right: 60vw;
        top: 20vw;
        transform: scale(-1, 1);
    }
    .merit03-top_ashiato .img-ashiato::before{
        left: 22vw;
        top: 35vw;
    }
    .merit_btm_ashiato .img-ashiato{
        margin-top: -9%;
    }
    .trouble-m_btm_ashiato .img-ashiato{
        margin-top: 0;
        height: 52px;
    }
    .trouble-m_btm_ashiato .img-ashiato::before{
        width: 22px;
        height: 54px;
        background: url(/assets/img/special/studentgardentour/ashiato-01.svg) no-repeat top center;
        background-size: 100%;
    }
    @keyframes imgashiato02 {
        to {
            background-position: center -203px;
        }
    }
    .flow01_btm_ashiato .img-ashiato::before{
        width: 40px;
        height: 70px;
        background: url(/assets/img/special/studentgardentour/ashiato-05.svg) no-repeat top center;
        background-size: 100%;
        animation: imgashiato04 2s steps(3) infinite;
        top: auto;
        right: 0vw;
        left: auto;
    }
    @keyframes imgashiato04 {
        to {
            background-position: center -274px;
        }
    }
    .flow02_btm_ashiato .img-ashiato::before{
        width: 55px;
        height: 177px;
        background: url(/assets/img/special/studentgardentour/ashiato-06.svg) no-repeat top center;
        background-size: 100%;
        animation: imgashiato05 2s steps(4) infinite;
        top: auto;
        right: auto;
        left: -23vw;
    }
    @keyframes imgashiato05 {
        to {
            background-position: center -784px;
        }
    }
    .flow_03 .trouble-m_btm_ashiato .img-ashiato {
        position: absolute;
        bottom: -8vw;
        right: 0;
    }
    .voice01_btm_ashiato .img-ashiato::before{
        width: 27px;
        height: 56px;
        background: url(/assets/img/special/studentgardentour/ashiato-07.svg) no-repeat top center;
        background-size: 100%;
        animation: imgashiato06 2s steps(3) infinite;
        top: -5vw;
        right: 0vw;
        left: auto;
    }
    @keyframes imgashiato06 {
        to {
            background-position: center -214px;
        }
    }
    .voice .flow02_btm_ashiato .img-ashiato::before{
        
    left: -16vw;
    }
}




/* contents
---------------------------------------------------------------------------- */

.content {
    background-color: #fffb;
}

.content h2,
.reason_wrap h2{
    display: inline-block;
}

.content_icon {
    text-align: center;
    margin: 0 auto 25px;
}

.content_icon img {
    width: 70%;
}

.content_ttl h2 {
    font-size: 30px;
    margin: 0 auto 35px;
    color: #614c3f;
    text-align: center;
    line-height: 1.8rem;
}

.content_ttl h2 .strong-rdf {
    font-size: 40px;
    color: #f5752a;
}

@media only screen and (max-width: 767px) {
    .content_icon {
        width: 232px;
        margin: 2% auto 2%;
    }
    .content_icon img {
        width: 60%;
    }
    .content_ttl h2 {
        font-size: 6vw;
        line-height: 1.3;
    }
    .content_ttl h2 .strong-rdf {
        font-size: 8vw;
    }
}


/* section-trouble
---------------------------------------------------------------------------- */

.inner_trouble {
    padding-top: 130px 0 20px;
}
.trouble_toptxtarea{
    position: relative;
}
.trouble_toptxt{
    display: block;
    margin: 0 auto;
    width: 55%;
}
.trouble_topimg{
    position: absolute;
    bottom: 0;
    right: 220px;
    width: 5%;
}
.trouble_important{
    display: block;
}
.trouble_important img{
    margin: 30px auto;
    width: 55%;
}
.answer_toptxt{
    display: block;
}
.trouble_important p{
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
}
.trouble-middle .trouble_important img{
    width: 74%;
}
.trouble-middle .trouble_adviser-box img,
.trouble-middle .trouble_adviser-box p{
    display: inline-block;
    vertical-align: middle
}
.trouble-middle .trouble_adviser-box img{
    width: 17%;
    margin: 0 30px 0 0;
}
.trouble-middle .trouble_adviser-box p{
    width: 79%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .inner_trouble {
        padding:10% 4% 6%;
    }
    .trouble_topimg{
        width: 9%;
        bottom: 0%;
        right: 8%;
    }
    .trouble_toptxt{
        width: 90%;
    }
    .trouble_important img{
        width: 80%;
        margin: 5% auto;
    }
    .trouble_important p{
        font-size: 3.5vw;
    }
    .trouble-middle .trouble_adviser-box p{
        width: 70%;
    }
    .trouble-middle .trouble_adviser-box img{
        width: 34%;
        margin: 0 5% 0 -10%;
    }
}



/* section-merit
---------------------------------------------------------------------------- */
.merit,
.flow,
#reason{
    background:url(/assets/img/special/studentgardentour/bg-img.png), #FFFCE4;
    overflow: hidden;
    padding: 30px 0;
}
.merit_ttl,
.merit_box,
.flow_box,
.voice_ttl,
.voice_box{
    display: inline-block;
}
.merit_box,
.flow_box,
.voice_box{
    width: 88%;
    margin: 55px 0 15px 15px;
    vertical-align: top;
}
.merit h2,
.voice h2{
    width: 8%;
}
.merit h2 img,
.voice h2 img{
    width: 100%;
}
.merit_parts,
.flow_parts{
    position: relative;
    width: 30.5%;
    display: inline-block;
    border: solid 2px #111;
    padding: 290px 10px 25px;
    border-radius: 110px 110px 0 0;
    background-color: #FFF9C6;
    margin-bottom: 30px;
}
.merit_parts p{
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 16px;
}
.merit_01,
.merit_02,
.flow_01,
.flow_02,
.voice_01,
.voice_02{
    margin-right: 30px;
}
.merit_parts::before,
.flow_parts::before{
    position: absolute;
    content: '';
    display: block;
    width: 97px;
    height: 97px;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.merit_parts::after{
    position: absolute;
    content: '';
    display: block;
}
.merit_01::before{
    background: url(/assets/img/special/studentgardentour/merit_01-icon.png) no-repeat top center;
    background-size: contain;
}
.merit_01::after{
    background: url(/assets/img/special/studentgardentour/merit_01-img.png) no-repeat top center;
    background-size: contain;
    width: 256px;
    height: 191px;
    top: 65px;
    left: 12px;
}
.merit_02::before{
    background: url(/assets/img/special/studentgardentour/merit_02-icon.png) no-repeat top center;
    background-size: contain;
}
.merit_02::after{
    background: url(/assets/img/special/studentgardentour/merit_02-img.png) no-repeat top center;
    background-size: contain;
    width: 270px;
    height: 195px;
    top: 81px;
    left: -8px;
}
.merit_03::before{
    background: url(/assets/img/special/studentgardentour/merit_03-icon.png) no-repeat top center;
    background-size: contain;
}
.merit_03::after{
    background: url(/assets/img/special/studentgardentour/merit_03-img.png) no-repeat top center;
    background-size: contain;
    width: 206px;
    height: 231px;
    top: 40px;
    left: 22px;
}
@media only screen and (max-width: 767px) {
    .merit{
        position: relative;
        padding-top: 2%;
    }
    .merit h2{
        position:absolute;
    }
    .merit h2,
    .voice h2{
        width: 15%;
    }
    .merit_parts,
    .flow_parts{
        display: block;
        padding: 40% 2% 5%;
    }
    .merit_box,
    .flow_box,
    .voice_box{
        width: 100%;
        margin-left:0;
    }
    .merit_box{
        margin-left:5%;
    }
    .merit_parts,
    .flow_parts{
        width: 45%;
    }
    .merit_parts p{
        font-size: 3vw;
    }
    .merit_01{
        margin-left: 16%;
    }
    .merit_01::after{
        width: 98%;
        height: 56%;
        top: 5vw;
        left: 5vw;
    }
    .merit_02{
        margin: 14% 0 0 45%;
    }
    .merit_02::after{
        width: 104%;
        height: 62%;
        top: 7vw;
        left: 0;
    }
    .merit_parts.merit_03{
        margin-left: 5%;
    }
    .merit_03::after{
        width: 71%;
        height: 64%;
        top: 2vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .merit_parts::before{
        width: 40%;
        height: 30%;
        top: -11vw;
    }
}

/* section-flow
---------------------------------------------------------------------------- */

.flow h2{
    width: 11%;
}
.flow h2 img{
    width: 100%;
}
.flow_box{
    width: 87%;
}

.flow_parts{
    background-color: #fff;
    height: 451px;
    padding: 55px 10px 25px;
    vertical-align: bottom;
}
.flow_parts p.flow_step{
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 18px;
}
.flow_step_no{
    color: #F66F00;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.flow_step-img{
    display: block;
}
.flow_parts p{
    line-height: 1.5;
    font-size: 16px;
}
.flow_txt{
    position: relative;
    padding-top: 5px;
}
.flow_txt::before{
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 226px;
    background-color: #FFF27D;
    border-radius: 4px;
    top: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.flow_01::before{
    background: url(/assets/img/special/studentgardentour/step_01-icon.png) no-repeat top center;
    background-size: contain;
}
.flow_01 .flow_step-img{
    width: 76%;
    margin: 20px auto 35px;
}

.flow_02::before{
    background: url(/assets/img/special/studentgardentour/step_02-icon.png) no-repeat top center;
    background-size: contain;
}
.flow_02 .flow_step-img{
    width: 40%;
    margin: 10px auto 20px;
}

.flow_03::before{
    background: url(/assets/img/special/studentgardentour/step_03-icon.png) no-repeat top center;
    background-size: contain;
}
.flow_03 .flow_step-img{
    width: 70%;
    margin: 27px auto 35px;
}
@media only screen and (max-width: 767px) {
    .flow h2{
        width: 22%;
    }
    .flow_box {
        width: 78%;
    }
    .flow_parts{
        width: 85%;
        margin-left: 5%;
        padding: 9% 5% 7%;
        height: auto;
    }
    .flow_01 .flow_step-img{
        width: 60%;
        margin: 5% auto 9%;
    }
    .flow_02 .flow_step-img{
        width: 30%;
    }
    .flow_03 .flow_step-img{
        margin: 3% auto 9%;
        width: 55%;
    }
    .flow_01,.flow_02,.flow_03{
        position: relative;
    }
    .flow_02,
    .flow_03{
        margin-top: 25%;
    }
    .flow_03{
        margin-bottom: 16%;
    }
    .flow_parts::before{
        width: 26%;
        height: 26%;
    }
    .flow_parts p{
        font-size: 3vw;
    }
}

/* section-voice
---------------------------------------------------------------------------- */
.voice{
    padding: 30px 0;
}
.voice .inner{
    position: relative;
}
.voice .inner::after{
    position: absolute;
    content: '';
    display: block;
    width: 140px;
    height: 151px;
    background: url(/assets/img/special/studentgardentour/voice_r-img.png) no-repeat top center;
    background-size: contain;
    bottom: 10px;
    right: -80px;
    transform: scale(-1, 1);
}
.voice_parts{
    width: 30.5%;
    display: inline-block;
    margin-bottom: 30px;
}
.voice_parts-box{
    padding: 15px 20px 25px;
    background-color: #fffce4;
}
.voice_parts_ttl{
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: dotted 4px;
    border-color: #00b2b8;
}
.voice_parts_txt{
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}
.voice_img{
    width: 100%;
    margin-bottom: -2px;
}

@media only screen and (max-width: 767px) {
    .voice .inner::after{
        right: 2%;
        width: 25%;
        bottom: -24vw;
    }
    .voice_box{
        width: 85%;
        margin: 3% 0;
    }
    .voice_parts{
        display: block;
        width: 85%;
        margin: 0 auto 10%;
    }
    .voice_parts_txt{
        font-size: 3vw;
    }
    .voice_01,.voice_02{
        position: relative;
    }
}

/* section-reason
---------------------------------------------------------------------------- */

.reason_wrap h2 .strong-rdf {
    color: #73add6;
}
.reason_wrap h2{
    width: 8%;
    margin-right: 20px;
    vertical-align: top;
}
.reason_wrap h2 img{
    width: 100%;
}

.reason_cont_h3 {
    display: table;
    width: 100%;
    margin-bottom: 25px
}

.reason_cont_h3 .img_wrap {
    display: table-cell;
    width: 25%;
}

.reason_cont_h3 .img_wrap img {
    width: 100%;
}

.reason_cont_h3 span {
    display: table-cell;
    width: 75%;
    padding-left: 15px;
    font-size: 130%;
    font-weight: bold;
    margin: 60px 0px 50px;
    color: #333;
    vertical-align: middle;
    text-align: left;
}

.reason_cont_inner {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
}

.reason_cont_inner:first-child {
    margin-top: 0;
}

.reason_cont_inner:last-child {
    border-bottom: 0;
}

.reason_cont_wrap_left {
    display: table-cell;
    width: 55%;
    vertical-align: top;
}

.reason_cont_wrap p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
}

.reason_cont_wrap {
    margin-bottom: 50px;
}

.reason_cont_wrap .adress {
    font-size: 1.2rem;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: dotted 2px #fa9023;
}

.reason_cont_wrap .adress dt {
    color: #ef6f42;
    display: inline-block;
    margin-left: -6px;
}

.reason_cont_wrap .access {
    font-size: 1.3rem;
    font-weight: normal;
}

.reason_cont_wrap .access dt {
    color: #ef6f42;
    display: inline-block;
    margin-left: -6px;
}

.reason_cont_wrap .access dd {
    line-height: 1.8;
}

.sub_menu_cont_img_wrap {
    display: table-cell;
    width: 45%;
    padding-left: 30px;
    vertical-align: middle;
}

.sub_menu_cont_img_wrap img {
    width: 100%;
}

.pc_wrap_cont_wrap {
    border:solid 2px #111111;
    background: #fff;
    padding: 50px 75px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 4px 4px 0px 0px #F66F00;
    width: 89%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .reason_wrap h2{
        width: 15%;
        margin-right: 0;
    }
    .reason_wrap .pc_wrap_cont_wrap{
        width: 78%;
        margin: 0 3.5%;
    }
    .reason_cont_wrap p{
        font-size: 3vw;
    }
    .content_icon_reason img {
        width: 40%;
    }
    .pc_wrap_cont_wrap {
        padding: 4%;
        box-sizing: border-box;
    }
    .reason_cont_wrap_left,
    .sub_menu_cont_img_wrap {
        display: block;
        width: 100%;
        padding: 0;
    }
    .reason_cont_wrap {
        margin-bottom: 0;
    }
    .reason_cont_h3 span {
        font-size: 4vw;
        padding-left: 2%;
    }
}


/* section-flow
---------------------------------------------------------------------------- */

.flow_wrap {
    padding-bottom: 25px;
    background: url(/lp_static/029/img/bg_container.gif);
}

.flow_wrap .inner .content_icon {
    height: auto;
    width: 124px;
}

.flow_wrap .inner .content_icon img {
    width: 40%;
}

.flow_wrap .pc_wrap {
    padding-bottom: 50px;
}

#flow h2.h2_pc {
    background: transparent;
    font-size: 180%;
    color: #ff7c8b;
    font-weight: bold;
    padding: 40px 0px 0px;
}

.kks-service-flow__body {
    margin-top: 40px;
    padding-bottom: 55px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.kks-service-flow__body:after {
    content: "";
    display: block;
    clear: both;
}

.kks-service-list__item {
    width: 23.0519480519%;
    position: relative;
    float: left;
    list-style: none;
}

.kks-service-item {
    padding: 0;
    margin: 0;
}

.kks-service-item__fig img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.kks-service-item__header {
    padding: 15px 0;
}

.kks-service-item__step {
    font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f28b53;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 700;
}

.kks-service-item__step strong {
    font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    font-weight: bold;
}

.kks-service-item__txt {
    font-size: 18px;
    font-weight: 500;
}

.kks-service-item__lead {
    padding-top: 10px;
    border-top: 1px solid #cbcbcb;
    font-size: 14px;
    line-height: 1.7;
}

.kks-service-item__lead span {
    display: block;
    color: #f28b53;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

.kks-service-list__item+.kks-service-list__item:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 62px;
    left: -17px;
    border-style: solid;
    border-width: 14px 0 14px 12px;
    border-color: transparent transparent transparent #f28b53;
    content: ' ';
}

.kks-service-list__item+.kks-service-list__item {
    margin-left: 2.5974025974%;
}

@media only screen and (max-width: 767px) {
    .flow_wrap .inner .content_icon img {
        width: 35%;
    }
}


/* section-present
---------------------------------------------------------------------------- */

.present_dtl {
    padding: 35px 20px 25px;
    background-color: #fff;
}

.present_top {
    margin-bottom: 10px;
}

.kks-benefits {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border: 6px double #77cbbd;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.kks-benefits__content {
    width: 50%;
    display: table-cell;
    padding: 15px 15px 0px;
}

.kks-benefits__h {
    width: 480px;
    position: absolute;
    top: -23px;
    left: 45%;
    margin-left: -165px;
    background-color: #77cbbd;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
}

.kks-benefits__h strong {
    color: #fff48a;
    font-size: 30px;
    vertical-align: middle;
    position: relative;
}

.kks-benefits__h:before,
.kks-benefits__h:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    left: -15px;
    z-index: 0;
}

.kks-benefits__h:before {
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 0px 15px 23px 0;
    border-color: transparent #77cbbd transparent transparent;
}

.kks-benefits__h:after {
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 23px 15px 0px 0;
    border-color: transparent #77cbbd transparent transparent;
}

.kks-benefits__h>div:before,
.kks-benefits__h>div:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    right: -15px;
    z-index: 0;
}

.kks-benefits__h>div:before {
    width: 0;
    height: 0;
    top: 0;
    border-style: solid;
    border-width: 0px 0 23px 15px;
    border-color: transparent transparent transparent #77cbbd;
    z-index: 0;
}

.kks-benefits__h>div:after {
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 23px 0 0px 15px;
    border-color: transparent transparent transparent #77cbbd;
    z-index: 0;
}

#present .kks-benefits__h>div {
    padding-right: 15px;
    padding-left: 15px;
}

#present .kks-benefits__content:last-child {
    margin-bottom: 0px;
}

.kks-benefits__content__header {
    display: table;
    width: 100%;
}

.kks-benefits__content__header__num,
.kks-benefits__content__header__txt {
    display: table-cell;
    vertical-align: middle;
}

#present .kks-benefits__content__header__num {
    width: 50px;
}

.kks-benefits__content__header__txt {
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.2;
}

.kks-benefits__content__header__txt strong {
    font-size: 17px;
    line-height: 1.2;
}

#present .kks-benefits__content__header__txt {
    font-size: 12px;
    line-height: 1.6;
}

.kks-benefits__content__num {
    width: 70px;
    height: 70px;
    background-color: #ff7c8b;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.15;
}

.kks-benefits__content__num>span {
    display: inline-block;
    margin-top: 12px;
}

.kks-benefits__content__num>span strong {
    font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-weight: 700;
}

.kks-benefits__content__fig {
    margin-top: 10px;
}

#present .kks-benefits__content__fig {
    padding-left: 20px;
    padding-right: 20px;
}

.kks-benefits__content--1 .kks-benefits__content__fig img {
    width: 398px;
    height: auto;
}

#present .kks-benefits__content--1 .kks-benefits__content__fig img {
    width: 100%;
    height: auto;
}

#present .kks-benefits__content--2 {
    margin-top: 20px
}

.kks-benefits__content--2 .kks-benefits__content__fig img {
    width: 399px;
    height: auto;
}

#present .kks-benefits__content--2 .kks-benefits__content__fig img {
    width: 100%;
    height: auto;
}

.kks-benefits-wrap__note {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.6;
}

#other_info {
    background-color: #ff7c8b;
    color: #fff
}

@media only screen and (min-width: 768px) {
    #other_info .telBox {
        overflow: hidden;
        width: 1030px;
        margin: 0 auto;
        padding: 10px 50px;
    }
    #other_info .telBox .info1 {
        overflow: hidden;
        margin: 0 0 20px 0;
        background-color: #fff7eb;
        color: #e86b7a;
        border-radius: 5px;
        padding: 10px;
    }
    #other_info .telBox .info1 .ttl {
        text-align: center;
    }
    #other_info .telBox .info1 .ttl .telTtl {
        margin: 0 0 5px 0;
        padding: 5px;
        font-size: 15px;
        font-weight: bold;
        border-radius: 100px;
        line-height: 1;
        background-color: #ff7c8b;
        color: #fff;
        text-align: center;
    }
    #other_info .telBox .info1 .ttl .free {
        margin: 0 0 0 10px;
        font-size: 12px;
        text-align: center;
    }
    #other_info .telBox .info1 li {
        width: 33.3333%;
        float: left;
        list-style: none;
    }
    #other_info .telBox .info1 li#telSP {
        padding: 10px 0;
        text-align: center;
    }
    #other_info .telBox .info1 li#telSP a {
        background-color: #fff;
        display: block;
        border-radius: 8px;
        padding: 10px;
    }
    #other_info .telBox .info1 li#telSP {
        display: none;
    }
    #other_info .telBox .info1 li.txt {
        padding: 5px 0 0;
        font-size: 11px;
        line-height: 1.3em;
        text-align: left;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) {
    #other_info .telBox .box01 {
        overflow: hidden;
        border-radius: 5px;
        width: 31.3333%;
        float: left;
    }
    #other_info .telBox .box01,
    #other_info .telBox .box02 {
        margin-right: 2%
    }
    #other_info .telBox .box01 figure,
    #other_info .telBox .box02 figure {
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }
    #other_info .telBox .box01 .txtbox {
        float: left;
        width: 76%;
    }
    #other_info .telBox .box01 .txtbox h2,
    #other_info .telBox .box02 .txtbox h2 {
        margin: 0 0 3px 0;
        font-size: 12px;
        font-weight: bold;
        display: block;
    }
    #other_info .telBox .txtbox p {
        font-size: 80%;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .kks-service-flow__body ul {
        background: #fff;
        padding: 15px 15px 15px 0;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .kks-service-list__item {
        position: relative;
        width: 100%;
        float: none;
    }
    .kks-service-item {
        padding: 0;
        margin: 0;
    }
    .kks-benefits:before,
    .kks-profile:before,
    .kks-section__sp-img-wrap:before,
    .kks-service-item:before,
    .kks-service-list:before,
    .kks-benefits:after,
    .kks-profile:after,
    .kks-section__sp-img-wrap:after,
    .kks-service-item:after,
    .kks-service-list:after {
        display: table;
        content: "";
    }
    .kks-benefits:after,
    .kks-profile:after,
    .kks-section__sp-img-wrap:after,
    .kks-service-item:after,
    .kks-service-list:after {
        clear: both;
    }
    .kks-service-list__item+.kks-service-list__item {
        margin-top: 30px;
        margin-left: 0;
    }
    .kks-service-item__fig {
        width: 30%;
        float: left;
    }
    .kks-service-item__fig img {
        width: 100%;
        height: auto;
    }
    .kks-service-item__caption {
        width: 66.1971830986%;
        float: right;
    }
    .kks-service-item__header {
        padding-top: 0;
        padding-bottom: 8px
    }
    .kks-service-item__step {
        font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f28b53;
        font-size: 13px;
        letter-spacing: 3px;
        font-weight: 700;
    }
    .kks-service-item__txt {
        font-size: 14px;
        font-weight: 500;
    }
    .kks-service-item__lead {
        border-top: 1px solid #cbcbcb;
        font-size: 13px;
        padding-top: 5px;
        line-height: 1.3;
    }
    .kks-service-item__lead span {
        display: block;
        color: #f28b53;
        margin-bottom: 5px;
        font-weight: bold;
        text-align: center;
    }
    .kks-service-list__item+.kks-service-list__item {
        margin-top: 30px;
        margin-left: 0;
    }
    .kks-service-list__item+.kks-service-list__item:before {
        display: block;
        position: absolute;
        content: ' ';
        width: 0;
        height: 0;
        top: -20px;
        left: 50%;
        margin-left: -20px;
        border-style: solid;
        border-width: 10px 20px 0 20px;
        border-color: #f28b53 transparent transparent transparent;
    }
    #present .present_dtl {
        padding: 35px 20px 25px;
        background-color: #fff;
    }
    .kks-benefits {
        position: relative;
        background-color: #fff;
        padding: 50px 35px 30px;
        border: 6px double #77cbbd;
    }
    #present .kks-benefits {
        padding: 40px 22px 25px 0;
    }
    .kks-benefits__h {
        width: 330px;
        position: absolute;
        top: -23px;
        left: 50%;
        margin-left: -165px;
        background-color: #77cbbd;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 46px;
        text-align: center;
        vertical-align: middle;
    }
    #present .kks-benefits__h {
        width: 110%;
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 4vw;
        white-space: nowrap;
    }
    .kks-benefits__h strong {
        color: #fff48a;
        font-size: 5vw;
        vertical-align: middle;
        position: relative;
    }
    #present .kks-benefits__h strong {
        font-size: 22px;
    }
    .kks-benefits__h:before,
    .kks-benefits__h:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        left: -15px;
        z-index: 1;
    }
    .kks-benefits__h:before {
        width: 0;
        height: 0;
        top: 0;
        border-style: solid;
        border-width: 0px 15px 23px 0;
        border-color: transparent #77cbbd transparent transparent;
    }
    .kks-benefits__h:after {
        width: 0;
        height: 0;
        bottom: 0;
        border-style: solid;
        border-width: 23px 15px 0px 0;
        border-color: transparent #77cbbd transparent transparent;
    }
    .kks-benefits__h>div:before,
    .kks-benefits__h>div:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        right: -15px;
        z-index: 1;
    }
    .kks-benefits__h>div:before {
        width: 0;
        height: 0;
        top: 0;
        border-style: solid;
        border-width: 0px 0 23px 15px;
        border-color: transparent transparent transparent #77cbbd;
    }
    .kks-benefits__h>div:after {
        width: 0;
        height: 0;
        bottom: 0;
        border-style: solid;
        border-width: 23px 0 0px 15px;
        border-color: transparent transparent transparent #77cbbd;
    }
    #present .kks-benefits__h>div {
        padding-right: 15px;
        padding-left: 15px;
    }
    .kks-benefits__content {
        width: 425px;
        float: left;
    }
    #present .kks-benefits__content {
        width: 100%;
        margin-bottom: 20px;
    }
    #present .kks-benefits__content:last-child {
        margin-bottom: 0px;
    }
    .kks-benefits__content__header {
        display: table;
        width: 100%;
    }
    .kks-benefits__content__header__num,
    .kks-benefits__content__header__txt {
        display: table-cell;
        vertical-align: middle;
    }
    #present .kks-benefits__content__header__num {
        width: 50px;
    }
    .kks-benefits__content__header__txt {
        padding-left: 12px;
        font-size: 15px;
        line-height: 1.2;
    }
    .kks-benefits__content__header__txt strong {
        font-size: 20px;
        line-height: 1.2
    }
    #present .kks-benefits__content__header__txt {
        font-size: 12px;
        line-height: 1.6;
    }
    #present .kks-benefits__content__header__txt strong {
        font-size: 16px;
    }
    .kks-benefits__content__num {
        width: 80px;
        height: 80px;
        background-color: #77cbbd;
        border-radius: 100%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 1.15;
    }
    .kks-benefits__content__num>span {
        display: inline-block;
        margin-top: 16px;
    }
    .kks-benefits__content__num>span strong {
        font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        font-weight: 700;
    }
    #present .kks-benefits__content__num {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    #present .kks-benefits__content__num>span {
        margin-top: 10px;
    }
    #present .kks-benefits__content__num>span strong {
        font-size: 18px;
    }
    .kks-benefits__content__fig {
        margin-top: 10px;
    }
    #present .kks-benefits__content__fig {
        padding-left: 20px;
        padding-right: 20px;
    }
    .kks-benefits__content--1 .kks-benefits__content__fig img {
        width: 398px;
        height: auto;
    }
    #present .kks-benefits__content--1 .kks-benefits__content__fig img {
        width: 100%;
        height: auto;
    }
    #present .kks-benefits__content--2 {
        margin-top: 20px;
    }
    .kks-benefits__content--2 .kks-benefits__content__fig img {
        width: 399px;
        height: auto;
    }
    #present .kks-benefits__content--2 .kks-benefits__content__fig img {
        width: 100%;
        height: auto;
    }
    .kks-benefits-wrap__note {
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.6;
    }
    #other_info .telBox {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
    }
    #other_info .telBox .info1 {
        overflow: hidden;
        margin: 0 0 10px 0;
        padding: 0px;
    }
    #other_info .telBox .info1 .ttl {
        text-align: center;
    }
    #other_info .telBox .info1 .ttl .telTtl {
        margin: 0 0 5px 0;
        padding: 5px;
        font-size: 15px;
        font-weight: bold;
        border: solid 1px #fff;
        border-radius: 100px;
        line-height: 1;
    }
    #other_info .telBox .info1 .ttl .free {
        margin: 3px 0 0 5px;
    }
    #other_info .telBox .info1 li#telSP {
        padding: 10px 0;
        text-align: center;
    }
    #other_info .telBox .info1 li#telSP a {
        background-color: #fff;
        display: block;
        border-radius: 8px;
        padding: 10px 15px;
    }
    #other_info .telBox .info1 li#telPC {
        display: none;
    }
    #other_info .telBox .info1 li.txt {
        margin: 0px;
        padding: 0px;
        font-size: 90%;
        line-height: 1.3em;
        text-align: center;
    }
    #other_info .telBox .box01,
    #other_info .telBox .box02 {
        overflow: hidden;
        background-color: #fff7eb;
        color: #ef6a35;
        padding: 10px 5px;
        display: table;
    }
    #other_info .telBox .box01 figure,
    #other_info .telBox .box02 figure {
        display: table-cell;
        width: 15%;
        margin: 0 5px 0 0;
        padding: 0;
    }
    #other_info .telBox .box01 .txtbox,
    #other_info .telBox .box02 .txtbox {
        width: 85%;
        display: table-cell;
        vertical-align: top;
        padding-left: 5px;
    }
    #other_info .telBox .box01 .txtbox h2,
    #other_info .telBox .box02 .txtbox h2 {
        margin: 0 0 3px 0;
        color: #ff7c8b;
        font-size: 14px;
        line-height: 1.3;
    }
    #other_info .telBox .box01 .txtbox p,
    #other_info .telBox .box02 .txtbox p {
        color: #000;
        font-size: 80%;
    }
    #other_info {
        background-color: #ff7c8b;
        color: #fff;
    }
    #page-top {
        display: none !important;
    }
}


/* footer
---------------------------------------------------------------------------- */

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 10000;
}

#pagetop a {
    display: block;
    text-indent: -9999px;
    width: 99px;
    height: 151px;
    background: url(/assets/img/special/studentgardentour/top-img.png) no-repeat top center;
    background-size: contain;
}

#pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer {
    width: 100%;
    border-top: dotted 1px #999;
}

footer p {
    display: block !important;
    padding: 8px 0;
    color: #666 !important;
    font-size: 11px;
    text-align: center;
}

.old_lp_footer{
    display: none;
}

.floating {
    position: fixed;
    display: none;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    z-index: 1000;
}
.footer_top_txt{
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    #pagetop {
        bottom: 95px;
        display: none;
    }
    #pagetop a{
        width: 50px;
        height: 76px;
    }
    .floating {
        padding: 2%;
        box-sizing: border-box;
    }
    .footer_top_txt{
        width: 80%;
        margin-bottom: 0;
    }
}

.add-footer-link {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
}

.add-footer-link a {
    margin-left: 30px;
    color: #32b7e6;
}

.add-footer-link>*:first-child {
    margin-left: 0;
}

.none_text01,
.none_text02,
.none_text03 {
    display: none;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none !important;
}

.jobsearch_link{
    margin: 50px 0 10px;
    text-align: center;
    text-decoration: underline;
}
.jobsearch_link a{
    transition: 0.5s;
    font-weight: bold;
    font-size: 16px;
}
.jobsearch_link a:hover{
    color: #ff7c8b;
}