/*
Theme Name: kurashi
Theme URI: http://example.com
Author: kurashi
Author URI: http://example.com
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kurashi
*/
.orange{
	color:#ED6D00;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color:#FFF;
    height:80px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
header .header-inner {
    display: flex;
    justify-content: flex-end;
    height:80px;
    place-items: center;
}
header .logo {
    width:40%;
}
header .logo img {
    width:200px;
}
header nav{
    width:50%;
}
header nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
header nav ul li {
    width:25%;
    height:80px;
    display:flex;
    justify-content: center;
    place-items: center;
}
header nav ul li a {
    display:block;
    text-decoration: none;
    color: #333;
}
header nav ul li.bg_g a {
    color: #FFF;
}
header nav ul li a:hover {
    opacity: 0.5;
}


.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    /* margin-top: -100px; */
    /* max-height: 1000px; */
    /* overflow: hidden; */
    padding: 100px 0 0 0;
}
.hero-text{
    position: absolute;
    right: 200px;
    bottom: 20px;
    width: 50%;
    height:auto;
}
section{
    max-width:1200px;
    margin:0 auto;
    padding:100px 0 0;
    box-sizing: border-box;
}

.about-us{
    display:flex;
    justify-content: space-around;
}
.about-us .about-text{
    width:60%;
    box-sizing: border-box;
    padding:0 20px 0 0;
}
.about-us .about-image{
    width: 40%;
    text-align: center;
}
.about-us .about-image img{
    width: 70%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 40px 40px 0px rgba(98, 192, 145, 0.1);
}
.info-content a{
    text-decoration: none;
}
.info-content dl{
	border-bottom:1px dotted #ccc;
	display:flex;
	gap:3%;
}
.seminar-content h2{
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #F8CA7F, #B0DFC8);
    border-image-slice: 1;
    padding:15px 0;
}
.seminar-content a{
    display:block;
    width:50%;
    margin: 0 auto;
    text-decoration: none;
}
.seminar-content p{
    background-color: #019E4D;
    color: #FFF;
    padding: 5px 0;
    line-height: 45px;
    text-align: center;
    font-size: 23px;
}
.seminar-content p span{
    vertical-align: middle;
}

.support-sub-text{
    width:80%;
    margin: 0 auto;
    display:flex;
}
.support-sub-text p{
    width:80%;
}
.support-sub-text p b{
    font-size:20px;
}
.support-sub-img{
    width:20%;
}
.support-item{
    display: flex;
    justify-content: space-around;
    place-items: center;
    margin: 100px 0;
}
.support-item .support-text{
    width: 70%;
    box-sizing: border-box;
}
.support-item .support-image{
    width: 20%;
}
.support-item .support-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
}
.support-item .support-text .support-sub-ttl{
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
}
.support-item .support-text h3{
    margin:20px 0 0 0;
}

.reasons{
    display:flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 100px;
}
.reasons .reason-item{
    background-color:#FFF;
    width:30%;
    text-align: center;
    position: relative;
    display:flex;
    flex-flow: column;
    padding:20px;
}
.reasons .reason-item .reason-num{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 700;
    font-size:30px;
    display: block;
    line-height: 0.8;
    margin: -60px 0 30px;
}
.reasons .reason-item h3 {
    min-height: 3em; /* または height: 3em; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:0;
}

.faq{
    margin-top: 100px;
}
.faq-item{
    background-color:#FFF;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:20px;
    margin:10px 0;
    cursor: pointer;
}
.faq-item h3{
    margin:0;
    position: relative;
    font-size:1.1rem;
}
.faq-item h3::before{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    content:"Q.";
    color:#62C091;
}
.faq-item h3::after{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    content:"▼";
    color:#62C091;
    position: absolute;
    right: 0;
    top:25%;
    font-size:1rem;
}
.faq-item.active h3::after{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    content:"▲";
    color:#62C091;
    position: absolute;
    right: 0;
    top:25%;
    font-size:1rem;
}
.faq-item hr{
    width:98%;
    float: right;
    display: none;
    border:none;
    border-top:1px solid #ccc;
}
.faq-item p{
    display:none;
    text-indent: -24px;
    margin-left: 24px;
}
.faq-item p::before{
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    content:"A.";
    color:#62C091;
    font-size:1.1rem;
    font-weight: 700;
}


.inquiry{
    background-color:#FFF;
    position: relative;
    width: 95%;
    margin: 100px auto 0;
}
.inquiry .inquiry-content{
    background-color: #FFF;
    padding: 50px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.inquiry::before{
    background-color: #62C091;
    content: "";
    rotate: 3deg;
    height: 200px;
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -15px;
    left: -10px;
} 
.inquiry::after{
    background-color: #62C091;
    content: "";
    rotate: 3deg;
    height: 200px;
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 47px;
    right: -10px;
} 
.column{
    background-color:#FFF;
    width: 100%;
    margin: 100px auto 0;
}
.column a{
    text-decoration: none;
	color:#333;
}
.column h4{
    font-size:18px;
    text-align: left;
}
.column .archive-link,#info .archive-link{
    width:50%;
    margin: 30px auto;
    text-align: center;
    border-radius: 10px;
    background-color:#62C091;
}
.column .archive-link a,#info .archive-link a{
    padding: 20px;
    text-align: center;
    color:#FFF;
    display: block;
    text-decoration: none;
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.column img{
	width: 100%;
    height: 250px;
    object-fit: cover;
}
.btn{
    padding:20px 30px;
    border-radius: 20px;
    background-color:#62C091;
    color:#FFF;
    text-decoration: none;
    display: flex;
    place-items: center;
    justify-content: space-between;
}
.bg_g{
    background-color:#62C091;
}
.bg_y{
    background-color: rgba(255, 221, 142, 0.1);
    /* background-color:#FFDD8E; */
}
img{
    width:100%;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom:20px;
    text-align: center;
}
h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom:20px;
}
.f_g{
    color:#62C091;
}
p {
    line-height:1.8;
    font-size:1rem;
    margin:10px 0;
}
.reasons .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  color:#FFDD8E;
  font-size:100px;
  margin:-80px 0 0;
  line-height: 1;
}
.inquiry .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  color:#FFF;
  font-size:1.7rem;
}

.wave{
    margin-top:230px;
    position: relative;
}
.wave img{
    position: absolute;
    bottom: 0;
}
footer{
    background-color:#62C091;
    color:#FFF;
    box-sizing: border-box;   
    position: relative;
}
.footer-inner{
    max-width:1200px;
    margin:0 auto;
    padding:50px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.company-info{
    width:30%;
}
.company-info ul{
    list-style: none;
    padding: 0;
}
.footer-nav ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width:300px;
}
.footer-nav ul li{
    width: 50%;
    margin-top: 10px;
}
.footer-nav ul li a{
    text-decoration: none;
    color:#FFF;
}

.sp_menu{
    display:none;
}
.sp_nav_btn{
    display: none;
}
.fade-in {
    /*追加*/
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}
.visible {
    /*要素を表示させる*/
    opacity: 1;
    visibility: visible;
    /*元の位置に戻す*/
    transform: translateY(0);
}
section.page{
	padding-top:200px;
	max-width:1000px;
}
.page h1{
	text-align:center;
	font-size:32px;
	margin-bottom:50px;
}
.page p{
	font-size:18px;
	margin-bottom:20px;
}
.page b{
	display:inline-block;
	margin-bottom:10px;
}
.wpcf7-list-item{
	display:block!important;
	margin-bottom:5px!important;
}
.wpcf7-text,.wpcf7-textarea{
	width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
}
.check_privacy {
	text-align:center;
}
.submit_btn{
	text-align:center;
}
.wpcf7-submit{
	text-align:center;
	width:300px;
    padding:20px 30px;
    border-radius: 20px;
    background-color:#62C091;
    color:#FFF;
    text-decoration: none;
    display: flex;
    place-items: center;
    justify-content: space-between;
	margin:0 auto;
}
.footer_btn{
	display:flex;
	justify-content:center;
	place-items:center;
	position:fixed;
	height:80px;
	background-color:#62C091;
	width:100%;
	bottom:0;
	z-index:9999;
}
.footer_btn a{
	text-decoration: none;
    color: #FFF;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    height: 80px;
    justify-content: center;
    place-items: center;
}
.sp_none{
    display: block;
}
.pc_none{
    display: none;
}
.support_tag{
    background-color:#F29600;
    padding:10px 20px;
    border-radius: 10px;
    position: relative;
    color:#FFF;
}
.support_tag::before{
    content: "▼";
    position: absolute;
    color:#F29600;
    bottom:-13px;
    left:5px;
}
.last{
	display:inline-block!important;
}
@media screen and (max-width: 1200px) {
    .sp_none{
        display: none;
    }
    .pc_none{
        display: block;
    }
    header nav{
        display:none;
    }
    header .header-inner {
        display: flex;
        justify-content: space-between;
        height: 80px;
        place-items: center;
        padding: 0 0 0 10px;
    }
    .hero {
        display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
        position: relative;
		padding:100px 0 0 0;
		margin:0;
		max-height: unset;
        overflow: unset;
    }
    .hero-text {
        position: absolute;
        left: 50%;
        bottom: -50px;
        width: 70%;
        height: auto;
        box-sizing: border-box;
		margin-left:-35%;
    }
    section {
        max-width: 100%;
        margin: 0 auto;
        padding: 100px 20px 0;
        box-sizing: border-box;
    }
    .about-us {
        display: block;
    }
    .about-us .about-text {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 0 0;
    }
    .about-us .about-image {
        width: 100%;
        text-align: center;
    }
    .about-us .about-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 40px 40px 0px rgba(98, 192, 145, 0.1);
    }
    .support-content{
        width:80%;
        margin: 0 auto;
    }
    .support-sub-text{
        width: 100%;
    }
    .support-sub-text p{
        width:100%;
    }
    .support-item {
        display:block;
        justify-content: space-around;
        place-items: center;
        margin: 100px 0;
        background-color:#FFF;
        box-shadow: 40px 40px 0px rgba(98, 192, 145, 0.1);
    }
    .support-item .support-text {
        width: 100%;
        box-sizing: border-box;
    }
    .support-item .support-image {
        width: 100%;
    }
	.support-item .support-image img{
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 1;
		object-fit: cover;
		overflow: hidden;
		border-radius: 20px;
	}
    .reasons {
        display:block;
        justify-content: space-between;
        margin-top: 100px;
        padding-bottom: 10px;
    }
    .reasons .reason-item {
        background-color: #FFF;
        width: 100%;
        text-align: center;
        position: relative;
        display: flex;
        flex-flow: column;
        padding: 20px;
        margin-bottom: 70px;
    }
    .reasons .reason-img{
        width:50%;
        margin: 0 auto;
    }
    .faq-item h3::after {
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        content: "▼";
        color: #62C091;
        position: absolute;
        right: -15px;
        top: 25%;
        font-size: 1rem;
    }
    .faq-item.active h3::after {
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        content: "▲";
        color: #62C091;
        position: absolute;
        right: -15px;
        top: 25%;
        font-size: 1rem;
    }
    .inquiry {
        background-color: #FFF;
        position: relative;
        width: 90%;
        margin: 100px auto 0;
    }
    .inquiry h2 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }
    .inquiry::after {
        background-color: #62C091;
        content: "";
        rotate: 3deg;
        height: 200px;
        display: block;
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 50px;
        right: -10px;
    }
    .inquiry::before {
        background-color: #62C091;
        content: "";
        rotate: 3deg;
        height: 200px;
        display: block;
        position: absolute;
        width: 100%;
        z-index: -1;
        top: -8px;
        left: -10px;
    }
    .footer-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
        display:block;
        justify-content: space-between;
        align-items: end;
    }
    .company-info {
        width: 100%;
        padding: 20px;
    }
    .footer-nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
    }
    .sp_menu.active {
        display: block;
        background-color: #FFF;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9999;
        margin-top: 80px;
    }
    .sp_menu nav ul {
        list-style: none;
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
    .sp_menu nav ul li {
        width:100%;
        height: 80px;
        display: flex;
        justify-content: flex-start;
        place-items: center;
        border-bottom: 1px solid #CCC;
    }
    .sp_menu nav ul li a {
        display:block;
        text-decoration: none;
        color: #333;
    }
    .sp_menu nav ul li.bg_g a {
        color: #FFF;
    }
    .sp_menu nav ul li a:hover {
        opacity: 0.5;
    }
    .sp_nav_btn{
        width: 80px;
        background-color: #62C091;
        height: 80px;
        display: flex;
        place-items: center;
        justify-content: center;
        cursor: pointer;
        color:#FFF;
    }
}
@media screen and (max-width: 960px) {
	.hero{
		margin:0;
		max-height: unset;
        overflow: unset;
	}
	.hero-text {
        position: absolute;
        left: 50%;
        bottom: -50px;
		width: 70%;
        height: auto;
        box-sizing: border-box;
		margin-left:-35%;
    }
}
@media screen and (max-width: 768px) {
	.hero{
		margin:0;
		max-height: unset;
        overflow: unset;
	}
	.hero-text {
        position: absolute;
        left: 50%;
        bottom: -50px;
        width: 90%;
        height: auto;
        box-sizing: border-box;
		margin-left:-45%;
    }
	.info-content dl{
		border-bottom:1px dotted #ccc;
		display:block;
	}
	.info-content dd{
		margin:5px 0;
	}
	.info-content dd p{
		margin:0;
	}
    .seminar-content a{
        display:block;
        width:100%;
        margin: 0 auto;
        text-decoration: none;
    }
    .seminar-content p{
        background-color: #019E4D;
        color: #FFF;
        padding: 5px 0;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
    }
}