@charset "UTF-8";
.normal {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.bold {
  font-weight: 800;
}

:root {
  --yt-lgreen: #1bbf44;
  --yt-green: #009a2e;
  --yt-dgreen: #246c2c;
  --yt-orange: #dc5529;
  --yt-lgray: #c6c7c8;
  --yt-dgray: #2a282a;
  --yt-black: #1a1311;
  --yt-red: #d93a3e;
  --yt-lbeige: #fcf9eb;
  --yt-beige: #dcdc84;
  --yt-dbeige: #dcbc84;
  --yt-lpurple: #6573b7;
  --yt-purple: #474f7d;
  --yt-instagrd: linear-gradient(to right, #d6434a, #a30089);
  interpolate-size: allow-keywords;
}
@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 15px;
    --pdgn: 15;
    --fs: 14px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 1080px;
    --maxwn: 1080;
    --pdg: 60px;
    --pdgn: 60;
    --fs: 15px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 2000px;
    --maxwn: 2000;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr1 {
    --maxw: 1000px;
    --maxwn: 1000;
    --pdg: 30px;
    --pdgn: 30;
  }
}
@media (width > 730px) {
  .inr2 {
    --maxw: 700px;
    --maxwn: 700;
    --pdg: 30px;
    --pdgn: 30;
  }
}
[class^=inr], [class*=" inr"] {
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > *, .colss > * > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > *, .pc-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > *, .pc-colss > * > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.m-row, .m-rows > *, .m-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.m-row > *, .m-rows > * > *, .m-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > *, .m-rowss > * > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > *, .m-rowss > * > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > *, .m-colss > * > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
  :where(.pc-row, .pc-rows > *, .pc-rowss > * > *) {
    display: flex;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  :where(.pc-row > *, .pc-rows > * > *, .pc-rowss > * > * > *) {
    flex: 0 0 auto !important;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > *:not(.wpcf7-spinner) {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  color: white;
  text-align: center;
  border-radius: 0;
  transition: all 0.4s;
  background-color: var(--bgcolor, var(--yt-green));
}
.btns > *:not(.wpcf7-spinner)::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background-color: color-mix(in srgb, var(--decocolor, white) 70%, transparent);
  -webkit-mask: url("/home/wp-content/themes/custom/img/i04.svg") no-repeat right -38px bottom -17px/100px;
          mask: url("/home/wp-content/themes/custom/img/i04.svg") no-repeat right -38px bottom -17px/100px;
}
.btns > *:not(.wpcf7-spinner):hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}
.btns > *:not(.wpcf7-spinner).secondary {
  background-color: var(--yt-orange);
}
.btns > *:not(.wpcf7-spinner) > span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 1.2em 4em;
}
@media (width > 730px) {
  .btns > *:not(.wpcf7-spinner) > span {
    min-width: 7em;
  }
}
.btns > *:not(.wpcf7-spinner):has(.icon) > span {
  padding-left: 6rem;
}
.btns > *:not(.wpcf7-spinner) .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btns > *:has(input) {
  padding: 0 !important;
}
.btns > *:has(input) input {
  all: unset;
}
@media (width <= 730px) {
  .btns > *:has(input) input {
    padding: 1em 3em 1em 2em;
  }
}
@media (width > 730px) {
  .btns > *:has(input) input {
    padding: 1.5em 5em 1.5em 3em;
  }
}

@keyframes flowlr {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  20% {
    opacity: 1;
    transform: translateX(-10%);
  }
  40% {
    opacity: 1;
    transform: translateX(10%);
  }
  60% {
    opacity: 0;
    transform: translateX(30%);
  }
}
/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
@layer reset {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  :focus {
    /* remember to define focus styles! */
    outline: 0;
  }
  body {
    background: #fff;
    line-height: 1;
    position: relative;
  }
  ol, ul {
    list-style: none;
  }
  table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th, td {
    text-align: left;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
  }
  blockquote, q {
    quotes: "" "";
  }
  a img {
    border: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  hr {
    display: none;
  }
  main {
    display: block;
  }
  figure {
    margin: 0;
  }
  figure img:not([width]):not([height]) {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  strong {
    font-weight: 800;
  }
  strong small {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  a {
    color: inherit;
  }
  a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
  img {
    border-style: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .only-img {
    font-size: 0px;
    line-height: 0px;
  }
  svg {
    fill: var(--textcolor);
  }
  svg.symbols {
    display: none;
  }
  address {
    font-style: normal;
  }
  nav {
    display: block;
  }
  small {
    font-size: 80%;
  }
  .cf:after {
    display: block;
    clear: both;
    content: "";
  }
  .css-att {
    display: none;
  }
  html[class] {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
  .grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
  }
}
/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@layer siterule {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
  }
  @media (width <= 730px) {
    html {
      width: 100%;
      overflow-x: hidden;
    }
  }
  body {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: var(--yt-black);
  }
  @media (width <= 730px) {
    img {
      max-width: 100%;
    }
  }
  img:not([width]):not([height]) {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  img.noimg {
    background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
    border: 0;
  }
  span[style*=background-image] {
    display: inline-block;
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  span.vimg[style*=background-image],
  .vimgs span[style*=background-image] {
    padding-top: 133.3333333333%;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  a:hover, a:hover:before {
    text-decoration: underline;
  }
  label {
    cursor: pointer;
  }
  :has(> .slick) {
    max-width: max(100vw, 360px);
    overflow: hidden;
  }
  .slick {
    position: relative;
    opacity: 0;
    transition: opacity 0.75s ease;
    overflow: hidden;
  }
  .slick.slick-initialized {
    opacity: 1;
  }
  .slick, .slick * {
    max-width: none !important;
  }
  .slick-slide img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-arrow::before {
    color: white !important;
  }
}
/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
header {
  inset: 0 0 auto 0;
  z-index: 5;
  padding: 10px 0;
}
@media screen {
  header.watchscroll.scrolling li:not(:hover), header.watchscroll.scrolling li *:not(:hover) {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
  }
  header :nth-child(1 of li):not(:hover) {
    transition-delay: 0s;
  }
  header :nth-child(2 of li):not(:hover) {
    transition-delay: 0.1s;
  }
  header :nth-child(3 of li):not(:hover) {
    transition-delay: 0.2s;
  }
  header :nth-child(4 of li):not(:hover) {
    transition-delay: 0.3s;
  }
  header :nth-child(5 of li):not(:hover) {
    transition-delay: 0.4s;
  }
  header :nth-child(6 of li):not(:hover) {
    transition-delay: 0.5s;
  }
  header :nth-child(7 of li):not(:hover) {
    transition-delay: 0.6s;
  }
  header :nth-child(8 of li):not(:hover) {
    transition-delay: 0.7s;
  }
  header :nth-child(9 of li):not(:hover) {
    transition-delay: 0.8s;
  }
  header :nth-child(10 of li):not(:hover) {
    transition-delay: 0.9s;
  }
  header :nth-child(11 of li):not(:hover) {
    transition-delay: 1s;
  }
  header :nth-child(12 of li):not(:hover) {
    transition-delay: 1.1s;
  }
  header :nth-child(13 of li):not(:hover) {
    transition-delay: 1.2s;
  }
  header :nth-child(14 of li):not(:hover) {
    transition-delay: 1.3s;
  }
  header :nth-child(15 of li):not(:hover) {
    transition-delay: 1.4s;
  }
  header :nth-child(16 of li):not(:hover) {
    transition-delay: 1.5s;
  }
  header :nth-child(17 of li):not(:hover) {
    transition-delay: 1.6s;
  }
  header :nth-child(18 of li):not(:hover) {
    transition-delay: 1.7s;
  }
  header :nth-child(19 of li):not(:hover) {
    transition-delay: 1.8s;
  }
  header :nth-child(20 of li):not(:hover) {
    transition-delay: 1.9s;
  }
  header.watchscroll:not(.scrolling) li {
    opacity: 0;
    transform: translateY(10px);
  }
}
header .seotext {
  font-size: 12px;
  color: gray;
  text-align: center;
}
@media (730px < width < 1200px) {
  header .seotext {
    display: none;
  }
}
header .inr0 {
  transition: all 0.6s;
}
@media (width >= 1200px) {
  header .inr0 {
    background: var(--decoimg) no-repeat right 5rem center/auto 60%, var(--decoimg2) no-repeat right center/auto 60%;
  }
}
@media (width <= 730px), (730px < width < 1200px) {
  header > .inr0 > .pc-row {
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 97;
  }
}
@media (width >= 1200px) {
  header > .inr0 > .pc-row {
    padding: 50px 0;
  }
}
header h1 {
  transition: all 0.6s;
  max-width: 390px;
  margin-right: 70px;
}
header h1 a {
  align-items: center !important;
}
header h1 a:hover {
  opacity: 0.7;
}
header h1 svg.logomark {
  flex: 0 0 25%;
  margin-right: 20px;
}
header h1 svg.logomark .cls-1 {
  fill: var(--yt-green);
}
header .hdrmenu {
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
@media (width >= 1200px) {
  header .hdrmenu {
    margin-right: 10rem;
  }
}
header .hdrmenu p {
  flex: 0 0 auto;
  transition: all 0.6s;
}
@media (730px < width < 1200px) {
  header .hdrmenu p {
    display: none;
  }
}
header .hdrmenu p:hover {
  opacity: 0.7;
}
header .hdrmenu ul {
  flex: 0 0 auto;
  align-items: stretch;
  justify-content: flex-end;
  gap: 5px;
}
@media (730px < width < 1200px) {
  header .hdrmenu ul {
    margin-right: 50px;
  }
}
header .hdrmenu ul li {
  position: relative;
  flex: 0 0 auto;
  transition: all 0.6s;
}
@media (width >= 1200px) {
  header .hdrmenu ul li {
    background: var(--yt-green);
    border-radius: 10px;
  }
}
header .hdrmenu ul li:has(a:hover) {
  opacity: 0.7;
}
header .hdrmenu ul li a {
  color: white;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  font-weight: 800;
  align-items: center;
}
header .hdrmenu ul li a:hover {
  text-decoration: none;
}
@media (width >= 1200px) {
  header .hdrmenu ul li a {
    padding: 0 15px 5px;
  }
}
header .hdrmenu ul li a .icon {
  flex: 0 0 30px;
  width: 30px;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (width >= 1200px) {
  header .hdrmenu ul li a .icon {
    margin-top: -15px;
    margin-bottom: 5px;
    background: white;
  }
  header .hdrmenu ul li a .icon svg {
    fill: var(--yt-green);
  }
}
@media (730px < width < 1200px) {
  header .hdrmenu ul li a .icon {
    background: var(--yt-green);
  }
  header .hdrmenu ul li a .icon svg {
    fill: white;
  }
}
@media (width >= 1200px) {
  header .hdrmenu ul li a .text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (730px < width < 1200px) {
  header .hdrmenu ul li a .text {
    display: none;
  }
}
@media (width <= 730px), (730px < width < 1200px) {
  header nav.menu {
    position: fixed;
    inset: 0 0 auto 0;
    background: linear-gradient(to bottom, color-mix(in srgb, var(--yt-lgray) 70%, transparent) 70%, transparent 100%);
    z-index: 96;
    transition: all 0.8s;
    padding: 70px 20px 20px 20px;
    font-size: 1.3rem;
    box-sizing: border-box;
    text-align: center;
  }
  header nav.menu > ul {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 20em;
  }
  header nav.menu > ul > li a {
    background: white;
    border-radius: 999px;
    text-align: center;
    padding: 1rem;
    display: block;
    margin-bottom: 5px;
  }
  header nav.menu > ul > li a:hover {
    text-decoration: none;
    background: var(--yt-green);
    color: white;
  }
  header nav.menu > ul > li ul {
    display: none;
  }
}
@media (width > 730px) {
  header nav.menu > ul > li > a {
    transition-property: opacity, background, color !important;
  }
}
@media (width >= 1200px) {
  header nav.menu {
    position: relative;
    z-index: 2;
  }
  header nav.menu > ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  header nav.menu > ul > li {
    text-align: center;
    flex: 0 0 auto !important;
    position: relative;
  }
  header nav.menu > ul > li > a {
    display: block;
    width: 100%;
    line-height: 1;
    border-bottom: 1px solid var(--yt-lgray);
    padding: 10px;
  }
  header nav.menu > ul > li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--yt-green);
  }
  header nav.menu > ul > li > ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 0;
    opacity: 0;
    transition: all 0.2s;
    width: -moz-max-content;
    width: max-content;
  }
  header nav.menu > ul > li > ul > li + li {
    border-top: 1px solid var(--yt-green);
  }
  header nav.menu > ul > li > ul > li a {
    display: block;
    width: 100%;
    line-height: 1;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    text-align: left;
  }
  header nav.menu > ul > li > ul > li a:hover {
    background-color: var(--yt-green);
    color: white;
    text-decoration: none;
  }
  header nav.menu > ul > li:hover > ul, header nav.menu > ul > li:focus > ul {
    height: auto;
    opacity: 1;
  }
}
header nav.quickmenu {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 6;
}
header nav.quickmenu li {
  margin-bottom: 10px;
}
header nav.quickmenu li a:hover {
  opacity: 0.7;
}

/* メニュートグル ここから */
@media (width <= 730px), (730px < width < 1200px) {
  .menu-toggle {
    position: fixed;
    z-index: 98;
    transition: all 0.4s;
    top: 20px;
    right: 10px;
    flex: 0 0 auto !important;
    background: var(--yt-green);
    border-width: 15px;
    border-style: solid;
    border-color: var(--yt-green);
    padding: calc((30px - 25px) / 2) calc((25px - 30px) / 2);
    box-sizing: content-box;
    border-radius: 9999px;
    font-size: 0px;
  }
}
@media (width >= 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle button {
  position: relative;
  width: 30px;
  height: 25px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  transform: translateY(-5px);
  cursor: pointer;
}
.menu-toggle button, .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-toggle button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 4px;
}
.menu-toggle button span:nth-of-type(1) {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}
.menu-toggle button span:nth-of-type(2) {
  top: calc(50% - 3px / 2);
  transition: all 0.25s 0.25s;
}
.menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  animation: menu-bar03 0.75s forwards;
}
.menu-toggle button + span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media (width <= 730px), (730px < width < 1200px) {
  body:not(.menu-active) nav.menu {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@media (width <= 730px), (730px < width < 1200px) {
  body.menu-active .menu-toggle button span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  body.menu-active .menu-toggle button span:nth-of-type(2) {
    opacity: 0;
  }
  body.menu-active .menu-toggle button span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
}

/* メニュートグル ここまで */
footer {
  font-weight: 400;
}
footer nav.btmmenu ul {
  justify-content: center;
  gap: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
footer nav.btmmenu ul li {
  flex: 0 0 auto;
}
footer .ftr-atc {
  padding: 2rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer .ftr-atc h2 {
  margin-bottom: 2rem;
  margin-inline: auto;
}
@media (width <= 730px) {
  footer .ftr-atc h2 {
    max-width: 330px;
  }
}
@media (width > 730px) {
  footer .ftr-atc h2 {
    max-width: 400px;
  }
}
@media (width <= 730px) {
  footer .ftr-atc h2 a {
    display: block;
    text-align: center;
  }
}
@media (width > 730px) {
  footer .ftr-atc h2 a {
    align-items: center !important;
  }
}
@media (width <= 730px) {
  footer .ftr-atc h2 svg.logomark {
    width: 45%;
    margin-bottom: 15px;
  }
}
@media (width > 730px) {
  footer .ftr-atc h2 svg.logomark {
    flex: 0 0 25%;
    margin-right: 20px;
  }
}
footer .ftr-atc address {
  margin-bottom: 3rem;
}
@media (width <= 730px) {
  footer .ftr-atc address {
    line-height: 1.4;
  }
}
footer .ftr-atc address strong {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
}
@media (width > 730px) {
  footer .ftr-atc address strong {
    font-size: 1.3rem;
  }
}
@media (width <= 730px) {
  footer .ftr-atc address {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: left;
  }
}
@media (width > 730px) {
  footer .ftr-atc address {
    line-height: 2;
  }
}
footer .ftr-atc ul.sns {
  justify-content: center;
  gap: 4rem;
}
footer .ftr-atc ul.sns li {
  flex: 0 0 auto;
  font-size: 1.2rem;
}
footer .ftr-atc ul.sns li img {
  margin: 1rem 0;
}
footer .ftr-atc nav.ftrbtns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: transform 0.6s ease-out;
}
@media (width > 730px) {
  body:not(:has(main.scrolled)) footer .ftr-atc nav.ftrbtns a, body:has(footer.scrolling) footer .ftr-atc nav.ftrbtns a {
    transform: translateY(100%);
    opacity: 0;
  }
}
footer .ftr-atc nav.ftrbtns p {
  justify-content: center;
  margin-top: 2rem;
  align-items: stretch;
}
@media (width <= 730px) {
  footer .ftr-atc nav.ftrbtns p {
    border-top: 3px solid white;
  }
}
footer .ftr-atc nav.ftrbtns p a {
  background: var(--bgcolor, var(--yt-green));
  color: var(--textcolor, white);
  align-items: center;
}
@media (width <= 730px) {
  footer .ftr-atc nav.ftrbtns p a {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 0.3rem;
    padding: 1em 0.3rem 0.3rem;
  }
  footer .ftr-atc nav.ftrbtns p a .icon {
    width: 2rem;
    flex: 0 0 2rem;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0.3rem;
  }
  footer .ftr-atc nav.ftrbtns p a .text {
    flex: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
@media (width > 730px) {
  footer .ftr-atc nav.ftrbtns p a {
    flex: 0 0 auto;
    padding: 0.7em;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0 -1px 0 0;
    transition-duration: 0.6s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(1) {
    transition-delay: 0.1s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(2) {
    transition-delay: 0.2s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(3) {
    transition-delay: 0.3s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(4) {
    transition-delay: 0.4s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(5) {
    transition-delay: 0.5s;
  }
  footer .ftr-atc nav.ftrbtns p a:nth-child(6) {
    transition-delay: 0.6s;
  }
}
footer .ftr-atc nav.ftrbtns p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .ftr-atc nav.ftrbtns p a svg {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .ftr-atc nav.ftrbtns p a .icon svg {
  aspect-ratio: 1/1;
}
footer .ftr-atc nav.ftrbtns p a .text {
  font-weight: 700;
}
@media (width > 730px) {
  footer .ftr-atc nav.ftrbtns p a.pc-row {
    align-items: center;
  }
  footer .ftr-atc nav.ftrbtns p a.pc-row .icon {
    flex: 0 0 auto;
    width: 2rem;
    margin-right: 1rem;
  }
}
footer .ftr-atc nav.ftrbtns p a.tel .text svg {
  width: 15rem;
  -webkit-clip-path: inset(0 0 0 3rem);
          clip-path: inset(0 0 0 3rem);
  margin-left: -3rem;
}
@media (width > 730px) {
  footer .ftr-atc nav.ftrbtns p a.col {
    text-align: center;
    align-items: center;
    padding-bottom: 0.3rem;
    gap: 0.3rem;
  }
  footer .ftr-atc nav.ftrbtns p a.col .icon {
    width: 2rem;
    flex: 0 0 2rem;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer .ftr-atc nav.ftrbtns p a.col .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.7rem;
  }
}
footer p.copyright {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  padding: 0.5rem 0;
}/*# sourceMappingURL=site.css.map */