@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #3a230c;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 110px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 55px 0 65px;
  }
  main section.stb {
    padding: 55px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 45px;
  position: relative;
  line-height: 0;
  font-size: clamp(3.2rem, 2.9rem + 1.0667vw, 3.7rem);
  text-align: center;
}
.maintitle .mf {
  font-family: "Niconne", cursive;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  line-height: 0.95;
}
.maintitle .mf:first-letter {
  color: #257900;
}
.maintitle .sf {
  font-size: 34%;
  line-height: 1.4;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
  .txtmgb {
    margin-bottom: 18px !important;
  }
}
/*02*/
.mtitle {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.09rem + 0.7467vw, 1.65rem);
  margin-bottom: 10px;
  position: relative;
}
.mtitle::before, .mtitle::after {
  content: '■';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-53%) rotate(-45deg);
  font-size: 0.45rem;
}
.mtitle::before {
  left: -2px;
}
.mtitle::after {
  right: -2px;
}
.mtitle span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.mtitle span::before, .mtitle span::after {
  content: '';
  border-top: 1px dotted #3a230c;
  width: 100%;
}
.mtitle span::before {
  margin-right: .7em;
}
.mtitle span::after {
  margin-left: .7em;
}
/*03*/
.rtitle {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 7px;
  font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
  line-height: 1.45;
  background: #fffbeb;
  border-left: 4px solid #bfa682;
  padding: 9px 28px 12px 12px;
}
.bg_damask .rtitle, .bg_rose .rtitle {
  color: #fff;
  background: #3a230c;
}
.rtitle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  background: #bfa682;
  pointer-events: none;
  width: 20px;
  height: 1px;
}
/*04*/
.stitle {
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dbd1c8;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #257900;
}
.stitle:first-letter {
  color: #257900;
}
/* ボタン */
.mainbtn a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 19px 55px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  border: 1px solid #3a230c;
  background: #3a230c;
  color: #fff;
}
section .mainbtn a::before {
  content: url(../img/btn.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  height: auto;
  width: 16px;
  transition: .5s all;
  filter: brightness(0) invert(1);
}
section .mainbtn a:hover::before {
  right: 5px;
  filter: none;
}
.mainbtn a:hover {
  background: #fff;
  color: #3a230c;
}
.mainbtn a.white {
  background: #fff;
  color: #3a230c;
}
.mainbtn a.white:hover {
  background: #3a230c;
  color: #fff;
}
/**/
.btnflex a {
  margin: 5px 7px;
  display: inline-block;
}
/**/
.tbtn {
  margin-top: 25px;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 16px 40px;
    min-width: 210px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1525px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1524px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w59 {
  width: 59%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w36 {
  width: 36%;
}
/* background */
.bg_lace01::before, .bg_lace01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/lace01.svg) top center;
  background-size: 450px;
  background-repeat: repeat-x;
  filter: invert(100%) sepia(13%) saturate(6820%) hue-rotate(316deg) brightness(104%) contrast(101%);
  z-index: -1;
}
.bg_lace01::after {
  transform: scaleY(-1);
}
.bg_lace02::before, .bg_lace02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/lace02.svg) top center;
  background-size: 450px;
  background-repeat: repeat-x;
  filter: invert(100%) sepia(13%) saturate(6820%) hue-rotate(316deg) brightness(104%) contrast(101%);
  z-index: -1;
}
.bg_lace02::after {
  transform: scaleY(-1);
}
section:first-of-type.bg_lace01::before, section:first-of-type.bg_lace02::before {
  content: none;
}
@media (max-width: 550px) {
  .bg_lace01::before, .bg_lace01::after, .bg_lace02::before, .bg_lace02::after {
    background-size: 390px;
  }
}
.bg_damask::before, .bg_rose::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffbeb;
  z-index: -100;
}
.bg_damask::after {
  background: url(../img/bg_damask.svg) repeat;
  background-size: 1050px;
}
.bg_rose::after {
  background: url(../img/bg_rose.svg) repeat;
  background-size: 450px;
}
.bg_damask::after, .bg_rose::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top;
  background-attachment: fixed;
  filter: invert(99%) sepia(80%) saturate(1371%) hue-rotate(306deg) brightness(102%) contrast(119%);
  opacity: 0.2;
  z-index: -2;
}
_::-webkit-full-page-media, _:future, :root .bg_rose::after {
  background-attachment: scroll;
}
_::-webkit-full-page-media, _:future, :root .bg_damask::after {
  background-attachment: scroll;
}
@media (max-width: 550px) {
  .bg_rose::after, .bg_damask::after {
    background-attachment: scroll;
  }
  .bg_damask::after {
    background-size: 450px;
  }
  .bg_rose::after {
    background-size: 250px;
  }
}
/* illust ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 280px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/*位置*/
.tl, .tr {
  top: -35px !important;
}
.bl, .br {
  bottom: -50px !important;
}
.tl, .bl {
  left: 2px !important;
}
.tr, .br {
  right: 2px !important;
}
@media(max-width:1150px) {
  .tl, .tr, .bl, .br {
    width: 225px !important;
  }
}
@media (max-width: 750px) {
  .tl, .tr, .bl, .br {
    width: 180px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr {
    top: -24px !important;
  }
  .tl, .tr, .bl, .br {
    width: 140px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 41% !important;
  max-width: 215px !important;
  z-index: 2 !important;
}
.psr .tl {
  top: -4% !important;
  left: -10px !important;
}
.psr .tr {
  top: -4% !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -4% !important;
  left: -10px !important;
}
.psr .br {
  bottom: -4% !important;
  right: -10px !important;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ===================================================================*/
.header_sticky {
  position: sticky;
  top: -0.5px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 11px 0 15px;
}
.header_sticky::before, .header_sticky::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffbeb;
  z-index: -1;
}
.header_sticky::after {
  filter: invert(99%) sepia(80%) saturate(1371%) hue-rotate(306deg) brightness(102%) contrast(119%);
  opacity: 0.2;
  background: url(../img/bg_damask.svg) repeat;
  background-size: 1050px;
}
header::before {
  content: "";
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: -32px;
  background: url(../img/header.svg) top center;
  background-size: 388px;
  background-repeat: repeat-x;
  filter: invert(100%) sepia(13%) saturate(6820%) hue-rotate(316deg) brightness(104%) contrast(101%);
}
header .inner {
  width: 96%;
}
/**/
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
/*logo*/
.header_title {
  line-height: 1;
}
.header_title a {
  display: block;
  width: 280px;
}
/*btns*/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .btnflex {
  margin-bottom: 2px;
  font-size: 0.82rem !important;
}
.header_item .mainbtn a {
  min-width: 190px;
  width: fit-content;
  height: 47px;
  padding: 10px 0;
}
.header_item .btnflex a {
  margin: 0 2px;
}
.header_item .btnflex a:first-of-type {
  font-size: 105%;
}
/*menu*/
.hnav ul {
  position: relative;
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: calc(100% / 5);
  height: 100%;
  position: relative;
  border-left: 1px dotted #3a230c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hnav ul li:last-child {
  border-right: 1px dotted #3a230c;
}
.hnav ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #3a230c;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -3px;
  z-index: 2;
}
.hnav ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #3a230c;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  left: -3px;
  z-index: 2;
}
.hnav ul::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #3a230c;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 2;
}
.hnav ul::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #3a230c;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  right: -2px;
  z-index: 2;
}
.hnav ul li a {
  padding: 0 14px 5px;
  display: block;
  position: relative;
  top: 0;
  color: #3a230c;
  line-height: 1.15;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li a span {
  text-transform: capitalize;
  font-family: "Niconne", cursive;
  font-weight: 400;
  display: block;
  font-size: 180%;
}
.hnav ul li a span:first-letter {
  color: #257900;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/* hamburger ==================================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  height: 40px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #3a230c;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: capitalize;
	font-family: "Niconne", cursive;
	font-weight: 400;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area::before, .header__nav-area::after {
  position: fixed;
}
.header__nav-area::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fffbeb;
  z-index: -2;
}
.header__nav-area::after {
  background: url(../img/hamburger.svg) repeat;
  background-size: 1050px;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top;
  opacity: 0.77;
  z-index: -1;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 88%;
  max-width: 565px;
  padding: 45px 0 100px;
}
.global-navigation__list ul {
  margin: auto;
}
.global-navigation__list ul:not(.accordion__list) {
  margin-bottom: 35px;
}
.global-navigation__list ul:not(.accordion__list) > li {
  display: block;
  margin: 17px 0;
  font-size: 1.25rem;
  text-align: center;
}
.global-navigation__list ul:not(.accordion__list) > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #3a230c;
  line-height: 1.2;
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}
.global-navigation__list ul:not(.accordion__list) > li a span, .global-navigation__list li button span {
  text-transform: capitalize;
  font-family: "Niconne", cursive;
  font-weight: 400;
  display: block;
  font-size: 180%;
}
.global-navigation__list ul:not(.accordion__list) > li a span:first-letter, .global-navigation__list li button span:first-letter {
  color: #257900;
}
/* btn */
.header__nav-area .btnflex a {
  width: 100%;
  min-width: auto;
  max-width: 240px;
  padding-left: 0;
  padding-right: 0;
  margin: 10px auto;
  display: block;
}
@media (max-width: 1075px) {
  .header_sticky {
    padding: 15px 13px 19px 11px;
  }
  .header_title a {
    width: 275px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_top {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
  }
  .header_item, .hnav {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 13px 10px 13px 8px;
  }
  header::before {
    height: 26px;
    bottom: -23px;
    background-size: 295px;
  }
  .header_title a {
    width: 240px;
  }
  .header_sticky::after, .header__nav-area::after {
    background-size: 450px;
  }
  .global-navigation__list ul:not(.accordion__list) > li {
    font-size: 1.07rem;
  }
  .header__nav-area .mainbtn a {
    font-size: 0.93rem;
    max-width: 210px;
  }
}
/* footer ===================================================================*/
.footer_contact_wrap {
  position: relative;
}
.footer_contact, .footer_contact span, .footer_contact .mf:first-letter {
  color: #fff;
}
.footer_contact {
  padding: 47px 0 55px;
  position: relative;
  overflow: hidden;
}
.footer_contact_wrap::before, .footer_contact_wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.footer_contact_wrap::before {
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -3;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact_wrap::before {
  background-attachment: scroll;
}
.footer_contact_wrap::after {
  background: #3a230c;
  opacity: 0.7;
  z-index: -2;
}
.footer_contact p {
  text-align: center;
  margin-bottom: 23px;
}
/*btn*/
.footer_contact .btn_wrap {
  text-align: center;
}
.footer_contact .btn_wrap a {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  padding: 23px 5px;
  font-size: 1.2rem;
  margin: 7px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
.btn_wrap a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
a.fax {
  pointer-events: none;
}
@media (max-width: 750px) {
  .footer_contact {
    padding: 60px 0 55px;
  }
  .footer_contact p {
    text-align: left;
  }
  .footer_contact .btn_wrap a {
    display: block;
    margin: 11px auto;
  }
}
@media (max-width: 550px) {
  .footer_contact_wrap::before {
    background-attachment: scroll;
  }
  .footer_contact {
    padding: 40px 0 45px;
  }
  .footer_contact .btn_wrap a {
    padding: 17px 5px;
    font-size: 1.05rem;
  }
}
/* ロゴ・アドレス・サイトマップ */
.footer_address {
  padding: 35px 0 50px;
}
/*ロゴとアドレス*/
.fadd {
  text-align: center;
}
.fadd p {
  margin-bottom: 0;
}
.flogo {
  line-height: 0;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 10px;
}
/*sitemap*/
.footer_sitemap {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 98%;
  margin: 35px auto 0;
}
.footer_sitemap li {
  width: fit-content;
  text-align: center;
  position: relative;
}
.footer_sitemap li::before {
  content: "";
  width: 1px;
  height: 55%;
  position: absolute;
  top: 23%;
  left: 0%;
  border-right: 1px dotted #3a230c;
}
.footer_sitemap li:first-of-type::before {
  content: none;
}
.footer_sitemap li a {
  padding: 3px 22px;
  display: block;
  color: #3a230c;
  white-space: nowrap;
}
.footer_sitemap li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .footer_sitemap {
    display: block;
    margin-top: 20px;
  }
  .footer_sitemap li {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: 1px dotted #3a230c;
  }
  .footer_sitemap li a {
    padding: 10px 0;
  }
  .footer_sitemap li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 7px;
    color: #257900;
  }
  .footer_sitemap li:first-of-type a {
    padding-top: 0 !important;
  }
  .footer_sitemap li::before {
    content: none;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 27px 0 45px;
  }
  .flogo {
    max-width: 225px;
    margin-bottom: 5px;
  }
  .slash {
    opacity: 0;
    height: 0;
    display: block;
  }
  .footer_sitemap li {
    font-size: 95%;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 1px solid #e8e8e8;
  font-size: clamp(0.88rem, 0.838rem + 0.1493vw, 0.95rem);
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: #257900;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 63px;
    right: 15px;
    bottom: 10px;
  }
}
/* ローディング風アニメーション ==============================*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.start::before, .start::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat !important;
  z-index: -1;
}
.start::before {
  left: 0;
  background: url(../img/loading/bg_left.svg), #fff;
  background-position: top 5px left 5px;
  background-size: 75%;
  animation: PageAnime 3s normal both;
}
.start::after {
  right: 0;
  background: url(../img/loading/bg_right.svg), #fff;
  background-position: bottom 5px right 5px;
  background-size: 100%;
  animation: PageAnime2 3s normal both;
}
#splash_logo::before, #splash_logo::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  background: url(../img/loading/center.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  animation: load_apper 2s normal both;
}
@keyframes load_apper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash_logo::before {
  left: 0;
  background-position: center right -75%;
  animation: PageAnime 3s normal both;
}
#splash_logo::after {
  right: 0;
  background-position: center left -75%;
  animation: PageAnime2 3s normal both;
}
.start::before, .start::after, #splash_logo::before, #splash_logo::after {
  animation-delay: 2.4s !important;
}
@keyframes PageAnime {
  0% {
    transform-origin: left center;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform-origin: left center;
    transform: perspective(2500px) rotateY(-100deg);
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes PageAnime2 {
  0% {
    transform-origin: right center;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform-origin: right center;
    transform: perspective(2500px) rotateY(100deg);
    pointer-events: none;
  }
}
@media(max-width:1455px) {
  #splash_logo::before, #splash_logo::after {
    background-size: 80%;
  }
  #splash_logo::before {
    background-position: center right -200%;
  }
  #splash_logo::after {
    background-position: center left -200%;
  }
}
@media(max-width:950px) {
  #splash_logo::before, #splash_logo::after {
    background-size: 120%;
  }
  #splash_logo::before {
    background-position: center right 300%;
  }
  #splash_logo::after {
    background-position: center left 300%;
  }
}
/* bird */
.bird01, .bird02, .bird03 {
  position: absolute;
}
.bird01 {
  top: 15%;
  left: 20%;
  width: 15%;
  max-width: 100px;
}
.bird02 {
  bottom: 35%;
  right: 7%;
  width: 15%;
  max-width: 100px;
}
.bird03 {
  bottom: 6%;
  right: 20%;
  width: 11%;
  max-width: 70px;
}
.bird01 > div, .bird02 > div {
  animation: bird 3s normal both;
}
.bird01 > div {
  animation-delay: .3s !important;
}
.bird02 > div {
  animation-delay: .7s !important;
}
.bird01 img, .bird02 img, .bird03 img {
  animation: bird2 3s normal both;
}
.bird03 img {
  animation-delay: 1s !important;
}
@keyframes bird {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-45%, -35%);
    opacity: 1;
  }
}
@keyframes bird2 {
  0% {
    opacity: 0;
    transform: rotate(7deg);
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(7deg);
  }
}
@media(max-width:550px) {
  .bird02 {
    bottom: 25%;
    right: 2%;
  }
}
/* スライド =================================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
.topslide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/lace02.svg) top center;
  background-size: 450px;
  background-repeat: repeat-x;
  filter: brightness(0) invert(1);
  z-index: 1;
  transform: scaleY(-1);
}
.slide_items {
  position: relative;
  overflow: hidden;
  height: fit-content;
  width: 100%;
  margin-left: auto;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 147px);
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
  max-width: 650px;
}
@media (max-width: 900px) {
  .catchcopy {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .topslide::after {
    background-size: 390px;
  }
  .slide_items img {
    height: calc(100vh - 70px);
    min-height: 300px;
  }
  .catchcopy {
    width: 96%;
  }
}
/* ごあいさつ ===============================================================*/
.welcome_wrap {
  position: relative;
}
.welcome {
  clip-path: ellipse(115% 99% at bottom);
}
.welcome .inner {
  max-width: 969px;
}
/**/
.wel_ribbon {
  width: 65%;
  max-width: 510px;
  margin: -85px auto 15px;
  position: relative;
  z-index: 1;
}
/**/
.twfwrap {
  max-width: 1200px;
  width: 97%;
  margin: 0 auto;
}
.twf_photos {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.twf_photos .gphoto {
  width: 51%;
}
.twf_photos .gphoto:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.twf_photos .gphoto:first-child img {
  transform: rotate(-5deg)
}
.twf_photos .gphoto:last-child img {
  transform: rotate(5deg)
}
.gphoto {
  padding-bottom: 1%;
}
.gphoto > img {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.19) 0px 8px 24px;
  transform: rotate(4deg);
  padding: 2.3%;
}
.reverse .gphoto > img {
  transform: rotate(-4deg);
}
.welcome .gphoto > img {
  box-shadow: none;
}
@media (max-width: 750px) {
  .wel_ribbon {
    width: 113%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: -7% 0 15px;
  }
  .twfwrap {
    width: 96%;
  }
  .twf_photos {
    display: block;
    width: 105%;
    left: 50%;
    transform: translateX(-50%);
  }
  .twf_photos .gphoto {
    width: 87%;
  }
  .twf_photos .gphoto:last-child {
    position: initial;
    margin-left: auto;
  }
}
@media(max-width:550px) {
  .gphoto img {
    padding: 3.5%;
  }
}
/* バナーリンクボタン */
.bannerlink {
  margin: 30px auto 0;
}
.bannerlink > div {
  position: relative;
  overflow: hidden;
}
.bannerlink > div::after {
  pointer-events: none;
  content: "";
  width: 99%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/link.svg) top center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  z-index: 2;
}
.bannerlink > div a {
  display: block;
  position: relative;
}
.bannerlink > div a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3a230c;
  opacity: 0.47;
  z-index: 1;
}
.bannerlink > div a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 3px double #fff;
  clip-path: polygon(0 0, 55% 0, 65% 100%, 100% 100%, 100% 0, 45% 0, 35% 100%, 0 100%);
  z-index: 2;
}
.bannerlink > div::after, .bannerlink > div a::after {
  opacity: 0.7;
}
.bannerlink > div a h2 {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.35rem, 1.14rem + 0.7467vw, 1.7rem);
  color: #fff;
  font-family: "Kaisei Opti", serif;
  text-align: center;
  line-height: 1.15;
  font-weight: 500;
  z-index: 3;
  white-space: nowrap;
}
.bannerlink > div a h2 span {
  font-family: "Niconne", cursive;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}
.bannerlink > div a img {
  transition: .8s all;
}
.bannerlink > div a:hover img {
  transform: scale(1.1);
}
@media(max-width:750px) {
  .welcome {
    padding: 60px 0 55px;
    clip-path: ellipse(250% 99% at bottom);
  }
  .bannerlink > div {
    margin-bottom: 13px;
  }
  .bannerlink > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 事業内容 =================================================================*/
.introduction .inner {
  max-width: 1228px;
}
.introduction .maintitle {
  margin-bottom: 50px;
}
.introduction .flexbox {
  margin-bottom: 95px;
}
.introduction .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.introduction .flexbox .tbtn {
  margin-top: 23px;
}
/**/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/**/
.imgflex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.imgflex > div {
  width: 48% !important;
}
.imgflex > div:last-of-type {
  margin-top: 15px;
}
@media (max-width: 750px) {
  .imgflex {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .introduction .maintitle {
    margin-bottom: 40px;
  }
  .introduction .flexbox {
    margin-bottom: 70px;
  }
  .imgflex > div {
    width: 47.3% !important;
  }
  .imgflex > div:last-of-type {
    margin-top: 10px;
  }
}
/* 対応エリア ===============================================================*/
.area {
  padding: 55px 0;
}
.area .inner {
  max-width: 947px;
}
.area .acheck li {
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
}
@media (max-width: 550px) {
  .area {
    padding: 45px 0;
  }
  .areaimg {
    margin: auto;
    width: 88% !important;
  }
}
/* 大工見習・パート事務員さん募集中！ =======================================*/
.recruit .inner {
  max-width: 1015px;
}
/*list*/
.acheck li {
  padding-left: 1.2em;
  position: relative;
  border-bottom: 1px dotted #3a230c;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #257900;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/**/
.recruit .fitc.center {
  margin-bottom: 25px;
}
/**/
.rec_ribbon {
  width: 100%;
  max-width: 500px;
  margin: 0 auto -20px;
  position: relative;
  z-index: 1;
}
/**/
.rec_items {
  margin-bottom: 35px;
}
.rec_items > div {
  position: relative;
  padding: 20px 35px 30px;
  background: #fffbeb;
}
.rec_items > div::before, .rec_items > div::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.rec_items > div::before {
  width: 100%;
  height: 100%;
  background: #fffbeb;
  z-index: -2;
}
.rec_items > div::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px double #bfa682;
  z-index: -1;
}
.rec_items > div p:last-of-type {
  margin-bottom: 0;
}
.rec_items > div img {
  display: block;
  margin: 0 auto 13px;
  border-radius: 800px 800px 0 0;
}
.rec_items > div .acheck::before, .rec_items > div .acheck::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/frame_top.svg), url(../img/frame_bottom.svg);
  background-size: 52px;
  z-index: -1;
  background-position: top 3px right 3px, bottom 3px left 3px;
  background-repeat: no-repeat !important;
  filter: invert(72%) sepia(19%) saturate(510%) hue-rotate(356deg) brightness(91%) contrast(92%);
}
.rec_items > div .acheck::after {
  transform: scaleY(-1);
}
/**/
.str {
  font-size: 120%;
  text-align: center;
  position: relative;
  padding: 0 9px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.str::before, .str::after {
  content: '';
  width: 3px;
  height: 75%;
  position: absolute;
  top: 63%;
  border-left: 1px solid #3a230c;
  pointer-events: none;
}
.str::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.str::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.str br {
  display: none;
}
@media (max-width: 750px) {
  .rec_items > div {
    padding: 15px 17px 35px;
  }
  .rec_items > div .acheck::before, .rec_items > div .acheck::after {
    background-size: 40px;
  }
  .recruit .fitc.center {
    text-align: left;
  }
  .recruit .fitc.center br {
    display: none;
  }
  .rec_items > div {
    margin-bottom: 20px;
  }
  .rec_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .str {
    font-size: 100%;
  }
  .str br {
    display: block;
  }
}
@media (max-width: 550px) {
  .recruit .fitc.center {
    margin-bottom: 20px;
  }
  .rec_ribbon {
    width: 113%;
    margin: 0 auto 15px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .rec_items > div {
    margin-bottom: 15px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 90px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 30%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3a230c;
  opacity: 0.67;
  z-index: 1;
}
.fv .inner:not(.binner)::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.5px;
  background: url(../img/fv.svg) top center;
  background-size: 475px;
  background-repeat: repeat-x;
  filter: brightness(0) invert(1);
  z-index: 1;
  transform: scaleY(-1);
  pointer-events: none;
  height: 35px;
}
.fv .inner {
  width: 97%;
}
.fv h2 {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px !important;
  font-size: clamp(1.7rem, 1.16rem + 1.92vw, 2.6rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
}
@media(max-width:1075px) {
  .fv {
    padding: 75px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 50px 0;
  }
  .fv .inner:not(.binner)::after {
    background-size: 350px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* コンセプトページ =========================================================================================================*/
.concept .inner {
  max-width: 1250px;
}
.con_ribbon {
  width: 100%;
  max-width: 620px;
  margin: -50px auto 5px;
}
.concept .flexbox {
  margin-bottom: 60px;
}
.concept .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/*img*/
.serflex {
  display: flex;
  justify-content: space-between;
}
.serflex div {
  width: 47%;
  position: relative;
}
.serflex div:last-child {
  margin-top: 20px;
}
.reverse .serflex div:last-child {
  margin-top: 0;
}
.reverse .serflex div:first-child {
  margin-top: 20px;
}
@media (max-width: 1240px) {
  .con_ribbon {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .con_ribbon {
    width: 120%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 550px) {
  .con_ribbon {
    margin: -20px auto 15px;
  }
}
/* 品質を落とさない努力〜 */
.quality .flexbox {
  margin-bottom: 65px;
}
.quality .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/* 私たちの想い */
.belief .inner {
  max-width: 1221px;
}
.beltext {
  margin-bottom: 22px;
}
.beltext p {
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px dotted #3a230c;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
/*
.beltext p span {
  position: relative;
  display: inline-block;
  padding-left: 23px;
}
.beltext p span::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url(../img/btn.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0;
}
*/
/* 採用情報ページ ===========================================================================================================*/
/* 空間をつくるのは、技術ではなく、人の想い。 */
.req_ribbon {
  width: 100%;
  max-width: 757px;
  margin: -30px auto -35px;
}
@media (max-width: 750px) {
  .req_ribbon {
    margin: -30px auto 3px;
  }
}
@media (max-width: 550px) {
  .req_ribbon {
    width: 120%;
    position: relative;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    margin: -15px auto 3px;
  }
}
/* 募集内容 */
.requirements .inner {
  max-width: 1115px;
}
.recitem {
  margin-bottom: 50px;
  position: relative;
  padding: 35px;
}
.recitem::before, .recitem::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.recitem::before {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
}
.recitem::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px double #bfa682;
  z-index: -1;
}
.recitem > div::before, .recitem > div::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/frame_top.svg), url(../img/frame_bottom.svg);
  background-size: 35px;
  z-index: -1;
  background-position: top 3px right 3px, bottom 3px left 3px;
  background-repeat: no-repeat !important;
  filter: invert(72%) sepia(19%) saturate(510%) hue-rotate(356deg) brightness(91%) contrast(92%);
}
.recitem:last-of-type {
  margin-bottom: 0 !important;
}
.recitem .rtitle {
  margin-bottom: 0;
}
@media(max-width:550px) {
  .requirements .inner {
    width: 97%;
  }
  .recitem {
    padding: 15px 13px;
    margin-bottom: 30px;
  }
}
/* 応募情報 */
.information .inner {
  max-width: 1050px;
}
.information .maintitle {
  margin-bottom: 8px;
}
/* 会社概要ページ ===========================================================================================================*/
/* 会社概要 */
.overview .maintitle {
  margin-bottom: 35px;
}
.overview .inner {
  max-width: 1050px;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-of-type {
  margin-top: 25px;
}
.psr.twflex .tl, .psr.twflex .tr, .psr.twflex .bl, .psr.twflex .br {
  width: 27% !important;
}
@media (max-width: 550px) {
  .psr.twflex .tl, .psr.twflex .tr, .psr.twflex .bl, .psr.twflex .br {
    width: 35% !important;
  }
}
@media(max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 20px;
  }
  .twflex {
    padding: 20px 0;
    margin-bottom: 5px;
  }
  .twflex div {
    width: 47%;
  }
  .twflex div:last-of-type {
    margin-top: 10px;
  }
}
/* table */
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dotted #3a230c;
}
.info_table th {
  background: transparent;
  width: 30%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  background: transparent;
}
/* アクセス */
.map {
  margin-top: 60px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.fv_wrap {
  position: relative;
}
.con_rose {
  pointer-events: none;
  position: relative;
  z-index: 1;
  margin: -50px auto;
  width: 360px;
}
@media (max-width: 550px) {
  .con_rose {
    margin: -35px auto -27px;
    width: 226px;
  }
}
/**/
.contact_sec {
  position: relative;
}
.contact_sec .maintitle {
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 27px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  position: relative;
  padding: 30px 27px;
}
.telbox::before, .telbox::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.telbox::before {
  width: 100%;
  height: 100%;
  background: #fffbeb;
  z-index: -2;
}
.telbox::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px double #bfa682;
  z-index: -1;
}
.telbox > div::before, .telbox > div::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/frame_top.svg), url(../img/frame_bottom.svg);
  background-size: 35px;
  z-index: -1;
  background-position: top 3px right 3px, bottom 3px left 3px;
  background-repeat: no-repeat !important;
  filter: invert(72%) sepia(19%) saturate(510%) hue-rotate(356deg) brightness(91%) contrast(92%);
}
.telbox i {
  color: #257900;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 17px 19px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.45rem, 1.3rem + 0.5333vw, 1.7rem);
  color: #3a230c;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #257900;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1070px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -100px;
}
@media(max-width:1075px) {
  #email {
    top: -60px;
  }
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #3a230c;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #3a230c;
  border: 1px solid #3a230c;
  padding: 5px;
  margin-right: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #3a230c;
  background: #fff;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #3a230c;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 250px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #3a230c;
  color: #fff;
  border: 1px solid #3a230c;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #3a230c;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #257900;
  border-bottom: 3px solid #257900;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
  padding: 13px 11px;
  padding-left: 15px;
  background: #257900;
  color: #fff;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 2px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #257900;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}