@media screen and (max-width: 750px) {
    /* =========================Base Reset========================= */
    *, *::before, *::after {
        box-sizing: border-box;
    }
    /* =========================Base========================= */
    html {
        font-size: 15px;
    }
    body {
        margin: 0;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
        font-size: 1rem; /* 16px */
        line-height: 1.8;
        color: #000;
        background: #eff9f9;
        letter-spacing: 0.05em;
    }
    /* ========================= Font Face========================= */
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.woff') format('woff');
        font-display: swap;
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype');
        font-display: swap;
        font-weight: normal;
        font-style: normal;
    }
    /* =========================Element Reset========================= */
    h1, h2, h3, h4, h5, h6, p, ul, ol, li {
        margin: 0;
        padding: 0;
    }
    ul, ol {
        list-style: none;
    }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        max-width: 100%;
        height: auto;
        backface-visibility: hidden;
    }
    /* =========================Link========================= */
    a {
        color: inherit;
        text-decoration: none;
    }
    a img {
        transition: 0.2s;
    }
    a:hover img {
        opacity: 0.7;
    }
    /* =========================Layout Base========================= */
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .content_wrap {
        padding: 0 1.25rem;
        margin: 0 auto;
    }
    #ind main {
        padding: 0 0;
    }
    .sec main {
        padding: 1.25rem 1.25rem;
        background:
            url("../img/bg_sec.png") no-repeat center top / contain;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 6px;
        background: #fff;
        border-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .table_basic th {
        background: #2fa4a9;
        padding: 10px;
        text-align: left;
        display: block;
        color: #fff;
        font-weight: 500;
    }
    .table_basic td {
        background: #eff9f9;
        padding: 10px;
        display: block;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
        border: 1px solid #bbb;
    }
    .table_basic td input {
        width: 100%;
        border: 1px solid #bbb;
        height: 30px;
    }
    .table_basic td > label {
        display: flex;
        align-items: center;
        padding: 0.25rem 0;
    }
    .table_basic td > label > input {
        width: auto;
        border: 1px solid #bbb;
        height: auto;
        font-size: 1rem;
        margin-right: 6px;
    }
    .table_basic td select {
        border: 1px solid #bbb;
        height: 30px;
        font-size: 1rem;
        padding: 0 10px;
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .scrool-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrool-table > table {
        border-collapse: separate;
        border-spacing: 6px;
        background: #eff9f9;
        border-style: none;
        display: table;
        width: max-content;
        min-width: 100%;
        white-space: nowrap;
        margin-bottom: 20px;
    }
    .scrool-table > table th {
        background: #bfe0e9;
        padding: 5px 10px;
        border-top: 1px solid #FFF;
        text-align: center;
        white-space: nowrap;
        color: #011224;
        font-weight: 500;
    }
    .scrool-table > table td {
        background-color: #FFF;
        padding: 5px 10px;
        border-top: 1px solid #FFF;
        font-size: 1rem !important;
    }
    .scrool-table > table td.txt-g {
        color: #2cb0ab;
        font-weight: 600;
    }
    .scrool-table > table td.c, .scrool-table > table th.c {
        text-align: center;
    }
    .scroll-hint-text {
        font-size: 12px;
        color: #23AEAA;
    }
    .scroll-hint-icon {
        background: #23AEAA;
    }
    /* =========================header========================= */
    header {
        width: 100%;
        padding: 0 1rem;
        height: 70px;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    header > #logo {}
    header > #logo img {
        display: block;
        width: 70%;
    }
    header > #h_nav {
        display: none;
    }
    .hamburger {
        width: 50px !important;
        height: 50px !important;
        position: fixed !important;
        top: 11px !important;
        right: 20px !important;
    }
    /* =========================nav========================= */
    nav.gNav {
        display: none;
    }
    /* =========================footer========================= */
    #f_contact {
        margin-bottom: 2rem;
    }
    #f_contact .tit {
        text-align: center;
    }
    #f_contact .tit .h2cap {
        margin-bottom: 0;
    }
    #f_contact .txt {
        text-align: center;
        padding: 1.25rem 0;
    }
    #f_contact .txt .box {
        margin-top: 1.25rem
    }
    #f_contact .txt .box .tel {
        line-height: 1;
        font-size: 0.875rem;
        margin-bottom: 1.25rem
    }
    #f_contact .txt .box .tel a {
        display: block;
        color: #000;
        font-weight: 600;
        font-size: 1.75rem;
        letter-spacing: 1pt;
        margin-bottom: 5px;
    }
    #f_contact .txt .box .tel a::before {
        content: "\E100";
        font-family: 'LigatureSymbols';
        font-size: 95%;
        display: inline-block;
        margin-right: 5px;
        transform: translateY(-1px);
    }
    #f_contact .txt .box .btn {
        margin-left: 10px;
    }
    footer {
        background: #FFF;
        padding: 2rem 1.25rem;
        text-align: center;
    }
    footer > .info > .logo {
        margin-bottom: 1.25rem;
        width: 60%;
        margin: 0 auto;
    }
    footer > .info > .add {
        margin-bottom: 1.25rem;
    }
    footer a {
        color: #222;
    }
    footer > .link {}
    footer > .link ol {
        display: none;
    }
    .link .copy {
        padding-top: 1.25rem;
        font-size: 0.875rem;
    }
    #topcontrol {
        position: fixed;
        bottom: 15px;
        right: 15px;
        background: #2cb0ab;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 40px;
        height: 40px;
    }
    /* =========================index kv========================= */
    .viewer {
        min-height: calc(100vh - 70px);
        overflow: visible;
        position: relative;
        background: url("../img/kv_bg_sp.webp") no-repeat center center / cover;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .viewer > .kv_inner {
        width: 100%;
        position: relative;
        padding: 1.25rem 2rem;
    }
    .viewer > .kv_inner > .pic img {
        display: block;
        width: 83%;
        margin: 0 auto;
    }
    .viewer > .kv_inner > .kv_seo_title {
        margin: 0.75rem 0 0;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.6;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-align: center;
    }
    .viewer > .kv_inner > p.txt {
        display: block;
        padding: 1.25rem 0 1.75rem;
    }
    .viewer > .kv_inner > .btn {}
    .viewer > .kv_inner > .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 100px;
        background: #fff;
        color: #35a6ab;
        text-decoration: none;
        transition: .3s;
        font-size: 1.125rem;
        line-height: 1;
        border: 1px solid #fff;
        padding: 7px 0 10px;
    }
    .viewer > .kv_inner > .btn a + a {
        margin-top: 15px;
    }
    .viewer > .kv_inner > .btn a:hover {
        background: #3dbdd4;
        color: #fff;
        border: 1px solid #fff;
    }
    .viewer > .kv_inner > .btn a span.contact::before {
        content: "\E08a";
        font-family: 'LigatureSymbols';
        font-size: 22pt;
        display: inline-block;
        margin-right: 10px;
        transform: translateY(2px);
    }
    .viewer > .kv_inner > .btn a span.recruit::before {
        content: "\E041";
        font-family: 'LigatureSymbols';
        font-size: 22pt;
        display: inline-block;
        margin-right: 10px;
        transform: translateY(2px);
    }
    .viewer > .pic {}
    .viewer > .pic img {
        display: block;
        width: 100%;
    }
    .viewer > .circle1 {
        position: absolute;
        left: 0px;
        top: 140px;
        z-index: 0;
        width: 50px;
        height: auto;
    }
    .viewer > .circle2 {
        position: absolute;
        right: 0px;
        bottom: -50px;
        z-index: 0;
        width: 100px;
        height: auto;
    }
    .mot-kv-pic {
        opacity: 0;
    }
    .mot-kv-cir1 {
        transform: translateY(30px);
        opacity: 0;
    }
    .mot-kv-cir2 {
        transform: translateY(40px);
        opacity: 0;
    }
    .mot-kv-btn {
        transform: translateX(0px);
        opacity: 0;
    }
    .fade-in-blur {
        width: 100%;
        height: auto;
        opacity: 0;
        filter: blur(10px);
    }
    /* =========================index========================= */
    h1, h2 {
        font-size: 1.75rem;
        text-align: center;
        letter-spacing: 1pt;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }
    .h2cap {
        color: #c4c4c4;
        font-size: 0.75rem;
        line-height: 1;
        margin-bottom: 1.75rem;
    }
    .btn {
        text-align: center;
    }
    .btn a {
        background: #2fa4a9;
        line-height: 1;
        color: #fff;
        border-radius: 100px;
        padding: 13px 60px 16px;
        display: inline-block;
    }
    #index01 {
        padding: 2rem 0;
        text-align: center;
    }
    #index01 span {
        color: #f87f60;
    }
    #index01 .pic {
        margin-bottom: 1.25rem;
    }
    #index01 p {
        text-align: left;
    }
    #index02 {
        text-align: center;
        padding: 2rem 1.25rem;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    }
    #index02 h2 span {
        color: #2fa4a9;
    }
    #index02 p {
        text-align: left;
    }
    #index02 .inner {
        background: #eff9f9;
        border-radius: 20px;
        margin: 1.75rem auto;
    }
    #index02 ol {
        display: flex;
        flex-wrap: wrap;
    }
    #index02 ol li {
        text-align: center;
        width: 50%;
        padding: 1.25rem;
    }
    #index02 ol li img {
        display: block;
        margin: 0 auto;
    }
    #index02 ol li span {
        display: block;
        color: #fff;
        line-height: 1;
        font-size: 0.875rem;
        padding: 8px 0;
        margin-top: 1rem;
    }
    #index02 ol li h3 {
        display: block;
        font-size: 1.25rem;
        line-height: 1;
        padding: 1rem 0;
        margin: 0;
    }
    #index02 ol.service_top li h3 {
        color: #2fa4a9;
    }
    #index02 ol.service_top li span {
        background: #2fa4a9;
    }
     #index02 ol.service_middle li h3 {
        color: #f87f60;
    }
    #index02 ol.service_middle li span {
        background: #f87f60;
    }
    #index02 ol.service_bottom li h3 {
        color: #e88a5b;
    }
    #index02 ol.service_bottom li span {
        background: #e88a5b;
    }
    #index02 ol.service_top li,#index02 ol.service_middle li, #index02 ol.service_bottom li {
        border-bottom: 2px solid #fff;
    }
    #index02 ol.service_top li:nth-child(odd),#index02 ol.service_middle li:nth-child(odd), #index02 ol.service_bottom li:nth-child(odd) {
        border-right: 2px solid #fff;
    }
    #index02 ol li p {
        text-align: left;
    }
    #index03 {
        padding: 2rem 1.25rem;
    }
    #index03 .txt {
        text-align: center;
        margin-bottom: 1.75rem;
    }
    #index03 .txt h2 {}
    #index03 .txt h2 span {
        color: #2fa4a9;
    }
    #index03 .txt .tit {
        color: #2fa4a9;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #2fa4a9;
        font-size: 1.25rem;
        font-weight: 600;
        display: none;
    }
    #index03 .pic {}
    #index04 {
        background: url("../img/index04_bg.webp")no-repeat right top / cover;
        padding: 2rem 1.25rem 0;
        margin-bottom: 3rem;
    }
    #index04 .inner {
        background: #eff9f9;
        border-radius: 20px 20px 0 0;
    }
    #index04 .inner .pic {
        text-align: center;
        padding-top: 1.25rem;
    }
    #index04 .inner .pic img {
        display: block;
        margin: 0px auto 0;
        width: 60%;
    }
    #index04 .inner .txt {
        text-align: center;
        padding-top: 1.25rem;
    }
    #index04 .txt h2 {}
    #index04 .txt h2 span {
        color: #f87f60;
    }
    #index04 .txt p {
        display: block;
        margin-bottom: 1.25rem;
        text-align: left;
    }
    #index04 .txt p span {
        color: #f87f60;
    }
    #index #index04 .btn a {
        background: #f87f60;
    }
    /* =========================motion========================= */
    #ind .mot-logo {
        transform: translateX(10px);
        opacity: 0;
    }
    #ind .mot-menu {
        transform: translateX(-10px);
        opacity: 0;
    }
    .mot-fade-right {
        transform: translateX(10px);
        opacity: 0;
    }
    .mot-fade-left {
        transform: translateX(-10px);
        opacity: 0;
    }
    .mot-fade-up {
        transform: translateY(20px);
        opacity: 0;
    }
    .mot-fade {
        transform: translateY(0);
        opacity: 0;
    }
    .mot-kv_sec {
        transform: translateY(0);
        opacity: 0;
    }
    .mot-sec_box {
        transform: translateY(20px);
        opacity: 0;
    }
    .mot-sec_h2 {
        transform: translateX(10px);
        opacity: 0;
    }
    .mot-sec_box_head {
        transform: translateX(10px);
        opacity: 0;
    }
    /* =========================second========================= */
    #kv_sec {
        background: url("../img/kv_bg_sp.webp") no-repeat center center / cover;
        margin: 0px 0 0 0;
        height: 170px;
    }
    .sec_inner {
        padding: 1.5rem 0;
        margin: -165px auto 1rem;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    }
    .kv_pic {
        margin-bottom: 1.25rem;
    }
    .kv_pic img {
        border-radius: 10px 10px 0px 0px;
    }
    .h2cap {
        text-align: center;
    }
    h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .sec > section {
        margin-bottom: 2.5rem;
    }
    .sec-box {
        padding: 1.5rem 0;
    }
    .sec-box + .sec-box {
        border-top: 2px solid #ddd;
    }
    .sec-box > .pic {}
    .sec-box > .pic > img {
        border-radius: 10px;
    }
    .sec-box > .txt {
        text-align: left;
        padding-top: 1.5rem
    }
    /* =========================service========================= */
    #service .service_name {
        font-size: 1.5rem;
        text-align: left;
        letter-spacing: normal;
        line-height: inherit;
        margin-bottom: 10px;
    }
    #service .label {
        display: inline-block;
        color: #fff;
        line-height: 1;
        font-size: 0.875rem;
        padding: 8px 10px;
        margin-bottom: 5px;
    }
    #service .lg {
        background: #2cb0ab;
    }
    #service .lo {
        background: #f87f60;
    }
    #service .first {
        padding: 0.5rem 0px 1.5rem !important;
    }
    #service .end {
        padding: 1.5rem 0 0 !important;
    }
    /* =========================company========================= */
    #company table {
        margin-bottom: 1.25rem;
    }
    #company .map {
        background: #fff;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    #company .map iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    /* =========================policy========================= */
    #policy {
        text-align: left;
    }
    #policy h3 {
        font-size: 1.125rem;
        font-weight: 500;
        color: #2fa4a9;
    }
    #policy ol {
        margin-bottom: 1.25rem;
    }
    #policy p {
        margin-bottom: 1.25rem;
    }
    #policy p.end {
        margin-bottom: 0 !important;
    }
    /* =========================contact========================= */
    #contact .comment {
        text-align: left;
        margin-bottom: 1.25rem;
    }
    /* =========================form要素========================= */
    .form_btn {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 1.25rem;
    }
    .form_btn_back, .form_btn_submit {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 13px 30px;
        border-radius: 100px;
        text-decoration: none;
        cursor: pointer;
        font-size: 1rem;
        transition: .3s;
        line-height: 1;
    }
    /* 戻る */
    .form_btn_back {
        background: #eff9f9;
        color: #2fa4a9;
        border: 1px solid #2fa4a9;
        width: 40%;
    }
    /* 送信 */
    .form_btn_submit {
        background: #2fa4a9;
        color: #fff;
        border: 0px;
        width: 40%;
    }
    /* hover */
    .form_btn_back:hover, .form_btn_submit:hover {
        opacity: .8;
    }
    /* 未入力エラー色 */
    .form_input_error {
        background: #fff2f2;
        border: 1px solid #e57373 !important;
    }
    .form_required {
        display: inline-block;
        margin-left: 6px;
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        border-radius: 3px;
        vertical-align: middle;
    }
    /* =========================anker link========================= */
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12, #al13, #al14 {}
}
