@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
/*background*/
body::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  filter: invert(88%) sepia(4%) saturate(1301%) hue-rotate(59deg) brightness(111%) contrast(105%);
  opacity: 0.8;
}
/*反転*/
.bgx::before, .bgx::after {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
.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: 95px 0 115px;
  position: relative;
}
main section.stb {
  padding: 100px 0;
}
@media (max-width: 750px) {
  main section {
    padding: 70px 0 100px;
  }
  main section.stb {
    padding: 90px 0;
  }
  .stb.SP_displayContents {
    padding: 70px 0 100px;
  }
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
  .stb.SP_displayContents {
    padding: 50px 0 70px;
  }
}
.pdb {
  padding-bottom: 35px !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;
}
.rounded img {
  border-radius: 10px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.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;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 0.55;
  color: #0ec712;
  position: relative;
  font-size: clamp(2.8rem, 1.05rem + 5.6vw, 4.2rem);
}
.maintitle .mf {
  display: inline-block;
  line-height: 0.95;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  position: relative;
  font-weight: 900;
  text-transform: capitalize;
}
.maintitle .sf {
  font-size: 28%;
  position: relative;
  top: -18px;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 25px !important;
}
@media (max-width: 750px) {
  .maintitle {
    margin-bottom: 27px;
  }
}
@media (max-width: 550px) {
  .maintitle .sf {
    font-size: 33%;
  }
  .maintitle {
    line-height: 0.6;
  }
  .txtmgb {
    margin-bottom: 17px !important;
  }
}
/*02*/
.mtitle {
  line-height: 1.5;
  color: #515690;
  font-size: clamp(1.3rem, 0.675rem + 2vw, 1.8rem);
  font-weight: 900;
  margin-bottom: 17px;
}
/*03*/
.stitle {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.6375rem + 1.8vw, 1.65rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 23px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #0ec712;
}
.stitle .en {
  text-transform: capitalize;
  color: #0ec712;
}
/*04*/
.dtitle {
  position: relative;
  font-size: clamp(1.3rem, 0.675rem + 2vw, 1.8rem);
  font-weight: 700;
  padding: 12px;
  /*padding: 14px 14px 14px 27px;*/
  color: #fff;
  background: #0ec712;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px rgba(81, 86, 144, 0.25);
}
/*
.dtitle::before {
  content: '';
  display: block;
  width: 5px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
*/
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 21px 0;
  display: inline-block;
  width: 250px;
  text-align: center;
  color: #fff;
  background: #0ec712;
  border: 2px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
}
/**/
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: bold;
  line-height: 1;
  transform: translate(0, -50%);
  transition: .4s all;
}
.mainbtn a:hover {
  color: #0ec712;
  background: #fff;
  border: 2px solid #0ec712;
}
/**/
.tbtn {
  margin-top: 37px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    width: 210px;
    padding: 18px 0;
  }
  .btnflex a {
    margin: 5px;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* 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: 20px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .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.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* アニメーション ============*/
/* 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;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  transition: .3s all;
  padding: 10px 10px 20px;
}
.change {
  background: #fff;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.13);
}
/**/
.header_inner {
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* logo */
.header_title a {
  display: block;
  width: 290px;
}
.soukaen {
  display: block;
  width: 40%;
  margin: 0 auto 1.3% 0;
}
.header h1 {
  line-height: 1;
}
.header_title a:hover {
  opacity: 0.6;
}
/* header item */
.header_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 17px;
}
.header_item > div {
  margin: 0 8.5px;
}
.header_item .mainbtn a {
  width: 11rem;
  line-height: 1.55;
  padding: 5px;
  font-size: 0.9rem;
}
.header_item .mainbtn a:after {
  content: none;
}
/*tel*/
.tel a {
  line-height: 1.65;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
.tel a i {
  color: #515690;
}
.tel a:hover {
  opacity: 0.6;
}
/* banner */
/*
.banner {
  margin-top: 22px;
  margin-right: 7px;
  position: absolute;
  right: 0;
  width: 35%;
  max-width: 270px;
}
*/
.banner {
  max-width: 250px;
}
.banner a:hover {
  opacity: 0.6;
}
/* menu */
.header_nav {
  margin-left: auto;
}
.header ul {
  display: flex;
  text-align: center;
}
.header ul li {
  position: relative;
  line-height: 1.65;
}
.header ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  padding: 0 10px;
  color: #333;
  font-size: 1.07rem;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
}
.header ul li:last-of-type a {
  padding-right: 0;
}
.header ul li a:hover {
  color: #0ec712;
}
.hnav {
  margin-left: auto;
  width: fit-content;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 37px; /**/
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px; /**/
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  border: none !important;
  margin: 0 !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0ec712;
  z-index: -100;
  transition: .3s all;
}
.sub-menu li:hover::after {
  filter: brightness(85%);
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  padding: 17px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger =================*/
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 40px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  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: #0ec712;
}
.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:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.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;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 400px;
  padding: 50px 0 120px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.1rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
}
.global-navigation__list > li a:hover {
  opacity: 0.6;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list li {
  font-size: 85%;
}
.accordion__list li + li {
  margin-top: 3px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #515690;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #515690;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/**/
.ham_btns {
  text-align: center;
  margin-top: 40px;
}
.ham_btns div {
  margin-top: 10px;
}
.ham_banner {
  margin-top: 25px !important;
}
.ham_banner a:hover {
  opacity: 0.6;
}
.ham_btns div:nth-child(2n+1) a {
  color: #fff;
  background: #515690;
}
.ham_btns div:nth-child(2n+1) a:hover {
  color: #515690;
  background: #fff;
  border: 2px solid #515690;
}
@media (max-width: 1335px) {
  .header_sticky {
    padding: 20px;
  }
  .header_title a {
    width: 260px;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav, .tel, .header_insta {
    display: none;
  }
  .hamburger {
    top: 19px;
    right: 12px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 13px 10px;
  }
  .global-navigation__list > li {
    padding: 15px 5px 17px;
    font-size: 1rem;
  }
  .header_title a {
    width: 215px;
  }
  .hamburger {
    top: 9px;
    right: 6px;
  }
}
/* PC 右上のボタン 　========================================*/
.pc_btn {
  position: fixed;
  z-index: 10;
  top: 123px;
  right: 50px;
}
.pc_btn a {
  padding: 10px 13px;
  border-radius: 10px;
  color: #fff;
  background: #f23dc2;
  font-weight: 900;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.pc_btn a i {
  font-size: 135%;
  color: #f23dc2;
  background: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 50px;
  displa: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  transition: .3s all;
}
.pc_btn a:hover i {
  transform: scale(1.15);
}
@media (max-width: 1335px) {
  .pc_btn {
    top: 110px;
    right: 15px;
  }
  .pc_btn a {
    font-size: 0.9rem;
  }
  .pc_btn a i {
    width: 40px;
  }
}
@media (max-width: 750px) {
  .pc_btn {
    display: none;
  }
}
/* SP 下部のボタン 　========================================*/
.sp_btn {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sp_btn a {
  text-align: center;
  padding: 10px;
  width: 100%;
  background: #f23dc2;/*#e34f27*/
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_btn a i {
  font-size: 135%;
  color: #f23dc2;
  background: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 40px;
  displa: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  transition: .3s all;
}
@media (max-width:550px) {
  .sp_btn {
    display: block;
  }
  /*お問い合わせボタン分 下に余白を設ける*/
  .copyright {
    margin-bottom: 50px;
  }
  /*お問い合わせボタン分 位置をずらす*/
  .go_top {
    bottom: 65px !important;
  }
}
/* footer ================================================*/
.fax {
  pointer-events: none;
}
/* フッターお問い合わせリンク */
.footer_contact {
  position: relative;
  z-index: 1;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  padding: 100px 0;
  color: #fff;
  background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact {
  background-attachment: scroll;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.4;
  z-index: -1;
}
/*btn*/
.footer_contact .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.footer_contact .btn_wrap .btn {
  width: 32%;
  margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
  text-align: center;
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  padding: 23px 5px;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 100px;
  font-weight: 700;
}
.footer_contact .btn_wrap .btn a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
/*text*/
.footer_contact .maintitle span, .footer_contact .maintitle .mf:first-letter {
  color: #fff;
}
.footer_contact p.fitc {
  margin-bottom: 30px;
  font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.05rem);
}
.date {
  margin-top: 20px;
  text-align: center;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
}
.ib {
  display: inline-block;
}
@media (max-width: 1050px) {
  .footer_contact .btn_wrap {
    max-width: 760px;
  }
  .footer_contact .btn_wrap .btn {
    width: 48.5%;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .footer_contact {
    background-attachment: scroll;
  }
  .footer_contact {
    padding: 45px 0 55px;
  }
  .footer_contact .btn_wrap {
    display: block;
  }
  .footer_contact .btn_wrap .btn {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .footer_contact .btn_wrap .btn {
    margin-bottom: 7px;
  }
  .footer_contact .btn_wrap .btn a {
    padding: 17px 5px;
    font-size: 1.05rem;
  }
}
/* ロゴとアドレス */
.fwrap {
  padding: 45px 0 40px;
  background: #fff;
}
.fwrap .inner {
  width: 96%;
}
.fwrap h3 {
  line-height: 1;
}
.flogo a {
  display: block;
  width: 380px;
  margin: auto;
  margin-bottom: 15px;
}
.footer_address {
  text-align: center;
}
.footer_address .maintitle {
  margin: 1% auto 2%;
}
.footer_address a {
  display: inline-block;
}
.footer_address p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
/**/
.telfax br {
  display: none;
}
@media (max-width: 750px) {
  .fwrap {
    padding: 35px 0;
  }
}
@media (max-width: 550px) {
  .flogo a {
    width: 100%;
    max-width: 275px;
  }
  .footer_address p {
    font-size: 0.9rem;
  }
  .telfax br {
    display: block;
  }
  .telfax span {
    display: none;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 12px 0 16px;
  background: #0ec712;
  color: #fff;
}
@media (max-width: 550px) {
  .copyright {
    padding: 10px 0 13px;
    font-size: 0.77rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
  background: #515690;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  top: 47%;
  left: 49.5%;
  transform: translate(-50%, -50%);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 12px;
  }
  .go_top::before {
    font-size: 1rem;
  }
}
/* スライド　========================================*/
.topslidewrap {
  position: relative;
}
.topslide {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 94%;
}
/* img */
.slide_items {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(96vh - 165px);
  min-height: 610px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/* text */
.slide_text {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 900;
  z-index: 5;
  line-height: 1.6;
}
.slide_text p {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: rgba(87, 181, 57, 0.7);
  padding: 0.4% 1.2% 0.5%;
  border-radius: 10px;
}
.slide_text .catch {
  font-size: 140%;
}
@media (max-width: 1335px) {
  .slide_items img {
    height: calc(87vh - 100px);
  }
  .slide_text {
    font-size: 1.8rem;
  }
}
@media (max-width: 780px) {
  .slide_text {
    font-size: 3.75vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    min-height: auto;
    height: calc(85vh - 70px);
  }
  .slide_text p {
    border-radius: 5px;
  }
}
/* コンセプト　========================================*/
.concept .inner {
  max-width: 1316px;
}
.concept .str {
  margin-bottom: 20px;
}
.str {
  color: #f7301e;
  font-weight: 700;
  font-size: 115%;
}
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
    margin-bottom: 27px !important;
  }
}
@media (max-width: 550px) {
  .str {
    font-size: 107%;
  }
}
/* 私たちの強み　========================================*/
.features {
  counter-reset: number 0;
}
.features .inner {
  max-width: 1262px;
}
.features .flexbox {
  counter-increment: number 1;
  margin-bottom: 65px;
}
.features .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.features .flexbox:nth-last-child(2) {
  margin-bottom: 0 !important;
}
.features .flexbox .w48 {
  position: relative;
}
/*title*/
.features .mtitle::before {
  content: "0"counter(number)".";
  font-size: 110%;
  margin-right: 7px;
}
@media (max-width: 1070px) {
  .features .mtitle::before {
    display: block;
  }
}
/* 農産物のご紹介　========================================*/
.introduction .fitc {
  margin-bottom: 55px;
}
@media (max-width:550px) {
  .introduction .fitc {
    margin-bottom: 37px;
  }
}
/*slider*/
.p_slider ul .slick-slide {
  margin-left: 40px !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.p_slider ul li:nth-child(2n+1) {
  margin-top: 30px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 80%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s all;
}
.p_slider a:hover img {
  transform: scale(1.1);
}
.p_slider p {
  display: none;
}
@media (max-width: 750px) {
  .p_slider ul li:nth-child(2n+1) {
    margin-top: 15px;
  }
  .p_slider ul .slick-slide {
    margin-left: 23px !important;
  }
}
/* ごあいさつ　========================================*/
.welcome, .welcome span {
  color: #fff;
}
.welcome .inner {
  max-width: 934px;
}
.welcome {
  position: relative;
  z-index: 1;
  background: url(../img/welcome.webp);
  background-size: cover;
  background-position: 75% 50%;
  background-attachment: fixed;
  overflow: hidden;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .welcome {
  background-attachment: scroll;
}
.welcome::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.45;
  z-index: -2;
}
@media (max-width: 750px) {
  .welcome {
    background-attachment: scroll;
  }
}
/* メニュー　========================================*/
.contents {
  padding-bottom: 45px;
}
@media (max-width: 750px) {
  .contents {
    padding-bottom: 30px;
  }
}
.contents .inner {
  max-width: 1500px;
}
.contents .maintitle {
  margin-bottom: 40px;
}
.link {
  width: calc(100% / 3);
}
.link a {
  display: block;
  position: relative;
  overflow: hidden;
}
.link a::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.25;
  pointer-events: none;
}
.link a img {
  transition: .8s all;
}
.link a:hover img {
  transform: scale(1.07, 1.07);
}
/*title*/
.link a h3 {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: #fff;
  font-size: clamp(1.5rem, 1.0625rem + 1.4vw, 1.85rem);
  text-align: center;
  line-height: 1.7;
  z-index: 2;
}
.link a h3 span {
  text-transform: capitalize;
  display: block;
  font-size: 70%;
}
@media (max-width:550px) {
  .contents .maintitle {
    margin-bottom: 30px;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fv {
  padding: 120px 0 100px;
  width: 94%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  background: url(../img/fv.webp);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 47%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.42;
}
.fv .inner {
  max-width: 95%;
}
.fv h2 {
  font-size: clamp(2.4rem, 0.4rem + 6.4vw, 4rem);
  margin: 0 !important;
  z-index: 1;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 19%), 0px -2.5px 3px rgb(0 0 0 / 16%);
}
.fv h2 span {
  color: #fff !important;
}
.fv h2 .sf {
  font-size: 35%;
}
@media(max-width:1095px) {
  .fv {
    padding: 90px 0 80px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 33px;
    border-radius: 20px;
  }
}
/* breadcrumb */
.binner {
  width: 94%;
  max-width: 1600px;
  font-size: 0.95rem;
  position: relative;
  margin-bottom: 20px;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #515690;
}
.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;
}
@media(max-width:550px) {
  .breadcrumb {
    font-size: 0.7rem;
  }
}
/* くまもと新鮮野菜 野菜館のことページ ======================================================================================*/
@media(max-width:750px) {
  body.aboutPage::before {
    background-position: top right;
  }
}
/* コンセプト */
.constr {
  margin-bottom: 15px;
}
.conctext {
  max-width: 900px;
}
/*img*/
.phflex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.phflex div {
  width: 48%;
  position: relative;
}
.phflex div:last-child {
  top: 20px;
}
@media(max-width:550px) {
  .phflex {
    display: block;
    margin-top: 45px;
  }
  .phflex div {
    width: 85%;
  }
  .phflex div:last-child {
    top: 0;
    margin-left: auto;
    margin-top: 22px;
  }
}
/* 私たちの強み */
#features {
  position: relative;
  top: -55px;
}
.feature .inner {
  max-width: 1325px;
  counter-reset: number 0;
}
.feature .flexbox {
  margin-bottom: 35px;
  counter-increment: number 1;
}
.feature .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.feature .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
/*box*/
.feabox {
  padding: 35px;
  border-radius: 10px;
  background: #fff;
  border: 4px solid rgba(81, 86, 144, 0.25);
}
/*title*/
.feature .mtitle::before {
  content: "0"counter(number)".";
  font-size: 110%;
  margin-right: 7px;
}
@media (max-width: 1135px) {
  .feature .mtitle::before {
    display: block;
  }
}
@media(max-width:750px) {
  .feabox .spmgb {
    margin-bottom: 10px;
  }
}
@media(max-width:550px) {
  .feabox {
    padding: 15px;
  }
}
/* 規格外野菜って？ */
.vegetables {
  padding-top: 0;
  padding-bottom: 100px;
}
.vegetables .maintitle {
  margin-bottom: 37px;
}
/*img*/
.f_wide {
  position: relative;
  overflow: hidden;
}
.f_wide img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
/*box*/
.welbox {
  border-radius: 15px;
  background: #fff;
  border: 4px solid rgba(81, 86, 144, 0.25);
  width: 95%;
  max-width: 1065px;
  margin: auto;
  margin: -125px auto 0;
  position: relative;
  z-index: 1;
  padding: 50px 0 65px;
}
.welbox .inner {
  max-width: 800px;
}
@media (max-width: 1700px) {
  .f_wide img, .f_wide video {
    height: 35vw;
  }
  .welbox {
    margin-top: -9vw;
  }
}
@media (max-width: 750px) {
  .vegetables {
    padding-bottom: 50px;
  }
  .f_wide img, .f_wide video {
    height: 61vw;
  }
  .welbox {
    margin-top: -17vw;
    padding: 37px 0 43px;
  }
}
@media (max-width: 550px) {
  .vegetables .maintitle {
    margin-bottom: 33px;
  }
  .welbox {
    padding: 22px 0;
  }
}
/* 店舗概要 */
#overview {
  position: relative;
  top: -55px;
}
.map {
  display: flex;
  flex-direction: column;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media(max-width:750px) {
  .map {
    margin-top: 30px;
  }
  .map iframe {
    height: 280px;
  }
}
/* 取扱商品ページ ======================================================================================*/
@media(max-width:750px) {
  body.productsPage::before {
    transform: scaleX(1);
  }
}
/* 農産物のご紹介 */
.intr_text {
  text-align: center;
}
@media(max-width:600px) {
  .intr_text {
    text-align: left;
  }
}
/* 農家さんの声 */
#farmers {
  position: relative;
  top: -55px;
}
.farmers .inner {
  max-width: 1400px;
}
.farmers .fitc {
  margin-bottom: 55px;
}
@media(max-width:600px) {
  .farmers .fitc.intr_text br {
    display: none;
  }
}
.memberflex {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.membox {
  width: 31%;
  margin: 0 1% 25px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border: 3px solid rgba(81, 86, 144, 0.25);
}
.membox h2 {
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(81, 86, 144, 0.25);
  font-size: clamp(1.15rem, 0.9rem + 0.8vw, 1.35rem);
}
.membox p span {
  display: block;
  font-weight: 700;
  color: #515690;
}
@media(max-width:1200px) {
  .membox {
    width: 48%;
  }
}
@media(max-width:750px) {
  .memberflex {
    display: block;
  }
  .membox {
    width: 100%;
  }
}
/* slider */
.contents_slider {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 7px;
}
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 69%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 福祉事業ページ ======================================================================================*/
body.welfarePage::before {
  background-position: bottom;
}
@media(max-width:750px) {
  body.welfarePage::before {
    background-position: top left;
  }
}
.fvwelfare.fv {
  background: url(../img/fvwelfare.webp);
  background-position: 50% 55%;
}
.fvwelfare.fv::before {
  opacity: 0.3;
}
/**/
.facilities .inner {
  max-width: 1100px;
}
.facbox {
  padding: 55px 45px;
  border-radius: 15px;
  background: #fff;
  border: 4px solid rgba(81, 86, 144, 0.25);
  margin-bottom: 55px;
}
.facbox:last-of-type {
  margin-bottom: 0 !important;
}
.facbox .stitle {
  border-bottom: 3px solid rgba(81, 86, 144, 0.25);
}
.facbox .stitle::after {
  background: #515690;
}
.facmgb {
  margin-bottom: 45px;
}
.facmgb:last-of-type {
  margin-bottom: 0 !important;
}
.facmgb .phflex {
  margin-top: 0 !important;
}
/*組織図*/
.organization .info_table tr td:first-of-type {
  background: #0ec712;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.organization .info_table {
  margin-bottom: 15px;
}
.organization .info_table:last-of-type {
  margin-bottom: 0;
}
/*map*/
.mapwrap iframe {
  width: 100%;
  height: 380px;
  border-radius: 10px;
}
@media(max-width:750px) {
  .facbox {
    padding: 25px;
  }
  .facbox .stitle {
    margin-bottom: 12px;
  }
  .organization .flexbox div:last-of-type {
    margin-top: 35px;
  }
  .organization_top .info_table th, .organization_top .info_table td {
    width: 50%;
  }
  .organization_top .info_table td, .organization .info_table tr td {
    text-align: center;
  }
}
@media(max-width:550px) {
  .facmgb .phflex div {
    width: 100%;
  }
  .facmgb .phflex div:last-child {
    margin-top: 12px;
  }
  .facbox {
    padding: 17px 12px;
    margin-bottom: 40px;
  }
  .facmgb {
    margin-bottom: 35px;
  }
  .facmgb_sp {
    margin-bottom: 20px;
  }
  .facbox .spmgb {
    margin-top: 15px;
  }
  .mapwrap iframe {
    height: 280px;
  }
}
/* 会社概要ページ ======================================================================================*/
body.overviewPage::before {
  background-position: center;
}
/* 理念 */
.vision {
  max-width: 933px;
}
.vision .str {
  font-size: clamp(1.3rem, 1.05rem + 0.8vw, 1.5rem);
  margin-bottom: 17px;
}
/* 代表あいさつ */
.greeting, .greeting .maintitle span {
  color: #fff !important;
}
.greeting {
  position: relative;
  z-index: 1;
  background: url(../img/greeting.webp);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .greeting {
  background-attachment: scroll;
}
.greeting::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.5;
  z-index: -1;
}
@media(max-width:750px) {
  .greeting {
    background-attachment: scroll;
  }
}
.greeting .inner {
  max-width: 930px;
}
.glast {
  text-align: right;
  margin-bottom: 0;
  margin-top: 23px;
}
/* 会社概要 */
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  background: #0ec712;
  color: #fff;
  width: 38%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 62%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #515690;
}
@media (max-width: 750px) {
  .sptable.info_table td, .sptable.info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .sptable.info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .sptable.info_table td {
    padding-bottom: 10px !important;
  }
}
/* お問い合わせ・よくある質問ページ ======================================================================================*/
@media(max-width:750px) {
  body.faqPage::before {
    background-position: bottom left;
  }
}
#email {
  position: relative;
  top: -55px;
}
/* よくある質問 */
.faqs .maintitle {
  margin-bottom: 40px;
}
.faqbox {
  margin-bottom: 23px;
  background: #fff; /*#eeffe8*/
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #0ec712;
}
.qtwrap, .atwrap {
  padding: 10px 13px;
}
.qtwrap {
  color: #fff;
  background: #0ec712;
}
.atwrap {
  position: relative;
}
.qt, .at {
  position: relative;
  padding-left: 40px;
}
.qt {
  font-size: clamp(1rem, 0.75rem + 0.8vw, 1.2rem);
  font-weight: 700;
  margin-bottom: 0;
}
.qt::before, .at::before {
  position: absolute;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
}
.qt::before {
  left: 3px;
  content: "Q.";
  line-height: 1.6;
}
.at::before {
  left: 0;
  content: "A.";
  color: #515690;
  margin-left: 4px;
  line-height: 1.35;
}
@media (max-width: 550px) {
  .faqs .maintitle {
    margin-bottom: 20px;
  }
  .faqbox {
    margin-bottom: 17px;
  }
  .qtwrap, .atwrap {
    padding: 13px;
  }
  .at::before {
    line-height: 1.5;
  }
}
/* お問い合わせ =====================================*/
.contact_sec .inner {
  max-width: 970px;
}
/**/
.contop {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
  }
}
/* 電話・FAX */
.telboxwrap .stitle {
  font-size: clamp(1.07rem, 0.7825rem + 0.92vw, 1.3rem);
  margin-bottom: 10px;
  border-bottom: 3px solid rgba(81, 86, 144, 0.25);
}
.telboxwrap .stitle::after {
  background: #515690;
}
/*box*/
.telboxwrap {
  background: #fff;
  border: 3px solid rgba(81, 86, 144, 0.25);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
}
.telboxwrap:first-of-type {
  margin-top: 0 !important;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
/* 番号 */
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.35rem + 0.8vw, 1.8rem);
  color: #333;
}
.telbox a i {
  color: #515690;
  font-size: 90%;
}
.telbox a:hover {
  opacity: 0.6;
}
@media (max-width:550px) {
  .telboxwrap {
    margin-top: 20px;
    padding: 17px;
  }
}
/*fax*/
.fax {
  pointer-events: none;
}
.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: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #515690;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1045px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 90%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #0ec712;
  padding: 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.mailform .row span.mailsp {
  color: #0ec712;
  background: #fff;
  border: 1px solid #0ec712;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.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 .box, .mailform textarea {
  border: 1px solid #eee;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.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;
}
.mailform button {
  transition: .4s;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 21px 0;
  display: block;
  width: 250px;
  text-align: center;
  color: #fff;
  background: #0ec712;
  border: 2px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #0ec712;
  background: #fff;
  border: 2px solid #0ec712;
}
/*チェックボックス*/
.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: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #0ec712;
  border-bottom: 3px solid #0ec712;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #333;
}
/**/
.mails {
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 15px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .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; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: clamp(0.9rem, 0.275rem + 2vw, 1.4rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #515690;
  border-radius: 10px;
  line-height: 1.5;
  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;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: 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: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-1px);
  color: #515690;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 90%;
  }
}