@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   Twenty Twenty-one Child
 Description:  Twenty Twenty-oneの子テーマです
 Template:     twentytwentyone
 Version:      1.0.0
*/


/*
------------------------------------------------------------------------------------
共通部分CSS
------------------------------------------------------------------------------------
*/
*, *:before, *:after {
　　　　 box-sizing: border-box;
}
body {
	text-align: justify;
    font-family: "ヒラギノ丸ゴ ProN","YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif" !important;
	 font-family: 'Zen Maru Gothic', sans-serif !important;
	 font-family: 'Kosugi Maru', sans-serif !important;
	-webkit-font-family: "ヒラギノ丸ゴ ProN","YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif" !important;
	-moz-font-family: "ヒラギノ丸ゴ ProN","YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif" !important;
	background: #fff;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
   box-sizing: border-box;
	line-height: 1.5;
}
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
.sp-none {
	display: block !important;
}
.pc-none {
	display: none !important;
}
@media screen and (max-width: 768px) {
.sp-none {
	display: none !important;
}
.pc-none {
	display: block !important;
}
}

/*
------------------------------------------------------------------------------------
header・footer共通CSS
------------------------------------------------------------------------------------
*/
#form_group {
}
.bg_around {
	background: #eff4f8;
}
header {
    background: #fff;
    padding: 20px;
    position: relative;
}
.pc_fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 10px 0px rgb(210 209 199 / 50%);
}
.header-nav {
    display: flex;
    align-items: center;
}
.header-nav_inner {
    display: block;
    width: 900px;
}
.header_inner_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
}
.header_logo h1 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo h1 a img {
    width: 150px;
}
.header_top {
	display: grid;
	place-items: center;
}
.header_top01 a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
.header_top01 a {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-top: 1px;
    letter-spacing: 2px;
    font-size: 1.34vw;
    font-weight: bold;
}
.header_top02  {
	background: #ed8000;
	padding: 5.5px 0;
	width: 270px;
	text-align: center;
}
.header_top02 a {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
.header_inner_bottom {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    height: 80px;
}
ul.nav {
	display: flex;
	justify-content: space-around;
	padding: 0;
	list-style: none;
}
.footer-nav ul.nav {
	padding: 30px 10px 20px;
}
ul.nav li a {
    color: #333;
    text-decoration: none;
    font-size: 83%;
    letter-spacing: 1px;
}
ul.nav li a:hover {
	text-decoration: underline;
}
.footer_inner_top {
	background: #005d36;
}
.footer_inner_bottom {
	background: #333;
	text-align: center;
	color: #fff;
	padding: 13px;
}
.footer-nav {
	max-width: 1300px;
	display: block;
	margin: 0 auto;
}
.footer-nav ul.nav li a:hover {
	/*color: #00160d;*/
}
/*.header_button:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 30px;
    background-image: url(https://ks2020.xsrv.jp/update/wp-content/uploads/2022/08/mail.png);
    background-size: contain;
    vertical-align: middle;
    margin: 12px 5px 12px 12px;
    background-repeat: no-repeat;
}*/
.header_button {
    background-color: #fff352;
    width: 200px;
    height: 50px;
    line-height: 27px;
}
.header_top01 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav li {
    font-size: 120%;
}
.header_logo {
    display: flex;
    align-items: center;
}
.header_logo h1 {
	margin: 0;
}


.scrool {
    position: relative;
}
.scrool a {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 30%;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 140px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}
.scrool a::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 10%;
    left: 50%;
    width: 1px;
    height: 150px;
    background: #000;
    margin-top: 50px;
}
.scrool a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scrool a img {
    width: 40px;
}




img {
    width: 100%;
}
h1 {
    color: #50504f;
    font-size: 2.5vw
}
h2 {
    color: #50504f;
    font-size: 1.6vw;
}
p {
    color: #50504f;
    font-size: 1.3vw;
    font-weight: 600;
}
/*header {
    display: flex;
    width: 100%;
    height: 5vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    color: #000;
    font-family: nimbus-sans,sans-serif;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0.97;
    padding-top: .5vw;
    justify-content: center;
    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 10%);
}*/
div#wrapper {
    display: flex;
}
img.pc {
    border-radius: 17em 10em 17em 10em;
}
.sec h1 {
    margin: 6vw 0 4vw 0;
    display: inline-block;
    padding: 0 1vw;
    letter-spacing: 8px;
    background: linear-gradient(transparent 60%, #fff352 0%);
    font-size: 3.3vw;
}
.top-logo {
    width: 15%;
    position: absolute;
    left: 2vw;
    top: .4vw;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.top-logo img {
    width: 19%;
    margin-right: .5vw;
    object-fit: cover;
}
.top-logo h1 {
    font-size: 1vw;
    letter-spacing: .1vw;
    display: grid;
    place-items: center;
}
.top-logo a {
    text-decoration: none;
    color: #50504f;
    display: flex;
}
ul.nav {
    display: flex;
    list-style: none;
}
nav#global-nav {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 1vw;
    list-style: none;
}
.nav li a {
    text-decoration: none;
    color: #50504f;
    font-size: 1vw;
    font-weight: bold;
}
/*.nav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff352;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}*/
.nav a:hover::after {
    transform: scale(1,1);
}
.nav a:hover {
    color: #fff352;
}
.contact-btn {
    background-color: #fff352;
    display: block;
    width: 13%;
    position: absolute;
    right: 2vw;
    top: 1.1vw;
    z-index: 99;
    padding: .6vw 0;
    transition: .5s;
}
.contact-btn:hover {
    opacity: .6;
}
.contact-btn a{
    text-decoration: none;
    color: #50504f;
}
.contact-btn span {
    font-size: 1vw;
    font-size: 1vw;
    font-weight: 700;
    letter-spacing: .05em;
    padding-left: 2.4vw;
    position: relative;
}
.contact-btn img {
    width: 14%;
    top: 50%;
    border-style: none;
    object-fit: contain;
    position: absolute;
    height: 40%;
    left: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
}
.container1 {
    width: 85%;
    margin-top: 5vw;
}
section.sec1{
    position: relative;
}
.yellow1 {
    position: absolute;
    width: 30%;
    bottom: -8vw;
    left: -70px;
    z-index: -1;
}
.yellow2 {
    position: absolute;
    width: 30%;
    top: -9vw;
    right: 0;
    z-index: -1;
}
.fv-image {
    position: relative;
}
.fv-box h2 {
    position: absolute;
    top: 15vw;
    left: 13vw;
    background-color: #ffee37;
    padding: 0.5vw 4vw;
    border-radius: 100px;
    opacity: 1;
    color: #3c3c3c;
    font-size: 2.5vw;
    letter-spacing: 4px;
}
.fv-box00 {
    background-color: #fff;
    padding: 0.5vw 3vw;
    border-radius: 100px;
    line-height: 1.4;
    opacity: .95;
}
.fv-box01 {
    position: absolute;
    top: 20vw;
    left: 13vw;
    font-size: 4vw;
    color: #414141;
    letter-spacing: 4px;
}
.fv-box02 {
    position: absolute;
    top: 27.5vw;
    left: 13vw;
    font-size: 4vw;
    color: #414141;
    letter-spacing: 4px;
}
/*追加20230517*/
.fv-box03 {
    position: absolute;
    top: 23vw;
    left: 13vw;
    font-size: 4vw;
    color: #414141;
    letter-spacing: 4px;
}
.fv-box03 {
    font-size: 16px;
    top: 330px;
    left: 750px;
}
.fv-box03 {
    position: absolute;
    top: 21vw;
    left: 55vw;
    letter-spacing: 1px;
    padding: 0.5vw 4vw;
}
/*追加20230517end*/
.container2 {
    -webkit-box-align: center;
    align-items: center;
    max-width: 1300px;
    width: 90%;
}
.txt-box {
    text-align: center;
}
.txt-box01 {
    padding-bottom: 1vw;
}
.txt-box02 {
    padding-bottom: 1vw;
}
.txt2 img {
    top: 1vw;
    right: 2vw;
    width: 13%;
    position: absolute;
}
.animation-lemon{
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
.image01 {
    width: 40%;
    padding-top: 2vw;
}
.txt2 {
    width: 60%;
    padding-left: 4vw;
    position: relative;
}
.txt2 h1 {
    margin-bottom: 1.5vw;
    font-size: 2.9vw;
	letter-spacing: 5px;
}
.txt2 p {
    margin-bottom: 1vw;
    font-size: 1.7vw;
    font-weight: normal;
    letter-spacing: 2px;
}
.txt-box2-2 p {
    margin-bottom: 3vw;
    text-align: left;
    font-size: 1.5vw;
    letter-spacing: 2px;
    font-weight: normal;
}
.sec2 {
    padding-top: 11vw;
}
.feature-box {
    display: flex;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 1em;
    margin-bottom: 5vw;
}
.f-box {
    width: 50%;
    height: 24.4vw;
}
.f-box01 {
    background-image: url(https://ks2020.xsrv.jp/update/wp-content/uploads/2022/08/stripe.png);
    position: relative;
}
.f-box h2 {
    margin: 4vw 4vw 2vw;
    text-align: center;
    font-size: 2vw;
    color: #474747;
    letter-spacing: 2px;
    line-height: 1.9;
}
.f-box p {
    margin: 0 3vw 2vw;
    font-size: 1.4vw;
    text-align: center;
    font-weight: normal;
    line-height: 2;
}
.f-box02 img {
    border-radius: 0 1em 1em 0;
    margin-bottom: -.5vw;
}
.f-box02 img {
    border-radius: 0 1em 1em 0;
    margin-bottom: -0.5vw;
    width: 100%;
    height: 24.4vw;
    object-fit: cover;
    object-position: 0 30%;
}
.f-box03 img {
    border-radius: 1em 0 0 1em;
    margin-bottom: -0.5vw;
    width: 100%;
    height: 24.4vw;
    object-fit: cover;
    object-position: 0 30%;
}
.circle{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #fff352;
    text-align:center;
    line-height: 80px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.circle span {
    text-decoration: none;
    font-size: 2.4vw;
    font-weight: bold;
    color: #50504f;
    display: block;
    width: 100%;
    height: 5vw;
    line-height: 5vw;
}
.can-do {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.about {
    width: 48.5%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}
.about_inner {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 1em;
    margin-bottom: 0;
}
.about01 img {
    border-radius: 1em 1em 0 0;
}
.about02 p {
    padding: 1vw 1.5vw 6vw;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
}
.about02 h2 {
    font-size: 2em;
    text-align: center;
    margin: 30px 0 30px;
    letter-spacing: 3px;
}
.can-do-box {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 1em;
    margin-bottom: 0;
}
.c-box h2 {
    padding: 0;
    text-align: center;
}
.can-do01 {
    width: 23.5%;
}
.c-box p {
    padding: 0 1.5vw 2vw;
    text-align: left;
    font-size: 15px;
}
.c-box01 img {
    border-radius: 0 1em 1em 0;
}
.c-box01 img {
    border-radius: 1em 1em 0 0;
}
.can-do-left {
    margin-right: 2vw;
    width: 50%;
}
.can-do-right {
    margin-left: 2vw;
    width: 50%;
}
.container2-2 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.container2-3 {
    display: block;
    max-width: 1200px;
    width: 90%;
}
.sec2-2.sec {
    padding-bottom: 0;
}
.sec3 {
    background-color: #fff352;
}
.sec {
    padding-bottom: 5vw;
}
.container3 {
    max-width: 1200px;
    width: 90%;
}
.sec3 h1 {
    background: linear-gradient(transparent 60%, #fff 0%);
}
.sec5 h1 {
    background: linear-gradient(transparent 60%, #fff 0%);
}
.box2 {
    display: flex;
}
.box2 {
    display: flex;
}
.in-box2 {
    width: 50%;
    background-color: #fff;
    padding: 1vw 3.5vw 1vw;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 1em;
}
.in-box2 img {
    margin: 1vw 0;
}
.in-box2 h2 {
    text-align: center;
    font-size: 2.3vw;
    margin: 30px 0 20px;
}
.in-box2 span {
    font-size: 1vw;
}
.kids {
    margin-right: 2vw;
}
.parents {
    margin-left: 2vw;
}
.txt3 {
    margin-top: 4vw;
    margin-bottom: 4vw;
}
.txt3 p {
    color: #50504f;
    font-size: 1.5vw;
    margin-left: 0;
    font-weight: normal;
}
.container4 {
    max-width: 1300px;
    width: 90%;
}
.container4-2 {
    max-width: 1300px;
    width: 90%;
}
.txt4 {
    width: 62%;
}
.txt4 h2 {
    padding-bottom: 2vw;
}
.txt4 p {
    margin-bottom: 1vw;
    font-size: 1.5vw;
    letter-spacing: 3px;
    font-weight: normal;
}
.txt4-2 p {
    letter-spacing: 2px;
    font-size: 1.5vw;
    font-weight: normal;
}
.image04 {
    width: 38%;
    padding-top: 2vw;
}
.image04 img {
    border-radius: 7em 4.5em 7em 4.5em;
}
.image04 h2 {
    text-align: center;
    font-size: 3vw;
    margin: 30px 0 20px;
}
.image04 p {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5vw;
}
.txt4 span {
    font-weight: bold;
}
.sec4.sec {
    padding-bottom: 0;
}
.sec4-2.sec {
    padding-bottom: 8vw;
}
.in-box2 p {
    font-size: 1.5vw;
    font-weight: normal;
}
.sec5 {
    background-color: #fff352;
}
.container5 {
    position: relative;
    background-color: #fff;
    padding: 3vw 4vw 3vw 2vw;
    margin-bottom: 3vw;
    max-width: 850px;
    width: 90%;
}
.flow {
    display: flex;
    height: 6vw;
    align-items: center;
}
.lemon {
    position: relative;
    top: 3px;
}
.lemon03 {
    width: 172px;
    position: relative;
    top: 3px;
}
.lemon05 {
    width: 146px;
    position: relative;
    top: 3px;
}
.lemon img {
    width: 130px;
    height: auto;
}
.txt5 {
    margin-left: 2vw;
}
.lemon span {
    color: #50504f;
    position: absolute;
    top: 65px;
    left: 30px;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0;
}
.lemon03 span {
    top: 45px;
}
.lemon05 span {
    top: 45px;
}
.txt_h2_01 {
    text-align: center;
    margin-left: 40px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
.txt_h2_02 {
    text-align: center;
    margin-left: -60px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*.txt_h2_03 {
    text-align: center;
    margin-left: -120px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}*/
.txt_h2_03 {
    text-align: center;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
.txt_h2_04 {
    text-align: center;
    margin-left: 50px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
.txt_h2_05 {
    text-align: center;
    margin-left: -140px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
.txt_h2_06 {
    text-align: center;
    margin-left: 180px;
    letter-spacing: 3px;
    font-size: 2vw;
    margin-top: 10px;
    margin-bottom: 20px;
}
.flow02 {
    height: 7vw;
}
.flow03 {
    height: 9vw;
}
.flow05 {
    height: 7vw;
}
.txt5 p {
    font-size: 1.4vw;
    font-weight: normal;
}
.container5:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1vw;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
.container5-last:after {
    display: none;
}
section.sec6.sec {
    background-color: #f8f8f8;
}
.form {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
}
.form-item {
    margin-top: 2vw;
}
span.form-must {
    background-color: #50504f;
    color: #fff;
    border-radius: 3px;
    padding: .5vw 1vw;
    font-size: 1.1vw;
    margin-right: 1vw;
} 
span.form-any {
    background-color: #5c5c5c;
}
input.form-item-input {
    background-color: #fff;
    border: #c6c6c6 2px solid;
    margin-top: 0.3vw;
    border-radius: 5px;
    padding: .7vw;
    font-size: 1.1vw;
    width: 65%;
}
textarea.form-item-textarea {
    background-color: #fff;
    border: #c6c6c6 2px solid;
    margin-top: 0.3vw;
    width: 100%;
    height: 18vw;
    border-radius: 5px;
    padding: .7vw;
}
p.form-item-label {
    font-size: 1.6vw;
    margin-bottom: 0;
    color: #616161;
}
input.form-btn {
    background-color: #4b4b4b;
    color: #fff;
    width: 280px;
    padding: 1vw 0;
    border-radius: 35px;
    margin-top: 4vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input.form-btn:hover {
    opacity: .6;
}
.blog-btn {
    margin: 0 auto;
    border-radius: 30px;
    background-color: #fff352;
    display: block;
    transition: .5s;
    width: 280px;
    padding: 1vw 0;
    margin-top: 4vw;
}
.blog-btn:hover {
    opacity: .6;
}
.blog-btn a{
    text-decoration: none;
    color: #4b4b4b;
}
.blog-btn span {
    font-weight: bold;
    font-size: 1.1vw;
}
footer {
    color: #fff;
    background: #4b4b4b;
    padding: 3.5vw 0 1vw;
    text-align: center;
}
ul.footer-nav {
    justify-content: center;
    justify-content: space-around;
    margin-bottom: 2vw;
}
.footer-nav a {
    color: #fff;
}
footer p {
    color: #fff;
    font-size: .5vw;
}
ul.nav.footer-nav li a {
    color: #fff;
}
.pc { display: block !important; }
.sp { display: none !important; }
.whatnew {
    margin-top: 64px;
    padding-bottom: 72px;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.whatnew_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "hd more"
        "main main";
    display: -ms-grid;
    -ms-grid-columns: auto 1fr;
}
.animation-box.fade-fromBottom.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.animation-box.fade-fromBottom {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.whatnew_inner .hd {
    grid-area: hd;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    color: #FF7F00;
}
.whatnew_inner .hd .ja {
    font-size: 2.4rem;
    letter-spacing: .12em;
    margin-right: 24px;
}
.whatnew_inner .main {
    grid-area: main;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}
.whatnew_inner .main_list {
    margin-top: 24px;
    background: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px) top repeat-x;
    background-size: 8px 1px;
	 padding: 0;
}
.whatnew_inner .main_list .list_item {
    background: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 4px) bottom repeat-x;
    background-size: 8px 1px;
    list-style: none;
}
.whatnew_inner .main_list .list_item a {
    text-decoration: none;
}
.whatnew_inner .main_list .list_item .list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    padding: 16px;
    color: #50504f;
    font-size: 1.5vw;
}
.whatnew_inner .main_list .list_item .list_inner time {
    letter-spacing: .03em;
    font-weight: 600;
    margin-right: 24px;
    color: #50504f;
}
.whatnew_inner .main_list .list_item .list_inner .category {
    background: #3d3d3d;
    color: #fff;
    border-radius: 5px;
    padding: 0 8px;
    margin-right: 24px;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
}
.whatnew_inner .main_list .list_item .list_inner .txt {
    letter-spacing: .03em;
    margin-top: 0;
    margin-bottom: 0;
}
.whatnew_inner .more {
    grid-area: more;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}
.whatnew_inner .more .m_btn {
    width: 170px;
    margin-left: auto;
}

.m_btn {
    background: #FF7F00;
    border-radius: 20px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 2px solid #f87c00;
}
.whatnew_inner .more .m_btn a {
    font-size: 1rem;
    text-decoration: none;
}
.m_btn a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 30px 6px 22px;
    font-size: 1.6rem;
}
.m_btn::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    -webkit-transform: rotate( 45deg) translateY(-50%);
    transform: rotate( 45deg) translateY(-50%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    right: 16px;
}





form p {
    font-size: 1.5vw;
    letter-spacing: 2px;
    color: #616161;
    margin-top: 2.5vw;
}
form.wpcf7-form.init {
    font-size: 1.6vw;
    margin-bottom: 0;
    color: #616161;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #fff;
    border: #c6c6c6 2px solid;
    margin-top: 0.3vw;
    border-radius: 5px;
    padding: 0.7vw;
    font-size: 1.5vw;
    width: 65%;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background-color: #fff;
    border: #c6c6c6 2px solid;
    margin-top: 0.3vw;
    width: 100%;
    height: 18vw;
    border-radius: 5px;
    padding: 0.7vw;
    font-size: 1.5vw;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #666666;
    color: #fff;
    width: 180px;
    padding: 0.7vw 0;
    border-radius: 35px;
    margin-top: 2.5vw;
    display: block;
}
.article h3 {
    border-left: 7px solid #888;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 12px 20px;
    margin: 20px 0 10px;
}
article#post-674 {
    background: #eee;
}
.bg_gray {
	background: #eee;
}
.privacy {
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    font-family: 'Kosugi Maru', sans-serif !important;
}
header.entry-header.alignwide h1 {
    color: #fff;
}
.privacy p {
	padding: 0 15px;
   margin-bottom: 40px;
	font-family: 'Kosugi Maru', sans-serif !important;
}
footer.entry-footer.default-max-width {
    display: none;
}
header.entry-header.alignwide h1 {
    display: none;
}
.privacy_ttl {
	font-size: 130%;
	margin: 50px 0 30px;
}
.chui {
	color: #50504f; 
	line-height: 1; 
	font-size: 75%; 
	margin: 15px 0;
}
div#respond {
    display: none;
}
/*nav.navigation.post-navigation {
    display: none;
}*/
.nav-links {
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
    background: #eee;
}
p.meta-nav {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
p.post-title {
    margin-top: 0;
    text-align: center;
}
article.post.type-post.status-publish {
    max-width: 1000px;
    display: block;
    margin: 0 auto 80px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    background-color: #fff;
    border: #c6c6c6 2px solid;
    margin-top: 0.3vw;
    border-radius: 5px;
    padding: 0.7vw;
    font-size: 1.5vw;
    width: 65%;
}
.post-thumbnail .wp-post-image {
    display: block;
    width: 300px !important;
    height: 250px !important;
    object-fit: cover;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
}
h2.entry-title.default-max-width {
    text-align: center;
}
article.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry {
    border-bottom: 1px dotted #aaa;
    padding: 0 0 40px;
}
header.page-header.alignwide h1.page-title {
    margin-top: 60px;
    text-align: center;
    font-size: 3vw;
    padding-bottom: 0vw;
}
.entry-content p {
    font-weight: normal;
}
#consul_sec09 {
    padding: 0 0 10%;
    position: relative;
    z-index: 2;
    background-color: #fff352;
}
.contents {
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
	 text-align: center;
}
#consul_sec09 .contents h1 {
    margin: 6vw 0 4vw 0;
    display: inline-block;
    padding: 0 1vw;
    letter-spacing: 8px;
    background: linear-gradient(transparent 60%, #fff 0%);
    font-size: 3.3vw;
	text-align: center;
}
#consul_sec09 .box {
    /* border: 4px solid #3c4751; */
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 1em;
    padding: 4% 0;
    background: #fff;
    margin-bottom: 2%;
}
.box {
    display: flex;
    flex-wrap: wrap;
}
#consul_sec09 .box .list:nth-child(1) {
    width: 25%;
    text-align: center;
}
.list:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 25%;
}
#consul_sec09 .box .list:nth-child(2) {
    width: 75%;
}
#consul_sec09 .box h2 {
    width: 95%;
    margin: 0;
    text-align: left;
}
#consul_sec09 .box .name {
    width: 95%;
    margin: 0;
    border-bottom: 1px solid #3c4751;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.name {
    text-align: right;
    font-weight: normal;
}
#consul_sec09 .box .txt {
    width: 95%;
    margin: 0;
	text-align: left;
}
.list img {
    width: 70%;
}














@media screen and (min-width: 769px)  and (max-width: 1150px){   
.lemon img {
    width: 10vw;
}
.lemon03 {
    width: 10vw;
}
.lemon05 {
    width: 10vw;
}
.txt_h2_02 {
    margin-left: -10px;
}
}
@media screen and (min-width: 1480px) {   
.f-box p {
    font-size: 20.5px;
}
}
@media screen and (min-width: 1600px) {   
.fv-box h2 {
    font-size: 40px;
    top: 220px;
    left: 235px;
}
.fv-box01 {
    font-size: 64px;
    top: 305px;
    left: 235px;
}
.fv-box02 {
    font-size: 64px;
    top: 420px;
    left: 235px;
}
.f-box h2 {
    font-size: 32px;
}
}
 
@media screen and (max-width: 768px) {   
.header_sp {
    width: 100%;
    height: 65px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(210 209 199 / 80%);
    position: fixed;
    z-index: 999;
    top: 0;
	left: 0;
}
.header_logo h1 {
    margin: 0;
}
.header_logo h1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo h1 a img {
    width: 110px;
    padding: 10px;
}
header {
    padding: 5px;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #333;
    width: 45%;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 31px;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #999;
    background: rgba(39,39,39,0.85);
    transition: all 0.6s;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
#g-nav li {
    list-style: none;
    text-align: center;
}
#g-nav li a {
    color: #50504f;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px dotted #f2f2f2;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
	background: rgba(39,39,39,0.85);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    padding-left: 0;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #50504f;
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px dotted #f2f2f2;
	font-size: 100%;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #333;
  	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
	
	
	
	
	
	
	
	
	
	
.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
h1 {
	font-size: 6vw
}
h2 {
	font-size: 4.5vw;
}
p {
	font-size: 3.5vw;
	font-weight: 600;
}
.pc {
	display: none !important; 
   }
.sp {
	display: block !important; 
   }
header {
	height: auto;
}
.sec {
	padding-bottom: 9vw;
}
.sec h1 {
	margin: 10vw 0 6vw 0;
	font-size: 5vw;
   letter-spacing: 5px;
}
.sec2-2.sec h1 {
	margin-bottom: 0;
}
.container1 {
	margin-top: 19vw;
}
.top-logo h1 {
	font-size: 2.7vw;
}
img.sp {
    border-radius: 10em 4em 10em 4em;
}
.fv-box h2 {
    top: 68vw;
    left: 3vw;
    padding: 0.7vw 4vw;
    font-size: 3.3vw;
}
.fv-box01 {
    position: absolute;
    top: 75.3vw;
    left: 3vw;
    letter-spacing: 1px;
    padding: 0.5vw 4vw;
}
.fv-box02 {
    position: absolute;
    top: 84vw;
    left: 3vw;
    letter-spacing: 1px;
    padding: 0.5vw 4vw;
}
h1.fv-box00 {
	font-size: 5vw;
}
.container2 {
	padding-top: 7vw;
}
.container2-3 {
	flex-direction: column;
}
.txt2 img {
	top: 0vw;
	right: 7vw;
	width: 12%;
}
.yellow1 {
    width: 40%;
    bottom: -15vw;
    left: -60px;
}
.yellow2 {
	width: 40%;
	top: -13vw;
}
#wrapper nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-right: 0;
	background: #333;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
}
#wrapper .btn-gnavi {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#wrapper .btn-gnavi span:nth-child(1) {
	top: 0;
}
#wrapper .btn-gnavi span:nth-child(2) {
	top: 10px;
}
#wrapper .btn-gnavi span:nth-child(3) {
	top: 20px;
}
.contact-btn {
	height: 50px;
	line-height: 50px;
	background: #1c86bc;
	position: relative;
	width: 55vw;
	margin: 0 auto;
	padding: 0;
	right: 0;
	top: 0;
}
.image01 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 2vw;
}
.top-logo {
	width: 36%;
	top: 1.1vw;
}
.txt-box2-2 p {
    margin: 0px 15px 20px;
    font-size: 3.5vw;
}
.txt2 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.box2 {
	display: block;
}
.in-box h2 {
	margin-bottom: 1.5vw;
}
.in-box2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5vw;
    padding: 5vw 2.5vw;
    height: 120vw;
}
.in-box2 span {
	font-size: 2.5vw;
}
.in-box2 img {
	margin: 2vw 0;
}
.txt3 p {
	width: 90%;
	margin: 0 auto;
	font-size: 3.2vw;
}
.txt4 {
	width: 90%;
	margin: 0 auto;
}
.txt4 h2 {
	padding-bottom: 7vw;
	padding-top: 8vw;
	font-size: 4.2vw;
}
.txt4 p {
    margin-bottom: 6vw;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1vw;
    font-size: 3.5vw;
}
.image04 {
	width: 60%;
	margin: 0 auto;
	margin-top: 4vw;
}
.flow {
	height: auto;
}
.container5 {
	margin-bottom: 6vw;
	padding: 0;
	width: 90%;
}
.container5:after {
    bottom: -3vw;
}
.txt2 p {
    margin: 0px 15px 1vw;
    font-size: 16px;
    line-height: 1.6;
}
.lemon {
	width: 15%;
	top: 0vw;
	left: 2vw;
}
.lemon img {
	width: 13vw;
	height: 13vw;
}
.lemon span {
    top: 4.8vw;
    left: 3.5vw;
    font-size: 4vw;
    letter-spacing: 0px;
}
.txt5 {
    width: 75%;
}
.txt5 {
    margin-left: 15px;
}
.form {
	width: 90%;
}
.form-item {
	margin-top: 4vw;
}
span.form-must {
	background-color: #50504f;
	color: #fff;
	border-radius: 3px;
	padding: .5vw 1.5vw;
	font-size: 4vw;
	margin-right: 2vw;
}
p.form-item-label {
	font-size: 4.5vw;
}
input.form-item-input {
	font-size: 4.2vw;
	padding: 3.7vw;
	width: 80%;
}
input.form-btn {
	padding: 3vw 0;
	font-size: 4.5vw;
	font-weight: bold;
}
textarea.form-item-textarea {
	height: 45vw;
}
.blog-btn {
    padding: 1vw 0;
    font-size: 3.5vw;
    font-weight: bold;
}
.feature-box {
	width: 90%;
	margin: 6vw auto 10vw;
}
.feature-box1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.feature-box2 {
	display: block;
}
.f-box {
	width: 100%;
	height: 220px;
}
.f-box h2 {
    font-size: 5vw;
    margin: 0vw 6vw 3vw;
    text-align: center;
    padding-top: 9vw;
}
.f-box p {
	margin: 0 6vw 6vw;
	font-size: 3.2vw;
}
.f-box01 {
	height: 58vw;
}
.f-box02 img {
	border-radius: 1em 1em 0 0;
	margin-bottom: -.5vw;
	height: 220px;
}
.f-box03 img {
	border-radius: 1em 1em 0 0;
	height: 220px;
}
.sec2-3 {
	padding-bottom: 5vw;
}
.sec4-2.sec {
	padding-bottom: 18vw;
}
.sec4.sec h1 {
	margin-bottom: 0;
}
.circle {
	width: 12vw;
	height: 12vw;
}
.circle2 {
    top: -1vw;
}
.circle span {
    font-size: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vw;
}
.can-do {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 15px;
}
.about {
    width: 100%;
    margin-bottom: 15px;
}
.can-do-box {
	height: auto;
	margin-bottom: 10vw;
}
.can-do-right {
	width: 90%;
	margin: auto;
}
.can-do-left {
	width: 90%;
	margin: auto;
}
.nav li a {
	font-size: 3vw;
}
ul.nav {
	display: block;
}
.footer-nav li {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 80%;
    padding: 5px 20px;
    border-bottom: 1px dotted;
    text-align: center;
}
.footer-nav li:last-child {
    border-bottom: none;
}
.txt4-2 p {
    margin: 0 15px;
    font-size: 3.5vw;
    letter-spacing: 1px;
}
.about02 p {
    padding: 0 3.5vw 15vw;
    text-align: center;
    font-size: 70%;
    letter-spacing: 0;
}
.about02 h2 {
	font-size: 1.5em;
}
form p {
    font-size: 3.5vw;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 1.7vw;
    width: 90%;
    font-size: 3.2vw;
}
.image04 h2 {
    font-size: 7vw;
    margin-top: 3vw;
    margin-bottom: 2vw;
}
.image04 p {
    font-size: 4vw;
    margin-top: 0px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 2vw 0;
}
footer p {
    font-size: 80%;
    border-top: 1px solid #555;
    padding-top: 10px;
}
.scrool a img {
    width: 25px;
}
.scrool a {
    margin-top: -8px;
    padding: 10px 10px 75px;
}
.scrool a::after {
    margin-top: 38px;
}
p.privacy_ttl {
    font-size: 100%;
}
.article h3 {
    font-size: 18px;
    padding: 12px 12px;
}
.in-box2 h2 {
    font-size: 6vw;
    margin: 5px;
}
.chui {
    line-height: 1.4;
    font-size: 50%;
}
.image04 img {
    border-radius: 6em 2.5em 6em 2.5em;
}
.in-box2 p {
    font-size: 3.2vw;
    margin: 0 0 10px;
}
.txt_h2_01 {
    margin-left: -15%;
    font-size: 4vw;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt_h2_02 {
    margin-left: -8%;
    font-size: 4vw;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt_h2_03 {
    margin-left: -17%;
    font-size: 4vw;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt_h2_04 {
    margin-left: -15%;
    font-size: 4vw;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt_h2_05 {
    margin-left: -15%;
    font-size: 4vw;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt_h2_06 {
    margin-left: -15%;
    font-size: 4vw;
    margin-top: 0px;
    margin-bottom: 8px;
}
.txt5 p {
    font-size: 3vw;
    text-align: left;
}
.flow02 {
    height: 36vw;
}
.flow03 {
    height: 36vw;
}
.whatnew_inner .main_list .list_item .list_inner {
    font-size: 3.5vw;
}
.blog-btn span {
    font-size: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.flow01 {
    height: 20vw;
}
.flow04 {
    height: 20vw;
}
.flow05 {
    height: 23vw;
}
.flow06 {
    height: 20vw;
}
h1.page-title {
    margin-top: 70px;
    font-size: 43px;
    text-align: center;
}
.page-header {
    padding-bottom: 20px;
}
.header_logo {
    height: 65px;
}
.comments-area.show-avatars .avatar {
    border-radius: 50%;
    position: relative;
    top: 10px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    padding: 1.7vw;
    width: 90%;
    font-size: 3.2vw;
}
header.page-header.alignwide h1.page-title {
    margin-top: 80px;
    font-size: 10vw;
}
figure.post-thumbnail {
    margin-top: 80px;
}
.entry-content p {
    margin: 0 15px;
}
h2.entry-title.default-max-width {
    margin-bottom: -10vw;
}
.blog-btn {
    width: 220px;
    padding: 2vw 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 3.2vw;
    padding: 1.7vw;
}
p.privacy_ttl {
    margin-top: 50px;
}
.privacy p {
    margin-bottom: 30px;
}
.contents {
    width: 90%;
    margin: 0 auto;
}
#consul_sec09 h1 {
    font-size: 20px;
}
#consul_sec09 .box {
    margin-bottom: 5%;
}
#consul_sec09 .box .list:nth-child(1) {
    width: 65%;
    text-align: center;
    margin: 20px auto 0;
}
.list:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}
#consul_sec09 .box .list:nth-child(2) {
    width: 100%;
}
#consul_sec09 .box h2 {
    width: 90%;
    margin: 30px auto 0;
}
#consul_sec09 .box .name {
    width: 90%;
    margin: 0 auto;
}
#consul_sec09 .box .txt {
    width: 90%;
    margin: 0 auto;
}
#consul_sec09 .contents h1 {
    margin: 10vw 0 6vw 0;
    font-size: 6.5vw;
    letter-spacing: 5px;
}
}
@media screen and (min-width: 530px)  and (max-width: 768px){   
.about02 p {
    font-size: 100%;
}
}
/* 追加css 20230517 */
/*fv追加スクロール部分*/
@media screen and (max-width: 768px) {
    .fv-box03 {
        position: absolute;
        top: 93vw;
        left: 3vw;
        letter-spacing: 1px;
        padding: 0.5vw 4vw;
        font-size: 2.4vw !important;
    }
}
@media screen and (min-width: 1600px){
.fv-box03 {
    font-size: 24px;
    top: 305px;
    left: 900px;
  }
}
/*fv追加スクロール部分end*/

/*こんなお悩み部分*/
.sec2-n {
    padding-top: 8vw;
	padding-bottom: 6vw;
}
/*大丈夫です！部分調整*/
.sec4-10.sec {
	padding-bottom: 5vw;
    background-color: rgb(252, 252, 222);
}
/*わくわくレモン塾とはセクション調整*/
.sec2 {
    padding-top: 6vw;
}
/* ディスプレイ幅が1600px以上の場合に適用されるスタイル */
@media screen and (min-width: 1600px) {
  .txt2 h1 {
    margin-bottom: 1.5vw;
    font-size: 45px !important;
    letter-spacing: 5px;
  }
}
