@media screen and (max-width:1023px){

/* commmon */

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

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

body {
    overflow-x: hidden !important;
    
}

.forpc {
    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: 96vw;
    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: 4vw;
}


.pagetop {
    width: 15vw;
    height: 15vw;
    position: fixed;
    right: 2vw;
    bottom: 10vw;
    opacity: 0;
    transition: all  0.6s ease;
}
.pagetop.scroll {
    opacity: 1;
}


/* header */

header {
    width: 100%;
    height: 17.333vw;
    position: fixed;
    z-index: 100;
    background-color: rgba(242,237,231,0.0);
    display: flex;
    font-size: 3.2vw;
    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: 25vw;
    height: 14vw;
    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: 10px;
    transition: 0.5s;
}
header#second .company_logo {
    background-image: url(../images/forkids_logo.png);
}

header .gmenu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
header .gmenu ul {
    margin: 30vw 0 0 0;
    padding: 0;
    list-style: none;
}
header .gmenu ul li {
    margin: 5vw 1vw;
    position: relative;
    letter-spacing: 1px;
    font-size: 5vw;
}
header .gmenu ul li a {
    width: 100%;
    height: auto;
    color: #ffffff;
    padding: 5vw;
    display: block;
    line-height: 120%;
    -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.contact_hdb {
    width: 80%;
    margin: 0 auto;

}
header .gmenu ul li.contact_hdb a {
    background-color: #ffffff;
    display: block;
    color: #61B73F;
    padding: 4vw 10vw;
    border-radius: 100px;
    font-weight: 600;
}
header .gmenu ul li.contact_hdb a:hover {
    background-color: #86D368;
}
/* 位置を右上に固定 */
#toggle {
    position: fixed;
    top:  0;
    right:  0;
}
/* ハンバーガーメニューの大きさ指定 */
#toggle-box {
    position: relative;
    width:  12vw;
    height: 12vw;
    cursor: pointer;
    background: #358D12;
}
#toggle-box > span {
    width: 5vw;
    height: 0.5vw;
    left: 0;
    right: 0;
    top: 5vw;
    bottom: 5vw;
    margin: auto;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニュークリックで、「×」マークにアニメーション */
.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
    width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
    top: 9%;
    left: 6%;
    transform: rotate(-45deg) translatey(-50%);
}

/* 重なり順指定 */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;
    z-index: 990;
}

/* 中身メニュー、初期は非表示 */
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #61B73F;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
}

/* is-openクラスが追加されると、メニューが表示される */
.is-open {
    overflow: hidden;
}
.is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    display: block;
}
.is-open #nav-content a {
    pointer-events: auto;
}


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

.about {
    width: 100%;
    margin: 0px auto;
    padding: 22vw 0 0 0;
}
.about .inner {
    width: 90vw;
    margin: 0 auto 20vw auto;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0 0 3em 0;
}
.about .inner .txt_blk {
    padding: 8vw 10vw;
}
.about .inner h2 {
    color: #61B73F;
    font-size: 4.4vw;
    line-height: 160%;
    font-weight: 500;
    margin-bottom: 2em;
}
.about .inner .about_txt {
    background-color: #FFF9CE;
    border-radius: 3vw;
    padding: 1em 2em;
    margin-bottom: 1em;
}
.about .inner .image_blk {
    width: 50.667vw;
    height: 85.867vw;
    margin: 0 auto;
    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: 12vw;
    height: 18vw;
    background-image: url(../images/about_icon01.png);
    top: -4vw;
    left: -4vw;
}
.about .inner .icon02 {
    width: 22vw;
    height: 12vw;
    background-image: url(../images/about_icon02.png);
    top: -2.667vw;
    right: -3vw;
}
.about .inner .icon03 {
    width: 18vw;
    height: 19vw;
    background-image: url(../images/about_icon03.png);
    bottom: -2.667vw;
    left: -3vw;
}
.about .inner .icon04 {
    width: 19.467vw;
    height: 21.2vw;
    background-image: url(../images/about_icon04.png);
    bottom: -8vw;
    right: -3vw;
}


.possibiity {
    width: 100%;
    margin: 0px auto;
    padding: 18.667vw 0 18.667vw 0;
    background-color: #61B73F;
}
.possibiity .inner {
    width: 92vw;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    text-align: center;
}
.possibiity .inner .txt_shoulder {
    background-color: #ffffff;
    color: #61B73F;
    font-weight: 600;
    font-size: 3.4vw;
    padding: 0.667vw 1.333vw;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.possibiity .inner h2 {
    font-size: 4.8vw;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 0.6em;
}
.possibiity .inner .txt_blk {
    width: 100%;
}
.possibiity .inner .image_blk {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.possibiity .inner .image_blk div {
    width: 50%;
}
.possibiity .inner .txt_end {
    background-color: #FFF9CE;
    border-radius: 12px;
    padding: 3vw 0.2vw;
    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: 45%;
}

.about2 {
    width: 100%;
    margin: 0px auto;
    padding: 18.667vw 0 18.667vw 0;
    background-color: #F2EDE7;
}
.about2 .inner {
    width: 94vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.about2 .inner h2 {
    color: #61B73F;
    font-size: 4.8vw;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 2em;
}
.about2 .inner .about2_set {
}
.about2 .inner .about2_set .about2_box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 8vw;
    margin-bottom: 2em;
}
.about2 .inner .about2_set .about2_box .icon{
    width: 24vw;
    height: 24vw;
    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: 4.4vw;
    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: 20vw 0 20vw 0;
    background-color: #ffffff;
}
.message .inner {
    width: 94vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.message .inner h2 {
    color: #61B73F;
    font-size: 4.4vw;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 70vw;
}
.message .inner .txt_shoulder {
    background-color: #61B73F;
    color: #ffffff;
    font-weight: 600;
    font-size: 3.4vw;
    padding: 0.667vw 3vw;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.message .inner p {
    line-height: 200%;
    font-weight: 400;
    margin-bottom: 2em;
    padding: 0 4vw 0w 4vw;
}
.message .inner p span {
    font-size: 120%;
    font-weight: 600;
}
.message .inner .message_ph01 {
    width: 32vw;
    height: 55vw;
    position: absolute;
    top: 34vw;
    left: 10vw;
}
.message .inner .message_ph02 {
    width: 34vw;
    height: 55vw;
    position: absolute;
    top: 34vw;
    right: 10vw;
}
.contact {
    width: 100%;
    margin: 0px auto;
    padding: 5.333vw 0 5.333vw 0;
    background-color: #61B73F;
}
.contact .inner {
    width: 90vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.contact .inner .image_blk {
    width: 30vw;
    margin-top: -9.333vw;
}
.contact .inner .txt_blk {
    width: 100%;
    font-weight: 600;;
    font-size: 120%;
    margin-top: -1.333vw;
}

.contact_btn {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 2em;
    margin-left: -22vw;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.contact_btn a {
    background-color: #ffffff;
    display: block;
    color: #61B73F;
    padding: 4vw 6vw 4vw 14vw;
    font-size: 3,4vw;
}
.contact_btn a:hover {
    background-color: #E1FFD5;
}
.contact_btn a::after {
    content: '';
    display: inline-block;
    width: 7vw;
    height: 6vw;
    background-image: url(../images/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 5vw;
}

.model {
    width: 100%;
    margin: 0px auto;
    padding: 18.667vw 0 18.667vw 0;
    background-image: url(../images/model_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right -20vw;
}
.model .inner {
    width: 94vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.model .inner h2 {
    color: #61B73F;
    font-size: 5vw;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.model .inner .txt_shoulder {
    background-color: #61B73F;
    color: #ffffff;
    font-weight: 600;
    font-size: 3.4vw;
    padding: 0.667vw 3vw;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 0.6em;
}
.model .inner .model_blk {
    width: 94vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.model .inner .model_blk .model_set {
    width: 45vw;
    margin: 0 0 2em 0;
}
.model .inner .model_blk .model_set .circle_part {
    width: 40vw;
    height: 40vw;
    margin: 0 auto 0.6em auto;
    background-color: #61B73F;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;   
    padding: 7vw 0;
    font-size: 3.8vw; 
    background-repeat: no-repeat;
    background-position: bottom 4vw center;
    line-height: 140%;
}
.model .inner .model_blk .model_set .circle_part.part02 p {
    margin-top: -3vw;
}
.model .inner .model_blk .model_set .circle_part.part04 p {
    margin-top: -3vw;
}
.model .inner .model_blk .model_set .circle_part.part01 {
    background-image: url(../images/model_icon01.svg);
    background-size: 20vw 16vw;
}
.model .inner .model_blk .model_set .circle_part.part02 {
    background-image: url(../images/model_icon02.svg);
    background-size: 16vw 16vw;
}
.model .inner .model_blk .model_set .circle_part.part03 {
    background-image: url(../images/model_icon03.svg);
    background-size: 20vw 16vw;
}
.model .inner .model_blk .model_set .circle_part.part04 {
    background-image: url(../images/model_icon04.svg);
    background-size: 16vw 16vw;
}
.model .inner .model_blk .model_set .circle_part.part05 {
    background-image: url(../images/model_icon05.svg);
    background-size: 20vw 16vw;
}
.model .inner .model_blk .model_set p.model_body {
    font-size: 3.4vw; 
    font-weight: 600;
    letter-spacing: normal;
    line-height: 160%;
}

.information {
    width: 100%;
    margin: 0px auto;
}
.information .inner {
    width: 96vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-image: url(../images/sp_info_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 2vw;
    padding: 18.667vw 0 18.667vw 0;
}
.information .inner h2 {
    color: #61B73F;
    font-size: 5.4vw;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1em;
}
.information .inner .membership {
    width: 100%;
    margin: 0 auto 6em auto;
}
.information .inner .membership .w_box {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 5vw 5vw;
}
.information .inner .membership .w_box dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 3.4vw;
}
.information .inner .membership .w_box dl dt {
    width: 40%;
    padding: 2vw;
    border-bottom: 1px solid #AFAFAF;
    color: #61B73F;
}
.information .inner .membership .w_box dl dd {
    width: 60%;
    padding: 2vw;
    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 {
    width: 94vw;
    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: 8vw 3vw;
    margin-top: 2em;
}
.information .inner .support {
    width: 94vw;
}
.information .inner .support .support_menu {
    width: 100%;
    padding: 8vw 3vw;
    margin-top: 2em;
}

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



}
/* sp end  */


