body {
    font-size: 14px;
    font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    line-height: 1.75;
}

.inner {
    max-width: 960px;
    padding: 0 2rem;
    margin: 0 auto;
}

.inner2 {
    max-width: 640px;
    padding: 0 2rem;
    margin: 0 auto;
}

.inner3 {
    max-width: 800px;
    padding: 0 2rem;
    margin: 0 auto;
}

img {
    display: block;
}

.hamburger {
    display: none;
    appearance: none;
    border: none;
    background: white;
    padding: 4px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}
.hamburger > div {
    height: 2px;
    background: black;
}
@media screen and (max-width: 768px) {
    .hamburger {
        display: flex;
    }
}

.sp-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 16px;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
    background: white;
    z-index: 100;
}
.sp-menu button {
    display: flex;
    appearance: none;
    border: none;
    background: white;
    padding: 4px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    margin-left: auto;
}
.sp-menu button div {
    height: 2px;
    background: black;
}
.sp-menu button div:first-child {
    transform:  translateY(10px) rotate(45deg);
}
.sp-menu button div:last-child {
    transform: translateY(-10px) rotate(-45deg);
}
.sp-menu div.logo a {
    display: block;
    height: 56px;
}
.sp-menu div.logo a img {
    display: block;
    height: 100%;
}
.sp-menu .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}
.sp-menu .menu a {
    display: block;
    padding: 8px 20px;
    font-size: 21px;
    color: black;
    text-decoration: none;
}
.sp-menu .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sp-menu .contact a {
    color: black;
    text-decoration: none;
}
.sp-menu .contact img {
    display: block;
    height: 80px;
}


.sp-menu.open {
    display: flex;
}

/* ============== */

section.a_01 {
    margin: 4rem 0;
    text-align: center;
}
section.a_01 h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* ================== */

section.a_02 {
    margin: 4rem 0;
    text-align: right;
}
section.a_02 h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
section.a_02 .container {
    width: 50%;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    section.a_02 .container {
        width: 80%;
    }
}

/* ===================== */

section.a_03 {
    margin: 4rem 0;
    text-align: left;
}
section.a_03 h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
section.a_03 .container {
    width: 50%;
}

@media screen and (max-width: 768px) {
    section.a_03 .container {
        width: 80%;
    }
}


/* ===================== */

section.a_04 {
    margin: 4rem 0;
    text-align: center;
}
section.a_04 h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
section.a_04 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    section.a_04 .container {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.a_05 {
    margin: 4rem 0;
    text-align: center;
}

/* ===================== */

section.a_06 {
    margin: 4rem 0;
    text-align: left;
}
section.a_06 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
section.a_06 .container {
    display: flex;
}
section.a_06 p {
    width: 70%;
    margin-left: 4rem;
}

@media screen and (max-width: 768px) {
    section.a_06 .container {
        display: block;
    }
    section.a_06 p {
        width: auto;
    }
}

/* ===================== */

section.a_07 {
    margin: 4rem 0;
    text-align: left;
}
section.a_07 h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 4rem;
}
section.a_07 .container {
    display: flex;
}
section.a_07 p {
    width: 70%;
}
@media screen and (max-width: 768px) {
    section.a_07 .container {
        flex-direction: column;
        align-items: stretch;
    }
    section.a_07 p {
        width: auto;
        order: 2;
        margin-right: 4rem;
    }
    section.a_07 h2 {
        margin-left: 0;
        text-align: right;
        order: 1;
    }
}

/* ===================== */

section.a_08 {
    margin: 4rem 0;
    text-align: left;
}
section.a_08 h2{
    margin: 0;
}
section.a_08 .number {
    font-size: 6rem;
    color: #D9D9D9;
    margin: 0;
}
section.a_08 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    section.a_08 .container {
        grid-template-columns: 1fr;
    }
}


/* ===================== */

section.a_09 {
    margin: 4rem 0;
    text-align: left;
}
section.a_09 h2{
    margin: 0;
    text-align: right;
}
section.a_09 .number {
    font-size: 6rem;
    color: #D9D9D9;
    margin: 0;
    text-align: right;
}
section.a_09 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    section.a_09 .container {
        grid-template-columns: 1fr;
    }
    section.a_09 .container > div {
        order: 1;
    }
    section.a_09 .container > p {
        order: 2;
    }
}

/* ===================== */

section.b_01 {
    margin: 4rem 0;
}
section.b_01 img {
    width: 100%;
    height: 320px;
    object-fit:cover;
}

/* ===================== */

section.b_02 {
    margin: 4rem 0;
}
section.b_02 .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

section.b_02 img {
    width: 100%;
    height: 320px;
    object-fit:cover;
}

@media screen and (max-width: 767px) {
    section.b_02 .inner {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.b_03 {
    margin: 4rem 0;
}
section.b_03 .inner {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
}
section.b_03 img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    section.b_03 .inner {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.b_04 {
    margin: 4rem 0;
}
section.b_04 .inner {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
}

section.b_04 img{
    width: 100%;
}
section.b_04 .b_04_wrap{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
@media screen and (max-width: 768px) {
    section.b_04 .inner {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.b_05 {
    margin: 4rem 0;
}
section.b_05 .inner {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
}

section.b_05 img{
    width: 100%;
}
section.b_05 .b_05_wrap{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
@media screen and (max-width: 768px) {
    section.b_05 .inner {
        grid-template-columns: 1fr;
    }
    section.b_05 .inner > div:nth-child(1) {
        order: 2;
    }
    seciton.b_05 .inner > div:nth-child(2) {
        order: 1;
    }
}

/* ===================== */

section.b_06 {
    margin: 4rem 0;
}
section.b_06 .inner {
    display: flex;
    gap: 8px;
}
section.b_06 div{
    flex: 1;
}
section.b_06 img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    section.b_06 .inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* ===================== */

section.b_07 {
    margin: 4rem 0;
}
section.b_07 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 32px;
}
section.b_07 .container > div {
    height: 190px;
}
section.b_07 .container > div > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    section.b_07 .container {
        gap: 8px;
    }
}

/* ===================== */

section.b_08 {
    margin: 4rem 0;
}
section.b_08 .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
section.b_08 .threebox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
section.b_08 .under {
    grid-column: span 2;
}
section.b_08 img {
    width: 100%;
    object-fit:cover;
}
@media screen and (max-width: 768px) {
    section.b_08 .inner {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.b_09 {
    margin: 4rem 0;
}
section.b_09 .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 32px;
}
section.b_09 .container > div:first-child,
section.b_09 .container > div:last-child {
    grid-column: 1 / span 2;
    grid-row: 1;
}
section.b_09 .container > div:last-child {
    grid-column: 3 / span 2;
    grid-row: 2;
}
section.b_09 .container > div {
    height: 190px;
}
section.b_09 .container > div > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    section.b_09 .container {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    section.b_09 .container > div:first-child,
    section.b_09 .container > div:last-child {
        grid-column: auto;
        grid-row: auto;
    }
    section.b_09 .container > div:last-child {
        grid-column: auto;
        grid-row: auto;
    }
}

/* ===================== */

section.b_10 {
    margin: 4rem 0;
}
section.b_10 img { 
    width: 100%;
    height: 640px;
    object-fit:cover;
}

/* ===================== */

section.b_11 {
    margin: 4rem 0;
    display: flex;
}
section.b_11 > div {
    flex: 1 1 0%;
}
section.b_11 img { 
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    section.b_11 > div:first-child {
        flex-grow: 3;
    }
}

/* ===================== */

section.b_12 {
    margin: 4rem 0;
    display: flex;
}
section.b_12 > div {
    flex: 1 1 0%;
}
section.b_12 img { 
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    section.b_12 > div:last-child {
        flex-grow: 3;
    }
}

/* ===================== */

section.b_13 {
    margin: 4rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 640px;
}
section.b_13 img {
    display: block;
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    section.b_13 {
        grid-template-columns: 1fr;
        height: auto;
    }
}


/* ===================== */

section.b_14 {
    margin: 4rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
section.b_14 img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}

/* ===================== */

section.b_15 {
    margin: 4rem 0;
}
section.b_15 img {
    display: block;
    width: 100%;
}


/* ===================== */

section.c_01 {
    margin: 4rem 0;
}
section.c_01 .img {
    height: 320px;
    margin-bottom: 32px;
}
section.c_01 .img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_01 p {
    line-height: 2;
    font-size: 14px;
}

/* ===================== */

section.c_02 {
    margin: 4rem 0;
}
section.c_02 .img {
    height: 320px;
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}
section.c_02 .img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_02 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_02 .img {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}


/* ===================== */

section.c_03 {
    margin: 4rem 0;
}
section.c_03 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}
section.c_03 .img {
    height: 320px;
    margin-bottom: 32px;
}
section.c_03 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_03 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_03 .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}


/* ===================== */

section.c_04 {
    margin: 4rem 0;
}
section.c_04 .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
section.c_04 .img {
    height: 300px;
    margin-bottom: 24px;
}
section.c_04 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_04 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_04 .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ===================== */

section.c_05 {
    margin: 4rem 0;
}
section.c_05 .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
section.c_05 .img {
    height: 300px;
    margin-bottom: 24px;
}
section.c_05 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_05 h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 0 16px;
}
section.c_05 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_05 .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ===================== */

section.c_06 {
    margin: 4rem 0;
}
section.c_06 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.c_06 .container > div:first-child {
    padding-right: 20px;
}
section.c_06 .container > div:first-child > div {
    height: 320px;
}
section.c_06 img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_06 .container > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: right;
}
section.c_06 h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 32px;
}
section.c_06 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_06 .container {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    section.c_06 .container > div:first-child {
        padding-right: 0;
        width: 100%;
    }
    section.c_06 h1 {
        margin-bottom: 16px;
    }
}

/* ===================== */

section.c_07 {
    margin: 4rem 0;
}
section.c_07 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.c_07 .container > div:last-child {
    padding-left: 20px;
}
section.c_07 .container > div:last-child > div {
    height: 320px;
}
section.c_07 img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_07 .container > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
section.c_07 h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 32px;
}
section.c_07 p {
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    section.c_07 .container {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    section.c_07 .container > div:nth-child(2) {
        order: 1;
        padding-left: 0;
        width: 100%;
        margin-left: auto;
    }
    section.c_07 .container > div:nth-child(1) {
        padding-right: 0;
        order: 2;
    }
    section.c_07 h1 {
        margin-bottom: 16px;
    }
}

/* ===================== */

section.c_08 {
    margin: 4rem 0;
    position: relative;
}
section.c_08 .half {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    height: 480px;
    margin-right: auto;
    padding-right: 20px;
}
section.c_08 .half > div {
    height: 100%;
}
section.c_08 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_08 .inner {
    position: relative;
    height: 480px;
}
section.c_08 .inner > div {
    height: 100%;
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: right;
}
section.c_08 h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 32px;
}
section.c_08 p {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    section.c_08 .inner {
        height: auto;
    }
  
    section.c_08 .half {
        position: relative;
        right: 0;
        height: 300px;
        padding-right: 0;
        width: 70%;
    }
  
    section.c_08 .inner > div {
        width: 80%;
        margin-top: 8px;
    }
  
    section.c_08 h1 {
        margin: 0 0 16px;
    }
}

/* ===================== */

section.c_09 {
    margin: 4rem 0;
    position: relative;
}
section.c_09 .half {
    position: absolute;
    left: 0;
    right: 0;
    left: 50%;
    height: 480px;
    margin-right: auto;
    padding-left: 20px;
}
section.c_09 .half > div {
    height: 100%;
}
section.c_09 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_09 .inner {
    position: relative;
    height: 480px;
}
section.c_09 .inner > div {
    height: 100%;
    width: 50%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
section.c_09 h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 32px;
}
section.c_09 p {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    section.c_09 .inner {
        height: auto;
    }
  
    section.c_09 .half {
        position: relative;
        left: 30%;
        top: 0;
        right: 0;
        height: 300px;
        padding-left: 0;
        margin-left: 0;
        width: 70%;
    }
  
    section.c_09 .inner > div {
        width: 80%;
        margin-top: 8px;
    }
  
    section.c_09 h1 {
        margin: 0 0 16px;
    }
}

/* ===================== */

section.c_10 {
    margin: 4rem 0;
    padding: 113px 0 137px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.c_10 h1 {
    font-size: 32px;
    margin: 0 0 56px;
    text-align: center;
}
section.c_10 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
}
section.c_10 p {
    font-size: 14px;
    text-align: center;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    section.c_10 .container {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

section.c_11 {
    margin: 4rem 0;
}
section.c_11 .container {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 20px;
}
section.c_11 h1 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    font-size: 32px;
    font-weight: normal;
}
section.c_11 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 64px;
}
section.c_11 .item {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 24px;
}
section.c_11 .item .text {
    align-self: center;
}
section.c_11 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_11 .item h2 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: normal;
}
section.c_11 .item p {
    font-size: 14px;
    line-height: 2;
}


@media screen and (max-width: 768px) {
    section.c_11 .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    section.c_11 h1 {
        font-size: 28px;
    }
    
    section.c_11 .item {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    section.c_11 .items {
        row-gap: 32px;
    }
}
  

/* ===================== */

section.c_12 {
    margin: 4rem 0;
}
section.c_12 .container {
    display: grid;
    grid-template-columns: 1fr 320px;
    column-gap: 20px;
}
section.c_12 h1 {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    font-size: 32px;
    font-weight: normal;
}
section.c_12 .items {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 64px;
}
section.c_12 .item {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 24px;
}
section.c_12 .item .text {
    align-self: center;
}
section.c_12 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.c_12 .item h2 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: normal;
}
section.c_12 .item p {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    section.c_12 .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    section.c_12 .container .items {
        order: 2;
    }
    
    section.c_12 h1 {
        font-size: 28px;
    }
    
    section.c_12 .item {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    section.c_12 .items {
        row-gap: 32px;
    }
}

/* ===================== */

section.c_13 {
    margin: 4rem 0;
}
section.c_13 .container {
    display: grid;
    grid-template-columns: 135px 1fr;
    column-gap: 20px;
}
section.c_13 .container h1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}
section.c_13 .parts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 32px;
}
section.c_13 .parts img {
    display: block;
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
}
section.c_13 .parts p {
    margin-top: 0;
    line-height: 2;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    section.c_13 .container {
        grid-template-columns: 1fr;
    }
    
    section.c_13 .container h1 {
        writing-mode: horizontal-tb;
        margin: 0 0 16px;
    }
    
    section.c_13 .parts {
        grid-template-columns: 1fr;
    }
    
    section.c_13 .parts div:nth-child(1) {
        order: 2;
    }
    
    section.c_13 .parts div:nth-child(2) {
        order: 1;
    }
    
    section.c_13 .parts div:nth-child(3) {
        order: 3;
    }
    
    section.c_13 .parts div:nth-child(4) {
        order: 4;
    }
}  

/* ===================== */

section.c_14 {
    margin: 4rem 0;
    margin-bottom: -70px;
}
section.c_14 .img {
    width: 66.6666666%;
    margin-left: auto;
    height: 280px;
}
section.c_14 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.c_14 p {
    box-sizing: border-box;
    width: 60.63%;
    background: white;
    padding: 40px 40px 24px;
    font-size: 14px;
    line-height: 2;
    position: relative;
    top: -70px;
}
@media screen and (max-width: 768px) {
    section.c_14 .img {
        width: 80%;
    }
    
    section.c_14 p {
        width: 80%;
        padding: 20px 20px 20px;
    }
}

/* ===================== */

section.c_15 {
    margin: 4rem 0;
    margin-bottom: -70px;
}
section.c_15 .img {
    width: 66.6666666%;
    margin-right: auto;
    height: 280px;
}
section.c_15 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: contain;
}
section.c_15 p {
    box-sizing: border-box;
    width: 60.63%;
    margin-left: auto;
    background: white;
    padding: 40px 40px 24px;
    font-size: 14px;
    line-height: 2;
    position: relative;
    top: -70px;
}
@media screen and (max-width: 768px) {
    section.c_15 .img {
        width: 80%;
    }
    
    section.c_15 p {
        width: 80%;
        padding: 20px 20px 20px;
    }
}

/* ===================== */

section.c_16 {
    margin: 4rem 0;
    padding: 80px 0;
}
section.c_16 .container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 114px 20px;
}
section.c_16 h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 32px;
}
section.c_16 p {
    font-size: 14px;
    line-height: 1;
    max-width: 440px;
    margin: 0 auto;
}

/* ===================== */

section.d_01 {
    margin: 4rem 0;
}
section.d_01 .map {
    margin-bottom: 24px;
}
section.d_01 .map iframe {
    height: 480px;
    width: 100%;
}
section.d_01 h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 16px;
}
section.d_01 p {
    font-size: 14px;
    line-height: 2;
}

/* ===================== */

section.d_02 {
    margin: 4rem 0;
    position: relative;
    height: 640px;
}
section.d_02 .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}
section.d_02 .map iframe {
    height: 100%;
    width: 100%;
}
section.d_02 .inner {
    height: 100%;
}
section.d_02 .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-left: 80px;
    box-sizing: border-box;
    width: 50%;
    margin-left: auto;
}
section.d_02 h1 {
    font-size: 20px;
    margin: 0 0 32px;
    font-weight: normal;
}
section.d_02 p {
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    section.d_02 .map {
        position: relative;
        width: 85%;
        height: 400px;
        margin-bottom: 16px;
    }
    
    section.d_02 {
        height: auto;
    }
    
    section.d_02 .text {
        width: auto;
    }
}
  

/* ===================== */

section.d_03 {
    margin: 4rem 0;
    position: relative;
    height: 640px;
}
section.d_03 .map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}
section.d_03 .map iframe {
    height: 100%;
    width: 100%;
}
section.d_03 .inner {
    height: 100%;
}
section.d_03 .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-right: 80px;
    box-sizing: border-box;
    width: 50%;
    margin-right: auto;
}
section.d_03 h1 {
    font-size: 20px;
    margin: 0 0 32px;
    font-weight: normal;
}
section.d_03 p {
    font-size: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    section.d_03 .map {
        position: relative;
        width: 85%;
        height: 400px;
        margin-bottom: 16px;
        margin-left: auto;
    }
    
    section.d_03 {
        height: auto;
    }
    
    section.d_03 .text {
        width: auto;
    }
}

/* ===================== */

section.d_04 {
    margin: 4rem 0;
}
section.d_04 .container {
    display: grid;
    grid-template-columns: 52.08% 1fr;
    column-gap: 64px;
}
section.d_04 .map iframe {
    height: 400px;
    width: 100%;
}
section.d_04 .text {
    align-self: center;
}
section.d_04 h1 {
    font-size: 20px;
    margin: 0 0 32px;
    font-weight: normal;
}
section.d_04 p {
    font-size: 14px;
    line-height: 2;
    max-width: 300px;
}

@media screen and (max-width: 768px) {
    section.d_04 .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }    
}
  
  

/* ===================== */

section.d_05 {
    margin: 4rem 0;
}
section.d_05 .container {
    display: grid;
    grid-template-columns: 1fr 52.08%;
    column-gap: 64px;
}
section.d_05 .map iframe {
    height: 400px;
    width: 100%;
}
section.d_05 .text {
    align-self: center;
}
section.d_05 h1 {
    font-size: 20px;
    margin: 0 0 32px;
    font-weight: normal;
}
section.d_05 p {
    font-size: 14px;
    line-height: 2;
    max-width: 300px;
}


@media screen and (max-width: 768px) {
    section.d_05 .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }    
    section.d_05 .text {
        order: 2;
    }
}

/* ===================== */

section.d_06 {
    margin: 4rem 0;
    height: 640px;
}
section.d_06 iframe {
    width: 100%;
    height: 100%;
}

/* ===================== */

.e_01 {
    margin: 0;
    padding: 0 64px 0 80px;
    background: white;
}
.e_01 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e_01 .logo {
    display: block;
    height: 48px;
}
.e_01 .logo img {
    display: block;
    height: 100%;
}
.e_01 .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.e_01 .right a.menu {
    display: block;
    padding: 32px;
    font-size: 14px;
    background: white;
    color: black;
    text-decoration: none;
}
.e_01 .right a.menu:hover {
    background: gray;
}
.e_01 a.tel {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .e_01 {
        padding: 0;
        background: transparent;
    }
    .e_01 .logo {
        height: 56px;
    }
    .e_01 .right a {
        display: none !important;
    }
    .e_01 .hamburger {
        height: 56px;
        width: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_01 .close-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        background: white;
    }
    .sp-menu-e_01 .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_01 button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_01 button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_01 div.logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 56px;
    }
    .sp-menu-e_01 .logo a {
        height: 56px;
    }
    .sp-menu-e_01 {
        padding: 56px 33px 64px;
        gap: 0;
    }
    .sp-menu-e_01 .contact {
        display: block;
    }
    .sp-menu-e_01 .contact a.tel {
        display: block;
        font-size: 24px;
        text-align: center;
        margin-bottom: 24px;
    }
    .sp-menu-e_01 .contact a.extra {
        display: block;
        font-size: 20px;
        padding: 15px 0;
        text-align: center;
        background: grey;
        color: white;
    }
}

/* ===================== */

.e_02 {
    margin: 0;
    padding: 0 64px 0 0;
    background: white;
}
.e_02 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e_02 .left {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.e_02 .logo img {
    display: block;
    height: 80px;
}
.e_02 .menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.e_02 .menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    font-size: 14px;
    background: white;
    color: black;
    text-decoration: none;
}
.e_02 .menu a:hover {
    background: grey;
}
.e_02 a.tel {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .e_02 {
        padding: 0;
        background: transparent;
    }
    .e_02 .logo img {
        height: 56px;
        width: 100%;
        object-fit: cover;
        object-align: center;
    }
    .e_02 .menu {
        display: none;
    }
    .e_02 .right a {
        display: none !important;
    }
    .hamburger {
        height: 56px;
        width: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_02 .close-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        background: white;
    }
    .sp-menu-e_02 .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_02 button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_02 button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_02 div.logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 56px;
    }
    .sp-menu-e_02 .logo a {
        height: 56px;
    }
    .sp-menu-e_02 {
        padding: 56px 33px 64px;
        gap: 0;
    }
    .sp-menu-e_02 .contact {
        display: block;
    }
    .sp-menu-e_02 .contact a.tel {
        display: block;
        background: #909090;
        font-size: 24px;
        text-align: center;
        margin-bottom: 24px;
        padding: 18px;
        color: white;
    }
}
  

/* ===================== */

.e_03 {
    margin: 0;
    padding: 0;
    height: 80px;
    background: white;
}
.e_03 .container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.e_03 .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.e_03 .logo img {
    display: block;
    height: 160px;
    width: 160px;
    object-fit: cover;
    object-position: center;
}
.e_03 .menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 80px;
}
.e_03 .menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    font-size: 14px;
    background: white;
    color: black;
    text-decoration: none;
}
.e_03 a:hover {
    background: grey;
}
.e_03 .contact {
    align-self: center;
    width: 200px;
    height: 100%;
}
.e_03 .contact img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .e_03 {
        padding: 0;
        background: transparent;
        height: 56px;
    }
    .e_03 .logo img {
        height: 80px;
        width: 80px;
    }
    .e_03 .menu {
        display: none;
    }
    .e_03 .contact a {
        display: none;
    }
    .e_03 .contact {
        width: auto;
    }
    .hamburger {
        height: 56px;
        width: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_03 div.logo a {
        height: 80px;
        width: 80px;
    }
    .sp-menu-e_03 div.logo a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .sp-menu-e_03 .close-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        background: white;
    }
    .sp-menu-e_03 .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_03 button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_03 button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_03 div.logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 56px;
    }
    .sp-menu-e_03 .logo a {
        height: 56px;
    }
    .sp-menu-e_03 {
        padding: 56px 33px 64px;
        gap: 0;
    }
    .sp-menu-e_03 a.contact {
        display: block;
        width: 100%;
    }
    .sp-menu-e_03 a.contact img {
        display: block;
        width: 100%;
        height: 64px;
        object-fit: cover;
        object-position: center;
    }
}
  

/* ===================== */

.e_04 {
    margin: 0;
    padding: 0;
    height: 120px;
    background: white;
}
.e_04 .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.e_04 .left {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 16px;
}
.e_04 .logo {
    width: 160px;
    display: block;
}
.e_04 .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.e_04 .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.e_04 .menu a {
    display: block;
    padding: 0 32px;
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 14px;
}
.e_04 .menu .link-logo {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.e_04 .menu .link-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.e_04 .contact a.fli {
    display: none;
}
.e_04 .contact a.mail {
    display: none;
}
.e_04 .contact {
    width: 200px;
    height: 120px;
}
.e_04 .contact img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {  
    .e_04 {
        height: 56px;
    }
    .e_04 .logo {
        width: 100px;
        height: 56px;
    }
    .e_04 .menu {
        display: none;
    }
    
    .e_04 .contact a {
        display: none;
    }
    .e_04 .contact a.mail {
        display: grid;
        place-items: center;
        height: 56px;
        width: 56px;
    }
    .e_04 .contact a.mail img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .e_04 .contact a.fli {
        display: grid;
        width: 56px;
        height: 56px;
        place-items: center;
    }
    .e_04 .contact a.fli .fll {
        width: 40px;
        height: 40px;
    }
    .e_04 .contact a.fli .fll img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: center;
        object-position: center;
    }
    .e_04 .contact {
        display: flex;
        height: 56px;
        width: auto;
        align-items: center;
        padding-right: 0;
        justify-content: flex-end;
    }
    .sp-menu-e_04 {
        padding: 0;
    }
    .sp-menu-e_04 .f {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-items: center;
        width: 100%;
        height: 100%;
    }
    .sp-menu-e_04 .header {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        height: 56px;
        background: white;
    }
    .sp-menu-e_04 .header .logo a {
        width: 100px;
    }
    .sp-menu-e_04 .header .logo a img {
        width: 100px;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    .sp-menu-e_04 .header .right {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    .sp-menu-e_04 .header .right .mail {
        display: grid;
        width: 56px;
        height: 56px;
        place-items: center;
    }
    .sp-menu-e_04 .header .right .mail img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sp-menu-e_04 .header .right .close-button {
        width: 56px;
        height: 56px;
    }
    .sp-menu-e_04 .header .right .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_04 .header .right .close-button button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_04 .header .right .close-button button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_04 .menu {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    .sp-menu-e_04 .menu > a {
        display: flex;
        padding: 14px 0;
        align-items: center;
        justify-content: center;
        gap: 24px;
        font-size: 20px;
    }
    .sp-menu-e_04 .menu > a .link-logo {
        width: 40px;
        height: 40px;
    }
    .sp-menu-e_04 .menu > a .link-logo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* ===================== */

.e_05 {
    margin: 0;
    padding: 0;
    background: white;
}
.e_05 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e_05 .left {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.e_05 .logo img {
    display: block;
    height: 80px;
}
.e_05 .menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.e_05 .menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    font-size: 14px;
    background: white;
    color: black;
    text-decoration: none;
}
.e_05 .menu a:hover {
    background: grey;
}
.e_05 a.tel {
    font-size: 20px;
    color: black;
    text-decoration: none;
    align-self: center;
}
.e_05 .right {
    display: flex;
    align-items: stretch;
    column-gap: 64px;
}
.e_05 .contact {
    display: block;
    width: 200px;
}
.e_05 .contact img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {  
    .e_05 {
        padding: 0;
        background: transparent;
    }
    .e_05 .logo img {
        height: 56px;
        width: 100px;
        object-fit: cover;
        object-position: center;
    }
    .e_05 .right a {
        display: none !important;
    }
    .e_05 .menu {
        display: none;
    }
    .hamburger {
        height: 56px;
        width: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_05 .close-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 56px;
        height: 56px;
        background: white;
    }
    .sp-menu-e_05 .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_05 button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_05 button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_05 div.logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 56px;
    }
    .sp-menu-e_05 .logo a {
        height: 56px;
    }
    .sp-menu-e_05 .logo a img {
        height: 56px;
        width: 100px;
        display: block;
        object-position: center;
        object-fit: cover;
    }
    .sp-menu-e_05 {
        padding: 56px 33px 64px;
        gap: 0;
    }
    .sp-menu-e_05 .contact {
        display: block;
    }
    .sp-menu-e_05 .contact a.tel {
        display: block;
        font-size: 24px;
        text-align: center;
        margin-bottom: 24px;
    }
    .sp-menu-e_05 .contact a.extra {
        display: block;
        width: 100%;
        height: 64px;
    }
    .sp-menu-e_05 .contact a.extra img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* ===================== */

.e_06 {
    margin: 0;
    padding: 0;
    background: white;
}
.e_06 .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 80px;
}
.e_06 .l {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: 1 1 0%;
}
.e_06 .l a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: black;
    text-decoration: none;
    padding: 12px 32px;
    background: white;
}
.e_06 .l a:hover {
    background: gray;
}
.e_06 .logo {
    display: block;
    flex: none;
    width: 160px;
}
.e_06 .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {  
    .e_06 .logo {
        width: 100px;
        height: 56px;
    }
    .e_06 .container {
        height: 56px;
    }
    .e_06 .hamburger {
        margin-right: 0;
    }
    .e_06 .l:last-child {
        align-items: center;
        justify-content: flex-end;
    }
    .e_06 button {
        margin-right: 8px;
    }
    .e_06 .l:last-child a {
        display: none;
    }
    .e_06 .l:first-child a {
        display: none;
    }
    .sp-menu-e_06 .f {
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    .sp-menu-e_06 {
        padding: 0;
    }
    .sp-menu-e_06 .header {
        display: flex;
        align-items: center;
        justify-items: center;
    }
    .sp-menu-e_06 .header > div:first-child,
    .sp-menu-e_06 .header > div:last-child {
        flex: 1 1 0;
    }
    .sp-menu-e_06 .header > div:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .sp-menu-e_06 .header > div:nth-child(2) {
        width: 100px;
        height: 56px;
    }
    .sp-menu-e_06 .header > div:nth-child(2) > a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .sp-menu-e_06 .header > div:nth-child(2) > a img {
        display: block;
        widtH: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .sp-menu-e_06 .header .close-button {
        width: 56px;
        height: 56px;
    }
    .sp-menu-e_06 .header .close-button button {
        width: 100%;
        height: 100%;
        padding: 20px 16px;
    }
    .sp-menu-e_06 .header button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_06 .header button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_06 .lower {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 0 32px 64px;
    }
    .sp-menu-e_06 .menu a {
        display: block;
        padding: 20px 0;
        text-align: center;
        font-size: 20px;
    }
    .sp-menu-e_06 .contact {
        display: block;
    }
    .sp-menu-e_06 .extra {
        display: block;
        font-size: 20px;
        color: white;
        background: #909090;
        text-align: center;
        padding: 20px 0;
    }
}

/* ===================== */

.e_07 {
    margin: 0;
    padding: 0;
    background: white;
}
.e_07 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e_07 .left {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.e_07 .logo img {
    display: block;
    height: 80px;
    width: 160px;
    object-fit: cover;
    object-position: center;
}
.e_07 .right {
    display: flex;
    align-items: stretch;
}
.e_07 .mail {
    display: block;
    width: 80px;
    height: 80px;
}
.e_07 .mail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.e_07 .hamburger {
    display: flex !important;
    width: 80px;
    height: 80px;
    padding: 25px 22px;
}
.sp-menu-e_07 div.logo a {
    height: 80px;
    width: 160px;
    display: block;
}
.sp-menu-e_07 div.logo a img {
    width: 160px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.sp-menu-e_07 .close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    background: white;
}
.sp-menu-e_07 .close-button > a {
    display: grid;
    width: 80px;
    height: 80px;
    place-items: center;
}
.sp-menu-e_07 .close-button > a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sp-menu-e_07 .close-button button {
    width: 80px;
    height: 80px;
    padding: 25px 22px;
}
.sp-menu-e_07 button div:first-child {
    transform:  translateY(14px) rotate(45deg);
}
.sp-menu-e_07 button div:last-child {
    transform: translateY(-14px) rotate(-45deg);
}
.sp-menu-e_07 div.logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 56px;
}
.sp-menu-e_07 div.logo a {
    height: 80px;
}
.sp-menu-e_07 {
    padding: 56px 33px 64px;
    gap: 0;
}
.sp-menu-e_07 .contact {
    display: block;
}
.sp-menu-e_07 .contact a.tel {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}
.sp-menu-e_07 .contact a.extra {
    display: block;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    background: grey;
    color: white;
}
.sp-menu-e_07 .contact a.extra span {
    position: relative;
}
.sp-menu-e_07 .contact a.extra span img {
    position: absolute;
    top: 50%;
    right: calc(100% + 18px);
    transform: translateY(-50%);
    width: 30px;
}
@media screen and (max-width: 768px) {
    .e_07 {
        padding: 0;
        background: transparent;
    }
    .e_07 .logo {
        height: 56px;
    }
    .e_07 .logo img {
        display: block;
        width: 100px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .e_07 .right {
        background: white;
    }
    .e_07 .right > * {
        width: 56px;
        height: 56px;
    }
    .e_07 .hamburger {
        height: 56px;
        width: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_07 .close-button {
        height: 56px;
    }
    .sp-menu-e_07 .close-button > a {
        width: 56px;
        height: 56px;
    }
    .sp-menu-e_07 .close-button button {
        width: 56px;
        height: 56px;
        padding: 20px 16px;
    }
    .sp-menu-e_07 button div:first-child {
        transform:  translateY(7px) rotate(45deg);
    }
    .sp-menu-e_07 button div:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }
    .sp-menu-e_07 div.logo a {
        height: 56px;
        width: 100px;
        display: block;
    }
    .sp-menu-e_07 div.logo a img {
        width: 100px;
    }
}

/* ===================== */

.f_01 {
    padding: 40px 80px 10px;
    background:  #3E3E3E;
    color: white;
}
.f_01 .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 8px;
}
.f_01 .logo {
    height: 48px;
    margin-bottom: 24px;
}
.f_01 .logo img {
    display: block;
    height: 100%;
}
.f_01 .sns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    margin-bottom: 16px;
}
.f_01 .sns a {
    display: block;
    width: 24px;
    height: 24px;
}
.f_01 .sns a img {
    display: block;
    width: 100%;
    height: 100%;
}
.f_01 p {
    font-size: 13px;
    line-height: 2;
}
.f_01 .menu {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: flex-end;
    column-gap: 64px;
}
.f_01 .menu a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.f_01 .menu a:hover {
    text-decoration: underline;
}
.f_01 .left {
    margin-bottom: 70px;
}
.f_01 .copyright {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 768px) {  
    .f_01 {
      padding: 20px 30px 30px;
    }
    .f_01 .container {
      display: block;
    }
    .f_01 .logo {
      height: auto;
    }
    .f_01 .logo img {
        max-width: 100%;
    }
    .f_01 .menu {
      display: block;
      height: auto;
      margin-bottom: 64px;
    }
    .f_01 .menu a {
      display: block;
      padding: 8px 0;
      text-align: center;
    }
    .f_01 .left {
      margin-bottom: 32px;
    }
}
  

/* ===================== */

.f_02 {
    padding: 40px 80px 10px;
    background:  #3E3E3E;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.f_02 .logo {
    height: 48px;
    margin: 0 auto 24px;
}
.f_02 .logo img {
    display: block;
    height: 100%;
}
.f_02 .sns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 16px;
    margin-bottom: 35px;
}
.f_02 .sns a {
    display: block;
    width: 24px;
    height: 24px;
}
.f_02 .sns a img {
    display: block;
    width: 100%;
    height: 100%;
}
.f_02 p {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 119px;
    text-align: center;
}
.f_02 .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 64px;
    margin-bottom: 38px;
}
.f_02 .menu a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}
.f_02 .menu a:hover {
    text-decoration: underline;
}
.f_02 .copyright {
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width: 768px) {  
    .f_02 p {
        margin: 0 0 32px;
    }
    
    .f_02 .menu {
        display: block;
    }
    
    .f_02 .menu a {
        display: block;
        padding: 8px;
    }
}

/* ===================== */

.g_01 {
    margin: 4rem 0;
    color: #333;
}
.g_01 .input-group .error {
    color: #f00;
    font-size: 12px;
}
.g_01 .container {
    display: grid;
    grid-template-columns: 20.38% 1fr;
    column-gap: 11px;
    row-gap: 32px;
}
.g_01 .label {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    padding: 11px 0;
}
.g_01 .label:before {
    display: grid;
    place-items: center;
    width: 64px;
    height: 32px;
    background: #333;
    color: white;
    font-size: 11px;
    content: '任意';
}
.g_01 .label.required:before {
    content: '必須';
    background: #B90C0C;
}
.g_01 .label > label {
    padding-top: 4px;
}
.g_01 .input input[type='text'] {
    appearance: none;
    display: block;
    padding: 11px;
    font-size: 14px;
    border-radius: 0;
    border: solid 1px #666666;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
}
.g_01 .input.select {
    display: inline-block;
    position: relative;
}
.g_01 .input.select:after {
    content: url('../images/arrow.svg');
    display: block;
    width: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.g_01 .input.select select {
    appearance: none;
    display: block;
    box-sizing: border-box;
    min-width: 140px;
    font-size: 14px;
    border-radius: 0;
    border: solid 1px #666;
    background: white;
    padding: 11px calc(10px + 11px + 10px) 11px 11px;
}
.g_01 .input.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 11px;
    column-gap: 32px;
    row-gap: 4px;
}
.g_01 .input.row .choice {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
    position: relative;
}
.g_01 .input.row input[type='radio'] {
    appearance: none;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: solid 1px #707070;
    border-radius: 50%;
}
.g_01 .input.row input[type='radio'] + div {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #707070;
    border-radius: 50%;
    top: 9px;
    left: 7px;
}
.g_01 .input.row input[type='radio']:checked + div {
    display: block;
}
.g_01 .input.row input[type='checkbox'] {
    appearance: none;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: solid 1px #707070;
    border-radius: 3px;
}
.g_01 .input.row input[type='checkbox'] + div {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #707070;
    border-radius: 3px;
    top: 9px;
    left: 7px;
}
.g_01 .input.row input[type='checkbox']:checked + div {
    display: block;
}
.g_01 .input.address1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    margin-bottom: 32px;
}
.g_01 .input.address1 input[type='text'] {
    max-width: 80px;
}
.g_01 .input.address1 button {
    appearance: none;
    display: block;
    background: #666;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    margin-left: 8px;
}
.g_01 .input.address2 input[type='text'] {
    max-width: 480px;
}
.g_01 .input.file {
    padding-top: 11px;
}
.g_01 .input textarea {
    appearance: none;
    border: solid 1px #666;
    padding: 11px;
    font-size: 14px;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    border: solid 1px #666666;
    width: 100%;
    max-width: 585px;
    height: 240px;
    resize: vertical;
}
.g_01 .submit {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_01 .submit input {
    appearance: none;
    border: none;
    background: #707070;
    color: white;
    font-size: 12px;
    padding: 18px 50px;
}

@media screen and (max-width: 768px) {  
    .g_01 .container {
        grid-template-columns: 1fr;
        row-gap: 4px;
    }
    
    .g_01 .label {
        text-align: left;
        padding-bottom: 0;
        font-size: 16px;
    }
    .g_01 .input.row {
        padding-top: 0;
    }
    .g_01 .input.file {
        padding-top: 0;
    }
}
  

/* ===================== */

.g_02 {
    margin: 4rem 0;
}
.g_02 .t {
    margin-bottom: 56px;
}
.g_02 .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}
.g_02 .buttons input[type='submit'] {
    appearance: none;
    display: block;
    padding: 18px 18px;
    flex: 1 1 0%;
    text-align: center;
    border: solid 1px black;
    background: white;
    color: black;
    box-sizing: border-box;
    max-width: 160px;
    font-size: 12px;
}
.g_02 .buttons input[type='submit'].return {
    border-color: #707070;
    background: white;
    color: #707070;
}
.g_02 .buttons input[type='submit'].submit {
    border-color: #707070;
    background: #707070;
    color: white;
}
@media screen and (max-width: 768px) {  
    .g_02 .table table {
        display: block;
    }
    .g_02 .table table tr {
        display: block;
    }
    .g_02 .table table th,
    .g_02 .table table td {
        box-sizing:border-box;
        text-align: left;
        display: block;
        width: 100%;
    }
    .g_02 .table table td {
        border: none;
        padding-left: 0;
    }
}

/* ===================== */

.table table {
    border-collapse: collapse;
    color: #333;
    font-size: 12px;
    width: 100%;
}
.table table th {
    background: #CCC;
    border: solid 1px #CCC;
    border-bottom: solid 1px white;
    font-weight: normal;
}
.table table td {
    border: solid 1px #CCC;
}
.table table th,
.table table td {
    padding: 14px 25px;
}
.table table tr:last-child th {
    border-bottom: solid 1px #CCC;
}
@media screen and (max-width: 768px) {  
    .table table th {
        width: 25%;
    }
}

/* ===================== */

.h_01 {
    margin: 4rem 0;
}
.h_01 .posts {
    margin-bottom: 36px;
}
.h_01 .posts .post {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    font-size: 14px;
    column-gap: 32px;
    color: #333;
    text-decoration: none;
    background: white;
}
.h_01 .posts .post:hover {
    background: grey;
}

/* ===================== */

.pagination {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding-left: 0;
}
.pagination li {
    display: block;
    border: none !important;
}
.pagination a,
.pagination span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-sizing: border-box;
    width: 32px;
    height: 40px;
    border: solid 1px #CCC;
    color: #333;
    text-decoration: none;
    padding: 0 !important;
}
.pagination span.active {
    background: #707070;
    color: white;
    border-color: #707070;
}
.pagination .prev img,
.pagination .next img {
    display: block;
    width: 5.3px;
}
.pagination .prev img {
    transform: rotate(180deg);
}

/* ===================== */

.h_02 {
    margin: 4rem 0;
}
.h_02 .date {
    font-size: 16px;
    margin-bottom: 0px;
}
.h_02 .title {
    margin: 0 40px 0 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 2;
}
.h_02 .return {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}
.h_02 .return a {
    display: block;
    background: #707070;
    color: white;
    padding: 18px 50px;
    font-size: 12px;
    text-decoration: none;
}

/* ===================== */

.prose {
    line-height: 2;
    font-size: 14px;
}

.prose p {
    margin: 1rem 0;
}
.prose img {
    display: block;
    margin: 1rem 0;
    width: 100%;
}

/* ===================== */

.i_01 {
    margin: 4rem 0;
}

/* ===================== */

.i_02 table th {
    background: transparent;
    border: none;
    border-bottom: 1px #CCCCCC solid;
    text-align: left;
    padding: 16px 24px;
}
.i_02 table td {
    border: none;
    border-bottom: 1px #CCCCCC solid;
    padding: 16px 24px;
}
@media screen and (max-width: 768px) {  
    .i_02 table th{
        padding-left: 8px;
        padding-right: 8px;
    }
    .i_02 table td {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* ===================== */

.i_03 table th {
    background: transparent;
    border: none;
    text-align: left;
    padding: 22px 24px;
}
.i_03 table td {
    border: none;
    padding: 22px 24px;
}
.i_03 table tr:nth-child(odd) {
    background: #F4F4F4;
}
.i_03 table tr:last-child th {
    border: none;
}
@media screen and (max-width: 768px) {  
    .i_03 table th{
        padding-left: 8px;
        padding-right: 8px;
    }
    .i_03 table td {
        padding-left: 8px;
        padding-right: 8px;
    }

}

/* ===================== */

.j_01 {
    margin: 4rem 0;
}
.j_01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #909090;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    transition: all 100ms linear;
}
.j_01 a:after {
    display: block;
    width: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: transform 100ms linear;
}
.j_01 a.rectangle {
    border-radius: 0;
}
.j_01 a.round {
    border-radius: 9999px;
}
.j_01 a.dark.arrow:after {
    content: url(../images/light-arrow.svg);
}
.j_01 a.light.arrow:after {
    content: url(../images/dark-arrow.svg);
}
.j_01 a.arrow:hover:after {
    transform: translateY(-50%) translateX(100%)
}
.j_01 a.lg {
    width: 240px;
    height: 64px;
    font-size: 14px;
}
.j_01 a.sm {
    width: 160px;
    height: 48px;
    font-size: 12px;
}
.j_01 a.light {
    background: white;
    color: #333;
}
.j_01 a.dark {
    background: #707070;
    color: white;
}
.j_01 a.light:not(.arrow):hover {
    background: #707070;
    color: white;
}
.j_01 a.dark:not(.arrow):hover {
    background: white;
    color: #707070;
}

/* ===================== */

.j_02 {
    margin: 4rem 0;
}
.j_02 a.a {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: solid 1px #707070;
    border-radius: 9999px;
    transition: all 100ms linear;
}
.j_02 a.a svg > path {
    transition: all 100ms linear;
}
.j_02 a.a.light {
    background: white;
}
.j_02 a.a.light:hover {
    background: #707070;
}
.j_02 a.a.light:hover svg > path {
    fill: white;
}
.j_02 a.a.dark {
    background: #707070;
}
.j_02 a.a.dark:hover {
    background: #E0E0E0;
    border-color: #E0E0E0;
}
.j_02 a.a.a2.light:hover svg > path {
    stroke: white;
    fill: transparent !important;
}
.j_02 a.a svg {
    display: block;
}
.j_02 a.a.a1 svg {
    width: 20px;
    height: 14px;
}
.j_02 a.a.a2 svg {
    width: 7px;
    height: 14px;
}
.j_02 a.a.a3 svg {
    width: 20px;
    height: 16px;
    position: relative;
    left: 3px;
}

.j_02 a.b {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    border: solid 1px #707070;
    overflow: hidden;
    transition: all 100ms linear;
}
.j_02 a.b img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 70%;
    height: 70%;
}
.j_02 a.b.light {
    background: white;
}
.j_02 a.b.dark {
    background: #707070;
}
.j_02 a.b.light:hover {
    background: #707070;
}
.j_02 a.b.dark:hover {
    background: #E0E0E0;
    border-color: #E0E0E0;
}

.j_02 a.c.light {
    display: block;
    width: 240px;
    height: 64px;
    border: solid 1px #707070;
    padding: 8px;
    box-sizing: border-box;
    text-decoration: none;
    color: #707070;
    font-size: 14px;
    transition: padding 100ms;
}
.j_02 a.c.light div {
    display: grid;
    place-items: center;
    border: solid 1px #707070;
    height: 100%;
    font-size: 14px;
    transition: letter-spacing 100ms;
    letter-spacing: 0;
    box-sizing: border-box;
}
.j_02 a.c.light:hover {
    padding: 4px;
}
.j_02 a.c.light:hover div {
    letter-spacing: 0.1em;
}
.j_02 a.c.dark {
    display: block;
    width: 240px;
    height: 64px;
    padding: 8px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
    background: #707070;
    font-size: 14px;
    transition: opacity 100ms linear;
    opacity: 1;
}
.j_02 a.c.dark div {
    display: grid;
    place-items: center;
    border: solid 1px white;
    height: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.j_02 a.c.dark:hover {
    opacity: 0.8;
}

.j_02 a.d {
    background: #E0E0E0;
    display: block;
    width: 240px;
    height: 64px;
    text-decoration: none;
    color: #707070;
    box-sizing: border-box;
}
.j_02 a.d div {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 14px;
    border: solid 1px #707070;
    position: relative;
    top: -4px;
    left: -4px;
    box-sizing: border-box;
    transition: all 100ms;
}
.j_02 a.d.rounded {
    border-radius: 9999px;
}
.j_02 a.d.rounded div {
    border-radius: 9999px;
}
.j_02 a.d:hover div {
    top: 0;
    left: 0;
}

.j_02 a.e {
    text-decoration: none;
    font-size: 14px;
    width: 240px;
    height: 64px;
}
.j_02 a.e.light {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    color: #707070;
}
.j_02 a.e.light .icon {
    border: solid 1px #707070;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    background: #E0E0E0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 100ms;
}
.j_02 a.e.light .icon img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}
.j_02 a.e.light .text {
    border: solid 1px #707070;
    border-left: none;
    flex-grow: 1;
    display: grid;
    place-items: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 100ms;
}
.j_02 a.e.light:hover .icon {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.j_02 a.e.light:hover .text {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.j_02 a.e.dark {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
}
.j_02 a.e.dark .icon {
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    background: #707070;
    transform: translateY(-4px);
    transition: transform 100ms;
    z-index: 1;
}
.j_02 a.e.dark .icon img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}
.j_02 a.e.dark .text {
    display: grid;
    place-items: center;
    flex-grow: 1;
    color: #707070;
    background: #E0E0E0;
    transform: translateY(-4px);
    transition: transform 100ms;
    z-index: 1;
}
.j_02 a.e.dark:hover .icon {
    transform: translateY(0);
}
.j_02 a.e.dark:hover .text {
    transform: translateY(0);
}
.j_02 a.e.dark:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #333333;
}
.j_02 a.e.dark:after {
    content: '';
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 64px;
    right: 0;
    background: #AFAFAF;
}

.j_02 a.f {
    display: grid;
    place-items: center;
    text-decoration: none;
    height: 64px;
    width: 240px;
    position: relative;
    color: #707070;
    font-size: 14px;
}
.j_02 a.f.y:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #707070;
    transition: top 100ms;
}
.j_02 a.f.y:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #707070;
    transition: bottom 100ms;
}
.j_02 a.f.x:before {
    content: '';
    display: block;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #707070;
    transition: left 100ms;
}
.j_02 a.f.x:after {
    content: '';
    display: block;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #707070;
    transition: right 100ms;
}
.j_02 a.f.y:hover:before {
    top: 4px;
}
.j_02 a.f.y:hover:after {
    bottom: 4px;
}
.j_02 a.f.x:hover:before {
    left: 4px;
}
.j_02 a.f.x:hover:after {
    right: 4px;
}

.j_02 a.g {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    width: 240px;
    height: 64px;
    border: solid 1px #707070;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    position: relative;
}
.j_02 a.g svg {
    display: block;
    width: 70px;
    position: absolute;
    top: 50%;
    left: calc(0px + 100%);
    transform: translate(-50%, -100%);
    transition: left 100ms;
}
.j_02 a.g:hover svg {
    left: calc(8px + 100%);
}

.j_02 a.h {
    display: inline-block;
    padding: 20px 31px;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    box-sizing: border-box;
    height: 64px;
    position: relative;
}
.j_02 a.h > div {
    background: #E0E0E0;
    border-radius: 9999px;
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 100ms;
}
.j_02 a.h > span {
    position: relative;
}
.j_02 a.h:hover > div {
    width: 100%;
}

.j_02 a.i {
    display: block;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    height: 64px;
    width: 240px;
    background: #707070;
    color: #707070;
    border-radius: 9999px;
}
.j_02 a.i > div {
    box-sizing: border-box;
    border: solid 1px #707070;
    border-radius: 9999px;
    background: white;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    transform: translateY(-4px);
    transition: transform 100ms;
}
.j_02 a.i:hover > div {
    transform: translateY(0);
}

/* ===================== */

.k_01 {
    margin: 48px 0;
}
.k_01 h1 {
    background: #CCCCCC;
    font-size: 14px;
    padding: 13px 24px;
    font-weight: normal;
}
.k_01 h2 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 12px;
}
.k_01 h3 {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    justify-content: start;
}
.k_01 h3:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #CCC;
}
.k_01 h4 {
    display: flex;
    gap: 24px;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    justify-content: start;
}
.k_01 h4:before {
    content: '';
    display: block;
    width: 10px;
    height: 50px;
    background: #CCC;
}
.k_01 h5 {
    display: flex;
    gap: 12px;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    justify-content: start;
    padding-bottom: 6px;
    border-bottom: solid 2px #CCC;
}
.k_01 h5:before {
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    background: #CCC;
}
.k_01 h6 {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: normal;
    align-items: center;
    justify-content: start;
}
.k_01 h6:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #CCC;
    border-radius: 9999px;
}

/* ===================== */

.k_02 {
    margin: 4rem 0;
}
.k_02 .a span {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 6px;
    position: relative;
    font-weight: normal;
}
.k_02 .a span:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #707070;
    border-radius: 9999px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.k_02 .b > span {
    display: inline-block;
    font-size: 14px;
    padding: 0 7px;
    position: relative;
    font-weight: normal;
    line-height: 1.25;
}
.k_02 .b > span > span {
    position: relative;
}
.k_02 .b > span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: #CCCCCC;
}

.k_02 .c {
    font-weight: normal;
}
.k_02 .c div:first-child {
    font-size: 14px;
    color: #707070;
    margin: 0;
}
.k_02 .c div:last-child {
    font-size: 24px;
}

.k_02 .d {
    font-weight: normal;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-items: flex-start;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.k_02 .d div:last-child {
    font-size: 14px;
    color: #707070;
}
.k_02 .d div:first-child {
    font-size: 24px;
}

/* ===================== */

section.l_01 {
    height: 720px;
    position: relative;
}
section.l_01 img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.l_01 .t {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33.333333%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    background: white;
    justify-content: center;
    align-items: stretch;
}
section.l_01 .t h1 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 2;
}
section.l_01 .t p {
    font-weight: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {  
    section.l_01 {
        height: 100vh;
    }
    section.l_01 .t {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    section.l_01 .t h1 {
        margin-top: 50px;
        font-size: 18px;
    }
    section.l_01 .t p {
        font-size: 12px;
        margin-bottom: 40px;
    }
}
section.l_01-sub {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.l_01-sub .white {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38.88888888%;
    background: white;
}
section.l_01-sub .inner {
    height: 100%;
    position: relative;
}
section.l_01-sub .inner .text {
    height: 100%;
    display: flex;
    gap: 8px;
    font-size: 32px;
    line-height: 2;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {  
    section.l_01-sub {
        height: 200px;
    }
    section.l_01-sub .inner .text {
        font-size: 18px;
    }
}

/* ===================== */

section.l_02 {
    height: 720px;
    position: relative;
}
section.l_02 img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.l_02 .t {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.333333%;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    text-align: right;
    background: white;
    justify-content: center;
    align-items: stretch;
}
section.l_02 .t h1 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 2;
}
section.l_02 .t p {
    font-weight: 14px;
    line-height: 2;
}
@media screen and (max-width: 768px) {  
    section.l_02 {
        height: 100vh;
    }
    section.l_02 .t {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    section.l_02 .t h1 {
        margin-top: 50px;
        font-size: 18px;
    }
    section.l_02 .t p {
        font-size: 12px;
        margin-bottom: 40px;
    }
}
section.l_02-sub {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.l_02-sub .white {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38.88888888%;
    background: white;
}
section.l_02-sub .inner {
    height: 100%;
    position: relative;
}
section.l_02-sub .inner .text {
    height: 100%;
    display: flex;
    gap: 8px;
    font-size: 32px;
    line-height: 2;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {  
    section.l_02-sub {
        height: 200px;
    }
    section.l_02-sub .inner .text {
        font-size: 18px;
    }
}

/* ===================== */

section.l_03 {
    margin: 0;
    height: 720px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.l_03 .inner {
    position: absolute;
    bottom: 120px;
    left: 120px;
    padding: 0;
}
section.l_03 .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
section.l_03 .title div {
    margin-top: 24px;
    font-size: 32px;
    background: white;
    color: #333;
    padding: 20px 32px 20px 20px;
    line-height: 1;
}
@media screen and (max-width: 768px) {  
    section.l_03 {
        height: 100vh;
    }
    section.l_03 .inner {
        position: absolute;
        bottom: 72px;
        left: 0;
        right: 0;
        padding: 0 2rem;
    }
    section.l_03 .title div {
        padding: 10px 24px 10px 10px;
        font-size: 16px;
        margin-top: 12px;
    }
}
section.l_03-sub {
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.l_03-sub .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
section.l_03-sub .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    height: 100%;
}
section.l_03-sub .title div {
    font-size: 32px;
    padding: 12px 99px 12px 30px;
    background: white;
}
@media screen and (max-width: 768px) {  
    section.l_03-sub {
        height: 200px;
    }
    section.l_03-sub .title {
        gap: 12px;
    }
    section.l_03-sub .title div {
        font-size: 16px;
        padding: 6px 50px 6px 15px;
    }
}

/* ===================== */

section.l_04 {
    margin: 0;
    height: 720px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {  
    section.l_04 {
        height: 100vh;
    }
}
section.l_04-sub {
    margin: 0;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.l_04-sub .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 50%);
    display: grid;
    place-items: center;
    color: white;
    font-size: 40px;
    line-height: 2;
}
@media screen and (max-width: 768px) {  
    section.l_04-sub {
        height: 200px;
    }
    section.l_04-sub .title {
        font-size: 20px;
    }
}

/* ===================== */

.l_05 {
    padding: 56px 80px;
    height: 720px;
    box-sizing: border-box;
}
.l_05 .c {
    position: relative;
    height: 100%;
}
.l_05 .shadow {
    position: absolute;
    top: 0;
    right: 0;
    height: 65.79%;
    width: 62.5%;
    background: #E0E0E0;
}
.l_05 .img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62.5%;
    height: 88.82%;
}
.l_05 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.l_05 > .title {
    display: none;
}
.l_05 .c > .title {
    position: absolute;
    top: 65.79%;
    left: 62.50%;
    bottom: 0;
    right: 0;
    padding-left: 55px;
    font-size: 32px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 768px) {  
    .l_05 {
        padding: 40px 33px;
        height: 100vh;
    }
    .l_05 .c {
        height: 424px;
    }
    .l_05 .c > .title {
        display: none;
    }
    .l_05 .shadow {
        width: auto;
        height: auto;
        top: 0;
        left: 30px;
        right: 0;
        bottom: 24px;
    }
    .l_05 .img {
        width: auto;
        height: auto;
        top: 24px;
        left: 0;
        right: 30px;
        bottom: 0;
    }
    .l_05 > .title {
        display: block;
        font-size: 18px;
        text-align: center;
        padding-top: 30px;
        line-height: 2;
    }
}
.l_05-sub {
    display: grid;
    padding: 40px 80px;
    grid-template-columns: 306px 1fr;
    gap: 16px;
}
.l_05-sub .title {
    padding-top: 241px;
    font-size: 32px;
    line-height: 2;
}
.l_05-sub .img {
    height: 400px;
}
.l_05-sub .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) { 
    .l_05-sub {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 10px 20px;
    }
    .l_05-sub .img {
        order: 1;
    }
    .l_05-sub .title {
        padding-top: 16px;
        font-size: 24px;
        order: 2;
    }
}

/* ===================== */

.l_06 {
    height: 720px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 72px;
}
.l_06 .img {
    flex-grow: 1;
    position: relative;
}
.l_06 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.l_06 .img h1 {
    position: absolute;
    top: 50%;
    left: 14.71%;
    transform: translateY(-50%);
    font-size: 32px;
    color: white;
    font-weight: normal;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l_06:before {
    content: '';
    width: 8px;
    background: #707070;
    flex: none;
}
@media screen and (max-width: 768px) { 
    .l_06 {
        height: 100vh;
        gap: 0;
        position: relative;
    }
    .l_06 .img {
        position: static;
    }
    .l_06 .img h1 {
        top: 50%;
        left: 0;
        right: 0;
        font-size: 18px;
        text-align: center;
    }
}
.l_06-sub {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 72px;
}
.l_06-sub:before {
    content: '';
    display: block;
    width: 8px;
    background: #707070;
    flex: none;
}
.l_06-sub .box {
    flex-grow: 1;
    background: #F0F0F0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 40px 0 40px 10.96%;
}
.l_06-sub .box h1 {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 32px;
    line-height: 2;
}
.l_06-sub .box .img {
    width: 52.94%;
}
.l_06-sub .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) { 
    .l_06-sub {
        gap: 0;
    }
    .l_06-sub .box {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 10px;
    }
    .l_06-sub .box h1 {
        order: 2;
        font-size: 24px;
    }
    .l_06-sub .box .img {
        width: 100%;
        order: 1;
    }
}

.l_07 {
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l_07 .img {
    width: 650px;
    height: 560px;
    position: relative;
    flex: none;
}
.l_07 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.l_07 .img h1 {
    font-size: 32px;
    line-height: 2;
    font-weight: normal;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: calc(100% + 32px);
    margin: 0;
}
@media screen and (max-width: 768px) {
    .l_07 .img {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
    .l_07 {
        padding: 56px 16px 16px;
    }
    .l_07 .img h1 {
        position: static;
        font-size: 18px;
        margin-left: auto;
    }
    .l_07 .img img {
        height: auto;
        aspect-ratio: 1;
        margin-bottom: 34px;
    }
}
.l_07-sub {
    box-sizing: border-box;
    height: 480px;
    padding: 64px 11.11%;
}
.l_07-sub .box {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.l_07-sub .box h1 {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 32px;
    line-height: 2;
    flex-grow: 1;
}
.l_07-sub .box .img {
    width: 58.21%;
    display: grid;
    grid-template-columns: 400fr 192fr;
    gap: 64px;
}
.l_07-sub .box .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.l_07-sub .box .img img:nth-child(1) {
    align-self: flex-end;
    aspect-ratio: 400 / 240;
}
.l_07-sub .box .img img:nth-child(2) {
    align-self: flex-start;
    aspect-ratio: 192 / 272;
}
@media screen and (max-width: 768px) {
    .l_07-sub {
        height: auto;
        padding: 16px;
    }
    
    .l_07-sub .box {
        display: ;
        flex-direction: column;
    }
    
    .l_07-sub .box h1 {
        font-size: 24px;
        margin: 0;
    }
    
    .l_07-sub .box .img {
        width: 100%;
        gap: 16px;
    }
}

.l_08 {
    padding: 0 5.56%;
    height: 720px;
    background: #E0E0E0;
}
.l_08 .img {
    height: 100%;
    position: relative;
}
.l_08 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.l_08 .img h1 {
    position: absolute;
    top: 51px;
    left: 5.78%;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    font-size: 48px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0;
}
@media screen and (max-width: 768px) {
    .l_08 {
        padding: 0 8.80%;
        height: 100vh;
    }
    
    .l_08 .img h1 {
        top: 20%;
        left: 0;
        font-size: 18px;
        right: 0;
        text-align: center;
    }
}
.l_08-sub {
    height: 480px;
    background: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8.33%;
}
.l_08-sub h1 {
    font-size: 32px;
    font-weight: normal;
    flex-grow: 1;
    margin: 0;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .l_08-sub h1 {
        font-size: 24px;
    }
}

/* ===================== */

section.m_01 {
    margin: 4rem 0;
}
section.m_01 .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
section.m_01 .links a {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
}
section.m_01 .links a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.m_01 .links a div {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #909090;
    padding: 8px 24px;
    color: white;
    font-size: 14px;
}
@media screen and (max-width: 768px) {  
    section.m_01 .links {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    section.m_01 .links a {
        height: 190px;
    }
}

/* ===================== */

section.m_02 {
    margin: 4rem 0;
}
section.m_02 .links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
section.m_02 .links a {
    display: block;
    width: 100%;
    height: 158px;
    position: relative;
}
section.m_02 .links a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.m_02 .links a div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #909090;
    padding: 5px 0px;
    color: white;
    font-size: 9px;
    text-align: center;
}
@media screen and (max-width: 768px) {  
    section.m_02 .links {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    section.m_02 .links a {
        height: 130px;
    }
}

/* ===================== */

section.m_03 {
    margin: 4rem 0;
}
section.m_03 a {
    display: grid;
    grid-template-columns: 360px 1fr;
    background: #909090;
    color: white;
    text-decoration: none;
}
section.m_03 .title {
    padding: 55px 70px 25px 48px;
    font-size: 12px;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
section.m_03 .title h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}
section.m_03 .title p {
    font-size: 12px;
    line-height: 2;
    margin: 0;
}
section.m_03 .img {
    height: 100%;
    width: 100%;
}
section.m_03 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 768px) {
    section.m_03 a {
        grid-template-columns: 1fr;
    }
    section.m_03 .title {
        order: 2;
        padding: 32px 16px;
    }
    section.m_03 .img {
        order: 1;
    }
}

/* ===================== */

.m_04 {
    margin: 4rem 0;
}
.m_04 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.m_04 .i {
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 24px;
    height: 240px;
}
.m_04 .i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.m_04 .i div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: grid;
    place-items: center;
    padding: 1rem;
}
@media screen and (max-width: 768px) {
    .m_04 .cont {
        grid-template-columns: 1fr;
    }
}

/* ===================== */

.m_05 {
    margin: 4rem 0;
}
.m_05 .cont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.m_05 .i {
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    aspect-ratio: 1;
}
.m_05 .i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.m_05 .i .text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 40px;
    text-align: center;
    transition: opacity 300ms linear;
}
.m_05 .i:hover .text {
    opacity: 1;
}
.m_05 .i .text .title {
    font-size: 24px;
    line-height: 2;
}
.m_06 .i .text p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .m_05 .cont {
        grid-template-columns: 1fr;
    }
    .m_05 .i .text {
        opacity: 1;
    }
}

/* ===================== */

.m_06 {
    margin: 4rem 0;
}
.m_06 .cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
    place-items: stretch;
}
.m_06 .i {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-decoration: none;
    color: black;
    padding: 23px 20px;
    border: solid 1px #707070;
}
.m_06 .i .img {
    width: 100%;
    aspect-ratio: 400 / 340;
}
.m_06 .i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.m_06 .i .text {
    flex-grow: 1;
}
.m_06 .i .text .title {
    font-size: 24px;
    line-height: 2;
    margin: 16px 0 4px 0;
}
.m_06 .i .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .m_06 .cont {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 16px;
    }
}

/* ===================== */

.n_01 {
    margin: 4rem 0;
}
.n_01 .item {
    border-bottom: 1px solid #E0E0E0;
    padding: 24px;
}
.n_01 .item .q {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.n_01 .item .q .ql {
    font-size: 14px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: solid 1px #333333;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    flex: none;
}
.n_01 .item .q .qt {
    font-size: 18px;
    font-weight: medium;
    flex-grow: 1;
    line-height: 2;
}
.n_01 .item .q .qa {
    margin-top: 11px;
    flex: none;
}
.n_01 .item .q .qa:after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url(../res/arrow-down-solid.svg) center / contain no-repeat;
}
.n_01 .item.open .q .qa:after {
    transform: rotate(180deg);
}
.n_01 .item .a {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
}
.n_01 .item.open .a {
    display: flex;
}
.n_01 .item .a .al {
    font-size: 14px;
    width: 34px;
    height: 34px;
    background: black;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    color: white;
    flex: none;
}
.n_01 .item .a .at {
    font-size: 14px;
    line-height: 2;
    flex-grow: 1;
    margin-top: 3px;
}

/* ===================== */

.n_02 {
    margin: 4rem 0;
}
.n_02 .qna {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
}
.n_02 .item .q {
    background: #333333;
    color: white;
    padding: 22px 36px;
    font-size: 18px;
    line-height: 2;
    display: flex;
    column-gap: 24px;
}
.n_02 .item .a {
    padding: 18px 39px;
    font-size: 14px;
    background: #F0F0F0;
    color: #333333;
    display: none;
    column-gap: 29px;
}
.n_02 .item.open .a {
    display: flex;
}

/* ===================== */

.n_03 {
    margin: 4rem 0;
}
.n_03 .qna {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 34px;
}
.n_03 .item {
    background: #F0F0F0;
    color: #333;
    padding: 21px 32px 24px 30px;
}
.n_03 .item .q {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}
.n_03 .item .q .qt {
    flex-grow: 1;
    line-height: 2;
    font-size: 18px;
    font-weight: medium;
}
.n_03 .item .q .qa:after {
    content: url(../res/plus.svg);
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}
.n_03 .item.open .q .qa:after {
    transform: rotate(45deg);
}
.n_03 .item .a {
    margin-top: 18px;
    font-size: 14px;
    display: none;
}
.n_03 .item.open .a {
    display: block;
}

/* ===================== */

.n_04 {
    margin: 4rem 0;
}
.n_04 .item {
    border-bottom: 1px solid #E0E0E0;
    padding: 24px;
}
.n_04 .item .q {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.n_04 .item .q .ql {
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    color: white;
    background: #333333;
    flex: none;
}
.n_04 .item .q .qt {
    font-size: 18px;
    font-weight: medium;
    flex-grow: 1;
    line-height: 2;
}
.n_04 .item .a {
    display: block;
    margin-top: 16px;
    padding-left: 51px;
}
.n_04 .item .a .at {
    font-size: 14px;
    line-height: 2;
    flex-grow: 1;
    margin-top: 3px;
}

/* ===================== */

.n_05 {
    margin: 4rem 0;
}
.n_05 .qna {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
}
.n_05 .item {
    background: #F0F0F0;
    padding: 21px 32px 25px;
}
.n_05 .item .q {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: medium;
    color: #333;
    column-gap: 14px;
}
.n_05 .item .q .ql {
    color: #707070;
}
.n_05 .item .a {
    margin-top: 16px;
    font-size: 14px;
}

/* ===================== */

.n_06 {
    margin: 4rem 0;
}
.n_06 .conversation {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
}
.n_06 .speech {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 40px;
}
.n_06 .speech.left .speaker {
    order: 1;
}
.n_06 .speech.left .bubble {
    order: 2;
}
.n_06 .speech.right .speaker {
    order: 2;
}
.n_06 .speech.right .bubble {
    order: 1;
}
.n_06 .speech .speaker {
    width: 80px;
    flex: none;
}
.n_06 .speech .speaker .img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 9999px;
    margin-bottom: 8px;
}
.n_06 .speech .speaker .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.n_06 .speech .speaker .name {
    font-size: 12px;
    line-height: 1.9;
    text-align: center;
}
.n_06 .speech .bubble {
    flex-grow: 1;
    padding: 32px 38px;
    background: #F0F0F0;
    font-size: 14px;
    color: #333333;
    line-height: 1.9;
    position: relative;
}
.n_06 .speech .bubble:after {
    content: '';
    position: absolute;
    top: 40px;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    margin-top: -24px;
    transform: scaleY(calc(31 / 48));
}
.n_06 .speech.left .bubble:after {
    left: 0;
    border-right-color: #F0F0F0;
    border-left: 0;
    margin-left: -24px;
}
.n_06 .speech.right .bubble:after {
    right: 0;
    border-left-color: #F0F0F0;
    border-right: 0;
    margin-right: -24px;
}

/* ===================== */

.o_01 {
    margin: 4rem 0;
}
.o_01 iframe {
    width: 100%;
    height: 100%;
}
.o_01 video {
    width: 100%;
}
.o_01.widescreen .if {
    aspect-ratio: 16 / 9;
}
.o_01.widescreen video {
    aspect-ratio: 16 / 9;
}

/* ===================== */

.p_01 {
    margin: 1rem 0 2rem;
}
.p_01 #breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 9px;
    font-size: 12px;
}
.p_01 #breadcrumbs > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 9px;
    flex: none;
}
.p_01 #breadcrumbs .divider:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(../res/breadcrumb.svg) center / cover no-repeat;
}
.p_01 #breadcrumbs a {
    color: #333333;
    text-decoration: none;
}

/* ===================== */

.q_01 {
    margin: 0;
    padding: 107px 0 120px;
    background: #295BBB;
    color: white;
    text-align: center;
}
.q_01 .title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.q_01 p {
    margin: 74px;
    font-size: 14px;
}
.q_01 .lr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.q_01 .tel {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.q_01 .tel:before {
    content: '';
    width: 25.5px;
    height: 25.5px;
    display: block;
    background: url(../res/tel.svg) center / contain no-repeat;
}
.q_01 .cta a {
    display: flex;
    box-sizing: border-box;
    width: 240px;
    height: 64px;
    border: solid 1px white;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    position: relative;
}
.q_01 .cta a:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../res/arrow-forward.svg) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: right 300ms;
}
.q_01 .cta:hover a:after {
    right: 12px;
}

/* ===================== */

.q_02 {
    margin: 0;
    padding: 107px 0 120px;
    background: #295BBB;
    color: white;
    text-align: center;
}
.q_02 .title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.q_02 p {
    margin: 74px;
    font-size: 14px;
}
.q_02 .lr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.q_02 .tel {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.q_02 .tel:before {
    content: '';
    width: 25.5px;
    height: 25.5px;
    display: block;
    background: url(../res/tel.svg) center / contain no-repeat;
}
.q_02 .cta a {
    display: flex;
    box-sizing: border-box;
    width: 240px;
    height: 64px;
    border: solid 1px white;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    position: relative;
}
.q_02 .cta a:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../res/arrow-forward.svg) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: right 300ms;
}
.q_02 .cta:hover a:after {
    right: 12px;
}

/* ===================== */

.q_03 {
    margin: 0;
    padding: 55px 0 64px;
    background: #295BBB;
    color: white;
    text-align: center;
}
.q_03 .title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.q_03 p {
    margin: 28px 0 21px;
    font-size: 14px;
}
.q_03 .lr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.q_03 .tel {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.q_03 .tel:before {
    content: '';
    width: 25.5px;
    height: 25.5px;
    display: block;
    background: url(../res/tel.svg) center / contain no-repeat;
}
.q_03 .cta a {
    display: flex;
    box-sizing: border-box;
    width: 240px;
    height: 64px;
    border: solid 1px white;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    position: relative;
}
.q_03 .cta a:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../res/arrow-forward.svg) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: right 300ms;
}
.q_03 .cta:hover a:after {
    right: 12px;
}

/* ===================== */

.q_04 {
    margin: 0;
    padding: 55px 0 64px;
    background: #295BBB;
    color: white;
    text-align: center;
}
.q_04 .title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.q_04 p {
    margin: 28px 0 21px;
    font-size: 14px;
}
.q_04 .lr {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.q_04 .tel {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.q_04 .tel:before {
    content: '';
    width: 25.5px;
    height: 25.5px;
    display: block;
    background: url(../res/tel.svg) center / contain no-repeat;
}
.q_04 .cta a {
    display: flex;
    box-sizing: border-box;
    width: 240px;
    height: 64px;
    border: solid 1px white;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    position: relative;
}
.q_04 .cta a:after {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background: url(../res/arrow-forward.svg) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: right 300ms;
}
.q_04 .cta:hover a:after {
    right: 12px;
}

/* S-Planning */

.fix-zindex {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.fix-home-top p{
    font-size: 26px;
}
.fix-home-tittle section.a_01 h1 {
    font-size: 32px;
    font-weight: normal;
    color: #001D57;
}

.fix-position-center {
    display: flex;
    justify-content: center;
}
.fix-position-margin {
    margin-top: 50px;
}

section.l_01-sub {
    background-position: 20px 30%;
}

section.c_08 .inner > div {
    text-align: left;
}

.f_02 {
    background: #001D57;
}

.e_03 a:hover {
    background: #001D57;
    color: white;
}

.g_01 .submit input {
    background: #001D57;
}

.g_01 .input.address1 button {
    background: #001D57;
}

.k_01 h4:before {
    background: #001D57;
}

.privacy {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.privacy a{
    color: black;
}
.privacy a:hover{
    color: red;
}

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

    section.c_08 .half {
        right: 0;
        width: 100%;
    }

    section.c_08 .inner > div {
        width: 100%;
        margin-top: 8px;
    }
        
    section.c_08 .inner > div {
        width: 100%;
        text-align: center;
    }

    section.c_09 .half {
        left: 0;
        width: 100%;
    }

    section.c_09 .inner > div {
        width: 100%;
    }
        
    section.c_09 .inner > div {
        width: 100%;
        text-align: center;
    }


/*
    section.l_01 img {
        object-position: -400px;
    }

  }

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

    section.l_01 img {
        object-position: -600px;
    }

  }

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

    section.l_01 img {
        object-position: -400px;
    }

  }
*/

  @media only screen and (max-width: 768px) {
    section.l_01 img {
        object-position: 68%;
    }
}