@media screen and (min-width:1024px) {

/* commmon */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
	line-height: 180%;
	color: #454545;
	background: #F2EDE7;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    font-style: normal;
}

body {
    overflow-x: hidden !important;
    
}

.forsp {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
a {
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}

/* footer  */

footer {
    width:100%;
    margin-top: 100px;
}
footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
footer .inner .footer_txt {
    text-align: center;
    padding: 2em 0;
    color: #61B73F;
    font-weight: 600;
}
footer .inner .footer_banner img {
    margin: 0 auto;
    display: block;
}
footer .inner .footer_txt p {
    margin-bottom: 1em;
}
footer .inner .footer_txt .copyrights {
    font-size: 12px;
}


.pagetop {
    width: 46px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 60px;
    opacity: 0;
    transition: all  0.6s ease;
}
.pagetop.scroll {
    opacity: 1;
}


/* header */

header {
    width: 100%;
    height: 130px;
    position: fixed;
    z-index: 100;
    background-color: rgba(242,237,231,0.0);
    display: flex;
    font-size: 15px;
    transition: 0.5s;
}
header a {
    display: block;
}
header#second {
    background-color: rgba(245,244,240,0.0);
}
header.scroll-nav {
    background-color: rgba(245,244,240,0.7);
}
header.scroll-nav .company_logo {
    background-image: url(../images/forkids_logo.png);
}
.company_logo {
    display: block;
}
header .company_logo {
    width: 12%;
    max-width: 379px;
    height: 75px;
    background-image: url(../images/forkids_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -9999px;
    margin: 20px 30px;
    transition: 0.5s;
}
header#second .company_logo {
    background-image: url(../images/forkids_logo.png);
}

header .gmenu {
    width: 88%;
    margin: 6px;
    display: flex;
    justify-content: flex-end;
}
header .gmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .gmenu ul li {
    margin: 14px 6px;
    position: relative;
    letter-spacing: 1px;
}
header .gmenu ul li a {
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
header .gmenu ul li ul li a {
    background-color: rgba(255,255,255,0.8);
}
header .gmenu ul li a:hover,header#second .gmenu ul li a:hover {
    background-color: #DFF2D8;
}

header .gmenu ul li.contact_hdb {
    position: relative;
    display: inline-block;
}
header .gmenu ul li.contact_hdb a {
    background-color: #61B73F;
    display: block;
    color: #ffffff;
    padding: 12px 40px;
    border-radius: 100px;
    font-weight: 600;
}
header .gmenu ul li.contact_hdb a:hover {
    background-color: #86D368;
}


/* top page  */
.kv_blk {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 80px;
}
.kv_blk picture {
    text-align: center;
}
.kv_blk picture img {
    margin: 0 auto;
}

.about {
    width: 100%;
    margin: 0px auto;
    padding: 200px 0 0 0;
}
.about .inner {
    max-width: 1100px;
    margin: 0 auto 200px;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about .inner .txt_blk {
    padding: 60px 90px;
}
.about .inner h2 {
    color: #61B73F;
    font-size: 24px;
    line-height: 160%;
    font-weight: 500;
    margin-bottom: 2em;
}
.about .inner .about_txt {
    background-color: #FFF9CE;
    border-radius: 12px;
    padding: 1em 2em;
    margin-bottom: 1em;
}
.about .inner .image_blk {
    width: 34%;
    background-image: url(../images/about_photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about .inner .icon_img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
.about .inner .icon01 {
    width: 66px;
    height: 123px;
    background-image: url(../images/about_icon01.png);
    top: -20px;
    left: -40px;
}
.about .inner .icon02 {
    width: 121px;
    height: 59px;
    background-image: url(../images/about_icon02.png);
    top: -20px;
    right: -70px;
}
.about .inner .icon03 {
    width: 109px;
    height: 119px;
    background-image: url(../images/about_icon03.png);
    bottom: -20px;
    left: -40px;
}
.about .inner .icon04 {
    width: 146px;
    height: 159px;
    background-image: url(../images/about_icon04.png);
    bottom: -60px;
    right: -70px;
}


.possibiity {
    width: 100%;
    margin: 0px auto;
    padding: 140px 0 140px 0;
    background-color: #61B73F;
}
.possibiity .inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #ffffff;
}
.possibiity .inner .txt_shoulder {
    background-color: #ffffff;
    color: #61B73F;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.possibiity .inner h2 {
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 0.6em;
}
.possibiity .inner .txt_blk {
    width: 50%;
}
.possibiity .inner .image_blk {
    width: 45%;
}
.possibiity .inner .txt_end {
    background-color: #FFF9CE;
    border-radius: 12px;
    padding: 1em 2em;
    margin-bottom: 1em;
    color: #000;
    text-align: center;
    margin-top: 2em;
}
.possibiity .inner .txt_end span {
    font-weight: 600;
    font-size: 120%;
}
.possibiity .inner .image_blk .image02 {
    width: 80%;
}

.about2 {
    width: 100%;
    margin: 0px auto;
    padding: 140px 0 140px 0;
    background-color: #F2EDE7;
}
.about2 .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.about2 .inner h2 {
    color: #61B73F;
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 2em;
}
.about2 .inner .about2_set {
    display: flex;
    justify-content: space-between;
}
.about2 .inner .about2_set .about2_box {
    width: 31%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.about2 .inner .about2_set .about2_box .icon{
    width: 94px;
    height: 94px;
    margin: 1em auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.about2 .inner .about2_set .about2_box.box01 .icon{
    background-image: url(../images/about2_icon01.svg);
}
.about2 .inner .about2_set .about2_box.box02 .icon{
    background-image: url(../images/about2_icon02.svg);
}
.about2 .inner .about2_set .about2_box.box03 .icon{
    background-image: url(../images/about2_icon03.svg);
}
.about2 .inner .about2_set .about2_box h3 {
    color: #61B73F;
    font-size: 22px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.about2 .inner .about2_set .about2_box p {
    line-height: 160%;
    font-weight: 400;
    text-align: left;
}

.message {
    width: 100%;
    margin: 0px auto;
    padding: 140px 0 140px 0;
    background-color: #ffffff;
}
.message .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.message .inner h2 {
    color: #61B73F;
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 2em;
}
.message .inner .txt_shoulder {
    background-color: #61B73F;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.message .inner p {
    line-height: 200%;
    font-weight: 400;
    margin-bottom: 2em;
}
.message .inner p span {
    font-size: 120%;
    font-weight: 600;
}
.message .inner .message_ph01 {
    width: 356px;
    height: 584px;
    position: absolute;
    top: 220px;
    right: -130px;
}
.message .inner .message_ph02 {
    width: 356px;
    height: 584px;
    position: absolute;
    top: 220px;
    left: -130px;
}
.contact {
    width: 100%;
    margin: 0px auto;
    padding: 40px 0 40px 0;
    background-color: #61B73F;
}
.contact .inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.contact .inner .image_blk {
    width: 200px;
    margin-top: -70px;
}
.contact .inner .txt_blk {
    width: 430px;
    font-weight: 600;;
    font-size: 120%;
    margin-top: -10px;
}

.contact_btn {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 1em;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.contact_btn a {
    background-color: #ffffff;
    display: block;
    color: #61B73F;
    padding: 18px 25px 18px 70px;
    font-size: 18px;
}
.contact_btn a:hover {
    background-color: #E1FFD5;
}
.contact_btn a::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 26px;
    background-image: url(../images/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 80px;
}

.model {
    width: 100%;
    margin: 0px auto;
    padding: 140px 0 140px 0;
    background-image: url(../images/model_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.model .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.model .inner h2 {
    color: #61B73F;
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.model .inner .txt_shoulder {
    background-color: #61B73F;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.model .inner .model_blk {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.model .inner .model_blk .model_set {
    width: 28%;
    margin: 1em 1em 2em 1em;
}
.model .inner .model_blk .model_set .circle_part {
    width: 246px;
    height: 246px;
    margin: 0 auto 0.6em auto;
    background-color: #61B73F;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;   
    padding: 60px 0;
    font-size: 22px; 
    background-repeat: no-repeat;
    background-position: bottom 40px center;
}
.model .inner .model_blk .model_set .circle_part.part02 p {
    margin-top: -22px;
}
.model .inner .model_blk .model_set .circle_part.part01 {
    background-image: url(../images/model_icon01.svg);
    background-size: 94px 56px;
}
.model .inner .model_blk .model_set .circle_part.part02 {
    background-image: url(../images/model_icon02.svg);
    background-size: 94px 60px;
}
.model .inner .model_blk .model_set .circle_part.part03 {
    background-image: url(../images/model_icon03.svg);
    background-size: 94px 69px;
}
.model .inner .model_blk .model_set .circle_part.part04 {
    background-image: url(../images/model_icon04.svg);
    background-size: 94px 56px;
}
.model .inner .model_blk .model_set .circle_part.part05 {
    background-image: url(../images/model_icon05.svg);
    background-size: 94px 69px;
}

.information {
    width: 100%;
    margin: 0px auto;
}
.information .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-image: url(../images/info_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 230px;
    padding: 140px 0 140px 0;
}
.information .inner h2 {
    color: #61B73F;
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.information .inner .membership {
    max-width: 1100px;
    margin: 0 auto 6em auto;
}
.information .inner .membership .w_box {
    width: 720px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 1.4em 2em;
}
.information .inner .membership .w_box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 20px;
}
.information .inner .membership .w_box dl dt {
    width: 40%;
    padding: 10px;
    border-bottom: 1px solid #AFAFAF;
    color: #61B73F;
}
.information .inner .membership .w_box dl dd {
    width: 60%;
    padding: 14px;
    border-bottom: 1px solid #AFAFAF;
}
.information .inner .membership .w_box dl dt.first {
    background-color: #DFF2D8;
    border-bottom: none;
}
.information .inner .membership .w_box dl dd.first {
    background-color: #F2F2F2;
    border-bottom: none;
    border-left: 4px solid #ffffff;
}
.information .inner .schedule {
    max-width: 1100px;
    margin: 0 auto 6em auto;
}
.information .inner .schedule .flow_box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 3em 5em;
    margin-top: 2em;
}
.information .inner .support {
    max-width: 1100px;
    margin: 0 auto 6em auto;
}
.information .inner .support .support_menu {
    width: 100%;
    padding: 3em 5em;
    margin-top: 2em;
}

.faq {
    width: 100%;
    margin: 0px auto;
    background-color: #ffffff;
}
.faq .inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 140px 0 140px 0;
}
.faq .inner h2 {
    color: #61B73F;
    font-size: 34px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.faq .inner dl {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #707070;
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.faq .inner dl dt {
    font-size: 36px;
    color: #61B73F;
    font-weight: 600;
    margin-bottom: 1em;
    width: 10%;
    text-align: center;
}
.faq .inner dl dd {
    width: 90%;
    margin-bottom: 2em;
}
.faq .inner dl dd:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
}




}
/* pc end  */




/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.8s;
}
