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

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

/* LP用に非表示 */
header,
footer,
svg.footwave {
    display: none;
}

#page-top {
   -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
    position: fixed;
    bottom: 40px;
}
#page-top.show {
	opacity: 1;
    bottom: 60px;
}


:root {
	--houjinlp-main-color: #226db3;/* 青 */
	--houjinlp-grn-color: #6dc4c2;/* 緑 */
	--houjinlp-yellow-color: #fff884;/* 黄 */
	--houjinlp-font: "Zen Maru Gothic", serif;
	--houjinlp-bg1: #e9f0f7;
	--houjinlp-bg2: #eff7f7;
	
	--font-yugo: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* common */
body {
	background: url("/aoriika/img/fv_bg.jpg") no-repeat center top;
    background-size: auto 1000px;
    padding-top: 200px;
}

.sp {
	display: none !important;
}
.radius10 {
	border-radius: 10px;
}
.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hover-opa a:hover {
	 opacity:0.7;
}

.houjinlp {
    font-size: 28px;
    font-weight: 500;
}
.houjinlp * {
	font-family: var(--houjinlp-font);
}
.houjinlp h2,
.houjinlp h3,
.houjinlp h4,
.houjinlp h5,
.houjinlp h6,
.houjinlp b {
	font-weight: 500;
}
.houjinlp-inner {
    width: 1040px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}
.houjinlp-bg1 {
	background: var(--houjinlp-bg1);
}
.houjinlp-bg2 {
	background: var(--houjinlp-bg2);
}


@media (max-width: 800px) {
	
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

}

/* -----------------
main
-------------------*/
.houjinlp-header {
	width: 100%;
    padding-top: 20px;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
.houjinlp-header .houjinlp-inner {
    display: flex;
    justify-content: space-between;
}
.houjinlp-site-name {
    width: 49%;
}
.houjinlp-site-name h1 {
    margin-left: 10px;
    margin-bottom: 10px;
}
.houjinlp-contact {
    width: 49%;
}
.houjinlp-contact-main {
    display: flex;
    justify-content: space-between;
}
.houjinlp-contact-main .icon {
	width: 120px;
}
.houjinlp-contact-main .icon a {
	display:flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	text-align: center;
	background: var(--houjinlp-main-color);
	border-radius: 5px;
}
.houjinlp-contact-main .icon a p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
}
.houjinlp-contact-main .tel p {
    color: var(--houjinlp-main-color);
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
    border-left: solid 2px;
    border-right: solid 2px;
}
.houjinlp-contact-main .tel a {
    display: inline-block;
    color: var(--houjinlp-main-color);
    font-size: 58px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}
.houjinlp-contact-sub {
    font-size: 20px;
    text-align: center;
    background: #fff;
    padding: 5px;
    margin-top: 15px;
    border-radius: 100px;
}


.houjinlp-contents {
	padding: 60px 0;
}


.houjinlp-title {
    font-size: 36px;
    text-align: center;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: solid 4px var(--houjinlp-main-color);
	position: relative;
}
.houjinlp-title span {
	font-size: 50px;
	color: var(--houjinlp-main-color);
}
.houjinlp-title b {
	background: linear-gradient(transparent 70%, var(--houjinlp-yellow-color) 0%);
}
.houjinlp-title:after {
    content: '';
    width: 30px;
    height: 30px;
	background: #fff;
    border-right: solid 4px var(--houjinlp-main-color);
    border-bottom: solid 4px var(--houjinlp-main-color);
    transform: rotate(45deg);
    position: absolute;
    bottom: -19px;
    left: calc(50% - 25px);
    z-index: 1;
}
.houjinlp-title.grn {
	border-color: var(--houjinlp-grn-color);
}
.houjinlp-title.grn span {
	color: var(--houjinlp-grn-color);
}
.houjinlp-title.grn:after {
    border-right: solid 4px var(--houjinlp-grn-color);
    border-bottom: solid 4px var(--houjinlp-grn-color);
}
.houjinlp-bg1 .houjinlp-title:after {
	background: var(--houjinlp-bg1);
}
.houjinlp-bg2 .houjinlp-title:after {
	background: var(--houjinlp-bg2);
}



.houjinlp-footer {
    padding: 30px 0;
}
.houjinlp-footer-logo {
    text-align: center;
	margin-bottom: 30px;
}
.houjinlp-footer-main {
    display: flex;
	justify-content: space-between;
}
.houjinlp-footer-main-address {
    width: 24%;
}
.houjinlp-footer-main-address h3 {
    font-size: 18px;
    font-family: var(--font-yugo);
	margin-top: 20px;
}
.houjinlp-footer-main-address p {
    font-size: 14px;
    font-family: var(--font-yugo);
}

.houjinlp-footer-main-contact {
    width: 44%;
    text-align: center;
}
.houjinlp-footer-main-contact h3 {
	font-size: 26px;
}
.houjinlp-footer-main-contact .tel {
	line-height: 1;
	margin-top: 10px;
}
.houjinlp-footer-main-contact .tel a {
	color: #282828;
	font-size: 72px;
	font-weight: 600;
}
.houjinlp-footer-main-contact p {
	margin-top: 20px;
	font-size: 18px;
}

.houjinlp-footer-main-link {
    width: 29%;
}
.houjinlp-footer-main-link .to-mail {
	font-size: 16px;
}
.houjinlp-footer-main-link .to-mail a {
	color: #282828;
	font-size: 22px;
}
.houjinlp-footer-main-link .to-corp {
	margin-top: 10px;
}
.houjinlp-footer-main-link .to-corp a {
	color: #282828;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 2px 10px;
	border:solid 1px;
	position: relative;
}
.houjinlp-footer-main-link .to-corp a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
}
.houjinlp-footer-main-link .to-sns {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.houjinlp-footer-main-link .to-sns a {
	margin-right: 10px;
}

.houjinlp-copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
}


@media (max-width: 800px) {

body {
	background-size: auto 700px;
	min-width: 375px;
}		
	.houjinlp {
		font-size: 16px;
	}
	.houjinlp-inner {
		width: 100%;
		padding: 0 15px;
	}
	.houjinlp-header {
		padding-top: 10px;
		background: #fff;
		position: fixed;
		z-index: 100;
	}
	.houjinlp-site-name {
		width: 130px;
	}
	.houjinlp-site-name h1 {
		margin: 0 0 5px;
	}
	.houjinlp-contact {
		width: auto;
	}
	.houjinlp-contact-main .icon {
		width: 40px;
	}
	.houjinlp-contact-main .icon a {
		height: 40px;
		padding: 5px;
	}
	.houjinlp-contact-main .icon a p {
		font-size: 10px;
		margin-top: 3px;
	}
	.houjinlp-contact-main .tel {
		width: calc(100% - 50px);
		text-align: center;
	}
	.houjinlp-contact-main .tel p {
		font-size: 12px;
        border: none;
        padding: 0;
    }
	.houjinlp-contact-main .tel a {
        font-size: 24px;
        margin-top: 5px;
    }
	.houjinlp-contact-sub {
        font-size: 9px;
        padding: 5px;
        margin-top: 0;
	}
	
	.houjinlp-title {
		font-size: 16px;
	}
	.houjinlp-title span {
		font-size: 20px;
	}
	.houjinlp-title:after {
		width: 20px;
		height: 20px;
		bottom: -14px;
		left: calc(50% - 15px);
	}
	
	.houjinlp-footer-main {
		display: block;
	}
	.houjinlp-footer-main-address {
		width: auto;
	}
	.houjinlp-footer-main-address h3 {
		font-size: 14px;
	}
	.houjinlp-footer-main-address p {
		font-size: 14px;
	}
	.houjinlp-footer-main-contact {
		width: auto;
		text-align: left;
		margin-top: 20px;
	}
	.houjinlp-footer-main-contact h3 {
		font-size: 18px;
	}
	.houjinlp-footer-main-contact .tel a {
		font-size: 50px;
	}
	.houjinlp-footer-main-contact p {
		margin-top: 10px;
		font-size: 14px;
	}
	.houjinlp-footer-main-link {
		width: auto;
		margin-top: 30px;
	}

}


/* -----------------
fv
-------------------*/
.houjinlp-fv {
    text-align: center;
    margin-bottom: 50px;
}

.houjinlp-fv-point {
    margin-top: 40px;
}

.houjinlp-fv-point__list {
    display: flex;
    justify-content: space-between;
}

.houjinlp-fv-point__list > li {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    position: relative;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(2px);
    border-radius: 3px;
    padding: 10px 14px 14px;
    box-shadow: none;
    z-index: 1;
}

/* チェックマーク */
.houjinlp-fv-point__list > li:before {
    content: "✓";
    background: none;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: var(--houjinlp-main-color);
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
}

/* マーカー線 */
.houjinlp-fv-point__list > li:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 8px;
    background: rgba(122,180,122,.20);
    border-radius: 20px;
    z-index: 0;
}

@media (max-width: 800px) {

    .houjinlp-fv {
        margin-bottom: 20px;
    }

    .houjinlp-fv-point {
        margin-top: 15px;
    }

    .houjinlp-fv-point__list {
        flex-wrap: wrap;
        justify-content: normal;
    }

    .houjinlp-fv-point__list > li {
        font-size: 12px;
        width: 49%;
        margin: 0 0 2% 2%;
        padding: 10px 10px 12px;
    }

    .houjinlp-fv-point__list > li:nth-child(2n+1) {
        margin-left: 0;
    }

    .houjinlp-fv-point__list > li:before {
        font-size: 16px;
        margin-right: 6px;
        width: auto;
        height: auto;
    }

    .houjinlp-fv-point__list > li:after {
        left: 14px;
        right: 8px;
        height: 6px;
    }

}


/* -----------------
houjinlp-to-line
-------------------*/

.houjinlp-to-line{
	background:#e5fdef;
	padding:34px 0;
	margin-top:50px;
}

.houjinlp-to-line a.line-consult-btn{
	color:#fff;
	text-decoration:none;

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

	max-width:900px;
	margin:auto;

	background:#06c755;
	border-radius:1000px;
	box-shadow:0 8px #0e873f;

	padding:16px 72px 14px 32px;
	position:relative;
}

.houjinlp-to-line a.line-consult-btn:after{
	content:'';
	width:18px;
	height:18px;
	border-top:4px solid #fff;
	border-right:4px solid #fff;
	transform:rotate(45deg);
	position:absolute;
	right:42px;
	top:50%;
	margin-top:-11px;
}


/* 1段目 */
.line-main{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:14px;

	font-size:38px;
	font-weight:700;
	line-height:1.2;
}

.line-main i{
	display:block;
	width:54px;
	height:54px;
	background:url("/aoriika/img/icon_line.png") no-repeat center;
	background-size:contain;
	flex-shrink:0;
}


/* 2段目 */
.line-sub{
	margin-top:5px;
	font-size:18px;
	font-weight:600;
	line-height:1.35;
}

.line-yellow{
	color:#FFE56A;
}


/* tablet */
@media (max-width:1024px){

.line-main{
	font-size:32px;
}

.line-main i{
	width:46px;
	height:46px;
}

.line-sub{
	font-size:16px;
}

}


/* mobile */
@media (max-width:815px){

.houjinlp-to-line{
	padding:26px 0;
	margin-top:30px;
}

.houjinlp-to-line a.line-consult-btn{
	padding:14px 42px 13px 16px;
}

.houjinlp-to-line a.line-consult-btn:after{
	width:12px;
	height:12px;
	border-width:3px;
	right:18px;
	margin-top:-7px;
}

.line-main{
	font-size:24px;
	gap:8px;
}

.line-main i{
	width:32px;
	height:32px;
}

.line-sub{
	font-size:12px;
	margin-top:3px;
}

}

/* -----------------
houjinlp-intro
-------------------*/
.houjinlp-intro__list {
    display: table;
    margin: auto;
}
.houjinlp-intro__list >li {
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative;
}
.houjinlp-intro__list >li:before {
	content: '';
	width: 40px;
	height: 38px;
	background: url("/aoriika/img/icon_check.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.houjinlp-intro__list >li b {
	font-weight: 500;
	background: var(--houjinlp-yellow-color);
}



@media (max-width: 815px) {

	.houjinlp-intro__list >li {
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.houjinlp-intro__list >li:before {
		width: 20px;
		height: 19px;
	}

}

/* -----------------
houjinlp-reason3
-------------------*/
.houjinlp-reason3-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.houjinlp-reason3-nav__list >li {
    width: 31%;
}
.houjinlp-reason3-nav__list >li a {
    color: #fff;
    display: block;
    text-align: center;
    height: 0;
    padding-top: 100%;
    background: var(--houjinlp-main-color);
    border-radius: 100000px;
    position: relative;
}
.houjinlp-reason3-nav__list .in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.houjinlp-reason3-nav__list .in .num {
    font-size: 72px;
}
.houjinlp-reason3-nav__list .in .num:before,
.houjinlp-reason3-nav__list .in .num:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 65px;
	background: url("/aoriika/img/reason_fig_s.png") no-repeat center;
	background-size: contain;
    vertical-align: -7px;
}
.houjinlp-reason3-nav__list .in .num:before {
	margin-right: 15px;
}
.houjinlp-reason3-nav__list .in .num:after {
	transform: rotate(180deg);
	margin-left: 15px;
}
.houjinlp-reason3-nav__list .in p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    min-height: 4em;
}
.houjinlp-reason3-nav-text {
    text-align: center;
    margin-top: 50px;
}

.houjinlp-reason3-item {
    margin-top: 70px;
    border: solid 1px var(--houjinlp-main-color);
	overflow: hidden;
	border-radius: 20px;
}
.houjinlp-reason3-item .title {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--houjinlp-main-color);
	padding: 30px 20px;
}
.houjinlp-reason3-item .title .icon {
    text-align: center;
	margin-right: 30px;
    padding: 0 50px;
    position: relative;
}
.houjinlp-reason3-item .title .icon:before,
.houjinlp-reason3-item .title .icon:after {
	content: '';
	display: inline-block;
	width: 31px;
	height: 93px;
	background: url("/aoriika/img/reason_fig_l.png") no-repeat center;
	background-size: contain;
    position: absolute;
    top: calc(50% - 46px);
}
.houjinlp-reason3-item .title .icon:before {
	left:0;
}
.houjinlp-reason3-item .title .icon:after {
	transform: rotate(180deg);
	right: 0;
}
.houjinlp-reason3-item .title .icon .icon-t1 {
    display: block;
    line-height: 1;
}
.houjinlp-reason3-item .title .icon .icon-t2 {
    font-size: 34px;
    display: block;
    line-height: 1;
}
.houjinlp-reason3-item .title .icon .icon-t2 span {
	font-size: 48px;
}	
.houjinlp-reason3-item .title h3 {
    font-size: 38px;
}
.houjinlp-reason3-item .info {
    padding: 35px;
}
.houjinlp-reason3-item .info img {
	margin-bottom: 30px;
}
.houjinlp-reason3-item .info p {
	font-size: 20px;
	font-family: var(--font-yugo);
}

@media (max-width: 815px) {
	

	.houjinlp-reason3-nav__list >li {
		width: 32%;
	}
	.houjinlp-reason3-nav__list .in {
		top: 10px;
	}
	.houjinlp-reason3-nav__list .in .num {
		font-size: 24px;
	}
	.houjinlp-reason3-nav__list .in .num:before,
	.houjinlp-reason3-nav__list .in .num:after {
		width: 10px;
		height: 29px;
	}
	.houjinlp-reason3-nav__list .in .num:before {
		margin-right: 10px;
	}
	.houjinlp-reason3-nav__list .in .num:after {
		margin-left: 10px;
	}
	.houjinlp-reason3-nav__list .in p {
		font-size: 10px;
		margin-top: 5px;
	}



	.houjinlp-reason3-item {
		margin-top: 40px;
	}
	.houjinlp-reason3-item .title {
		display: block;
		padding: 20px;
		text-align: center;
	}
	.houjinlp-reason3-item .title .icon {
		display: inline-block;
		margin: 0 0 10px;
		padding: 0 40px;
	}
	.houjinlp-reason3-item .title .icon:before,
	.houjinlp-reason3-item .title .icon:after {
		width: 20px;
		height: 60px;
		top: calc(50% - 30px);
	}
	.houjinlp-reason3-item .title .icon .icon-t2 {
		font-size: 24px;
	}
	.houjinlp-reason3-item .title .icon .icon-t2 span {
		font-size: 34px;
	}
	.houjinlp-reason3-item .title h3 {
		font-size: 24px;
	}
	.houjinlp-reason3-item .info {
		padding: 30px 15px;
	}
	.houjinlp-reason3-item .info p {
		font-size: 14px;
	}
}

/* -----------------
houjinlp-reason7
-------------------*/
.houjinlp-reason7__list {
	margin-top: 90px;
}
.houjinlp-reason7__list >li {
	display: flex;
	position: relative;
	margin-bottom: 70px;
}
.houjinlp-reason7__list >li h3 {
    color: #fff;
    padding: 10px 20px 15px;
    line-height: 1;
    border-radius: 1000px;
    background: var(--houjinlp-main-color);
    position: absolute;
    left: 0;
    top: -30px;
}
.houjinlp-reason7__list >li h3:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent var(--houjinlp-main-color) transparent transparent;
	border-width: 0px 30px 30px 0px;
	position: absolute;
	bottom: -29px;
	left: calc(50% - 15px);
}
.houjinlp-reason7__list >li h3 span {
	font-size: 34px;
}
.houjinlp-reason7__list >li h3 span span {
	font-size: 48px;
}
.houjinlp-reason7__list >li .info {
	width: 50%;
	padding: 30px;
	margin-top: 60px;
	background: #fff;
}
.houjinlp-reason7__list >li .info h4 {
	font-size: 24px;
	color: var(--houjinlp-main-color);
}
.houjinlp-reason7__list >li .info p {
	font-size: 20px;
	font-family: var(--font-yugo);
	margin-top: 20px;
}
.houjinlp-reason7__list >li .img {
	width: 50%;
}
.houjinlp-reason7__list >li .img img {
	border-radius: 20px 20px 20px 0;
}

.houjinlp-reason7__list >li:nth-child(even) {
	flex-direction: row-reverse;
}
.houjinlp-reason7__list >li:nth-child(even) h3 {
	left: 50%;
}
.houjinlp-reason7__list >li:nth-child(even) .img img {
	border-radius: 20px 20px 0 20px;
}


@media (max-width: 815px) {

	.houjinlp-reason7__list >li {
		display: block;
		margin-bottom: 70px;
	}
	.houjinlp-reason7__list >li h3 {
		padding: 5px 20px 10px;
		top: -40px;
	}
	.houjinlp-reason7__list >li h3:after {
		border-width: 0px 16px 16px 0px;
		bottom: -15px;
		left: calc(50% - 8px);
	}
	.houjinlp-reason7__list >li h3 span {
		font-size: 24px;
	}
	.houjinlp-reason7__list >li h3 span span {
		font-size: 32px;
	}
	.houjinlp-reason7__list >li .info {
		width: 100%;
		padding: 30px 15px;
		margin-top: 0;
	}
	.houjinlp-reason7__list >li .info h4 {
		font-size: 18px;
	}
	.houjinlp-reason7__list >li .info p {
		font-size: 14px;
	}
	.houjinlp-reason7__list >li .img {
		width: 100%;
	}
	.houjinlp-reason7__list >li .img img {
		width: 100%;
		border-radius: 0 0 20px 20px !important;
	}

	.houjinlp-reason7__list >li:nth-child(even) h3 {
		left: 0;
	}

}

/* -----------------
houjinlp-review
-------------------*/
.houjinlp-review__list >li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	padding: 50px;
	margin-bottom: 40px;
	border-radius: 20px;
}
.houjinlp-review__list >li .icon {
	width: 245px;
}
.houjinlp-review__list >li .info {
	width: calc(100% - 275px);
}
.houjinlp-review__list >li .info h3 {
	font-size: 32px;
	display: inline-block;
	margin-right: 20px;
}
.houjinlp-review__list >li .info h4 {
	color: #fff;
	font-size: 26px;
	display: inline-block;
	background: var(--houjinlp-grn-color);
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
}
.houjinlp-review__list >li .info p {
	margin-top: 15px;
	font-family: var(--font-yugo);
}

@media (max-width: 815px) {
	
	.houjinlp-review__list >li {
		display: block;
		padding: 30px 15px;
		margin-bottom: 20px;
	}
	.houjinlp-review__list >li .icon {
		width: 245px;
		margin: 0 auto 20px;
	}
	.houjinlp-review__list >li .info {
		width: 100%;
		text-align: center;
	}
	.houjinlp-review__list >li .info h3 {
		font-size: 20px;
		margin-right: 15px;
	}
	.houjinlp-review__list >li .info h4 {
		font-size: 18px;
	}
	.houjinlp-review__list >li .info p {
		margin-top: 15px;
		font-size: 14px;
		text-align: left;
	}
}

/* -----------------
houjinlp-comparison
-------------------*/
#houjinlp-comparison {

}
.houjinlp-comparison-chart {
    text-align: center;
}


@media (max-width: 815px) {
	


}


/* -----------------
houjinlp-lineup
-------------------*/
#houjinlp-lineup {
	margin: 160px 0;
	background: linear-gradient(#7fc1cc, #3b83ba);
	position: relative;
}
#houjinlp-lineup:before,
#houjinlp-lineup:after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
    z-index: 1;
}
#houjinlp-lineup:before {
	top: -99px;
	background: url("/aoriika/img/bg_wave_t.png") repeat-x bottom;
}
#houjinlp-lineup:after {
	bottom: -99px;
	background: url("/aoriika/img/bg_wave_b.png") repeat-x bottom;
	transform: rotate(180deg);
}

#houjinlp-lineup h2 {
	text-align: center;
	margin-bottom: 80px;
}
.houjinlp-lineup-group {
	margin-bottom: 110px;
}
.houjinlp-lineup-group h3 {
	text-align: center;
	background: var(--houjinlp-yellow-color);
	margin-bottom: 60px;
	padding: 10px 10px 20px;
	border-radius: 1000px;
	position: relative;
}
.houjinlp-lineup-group h3:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--houjinlp-yellow-color) transparent transparent transparent;
	border-width: 20px 20px 0px 20px;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -19px;
}
.houjinlp-lineup-group h3 span {
	font-size: 50px;
	color: var(--houjinlp-main-color);
	border-bottom: solid 3px;
	padding: 0 5px;
}
.houjinlp-lineup__list > li {
	margin-bottom: 30px;
	background: #fff;
	border: solid 1px var(--houjinlp-main-color);
	border-radius: 20px;
	overflow: hidden;
}
.houjinlp-lineup__list > li h4 {
	color: #fff;
	font-size: 38px;
	background: var(--houjinlp-main-color);
	text-align: center;
	padding: 20px;
}
.houjinlp-lineup-in {
	padding: 30px;
}
.houjinlp-lineup-in .img {
	text-align: center;
	margin-bottom: 40px;
}
.houjinlp-lineup-in table {
	font-size: 20px;
    line-height: 2;
}
.houjinlp-lineup-in table th {
	font-family: var(--font-yugo);
	width: 140px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0;
} 
.houjinlp-lineup-in table td {
	font-family: var(--font-yugo);
	padding: 10px 0;
} 

@media (max-width: 815px) {
	
	#houjinlp-lineup {
		margin: 60px 0;
	}
	#houjinlp-lineup:before,
	#houjinlp-lineup:after {
		height: 40px;
		background-position: left center;
		background-size: auto 40px;
	}
	#houjinlp-lineup:before {
		top: -39px;
	}
	#houjinlp-lineup:after {
		bottom: -39px;
	}
	#houjinlp-lineup h2 {
		margin-bottom: 40px;
	}
	.houjinlp-lineup-group {
		margin-bottom: 60px;
	}
	.houjinlp-lineup-group h3 {
		margin-bottom: 40px;
	}
	.houjinlp-lineup-group h3 span {
		font-size: 24px;
	}
	.houjinlp-lineup__list > li h4 {
		font-size: 20px;
		padding: 20px 0;
	}
	.houjinlp-lineup-in {
		padding: 30px 15px;
	}
	.houjinlp-lineup-in .img {
		margin-bottom: 20px;
	}
	.houjinlp-lineup-in table {
		font-size: 12px;
	}
	.houjinlp-lineup-in table th {
		width: 90px;
	}

}


/* -----------------

-------------------*/
.houjinlp-faq__list >li {
	border-radius: 5px;
	margin-bottom: 40px;
	overflow: hidden;
}
.houjinlp-faq__list >li .faq-q {
	color: #fff;
	font-size: 32px;
	padding: 15px 80px 15px 30px;
	background: var(--houjinlp-main-color);
	position: relative;
	cursor: pointer;
}
.houjinlp-faq__list >li .faq-q span {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    vertical-align: -4px;
    margin-right: 15px;
}
.houjinlp-faq__list >li .faq-q:after {
	content: '＋';
	font-size: 48px;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.houjinlp-faq__list >li .faq-a {
	padding: 0 30px;
	font-family: var(--font-yugo);
	max-height: 0;
	background: #e9f0f7;
	opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.houjinlp-faq__list >li.active .faq-q:after {
	content: 'ー';
}
.houjinlp-faq__list >li.active .faq-a {
	max-height: 1000px;
	padding: 30px;
    opacity: 1;
}


@media (max-width: 815px) {

	.houjinlp-faq__list >li {
		margin-bottom: 20px;
	}
	.houjinlp-faq__list >li .faq-q {
		font-size: 18px;
		padding: 15px 40px;
	}
	.houjinlp-faq__list >li .faq-q span {
		font-size: 24px;
		margin-right: 0;
		position: absolute;
		left: 15px;
	}
	.houjinlp-faq__list >li .faq-q:after {
		font-size: 24px;
		right: 10px;
	}
	.houjinlp-faq__list >li .faq-a {
		padding: 0 20px;
	}
	.houjinlp-faq__list >li.active .faq-a {
		padding: 20px;
	}

}


/* -----------------
houjinlp-delivery
-------------------*/
.houjinlp-delivery-map {
    text-align: center;
	margin-bottom: 70px;
}
#houjinlp-delivery h3 {
	font-size: 20px;
	font-weight: 400;
	font-family: var(--font-yugo);
}
.houjinlp-delivery-time {
	font-size: 22px;
	font-weight: 600;
	font-family: var(--font-yugo);
}
.houjinlp-delivery-s {
	font-size: 20px;
	font-family: var(--font-yugo);
	margin-top: 20px;
}

@media (max-width: 815px) {
	
	.houjinlp-delivery-map {
		margin-bottom: 30px;
	}
	#houjinlp-delivery h3 {
		font-size: 14px;
	}
	.houjinlp-delivery-time {
		font-size: 16px;
	}
	.houjinlp-delivery-s {
		font-size: 13px;
		margin-top: 15px;
	}

}

/* -----------------

-------------------*/
.houjinlp-info__list >li {
	background: #fff;
	border-radius: 20px;
	padding: 50px;
	margin-bottom: 40px;
	overflow: hidden;
}
.houjinlp-info-title {
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}
.houjinlp-info-title:after {
	content: '＋';
	color: var(--houjinlp-main-color);
	font-size: 48px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.houjinlp-info-title h3 {
    font-weight: 600;
	font-family: var(--font-yugo);
}
.houjinlp-info-title p {
	font-family: var(--font-yugo);
	font-size: 20px;
}
.houjinlp-info-title:after {
	
}
.houjinlp-info-text {
	max-height: 0;
	opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.houjinlp-info-text img {
	margin-bottom: 30px;
}
.houjinlp-info-text p {
	font-size: 20px;
	font-family: var(--font-yugo);
}


.houjinlp-info__list >li.active .houjinlp-info-title:after {
	content: 'ー';
}
.houjinlp-info__list >li.active .houjinlp-info-text {
	max-height: 1000px;
	margin-top: 30px;
    opacity: 1;
}

.more-houjinlp-info {
    text-align: center;
    margin-top: 60px;
}
.more-houjinlp-info a {
	display: inline-block;
	font-size: 18px;
	font-family: var(--font-yugo);
	width: 290px;
	padding: 15px;
	color: #fff;
	background: var(--houjinlp-main-color);
	border-radius: 1000px;
	position: relative;
}
.more-houjinlp-info a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: calc(50% - 3px);
}

@media (max-width: 815px) {
	
	.houjinlp-info__list >li {
		padding: 20px;
		margin-bottom: 20px;
	}
	.houjinlp-info-title h3 {
		font-size: 14px;
	}
	.houjinlp-info-title p {
		font-size: 12px;
	}
	.houjinlp-info-text p {
		font-size: 14px;
	}
	.more-houjinlp-info a {
		font-size: 14px;
	}

}

/* -----------------
houjinlp-form
-------------------*/
.houjinlp-form {
	padding: 0 50px;
}
.houjinlp-form-item {
	margin-bottom: 30px;
}
.houjinlp-form-item-title {
    font-size: 18px;
    font-weight: 400;
}
.houjinlp-form-item-title .hissu {
	color: #c91133;
	font-weight: 500;
	margin-left: 10px;
}
.houjinlp-form-item-in {
    margin-top: 10px;
}

.houjinlp_input {
    width: 100%;
    height: 56px;
    border: none;
    background: #eeeeef;
    font-size: 18px;
    text-indent: 10px;
}
.houjinlp_textarea {
    width: 100%;
    height: 160px;
    border: none;
    background: #eeeeef;
    font-size: 18px;
    padding: 10px;
}

.houjinlp-form-item-in.has-checkbox {
    /* display: flex; */
    flex-wrap: wrap;
}
.has-telbox .mwform-tel-field .houjinlp_input {
	width: 80px;
}
.has-checkbox .wpcf7-list-item {
	font-size: 18px;
	font-family: var(--font-yugo);
    width: 32%;
    margin: 10px 0 0 2%;
}
.has-checkbox .wpcf7-list-item:nth-of-type(3n+1) {
    margin-left: 0;
}

.houjinlp-form-item .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 0.8em;
    text-align: center;
}

.houjinlp-send {
    font-size: 18px;
    font-family: var(--font-yugo);
    display: block;
    width: 290px;
    padding: 15px;
    color: #fff;
    background: #c91133;
    border: none;
    border-radius: 1000px;
    position: relative;
    margin: 60px auto;
    cursor: pointer;
}
.houjinlp-send:after {
	content: '';
	color: #fff;
	width: 6px;
	height: 6px;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: calc(50% - 3px);
}


@media (max-width: 815px) {
	
	.houjinlp-form-item-title {
		font-size: 14px;
	}
	.houjinlp_input,
	.houjinlp_textarea {
		font-size: 16px;
	}
	.has-checkbox .wpcf7-list-item {
		font-size: 14px;
		width: 48%;
		margin: 10px 0 0 2%;
	}
	.has-checkbox .wpcf7-list-item:nth-of-type(3n+1) {
		margin: 10px 0 0 2%;
	}
	.has-checkbox .wpcf7-list-item:nth-of-type(2n+1) {
		margin-left: 0;
	}

}


/* -----------------
  以下　2026/05/16　追加分
-------------------*/

/* ============================= */
/* ▼ 規格表全体 */
/* ============================= */

.houjinlp-kikaku-wrap {
	width: 100%;
	margin-top: 20px;
}

/* ============================= */
/* ▼ スクロール案内 */
/* ============================= */

.table-scroll-guide {
	display: none !important;
}

/* ============================= */
/* ▼ テーブル共通 */
/* ============================= */

.houjinlp-kikaku-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin-bottom: 24px;
	table-layout: auto;
}

.houjinlp-kikaku-table th,
.houjinlp-kikaku-table td {
	border: 1px solid #cfcfcf;
	padding: 14px 10px;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	vertical-align: middle;
	word-break: break-word;
}

.houjinlp-kikaku-table th {
	background: #f5f5f5;
	font-weight: bold;
	text-align: center !important;
}

.houjinlp-kikaku-table span {
	font-size: 12px;
	color: #666;
}


/* ============================= */
/* ▼ 下段テーブルだけ調整 */
/* ============================= */

.sub-table td:nth-child(2) {
	text-align: left;
	white-space: normal;
	word-break: break-word;
	padding-left: 16px;
	padding-right: 16px;
}

/* ============================= */
/* ▼ 原材料セル */
/* ============================= */

.material-cell {
	min-width: 260px;
	text-align: left;
	white-space: normal;
	word-break: break-word;
	padding-left: 14px;
	padding-right: 14px;
}


/* ============================= */
/* ▼ スマホ */
/* ============================= */

@media screen and (max-width: 767px) {

	.houjinlp-kikaku-wrap {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.houjinlp-kikaku-table {
		min-width: 640px;
		border-collapse: collapse;
	}

.houjinlp-kikaku-table th,
.houjinlp-kikaku-table td {
	font-size: 12px;
	padding: 10px 8px;
	line-height: 1.5;
}

	.houjinlp-kikaku-table span {
		font-size: 11px;
	}

}

@media screen and (max-width: 767px) {

	.table-scroll-guide {
		display: block !important;
		font-size: 12px;
		color: #666;
		text-align: right;
		margin-bottom: 8px;
	}

}

/* =============================
▼ FV位置ズレ修正
2026/05/23
absoluteヘッダーとの重なり対策
============================= */

/* =============================
▼ FV位置調整 2026/05/23
============================= */

.houjinlp-fv {
	padding-top: 250px;
}

/* ▼ タブレット */
@media screen and (max-width: 1024px) {

	.houjinlp-fv {
		padding-top: 130px;
	}

}

/* ▼ スマホ */
@media screen and (max-width: 767px) {

	.houjinlp-fv {
		padding-top: 100px;
	}

}

/* =====================================
▼ あき水産の商品 採用店のご紹介
LP専用（他ページへ影響しない）
===================================== */

.houjinlp-store-showcase {
	padding: 60px 0 100px;
}

.houjinlp-store-card {
	display: flex;
	gap: 35px;
	align-items: stretch;

	margin-top: 40px;
	padding: 30px;

	background: #fff;
	border-radius: 18px;

	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.houjinlp-store-image {
	width: 360px;
	flex-shrink: 0;
}

.houjinlp-store-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 15px;
}

.houjinlp-store-info {
	flex: 1;
}

.houjinlp-store-name {
	display: inline-block;

	margin-bottom: 15px;
	padding: 10px 24px;

	background: #226db3;
	color: #fff;

	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;

	border-radius: 8px;
}

.houjinlp-store-url {
	margin-bottom: 20px;
	font-size: 15px;
}

.houjinlp-store-url a {
	color: #226db3;
	font-weight: bold;
	text-decoration: underline;
	word-break: break-all;
}

.houjinlp-store-comment {
	color: #444;
	font-size: 16px;
	line-height: 2;
}

.houjinlp-store-comment p {
	margin: 0;
}

/* ------------------------------
タブレット
------------------------------ */

@media screen and (max-width:1024px){

	.houjinlp-store-card{
		flex-direction:column;
		gap:20px;
		padding:20px;
	}

	.houjinlp-store-image{
		width:100%;
	}

	.houjinlp-store-name{
		width:100%;
		box-sizing:border-box;
		font-size:24px;
	}

	.houjinlp-store-comment{
		font-size:15px;
		line-height:1.9;
	}
}

/* ------------------------------
スマホ
------------------------------ */

@media screen and (max-width:767px){

	.houjinlp-store-card{
		flex-direction:column;
		gap:20px;
		padding:20px;
	}

	.houjinlp-store-image{
		width:100%;
	}

	.houjinlp-store-name{
		width:100%;
		box-sizing:border-box;
		font-size:22px;
	}

	.houjinlp-store-comment{
		font-size:15px;
		line-height:1.9;
	}
}

/* =====================================
▼ FV CTAボタン（2026年7月追加）
　※テスト版と同一仕様
　※HTML：template-houjinlp.php
===================================== */

.houjinlp-fv-cta{
    margin-top:50px;
    margin-bottom:50px;
}

.houjinlp-fv-cta .scroll{
    display:flex;
    justify-content:space-between;
    gap:30px;
}

.houjinlp-fv-btn{
    display:flex;
    align-items:center;
    justify-content:center;

    width:calc(50% - 15px);
    min-height:72px;

    border-radius:999px;

    color:#fff;
    text-decoration:none;

    font-size:20px;
    font-weight:700;
    letter-spacing:.05em;

    transition:
        transform .25s,
        opacity .25s;
}

/* 商品ラインナップボタン */
.btn-product{
    background:linear-gradient(to bottom,#2f81cc,#226db3);
    box-shadow:
        0 4px 0 #1c5a95,
        0 8px 20px rgba(34,109,179,.25);
}

/* お問い合わせボタン */
.btn-contact{
    background:linear-gradient(to bottom,#f39b3d,#e67e22);
    box-shadow:
        0 4px 0 #c55f10,
        0 8px 20px rgba(230,126,34,.25);
}

.houjinlp-fv-btn:hover{
    transform:translateY(-3px);
    opacity:.95;
}

/* スマホ・タブレット */
@media (max-width:800px){

    .houjinlp-fv-cta{
        margin-top:20px;
        margin-bottom:40px;
    }

    .houjinlp-fv-cta .scroll{
        flex-direction:column;
        gap:20px;
    }

    .houjinlp-fv-btn{
        width:100%;
        min-height:60px;
        font-size:16px;
    }

}

/* タブレット */
@media (min-width:801px) and (max-width:1100px){

    .houjinlp-fv-cta .scroll{
        flex-direction:column;
        gap:20px;
    }

    .houjinlp-fv-btn{
        width:100%;
        min-height:66px;
        font-size:18px;
    }

}

/* ▲ FV CTAボタン */
