@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&family=Zen+Old+Mincho&display=swap);
@import url(https://fonts.googleapis.com/css?family=Shippori+Mincho);
/* CSS Document */
body {
}

/* ブログカードは透明で背景色とかぶっちゃうので白に */
.wp-oembed-blog-card {
  background-color: #fff;
}

a{
	transition: all 0.3s ease;
}
img{
}
.br-sp{
	display:none;
}
.mincho{
	font-family: "Shippori Mincho";
}
.marker{
	background: linear-gradient(transparent 70%, #ff0 70%);
}
:where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: none;
}
.c-container{
	padding-right: .75rem;
	padding-left: .75rem;
}
.wp-block-snow-monkey-blocks-section{
		padding-right: .75rem;
	padding-left: .75rem;
}
.home .c-container{
	padding: 0;
}
.home .c-container .c-container,
.home footer .c-container{
	padding: 0 1rem;
}
[data-has-sidebar=false] .c-entry__content>.alignfull {
    margin-left: auto;
    margin-right: auto;
}
.p-entry-content>:where(:not(:first-child)) {
    margin-top: 0;
}
h2{
	color:#004652;
}
#page-top{
	    --page-top-y: 70px;
	right:20px;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 768px) {
	.br-pc,
	.sp-none{
		display:none;
	}
	.br-sp{
		display:block;
	}
}
/* =======================================
    header
======================================= */
.c-site-branding__title {
    margin-left: 1rem;
	max-width:80px;
}
.l-header .c-row--middle{
	position: relative;
	align-items: center;
}
.c-site-branding__title .custom-logo{
	width: 100%;
	max-width:80px;
}
.l-header .c-row>.c-row__col:nth-of-type(3){
	margin-right: 1rem;
}
.c-hamburger-btn{
	background-color: #004652;
	border-radius: .25rem;
	padding: .5rem;
}
.l-header--sticky-overlay-sm .c-hamburger-btn__bar{
	background-color: #fff;
}
.c-hamburger-btn__bar{
	height: 2px;
}
.c-hamburger-btn__label{
	color: #fff;
}
/* =======================================
    index
======================================= */
.is-layout-flow .main-center{
	    color: white;
    text-shadow: 0 0 7px black;
    margin-top: 10rem;
	font-weight:800;
	font-size: 2.25rem;
}
.is-layout-constrained .main_under{
    padding: 3rem 3rem 2rem;
    display: inline-block;
    float: right;
    text-align: center;
    border-top-left-radius: 80px;
    margin-bottom: -1em;
	position:relative;
	z-index:3;
}
.is-layout-constrained .main_under:before{
    position: absolute;
    content: "";
    background-color: #004652c4;
    width: 200%;
    height: 230px;
    top: 15px;
    left: 0;
    z-index: -1;
    border-top-left-radius: 80px;
}
.main_under span{
	color: #ffff00;
	line-height: normal;
    display: inline-block;
    margin-bottom: 1rem;
	font-size: 1.125rem;
}
.main_under h1{
	color: white;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
}
.p-entry-content>h2{
	    background:none;
	    margin-top: 0;
}

/* ボタン */
.wrap-btn p{
	font-weight: 600;
    font-size: 1.4rem;
}
.btn-contact .wp-block-button a{
	width: 320px !important;
    background-color: #de1e79;
    font-size: 1.2rem;
    border-radius: 50px;
    font-weight: 800;
    padding: 1rem;
	overflow: hidden;
	transition-duration: .4s;
}
.btn-contact .line a{
    background-color: #39a44a;
}
.btn-contact .wp-block-button a:hover{
	filter: brightness(1.2);
	transform: scale(1.1);
}

.intro p{
	font-size:1.3rem;		
	line-height: 1.4;
}

/* そんな方のための */
.bg_pink{
	background-color: #de1e79;
    padding: 3rem 1rem;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
	color: #fff900;
    line-height: 1.4;
}
.bg_pink .sonna{
	font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 1.5rem;
}
.cando{
	max-width: 1000px;
    list-style-type: none;
	padding-left: 0;
}
.cando li{
	    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 2rem;
    align-items: center;
		gap: 1rem;
	border-radius: 30px;
	margin-bottom: 2rem;
}
.yellow{
	width: 150px;
    height: 150px;
    background-color: #ffff00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 800;
	color: black;
}
.yellow span{
	font-size: 3rem;
    padding-bottom: 0.5rem;
}
.cando li p:nth-of-type(2){
	    font-size: 1.8rem;
    color: #603813;
    font-weight: 600;
}
.cando li img{
	max-width:270px;
	width: 100%;
}
.cando-after{
	font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 2rem;
    max-width: 800px;
	text-align: center;
	color: #603813;
}
.cando-after p{
	margin-bottom:1rem;
}
.cando-after ul{
	padding-left: 0;
	list-style-type: none;
}
/* 専門家が監修 */
.staff h2{
	color: #004652;
}
.staff .smb-section__lede{
	color: #dc1e79;
    font-size: 1.4rem;
    line-height: 1.2;
	font-weight: 600;
}
.staff .wp-block-columns{
	max-width:1000px;
}

.profile{
	padding-left: 2rem;
}
.name{
	font-size: 2rem;
	font-weight: 700;
	line-height:.8;
	margin-top: -1rem;
	}
.name span{
	font-size:0.875rem;
    color: #dc1e79;
}
.profile dl{
	display: flex;
	margin-top: 1em;
}
.profile dt{
	width: 7rem;
}
.profile dd{
	flex: 1;
}
.pro-detail{
	margin-top:2rem;
	font-weight: 600;
}
.after-prof{
	font-size: 1.2rem;
    line-height: 1.4;
    padding: 2rem;
    max-width: 900px;
	background-color:#ffefe6;
	border-radius: 10px;
}
.after-prof h3{
	text-align:center;
	margin-bottom:1rem;
	color: #004652;
	font-size:1.4rem;
}
.voice .wp-block-snow-monkey-blocks-box{
	max-width:1000px;
}
.price .smb-section__lede-wrapper{
	margin-top:0!important;
}
.price .wp-block-snow-monkey-blocks-box{
	max-width: 800px;
    padding: 2rem;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 800;
}
.price .wp-block-snow-monkey-blocks-box p{
    text-align: center;
}
.price .wp-block-snow-monkey-blocks-box ul{
    margin: 2rem auto 1rem;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
}
.price .wp-block-snow-monkey-blocks-box li{
	margin-bottom: 2rem;
}
.price .wp-block-snow-monkey-blocks-box li span{
	font-size: 1.4rem;
    margin-left: 0.5rem;
}
.price .wp-block-snow-monkey-blocks-box li span.gray{
	font-size: 1.8rem;
	color:#22a673;
}
.price .wp-block-snow-monkey-blocks-box .price_red{
	color:#b2272d;
}
.price .wp-block-snow-monkey-blocks-box .price_red span{
	background-color: #fffa54;
    padding: 0.5rem;
    display: inline-block;
    font-size: 1.2rem;
}
/*参加までのステップ*/
.step{
	max-width: 800px;
    list-style-type: none;
    font-size: 2rem;
    font-weight: 800;
	padding-left: 0;
}
.step li{
	background-color: white;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
	border-radius: 10px;
    margin-bottom: 1rem;
}
.step li span{
	color: #006837;
    font-size: 3rem;
    padding-right: 2rem;
}
.wrap-sns p{
	    font-size: 1.4rem;
    font-weight: 600;
    color: white;
}
.sns{
	display: flex;
    justify-content: center;
    gap: 3rem;
}
.sns a img{
	max-width:80px;
}
.wrap-qa .wp-block-snow-monkey-blocks-accordion{
	max-width:800px;
}
.wrap-qa .smb-accordion__item__title{
	background-color: #dae9ea;
    border-radius: 15px;
    padding: 1rem;
    font-size: 1.125rem;
}
.wrap-studio{
	    background-color: #ffefe6;
    border-radius: 10rem 10rem 0 0;
}
.studio{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.studio p{
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 800;
}
.studio img{
	width:47%;
}
.studio dt{
	border: solid 1px;
    display: inline-block;
    border-radius: 30px;
    width: 100px;
    text-align: center;
}
.studio dd{
	margin-bottom: 1rem;
}


/*footer*/
.l-footer{
	background-color: black;
	border-top:none;
}
.l-footer-widget-area{
	padding:0;
}
.l-footer-widget-area .c-row{
	justify-content: center;
}
.footer-nav{
	width: 16rem;
	list-style: none;
	text-align: center;
	margin: auto;
	padding: 0;
}
.footer-nav li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 .5rem;
}
.footer-nav li::before,
.footer-nav li::after{
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 1px;
	height: 1rem;
	background-color: white;
	margin-top: -.5rem;
}
.footer-nav li::before{
	left: 0;
}
.footer-nav li::after{
	right: 0;
}
.footer-nav li a{
	color: white;
	text-decoration: none;
}
.footer-nav li a:hover{
	color: #7f7f7f;
}
.fixed-btn{
	display:none;
}
/*copyright*/
.c-copyright--inverse{
	background-color: black;
}

@media screen and (max-width: 1024px) {
	.yellow{
		width: 100px;
		height: 100px;
		font-size: 1.4rem;
	}
	.yellow span {
    	font-size: 2.4rem;
	}
	.cando li p:nth-of-type(2) {
    	font-size: 1.6rem;
		line-height: 1.4;
	}
	.cando li img {
    	max-width: 240px;
	}
}
@media screen and (max-width: 784px) {
	.c-site-branding__title .custom-logo {
    		max-width: 60px;
	}
	.is-layout-flow .main-center{
		margin-top: 8rem;
    	font-size: 1.6rem;
	}
	.is-layout-constrained .main_under{
    	padding: 3rem 1rem 1.5rem 3rem;
	}
	.main_under h1 {
    	font-size: 2.2rem;
	}
	.wrap-btn p{
    	font-size: 1.2rem;
	}
	.smb-section__title{
		font-size:1.4rem;
	}
	.bg_pink{
    	border-top-left-radius: 50px;
    	border-top-right-radius: 50px;
	}
	.bg_pink .sonna {
    	font-size: 1.8rem;
	}
	.cando li{
		flex-wrap: wrap;
		justify-content: center;
	}
	.cando li span.kakko{
		font-size:1.2rem;
	}
	.cando-after {
    	font-size: 1.125rem;
    	padding: 2rem 1rem;
	}
	.staff .smb-section__title {
        font-size: 1.6rem;
    }
	.staff .smb-section__lede {
    	font-size: 1.2rem;
	}
	.staff .wp-block-columns {
    	padding: 0 1rem;
	}
	.profile {
    	padding-left: 0rem;
	}
	.after-prof {
    	font-size: 1rem;
	}
	.box-voice 
	.wp-block-image img{
		max-width: 75%;
        display: block;
        margin: auto;
	}
	.price .wp-block-snow-monkey-blocks-box{
		font-size:1.4rem;
	}
	.price .wp-block-snow-monkey-blocks-box li span {
    	font-size: 1.2rem;
	}
	.step {
		font-size:1.4rem;
    	line-height: 1.5;
	}
	.sns a img {
    	max-width: 50px;
	}
	.wrap-studio {
    	border-radius: 4rem 4rem 0 0;
	}
	.studio{
		padding: 3rem 1rem;
    	flex-direction: column;
		gap: 1rem;
	}
	.studio img {
    	width: 100%;
	}
	.fixed-btn{
		position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        text-align: center;
        z-index: 100;
		right: 0;
    }
	.fixed-btn a {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	font-size: 1.125rem;
    	text-decoration: none;
    	color: white;
        background-color: #de1e79;
        box-shadow: 0px 0px 7px #434343;
        padding: 12px 0;
		width:50%;
	}
	.fixed-btn a.fixed-right {
        background-color: #39a44a;
	}
	.fixed-btn a:hover {
		filter: brightness(1.2);
	}
}
/*entry*/
.page-id-137,
.privacy-policy{
	background-color: #e6f0f2;
}
.l-contents{
	padding-top: 8rem;
}
.home .l-contents{
	padding-top: 0;
}
.c-entry__header{
	text-align: center;
}
.smf-item__label{
	display: inline-block;
	font-weight: 700;
}
.smf-item__description{
	display: inline-block;
	font-size: .75rem;
	line-height: 1;
	color: #fff;
	background-color: #c00;
	border-radius: .25rem;
	padding: .25rem;
	margin-top: 0;
	margin-left: .5rem;
}
.smf-item{
	border-bottom: solid 1px #ccc;
	padding: 1rem;
}
.smf-form .smf-text-control__control{
	width: 100%;
}
.smf-form .smf-text-control__control.input-short{
	width: 10rem;
}
.smf-form .smf-select-control__toggle{
	border-radius: 6px;
}
.smf-item__controls p{
	margin-top:0;
}
.smf-action{
	text-align: center;
	padding: 1rem;
}
.smf-action .smf-button-control__control{
	background-image: none;
	border: none;
}
.smf-action .smf-button-control__control[data-action="confirm"],
.smf-action .smf-button-control__control[data-action="complete"]{
	color: #fff;
	background-color: #004652;
}
.smf-action .smf-button-control__control[data-action="confirm"]:hover,
.smf-action .smf-button-control__control[data-action="complete"]:hover{
	background-color: #006071;
}
.smf-action .smf-button-control__control[data-action="back"]{
	background-color: #dfdfdf;
}
.smf-action .smf-button-control__control[data-action="back"]:hover{
	background-color: #eee;
}
.btn-top{
	display: block;
	max-width: 16rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #ce145a;
	border-radius: .5rem;
	margin: 0 auto;
	padding: 1rem;
}
.btn-top:hover{
	background-color: #ec1969;
}
@media screen and (min-width: 640px) {
	.smf-form--simple-table .smf-item__col--label{
		padding-right: 0;
	}
}
/*プライバシーポリシー*/
.policy-content{
	padding-bottom: 6rem;
}