@charset "utf-8";

@font-face {
    font-family: 'NotoSansJP';
    src: url('../fonts/NotoSansJP-VariableFont_wght.ttf');
  }
  

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-feature-settings: "palt";
}
html {
    color: #000000;
    font-family: 'NotoSansJP', 'Helvetica', 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Meiryo UI', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 62.5%;
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #000000;
    background-color: #FFFFFF;
}
body.active {
    overflow: hidden;
}
header, footer, main, nav, section, article, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    display: block;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
img {
    margin: 0px;
    padding: 0px;
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    display: inline;
}

body > div {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

a {
    color: #000000;
}

a:hover {
    color: #00ab9c;
}

.link {
    display: flex;
    align-items: center;
    background: linear-gradient(#c3d941, 70%, #00ab9c);
    position: relative;
    width: 214px;
    height: 64px;
    padding-left: 43px;
    padding-bottom: 2px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: solid 3px #187f64;
    text-shadow: 0 0 4px rgb(0, 0, 0, 0.5);
    font-size: 1.6rem;
}

.link:hover {
    color: #ffffff;
    opacity: 0.7;
}

.link > span {
    position: relative;
    z-index: 1;
}

.link::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/yaji01.svg);
    background-size: contain;
}

.link::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 50%;
    left: 3px;
    right: 3px;
    background: linear-gradient(#e9ef9f, #9ed697);
}

.link2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#c3d941, 70%, #00ab9c);
    position: relative;
    width: 260px;
    height: 64px;
    padding-bottom: 2px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-bottom: solid 3px #187f64;
    text-shadow: 0 0 4px rgb(0, 0, 0, 0.5);
    font-size: 1.55rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.link2:hover {
    color: #ffffff;
    opacity: 0.7;
}

.link2 > span {
    position: relative;
    z-index: 1;
}

.link2::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/yaji02.svg);
    background-size: contain;
}

.link2::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 50%;
    left: 3px;
    right: 3px;
    background: linear-gradient(#e9ef9f, #9ed697);
}

header nav {
    border: #c3d941 solid 1px;
    background-color: #edefdc;
    width: 220px;
    box-shadow: 0px 0px 3px rgb(96, 124, 121, 0.3);
    height: 100%;
    min-height: fit-content;
    padding-bottom: 50px;
}

header nav h1 #logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    border-bottom: #0c2caf solid 3px;
    font-size: 1.6rem;
}

header nav h1 #logo:hover img {
    opacity: 0.7;
}

header nav h1 #logo img {
    width: 75%;
}

header nav > div {
    width: 214px;
    margin-left: auto;
    margin-right: auto;
}

header nav > div > dl {
    background-color: #ffffff;
    margin-top: 21px;
}

header nav > div > dl > dt {
    display: flex;
    align-items: center;
    background: linear-gradient(#b3b3b3, 70%, #666666);
    color: #ffffff;
    height: 32px;
    padding-left: 13px;
    font-size: 1.4rem;
    line-height: 0;
    font-weight: 500;
}

header nav > div > dl > dd {
    padding: 15px 15px 17px 15px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

header nav > div > dl > dd span {
    display: inline-block;
}

header nav > div > dl > dd a {
    display: flex;
    align-items: center;
    gap:8px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 5px;
    text-decoration: none;
}

header nav > div > dl > dd a:hover {
    text-decoration: none;
}

header nav > div > dl > dd a:first-of-type {
    margin-top: 12px;
}

header nav > div > dl > dd a::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../images/tel.svg);
    background-size: contain;
}

body > div > div {
    width: 940px;
    margin-left: auto;
    margin-right: 0;
}

body > div > div main #top_img .swiper-slide img {
  height: auto;
  width: 100%;
}

body > div > div main #top_img .swiper-pagination {
    position: relative;
    bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
}

body > div > div main #top_img .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #c3d941;
    opacity: 1;
    margin: 0;
}

body > div > div main #top_img .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #187f64;
}

body > div > div main #top_column {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}

body > div > div main #top_column #top_link {
    display: flex;
    flex-flow: column;
    gap: 6px;
}

body > div > div main #top_column #top_link > a {
    display: block;
    border: solid 1px #0c2caf;
    height: 84px;
    width: 270px;
    padding: 4px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 4px rgb(0, 0, 0, 0.5);
    text-decoration: none;
}

body > div > div main #top_column #top_link > a:hover {
    opacity: 0.7;
}

body > div > div main #top_column #top_link > a > div {
    display: block;
    align-items: center;
    border: solid 1px #eaeaea;
    background: linear-gradient(#c3d941, 70%, #00ab9c);
    height: 100%;
    position: relative;
}

body > div > div main #top_column #top_link > a > div::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    background: linear-gradient(#e9ef9f, #9ed697);
    height: calc(50% - 3px);
}

body > div > div main #top_column #top_link > a > div::before {
    content: "";
    width: 8px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/yaji02.svg);
    background-size: contain;
    background-position: center;
}

body > div > div main #top_column #top_link > a > div > span {
    display: block;
    width: 70px;
    height: 60px;
    background-color: #000000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    left: 5px;
}

body > div > div main #top_column #top_link > a > div > div {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    margin-left: 98px;
    position: relative;
    z-index: 1;
}

body > div > div main #top_column #top_link > a > div > div span {
    font-size: 1.2rem;
}

body > div > div main #top_column #top_news {
    width: 640px;
}

body > div > div main #top_column #top_news dl dt {
    display: flex;
    align-items: center;
    background: linear-gradient(#ffffdd, 30%, #c3d941);
    border-top: solid #187f64 1px;
    height: 35px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 4px rgb(0, 0, 0, 0.5);
    padding-left: 12px;
    padding-bottom: 4px;
    position: relative;
}

body > div > div main #top_column #top_news dl dt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #000000;
    background: linear-gradient(to right, #00ab9c, 30%, #c3d941);
}

body > div > div main #top_column #top_news dl dd > * {
    display: flex;
    gap:30px;
    border-bottom: solid 1px #d8d8d8;
    padding: 20px 0;
}


#sub_title {
    background: linear-gradient(to right, #00ab9c, 30%, #c3d941);
    margin-top: 25px;
}

#sub_title h1 {
    padding: 22px;
    font-size: 2.1rem;
    color: #ffffff;
}

#sub_title #pan {
    background: #ebebeb;
    text-align: right;
    padding: 16px;
    font-size: 1.2rem;
    color: #7c7c7c;
}

#sub_title #pan > * {
    text-decoration: none;
    color: #7c7c7c;
}

#sub_title #pan > a:hover {
    color: #00ab9c;
}

#sub_title #pan > *::before {
    content: " ＞ ";
    font-size: 1rem;
}

#sub_title #pan > *:first-child::before {
    display: none;
}

#sub_column {
    margin-top: 39px;
}

#sub_column > .mds {
    padding-bottom: 15px;
    position: relative;
    font-size: 2.1rem;
    margin-bottom: 20px;
}

#sub_column > .mds::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #00ab9c, 30%, #c3d941);
    bottom: 0;
}

#sub_column > * + .mds {
    margin-top: 85px;
}

#sub_column > dl {
    display: flex;
    flex-flow: column;
}

#sub_column > dl > div {
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #d8d8d8;
}

#sub_column > dl > div:first-of-type {
    padding: 0 0 20px;
}

#sub_column > dl > div:last-of-type {
    padding: 20px 0 0;
    border-bottom: none;
}

#sub_column > dl > div > dt {
    width: 12em;
    padding-right: 3em;
}

#sub_column > ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

#sub_column > .img {
    display: flex;
    justify-content: center;
    gap: 2%;
    max-width: 100%;
    margin-top: 30px;
}

#sub_column > .mds + .img {
    margin-top: 0;
}

#sub_column > .img > img {
    width: 49%;
}

#sub_column > .img > img:only-child {
    width: 70%;
}

#sub_column > .txt > ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

#sub_column > .txt > ul > li > div {
    font-size: 1.8rem;
}

#sub_column > .txt > * + ul {
    margin-top: 40px;
}

#sub_column > .txt > * + .map {
    margin-top: 30px;
}

#sub_column > .txt > .tel {
    display: flex;
    gap: 2%;
    margin-top: 30px;
}

#sub_column > .txt > .tel > a {
    width: 49%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 4.2rem;
    font-weight: bold;
    text-decoration: none;
}

#sub_column > .txt > .tel > a::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../images/tel.svg);
    background-size: contain;
}



footer {
    font-size: 1.2rem;
    color: #727272;
    margin-top: 57px;
    padding-bottom: 40px;
}
