@charset "UTF-8";
html {
    overflow: auto;
    overscroll-behavior: none;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: justify;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


/*----------------------------------- テキスト関係 -----------------------------------*/

ul.disc {
    padding-left: 1rem;
    list-style-type: disc;
}

ul.disc>.clm_item {
    display: list-item;
}

p {
    word-wrap: break-word;
    word-break: break-all;
}

span.en {
    font-weight: normal;
    line-height: 1;
}

.noto-sans {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    line-height: 1.8;
    font-weight: 300;
}

.roboto {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    font-weight: 300;
}

.bold {
    font-weight: 600;
}

.font0 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.font0:before,
.font0:after {
    display: none;
}

.txt_left {
    text-align: left !important;
}

.txt_center {
    text-align: center;
}

.indent {
    display: inline-block;
    text-indent: -18px;
    padding-left: 30px;
}

.clm_item.indent {
    display: inline-block;
}


/*----------------------------------- メインタグ -----------------------------------*/

img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1;
}

.img {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
}

.img.center {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

.img a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0!important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.flex {
    display: flex;
}


/*----------------------------------- 改行 -----------------------------------*/

br {
    display: block;
    content: "";
    margin: 0;
}

br.hight {
    margin: 1rem 0 0 !important;
}

@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


/*----------------------------------- サイト形成基本タグ -----------------------------------*/

.all_wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
}

.main_wrap {
    max-height: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.inner {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.inner+.sec_ttl {
    padding: 3rem 4rem 0;
}

.inner .cnt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10rem;
    border-radius: 10px;
}

.inner+.cnt {
    padding-top: 100px;
}

.box_LR {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.box_L,
.box_R {
    overflow: hidden;
    position: relative;
}


/****************************/

section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.ttl {
    margin-bottom: 5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.5rem;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 769px) {
    .all_wrap {
        width: 100%;
        min-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .cnt_box>.txt {
        max-width: 60rem;
        height: 74px;
        margin-bottom: 3rem;
        padding-left: 4rem;
    }
}

@media screen and (max-width:960px) {
    .container {
        padding-top: 4vh;
        padding-bottom: 5vh;
    }
}

@media screen and (max-width:768px) {
    section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .container {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
    .cnt_box>.txt {
        max-width: 95%;
        margin: 0 auto 3rem;
        margin-bottom: 3rem;
    }
}


/**************************************
inner幅
**************************************/

@media screen and (min-width:1200px) {
    .inner {
        max-width: 95%;
        padding: 0 5rem;
        text-align: center;
    }
    .inr_1800 {
        max-width: 190rem;
    }
    .inr_1160 {
        max-width: 126rem;
    }
    .inr_1100 {
        max-width: 120rem;
    }
    .inr_970 {
        max-width: 107rem;
    }
    .inr_760 {
        max-width: 86rem;
    }
}

@media screen and (max-width:1199px) {
    .inner {
        padding: 0 3.5rem;
    }
    .inr_1800 {
        max-width: 120rem;
    }
    .inr_1160 {
        max-width: 116rem;
    }
    .inr_1100 {
        max-width: 110rem;
    }
    .inr_970 {
        max-width: 100rem;
    }
    .inr_760 {
        max-width: 83rem;
    }
}

@media screen and (max-width:768px) {
    .inner {
        width: 90%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .inr_1800 {
        max-width: 90%;
    }
    .inr_1160 {
        max-width: 90%;
    }
    .inr_1100 {
        max-width: 90%;
    }
    .inr_970 {
        max-width: 90%;
    }
    .inr_760 {
        max-width: 90%;
    }
}

@media screen and (min-width:769px) {
    .inner {
        min-width: 95rem;
    }
}


/**************************************
header
**************************************/

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.sec_header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_ttl a {
    display: contents;
}

@media screen and (min-width: 769px) {
    .sec_header {
        width: 100%;
        min-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .header_inner {
        width: 100%;
        max-width: 190rem;
    }
}

@media screen and (max-width: 1199px) {
    .header_inner {
        max-width: 100%;
    }
}

@media screen and (max-width:960px) {
    .header_inner {
        width: 100%;
        height: 100%;
        padding: 0 2rem;
    }
    .header_ttl {
        justify-content: flex-start;
        height: auto;
        padding-top: 1.5rem;
    }
    .header_ttl .site_type {
        width: 100%;
        margin-top: -3rem;
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    .header_inner {
        width: 90%;
        padding: 0;
    }
    .sec_header {
        top: 0;
        bottom: unset;
    }
}


/**************************************
footer
**************************************/

.sec_footer {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.sec_footer:before {
    content: "";
    width: 95%;
    height: 1px;
    margin: 0 auto;
    background: #707070;
    position: absolute;
    left: 0;
    right: 0;
}

.footer_inner {
    width: 98%;
    margin: 0 auto;
    position: relative;
}

.sec_footer .box.boxLR {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20rem;
}

.sec_footer .box_L .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: left;
}

.sec_footer .copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 0.1rem;
    letter-spacing: 0.02em;
    color: #000;
    font-size: 1.5rem;
    position: absolute;
    bottom: 20%;
}

.sec_footer .btn {
    color: #000;
}

.sec_footer .clm_2 {
    justify-content: flex-start;
    margin-bottom: 2.5rem;
}

.sec_footer .clm_2>.clm_item {
    flex: 0 1 auto;
    position: relative;
    width: auto;
}

.sec_footer .clm_2>.clm_item:after {
    content: "";
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    right: -24%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer .clm_2>.clm_item:last-child:after {
    display: none;
}

@media screen and (min-width: 1200px) {
    .footer_inner {
        max-width: 190rem;
    }
}

@media screen and (max-width: 1199px) {
    .sec_footer .clm_2>.clm_item {
        width: auto !important;
    }
}

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

@media screen and (max-width:768px) {
    .footer_inner {
        padding: 2rem 0 0;
    }
    .sec_footer .box.boxLR {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec_footer .box_L {
        width: 100%;
    }
    .sec_footer .box_L .img {
        width: auto;
        max-width: 250px;
        margin-bottom: 0;
        text-align: center;
    }
    .sec_footer .copyright {
        justify-content: center;
        font-size: 1.2rem;
        bottom: 2rem;
        left: 0;
        right: 0;
    }
    .sec_footer .clm_2 {
        margin-bottom: 6rem;
    }
    .is-mobile .sec_footer .box_L .img {
        width: auto;
        max-width: 200px;
        margin-bottom: 0;
        text-align: center;
    }
    .is-mobile .sec_footer .copyright {
        justify-content: center;
        font-size: 1.2rem;
        bottom: 2rem;
        left: 0;
        right: 0;
    }
    .is-mobile .sec_footer .clm_2 {
        margin-bottom: 6rem;
    }
}


/**************************************
KV
**************************************/

@media screen and (min-width: 1200px) {}

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

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


/*----------------------------------- テキスト下線マーカー -----------------------------------*/

.marker-line {
    background: linear-gradient(transparent 70%, rgba(191, 227, 156, 1) 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整*/
    padding: 0 2px 0;
}


/*----------------------------------- テキストの左右にライン -----------------------------------*/

.ttl.lr-line {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 1);
}

.ttl.lr-line:before,
.ttl.lr-line:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: rgba(0, 0, 0, 1);
}

.ttl.lr-line:before {
    margin-right: 1rem;
}

.ttl.lr-line:after {
    margin-left: 1rem;
}


/*----------------------------------- リンク関係 -----------------------------------*/

a {
    text-decoration: none;
}

.btn {
    display: inline-block;
    color: #707070;
    z-index: 0;
    pointer-events: painted;
    transition: opacity 0.5s;
}

.btn:hover {
    opacity: 0.8;
    transition: opacity 0.5s;
}

.txt .btn:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
}

a img {
    transition: opacity 0.5s;
    opacity: 1.0;
}

a:hover img {
    opacity: 0.7;
    transition: opacity 0.5s;
}


/*----------------------------------- テキスト&写真のブロック -----------------------------------*/

.block_box {
    width: auto;
    margin: 0 auto;
    position: relative;
}

.block_ttl {
    margin-bottom: 1.5rem;
    padding: 0.8rem;
    font-size: 1.5rem;
    line-height: 1;
    background: rgba(234, 224, 212, 1);
}

.block_box .block_txt {
    font-size: 1.125rem;
    line-height: 1.8;
    position: relative;
}

.block_box .block_txt .ttl {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 500;
    text-align: left;
}

.block_box .block_photo {
    width: auto;
    max-width: 50%;
    position: relative;
}

@media screen and (max-width:768px) {
    .block_box .block_photo {
        max-width: 100%;
        margin: 0;
        padding-bottom: 1rem;
    }
    .block_ttl {
        padding: 0.5rem 0.8rem;
        font-size: 1.25rem;
    }
    .block_box .block_txt {
        font-size: 1rem;
        clear: both;
    }
}


/*----------------------------------- テキスト&写真のブロック float -----------------------------------*/

.block_box.float {
    margin: 0 auto 2rem;
}

.block_box.float:after {
    display: block;
    content: "";
    clear: both;
}

.block_box.float .photo_right {
    float: right;
    margin: 0 0 0.5rem 2rem;
}

.block_box.float .photo_left {
    float: left;
    margin: 0 2rem 1rem 0;
}

.block_box.float.separate .block_txt {
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .block_box.float .photo_left {
        float: left;
        margin: 0 0 1rem 0;
    }
    .block_box.float .photo_right {
        float: right;
        margin: 0 0 0.5rem 0;
    }
    .block_box.float {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}


/*----------------------------------- テキスト&写真のブロック flex -----------------------------------*/

.block_box.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.block_box.flex .photo_right {
    margin: 0 0 0.5rem 2rem;
}

.block_box.flex .photo_left {
    margin: 0 2rem 1rem 0;
}

@media screen and (max-width:768px) {
    .block_box.flex {
        flex-wrap: wrap;
    }
    .block_box.flex .photo_right {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }
    .block_box.flex .photo_left {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}


/*----------------------------------- テキスト&写真のブロック flex リストボックス -----------------------------------*/

.list_area .block_box.flex {
    gap: 30px;
    padding: 0 0 3rem;
}

.list_area .block_box.flex a {
    flex: 0 1 40%;
}

.list_area .block_box.flex .photo_left {
    margin: 0;
    /* border: 1px solid #DEDBCF; */
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.list_area .block_box.flex .photo_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.list_area .block_box.flex a img {
    transition: 0.3s transform;
}

.list_area .block_box.flex a:hover img {
    transform: scale(1.1);
    transition: 0.3s transform;
}

.list_area .block_box.flex .list-info {
    width: 100%;
    margin: 0;
}

.block_box .block_txt.list-info .date {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.block_box .block_txt.list-info .ttl {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width:768px) {
    .list_area .block_box.flex {
        gap: 10px;
        padding: 0 0 2rem;
    }
}


/*----------------------------------- ニュース -----------------------------------*/

.news_list .block_box.flex {
    flex-wrap: nowrap;
}

.news_ttl {
    margin-bottom: 0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    font-size: 1.375rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    position: relative;
}

.news_list .block_box .block_txt a {
    border-bottom: none;
    transition: 0.3s color;
}

.news_list .block_box .block_txt a:hover {
    color: rgb(141 117 80);
    transition: 0.3s color;
}

.news_date {
    margin-bottom: 0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.news_thumbnail {
    margin-bottom: 2rem;
}

.news_txt {
    font-size: 1rem;
}

.news_detail .news_ttl {
    margin-bottom: 1.5rem;
}

.news_detail .news_txt,
.news_detail .news_txt p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

.news_detail .news_txt a {
    padding-bottom: 0;
    border-bottom: 1.5px solid rgb(24, 52, 205);
}

.news_detail .news_txt a:hover {
    border-bottom: 1.5px solid rgb(141 117 80);
    color: rgb(141 117 80);
    font-weight: 400;
}

.news_detail .news_txt ol {
    list-style-type: decimal;
    margin-left: 2rem;
}

.news_detail .news_txt ul {
    list-style-type: disc;
    margin-left: 2rem;
}

.news_detail .news_photo {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .news_ttl {
        font-size: 0.9rem;
    }
    .news_date {
        font-size: 0.8rem;
    }
    .news_list .txt {
        display: none;
    }
    .news_detail .news_ttl {
        font-size: 1.125rem;
    }
    .news_detail .news_txt,
    .news_detail .news_txt p {
        font-size: 1rem;
    }
}


/*----------------------------------- 三角ボタン -----------------------------------*/

.btn.link_page.sankaku.right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    background: none;
    border-radius: 0;
    left: unset;
}

.btn.link_page.sankaku.bg_brown {
    border-color: transparent transparent rgba(83, 61, 44, 1) transparent;
}

.btn.link_page.sankaku.bg_green {
    border-color: transparent transparent rgba(133, 183, 85, 1) transparent;
}

.btn.link_page.sankaku .arrow {
    transform: translate(0, 0) rotate(-45deg);
    right: 12px;
    top: 35px;
}

.btn.link_page.sankaku:hover .arrow {
    animation: icon_arrow2 1.5s infinite ease-out;
}

@keyframes icon_arrow2 {
    0% {
        transform: translate(0, 0) rotate(-45deg);
    }
    10% {
        transform: translate(5px, 0) rotate(-45deg);
    }
    20% {
        transform: translate(0, 0) rotate(-45deg);
    }
}


/*----------------------------------- リンクボタン -----------------------------------*/

.link_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 -1rem;
    padding: 0 2px 0 5px;
    font-size: 1rem;
    line-height: 1.2;
    border-bottom: 1px solid;
    position: relative;
}

.link_ex:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.link_ex .arrow {
    width: 1.5rem;
    height: 1.3rem;
    margin-top: -0.5rem;
    background: url(../img/icon_link-ex_blk.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -1.5rem;
    bottom: 0;
}

.link_ex.white .arrow:after {
    background: url(../img/icon_link-ex_wh.svg) no-repeat;
}

.txt_link {
    padding-bottom: 0;
    border-bottom: 1.5px solid rgb(24, 52, 205);
}

.txt_link:hover {
    color: rgb(141 117 80);
    border-bottom: 1.5px solid rgb(141, 117, 80);
}

.page-top .txt_link {
    border-bottom: 1.5px solid rgb(141, 117, 80);
}

.btn.link_page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* max-width: 200px;
height: 50px; */
    margin: 0 auto;
    font-size: 1.8rem;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.btn.link_page .arrow {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-left-width: 0;
    border-top-width: 0;
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    right: 8%;
    top: 50%;
}

.btn.link_page:hover .arrow {
    animation: icon_arrow 1.5s infinite ease-out;
}

.btn.link_page.right {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:768px) {
    .btn.link_page.right {
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

@keyframes icon_arrow {
    0% {
        transform: translate(0, -50%) rotate(-45deg);
    }
    10% {
        transform: translate(5px, -50%) rotate(-45deg);
    }
    20% {
        transform: translate(0, -50%) rotate(-45deg);
    }
}

@media screen and (max-width:768px) {
    .btn.link_page {
        width: 100%;
        /* max-width: 250px; */
        /* height: 45px; */
        /* font-size: 1rem; */
    }
    .is-mobile .btn.link_page {
        flex-wrap: wrap;
    }
}

@media screen and (orientation: landscape) {
    /* 横向きの場合のスタイル */
    .btn.link_page {
        /* height: 35px; */
    }
}


/*----------------------------------- スクロールナビ -----------------------------------*/

.scroll_navi {
    word-break: normal;
    position: absolute;
    z-index: 0;
    left: 2.8rem;
    bottom: 10px;
}

.scroll_navi a {
    display: inline-block;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 1;
    padding: 10px 10px 90px;
    overflow: hidden;
    color: rgb(120, 120, 120, 1);
    font-size: 20px;
    line-height: 1;
    letter-spacing: .2em;
    /* text-shadow: 0 1px 3px rgb(120 120 120 / 55%); */
    text-transform: none;
    text-decoration: none;
    writing-mode: vertical-lr;
    pointer-events: none;
}

.scroll_navi a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 42%;
    width: 1px;
    height: 80px;
    background: rgb(120, 120, 120, 1);
    /* box-shadow: 0px 1px 2px 1px rgb(190 190 190 / 55%); */
    animation: scrollAnime 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@media screen and (max-width:768px) {
    .scroll_navi {
        word-break: normal;
        position: absolute;
        left: 1rem;
        bottom: 10px;
    }
    .scroll_navi a {
        font-size: 1rem;
    }
}

@keyframes scrollAnime {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/*----------------------------------- TOPへ戻る -----------------------------------*/

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 10;
}

#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #8E582A;
    border-radius: 70%;
    text-decoration: none;
    color: #fff;
    padding: 24px 5px 0;
    text-align: center;
    display: block;
    /* opacity: 0.8; */
    transition: all .3s ease;
    position: relative;
}

#pagetop a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    top: 13px;
    left: 50%;
}

.is-mobile #pagetop {
    z-index: 9;
}

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

@media screen and (max-width:768px) {
    #pagetop {
        display: none;
    }
}


/*----------------------------------- 電話リンクボタン -----------------------------------*/

a.tel-link {
    pointer-events: none;
}


/*----------------------------------- form関係 -----------------------------------*/

input[type="submit"] {
    border: none;
    background: none;
    pointer-events: painted;
    cursor: pointer;
}

.contact_box .form input,
.contact_box .form select,
.contact_box .form textarea {
    width: calc(100% - 0.1rem);
    padding: 1rem;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    min-height: 1.6rem;
    background: #ffffff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    appearance: none;
}

.contact_box .form input::placeholder,
.contact_box .form select::placeholder,
.contact_box .form textarea::placeholder {
    color: #186DDC;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
}


/*----------------------------------- カラム -----------------------------------*/

.clm.wrap {
    flex-wrap: wrap;
}

.clm {
    display: flex;
    justify-content: center;
    flex-direction: row;
    /* gap: 30px; */
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.header_inner .cv_area .clm_3 {
    justify-content: flex-end;
}

.clm.gap_15 {
    gap: 15px;
}

.clm_item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 1 auto;
    align-items: center;
}

.clm_1 {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.clm_1>.clm_item {
    flex: 0 0 100%;
}

.clm_1>.clm_item:last-child {
    margin-bottom: 0 !important;
}

.clm_2 {
    gap: 40px;
}

.clm_2>.clm_item {
    width: calc((100% - 40px * 1) / 2);
}

.clm_2.gap_15>.clm_item {
    width: calc((100% - 15px * 1) / 2);
}

.clm_3 {
    gap: 30px;
}

.clm_3>.clm_item {
    width: calc((100% - 30px * 2) / 3);
}

.clm_3.gap_15>.clm_item {
    width: calc((100% - 15px * 2) / 3);
}

.clm_4 {
    gap: 20px;
}

.clm_4>.clm_item {
    width: calc((100% - 20px * 3) / 4);
}

.clm_4.gap_15>.clm_item {
    width: calc((100% - 15px * 3) / 4);
}

.clm_5 {
    gap: 30px;
}

.clm_5>.clm_item {
    width: calc((100% - 30px * 4) / 5);
}

.clm.border {
    column-gap: 40px;
}

.clm.border>.clm_item {
    padding: 0;
    position: relative;
}

.clm.border>.clm_item:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: -19px;
}

.clm.border>.clm_item:last-child:after {
    display: none;
}

@media screen and (min-width: 1200px) {
    .clm_2 ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .clm_2 ul li {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 49%;
        height: 100%;
    }
}

@media screen and (max-width:1199px) {
    .clm_2 {
        gap: 30px;
    }
    .clm.clm_2>.clm_item {
        width: calc((100% - 30px * 1) / 2);
    }
    .clm_5 {
        gap: 20px;
    }
    .clm.clm_5>.clm_item {
        width: calc((100% - 20px * 3) / 4);
    }
}

@media screen and (max-width:999px) {
    .clm_5 {
        gap: 30px;
    }
    .clm.clm_5>.clm_item {
        width: calc((100% - 30px * 2) / 3);
    }
}

@media screen and (max-width:900px) {
    .clm>.clm_item:last-child {
        margin-bottom: 0;
    }
    .clm.clm_3>.clm_item {
        width: calc((100% - 20px * 1) / 2);
    }
    .clm.clm_3.tab_clm_1 {
        flex-wrap: wrap;
    }
    .clm.clm_3.tab_clm_1>.clm_item {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .clm.clm_3.tab_clm_1.border>.clm_item:last-child {
        padding-bottom: 0;
    }
    .clm.clm_3.tab_clm_1.clm.border>.clm_item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -19px;
        right: 0;
    }
    .clm.clm_2.border>.clm_item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -19px;
        right: 0;
    }
    .clm.clm_2>.clm_item:nth-of-type(2n) {
        margin-bottom: 0;
    }
}

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

@media screen and (max-width:768px) {
    .clm>.clm_item {
        flex: 0 1 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .clm_1>.clm_item {
        flex-wrap: wrap;
    }
    .clm_2 {
        flex-wrap: wrap;
    }
    .clm.clm_2>.clm_item {
        width: 80%;
    }
    .clm_3 {
        flex-wrap: wrap;
    }
    .clm_3.wrap {
        gap: 40px;
    }
    .clm.clm_5 {
        gap: 20px;
    }
    .clm.clm_5>.clm_item {
        flex: 1 1 47%;
        width: calc((100% - 20px * 1) / 2);
    }
    .is-mobile .clm.clm_5 {
        gap: 10px;
    }
    .is-mobile .clm.clm_5>.clm_item {
        flex: 1 1 47%;
        width: calc((100% - 10px * 1) / 2);
    }
    .clm.border>.clm_item {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 80px;
        padding: 0;
        position: relative;
    }
    .clm.border>.clm_item:last-child {
        margin-bottom: 0;
    }
    .clm.border>.clm_item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -35px;
        right: 0;
    }
}