@charset "utf-8";
body{
    color: #4a3a12;
    font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #F8FCFC;
	font-weight: 600;
	
}
#wrap {
    width: 90%;
    max-width: 1100px;
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0em;
	
}
#wrap .cont ul li {
    list-style: none;
    background-color: #267CA7;
    color: #FCFFFE;
	font-size: 1.2em;
	text-align: center;
	justify-content: center;
    align-items: center;
}
.main .title .logo {
    width: 70%;
	margin: 0 auto;
}
.logo img {
    width: 100%;
    max-width: 400px;
	margin: 1em auto 3em auto;
}


@media only screen and (min-width: 1100px) {
#wrap .main h1 br {
		display: none;
	}
}
@media only screen and (min-width: 820px) {
	body {
		background-image: url(images/bg.png);

	}
#wrap .main h1 {
    color: #585555;
    font-size: 2.4em;
	line-height: 1.4em;
    letter-spacing: 15%;
}
	#wrap .main h1 span {
		font-size: 1.2em;
		margin-right: 0.4em;
	}
	
#wrap .main {
	position:relative; 
}
#wrap .main .jikei {
	position: absolute;
	top: 0;
	right: 0;
}
.main .jikei p {
    color: #FDFCFC;
    font-size: 1.1em;
	line-height: 1.0em;
    text-align: center;
}
.main .jikei .name {
    background-color: #267CA7;
        padding: 0 3em;
        position: absolute;
        z-index: 50;
        bottom: -30px;
        left: 20px;
	border-radius: 0.2em;
}




#wrap .main h2 {
	font-size: 1.8em;
	color: #267CA7;
}
.main .title .ad {
    font-size: 1.6em;
	color: #585555;
}
.main .title .ttldet {
    color: #585555;
    font-size: 1.2em;
    line-height: 1.6em;
}


#wrap .main .int {
	font-size: 1.4em;
	margin-left: 3em;
}
	#wrap .fle {
		margin-bottom: 6em;
	}
#wrap .fle p {
    color: #2F2F2F;
    font-size: 1.2em;
    line-height: 1.6em;
}

#wrap .cont h3 {
    text-align: center;
    color: #0A8190;
    font-size: 1.8em;
	margin-bottom: 2em;
}
	#wrap .cont h3 span br {
		display: none;
	}
	.gret {
		margin-bottom: 6em;
	}
	#wrap .cont .is-style-section_ttl,.gret h2.is-style-section_ttl {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    letter-spacing: var(--swl-letter_spacing, .2px);
    padding-bottom: 1em;
    position: relative;
    text-align: center;
		margin-bottom: 2em;
}
#wrap .cont h2.is-style-section_ttl::after,#wrap .gret h2.is-style-section_ttl::after {
        position: absolute;
        top: auto;
        bottom: 0;
        left: calc(50% - 1.25em);
        right: auto;
        display: block;
        width: 2.5em;
        height: 1px;
        border-radius: 2px;
        pointer-events: none;
        background: currentColor;
        content: "";
    }	

#wrap .cont {
    position: relative;
	margin-top: 4em;
}
#wrap .cont ul {
    list-style: none;
    padding: 0;
    margin: 0 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#wrap .cont ul li {
    width: calc(25% - 12px);
    padding: 0.8em 0.5em;
    border-radius: 0.5em;
    box-sizing: border-box;
	display: flex;
flex-wrap: wrap;
	
	}
	.fle,.fle2 {
		margin-bottom: 6em;
	}
	.fle h2,.fle2 h3 {
    font-size: 1.8em;
    padding-bottom: 0.75em;
    color: #267ca7;
    letter-spacing: var(--swl-letter_spacing, .2px);
    position: relative;
    text-align: center;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    padding-bottom: 0.8em;
}
	.fle small,.fle2 small {
    display: block;
    font-size: .6em;
    padding-top: 0.25em;
    color: #000;
}
	.fle h2::after,.fle2 h3::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 1.25em);
    right: auto;
    display: block;
    width: 2.5em;
    height: 1px;
    border-radius: 2px;
    pointer-events: none;
    background: currentColor;
    content: "";
}
	.fle2 p {
		text-align: center;
		font-size: 1.2em;
	}
	.fle2 img {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}
	/*特徴のとこ*/
	
	.inner {
        padding: 0;
    }
ul.flex_LRTB {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
	ul.flex_LRTB li {
    width: calc(50% - 2rem);
    padding: 0;
    margin-bottom: 4em;
    list-style: none;
}
	ul.flex_LRTB li figure figcaption div span {
        font-size: 2.2rem;
	}
  .fadein.is-active {
    opacity: 1;
    transform: translateY(0);
}
	.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
ul.flex_LRTB li figure {
        width: 48rem;
        margin: 0 auto 0 0;
        box-shadow: 15px 15px 0 var(--clr_main);
    }
	 ul li figure {
    box-shadow: 1rem 1rem 0 var(--clr_main);
    border-radius: 2rem;
    display: block;
    position: relative;
    width: 20rem;
    margin: 0 auto;
}
ul.flex_LRTB li figure figcaption {
        width: 15rem;
        height: 3rem;
        top: -1rem;
        left: 2rem;
        right: auto;
        padding: 0 2rem;
        border-radius: 2.2rem;
    }	
ul li figure figcaption {
    position: absolute;
    background: #267ca7;
    border-radius: 2rem;
    width: 15rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    font-family: "Rubik", sans-serif;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}
	ul.flex_LRTB li figure figcaption::before,ul.flex_LRTB li figure figcaption::after {
        font-size: 0.8rem;
        line-height: 4.5rem;
    }
 ul li figure figcaption::before,ul li figure figcaption::after {
    content: "●";
    font-size: 0.5rem;
    color: #e5a003;
    width: 2rem;
    text-align: center;
}
ul.flex_LRTB li figure figcaption div span {
        font-size: 2.2rem;
    }
	ul li figure img {
    display: block;
    border-radius: 2rem;
}
	ul.flex_LRTB li dl {
        width: 24rem;
        padding: 2rem 3rem 2rem 3.4rem;
        margin: -6rem 0 0 4rem;
        border-radius: 2rem;
        background-size: auto;
		position: relative;
		background-color: #fff;
    }
	ul.flex_LRTB li dl dt {
        font-size: 1.8rem;
        margin-bottom: 2.3rem;
        letter-spacing: 0.392rem;
    }
	ul.flex_LRTB li dl dd {
        margin-left: 0;
    }
	ul li dl > dt {
    font-size: 1.5rem;
    color: var(--clr_main);
    margin-bottom: 1rem;
    width: fit-content;
    font-family: YakuHanRPs, "Zen Maru Gothic", "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif, serif;
}
	ul.flex_LRTB li dl dt span {
		background: linear-gradient(transparent 65%, #daebfc 65%);
	}
	/*footer*/
.footer {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
	.footer p {
		font-size: 1.0em;
		text-align: center;
		font-weight: 400;
	}
}
@media only screen and (max-width: 819px) {
	body {
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	}
	#wrap .main .int {
    text-align: center;
    background-size: cover;
	}
	.mobhide {
		display: none;
	}
	#wrap .main h1 {
    color: #585555;
    font-size: 2em;
    letter-spacing: 10%;
		text-align: center;
}
#wrap .main h2 {
	font-size: 1.6em;
	color: #0c7470;
	text-align: center;
}
#wrap .main .jikei {
	position: relative;
	width: 250px;
	margin: 0 auto 3em auto;;
}
	#wrap .main .jikei img {
width: 250px;
	}
.main .jikei p {
    color: #FDFCFC;
    font-size: 0.9em;
    text-align: center;
}
.main .jikei .name {
    background-color: #098F7F;
        padding: 0 2em;
        position: absolute;
        z-index: 50;
       top:220px;
        left: 30px;
	border-radius: 0.2em;
}	
	
	.main .title .ad {
    font-size: 1.4em;
	color: #585555;
		text-align: center;
}
.main .title .ttldet {
    color: #585555;
    font-size: 1.2em;
    line-height: 1.6em;
	text-align: center;
}
	.main .title .ttldet br {
		display: none;
	}
	
	#wrap .cont {
    position: relative;
}
	#wrap .cont h3 {
    text-align: center;
    color: #0A8190;
    font-size: 1.6em;
	margin-bottom: 2em;
}
	#wrap .cont .is-style-section_ttl {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    letter-spacing: var(--swl-letter_spacing, .2px);
    padding: 0;
    position: relative;
    text-align: center;
		margin-bottom: 2em;
		padding-bottom: 1em;
}
	#wrap .cont h2.is-style-section_ttl::after {
        position: absolute;
        top: auto;
        bottom: 0;
        left: calc(50% - 1.25em);
        right: auto;
        display: block;
        width: 2.5em;
        height: 1px;
        border-radius: 2px;
        pointer-events: none;
        background: currentColor;
        content: "";
    }
	#wrap .cont ul {
    list-style: none;
    padding: 0;
    margin: 0 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

	#wrap .cont ul li {
    width: calc(50% - 8px);
    padding: 0.8em 0.5em;
    border-radius: 0.5em;
    box-sizing: border-box;
	display: flex;
flex-wrap: wrap;
	}
	/*特徴のとこ*/
	.fle, {
		margin-bottom: 6em;
	}
	.fle h2,.fle2 h3 {
    font-size: 1.8em;
    padding-bottom: 0.75em;
    color: #267ca7;
    letter-spacing: var(--swl-letter_spacing, .2px);
    position: relative;
    text-align: center;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    padding-bottom: 0.8em;
}
	.fle small,.fle2 small {
    display: block;
    font-size: .6em;
    padding-top: 0.25em;
    color: #000;
}
	.fle h2::after,.fle2 h3::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 1.25em);
    right: auto;
    display: block;
    width: 2.5em;
    height: 1px;
    border-radius: 2px;
    pointer-events: none;
    background: currentColor;
    content: "";
}
	.fle2 img {
		width: 70%;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	.fle2 p {
		font-size: 1.2em;
	}
	.inner {
        padding: 0;
    }
ul.flex_LRTB {
    display: block;
     margin-top: 4rem;
    padding: 0;
}
	ul.flex_LRTB li {
    width: 100%;
    margin-bottom: 4em;
	list-style: none;
}
	ul.flex_LRTB li figure figcaption div span {
        font-size: 2.2rem;
	}
  .fadein.is-active {
    opacity: 1;
    transform: translateY(0);
}
	.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
ul.flex_LRTB li figure {
        width: 100%;
    margin: 0;
    }
	 ul li figure {
    box-shadow: 1rem 1rem 0 var(--clr_main);
    border-radius: 2rem;
    display: block;
    position: relative;
    width: 20rem;
    margin: 0 auto;
}
ul.flex_LRTB li figure figcaption {
        width: 15rem;
        height: 3rem;
        top: -1rem;
        left: 2rem;
        right: auto;
        padding: 0 2rem;
        border-radius: 2.2rem;
    }	
ul li figure figcaption {
    position: absolute;
    background: #267ca7;
    border-radius: 2rem;
    width: 15rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    font-family: "Rubik", sans-serif;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}
	ul.flex_LRTB li figure figcaption::before,ul.flex_LRTB li figure figcaption::after {
        font-size: 0.8rem;
        line-height: 4.5rem;
    }
 ul li figure figcaption::before,ul li figure figcaption::after {
    content: "●";
    font-size: 0.5rem;
    color: #e5a003;
    width: 2rem;
    text-align: center;
}
ul.flex_LRTB li figure figcaption div span {
        font-size: 2.2rem;
    }
	ul li figure img {
    width: 100%;
    height: auto;
		border-radius: 1rem;
}
	ul.flex_LRTB li dl {
        width: calc(100% - 2rem);
    margin: -3rem auto 0 auto;
    padding: 1.5rem;
    box-sizing: border-box;
		border-radius: 1rem;
        background-size: auto;
        position: relative;
	background-color: #fff;
    }
	ul.flex_LRTB li dl dt {
        font-size: 1.3rem;
    letter-spacing: 0.05em;
    }
	ul.flex_LRTB li dl dd {
		margin-left: 0;
	}
	ul li dl > dt {
    font-size: 1.5rem;
    color: var(--clr_main);
    margin-bottom: 1rem;
    width: fit-content;
    font-family: YakuHanRPs, "Zen Maru Gothic", "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif, serif;
}
	ul.flex_LRTB li dl dt span {
        background: linear-gradient(transparent 65%, #daebfc 65%);
    }
	.footer {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.footer p {
		font-size: 0.9em;
		text-align: center;
		font-weight: 400;
	}
}
@media only screen and (max-width: 460px) {
	#wrap .main h1 {
		text-align: center;
	}
	#wrap .main h1 span {
    font-size: 1.6em;
}
#wrap .main h2 {
	font-size: 1.2em;
	text-align: center;
	color: #0c7470;
}
	#wrap .main .cont {
    position: relative;
}
	#wrap .cont ul {
    list-style: none;
    padding: 0;
    margin: 0 0 3em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

	#wrap .cont ul li {
    width: calc(50% - 8px);
    padding: 0.8em 0.5em;
    border-radius: 0.5em;
    box-sizing: border-box;
	display: flex;
flex-wrap: wrap;
	}
.footer {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.footer p {
		font-size: 0.86em;
		text-align: center;
		font-weight: 400;
	}

}
