@charset "utf-8";



/* ===============================
setting fonts color
=============================== */
html {
    font-size: 62.5%;
}
@font-face {
    font-family: "italic";
    src: url("../fonts/Rubik-Italic-VariableFont_wght.ttf") format("opentype");
}
@font-face {
    font-family: "bold";
    src: url("../fonts/Rubik-VariableFont_wght.ttf") format("opentype");
}
.enb {
    font-family: "bold", sans-serif;
} 
.en {
    font-family: "italic", sans-serif;
} 
.tab {
    display: none;
}

:root {
    --black: #333;
    --orange: #FC6B3F;
    --green: #0F9C56;
    --back: #F3F6F9;
    --font-family-mid:"regular", sans-serif;
    --font-family-bold:"bold", sans-serif;
}
/* 呼び出し方 background-color: var(--yellow); */


body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
a {
  color: var(--black);
}



/* @media (hover: hover) {
    .contact_btn:hover {
        background-color: var(--brown);
        transition: 0.4s;
    }
} */



.w_btn {
    border: 2px solid var(--orange);
    border-radius: 50px;
    max-width: 260px;
    margin: 0 auto;
    box-shadow: 2px 2px 4px 0 #00000050;
    background-color: #fff;
    transition: 0.4s;
}
.w_btn a {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--orange);
    padding: 8px;
    transition: 0.4s;
}
.w_btn:hover {
    background-color: var(--orange);
    transition: 0.4s;
}
.w_btn:hover a {
    color: #fff;
    transition: 0.4s;
}



/* ===============================
setting move
=============================== */
.js {
    opacity: 0;
}
.js.inview {
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.js.fade.inview {
    animation-name: fade;
}
.js.fade-up.inview {
    animation-name: fade-up;
}
.js.fade-left.inview {
    animation-name: fade-left;
}
.js.fade-right.inview {
    animation-name: fade-right;
}
.js.fade-down.inview {
    animation-name: fade-down;
    animation-delay:1s;
}

@keyframes fade-up {
    0% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes fade-right {
    0% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes fade-down {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* ===============================
setting 
=============================== */
.top_h2 {
    font-size: 4.2rem;
    text-align: center;
}
.body_content {
    width: calc(100% - 240px);
    position: relative;
    margin: 0 0 0 auto;
}
.container1200 {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.container {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}
.sp {
    display: none;
}
.gtb {
    display: none;
}
.tbf {
    display: none;
}
#body {
    overflow-x: hidden;
    position: relative;
}
.font14 {
    font-size: 1.4rem;
}
.font15 {
    font-size: 1.5rem;
}
.font16 {
    font-size: 1.6rem;
}
.font17 {
    font-size: 1.7rem;
}
.font18 {
    font-size: 1.8rem;
}
.font19 {
    font-size: 1.9rem;
}
.font20 {
    font-size: 2rem;
}
.font21 {
    font-size: 2.1rem;
}
.font22 {
    font-size: 2.2rem;
}
.font23 {
    font-size: 2.3rem;
}
.font24 {
    font-size: 2.3rem;
}
.font25 {
    font-size: 2.5rem;
}
.font26 {
    font-size: 2.6rem;
}
.font27 {
    font-size: 2.7rem;
}
.font28 {
    font-size: 2.8rem;
}
.font30 {
    font-size: 3rem;
}
span.text_orange {
    color: var(--orange);
}
.pdd80 {
    padding: 80px 0;
}
.page_404 {
    max-width: 700px;
    margin: 80px auto;
}

/* ===============================
title 動き
=============================== */
@keyframes showTextFromBottom{
    0%{
      transform: translateY( 100% );
    }
    50%{
      transform: translateY( -20% );
    }
    100%{
      transform: translateY( 0px );
    }
  }
  .anime-up.displayed span{
    animation: showText 1s backwards;
    display: inline-block;
  }
  .anime-up.displayed > span{
    overflow: hidden;
  }
  .anime-up.displayed > span > span{
    animation: showTextFromBottom 0.5s backwards;
  }

/* ===============================
header pc
=============================== */
header {
    background-color: #444444;
    position: fixed;
    z-index: 10000;
    width: 230px;
    height: 100%;
    padding: 45px 25px 0;
    border-radius: 0 80px 0 0;
    overflow-y: scroll;
}
.header_back1 {
    background-color: #444;
    position: fixed;
    width: 230px;
    border-radius: 0 80px 0 0;
    top: -11px;
    left: 3px;
    height: 105%;
    z-index: 10;
}
.header_back2 {
    background-color: #c69052b1;
    position: fixed;
    width: 230px;
    border-radius: 0 80px 0 0;
    top: -20px;
    left: 20px;
    height: 105%;
    z-index: 100;
}
.h1 {
    width: 120px;
    transition: 0.4s;
}
.h1 a {
    color: #fff;
    font-family: "bold", sans-serif;
}
.header_catch {
    margin: 5px auto 40px;
    color: #fff;
}
.header_nuv ul li {
    margin-bottom: 30px;
}
.header_nuv ul li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.header_nuv ul li img {
    width: 20px;
}
.header_nuv ul li p {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
}
.header_nuv ul li p::after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0%;
}
.header_contact {
    margin: 80px 0 30px;
}
.header_btn {
    background-color: var(--orange);
    border-radius: 30px;
    box-shadow: 0 5px #B04D2F;
    transition: .2s ease-in-out;
    position: relative;
    top: 0;
}
.header_btn.green {
    background-color: var(--green);
    box-shadow: 0 5px #0b7841;
    margin-top: 30px;
}
.header_btn.green img {
    width: 25px;
}
.header_btn.green p {
    padding-right: 20px;
}
.header_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.header_btn a p {
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}
.header_btn a img {
    width: 20px;
}
.header_me p {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}




/* ===============================
プロフィール pc
=============================== */
.profile_include {
    position: relative;
    padding: 80px 0 20px;
    background-color: var(--back);
    z-index: -100;
}
.profile_include .back8 {
    width: 20%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -10;
}
.profile_include_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.profile_include_flex .left {
    width: 20%;
}
.profile_include_flex .right {
    width: 75%;
}
.profile_include_dog {
    width: 200px;
    margin: 20px 0 0 auto;
}
.foot2 {
    width: 300px;
    position: absolute;
    top: -40px;
    left: 10px;
}
/* ===============================
FLOW pc
=============================== */
.flow_include {
    position: relative;
    background-image: url(../img/top/back2.jpg);
    background-size: contain;
    z-index: 0;
}
.flow_include .back9 {
    width: 400px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -10;
}
.flow_include .foot3 {
    position: absolute;
    right: 5%;
    width: 400px;
    top: 0;
}
.flow_include .flow_h2_bottom {
    text-align: center;
    margin-bottom: 60px;
}
.flow_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}
.flow_box:last-child {
    margin-bottom: 0;
}
.flow_box .right {
    width: calc(100% - 300px);
}
.flow_box .right a {
    display: inline;
    font-weight: bold;
    text-decoration: underline;
    color: #457D93;
}
.flow_box .right h3 {
    color: var(--orange);
    margin-bottom: 10px;
}
.flow_box .right span {
    font-weight: bold;
}
.flow_box .left {
    display: flex;
    align-items: center;
    width: 300px;
}
.flow_box .left .icon_back {
    background-color: var(--back);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_box .left .step {
    background-color:#457D93 ;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
.flow_box .left .step p {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.flow_box .left .step p.en1 {
    font-size: 2rem;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.flow_box .left .step p.en2 {
    font-size: 4.2rem;
    position: relative;
    right: 2px;
}
.flow_box #logo1, .flow_box #logo2, .flow_box #logo3, .flow_box #logo4, .flow_box #logo5, .flow_box #logo6 {
    width: 130px;
}


/* ===============================
ワードプレスが得意です PC
=============================== */
.good_skil {
    background-color: #444;
    padding:40px 0;
    position: relative;
    margin-top: -40px;
    left: 10px;
}
.good_skil_flex {
    display: flex;
    justify-content: space-between;
}
.good_skil_flex .left {
    width: 30%;
}
.good_skil_flex .right {
    width: 68%;
}
.good_skil_flex h3 {
    font-size: 1.8rem;
}
.good_skil_flex h2 {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-size: 2rem;
}
.good_skil_flex p {
    color: #fff;
    line-height: 2em;
}
.good_skil_flex p span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fc6b3fb2 30%);
}
.back7 {
    position: absolute;
    top: -2.6vw;
}
.wp_icon {
    width: 100px;
    position: absolute;
    top: -80px;
    right: 10%;
}



/* ===============================
BLOG footer上 PC
=============================== */
.footer_top_blog {
    position: relative;
    padding-top: 80px;
}
.footer_top_blog .back10 {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    z-index: -10;
}
.footer_top_blog .foot4 {
    position: absolute;
    left: 10px;
    top: 0;
    width: 250px;
    z-index: -10;
}
.footer_top_blog h3 {
    text-align: center;
    margin-bottom: 60px;
}
.footer_top_blog_top {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.footer_top_blog_top .left {
    width: 48%;
    position: relative;
}
.footer_top_blog_top .right {
    width: 48%;
}
.blog_box {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 #00000025;
    width: 100%;
}
.blog_box_text {
    position: relative;
    padding: 20px 20px 40px 20px;
}
.blog_box_text .tag {
    position: absolute;
    top: -12px;
    background-color: var(--orange);
    left: 0;
    width: 50%;
    border-radius: 0 30px 30px 0;
    padding: 4px 10px;
}
.blog_box_text .tag.green {
    background-color: #0F9C56;
}
.blog_box_text .tag p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.blog_box_text .date {
    text-align: end;
    color: #BDB6B6;
}
.blog_box_text h2 {
    margin-top: 20px;
}
.blog_box_text .tax {
    font-size: 1.4rem;
    text-align: end;
    color: #BDB6B6;
}
.blog_box.big_contant .img_hover {
    transition: 0.4s;
}

.blog_box.big_contant .img img {
    object-fit: cover;
    max-height: 200px;
    width: 100%;
    object-position: 0 70%;
}
.works_stamp {
    background: var(--orange);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    top: -20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.blog_box .news_img {
    display: flex;
    background-color: var(--back);
    align-items: center;
    justify-content: left;
    max-height: 200px;
    height: 25.5vw;
}
.blog_box .news_img h2 {
    padding: 0 20px;
}
.blog_box .news_img img {
    max-width: 100px;
    padding-right: 20px;
    transition: 0.4s;
}
.footer_top_blog_top .right, .footer_top_blog_top .left, .footer_top_blog_bottom_box_wrap {
    display: flex;
}
.blog_box a {
    display: flex;
    flex-direction: column;
}
.blog_box_text {
    flex-grow: 1;
}
.footer_top_blog_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.footer_top_blog_bottom_box_wrap {
    width: 31%;
    margin-bottom: 30px;
}
.news_img.post_img {
    flex-direction: row-reverse;
    padding: 0 20px;
    gap: 0 15px;
}
.news_img.post_img img {
    padding: 0;
}
.news_img.post_img h2 {
    padding: 0;
}
.blog_box .blog_box_text .tag.code {
    background-color: #457D93;
}
.blog_box .blog_box_text .tag.design {
    background-color: #C69052;
}
.blog_box .blog_box_text .tag.books {
    background-color: #4185EC;
}
.blog_box .blog_box_text .tag.news {
    background-color: var(--green);
}
.blog_box .blog_box_text .tag.sonota {
    background-color: #c094b7;
}
.blog_box.cord .news_img img { 
    max-width: 70px;
}
.blog_box.design .news_img img { 
    max-width: 70px;
}
.blog_box.book .news_img img { 
    max-width: 70px;
}
.footer_top_blog_bottom_box_wrap h2 {
    font-size: 1.5rem;
}
.footer_top_blog_bottom::after {
    width: 31%;
    content: " ";
}
.news_img.post_img.thumbnail_wrap img {
    width: 100%;
    max-width: inherit;
}
/* ===============================
footer top PC
=============================== */
.footer_top {
    background-color: var(--back);
}
.footer_top hr {
    position: relative;
    left: 10px;
}
.footer_top_flex {
    display: flex;
    justify-content: center;
}
.footer_top_flex .left, .footer_top_flex .right {
    width: 50%;
    margin-top: -6px;
}
.footer_top_flex .left {
    border-right: 1px solid #000;
    padding-right: 5%;
}
.footer_top_flex .right {
    padding-left: 5%;
}
.footer_top_flex .left a, .footer_top_flex .right a {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}
.footer_top_flex h2 {
    font-size: 2.6rem;
}
.footer_top_flex p {
    font-size: 1.5rem;
    font-weight: bold;
}
.right_in {
    background-color: #D9D9D9;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.right_in img {
    width: 40px;
    transition: 0.4s;
}

/* ===============================
footer PC
=============================== */
footer {
    background-color: var(--back);
}
.footer_bottom {
    background-color: #fff;
    border-radius: 100px 0 0 0;
    padding: 80px 0 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 -4px 6px #2f2f2f12;
}
.footer_bottom_flex {
    display: flex;
    justify-content: space-between;
}
.footer_bottom h1 a {
    width: 130px;
    margin-bottom: 5px;
}
.footer_bottom_flex .left {
    max-width: 35%;
}
.footer_bottom_flex .left p.font16 {
    margin: 20px 0 5px;
    font-weight: bold;
}
.footer_bottom_flex .right {
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.footer_bottom_left, .footer_bottom_right {
    width: 48%;
    display: flex;
    flex-direction: column;
}
.footer_box {
    border-top: 1px solid #444;
    padding: 30px 0;
    flex-grow: 1;
}
.footer_box h2 a {
    font-size: 2rem;
    margin-bottom: 20px;
}
.footer_link span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--orange);
    border-radius: 50%;
    margin-right: 10px;
}
.footer_link a {
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block;
    padding-bottom: 20px;
}
.footer_box.mor {
    margin-top: 42px;
}
.smal_area {
    text-align: end;
    padding-right: 20px;
}
.smal_area a {
    font-size: 1.4rem;
    display: inline-block;
}

@media (hover: hover) {
    .header_nav ul a:hover {
        transition: 0.4s;
    }
    .header_nuv ul li p:hover::after {
        width: 100%;
    }
    .header_btn:hover {
        box-shadow: 0 0 #B04D2F;
        top: 5px;
        filter: brightness(1.06);
    }
    .h1:hover {
        transition: 0.4s;
        opacity: 0.5;
    }

    .header_nav ul a.now:hover {
        color: #333;
        transition: 0.4s;
    }
    .btn:hover {
        background-color: #333;
        transition: 0.4s;
    }
    .flow_box .right a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .big_contant:hover .img_hover, .blog_box:hover .news_img_dog {
        transform: scale(1.04);
        transition: 0.4s;
    }
    .blog_box:hover {
        transition: 0.4s;
        opacity: 0.8;
    }
    .footer_top a:hover .img {
        transform: rotate(7deg);
        transition: 0.4s;
    }
    .footer_top a:hover .right_in {
        background-color: #B04D2F;
        transition: 0.4s;
    }
    .footer_link a:hover {
        color: var(--orange);
        text-decoration: underline;
    }
    .smal_area a:hover {
        color: var(--orange);
        text-decoration: underline;
    }
    .footer_box h2 a:hover {
        color: var(--orange);
    }
}


/* ===============================
tablet
=============================== */
@media screen and (max-width:1000px) {
    .header_wrap {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
    }
    .tab {
        display: block;
    }
    .body_content {
        width: 100%;
        margin: 0 auto;
    }
    .flow_include .back9, .footer_top_blog .foot4, .footer_top hr {
        left: 0;
    }
    .footer_top_blog_bottom_box_wrap h2 {
        font-size: 1.4rem;
    }
    .news_img.post_img {
        padding: 0 10px;
    }
    .black_title, .back5, .back6, .good_skil {
        left: 0;
    }
    /* ===============================
    header sp
    =============================== */
    .header {
        box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.2);
        height: 60px;
    }
    .header .container1200 {
        max-width: 100%;
    }
    .hamburger {
        width: 50px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        top:3px;
        right: 10px;
        z-index: 100000;
    }
    .hamburger_bar {
        width: 55%;
        height: 3px;
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
        border-radius: 10px;
    }
    .hamburger_bar:first-child {
        top: 16px;
    }
    .hamburger_bar:nth-child(2) {
        top: 26px;
    }
    .hamburger_bar:last-child {
        top: 36px;
    }
    .hamburger.open .hamburger_bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 25px;
        background: #fff;
    } 
    .hamburger.open .hamburger_bar:nth-child(2) {
        display: none;
    }
    .hamburger.open .hamburger_bar:last-child {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        top: 25px;
        background: #fff;
    }
    .header_innner {
        height: 100vh;
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        right: -100%;
        transition: 0.4s;
        overflow-y: scroll;
        padding: 30px 20px 30px 20px ;
    }
    .header_innner.open, header.open {
        right: 0px;
        transition: 0.4s;
    }
    header {
        width: 100%;
        background-color: #444444;
        width: 100%;
        right: -100%;
        transition: 0.4s;
        overflow-y: scroll;
        padding-bottom: 50px;
        border-radius: 0 50px 0 0;
    }
    .header_back1, .header_back2 {
        background-color: inherit;
        display: none;
    }
    .header_catch {
        margin: 10px 0 30px;
    }
    .header_contact {
        margin: 30px 0 40px;
    }
    .header_btn a {
        padding: 10px 0;
    }
    .header_me {
        /* max-width: 250px;
        margin: 0 auto; */
        display: none;
    }
    .header_contact.sp_ver {
        display: flex;
        gap: 0 10px;
        align-items: center;
        margin: 0;
        position: absolute;
        top: 8px;
        width: 100%;
        left: 10px;
    }
    .header_contact.sp_ver .header_btn {
        border-radius: 5px;
        width: 39%;
        max-width: 300px;
        box-shadow: 0 3px #B04D2F;
    }
    .header_contact.sp_ver .header_btn.green {
        margin-top: 0;
        box-shadow: 0 3px #0b7841;
    }
    .header_contact.sp_ver .header_btn a p {
        padding: 5px 5px 5px 0;
    }
    .header_contact.sp_ver .header_btn a {
        padding: 3px 0;
    }
}


/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    .top_h2 {
        font-size: 2.8rem;
    }
    .pdd80 {
        padding: 40px 0;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /* body.open {
        overflow: hidden;
    } */
    .font14 {
        font-size: 1.3rem;
    }
    .font15 {
        font-size: 1.4rem;
    }
    .font16 {
        font-size: 1.5rem;
    }
    .font17 {
        font-size: 1.5rem;
    }
    .font18 {
        font-size: 1.6rem;
    }
    .font19 {
        font-size: 1.6rem;
    }
    .font20 {
        font-size: 1.8rem;
    }
    .font21 {
        font-size: 1.8rem;
    }
    .font22 {
        font-size: 1.9rem;
    }
    .font23 {
        font-size: 1.9rem;
    }
    .font24 {
        font-size: 2rem;
    }
    .font25 {
        font-size: 2rem;
    }
    .font26 {
        font-size: 2.2rem;
    }
    .font27 {
        font-size: 2.3rem;
    }
    .font28 {
        font-size: 2.3rem;
    }
    .page_404 {
        max-width: 700px;
        margin: 40px auto;
        width: 90%;
    }
    /* ===============================
    プロフィール SP
    =============================== */
    .profile_include {
        padding: 40px 0 20px;
    }
    .profile_include .back8 {
        width: 150px;
    }
    .profile_include_flex {
        display: block;
        margin-top: 30px;
    }
    .profile_include_flex .left {
        width: 200px;
        margin: 0 auto 20px;
    }
    .profile_include_flex .right {
        width: 100%;
    }
    .profile_include_dog {
        width: 150px;
    }
    .foot2 {
        display: none;
    }
    /* ===============================
    FLOW SP
    =============================== */
    .flow_include .back9 {
        width: 250px;
    }
    .flow_include .foot3 {
        right: 0%;
        width: 280px;
        top: -20px;
    }
    .flow_include .flow_h2_bottom {
        margin-bottom: 40px;
    }
    .flow_box {
        display: block;
    }
    .flow_box .right {
        width: 100%;
    }
    .flow_box .right h3 {
        text-align: center;
        margin-top: 20px;
    }
    .flow_box .right p {
        max-width: 510px;
        margin: 0 auto;
    }
    .flow_box .left {
        width: 100%;
        justify-content: center;
    }
    .flow_box .left .step {
        width: 80px;
        height: 80px;
    } 
    .flow_box .left .step p.en1 {
        font-size: 1.6rem;
        text-underline-offset: 4px;
    }
    .flow_box .left .step p.en2 {
        font-size: 3.3rem;
    }
    .flow_box #logo1, .flow_box #logo2, .flow_box #logo3, .flow_box #logo4, .flow_box #logo5, .flow_box #logo6 {
        width: 120px;
    }
    /* ===============================
    ワードプレスが得意です SP
    =============================== */
    .good_skil {
        padding:40px 0;
        margin-top: -40px;
    }
    .good_skil_flex {
        display: block;
    }
    .good_skil_flex .left {
        width: 100%;
    }
    .good_skil_flex .right {
        width: 100%;
    }
    .good_skil_flex h2 {
        font-size: 1.8rem;
    }
    .good_skil_flex p {
        margin-top: 20px;
    }
    .wp_icon {
        width: 70px;
        top: -40px;
        right: 5%;
    }
    .back7 {
        display: none;
    }
    /* ===============================
    BLOG footer上 SP
    =============================== */
    .footer_top_blog {
        padding-top: 40px;
    }
    .footer_top_blog_top {
        display: block;
    }
    .footer_top_blog_top .right, .footer_top_blog_top .left, .footer_top_blog_bottom_box_wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .blog_box_text .tag p {
        font-size: 1.3rem;
    }
    .blog_box .news_img {
        max-height: inherit;
        height: auto;
        padding: 15px 10px 20px;
        flex-direction: row-reverse;
        gap: 0 10px;
        justify-content: flex-end;
    }
    .blog_box .news_img h2 {
        padding: 0;
        font-size: 1.4rem;
    }
    .blog_box .news_img img {
        max-width: 70px;
        padding-right: 0px;
    }
    .flow_include .back9, .footer_top_blog .foot4 {
        left: -16%;
        width: 40%;
    }

    /* ===============================
    footer top SP
    =============================== */
    .footer_top_flex h2 {
        font-size: 1.8rem;
    }
    .footer_top_flex p {
        font-size: 1.4rem;
    }
    .right_in {
        height: 40px;
        width: 40px;
    }
    /* ===============================
    footer SP
    =============================== */
    .footer_bottom {
        border-radius: 50px 0 0 0;
        padding: 40px 10px 0;
    }
    .footer_bottom_flex {
        display: block;
    }
    .footer_bottom_flex .left {
        max-width: 100%;
    }
    .footer_bottom_flex .left p.font16 {
        margin: 5px 0 5px;
    }
    .footer_bottom_flex .right {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .footer_bottom_left, .footer_bottom_right {
        width: 100%;
        display: block;
    }
    .footer_box {
        padding: 20px 0;
    }
    .footer_box h2 a {
        font-size: 1.8rem;
    }
    .footer_link a {
        padding-bottom: 10px;
    }
    .footer_box.mor {
        margin-top: 0px;
    }
}