@charset "utf-8";

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-optical-sizing: auto;
    font-size: 62.5%;
    color: #000;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow-x: hidden;
}

/*----------------------------------------
	common
----------------------------------------*/

.c-inner1200 {
    width: 1200px;
    margin: auto;
}

.c-inner1300 {
    width: 1300px;
    margin: auto;
}

.c-text {
    font-size: 1.8rem;
    line-height: 1.75;
}

.op {
    transition: .3s;
}

.op:hover {
    opacity: 0.7;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width:1400px) {
    .c-inner1300 {
        width: 100%;
        padding: 0 6.5%;
    }
}

@media screen and (max-width:1300px) {
    .c-inner1200 {
        width: 100%;
        padding: 0 6.5%;
    }

    .c-inner1300 {
        width: 100%;
        padding: 0 6%;
    }
}

@media screen and (max-width:1100px) {
    .c-inner1200 {
        width: 100%;
        padding: 0 5.5%;
    }

    .c-inner1300 {
        width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width:820px) {
    .c-text {
        font-size: 1.4rem;
    }

    .c-inner1200 {
        width: 100%;
        padding: 0 3.5%;
    }

    .c-inner1300 {
        width: 100%;
        padding: 0 3%;
    }
}


/*----------------------------------------
	footer
----------------------------------------*/

footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #000000;
    width: 100%;
    background-color: #0075C2;
    color: #FFFFFF;
    background-image: url(../img/f-back.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50% auto;
    margin-top: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer p {
    font-size: 11px;
    text-align: center;
    margin-top: 35px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
}

#footer #c {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 250%;
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (max-width: 767px) {
    footer p {
        font-size: 10px;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

.head-back {
    margin: 0;
    padding: 0;
    background-color: #0075C2;
}

header {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    height: 80px;
    width: 95%;
    margin-bottom: 0px;
    margin-top: 0px;
}

header p {
    max-width: 57%;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 170%;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.logo {
    height: 45px;
}

.logo-sp {
    height: 0;
    display: none;
}

.h-tel {
    height: 80px;
    float: right;
    position: absolute;
    top: 3px;
    right: 5%;
}

@media only screen and (max-width: 1000px) {
    header p {
        width: 45%;
        max-width: none;
        line-height: 150%;
        color: #FFFFFF;
    }

    .logo {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        margin-top: 50px;
        height: auto;
        padding-top: 5px;
        width: 95%;
    }

    header p {
        width: 100%;
        max-width: none;
        font-size: 11px;
        line-height: 200%;
        text-decoration: none;
    }

    .logo {
        width: 0;
        display: none;
        height: 35px;
        position: fixed;
        top: 7px;
        left: 5px;
        z-index: 999;
    }

    .logo-sp {
        display: inherit;
        height: 35px;
        position: fixed;
        top: 7px;
        left: 5px;
        z-index: 999;
    }

    .h-tel {
        display: none;
    }
}

/*----------------------------------------
	page
----------------------------------------*/

.p-catch {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/column_catch.jpg);
    margin: 62px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.p-catch:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 148, 246, 0.06);
    z-index: 0;
}

.p-catch__jp {
    font-size: 4.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
}

.p-catch__en {
    font-size: 2.8rem;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 20px 0 0;
    color: #0075C2;
    letter-spacing: 0.07em;
    position: relative;
    z-index: 1;
}

.p-catch__textWrap {
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .p-catch {
        margin: 62px 0 0; 
    }
}

@media screen and (max-width: 768px) {
    .p-catch {
        height: 220px; 
        margin: 0;
    }

    .p-catch__jp {
        font-size: 3.4rem;
    }

    .p-catch__en {
        font-size: 2.2rem;
        margin: 15px 0 0;  
    }
}

@media screen and (max-width: 590px) {
    .p-catch {
        height: 150px;
    }

    .p-catch__textWrap {
        padding: 0 20px; 
    }

    .p-catch__jp {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    .p-catch__en {
        font-size: 1.6rem; 
        margin: 10px 0 0;
        letter-spacing: 0.05em;
    }
}

/*----------------------------------------
	LINE
----------------------------------------*/

.p-line {
    padding: 60px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

.p-line .c-inner1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-lineCategory {
    display: inline-block;
    background: #06c755; 
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.p-lineTitle {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

@media (max-width: 767px) {
    .p-lineTitle {
        font-size: 22px;
    }
}

.p-lineLead {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.p-lineContent {
    background: #fff;
}

.p-lineHeading2 {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
}

.p-lineText {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
}

.p-lineStepbox {
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.p-lineHeading3 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 480px) {
    .p-lineHeading3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

.p-lineStepbadge {
    background: #222;
    color: #fff;
    font-size: 12px;
    font-family: 'Arial Black', sans-serif;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.p-lineMockup__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 24px 0;
    background: #eef7ee;
    padding: 24px;
    border-radius: 12px;
}

@media (min-width: 768px) {
    .p-lineMockup__container {
        flex-direction: row;
        align-items: center;
    }
}

.p-lineMockup__image {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-lineMockup__image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    max-height: 400px;
    object-fit: contain;
}

.p-lineMockup__caption {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #627b62;
    font-weight: bold;
}

.p-lineMenu__types {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.p-lineMenu__typesTitle {
    font-size: 18px;
    font-weight: bold;
    color: #2e4a2e;
    margin-bottom: 6px;
    border-left: 4px solid #06c755;
    padding-left: 8px;
}

.p-lineType__card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #d0ebd0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.p-lineType__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(6, 199, 85, 0.1);
}

.p-lineType__icon {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fbf0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid #e2f5e2;
}

.p-lineType__text strong {
    display: block;
    font-size: 16px;
    color: #049e43;
    margin-bottom: 2px;
}

.p-lineType__text p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.p-lineSub__info {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed #bcdcbd;
}

.p-lineSub__info .p-lineText {
    margin-bottom: 0;
    color: #4f6b4f;
    font-size: 14px;
}

.p-lineAlertbox {
    background: #f9f9f9;
    border-left: 4px solid #666;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 32px 0;
}

.p-lineAlerttitle {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}

.p-lineAlertbox .p-lineText {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

.p-lineCta {
    background: #f4f5f7;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
}

.p-lineCtatitle {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
}

.p-lineCta .p-lineText {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

.p-lineBtnwrap {
    display: flex;
    justify-content: center;
}

.p-lineLinebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #06c755;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 36px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    max-width: 100%;
    width: 400px;
}

.p-lineLinebtn:hover {
    background: #05b34c;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 199, 85, 0.4);
    color: #fff; 
}

.p-lineLinebtnicon {
    font-size: 22px;
}

@media (max-width: 480px) {
    .p-lineCta {
        padding: 30px 16px;
    }
    .p-lineCtatitle {
        font-size: 18px;
    }
    .p-lineLinebtn {
        font-size: 3.9vw;
        padding: 14px 20px;
    }
    
    .p-lineStepbox {
        padding: 24px 14px;
    }
    
    .p-line {
        padding: 60px 0 0;
    }
}