@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kugiri_m02 {
    padding: 8.5rem 0 0;
}

.main_area {
    overflow: hidden;
	padding-bottom: 5rem;
}

p.cmn_page_btn a {
    font-size: 2.6rem;
    font-weight: 400;
    color: var(--theme_m_color);
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    width: 38rem;
    height: 10rem;
    letter-spacing: .04em;
    border-radius: 1rem;
    position: relative;
    border: 2px solid var(--theme_m_color);
    margin: 0 auto;
    padding: 1rem 2rem;
}

p.cmn_page_btn a::before {
    position: absolute;
    content: "";
    width: 5.2rem;
    height: 5.2rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: var(--theme_m_color);
    z-index: 1;
	transition: .2s ease-in;
}

p.cmn_page_btn a::after {
    position: absolute;
    content: "";
    background: url("../images/common/contact_btn_icon.svg") no-repeat 50% / contain;
    width: 4.2rem;
    height: 3.2rem;
    top: 43%;
    right: 3rem;
    transform: translateY(-50%);
    z-index: 2;
	transition: .2s ease-in;
}


p.cmn_page_btn a:hover {
	background: #fff;
	color:  var(--theme_m_color);
}
@media screen and (min-width: 751px) {
p.cmn_page_btn a:hover {
	opacity: 1;
	color: #fff;
	background: var(--theme_m_color);

}

p.cmn_page_btn a:hover::before {
		padding: 2px;
	background: #fff;
	  -webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	  -webkit-mask-composite: destination-out;
	  mask-composite: exclude;
	  pointer-events: none;
}

p.cmn_page_btn a:hover::after {
	background-image: url("../images/common/contact_btn_icon_white.svg");

}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.archive_width {
	padding-bottom: 10rem;
}
.page_promo {
    padding: 5rem 5rem;
    background: url("../images/common/promo_bg_subpage.jpg") no-repeat left top / 100% 17rem;
}

.page_promo .base02_width {
    max-width: 1190px;
}

.page_promo .page_width {
	max-width: 124rem;
}

.page_promo .promo_inner .promo_ttl {
    font-size: 2em;
    font-weight: bold;
}

.page_promo .promo_inner h1 .slug, .page_promo .promo_inner p .slug {
    font-family: var(--ff-mon);
    font-size: 9rem;
    display: block;
    color: var(--theme_m_color);
    font-weight: 300;
    font-style: italic;
    line-height: 1;
	letter-spacing: -.01em;
}

.page_promo .promo_inner h1 .ja, .page_promo .promo_inner p .ja {
    font-size: 2.2rem;
	color: #666666;
    letter-spacing: .08em;
    font-weight: 700;
    padding-left: 2rem;
}

.page_main_img {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 40px;
    margin-bottom: 20px;
}

.page_main_img::before, .page_main_img::after {
    position: absolute;
    content: "";
    background: no-repeat 50% /contain;
}

.page_main_img img {
    border-radius: 20px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
選ばれる理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.zigzag {
    display: flex;
    margin-bottom: 13rem;
}

.zigzag:nth-child(1) .inner {
    gap: 8rem;
}

.zigzag:nth-child(2) .inner {
    gap: 16rem;
}

.zigzag:nth-child(3) .inner {
    gap: 19rem;
}

.zigzag:nth-child(4) .inner {
    gap: 15rem;
}

.zigzag:nth-child(5) .inner {
    gap: 8rem;
}

.zigzag .inner .txt_area {
    padding-top: 8rem;
}

.zigzag .inner .txt_area h2.main_ttl {
    position: relative;
    margin-bottom: 5rem;
}

.zigzag:nth-child(1) .inner .txt_area h2.main_ttl {
    width: 62.3rem;
}

.zigzag:nth-child(2) .inner .txt_area h2.main_ttl {
    width: 63rem;
}

.zigzag:nth-child(3) .inner .txt_area h2.main_ttl {
    width: 49.7rem;
}

.zigzag:nth-child(4) .inner .txt_area h2.main_ttl {
    width: 56.6rem;
}

.zigzag:nth-child(5) .inner .txt_area h2.main_ttl {
    width: 62.3rem;
}

.zigzag .inner .txt_area h2.main_ttl::before {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
    top: -5rem;
    left: -5rem;
    z-index: -1;
}

.zigzag:nth-child(1) .inner .txt_area h2.main_ttl::before {
    background-image: url("../images/page/reason/reason_num01.png");
    width: 7.8rem;
    height: 7.1rem;
}

.zigzag:nth-child(2) .inner .txt_area h2.main_ttl::before {
    background-image: url("../images/page/reason/reason_num02.png");
    width: 9.8rem;
    height: 7.1rem;
}

.zigzag:nth-child(3) .inner .txt_area h2.main_ttl::before {
    background-image: url("../images/page/reason/reason_num03.png");
    width: 10.1rem;
    height: 6.8rem;
}

.zigzag:nth-child(4) .inner .txt_area h2.main_ttl::before {
    background-image: url("../images/page/reason/reason_num04.png");
    width: 10.6rem;
    height: 7.1rem;
}

.zigzag:nth-child(5) .inner .txt_area h2.main_ttl::before {
    background-image: url("../images/page/reason/reason_num05.png");
    width: 10.4rem;
    height: 7.1rem;
}

.zigzag .inner .txt_area p.main_txt {
    font-size: 2rem;
    line-height: 2;
    width: 45rem;
    margin-left: 7rem;
}

.zigzag .inner .img_area {
    position: relative;
}

.zigzag .inner .img_area p.img.big {
    width: 63rem;
    overflow: hidden;
}

.zigzag .inner .img_area p.img.small {
    width: 34rem;
    position: absolute;
    bottom: -5rem;
    border-radius: 4rem;
    overflow: hidden;
}

.zigzag:nth-child(5) .inner .img_area p.img.small {
    border-radius: 0;
}

.zigzag .inner .img_area p.img.small img {
}

.zigzag:nth-child(odd) {
    justify-content: flex-end;
}

.zigzag:nth-child(odd) .inner .img_area p.img.big {
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
}

.zigzag:nth-child(odd) .inner .img_area p.img.small {
    bottom: -5rem;
    left: -10rem;
}

.zigzag:nth-child(even) .inner {
    flex-direction: row-reverse;
}

.zigzag:nth-child(even) .inner .img_area p.img.big {
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.zigzag:nth-child(even) .inner .img_area p.img.small {
    right: -10rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_privacy p.main_lead {
    margin-bottom: 5rem;
	font-size: 1.8rem;
}

.page_privacy .box {
    margin-bottom: 40px;
}

.page_privacy .box h3.ttl {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.page_privacy .box p {
    padding-left: 26px;
    margin-bottom: 15px;
    line-height: 2;
	font-size: 1.8rem;
}

.page_privacy ul.indent {
    padding-left: 26px;
    margin-bottom: 0;
}

.page_privacy ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
    line-height: 2;
	font-size: 1.8rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo.letter404 {
    padding-top: 212px;
}

.page_promo.letter404::after {
    width: 35vw;
    top: 85%;
}

@media (min-width: 751px) and (max-width: 1800px) {

.page_promo.letter404::after {
        right: calc(50% - 888px);
        z-index: -1;
    }
}


.page_promo.letter404 .promo_inner h1 .slug {
    font-size: 110px;
}

.page_404 h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.page_404 p.txt {
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 2.25;
    margin-bottom: 65px;
}

.page_404 p.btn a {
    margin: 0 auto;
    text-align: center;
}

.page_404 p.btn a:hover {
    background: #00a99d;
    color: #fff;
}
