﻿@charset "utf-8";
/* CSS Document */

/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

/* -----------------------------------------
トップページ
------------------------------------------ */

.topimage {
    position: relative;
    width: 100%;
    height: 990px;
    overflow: hidden;
}

.topimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catchcopy {
    position: absolute;
    top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 960px);
    width: 1920px;
    height: 155px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.7) 67%, rgba(255, 255, 255, 0) 100%);
}

.catchcopy p {
  font-family: 'HGS';
    font-size: 87px;
    color: #fff;
    text-align: center;
    filter: drop-shadow(5px 5px 5px #000);
}

.top_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 50px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 25px;
}

.overview {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 695px;
    background: linear-gradient(-90deg,rgba(48, 213, 0, 1) 0%, rgba(0, 173, 144, 1) 100%);
}

.overview .title {
    width: 820px;
    position: relative;
    border-bottom: 3px solid #fff;
}

.overview .title p {
    text-align: center;
    color: #fff;
    font-size: 65px;
    line-height: 1;
    filter: drop-shadow(3px 3px 4px #000);
}

.overview .content {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 2.4;
    text-align: left;
    color: #fff;
    filter: drop-shadow(2px 2px 3px #000);
}

.zigyo_image {
    width: 100%;
}

/* 事業の実施 */

.feature {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 130px;
    padding-bottom: 100px;
    background-color: #F1F1F1;
}

.feature .section_title {
    line-height: 1;
    font-size: 40px;
    transform: translateY(-0.6em);
    text-align: center;
}

.feature_top {
    align-items: stretch;
}

.feature_top .hard,.feature_top .soft {
    width: 597px;
    border: 5px solid #FEB200;
    background-color: #fff;
}

.feature_top .soft {
    border-color: #C092DA;
}

.feature_top .hard .title,
.feature_top .soft .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 128px;
    font-size: 40px;
    color: #fff;
    background-color: #FEB200;
    font-family: 'shingo-B';
}

.feature_top .soft .title {
    background-color: #C092DA;
}

.feature_top .hard .content,
.feature_top .soft .content {
    width: fit-content;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 25px;
    line-height: 2;
}

.feature_top .hard .content b,
.feature_top .soft .content b {
    display: block;
    font-size: 30px;
    text-indent: -0.35em;
}

.feature_top .hard .content b {
    color: #A22B00;
}

.feature_top .soft .content b {
    color: #530082;
}

.feature_top .hard .content p,
.feature_top .soft .content p {
    padding-left: 0.7em;
    text-indent: -0.7em;
}

.feature_btm {
    border-top: 1px solid #707070;
    align-items: unset;
}

.feature_item {
    width: 390px;
}

.feature_item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 200px;
    height: 45px;
    border-radius: 25px 25px 0 0;
    background-color: #00BD13;
    font-size: 20px;
}

.feature_item .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 60px;
    width: 390px;
    height: 285px;
    border-radius: 0 25px 25px 25px;
    border: 4px solid #00BD13;
    background-color: #fff;
}

.feature_item .subtitle {
    font-family: 'shingo-b';
    font-size: 26px;
    color: #006D0B;
    line-height: 1;
    padding-bottom: 13px;
    border-bottom: 2px solid #94E39C;
}

.feature_item .content {
    font-size: 16px;
    margin-top: 25px;
}

/* お知らせ */

section.news {
    width: 100%;
    background-color: #F2FFEB;
}

.news_list li {
    display: flex;
    align-items: center;
    padding: 50px 90px;
    border-top: 1px solid #006D0B;
}

.news_list a:last-of-type li {
    border-bottom: 1px solid #006D0B;
}

.news_list p {
    font-size: 20px;
}

.news_list .date {
    width: 300px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 105px;
    border: 2px solid #00BD13;
    color: #00BD13;
    font-size: 25px;
    border-radius: 52.5px;
    background-color: #fff;
}

.btn:hover {
    color: #fff;
    background-color: #00BD13;
}

/* 事例紹介 */

/* .case .section_title {
    position: relative;
    padding-bottom: 15px;
    width: 100%;
    font-size: 45px;
    color: #006D0B;
}

.case .section_title::before {
    content: "";
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0, 189, 19, 0.8) 0%, rgba(0, 196, 191, 0.8) 100%);
}

.case_slider {
    margin: 0 70px;
}

.case_item {
    width: 328px;
    height: 343px;
    border: 2px solid #00BD13;
    padding-top: 4px;
}

.case_item img {
    margin: 0 auto;
    width: 316px;
    height: 240px;
    object-fit: cover;
}

.case_item .date {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 15px;
    line-height: 1;
}

.case_item .title {
    font-size: 17px;
    margin-top: 10px;
    margin-left: 15px;
    color: #484848;
    line-height: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #707070;
    transform: translateY(-20px);
} */

/* 各種リンク */

/* section.link {
    background-color: #F2FFEB;
} */

section.link .wrapper {
    gap: clamp(17.5px,1.25vw,24px);
}

section.link .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(383px,27.4vw,526px);
    height: clamp(284px,20.3vw,390px);
}

section.link .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.link .item p {
    position: absolute;
    width: fit-content;
    font-size: 35px;
    color: #fff;
}

section.link .item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00730C;
    opacity: 0.7;
    transition: all .3s ease;
}

section.link .item:hover::before {
    background-color: #018E0F;
}

/* -----------------------------------------
各ページタイトル
------------------------------------------ */

.page_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
}

.page_title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_title p {
    position: absolute;
    font-family: 'shingo-b';
    color: #fff;
    font-size: 80px;
    filter: drop-shadow(3px 3px 3px #000);
}

.page_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg,rgba(48, 213, 0, 0.7) 0%, rgba(0, 173, 144, 0.7) 100%);
}


/* -----------------------------------------
お知らせ
------------------------------------------ */

article {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #A8A7A7;
}

article:first-of-type {
    border-top: none;
}

article .date {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 1;
}

article .date p {
    font-size: 25px;
    color: #797979;
    background-color: #fff;
    position: relative;
    line-height: 1;
    z-index: 1;
    padding-right: 30px;
    font-family: 'BIZ-r';
}

article .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 100%;
    height: 6px;
    background-color: #94E39C;
}

article .title {
    width: 100%;
    padding: 20px 20px 30px 20px;
    border-bottom: 2px solid #94E39C;
    color: #006D0B;
    font-size: 32px;
    line-height: 1.2;
}

article .content {
    font-size: 20px;
    font-family: 'shingo-r';
    line-height: 2;
    padding: 50px 25px 0 25px;
    margin-bottom: 60px;
}

article .img_container,
article .movie_container {
    padding: 0 25px;
    margin-top: 50px;
    width: 100%;
}

article .img_container p,
article .movie_container p {
    width: 100%;
    border-bottom: 1px solid #000;
    font-family: 'shingo-r';
}

article .img_container .flex {
    margin-top: 40px;
    gap: 98px;
}

article .img_container a {
    width: 318px;
    height: 244px;
    overflow: hidden;
}

article .img_container img,
article .movie_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article .movie_container .flex {
    margin-top: 40px;
    gap: 71px;
}

article .movie_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 336px;
    height: 260px;
    overflow: hidden;
}

article .movie_container a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 8px solid #E0E0E0;
    box-sizing: border-box;
}

.icon_mov {
    position: absolute;
    display: block;
    width: 52px !important;
    height: 52px !important;
}

article .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 25px;
    margin-top: 70px;
}

article .link a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 100px;
    height: 80px;
    background-color: #F2FFEB;
}

article .link a:hover {
    filter: brightness(0.95);
}

article .link a img {
    position: absolute;
    left: 60px;
}

.page_btn {
    position: relative;
    margin-top: 40px;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 6px solid #94E39C;
}

.page_btn::before {
    content: "";
    width: 1px;
    height: 54px;
    background-color: #94E39C;
}

.page_btn .prev {
    position: absolute;
    right: calc(50% + 90px);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 18px solid #A8A7A7;
    border-left: 0px solid transparent;
    pointer-events: none;
}

.page_btn .prev.active {
    pointer-events: all;
    border-right: 18px solid #00BD13;
}

.page_btn .next {
    position: absolute;
    left: calc(50% + 90px);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid #A8A7A7;
    border-right: 0px solid transparent;
    pointer-events: none;
}

.page_btn .next.active {
    pointer-events: all;
    border-left: 18px solid #00BD13;
}




/* -----------------------------------------
事業制度
------------------------------------------ */

.txt_01 {
    font-size: 20px;
    font-family: 'shingo-r';
    line-height: 1.9;
}

.outline_item {
    margin-bottom: 35px;
}

.outline_item .title {
    width: 160px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00BD13;
    font-size: 20px;
    color: #fff;
}

.outline_item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 35px;
    font-size: 22px;
}

.outline_item .content.bw {
    justify-content: space-between;
}

.outline_item .content span {
    display: block;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -0.7em;
}

.kome {
    transform: translateY(-1em);
    display: inline-block !important;
    font-size: 10px;
    color: #f00;
}

.project {
    margin-top: 70px;
    border: 2px solid #FEB200;
    border-radius: 5px ;
    overflow: hidden;
}

.project.soft {
    border-color: #C092DA;
}

.project>.title,
.sup_menu .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
    background-color: #FEB200;
    font-family: 'shingo-b';
    font-size: 40px;
    color: #fff;
}

.project.soft>.title,
.project.soft .sup_menu .title,
.project.soft .amount .title {
    background-color: #C092DA;
}

.project .inner {
    padding: 0 60px;
    padding-bottom: 60px;
}

.example .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 40px 0;
}

.example .title::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #FEB200;
}

.project.soft .example .title::before {
    background-color: #C092DA;
}

.example .title p {
    position: relative;
    top: -3px;
    padding: 0 20px;
    color: #FEB200;
    font-size: 31px;
    line-height: 1;
    background-color: #fff;
    z-index: 1;
}

.project.soft .example .title p {
    color: #C092DA;
}

.exa_list li {
    position: relative;
    width: 347px;
    height: 242px;
    overflow: hidden;
}

.exa_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exa_list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    background-color: rgba(255, 255, 255, 0.77);
    font-size: 31px;
    line-height: 50px;
    text-align: center;
}

.sup_menu {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 70px;
}

.sup_menu .title {
    height: 105px;
    font-family: 'shingo-m';
    font-size: 31px;
}

.sup_menu .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 50px 70px;
    background-color: #FFF1DA;
}

.project.soft .sup_menu .content,
.project.soft .amount .content {
    background-color: #F8E9FF;
}

.sup_menu .content p {
    line-height: 1.5;
    font-size: 27px;
    padding-left: 1em;
    text-indent: -1em;
}

.amount {
    height: 136px;
    margin-top: 35px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.amount .title {
    width: 237px;
    height: 100%;
    background-color: #FEB200;
    color: #fff;
    font-size: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.amount .content {
    width: 100%;
    height: 100%;
    background-color: #FFF1DA;
    line-height: 1.66;
    padding: 0 50px;
    display: flex;
    align-items: center;
    font-size: 27px;
}

.pricelist .scroll {
    width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

.pricelist .title {
    width: 100%;
    border-bottom: 3px solid #E0E0E0;
    font-size: 30px;
}

.pricelist table,
.pricelist th,
.pricelist td {
	border: 1px solid #707070;
	border-collapse: collapse;
}

.pricelist th {
    background-color: #04CC18;
    color: #fff;
    font-size: 16px;
    width: 197px;
    font-weight: normal;
    padding: 15px 10px;
}

.pricelist th:first-of-type {
    width: 236px;
}

.pricelist td {
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
}

tr.tall td {
    padding: 20px 15px;
}

.pricelist td.txt18 {
    font-size: 18px;
}

.remarks {
    margin-top: 10px;
    display: flex;
    justify-content: end;
    width: 100%;
}

.remarks .inner p {
    font-size: 16px;
    font-family: 'shingo-l';
    line-height: 1.5;
}

.menu_guide {
    font-size: 25px;
    color: #00BD13;
    text-align: center;
}

.pdf_btn {
    width: 570px;
    height: 110px;
    border: 3px solid #00BD13;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 25px;
    padding-left: 50px;
    background-color: #fff;
    line-height: 1.4;
}

.pdf_btn.bigger {
    width: 700px;
    height: 125px;
}

.other_pdf {
    background-color: #F2FFEB;
}

.other_pdf .inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.other_pdf .btn {
    width: 700px;
    height: 110px ;
}




/* -----------------------------------------
事例紹介
------------------------------------------ */

article.introduce {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding-top: 130px;
    padding-bottom: 150px;
    background-color: #014E09;
    border-top: none;
    margin-top: 200px;
}

article.introduce .date p {
    background-color: #014E09;
}

article.introduce .date p,
article.introduce .title,
article.introduce .content,
article.introduce .img_container p,
article.introduce .movie_container p {
    color: #fff;
}

article.introduce .img_container p,
article.introduce .movie_container p {
    border-color: #fff;
}

article.introduce .img_container a{
    position: relative;
}

article.introduce .img_container a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

.page_btn.introduce {
    margin-top: 280px;
}




/* -----------------------------------------
県協議会について
------------------------------------------ */

.system {
    width: 1080px;
    padding: 25px 20px;
    border: 1px solid #006D0B;
    border-radius: 20px;
}

.system .left {
    width: 260px;
    height: 100%;
}

.system .left .title {
    text-align: center;
    width: 151px;
    height: 44px;
    background-color: #006D0B;
    color: #fff;
    line-height: 1.6;
    border-radius: 8px;
    font-size: 25px;
}

.system .left ul {
    margin-top: 10px;
    padding-left: 10px;
}

.system .left li {
    font-family: 'shingo-r';
    line-height: 2;
}

.system .right {
    padding-left: 30px;
    height: 100%;
    border-left: 1px solid #006D0B;
}

.system .right .title {
    font-size: 25px;
    color: #006D0B;
}

.system .right ul {
    margin-top: 10px;
}

.system .right li {
    font-family: 'shingo-r';
    line-height: 2;
}

.member h2 {
    width: 100%;
    height: 50px;
    background-color: #006D0B;
    color: #fff;
    font-family: 'shingo-b';
    font-size: 25px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 1;
}

.member ul {
    display: flex;
    flex-wrap: wrap;
}

.member .date {
    float: right;
    margin-top: -30px;
}

.member .head {
    display: flex;
    width: 100%;
    background-color: #EFEFEF;
    padding: 10px 30px;
    border-bottom: 1px solid #A8A7A7;
}

.member .head p {
    font-size: 15px;
    font-family: 'shingo-r';
    color: #737171;
    line-height: 1;
    width: 50%;
}

.member li {
    display: flex;
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    padding: 13px 30px;
    border-bottom: 1px solid #A8A7A7;
}

.member .single li {
    width: 100%;
}

.member li:nth-of-type(odd) {
    border-right: 1px solid #A8A7A7;
}

.member .single li:nth-of-type(odd) {
    border-right: none;
}

.member li .g_name,
.member li .job_name {
    width: 50%;
}

.term {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 50px;
    margin-top: -50px;
    padding: 0 15px;
    color: #fff;
    text-align: right;
}

.rule li {
    border-top: 2px solid #C3C3C3;
}

.rule li:last-of-type {
    border-bottom: 2px solid #C3C3C3;
}

.rule li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 60px;
}

.rule li a img {
    width: 33px;
    margin-right: 60px;
}

.rule li a p {
    font-size: 20px;
    font-family: 'shingo-r';
}

.rule .btn {
    width: 850px;
    height: 110px ;
}

/* -----------------------------------------
各種様式
------------------------------------------ */
.style {
    margin-top: 190px;
}

.style:last-of-type {
    margin-bottom: 300px;
}

.style li {
    border-top: 2px solid #C3C3C3;
}

.style li:last-of-type {
    border-bottom: 2px solid #C3C3C3;
}

.style li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 60px;
    background-color: #fff;
}

.style li a img {
    width: 33px;
    margin-right: 60px;
}

.style li a p {
    font-size: 20px;
    font-family: 'shingo-r';
}

.style ul li a:hover {
    filter: brightness(0.95);
}





/* -----------------------------------------
お問い合わせ
------------------------------------------ */

.txt_caution {
    color: #FE4500;
    font-size: 18px;
    font-family: 'BIZ-b';
    text-align: right;
}

.form_item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px solid #797979;
}

.form_item:last-of-type {
    border-bottom: 1px solid #797979;
}

.form_area p {
    font-family: 'BIZ-b';
}

.required {
    line-height: 1;
    margin-bottom: 10px;
}

.form_area input,
.form_area textarea {
    font-family: 'BIZ-r';
    background-color: #E0E0E0;
    border: none;
    font-size: 18px;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
}

.form_area textarea {
    line-height: 1.3;
    height: 180px;
    resize: none;
    padding: 10px 20px;
}

.form_area input::placeholder {
    color: #A8A7A7;
}

.privacy>h2 {
    font-size: 18px;
    color: #006D0B;
}

.pp_scroll {
    width: 100%;
    height: 340px;
    padding: 50px 30px 50px 60px;
    background-color: #F2FFEB;
}

.pp_scroll .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 80px;
}

.pp_scroll p {
    font-size: 16px;
    line-height: 2;
    font-family: 'shingo-r';
}

.pp_text {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  font-family: 'shingo-r';
}

.pp_check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 2px solid #8CC63F;
  border-radius: 3px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.pp_check:checked {
  border-color: #8CC63F;
  background-color: #8CC63F;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'>\<path d='M20 6L9 17l-5-5'/>\</svg>");
}

.pp_text span {
    position: relative;
    top: -2px;
}

.form_btn {
    width: 530px;
    height: 110px;
    border-radius: 55px;
}

.alert,.confirm,.complete {
    display: none;
}

.alert.active{
  position: absolute;
  display: block;
  font-size: 13px;
  color: #f00;
  font-family: 'BIZ-r';
}

.alert_pp{
  position: relative !important;
  margin: 0 auto;
  width: fit-content;
  left: 0 !important;
  top: 0 !important;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #00BD13;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  left: calc(50% - 450px);
  top: calc(50% - min(40vh, 400px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 900px;
  height: 80vh;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.complete.active{
  display: flex;
}

.complete h1{
  margin-bottom: 30px;
}

.complete h1::before {
    display: none;
}

.close{
  width: 130px;
  height: 50px;
  font-size: 18px;
  background-color: #00BD13;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}


}  /*  PC版ここまで  */



/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

/* -----------------------------------------
トップページ
------------------------------------------ */

.topimage {
    position: relative;
    width: 100%;
    height: 200vw;
    overflow: hidden;
}

.topimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.catchcopy {
    position: absolute;
    top: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46.4vw;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.7) 67%, rgba(255, 255, 255, 0) 100%);
}

.catchcopy p {
  font-family: 'HGS';
    font-size: 10.6vw;
    color: #fff;
    text-align: center;
    padding-left: 0.6em;
    filter: drop-shadow(3px 3px 3px #000);
}

.top_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1.2vw 6vw;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 3.2vw;
}

.overview {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 105vw;
    background: linear-gradient(-90deg,rgba(48, 213, 0, 0.8) 0%, rgba(0, 173, 144, 0.8) 100%);
}

.overview .title {
    width: 80vw;
    padding-bottom: 6vw;
    position: relative;
    border-bottom: 1px solid #fff;
}

.overview .title p {
    text-align: center;
    color: #fff;
    font-size: 6.6vw;
    line-height: 1;
    filter: drop-shadow(3px 3px 4px #000);
}

.overview .content {
    font-size: 4.26vw;
    margin-top: 2vw;
    line-height: 1.9;
    color: #fff;
    filter: drop-shadow(2px 2px 3px #000);
}

.zigyo_image {
    margin-top: 8vw;
    width: 100%;
}

/* 事業の実施 */

.feature {
    width: 100%;
    margin: 0 auto;
    margin-top: 10vw;
    padding-bottom: 100px;
    background-color: #F1F1F1;
}

.feature_top {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.feature .section_title {
    line-height: 1;
    font-size: 5.8vw;
    transform: translateY(-0.6em);
    text-align: center;
}

.feature_top .hard,.feature_top .soft {
    width: 80vw;
    margin: 0 auto;
    border: 5px solid #FEB200;
    background-color: #fff;
}

.feature_top .soft {
    border-color: #C092DA;
}

.feature_top .hard .title,
.feature_top .soft .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17vw;
    font-size: 5vw;
    color: #fff;
    background-color: #FEB200;
    font-family: 'shingo-B';
}

.feature_top .soft .title {
    background-color: #C092DA;
}

.feature_top .hard .content,
.feature_top .soft .content {
    width: fit-content;
    margin: 0 auto;
    padding: 4vw 0;
    font-size: 4vw;
    line-height: 1.66;
}

.feature_top .hard .content b,
.feature_top .soft .content b {
    display: block;
    text-indent: -0.35em;
    line-height: 2;
}

.feature_top .hard .content b {
    color: #A22B00;
}

.feature_top .soft .content b {
    color: #530082;
}

.feature_top .hard .content p,
.feature_top .soft .content p {
    padding-left: 0.7em;
    text-indent: -0.7em;
}

.feature_btm {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #707070;
    align-items: unset;
    padding-top: 5vw;
}

.feature_item {
    width: 100%;
    margin-top: 6vw;
}

.feature_item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 37vw;
    height: 7.5vw;
    border-radius: 5vw 5vw 0 0;
    background-color: #00BD13;
    font-size: 4vw;
}

.feature_item .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10vw;
    width: 100%;
    height: 58vw;
    border-radius: 0 8vw 8vw 8vw;
    border: 2px solid #00BD13;
    background-color: #fff;
}

.feature_item .subtitle {
    font-family: 'shingo-b';
    font-size: 4.8vw;
    color: #006D0B;
    line-height: 1;
    padding-bottom: 2.6vw;
    border-bottom: 2px solid #94E39C;
}

.feature_item .content {
    font-family: 'shingo-r';
    font-size: 4vw;
    margin-top: 3vw;
    padding: 0 8vw;
}

.feature_item:nth-of-type(3) .content {
    padding: 0 7.5vw;
    letter-spacing: -1px;
}

/* お知らせ */

section.news {
    width: 100%;
    background-color: #F2FFEB;
}

.news_list {
    margin-top: 6vw;
}

.news_list li {
    display: flex;
    flex-direction: column;
    padding: 4vw 3vw;
    border-top: 1px solid #006D0B;
}

.news_list a:last-of-type li {
    border-bottom: 1px solid #006D0B;
}

.news_list p {
    font-family: 'shingo-r';
    font-size: 4.3vw;
}

.news_list .date {
    font-size: 3.7vw;
    line-height: 1.5;
}

.news_list .title {
    line-height: 1.3;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34vw;
    height: 10.4vw;
    border: 2px solid #00BD13;
    color: #00BD13;
    font-size: 3.7vw;
    border-radius: 52.5px;
    background-color: #fff;
    margin-top: 10vw;
}

.btn:hover {
    color: #fff;
    background-color: #00BD13;
}

/* 事例紹介 */

.case .section_title {
    position: relative;
    padding-bottom: 1.5vw;
    margin-bottom: 9vw;
    width: 100%;
    font-size: 6.6vw;
    color: #006D0B;
}

.case .section_title::before {
    content: "";
    width: 100%;
    height: 1.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(0, 189, 19, 0.8) 0%, rgba(0, 196, 191, 0.8) 100%);
}

.case_slider {
    margin: 0 70px;
}

.case_item {
    width: 62vw;
    height: 64.8vw;
    border: 2px solid #00BD13;
    padding-top: 3px;
}

.case_item img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 6px);
    height: 45vw;
    object-fit: cover;
}

.case_item .date {
    font-size: 3.7vw;
    margin-top: 3vw;
    margin-left: 3vw;
    line-height: 1;
}

.case_item .title {
    font-size: 4.3vw;
    margin-top: 1vw;
    margin-left: 3vw;
    color: #484848;
    line-height: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #707070;
    width: auto !important;
    /* transform: translateY(-20px); */
    transform: scaleX(0.8);
}

.swiper-button-next {
    right: 5% !important;
}

.swiper-button-prev {
    left: 5% !important;
}

/* 各種リンク */

section.link {
    padding: 5vw 0;
    background-color: #E6FFD9;
}

section.link .wrapper {
    display: flex;
    justify-content: space-between;
}

section.link .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32.5%;
    height: 23.7vw;
}

section.link .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.link .item p {
    position: absolute;
    width: fit-content;
    font-size: 3.7vw;
    color: #fff;
}

section.link .item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00730C;
    opacity: 0.7;
    transition: all .3s ease;
}

section.link .item:hover::before {
    background-color: #018E0F;
}

/* -----------------------------------------
各ページタイトル
------------------------------------------ */

.page_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 26.6vw;
}

.page_title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_title p {
    position: absolute;
    font-family: 'shingo-b';
    color: #fff;
    font-size: 6.7vw;
    filter: drop-shadow(0px 1px 4px #000);
}

.page_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg,rgba(48, 213, 0, 0.7) 0%, rgba(0, 173, 144, 0.7) 100%);
}


/* -----------------------------------------
お知らせ
------------------------------------------ */

article {
    width: 100%;
    padding-top: 14.6vw;
    padding-bottom: 10.6vw;
    border-top: 1px solid #A8A7A7;
}

article:first-of-type {
    border-top: none;
}

article .date {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 1;
}

article .date p {
    font-size: 3.7vw;
    color: #797979;
    background-color: #fff;
    position: relative;
    line-height: 1;
    z-index: 1;
    padding-right: 2vw;
    font-family: 'BIZ-r';
}

article .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #94E39C;
}

article .title {
    width: 100%;
    padding: 1vw 0 3vw 0;
    border-bottom: 2px solid #94E39C;
    color: #006D0B;
    font-size: 5.3vw;
    line-height: 1.2;
}

article .content {
    font-size: 4.3vw;
    font-family: 'shingo-r';
    line-height: 2;
    padding: 8vw 0 0 0;
}

article .img_container,
article .movie_container {
    margin-top: 8vw;
    width: 100%;
}

article .movie_container {
    margin-top: 4vw;
}

article .img_container p,
article .movie_container p {
    width: 100%;
    border-bottom: 1px solid #000;
    font-family: 'shingo-r';
    padding-bottom: 1.5vw;
    font-size: 3.7vw;
}

article .img_container .flex,
article .movie_container .flex {
    display: flex;
    margin-top: 3vw;
    gap: 3.45vw;
}

article .img_container a {
    display: block;
    width: 27.7vw;
    height: 21.6vw;
    overflow: hidden;
}

article .img_container img,
article .movie_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article .movie_container a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 27.7vw;
    height: 21.6vw;
    overflow: hidden;
}

article .movie_container a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0.6vw solid #E0E0E0;
    box-sizing: border-box;
}

.icon_mov {
    position: absolute;
    display: block;
    width: 4vw !important;
    height: 4vw !important;
}

article .link {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    margin-top: 70px;
}

article .link a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5vw 0 11vw;
    height: 10.4vw;
    background-color: #F2FFEB;
}

article .link a:hover {
    filter: brightness(0.95);
}

article .link a img {
    position: absolute;
    left: 4vw;
    top: calc(50% - 2vw);
    height: 5vw;
    width: auto;
}

article .link a p {
    font-size: 3.7vw;
    font-family: 'shingo-r';
}

.page_btn {
    position: relative;
    margin-top: 10.6vw;
    padding: 7.2vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #94E39C;
}

.page_btn::before {
    content: "";
    width: 1px;
    height: 6.4vw;
    background-color: #94E39C;
}

.page_btn .prev {
    position: absolute;
    right: calc(50% + 10.6vw);
    border-top: 1.9vw solid transparent;
    border-bottom: 1.9vw solid transparent;
    border-right: 2.1vw solid #A8A7A7;
    border-left: 0px solid transparent;
    pointer-events: none;
}

.page_btn .prev.active {
    pointer-events: all;
    border-right: 2.1vw solid #00BD13;
}

.page_btn .next {
    position: absolute;
    left: calc(50% + 10.6vw);
    border-top: 1.9vw solid transparent;
    border-bottom: 1.9vw solid transparent;
    border-left: 2.1vw solid #A8A7A7;
    border-right: 0px solid transparent;
    pointer-events: none;
}

.page_btn .next.active {
    pointer-events: all;
    border-left: 2.1vw solid #00BD13;
}




/* -----------------------------------------
事業制度
------------------------------------------ */

.txt_01 {
    font-size: 4.3vw;
    font-family: 'shingo-r';
    line-height: 1.68;
}

.outline_item {
    margin-bottom: 20px;
}

.outline_item .title {
    width: 30.6vw;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00BD13;
    font-size: 4.3vw;
    color: #fff;
}

.outline_item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2vw;
}

.outline_item .content.bw {
    justify-content: space-between;
    /* gap: 4vw; */
}

.outline_item .content span {
    display: block;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -0.65em;
}

.kome {
    transform: translateY(-1em);
    display: inline-block !important;
    font-size: 10px;
    color: #f00;
    margin-bottom: 0 !important;
}


.project {
    margin-top: 10vw;
    border: 2px solid #FEB200;
    border-radius: 1vw ;
    overflow: hidden;
}

.project.soft {
    border-color: #C092DA;
}

.project>.title,
.sup_menu .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.6vw;
    background-color: #FEB200;
    font-family: 'shingo-b';
    font-size: 4.8vw;
    color: #fff;
}

.project.soft>.title,
.project.soft .sup_menu .title,
.project.soft .amount .title {
    background-color: #C092DA;
}

.project .inner {
    padding: 0 3.8vw;
    padding-bottom: 3vw;
}

.example .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 5vw 0 6vw 0;
}

.example .title::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #FEB200;
}

.project.soft .example .title::before {
    background-color: #C092DA;
}

.example .title p {
    position: relative;
    top: -3px;
    padding: 0 3vw;
    color: #FEB200;
    font-size: 4.3vw;
    line-height: 1;
    background-color: #fff;
    z-index: 1;
}

.project.soft .example .title p {
    color: #C092DA;
}

.exa_list {
    display: flex;
    justify-content: space-between;
}

.exa_list li {
    position: relative;
    width: 27.7vw;
    height: 18.6vw;
    overflow: hidden;
}

.exa_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exa_list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5.3vw;
    background-color: rgba(255, 255, 255, 0.77);
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
}

.sup_menu {
    border-radius: 1vw;
    overflow: hidden;
    margin-top: 8vw;
}

.sup_menu .title {
    height: 8vw;
    font-family: 'shingo-m';
    font-size: 4.3vw;
}

.sup_menu .content {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    width: 100%;
    padding: 5vw 3vw;
    background-color: #FFF1DA;
}

.project.soft .sup_menu .content {
    line-height: 1.42;
    gap: 5vw;
}

.project.soft .sup_menu .content,
.project.soft .amount .content {
    background-color: #F8E9FF;
}

.sup_menu .content p {
    line-height: 1.78;
    font-size: 3.7vw;
    padding-left: 1em;
    text-indent: -1em;
    font-family: 'shingo-r';
}

.amount {
    height: 24.5vw;
    margin-top: 5vw;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.amount .title {
    width: 21.2vw;
    height: 100%;
    background-color: #FEB200;
    color: #fff;
    font-size: 4.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.amount .content {
    width: 100%;
    height: 100%;
    background-color: #FFF1DA;
    line-height: 1.42;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    font-size: 3.7vw;
    font-family: 'shingo-r';
}

.pricelist .scroll {
    padding: 0 3.5vw;
}

.pricelist {
    margin-top: 22vw;
}

.pricelist .title {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    font-size: 3.7vw;
}

.pricelist table {
    width: 198vw;
}

.pricelist table,
.pricelist th,
.pricelist td {
	border: 1px solid #707070;
	border-collapse: collapse;
}

.pricelist th {
    background-color: #04CC18;
    color: #fff;
    font-size: 2.6vw;
    width: 28vw;
    font-weight: normal;
    padding: 3vw 2vw;
}

.pricelist th.wide {
    width: 33vw;
}

.pricelist td {
    line-height: 1.5;
    font-size: 2.6vw;
    text-align: center;
    padding: 2vw 3vw;
}

tr.tall td {
    padding: 4vw 3vw;
}

.pricelist td.txt18 {
    font-size: 2.9vw;
}

.remarks {
    margin-top: 3vw;
    display: flex;
    justify-content: end;
    width: 100%;
}

.remarks .inner p {
    font-size: 3.5vw;
    font-family: 'shingo-l';
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}

.menu_guide {
    font-size: 3.2vw;
    color: #00BD13;
    text-align: center;
}

.route {
    margin-top: 20vw;
    line-height: 1.56;
}

.route p {
    font-size: 4.3vw;
}

.pdf_btn {
    width: 88vw;
    height: 13.3vw;
    border: 2px solid #00BD13;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 2vw;
    font-size: 3.7vw;
    line-height: 1.42;
    padding-left: 2vw;
    background-color: #fff;
}

.pdf_btn img {
    width: 6.9vw;
}

.pdf_btn.bigger {
    height: 21.3vw;
}

.other_pdf {
    margin-top: 13.2vw;
    background-color: #F2FFEB;
}

.other_pdf .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw;

}

.other_pdf .btn {
    width: 88vw;
    height: 13.3vw;
    margin-top: 6vw;
}




/* -----------------------------------------
事例紹介
------------------------------------------ */

article.introduce {
    width: 100%;
    padding-top: 6.4vw;
    padding-bottom: 15.9vw;
    background-color: #014E09;
    border-top: none;
    margin-top: 15.9vw;
}

article.introduce .date p {
    background-color: #014E09;
}

article.introduce .date p,
article.introduce .title,
article.introduce .content,
article.introduce .img_container p,
article.introduce .movie_container p {
    color: #fff;
}

article.introduce .img_container p,
article.introduce .movie_container p {
    border-color: #fff;
}

article.introduce .img_container a{
    position: relative;
}

article.introduce .img_container a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0.6vw solid #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.page_btn.introduce {
    margin-top: 18.6vw;
}




/* -----------------------------------------
県協議会について
------------------------------------------ */

.system {
    padding: 4vw;
    border: 1px solid #006D0B;
    border-radius: 5.3vw;
}

.system .left {
    width: 100%;
    border-bottom: 1px solid #006D0B;
    padding-bottom: 2vw;
}

.system .left .title {
    text-align: center;
    width: 24vw;
    height: 6.6vw;
    background-color: #006D0B;
    color: #fff;
    line-height: 1.6;
    border-radius: 1.6vw;
    font-size: 4vw;
}

.system .left ul {
    margin-top: 2vw;
    padding-left: 2vw;
}

.system .left li {
    font-family: 'shingo-r';
    line-height: 2;
    font-size: 3.7vw;
}

.system .right {
    padding-top: 2vw;
    height: 100%;
}

.system .right .title {
    font-size: 4vw;
    color: #006D0B;
}

.system .right ul {
    margin-top: 10px;
}

.system .right li {
    font-family: 'shingo-r';
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    margin-bottom: 3vw;
}

.member ul {
    display: flex;
    flex-wrap: wrap;
}

.member h2 {
    width: 100%;
    height: 8vw;
    background-color: #006D0B;
    color: #fff;
    font-family: 'shingo-b';
    font-size: 4.8vw;
    padding: 0 2vw;
    line-height: 1.5;
}

.member .date {
    float: right;
    margin-top: -5vw;
    font-size: 2.9vw;
}

.member .head {
    display: flex;
    width: 100%;
    background-color: #EFEFEF;
    padding: 3.4vw 6.6vw;
    border-bottom: 1px solid #A8A7A7;
    font-family: 'shingo-r';
}

.member .head p {
    font-size: 2.9vw;
    color: #737171;
    line-height: 1;
}

.member .head .group {
    width: 50%;
}

.member li {
    display: flex;
    width: 50%;
    font-size: 3.7vw;
    line-height: 1.5;
    padding: 3.4vw 6.6vw;
    border-bottom: 1px solid #A8A7A7;
    font-family: 'shingo-r';
}

.member .single li {
    width: 100%;
}

.member li:nth-of-type(odd) {
    border-right: 1px solid #A8A7A7;
}

.member .single li:nth-of-type(odd) {
    border-right: none;
}

.member .single li p {
    width: 50%;
}

.term {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 8vw;
    margin-top: -8vw;
    padding: 0 2vw;
    font-size: 3.2vw;
    color: #fff;
    text-align: right;
    font-family: 'shingo-r';
}

.rule li {
    border-top: 2px solid #C3C3C3;
}

.rule li:last-of-type {
    border-bottom: 2px solid #C3C3C3;
}

.rule li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5.3vw 5.3vw;
}

.rule li a img {
    width: 8.8vw;
    margin-right: 5.3vw;
}

.rule li a p {
    line-height: 1.3;
    font-size: 4.2vw;
    font-family: 'shingo-r';
}

.rule .btn {
    width: 58.6vw;
    height: 13.3vw ;
}




/* -----------------------------------------
各種様式
------------------------------------------ */
.style {
    margin-top: 21.6vw;
    margin-bottom: 20vw;
}

.style ul {
    margin-top: 10vw;
}

.style li {
    border-top: 2px solid #C3C3C3;
}

.style li:last-of-type {
    border-bottom: 2px solid #C3C3C3;
}

.style li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5.3vw 5.3vw;
}

.style li a img {
    width: 8.8vw;
    margin-right: 5.3vw;
}

.style li a p {
    line-height: 1.3;
    font-size: 4.2vw;
    font-family: 'shingo-r';
}

.style ul li a:hover {
    filter: brightness(0.95);
}




/* -----------------------------------------
お問い合わせ
------------------------------------------ */

.txt_caution {
    color: #FE4500;
    font-size: 3.5vw;
    font-family: 'BIZ-b';
    font-weight: 600;
    text-align: right;
    margin-top: 10vw;
}

.form_item {
    position: relative;
    padding-top: 5vw;
    padding-bottom: 8vw;
    border-top: 1px solid #797979;
}

.form_item:last-of-type {
    border-bottom: 1px solid #797979;
}

.form_area p {
    font-family: 'BIZ-b';
    font-size: 3.7vw;
}

.required {
    line-height: 1;
    margin-bottom: 2vw;
}

.form_area input,
.form_area textarea {
    font-family: 'BIZ-r';
    background-color: #E0E0E0;
    border: none;
    font-size: 3.7vw;
    padding: 3.2vw;
    width: 100%;
    border-radius: 1vw;
}

.form_area textarea {
    height: 49vw;
    resize: none;
}

.form_area input::placeholder {
    color: #A8A7A7;
}

.privacy>h2 {
    font-size: 3.7vw;
    color: #006D0B;
}

.pp_scroll {
    width: 100%;
    height: 50vw;
    padding: 4.8vw 2vw 6.4vw 6.4vw;
    background-color: #F2FFEB;
}

.pp_scroll .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 6.6vw;
}

.pp_scroll p {
    font-size: 3.7vw;
    line-height: 1.8;
    font-family: 'shingo-r';
}

.pp_text {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4vw;
  font-size: 4.5vw;
}

.pp_check {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 2vw;
  width: 6.4vw;
  height: 6.4vw;
  border: 2px solid #8CC63F;
  border-radius: 0.6vw;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.pp_check:checked {
  border-color: #8CC63F;
  background-color: #8CC63F;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'>\<path d='M20 6L9 17l-5-5'/>\</svg>");
}

.pp_text span {
    position: relative;
    top: -0.5vw;
}

.alert,.confirm,.complete {
  display: none;
}

.form_btn {
    width: 58vw;
    height: 12.8vw;
    font-size: 4.3vw;
    border-radius: 6.4vw;
}

.alert.active{
  display: block;
  font-size: 3vw;
  color: #f00;
}

.alert_pp{
  width: fit-content;
  margin: 0 auto;
    font-family: 'BIZ-b';
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}
.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}
.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #00BD13;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete {
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.complete.active {
  display: flex;
}

.complete h1 {
  font-size: 28px;
  margin-bottom: 30px;
}

.close {
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #00BD13;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover {
  opacity: .8;
}







}  /*  スマホ版ここまで  */
