@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Playwrite+NO&family=Zen+Maru+Gothic:wght@500;700&display=swap');

body {
    font-family: "Zen Maru Gothic", sans-serif;
}

.lp-heading {
    display: inline-block;
    font-weight: 500!important;
    font-size: 2rem!important;
    padding-bottom: .5em;
    border-bottom: 1px solid #4F4F4F;
}
@media screen and (max-width: 600px) {
	.lp-heading {
	    font-size: 1.5rem!important;
	}
}
.lp-heading--center {
	text-align: center;
}
.lp-photo--shadow {
    box-shadow: -1rem -1rem 0 #CEFFE2;
}
.wp-block-image img,
.wp-block-media-text__media img{
	    border-radius: 4px;
}

.lp-plan {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 1rem;
    padding: 2.5rem 1.5rem 1rem!important;
	background-color: #fff;
}
.lp-plan.-plan01 { border-top: 1.25rem solid #42C7E9; }
.lp-plan.-plan02 { border-top: 1.25rem solid #60c87a; }
.lp-plan.-plan03 { border-top: 1.25rem solid #ff8b8b; }
.lp-plan h3 {
	font-size: 2rem;
	font-weight: 500;
}
.lp-plan-bg {
	background: linear-gradient(
    to bottom,
    #F2ECD0 0%,
    #F2ECD0 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
.lp-plan__heading {

}
.lp-plan__bubble {
    position: relative;
    border: 1px solid #4f4f4f;
    border-radius: 40px;
    padding: .6rem;
}
.lp-plan__bubble::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(img/tail.svg);
    position: absolute;
    bottom: -6px;
    left: 50px;
}
.lp-plan__detail .swell-block-dl__dt {
    margin-bottom: 1rem;
    padding-bottom: .5em;
    background-image: radial-gradient(circle, #4f4f4f 0.5px, transparent 0.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 7px 1px;
}
.lp-plan__detail .swell-block-dl__dd {
    margin-left: 0!important;
    padding: 0!important;
    min-height: 3.5em;
}
.lp-photo--comment {
	position: relative;
}
.lp-photo--comment::before {
	position: absolute;
}
.lp-photo--comment.-work01::before {
	content: url(img/comment_works01.svg);
	top: -1rem;
	left: -1rem
}
.lp-photo--comment.-work02::before {
	content: url(img/comment_works02.svg);
	bottom: -1rem;
	right: 1rem
}
.lp-photo--comment.-work03::before {
	content: url(img/comment_works03.svg);
	top: -1rem;
	right: -1rem
}


.p-fixed-info {
	
}
header .p-fixed-cta {
	position: fixed;
    right: 0;
    top: 38px;
    width: auto;
}
header .p-fixed-cta .is-style-btn_normal a {
	box-shadow: none!important;
	width: 100%;
	border-radius: 40px 0 0 40px;
}
.-parallel .w-header {
	margin: 0!important;
}
header .p-fixed-cta .swell-block-button {
    margin-bottom: 12px;
}
.swell-block-linkList {
    justify-content: center;
    gap: 0;
}
li.swell-block-linkList__item {
    padding-inline: 1.5rem;
}
li.swell-block-linkList__item + .swell-block-linkList__item {
    border-left: 1px solid #4f4f4f;
}
.l-footer__inner {
	background: #F2ECD0;
}
@media screen and (max-width: 959px) {
.l-container,.swell-block-fullWide__inner {
    padding-left: 7vw;
    padding-right: 7vw;
}
}
.lp-cta .swell-block-fullWide__inner.l-article {
    max-width: 960px;
}
.lp-cta .swell-block-fullWide__inner .swell-block-button__link {
	width: 100%;
	box-shadow: none;
	transition: opacity .2s;
}
.lp-cta .swell-block-fullWide__inner .swell-block-button__link:hover {
	opacity: 0.8;
}
.top #content {
	padding-top: 0!important;
}
.swell-block-faq {
	max-width: 880px;
	margin-inline: auto;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.is-style-stripes tbody tr:nth-child(2n){
    background-color: unset !important;
}
.swell-block-dl__dd+.swell-block-dl__dt {
    margin-top: 1.5em;
}
.lp-commitment h3 {
	font-weight: 500!important;
}
.lp-commitment .wp-block-media-text__media {
	position: relative;
}
.lp-commitment .wp-block-media-text__media::after {
	content: '';
	position: absolute;
	top: -1em;
	right: .5em;
	    font-family: "Playwrite NO", cursive;
    font-optical-sizing: auto;
	color: #fff;
	font-size: 3rem;
}
.lp-commitment.-commitment01 .wp-block-media-text__media::after {
	content: '01';
}
.lp-commitment.-commitment02 .wp-block-media-text__media::after {
	content: '02';
}
.lp-commitment.-commitment03 .wp-block-media-text__media::after {
	content: '03';
}
header p.p-fixed-info {
    position: absolute;
    left: 16px;
    top: 10px;
}
