@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto%20Sans%20JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto%20Serif%20JP:wght@200;300;400;500;600;700;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 ---------- ---------- */
:root {
  --main-color: #28278A;
}

.u-en {
  font-family: "Roboto", sans-serif;
}

.u-min {
  font-family: "Noto Serif JP";
}

.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;
}

.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 print, screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
  .u-gap-10-pc {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .u-gap-20-pc {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .u-gap-30-pc {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .u-gap-40-pc {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .u-gap-50-pc {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .u-gap-60-pc {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .u-gap-70-pc {
    display: flex;
    gap: 70px;
    flex-direction: column;
  }
  .u-gap-80-pc {
    display: flex;
    gap: 80px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-gap-10-sp {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .u-gap-20-sp {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .u-gap-30-sp {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .u-gap-40-sp {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .u-gap-50-sp {
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .u-gap-60-sp {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }
  .u-gap-70-sp {
    display: flex;
    gap: 70px;
    flex-direction: column;
  }
  .u-gap-80-sp {
    display: flex;
    gap: 80px;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    background: url(../images/bg.jpg) left top;
    color: #494949;
    font-family: "Noto Sans JP";
  }
  .area-wrapper {
    position: relative;
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1120px) {
  .area-wrapper {
    min-width: 1120px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .block-inner {
    margin: 0 auto;
    width: 1080px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1120px) {
  .block-inner {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area-header-wap {
    height: 140px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 140px;
    z-index: 100;
    background: #fff;
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 38px;
    left: 32px;
  }
  .area-header ._area-right {
    position: absolute;
    top: 22px;
    right: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
  }
  .area-header ._btns {
    display: flex;
    gap: 20px;
  }
  .area-header ._menu-btn {
    display: none;
  }
  .mod-head-tel-label {
    width: 116px;
    height: 42px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 1.09;
    color: #fff;
  }
  .mod-head-tel {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #1eaa39;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mod-head-tel img {
    width: 23px;
  }
  .mod-head-logo {
    display: block;
    width: 288px;
  }
  .mod-head-h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #bcbcbc;
  }
  .mod-head-gmenu {
    text-align: right;
  }
  .mod-head-gmenu ul {
    display: flex;
    gap: 2px;
  }
  .mod-head-gmenu li {
    border-right: 1px dashed #BCBCBC;
  }
  .mod-head-gmenu li:nth-child(1) {
    border-left: 1px dashed #BCBCBC;
  }
  .mod-head-gmenu-item {
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  .mod-head-gmenu-item {
    width: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mod-head-gmenu-item {
    width: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-head-gmenu-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    transition-duration: 0.2s;
    transform: translate(-50%, 0);
    background: url(../images/icon-menu1.svg) left top no-repeat;
    background-size: contain;
    width: 50px;
    height: 30px;
  }
  .mod-head-gmenu-item.is-1:after {
    background: url(../images/icon-menu1.svg) left top no-repeat;
  }
  .mod-head-gmenu-item.is-2:after {
    background: url(../images/icon-menu2.svg) left top no-repeat;
  }
  .mod-head-gmenu-item.is-3:after {
    background: url(../images/icon-menu3.svg) left top no-repeat;
  }
  .mod-head-gmenu-item.is-4:after {
    background: url(../images/icon-menu4.svg) left top no-repeat;
  }
  .mod-head-gmenu-item.is-5:after {
    background: url(../images/icon-menu5.svg) left top no-repeat;
  }
  .mod-head-gmenu-item.is-6:after {
    background: url(../images/icon-menu6.svg) left top no-repeat;
  }
  .mod-head-gmenu-item span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    color: var(--main-color);
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  .mod-head-gmenu-item span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mod-head-gmenu-item span {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 768px) {
  .mod-head-gmenu-item:hover {
    opacity: 0.8;
  }
  .area-modal-menu {
    display: none;
  }
  .area-footer {
    background-color: var(--main-color);
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._texts {
    padding: 80px 50px 20px 50px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .area-footer ._texts a {
    color: #fff;
  }
  .area-footer ._logo {
    width: 288px;
  }
  .area-footer ._add {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
  }
  .area-footer ._navi {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .area-footer ._lead {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #9797dd;
  }
  .area-footer small {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
  }
  .mod-footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .mod-footer-links li {
    display: flex;
    gap: 20px;
  }
  .mod-footer-links li a {
    display: block;
  }
  .mod-footer-links li:before {
    content: "|";
    display: block;
  }
  .mod-footer-links li:nth-child(1):before {
    display: none;
  }
  .btn-pagetop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(../images/pagetop.png) left top no-repeat;
    background-size: contain;
    width: 53px;
    height: 53px;
    opacity: 0;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .btn-pagetop.js-show {
    opacity: 1;
  }
  .btn-pagetop:hover {
    opacity: 0.8;
  }
  .mod-index-h2 {
    position: relative;
    padding: 20px 0 25px 0;
  }
  .mod-index-h2 b {
    font-size: 41px;
    color: var(--main-color);
  }
  .mod-index-h2.is-center {
    text-align: center;
    margin-right: 0;
  }
  .mod-index-h2.is-center:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .mod-index-h2 h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.1em;
    position: relative;
  }
  .mod-index-h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0px;
    background: url(../images/index/mv/doco1.svg) left top no-repeat;
    background-size: contain;
    width: 432px;
    height: 23px;
  }
  .mod-doc.is-center {
    text-align: center;
  }
  .mod-doc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .mod-doc p u {
    color: var(--main-color);
    display: inline;
    border-bottom: 2px solid #C7C7FF;
    text-decoration: none;
  }
  .mod-btn-more {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    color: var(--main-color);
    position: relative;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-left: 10px solid var(--main-color);
    transform: scale(1.4, 0.8);
  }
  .mod-btn-more:hover {
    opacity: 0.8;
  }
  .mod-btn-show-all {

    font-weight: 500;
    line-height: 1;
    padding: 20px;
    border-radius: 10px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: var(--main-color);
    width: 285px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-show-all:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    transform: scale(1.4, 0.8);
  }
  .mod-btn-show-all:hover {
    opacity: 0.8;
  }
  .mod-common-contact {
    padding: 100px 60px;
  }
  .mod-common-contact ._cols {
    display: flex;
    border: 1px solid var(--main-color);
  }
  .mod-common-contact ._col-tel {
    flex: 1;
    padding: 40px 0;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .mod-common-contact ._col-tel ._title {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  .mod-common-contact ._col-tel ._tel {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.037em;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .mod-common-contact ._col-tel ._note {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
  }
  .mod-common-contact ._col-web {
    flex: 1;
    padding: 40px 0;
    text-align: center;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .mod-common-contact ._col-web ._title {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #C7C7FF;
  }
  .mod-btn-contact {
    display: inline-block;
    padding: 17px 0px 17px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background-color: #1EAA39;
    width: 332px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    background: url(../images/icon-mail.svg) left top no-repeat;
    background-size: contain;
    width: 25px;
    height: 18px;
  }
  .mod-btn-contact:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    transform: scale(1.4, 0.8);
  }
  .mod-btn-contact:hover {
    opacity: 0.8;
  }
  .block-index-mv {
    position: relative;
  }
  .block-index-mv img {
    width: 100%;
  }
  .block-index-mv ._texts {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../../images/index/mv/title-bg.svg) left top no-repeat;
    background-size: contain;
    width: 757px;
    height: 757px;
  }
  .block-index-mv ._texts ._title {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 406px;
  }
  .block-index-mv ._points {
    position: absolute;
    right: 60px;
    bottom: -50px;
  }
  .mod-bg-auto-scroll {
    height: 757px;
    overflow: hidden;
    width: 100%;
  }
  .mod-bg-auto-scroll div {
    background: url(../../images/index/mv/mv.webp) left top;
    background-size: 2600px auto;
    width: 5200px;
    height: 100%;
    animation: keyf_loc1 30s linear 0s infinite;
  }
  @keyframes keyf_loc1 {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  .mod-index-mv-points {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .mod-index-mv-point {
    background: url(../../images/index/mv/deco_bg1.svg) left top no-repeat;
    background-size: contain;
    width: 165px;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #fff;
  }

.mod-index-mv-point-gold {
    background: url(../../images/index/mv/deco_bg_gold.png) left top no-repeat;
    background-size: contain;
    width: 165px;
    height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #56421B;
  }
	

	.block-index-intro {
    padding: 170px 0 0px 0;
  }
  .block-index-intro img {
    width: 100%;
  }
  .block-index-intro ._cols {
    display: flex;
    gap: 50px;
  }
  .block-index-intro ._cols.is-right {
    padding: 0 60px 0 0;
  }
  .block-index-intro ._cols.is-right ._col-image {
    flex: 1.1;
  }
  .block-index-intro ._cols.is-right ._col-texts {
    flex: 1;
  }
  .block-index-intro ._cols.is-left {
    padding: 0 0 0 60px;
    flex-direction: row-reverse;
  }
  .block-index-intro ._cols.is-left ._col-image {
    flex: 1.1;
  }
  .block-index-intro ._cols.is-left ._col-texts {
    flex: 1;
  }
  .block-index-work {
    padding: 170px 60px 100px 60px;
    background: url(../../images/index/work/bg.svg?) left top no-repeat;
    background-size: 100% auto;
    overflow: hidden;
  }
  .block-index-work ._lead {
	font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .block-index-work ._btns {
    text-align: center;
  }
  .mod-index-work-items img {
    width: 100%;
  }
  .mod-index-work-items ._item {
    width: 325px;
  }
  .mod-index-work-item {
    position: relative;
    display: inline-flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-work-item ._item-image img {
    box-shadow: 5px 5px 0 rgba(144, 144, 211, 0.5);
  }
  .mod-index-work-item ._item-texts {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-work-item ._item-texts p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .mod-index-work-item ._btns {
    text-align: center;
  }
  .mod-index-work-item ._item-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--main-color);
    font-size: 26px;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.74;
    color: #fff;
    border-radius: 0 0 20px 0;
  }
  .mod-swiper {
    position: relative;
  }
  .mod-swiper .swiper {
    overflow: visible;
  }
  .mod-swiper .swiper-button-prev {
    z-index: 10;
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: 10px;
    background: var(--main-color);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-swiper .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .mod-swiper .swiper-button-prev:after {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .mod-swiper .swiper-button-next {
    z-index: 10;
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    right: 10px;
    background: var(--main-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-swiper .swiper-button-next:hover {
    opacity: 0.8;
  }
  .mod-swiper .swiper-button-next:after {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .mod-swiper .swiper-button-disabled {
    opacity: 0.2;
  }
  .mod-swiper .swiper-slide {
    transition-duration: 0.5s;
  }
  .block-index-voice {
    padding: 170px 60px 100px 60px;
  }
  .block-index-voice img {
    width: 100%;
  }
  .block-index-voice ._btns {
    text-align: center;
  }
  .mod-index-voice-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .mod-index-voice-items > li {
    width: calc(50% - 30px);
  }
  .mod-index-voice-item {
    background-color: #fff;
    box-shadow: 7px 7px 0 rgba(144, 144, 211, 0.5);
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-voice-item ._item-image {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    position: relative;
  }
  .mod-index-voice-item ._item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../images/index/voice/arrow.svg) left top no-repeat;
    background-size: contain;
    width: 91px;
    height: 31px;
  }
  .mod-index-voice-item ._item-image ._before,
  .mod-index-voice-item ._item-image ._after {
    position: relative;
    flex: 1;
  }
  .mod-index-voice-item ._item-image ._before span,
  .mod-index-voice-item ._item-image ._after span {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 100px;
    height: 100px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 1.74;
    color: #fff;
  }
  .mod-index-voice-item ._item-image ._after span {
    background-color: #1EAA39;
  }
  .mod-index-voice-item ._item-image ._after {
    flex: 1;
  }
  .mod-index-voice-item ._item-texts {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-voice-item ._item-texts ._voice {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #494949;
    border-bottom: 2px solid #C7C7FF;
  }
  .mod-index-voice-item ._item-texts ._text {
    font-size: 26px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.1em;
    color: #494949;
  }
  .mod-index-voice-item ._item-btns {
    text-align: center;
  }
  .block-index-greeting {
    position: relative;
  }
  .block-index-greeting img {
    width: 100%;
  }
  .block-index-greeting ._inner {
    position: relative;
    background-color: #fff;
    padding: 40px 60px 120px 60px;
  }
  .block-index-greeting ._inner ._main {
    position: relative;
  }
  .block-index-greeting ._inner ._deco1 {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 437px;
  }
  .block-index-greeting ._inner ._deco2 {
    position: absolute;
    bottom: 0px;
    right: 450px;
    width: 382px;
  }
  .block-index-greeting:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(transparent 0%, #fff 100%);
  }
  .block-index-greeting:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(#fff 0%, transparent 100%);
  }
  .block-index-greeting ._cols {
    display: flex;
    gap: 80px;
  }
  .block-index-greeting ._cols ._col-image {
    width: 240px;
  }
  .block-index-greeting ._cols ._col-texts {
    flex: 1;
  }
  .mod-index-greeting-prof {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .mod-index-greeting-prof ._name {
    text-align: center;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .mod-index-greeting-prof ._name span {
    display: block;
  }
  .mod-index-greeting-prof ._name span:nth-child(1) {
    font-size: 20px;
  }
  .mod-index-greeting-prof ._name span:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: url(../images/bg.jpg) left top;
    color: #494949;
    font-family: "Noto Sans JP";
  }
  /* ----------------------------------------------------------
  .area-header
  ---------------------------------------------------------- */
  .area-header-wap {
    height: 66px;
  }
  .area-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 66px;
    z-index: 100;
    background: #fff;
  }
  body.js-gmenu-active .area-header {
    box-shadow: none;
  }
  .area-header img {
    width: 100%;
  }
  .area-header ._logo {
    position: absolute;
    top: 15px;
    left: 12px;
  }
  .area-header ._gmenu {
    display: none;
  }
  .area-header ._btns {
    position: absolute;
    top: 0px;
    left: 50%;
    right: 60px;
  }
  .area-header ._menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mod-modal-menu-btn {
    position: relative;
    width: 54px;
    height: 66px;
    background: #28278A;
  }
	
	
  .mod-modal-menu-btn span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 2px;
    left: 15px;
    right: 15px;
  }
  .mod-modal-menu-btn span:nth-child(1) {
    top: 22px;
  }
  .mod-modal-menu-btn span:nth-child(2) {
    top: 32px;
  }
  .mod-modal-menu-btn span:nth-child(3) {
    top: 42px;
  }
  body.js-gmenu-active .mod-modal-menu-btn span:nth-child(1) {
    position: absolute;
    top: 30px;
    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: 30px;
    transform: rotate(-45deg);
  }
  .mod-head-logo {
    display: block;
    width: 155px;
  }
  .mod-head-h1 {
	  display:none;
    padding: 6px 0 0 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
	 letter-spacing:-0.8px;
    color: #bcbcbc;
  }
  .mod-head-tel-label {
    display: none;
  }
  .mod-head-tel {
    display: none;
  }
  /* ----------------------------------------------------------
  area-mega-menu
  ---------------------------------------------------------- */
  .area-modal-menu {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translate(0, -200px);
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 140px;
    background: #fff;
    padding: 30px 20px 40px 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.js-gmenu-active .area-modal-menu {
    visibility: visible;
    z-index: 50;
    opacity: 1;
    transform: translate(0, 0);
  }
  .area-modal-menu ._contact {
    margin-top: 40px;
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .mod-head-tel-label-sp {
    padding: 10px 30px;
    background-color: var(--main-color);
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.09;
    color: #fff;
  }
  .mod-head-tel-sp {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #1eaa39;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mod-head-tel-sp img {
    width: 23px;
  }
  .mod-head-gmenu-sp li {
    border-bottom: 1px dashed #BCBCBC;
  }
  .mod-head-gmenu-sp li:nth-child(1) {
    border-top: 1px dashed #BCBCBC;
  }
  .mod-head-gmenu-item-sp {
    display: block;
    padding: 20px 0 20px 80px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-head-gmenu-item-sp:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transition-duration: 0.2s;
    transform: translate(0, -50%);
    background: url(../images/icon-menu1.svg) left top no-repeat;
    background-size: contain;
    width: 50px;
    height: 30px;
  }
  .mod-head-gmenu-item-sp.is-1:after {
    background: url(../images/icon-menu1.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp.is-2:after {
    background: url(../images/icon-menu2.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp.is-3:after {
    background: url(../images/icon-menu3.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp.is-4:after {
    background: url(../images/icon-menu4.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp.is-5:after {
    background: url(../images/icon-menu5.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp.is-6:after {
    background: url(../images/icon-menu6.svg) left top no-repeat;
  }
  .mod-head-gmenu-item-sp span {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    color: var(--main-color);
  }
  .mod-head-gmenu-item-sp:hover {
    opacity: 0.8;
  }
  .area-footer {
    background-color: var(--main-color);
  }
  .area-footer img {
    width: 100%;
  }
  .area-footer ._texts {
    padding: 53px 33px 13px 33px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }
  .area-footer ._texts a {
    color: #fff;
  }
  .area-footer ._logo {
    width: 192px;
  }
  .area-footer ._add {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.71;
  }
  .area-footer ._navi {
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .area-footer ._lead {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    color: #9797dd;
  }
  .area-footer small {
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
  }
  .mod-footer-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .mod-footer-links li a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
  }
  .btn-pagetop {
    display: block;
    position: fixed;
    bottom: 13px;
    right: 13px;
    background: url(../images/pagetop.png) left top no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .btn-pagetop.js-show {
    opacity: 1;
  }
  .btn-pagetop:hover {
    opacity: 0.8;
  }
  .mod-index-h2 {
    position: relative;
    padding: 13px 0 17px 0;
    text-align: center;
  }
  .mod-index-h2 b {
    font-size: 20px;
    color: var(--main-color);
  }
  .mod-index-h2 h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.1em;
    position: relative;
  }
  .mod-index-h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0px;
    background: url(../../images/index/mv/doco1.svg) left top no-repeat;
    background-size: contain;
    width: 288px;
    height: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .mod-doc.is-center {
    text-align: center;
  }
  .mod-doc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .mod-doc p u {
    color: var(--main-color);
    display: inline;
    border-bottom: 1px solid #C7C7FF;
    text-decoration: none;
  }
  .mod-btn-more {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    color: var(--main-color);
    position: relative;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-more:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-left: 7px solid var(--main-color);
    transform: scale(1.4, 0.8);
  }
  .mod-btn-more:hover {
    opacity: 0.8;
  }
  .mod-btn-show-all {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 13px;
    border-radius: 7px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: var(--main-color);
    width: 273px;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-show-all:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    right: 9px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: scale(1.4, 0.8);
  }
  .mod-btn-show-all:hover {
    opacity: 0.8;
  }
  .mod-common-contact {
    padding: 60px 15px;
  }
  .mod-common-contact ._cols {
    border: 1px solid var(--main-color);
  }
  .mod-common-contact ._col-tel {
    flex: 1;
    padding: 27px 0;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    gap: 13px;
    flex-direction: column;
    align-items: center;
  }
  .mod-common-contact ._col-tel ._title {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  .mod-common-contact ._col-tel ._tel {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.037em;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
  }
  .mod-common-contact ._col-tel ._tel img {
    width: 22px;
  }
  .mod-common-contact ._col-tel ._note {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
  }
  .mod-common-contact ._col-web {
    flex: 1;
    padding: 27px 0;
    text-align: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .mod-common-contact ._col-web ._title {
    font-size: 18px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #C7C7FF;
  }
  .mod-btn-contact {
    display: inline-block;
    padding: 15px 0px 15px 0;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    background-color: #1EAA39;
    width: 260px;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(0, -50%);
    background: url(../images/icon-mail.svg) left top no-repeat;
    background-size: contain;
    width: 17px;
    height: 12px;
  }
  .mod-btn-contact:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 5px);
    right: 9px;
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: scale(1.4, 0.8);
  }
  .mod-btn-contact:hover {
    opacity: 0.8;
  }
  .block-index-mv {
    position: relative;
    height: 504px;
  }
  .block-index-mv img {
    width: 100%;
  }
  .block-index-mv ._texts {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 504px;
    overflow: hidden;
  }
  .block-index-mv ._texts:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../../images/index/mv/title-bg.svg) left top no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    transform: scale(1, 1.5);
    opacity: 0.7;
  }
  .block-index-mv ._texts ._title {
    position: absolute;
    top: 140px;
    left: 0px;
    width: 220px;
  }
  .block-index-mv ._points {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: -70px;
  }
  .mod-bg-auto-scroll {
    height: 504px;
    overflow: hidden;
    width: 100%;
  }
  .mod-bg-auto-scroll div {
    background: url(../../images/index/mv/mv.webp) left top;
    background-size: 2400px auto;
    width: 4800px;
    height: 100%;
    animation: keyf_loc1 40s linear 0s infinite;
  }
  @keyframes keyf_loc1 {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  .mod-index-mv-points {
    display: flex;
    justify-content: center;
    gap: 5px;
  }
  .mod-index-mv-point {
    background: url(../../images/index/mv/deco_bg1.svg) left top no-repeat;
    background-size: contain;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #fff;
  }
	
	.mod-index-mv-point-gold {
    background: url(../../images/index/mv/deco_bg_gold.png) left top no-repeat;
    background-size: contain;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #56421B;
  }
	
  .block-index-intro {
    padding: 80px 0 0px 0;
  }
  .block-index-intro img {
    width: 100%;
  }
  .block-index-intro ._cols.is-right ._col-image {
    padding: 0 95px 0 0;
  }
  .block-index-intro ._cols.is-right ._col-texts {
    padding: 20px 15px 20px 15px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .block-index-intro ._cols.is-left ._col-image {
    padding: 0 0 0 95px;
  }
  .block-index-intro ._cols.is-left ._col-texts {
    padding: 20px 15px 20px 15px;
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .block-index-work {
    padding: 60px 15px 60px 15px;
    background: url(../../images/index/work/bg.svg?) left top no-repeat;
    background-size: 100% auto;
    overflow: hidden;
  }
  .block-index-work ._lead {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 2;

  }
	
	.sponly{
		
	}
	
  .block-index-work ._btns {
    text-align: center;
  }
  .mod-index-work-items img {
    width: 100%;
  }
  .mod-index-work-items ._item {
    width: 216px;
  }
  .mod-index-work-item {
    position: relative;
    display: inline-flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-index-work-item ._item-image img {
    box-shadow: 3px 3px 0 rgba(144, 144, 211, 0.5);
  }
  .mod-index-work-item ._item-texts {
    display: flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-index-work-item ._item-texts p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .mod-index-work-item ._btns {
    text-align: center;
  }
  .mod-index-work-item ._item-label {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--main-color);
    font-size: 17px;
    padding: 0 13px;
    text-align: center;
    font-weight: bold;
    line-height: 1.74;
    color: #fff;
    border-radius: 0 0 13px 0;
  }
  .mod-swiper {
    position: relative;
  }
  .mod-swiper .swiper {
    overflow: visible;
  }
  .mod-swiper .swiper-button-prev {
    z-index: 10;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: 7px;
    background: var(--main-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-swiper .swiper-button-prev:hover {
    opacity: 0.8;
  }
  .mod-swiper .swiper-button-prev:after {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
  }
  .mod-swiper .swiper-button-next {
    z-index: 10;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 7px;
    background: var(--main-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-swiper .swiper-button-next:hover {
    opacity: 0.8;
  }
  .mod-swiper .swiper-button-next:after {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
  }
  .mod-swiper .swiper-button-disabled {
    opacity: 0.2;
  }
  .mod-swiper .swiper-slide {
    transition-duration: 0.5s;
  }
  .block-index-voice {
    padding: 60px 15px;
  }
  .block-index-voice img {
    width: 100%;
  }
  .block-index-voice ._btns {
    text-align: center;
  }
  .mod-index-voice-items {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .mod-index-voice-item {
    background-color: #fff;
    box-shadow: 5px 5px 0 rgba(144, 144, 211, 0.5);
    padding: 20px;
    display: flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-index-voice-item ._item-image {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
  }
  .mod-index-voice-item ._item-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../images/index/voice/arrow.svg) left top no-repeat;
    background-size: contain;
    width: 61px;
    height: 21px;
  }
  .mod-index-voice-item ._item-image ._before,
  .mod-index-voice-item ._item-image ._after {
    position: relative;
    flex: 1;
  }
  .mod-index-voice-item ._item-image ._before span,
  .mod-index-voice-item ._item-image ._after span {
    position: absolute;
    top: -13px;
    left: -7px;
    width: 67px;
    height: 67px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 1.74;
    color: #fff;
  }
  .mod-index-voice-item ._item-image ._after span {
    background-color: #1EAA39;
  }
  .mod-index-voice-item ._item-image ._after {
    flex: 1;
  }
  .mod-index-voice-item ._item-texts {
    display: flex;
    gap: 13px;
    flex-direction: column;
  }
  .mod-index-voice-item ._item-texts ._voice {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.1em;
    color: #494949;
    border-bottom: 1px solid #C7C7FF;
  }
  .mod-index-voice-item ._item-texts ._text {
    font-size: 11px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.1em;
    color: #494949;
  }
  .mod-index-voice-item ._item-btns {
    text-align: center;
  }
  .block-index-greeting {
    position: relative;
  }
  .block-index-greeting img {
    width: 100%;
  }
  .block-index-greeting ._inner {
    position: relative;
    background-color: #fff;
    padding: 30px 15px 50px 15px;
  }
  .block-index-greeting ._inner ._main {
    position: relative;
  }
  .block-index-greeting ._inner ._deco1 {
    position: absolute;
    top: 110vw;
    right: 0px;
    width: 291px;
  }
  .block-index-greeting ._inner ._deco2 {
    position: absolute;
    bottom: 0px;
    left: 87px;
    width: 254px;
  }
  .block-index-greeting:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(transparent 0%, #fff 100%);
  }
  .block-index-greeting:after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(#fff 0%, transparent 100%);
  }
  .block-index-greeting ._cols {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .block-index-greeting ._cols ._col-image {
    width: 180px;
  }
  .mod-index-greeting-prof {
    display: flex;
    gap: 27px;
    flex-direction: column;
  }
  .mod-index-greeting-prof ._name {
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .mod-index-greeting-prof ._name span {
    display: block;
  }
  .mod-index-greeting-prof ._name span:nth-child(1) {
    font-size: 13px;
  }
  .mod-index-greeting-prof ._name span:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
  }
}


.inquiry{
	width:100%;

}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;

}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}


.block-kotei{
	max-width:1050px;
	margin: 0 auto;
	padding-top:50px;
}


/* 見出し本体を中央配置（自分自身でセンター） */
h1.koteititle {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 55px;
  text-align: center; /* テキストを中央 */
  line-height: 1.4;
  /* 念のため */
  max-width: 100%;
  overflow: visible;
	font-size:20px;
	
}

/* 疑似要素は必ず .koteititle に限定 */
h1.koteititle::before,
h1.koteititle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直ど真ん中に */
  width: 45px;
  height: 1px;
  background: #000;
  pointer-events: none;
}

h1.koteititle::before { left: 0; }
h1.koteititle::after  { right: 0; }




/* 見出し本体を中央配置（自分自身でセンター） */
h2.koteititle {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 55px;
  text-align: center; /* テキストを中央 */
  line-height: 1.4;
  /* 念のため */
  max-width: 100%;
  overflow: visible;
	font-size:20px;
}

/* 疑似要素は必ず .koteititle に限定 */
h2.koteititle::before,
h2.koteititle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 垂直ど真ん中に */
  width: 45px;
  height: 1px;
  background: #000;
  pointer-events: none;
}

h2.koteititle::before { left: 0; }
h2.koteititle::after  { right: 0; }


.kaisha {
width: 100%;
	margin-bottom:30px;
	margin-top:-50px;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}


.map-iframe {
  width: 100%;
  max-width: 100%;
  height: 450px;
}

@media (max-width: 768px) {
  .map-iframe {
    height: 300px; /* スマホでは高さを低めに */
  }
}

/* PC 基本 */
.profile-card {
  display: inline-flex; /* 中身の幅に合わせて伸縮 */
  gap: 24px;
  align-items: flex-start;
  margin: 0 auto 50px; /* 自身も中央揃え */
  max-width: 100%;     /* 親の幅を超えないように */
  width: auto;         /* 95%をやめる */
}
.profile-body {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 400px;         /* ← 必要なら最大幅を設定（テキスト折り返し用） */

}
.profile-name { margin:0 0 .3em; font-size:1.4rem; }
.profile-affiliation, .profile-skill { margin:0 0 .3em; }
.profile-comment { margin-top:.8em; line-height:1.8; }

.profile-skill{
	margin-top:15px;
}

.profile-comment{
	font-size: 16px;
}

.profile-comment p{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

/* SP：画像だけ中央寄せ、テキストは左のまま */
@media (max-width:768px) {
  .profile-card {
    flex-direction: column;
    align-items: center;   /* 子要素（画像ブロック）を中央に */
    width: 95%;
    margin: 0 auto;
    /* text-align:center; は入れない！ */
  }
  .profile-media {
    flex: none;
    max-width: 300px;
    margin: 0 auto;        /* 画像ブロックを中央へ */
    text-align: center;    /* 画像内の要素だけ中央 */
  }
  .profile-body {
    width: 100%;
    text-align: left;      /* 念のため明示的に左寄せ */
  }
	
.profile-affiliation, .profile-skill { margin-top:15px; font-size:18px; }
		

.profile-comment p{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
	
	.profile-card{
		margin-top:30px;
	}
	
}



/* コンテナ：中央寄せ＋横幅制限 */
.compare{
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(12px, 3vw, 24px);
  box-sizing: border-box;
}

/* グリッド：左右＋矢印(固定幅) */
.compare-grid{
  display: grid;
  grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr); /* ← はみ出し防止に minmax(0,1fr) */
  column-gap: 14px;
  align-items: center;
}

/* 右側2段 */
.compare-stack{ display: grid; row-gap: 14px; }

/* カード内はみ出し防止 */
.compare-card{ min-width: 0; }

/* 画像ラッパー：比率を保ってトリミング（横にはみ出さない） */
.compare-media{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;      /* 任意。消せば実寸比率 */
  overflow: hidden;         /* ← はみ出しを切る */
  background: #f5f5f5;
}

/* 画像：親にフィット */
.compare-media img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* 全体を埋める（切れてほしくなければ contain に） */
  display: block;
}

/* 矢印 */
.compare-arrow{
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; line-height: 1; color: #1e3a8a;
}

/* スマホ：1カラム化して全幅に */
@media (max-width: 900px){
  .compare-grid{ grid-template-columns: 1fr; row-gap: 12px; }
  .compare-arrow{ transform: rotate(90deg); }
  .compare-media{ aspect-ratio: auto; }  /* 実寸比率に */
  .compare-media img{
    position: static;
    width: 100%;
    height: auto;            /* ← はみ出し完全防止 */
    object-fit: contain;
  }
}


/* コンテナ */
.folio{
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: clamp(12px, 3vw, 24px);
  box-sizing: border-box;
}
.folio__title{
  text-align: center;
  font-size: clamp(18px, 2.4vw, 22px);
  letter-spacing: .06em;
  margin: 0 0 1rem;
}

/* グリッド：2カラム（SPは1） */
.folio-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* カード */
.folio-card{
  margin: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* 画像＝等倍率タイル（はみ出し防止） */
.folio-media{
  position: relative;
  aspect-ratio: 4 / 3;      /* 同じ高さに揃える。実寸優先ならこの行を消す */
  background: #f5f5f5;
  overflow: hidden;
}
.folio-media img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* 端をトリミングして綺麗に見せる */
  display: block;
  transition: transform .35s ease;
}
.folio-card:hover .folio-media img{
  transform: scale(1.03);
}

/* レスポンシブ */
@media (max-width: 768px){
  .folio-grid{ grid-template-columns: 1fr; gap: 14px; }
  .folio-card{ border-radius: 8px; }
}



/* ===== カード全体 ===== */
.ba-card{
  display:block;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  overflow:hidden;
  width:100%;                 /* ← 全幅に */
  margin:0 auto;
  padding:20px 20px 24px;
  box-sizing:border-box;
}

/* ===== 画像2分割 ===== */
.ba-card__images{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:12px;
  align-items:stretch;
}

/* 各面のラッパー（比率を揃える） */
.ba-card__pane{
  position:relative;
  border-radius:10px;
  overflow:hidden;

  aspect-ratio:16 / 9; /* 実寸優先ならこの行を削除 */
}
.ba-card__pane img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; display:block;
  transition:transform .4s ease;
}
.ba-card:hover .ba-card__pane img{ transform:scale(1.02); }

/* Before / After バッジ */
.ba-card__badge{
  position:absolute; top:10px; left:10px;
  display:inline-grid; place-items:center;
  width:68px; height:68px; border-radius:999px;
  font-weight:700; font-size:14px; color:#fff;
}
.ba-card__badge--before{ background:#223a8a; }
.ba-card__badge--after{ background:#17a34a; left:auto; right:10px; }

/* 中央の点線矢印（PC横向き） */
.ba-card__images::after{
  content:"";
  position:absolute; top:50%; left:50%;
  width:120px; height:0;
  border-top:4px dotted #7c77e0;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.ba-card__images::before{
  content:"";
  position:absolute; top:calc(50% - 8px); left:calc(50% + 60px);
  border:8px solid transparent;
  border-left-color:#7c77e0;
  pointer-events:none;
}

/* ===== テキスト ===== */
.ba-card__texts{ text-align:center; padding:18px 6px 0; }
.ba-card__title{
  font-size: clamp(18px, 2.2vw, 25px);
  margin:12px 0 10px; letter-spacing:.08em; position:relative;
	font-weight:bold;
}
.ba-card__title::after{
  content:""; display:block; width:90%; max-width:520px;
  height:2px; background:#d7d7f3; margin:12px auto 0;
}
.ba-card__excerpt{
  margin:14px auto 0; max-width:820px;
  color:#394150; font-weight: 500;
	line-height:1.8;
    letter-spacing: 0.1em;
}

/* フッター・ボタン */
.ba-card__footer{ margin-top:16px; text-align:center; }
.ba-card__more{
  display:inline-flex; align-items:center; gap:.5em;
  padding:12px 24px; border:1px solid #2f2fa2;
  color:#2f2fa2; border-radius:999px; font-weight:700;
  transition:all .2s ease;
}
.ba-card__more::after{ content:"▶"; font-size:.9em; }
.ba-card__more:hover{ background:#2f2fa2; color:#fff; }

/* ===== 一覧：常に1列 ===== */
.voice-page .container{
  max-width: 1200px;        /* もっと大きくしたい場合は 1400 等に */
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
}
.voice-list{
  display:grid;
  grid-template-columns:1fr; /* ← 1列固定 */
  gap:28px;
}

/* SPは画像を縦積み＆矢印を下向き */
@media (max-width:768px){
  .ba-card{ padding:16px; border-radius:12px; }
  .ba-card__images{ grid-template-columns:1fr; row-gap:10px; }
  .ba-card__images::after{
    width:0; height:90px; border-top:0;
    border-left:4px dotted #7c77e0; left:50%; top:50%;
    transform:translate(-50%,-50%);
  }
  .ba-card__images::before{
    top:calc(50% + 45px); left:calc(50% - 8px);
    border:8px solid transparent; border-top-color:#7c77e0;
  }
  .ba-card__badge{ width:58px; height:58px; font-size:13px; }
	
	
	.ba-card__excerpt{
font-size:16px;
		font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
	
}


/* 画像をトリミングせず全体表示（レターボックス可） */
.ba-card__pane{
  aspect-ratio: 16 / 9;        /* 好みの比率。4/3 や 3/2 でもOK */
        /* レターボックスの色 */
  overflow: hidden;            /* そのままでOK */
}

.ba-card__pane img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;         /* ← これで途切れない（全体表示） */
}


/* ========== entry-content: ベース ========== */
.voice-single .entry-content{
  max-width: 900px;            /* 読みやすい行幅。広げたい場合は 1000～1100px */
  margin: 0 auto;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.9;
  color: #394150;
  word-break: normal;
  overflow-wrap: anywhere;     /* 長い英単語の折返し */
	margin-bottom:50px;
}

/* 子要素の縦余白を一括管理 */
.voice-single .entry-content > * + *{ margin-top: 1.2em; }

/* ========== 見出し ========== */
.voice-single .entry-content h2{
  font-size: clamp(22px, 2.2vw, 28px);
  margin: 1.4em 0 .6em;
  line-height: 1.4;
  position: relative;
}
.voice-single .entry-content h2::after{
  content:"";
  display:block;
  width: 120px;
  height: 3px;
  background: #d7d7f3;
  margin-top: .4em;
}
.voice-single .entry-content h3{
  font-size: clamp(19px, 1.8vw, 24px);
  margin: 1.2em 0 .4em;
  line-height: 1.5;
}
.voice-single .entry-content h4{
  font-size: clamp(17px, 1.4vw, 20px);
  margin: 1em 0 .3em;
}

/* ========== 段落 / リスト ========== */
.voice-single .entry-content p{ margin: 0;
line-height:1.8;
font-size:16px;
}
.voice-single .entry-content ul,
.voice-single .entry-content ol{
  padding-left: 1.2em;
  margin: .6em 0 0;
}
.voice-single .entry-content li + li{ margin-top: .35em; }

/* ========== 引用 ========== */
.voice-single .entry-content blockquote{
  margin: 1.2em 0 0;
  padding: .9em 1.1em;
  border-left: 4px solid #2f2fa2;   /* ブランド色に合わせる */
  background: #f7f8ff;
  color: #2a3040;
}
.voice-single .entry-content blockquote p{ margin: 0; }

/* ========== 画像 / 図版 ========== */
.voice-single .entry-content img,
.voice-single .entry-content video,
.voice-single .entry-content iframe{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 1rem auto;
}
.voice-single .entry-content figure{ margin: 1rem 0; }
.voice-single .entry-content figcaption{
  font-size: .9em;
  color: #6b7280;
  text-align: center;
  margin-top: .4em;
}

/* WPの画像配置（PC） */
.voice-single .entry-content .alignleft{ float:left; margin: .2em 1em .8em 0; }
.voice-single .entry-content .alignright{ float:right; margin: .2em 0 .8em 1em; }
.voice-single .entry-content .aligncenter{ margin-left:auto; margin-right:auto; float:none; }

/* スマホではフロート解除して中央表示 */
@media (max-width: 768px){
  .voice-single .entry-content .alignleft,
  .voice-single .entry-content .alignright{
    float:none; margin: .8em auto;
  }
}

/* ========== リンク ========== */
.voice-single .entry-content a{
  color: #2f2fa2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.voice-single .entry-content a:hover{
  color: #1e3a8a;
}

/* ========== 罫線 / コード ========== */
.voice-single .entry-content hr{
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 1.6em 0;
}
.voice-single .entry-content pre,
.voice-single .entry-content code{
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.voice-single .entry-content pre{
  background: #0b1026;
  color: #e7e9ee;
  padding: .9em 1em;
  border-radius: 8px;
  overflow: auto;
}

/* ========== 表（テーブル） ========== */
.voice-single .entry-content table{
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 0;
  font-size: .95em;
}
.voice-single .entry-content th,
.voice-single .entry-content td{
  border: 1px solid #e5e7eb;
  padding: .6em .8em;
  text-align: left;
}
.voice-single .entry-content thead th{
  background: #f3f4f6;
  font-weight: 700;
}
.voice-single .entry-content tbody tr:nth-child(even){
  background: #fafafa;
}

/* ========== Gutenbergブロックの軽い整形 ========== */
.voice-single .entry-content .wp-block-quote{ margin: 1.2em 0 0; }
.voice-single .entry-content .wp-block-image figcaption{ color:#6b7280; }
.voice-single .entry-content .wp-block-button .wp-block-button__link{
  background: transparent;
  color: #2f2fa2;
  border: 1px solid #2f2fa2;
  border-radius: 999px;
  padding: .6em 1.2em;
  font-weight: 700;
}
.voice-single .entry-content .wp-block-button .wp-block-button__link:hover{
  background:#2f2fa2; color:#fff;
}

/* 画像ギャラリーの間隔 */
.voice-single .entry-content .wp-block-gallery{ gap: 12px; }


/* バッジサイズ（必要なら数値だけ調整） */
:root{ --ba-badge-size: 68px; --ba-badge-gap: 10px; } /* gap はバッジと画像の間隔 */

/* バッジは最前面に */
.ba-card__badge{ z-index: 3; }

/* バッジがある角に “安全領域” を作って写真を少しだけ内側に寄せる */
.ba-card__pane--before img{
  /* top と left を少し空ける（左上のバッジぶん） */
  inset: calc(var(--ba-badge-size)/2 + var(--ba-badge-gap)) 0 0
         calc(var(--ba-badge-size)/2 + var(--ba-badge-gap));
}

.ba-card__pane--after img{
  /* top と right を少し空ける（右上のバッジぶん） */
  inset: calc(var(--ba-badge-size)/2 + var(--ba-badge-gap))
         calc(var(--ba-badge-size)/2 + var(--ba-badge-gap)) 0 0;
}

/* スマホはバッジを小さく（任意） */
@media (max-width: 768px){
  :root{ --ba-badge-size: 58px; }
}


/* ====== SPでのズレ修正：安全領域をリセットし中央寄せ ====== */
@media (max-width: 768px){

  /* 固定比率を解除（必要なければ残してOK） */
  .ba-card__pane{ aspect-ratio: auto; }

  /* 画像を通常フローに戻し、幅100%の等比表示に */
  .ba-card__pane img{
    position: static;         /* ← absolute を解除 */
    width: 100%;
    height: auto;
    object-fit: contain;      /* 切らずに表示（cover派なら contain→cover） */
    margin: 0 auto;           /* 中央寄せ */
    display: block;
  }

  /* バッジ回避で設定した inset を無効化（念のため !important） */
  .ba-card__pane--before img,
  .ba-card__pane--after  img{
    inset: 0 !important;
  }

  /* 縦並びの間隔を少し広げる（お好みで） */
  .ba-card__images{ row-gap: 14px; }
}


/* ワイド幅（好みで 1200~1400px に） */
:root{ --content-wide: 1280px; }

.works-page .container{
  max-width: var(--content-wide);
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* 一覧は常に1列に */
.works-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2vw, 32px);
}

/* カードを全幅＆大きめに */
.works-page .ba-card{
  width: 100%;
  padding: clamp(20px, 2.2vw, 36px);
  border-radius: 20px;
	margin-bottom:30px;
}

.works-sectionbg{
	background:#fff;
}

.works-section--single .ba-card__pane{ aspect-ratio:auto; }
.works-section--single .ba-card__pane img{
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* コンテナ中央寄せ＋最大幅1100px */
.works-free .freeimgs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* 画像を幅100%で等比表示（切れずに収まる） */
.works-free .ba-card__pane {
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-free{
	width:100%;
	margin:0 auto;
	text-align:center;
	display:inline-block;
}

.works-free .ba-card__pane img {
  width: 100%;        /* ★ 幅いっぱいに表示 */
  height: auto;       /* 等比で縮小 */
  object-fit: contain;/* 切れずに全体表示 */
  display: block;
}

@media (min-width: 769px) {
  .works-free .ba-card__pane img {
    display: block !important;
    width: auto !important;  /* 横幅は自然なサイズに */
    max-width: 100% !important;
    height: auto !important; /* 高さは元画像の比率に */
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* ベース：1列 or 2列を切り替え */
.works-list{ display:grid; gap: clamp(20px,2vw,28px); }
.works-list--wide  { grid-template-columns: 1fr; }
.works-list--grid2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width:768px){
  .works-list--grid2 { grid-template-columns: 1fr; }
}

/* 2列カード（アイキャッチ） */
.ba-card--thumb .thumb-pane{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background:#f6f6f6;
  aspect-ratio: 16/9;          /* 任意。外せば高さは画像に合わせる */
}
.ba-card--thumb .thumb-img,
.ba-card--thumb .thumb-pane img{
  width: 100%; height: 100%;
  object-fit: cover; display:block;
}

/* 住宅の大きいカードも余白少し広めに（任意） */
.works-list--wide .ba-card{ padding: clamp(20px,2.2vw,36px); }


.titlespace{

}

.maxw{
	max-width:1200px;
	margin:0 auto;
}



.works-filter {
  display: flex;
  justify-content: center;
  padding: 20px;
	margin-bottom:30px;
}

.works-filter__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.works-filter__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 8px 16px;
  border: 1px solid #1a237e;
  border-radius: 12px;
  background-color: #fff;
  color: #1a237e;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap; /* PCでは改行なし */
  text-align: center;
  transition: all 0.3s;
}

.works-filter__btn br {
  display: none; /* PCでは非表示 */
}

.works-filter__btn.active {
  background-color: #1a237e;
  color: #fff;
  border-color: #1a237e;
  padding-left: 36px;
}

.works-filter__btn::before {
  content: "✔";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.works-filter__btn.active::before {
  opacity: 1;
}

.works-type-section {
  display: none;
}

.works-type-section.active {
  display: block;
}

.works-filter__innertop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
	margin-bottom:90px;
}


.works-filter__innertop a{
	color:#28278A !important;
}

.sponly{
display:none;	
}

/* スマホ用：フォントサイズと改行位置を調整 */
@media (max-width: 768px) {
	
	
	.sponly{
display:block;	
}
	
	.works-filter {
  display: flex;
  justify-content: center;
  padding: 0px;
}
	
  .works-filter__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .works-filter__btn {
    white-space: normal;
    min-height: 80px;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 3px;
	  letter-spacing:-0.8px;
  }
	
	.works-filter__btn.active {
  background-color: #1a237e;
  color: #fff;
  border-color: #1a237e;
  padding-left: 20px;
}

  .works-filter__btn br {
    display: inline; /* スマホのみ改行を有効化 */
  }
	
	 .works-filter__innertop {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
		 width:90%;
  }
	.works-filter__innertop a{
	color:#28278A !important;
		font-size:18px !important;
}
	
.block-kotei{
	max-width:95%;
	margin: 0 auto;
}
}

._item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2; /* 3:2 の比率 */
  overflow: hidden;
  border-radius: 8px; /* 角丸が必要なら */
}

._item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* トリミング時に中央を基準に表示 */
  display: block;
}

.entry-content p{
	font-size:16px;
	line-height:1.8;
}



.menu-btn2{
display:none !important;	
}

	 .area-header ._menu-btn2 { 
		 display:none !important;	
  }

@media (max-width: 768px) {

  .menu-btn2 {
    display: inline-block;
  }

  .area-header ._menu-btn2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 54px;
    width: 54px;   /* 親要素の幅を固定 */
    height: 66px;  /* 親要素の高さを固定 */
    background: #1EAA39;
   
  }

  .area-header ._menu-btn2 img {
width:80% !important;
    display: block; /* 余白を消す */
  }
}

a.whlink{
	color:#fff;
}

a.linkcolor{
	color:#1EAA39 !important;
}

.grecaptcha-badge {
    visibility: hidden; /* 完全非表示 */
}

.recaptcha-notice {
    font-size: 12px;      /* 小さめの文字サイズ */
    color: #fff;          /* グレーで主張を抑える */
    text-align: center;   /* 中央寄せ */
    margin-top: 10px;     /* 上に少し余白 */
    line-height: 1.6;     /* 読みやすさ確保 */
}

.recaptcha-notice a {
    color: #666;          /* リンクも同じ色にして馴染ませる */
    text-decoration: underline; /* 下線でリンクだと分かるように */
}

.recaptcha-notice a:hover {
    color: #333;          /* ホバー時に少し濃く */
}