@charset "UTF-8";

body,
html,
section,
main,
div,
article,
p,
picture,
img,
a,
ul,
ol,
li,
span,
nav,
header,
footer {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 100%;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
}

html {
    scroll-behavior: smooth;
    color: #576065;
}

body {
    color: #576065;
    overflow-x: hidden;
}

a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: none;
    text-decoration: none;
    color: #576065;
}

a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

a:visited,
a:active {
    background-color: unset;
}

.searchregion-1region {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 550px) {
    .searchregion-1region {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.searchregion-1region .checkLabel {
    width: 22%;
    margin: 0 min(1.5vw, 5px) min(3vw, 10px) min(1.5vw, 5px);
}

@media screen and (max-width: 550px) {
    .searchregion-1region .checkLabel {
        width: 48%;
        margin: 0;
        margin-bottom: min(3vw, 10px);
    }
}

.searchregion-1region .checkLabel a {
    text-decoration: none;
    font-weight: bold;
    color: #2b97c5;
    text-align: center;
    font-size: min(4vw, 14px);
    line-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background: #daf1fc;
    border: solid 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: min(3vw, 10px);
}

.searchregion-1region .checkLabel a:hover {
    background: #2b97c5;
    color: #ffffff;
}

.search-title-line {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: min(1.5vw, 20px);
}

.search-title-line .text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: auto;
    font-size: min(4vw, 25px);
    font-weight: bold;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 0 min(0.5vw, 5px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto auto min(1.5vw, 20px);
    align-items: center;
    z-index: 2;
    margin: auto;
}

.search-title-line .text .search-title-icon {
    margin-right: min(0.5vw, 5px);
}

.search-title-line:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: url(../images/bg-line.svg) repeat-x;
    background-size: auto 100%;
    height: 20%;
    display: block;
    z-index: 1;
    margin: auto;
}

.c-header-modal-head {
    background: #2b97c5;
    color: #ffffff;
    padding: min(5vw, 30px) 0;
    font-size: min(5vw, 30px);
    font-weight: bold;
}

.c-section {
    width: 100%;
    text-align: center;
    padding: min(10vw, 80px) 0 min(10vw, 80px) 0;
    text-align: center;
}

.c-section__bg-blue {
    background: #2b97c5;
}

.c-section .c-section-inner {
    max-width: 1100px;
    width: 90%;
    margin: auto;
}

.c-section .c-section-inner__2column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1025px) {
    .c-section .c-section-inner__2column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.c-section .c-section-inner__2column .c-vender-search_menu {
    width: 30%;
    height: auto;
    background: #f7f7f7;
    margin-right: 5%;
    text-align: center;
}

@media screen and (max-width: 1025px) {
    .c-section .c-section-inner__2column .c-vender-search_menu {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 8vw;
    }
}

.c-section .c-section-inner__2column .c-vender-search_menu .c-section-head {
    background: #2b97c5;
    color: #ffffff;
    font-weight: normal;
    padding: min(2vw, 15px) 0;
    margin-bottom: 0;
}

.c-section .c-section-inner__2column .c-vender-search_menu select {
    width: 90%;
    padding: min(4vw, 10px);
    margin: auto;
    display: block;
    border: #8b8b8b solid 2px;
    border-radius: 5px;
    color: #8b8b8b;
    margin-bottom: min(2vw, 10px);
    background: #ffffff;
    min-height: 30px;
}

.c-section .c-section-inner__2column .c-vender-search_menu .search-checkbox {
    width: 90%;
    text-align: left;
    margin: auto auto min(1vw, 10px);
}

.c-section .c-section-inner__2column .c-vender-search_menu .search-checkbox input[type=radio i] {
    border-radius: 0;
}

.c-section .c-section-inner__2column .c-vender-search_menu .search-checkbox label {
    white-space: nowrap;
    font-size: min(2.5vw, 13px);
}

.c-section .c-section-inner__2column .c-vender-search_menu .searchBtn {
    width: 90%;
    margin: auto;
    background: #f12b7e;
    color: #ffffff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: min(3vw, 14px);
    padding: min(2vw, 10px) 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    margin-top: min(5vw, 30px);
}

.c-section .c-section-inner__2column .c-vender-search_content {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 1025px) {
    .c-section .c-section-inner__2column .c-vender-search_content {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: min(6vw, 30px);
    }
}

.c-section .c-section-inner__2column .c-vender-search_content .c-section-head {
    text-align: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 550px) {
    .c-section .c-section-inner__2column .c-vender-search_content .c-section-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.c-section .c-section-inner__2column .c-vender-search_content .c-section-head .vender-page-num {
    font-weight: normal;
    margin-left: 5%;
}

@media screen and (max-width: 550px) {
    .c-section .c-section-inner__2column .c-vender-search_content .c-section-head .vender-page-num {
        text-align: left;
        margin-left: 0;
        margin-top: min(5vw, 20px);
    }
}

.c-section-pb {
    padding: 0 0 min(6vw, 60px) 0;
}

.c-section-pt {
    padding: min(6vw, 60px) 0 0 0;
}

.c-section-head {
    font-weight: bold;
    text-align: center;
    font-size: min(7vw, 25px);
    margin: 0;
    line-height: 100%;
    margin-bottom: min(4vw, 20px);
}

.c-article-contract {
    text-align: left;
    margin-bottom: min(8vw, 40px);
}

.c-article-contract .c-section-text {
    line-height: 200%;
}

.c-article-contract .c-section-head-type2 {
    font-size: min(6vw, 16px);
}

.c-article-contract .text-list {
    width: 100%;
}

.c-article-contract .text-list li {
    position: relative;
    padding-left: min(5vw, 20px);
    line-height: 200%;
}

.c-article-contract .text-list li .text-list-num {
    position: absolute;
    line-height: 200%;
    display: inline-block;
    left: 0;
    top: 0;
}

.c-article-contract .text-list li .text-list {
    width: 100%;
    display: block;
}

.c-article-contract .text-list li span {
    line-height: 200%;
}

.c-article-contract .text-list_sub {
    padding-left: min(5vw, 20px);
}

.c-article-contract .c-section-head-type3 {
    font-size: clamp(14px, 5vw, 16px);
    margin-bottom: min(4vw, 15px);
    margin-top: min(5vw, 20px);
    font-weight: bold;
    line-height: 180%;
}

.c-article-contract .c-section-head-type3 .text {
    background: #ffffff;
}

.c-article-contract .padding-left {
    padding-left: min(5vw, 20px);
}

.c-article-contract .bold {
    font-weight: bold;
}

a.text-link {
    text-decoration: underline;
    margin: min(2vw, 10px) auto;
    overflow-wrap: break-word;
}

.c-table {
    width: 100%;
}

.c-table .c-table-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: min(15vw, 70px);
    margin-bottom: min(1%, 10px);
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.c-table .c-table-side .c-table-head {
    width: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    background: #daf1fc;
    font-weight: bold;
    padding: min(3vw, 20px);
    font-size: min(5vw, 14px);
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.c-table .c-table-side .c-table-content {
    width: 77.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    background: #f7f7f7;
    padding: min(3vw, 20px);
    font-size: min(5vw, 14px);
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 150%;
}

.c-table-contact {
    margin-bottom: min(7vw, 30px);
}

.c-table-contact .c-table-side {
    min-height: min(16vw, 90px);
}

@media screen and (max-width: 550px) {
    .c-table-contact .c-table-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        border-bottom: solid 4px #daf1fc;
        padding: 3vw 0;
    }
}

.c-table-contact .c-table-side .c-table-head {
    background: none;
    padding: 0 min(7vw, 20px) 0 0;
    border-bottom: solid 4px #daf1fc;
    position: relative;
}

@media screen and (max-width: 550px) {
    .c-table-contact .c-table-side .c-table-head {
        width: auto;
        display: inline-block;
        border-bottom: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 2vw;
    }

    .c-table-contact .c-table-side .c-table-head br {
        display: none;
    }
}

.c-table-contact .c-table-side .c-table-head .Required {
    background: #f12b7e;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 5%;
    padding: min(1vw, 10px);
    border-radius: 5px;
    font-size: 11px;
}

@media screen and (max-width: 550px) {
    .c-table-contact .c-table-side .c-table-head .Required {
        position: unset;
        margin-left: 10%;
    }
}

.c-table-contact .c-table-side .c-table-content {
    background: none;
    border-bottom: solid 4px #f7f7f7;
    padding: 0 0 0 0;
}

@media screen and (max-width: 550px) {
    .c-table-contact .c-table-side .c-table-content {
        width: 100%;
        border-bottom: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.c-table-contact .c-table-side .c-table-content input,
.c-table-contact .c-table-side .c-table-content textarea {
    border: none;
    background: #f7f7f7;
    height: 50%;
}

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

    .c-table-contact .c-table-side .c-table-content input,
    .c-table-contact .c-table-side .c-table-content textarea {
        min-height: 50px;
        display: block;
    }
}

.c-table-contact .c-table-side .c-table-content textarea {
    height: 300px;
    margin-bottom: 10px;
    color: #576065;
    font-size: min(5vw, 14px);
}

#c-input-btn {
    background: #f12b7e;
    color: #ffffff;
    display: block;
    padding: min(5vw, 10px) min(10vw, 80px);
    margin: min(6vw, 20px) auto;
    font-weight: bold;
    border-radius: 5px;
    padding-block: none !important;
    border: none !important;
}

@media screen and (max-width: 550px) {
    #c-input-btn {
        width: 80%;
    }
}

.c-text-link-blue {
    display: inline-block;
    color: #2b97c5;
    font-weight: bold;
}

.bg-blue {
    padding: min(7vw, 20px);
    background: #daf1fc;
}

.c-section-text {
    line-height: 200%;
}

.c-section-text2 {
    font-size: min(4vw, 20px);
}

.c-section-head-line__left,
.c-section-head-line__center {
    font-weight: bold;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: min(6vw, 25px) auto min(4vw, 15px) auto;
}

.c-section-head-line__left:after,
.c-section-head-line__center:after {
    display: block;
    content: ".....................................................................................................................................................................................................................................................";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    margin: auto;
    line-height: 100%;
}

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

    .c-section-head-line__left:after,
    .c-section-head-line__center:after {
        line-height: 200%;
    }
}

.c-section-head-line__left span,
.c-section-head-line__center span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 1%;
    font-size: min(6vw, 22px);
}

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

    .c-section-head-line__left span,
    .c-section-head-line__center span {
        line-height: 180%;
    }
}

.c-section-about_point {
    text-align: center;
    margin: auto;
    position: relative;
    width: min(100%, 700px);
    margin-bottom: min(12vw, 60px);
}

.c-section-about_point .c-section-about_point__text {
    display: inline-block;
    padding: min(8vw, 40px);
    background: #ffffff;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 550px) {
    .c-section-about_point .c-section-about_point__text .c-section-head {
        font-size: min(5.5vw, 25px);
    }
}

.c-section-about_point .c-section-about_point__text .c-section-list {
    display: inline-block;
    margin: auto;
    text-align: left;
}

.c-section-about_point .c-section-about_point__text .c-section-list li {
    margin-bottom: min(4vw, 15px);
}

.c-section-about_point .c-section-about_point__text .c-section-list li:last-child {
    margin-bottom: 0;
}

.c-section-about_point:after {
    width: 100%;
    height: 100%;
    background: url(../images/dot.svg) repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    bottom: -20%;
    z-index: 1;
}

@media screen and (max-width: 1025px) {
    .c-section-about_point:after {
        width: 100%;
        bottom: -10%;
    }
}

.c-section-news-ul {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 1025px) {
    .c-section-news-ul {
        width: 100%;
    }
}

.c-section-news-ul li {
    padding: min(5vw, 20px) 0;
    border-bottom: solid 1px #576065;
}

.c-section-news-ul li a {
    text-align: inherit;
    line-height: 200%;
}

.c-section-news-ul li a .c-section-news-date {
    font-weight: bold;
    margin-bottom: 10px;
}

.pagination {
    text-align: center;
    margin-top: min(3vw, 30px);
}

.pagination .nav-links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pagination .nav-links .page-numbers {
    font-family: "Bayon", sans-serif;
    color: #576065;
    background: #f7f7f7;
    font-size: min(4vw, 18px);
    display: inline-block;
    padding: min(0.5vw, 5px) min(4vw, 25px);
    margin: 0 min(1vw, 5px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.pagination .nav-links .current {
    color: #ffffff;
    background: #2b97c5;
}

.pagination .nav-links .next {
    color: #ffffff;
    background: #ffffff;
    width: 30px;
    position: relative;
}

.pagination .nav-links .next:after {
    content: "▶";
    display: block;
    height: 100%;
    width: 30px;
}

.pagination .nav-links .prev {
    color: #ffffff;
    background: #ffffff;
    width: 30px;
    position: relative;
}

.pagination .nav-links .prev:after {
    content: "◀";
    display: block;
    height: 100%;
    width: 30px;
}

.c-section-post-inner {
    width: min(90%, 900px);
    margin: auto;
    overflow-wrap: break-word;
    line-height: 200%;
}

.c-section-post-inner .post-date {
    text-align: left;
    font-size: min(3vw, 14px);
    font-weight: bold;
}

.c-section-post-inner .c-section-head {
    text-align: left;
    line-height: 200%;
    width: 100%;
}

.c-section-post-inner .c-post-thumbnail {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #2b97c5;
    margin-bottom: min(4vw, 30px);
}

.c-section-post-inner .c-post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .c-section-post-inner .c-post-thumbnail img {
        height: 100%;
        min-height: 100%;
    }
}

.c-section-post-inner p {
    text-align: left;
    width: 100%;
    margin-bottom: min(1.5vw, 20px);
    overflow-wrap: inherit;
    line-height: inherit;
}

.c-section-post-inner h2 {
    font-size: min(8vw, 20px);
    width: 100%;
    overflow-wrap: inherit;
    line-height: inherit;
    text-align: left;
}

.c-section-post-inner h3 {
    font-size: min(5vw, 18px);
    width: 100%;
    text-align: left;
    overflow-wrap: inherit;
    line-height: inherit;
}

.c-section-post-inner ul {
    width: 100%;
    text-align: inherit;
    overflow-wrap: inherit;
    line-height: inherit;
}

.c-section-post-inner ul li {
    margin-bottom: min(1.5vw, 20px);
    text-align: left;
}

.c-vender-search_table-wrap {
    width: inherit;
}

@media screen and (max-width: 550px) {
    .c-vender-search_table-wrap {
        overflow-x: auto;
    }
}

.c-vender-search_table-wrap .c-vender-search_table {
    width: inherit;
}

@media screen and (max-width: 550px) {
    .c-vender-search_table-wrap .c-vender-search_table {
        width: 200vw;
    }
}

.c-vender-search_table-wrap .c-vender-search_table thead {
    margin-bottom: min(2vw, 10px);
    display: block;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr th {
    font-weight: bold;
    border-bottom: solid 1px #576065;
    padding-bottom: min(1vw, 5px);
    display: inline-block;
    text-align: left;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr th:nth-child(1) {
    width: 40%;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr th:nth-child(2) {
    width: 40%;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr th:nth-child(3) {
    width: 20%;
}

.c-vender-search_table-wrap .c-vender-search_table thead tr th:nth-child(4) {
    width: 33%;
}

.c-vender-search_table-wrap .c-vender-search_table tbody {
    display: block;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #8b8b8b;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td {
    padding: min(2vw, 10px) 0;
    display: inline-block;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td a {
    line-height: 150%;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td:nth-child(1) {
    width: 40%;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td:nth-child(2) {
    width: 40%;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td:nth-child(3) {
    width: 20%;
}

.c-vender-search_table-wrap .c-vender-search_table tbody tr td:nth-child(4) {
    width: 33%;
}

.c-search-box {
    width: auto;
}

.c-search-box .textsearch .search-title {
    font-size: clamp(14px, 3vw, 25px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-search-box .textsearch .search-title .search-title-icon {
    margin-right: min(0.5vw, 5px);
}

.c-search-box .textsearch .search_window {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: clamp(35px, 5vw, 40px);
}

.c-search-box .textsearch .search_window .inputText {
    width: 85%;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    border: 2px solid var(--color-blue, #2b97c5);
}

.c-search-box .textsearch .search_window .searchBtn {
    width: 12%;
    background: #f12b7e;
    height: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 auto;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    padding-block: none !important;
    border: none !important;
}

.c-search-box .textsearch .search_window .searchBtn img {
    margin: auto;
}

.c-search-box .searchregion {
    margin-top: min(5vw, 30px);
    border-top: solid 2px #ffffff;
    padding-top: min(3vw, 20px);
}

.c-search-box .searchregion .searchbtn-region {
    width: 100%;
    background: #f12b7e;
    border-radius: 5px;
    height: clamp(35px, 5vw, 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: bold;
    cursor: pointer;
}

.c-search-box .searchregion .searchbtn-region .search-title-icon {
    margin-left: 15px;
}

.c-search-box .searchregion .searchbtn-region:hover .search-title-icon,
.c-search-box .searchregion .searchbtn-region:active .search-title-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-search-box .searchregion .searchregion-inner {
    background: #ffffff;
    padding: 0 min(5vw, 20px) min(5vw, 20px) min(5vw, 20px);
    max-height: 35vh;
    overflow-y: auto;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-search-box .searchregion .searchregion-inner::-webkit-scrollbar {
    display: none;
}

.c-search-box .searchregion-open .searchregion-inner {
    display: block;
}

.c-search-box .searchregion-open .searchbtn-region {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.c-search-box .searchregion-open .searchbtn-region .search-title-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-line-head {
    color: #2b97c5;
    font-weight: bold;
    display: inline-block;
    position: relative;
    width: 80%;
    text-align: center;
    margin-bottom: min(3vw, 10px);
}

.c-line-head span {
    margin: auto;
    height: inherit;
    background: #ffffff;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: clamp(14px, 5vw, 20px);
}

.c-line-head:before {
    width: 100%;
    height: 4px;
    position: absolute;
    display: block;
    background: url(../images/line.svg) repeat-x;
    background-size: auto 100%;
    content: "";
    left: 0;
    top: 50%;
    z-index: 1;
}

.c-header-modal {
    background: #2b97c5;
    position: absolute;
    z-index: 3000;
    width: 100%;
    min-height: 100vh;
    height: auto;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-300vw);
    transform: translateY(-300vw);
}

.c-header-modal_open {
    -webkit-animation: c-header-modal-open forwards 1s;
    animation: c-header-modal-open forwards 1s;
}

.c-header-modal .c-header-modal-innher {
    color: #2b97c5;
    width: 70%;
    height: auto;
    background: #ffffff;
    margin: auto;
    position: relative;
    min-height: 500px;
    height: 80vh;
    margin-top: 5%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-header-modal .c-header-modal-innher::-webkit-scrollbar {
    display: none;
}

.c-header-modal .c-header-modal-innher .c-header-modal-head {
    position: fixed;
    width: inherit;
    z-index: 10;
    top: 3vw;
}

.c-header-modal .c-header-modal-innher .c-header-modal-head .modal_close-btn {
    position: absolute;
    right: 1.5vw;
    top: 1.5vw;
    cursor: pointer;
}

.c-header-modal .c-header-modal-innher .textsearch {
    width: 100%;
    position: relative;
}

.c-header-modal .c-header-modal-innher .textsearch .bg-right-gry {
    padding: min(7vw, 110px) min(5vw, 40px) min(5vw, 40px) min(5vw, 40px);
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    position: fixed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

.c-header-modal .c-header-modal-innher .search-title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: auto;
    font-size: min(4vw, 25px);
    font-weight: bold;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: min(1.5vw, 15px);
}

.c-header-modal .c-header-modal-innher .search_window {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35%;
    height: 50px;
}

.c-header-modal .c-header-modal-innher .search_window input {
    border: solid 2px #2b97c5;
    padding: 0;
    padding: min(0.5vw, 5px) min(1vw, 10px);
    width: 80%;
}

.c-header-modal .c-header-modal-innher .search_window .searchBtn {
    background-color: #2b97c5;
    padding: min(0.5vw, 5px) min(1vw, 10px);
    width: 16%;
    text-align: center;
    border: none;
    margin-left: min(1vw, 10px);
}

.c-header-modal .c-header-modal-innher .search_window .searchBtn img {
    margin: auto;
}

.c-header-modal .searchregion {
    padding: min(5vw, 40px) 0;
    width: 90%;
    margin: auto;
    padding-top: min(18vw, 220px);
}

.c-header-modal .searchregion .search-title-line {
    margin-bottom: min(3vw, 20px);
}

.c-header-modal .searchregion-inner {
    height: 60%;
    overflow-y: auto;
}

.c-header-modal .searchregion-inner .searchregion-1region {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: min(3vw, 20px);
}

.c-header-modal .searchregion-inner .searchregion-1region .checkLabel {
    width: 23%;
    margin: 1%;
}

.c-header-modal .searchregion-inner .searchregion-1region .checkLabel a {
    padding: min(3vw, 15px);
    font-size: min(4vw, 20px);
}

.c-header-modal .searchregion-inner .c-line-head {
    width: 40%;
}

@-webkit-keyframes c-header-modal-open {
    0% {
        display: block;
        opacity: 0;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes c-header-modal-open {
    0% {
        display: block;
        opacity: 0;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

body {
    position: relative;
    z-index: 1;
    width: 100%;
}

.c-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: min(3vw, 20px);
}

.c-header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #ffffff;
}

.c-header .header-logo {
    width: clamp(200px, 45vw, 325px);
    height: auto;
    margin: 0;
}

.c-header .header-logo .header-logo__link {
    display: block;
    width: 100%;
    height: 100%;
}

.c-header .header-logo .header-logo__link .header-logo__img {
    width: 100%;
}

.c-header .c-header-nav-pc {
    width: 60vw;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1025px) {
    .c-header .c-header-nav-pc {
        display: none;
    }
}

.c-header .c-header-nav-pc .primary-menu-container .c-header-manu-ul {
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.c-header .c-header-nav-pc .primary-menu-container .c-header-manu-ul li {
    position: relative;
    width: auto;
    margin-right: min(8vw, 50px);
}

.c-header .c-header-nav-pc .primary-menu-container .c-header-manu-ul li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-right: 12%;
    white-space: nowrap;
    font-weight: bold;
    width: 100%;
    display: block;
}

.c-header .c-header-nav-pc .primary-menu-container .c-header-manu-ul li a::after {
    position: absolute;
    display: block;
    width: 3vw;
    height: 100%;
    content: "";
    background: url(../images/icon-drop__blue.svg) no-repeat;
    background-size: auto 100%;
    left: 105%;
    top: 0;
}

.c-header .c-header-nav-pc .header-right_wrap {
    width: min(50%, 400px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-header .c-header-nav-pc .header-right_text,
.c-header .c-header-nav-pc .header-right_btn {
    width: 50%;
}

.c-header .c-header-nav-pc .header-right_text {
    padding: min(1vw, 15px);
    margin-right: min(1vw, 15px);
}

.c-header .c-header-nav-pc .header-right_btn {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#f12b7e), to(#da1c6c));
    background: -webkit-linear-gradient(top, #f12b7e 0%, #da1c6c 100%);
    background: linear-gradient(180deg, #f12b7e 0%, #da1c6c 100%);
}

.c-header .c-header-nav-pc .header-right_btn:hover {
    -webkit-transform: none;
    transform: none;
    background: #2b97c5;
}

.c-header .c-header-nav-pc .header-right_btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.c-header .c-header-nav-pc .header-right_btn .header-right_link {
    padding: min(1vw, 15px);
    pointer-events: none;
}

.c-header .c-header-nav-pc .header-right_btn .header-right_link img {
    margin: auto;
}

.c-header-nav-tab {
    display: none;
}

@media screen and (max-width: 1025px) {
    .c-header-nav-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.c-header-nav-tab .header-right_wrap {
    width: 30vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 550px) {
    .c-header-nav-tab .header-right_wrap {
        width: 45vw;
    }
}

.c-header-nav-tab .header-right_wrap .header-right_text {
    padding: min(3vw, 15px) min(4.5vw, 20px);
    margin-right: min(1vw, 15px);
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 550px) {
    .c-header-nav-tab .header-right_wrap .header-right_text {
        margin-right: unset;
    }
}

.c-header-nav-tab .header-right_wrap .header-right_text img {
    width: 100%;
}

.c-header-nav-tab .header-right_wrap .header-right_btn {
    width: 30%;
    background: #2b97c5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: min(1vw, 15px) min(1.5vw, 20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.c-header-nav-tab .header-right_wrap .header-right_btn:hover {
    background: #f12b7e;
}

.c-header-nav-tab .header-right_wrap .header-right_btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.c-header-nav-tab .header-right_wrap .header-right_btn img {
    width: 80%;
    height: auto;
    margin: auto;
}

.c-header-nav-tab .c-header-hamburgermenu {
    position: absolute;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    z-index: 1000;
    left: 0;
    top: 0;
    background: #2b97c5;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateY(-200vh);
    transform: translateY(-200vh);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.c-header-nav-tab .c-header-hamburgermenu::-webkit-scrollbar {
    display: none;
}

.c-header-nav-tab .c-header-hamburgermenu .c-header-hamburgermenu-innner {
    width: 100%;
    padding: 12% 10%;
    margin: auto;
    position: relative;
}

.c-header-nav-tab .c-header-hamburgermenu .c-header-hamburgermenu-innner .menu_close-btn {
    position: absolute;
    width: min(8vw, 50px);
    right: min(5vw, 100px);
    top: min(5vw, 100px);
}

.c-header-nav-tab .c-header-hamburgermenu .c-header-hamburgermenu-innner .menu_close-btn img {
    width: 100%;
}

.c-header-nav-tab .c-header-hamburgermenu .primary-menu-container {
    margin-top: min(3vw, 40px);
}

.c-header-nav-tab .c-header-hamburgermenu .primary-menu-container .c-header-manu-ul li {
    margin-top: min(5vw, 20px);
    padding-bottom: min(5vw, 20px);
    border-bottom: 2px solid #ffffff;
    text-align: center;
}

.c-header-nav-tab .c-header-hamburgermenu .primary-menu-container .c-header-manu-ul li a {
    font-size: min(6vw, 18px);
    text-decoration: none;
    color: #ffffff;
    width: 95%;
    margin: auto;
    text-align: left;
    font-weight: bold;
    position: relative;
}

.c-header-nav-tab .c-header-hamburgermenu .primary-menu-container .c-header-manu-ul li a:after {
    display: block;
    content: "";
    width: 5vw;
    height: 100%;
    background: url(../images/icon-drop__white.svg) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.c-header-hamburgermenu_show {
    -webkit-animation: c-header-hamburgermenu_show forwards ease-in 1s;
    animation: c-header-hamburgermenu_show forwards ease-in 1s;
}

.c-header-hamburgermenu_close {
    -webkit-animation: c-header-hamburgermenu_close forwards ease-in 1s 1s;
    animation: c-header-hamburgermenu_close forwards ease-in 1s 1s;
}

.c-site-main {
    min-height: 75vh;
    height: auto;
}

.c-page-content {
    position: relative;
    width: 100%;
}

.c-page-content .c-impression {
    width: 100%;
    min-height: 200px;
    background: #2b97c5;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-page-content .c-impression:before {
    display: block;
    width: 70vw;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: url(../images/bg-oil-img-gl-left-pc.svg) no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
}

@media screen and (max-width: 550px) {
    .c-page-content .c-impression:before {
        width: 100vw;
        background: url(../images/bg-oil-img-gl-left-sp.svg) no-repeat;
        background-size: 100% auto;
    }
}

.c-page-content .c-impression:after {
    display: block;
    width: 40vw;
    content: "";
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    background: url(../images/bg-oil-img-gl-right-pc.svg) no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 550px) {
    .c-page-content .c-impression:after {
        display: none;
    }
}

.c-page-content .c-impression .c-impression-innner {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 550px) {
    .c-page-content .c-impression .c-impression-innner {
        padding: 0 min(3vw, 30px);
    }
}

.c-page-content .c-impression .c-impression-innner .c-impression-head {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: min(3vw, 20px);
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.c-page-content .c-impression .c-impression-innner .c-impression-head .text-jp {
    font-size: min(8vw, 30px);
    font-weight: bold;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    color: inherit;
    line-height: 1.5;
}

.c-page-content .c-impression .c-impression-innner .c-impression-head .text-en {
    font-size: min(5vw, 20px);
    font-family: "Bayon", sans-serif;
    display: inline-block;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: min(4vw, 10px);
    color: inherit;
    font-weight: normal;
}

.c-page-content .c-impression .c-impression-innner .c-impression-head .text-en::before {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    background: url(../images/icon-drop__white.svg) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    left: -25px;
    top: 0;
}

.c-page-content .c-impression .c-impression-innner .c-impression-head .text-en::after {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    background: url(../images/icon-drop__white.svg) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    right: -25px;
    top: 0;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb li {
    padding-right: min(6vw, 20px);
    position: relative;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb li::after {
    content: "▶";
    display: block;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb li a {
    color: #ffffff;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb li:last-child {
    padding-right: 0;
}

.c-page-content .c-impression .c-impression-innner .c-Breadcrumb li:last-child::after {
    display: none;
}

.c-content-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: min(5vw, 25px);
    color: #2b97c5;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-weight: bold;
}

.c-content-head .text-jp {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: min(6vw, 30px);
    text-align: inherit;
    font-weight: bold;
    margin-bottom: 20px;
    color: #576065;
}

.c-content-head .text-en {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: min(8vw, 30px);
    font-family: "Bayon", sans-serif;
    color: #2b97c5;
    text-align: inherit;
    font-weight: normal;
}

.c-footer {
    width: 100%;
    text-align: center;
    padding: min(10vw, 50px) 0;
    background: #f7f7f7;
    margin-bottom: 0;
    padding-bottom: 0;
}

.c-footer .c-footer-innner {
    max-width: 1000px;
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1025px) {
    .c-footer .c-footer-innner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.c-footer .c-footer-innner .footer-logo {
    margin: 0;
}

@media screen and (max-width: 1025px) {
    .c-footer .c-footer-innner .footer-logo {
        margin-bottom: 30px;
    }
}

.c-footer .c-footer-innner .c-section-text {
    text-align: left;
    line-height: 200%;
}

@media screen and (max-width: 1025px) {
    .c-footer .c-footer-innner .c-section-text {
        text-align: center;
    }

    .c-footer .c-footer-innner .c-section-text br {
        display: none;
    }
}

.c-footer .footer-navigation {
    background: #5dc4d2;
    color: #ffffff;
    padding: min(5vw, 20px) 0;
    margin: min(10vw, 50px) auto 0 auto;
}

.c-footer .footer-navigation .footer-navigation-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 550px) {
    .c-footer .footer-navigation .footer-navigation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.c-footer .footer-navigation .footer-navigation-wrapper li {
    margin-right: min(8vw, 40px);
}

@media screen and (max-width: 550px) {
    .c-footer .footer-navigation .footer-navigation-wrapper li {
        width: 100%;
        margin-right: 0;
        margin-bottom: min(5vw, 40px);
    }

    .c-footer .footer-navigation .footer-navigation-wrapper li:last-child {
        margin-bottom: 0;
    }
}

.c-footer .footer-navigation .footer-navigation-wrapper li a {
    color: #ffffff;
    font-weight: bold;
}

.c-footer .c-footer-copy {
    width: 100%;
    background: #2b97c5;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: "Bayon", sans-serif;
    padding: 10px;
}

.c-gotop {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: min(8vw, 100px);
}

@media screen and (max-width: 550px) {
    .c-gotop {
        width: 10vw;
    }
}

.c-gotop img {
    width: 100%;
}

@-webkit-keyframes c-header-hamburgermenu_show {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes c-header-hamburgermenu_show {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes c-header-hamburgermenu_close {
    100% {
        -webkit-transform: translateY(-200vh);
        transform: translateY(-200vh);
    }
}

@keyframes c-header-hamburgermenu_close {
    100% {
        -webkit-transform: translateY(-200vh);
        transform: translateY(-200vh);
    }
}

#home-content .c-site-main .c-impression {
    min-height: unset;
    height: clamp(450px, 42vw, 580px);
    background: #f7f7f7;
    padding-top: min(18vw, 100px);
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-impression {
        padding-top: 25vw;
    }
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-impression {
        padding-top: 20vw;
    }
}

#home-content .c-site-main .c-impression:before {
    display: block;
    width: 55vw;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: url(../images/bg-oil-img-gl-left-pc.svg) no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-impression:before {
        width: 100vw;
        background: url(../images/bg-oil-img-gl-left-sp.svg) no-repeat;
    }
}

#home-content .c-site-main .c-impression:after {
    display: block;
    width: 50vw;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: url(../images/bg-oil-img-gl-right-pc.svg) no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-impression:after {
        width: 50vw;
        bottom: 0;
        background: url(../images/bg-oil-img-gl-right-sp.svg) no-repeat bottom;
    }
}

#home-content .c-site-main .c-impression .c-impression-search-box {
    width: min(75%, 480px);
    padding: min(7vw, 40px) min(6vw, 40px);
    background: #ffffff;
    margin: auto;
    border-top-left-radius: min(5vw, 50px);
    border-bottom-right-radius: min(5vw, 50px);
    position: relative;
    z-index: 2;
    text-align: center;
    color: #576065;
}

#home-content .c-site-main .c-impression .c-impression-search-box .c-impression-logo {
    width: 100%;
    margin: auto;
    margin-bottom: min(3vw, 15px);
    font-size: unset;
}

#home-content .c-site-main .c-impression .c-impression-search-box .c-impression-logo img {
    width: 100%;
    height: auto;
}

#home-content .c-site-main .c-impression .c-impression-search-box .c-impression-logo span {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding-left: 3%;
}

#home-content .c-site-main .c-impression .c-impression-search-box .textsearch,
#home-content .c-site-main .c-impression .c-impression-search-box .searchregion {
    width: 100%;
    text-align: center;
    margin-bottom: min(4vw, 15px);
}

#home-content .c-site-main .c-impression .c-impression-search-box .textsearch .search-title,
#home-content .c-site-main .c-impression .c-impression-search-box .searchregion .search-title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
    font-size: min(5vw, 18px);
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: min(2vw, 10px);
}

#home-content .c-site-main .c-impression .c-impression-search-box .textsearch .search-title .search-title-icon,
#home-content .c-site-main .c-impression .c-impression-search-box .searchregion .search-title .search-title-icon {
    margin-right: 5%;
}

#home-content .c-site-main .c-impression .c-impression-search-box .searchregion {
    border-bottom: solid 2px #576065;
    padding-bottom: min(5vw, 20px);
}

#home-content .c-site-main .c-impression .c-impression-search-box .searchregion .searchbtn-region {
    background: #f12b7e;
    color: #ffffff;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: min(3vw, 14px);
    padding: min(4vw, 15px) 0;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 90%;
    margin: auto;
}

#home-content .c-site-main .c-impression .c-impression-search-box .searchregion .searchbtn-region:hover {
    background: #2b97c5;
}

#home-content .c-site-main .c-impression .c-impression-search-box .search_window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90%;
    margin: auto;
    height: min(12vw, 42px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home-content .c-site-main .c-impression .c-impression-search-box .search_window .inputText {
    border: #576065 solid 2px;
    border-radius: 5px;
    width: 85%;
    margin-right: 3%;
    display: block;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-impression .c-impression-search-box .search_window .inputText {
        width: 95%;
    }
}

#home-content .c-site-main .c-impression .c-impression-search-box .search_window .searchBtn {
    width: 18%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #f12b7e;
    padding-block: none !important;
    border: none !important;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-impression .c-impression-search-box .search_window .searchBtn {
        max-width: unset;
        padding: unset;
        width: 25%;
    }
}

#home-content .c-site-main .c-impression .c-impression-search-box .search_window .searchBtn:hover {
    background: #2b97c5;
    border: none;
}

#home-content .c-site-main .c-section1 {
    position: relative;
    padding-top: min(12vw, 160px);
    padding-bottom: min(12vw, 80px);
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section1 {
        padding-top: 25vw;
    }
}

#home-content .c-site-main .c-section1:before {
    display: block;
    content: "";
    position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 1/0.2;
    left: 0;
    top: -6vw;
    background: url(../images/top-bgtext__pc-left.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1:before {
        width: 100%;
        background: url(../images/top-bgtext__sp.svg) no-repeat center;
        background-size: 90% auto;
        aspect-ratio: 1/0.3;
        top: 1vw;
        mix-blend-mode: multiply;
        opacity: 0.3;
    }
}

#home-content .c-site-main .c-section1:after {
    display: block;
    content: "";
    position: absolute;
    width: 35%;
    height: auto;
    aspect-ratio: 1/0.2;
    right: 0;
    top: -6vw;
    background: url(../images/top-bgtext__pc-right.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1:after {
        content: unset;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 85%;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 70%;
    mix-blend-mode: multiply;
    height: auto;
    aspect-ratio: 1/0.2;
    right: 0;
    top: 0.2vw;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/top-bgtext__pc.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section1 .c-section-inner:after {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner:after {
        content: unset;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content {
    width: 40%;
    background: #ffffff;
    border-top-right-radius: min(5vw, 50px);
    border-bottom-left-radius: min(5vw, 50px);
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section1 .c-section-inner .c-home-content {
        width: 46%;
    }
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner .c-home-content {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content:after {
    display: block;
    width: min(5vw, 30px);
    height: min(5vw, 30px);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/icon-triangle__bottom-pink.svg) no-repeat;
    background-size: 100% auto;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    text-decoration: none;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content a:hover {
    -webkit-transform: unset;
    transform: unset;
    background: unset;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content .c-home-content-head {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: min(7vw, 25px);
    color: #2b97c5;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content .c-section-text {
    padding: 0 min(5vw, 25px) min(6vw, 30px) min(5vw, 25px);
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    line-height: 200%;
    text-align: left;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content .c-home-content-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background: #daf1fc;
    text-align: center;
    border-top-right-radius: min(5vw, 50px);
    width: 100%;
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content .c-home-content-img img {
    margin: auto auto 0 auto;
    width: 80%;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner .c-home-content:nth-child(1) {
        margin-bottom: 15vw;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content::before {
    content: "ABOUT";
    font-family: "Bayon", sans-serif;
    color: #ffffff;
    font-size: min(8vw, 40px);
    position: absolute;
    left: 0;
    right: 0;
    top: -2vw;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner .c-home-content::before {
        top: -6vw;
    }
}

#home-content .c-site-main .c-section1 .c-section-inner .c-home-content:nth-child(2)::before {
    content: "GUIDE";
    font-family: "Bayon", sans-serif;
    color: #ffffff;
    font-size: min(8vw, 40px);
    position: absolute;
    left: 0;
    right: 0;
    top: -2vw;
}

@media screen and (max-width: 550px) {
    #home-content .c-site-main .c-section1 .c-section-inner .c-home-content:nth-child(2)::before {
        top: -6vw;
    }
}

#home-content .c-site-main .c-section2 .c-section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section2 .c-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

#home-content .c-site-main .c-section2 .c-section-inner .c-content-head {
    width: 15%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section2 .c-section-inner .c-content-head {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

#home-content .c-site-main .c-section2 .c-section-inner .c-section-news-ul {
    width: 80%;
}

@media screen and (max-width: 1025px) {
    #home-content .c-site-main .c-section2 .c-section-inner .c-section-news-ul {
        width: 100%;
    }
}

#contact-confirm .c-section1 .c-article1 .c-section-head {
    color: #2b97c5;
}

#contact-confirm .c-section1 .c-article1 .c-section-text {
    font-size: min(6vw, 16px);
    line-height: 200%;
}

#contact-confirm .c-section1 .c-article1 .c-section-text .bold {
    font-weight: bold;
    font-size: min(7vw, 20px);
}

@media screen and (max-width: 550px) {
    #contact-confirm .c-section1 .c-table-side {
        padding: 3vw 0;
    }
}

@media screen and (max-width: 550px) {
    #contact-confirm .c-section1 .c-table-content {
        height: min(5vw, 30px);
    }
}

#contact-confirm .c-section1 .c-table-content input,
#contact-confirm .c-section1 .c-table-content textarea {
    background: none;
    height: auto;
}

#contact-confirm .c-section1 .c-table-content textarea {
    height: auto;
}

#contact-confirm .c-section1 .c-table-content2 {
    height: auto;
}

#about .bold {
    display: inline;
    font-weight: bold;
    font-size: inherit;
}

@media screen and (max-width: 1025px) {
    #about .c-section-text br {
        display: none;
    }
}

#about .c-article-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #daf1fc;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 0 min(5vw, 40px) 0 min(5vw, 40px);
    width: 100%;
    margin: auto;
    min-height: min(20vw, 200px);
    height: auto;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: min(5vw, 30px);
}

@media screen and (max-width: 1025px) {
    #about .c-article-img {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: min(5vw, 40px);
    }
}

@media screen and (max-width: 550px) {
    #about .c-article-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#about .c-article-img .c-article-img__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 75%;
    text-align: left;
    height: auto;
}

@media screen and (max-width: 1025px) {
    #about .c-article-img .c-article-img__text {
        width: 72%;
    }
}

@media screen and (max-width: 550px) {
    #about .c-article-img .c-article-img__text {
        width: 100%;
    }
}

#about .c-article-img .c-article-img__text .c-section-head {
    color: #2b97c5;
    text-align: inherit;
    font-size: min(5vw, 25px);
    margin-bottom: min(3vw, 15px);
}

@media screen and (max-width: 550px) {
    #about .c-article-img .c-article-img__text .c-section-head {
        text-align: center;
    }
}

#about .c-article-img .c-article-img__text .c-section-text {
    line-height: 200%;
    font-size: min(4vw, 16px);
}

#about .c-article-img .c-article-img__text .c-section-ul {
    margin-top: min(3vw, 20px);
}

#about .c-article-img .c-article-img__text .c-section-ul li {
    font-size: min(4vw, 16px);
    margin-bottom: min(3vw, 20px);
}

#about .c-article-img .c-article-img__text .c-section-ul li:last-child {
    margin-bottom: 0;
}

#about .c-article-img .c-article-img__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 20%;
    overflow: hidden;
    height: 200px;
}

#about .c-article-img .c-article-img__img img {
    width: 100%;
    -webkit-transform: translateY(min(2vw, 20px));
    transform: translateY(min(2vw, 20px));
}

@media screen and (max-width: 1025px) {
    #about .c-article-img .c-article-img__img img {
        -webkit-transform: unset;
        transform: unset;
    }
}

@media screen and (max-width: 1025px) {
    #about .c-article-img .c-article-img__img {
        height: auto;
        width: 25%;
    }
}

@media screen and (max-width: 550px) {
    #about .c-article-img .c-article-img__img {
        width: 100%;
        text-align: center;
        margin-bottom: min(3vw, 30px);
    }

    #about .c-article-img .c-article-img__img img {
        width: 50%;
        margin: auto;
    }
}

#about .c-section1 .c-article2 picture {
    margin: min(5vw, 30px) auto min(5vw, 30px) auto;
    width: min(90%, 760px);
    display: inline-block;
}

#about .c-section1 .c-article2 picture img {
    width: 100%;
}

#about .c-section-head-line__center {
    color: #2b97c5;
}

#about .c-section4 .c-article-img {
    padding: min(5vw, 40px);
}

#about .c-section4 .c-article-img .c-article-img__img {
    height: auto;
}

#about .c-section5 {
    padding-top: min(5vw, 60px);
    color: #ffffff;
}

#about .c-section5 .c-section-head-line__center {
    color: #ffffff;
}

#about .c-section5 .c-section-head-line__center span {
    background: #2b97c5;
}

#about .c-section5 .point-list {
    width: 100%;
    margin-top: min(5vw, 40px);
}

#about .c-section5 .point-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    color: #576065;
    margin-bottom: min(4vw, 30px);
}

#about .c-section5 .point-list li:nth-child(1) .point-list__img {
    background: url(../images/point-list__img1.webp) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li:nth-child(1) .point-list__img {
        background: url(../images/point-list__img1-sp.webp) no-repeat;
        background-size: cover;
    }
}

#about .c-section5 .point-list li:nth-child(2) .point-list__img {
    background: url(../images/point-list__img2.webp) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li:nth-child(2) .point-list__img {
        background: url(../images/point-list__img2-sp.webp) no-repeat;
        background-size: cover;
    }
}

#about .c-section5 .point-list li:nth-child(3) .point-list__img {
    background: url(../images/point-list__img3.webp) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li:nth-child(3) .point-list__img {
        background: url(../images/point-list__img3-sp.webp) no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

#about .c-section5 .point-list li .point-list__text {
    width: 75%;
    padding: clamp(20px, 4vw, 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: left;
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li .point-list__text {
        width: 100%;
    }
}

#about .c-section5 .point-list li .point-list__text .c-section-head {
    font-size: min(5vw, 20px);
    color: #2b97c5;
    margin-bottom: min(2vw, 20px);
    display: block;
    width: 100%;
}

#about .c-section5 .point-list li .point-list__img {
    width: 25%;
    overflow: hidden;
    min-height: min(20vw, 200px);
    height: auto;
}

@media screen and (max-width: 550px) {
    #about .c-section5 .point-list li .point-list__img {
        width: 100%;
        aspect-ratio: 1/0.6;
    }
}

.for_pc {
    display: block;
}

@media screen and (max-width: 1025px) {
    .for_pc {
        display: none;
    }
}

.for_tab {
    display: none;
}

@media screen and (max-width: 1025px) {
    .for_tab {
        display: block;
    }
}

.for_sp {
    display: none;
}

@media screen and (max-width: 550px) {
    .for_sp {
        display: block;
    }
}

/*FORM*/

.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.wpcf7-form-control-wrap input {
    width: 100%;
    height: 43px !important;
}

.c-table-contact .c-table-side .c-table-content textarea {
    width: 100%;
}

.wpcf7-not-valid-tip {
    margin: 7px 0 10px;
    width: 100%;
}