@charset "utf-8";

/* 共通設定
--------------------------------------------------------------------------*/
html {background-color: #FFF; scroll-behavior: smooth;}
body {position: relative; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; background-color: #FFF;}
section {position: relative; width: 100%;}
table {width: 100%; border-collapse: collapse; border-spacing: 0;}
.cover, .contain {display: inline-block; width: 100%; height: 240px; background: center / cover no-repeat transparent;}
.contain {background-size: contain;}
.container {position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto;}
.secArea {padding: 120px 0;}
.dispFlex {display: flex; flex-direction: row; gap: 30px;}
.dispNone {display: none;}
.calcArea2 {width: calc(50% - 30px * 1 / 2);}
.calcArea3 {width: calc(33.333% - 30px * 2 / 3);}
.calcArea4 {width: calc(25% - 30px * 3 / 4);}
.textArea {padding-top: 30px; line-height: 1.8;}
.textLead {padding-top: 30px; line-height: 1.8; text-align: center;}
.textMin {font-family: 'Noto Serif JP', sans-serif; font-weight: 500;}
.textMPR {font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 700;}
.googleMap {position: relative; z-index: 9; width: 100%; height: 450px;}
.googleMap iframe {width: 100%; height: inherit;}
.iframeArea span {position: relative; display: block; max-width: 100%; margin: 0; padding-top: 56.25%;}
.iframeArea span iframe {position: absolute; top: 0; right: 0; width: 100%; height: 100%;}
.grecaptcha-badge {visibility: hidden;}
.imgArea {position: relative; display: block;}
.imgArea img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.linkButton {position: relative; top: 0; left: 0; display: block; width: 400px; height: 60px; margin: 30px auto 0; background-color: #333; border-radius: 30px; text-align: center;}
.linkButton::before {content: ''; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); display: block; width: 40px; height: 40px; background: center / cover no-repeat; background-image: url("images/common/button-arrow.svg");}
.linkButton span {color: #FFF; font-weight: 500; line-height: 60px;}
.tbView, .tbsView {display: none;}
@media (min-width: 1230px) {
  .bodyWrap {width: 100%; max-width: 1920px; margin: 0 auto;}
  a {transition: all 0.3s ease; opacity: 1;}
  a:hover {transition: all 0.3s ease; opacity: 0.6;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  .cover, .contain {height: 200px;}
  .container {max-width: 970px;}
  .secArea {padding: 100px 0;}
  .dispFlex {gap: 25px;}
  .calcArea2 {width: calc(50% - 25px * 1 / 2);}
  .calcArea3 {width: calc(33.333% - 25px * 2 / 3);}
  .calcArea4 {width: calc(25% - 25px * 3 / 4);}
  .textArea, .textLead {padding-top: 25px;}
  .googleMap {height: 400px;}
  .linkButton {width: 360px; height: 50px; margin: 25px auto 0;}
  .linkButton::before {right: 9px; width: 32px; height: 32px;}
  .linkButton span {line-height: 50px;}
  .tbView {display: block;}
}
@media (max-width: 991px) {
  .googleMap {height: 350px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  .cover, .contain {height: 160px;}
  .container {max-width: 750px;}
  .secArea {padding: 80px 0;}
  .dispFlex {gap: 20px;}
  .calcArea2 {width: calc(50% - 20px * 1 / 2);}
  .calcArea3 {width: calc(33.333% - 20px * 2 / 3);}
  .calcArea4 {width: calc(25% - 20px * 3 / 4);}
  .textArea, .textLead {padding-top: 20px;}
  .linkButton {width: 320px; height: 40px; margin: 20px auto 0;}
  .linkButton::before {right: 7px; width: 26px; height: 26px;}
  .linkButton span {line-height: 40px;}
  .tbsView {display: block;}
}
@media (min-width: 768px) {
  .mpView {display: none;}
}
@media (max-width: 767px) {
  .cover, .contain {display: block; width: 100%; max-width: 450px; height: 200px; margin: 0 auto;}
  .container {max-width: 450px; padding: 0 15px;}
  .secArea {padding: 60px 0;}
  .dispFlex {gap: 15px;}
  .calcArea2, .calcArea3 {width: 100%;}
  .calcArea4 {width: calc(50% - 15px * 1 / 2);}
  .textArea, .textLead {padding-top: 15px; line-height: 1.6;}
  .linkButton {width: 260px; height: 36px; margin: 15px auto 0;}
  .linkButton::before {right: 7px; width: 22px; height: 22px;}
  .linkButton span {line-height: 36px;}
  .pcView {display: none;}
}
@media (min-width: 361px) {
  .mpsView {display: none;}
}
@media (max-width: 360px) {
  .cover, .contain {height: 160px;}
}

/* #header設定
--------------------------------------------------------------------------*/
#header {position: absolute; z-index: 10; justify-content: space-between; align-items: center; width: 100%; padding: 30px;}
#header a#headerLogo {position: relative; top: 0; left: 0; z-index: 100; align-self: flex-end; display: block; height: 60px; font-size: 0;}
#header a#headerLogo img {width: 100%;}
#header #navWrap nav ul li {position: relative;}
#header #navWrap nav ul li a {display: block; padding: 22px 10px; font-weight: 700;}
#header #navWrap nav ul li.contact a {background-color: #F0D34A;}
@media (min-width: 1230px) {
  #header #navWrap nav ul li a {
    text-shadow:
      rgba(255,255,255,0.25) 2px 0px 2px, rgba(255,255,255,0.25) -2px 0px 2px,
      rgba(255,255,255,0.25) 0px -2px 2px, rgba(255,255,255,0.25) -2px 0px 2px,
      rgba(255,255,255,0.25) 2px 2px 2px, rgba(255,255,255,0.25) -2px 2px 2px,
      rgba(255,255,255,0.25) 2px -2px 2px, rgba(255,255,255,0.25) -2px -2px 2px,
      rgba(255,255,255,0.25) 1px 2px 2px, rgba(255,255,255,0.25) -1px 2px 2px,
      rgba(255,255,255,0.25) 1px -2px 2px, rgba(255,255,255,0.25) -1px -2px 2px,
      rgba(255,255,255,0.25) 2px 1px 2px, rgba(255,255,255,0.25) -2px 1px 2px,
      rgba(255,255,255,0.25) 2px -1px 2px, rgba(255,255,255,0.25) -2px -1px 2px,
      rgba(255,255,255,0.25) 1px 1px 2px, rgba(255,255,255,0.25) -1px 1px 2px,
      rgba(255,255,255,0.25) 1px -1px 2px, rgba(255,255,255,0.25) -1px -1px 2px;
  }
  #header #navWrap nav ul li.contact a {padding: 20px 40px; border: solid 1px #FFF; border-radius: 30px; text-shadow: none;}
}
@media (max-width: 1229px) {
  #header {padding: 15px;}
  #header a#headerLogo {width: 280px; height: 50px;}
  #header label.menu_button {position: absolute; top: 10px; right: 10px; z-index: 100; width: 60px; height: 60px; background-color: #F0D34A; border-radius: 50%; cursor: pointer;}
  #header label.menu_button span.menu_button__line {position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; width: 30px; height: 3px; margin-top: -5px; background-color: #333; border-radius: 200px; transition: 0.3s;}
  #header label.menu_button span.menu_button__line:before, #header label.menu_button span.menu_button__line:after {content: ''; width: 100%; height: 100%; border-radius: 200px; transition: inherit; position: absolute; top: 0; left: 0; display: block; background-color: #333;}
  #header label.menu_button span.menu_button__line:before {top: -8px;}
  #header label.menu_button span.menu_button__line:after {top: 8px;}
  #header label.menu_button small {position: relative; top: 0; left: 0; display: block; width: inherit; height: inherit; padding: 0;}
  #header label.menu_button small::before {content: "MENU"; position: absolute; top: 50%; left: 50%; transform: translateX(-50%); margin-top: 10px; font-weight: 700;}
  #hamburger:checked + label.menu_button {background-color: #333;}
  #hamburger:checked + label.menu_button small::before {content: "CLOSE"; color: #FFF;}
  #hamburger:checked + label.menu_button span.menu_button__line {background-color: transparent;}
  #hamburger:checked + label.menu_button span.menu_button__line::before {top: 0; transform: rotate(35deg); background-color: #FFF;}
  #hamburger:checked + label.menu_button span.menu_button__line::after {top: 0; transform: rotate(-35deg); background-color: #FFF;}
  #hamburger:checked ~ #navWrap {opacity: 1; visibility: visible; overflow-y: scroll;}
  #hamburger:checked ~ #navWrap::after {content: ''; position: fixed; top: 0; left: 0; z-index: 99; display: block; width: 100%; height: 80px; background-color: #FFF;}
  #header #navWrap {position: absolute; top: 0; left: 0; width: 100%; height: 100dvh; z-index: 99; transition: 1s top, 1s opacity; opacity: 0; visibility: hidden; overflow-y: scroll;}
  #header #navWrap nav {position: relative; top: 0; left: 0; width: 100%; height: 100dvh; min-height: 700px; padding: 120px 15px 0; background-color: rgba(255,255,255,0.95);}
  #header #navWrap nav ul {position: relative; flex-direction: column; align-items: center; flex-wrap: wrap; gap: 15px;}
  #header #navWrap nav ul li {width: 80%; max-width: 600px;}
  #header #navWrap nav ul li a {position: relative; display: block; width: 100%; padding: 15px; background-color: #FFF; border-radius: 30px; text-align: center; filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.15));}
  #header #navWrap nav ul li.mpView {display: block; margin-top: 60px;}
  #header #navWrap nav ul li.mpView a {background-color: transparent; font-weight: 500; line-height: 1.6;}
  #header #navWrap nav ul li.mpView a img {width: 250px;}
}
@media (max-width: 767px) {
  #header a#headerLogo {width: 224px; height: 40px;}
  #header label.menu_button {width: 50px; height: 50px;}
  #header label.menu_button span.menu_button__line {width: 25px; margin-top: -6px;}
  #header label.menu_button span.menu_button__line:before {top: -7px;}
  #header label.menu_button span.menu_button__line:after {top: 7px;}
  #header label.menu_button small::before {margin-top: 9px; font-size: 95%;}
  #hamburger:checked ~ #navWrap::after {height: 70px;}
  #header #navWrap nav {padding-top: 90px;}
  #header #navWrap nav ul li {width: 90%; max-width: 350px;}
}

/* .newsArea設定
--------------------------------------------------------------------------*/
.newsArea {flex-wrap: wrap; justify-content: center; margin-top: 30px; padding: 30px 0 0;}
.newsArea article {flex-direction: column; gap: 0;}
.newsArea article a {flex-direction: column-reverse; flex-grow: 1; gap: 0; width: 100%;}
.newsArea article a .textArea {position: relative; flex-direction: column-reverse; flex-grow: 1; gap: 10px; width: 100%; padding: 5px 0 0;}
.newsArea article a .textArea h3 {flex-grow: 1; padding: 0 0 15px 0; font-size: 14px; line-height: 1.4;}
.newsArea article a .textArea ul {position: relative; flex-wrap: wrap; gap: 0;}
.newsArea article a .textArea ul li.blogCategory {width: 200px; height: 30px; background-color: #FFF; border: solid 1px #333; border-radius: 30px;}
.newsArea article a .textArea ul li.blogCategory span {display: block; width: inherit; height: inherit; font-size: 14px; line-height: 30px; text-align: center;}
.newsArea article a .textArea ul li.blogDate {height: 30px; padding-left: 15px; text-align: right;}
.newsArea article a .textArea ul li.blogDate time {font-size: 14px; line-height: 30px;}
.newsArea article a .imgArea {width: 100%; margin-bottom: 10px; padding-top: 65%; border-radius: 10px; overflow: hidden;}
.newsArea + a.linkButton {margin-top: 30px;}
@media (max-width: 1229px) {
  .newsArea article a .textArea h3 {padding-bottom: 10px; font-size: 14px;}
  .newsArea article a .textArea ul li.blogDate {padding-left: 10px;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  .newsArea {margin-top: 25px; padding: 25px 0 0;}
  .newsArea article a .textArea ul li.blogCategory span, .newsArea article a .textArea ul li.blogDate time {font-size: 90%;}
  .newsArea article a .textArea ul li.blogCategory {width: 150px; height: 25px;}
  .newsArea article a .textArea ul li.blogDate {height: 25px;}
  .newsArea article a .textArea ul li.blogCategory span, .newsArea article a .textArea ul li.blogDate time {line-height: 25px;}
  .newsArea + a.linkButton {margin-top: 25px;}
}
@media (max-width: 991px) {
  .newsArea article a .textArea ul li.blogCategory span, .newsArea article a .textArea ul li.blogDate time {font-size: 80%;}
  .newsArea article a .textArea ul li.blogCategory {width: 130px; height: 20px;}
  .newsArea article a .textArea ul li.blogDate {height: 20px;}
  .newsArea article a .textArea ul li.blogCategory span, .newsArea article a .textArea ul li.blogDate time {line-height: 20px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  .newsArea {margin-top: 20px; padding: 20px 0 0;}
  .newsArea + a.linkButton {margin-top: 20px;}
}
@media (min-width: 768px) {
  .newsArea article a .textArea h3 {border-bottom: solid 1px #CCC;}
}
@media (max-width: 767px) {
  .newsArea {margin-top: 15px; padding: 15px 0 0;}
  .newsArea article {padding-bottom: 15px; border-bottom: solid 1px #CCC;}
  .newsArea article a {flex-direction: row-reverse; flex-wrap: wrap; height: 100px;}
  .newsArea article a .textArea {gap: 7px; width: 60%; height: 100px; padding: 0 0 0 5px;}
  .newsArea article a .textArea h3 {height: 70px; padding: 0; line-height: 1.3; overflow: hidden;}
  .newsArea article a .imgArea {width: 40%; height: 100px; margin-bottom: 0; padding: 0;}
  .newsArea + a.linkButton {margin-top: 15px;}
}
@media (max-width: 360px) {
  .newsArea article a .textArea ul li.blogCategory span, .newsArea article a .textArea ul li.blogDate time {font-size: 70%;}
  .newsArea article a .textArea ul li.blogCategory {width: 110px; padding-right: 5px;}
  .newsArea article a .textArea ul li.blogDate {padding-left: 5px;}
}

/* .secGroup設定
--------------------------------------------------------------------------*/
.secGroup {padding-top: 0; background-color: #FFF;}
.secGroup::before, .secGroup::after {content: ''; position: absolute; display: block;}
.secGroup::before {bottom: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(to top, #F1FFD3 0%, #FCFCFC 100%); filter: blur(3px);}
.secGroup::after {bottom: 30px; left: -200px; width: 840px; height: 720px; background: center / cover no-repeat; background-image: url("images/common/secGroup-bg.webp"); opacity: 0.5;}
.secGroup .container {padding: 60px; background-color: rgba(255,255,255,0.85); border-radius: 40px; filter: drop-shadow(4px 6px 12px rgba(0,0,0,0.05));}
.secGroup .container h2 {font-size: 50px; text-align: center;}
.secGroup .container p {padding: 60px 0;}
.secGroup .container ul {justify-content: center; flex-wrap: wrap;}
.secGroup .container ul li img {width: 100%;}
@media (max-width: 1229px) and (min-width: 992px) {
  .secGroup::before {height: 80px;}
  .secGroup::after {bottom: 25px; left: -150px; width: 560px; height: 480px;}
  .secGroup .container {padding: 50px; border-radius: 30px;}
  .secGroup .container h2 {font-size: 40px;}
  .secGroup .container p {padding: 50px 0;}
  .secGroup .container ul li {width: 240px;}
}
@media (max-width: 991px) and (min-width: 768px) {
  .secGroup::before {height: 70px;}
  .secGroup::after {bottom: 20px; left: -100px; width: 490px; height: 420px;}
  .secGroup .container {padding: 40px; border-radius: 20px;}
  .secGroup .container h2 {font-size: 35px;}
  .secGroup .container p {padding: 40px 0;}
  .secGroup .container ul li {width: 210px;}
}
@media (min-width: 768px) {
  .secGroup .container p {text-align: center;}
}
@media (max-width: 767px) {
  .secGroup {padding: 0 15px 60px; overflow: hidden;}
  .secGroup::before {height: 60px;}
  .secGroup::after {bottom: 5px; left: 50%; transform: translateX(-50%); width: 560px; height: 480px;}
  .secGroup .container {padding: 30px; border-radius: 15px;}
  .secGroup .container h2 {font-size: 30px;}
  .secGroup .container p {padding: 30px 0;}
  .secGroup .container ul li {width: 180px;}
}
@media (max-width: 360px) {
  .secGroup .container h2 {font-size: 28px;}
}

/* #secContact設定
--------------------------------------------------------------------------*/
#secContact {position: relative; width: 100%; height: 450px;}
#secContact::before {content: ''; position: absolute; top: 0; right: 0; display: block; width: inherit; height: inherit; background: center / cover no-repeat; background-image: url("images/common/bg-contact.webp");}
#secContact::after {content: ''; position: absolute; top: 0; left: 0; display: block; width: inherit; height: inherit; background-color: rgba(240,214,92,0.9);}
#secContact .container {position: absolute; top: 50%; transform: translateY(-50%); }
#secContact .container h2 {font-size: 50px; text-align: center;}
#secContact .container p {font-weight: 500;}
@media (min-width: 1230px) {
  #secContact .container {width: 50%;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #secContact {height: 400px;}
  #secContact .container {width: 65%;}
  #secContact .container h2 {font-size: 40px;}
}
@media (min-width: 992px) {
  #secContact .container {left: 0;}
}
@media (max-width: 991px) {
  #secContact .container {left: 50%; transform: translate(-50%,-50%);}
}
@media (max-width: 991px) and (min-width: 768px) {
  #secContact {height: 350px;}
  #secContact .container h2 {font-size: 35px;}
}
@media (min-width: 768px) {
  #secContact .container p {text-align: center;}
}
@media (max-width: 767px) {
  #secContact {height: 300px;}
  #secContact .container {padding: 0 30px;}
  #secContact .container h2 {font-size: 30px;}
}

/* #footer設定
--------------------------------------------------------------------------*/
#footer {position: relative; background-color: #FFF;}
#footer .container nav ul {justify-content: center; padding: 30px 0;}
#footer .container nav ul li a {display: block; padding: 30px; font-weight: 500;}
#footer .container dl {border-top: solid 1px #CCC;}
#footer .container dl dt a {display: block; width: 380px; margin: 60px auto 30px;}
#footer .container dl dd address {font-weight: 500; line-height: 2; text-align: center;}
#footer #copyLight {display: block; width: 100%; height: 40px; margin: 60px 0 0; background-color: #333; color: #FFF; font-weight: 500; line-height: 40px; text-align: center;}
#pageTop {position: fixed; bottom: 0; right: 0; z-index: 10;}
#pageTop a {position: relative; display: block; width: 40px; height: 40px; background-color: #333;}
#pageTop a img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 15px; height: 10px;}
@media (min-width: 1230px) {
  #footer .container nav ul li a {font-size: 18px;}
}
@media (max-width: 1229px) {
  #footer .container dl dd address {line-height: 1.6;}
}
@media (max-width: 1229px) and (min-width: 992px) {
  #footer .container nav ul {padding: 25px 0;}
  #footer .container nav ul li a {padding: 25px;}
  #footer .container dl dt a {width: 320px; margin: 50px auto 25px;}
  #footer #copyLight {margin: 50px 0 0;}
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer .container nav ul {padding: 20px 0;}
  #footer .container nav ul li a {padding: 20px;}
  #footer .container dl dt a {width: 280px; margin: 40px auto 20px;}
  #footer #copyLight {margin: 40px 0 0;}
}
@media (max-width: 767px) {
  #footer .container nav ul {flex-direction: column; align-items: center; padding: 30px 0;}
  #footer .container nav ul li a {width: 150px; padding: 8px; text-align: center;}
  #footer .container dl dt a {width: 260px; margin: 30px auto 15px;}
  #footer #copyLight {margin: 30px 0 0;}
}