@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-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;
}
.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: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 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.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: 65px;
  display: block;
  text-align: center;
  line-height: 0.6;
  position: relative;
  color: #bf0837;
  font-size: clamp(2.8rem, 1.675rem + 3.6vw, 3.7rem);
}
.maintitle .mf {
  text-transform: capitalize;
  white-space: nowrap;
  position: relative;
  font-family: "Caveat", cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: inline-block;
}
.maintitle .mf:first-letter {
  color: #FF0000;
}
.maintitle .sf {
  line-height: 0;
  font-size: 32%;
  font-weight: 500;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 35px;
  }
  .txtmgb {
    margin-bottom: 25px;
  }
}
/*02*/
.mtitle {
  margin-top: 17px;
  font-weight: 700;
  position: relative;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.4rem);
  line-height: 1.7;
  background: #7C7C7C;
  color: #fff;
  padding: 6px 9px 9px;
  border-left: 6px solid rgba(255, 0, 0, 0.7);
}
.mtitle::after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 0, 0, 0.7);
  pointer-events: none;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 15px;
  }
}
/*03*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
  line-height: 1.65;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bg_red .stitle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #FF0000;
}
.stitle .en {
  font-family: "Caveat", cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF0000;
  font-size: 110%;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .stitle .en {
    display: block;
  }
}
/*ボタン*/
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #FF0000;
  color: #fff;
  background: #FF0000;
  border-radius: 50px;
}
.mainbtn a:hover {
  color: #FF0000;
  background: #fff;
}
/*white Ver.*/
.whitebtn a {
  border: 1px solid #fff;
  color: #FF0000;
  background: #fff;
}
.whitebtn a:hover {
  color: #fff;
  background: #FF0000;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    font-size: 93%;
    max-width: 210px;
    width: 100%;
  }
  .tbtn {
    margin-top: 33px;
  }
}
/* 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: 30px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1433px;
    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%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_dark::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7C7C7C;
  z-index: -100;
}
.bg_red::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bf0837;
  z-index: -100;
}
.bg_red .maintitle .mf:first-letter {
  color: #c9c9c9;
}
/*wave*/
.wave {
  position: relative;
  overflow: hidden;
}
.wave::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/wave.svg) bottom -50px center;
  background-size: 110%;
  background-repeat: no-repeat !important;
  z-index: -90;
  opacity: 0.05;
}
.bg_gray.wave::before {
  filter: invert(85%) sepia(83%) saturate(0%) hue-rotate(270deg) brightness(85%) contrast(107%);
  opacity: 0.2;
}
@media (max-width: 750px) {
  .wave::before {
    background-size: 200%;
    background: url(../img/wave.svg) bottom -1px center;
  }
}
/* illust */
.bg01::after, .bg02::after, .bg03::after, .bg04::after, .bg05::after, .bg06::after, .bg07::after, .bgcontact::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.17;
  background-repeat: no-repeat !important;
  background-position: bottom 5px right 5px !important;
  background-size: 25% !important;
  filter: invert(16%) sepia(25%) saturate(6557%) hue-rotate(334deg) brightness(98%) contrast(80%);
}
.bg01::after {
  background: url(../img/_illust/01.svg);
}
.bg02::after {
  background: url(../img/_illust/02.svg);
}
.bg03::after {
  background: url(../img/_illust/03.svg);
}
.bg04::after {
  background: url(../img/_illust/04.svg);
}
.bg05::after {
  background: url(../img/_illust/05.svg);
}
.bg06::after {
  background: url(../img/_illust/06.svg);
}
.bg07::after {
  background: url(../img/_illust/07.svg);
}
.bgcontact::after {
  background: url(../img/_illust/contact.svg);
}
@media (max-width: 750px) {
  .bg01::after, .bg02::after, .bg03::after, .bg04::after, .bg05::after, .bg06::after, .bg07::after, .bgcontact::after {
    background-size: 230px !important;
  }
}
.bgtop::after {
  background-position: top 5px right 5px !important;
}
@media (max-width: 750px) {
  .spbgtop::after {
    background-position: top 10px right 5px !important;
  }
  .bgtop::after {
    opacity: 0.1;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/* 文字色 */
.white, .white span, .white .acheck li::before, .white .maintitle .mf:first-letter {
  color: #fff !important;
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_tel {
  display: flex;
}
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #7C7C7C;
  border: 1px solid transparent;
  transition: .3s all;
}
.change {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header {
  transition: all .5s;
  z-index: 100;
  position: relative;
  padding: 12px;
}
/*右端のボタン*/
.tel {
  position: relative;
  top: 0;
  right: 0;
  width: 203px;
  display: flex;
  flex-direction: column;
}
.tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.22);
  font-weight: 700;
}
.tel a:last-child {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.11);
}
.tel a:hover {
  opacity: 0.6;
}
.tel a i {
  margin-right: 7px;
  font-size: 95%;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* logo */
.header_title h1 a {
  width: 235px;
}
.header h1 {
  line-height: 1;
}
.logoflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoflex img:first-of-type {
  width: 24.5%;
}
.logoflex img:last-of-type {
  width: 70.5%;
  filter: brightness(0) invert(1);
}
.header_title h1 a:hover {
  opacity: 0.6;
}
/* SNS */
.header_title {
  display: flex;
  align-items: flex-end;
}
.sns_icon {
  display: flex;
  margin-left: 7px;
  margin-bottom: -2px;
}
.sns_icon a {
  font-size: 1.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 38px;
  aspect-ratio: 1 / 1;
  border: 2px solid #9c9c9c;
  color: #fff;
  background: #9c9c9c;
  margin: 0 3px;
}
.sns_icon a:nth-child(2n) {
  color: #9c9c9c;
  background: #fff;
}
.sns_icon a:hover {
  opacity: 0.6;
}
.header_insta {
  height: fit-content;
  margin: auto 15px;
}
.sns_icon a {
  width: 43px;
}
/* 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 14px;
  color: #fff;
  font-size: 1.15rem;
  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 {
  opacity: 0.6;
}
.header ul li a span {
  display: block;
  font-size: 100%;
  font-family: "Caveat", cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: capitalize;
}
.hnav {
  margin-left: auto;
  width: fit-content;
}
.header_item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.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;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 65px; /**/
  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: -18px; /**/
  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: #FF0000;
  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: 60px;
  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: #fff;
}
.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: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.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 {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #7C7C7C;
  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%;
  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: #fff;
  line-height: 1.3;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .global-navigation__list li button {
  vertical-align: bottom;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  display: flex;
  margin-bottom: 3px;
  font-size: 100%;
  font-family: "Caveat", cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: capitalize;
}
.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: #ddd;
}
.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;
  letter-spacing: 0.1em;
}
.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: #ddd;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btns*/
.ham_btns {
  margin-top: 40px;
}
.ham_btns a:nth-child(2n) {
  color: #FF0000;
  background: #fff;
}
.ham_btns a:nth-child(2n):hover {
  color: #fff;
  background: #FF0000;
}
@media (max-width: 1075px) {
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav, .tel, .header_insta {
    display: none;
  }
  .header_title h1 a {
    width: 210px;
  }
  .sns_icon a {
    width: 35px;
    font-size: 1.3rem;
  }
  .hamburger {
    top: 13px;
    right: 12px;
  }
}
@media (max-width: 550px) {
  .global-navigation__list > li {
    padding: 15px 5px 17px;
    font-size: 1rem;
  }
  .header_title h1 a {
    width: 180px;
  }
  .sns_icon {
    margin-left: 5px;
    margin-bottom: -5px;
  }
  .sns_icon a {
    width: 33px;
    font-size: 1.25rem;
  }
  .hamburger {
    top: 9px;
    right: 6px;
  }
}
/* footer ================================================*/
.ib {
  display: inline-block;
}
.footer_contact {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7C7C7C;
  z-index: -100;
}
/* address */
.f_add {
  position: relative;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f_add::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/wave.svg) bottom -1px center;
  background-size: 140%;
  background-repeat: no-repeat !important;
  pointer-events: none;
  transform: scaleX(-1);
  z-index: -1;
  opacity: 0.05;
}
@media (max-width: 750px) {
  .f_add::before {
    background-size: 100%;
  }
}
.f_add p {
  margin-bottom: 0;
}
.f_add .inner {
  padding: 60px 0;
  max-width: fit-content;
}
.f_add h3 {
  width: 230px;
}
.f_add .mainbtn {
  margin-top: 20px;
}
.copyright {
  font-size: 90%;
  margin-top: 22px;
}
/* SNS */
.flogo_flex {
  width: fit-content !important;
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-end;
}
.flogo_flex .sns_icon {
  width: fit-content !important;
}
.flogo_flex .sns_icon a {
  font-size: 1.3rem;
  width: 35px;
}
/* img */
.f_img {
  width: 70%;
}
.f_img img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
@media (max-width:1300px) {
  .f_add {
    width: 40%;
  }
  .f_img {
    width: 60%;
  }
  .f_img img {
    height: 100%;
  }
}
@media (max-width:1005px) {
  .f_add {
    width: 50%;
  }
  .f_img {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .f_add h3 {
    width: 200px;
  }
  .f_img img {
    height: 55vw;
  }
  .f_add .inner {
    padding: 37px 0 30px;
  }
  .f_add p {
    font-size: 85%;
  }
  .copyright {
    font-size: 81%;
  }
  .f_add .mainbtn a {
    font-size: 89%;
  }
}
@media (max-width: 550px) {
  .flogo_flex {
    margin-bottom: 15px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 59px;
  height: 59px;
  background: #FF0000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  text-align: center;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
}
@media(max-width:550px) {
  .tfade {
    bottom: 10px;
    right: 15px;
  }
  .go_top {
    width: 52px;
    height: 52px;
  }
}
/* スライド　========================================*/
.topslide {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 94%;
}
/* img */
.slide_items {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide_items::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 19, 21, 0) 15%, #010101);
  z-index: 1;
  opacity: 0.15;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(96vh - 105px);
  min-height: 650px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/* text */
.catchcopy {
  z-index: 1;
  line-height: 1.35;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: 2.5%;
  white-space: nowrap;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 9%);
  color: #fff;
  font-size: 3.7rem;
}
.mini {
  text-align: right;
  display: block;
  font-size: 60%;
  font-family: "Caveat", cursive;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1150px) {
  .slide_items img {
    height: calc(87vh - 102px);
  }
  .catchcopy {
    font-size: 3rem;
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 7.2vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .catchcopy .mini {
    text-align: center;
    margin-top: 5px;
    font-size: 80%;
  }
}
@media (max-width: 550px) {
  .slide_items::after {
    opacity: 0.25;
  }
  .slide_items img {
    min-height: auto;
    height: calc(85vh - 70px);
  }
  .catchcopy {
    bottom: 15px;
  }
}
/* について　=========================================*/
.str {
  font-size: clamp(1.2rem, 0.575rem + 2vw, 1.7rem);
  color: #FF0000;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media (max-width: 1315px) {
  .str br {
    display: none;
  }
}
@media (max-width: 550px) {
  .str {
    margin-bottom: 20px;
  }
}
/*img*/
.serflex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.serflex div {
  width: 47%;
  position: relative;
}
.serflex div:first-child {
  top: -30px;
}
.reverse .serflex div:first-child {
  top: 0;
}
.reverse .serflex div:last-child {
  top: -30px;
}
/**/
@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: 43px !important;
  }
}
/* 事業内容 ==========================================*/
.top_services .flexbox {
  margin-bottom: 95px;
}
/*
.top_services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
*/
.top_services .flexbox .mainbtn {
  text-align: right;
}
.top_services.wave::before {
  background: url(../img/wave.svg) bottom -1px center;
  background-size: 200%;
}
/*title*/
.top_services .flexbox h2 {
  font-size: clamp(1.3rem, 0.7375rem + 1.8vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.top_services .flexbox h2 i {
  margin-right: 10px;
  color: #c9c9c9;
}
/*check list*/
.acheck li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #ddd;
  padding-left: 21px;
  position: relative;
}
.bg_gray .acheck li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #FF0000;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.top_services .flexbox .acheck {
  margin-top: 25px;
}
@media(max-width:750px) {
  .top_services .flexbox .mainbtn {
    text-align: center;
  }
  .top_services.wave::before {
    background-size: 100%;
  }
}
@media(max-width:550px) {
  .top_services .flexbox {
    margin-bottom: 70px;
  }
  .top_services .flexbox h2 {
    margin-bottom: 25px;
  }
}
/* 241224 修正分 ======*/
.top_services .flexbox h2 i, .top_ser_special .acheck li::before {
  color: #FF0000 !important;
}
.top_ser_special {
  position: relative;
}
.top_ser_special::before {
  content: '';
  height: 500px;
  position: absolute;
  top: -35px;
  right: 0;
  background: #7C7C7C;
  z-index: -1;
}
.top_ser_special.reverse::before {
  right: auto;
  left: 0;
}
.top_services .flexbox:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 2000px) {
  .top_ser_special {
    padding-right: 40px;
  }
  .top_ser_special.reverse {
    padding-right: 0;
    padding-left: 40px;
  }
  .top_ser_special::before {
    width: 400%;
  }
}
@media (max-width: 1999px) {
  .top_ser_special {
    padding: 0 !important;
  }
  .top_ser_special::before {
    width: 90%;
  }
}
@media(max-width:1620px) {
  .top_services .flexbox {
    margin-bottom: 15vw;
  }
  .top_services .flexbox:last-of-type {
    margin-bottom: 3vw;
  }
  .top_ser_special::before {
    height: calc(100% + 85px);
  }
}
@media(max-width:1330px) {
  .top_services .flexbox:last-of-type {
    margin-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .top_services .inner02 {
    width: 84%;
  }
  .top_ser_special::before {
    width: 150%;
    height: 80%;
    top: auto;
    bottom: 0;
    right: -15px;
  }
  .top_ser_special.reverse::before {
    right: auto;
    left: -15px;
  }
  .top_ser_special {
    padding-bottom: 40px !important;
  }
  .top_services .flexbox {
    margin-bottom: 55px;
  }
  .top_services .flexbox:last-of-type {
    margin-bottom: 0;
  }
}
/* 松本工務店 強み ========================*/
.note {
  margin-top: 20px;
  font-size: 90%;
}
.main-slideWrapper {
  padding: 0;
}
/* メインタイトル */
.scrollarea_title {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
}
.scrollarea_title .maintitle {
  margin-bottom: 0;
}
/**/
.main-slide {
  position: relative;
  display: flex;
}
.slide-item {
  display: flex;
}
.slide-item .item {
  width: 100vw;
  position: relative;
  height: 100vh;
}
.slide-item .item .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: calc(100vh - 170px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slide-item .item .text .inner {
  position: relative;
  max-width: 1430px;
}
@media (max-width:1330px) {
  .slide-item .item .text .inner {
    max-width: 1220px;
  }
}
/*img*/
.item img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
@media (max-height: 970px) {
  .item img {
    height: 50vh;
  }
}
@media (max-height: 775px) {
  .item .flexbox {
    position: relative;
  }
}
/* ↓ =========横スクロール無効時========= ↓ */
@media (max-width:1180px) {
  .main-slideWrapper {
    padding: 100px 0 115px;
  }
  .main-slide, .slide-item {
    display: block;
  }
  .slide-item .item {
    height: auto;
  }
  .slide-item .item .text {
    position: initial;
    transform: translate(0, 0);
    height: auto;
  }
  .slide-item {
    margin-bottom: 6.5vw;
  }
  .slide-item:last-child {
    margin-bottom: 0 !important;
  }
  .slide-item .item .text .flexbox {
    align-items: center;
  }
  .slide-item:nth-child(2n+1) .item .text .flexbox {
    flex-direction: row-reverse;
  }
  .item img {
    height: auto;
  }
  .scrollarea_title {
    display: block;
    position: initial;
    transform: translate(0, 0);
  }
  .scrollarea_title .maintitle {
    margin-bottom: 85px;
  }
}
@media (max-width:750px) {
  .scrollarea_title .maintitle {
    margin-bottom: 55px;
  }
  .slide-item {
    margin-bottom: 55px;
  }
  .item img {
    margin-bottom: 7px;
  }
}
@media (max-width:550px) {
  .main-slideWrapper {
    padding: 60px 0 70px;
  }
  .scrollarea_title .maintitle {
    margin-bottom: 43px;
  }
}
/* 施工実績　========================================*/
.works .fitc {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width:980px) {
  .works .fitc {
    text-align: left;
  }
}
@media (max-width:550px) {
  .works .fitc {
    margin-bottom: 37px;
  }
}
/**/
.child {
  display: block;
  width: 31%;
}
/*タイトル*/
.child h3 {
  font-size: clamp(1.2rem, 1.1375rem + 0.2vw, 1.25rem);
  font-weight: 500;
  padding: 5px 0 9px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bf0837;
  line-height: 1.6;
}
.bg_red .child h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
/*text*/
.child p {
  margin-bottom: 0;
  font-size: 95%;
  padding-left: 85px;
  position: relative;
}
.child p span {
  width: 70px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
/*画像*/
.imageBox {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}
.imageBox img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: all .8s;
}
@media (max-width: 1150px) {
  .imageBox img {
    height: 20vw;
  }
}
@media (max-width: 1095px) {
  .child p {
    margin-bottom: 7px;
    padding-left: 0;
  }
  .child p span {
    display: block;
    position: initial;
    font-weight: 700;
  }
}
@media (max-width: 750px) {
  .child {
    width: 100%;
    margin-bottom: 50px;
  }
  .child:last-child {
    margin-bottom: 0 !important;
  }
  .imageBox img {
    height: 59vw;
  }
  .child p {
    margin-bottom: 0;
    padding-left: 80px;
  }
  .child p span {
    display: inline-block;
    position: absolute;
    font-weight: 500;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 120px 0 110px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: 50% 70%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.5;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.4rem, 0.025rem + 4.4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 13%), 0px -2.5px 3px rgb(0 0 0 / 10%);
}
@media(max-width:1235px) {
  .fv::before {
    opacity: 0.45;
  }
  .fv {
    padding: 90px 0 70px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 30px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.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;
  top: -0.1em;
}
.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;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* 事業内容（新築・注文住宅）ページ ===========================================================================================*/
.ser_special .acheck li::before {
  color: #FF0000 !important;
}
.ser_special::before {
  content: '';
  width: 90%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: #7C7C7C;
  z-index: -100;
}
.reno.ser_special::before {
  left: auto;
  right: 0;
}
.ser_special .flexbox {
  align-items: flex-start;
}
@media(max-width:1180px) {
  .ser_special::before {
    height: 100%;
  }
}
@media(max-width:750px) {
  .ser_special::before {
    width: 100%;
  }
}
/* 家づくりの特徴 */
.features .maintitle {
  margin-bottom: 70px;
}
.features .flexbox {
  margin-bottom: 60px;
}
.features .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.features .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:1050px) {
  .features .flexbox .ib {
    display: block;
  }
}
@media(max-width:750px) {
  .features .maintitle {
    margin-bottom: 45px;
  }
  .features .flexbox .spmgb {
    margin-bottom: 7px;
  }
}
/*title*/
.features .stitle {
  padding: 10px;
  border-bottom: none;
}
.features .stitle::before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: #f5f5f5;
  z-index: -1;
}
.features .stitle::after {
  content: none;
}
.features .stitle {
  padding-left: 130px;
}
.features .stitle .en {
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 325%;
  position: absolute;
  top: 39%;
  left: 4px;
  transform: translateY(-50%);
  line-height: 1;
}
.bg_gray.features .stitle::before {
  background: #fff;
}
@media(max-width:750px) {
  .features .stitle {
    font-size: 1.2rem;
    padding-left: 90px;
  }
}
@media(max-width:550px) {
  .features .stitle .en {
    font-size: 175%;
    top: 47%;
  }
  .features .stitle {
    padding-left: 57px;
  }
}
/* 松本工務店の家づくり */
.hb_details_sec .inner {
  max-width: 1140px;
}
.hb_details {
  margin-bottom: 65px;
}
.hb_details:last-of-type {
  margin-bottom: 0 !important;
}
.hb_details .stitle {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.04rem + 0.7467vw, 1.6rem);
}
.hb_details .stitle:first-letter {
  color: #FF0000;
}
.hb_details .stitle::after {
  content: none;
}
@media(max-width:750px) {
  .hb_details {
    margin-bottom: 60px;
  }
  .hb_details .spmgb {
    margin-bottom: 15px;
  }
}
/* 家づくりの流れ */
.flows .inner {
  max-width: 1100px;
}
.flow {
  counter-reset: number 0;
  position: relative;
}
.flow::before {
  content: "";
  width: 16px;
  height: 100%;
  background: #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flow .stitle {
  margin-bottom: 13px;
  font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
  padding-top: 0;
  position: relative;
  line-height: 1.7;
  padding-bottom: 7px;
}
.flow .stitle::before {
  margin-right: 15px;
  text-transform: capitalize;
  counter-increment: number 1;
  content: "step0"counter(number);
  color: #FF0000;
  font-family: "Caveat", cursive;
  font-weight: 700;
}
.flowd:nth-child(n+10) .stitle::before {
  content: "step"counter(number);
}
.flow .stitle .ib {
  font-size: 80%;
}
.flow .fwrap {
  padding: 35px;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
}
.bg_gray .flow .fwrap {
  background: #fff;
}
.flow .flowd:last-child {
  margin-bottom: 0 !important;
}
.flow .flowd::after, .flow .flowd::before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
}
.flow .flowd {
  padding-left: 80px;
  position: relative;
  margin-bottom: 25px;
}
.flow .flowd::before {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: #FF0000;
  border-radius: 50%;
  left: 3px;
}
.flow .flowd::after {
  width: 63px;
  border-bottom: 3px dotted #FF0000;
  position: absolute;
  left: 13px;
}
/*btn*/
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px;
  display: inline-block;
}
@media (max-width: 950px) {
  .flow .flowd {
    padding-left: 0;
  }
  .flow .flowd::before, .flow .flowd::after {
    content: none;
  }
  .flow::before {
    content: none;
  }
  .flow .fwrap .mainbtn a::after {
    content: none;
  }
  .flow .flowd {
    margin-bottom: 25px;
  }
  .flow .fwrap {
    padding: 30px 25px;
  }
}
@media (max-width: 1100px) {
  .flow .flexbox {
    align-items: center;
  }
}
@media(max-width: 750px) {
  .flow .stitle::before {
    display: block;
  }
  .flow .flowd {
    margin-bottom: 15px;
  }
  .flow .fwrap .mainbtn a {
    font-size: 90%;
  }
  .flow .flexbox {
    display: block;
  }
  .flow .flexbox img {
    width: 100%;
  }
  .flow .flexbox div {
    width: 100%;
  }
  .flow .flowd .flexbox img {
    margin-bottom: 10px;
  }
  .flow .flex div {
    margin: 0 5px 8px;
  }
  .flowd .flimg img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
}
@media(max-width: 600px) {
  .flow .flex {
    display: block;
  }
  .flow .flex img {
    width: 100%;
  }
  .flow .flex div {
    width: 100%;
    margin: 0 0 8px;
  }
  .flowd .flimg img {
    height: 100%;
  }
}
@media(max-width: 550px) {
  .flow .fwrap {
    padding: 15px;
  }
}
/* 事業内容（リフォーム）ページ ===========================================================================================*/
.mgt20 {
  margin-top: 20px;
}
/* リフォームの特徴 */
.features.renovation .inner {
  max-width: 1220px;
}
.features.renovation .flexbox {
  flex-direction: row;
}
.features.renovation .flexbox.reverse {
  flex-direction: row-reverse;
}
.toha h3 {
  font-weight: 700;
  margin-bottom: 13px;
  font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
  line-height: 1.7;
  padding-bottom: 7px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.toha h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #FF0000;
}
@media(max-width: 750px) {
  .tohaue {
    margin-bottom: 35px !important;
  }
  .toha {
    margin-bottom: 30px;
  }
  .toha:last-of-type {
    margin-bottom: 0;
  }
}
/* 会社案内ページ ===========================================================================================*/
/* ご挨拶 */
.greeting .str {
  font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
}
.white .str {
  color: #fff;
}
.glast {
  text-align: right;
  margin-top: 23px;
}
@media(max-width:1665px) {
  .greeting .flexbox {
    align-items: stretch;
  }
  .greimg {
    display: flex;
  }
  .greimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media(max-width:1000px) {
  .greeting .spbgtop::after {
    background-position: top 10px left 5px !important;
  }
  .greeting .inner02 {
    width: 88%;
    margin: auto;
  }
  .greeting .flexbox {
    display: block;
  }
  .greeting .flexbox div {
    width: 100%;
  }
  .greimg {
    margin-top: 45px;
  }
}
@media(max-width:550px) {
  .greeting .spbgtop::after {
    background-size: 162px !important;
  }
}
/* 会社概要 */
.tag {
  display: block;
  font-weight: 700;
  font-size: 105%;
}
/*
.tag::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: bold;
  margin-right: 5px;
  color: #FF0000;
}
*/
/**/
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
  color: #8c8c8c;
}
/*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 5px;
}
.info_table th {
  background: #7C7C7C;
  /*background: #bf0837;*/
  color: #fff;
  width: 32%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  padding-left: 10px;
  background: #fff;
  width: 68%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table a {
  color: #FF0000;
}
.info_table a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/**/
.history li {
  padding-left: 0;
}
.history li span:first-of-type {
  display: inline-block;
  width: 117px;
}
.history li::before {
  content: none;
}
@media (max-width: 830px) {
  .history li .ib {
    display: block;
  }
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec section .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
    font-size: 94%;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  line-height: 1.55;
  padding-left: 17px;
  padding-bottom: 3px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
}
.cotitle:before {
  top: 0;
  background: #FF0000;
}
.cotitle:after {
  bottom: 0;
  background: #e60000;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #f5f5f5;
  padding: 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: 1.7rem;
  color: #333;
  font-weight: 700;
}
.telbox a i {
  color: #FF0000;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox p i {
  color: #FF0000;
}
.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: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #FF0000;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 965px) {
  .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: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 850px) {
  .mailform {
    margin: 50px auto 0;
  }
}
@media (max-width: 450px) {
  .mailform {
    margin-top: 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: 97%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #FF0000;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #FF0000;
  color: #FF0000 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.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;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #fff;
  background: #FF0000;
  border: 1px solid #FF0000;
  width: 260px;
  padding: 24px 0;
  transition: .4s;
  border-radius: 50px;
}
.mailform button:hover {
  background: #fff;
  color: #FF0000;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
/*チェックボックス*/
.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 #FF0000;
  border-bottom: 3px solid #FF0000;
  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;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .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%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 35px;
  }
  .mailform button {
    width: 220px;
    padding: 17px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン*/
/*title*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5625rem + 1.4vw, 1.35rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #7C7C7C;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.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: #fff;
  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(-2px);
  color: #FF0000;
}
@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%;
  }
}





/* 2504更新分 TOP スライド上キャッチコピー  =========================================================*/
.omokata {
  font-size: 75%;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 1150px) {
  .omokata {
    font-size: 61%;
  }
}
/* 250509更新分 見出しのデザイン変更  ===============================================================*/
/*01*/
.maintitle br {
  display: none;
}
.maintitle {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.4;
  color: #333;
}
.maintitle .mf {
  display: block;
  font-size: 43%;
}
.maintitle .mf:first-letter {
  color: #333;
}
.maintitle .sf {
  font-size: 66%; /**/
  line-height: 1.3; /**/
}