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

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    overflow-wrap: break-word;
}

/* 共通 */
.container {
    width: 1000px;
    margin: 0 auto;
}
@media screen and (min-width: 1650px) {
    .container {
        width: 1200px;
    }
}
h2 {
    font-size: 52px;
    margin: 0;
}
.sp_only {
    display: none;
}
/* ヘッダー */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header_inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.nav_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav_list li {
    margin: 0 15px;
}
.nav_list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
}
.nav ul li a.btn-contact {
    background: #e30606;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
}
.nav_list li a:hover {
    color: #1e3d73;
}
/* ハンバーガーメニューのスタイル（スマホ用） */
.hamburger {
    display: none;
    flex-direction: column;
    width: 30px;
    height: 25px;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
}
.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    transition: all 0.3s ease-in-out;
}

/* スマホ表示時のスタイル */
@media screen and (max-width: 898px) {
    .nav_list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #f4f8ff;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav_list li {
        padding: 12px 0;
    }

    .hamburger {
        display: flex;
    }

    /* ハンバーガーメニュー開閉時のスタイル */
    .nav_list.open {
        display: flex;
    }

    /* ハンバーガーアイコンのアニメーション */
    .hamburger.open span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
}

/* メインビジュアル */
.main-visual {
    width: 100%;
    height: 673px;
    background: url('../images/main-visual.jpg') no-repeat center/cover;
    display: flex;
    align-items: flex-end;
    padding: 0 0 80px 30px;
}
.main-visual img{
    display: none;
}
.btn-main {
    background: #21417c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
}
.introduction {
    width: 100%;
    background: linear-gradient(to top, #1e3c73 100%, #2a5298 0%);
    padding: 24px 0 0 0;
    position: relative;
}
.introduction-inner {
    width: 1200px;
    margin: auto;
    padding: 0 24px 80px 24px;
}
.introduction h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: -1em;
    color: #fff;
    padding: 0 30px;
}
.introduction p {
    color: #fff;
    padding: 0 30px;
}
.main-content h2 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 1em;
}
.dtf-print {
    background: #dcebf8;
    padding: 60px 0;
}
.dtf-print h2::before {
    content: "What is DTF print?";
    display: block;
    font-size: 0.6em;  
    color: #8eb5f9;
}
.dtf-print-inner {
    display: flex;
}
.dtf-print-inner .image-box {
    margin-right: 68px;
}
.dtf-print-inner .text-box {
    padding-top: 90px;
}
.selected-service {
    padding: 60px 0;
    text-align: center;
}
.selected-service .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.service-list {
    list-style: none;
    padding: 0;
    text-align: left;
}
.service-list li {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 3em;
}
.service-list li::before {
    content: "";
    background: url('../images/list_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
.image-box img {
    max-width: 90%;
    height: auto;
}
.service-features {
    background: #dcebf8;
    padding: 60px 0;
    text-align: center;
}
.service-features h2::before {
    content: "Service features";
    display: block;
    font-size: 0.6em;
    color: #8eb5f9;
}
.feature-wrapper {
    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 0; /* 各要素の間隔 */
}
.feature-set {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
}
.features-list {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.feature-item {
    display: flex;
    align-items: center;
}
.feature-item dt {
    font-weight: bold;
    font-size: 40px;
    margin-right: 2px;
    flex-shrink: 0;
}
.feature-item dd {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 2px;
    flex: 1;
}
.feature-item dd span {
    background: linear-gradient(transparent 50%, #e6de05 50%);
    font-weight: bold;
}
.price {
    padding: 60px 0;
    text-align: center;
}
.price h2::before {
    content: "price";
    display: block;
    font-size: 0.6em;
    color: #8eb5f9;
}
.price table {
    width: 100%;
    border-collapse: collapse;
}
.price th {
    background: #aac6f7;
    padding: 20px;
    border: #fff 1px solid;
}
.price tr:nth-child(odd) {
    background: #dee9fc;
}
.price tr:nth-child(even) {
    background: #f1f5fd;
}
.price td {
    padding: 20px;
    border: #fff 1px solid;
}
.price p {
    text-align: left;
}
.caution {
    background: #dcebf8;
    padding: 60px 0;
    text-align: center;
}
.caution h2::before {
    content: "Precautions when creating data";
    display: block;
    font-size: 0.6em;
    color: #8eb5f9;
}
.caution li {
    text-align: left;
    list-style-type: none;
    margin-bottom: 2em;
}
.dtf-products {
    padding: 60px 0;
    text-align: center;
}

.dtf-products h2::before {
    content: "＼あらゆるニーズに対応！／";
    display: block;
    font-size: 0.8em;
}
.product-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 80px; /* 画像間の余白 */
}
.product-item {
    flex: 1;
    text-align: center;
}
.product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.product-item p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}
.inquiry {
    background: #dcebf8;
    padding: 60px 0;
    text-align: left;
}
.inquiry h2 {
    text-align: center;
}
.inquiry h2::before {
    content: "inquiry";
    display: block;
    font-size: 0.6em;
    color: #8eb5f9;
}
.inquiry h3 {
    font-size: 22px;
    padding-left: 30px;
    position: relative;
    margin: 2em 0 0.5em 0;
}
.inquiry h3::before {
    content: "";
    background: url('../images/list_icon.png') no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
/* フッター */
.footer_info {
    font-size: 16px;
    background: #fff;
    color: #131212;
    text-align: center;
    padding: 20px;
}
.footer_info img {
    margin: 20px 0;
}
.footer_info p {
    margin: 0.5em 0;
}
.footer {
    font-size: 16px;
    background: #131212;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.footer_link a {
    color: #fff;
}
.c-gotop {
    width: 50px;
    bottom: 16px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 85px;
    z-index: 10; }
    @media screen and (max-width: 767px) {
    .c-gotop {
        width: 35px;
        right: 10px;
        bottom: 32px; } }
    .c-gotop img {
    width: 100%;
    height: auto; }

/* レスポンシブデザイン */
@media screen and (max-width: 1200px) {
    .container {
        width: 95%;
    }
    .introduction-inner {
        width: 95%;
    }
}

@media screen and (max-width: 898px) {
    .sp_only {
        display: block;
    }
    .header {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .header_inner {
        width: 90%;
        align-items: center;
    }

    .nav ul li {
        margin: 2px 0;
    }
    .nav ul li:last-child {
        margin-bottom: 20px;
    }

    .main-visual {
        width: 100%;
        height: auto;
        background: none;
        position: relative;
        display: block;
        padding: 0;
    }
    .main-visual img{
        display: block;
        margin-top: 80px;
    }
    .main-visual .btn-main {
        position: absolute;
        bottom: 30px;
        margin-left: 30px;
    }
    .introduction-inner {
        padding: 0 8px 30px 8px;
    }
    .introduction h2 {
        font-size: 1.6em;
        margin-top: -1em;
        padding: 0 4px;
    }
    .introduction p {
        padding: 0 4px;
    }
    .main-content h2 {
        font-size: 1.6em;
    }
    .dtf-print-inner {
        display: block;
        text-align: center;
        width: 80%;
    }
    .dtf-print-inner, .content-box, .feature-wrapper, .product-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .dtf-print-inner .image-box {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .dtf-print-inner .image-box img {
        width: 70%;
        max-width: 300px;
    }
    .dtf-print-inner .text-box {
        padding-top: 60px;
        text-align: left;
    }
    .feature-set {
        display: block;
        margin-bottom: 30px;
    }
    .feature-set img {
        margin-bottom: 20px;
    }
    .text-box, .service-list, .features-list, .product-item {
        width: 95%;
    }

    h2 {
        font-size: 32px;
        text-align: center;
    }

    table {
        width: 100%;
        font-size: 14px;
    }

    .footer {
        text-align: center;
        padding: 20px 0;
    }
}

/* サンクスページ */
.thanks_area {
    margin-top: 100px;
    width: 100%;
}
.thanks_container {
    width: 1000px;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}
.thanks_container h2 {
    font-size: 2em;
    margin: 2em 0;
}
.thanks_container p {
    margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
    .thanks_container {
        width: 95%;
    }
    .thanks_container h2 {
        font-size: 1.3em;
        margin: 1em 0;
    }
}