@charset "utf-8";

:root{
	--page-main-color:#0A90D9;
	--page-sub-color: #DBDBDB;
	--page-font-color:#333;
}

.l-main * {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif
}
.l-main {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
[class*="section__wrapper--"]:nth-of-type(even){
    background-color: #F0FAFF;
}
.l-main .section__ttl {
    font-weight: 700;
    margin-bottom: 30px;
}
.l-main .section__ttl span {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 2.64px;
    color: var(--page-main-color);
    margin-top: 11px;
}



.main__bg--catch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* こんなお悩みありませんか？ */
.section__wrapper--worry--02 .section__space {
    padding-block: 82px;
}
.content__block--worry--02 .content__list--vertical {
    width: 673px;
}
.content__description--worry--02 {
    font-size: 16px;
    font-weight: 500;
    color: var(--page-font-color);
}

/* 当社が選ばれる4つの理由で解決いたします！ */
.section__wrapper--strong--01 .section__ttl {
    margin-bottom: 47px;
}
.section__wrapper--strong--01 .section__space {
    padding-block: 80px 114px;
}
.content__subttl--strong--01 {
    font-size: 20px;
    font-weight: 700;
    color: var(--page-font-color);
    line-height: 150%;
}
.content__subttl--strong--01 span {
    font-size: 20px;
    font-weight: 700;
    color: var(--page-main-color);
    line-height: 150%;
    margin-right: 6px;
}
.content__description--strong--01 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.82;
    color: var(--page-font-color); 
}
.content__items--strong--01 {
    margin-bottom: 100px;
}
.content__items--strong--01:nth-of-type(n+2) {
    margin-bottom: 128px;
}
.content__items--strong--01:last-of-type {
    margin-bottom: 0;
}

/* 主な代行業務 */
.content__subttl--case--10 {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: var(--page-font-color);
    text-align: center;
}
.section__wrapper--case--10 .content__subttl--case--10 {
    margin-bottom: 0;
}

/* 取引・ご相談の事例 */
.content__subttl--business--01 {
   font-size: 16px;
   font-weight: 500; 
   color: #1261BD;
   line-height: 180%;
}
.content__description--business--01 {
    font-size: 20px;
    font-weight: 700;
    color: var(--page-font-color);
    line-height: 150%;
}

/* お問い合わせ */
.section__wrapper--contact--01 {
    padding-block: 80px;
}
.section__wrapper--contact--01 .section__inner {
    background-color: var(--page-main-color);
}
.l-main .section__wrapper--contact--01 .section__ttl {
    color: #fff;
    margin-bottom: 22px;
}
.l-main .section__wrapper--contact--01 .section__ttl span{
    color: #fff;
}
.l-main .section__wrapper--contact--01 .content__wrap--contact--01 {
    gap: 12px;
}
.l-main .section__wrapper--contact--01 .content__txt--tel {
    color: #fff;
    font-weight: 700;
}
.l-main .section__wrapper--contact--01 .content__txt--contact--01 {
    color: #fff;
}
.l-main .section__wrapper--contact--01 .content__txt--tel {
    font-weight: 700;
}
.l-main .section__wrapper--contact--01 .content__icon--tel {
    width: 25px;
    height: 25px;
    color: #fff;
}
.l-main .section__wrapper--contact--01 .content__btn--contact--mail a {
    margin-left: 15px;
    justify-content: flex-start;
    padding-left: 44px;
    background-color: #FFF;
    color: var(--page-main-color);
}
.l-main .section__wrapper--contact--01 .content__icon--mail {
    width: 25px;
    height: 21px;
    color: var(--page-main-color);
}
.l-main .section__wrapper--contact--01 .content__btn--contact--line a {
    margin-left: 23px;
    justify-content: flex-start;
    padding-left: 82px;
    background-color: #FFF;
    color: var(--page-main-color);
}
.l-main .section__wrapper--contact--01 .content__icon--line {
    width: 24px;
    height: 26px;
    color: var(--page-main-color);
}
.l-main .section__wrapper--contact--01 .content__icon--btn--01,
.l-main .section__wrapper--contact--01 .content__icon--btn--02 {
    color: var(--page-main-color);
}

/* よくあるご質問 */
.section__wrapper--faq--02 .section__ttl {
    margin-bottom: 32px;
}
.content__subttl--faq--02 {
    font-weight: 700;
    line-height: 150%;
    color: var(--page-font-color);
}
.content__description--faq--02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    color: var(--page-font-color);
}
