/*
Theme Name: CRAFTRANS
Template: cocoon-master
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LINESeedJP', sans-serif;
    src: url('./fonts/LINESeedJP_OTF_Rg.woff') format('woff');
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: 'LINESeedJP', sans-serif;
    src: url('./fonts/LINESeedJP_OTF_Bd.woff') format('woff');
    font-display: swap;
    font-weight: bold;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

p,
h1,
h2,
h3,
a {
    position: relative;
    z-index: 0;
}

body {
    font-family: "LINESeedJP", sans-serif;
    color: #1D1D1D;
    background: linear-gradient(to right, #F5F5F5, #ECF0F2);
    margin: 0;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

nav ul,
ol li,
ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-weight: 400;
    line-height: 2;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #1D1D1D;
    transition: 0.25s;
    font-family: "Roboto", sans-serif;
}

a:hover {
    opacity: 0.6;
}

#wpadminbar {
    top: unset;
    bottom: 0;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.en {
    font-family: "Roboto", sans-serif;
}

.flex {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: space-between; */
	gap: 10px;
}

@media screen and (max-width: 670px) {
.flex {
	gap: 5px;
}	
}

h2 {
    font-family: "LINESeedJP", sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background-color: #000000;
    transition: background-color 0.25s ease;
}

#mv.passed header {
    background-color: none;
}

.h_inner {
    display: flex;
    max-width: 1360px;
    height: 80px;
    width: 98%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-width: 210px;
}

nav a {
    color: #fff;
}

nav li {
    margin-right: 50px;
}

nav li:last-child {
    margin-right: 0;
}

.btn {
    color: #fff;
    width: 240px;
    display: block;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    background: linear-gradient(to right, #F47F07, #240210, #49C4FD);
}

.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F47F07;
}

.bgv2::before {
    background-color: #49C4FD;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

header .btn,
footer .btn {
    padding: 15px 55px;
    border-radius: 30px;
    width: auto;
    display: unset;
}

#mv {
    position: relative;
    color: #fff;
}

#mv .flex {
    padding: 170px 0;
    align-items: center;
}

#mv h2 {
    font-size: 116px;
}

#mv p {
    font-size: 28px;
    font-weight: bold;
}

.video_area {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

#about {
    padding: 80px 0 280px;
    position: relative;
}

#about h3 {
    font-size: 52px;
    margin: 50px 0 75px;
    line-height: 1.8;
}

#about p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 80px;
}

.headline span {
    font-size: 16px;
    display: block;
    padding-top: 15px;
}

.slide {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 384px;
    background-image: url(./img/ai_creative.png);
    background-repeat: repeat-x;
    background-size: auto 384px;
    animation: loop 20s linear infinite;
    z-index: -1;
}

@keyframes loop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -2309px 0;
    }
}

.w_area {
    margin: 50px auto 100px;
}

.w_box {
    width: 31%;
    background: linear-gradient(to right, #F47F07, #240210, #49C4FD);
    border-radius: 50px;
    padding: 6px;
    font-family: "Roboto", sans-serif;
    max-width: 360px;
}

.w_inner {
    background-color: #fff;
    border-radius: 50px;
    height: 100%;
    padding: 0 10px;
}

.w_box h3 {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 190px;
}

.w_box h4 {
    text-align: center;
    font-size: 100px;
    line-height: 1;
}

@keyframes typing {
    0% {
        content: "###";
    }
}

.score h4 {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    opacity: 0;
    /* 初期状態で非表示 */
    transition: opacity 0.5s;
    /* フェードインにトランジションを適用 */
}

.score {
    padding: 0 5px;
}

.w_box p {
    text-align: center;
    font-family: "LINESeedJP", sans-serif;
    border-top: solid 1px #666666;
    margin: 180px 0 0;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.7;
}

.w_box span {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.ip {
    text-align: end;
}

.short {
    width: 31%;
}

.short .w_box {
    width: auto;
    margin-bottom: 34px;
}

.short .w_box:nth-of-type(2) {
    margin-bottom: 0;
}

.short h3 {
    padding: 20px 0 20px;
}

.short p {
    margin: 10px 0 0;
}

#works {
    padding: 0 0 100px;
}

#works li {
    width: 45%;
    margin-bottom: 50px;
}

#works li h3 {
    font-size: 24px;
    margin: 30px 0;
}

#works li p {
    font-size: 18px;
}

#works li img {
    min-height: 65px;
    width: auto;
}

#works .btn {
    margin: 80px auto 0;
}

#partner {
    padding: 80px 0 100px;
    background-color: #fff;
}


#recruit {
    background-image: url(./img/bg_recruit.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0 70px;
    text-align: center;
}

.r_wrap {
    background-color: #fff;
    max-width: 1080px;
    border-radius: 40px;
    margin: 0 auto;
    padding: 50px 50px 60px;
}

#recruit p {
    font-size: 18px;
    margin: 50px 0;
}

#recruit .btn {
    margin: 0 auto;
}

#news {
    padding: 80px 0 100px;
}

.news_wrap {
    max-width: 920px;
    margin: 60px auto 80px;
}

#news li {
    width: 100%;
}

#news .flex {
    justify-content: unset;
    padding: 20px 0;
    align-items: center;
}

.date {
    font-weight: 500;
}

#news li h3 {
    font-weight: bold;
    font-size: 16px;
    margin-left: 60px;
}

#news li a::after {
    position: absolute;
    content: "";
    background-image: url(./img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 20px;
    height: 8px;
}

#news .btn {
    margin: 0 auto;
}

#contact {
    background-image: url(./img/bg_contact.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0 100px;
    text-align: center;
    color: #fff;
}

#contact a {
    font-size: 118px;
    color: #fff;
    margin: 40px 0 60px;
    display: inline-block;
}

#contact span {
    position: relative;
}

#contact span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 8px;
    background: #fff;
    transition: all .5s;
}

#contact a:hover {
    opacity: 1;
}

#contact a:hover span::after {
    width: 100%;
}

#contact p {
    font-size: 18px;
}

footer {
    background-color: #1D1D1D;
    color: #fff;
    padding: 80px 0;
}

footer a {
    color: #fff;
}

.f_nav {
    align-items: center;
}

.f_nav img {
    max-width: 291px;
}

.f_nav li {
    margin-right: 50px;
}

.f_nav li:last-child {
    margin-right: 0;
}

.f_area {
    margin: 60px 0 0;
    padding-bottom: 60px;
    border-bottom: solid 1px #fff;
}

.address {
    width: 45%;
}

.a_box {
    width: 45%;
}

.a_box span {
    font-size: 16px;
    font-weight: bold;
}

.a_box p {
    margin-top: 30px;
}

.banner {
    width: 38%;
    align-items: flex-end;
}

.banner img {
    max-width: 216px;
}

.corp {
    margin-top: 35px;
    font-size: 14px;
    align-items: center;
    justify-content: unset;
}

.corp a {
    margin-left: 50px;
    font-size: 12px;
    text-decoration: underline;
}

.low {
    padding-top: 80px;
}

.mv_low {
    padding: 150px 0 85px;
}

.mv_low p {
    font-size: 136px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.mv_low p::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: -50px;
    left: 0;
    background-color: #1D1D1D;
}

.mv_low h1,
p.s_ttl {
    margin-top: 80px;
    font-size: 20px;
}

p.s_ttl::after {
    display: none;
}

.content {
    margin-bottom: 130px;
}

.content .wrap,
.news .wrap,
.recruit .wrap {
    max-width: 920px;
}

.content p {
    margin-bottom: 30px;
}

.content a {
    text-decoration: underline;
}

.cs {
    text-align: center;
    font-size: 60px;
    margin: 40px 0;
}

.must {
    font-size: 14px;
    color: #fff;
    background-color: #5E5E5E;
    padding: 2px 4px;
    margin-left: 8px;
}

.c_wrap input.wpcf7-text {
    width: 100%;
    background-color: #F7F7F7;
    border: solid 1px #DEDEDE;
    border-radius: 4px;
    height: 50px;
    padding: 0 10px;
}

.c_wrap textarea.wpcf7-textarea {
    width: 100%;
    border: none;
    border: solid 1px #DEDEDE;
    border-radius: 4px;
    background-color: #F7F7F7;
    padding: 10px;
}

.wpcf7-checkbox input,
.spam1 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.check {
    text-align: center;
}

.wpcf7-list-item {
    margin-top: 15px;
    margin-left: 0;
}

.wpcf7-submit:hover,
.wpcf7-previous:hover {
    opacity: 0.6;
}

.wpcf7 p {
    margin: 40px 0 0;
}

p.agree {
    text-align: center;
    color: #5E5E5E;
    margin: 40px 0;
}

.privacy_area {
    background-color: #fff;
    border: solid 1px #ADACAC;
    border-radius: 4px;
    padding: 30px 30px 0;
    height: 210px;
    overflow-y: scroll;
}

.privacy_area p {
    margin: 0 0 20px;
    font-size: 14px;
}

.c_wrap .btn {
    border: none;
    margin: 60px auto 0;
    width: 320px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

.thx {
    text-align: center;
}

.thx h2 {
    font-size: 20px;
    margin-bottom: 40px;
}

.thx a {
    font-size: 14px;
    margin-top: 80px;
    color: #727272;
}

h2.sh {
    font-size: 28px;
    position: relative;
    padding-left: 35px;
}

h2.sh::before {
    content: "";
    position: absolute;
    background-image: url(./img/dot.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 16px;
    height: 16px;
}

.message .flex {
    margin-top: 50px;
}

.m_left {
    width: 55%;
}

.m_left p {
    font-size: 19px;
    margin-bottom: 30px;
}

.m_left a {
    font-size: 19px;
}

.m_right {
    width: 30%;
}

.m_right img {
    max-width: 315px;
}

.company {
    padding: 140px 0 200px;
}

table {
    width: 100%;
    margin: 100px auto 0;
    border-collapse: collapse;
}

tr {
    border-bottom: solid 1px #C9C9C9;
}

tr:last-child {
    border-bottom: none;
}

td,
th {
    line-height: 2;
    text-align: left;
    padding: 30px 0;
}

th {
    width: 30%;
}

td {
    width: 70%;
}

.access {
    padding-bottom: 200px;
}

.access .flex {
    margin-top: 65px;
}

.ax_box {
    width: 44%;
}

.ax_box h3 {
    font-size: 16px;
}

.ax_box p {
    margin: 10px 0 30px;
}

.news {
    padding-bottom: 120px;
}

.news #news {
    padding: 0;
}

.content h1 {
    font-size: 28px;
    margin-bottom: 35px;
}

.main_cont {
    margin: 35px 0 90px;
}

.cont_nav {
    margin: 0 auto;
    text-align: center;
}

.cont_nav a {
    font-size: 14px;
    color: #727272;
    text-decoration: none;
}

.recruit {
    padding-bottom: 220px;
}

.r_btn {
    color: #fff;
    background-color: #1D1D1D;
    position: relative;
    text-align: center;
    display: block;
    width: 48%;
    padding: 55px 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "LINESeedJP", sans-serif;
}

.r_btn::after {
    position: absolute;
    content: "";
    background-image: url(./img/arrow2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
}

.s_melon img {
    max-width: 457px;
    margin: 70px auto 25px;
    display: block;
}

.s_melon {
    text-align: center;
}

.s_melon h3 {
    font-size: 32px;
}

.s_melon p {
    font-size: 40px;
    margin: 90px 0 70px;
    font-weight: bold;
}

.bg_melon {
    padding: 0 0 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #E25433;
}

.bg_melon img {
    max-width: 1440px;
}

.bg_melon li {
    width: 15%;
    border: solid 2px #fff;
    border-radius: 20px;
    padding: 50px 13px;
    font-size: 20px;
    line-height: 1.8;
}

.bg_p {
    padding: 80px 0 0px;
}

.bg_p h3 {
    font-size: 24px;
    margin-bottom: 40px;
}

.bg_p img {
    max-width: 279px;
}

.p_img {
    width: 34%;
}

.p_txt {
    width: 66%;
}

.woks {
    padding-bottom: 180px;
}

.woks li {
    width: calc(16.666666666% - 10px * 5/6);
/*     margin-bottom: 5px; */
}

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

    .wrap,
    .content .wrap,
    .news .wrap,
    .recruit .wrap {
        max-width: 93%;
    }

    #mv h2 {
        font-size: 100px;
    }

    #about h3 {
        font-size: 45px;
    }

    .w_box h4 {
        font-size: 90px;
    }

    .banner {
        width: 45%;
    }

    .address {
        width: 48%;
    }

    .w_box p {
        font-size: 13px;
    }

    .short .w_box {
        margin-bottom: 62px;
    }

    .s_melon p {
        font-size: 33px;
        margin: 60px 0 70px;
    }

    .bg_melon li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1080px) {
    #mv h2 {
        font-size: 80px;
    }

    #mv p {
        font-size: 23px;
    }

    .r_wrap {
        max-width: 85%;
    }

    #about h3 {
        font-size: 40px;
    }

    .w_box p {
        font-size: 11px;
    }

    .address {
        width: 50%;
    }

    .banner {
        width: 46%;
    }

    .banner img {
        max-width: 160px;
    }

    .w_box h4 {
        font-size: 85px;
    }

    .a_box p {
        font-size: 14px;
    }

    .f_nav li {
        margin-right: 30px;
    }

    #about p {
        font-size: 16px;
    }

    #about h3 {
        font-size: 35px;
    }

    .w_box h4 {
        font-size: 70px;
    }

    .short {
        width: 32%;
    }

    .bg_melon li {
        font-size: 14px;
        padding: 40px 5px;
        width: 17%;
    }
}

@media screen and (max-width: 900px) {
    nav li {
        margin-right: 30px;
    }

    #contact a {
        font-size: 100px;
    }

    #contact p {
        font-size: 16px;
    }

    .f_nav img {
        max-width: 230px;
    }

    .short {
        width: 70%;
        margin: 0 auto;
    }

    .w_box {
        width: 70%;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .short .w_box {
        margin-bottom: 35px;
    }

    .short .w_box:nth-of-type(2) {
        margin-bottom: 35px;
    }

    .w_box h3 {
        font-size: 21px;
        padding: 20px 0;
    }

    .w_box h4 {
        font-size: 95px;
    }

    .w_box p {
        margin: 15px 0 0;
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .score {
        padding: 0 15px;
    }

    #works li h3 {
        font-size: 22px;
        margin: 20px 0;
    }

    #works li p {
        font-size: 16px;
    }

    #works .btn {
        margin: 40px auto 0;
    }

    #mv h2 {
        font-size: 70px;
    }

    #mv p {
        font-size: 21px;
    }

    .a_box {
        width: 48%;
    }

    .a_box p {
        font-size: 13px;
    }

    .f_nav li {
        margin-right: 15px;
    }

    .bg_melon ul {
        justify-content: center;
    }

    .bg_melon li {
        font-size: 16px;
        width: 29%;
        margin: 0 10px 30px;
    }

    .p_img {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .p_txt {
        width: 100%;
    }

    .s_melon p {
        font-size: 25px;
        margin: 50px 0 70px;
    }

    .s_melon h3 {
        font-size: 25px;
    }

    .s_melon img {
        max-width: 380px;
        margin: 50px auto 20px;
    }

    .bg_p h3 {
        font-size: 21px;
        text-align: center;
        margin-bottom: 30px;
    }

    .bg_melon .pc {
        display: none;
    }

    .bg_melon .sp {
        display: block;
    }
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .h_inner {
        padding: 0 20px;
        height: 60px;
    }

    .logo img {
        max-width: 160px;
    }

    .sp-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        background-color: #000000;
        transform: scaleY(0);
        transform-origin: top;
        transition: transform 0.3s ease-in-out;
    }

    .menu-btn:checked~.sp-menu {
        transform: scaleY(1);
    }

    .menu-icon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 20px;
    }

    .navicon,
    .close-icon {
        background: #fff;
        display: block;
        height: 1px;
        width: 33px;
        position: relative;
        margin: 0 auto;
        z-index: 99999;
    }

    .menu-btn {
        display: none;
    }

    .navicon::before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        bottom: 9px;
        position: absolute;
        background: #fff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon::after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        top: 9px;
        position: absolute;
        background: #fff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: 0;
    }

    .menu-btn:checked~.menu-icon .close-icon:before,
    .menu-btn:checked~.menu-icon .close-icon:after {
        background: #fff;
    }

    .menu-btn:checked~.menu-icon .close-icon:before {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon .close-icon:after {
        transform: rotate(-45deg);
    }

    .sp-menu ul {
        margin-top: 100px;
    }

    nav li {
        margin: 0 0 40px;
        text-align: center;
    }

    #mv h2 {
        font-size: 55px;
    }

    #mv p {
        font-size: 19px;
    }

    #about h3 {
        font-size: 25px;
        margin: 40px 0 40px;
    }

    #about p {
        margin-bottom: 60px;
    }

    .btn {
        margin: 0 auto;
    }

    .r_wrap {
        max-width: 88%;
        padding: 30px 10px 50px;
    }

    #recruit p {
        font-size: 15px;
    }

    #news li h3 {
        font-size: 14px;
        margin-left: 0;
        width: 100%;
    }

    .date {
        font-size: 14px;
        display: block;
    }

    #contact p {
        font-size: 15px;
    }

    #contact a {
        font-size: 51px;
    }

    footer {
        padding: 60px 0;
    }

    .f_logo,
    .address {
        width: 100%;
    }

    .f_nav img {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    .a_box {
        width: 48%;
    }

    .f_nav ul {
        margin: 30px auto 0;
    }

    .a_box p {
        margin-top: 15px;
        font-size: 12px;
    }

    .a_box span {
        font-size: 15px;
    }

    .banner {
        width: 100%;
        margin-top: 40px;
    }

    .banner a {
        width: 48%;
    }

    .corp {
        font-size: 10px;
    }

    .corp a {
        margin-left: 15px;
        font-size: 12px;
    }

    .f_nav li {
        text-align: center;
        margin: 15px;
    }

    .banner img {
        max-width: 280px;
    }

    #works li {
        width: 48%;
    }

    .low {
        padding-top: 60px;
    }

    .mv_low p {
        font-size: 70px;
    }

    .mv_low p::after {
        bottom: -30px;
    }

    .mv_low {
        padding: 60px 0 75px;
    }

    .mv_low h1,
    p.s_ttl {
        margin-top: 60px;
        font-size: 18px;
    }

    .content p {
        font-size: 14px;
    }

    .check {
        font-size: 14px !important;
    }

    .wpcf7-checkbox input,
    .spam1 {
        width: 18px;
        height: 18px;
    }

    .c_wrap input.wpcf7-text {
        width: 90%;
    }

    .c_wrap textarea.wpcf7-textarea {
        width: 90%;
    }

    .wpcf7-list-item.first {
        display: block;
    }

    .c_wrap .btn {
        width: 280px;
        padding: 20px 0;
    }

    .message .flex {
        flex-direction: column-reverse;
    }

    .m_right {
        width: 50%;
        margin: 0 auto 30px;
    }

    .m_left {
        width: 100%;
    }

    h2.sh {
        font-size: 20px;
        padding-left: 23px;
    }

    .m_left p,
    .m_left a {
        font-size: 16px;
    }

    .company {
        padding: 90px 0 100px;
    }

    table {
        margin: 50px auto 0;
    }

    td,
    th {
        font-size: 14px;
    }

    th {
        width: 25%;
    }

    td {
        width: 75%;
    }

    .ax_box {
        width: 100%;
        margin-bottom: 50px;
    }

    .access {
        padding-bottom: 100px;
    }

    .content h1 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .r_btn {
        width: 48%;
        padding: 30px 0;
        font-size: 18px;
        width: 100%;
        margin-bottom: 30px;
    }

    .r_btn::after {
        right: 10px;
    }

    .bg_melon img {
        padding: 30px 0;
    }
}

@media screen and (max-width: 670px) {
    #mv .flex {
        padding: 70px 0;
    }

    #mv h2 {
        font-size: 52px;
    }

    #mv p {
        font-size: 22px;
        margin: 180px auto 0;
    }

    .headline h2 {
        font-size: 18px;
    }

    .headline span {
        font-size: 12px;
        padding-top: 10px;
    }

    #works li,
    .w_box,
    .short {
        width: 100%;
    }

    .f_nav li {
        width: 100%;
        margin: 15px 0;
    }

    .bg_melon li {
        width: 40%;
    }

    .s_melon img {
        max-width: 270px;
        margin: 50px auto 15px;
    }

    .s_melon h3 {
        font-size: 22px;
    }

    .bg_p h3 {
        font-size: 18px;
    }

    .p_txt p {
        font-size: 14px;
    }

    .woks li {
        width: calc(33.3333333333333% - 5px * 2/3);
    }
}

a:not([href]):hover {
 opacity:1;
}