@charset "utf-8";

/* ++++++++++++++++++++++++++++
            修正用
++++++++++++++++++++++++++++++++*/

/* div,
span,
section,
h1,
h2,
h3,
h4,
ul,
li,
a,
p {
    border: 1px solid red;
} */

/* ++++++++++++++++++++++++++++ */


@font-face {
    font-family: 'Meiryo';
    src: url('/fonts/meiryo.ttf') format('ttf');
    src: url('/fonts/meiryo-bold.ttf') format('ttf');
    font-weight: normal;
    /* フォントの太さ */
    font-style: normal;
    /* フォントのスタイル */
}

html {
    font-size: 100%;
    scroll-behavior: auto;
    scrollbar-color: var(--white) var(--mediumgray);
}

:root {
    --black: #24292e;
    --charcoal: #2B2B2B;
    --mediumgray: #383838;
    --white: #F4F5F7;
    --red: rgb(221, 52, 52);
}

body {
    font-family: "Meiryo", "MS Ｐゴシック", sans-serif;
    color: var(--black);
    font-feature-settings: "palt";
}

a {
    text-decoration: none;
}

p {
    font-size: 1.3rem;
}

img {
    max-width: 100%;
    /* SPの長押し禁止 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}

li {
    list-style: none;
    font-size: 1.2rem;
}

h1 {
    font-size: 50px;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto 130px;
    font-size: 0.9rem;
    padding: 0 4%;
}

.site-title {
    line-height: 1px;
    font-weight: bold;
    font-size: 2.4rem;
}

.site-title a {
    color: var(--black);
}

.sec-title {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 65px;
}

.anchor {
    margin-top: -20px;
    padding-top: 20px;
}

#page-top {
    position: fixed;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    right: 10px;
    bottom: 100px;
    background-color: var(--mediumgray);
    z-index: 99;
}

#page-top i {
    width: max-content;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    transition: 0.3s;
}

/* font awesome */
.fa-angle-up {
    font-size: 30px;
    color: var(--white);
}

/* ------------ */


/* ------------------header------------------ */

header {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%;
}

/* ++++++++++++++++++++++++++++
            タイピング
++++++++++++++++++++++++++++++++*/

/*タイピング*/
.typing {
    font-size: 30px;
    letter-spacing: 0.1em;
    word-break: break-all;
}

/*jsで生成されるspanタグ*/
.typing span {
    display: none;
}

/*|カーソルを表示*/
.typing:after {
    /* content: "|"; */
    animation: typingCursor .8s ease infinite;
}

@keyframes typingCursor {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

/* ++++++++++++++++++++++++++++ */
header ul {
    display: flex;
    padding: 5% 0;
    align-items: center;
}

header ul li {
    font-size: 0.9rem;
    margin-left: 30px;
}

/* ++++++++++++++++++++++++++++
            アンダーライン
++++++++++++++++++++++++++++++++*/
.animoBorderLeftRight {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.animoBorderLeftRight::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--black);
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1)
}

@media (any-hover: hover) {
    .animoBorderLeftRight:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left
    }

}


header ul li a {
    color: var(--black);
    transition: 0.3;
}


.icon {
    width: 30px;
}

#header-price {
    margin-top: 7px;
}

#header-archive {
    margin-top: 12px;
}



/* ------------------hamburger------------------ */

#drawer-toggle {
    display: none;
}



/* ----------------main----------------- */

#main {
    margin-bottom: 80px;
}

#main img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}

/* ----------------profile---------------- */

#profile-right ul {
    margin-bottom: 30px;
}

#profile-right ul li {
    margin-bottom: 3px;
}

#profile-right ul li:first-child {
    margin-bottom: 30px;
}

#profile p {
    width: 100%;
}

#profile-content {
    display: flex;
}

#profile-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#profile-left li {
    font-size: 16px;
    margin-top: 10px;
    pointer-events: none;
}

#profile-left li:first-child {
    margin-top: 30px;
}

#profile-left.center {
    font-size: 16px;
}

#profile-content img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid var(--black);
}

#profile-right {
    padding-left: 95px;
}

#profile-right ul li:first-child {
    font-size: 20px;
}

#profile-right ul li:nth-child(2) {
    margin-bottom: 20px;
}

#profile-right ul li:nth-child(3) {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

#profile-right ul li:nth-child(4) h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: normal;
}

#profile-right ul li:nth-child(4) p {
    font-size: 16px;
    text-align: left;
}


/* ---------------works----------------- */

#works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#works ul li {
    width: 31%;
    margin-bottom: 23px;
}

#works img {
    cursor: pointer;
    transition: opacity 0.5s;
}

@media (any-hover: hover) {
    #works img:hover {
        transform: scale(1.2, 1.2);
        opacity: 0.7;
    }

}

#list-detail {
    width: 20%;
    display: block;
    margin: 50px auto 0;
    border: 1px solid var(--white);
    background-color: var(--black);
    transition: all 0.3s;
}

#list-detail button {
    width: 100%;
    padding-block: 10px;
    font-size: 15px;
    color: var(--white);
    vertical-align: middle;

}

/* ---------------service----------------- */
#service-content {
    width: 75%;
    display: flex;
    margin: 65px auto 0;
    justify-content: space-between;
    color: var(--white);
}

#service-hp,
#service-lp {
    width: 43%;
}

#service-hp {
    display: flex;
    flex-direction: column;
}

#hp-top,
#hp-bottom,
#lp-top,
#lp-bottom {
    background-color: var(--charcoal);
}

#hp-top h2,
#lp-top h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

#hp-top,
#lp-top {
    padding: 30px 100px;
}

#hp-bottom,
#lp-bottom {
    margin-top: 3px;
    padding: 50px 20px;
}

#hp-bottom li,
#lp-bottom li {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

#hp-bottom li:first-child,
#lp-bottom li:first-child {
    margin-top: 0;
}

#hp-bottom ul+a,
#lp-bottom ul+a {
    width: 45%;
    display: block;
    margin: 45px auto 0;
    border: 1px solid var(--black);
    background-color: var(--white);
    transition: all 0.3s;
}

#hp-bottom button,
#lp-bottom button {
    width: 100%;
    padding-block: 5px;
    font-size: 18px;
    color: var(--black);
    vertical-align: middle;
}

#service-content+a {
    width: 50%;
    display: block;
    margin: 50px auto 0;
    border: 1px solid var(--white);
    background-color: var(--black);
    transition: all 0.3s;
}

#details {
    width: 100%;
    padding-block: 10px;
    font-size: 20px;
    color: var(--white);
    vertical-align: middle;
}

/* ---------------news----------------- */

#news dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #c8c8c8;
}

article:first-child dl {
    border-top: 1px solid #c8c8c8;
}

#news dt {
    width: 20%;
    /* border-bottom: 1px solid #c8c8c8; */
    padding: 15px 22px 15px 15px;
}

#news dd {
    width: 80%;
    /* border-bottom: 1px solid #c8c8c8; */
    padding: 15px;
    margin-left: 0;
}

/* -------------pagination----------------- */

.entry-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.entry-meta {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 1em;
}

.page-numbers {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid var(--white);
    margin: 0 4px;
    color: var(--black);
}

.page-numbers.current {
    background-color: var(--mediumgray);
    color: var(--white);
    border: 1px solid var(--mediumgray);
}

@media (any-hover: hover) {
    .page-numbers:hover:not(.current) {
        background-color: var(--white);
    }

}

.autopagerize_page_info,
.autopagerize_page_separator {
    display: none;
}

.navigation {
    margin-top: 20px;
}

/* --------------------------------------- */
/* ---------------contact----------------- */


.required {
    width: 10%;
    margin-left: 10px;
    background-color: var(--red);
    border-radius: 2px;
    text-align: center;
    color: white;
}

#guid {
    text-align: center;
    margin-bottom: 45px;
}


#contact-inner {
    width: 70%;
    margin: 0 auto;
}

.item {
    display: flex;
    width: 100%;
    align-items: baseline;
}

.item label {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
    font-size: 16px;
}


.required p {
    font-size: 16px;
}

#contact input {
    border: 1px solid var(--black);
    padding-left: 5px;
}

textarea {
    width: 100%;
    height: 300px;
    border: 1px solid var(--black);
    margin-bottom: 30px;
    padding: 5px;
}

select {
    border: 1px solid var(--black);
    margin-bottom: 45px;
    padding: 5px;
}

#contact input,
textarea,
select {
    margin-top: 10px;
    font-size: 16px;
}

#contact.item:last-child span {
    border: none;
}

#consent {
    width: 60%;
    margin: 0 auto 60px;
    text-align: center;
}

#consent span,
#consent p {
    font-size: 16px;
}

#consent span {
    margin-left: 5px;
    margin-bottom: 5px;
}

#consent p {
    height: 40px;
}


#button {
    width: 25%;
    margin: 60px auto 0;
    text-align: center;
}

#button input {
    border: 1px solid var(--black);
    background-color: var(--black);
    width: 100px;
    padding: 5px 0;
    color: var(--white);
    transition: all 0.3s;
}

@media (any-hover: hover) {
    #button input:hover {
        background-color: var(--white);
        color: var(--black);
    }

}

/*「Cloudflare Turnstile」ウィジェットを中央揃えにする*/
div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}


/* ---------------privacy-policy------------- */

/* #pp {
    width: 50%;
    margin: 100px auto 0;
}

#pp h1 {
    font-size: 40px;
    margin-bottom: 60px;
}

#pp h2 {
    font-size: 30px;
    width: 100%;
    background-color: lightgray;
    margin-bottom: 30px;
    padding: 15px 20px;
    box-sizing: border-box
}

#pp p {
    text-align: justify;
    width: 100%;
} */

/* ------------------------------------------ */

/* ---------------flow----------------- */

#flow .sec-title {
    padding-top: 60px;
    color: var(--black);
}

#flow-top,
#flow-center,
#flow-bottom {
    display: flex;
    flex-wrap: wrap 3;
    justify-content: space-between;
}

.flow-unit {
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
}

.flow-unit span {
    width: 50px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding-top: 4px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    color: var(--white);
    background-color: var(--charcoal);
    translate: 0 20px;
}

.card {
    width: 80%;
    height: 250px;
    margin: 0 auto;
    background-color: var(--mediumgray);
    box-shadow: 0px 0px 15px 1px #777777;
}

.card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.description {
    padding: 5px 10px;
    font-size: 16px;
    color: var(--white);
}

/* ---------------price----------------- */

#bg {
    background-color: var(--charcoal);
}

#price.wrapper {
    margin-bottom: 0;
}

#price .sec-title {
    color: var(--white);
}

#hp h3 {
    padding-bottom: 30px;
    font-size: 25px;
    color: var(--white);
}

#lp h3,
#update h3,
#wp-control h3,
#precautions h3 {
    padding: 100px 0 30px 0;
    font-size: 25px;
    color: var(--white);
}


.pricing-container {
    max-width: 900px;
    margin: 0 auto;
    color: var(--white);
}

table {
    width: 100%;
    border-collapse: collapse;
}

.slider-container {
    display: none;
}

#monthly-table {
    width: 40%;
    margin-bottom: 30px;
}

th,
td {
    border: 1px solid #5D5D5D;
    padding: 10px;
    line-height: 1.5rem;
    text-align: justify;
}

th:empty {
    border: none;
}

.light,
.standard,
.custom {
    font-weight: bold;
    color: var(--black);
}

.light {
    background: #368DA1;
}

.standard {
    background: #67B98A;
}

.custom {
    background: #9D81AF;
}

.goods,
.charge {
    text-align: center;
    font-weight: bold;
    color: var(--black);
    background-color: var(--white);
}

.plan-header {
    text-align: center;
    padding: 10px;
}

.option-table {
    margin-top: 20px;
}

.option-title,
.page-add,
.section-add,
.text-change,
.entry,
.description {
    background-color: #383838;
}

.option-title {
    text-align: center;
}

#monthly-table :nth-child(1 of td),
#one-shot-table td {
    text-align: center;
}

#one-shot-table {
    margin-top: 60px;
}


#entry-description ul,
#precautions ul {
    padding-left: 20px;
}

#entry-description li,
#precautions li {
    list-style: disc;
    font-size: 15px;
}

#entry-description li+li,
#precautions li+li {
    margin-top: 5px;
}

#precautions {
    margin-bottom: 0;
}

.entry {
    width: 25%;
}

#wp-control {
    display: none;
}



/* ---------------archive------------- */
#archive.wrapper {
    max-width: 80%;
}

.archive-container {
    display: flex;
    justify-content: space-between;
    /* margin-top: -20px; */
    padding-top: 100px;
}

/* .archive-container+.archive-container {
    margin-top: 100px;
} */

.archive-img,
.archive-intro {
    width: calc(100%/2);
}

.archive-img img {
    width: 95%;
}

.archive-intro {
    padding-left: 20px;
}

.archive-intro li+li {
    margin-top: 20px;
}

.archive-intro h3,
.archive-intro p {
    font-size: 16px;
}

.archive-intro h3 {
    font-weight: bold;
}

.archive-intro p {
    margin-top: 10px;
}

.archive-intro a {
    display: block;
    width: 40%;
}

.site-link {
    width: 100%;
    margin: 50px auto 0;
    padding-block: 10px;
    background-color: var(--black);
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 16px;
    transition: all 0.3s;
    vertical-align: middle;
}

/* ------------------------------------------ */

/* ---------------footer------------- */
footer {
    display: block;
    width: 100%;
}

footer small {
    display: block;
    text-align: center;
    margin: 200px 0 10px 0;
    font-size: 12px;
}

#footer-price {
    background-color: var(--charcoal);
}

#footer-price small {
    margin: 0;
    padding: 200px 0 10px 0;
    color: var(--white);
}

/* ------------------------------------------ */

/* ----------------モーダル---------------------- */
.modaal-container {
    width: 40%;
}

.modaal-content-container h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #1C2328;
}

.modaal-content-container p {
    text-align: justify;
}


.hide-area {
    display: none;
}

/*ボタンの色*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/* --------------------------------------------- */
@media (any-hover: hover) {
    #page-top i:hover {
        transform: translateY(-2px);
    }

    .wp-pagenavi a:hover,
    .wp-pagenavi span.current {
        background-color: var(--black);
        color: var(--white);
    }
}


@media screen and (max-width: 1024px) {

    /* ----------------profile---------------- */
    #profile-left {
        width: 70%;
    }

    #profile-right {
        padding-left: 0;
    }

    /* ------------------------------------------ */
    /* ---------------privacy-policy------------- */
    #pp {
        width: 75%;
    }

    #pp h1 {
        font-size: 35px;
    }

    /* ------------------------------------------ */
    /* ---------------archive------------- */
    .archive-intro a {
        width: 60%;
    }

    /* ------------------------------------------ */
}

@media screen and (max-width: 834px) {

    /* ----------------profile---------------- */
    #profile-left {
        width: 100%;
    }

    #profile-right {
        padding-left: 30px;
    }

    /* ---------------service----------------- */
    #hp-top,
    #lp-top {
        padding: 30px 70px;
    }

    /* ---------------privacy-policy------------- */
    #pp h1 {
        font-size: 25px;
    }

    /* ------------------------------------------ */
}

@media screen and (max-width: 820px) {

    /* ----------------profile---------------- */

    #profile-content {
        flex-direction: column;
    }

    #profile-left {
        width: fit-content;
        margin: 0 auto;
        flex-direction: row;
    }

    #profile-info {
        margin-left: 90px;
        margin-top: 45px;
        transform: translateY(-20px);
    }

    #profile-right {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
        padding-left: 0;
    }


    /* --------------------------------------- */

    /* -------------service----------------- */
    #service-content {
        width: 85%;
    }

    /* --------------------------------------- */
    /* ---------------archive------------- */
    .archive-container {
        flex-direction: column;
    }

    .archive-img,
    .archive-intro {
        width: fit-content;
    }

    .archive-img img {
        width: 100%;
    }

    .archive-intro {
        padding-left: 0;
    }

    .archive-intro a {
        margin: 0 auto;
    }

    /* ------------------------------------------ */

}

@media screen and (max-width: 742px) {

    /* ------------------header------------------ */
    header ul li {
        margin-left: 20px;
    }

    /* --------------------------------------- */
    /* -------------service----------------- */
    #hp-top h2,
    #lp-top h2 {
        font-size: 20px;
    }

    #hp-top,
    #lp-top {
        padding: 30px 95px;
    }

    /* --------------------------------------- */
    /* ----------------contact---------------- */
    #contact input {
        width: 80%;
    }

    #button input {
        width: 50%;
    }

    /* --------------------------------------- */
    /* ---------------privacy-policy------------- */
    #pp p {
        font-size: 17px;
    }

    /* ------------------------------------------ */
}

@media screen and (max-width: 600px) {
    /* ---------------header---------------- */

    body.no_scroll {
        overflow: hidden;
    }

    header {
        /* flex-direction: column; */
        height: auto;
        line-height: 40px;
        margin: 30px 0;
    }

    header li {
        font-size: 0.8rem;
        margin-left: 20px;
    }

    header nav {
        display: none;
        flex-direction: column;
    }

    .icon {
        width: 50px;
        margin-top: 0;
    }


    /* --------------hamburger-------------- */
    #hamburger-nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        background-color: var(--white);
        transition: ease .4s;
        z-index: 98;
    }

    #hamburger-nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        flex-direction: column;
    }

    #hamburger-nav ul li {
        margin-bottom: 55px;
        margin-left: 0;
        font-size: 20px;
        font-weight: bold;
    }

    #drawer-toggle {
        display: block;
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index: 99;
    }

    #drawer-toggle span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: black;
        width: 60%;
    }

    #drawer-toggle span:nth-of-type(1) {
        top: 15px;
    }

    #drawer-toggle span:nth-of-type(2) {
        top: 23px;
    }

    #drawer-toggle span:nth-of-type(3) {
        top: 31px;
    }

    #drawer-toggle.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%;
    }

    #drawer-toggle.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    #drawer-toggle.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%;
    }

    #hamburger-nav.active {
        display: block;
        transform: translateX(0);
        opacity: 0.95;
    }

    /* ----------------main----------------- */
    #main img {
        height: 300px;
    }

    /* ---------------profile-------------- */

    .center {
        text-align: center;
    }

    /* ---------------works---------------- */

    #works ul {
        flex-direction: column;
        padding-left: 0;
    }

    #works ul li {
        width: 100%;
    }

    #list-detail {
        width: 25%;
    }

    /* ---------------service----------------- */
    #service-content {
        width: 100%;
        flex-direction: column;
    }

    #service-hp,
    #service-lp {
        width: 60%;
        margin: 0 auto;
    }

    #service-lp {
        margin-top: 20px;
    }

    #service-content+a {
        width: 55%;
    }

    #details {
        font-size: 18px;
    }

    /* ---------------news----------------- */

    #news dl {
        flex-direction: column;
    }

    #news dt {
        width: 94%;
        border-bottom: none;
        padding-bottom: 0;
    }

    #news dd {
        width: 97%;
        padding-top: 0;
        padding-right: 0;
    }

    /* ---------------contact----------------- */
    #contact-inner {
        width: 90%;
    }

    /* --------------------------------------- */


    /* ---------------flow----------------- */
    #flow-top,
    #flow-center,
    #flow-bottom {
        flex-direction: column;
    }

    .flow-unit {
        width: calc(100% / 1);
    }

    .flow-unit span {
        translate: -217px 24px;
    }

    :where(figure) {
        margin: 0 !important;
        width: 40%;
    }

    .card {
        display: flex;
        flex-direction: row;
        width: 80%;
        height: 160px;
        margin: 0 auto;
    }

    .card img {
        width: 100%;
        height: 100%;
    }

    .description {
        width: 50%;
    }

    /* ------------------------------------------ */
    /* ---------------archive------------- */
    #archive.wrapper {
        max-width: 95%;
    }

    /* ------------------------------------------ */
}

@media screen and (max-width: 550px) {

    #button input {
        padding: 10px 0;
    }

    .flow-unit span {
        translate: -200px 24px;
    }

}

/* ==========================================
                    SP      
============================================= */

@media screen and (max-width: 430px) {
    .site-title {
        font-size: 1.6em;
        margin-top: 0;
    }

    li,
    p {
        font-size: 13px;
    }


    /* font awesome */
    .fa-angle-up {
        font-size: 27px;
    }

    /* ------------ */

    /* ----------------main----------------- */
    #main img {
        height: 250px;
    }

    /* -------------header----------------- */
    header {
        margin: 10px 0;
    }

    .typing {
        font-size: 27px;
    }

    #hamburger-nav ul {
        top: 55%;
    }

    #hamburger-nav ul li {
        margin-bottom: 40px;
    }

    /* ---------------profile-------------- */

    #profile-left {
        flex-direction: column;
    }

    #profile-left li:first-child {
        margin-top: 0;
    }

    #profile-right ul li:first-child {
        margin-bottom: 15px;
    }

    #profile-info {
        margin-left: 0px;
        margin-top: 20px;
        transform: translateY(0);
        transform: translateX(-11px);
    }

    /* ---------------works---------------- */
    #list-detail {
        width: 30%;
    }

    /* ---------------service----------------- */
    #service-hp,
    #service-lp {
        width: 60%;
    }

    #hp-top,
    #lp-top {
        padding: 20px 50px;
    }

    #hp-bottom,
    #lp-bottom {
        padding: 30px 20px;
    }

    #hp-bottom ul+a,
    #lp-bottom ul+a {
        width: 55%;
    }

    #hp-bottom button,
    #lp-bottom button {
        font-size: 16px;
    }

    #service-content+a {
        width: 75%;
    }

    #details {
        font-size: 18px;
    }

    /* ---------------contact----------------- */
    .required {
        width: 15%;
    }

    #consent {
        width: 90%;
    }

    #button {
        width: 100%;
    }

    #button span {
        display: none;
    }

    .wpcf7-list-item {
        width: 6%;
    }

    #button input {
        width: 25%;
    }

    /* --------------------------------------- */
    /* ---------------privacy-policy------------- */
    #pp {
        width: 95%;
    }

    #pp h2 {
        font-size: 16px;
    }

    #pp p {
        font-size: 14px;
    }

    /* ------------------------------------------ */
    /* ---------------flow----------------- */
    .card {
        width: 90%;
        height: 135px;
    }

    .flow-unit span {
        width: 35px;
        font-size: 20px;
        translate: -170px 24px;
        padding-top: 2px;
    }

    /* ---------------price----------------- */
    th,
    td {
        font-size: 13px;
    }

    #hp h3,
    #lp h3,
    #update h3,
    #wp-control h3,
    #precautions h3 {
        font-size: 20px;
    }

    #precautions li {
        font-size: 13px;
    }

    .price-table-pc {
        display: none;
    }

    .slider-container {
        display: block;
    }

    #monthly-table {
        width: 60%;
    }

    #one-shot-table {
        display: block;
        margin-top: 60px;
        overflow-x: auto;
    }

    #one-shot-table tr th,
    #one-shot-table tr td {
        white-space: nowrap;
    }

    #entry-description li,
    #precautions li {
        font-size: 13px;
    }

    /* ----------------------------------
                料金表スクロール
    -------------------------------------*/
    .slider-container {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .slider {
        scroll-snap-type: x mandatory;
        display: flex;
        overflow-x: auto;
        transition: transform 0.5s ease;
    }

    .slide {
        scroll-snap-align: start;
        flex: 0 0 100%;
        box-sizing: border-box;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th,
    td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .scroll-hint {
        position: absolute;
        top: 50%;
        left: 50%;
        /* 中央に配置 */
        transform: translate(-50%, -50%);
        /* 中央に配置 */
        pointer-events: none;
        animation: blink 1.5s infinite;
        /* 点滅アニメーション */
    }

    .arrow {
        border: 4px solid rgba(255, 255, 255, 0.7);
        border-width: 0 15px 15px 0;
        /* 矢印を3倍大きく */
        display: inline-block;
        padding: 15px;
        opacity: 0.7;
    }

    .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

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

        50% {
            opacity: 0.2;
        }

        100% {
            opacity: 0.7;
        }
    }

    /* ---------------archive------------- */
    #archive.wrapper {
        padding: 0;
    }

    .archive-intro h3,
    .archive-intro p {
        font-size: 13px;
    }

    .site-link {
        font-size: 14px;
    }

}

@media screen and (max-width: 400px) {

    /* ---------------main-------------------- */
    #main img {
        height: 250px;
    }

    /* --------------------------------------- */
    #button input {
        padding: 5px 0;
    }

    /* ---------------service----------------- */
    #service-hp,
    #service-lp {
        width: 70%;
    }

    /* ---------------flow----------------- */
    .flow-unit span {
        translate: -160px 24px;
    }
}

@media screen and (max-width: 375px) {

    /* ---------------header--------------- */

    .typing {
        font-size: 25px;
    }

    /* ---------------flow----------------- */
    .flow-unit span {
        translate: -150px 24px;
    }

    /* ---------------contact------------- */
    #consent span,
    #consent p {
        font-size: 14px;
    }

}

@media screen and (max-width: 360px) {

    /* ----------------profile---------------- */
    #profile-right ul li:first-child {
        margin-bottom: 5px;
    }

    #profile-right ul li:first-child {
        font-size: 18px;
    }

    #profile-right ul li:nth-child(2) {
        margin-bottom: 30px;
    }

    #profile-right ul li:nth-child(4) p {
        font-size: 15px;
    }

    /* ---------------works---------------- */
    #list-detail button {
        font-size: 14px;
    }

    #details {
        font-size: 16px;
    }

    /* ---------------contact------------- */
    #consent span,
    #consent p {
        font-size: 13px;
    }
}