@charset "utf-8";

/* ===============================
page PC
=============================== */
.page_fv {
    max-height: 345px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    position: relative;
    left: -50px;
    width: calc(100% + 100px);
}
.page_fv.blog {
    background-image: url(../img/page/etc/blog.jpg);
}
.page_fv.works {
    background-image: url(../img/page/etc/works.jpg);
    background-position: center top;
}
.page_fv.about {
    background-image: url(../img/page/etc/about.jpg);
}
.page_fv.service {
    background-image: url(../img/page/etc/service.jpg);
}
.page_fv.contact {
    background-image: url(../img/page/etc/contact.jpg);
}
.page_fv h2 {
    font-size: 4.2rem;
    color: #fff;
}
.page_fv h3 {
    font-size: 1.6rem;
    color: #fff;
}
.pan {
    padding: 10px 0;
    border-bottom: 1px solid #457D93;
    left: 10px;
    position: relative;
}
.pan_inner {
    display: flex;
    position: relative;
    left: -10px;
    align-items: center;
}
.pan_inner a {
    display: inline-block;
    width: auto;
    color: var(--orange);
    text-decoration: underline;
}
.pan_inner a, .pan_inner p {
    padding: 0 3px;
    font-size: 1.3rem;
}
.pan.bottom {
    border-bottom: none;
    border-top: 1px solid #444;
    margin-top: 60px;
}
.cut_area {
    background-color: var(--back);
    position: relative;
    z-index: 0;
}
.cut_area .backs {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: -10;
    max-width: 400px;
}
.page_titles {
    text-align: center;
}
.page_titles h2 {
    font-size: 3.4rem;
}
.page_titles h3 {
    font-size: 1.6rem;
}



/* ===============================
シングル PC
=============================== */
.single {
    margin: 80px auto;
    width: 90%;
    max-width: 1000px;
}
.single p {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.single h1 {
    font-weight: bold;
    border-left: 8px solid var(--orange);
    border-bottom: 2px dashed #B4B4B4;
    padding: 20px 10px;
    background-color: #fff;
    font-size: 2.6rem;
    margin-bottom: 30px;
}
.single h2 {
    font-size: 2rem;
    font-weight: bold;
    border: 3px solid var(--orange);
    background-color: #fff;
    margin: 60px 0 40px;
    padding: 20px;
    position: relative;
}
.single h2::after {
    content: '';
    background-color: var(--orange);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(-1deg);
}
.single h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 3px;
}
.single a {
    display: inline;
    text-decoration: underline;
    color: var(--orange);
}
.single a:hover {
    opacity: 0.6;
}
.single ul {
    margin: 0 0 30px 2em;
}
.single ul li {
    list-style: disc;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.single img {
    margin: 0 auto 20px ;
}
.single code {
    font-size: 1.5rem;
    line-height: 1.8em;
    background-color: var(--back);
    color: #333;
    border-top: 3px solid var(--green);
    padding: 20px;
    font-weight: bold;
    font-family: sans-serif;
    width: 1000px;
    letter-spacing: 0.06em;
}
.single .wp-block-code {
    overflow-x: scroll;
    margin: 30px auto;
}

/* ===============================
works　single PC
=============================== */
.works_fv {
    background-color: #F5F5F5
}
.works_fv figure {
    max-width: 1500px;
    margin: 0 auto;
}
.works_single {
    position: relative;
}
.works_single .single {
    max-width: 1000px;
}
.works_single .backs {
    position: absolute;
    top: -40px;
    left: -10px;
    width: 25%;
    z-index: -10;
}
.works_single_content {
    background-color: var(--back);
    padding: 30px;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    border-radius: 5px;
}
.works_single_content h2 {
    border-bottom: 2px solid var(--orange);
    padding-bottom: 3px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}
.works_single_content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.works_single_content p {
    font-size: 1.6rem;
}
.outlins {
    display: flex;
    margin-bottom: 20px;
}
.outlins:last-child {
    margin-bottom: 0;
}
.outlins .left, .outlins .right {
    width: 45%;
}
.outlin_title {
    font-weight: bold;
}
.works_single_content a {
    text-decoration: underline;
    color: var(--orange);
    display: inline;
}
.works_single_content .dog{
    width: 80px;
    position: absolute;
    transform: scale(-1, 1);
    right: 20px;
    bottom: 0;
}
.works_single_content ul {
    padding-left: 16px;
}
.works_single_content ul li {
    list-style: disc;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.works_single_content.nagare {
    display: flex;
    justify-content: space-between;
}
.works_single_content.nagare .left {
    width: 67%;
}
.works_single_content.nagare .right {
    width: 27%;
}
.works_single_content.kaiketsu p, .works_single_content.nagare p {
    margin-bottom: 20px;
}
.works_single_content .works_img {
    max-width: 600px;
    margin: 0 auto 20px;
    width: 80%;
}
.works_single_content.works_img_area {
    position: relative;
    margin-bottom: 0;
}
.works_single_content.works_img_area .works_img_sp1, .works_single_content.works_img_area .works_img_sp2{
    position: absolute;
    width: 30%;
}
.works_single_content.works_img_area .works_img_sp1 {
    left: -7%;
    top: 20%;
}
.works_single_content.works_img_area .works_img_sp2 {
    right: -5%;
    bottom: 10%;
}
/* ===============================
book　single PC
=============================== */
.book_container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.book_container .left {
    width: 20%;
}
.book_container .right {
    width: 75%;
}
.book_genre {
    border: 1px solid #457D93;
    padding: 3px 8px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 10px;
}
.book_genre p {
    color: #457D93;
}
.book_genre p, .book_outline p {
    margin-bottom: 0;
}
.book_outline {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 10px 10px;
    margin-bottom: 20px;
}
.book_outline p.hed {
    width: 80px;
}
/* ===============================
アーカイブ PC
=============================== */
.tag_links {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0px;
}
.tag_link {
    background-color: var(--orange);
    width: 32%;
    transition: 0.4s;
}
.tag_link.cord {
    background-color: #457D93;
}
.tag_link.design {
    background-color: #C69052;
}
.tag_link.books {
    background-color: #4185EC;
}
.tag_link.post {
    background-color: var(--green);
}
.tag_link.sonota {
    background-color: #c094b7;
}
.tag_link a {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
}
.tag_links_bottom {
    display: flex;
    justify-content: center;
    gap: 0 2%;
}
.archive .footer_top_blog_bottom {
    margin-top: 80px;
}
.archive .tag_links_bottom.works .tag_link {
    width: 100%;
    max-width: 800px;
}
.archive .footer_top_blog_top {
    flex-wrap: wrap;
    margin-top: 80px;
}
.archive .footer_top_blog_top .left {
    margin-bottom: 30px;
     width: 32%;
}
.tarm_h2 {
    text-align: center;
    padding: 80px 0 0;
    margin-bottom: -40px;
    font-size: 2.3rem;
}
.blog_tag_link {
    margin-bottom: 20px;
}
/* ===============================
SERVICE PC
=============================== */
.service_btns {
    display: flex;
    justify-content: center;
    gap: 0 5%;
    flex-wrap: wrap;
    margin-top: 40px;
}
.service_btn {
    width: 23%;
}
.service_btn a {
    background-color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
    color: var(--orange);
    font-weight: bold;
    border: 2px solid var(--orange);
    box-shadow: 0 4px 3px 0 #bbbbbbb7;
    transition: 0.4s;
}
.service_btn:last-child {
    margin-top: 30px;
}
.can_serv_page {
    position: relative;
}
.can_serv_page .huwa {
    position: absolute;
    width: 40px;
    z-index: -10;
    left: 10%;
    top: 40px;
    opacity: 0.6;
}
.can_serv_page .huwa2 {
    position: absolute;
    width: 40px;
    z-index: -10;
    top: 100px;
    right: 10%;
    opacity: 0.6;
}
.can_serv_page .huwa3 {
    position: absolute;
    width: 40px;
    z-index: -10;
    left: 1%;
    top: 40%;
    opacity: 0.6;
}
.can_serv_page .huwa4 {
    position: absolute;
    width: 40px;
    z-index: -10;
    opacity: 0.6;
    right: 20%;
    top: 45%;
}
.can_serv_page_text {
    text-align: center;
    margin: 20px 0 60px;
}
.can_serv_page01 {
    display: flex;
    justify-content: space-between;
}
.can_serv_page01 .left {
    width: 55%;
}
.can_serv_page01 .right {
    width: 40%;
    padding-top: 50px;
}
.service_num_title img {
    width: 100px;
    margin-bottom: 10px;
}
.service_num_title .en {
    font-weight: bold;
    color: var(--orange);
}
.service_num_title h3 {
    margin-bottom: 20px;
}
.to_create {
    margin-top: 60px;
}
.to_create h3 {
    margin: 0px 0 20px;
}
.to_create .en {
    color: #9A9A9A;
    font-weight: bold;
}
.to_create .en span {
    color: var(--orange);
}
.create_box h3 img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.create_box h3 span {
    color: var(--orange);
}
.create_box p {
    margin: 5px 0 0 25px;
}
.create_box.margin {
    margin-top: 40px;
}
.good_skil.page {
    margin-top: 100px;
}
.good_skil.page h3 {
    color: #9A9A9A;
    text-align: center;
}
.good_skil.page h3 span {
    color: var(--orange);
}
.can_serv_page02_wrap {
    padding: 60px 0;
    background-color: var(--back);
}
.create_box a {
    color: var(--orange);
    text-decoration: underline;
    display: inline;
}
.can_serv_page03_wrap {
    padding: 60px 0 0;
}
.partner_list {
    margin: 40px 0 0;
}
.partner_list h4 {
    margin-top: 15px;
}
.partner_list h4 span{
    display: inline-block;
    background-color: var(--orange);
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin-right: 3px;
}
.partner_list ul {
    padding-left: 25px;
}
.partner_list ul li {
    font-size: 1.6rem;
    padding: 4px 0;
    list-style: disc;
}
#price {
    background-color: var(--back);
}
.price_contents {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 20px;
}
.price_content {
    width: 32%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px 20px;
    display: flex;
    flex-direction: column;
}
.price_content .pattern {
    background-color: var(--orange);
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-size: 1.4rem;
    padding: 5px;
    margin-top: -15px;
}
.price_content.pattern2 .pattern {
    background-color: var(--green);
}
.price_content.pattern3 .pattern {
    background-color: #457D93;
}
.price_content h3 {
    color: var(--orange);
    text-align: center;
    font-size: 1.8rem;
    margin: 10px 0;
}
.price_content.pattern2 h3 {
    color: var(--green);
}
.price_content.pattern3 h3 {
    color: #457D93;
}
.price_content .comment {
    display: flex;
    background-color: var(--back);
    padding: 10px 5px;
    border-radius: 3px;
    align-items: center;
    min-height: 85px;
}
.price_content .comment img {
    width: 40px;
    margin-right: 10px;
    display: inline-block;
}
.price_content .comment .right {
    width: calc(100% - 50px);
}
.price_content .comment p {
    font-size: 1.4rem;
    font-weight: bold;
}
.ex_price {
    text-align: center;
    font-size: 1.3rem;
    margin: 20px 0;
}
.ex_price span {
    font-weight: bold;
    font-size: 2.6rem;
    padding: 0 03px 0 5px;
    display: inline-block;
}
.price_innner h4 {
    background-color: var(--back);
    text-align: center;
    font-size: 1.5rem;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.price_innner {
    padding-bottom: 20px;
}
.price_innner ul {
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.price_innner ul li {
    list-style: disc;
    font-size: 1.5rem;
    padding: 3px 0;
}
.price_innner.recommend ul li {
    list-style: none;
    padding: 5px 0;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.price_innner.recommend ul {
    padding: 0.5em;
}
.price_innner.recommend ul img {
    width: 15px;
    display: inline-block;
    margin-right: 3px;
}
.price_innner ul li span {
    font-size: 1.4rem;
}
.p01 {
    min-height: 290px;
}
.p02 {
    min-height: 210px;
}

/* ===============================
アコーディオン PC
=============================== */

#qa {
    background-color: var(--back);
}
.qa_lists {
    margin-top: 60px;
}
.qa_list {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.qa_list summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
    padding: 20px 20px 20px 50px;
}
.qa_list summary::-webkit-details-marker {
    display: none;
}
.qa_list summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.qa_list[open] summary::after {
    transform: rotate(225deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.qa_list[open] summary {
    background-color: #BCC9CE;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.qa_list div {
    background-color: #BCC9CE;
    padding: 0px 20px 30px 50px;
    border-radius: 0 0 10px 10px;
}
.qa_list p {
    font-size: 1.6rem;
    background-color: #fff;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 20px 25px 20px 60px;
    transition: transform .5s, opacity .5s;
    border-radius: 5px;
    position: relative;
}
.qa_list[open] p {
    transform: none;
    opacity: 1;
}
.qa_list p span {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #457D93;
    font-weight: bold;
    font-size: 3rem;
    margin-right: 20px;
}
.qa_list summary span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #457D93;
    color: #fff;
    font-size: 3rem;
    display: inline-block;
    padding: 5px 13px 5px 5px;
    border-radius: 20px 42px 99px 10px;
}
#price2 h2 {
    text-align: center;
}
.qa_lists.price_etc {
    margin-top: 40px;
} 
.qa_lists.price_etc .qa_list summary {
    background-color: var(--back);
    border-radius: 10px;
}
.qa_lists.price_etc .qa_list[open] summary {
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
    background-color: #457D93;
}
.qa_lists.price_etc .qa_list div {
    background-color: var(--back);
    padding: 30px 40px;
}
.qa_lists.price_etc .qa_list div.price_inner {
    background-color: #fff;
}
.qa_lists.price_etc h3 {
    font-size: 1.6rem;
    background-color: #fff;
    padding: 30px 40px 0;
    border-radius: 10px 10px 0 0;
    margin-top: 30px;
}
.qa_lists.price_etc h3:first-child {
    margin-top: 0;
}
.qa_lists.price_etc h3 span {
    display: inline-block;
    height: 25px;
    width: 5px;
    background-color: var(--orange);
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.qa_lists.price_etc .qa_list p {
    padding: 20px 25px 20px 40px;
    background-color: var(--back);
}
.qa_lists.price_etc .qa_list p a {
    color: var(--orange);
    display: inline;
    text-decoration: underline;
}
.qa_lists.price_etc .qa_list p.price_attention {
    padding-left: 0;
}
.qa_list a {
    color: var(--orange);
}
.qa_lists.price_etc .qa_list div.table_wrap {
    padding: 1px 20px 20px;
}
.price_inner table {
    margin: 20px auto 0;
    background-color: var(--back);
}
.price_inner table tr {
    border-bottom: 1px solid #333;
    background-color: #fff;
}   
.price_inner table td {
    font-size: 1.4rem;
    padding: 5px;
}
table , td, th {
	border-collapse: collapse;
}
.price_inner td, .price_inner th {
	padding: 5px;
    width: 33%;
}
.price_inner table td.center {
    background-color: #E9F1FA;
}
.table_span {
    font-size: 1.5rem;
    margin-top: 10px;
    display: inline-block;
}

/* ===============================
ABOUT PC
=============================== */
.page_titles h3.about_page_h3 {
    margin-top: 30px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.page_titles h3.about_page_h3 span {
    color: var(--orange);
}
.about_page_p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.cut_area.about_page {
    padding: 40px 0;
}
.company_lists {
    margin-top: 50px;
}
.company_list {
    display: flex;
}
.company_list .left {
    width: 270px;
    border-right: 2px solid var(--orange);
    padding:5px 20px 5px 0;
}
.company_list .right {
    width: calc(100% - 270px);
    padding:5px 0 5px 30px;
}
.company_list.mar {
    margin-bottom: 30px;
}
.company_list span {
    font-size: 1.4rem;
}
.omake h3 {
    text-align: center;
    margin: 60px 0 30px;
    font-size: 1.8rem;
}
.omake_box {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.omake_box .left {
    width: 200px;
}
.omake_box .left p {
    font-weight: bold;
}
.omake_box .right {
    width: calc(100% - 200px);
}

/* ===============================
コンタクト PC
=============================== */
.contact_top_area {
    border: 3px double var(--orange);
    padding: 30px 20px;
    margin: 60px 0 30px;
}
.contact_top_area p {
    margin-bottom: 0px;
}
.contact_line {
    margin: 60px auto;
    text-align: center;
}
.smf-progress-tracker {
    margin: 60px auto;
}
.contact_line a {
    background-color: var(--green);
    color: #fff;
    font-size: 1.8rem;
    margin: 0 auto;
    font-weight: bold;
    padding: 20px 30px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px #0b7841;
    transition: 0.6s;
    transition: .2s ease-in-out;
    position: relative;
    top: 0;
}
.contact_line a img {
    width: 25px;
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    top: 5px;
}
.smf-form.smf-form--business span {
    font-size: 1.6rem;
}
.smf-label {
    margin-bottom: 5px;
}
.smf-item__description {
    font-size: 1.2rem;
    background-color: var(--orange);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 2px 4px;
}
.smf-form--business .smf-item__col--label {
    flex: 0 0 20em;
    max-width: 20em;
}
.smf-form--business .smf-item__col--controls {
    flex: 1 1 calc(100% - 20em);
    max-width: calc(100% - 20em);
}
.smf-item__label {
    font-weight: bold;
}
.smf-text-control, textarea {
    font-size: 1.6rem;
}
.smf-form .smf-textarea-control__control {
    background-color: var(--back);
    border: none;
}
.smf-form .smf-text-control__control, .smf-form--business .smf-item__col--label {
    background-color: var(--back);
    border: none;
}
.smf-action .smf-button-control__control {
    width: 500px;
    max-width: 90%;
    font-size: 1.8rem;
    border: none;
    background-color: var(--orange);
    padding: 30px 10px;
    border-radius: 50px;
    background-image: none;
    margin: 40px auto 0;
    color: #fff;
    font-weight: bold;
    transition: 0.4s;
}
.smf-item__col.smf-item__col--controls {
    font-size: 1.6rem;
}
form[data-screen="complete"] .contact_top_area, .smf-progress-tracker__item[aria-current=true] .contact_bottom_area {
    display: none;
}
.smf-form--business .smf-item:not(:first-child) {
    border-top: none;
    border-top: 1px solid #ddd;
}
.smf-form--business .smf-item__col--controls {
    width: 100%;
    max-width: inherit;
}
.smf-form--business .smf-item {
    border: none;
}
.smf-form.smf-form--business {
    border-bottom: 1px solid #ddd;
} 
/* ===============================
サイトマップ PC
=============================== */
.sitemap h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.sitemap a {
    color: #444;
}
.aioseo-html-page-sitemap, .aioseo-html-works-sitemap, .aioseo-html-blog-sitemap, .aioseo-html-category_works-sitemap, .aioseo-html-category_blog-sitemap {
    background-color: var(--back);
    padding: 20px;
}
.single .sitemap ul {
    margin: 0 0 0px 2em;
}


@media (hover: hover) {
    .tag_link:hover {
        filter: saturate(200%);
        transition: 0.4s;
    }
    .service_btn a:hover {
        background-color: var(--orange);
        color: #fff;
        transition: 0.4s;
    }
    .create_box a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .works_single_content a:hover {
        opacity: 0.8;
    }
    .contact_line a:hover {
        opacity: 1;
        box-shadow: none;
        transition: 0.6s;
        filter: brightness(1.06);
        top: 5px;
    }
    .smf-action .smf-button-control__control:hover {
        filter: brightness(1.06);
        transition: 0.4s;
    }
}
/* ===============================
tablet
=============================== */
@media screen and (max-width:1200px) {
    .archive .footer_top_blog_top .left {
        width: 48%;
    }
}
@media screen and (max-width:1000px) {
    .pan, .pan_inner {
        left: 0px;
    }
    .page_fv {
        margin-top: 60px;
        height: 280px;
        left: 0px;
        width: 100%;
    }
}

/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {

    /* ===============================
    PAGE SP
    =============================== */
    .page_fv {
        max-height: inherit;
        height: 180px;
    }
    .page_fv h2 {
        font-size: 3.2rem;
    }
    .page_fv h3 {
        font-size: 1.4rem;
        color: #fff;
    }
    .page_titles h2 {
        font-size: 2.4rem;
    }
    /* ===============================
    アーカイブ SP
    =============================== */
    .tag_links {
        display: block;
        margin: 30px 0 0px;
    }
    .tag_link {
        width: 100%;
        margin-bottom: 10px;
    }
    .tag_link a {
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .tag_links_bottom {
        display: flex;
        justify-content: center;
        gap: 0 2%;
    }
    .archive .footer_top_blog_bottom {
        margin-top: 30px;
    }
    .tarm_h2 {
        padding-top: 40px;
        font-size: 2rem;
    }
    .archive .footer_top_blog_top .left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    /* ===============================
    SERVICE SP
    =============================== */
.service_btns {
    gap: 10px;
    margin-top: 20px;
}
    .service_btn {
        width: 48%;
    }
    .service_btn a {
        font-size: 1.5rem;
        padding: 10px 5px;
    }
    .service_btn:last-child {
        margin-top: 0px;
    }
    .can_serv_page .huwa, .can_serv_page .huwa2, .can_serv_page .huwa3, .can_serv_page .huwa4 {
        display: none;
    }
    .can_serv_page_text {
        margin: 20px 0 40px;
    }
    .can_serv_page01 {
        flex-direction: column-reverse;
    }
    .can_serv_page01 .left {
        width: 100%;
    }
    .can_serv_page01 .right {
        width: 100%;
        padding-top: 0px;
    }
    .service_num_title img {
        width: 60px;
        margin: 20px 0 10px;
    }
    .service_num_title .en {
    text-align: center;
    margin-top: -55px;
    }
    .service_num_title h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .to_create {
        margin-top: 30px;
    }
    .create_box h3 img {
        width: 15px;
    }
    .create_box p {
        margin: 10px 0 0 15px;
    }
    .create_box.margin {
        margin-top: 30px;
    }
    .good_skil.page {
        margin-top: 40px;
    }
    .can_serv_page02_wrap {
        padding: 40px 0;
    }
    .can_serv_page03_wrap {
        padding: 40px 0 0;
    }
    .partner_list {
        margin: 30px 0 0;
    }
    .partner_list ul {
        padding-left: 20px;
    }
    .partner_list ul li {
        font-size: 1.5rem;
    }
    .price_contents {
        display: block;
        justify-content: space-between;
        margin: 50px 0 20px;
    }
    .price_content {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 50px;
    }
    .price_content .comment {
        min-height: inherit;
    }
    .price_content .pattern {
        max-width: 70%;
        margin: -15px auto 0;
        padding: 5px 50px;
    }
    .p01 {
        min-height: inherit;
    }
    .p02 {
        min-height: inherit;
    }
    .price_content:last-child {
        margin-bottom: 0;
    }
    .flow_include .foot3 {
        display: none;
    }


    .qa_lists {
        margin-top: 40px;
    }
    .qa_list {
        margin-bottom: 20px;
    }
    .qa_list summary {
        font-size: 1.5rem;
        /* align-items: flex-start; */
    }
    .qa_list div {
        padding: 0px 20px 20px 20px;
    }
    .qa_list p {
        font-size: 1.5rem;
        padding: 20px 10px 20px 40px;
    }
    .qa_list p span {
        left: 10px;
    }
    .qa_lists.price_etc .qa_list div {
        padding: 20px 10px;
    }
    .qa_lists.price_etc h3 {
        padding: 15px 15px 0;
        margin-top: 20px;
    }
    .qa_lists.price_etc .qa_list p {
        padding: 20px 15px 20px 15px;
    }
    .qa_lists.price_etc .qa_list div.table_wrap {
        padding: 1px 0 0;
        overflow-x: scroll;
        position: relative;
    }
    .price_inner table {
        width: 800px;
    }
    .qa_lists.price_etc .qa_list p.may {
        padding-bottom: 0;
    }
    .scroll_texts {
        display: block;
        color: #BCC9CE;
        opacity: 0.9;
    }
    .qa_lists.price_etc .qa_list[open] summary {
        font-size: 1.6rem;
        padding: 20px 20px 20px 23px;
    }

    /* ===============================
    ABOUT SP
    =============================== */
    .page_titles h3.about_page_h3 {
        margin-top: 30px;
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .about_page_p {
        text-align: left;
    }
    .company_lists {
        margin-top: 30px;
    }
    .company_list {
        display: block;
        border-left: 2px solid var(--orange);
        padding:0 0 15px 15px;
    }
    .company_list .left {
        width: 100%;
        border-right: none;
        padding:0;
    }
    .company_list .left p {
        font-weight: bold;
    }
    .company_list .right {
        width: 100%;
        padding:0;
    }
    .company_list.mar {
        margin-bottom: 30px;
    }
    .company_list span {
        font-size: 1.4rem;
    }
    .omake h3 {
        margin: 40px 0 20px;
        font-size: 1.6rem;
    }
    .omake_box {
        display: block;
    }
    .omake_box .left {
        width: 100%;
    }
    .omake_box .right {
        width: 100%;
    }
    /* ===============================
    works　single SP
    =============================== */
    .single {
        margin: 40px auto;
    }
    .single h1 {
        font-size: 1.8rem;
    }
    .works_single .single {
        margin: 30px auto;
    }
    .works_single .backs {
        top: -30px;
        left: 0px;
        width: 30%;
    }
    .works_single_content {
        padding: 25px;
    }
    .works_single_content h2 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .works_single_content h3 {
        font-size: 1.6rem;
    }
    .outlins {
        display: block;
    }
    .outlins .left, .outlins .right {
        width: 100%;
    }
    .works_single_content p {
        font-size: 1.5rem;
    }
    .outlins .left {
        margin-bottom: 20px;
    }
    .works_single_content .dog {
        width: 65px;
        right: 0px;
    }
    .works_single_content ul li {
        font-size: 1.5rem;
    }
    .works_single_content.nagare {
        display: block;
    }
    .works_single_content.nagare .left {
        width: 100%;
    }
    .works_single_content.nagare .right {
        width: 80%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    .works_fv {
        margin-top: 60px;
    }
    .works_single_content.works_img_area {
        margin-bottom: 40px;
    }
    /* ===============================
    シングル SP
    =============================== */
    .single p {
        font-size: 1.5rem;
    }
    .single h1 {
        padding: 10px;
    }
    .book_container {
        display: block;
        padding: 0;
    }
    .book_container .left {
        max-width: 200px;
        margin: 0 auto 20px;
        width: 100%;
    }
    .book_container .right {
        width: 100%;
    }
    .book_genre {
        margin-bottom: 20px;
    }
    .single h2::after {
        transform: rotate(-2deg);
    }
    .single h2 {
        font-size: 1.8rem;
        padding: 10px;
        margin: 40px 0 25px;
    }
    .single code {
        font-size: 1.4rem !important;
    }
    /* ===============================
    コンタクト SP
    =============================== */
    .contact_top_area {
        padding: 20px;
        margin: 30px 0 20px;
    }
    .contact_line {
        margin: 40px auto 60px;
        text-align: center;
    }
    .smf-progress-tracker {
        margin: 30px auto;
    }
    .contact_line a {
        font-size: 1.6rem;
        padding: 20px;
        display: inline-block;
        width: 100%;
        max-width: 400px;
    }
    .contact_line a img {
        width: 25px;
        top: 5px;
        margin: 0 10px 0 0;
    }
    .smf-form.smf-form--business span {
        font-size: 1.5rem;
    }
    .smf-text-control, textarea {
        font-size: 1.5rem;
    }
    .smf-action .smf-button-control__control {
        font-size: 1.5rem;
    }
    .smf-item__col.smf-item__col--controls {
        font-size: 1.5rem;
        padding: 20px 0;
    }
    .smf-form--business .smf-item__col--label {
        max-width: 100%;
    }
    .smf-form .smf-text-control__control, .smf-form .smf-textarea-control__control { 
        border: 1px solid #ddd;
        background-color: #fff;
    }
}