@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*ルート設定*/
:root {
    --cocoon-basic-border-radius: 16px;
}

input {
    background-color: #F2F2F7;
}
article img {
    border-radius: 8px;
}

a.btn {
    border-radius: 50px;
}

div#sidebar {
    border-radius: 16px;
}

main#main {
    border-radius: 16px;
}

/*ボタン*/
.pagination-next a {
    border-radius: 100px;
    box-shadow: 0px 6px 6px 0px rgba(33, 37, 41, 0.1);
    border: 0px;
}

.page-numbers {
    border: 0px;
    border-radius: 100%;
}

/*サイドバー*/
.sidebar h2,
.sidebar h3 {
    border-radius: 16px;
}

/*記事*/
.article h2 {
    border-radius: 16px;
}

.article h3 {
    border-radius: 16px;
}

p.description {
    color: #6C757D;
    text-align: center;
    margin-bottom: 32px;
}
.hum_phone a {
    font-size: 24px;
    text-decoration: none;
    color: #212529;
}

/************************************
** yoriaiサービス固定ページ
************************************/
/* ハンバーガー */

.hum_menu {
    display: none;
}
@keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

#overlay-button {
    position: fixed;
    right: 2em;
    top: 1.5em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    border-radius: 100px;
}

#overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}

#overlay-button span:before {
    top: -10px;
    visibility: visible;
}

#overlay-button span:after {
    top: 10px;
}

#overlay-button span:before,
#overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
}

#overlay-button:hover span,
#overlay-button:hover span:before,
#overlay-button:hover span:after {
    background: #000;
}

input[type=checkbox] {
    display: none;

}

input[type=checkbox]:checked~#overlay {
    visibility: visible;
}

input[type=checkbox]:checked~#overlay-button:hover span,
input[type=checkbox]:checked~#overlay-button span {
    background: transparent;


}

input[type=checkbox]:checked~#overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);

}

input[type=checkbox]:checked~#overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
    height: 100vh;
    width: 100vw;
    background: #F2F2F7;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
}

#overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
}

#overlay ul li {
    padding: 1em;
}

#overlay ul li a {
    color: #212529;
    text-decoration: none;
    font-size: 1.5em;
}

#overlay ul li a:hover {
    color: #000 !important;
}

/*ヘッダー*/
header.service .container {
    display: flex;
    align-items: center;
}

header.service nav ul {
    list-style: none;
    /* リストの記号を消す */
    margin: 0;
    /* 余白を消す */
    padding: 0;
    /* 余白を消す */
    display: flex;
    /* flexbox レイアウトを使用 */
    gap: 80px;
    /* リンク間のスペース */
}

header.service nav li a {
    text-decoration: none;
    /* アンダーラインを消す */
    color: #333;
    /* リンクの色 */
    font-weight: bold;
    /* リンクのフォントを太字にする */
}

header.service img {
    height: 50px;
    /* ロゴ画像の高さ */
    vertical-align: middle;
    margin: 8px 24px;
}

header.service {
    padding: 20px;
}

.g_nav {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 100px;
    width: 86%;
}

.g_nav nav {
    margin: auto 10%;
}

.hero {
    display: flex;
    justify-content: center;
    padding: 32px;
}

.catch h2 {
    font-size: 40px;
}

.catch p {
    font-size: 18px;
}


.catch_txt h2 {
    font-size: 60px;
}

.catch_txt p {
    font-size: 18px;
}


.catch_txt {
    margin: auto 0;
}

.primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #30B0C7;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 6px 6px 0px rgba(33, 37, 41, 0.1);
    margin-top: 32px;
    font-weight: 500;
}

.sub_button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(30, 184, 199, 0.1);
    color: #30b0c7;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 6px 6px 0px rgba(33, 37, 41, 0.06);
    font-weight: 700;
}

.flex {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
    padding: 0 25px;
}

.can_do {
    background-color: #fff;
    border-radius: 16px;
    max-width: 640px;
}

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

.can_do img {
    border-radius: 16px;
}


.can_do h3 {
    font-size: 24px;
    margin: 8px 24px;
}

.can_do p {
    margin: 16px 24px;
}

.features {
    padding-top: 60px;
}

.ft_card {
    background-color: #fff;
    border-radius: 16px;
    margin: 0 auto;
    padding: 24px 16px;
    width: 1320px;
}

.ft_list li {
    margin-bottom: 16px;
}

.ft_list ul {
    list-style: none;
}

.ft_list p::before {
    content: counter(item, decimal);
    display: inline-block;
    width: 2em;
    text-align: center;
    margin-right: 0.5em;
    border-radius: 50%;
    background-color: #ccc;
    /* 円の色 */
    color: #fff;
    /* 文字の色 */
    line-height: 2em;
}

.ft_list li {
    counter-increment: item;
}

.ft_incard {
    display: flex;
    justify-content: space-around;
}

.ft_incard img {
    width: 160px;
}

.container {
    margin: 0 auto;
    padding: 20px;
}

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

.card {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    flex: 1;
    margin: 0 10px;
    /* カード間のスペース */
}

.card_title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-content {
    font-size: 1em;
    line-height: 1.6;
}



.plan_area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}


.plans {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
}

.plan {
    background-color: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    width: 30%;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.plan-price {
    margin-bottom: 1rem;
}

.plan-description {
    margin-top: 0.5rem;
}

.plan-description ul {
    list-style: disc;
    padding-left: 2rem;
}

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

.mi_check {
    font-size: 24px;
    /* アイコンのサイズ */
    color: #34C759;
    /* アイコンの色 */
    vertical-align: middle;
    margin-right: 8px;
}

.plan-description li {
    list-style: none;
    text-align: left;
}

p.plan-price span {
    color: #30b0c7;
    font-weight: 700;
    font-size: 32px;
}


.plan-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.plan-header {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.plan-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.plan-item {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.plan-item.active {
    background-color: #007bff;
    color: #fff;
}

.plan-body {
    width: 300px;
}

.plan-group {
    margin-bottom: 20px;
}

.plan-group-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-item {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}

.plan-price-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 500px;
}

.plan-price-item {
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.plan-price-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.case_studies {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* 導入事例セクション */
#case-studies {
    background-color: #fff;
    padding: 40px 0;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.case-study {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.case-study-image {
    height: 200px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-content {
    padding: 20px;
}

.case-study-content h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.case-study-content p {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #555;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #008CBA;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #0069d9;
}

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

.card_desc a {
    float: right;
    margin: 0 24px 24px;
}

.mi_ques {
    border-radius: 100px;
    background-color: #F2F2F7;
    padding: 8px;
    vertical-align: middle;
    margin-right: 8px;
}



.worries {
    max-width: 1200px;
    margin: auto;
}

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

.screen {
    position: absolute;
    top: 2%;
    left: 9%;
    width: 82%;
}

.catch_img {
    position: relative;
    width: 46%;
}

.screen video {
    border-radius: 8px 8px 0 0;
}

a.primary:hover {
    color: #fff;
    background-color: rgba(30, 184, 199, 0.8);
    transition: background-color 0.3s ease;
}

.mi_rocket_launch {
    vertical-align: middle;
    margin-right: 4px;
}

.plan_area a.sub_button {
    margin: auto;
    display: block;
    inline-size: fit-content;
}

a.sub_button:hover {
    background-color: rgba(30, 184, 199, 0.2);
    transition: background-color 0.3s ease;
    color: #30b0c7;
}

/************************************
** yoriaiSEOの料金ページ
************************************/
.plan_comparison {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.plan_comparison h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
}

.plan_comparison p {
    margin-bottom: 24px;
    font-size: 16px;
}

.plan_comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plan_comparison th,
.plan_comparison td {
    padding: 16px;
    text-align: left;
}

.plan_comparison th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
}

.plan_comparison td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
}

.plan_comparison td:first-child {
    background-color: #fafafa;
    font-weight: bold;
    text-align: left;
}

.plan_comparison .plan_name {
    background-color: #e0e0e0;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    border-radius: 4px 4px 0 0;
}

.plan_comparison .plan_price {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.plan_comparison .plan_description {
    text-align: center;
    padding: 16px;
}

.plan_comparison .plan_description ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.plan_comparison .plan_description li {
    padding-bottom: 8px;
}

.plan_comparison .plan_button {
    text-align: center;
    padding: 16px;
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.plan_comparison .plan_button:hover {
    background-color: #45a049;
}

.plan_comparison .plan_features {
    text-align: center;
}

section.sub_hero h1 {
    font-size: 32px;
    text-align: center;
}

section.sub_hero p {
    text-align: center;
    margin-bottom: 32px;
}

section.plan_comparison h2 {
    font-size: 32px;
    font-weight: 700;
}


.plan_faq_item {
    width: 48%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}

@media screen and (max-width: 768px) {
    .faq-item {
        width: 100%;
    }
}

.plan_faq h2 {
    margin-bottom: 32px;
    text-align: center;
}

section.plan_question {
    padding: 24px;
    border-radius: 16px;
    max-width: 1200px;
    margin: auto;
}

.faq_item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

h3.faq_title {
    margin-bottom: 1em;
}

/************************************
** cf7 フォーム
************************************/
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    padding: 10px 20px;
    background-color: #30B0C7;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 6px 6px 0px rgba(33, 37, 41, 0.1);
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fff;
    background-color: rgba(30, 184, 199, 0.8);
    transition: background-color 0.3s ease;
}
.firstlast_input {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.firstlast_input p {
    width: 100%;
}
div#wpcf7-f836-o1 {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 16px;
}
div#wpcf7-f836-o1 p {
    margin-bottom: 16px;
}
div#wpcf7-f836-o1 input {
    margin-bottom: 16px;
}
/************************************
** 問い合わせ
************************************/
.form_sales_list li {
    list-style: none;
}

.form_sales_list ul {
    padding: 0;
}

.form_sales_list {
    width: fit-content;
    margin: 0 auto 16px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
/* 全体 */
.yoriai_img {
    display: none;
}

header.service .container {
    padding: 0px;
}
.hum_menu {
    display: block;
}

.g_nav {
    width: 100%;
}
.g_nav nav {
    display: none;
}
/* yoriaiトップ */
.hero {
    display: block;
}

.catch_img {
    width: 100%;
}

.flex {
    display: block;
}
.card-row {
    display: block;
}

.card {
    margin-bottom: 16px;
}
a.primary {
    display: block;
    text-align: center;
}

.catch_txt {
    text-align: center;
}

.worries h2 {
    padding: 0 24px;
}
/* yoriaiSEO料金 */
.plans {
    display: block;
}

.plan {
    width: 100%;
    margin-bottom: 16px;
}

.faq_item_list {
    display: block;
}

.plan_faq_item {
    width: 100%;
    margin-bottom: 16px;
}
/* cf7 フォーム */
div#wpcf7-f836-o1 {
    padding: 24px;
    margin: 8px;
}
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}