@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
  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;
  }
  .sppdb0 {
    padding-bottom: 1px !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.6em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.27em;
  text-decoration-skip-ink: none;
}
.white .marker {
  text-decoration-color: #e65d5c;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 35px;
  text-align: center;
  line-height: 0.9;
  position: relative;
  font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
  font-weight: 700;
}
.maintitle .mf {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 62%;
  display: inline-block;
  margin-bottom: 9px;
  color: #E1B72E;
}
.maintitle .sf {
  line-height: 1.4;
}
.white {
  color: #fff !important;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 20px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 25px;
  }
}
/*02*/
.mtitle {
  position: relative;
  font-size: clamp(1.3rem, 1.12rem + 0.64vw, 1.6rem);
  font-weight: 700;
  padding: 10px 14px 12px;
  margin-bottom: 17px;
  border-radius: 10px;
  color: #fff;
  background: #e02725;
  line-height: 1.6;
  box-shadow: 5px 5px rgba(81, 86, 144, 0.13);
}
.white.mtitle, .white .mtitle {
  background: #E1B72E;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.stitle .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 75%;
  margin-bottom: 3px;
  color: #E1B72E;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #E1B72E;
}
/*04*/
.rtitle {
  font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.55;
  color: #e02725;
}
.white .rtitle, .white.rtitle {
  color: #fff;
}
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 22px 35px;
  display: inline-block;
  width: fit-content;
  min-width: 240px;
  text-align: center;
  overflow: hidden;
  background: #E1B72E; /*#eda413*/
  border: 2px solid #E1B72E;
  color: #fff;
  border-radius: 100px;
}
.mainbtn a:hover {
  background: #fff;
  color: #E1B72E;
}
section .mainbtn a {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
section .mainbtn a:hover {
  transform: scale(1.05);
  box-shadow: none !important;
}
.mainbtn a span::after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: bold;
  line-height: 1;
  font-size: 110%;
  transition: .4s all;
  z-index: 2;
}
/**/
.tbtn {
  margin-top: 25px;
}
.btnflex a {
  margin: 2px 8px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 20px 24px 20px 20px;
    min-width: 220px;
    max-width: fit-content;
    width: 100%;
  }
  .mainbtn a span::after {
    right: 3px;
  }
  .btnflex a {
    margin: 12px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 27px;
  }
  .spmgb02 {
    margin-bottom: 15px;
  }
}
/* 幅 */
.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 {
    width: 100% !important;
  }
}
.w63 {
  width: 63.3%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 47.3%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32.5%;
}
/* background */
.bg_gray, .bg_red {
  position: relative;
}
.bg_gray::after, .bg_red::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.bg_gray::after {
  background: #f7f7f7;
}
.bg_red::after {
  background: #e02725;
}
/* illust ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 260px !important;
}
.tate {
  width: 160px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
}
/*位置*/
.tl, .tr {
  top: -100px !important;
}
.bl, .br {
  bottom: -81px !important;
}
.tl, .bl {
  left: 17px !important;
}
.tr, .br {
  right: 17px !important;
}
.tl.tate, .tr.tate {
  top: -152px !important;
}
@media (max-width: 1260px) {
  .tl, .tr, .bl, .br {
    width: 215px !important;
  }
  .tl, .tr {
    top: -88px !important;
  }
  section:first-of-type > .tl, section:first-of-type > .tr {
    top: -60px !important;
  }
  .tate {
    width: 145px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 120px !important;
  }
  .tate {
    width: 80px !important;
  }
  .tl, .tr {
    top: -45px !important;
  }
  section:first-of-type > .tl, section:first-of-type > .tr {
    top: -32px !important;
  }
  .bl, .br {
    bottom: -43px !important;
  }
  .tl, .bl {
    left: 9px !important;
  }
  .tr, .br {
    right: 9px !important;
  }
  .tl.tate, .tr.tate {
    top: -69px !important;
  }
  .bl.tate, .br.tate {
    bottom: -54px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  z-index: 2 !important;
  width: 40% !important;
  max-width: 290px;
}
.psr .tl.tate, .psr .tr.tate, .psr .bl.tate, .psr .br.tate {
  width: 32% !important;
  max-width: 190px;
}
.psr .tl, .psr .tr {
  top: -2% !important;
}
.psr .bl, .psr .br {
  bottom: -2% !important;
}
.psr .tl, .psr .bl {
  left: -15px !important;
}
.psr .tr, .psr .br {
  right: -15px !important;
}
@media (max-width: 750px) {
  .psr .tl, .psr .bl {
    left: -7px !important;
  }
  .psr .tr, .psr .br {
    right: -7px !important;
  }
}
/*反転*/
.ix {
  transform: scaleX(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.9s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup {
  position: relative;
  overflow: hidden;
  clip-path: circle(0%);
  transition-delay: 0.2s;
  transition: 3.3s;
}
.imgup.inview {
  clip-path: circle(120%);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: popUp 0.6s cubic-bezier(0.35, 0, 0.3, 1) 0.6s 1 normal backwards;
}
@keyframes popUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scale(1.01);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
/* animation pattern */
.anime01 {
  animation: move01 1.8s linear infinite;
}
.anime02 {
  animation: move02 3.2s ease-out infinite;
}
.anime03 {
  transform-origin: center bottom;
  animation: move03 5s linear infinite;
}
@keyframes move01 {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  10% {
    transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  30% {
    transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  45% {
    transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  50% {
    transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  60% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
@keyframes move02 {
  0% {
    transform: scale(1.0, 1.0);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  15% {
    transform: scale(1.15, 0.8);
  }
  20% {
    transform: scale(1.0, 1.0);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  30% {
    transform: scale(0.9, 1.2);
  }
  35% {
    transform: scale(1.15, 0.9);
  }
  40% {
    transform: scale(1.0, 1.0);
  }
  100% {
    transform: scale(1.0, 1.0);
  }
}
@keyframes move03 {
  0%, 100% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-6deg);
  }
}
/*=== 共通部分ここまで ===*/
/* オープニングアニメーション =========================*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.start > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.start #splash_logo {
  display: none;
}
.start .oplogo {
  position: relative;
  display: block;
  width: 330px;
  height: auto;
  margin: 0 auto;
}
.start .oplogo .logotext {
  padding: 0.1em 0.8em;
  top: -0.22em;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.start .optext {
  line-height: 1.4;
  font-weight: 900;
  font-size: 2.8rem;
  color: #e02725;
  margin-top: 10px;
  margin-right: -0.5em;
}
.start .optext span {
  display: block;
  font-size: 60%;
  margin-top: 7px;
  color: #000;
}
@media (max-width: 880px) {
  .start .optext {
    font-size: 6.2vw;
  }
}
@media (max-width: 650px) {
  .start .oplogo {
    width: 210px;
  }
  .start .oplogo .logotext {
    top: -0.3em;
    padding: 0 0 0 1em;
    font-size: 0.64rem;
  }
}
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 14px 17px 15px;
  background: #fff;
}
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
/*logo*/
.header_title h1 {
  line-height: 1;
}
.header_title a {
  display: block;
  width: 260px;
}
.logotext {
  position: absolute;
  top: -0.25em;
  right: -0.25em;
  font-size: 0.8rem;
  color: #000;
  background: #fff;
  padding: 0.4em;
  z-index: 1;
}
.toyotatekuno {
  color: #000;
  font-size: 0.81rem;
  white-space: nowrap;
  display: block;
}
.header_title h1 .toyotatekuno {
  margin-top: 0.4em;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 1.06rem;
  border-right: 1px dashed #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hnav ul li:last-of-type {
  border-right: none;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 2px 18px;
  display: block;
  position: relative;
  top: 0;
  color: #000;
  line-height: 1.6;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 10px;
}
.hnav ul li a span {
  text-transform: uppercase;
  display: block;
  color: #e02725;
  font-size: 70%;
  font-family: "Montserrat", sans-serif;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/*tel*/
.h_contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.h_contact > div {
  margin: 0 5px;
}
.tel {
  text-align: center;
  font-size: 1.5rem;
}
.tel a {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}
.tel a i {
  color: #E1B72E;
}
.tel a:hover {
  opacity: 0.6;
}
.tel p {
  font-size: 48%;
  margin-bottom: 0;
}
.tel p span:not(:last-of-type) {
  margin-right: 7px;
}
/*btn*/
.header_item .mainbtn {
  font-size: 0.85rem;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 190px;
  padding: 10px 0;
}
.header_item .btnflex a {
  margin: 0 3px;
}
.mainbtn a.line {
  background: #06C755;
  border: 2px solid #06C755;
}
.mainbtn a.line:hover {
  background: #fff;
  color: #06C755;
}
/* ドロップダウンメニュー =================*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  font-size: 95%;
  color: #e02725;
  display: block;
  margin: -5px auto -17px;
}
.sub-menu a::after {
  content: none;
}
.sub-menu {
  position: absolute;
  top: 65px; /*位置調整*/
  left: 50%;
  transform: translateX(-50%);
  width: 188px;
  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: 5px !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;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #e02725;
  z-index: -100;
  transition: .3s all;
  border-radius: 100px;
}
.sub-menu li:hover::after {
  filter: brightness(115%);
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 82% !important;
  padding: 17px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
.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: relative;
  display: block;
  z-index: 9999;
  width: 70px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #e02725;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.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: -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: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.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: 88%;
  max-width: 625px;
  padding: 50px 0 100px;
}
.global-navigation__list {
  margin-bottom: 22px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed #d9d9d9;
  font-size: 1.2rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #000;
  line-height: 1.65;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  text-transform: uppercase;
  display: block;
  color: #e02725;
  font-size: 70%;
  font-family: "Montserrat", sans-serif;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #e02725;
}
.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;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .global-navigation__link.-accordion {
  vertical-align: bottom;
}
.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: #e02725;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/**/
.ham_contact {
  text-align: center;
}
.ham_contact > div {
  display: inline-block;
  margin: 9px;
  text-align: center;
  vertical-align: middle;
}
.ham_contact .tel {
  font-size: 1.7rem;
}
.ham_contact .tel a {
  margin-bottom: 8px;
}
@media (max-width: 1310px) {
  .header_title a {
    width: 18.5vw;
  }
  .header_title .logotext {
    right: -0.4em;
    font-size: 0.92vw;
  }
  .header_title h1 .toyotatekuno {
    font-size: 0.92vw;
  }
  .hnav ul li {
    font-size: 1.3vw;
  }
  .tel {
    font-size: 1.8vw;
  }
  .header_item .mainbtn {
    font-size: 1.1vw;
  }
  .header_item .mainbtn a {
    width: 15.5vw;
  }
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 16px;
  }
  .header_title a {
    width: 235px;
  }
  .header_title .logotext {
    font-size: 0.74rem;
  }
  .header_title h1 .toyotatekuno {
    font-size: 0.72rem;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 11px 8px 13px;
  }
  .header_title a {
    width: 210px;
  }
  .header_title .logotext {
    font-size: 0.65rem;
  }
  .header_title h1 .toyotatekuno {
    font-size: 0.63rem;
  }
  .hamburger {
    width: 66px;
  }
  .global-navigation__list > li {
    padding: 15px 5px 17px;
    font-size: 1.05rem;
  }
  .ham_contact .tel {
    font-size: 1.42rem;
  }
  .header__nav-area .mainbtn a {
    font-size: 0.96rem;
    padding: 16px;
  }
}
/* SNS links =============================================*/
.container {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.sns-button, .sns-button .icon {
  width: 52px;
  height: 52px;
}
.sns-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
/* Icon Container */
.sns-button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}
/* Text Label */
.sns-button .label {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
}
/* Hover States */
.sns-button:hover {
  width: 240px; /* Expands on hover */
}
.sns-button:hover .label {
  opacity: 1;
  transform: translateX(0);
}
/* Specific Brand Colors */
.sns-button.line {
  color: #fff;
  background-color: #00B900;
}
/* Instagram */
.sns-button.instagram {
  color: #fff;
  background: linear-gradient(20deg, #ffdb2c, #f13f79, #962bed);
}
/* Lucide icon sizing */
.sns-button i {
  font-size: 1.6rem;
}
.sns-button .fa-line {
  font-size: 1.63rem;
}
@media (max-width: 550px) {
  .container {
    right: 12px;
  }
  .sns-button, .sns-button .icon {
    width: 45px;
    height: 45px;
  }
  .sns-button i {
    font-size: 1.4rem;
  }
  .sns-button .fa-line {
    font-size: 1.43rem;
  }
}
/* footer ================================================*/
.footer {
  padding: 63px 0 50px;
}
.footer .inner {
  width: 93%;
}
.f_flex {
  display: flex;
}
/* info */
.finfo {
  width: fit-content;
  white-space: nowrap;
  margin-right: 50px;
  text-align: center;
  padding: 10px 0;
}
/*logo*/
.flogo {
  display: inline-block;
  width: 250px;
  mix-blend-mode: multiply;
  overflow: hidden;
}
.flogo .logotext {
  top: -0.6em;
  right: -0.5em;
  padding: 0 0.4em;
}
.flogo .toyotatekuno {
  font-size: 0.77rem;
}
/*contact links*/
.f_contact {
  margin-top: 17px;
  background: #fff;
  padding: 15px 25px 20px;
  border-radius: 15px;
}
.f_contact > p {
  font-size: 83%;
}
.f_contact .tel {
  font-size: 1.65rem;
}
.tel a {
  margin-bottom: 7px;
}
/*sns icons*/
.sns_icons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 7px;
}
.sns_icons a {
  margin: 5px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sns_icons a.line {
  background: #06C755;
}
.sns_icons a.insta {
  font-size: 109%;
  background: linear-gradient(20deg, #ffdb2c, #f13f79, #962bed);
}
.sns_icons a:hover {
  opacity: 0.6;
}
/* map */
.fmap {
  display: flex;
  width: 100%;
}
.fmap iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd !important;
}
/* copyright */
.copyright {
  text-align: center;
  line-height: 1.35;
  margin-top: 40px;
  opacity: 0.6;
}
@media(max-width:950px) {
  .finfo {
    margin-right: 38px;
  }
  .f_contact .tel {
    font-size: 1.5rem;
  }
}
@media(max-width:750px) {
  .footer {
    padding: 45px 0;
  }
  .f_flex {
    display: block;
  }
  .finfo, .fmap {
    width: 100%;
  }
  .finfo {
    padding: 0;
    margin-bottom: 25px;
  }
  .sns_icons {
    font-size: 1.15rem;
  }
  .f_contact {
    padding-left: 0;
    padding-right: 0;
  }
  .fmap iframe {
    height: 250px;
  }
  .copyright {
    font-size: 0.9rem;
  }
}
@media(max-width:550px) {
  .flogo {
    width: 223px;
  }
  .flogo .logotext {
    font-size: 0.7rem;
  }
  .flogo .toyotatekuno {
    font-size: 0.67rem;
  }
  .finfo > p {
    font-size: 90%;
  }
  .f_contact > p {
    font-size: 77%;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 79px;
  aspect-ratio: 1/1;
  background: #E1B72E;
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(0.9rem, 0.78rem + 0.4267vw, 1.1rem);
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 66px;
    right: 9px;
    bottom: 10px;
  }
}
/* スライド =========================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
.slide_items {
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 145px);
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  font-size: 3.4rem;
}
.catchcopy p:nth-child(1) {
  font-weight: 900;
  line-height: 1.3;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
  margin-bottom: 3.5%;
}
.catchcopy p:nth-child(1) span {
  display: block;
  margin-bottom: 1.1%;
}
.catchcopy p:nth-child(1) span:nth-child(1) {
  color: #e02725;
}
.catchcopy p:nth-child(1) span:nth-child(2) {
  display: block;
  margin-top: 2%;
  font-size: 48%;
  color: #111;
}
.catchcopy p:nth-child(2) {
  font-size: 38%;
}
.catchcopy p:nth-child(2) span {
  margin-bottom: 1.2%;
  width: fit-content;
  display: block;
  padding: 0.04em 0.35em 0.05em 0.25em;
  background: #fff;
  color: #e02725;
  font-weight: 700;
}
@media (max-width: 1105px) {
  .slide_items img {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 9.3vw;
    top: auto;
    bottom: 12px;
    left: 20px;
    transform: translateY(0);
  }
  .catchcopy p:nth-child(1) {
    -webkit-text-stroke: 3px #fff;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 170px);
    min-height: 300px;
  }
}
/* 地域の皆さまとともに =============================================*/
.welcome .inner {
  max-width: 1326px;
}
.w_t_flex {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.w_t_flex h2 {
  font-weight: 700;
  font-size: 2.3rem;
  writing-mode: vertical-rl;
  order: 1;
  line-height: 1.5;
  margin-left: 90px;
  width: 152px;
}
.w_t_flex h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 62%;
  color: #E1B72E;
  margin-left: 7px;
}
.w_t_imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w_t_imgs > img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 20/14;
}
.w_t_imgs > img:nth-child(1) {
  order: 1;
  width: 52%;
}
.w_t_imgs > img:nth-child(2) {
  width: 40%;
  margin-bottom: -170px;
}
.w_t_flex .tl {
  width: 30% !important;
  top: -6% !important;
  left: -8% !important;
}
@media (max-width: 1450px) {
  .w_t_flex {
    margin-bottom: 8vw;
  }
  .w_t_flex h2 {
    margin-left: 6%;
  }
}
@media (max-width: 1000px) {
  .w_t_flex {
    display: block;
    margin-bottom: 105px;
  }
  .w_t_flex h2 {
    writing-mode: horizontal-tb;
    font-size: clamp(1.5rem, 0.8455rem + 2.3273vw, 2.3rem);
    margin-left: 0;
    width: auto;
    margin-bottom: 45px;
    text-align: center;
  }
  .w_t_flex h2 span {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .w_t_flex .tl {
    left: -6% !important;
  }
}
@media (max-width: 750px) {
  .w_t_flex {
    margin-bottom: 25px;
  }
  .w_t_imgs {
    padding-bottom: 5%;
    display: block;
  }
  .w_t_imgs > img {
    width: 85% !important;
  }
  .w_t_imgs > img:nth-child(2) {
    margin-bottom: 0;
    margin-top: 25px;
    margin-left: auto;
  }
  .w_t_flex .tl {
    width: 45% !important;
    top: auto !important;
    left: -10px !important;
    bottom: 0;
  }
}
@media (max-width: 550px) {
  .w_t_flex h2 {
    margin-bottom: 30px;
  }
}
/**/
.fleximg {
  display: flex;
}
.fleximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
.imgback {
  position: relative;
}
.imgback::after {
  content: '';
  width: calc(100vw / 2);
  height: 100%;
  position: absolute;
  bottom: -16%;
  left: 25%;
  z-index: -100;
  background: #e02725;
}
.right.imgback::after {
  left: auto;
  right: 25%;
}
@media (max-width: 750px) {
  .imgback {
    padding-bottom: 7%;
  }
  .imgback::after {
    width: 80%;
    height: 80%;
    bottom: 0;
    left: auto;
    right: -8%;
  }
  .right.imgback::after {
    right: auto;
    left: -8%;
  }
}
/* 初めての方も、ご安心ください =====================================*/
.guide .inner {
  max-width: 1255px;
}
/* 提供サービス =====================================================*/
.services .inner {
  width: 96%;
  max-width: 1456px;
}
.serbox {
  background: #fff;
  border-radius: 15px;
  padding: 55px 35px;
}
/*icons*/
.services_icons {
  display: flex;
  flex-wrap: wrap;
}
.services_icons li {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 15px;
  width: 32%;
  margin: 0 0.65% 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services_icons li img {
  object-fit: contain;
  width: 96px;
  height: 83px;
  margin: 0 auto 13px;
  /*margin-right: 25px;*/
}
.services_icons li img, .services_icons li span {
  display: block;
}
.services_icons li span {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1270px) {
  .serbox {
    padding: 40px 20px 45px;
  }
  /*
  .services_icons li img {
    width: 81px;
    height: 75px;
  }
	*/
}
@media (max-width: 1100px) {
  .services_icons li {
    width: 48.7%;
  }
}
@media (max-width: 750px) {
  .services_icons {
    display: block;
  }
  .services_icons li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 550px) {
  /*
  .services_icons li, .services_icons li img, .services_icons li span {
    display: block;
  }
	*/
  .services_icons li img {
    margin: 0 auto 12px;
    height: 66px;
  }
  /*
  .services_icons li span {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
	*/
}
/* 選ばれている理由があります！ =====================================*/
.reasons .inner {
  max-width: 1296px;
}
.rea_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -5px;
}
.rea_text {
  text-align: center;
  white-space: nowrap;
  margin: 0 35px 30px;
}
.rea_illust {
  display: contents;
}
.rea_illust > img {
  width: 20%;
  max-width: 210px;
}
.rea_illust > img:nth-child(1) {
  order: -1;
}
/**/
.rea_items > div {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 35px;
}
.rea_items > div:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.rea_items > div:not(:last-of-type) {
  margin-bottom: 25px;
}
.rea_items > div .stitle {
  font-size: clamp(1.1rem, 0.92rem + 0.64vw, 1.4rem);
}
.rea_items > div img {
  border-radius: 35px 0 35px 0;
}
.family {
  display: block;
  width: fit-content;
  border-radius: 100px;
  font-size: 65%;
  color: #E1B72E;
  background: #fff;
  border: 2px solid #E1B72E;
  margin-bottom: 7px;
  padding: 0.3em 9px 0.3em;
}
@media (max-width: 1000px) {
  .rea_text {
    margin: 0 20px 30px;
  }
}
@media (max-width: 900px) {
  .rea_flex {
    display: block;
    margin-bottom: -5px;
  }
  .rea_text {
    margin: 0 auto 35px;
    white-space: normal;
  }
  .rea_text p:last-of-type br:last-of-type {
    display: none;
  }
  .rea_illust {
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 370px;
    margin: 0 auto -5px;
  }
  .rea_illust > img {
    width: 46%;
  }
  .rea_items > div {
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .rea_text {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .rea_text {
    margin-bottom: 15px;
  }
  .rea_illust {
    width: 95%;
    justify-content: space-around;
  }
  .rea_illust > img {
    width: 36%;
  }
  .rea_items > div {
    padding: 15px;
  }
  .family {
    font-size: 70%;
  }
}
/**/
.wide {
  position: relative;
  text-align: right;
  padding-bottom: 3%;
}
.wide::after {
  content: '';
  width: 87%;
  height: 84%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -100;
  background: #e02725;
}
.wide img {
  width: 87%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1780px) {
  .wide img {
    height: 26vw;
  }
}
@media (max-width: 1090px) {
  .wide {
    padding-bottom: 7%;
  }
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 550px) {
  .wide img {
    height: 50vw;
  }
}
/* 施工実績 ======================================================*/
.p_slider ul .slick-slide {
  margin-left: 1% !important;
  transition: .3s ease;
}
.p_slider ul li {
  overflow: hidden;
  position: relative;
}
.p_slider ul li:nth-child(2n+1) {
  margin-top: 40px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 110%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.p_slider a:hover img {
  transform: scale(1.07);
}
.works .tbtn {
  margin-top: 35px;
}
@media (max-width: 750px) {
  .p_slider ul li:nth-child(2n+1) {
    margin-top: 17px;
  }
}
@media (max-width: 550px) {
  .p_slider ul .slick-slide {
    margin-left: 1.3% !important;
  }
}
/* 下層ページトップ ======================================================================================================*/
.fv {
  padding: 90px 0 75px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.65;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 20px !important;
  font-size: clamp(1.75rem, 1.24rem + 1.8133vw, 2.6rem);
  line-height: 1.2;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1105px) {
  .fv {
    padding: 70px 0 65px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 33px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* サンエコライフ富合店について ==========================================================================================*/
/* 熊本の暮らしにちょうどいい電気屋。 */
.aboutus .inner {
  max-width: 1305px;
}
.aboutus .rtitle {
  margin-bottom: 20px;
}
.aboutus p:not(:last-of-type) {
  margin-bottom: 15px;
}
.rounded {
  border-radius: 35px 0 35px 0;
}
/* 地域の皆さまに選ばれている理由 */
.reason .inner {
  max-width: 1250px;
}
.rea_items.flexbox {
  counter-reset: number 0;
}
.rea_items.flexbox > div {
  padding: 25px 35px;
  margin-bottom: 20px;
  counter-increment: number 1;
}
.rea_items.flexbox > div h3 {
  color: #e02725;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.13rem + 0.4267vw, 1.45rem);
}
.rea_items.flexbox > div h3::before {
  content: "0"counter(number)".";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #E1B72E;
  display: block;
  font-size: 90%;
}
@media (max-width: 750px) {
  .rea_items.flexbox > div {
    width: 100%;
  }
  .rea_items.flexbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .rea_items.flexbox > div {
    padding: 22px 15px 17px;
  }
}
/* スタッフ紹介 */
.introduction .inner {
  max-width: 1471px;
}
.introduction .fitc {
  margin-bottom: 37px;
  text-align: center;
}
.intr_items {
  display: flex;
  flex-wrap: wrap;
}
.intr_items > div {
  width: 22.6%;
  margin: 0 1.2% 30px;
}
.intr_items > div img {
  width: 100%;
  margin-bottom: 12px;
}
.intr_items > div .stitle {
  display: flex;
}
.intr_items > div .stitle > .family {
  margin-right: 10px;
  margin-bottom: 0;
}
@media(max-width:1425px) {
  .introduction .inner {
    width: 95%;
  }
  .intr_items > div {
    width: 29.9%;
    margin: 0 1.7% 30px;
  }
}
@media(max-width:850px) {
  .introduction .fitc {
    text-align: left;
  }
  .introduction .inner {
    width: 88%;
  }
  .intr_items > div {
    width: 45.8%;
    margin: 0 2.1% 30px;
  }
}
@media(max-width:750px) {
  .intr_items {
    display: block;
  }
  .introduction .fitc {
    margin-bottom: 27px;
  }
  .intr_items > div {
    width: 100%;
    margin: 0 0 45px;
  }
  .intr_items > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* サンエコライフ富合店ができること */
a.alink {
  color: #e02725;
  font-weight: 700;
}
.white a.alink {
  color: #fff;
}
a.alink:hover {
  opacity: 0.6;
}
.wecan .inner {
  max-width: 1456px;
}
.wecan .fitc {
  font-size: clamp(1rem, 0.97rem + 0.1067vw, 1.05rem);
  text-align: center;
  margin-bottom: 37px;
}
.wecan .services_icons li {
  background: #fff;
}
.wctitle {
  padding: 0 25px;
  width: fit-content;
  max-width: 95%;
  color: #e02725;
  margin: 0 auto 21px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  font-size: clamp(1.35rem, 0.96rem + 1.3867vw, 2rem);
  font-weight: 700;
}
.wctitle::before, .wctitle::after {
  content: '';
  width: 3px;
  height: 110%;
  position: absolute;
  top: 63%;
  border-left: 3px solid #e02725;
  pointer-events: none;
}
.wctitle::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.wctitle::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.white.wctitle, .white .wctitle {
  color: #fff;
}
.white.wctitle::before, .white.wctitle::after, .white .wctitle::before, .white .wctitle::after {
  border-left: 3px solid #fff;
}
@media(max-width:805px) {
  .wecan .fitc {
    text-align: left;
  }
}
@media(max-width:550px) {
  .wctitle {
    padding: 0 13px;
    margin: 0 auto 25px;
  }
  .wctitle::before, .wctitle::after {
    height: 80%;
  }
  .wctitle::before {
    transform: translateY(-50%) rotate(-20deg);
  }
  .wctitle::after {
    transform: translateY(-50%) rotate(20deg);
  }
}
/* 店舗概要 */
.overview .inner {
  max-width: 1100px;
}
/*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;
}
.info_table th {
  background: #e02725;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
.info_table td {
  background: #fff;
  width: 70%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #e02725;
}
/*map*/
.map iframe {
  width: 100%;
  height: 330px;
}
/*parking*/
.parking {
  margin-top: 13px;
}
.parking img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #E1B72E;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 15px;
}
.dots.acheck li::before {
  content: "\f0da";
  font-size: .85em;
  top: 0.2em;
}
/*経営母体*/
.parent.acheck li {
  padding-left: 0;
}
.parent.acheck li::before {
  content: none;
}
.parent.acheck li br {
  display: none;
}
@media (max-width: 1135px) {
  .map iframe, .parking img {
    height: 30vw;
  }
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100% !important;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
    padding-top: 10px;
  }
  .map iframe, .parking img {
    height: 47vw;
  }
}
@media (max-width: 550px) {
  .parent.acheck li br {
    display: block;
  }
}
/* 初めての方へ ==========================================================================================================*/
/* はじめまして、”まちの電気屋”サンエコライフ富合店です。 */
.titleflex {
  display: flex;
  align-items: center;
}
.titleflex .titlearea {
  white-space: nowrap;
  margin-right: 75px;
  margin-bottom: 10px;
}
.titleflex .titlearea h2 {
  text-align: left;
  margin-bottom: 20px;
}
.titleflex .titlearea .rtitle {
  font-size: clamp(1.2rem, 1.14rem + 0.2133vw, 1.3rem);
}
/**/
.greeting {
  padding: 70px 0;
}
.greeting .inner {
  max-width: 868px;
}
.greeting .maintitle {
  font-size: clamp(1.2rem, 0.81rem + 1.3867vw, 1.85rem);
}
.gre_illust {
  width: 100%;
  max-width: 850px;
  margin: 60px auto -79px;
}
@media (max-width: 550px) {
  .greeting {
    padding: 45px 0 70px;
  }
  .gre_illust {
    margin: 40px auto -73px;
  }
  .greeting .maintitle {
    font-size: 5.5vw;
    white-space: nowrap;
  }
}
/* こんなことに対応できます */
.guidance .flexbox {
  max-width: 1090px;
  margin: auto;
}
.guidance .flexbox .acheck {
  margin-bottom: 20px;
}
.giilust {
  width: 80% !important;
  margin: auto;
}
.guidance .services_icons {
  margin: 55px 0;
}
@media (max-width: 550px) {
  .guidance .services_icons {
    margin: 30px 0;
  }
}
/* 地域の皆さまに選ばれる理由 */
.reason_g .inner {
  max-width: 1105px;
  counter-reset: number 0;
}
.reason_g .rbox:nth-child(2n+1) .flexbox {
  flex-direction: row-reverse;
}
.rbox {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  counter-increment: number 1;
}
.rbox:not(:last-of-type) {
  margin-bottom: 25px;
}
.rbox .stitle {
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
}
.rbox .stitle::before {
  content: "0"counter(number)".";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #E1B72E;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .rbox {
    padding: 17px 15px;
  }
}
/* ご相談から対応までの流れ */
.flow .inner {
  max-width: 1626px;
  width: 95%;
}
.flow .maintitle {
  margin-bottom: 50px;
}
.flows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: number 0;
}
.flows > div img {
  width: 85% !important;
  display: block;
  margin: auto;
}
.flows > div {
  width: 22%;
  counter-increment: number 1;
}
.flows > div > .popup {
  margin-bottom: 15px;
}
.flows > div h3 {
  line-height: 1.5;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.flows > div h3::before {
  content: "0"counter(number)".";
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #E1B72E;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 1355px) {
  .flow .inner {
    width: 88%;
    max-width: 950px;
  }
  .flows > div {
    width: 47%;
    margin-bottom: 55px;
  }
}
@media (max-width: 750px) {
  .flow .maintitle {
    margin-bottom: 30px;
  }
  .flows {
    display: block;
  }
  .flows > div {
    width: 100%;
    margin-bottom: 50px;
  }
  .flows > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* まちの電気屋だから、できること */
.bg_gray .rea_items > div, .bg_red .rea_items > div {
  background: #fff;
}
.rnote {
  margin-top: 25px;
}
/* まずは、お話を聞かせてください */
.contactus {
  padding: 60px 0;
}
.contactus .fitc {
  text-align: center;
  margin-bottom: 30px;
}
.contactus .wctitle {
  font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
}
.contact_u_links {
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact_u_links .mainbtn p {
  font-size: 90%;
}
.contact_u_links .mainbtn p span:not(:last-of-type) {
  margin-right: 8px;
}
@media (max-width: 800px) {
  .contactus .fitc {
    text-align: left;
  }
  .contact_u_links {
    display: block;
  }
  .contact_u_links .mainbtn:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .contactus {
    padding: 55px 0;
  }
  .contactus .fitc {
    margin-bottom: 25px;
  }
  .contact_u_links .mainbtn p {
    font-size: 75%;
  }
}
/* サービス紹介 ==========================================================================================================*/
.service section .inner {
  max-width: 977px;
}
p.rtitle {
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
}
.ser_dt_item .flexbox {
  margin-top: 30px;
}
.ser_dt_item:nth-child(2n+1) .flexbox {
  flex-direction: row-reverse;
}
section:nth-child(2n) .ser_dt_item:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
section:nth-child(2n) .ser_dt_item:nth-child(2n+1) .flexbox {
  flex-direction: row;
}
.ser_dt_item:not(:last-of-type) {
  margin-bottom: 100px;
}
.nado {
  text-align: right;
}
@media (max-width: 750px) {
  .ser_dt_item:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
/* お客様の声・よくあるご質問 ============================================================================================*/
/* お客様の声 */
.reviews .fitc {
  margin-bottom: 65px;
}
.reviews .inner {
  max-width: 1230px;
}
.reviews .flexbox:not(:last-of-type) {
  margin-bottom: 90px;
}
.reviews .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 1065px) {
  .reviews .flexbox:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1035px) {
  .reviews .fitc {
    margin-bottom: 45px;
  }
}
@media (max-width: 550px) {
  .reviews .fitc {
    margin-bottom: 35px;
  }
}
/* よくあるご質問 */
.faqs .inner {
  max-width: 1000px;
}
.faq:not(:last-of-type) {
  margin-bottom: 65px;
}
.faq {
  counter-reset: number 0;
}
.faq .mtitle {
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  margin-bottom: 15px;
}
.faq div:not(.answer) {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  margin-bottom: 13px;
}
.faq div:not(.answer) h3 {
  font-weight: 700;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #d9d9d9;
}
.faq div:not(.answer) h3, .answer {
  position: relative;
  padding-left: 49px;
}
.faq div:not(.answer) h3::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  font-weight: 900;
}
.faq div:not(.answer) h3::before {
  counter-increment: number 1;
  content: "Q"counter(number)".";
  top: -0.05em;
  left: 0;
  opacity: 0.5;
}
.answer::before {
  content: "A"counter(number)".";
  top: -0.25em;
  left: 0.5px;
  color: #e02725;
}
/**/
.faq_illust {
  margin: -15px auto 65px;
}
@media(max-width:550px) {
  .faq div:not(.answer) {
    padding: 15px 11px;
  }
  .faq_illust {
    margin: -35px auto 30px;
  }
  .faq div:not(.answer) h3, .answer {
    padding-left: 40px;
  }
}