@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* リセットCSS */
html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/* ---------- setting ---------- ---------- */
.u-en {
  font-family: "Jost", sans-serif;
}

.u-en2 {
  font-family: "BIZ UDPGothic", sans-serif;
}

.u-min {
  font-family: "Shippori Mincho";
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .u-gap-10 {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .u-gap-20 {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .u-gap-30 {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .u-gap-40 {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .u-gap-50 {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .u-gap-60 {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .u-gap-70 {
    display: flex;
    gap: 70px;
    flex-direction: column;
  }
  .u-gap-80 {
    display: flex;
    gap: 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-gap-10 {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .u-gap-20 {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .u-gap-30 {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .u-gap-40 {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .u-gap-50 {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }
  .u-gap-60 {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .u-gap-70 {
    display: flex;
    gap: 35px;
    flex-direction: column;
  }
  .u-gap-80 {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    background-color: #fff;
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  p {
    font-weight: 400;
  }
  .area-wrapper {
    min-width: 1100px;
    overflow: hidden;
  }
  .area-inner {
    position: relative;
    margin: 0 auto;
    width: 95%;
  }
  .area-footer {
    padding: 50px 0;
  }
  .area-footer ._logo {
    text-align: center;
  }
  .block-inner {
    position: relative;
    margin: 0 auto;
    width: 1000px;
  }
  .block-inner-wide {
    position: relative;
    margin: 0 auto;
    width: 1200px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 80px;
    z-index: 100;
    transition-duration: 0.2s;
  }
  body.js-fixed-menu .area-header {
    background: rgba(132, 208, 76, 0.6);
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 25px;
    left: 10px;
  }
  .area-header ._sitename {
    position: absolute;
    top: 20px;
    left: 70px;
  }
  .area-header ._area-right {
    position: absolute;
	  top: 10px;
    right: 0;
    display: flex;
  }
  .area-header ._menu-btn {
    display: none;
  }
  .mod-head-logo {
    display: block;
    width: 54px;
  }
  .mod-head-sitename ._ja {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .mod-head-gmenu {
    text-align: right;
  }
  .mod-head-gmenu ul {
    display: flex;
  }
  .mod-head-gmenu li:first-child {
    border: none;
  }
  .mod-head-gmenu-item {
    padding: 5px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-gmenu-item:hover {
    opacity: 0.8;
  }
  .mod-head-gmenu-item span {
    display: block;
  }
  .mod-head-gmenu-item span:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .mod-head-gmenu-item span:nth-child(2) {
    margin-top: 5px;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    color: #fff;
  }
  .area-modal-menu {
    display: none;
  }
  .area-footer {
    background-color: #B1BBAB;
    padding: 60px 0;
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._col-logo {
    width: 90px;
    margin: 0 auto;
  }
	
	  .area-footer ._col-logo2 {
    width:200px;
    margin: 0 auto;
  }
	
  .area-footer ._col-main {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 126px;
  }
  .area-footer ._col-main ._col-main-1 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 320px;
  }
  .area-footer ._col-main ._col-main-2 {
    width: 667px;
  }
  .area-footer ._col-3 {
    margin-top: 20px;
  }
  .area-footer ._set {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .area-footer ._set ._name {
    font-size: 20px;
    line-height: 1.6;
  }
  .area-footer ._set ._spec {
    font-size: 16px;
    line-height: 1.6;
  }
  .area-footer ._small {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .mod-footer-gmenu-items {
    display: flex;
    gap: 18px;
  }
  .mod-footer-gmenu-item {
    font-weight: 400;
    font-size: 17px;
	  letter-spacing:-0.5px;
    color: #333;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-footer-gmenu-item:hover {
    opacity: 0.8;
  }
  .mod-doc p {
    font-size: 18px;
    line-height: 1.94;
	  font-weight:normal;
  }
  .mod-doc p b {
    font-size: 21px;
    color: #000;
  }
  .mod-h2 {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .mod-h2.is-center {
    align-items: center;
  }
  .mod-h2.is-wh {
    color: #fff;
  }
  .mod-h2 ._logo {
    width: 80px;
    margin: 0 auto 15px auto;
  }
  .mod-h2 ._logo img {
    width: 100%;
  }
  .mod-h2 ._en {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .mod-h2 h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .mod-btn-more {
    position: relative;
    display: inline-block;
    width: 119px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more img {
    width: 119px !important;
  }
  .mod-btn-more img {
    width: 100%;
  }
  .mod-btn-more:hover {
    filter: brightness(1.1);
  }
  .mod-btn-more2 {
    position: relative;
    width: 520px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.25em;
    color: #000;
    text-align: center;
    padding: 15px 0 15px 0;
    background-color: #84d04c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more2 img {
    width: 200px !important;
  }
  .mod-btn-more2:hover {
    filter: brightness(1.1);
  }
  .block-mv {
    position: relative;
    height: 53.33vw;
  }
  .block-mv img {
    width: 100%;
  }
  .block-mv ._texts {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4.8611111111vw 4.8611111111vw 4.8611111111vw 6.9444444444vw;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0) 76.44%);
  }
  .mod-mv-texts {
    display: flex;
    gap: 1.3888888889vw;
    flex-direction: column;
  }
  .mod-mv-texts ._ja {
    font-size: 5.6944444444vw;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-shadow: 0 0.1388888889vw 0.3472222222vw rgba(0, 0, 0, 0.15);
  }
  .mod-mv-texts ._ja b {
    font-weight: 500;
    color: #84d04c;
  }
  .mod-mv-texts ._en {
    font-size: 1.9444444444vw;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  .block-news {
    padding: 75px 0 40px 0;
    display: flex;
    flex-direction: column;
  }
  .block-news ._row-body {
    margin-top: 44px;
  }
  .block-news ._row-btns {
    text-align: right;
    margin-top: 50px;
  }
  .mod-news-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px;
    gap: 55px 0;
  }
  .mod-news-items > li {
    width: 33%;
    padding: 0 60px 0 80px;
    box-sizing: border-box;
    border-left: 1px solid #979D93;
  }
  .mod-news-items > li:nth-child(3n+1) {
    border-left: none;
  }
  .mod-news-item {
    display: block;
    color: #333333;
    cursor: pointer;
  }
  .mod-news-item ._label {
    display: inline-block;
    width: 115px;
  }
  .mod-news-item ._label img {
    width: 100%;
  }
  .mod-news-item ._date {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .mod-news-item ._doc {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
  .mod-news-item:hover ._date {
    text-decoration: underline;
  }
  .mod-news-item:hover ._doc {
    text-decoration: underline;
  }
  .block-about {
    background-color: #B1BBAB;
    padding: 80px 0;
    position: relative;
  }
  .block-about img {
    width: 100%;
  }
  .block-about .mod-h2 ._en {
    color: #222222;
  }
  .block-about .mod-h2 h2 {
    color: #444444;
  }
  .block-about ._row-body {
    margin-top: 45px;
    padding-left: 80px;
  }
  .block-about ._row-images {
    margin: 40px -100px 0 -100px;
  }
  .mod-about-photos {
    display: flex;
    justify-content: space-between;
  }
  .mod-about-photos ._item {
    width: 283px;
  }
  .block-service {
    padding: 75px 0 65px 0;
    position: relative;
  }
  .block-service img {
    width: 100%;
  }
  .block-service ._row-body {
    margin-top: 45px;
  }
  .block-service ._row-works {
    margin-top: 45px;
  }
  .mod-service-cols {
    display: flex;
  }
  .mod-service-cols ._col-1 {
    flex: 1;
  }
  .mod-service-cols ._col-2 {
    margin-top: -40px;
    width: 401px;
  }
  .mod-service-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
	
	.mod-service-item a{
		color:#fff !important;
	}
	
  .mod-service-items > li {
    width: calc((100% - 48px) / 4);
  }
  .mod-service-item {
    position: relative;
    width: 238px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
  }
  .mod-service-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    width: 100px;
    height: 100px;
    background: #84D04C;
    transform: rotate(45deg);
  }
  .block-work {
    padding: 80px 0 75px 0;
    position: relative;
    background-color: #E4E7E2;
  }
  .block-work img {
    width: 100%;
  }
  .block-work ._row-body {
    margin-top: 45px;
  }
  .block-work ._row-btns {
    margin-top: 40px;
    text-align: center;
  }
  .mod-work-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 82px;
    padding: 0 0 100px 0;
  }
  .mod-work-items > li {
    width: calc((100% - 82px) / 2);
  }
  .mod-work-items > li:nth-child(2n+2) {
    transform: translate(0, 80px);
  }
  .mod-work-item {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .mod-work-item:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(132, 208, 76, 0.3);
    opacity: 0;
    transition-duration: 0.2s;
  }
  .mod-work-item p {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 20px 40px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    z-index: 10;
  }
	
	.mod-work-item {
    position: relative;
}


  .mod-work-item ._item-image {
    overflow: hidden;
  }
  .mod-work-item ._item-image img {
    transition-duration: 0.2s;
  }
  .mod-work-item:hover:after {
    opacity: 1;
  }
  .mod-work-item:hover img {
    transform: scale(1.05);
  }
  .block-greeting {
    padding: 70px 0 60px 0;
    position: relative;
  }
  .block-greeting img {
    width: 100%;
  }
  .block-greeting:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 54vw;
    background: url(../images/greeting/bg.png) left top no-repeat;
    background-size: contain;
    width: 613px;
    height: 538px;
  }
  .block-greeting ._row-body {
    margin-top: 45px;
  }
  .mod-greeting-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mod-greeting-cols ._col-1 {
    flex: 1;
  }
  .mod-greeting-cols ._col-1 p {
    margin-right: -20px;
  }
  .mod-greeting-cols ._col-2 {
    padding-top: 50px;
    width: 362px;
  }
  .mod-greeting-cols ._col-2 img {
    transform: translate(10px, 0);
  }
  .block-area {
    padding: 80px 0;
    position: relative;
    background-image: url(../images/area/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .block-area:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(132, 208, 76, 0.3);
  }
  .block-area img {
    width: 100%;
  }
  .block-area ._box {
    position: relative;
    padding: 50px 60px;
    background: rgba(255, 255, 255, 0.9);
  }
  .block-area ._row-body {
    margin-top: 25px;
  }
  .block-area ._row-body p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.75;
  }
  .block-area ._row-body p b {
    font-weight: bold;
    font-size: 22px;
  }
  .block-office {
    padding: 80px 0 40px 0;
    position: relative;
  }
  .block-office img {
    width: 100%;
  }
  .block-office .block-inner {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .mod-office-cols {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    gap: 0px;
    position: relative;
    background-color: #B1BBAB;
    height: 483px;
  }
  .mod-office-cols.is-l ._title {
    position: absolute;
    top: 120px;
    left: -45px;
    bottom: 0px;
    text-align: center;
    width: 40px;
  }
  .mod-office-cols.is-r {
    flex-direction: row-reverse;
  }
  .mod-office-cols.is-r ._title {
    position: absolute;
    top: 120px;
    right: -45px;
    bottom: 0px;
    text-align: center;
    width: 40px;
  }
  .mod-office-cols ._col-1 {
    width: 415px;
    padding: 60px 60px 0 60px;
  }
  .mod-office-cols ._col-2 {
    width: 585px;
  }
  .mod-office-cols ._name {
    margin-top: 48px;
    font-size: 20px;
    font-weight: 500;
  }
  .mod-office-cols ._info {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.4;
  }
  .mod-office-map {
    background-color: #84d04c;
  }
  .mod-office-map.is-l {
    margin-right: min(0px,calc(-50vw + 500px));
  }
  .mod-office-map.is-r {
    margin-left: min(0px,calc(-50vw + 500px));
  }
  .mod-office-map iframe {
    width: 100%;
    height: 483px;
  }
  .block-marks {
    padding: 70px 0 50px 0;
    position: relative;
  }
  .block-marks img {
    width: 100%;
  }
  .mod-marks-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    gap: 43px;
  }
  .mod-marks-items > li {
    width: calc((100% - 86px) / 3);
  }
  .mod-marks-item {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .mod-marks-item ._cols {
    display: flex;
    gap: 10px;
  }
  .mod-marks-item ._t1 {
    font-size: 18px;
    color: #139f45;
  }
  .mod-marks-item ._t2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.44;
  }
}
@media screen and (max-width: 767px) {
	
	
		.mod-service-item a{
		color:#fff !important;
	}
	
  body {
    background-color: #fff;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .area-wrapper {
    overflow: hidden;
  }
  p {
    font-weight: 500;
  }
  .area-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 18.6666666667vw;
    z-index: 100;
    transition-duration: 0.2s;
  }
  body.js-fixed-menu .area-header {
    background: rgba(132, 208, 76, 0.6);
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 4.066666667vw;
    left: 5.3333333333vw;
  }
	
	a.logotext img{
		width:70% !important;
	}
	
  .area-header ._sitename {
    position: absolute;
    top: 4.5666666667vw;
    left: 20vw;
  }
  .area-header ._area-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  .area-header ._gmenu {
    display: none;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mod-head-logo {
    display: block;
    width: 11.7333333333vw;
  }
  .mod-head-sitename ._ja {
    font-weight: bold;
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .mod-modal-menu-btn {
    position: relative;
    width: 16vw;
    height: 16vw;
  }
  .mod-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 2px;
    left: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .mod-modal-menu-btn span:nth-child(1) {
    top: 6.4vw;
  }
  .mod-modal-menu-btn span:nth-child(2) {
    top: 8vw;
  }
  .mod-modal-menu-btn span:nth-child(3) {
    top: 9.6vw;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(1) {
    position: absolute;
    top: 8vw;
    transform: rotate(45deg);
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(2) {
    display: none;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(3) {
    position: absolute;
    top: 8vw;
    transform: rotate(-45deg);
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -53.3333333333vw);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #829cc0;
    padding: 8vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    box-shadow: 0 0.5333333333vw 1.3333333333vw rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu a {
    color: #333;
  }
  .area-modal-menu a.is-under {
    color: #ccc;
  }
  .area-modal-menu a.is-under:before {
    background: #ccc;
  }
  .mod-sitelinks-set ul {
    display: flex;
    gap: 4vw;
    flex-direction: column;
    align-items: center;
  }
  .mod-head-gmenu-item {
    padding: 1.3333333333vw 3.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.8vw;
    color: #fff;
  }
  .mod-head-gmenu-item span {
    display: block;
  }
  .mod-head-gmenu-item span:nth-child(1) {
    font-weight: bold;
    font-size: 4.2666666667vw;
    color: #fff;
  }
  .mod-head-gmenu-item span:nth-child(2) {
    margin-top: 1.3333333333vw;
    font-weight: 500;
    font-style: italic;
    font-size: 3.2vw;
    color: #fff;
  }
  .area-footer {
    background-color: #B1BBAB;
    padding: 16vw 10.6666666667vw;
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._col-logo {
    width: 24vw;
    margin: 0 auto;
  }
	
	  .area-footer ._col-logo2 {
    width: 50vw;
    margin: 0 auto;
  }
	
  .area-footer ._col-main {
    margin-top: 5.8666666667vw;
  }
  .area-footer ._col-main ._col-main-1 {
    display: flex;
    gap: 5.3333333333vw;
    flex-direction: column;
    width: 85.3333333333vw;
  }
  .area-footer ._col-main ._col-main-2 {
    width: 151.2vw;
  }
  .area-footer ._col-3 {
    margin-top: 5.3333333333vw;
  }
  .area-footer ._set {
    display: flex;
    gap: 2.6666666667vw;
    flex-direction: column;
  }
  .area-footer ._set ._name {
    font-size: 4.5333333333vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .area-footer ._set ._spec {
    font-size: 4vw;
    line-height: 1.6;
  }
  .area-footer ._small {
    font-size: 3.7333333333vw;
    font-weight: 500;
    text-align: center;
  }
  .mod-footer-gmenu-items {
    display: flex;
    gap: 2.6666666667vw;
    display: none;
  }
  .mod-footer-gmenu-item {
    font-weight: bold;
    font-size: 4.8vw;
    color: #333;
  }
  .mod-doc p {
    font-size: 4.2666666667vw;
    line-height: 1.875;
	  font-weight:normal !important;
  }
  .mod-doc p b {
    font-size: 4.8vw;
  }
  .mod-h2 {
    display: flex;
    gap: 1.8666666667vw;
    flex-direction: column;
  }
  .mod-h2.is-center-sp {
    align-items: center;
  }
  .mod-h2.is-wh {
    color: #fff;
  }
  .mod-h2 ._logo {
    width: 16vw;
    margin: 0 auto 6.6666666667vw auto;
  }
  .mod-h2 ._logo img {
    width: 100%;
  }
  .mod-h2 ._en {
    font-size: 8.5333333333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .mod-h2 h2 {
    font-size: 4.2666666667vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .mod-btn-more {
    position: relative;
    display: inline-block;
    width: 29.3333333333vw;
    font-weight: 500;
    font-size: 4.2666666667vw;
    color: #84d04c;
  }
  .mod-btn-more img {
    width: 100%;
  }
  .mod-btn-more2 {
    position: relative;
    display: block;
    text-align: center;
    width: 70vw;
    margin: 0 auto;
    padding: 2.6666666667vw 0;
    background-color: #84d04c;
    font-weight: 500;
  }
  .mod-btn-more2 img {
    width: 42.6666666667vw !important;
  }
  .block-mv {
    position: relative;
  }
  .block-mv img {
    width: 100%;
  }
  .block-mv ._texts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16vw;
    padding: 9.3333333333vw 0 9.3333333333vw 10.6666666667vw;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0.9) 0%, rgba(51, 51, 51, 0) 76.44%);
  }
  .mod-mv-texts {
    display: flex;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
  .mod-mv-texts ._ja {
    font-size: 10.6666666667vw;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-shadow: 0 0.5333333333vw 1.3333333333vw rgba(0, 0, 0, 0.15);
  }
  .mod-mv-texts ._ja b {
    font-weight: 500;
    color: #84d04c;
  }
  .mod-mv-texts ._en {
    font-size: 4vw;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  .block-news {
    padding: 12vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    display: flex;
    flex-direction: column;
  }
  .block-news ._row-body {
    margin-top: 2.6666666667vw;
    margin-left: 10.6666666667vw;
    margin-right: 10.6666666667vw;
  }
  .block-news ._row-btns {
    text-align: right;
    margin-top: 5.3333333333vw;
  }
  .mod-news-items > li {
    box-sizing: border-box;
    border-top: 1px solid #979D93;
    padding: 10.6666666667vw 0;
  }
  .mod-news-items > li:nth-child(1) {
    border-top: none;
  }
  .mod-news-item {
    display: block;
    color: #333333;
  }
  .mod-news-item img {
    width: 100%;
  }
  .mod-news-item ._label {
    display: inline-block;
    width: 30.6666666667vw;
  }
  .mod-news-item ._date {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
  .mod-news-item ._doc {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .block-about {
    background-color: #B1BBAB;
    padding: 12vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    position: relative;
  }
  .block-about img {
    width: 100%;
  }
  .block-about ._row-body {
    margin-top: 12vw;
  }
  .block-about ._row-images {
    margin-top: 12vw;
  }
  .mod-about-photos {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .mod-about-photos ._item {
    width: 75.4666666667vw;
  }
  .block-service {
    padding: 12vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    position: relative;
  }
  .block-service img {
    width: 100%;
  }
  .block-service ._row-body {
    margin-top: 12vw;
  }
  .block-service ._row-works {
    margin-top: 12vw;
  }
  .block-service ._image-sp {
    margin-top: 12vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
  .mod-service-items {
    display: flex;
    gap: 10.6666666667vw;
    flex-direction: column;
    align-items: center;
  }
  .mod-service-item {
    position: relative;
    width: 63.4666666667vw;
    height: 22.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 5.3333333333vw;
    overflow: hidden;
  }
  .mod-service-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -16vw;
    left: -16vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    background: #84D04C;
    transform: rotate(45deg);
  }
  .block-work {
    padding: 12vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    position: relative;
    background-color: #E4E7E2;
  }
  .block-work img {
    width: 100%;
  }
  .block-work ._row-body {
    margin-top: 12vw;
  }
  .block-work ._row-btns {
    margin-top: 10.6666666667vw;
    text-align: center;
  }
  .mod-work-items {
    display: flex;
    gap: 10.6666666667vw;
    flex-direction: column;
  }
  .mod-work-item {
    position: relative;
  }
  .mod-work-item p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3.2vw 5.3333333333vw;
    background-color: #fff;
    font-weight: normal;
    font-size: 4vw;
    color: #333;
  }
	.mod-work-item p {
    z-index: 10;
}
	._item-texts {
  position: relative;
  min-height: 1em; /* iPhoneだけ高さゼロを防ぐ */
}
	
	._item-image,
._item-image img,
._image img {
    position: relative;
    z-index: 1;
}
	
  .block-greeting {
    padding: 12vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    position: relative;
  }
  .block-greeting img {
    width: 100%;
  }
  .block-greeting ._row-body {
    margin-top: 12vw;
  }
  .mod-greeting-cols ._col-2 {
    margin-top: 5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
  .block-area {
    padding: 13.3333333333vw 5.3333333333vw;
    position: relative;
    background-image: url(./images/area/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .block-area:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(132, 208, 76, 0.3);
  }
  .block-area img {
    width: 100%;
  }
  .block-area ._box {
    position: relative;
    padding: 10.6666666667vw 8vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .block-area ._row-body {
    margin-top: 12vw;
  }
  .block-area ._row-body p {
    font-weight: normal;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .block-area ._row-body p b {
    font-weight: bold;
    font-size: 5.3333333333vw;
  }
  .block-office {
    padding: 22.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    position: relative;
  }
  .block-office img {
    width: 100%;
  }
  .block-office .block-inner {
    display: flex;
    gap: 21.3333333333vw;
    flex-direction: column;
  }
  .mod-office-cols {
    position: relative;
  }
  .mod-office-cols ._title {
    position: absolute;
    top: -10.6666666667vw;
    left: 10.6666666667vw;
    right: 10.6666666667vw;
    display: block;
  }
  .mod-office-cols ._col-1 {
    background-color: #B1BBAB;
    padding: 10.6666666667vw;
  }
  .mod-office-cols ._col-2 {
    height: 80vw;
  }
  .mod-office-cols ._name {
    margin-top: 12.8vw;
    font-size: 4.5333333333vw;
    font-weight: 500;
  }
  .mod-office-cols ._info {
    margin-top: 3.2vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  .mod-office-map {
    background-color: #84d04c;
  }
  .mod-office-map iframe {
    width: 100%;
    height: 80vw;
  }
  .block-marks {
    padding: 6.6666666667vw 16vw 13.3333333333vw 16vw;
    position: relative;
  }
  .block-marks img {
    width: 100%;
  }
  .mod-marks-items {
    display: flex;
    gap: 8vw;
    flex-direction: column;
  }
  .mod-marks-item {
    position: relative;
    display: flex;
    gap: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
  }
  .mod-marks-item ._cols {
    display: flex;
    gap: 2.6666666667vw;
  }
  .mod-marks-item ._t1 {
    font-size: 4vw;
    color: #139f45;
  }
  .mod-marks-item ._t2 {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #333333;
    line-height: 1.44;
  }
}

a.logotext{
	color:#fff;
	text-decoration:none;
}

a.logotext img{
width:80%;
}

._image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* 画像の比率を固定 */
  object-fit: cover;     /* はみ出し部分をトリミング */
}


._image2{
	 max-width: 60%;
  height: auto;
	text-align:center;
margin:0 auto;
align-items:center;
}

._image2 img {

  height: auto;
	text-align:center;
margin:0 auto;
align-items:center;
}



.block-mv .swiper-slide {
  position: relative;
}

/* テキスト部分（既存と同じ名前でOK） */
.block-mv ._texts {

  z-index: 10;
  color: #fff;
  opacity: 1; /* 初期表示は表示 */
  transition: opacity 0.8s ease;
}

/* 背景画像 */
.block-mv ._bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* PC/SP切替（既存CSSを引き継ぐ想定） */
.u-pc { display: block; }
.u-sp { display: none; }

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



/* ========== 共通ベース ========== */
.event-card__link {
  margin-top: 12px;
}
.event-card__link a {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.event-card__link a:focus-visible {
  outline: 2px solid #0a66c2; /* アクセシビリティ */
  outline-offset: 2px;
}

/* ========== 1) ボタン風（推奨） ========== */
.event-card__link--btn a,
/* ボタン風（オレンジ版） */
.event-card__link--btn a,
.event-card__link a.btn-like {
  padding: 12px 16px;
  background: #ff7a00; /* 通常オレンジ */
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.event-card__link--btn a:hover,
.event-card__link a.btn-like:hover {
  transform: translateY(-1px);
  background: #e86a00; /* 濃くしたオレンジ */
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.ftbn{
	width:80%;
	margin:0 auto;
	text-align:center;
}

@media (max-width: 768px) {
	.ftbn{
	width:100%;
	margin:0 auto;
	text-align:center;
}
}
@media screen and (max-width: 768px) {
  .logo-wrap {
    display: block !important;
    text-align: center;
    position: static !important;
  }
  .logo-wrap ._col-logo2 {
    position: static !important;
    margin-top: 10px;
  }

	  .area-footer ._col-logo2 {
    width:170px;
    margin: 0 auto;
		  margin-top:30px;
  }
}