@charset "UTF-8";
.gHeader .gNav .navigation .list a {
  font-size: 0.18rem;
}
html.fontS .gHeader .gNav .navigation .list a, .gHeader .gNav .navigation .list html.fontS a {
  font-size: 0.1542857143rem;
}
html.fontL .gHeader .gNav .navigation .list a, .gHeader .gNav .navigation .list html.fontL a {
  font-size: 0.2057142857rem;
}

.gHeader__contact-btn--tel a, .main .sectitle--en, .main .pagetitle__text-catch--en, .main .link--arrow, .gFooter .contact__title, .gFooter .contact__item-btn--tel a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

@-webkit-keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ticker {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov, .gHeader .gNav .navigation .list a[href*="/contact/"] {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov, .gHeader .gNav .navigation .list a[href*="/contact/"] {
      transition-property: filter;
    }
  }
  .hov:hover, .gHeader .gNav .navigation .list a[href*="/contact/"]:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover, .gHeader .gNav .navigation .list a[href*="/contact/"]:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

@media screen and (hover: hover) and (pointer: fine) {
  a:not([href^="tel:"]):not(:is(.gHeader .gNav .navigation .list a)):not(:is(.gFooter__nav-list a)), .main .info__cate {
    opacity: 1;
    transition: opacity 0.3s;
  }
  a:hover:not([href^="tel:"]):not(:is(.gHeader .gNav .navigation .list a)):not(:is(.gFooter__nav-list a)), .main .info__cate:hover {
    opacity: 0.7;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
  /*@include pcMiddle {
  	font-size: 100vw * 100 / $pcDesignRate / $pcWidth;
  }

  @include pcSmall {
  	font-size: (100px / 1.53 * 1.18);
  }*/
}
@media screen and (max-width: 1530px) and (min-width: 751px) {
  :root {
    font-size: 6.5359477124vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: calc(1.7rem + 1px);
  min-width: 0;
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 1.06rem;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  color: #3D3D3D;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.2222222222;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.22rem;
    line-height: 1.9642857143;
  }
}

.wrap {
  width: 12.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.is-fadeup {
  opacity: 0;
  transform: translate3d(0, 0.2rem, 0);
  transition: 1.5s 0.4s;
  transition-property: opacity, transform;
}
.is-fadeup.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.is-zoomin {
  transform: scale(0);
  transition: transform 0.8s;
}
.is-zoomin.is-active {
  transform: scale(1);
}

.watchScroll.forPagetop {
  width: 1px;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader {
    box-shadow: none;
  }
}
@media screen and (min-width: 751px) {
  .gHeader__head {
    border-bottom: 1px solid #cc0022;
    z-index: 9000;
  }
}
@media screen and (max-width: 750px) {
  .gHeader__head {
    border-bottom: none;
    background-image: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    z-index: 8000;
    padding: 3px 0 6px;
    border-bottom: 1px solid #cc0022;
  }
}
.gHeader__head .wrap {
  display: flex;
  height: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .gHeader__head .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 55px;
    padding: 0 7px;
    position: relative;
    box-sizing: border-box;
  }
}
.gHeader__head-title {
  width: 1.67rem;
}
@media screen and (max-width: 750px) {
  .gHeader__head-title {
    width: 3.3rem;
    margin: 0 auto;
  }
}
.gHeader__head-title img.is-static.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader__head-title img.is-fixed {
    margin: 0 auto 0;
  }
}
.gHeader__head-sitename {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader__head-sitename {
    margin: 0.15rem auto 0;
    font-size: 0.2rem;
    border: none;
    line-height: 1;
    text-align: center;
    padding: 0;
    color: #D0002A;
    font-weight: 700;
  }
  .gHeader.is-fixed .gHeader__head-sitename {
    display: block;
  }
}
.gHeader__head-parent {
  width: 2.8rem;
}
@media screen and (max-width: 750px) {
  .gHeader__head-parent {
    display: none;
  }
}
.gHeader__head-parent img {
  vertical-align: middle;
}
.gHeader__sitecate {
  color: #D0002A;
  text-align: center;
  font-size: 0.18rem;
  height: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  background: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .gHeader__sitecate {
    height: auto;
    font-size: 14px;
    padding: 9px 0 8px;
    margin-top: 64px;
    line-height: 1;
  }
}
.gHeader .gNav {
  position: absolute;
  top: calc(1.25rem + 1px);
  left: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav {
    z-index: 8000;
    background: #fff;
    box-shadow: 0 0.15rem 0.2rem 0rem rgba(0, 0, 0, 0.02);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav {
    z-index: 8000;
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 751px) {
  .gHeader .gNav.is-fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--cv--sp {
    box-sizing: border-box;
    width: 45px;
    padding: 35px 0 0;
    position: absolute;
    top: 0;
    right: 53px;
    background-image: url(../imgs/ico-request.png);
    background-position: 50% 16px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    font-size: 7px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    z-index: 9500;
  }
}
.gHeader .gNav .btn--menu {
  box-sizing: border-box;
  width: 1.03rem;
  height: 1.06rem;
  padding: 17px 0 0;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 9500;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: #cc0022;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: inset 0 0 0 1px #cc0022;
}
.gHeader .gNav .btn--menu .bar .inner {
  display: grid;
  width: 13px;
  height: 10px;
  background-image: linear-gradient(#fff, #fff);
  background-position: 50% 50%;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.2s;
}
.gHeader .gNav .btn--menu .bar .inner::before, .gHeader .gNav .btn--menu .bar .inner::after {
  content: "";
  display: block;
  height: 2px;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #fff;
  transition: transform 0.2s;
}
.gHeader .gNav .btn--menu .bar .inner::before {
  transform: translate3D(0, calc(-5px + 1px), 0);
}
.gHeader .gNav .btn--menu .bar .inner::after {
  transform: translate3D(0, calc(5px - 1px), 0);
}
.gHeader .gNav .btn--menu::after {
  content: "メニュー";
  display: block;
  color: #cc0022;
  margin: 0.05rem 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.1em;
}
.gHeader .gNav .btn--menu:has(input:checked) .bar {
  background: transparent;
}
.gHeader .gNav .btn--menu:has(input:checked) .bar .inner::before {
  background-color: #cc0022;
  transform: translate3D(0, 0, 0) rotate(135deg);
}
.gHeader .gNav .btn--menu:has(input:checked) .bar .inner::after {
  background-color: #cc0022;
  transform: translate3D(0, 0, 0) rotate(45deg);
}
.gHeader .gNav .btn--menu:has(input:checked)::after {
  content: "閉じる";
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu:has(input:checked) ~ .navigation {
    pointer-events: all;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 64px);
    padding: 0.6rem 0 0.8rem;
    position: absolute;
    top: 65px;
    left: 0;
    background: #fff;
    overflow-y: scroll;
    pointer-events: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
}
.gHeader .gNav .navigation .bg--navigation {
  width: 100%;
  height: calc(100vh - (1.7rem + 1px));
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 2rem);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .bg--navigation {
    display: none;
  }
}
.gHeader .gNav .navigation .bg--navigation.active {
  opacity: 1;
  pointer-events: all;
}
.gHeader .gNav .navigation .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    display: block;
    margin: 0.2rem 0 0;
  }
}
.gHeader .gNav .navigation .list li {
  position: relative;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li {
    width: auto;
  }
}
.gHeader .gNav .navigation .list li:has(a[href*="/contact/"]) {
  place-content: center;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .navigation .list li:nth-child(-n+4) {
    background: linear-gradient(#E3E3E3, #E3E3E3) 100% 50%/1px 0.3rem no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list li:nth-child(n+2) {
    border-top: 1px solid #e6e6e6;
  }
}
.gHeader .gNav .navigation .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  font-weight: 600;
  line-height: 1.4705882353;
  text-align: center;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list a {
    transition: color 0.4s;
  }
  .gHeader .gNav .navigation .list a:hover {
    color: #D0002A;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a {
    height: 1.45rem;
    justify-content: flex-start;
    position: relative;
    font-size: 0.36rem;
    font-weight: 600;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a::before {
    content: "";
    display: block;
    width: 0.5rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0.2rem;
    background: url(../imgs/arw-gnav_sp.svg) 50% 50%/0.14rem auto no-repeat;
    border-radius: 50%;
  }
}
.gHeader .gNav .navigation .list a[target=_blank]::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 1;
  background: url(../../imgs/common/ico-ext01.svg) center/contain no-repeat;
  margin: 0 0 -0.07em 0.5em;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a[target=_blank]::after {
    width: 0.24rem;
  }
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .navigation .list a[href*="/contact/"] {
    height: 0.4rem;
    background: #D0002A;
    border-radius: 0.2rem;
    font-weight: 500;
    color: #FFF;
    width: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list a[href*="/contact/"] {
    font-size: 0.36rem;
  }
}
.gHeader .gNav .navigation .link {
  margin: 0.4rem 0 0;
}
.gHeader .gNav .navigation .link a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.26rem;
  line-height: 1;
  text-align: center;
}
.gHeader__contact {
  margin: 0.6rem -0.6rem 0;
  padding: 0.6rem 0.6rem;
  background: #D0002A;
}
.gHeader__contact-item {
  background: #FFF;
  text-align: center;
  padding: 0.5rem;
  place-content: center;
  border-radius: 0.1rem;
}
.gHeader__contact-items {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.gHeader__contact-title {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.5;
}
.gHeader__contact-note {
  font-size: 0.2rem;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.gHeader__contact-btn {
  margin-top: 0.4rem;
}
.gHeader__contact-btn a {
  width: 100%;
  height: 0.95rem;
  border-radius: 0.8rem;
  place-content: center;
  text-align: center;
  border: 1px solid #D0002A;
  display: block;
  margin: 0 auto;
  color: #D0002A;
}
.gHeader__contact-btn--tel a {
  font-weight: 700;
  font-size: 0.4rem;
}
.gHeader__contact-btn--tel a:before {
  width: 0.47rem;
  aspect-ratio: 39/30;
  display: inline-block;
  background: url(../../imgs/common/ico-tel01.svg) center/contain no-repeat;
  margin: 0 0.15rem -0.03rem 0;
  content: "";
}
.gHeader__contact-btn--mail a {
  font-weight: 700;
  font-size: 0.24rem;
}
.gHeader__contact-btn--mail a:after {
  width: 0.08rem;
  aspect-ratio: 1;
  display: inline-block;
  background: #D0002A;
  border-radius: 50%;
  margin: 0 0 0.03rem 0.2rem;
  content: "";
}
@media screen and (max-width: 750px) {
  .gHeader.is-fixed .gHeader__head-title {
    width: 3.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .gHeader.is-fixed .gHeader__head-title img.is-static.sp {
    display: block;
  }
  .gHeader.is-fixed .gHeader__head-title img.is-fixed {
    display: none;
    width: 1.7rem;
    margin: 0.08rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .gHeader.is-fixed .gHeader__head-name {
    margin: 6px auto 0;
    font-size: 10px;
    border: none;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 0;
  }
}

.main {
  padding: 0.8rem 0 0;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 1.06rem 0 0;
    padding: 0;
  }
}
.main .sectitle--en {
  font-size: 0.18rem;
  position: relative;
  color: #D0002A;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sectitle--en {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.main .sectitle--en:before {
  width: 0.08rem;
  aspect-ratio: 1;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
  margin: 0 0.15rem 0.02rem 0;
  content: "";
}
.main .sectitle--ja {
  font-size: 0.34rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .sectitle--ja {
    font-size: 0.36rem;
    letter-spacing: 0.06em;
  }
}
.main .pagetitle {
  position: relative;
}
.main .pagetitle:before, .main .pagetitle:after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.main .pagetitle:before {
  width: 0.5rem;
  top: 0.3rem;
  left: calc(50% - 4rem);
  border: 0.08rem solid #F6F9FB;
}
@media screen and (max-width: 750px) {
  .main .pagetitle:before {
    left: 5rem;
  }
}
.main .pagetitle:after {
  width: 1.15rem;
  bottom: 0.2rem;
  left: calc(50% - 0.9rem);
  background: #F6F9FB;
}
@media screen and (max-width: 750px) {
  .main .pagetitle:after {
    width: 0.8rem;
    bottom: 4rem;
    left: -0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .pagetitle .wrap {
    display: grid;
    grid-template-columns: 50% auto;
    justify-content: space-between;
    position: relative;
  }
}
.main .pagetitle .wrap:before {
  width: 4.5rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: -2.3rem;
  left: -5.3rem;
  border: 2px solid #D0002A;
  opacity: 0.3;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .pagetitle .wrap:before {
    width: 3rem;
    top: -1.8rem;
    left: auto;
    right: -1.5rem;
  }
}
.main .pagetitle__text {
  padding-right: 1rem;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .pagetitle__text {
    padding: 0.6rem 0 1rem;
  }
}
.main .pagetitle__text:only-child {
  grid-column: 1/3;
  padding: 1rem 0 0.7rem;
}
.main .pagetitle__text-desc {
  margin-top: 0.3rem;
}
.main .pagetitle__text-catch--en {
  font-size: 0.18rem;
  position: relative;
  color: #D0002A;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .pagetitle__text-catch--en {
    font-size: 0.2rem;
  }
}
.main .pagetitle__text-catch--en:before {
  width: 0.14rem;
  aspect-ratio: 1;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
  margin: 0 0.15rem -0.01rem 0;
  content: "";
}
.main .pagetitle__text-catch--ja {
  font-size: 0.52rem;
  line-height: 1.6;
  font-weight: 700;
}
.main .pagetitle__text-icon {
  width: 1.5rem;
  aspect-ratio: 4/3;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1.1rem;
}
@media screen and (max-width: 750px) {
  .main .pagetitle__text-icon {
    width: 1.5rem;
    bottom: auto;
    top: 0.6rem;
    left: auto;
    right: 0;
  }
}
.main .pagetitle__text-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.main .pagetitle__image {
  width: 50vw;
  height: 5.8rem;
}
@media screen and (max-width: 750px) {
  .main .pagetitle__image {
    width: 100vw;
    height: auto;
    aspect-ratio: 16/9;
    margin: -0.3rem -0.6rem 0;
  }
}
.main .pagetitle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .link--arrow a {
  display: block;
}
.main .link--arrow a:after {
  width: 0.26rem;
  aspect-ratio: 1;
  display: inline-block;
  border: 0.1rem solid #D0002A;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0 -0.06rem 0.15rem;
  content: "";
}
.main .link--btn a {
  background: #D0002A;
  color: #FFF;
  display: block;
  width: 3.7rem;
  height: 0.7rem;
  border-radius: 0.7rem;
  place-content: center;
  padding: 0 0.2rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .link--btn a {
    width: 4.5rem;
    height: 0.9rem;
  }
}
.main .link--btn a[target=_blank]:after {
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1;
  background: url(../../imgs/common/ico-ext01_w.svg) center/contain no-repeat;
  margin: 0 0 -0.07em 1em;
  content: "";
}
.main .link--btn.is-reverse a {
  background: #FFF;
  color: #D0002A;
}
.main .link--btn.is-reverse a[target=_blank] {
  background-image: url(../../imgs/common/ico-ext01.svg);
}
.main .info__cate {
  line-height: 1.3;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s;
}
.main .info__cates {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .info__cates {
    flex-direction: row;
    margin: 0 0 0.5rem;
    font-size: 0.2rem;
    gap: 0.25rem;
  }
}
.main .info__cate:before {
  width: 0.26rem;
  aspect-ratio: 1;
  display: inline-block;
  border: 0.1rem solid #FFF;
  background: #CDCDCD;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0.15rem -0.07rem 0;
  content: "";
  transition: border-color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 750px) {
  .main .info__cate:before {
    margin-right: 0.08rem;
  }
}
.main .info__cate.is-active, .main .info__cate:hover {
  color: #D0002A;
  opacity: 1;
}
.main .info__cate.is-active:before, .main .info__cate:hover:before {
  border: 0.1rem solid #D0002A;
  background: transparent;
}
.main .info__item {
  border-bottom: 2px dotted #E3E3E3;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem 0.15rem;
  padding-bottom: 0.3rem;
}
.main .info__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .info__item {
    gap: 0.2rem;
    position: relative;
  }
}
.main .info__item-post {
  color: #A6A6A6;
  font-size: 0.14rem;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .info__item-post {
    font-size: 0.2rem;
  }
}
.main .info__item-cate a {
  color: #A6A6A6;
  font-size: 0.12rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  border: 1px solid #A6A6A6;
  line-height: 1.3;
  padding: 0.01rem 0.1rem 0.02rem;
  display: block;
  border-radius: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .info__item-cate a {
    font-size: 0.18rem;
  }
}
.main .info__item-date {
  background: rgba(208, 0, 42, 0.05);
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.35rem;
}
.main .info__item-date-year, .main .info__item-date-open, .main .info__item-date-close, .main .info__item-date-time {
  line-height: 1;
  letter-spacing: 0;
}
.main .info__item-date-year {
  font-size: 0.12rem;
  margin-right: 0.05rem;
  font-weight: 700;
}
.main .info__item-date-open, .main .info__item-date-close {
  color: #D0002A;
  position: relative;
  bottom: 0.01rem;
  font-weight: 700;
}
.main .info__item-date-close {
  color: #D0002A;
}
.main .info__item-date-close:before {
  width: 0.07rem;
  aspect-ratio: 7/10;
  display: inline-block;
  margin: 0 0.05rem 0.01rem 0.05rem;
  background: rgba(208, 0, 42, 0.5);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
}
.main .info__item-date-week {
  font-size: 54%;
}
.main .info__item-date-time {
  font-size: 0.16rem;
  position: relative;
  bottom: 0.01rem;
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid;
}
.main .info__item-title {
  flex-basis: 100%;
  width: 100%;
  font-size: 0.14rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .main .info__item-title {
    font-size: 0.22rem;
  }
}
.main .info__item-title a {
  display: block;
  padding-right: 0.8rem;
  position: relative;
}
.main .info__item-title a:after {
  width: 0.28rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../imgs/common/ico-arrow01.svg) center/35% auto no-repeat;
  border: 1px solid #D0002A;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .main .info__item-title a:after {
    width: 0.4rem;
  }
}
.main .info__tab-cont {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.main .info__tab-conts {
  display: grid;
}
.main .info__tab-cont.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.gFooter {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.gFooter .contact {
  position: relative;
  background: #D0002A;
  padding: 1rem 0 0.8rem;
}
.gFooter .contact:before {
  width: 1.6rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 1.7rem;
  right: calc(50% + 5.8rem);
  border: 4px solid #FFF;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 750px) {
  .gFooter .contact:before {
    top: 5.2rem;
    right: auto;
    left: -0.8rem;
  }
}
.gFooter .contact:after {
  width: 0.8rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 2.1rem;
  left: calc(50% + 7rem);
  background: radial-gradient(#fff 1px, transparent 2px) left top/0.17rem 0.17rem repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .gFooter .contact:after {
    top: 1.8rem;
    left: auto;
    right: 0.2rem;
  }
}
.gFooter .contact__title {
  color: #FFF;
  font-size: 0.42rem;
  text-align: center;
}
.gFooter .contact__catch {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.06em;
}
.gFooter .contact__item {
  background: #FFF;
  border-radius: 0.1rem;
  place-content: center;
  text-align: center;
  padding: 0.5rem;
  min-height: 3.2rem;
  box-sizing: border-box;
}
.gFooter .contact__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.gFooter .contact__items:before {
  width: 1.2rem;
  aspect-ratio: 120/145;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% + 0.4rem);
  background: url(../../imgs/common/img_cta01.png) center bottom/contain no-repeat;
  content: "";
}
@media screen and (max-width: 750px) {
  .gFooter .contact__items:before {
    width: 0.75rem;
    left: auto;
    right: -0.2rem;
    bottom: -0.35rem;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item {
    min-height: auto;
  }
}
.gFooter .contact__item-title {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-title {
    font-size: 0.32rem;
  }
}
.gFooter .contact__item-note {
  font-size: 0.14rem;
  line-height: 1.5;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-note {
    font-size: 0.2rem;
  }
}
.gFooter .contact__item-btn {
  margin-top: 0.4rem;
}
.gFooter .contact__item-btn a {
  width: 4.2rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  place-content: center;
  text-align: center;
  border: 1px solid #D0002A;
  display: block;
  margin: 0 auto;
  color: #D0002A;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-btn a {
    width: 100%;
    height: 0.95rem;
  }
}
.gFooter .contact__item-btn--tel a {
  font-weight: 700;
  font-size: 0.33rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-btn--tel a {
    font-size: 0.4rem;
  }
}
.gFooter .contact__item-btn--tel a:before {
  width: 0.39rem;
  aspect-ratio: 39/30;
  display: inline-block;
  background: url(../../imgs/common/ico-tel01.svg) center/contain no-repeat;
  margin: 0 0.15rem -0.03rem 0;
  content: "";
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-btn--tel a:before {
    width: 0.47rem;
  }
}
.gFooter .contact__item-btn--mail a {
  font-weight: 700;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact__item-btn--mail a {
    font-size: 0.24rem;
  }
}
.gFooter__nav {
  background: #F6F9FB;
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .gFooter__nav {
    padding: 1rem 0.3rem;
  }
}
.gFooter__nav-lists {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-lists {
    grid-template-columns: repeat(2, auto);
    gap: 0.6rem 0.5rem;
  }
}
.gFooter__nav-list a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.gFooter__nav-list a:hover {
  color: #D0002A;
}
.gFooter__nav-list a[target=_blank]:after {
  width: 0.65em;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../../imgs/common/ico-ext01.svg) center/100% auto no-repeat;
  margin: 0 0 0.05em 0.15rem;
  content: "";
}
.gFooter__nav-list > li + li {
  margin-top: 0.55rem;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-list > li + li {
    margin-top: 0.6rem;
  }
}
.gFooter__nav-list > li > a,
.gFooter__nav-list > li > span {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.22rem;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-list > li > a,
.gFooter__nav-list > li > span {
    font-size: 0.24rem;
  }
}
.gFooter__nav-list > li > a[href*="/privacypolicy/"] {
  font-size: 0.19rem;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-list > li > a[href*="/privacypolicy/"] {
    font-size: 0.22rem;
  }
}
.gFooter__nav-list--child {
  margin: 0.3rem 0 0 0.25rem;
}
.gFooter__nav-list--child > li + li {
  margin-top: 0.2rem;
}
.gFooter__nav-list--child > li > a {
  display: block;
  line-height: 1.3;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-list--child > li > a {
    font-size: 0.2rem;
  }
}
.gFooter__nav-list--child > li > a[target=_blank]:after {
  margin-left: 0.1rem;
}
.gFooter__nav-list--child:only-child {
  margin: 0;
}
.gFooter__nav-list--child:only-child > li > a {
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .gFooter__nav-list--child:only-child > li > a {
    font-size: 0.2rem;
  }
}
.gFooter__copy {
  background: #D0002A;
}
.gFooter__copy .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
}
@media screen and (max-width: 750px) {
  .gFooter__copy .wrap {
    height: 1.5rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
  }
}
.gFooter__copy-logo img {
  display: block;
  width: 2.55rem;
}
@media screen and (max-width: 750px) {
  .gFooter__copy-logo img {
    width: 4.2rem;
  }
}
.gFooter__copy-text {
  color: #FFF;
  font-size: 0.12rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .gFooter__copy-text {
    font-size: 0.18rem;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 0.4rem;
  right: 0.4rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8) url(../../imgs/common/pagetop.svg) center/0.1rem auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #D0002A;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    bottom: 0.18rem;
    right: 0.18rem;
  }
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}/*# sourceMappingURL=common.css.map */