@charset "utf-8";

/* リサイズ用 */
@media screen and (max-width:768px) {
    article {
        transform-origin: 0 0;
    }
}

/* 背景 */
body.agency {
    background-color: #ffffff;
}

/* 共通 */
@media screen and (min-width:769px) {
    .sp {
        display: none!important;
    }
}
@media screen and (max-width:768px) {
    .pc {
        display: none!important;
    }
}
@media screen and (max-width:768px) {
    .scale-wrap {
        transform-origin: 0 0;
        overflow: hidden;
    }
    .scale {
        transform-origin: 0 0;
        transform: scale(0.5);
        width: 200vw;
        overflow: hidden;
    }
}
body.agency section {
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
}
body.agency section.inner {
    margin-bottom: 0;
}
body.agency section em {
    color: #f80012;
    font-style: normal;
}
body.agency .wbr {
    word-break: keep-all;
    word-wrap: break-word;
}
body.agency span.wbr::after {
    content: "\0200B";
}

/* H2 */
body.agency h2 {
    font-size: min(36px, 3.5vw);
    margin: 40px 0 10px;
}
body.agency h2 span {
    display: block;
}
body.agency h2.left span {
    text-align: left;
}
body.agency h2 span.f48 {
    font-size: min(48px, 5.05vw);
}
@media screen and (max-width:768px) {
    body.agency h2 {
        font-size: 4.4vw;
        margin: 40px 0 10px;
    }
    body.agency h2 span.f48 {
        font-size: 6.4vw;
    }
}

/* flex */
body.agency .flex {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
body.agency .p25  { width:  25%; }
body.agency .p33  { width:  33.3333%; }
body.agency .p35  { width:  35%; }
body.agency .p40  { width:  40%; }
body.agency .p45  { width:  45%; }
body.agency .p50  { width:  50%; }
body.agency .p55  { width:  55%; }
body.agency .p60  { width:  60%; }
body.agency .p65  { width:  65%; }
body.agency .p66  { width:  66.6666%; }
body.agency .p75  { width:  75%; }
body.agency .p100 { width: 100%; }
@media screen and (min-width:769px) {
    body.agency .flex_pc { display: flex; }
    body.agency .p25_pc  { width:  25%; }
    body.agency .p33_pc  { width:  33.3333%; }
    body.agency .p35_pc  { width:  35%; }
    body.agency .p40_pc  { width:  40%; }
    body.agency .p45_pc  { width:  45%; }
    body.agency .p50_pc  { width:  50%; }
    body.agency .p55_pc  { width:  55%; }
    body.agency .p60_pc  { width:  60%; }
    body.agency .p65_pc  { width:  65%; }
    body.agency .p66_pc  { width:  66.6666%; }
    body.agency .p75_pc  { width:  75%; }
    body.agency .p100_pc { width: 100%; }
}
@media screen and (max-width:768px) {
    body.agency .flex_sp { display: flex; }
    body.agency .p25_sp  { width:  25%; }
    body.agency .p33_sp  { width:  33.3333%; }
    body.agency .p35_sp  { width:  35%; }
    body.agency .p40_sp  { width:  40%; }
    body.agency .p45_sp  { width:  45%; }
    body.agency .p50_sp  { width:  50%; }
    body.agency .p55_sp  { width:  55%; }
    body.agency .p60_sp  { width:  60%; }
    body.agency .p65_sp  { width:  65%; }
    body.agency .p66_sp  { width:  66.6666%; }
    body.agency .p75_sp  { width:  75%; }
    body.agency .p100_sp { width: 100%; }
}

/* リンクボタン */
body.agency .btn_link {
    display: block;
    background: #2f71f6;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
    border: 5px solid #fff;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 40%);
    text-decoration: none;
}
@media screen and (max-width:768px) {
    body.agency .top .btn_link {
        border: 1.33vw solid #fff;
        box-shadow: 0px 1.6vw 0px 0px rgb(0 0 0 / 40%);
    }
    body.agency .btn_link {
        border: 0.66vw solid #fff;
        box-shadow: 0px 0.8vw 0px 0px rgb(0 0 0 / 40%);
    }
}

/* お問い合わせボタン */
body.agency .btn_form {
    width: 500px;
    font-size: 30px;
    margin: 20px auto;
    padding: 25px 0 20px;
}
body.agency .btn_form::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #ffffff;
    right: 30px;
}
@media screen and (max-width:768px) {
    body.agency .btn_form {
        width: 66.66vw;
        font-size: 4.0vw;
        margin: 2.66vw auto;
        padding: 3.33vw 0 2.66vw;
    }
    body.agency .btn_form::before {
        border-width: 2vw 0 2vw 2.4vw;
        right: 4.0vw;
    }
}
/* 商品詳細ボタン */
body.agency .btn_product {
    width: 300px;
    font-size: 24px;
    padding: 15px 0;
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    body.agency .btn_product {
        width: 40vw;
        padding: 3.66vw 0 2.66vw;
        margin: 0;
    }
    body.agency .btn_product span {
        display: block;
    }
    body.agency .btn_product span:first-child {
        font-size: 4.0vw;
        margin-bottom: 1vw;
    }
    body.agency .btn_product span:last-child {
        font-size: 4.8vw;
    }
}

/* TEL */
body.agency p.tel {
    margin: 40px 0 10px;
}
body.agency p.tel a {
    color: #000000;
}
body.agency p.tel span:first-child {
    display: inline-block;
    font-size: 33px;
    line-height: 36px;
    position: relative;
    margin-left: 36px;
}
body.agency p.tel span:first-child::before {
    content: "";
    display: block;
    position: absolute;
    background: url(image/tel.webp) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    top: -3px;
    left: -40px;
}
body.agency p.tel span:last-child {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    body.agency p.tel {
        margin: 5.33vw 0 10px;
    }
    body.agency p.tel span:first-child {
        font-size: 4.4vw;
        line-height: 4.8vw;
        margin-left: 4.8vw;
    }
    body.agency p.tel span:first-child::before {
        width: 4.8vw;
        height: 4.8vw;
        top: -0.4vw;
        left: -5.8vw;
    }
    body.agency p.tel span:last-child {
        font-size: 2.4vw;
    }
}

/* ヘッダ付きアイテム欄 */
body.agency section .nitem {
    border: 3px solid #000000;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 30px 20px 0;
    margin: 30px 0;
}
body.agency section .nitem .title {
    border-bottom: 2px solid #3eb4ff;
    font-weight: bold;
    margin: 0;
    padding: min(10px, 1.05vw);
    text-align: left;
    line-height: 24px;
}
body.agency section .nitem .title .num {
    font-size: min(50px, 5.1vw);
    color: #3eb4ff
}
body.agency section .nitem .title .text {
    font-size: min(36px, 3.7vw);
    padding: min(24px, 1.5vw);
}
body.agency section .nitem p.text {
    text-align: left;
    font-size: min(24px, 2.4vw);
    font-weight: bold;
    padding: 25px 0px 25px 25px;
    margin: 0;
    line-height: 1.6;
}
body.agency section .nitem p.image {
    padding: 0;
    text-align: center;
}
@media screen and (max-width:768px) {
    body.agency section .nitem {
        padding: 2.66vw 15px 0;
        margin: 2vw 0;
        border-radius: 2.66vw;
        border: 0.4vw solid #000000;
    }
    body.agency section .nitem .title {
        position: relative;
    }
    body.agency section .nitem .title .num {
        font-size: min(50px, 8.0vw);
        position: absolute;
        line-height: 1.1;
        left: 0;
        bottom: 1vw;
    }
        body.agency section .nitem .title .text {
        font-size: min(36px, 3.8vw);
        padding: 1.5vw;
        padding-left: 14vw;
        line-height: 1.4;
        display: inline-block;
    }
    body.agency section .nitem p.text {
        font-size: min(24px, 3.0vw);
        padding: 3.3vw;
    }
}

/* トップ画像 */
body.agency section.top {
    background: url('image/top.webp') top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-height: 598px;
    height: 40.40vw;
}
body.agency section.top section.inner {
    position: relative;
    min-height: 598px;
    height: 40.40vw;
}
body.agency section.top img {
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    right: 0;
}
body.agency section.top .btn_form {
    position: absolute;
    top: 400px;
    right: 25px;
    width: 350px;
    font-size: 24px;
    margin: 20px auto;
    padding: 22px 0 17px;
}
body.agency section.top .btn_form::before {
    border-width: 12px 0 12px 15px;
    top: 17px;
    right: 30px;
}
body.agency section.top .tel {
    background: #ffffff;
    color: #2f71f6;
    border: 5px solid #2f71f6;
    box-shadow: 0px 6px 0px 0px rgb(0 0 0 / 40%);
    text-decoration: none;
    position: absolute;
    top: 490px;
    right: 25px;
    width: 350px;
    font-size: 24px;
    margin: 20px auto;
    padding: 10px 0 5px;
}
body.agency section.top .tel span:first-child {
    font-size: 24px;
    line-height: 24px;
    margin-left: 30px;
}
body.agency section.top .tel span:first-child::before {
    background: url(image/top_tel.webp) no-repeat;
    width: 28px;
    height: 29px;
    top: -5px;
    left: -33px;
}
body.agency section.top .tel span:last-child {
    color: #000000;
    font-size: 14px;
}
@media screen and (max-width:768px) {
    body.agency section.top {
        background: none;
        height: auto;
        min-height: auto;
    }
    body.agency section.top img {
        width: 100%;
        position: initial;
    }
    body.agency section.top section.inner {
        position: relative;
        height: 91vw;
        min-height: auto;
        margin: 0;
        padding: 0;
    }
    body.agency section.top .btn_form {
        position: absolute;
        top: 125vw;
        right: 40vw;
        width: 120vw;
        font-size: 6.4vw;
        margin: 5.33vw auto;
        padding: 5.86vw 0 4.52vw;
    }
    body.agency section.top .btn_form::before {
        border-width: 3.2vw 0 3.2vw 4vw;
        top: 5.5vw;
        right: 8vw;
    }
    body.agency section.top .tel {
        top: 150vw;
        right: 40vw;
        width: 120vw;
        font-size: 24px;
        font-size: 6.4vw;
        margin: 5.33vw auto;
        padding: 2.66vw 0 1.33vw;
    }
    body.agency section.top .tel span:first-child {
        font-size: 6.4vw;
        line-height: 6.4vw;
        margin-left: 8.0vw;
        color: #2f71f6;
    }
    body.agency section.top .tel span:first-child::before {
        width: 7.46vw;
        height: 7.73vw;
        top: -1vw;
        left: -10vw;
        background-size: cover;
    }
    body.agency section.top .tel span:last-child {
        font-size: 3.73vw;
    }
}

/* 選ばれる理由 */
body.agency section.select .item {
    border: 3px solid #f8b62b;
    border-radius: 20px;
    display: inline-block;
    width: min(266px, 25vw);
    margin: 70px 5px 5px;
    padding: 60px 12px 12px 12px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
body.agency section.select .item p {
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
body.agency section.select .item.f16 p { font-size: min(16px, 1.56vw); }
body.agency section.select .item.f20 p { font-size: min(20px, 2.10vw); }
body.agency section.select .item.f22 p { font-size: min(22px, 2.10vw); }
body.agency section.select .item.f24 p { font-size: min(24px, 2.10vw); }
body.agency section.select .item.f30 p { font-size: min(30px, 2.10vw); }
body.agency section.select .item.l3 p { line-height: min(28.3px, 2.32vw); }
body.agency section.select .item.l2 p { line-height: min(42.5px, 3.00vw); }
body.agency section.select .item.l1 p { line-height: min(85.0px, 4.46vw); }
body.agency section.select .item::after {
    position: absolute;
    content: "";
    display: block;
    background: url(image/bulb.webp) center top no-repeat;
    background-size: cover;
    width: 100px;
    height: 108px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}
body.agency section.select p { font-size: min(16px, 2.7vw); }
@media screen and (max-width:768px) {
    .scale-wrap {
        overflow: hidden;
    }
    .scale {
        transform-origin: 0 0;
        transform: scale(0.5);
        width: 200vw;
        overflow: hidden;
    }
    body.agency section.select .item {
        width: 80vw;
        margin: 16.6vw 5vw 1.33vw;
        padding: 13.66vw 1.0vw 1.0vw;
    }
    body.agency section.select .item.f16 p { font-size: 4.6vw; }
    body.agency section.select .item.f20 p { font-size: 6.2vw; }
    body.agency section.select .item.f22 p { font-size: 6.3vw; }
    body.agency section.select .item.f24 p { font-size: 6.4vw; }
    body.agency section.select .item.f30 p { font-size: 10.0vw; }
    body.agency section.select .item.l3 p { line-height: 7.6vw; }
    body.agency section.select .item.l2 p { line-height: 11.00vw; }
    body.agency section.select .item.l1 p { line-height: 25.92vw; }
    body.agency section.select .item::after {
        width: 26.6vw;
        height: 28.8vw;
        top: -16.6vw;
        background-size: cover;
    }
    body.agency section.select p { font-size: 2.7vw; }
}

/* 利益を伸ばせる理由*/
body.agency section.reason {
    background-color: #a0ecff;
    padding-bottom: 20px;
}

/* 問合せ */
body.agency section.contact {
    background-color: #ffffff;
    padding: 80px;
}

body.agency section.contact .inner {
    background-color: #eafbff;
    padding: 50px;
    border-radius: 20px;
}
body.agency section.contact h2 {
    margin: 10px;
}
@media screen and (max-width:768px) {
    body.agency section.contact {
        padding: 40px 10px;
    }
    body.agency section.contact .inner {
        padding: 5vw;
        border-radius: 20px;
    }
}

/* チャンス */
body.agency section.chance {
    background-color: #a0ecff;
}

/* 取扱商品 */
body.agency section.product {
    padding-bottom: 0;
}
body.agency section.product .item p.image {
    margin-top: 20px;
}
body.agency section.product p {
    font-size: min(20px, 2.7vw);
}
@media screen and (max-width:768px) {
    body.agency section.product .nitem .p50_sp {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* サポート体制 */
body.agency section.support {
    background-color: #a0ecff;
}
body.agency section.support h3 {
    font-size: 36px;
    font-family: inherit;
}
body.agency section.support .inner.flex {
    padding: 0 0 40px 0;
}
body.agency section.support .item {
    background-color: #ffffff;
    width: min(285px, 28.6vw);
    height: 130px;
    margin: 7.5px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
body.agency section.support .item p {
    overflow: hidden;
    margin: 0;
    font-size: min(23px, 2.37vw);
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px) {
    body.agency section.support h3 {
        font-size: 4.8vw;
        font-family: inherit;
    }
    body.agency section.support .item {
        width: 45vw;
        height: 17.33vw;
        margin: 1vw;
        padding: 1.33vw;
    }
    body.agency section.support .item p {
        font-size: 3.06vw;
    }
}

/* 利益を伸ばせます */
body.agency section.profit {
    background-color: #a0ecff;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
body.agency section.profit .inner {
    max-width: 960px;
}

/* 向いている業種 */
body.agency section.suitable {
    background-color: #a0ecff;
}
body.agency section.suitable .item {
    width: min(450px, 45vw);
    margin: 10px;
}
body.agency section.suitable .item p {
    font-size: min(24px, 2.5vw);
    margin-top: 12px;
    margin-bottom: 5px;
}
@media screen and (max-width:768px) {
    body.agency section.suitable .item {
        width: 98vw;
        margin: 1vw;
    }
    body.agency section.suitable .item img {
        width: 100%;
    }
    body.agency section.suitable .item p {
        font-size: 4.2vw;
    }
}

/* フロー */
body.agency section.flow {
    background-color: #ffcc83;
    padding-bottom: 60px;
}
body.agency section.flow .item {
    margin: 20px 0;
}
body.agency section.flow p.title {
    box-sizing: border-box;
    text-align: center;
    background-color: #fff6bd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(24px, 2.50vw);
    margin: 0;
}
body.agency section.flow p.text {
    box-sizing: border-box;
    padding: 30px 23px;
    text-align: left;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(18.5px, 1.85vw);
    margin: 0;
}
body.agency section.flow .next {
    position: relative;
    height: 25px;
}
body.agency section.flow .next span {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-style: solid;
    border-width: 25px 44px 0 44px;
    border-color: #ff3b21 transparent transparent transparent;
}
@media screen and (max-width:768px) {
    body.agency section.flow p.title {
        width: 100%;
        font-size: 4.0vw;
        padding: 4.0vw 0;
    }
    body.agency section.flow p.text {
        width: 100%;
        padding: 4vw 3.0vw;
        font-size: 2.66vw;
    }
    body.agency section.flow .next {
        height: 10.66vw;
    }
    body.agency section.flow .next span {
        border-width: 7.46vw 15.6vw 0 15.6vw;
    }
    body.agency section.flow {
        padding-bottom: 8vw;
    }
}

/* FAQ */
body.agency section.faq .nitem {
    padding: 30px 20px;
    text-align: left;
    position: relative;
}
body.agency section.faq .nitem .toggle {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    top: 25px;
    right: 25px;
    cursor: pointer;
    background: url(image/toggle_off.webp) no-repeat;
    background-size: cover;
    z-index: 10;
}
body.agency section.faq .nitem .toggle.on {
    background: url(image/toggle_on.webp) no-repeat;
    background-size: cover;
}
body.agency section.faq .nitem .title {
    border: none;
    position: relative;
}
body.agency section.faq .nitem .title .text {
    font-size: min(35px, 3.6vw);
}
body.agency section.faq .nitem .answer {
    display: none;
}
@media screen and (max-width:768px) {
    body.agency section.faq .nitem {
        padding: 4vw 2.66vw;
        text-align: left;
    }
    body.agency section.faq .nitem .toggle {
        width: 4.8vw;
        height: 4.8vw;
        background-size: cover;
        top: 3.3vw;
        right: 3.3vw;
    }
    body.agency section.faq .nitem .title .num {
        top: 0;
    }
    body.agency section.faq .nitem .title .text {
        font-size: 3.6vw;
        padding-right: 7vw;
    }
}

/* 会社概要 */
body.agency section.outline {
    background-color: #f6f6f6;
    margin-bottom: 0;
    padding-bottom: 40px;
}
body.agency section.outline table {
    width: 100%;
    border: none;
}
body.agency section.outline table tr {
    border-bottom: 2px #c5c5c5 solid;
}
body.agency section.outline table tr:last-child {
    border: none;
}
body.agency section.outline table th {
    background-color: #eaeaea;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    border: none;
    padding: 30px;
}
body.agency section.outline table td {
    background-color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    border: none;
    padding: 30px;
}
body.agency section.outline table .top {
    vertical-align: top;
}
@media screen and (max-width:768px) {
    body.agency section.outline table {
        width: 95vw;
        margin: auto;
    }
    body.agency section.outline table tr {
        border-bottom: none;
    }
    body.agency section.outline table th {
        font-size: 3.2vw;
        padding: 3.3vw;
    }
    body.agency section.outline table td {
        font-size: 2.6vw;
        padding: 3.3vw;
    }
}

/* ナビ */
body.agency nav ul li p {
    margin: 10px 20px;
    line-height: 20px;
}
body.agency nav ul li p.header_tel span:first-child {
    margin-left: 10px;
    font-size: 24px;
    line-height: 24px;
}
body.agency nav ul li p.header_tel span:first-child::before {
    content: "";
    display: block;
    position: absolute;
    background: url(image/header_tel.webp) no-repeat;
    background-size: cover;
    width: 26px;
    height: 27px;
    top: 5px;
    left: 0px;
}
@media screen and (min-width:769px) {
    body.agency nav {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    body.agency nav ul {
        height: 58px;
    }
    body.agency nav ul li {
        display: inline-block;
        height: 58px;
        vertical-align: top;
    }
    body.agency nav ul li a:after {
        padding-left: 0;
        content: none;
    }
    body.agency nav ul li:first-child:before {
        padding-left: 0;
        content: none;
    }
    body.agency nav ul li a.header_form {
        color: #ffffff;
        background-color: #30aeff;
        border-radius: 15px;
        font-size: 16px;
        padding: 7px 15px;
        display: block;
        margin-top: 13px;
        margin-right: 10px;
    }
}
@media screen and (max-width:768px) {
    body.agency nav ul li p {
        display:block;
        text-align:left;
        text-decoration:none;
        background:#4e8aef;
        background:rgba(0,0,0,0.7);
        color:#ffffff;
        text-decoration:none;
        padding:20px 20px;
        border-bottom:1px solid #ffffff;
        position:relative;
        margin: 0;
        font-size: min(16px, 5vw);
    }
    body.agency nav ul li p.header_tel span:first-child {
        margin-left: 35px;
        font-size: 24px;
        line-height: 36px;
    }
    body.agency nav ul li p.header_tel span:first-child::before {
        background: url(image/header_tel_sp.webp)  no-repeat;
        top: 22px;
        left: 22px;
    }
}

