@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__point li::before {
  content: none;
}
.__liststyle.__point li span.__mark {
  display: block;
  width: 1em;
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttltxt.__style01 span {
  display: block;
}
.__ttltxt.__style01 span.__jp {
  margin-bottom: 0.6em;
}
.__ttltxt.__style01 span.__jp::before {
  color: #c1c1c1;
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9375em;
  margin-right: 0.4em;
}
.__ttltxt.__style01 span.__en {
  font-family: "Teko", sans-serif;
  font-size: 8.75rem;
  line-height: 0.9em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__en {
    font-size: 9.84375rem;
  }
}
@media screen and (max-width: 991px) {
  .__ttltxt.__style01 span.__en {
    font-size: 6em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: 5em;
  }
}
.__ttltxt.__style01.__red span.__en {
  color: #d90000;
}
.__ttltxt.__style02 {
  text-align: center;
}
.__ttltxt.__style02 span {
  display: block;
}
.__ttltxt.__style02 span.__jp {
  margin-bottom: 0.2em;
}
.__ttltxt.__style02 span.__en {
  font-family: "Teko", sans-serif;
  font-size: 3.5em;
  line-height: 1em;
}
.__ttltxt.__style03 span {
  display: block;
}
.__ttltxt.__style03 span.__en {
  color: #e60000;
  font-family: "Teko", sans-serif;
  font-size: 1.5em;
}
.__ttltxt.__style03 span.__en span.__num {
  display: inline;
  color: #111111;
}
.__ttltxt.__style03 span.__jp {
  font-size: 2.75em;
  font-weight: 900;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__jp {
    font-size: min(8vw, 2.125em);
  }
}

.__txtdeco.__marker {
  color: #fff;
  background-color: #111111;
  font-weight: 700;
  line-height: 1em;
  padding: 0.02em 0.2em 0.12em;
  margin-right: 0.2em;
}

a.__txtlink {
  color: #111111;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
  a.__txtlink:hover {
    opacity: 0.6;
  }
}

.__linkbtn.__style01 {
  width: 30em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 {
    width: 27em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 {
    width: 100%;
  }
}
.__linkbtn.__style01 a, .__linkbtn.__style01 button {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 2em 4em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a, .__linkbtn.__style01 button {
    padding: 1.4em 2em;
  }
}
.__linkbtn.__style01 a span, .__linkbtn.__style01 button span {
  color: #e60000;
}
.__linkbtn.__style01 a span.__en, .__linkbtn.__style01 button span.__en {
  font-family: "Teko", sans-serif;
  font-size: 1.6875em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a span.__en, .__linkbtn.__style01 button span.__en {
    font-size: 1.5em;
  }
}
.__linkbtn.__style01 a span.__jp, .__linkbtn.__style01 button span.__jp {
  font-size: 1.125em;
}
.__linkbtn.__style01 a img, .__linkbtn.__style01 button img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 4em;
  width: 10em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a img, .__linkbtn.__style01 button img {
    margin-right: 2em;
  }
}
@media screen and (min-width: 992px) {
  .__linkbtn.__style01 a:hover, .__linkbtn.__style01 button:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .__linkbtn.__style01 a:hover img, .__linkbtn.__style01 button:hover img {
    margin-right: 3em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .__linkbtn.__style01 a:hover img, .__linkbtn.__style01 button:hover img {
    margin-right: 1em;
  }
}
.__linkbtn.__style01.__red a, .__linkbtn.__style01.__red button {
  background-color: #d90000;
}
.__linkbtn.__style01.__red a span, .__linkbtn.__style01.__red button span {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .__linkbtn.__style01.__red a:hover, .__linkbtn.__style01.__red button:hover {
    background-color: rgba(217, 0, 0, 0.9);
  }
}
.__linkbtn.__style01.__dark a, .__linkbtn.__style01.__dark button {
  background-color: #111111;
}
.__linkbtn.__style01.__dark a span, .__linkbtn.__style01.__dark button span {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .__linkbtn.__style01.__dark a:hover, .__linkbtn.__style01.__dark button:hover {
    background-color: rgba(17, 17, 17, 0.9);
  }
}
.__linkbtn.__style02 a {
  position: relative;
  width: 15em;
  padding-bottom: 1em;
  margin-left: 1em;
}
.__linkbtn.__style02 a span.__en {
  font-family: "Teko", sans-serif;
  font-size: 1.6875em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style02 a span.__en {
    font-size: 1.5em;
  }
}
.__linkbtn.__style02 a img {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0;
  width: 100%;
  transition: all 0.24s ease;
}
@media screen and (min-width: 992px) {
  .__linkbtn.__style02 a:hover img {
    margin-right: -1em;
  }
}
.__linkbtn.__style02.__red span.__en {
  color: #e60000;
}

@keyframes colorFlow {
  0% {
    transform: scaleX(0);
    transform-origin: right top;
  }
  35% {
    transform: scaleX(1);
    transform-origin: right top;
  }
  60% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left top;
  }
}
@keyframes colorFlow-right {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  60% {
    transform: scaleX(1);
    transform-origin: right top;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right top;
  }
}
@keyframes colorFlow-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.__imgIn {
  position: relative;
  overflow: hidden;
}
.__imgIn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #cc0000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right top;
}
.__imgIn img {
  opacity: 0;
  transition: all 0.4s 0.6s ease;
}
.__imgIn.__inview::before {
  animation: 0.8s colorFlow forwards 0.2s;
}
.__imgIn.__inview img {
  opacity: 1;
}
.__imgIn.__dark::before {
  background-color: #111111;
}
.__imgIn.__lgray::before {
  background-color: #c1c1c1;
}
.__imgIn.__right::before {
  transform-origin: left top;
}
.__imgIn.__right.__inview::before {
  animation-name: colorFlow-right;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.3s ease-out 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0.2s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}
.__fadeIn.__left {
  transform: translateX(-20px);
}
.__fadeIn.__left.__inview {
  transform: translateX(0);
}
.__fadeIn.__right {
  transform: translateX(20px);
}
.__fadeIn.__right.__inview {
  transform: translateX(0);
}

.content-wrap.__style01 {
  width: 48.75rem;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style01 {
    width: 100%;
  }
}
.content-wrap.__style01 .content-inner h3 {
  font-size: 1.6875em;
  font-weight: 900;
  line-height: 2em;
  margin-top: 0.4em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #111111;
}
.content-wrap.__style01 .content-inner h3 em {
  color: #e60000;
}
.content-wrap.__style01 .content-inner p {
  line-height: 2em;
}
.content-wrap.__style02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 {
    display: block;
  }
}
.content-wrap.__style02 .sec-img {
  width: 48.75rem;
  aspect-ratio: 6.5/5;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 .sec-img {
    width: 40.3125rem;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 .sec-img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.content-wrap.__style02 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-wrap.__style02 .sec-txt {
  width: 31.875rem;
  margin: 0 3.75rem;
}
@media screen and (max-width: 1599px) {
  .content-wrap.__style02 .sec-txt {
    width: 33.203125vw;
  }
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 .sec-txt {
    width: 53.4375rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__style02 .sec-txt {
    width: 100%;
    margin-top: 10px;
  }
}
.content-wrap.__style02 .sec-txt h3 {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 1em;
}
.content-wrap.__style02 .sec-txt p {
  line-height: 2em;
}
.content-wrap.__style02 .sec-txt .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__style02 .sec-txt .__linkbtn {
    margin-top: 3em;
  }
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.6);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 52, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 200px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 130px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 48px;
    height: 40px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 48px;
    height: 1px;
    background-color: #111111;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span {
    background-color: #fff;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    color: #fff;
    background-color: #111;
    width: 240px;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -240px;
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  margin: 0 1.5rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
    padding: 0.6em 0;
    padding-left: 30px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #111111;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    background-color: #fff;
  }
}
header .header-menu nav ul li a.__home {
  font-family: "Teko", sans-serif;
  font-size: 1.25em;
  line-height: 0.8em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a.__home {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  header .header-menu nav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a {
  color: #e60000;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  background: linear-gradient(90deg, #f8f8f8, #fff);
  padding-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-contact {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact {
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding-top: 72px;
  }
}
.sec-contact .sec-img {
  margin-left: auto;
  width: 48.4375vw;
  height: 36.4583333333vw;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1599px) {
  .sec-contact .sec-img {
    height: 45.5729166667vw;
  }
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-img {
    width: 72.65625vw;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-img {
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
    width: 84.765625vw;
    height: 51.0416666667vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-img {
    height: 72.9166666667vw;
  }
}
.sec-contact .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contact .sec-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.sec-contact .sec-content .contact-form {
  margin-top: 1em;
}
.sec-contact .sec-content .contact-form p {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .contact-form p {
    margin-bottom: 0.6em;
  }
}
.sec-contact .sec-content .contact-tel {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .contact-tel {
    margin-top: 2em;
  }
}
.sec-contact .sec-content .contact-tel p {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .contact-tel p {
    margin-bottom: 0.6em;
  }
}
.sec-contact .sec-content .contact-tel .tel-num {
  font-family: "Teko", sans-serif;
  font-size: 2.25em;
}
.sec-contact .sec-content .contact-tel .tel-num a {
  display: inline;
  font-size: 1em;
}
.sec-contact .sec-content .contact-tel .tel-num span.__num {
  font-size: 1.5em;
  line-height: 1em;
}
.sec-contact .sec-content .contact-tel .tel-num span.__small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .contact-tel .tel-num span.__small {
    display: block;
    margin-top: -1em;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-content .contact-tel .tel-num span.__small {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .contact-tel .tel-num span.__small {
    display: block;
  }
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 6.25rem;
}
@media screen and (max-width: 1599px) {
  footer {
    padding-top: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner {
    margin-bottom: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 360px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 324px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: min(60vw, 234px);
  }
}
footer .footer-inner .footer-left .footer-logo p {
  font-size: 0.875em;
  font-weight: 400;
  margin-bottom: 1em;
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-menu {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    display: none;
  }
}
footer .footer-inner .footer-menu ul {
  display: flex;
  align-items: baseline;
}
footer .footer-inner .footer-menu ul li a {
  position: relative;
  margin: 0 1.5rem;
  padding: 0.36em 0;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-menu ul li a.__home {
  font-family: "Teko", sans-serif;
  font-size: 1.25em;
}
@media screen and (min-width: 992px) {
  footer .footer-inner .footer-menu ul li a:hover {
    opacity: 0.6;
  }
}
footer .copyright {
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #111111;
  font-size: 13px;
}

.map_pin{
  margin-left: 0.25em;
  transition: all 0.2s ease;
}

.map_pin:hover {
  color: #d90000;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  margin: 0 1em;
  mix-blend-mode: difference;
}
#pagetop img {
  width: 1em;
}
#pagetop span.__txt {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 1.5em;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 4em;
  transform: rotate(90deg);
  transform-origin: left top;
}/*# sourceMappingURL=common.css.map */