@charset "utf-8";

html {
    font-size: 62.5%;
}

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

a {
    text-decoration: none;
    color: #333;
    transition: .3s;
}
a:hover {
    opacity: 0.7;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form,
fieldset, legend,
input, textarea,
p, blockquote,
th, td {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    font-size: 1.6rem;
    color: #222;
}
ol,
ul {
    list-style: none;
}
li {
    list-style-type: none;
}
.pc_only {
    display: block;
}
.tab_only,
.u500_only,
.sp_only {
    display: none;
}
.pc_none {
    display: none;
}
.wrapper {
    width: 85%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}
h2 {
    font-family: 'din-2014', sans-serif;
    font-size: 8rem;
    margin-bottom: 45px;
}
.h2_sub {
    font-family: initial;
    font-size: 2rem;
    font-weight: normal;
    margin-left: 15px;
}
h3 {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #000;
  }

  th, td {
    border: solid 1px #333; 
  }
/* -----------------------------------

header

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

header {
    width: 100%;
    height: 80px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 3px 5px -5px #333333;
    position: fixed;
    z-index: 999;
}
.header_inner {
    width: 90%;
    max-width: 1000px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner img {
    margin-top: 7px;
}
.header_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: .3s;
}
.header_right a {
    text-align: center;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header_right a span {
    display: block;
    font-size: 0.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}

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

fv

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

.fv {
    width: 100%;
    height: 85vh;
    padding-top: 80px;
    position: relative;
}
.fv_bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: right;
}
.fv_bg1 {
    width: 55%;
    height: auto;
}
.fv_bg2 {
    width: 45%;
    height: auto;
    background-image: url(../img/fv_pc_2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.fv_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fv_inner h1 {
    display: block;
    position: absolute;
    top: 30%;
    font-size: 4.2rem;
}
.fv_sub {
    /* font-size: 2.5rem; */
}
.fv_inner h1 p {
    display: table;
    /* background: linear-gradient(transparent 0%, #fff 0%); */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 10px 25px;
    margin: 10px 0;
}
.fv_inner h1 p .box {
    display: inline-block;
    border: 2px solid #555;
    padding: 0px 15px;
    margin: 0 6px;
}

.subcopy {
    display: block;
    font-size: 3.2rem;
    margin-top: 15px;
}

.scroll-area {
    width: 100%;
    height: 150px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.scroll {
    color: #1F2678;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(90deg);
    position: absolute;
    bottom: 20px;
    left: 11%;
}
.bar {
    content: "";
    writing-mode: vertical-lr;
    color: transparent;
    margin-left: 10%;
    margin-top: 10px;
}
.bar::after {
    content: "";
    border-left: solid 2px #1F2678;
    animation: bar02 1.5s linear infinite alternate-reverse;
    animation-fill-mode: forwards;
    writing-mode: vertical-lr;
    animation-direction: normal;
}
@keyframes bar02 {
    0% { content: ""; opacity: 1.0;}
    10% { content: "aa"; opacity: 1.0;}
    20% { content: "aaaaa"; opacity: 1.0;}
    30% { content: "aaaaaaaa"; opacity: 1.0;}
    40% { content: "aaaaaaaaaa"; opacity: 1.0;}
    50% { content: "aaaaaaaaaaa"; opacity: 1.0;}
    60% { content: "aaaaaaaaaaaa"; opacity: 1.0;}
    70% { content: "aaaaaaaaaaaaa"; opacity: 1.0;}
    80% { content: "aaaaaaaaaaaaaa"; opacity: 1.0;}
    90% { content: "aaaaaaaaaaaaaaa"; opacity: 1.0;}
    100% { content: "aaaaaaaaaaaaaaa"; opacity: 1.0;}
}

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

message

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

.message .wrapper {
    padding: 100px 0 80px;
}
.message h2 {
    position: relative;
}
.blue {
    color: #1F2678;
}
.message h2::after {
    content: '';
    background-color: #00B0EC;
    width: 65px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.message_flex {
    display: flex;
    align-items: center;
    gap: 30px;
}
.message_flex div {
    width: 60%;
}
.message_flex img {
    width: 40%;
}

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

service

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

.service .wrapper {
    padding: 80px 0 100px;
}
.service h2 {
    position: relative;
}
.service h2::after {
    content: '';
    background-color: #00B0EC;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.service_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.service_flex div {
    width: 60%;
}
.service_flex img {
    width: 40%;
}
.service .service_part {
    color: #1F2678;
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 30px 0;
}
.service_flex_2 {
    display: flex;
    gap: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.service .title {
    width: 20%;
    background: #1F2678;
    color: #fff;
    position: relative;
}
.service .title span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}
.service .content {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    padding: 16px 0;
    gap: 60px;
}
.service .content > div {
    font-size: 14px;
    line-height: 1.8;
}
.service .site_link {
    display: block;
    width: 400px;
    border: 1px solid #ddd;
    padding: 20px 20px 12px 20px;
    border-radius: 8px;
}
.service .site_link p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.service .site_link .img_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

designer photo

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

.designerphoto {
    width: 100%;
    height: 350px;
    background-image: url(../img/designer_photo.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    clip-path: polygon(0% 30%, 100% 0, 100% 70%, 0 100%);
    background-position: center;
}

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

company

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

.company h2 {
    position: relative;
}
.company h2::after {
    content: '';
    background-color: #00B0EC;
    width: 45px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.company_flex {
    display: flex;
    align-items: center;
}
.company_flex iframe {
    width: 45%;
    margin: 0 auto 0 0;
    filter: grayscale(1);
}
.company_flex iframe:hover{
    filter: none;
    opacity: 1;
}
.company_flex > div {
    width: 50%;
}
.company_flex a {
    color: #1d00dd;
    /* border-bottom: 1px solid #1F2678; */
}
.company_list {
    display: flex;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.company_list h3 {
    font-size: 1.8rem;
    width: 25%;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 2px solid #222;
}
.company_list p {
    width: 75%;
    padding: 0 0 12px 10px;
    border-bottom: 1px solid #222;
}

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

news

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

.news {
    background-color: rgba(31, 38, 120, 0.8);
    color: #fff;
}
.news h2 {
    position: relative;
}
.news h2::after {
    content: '';
    background-color: #fff;
    width: 45px;
    height: 5px;
    position: absolute;
    bottom: 55px;
    left: 0;
}
.news_flex {
    display: flex;
}
.news h2 {
    width: 30%;
}
.news .blue {
    color: #fff;
}
.news .h2_sub {
    display: block;
    margin: 0;
}
.news ul {
    width: 70%;
    padding-top: 10%;
}
.newslist_flex {
    display: flex;
    align-items: baseline;
}
.news li {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.news li a {
    color: #fff;
    display: block;
    padding: 15px 0;
    width: 100%;
}
.news_date {
    font-size: 1.4rem;
    margin: 0 30px 0 0;
}

@media (max-width: 500px) {
    .news_inner h2 {
        margin: 50px auto 30px;
    }
    .news_inner h2 {
        font-size: 1.8rem;
    }
    .news_inner h2 span {
        font-size: 1.4rem;
        margin: 0 0 5px;
        display: block;
    }
    .news_inner .news_content {
        font-size: 1.4rem;
    }
}

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

contact

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

.contact_flex1 {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}
.contact_flex1 h2 {
    width: 50%;
    position: relative;
}
.contact_flex1 h2::after {
    content: '';
    background-color: #00B0EC;
    width: 45px;
    height: 5px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.contact_flex1 p {
    display: block;
    width: 50%;
    padding: 0 0 20px 0;
}
.contact_flex2 {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 300px;
    padding-bottom: 50px;
}
.contact_company {
    width: 50%;
    background-image: url(../img/contact_company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_person {
    width: 50%;
    background-image: url(../img/contact_person.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_company a,
.contact_person a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.contact_company .contact_text {
    position: absolute;
    top: 10%;
    left: 40%;
}
.contact_person .contact_text {
    position: absolute;
    top: 10%;
    right: 40%;
}
.contact_company p,
.contact_person p {
    display: table;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: bold;
    padding: 3px 8px;
}
.contact_greentext {
    font-size: 3.2rem;
    font-weight: bold;
    color: #1D8B68;
}
.contact_bluetext {
    font-size: 3.2rem;
    font-weight: bold;
    color: #167393;
}
.conprofreelance_banner {
    display: flex;
    margin: 0 auto 100px;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
}
.conprofreelance_banner a,
.conprofreelance_banner img {
    width: 100%;
}

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

footer

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

footer {
    background-color: #555;
    color: #fff;
    text-align: center;
}
footer .wrapper {
    padding: 80px 0;
}
footer img {
    margin-bottom: 10px;
    width: 30%;
}
.footer_li {
    display: flex;
    width: 50%;
    margin: 0 auto 50px;
    justify-content: space-around;
    font-family: 'din-2014';
}
.footer_li li {
    width: 20%;
}
.footer_li li:not(:last-child) {
    position: relative;
}
.footer_li li::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: 0;
}
footer a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.footer_submenu {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 15px;
    padding-right: 20px;
}
.footer_submenu li {
    position: relative;
}
.footer_submenu li::before {
    content: '';
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 30%;
    left: -25px;
    transform: rotate(-45deg);
}
.link_icon::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../img/footer_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: -25px;
}
footer p {
    font-size: 11px;
}

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

レスポンシブ

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

.u1024_only {
    display: none;
}

@media (min-width: 1800px) {
    .contact_flex2 {
        height: 400px;
    }
}

@media (max-width: 1400px) {
    .fv_bg1 {
        width: 55%;
    }
    .fv_bg2 {
        width: 45%;
    }
}

@media (max-width: 1300px) {
    .fv {
        height: 80vh;
    }
    .conprofreelance_banner {
        width: 900px;
    }
}

@media (max-width: 1024px) {
    .pc_only {
        display: none;
    }
    .tab_only {
        display: block;
    }
    .pc_none {
        display: block;
    }
    .u1024_only {
        display: block;
    }

    /* ハンバーガーメニュー */
    .header_menu {
        width: 8%;
    }
    #nav-drawer {
        position: relative;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
    }
    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 60px;
        height: 20px;
        vertical-align: middle;
        padding: 20px 0;
    }
    /*ハンバーガーの形をCSSで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;/*線の太さ*/
        width: 25px;/*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer;
        z-index: 9999;
        transition: 0.3s;
    }
    #nav-open span {
        top: 50%;
        right: 15%;
    }
    #nav-open span:before {
        transform: translateY(-10px);
    }
    #nav-open span:after {
        transform: translateY(10px);
    }
    /*閉じる用の薄黒箇所*/
    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    /*メニューの中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        width: 70%;
        max-width: 320px;/*最大幅（お好みで調整を）*/
        height: 100%;
        background: #fff;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        padding: 10% 0 0 5%;
    }
    #nav-content li {
        border-bottom: 1px solid #444;
        width: 90%;
        padding: 0 0 10px 0;
        margin: 20px 0 0 0;
        font-size: 1.6rem;
        font-weight: bold;
    }
    #nav-content a {
        display: block;
    }
    #nav-content li span {
        font-size: 1.4rem;
        font-weight: normal;
        margin-left: 10px;
    }
    .hum_btn {
        border-bottom: none !important;
    }
    .hum_btn .header_btn {
        width: 100%;
        font-size: 1.8rem;
    }
    /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
        display: block;
        opacity: .5;
    }
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
        padding: 10% 0 0 5%;
    }
    #nav-input:checked ~ #nav-open span {
        background-color: transparent;
    }
    #nav-input:checked ~ #nav-open span::before {
        transform: rotate(45deg);
    }
    #nav-input:checked ~ #nav-open span::after {
        transform: rotate(-45deg);  
    }
    /* ハンバーガーメニューここまで */

    .wrapper {
        padding: 80px 0;
        width: 90%;
    }
    h2 {
        font-size: 7rem;
        margin-bottom: 35px;
    }
    h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .fv {
        height: 55vh;
    }
    .fv_bg1 {
        width: 60%;
    }
    .fv_bg2 {
        width: 40%;
    }
    .fv_inner h1 {
        font-size: 4rem;
    }
    .fv_inner h1 p {
        background: linear-gradient(transparent 0%, #fff 0%);
        padding: 25px 25px;
    }
    .subcopy {
        font-size: 2.6rem;
    }
    .scroll-area {
        height: 130px;
    }
    @keyframes bar02 {
        0% { content: ""; opacity: 1.0;}
        10% { content: "a"; opacity: 1.0;}
        20% { content: "aa"; opacity: 1.0;}
        30% { content: "aaa"; opacity: 1.0;}
        40% { content: "aaaa"; opacity: 1.0;}
        50% { content: "aaaaa"; opacity: 1.0;}
        60% { content: "aaaaaaa"; opacity: 1.0;}
        70% { content: "aaaaaaaaa"; opacity: 1.0;}
        80% { content: "aaaaaaaaaaa"; opacity: 1.0;}
        90% { content: "aaaaaaaaaaaa"; opacity: 1.0;}
        100% { content: "aaaaaaaaaaaaa"; opacity: 1.0;}
    }

    .message .wrapper {
        padding: 80px 0 60px;
    }
    .service .wrapper {
        padding: 60px 0 80px;
    }
    .service_flex_2 {
        gap: 16px;
    }
    .service .title {
        width: 16%;
    }
    .service .content {
        width: 84%;
        gap: 30px;
    }
    .designerphoto {
        height: 300px;
    }
    .company_flex iframe {
        height: 650px;
    }
    .company_list h3 {
        font-size: 1.6rem;
    }
    .company_list p {
        font-size: 1.6rem;
    }
    .news h2::after {
        bottom: 62px;
    }
    .contact_flex1 {
        padding-bottom: 0;
    }
    .contact_flex1 p {
        font-size: 1.4rem;
    }
    .contact_company {
        background-position: top 0% right 60%;
    }
    .contact_person {
        background-position: top 0% right 30%;
    }
    .contact_greentext, .contact_bluetext {
        font-size: 2.6rem;
    }
    .contact_flex2 {
        padding-bottom: 80px;
    }
    footer img {
        width: 45%;
    }
    footer .wrapper {
        padding: 50px 0;
    }
}

@media (max-width: 820px) {
    .wrapper {
        width: 90%;
    }
    /* h3 {
        font-size: 2.4rem;
    } */
    .message_flex img {
        width: 45%;
    }
    .service_flex img {
        width: 46%;
    }
    .service .content {
        gap: 12px;
    }
    .company_flex iframe {
        width: 42%;
    }
    .company_flex > div {
        width: 53%;
    }
    .news h2::after {
        bottom: 52px;
    }
    .contact_flex1 p {
        width: 45%;
        margin: 0 0 0 auto;
    }
    .contact_flex2 {
        height: 200px;
        padding-bottom: 50px;
    }
    .conprofreelance_banner {
        width: 90%;
    }
}

@media (max-width: 768px) {
    /* h3 {
        font-size: 2.2rem;
    } */
    .fv {
        height: 60vh;
    }
    .news h2::after {
        bottom: 47px;
    }
    .contact_flex1 {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 60px;
    }
    .contact_flex1 h2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_flex1 p {
        width: 100%;
        margin: 0;
        padding: 0 0 35px 0;
    }
}

@media (max-width: 744px) {
    .contact_greentext, .contact_bluetext {
        font-size: 2.4rem;
    }
}

@media (max-width: 700px) {
    .fv {
        height: 70vh;
    }
    .message_flex {
        flex-direction: column;
    }
    .message_flex div {
        width: 100%;
    }
    .message_flex img {
        width: 80%;
        margin: 20px auto 0;
    }
    .service_flex {
        flex-direction: column-reverse;
    }
    .service_flex img {
        width: 95%;
        margin: 0 auto 30px;
    }
    .service_flex div {
        width: 100%;
    }
    .service .title {
        width: 25%;
    }
    .service .content {
        width: 75%;
        flex-direction: column;
        gap: 0;
    }
    .service .site_link {
        width: calc(100% - 40px);
    }
    .company_flex {
        flex-direction: column-reverse;
    }
    .company_flex iframe {
        width: 100%;
        height: 300px;
        margin: 20px auto 0;
    }
    .company_flex > div {
        width: 100%;
    }
    .news_flex {
        flex-direction: column;
    }
    .news h2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .news ul {
        width: 100%;
        padding-top: 0%;
    }
    .contact_flex2 {
        height: 600px;
        flex-direction: column-reverse;
    }
    .contact_company {
        width: 100%;
        height: 300px;
    }
    .contact_person {
        width: 100%;
        height: 300px;
    }
    .contact_person .contact_text {
        position: absolute;
        top: 10%;
        left: 5%;
    }
    .contact_company .contact_text {
        position: absolute;
        top: 10%;
        right: 5%;
        left: initial;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 1.4rem;
    }
    .fv_bg1 {
        width: 0%;
    }
    .fv_bg2 {
        width: 100%;
    }
    .fv_inner h1 {
        font-size: 3rem;
    }
    .fv_sub {
        /* font-size: 1.8rem; */
    }
    .fv_inner h1 p {
        padding: 30px 20px 20px;
        margin: 0px 0;
    }
    .scroll {
        color: #fff;
    }
    .bar {
        border-left: 2px solid #fff;
        height: 120px;
    }
    .bar::after {
        content: none !important;
    }
    .company_list h3,
    .company_list p {
        font-size: 1.4rem;
    }
    .news h2::after {
        bottom: 40px;
    }
    h2 {
        font-size: 6rem;
    }
    .h2_sub {
        font-size: 1.6rem;
    }
    /* h3 {
        font-size: 2.4rem;
    } */
    .contact_flex1 p {
        padding: 0;
    }
    footer img {
        width: 60%;
    }
}

@media (max-width: 450px) {
    .fv_inner h1 {
        font-size: 2.8rem;
    }
    .service .title {
        width: 30%;
    }
    .service .content {
        width: 70%;
    }
    .footer_li {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer_li li {
        width: 33%;
        margin: 5px 0;
    }
    .footer_li_splast {
        position: initial !important;
    }

}

@media (max-width: 428px) {
    .tab_only,
    .sp_none {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .wrapper {
        padding: 50px 0 80px;
    }
    header {
        height: 60px;
    }
    .header_inner {
        height: 60px;
    }
    .header_inner img {
        width: 75%;
    }
    .fv {
        padding-top: 60px;
    }
    .fv_inner h1 {
        font-size: 2.4rem;
    }
    .subcopy {
        font-size: 1.8rem;
    }
    .message .wrapper {
        padding: 50px 0 40px;
    }
    .message_flex {
        flex-direction: column;
    }
    .message_flex div {
        width: 100%;
    }
    .message_flex img {
        width: 80%;
        margin: 20px auto 0;
    }
    .service .wrapper {
        padding: 40px 0 50px;
    }
    .service_flex {
        flex-direction: column-reverse;
    }
    .service_flex div {
        width: 100%;
    }
    .service_flex img {
        width: 95%;
    }
    .designerphoto {
        height: 200px;
    }
    .company_flex {
        flex-direction: column-reverse;
    }
    .company_flex > div {
        width: 100%;
    }
    .company_list h3 {
        width: 30%;
    }
    .company_list p {
        width: 70%;
    }
    .company_flex iframe {
        width: 100%;
        height: 300px;
        margin: 20px auto 0;
    }
    .news_flex {
        flex-direction: column;
    }
    .news h2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .news .h2_sub {
        display: inline-block;
        margin-left: 15px;
    }
    .news h2::after {
        bottom: 5px;
    }
    .news ul {
        width: 100%;
        padding-top: 0%;
    }
    .contact_flex1 {
        padding-bottom: 0;
    }
    .contact_flex2 {
        height: 600px;
        flex-direction: column-reverse;
    }
    .contact_company {
        width: 100%;
        height: 300px;
    }
    .contact_person {
        width: 100%;
        height: 300px;
    }
    .contact_person .contact_text {
        left: 5%;
    }
    footer img {
        width: 90%;
    }
    .footer_li {
        width: 65%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer_li li {
        width: 33%;
        margin: 5px 0;
    }
    .footer_li_splast {
        position: initial !important;
    }
    .footer_submenu {
        align-items: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 390px) {
    .site_link .img_flex .logo {
        width: 80%;
    }
    .site_link .img_flex .arrow {
        width: 12%;
    }
    .contact_company .contact_text {
        left: 38%;
    }
}

@media (max-width: 375px) {
    .contact_company .contact_text {
        left: 35%;
    }
}

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

News個別ページ

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

.news_inner {
    padding-top: 80px;
}
.news_inner h1 {
    font-size: 4rem;
    text-align: center;
    color: #1F2678;
    position: relative;
}
.news_inner h1::after {
    content: '';
    background-color: #00B0EC;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.news_inner h2 {
    padding-bottom: 10px;
    margin: 70px auto 30px;
    font-size: 2rem;
    font-weight: normal;
    border-bottom: 1px solid #707070;
}
.news_inner h2 span {
    font-family: initial;
    font-size: 1.6rem;
    margin-right: 20px;
}
.news_inner .news_content {
    margin-bottom: 80px;
    line-height: 1.7;
}
.news_inner .top_btn {
    display: block;
    width: 150px;
    height: 45px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 1.4rem;
    line-height: 45px;
    margin: 0 auto;
    color: initial;
}
.news_inner a {
    color: #1F2678;
}
.news_inner a:hover {
    border-bottom: 1px solid #1F2678;
}

@media (max-width: 1024px) {
    .news_inner {
        height: 70vh;
    }
}

@media (max-width: 820px) {
    .news_inner {
        height: auto;
    }
}

@media (max-width: 768px) {
    .footer_li {
        width: 80%;
    }
}

@media (max-width: 428px) {
    .news_inner {
        padding-top: 60px;
    }
}

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

個人問い合わせページ

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

#contact_freelancer {
    margin: 0px auto;
    width: 90%;
    max-width: 1000px;
}
#contact_freelancer > .title {
    padding: 130px 0 40px;
}
#contact_freelancer h1 {
    padding: 0 0 8px 0;
    border-bottom: 2px solid #333;
    margin-bottom: 16px;
}
#contact_freelancer form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
#contact_freelancer .form-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
#contact_freelancer .form-inner .title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}
#contact_freelancer .form-inner .title .must {
    color: #dd0000;
}
#contact_freelancer .form-inner .inputarea {
    width: 100%;
    display: flex;
    gap: 10px;
}
#contact_freelancer .form-inner .inputarea input,
#contact_freelancer .form-inner .inputarea select {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 0 10px;
    cursor: text;
}
#contact_freelancer .form-inner .pastwork {
    flex-direction: column;
    gap: 10px;
}
#contact_freelancer .form-inner .pastwork p {
    font-size: 12px;
    text-align: left;
}
#contact_freelancer .form-inner .pastwork input {
    width: calc(100% - 2 * 10px);
}
#contact_freelancer .form-inner .inputarea select {
    cursor: pointer;
}
#contact_freelancer .form-inner .inputarea select.tbBirth {
    width: 120px;
}
#contact_freelancer .experience .inputarea {
    flex-direction: column;
    gap: 16px;
}
#contact_freelancer .experience .inputarea > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
#contact_freelancer .form-inner .inputarea input[type="radio"] {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#contact_freelancer .experience .inputarea > div .ex {
    cursor: pointer;
}
#contact_freelancer .form-inner .inputarea textarea {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px;
    cursor: text;
}
#contact_freelancer .doui {
    text-align: center;
}
#contact_freelancer .doui input {
    margin-right: 8px;
}
#contact_freelancer .doui a {
    color: blue;
    text-decoration: underline;
}
#contact_freelancer .submit {
    display: block;
    width: 90%;
    max-width: 500px;
    height: 60px;
    background: #204E93;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    margin: 30px auto 100px;
    cursor: pointer;
}
#contact_freelancer .doui a:hover,
#contact_freelancer .submit:hover {
    opacity: 0.7;
}
@media screen and (max-width:430px) {
    #contact_freelancer > .title {
        padding: 120px 0 40px;
    }
    #contact_freelancer .submit {
        margin: 30px auto 60px;
    }
}
@media screen and (max-width:390px) {
    #contact_freelancer > .title {
        padding: 100px 0 40px;
    }
}

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

個人サンクスページ

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

#thanks_freelancer {
    margin: 0px auto;
    width: 90%;
    max-width: 1000px;
}
#thanks_freelancer > .title {
    padding: 150px 0 100px;
    text-align: center;
}
#thanks_freelancer h1 {
    padding: 0 0 8px 0;
    margin-bottom: 16px;
}
#thanks_freelancer .cmt {
    margin: 32px 0 0 0;
    font-size: 14px;
}
#thanks_freelancer .cmt span {
    font-size: 12px;
}
#thanks_freelancer .mail_link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#thanks_freelancer .mail_link:hover {
    opacity: 0.7;
}
#thanks_freelancer .bg {
    margin: 30px auto 0;
    background: #ddd;
    width: calc(100% - 2 * 20px);
    max-width: 500px;
    padding: 24px 20px;
    font-size: 14px;
}

@media screen and (max-width:430px) {
    #thanks_freelancer > .title {
        padding: 130px 0 50px;
        text-align: left;
    }
}
@media screen and (max-width:390px) {
    #thanks_freelancer > .title {
        padding: 100px 0 40px;
    }
}

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

プライバシーポリシーページ

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

.privacy_inner {
    padding-top: 80px;
}
.privacy_inner h1 {
    font-size: 4rem;
    text-align: center;
    color: #1F2678;
    position: relative;
    margin-bottom: 50px;
}
.privacy_inner h1::after {
    content: '';
    background-color: #00B0EC;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.privacy_inner p {
    text-align: left;
    line-height: 1.8;
}
.privacy_inner .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.privacy_inner .center {
    text-align: center;
}
.privacy_inner .right {
    text-align: right;
    margin-top: 10px;
}
.privacy_inner h2 {
    font-size: 1.8rem;
    margin: 50px 0 10px 0;
    font-family: initial;
}
.line {
    text-decoration: underline;
}
.privacy_inner p a {
    color: #1F2678;
    word-break: break-all;
}
.privacy_inner table {
    margin: 10px 0;
}
.privacy_inner th, .privacy_inner td {
    padding: 5px 10px;
}

@media (max-width: 1024px) {
    .privacy_inner .center {
        text-align: initial;
    }
}

@media (max-width: 500px) {
    .privacy_inner {
        padding-top: 60px;
    }
    .wrapper {
        padding: 45px 0;
    }
    .privacy_inner h1 {
        font-size: 3rem;
    }
    .privacy_inner .title {
        font-size: 1.6rem;
    }
    .privacy_inner p {
        font-size: 1.4rem;
    }
}

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

404ページ

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

.page404_inner {
    padding-top: 80px;
    height: 70vh;
}
.page404_inner h1 {
    font-size: 4rem;
    text-align: center;
    color: #1F2678;
    position: relative;
    margin-bottom: 50px;
}
.page404_inner h1::after {
    content: '';
    background-color: #00B0EC;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.page404_inner .wrapper {
    position: relative;
    height: 100%;
    padding: 0;
}
.page404_text {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.page404_inner p {
    display: block;
    text-align: center;
    margin: 30px auto;
}
.page404_inner a {
    display: table;
    border: 1px solid #222222;
    text-align: center;
    padding: 10px 40px;
    margin: 0 auto;
}

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

電子公告ページ

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

.publicnotice_inner {
    padding: 80px 0;
    height: 60vh;
}
.publicnotice_inner h1 {
    font-size: 4rem;
    text-align: center;
    color: #1F2678;
    position: relative;
    margin-bottom: 100px;
}
.publicnotice_inner h1::after {
    content: '';
    background-color: #00B0EC;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.publicnotice_inner p {
    text-align: center;
    margin-bottom: 60px;
}
.publicnotice_inner a {
    display: block;
    width: calc(100% - 20px);
    max-width: 500px;
    background: #ebedff;
    margin: 20px auto 0;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-weight: 700;
    display: flex;
}
.publicnotice_inner a img {
    width: 60px;
}

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

企業問い合わせページ（旧ページ）

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

/* .contact_inner {
    padding-top: 80px;
}
.contact_inner .wrapper {
    padding: 80px 0;
}
.contact_inner h1 {
    font-size: 4rem;
    text-align: center;
    color: #1F2678;
    position: relative;
}
.contact_inner h1::after {
    content: '';
    background-color: #00B0EC;
    width: 35px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contact_inner p {
    display: block;
    text-align: center;
    margin: 40px auto 55px;
}
.contact_inner a {
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
}

.form_inner {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
}
.contact_inner label {
    font-size: 1.8rem;
    margin-top: 35px;
    margin-bottom: 10px;
    display: block;
}
.q_title {
    position: relative;
}
.form_inner input {
    width: 95%;
    height: 45px;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
    font-size: 1.6rem;
}
.form_inner .radio_label {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.form_inner .radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.form_inner textarea {
    width: 95%;
    padding: 20px 0 0 20px;
    margin: 5px 0 0 0;
    font-size: 1.6rem;
}
.form_inner .small label {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    margin: 0;
}
.form_inner .small input {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0;
    position: absolute;
    top: 1px;
    left: -30px;
    cursor: pointer;
}
.form_inner .small {
    margin: 45px auto 50px;
}
.small_p {
    margin: 10px 0 !important;
}
.form_inner .small a {
    border-bottom: 1px solid #222;
    margin-right: 5px;
    padding-bottom: 5px;
}
.must {
    font-size: 1.2rem;
    background-color: #1F2678;
    color: #fff;
    padding: 1px 10px;
    position: absolute;
    top: -1px;
    right: -55px;
}
.option {
    font-size: 1.2rem;
    background-color: #fff;
    color: #1F2678;
    border: 1px solid #1F2678;
    padding: 1px 10px;
    position: absolute;
    top: -1px;
    right: -55px;
}
.form_inner .submit {
    display: block;
    width: 250px;
    height: 45px;
    margin: 0 auto;
    background-color: #32C193;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
}
.submit:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .form_inner textarea {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .u500_none {
        display: none;
    }
    .u500_only {
        display: block;
    }
    .contact_inner .wrapper {
        padding: 60px 0;
    }
    .contact_inner p {
        text-align: left;
    }
    .form_inner .small {
        text-align: center;
    }
    .small_p {
        text-align: center !important;
        padding-left: 35px;
    }
}

@media (max-width: 428px) {
    .contact_inner {
        padding-top: 60px;
    }
    .contact_inner h2 {
        font-size: 1.6rem;
    }
    .form_inner input {
        width: 93%;
    }
    .form_inner textarea {
        width: 88%;
        padding: 20px;
    }
} */