@charset "utf-8";

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    color: #000;
    background-color: #fff;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    height: 100%;
}

header {
    position: relative;
    z-index: 999;
}

header img {
    width: 100%;
    min-width: 1170px;
    margin: 0 auto;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.container p {
    color: #11221C;
    font-size: 1.5rem;
    line-height: 200%;
    font-weight: 900;
}

.fixed_contact {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;
    z-index: 999;
}

.fixed_contact__inner {
    position: absolute;
    top: 17%;
    right: 0;
}

.fixed_contact .fixed_contact_btn {
    margin-bottom: 6px;
}


/*-------------------------------------------
グローバルナビ
-------------------------------------------*/

.hbm {
    position: relative;
    width: 60px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 13px;
    z-index: 999;
    cursor: pointer;
}

.hbm span {
    position: absolute;
    width: 90%;
    height: 2px;
    background: #0B1F17;
    left: 0;
    top: calc(50% - 1px);
    transition: all 0.4s;
}

.hbm span:before, .hbm span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    transform-origin: center center;
    background: #0B1F17;
    transition: inherit;
}

.hbm span:before {
    transform: translateY(-19px);
}

.hbm span:after {
    transform: translateY(19px);
}

.hbm.active {
    background: transparent;
}

.hbm.active span {
    background: transparent;
}

.hbm.active span:before {
    transform: rotate(45deg);
    background: #fff;
}

.hbm.active span:after {
    transform: rotate(-45deg);
    background: #fff;
}


.gnav {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    background: rgba(11, 31, 23, 0.95);
    color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    opacity: 0;
    visibility: hidden;
    padding-top: 8rem;
    padding-bottom: 4rem;
    transition: all .4s;
}

.gnav.active {
    opacity: 1;
    visibility: visible;
}

.gnav_list {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}

.gnav_item+.gnav_item {
    margin-top: 1em;
}

.gnav_item a {
    color: #fff;
    text-decoration: none;
}

.gnav_btnWrap {
    display: block;
    width: 100%;
    margin-top: 4rem;
}

.gnav_btn {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 10px;
}

.gnav_btn a {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0B1F17F2;
    text-decoration: none;
}

.gnav_btn+.gnav_btn {
    margin-top: 1.5em;
}

.gnav_item__list {
    margin-top: .5em;
    padding-left: 1.5em;
}

.gnav_item__item {
    font-weight: 400;
    position: relative;
}

.gnav_item__item::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background: #fff;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5em;
}

.gnav_item__item+.gnav_item__item {
    margin-top: .5em;
}


/*-------------------------------------------
取次店ディスカウントカウント
-------------------------------------------*/
.count-top {
    position: relative;
    margin: 40px auto 30px;
    width: 1170px;
}

.count-top img {
    width: 100%;
}

.count-top_txt {
    position: absolute;
    right: 1.5em;
    bottom: .95em;
    font-size: 48px;
    color: #fff;
    line-height: 1em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
}

.count-top_txt span {
    font-size: 1.8em;
    color: #FAEB00;
    vertical-align: sub;
    font-family: "Noto Sans JP";
    font-weight: 700;
}

/*-------------------------------------------
section_01 「ホームページ制作」ってどんなイメージ？
-------------------------------------------*/

.section_01_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section_01_content img {
    display: block;
}

.section_01_content p {
    padding: 54px 0 0 21px;
}

/*-------------------------------------------
section_02 「ウェブ作ファイブ」って？
-------------------------------------------*/

.section_02 {
    margin-bottom: 72px;
}

.section_02 p {
    text-align: center;
    padding: 30px 0 0;
}

.section_02_content {
    display: flex;
    justify-content: space-between;
    margin: 22px 0 0;
}

.section_02_content h3 {
    margin-bottom: 10px;
}

.section_02_content p {
    width: 220px;
    text-align: left;
    color: #000;
    font-size: 1.2rem;
    line-height: 140%;
    padding: 0 19px;
}

.web5green {
    background-color: #EAF7EE;
    padding-bottom: 17px;
}

.web5green .skill {
    color: #189141;
    margin-top: 3px;
}

.web5green .skill_name {
    text-shadow: 0px 0px 1px #189141;
    ;
}

.web5pink {
    background-color: #FCE7EC;
}

.web5pink .skill {
    color: #E8678E;
    margin-top: 3px;
}

.web5pink .skill_name {
    text-shadow: 0px 0px 1px #E8678E;
    ;
}

.web5red {
    background-color: #FDEBE9;
}

.web5red .skill {
    color: #E94637;
    margin-top: 3px;
}

.web5red .skill_name {
    text-shadow: 0px 0px 1px #E94637;
    ;
}

.web5yellow {
    background-color: #FFFDE8;
}

.web5yellow .skill {
    color: #DFC500;
    margin-top: 3px;
}

.web5yellow .skill_name {
    text-shadow: 0px 0px 1px #DFC500;
    ;
}

.web5blue {
    background-color: #E7F5FF;
}

.web5blue .skill {
    color: #0188DA;
    margin-top: 3px;
}

.web5blue .skill_name {
    text-shadow: 0px 0px 1px #0188DA;
    ;
}

/*-------------------------------------------
お問い合わせ　お申し込み
-------------------------------------------*/

.contact_area {
    width: 1170px;
    height: 250px;
    background-image: url(../images/contact_area.jpg);
    position: relative;
}

.contact_area button {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}

.contact_area .contact_btn {
    position: absolute;
    top: 0;
    left: 132px;
}

.contact_area .contact_btn {
    background: url("../images/contact_btn_on.jpg") no-repeat;
}

.contact_area .entry_btn {
    position: absolute;
    top: 0;
    left: 673px;
}

.contact_area .entry_btn {
    background: url("../images/entry_btn_on.jpg") no-repeat;
}

.contact_area a {
    display: inline-block;
}

.contact_area a:hover img {
    visibility: hidden;
}

/*-------------------------------------------
section_03 ホームページ制作の大きな壁
-------------------------------------------*/

.section_03 {
    margin-bottom: 26px;
}

.section_03 p {
    font-size: 1.4rem;
    line-height: 180%;
}

.section_03_head_bg {
    background: url("../images/section03_head_bg.jpg");
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}

.section_03_head {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.section_03_head ul {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}

.section_03_text_01 {
    background-image: url(../images/section03_text01_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.section_03_text_01 p {
    padding: 35px 45px 31px 218px;
    border-bottom: #0D221B 10px solid;
    border-left: #0D221B 10px solid;
    border-right: #0D221B 10px solid;
}

.section_03_text_02 {
    background-image: url(../images/section03_text02_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.section_03_text_02 p {
    padding: 35px 183px 31px 218px;
    border-bottom: #0D221B 10px solid;
    border-left: #0D221B 10px solid;
    border-right: #0D221B 10px solid;
}

.section_03_text_03 {
    background-image: url(../images/section03_text03_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.section_03_text_03 p {
    padding: 35px 45px 40px 218px;
    border-bottom: #0D221B 10px solid;
    border-left: #0D221B 10px solid;
    border-right: #0D221B 10px solid;
}

.section_03_text_03 img {
    margin: 14px 0 0;
}

.section_03_text_04 {
    background-image: url(../images/section03_text04_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.section_03_text_04 p {
    padding: 35px 200px 31px 218px;
    border-bottom: #0D221B 10px solid;
    border-left: #0D221B 10px solid;
    border-right: #0D221B 10px solid;
}

.section_03_text_05 {
    background-image: url(../images/section03_text05_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.section_03_text_05 p {
    padding: 35px 45px 31px 218px;
    border-bottom: #0D221B 10px solid;
    border-left: #0D221B 10px solid;
    border-right: #0D221B 10px solid;
}

/*-------------------------------------------
section_04 ホームページ制作のイメージを変える！
-------------------------------------------*/

.section_04 {
    margin-bottom: 50px;
}

.section_04_content {
    text-align: center;
    margin-top: 29px;
    margin-bottom: 30px;
}

.section_04_content ul li {
    margin-bottom: 10px;
}

/*-------------------------------------------
section_05 「ウェブ作ファイブ」と他サービスの比較
-------------------------------------------*/

.section_05 {
    margin-top: 20px;
    margin-bottom: 45px;
}

.section_05 p.text {
    text-align: center;
    padding-top: 15px;
}

.section_05_table {
    width: 1070px;
    color: #194534;
    table-layout: fixed;
    word-wrap: break-word;
    text-align: center;
    margin: 20px auto 15px;
    font-size: 1.2rem;
    font-weight: 900;
    font-family: "Yu Gothic", sans-serif;
}

.section_05_table thead tr {
    border-bottom: #000 4px solid;
}

.section_05_table tr {
    border-bottom: #000 2px solid;
}

.section_05_table td.line_style {
    line-height: 110%;
}

.section_05_table td.font_lighter {
    font-weight: 500;
}

.section_05_table .table_column_01 {
    width: 202px;
}

.section_05_table .table_column_02 {
    width: 300px;
}

.section_05_table .table_column_03 {
    width: 284px;
}

.section_05_table .table_column_04 {
    width: 284px;
}

.section_05_table .bg_yellow {
    background-color: #F7D95F;
}

.section_05_table .bg_green {
    background-image: url(../images/section05_table_bg.jpg);
}

.section_05_table .row_item {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 18px;
}

.section_05_table .text_big {
    font-size: 1.8rem;
}

.section_05_table .text_small {
    font-size: 0.9rem;
}

.section_05_table .text_asterisk {
    font-size: 0.8rem;
    vertical-align: super;
}

.section_05_table .text_number {
    font-size: 2.0rem;
}

.section_05_table .item_01 td {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 150%;
}

.section_05_table .item_02 td,
.section_05_table .item_03 td {
    padding-top: 12px;
    padding-bottom: 7px;
}

.section_05_table .item_04 ul.service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
    align-content: flex-start;
    padding: 10px;
    height: 300px;
}

.section_05_table .item_05 td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.section_05_table .item_06 {
    text-align: left;
    border-bottom: #000 4px solid;
}

.section_05_table .item_06 td {
    padding: 18px 10px 18px 32px;
    vertical-align: top;
}

.section_05_table .item_06 td.row_item {
    vertical-align: middle;
    padding-left: 18px;
}

.section_05_table .item_06 li.list_green {
    line-height: 120%;
    text-indent: -1em;
    padding-left: 1em;
    vertical-align: top;
}

.section_05_table .item_06 li.list_green::before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-color: #194534;
    border-radius: 50%;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.section_05 .table_note {
    width: 1070px;
    margin: 0 auto;
}

.section_05 .table_note p {
    font-size: 1.0rem;
    line-height: 150%;
    padding-left: 2em;
    text-indent: -2em;
}

/*-------------------------------------------
section_06 「ウェブ作ファイブ」の制作の流れ
-------------------------------------------*/

.section_06 {
    margin-bottom: 52px;
}

.section_06 p.text {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
}

.section_06_flow {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../images/section06_flow_bg_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 43px;
}

.section_06_flow img {
    display: block;
}

.section_06_flow p {
    font-size: 1.0rem;
    padding: 12px 40px 0 30px;
    line-height: 180%;
}

.section_06_flow li.flow_list_01,
.section_06_flow li.flow_list_02,
.section_06_flow li.flow_list_03,
.section_06_flow li.flow_list_04 {
    min-height: 421px;
}

.section_06_flow li.flow_list_05,
.section_06_flow li.flow_list_06,
.section_06_flow li.flow_list_07,
.section_06_flow li.flow_list_08 {
    min-height: 444px;
}

.section_06_flow .flow_list_01 {
    width: 297px;
    background: url(../images/section06_flow01_bg.jpg);
}

.section_06_flow .flow_list_02 {
    width: 296px;
    background: url(../images/section06_flow02_bg.jpg);
}

.section_06_flow .flow_list_03 {
    width: 297px;
    background: url(../images/section06_flow03_bg.jpg);
}

.section_06_flow .flow_list_04 {
    width: 280px;
    background: url(../images/section06_flow04_bg.jpg);
}

.section_06_flow .flow_list_05 {
    width: 280px;
    order: 4;
    background: url(../images/section06_flow05_bg.jpg);
}

.section_06_flow .flow_list_06 {
    width: 297px;
    order: 3;
    background: url(../images/section06_flow06_bg.jpg);
}

.section_06_flow .flow_list_07 {
    width: 296px;
    order: 2;
    background: url(../images/section06_flow07_bg.jpg);
}

.section_06_flow .flow_list_08 {
    width: 297px;
    order: 1;
    background: url(../images/section06_flow08_bg.jpg);
}

.section_06_flow .list_float_01 p {
    padding-bottom: 0px;
}

.section_06_flow .list_float_02 p {
    padding-bottom: 0px;
    color: #fff;
    font-weight: 500;
}

.section_06_flow .list_float_01 img {
    width: 138px;
    float: left;
    shape-outside: polygon(0% 0%, 62% 0, 80% 49%, 58% 100%, 0% 100%);
}

.section_06_flow .list_float_02 img {
    width: 43px;
    float: right;
}

/*-------------------------------------------
section_07 よくある質問
-------------------------------------------*/

.section_07 {
    margin-bottom: 56px;
}

.section_07 p.text {
    text-align: center;
    padding-top: 15px;
}

.section_07 .accordion {
    margin-top: 40px;
}

.section_07 .toggle {
    display: none;
}

.section_07 .question_wrap {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.0rem;
    background-color: #E6F2F0;
    border-radius: 10px;
}

.section_07 .question,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.section_07 .question {
    width: 1170px;
    color: #fff;
    background-color: #194534;
    display: block;
    border-radius: 10px;
    padding: 26px 80px 26px 34px;
}

.section_07 .question:hover {
    background-color: #ff9900;
    cursor: pointer;
}

.section_07 .question::after,
.section_07 .question::before {
    content: "";
    position: absolute;
    right: 62px;
    top: 26px;
    width: 3px;
    height: 1.5em;
    background-color: #fff;
    transition: all 0.3s;
}

.section_07 .question::after {
    transform: rotate(90deg);
}

.section_07 .content {
    max-height: 0;
    overflow: hidden;
}

.section_07 .content p {
    font-size: 1.5rem;
    padding: 35px 60px 35px 84px;
    text-indent: -1em;
}

.section_07 .toggle:checked+.question+.content {
    max-height: 500px;
    transition: all 1.5s;
}

.section_07 .toggle:checked+.question::before {
    transform: rotate(90deg) !important;
}

/*-------------------------------------------
section_08 紹介者報酬
-------------------------------------------*/
.section_08 {
    color: #0B1F17;
    margin-bottom: 4rem;
}

.section_08 figure {
    text-align: center;
    margin: 0;
}

.section_08__contWrap {
    background: #E6F2F0;
    padding: 20px 4%;
    border-radius: 10px;
    margin-top: 20px;
}

.section_08__cont-inner {
    display: flex;
}

.section_08__contWrap .section_08__cont-icon {
    width: 170px;
}

.section_08__cont-txtWrap {
    width: calc(100% - 170px);
    padding-left: 4rem;
}

.container .section_08__cont-ttl {
    font-family: "Noto Sans JP";
    font-weight: 900;
    line-height: 1.8em;
    margin-bottom: .4em;
    font-size: 24px;
}

.container .section_08__cont-txt {
    font-family: "Noto Sans JP";
    line-height: 2em;
    margin-bottom: 1em;
    text-align: left;
    font-size: 16.3px;
    font-weight: 600;
}

.section_08 .section_08_cont-img {
    margin-top: 1em;
    margin-bottom: -3em;
}

/*-------------------------------------------
footer
-------------------------------------------*/

footer {
    width: 100%;
    min-width: 1170px;
    margin: 80px auto 0;
    background-color: #194534;
}

.footer_bg {
    background-image: url(../images/footer_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.footer_contents {
    width: 1170px;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
}

.footer_contents p.text {
    padding-top: 60px;
    margin-right: 50px;
}

.footer_list {
    border-left: 1px #fff solid;
    margin-bottom: 55px;
    font-weight: 900;
}

.footer_list ul {
    padding-top: 60px;
    padding-left: 50px;
}

.footer_list li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../images/footer_list_arrow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-bottom: 10px;
}

.footer_list a {
    color: #fff;
    text-decoration: none;
}

.footer_list a:hover {
    color: #ffff00;
}

.company_info {
    width: 370px;
    padding-top: 60px;
    margin-left: auto;
    color: #fff;
    font-family: "Yu Gothic", sans-serif;
}

.company_info p.company {
    background-color: #182919;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
}

.company_info p.name {
    font-size: 1.6rem;
}

.company_info span {
    font-size: 0.9rem;
}

.company_info p.address {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 4px;
}

.company_info p.address,
.company_info p.url,
.company_info p.tel {
    line-height: 110%;
}

.company_info p.url {
    padding-left: 16px;
}

.company_info p.url a {
    color: #fff !important;
    text-decoration: none !important;
}

.company_info p.url a:hover {
    color: #ffff00;
    text-decoration: none !important;
}

.company_info p.address:before {
    content: "";
    background: url(../images/icon_map.png) no-repeat;
    display: inline-block;
    width: 9px;
    height: 14px;
    vertical-align: top;
    margin: 0 4px 3px 0;
}

.company_info p.tel:before {
    content: "";
    background: url(../images/icon_tel.png) no-repeat;
    display: inline-block;
    width: 9px;
    height: 14px;
    vertical-align: top;
    margin: 0 4px 3px 0;
}

.copyright {
    background-color: #182919;
    color: #fff;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#topMsg {
    background: #e94637;
    text-align: center;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 2s infinite;
    font-size: 1.5em;
    border-bottom: 1px dashed #fff;
    letter-spacing: 3px;
}

.summary-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation: fluffy 2s ease-in-out infinite;
    z-index: 1000;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 22px;
}

.summary-button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

@keyframes fluffy {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
