html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1B1B1B;
}

.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.Oswald {
  font-family: "Oswald", sans-serif;
}

.Noto {
  font-family: "Noto Sans JP", sans-serif;
}

p,
a {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 16px;
  }
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin: -120px 0 0;
    padding: 120px 0 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}

.page-content {
  padding: 120px 0;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding: 180px 0;
  }
}

.center {
  text-align: center;
}

.cmn-title01 {
  margin: 0 0 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
.cmn-title01:first-letter {
  color: #CE2B2B;
}
.cmn-title01 span {
  display: block;
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    font-size: 64px;
    margin: 0 0 48px;
  }
  .cmn-title01 span {
    margin: 16px 0 0;
    font-size: 24px;
  }
}

.cmn-btn01 {
  text-align: center;
}
.cmn-btn01 a {
  width: 240px;
  padding: 20px 0;
  border-radius: 16px;
  background: #eee;
}

.cmn-btn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 10px;
  border: solid 1px #fff;
  text-align: center;
}
.cmn-btn02 a i {
  font-size: 20px;
  color: #fff;
}
.cmn-btn02 a span {
  padding: 0 0 0 6px;
  color: #fff;
}
.cmn-btn02 a:hover {
  background: #fff;
  opacity: 1;
}
.cmn-btn02 a:hover i {
  color: #255D8F;
}
.cmn-btn02 a:hover span {
  color: #255D8F;
}
@media screen and (min-width: 768px) {
  .cmn-btn02 a {
    width: 370px;
    font-size: 20px;
  }
  .cmn-btn02 i {
    font-size: 24px;
    color: #fff;
  }
}

.cmn-btn-list01 .btn-item + .btn-item {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .cmn-btn-list01 {
    display: flex;
    gap: 0 40px;
  }
  .cmn-btn-list01 .btn-item + .btn-item {
    margin: 0;
  }
}

.cmn-link01 a {
  position: relative;
  color: #CE2B2B;
  font-size: 16px;
  font-weight: 700;
}
.cmn-link01 a::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  bottom: -8px;
  height: 3px;
  background: #CE2B2B;
}
.cmn-link01 a i {
  margin: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
  .cmn-link01 a {
    font-size: 24px;
  }
  .cmn-link01 a::before {
    width: calc(100% - 24px);
  }
  .cmn-link01 a i {
    margin: 0 0 0 24px;
  }
}

.gHeader {
  position: fixed;
  width: 100%;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  background: #F5F5F5;
}
.gHeader .link-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gHeader .link-warp .logo {
  display: table;
  width: 60px;
  margin: 0;
  padding: 7px 11px;
  vertical-align: middle;
}
.gHeader .link-warp .logo a {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .link-warp .area-link {
  display: flex;
}
.gHeader .link-warp .area-link .lang .lang-list {
  display: flex;
  gap: 0 16px;
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item {
  position: relative;
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.gHeader .link-warp .area-link .lang .lang-list .lang-item a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.gHeader .link-warp .area-link .area-btnMenu {
  position: relative;
  width: 60px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 5px;
  transform: rotate(45deg);
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 10px;
  opacity: 0;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 5px;
  transform: rotate(-45deg);
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.3s ease-out;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 10px;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 20px;
}
.gHeader .link-warp .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #01608C;
  z-index: 2;
  text-align: center;
}
.gHeader .link-warp #gNavWrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  top: 0;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
  transition: all 0.4s;
  transition: opacity 0.3s cubic-bezier(0.14, 0.28, 0, 0.94);
}
.gHeader .link-warp #gNavWrap.open {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  transition: all 0.4s;
}
.gHeader .link-warp #gNav {
  padding: 20px 0 0;
}
.gHeader .link-warp #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .link-warp #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .link-warp #gNav .sitemap01 .item {
  border-bottom: solid 1px #000;
}
.gHeader .link-warp #gNav .sitemap01 .item a {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.gHeader .link-warp #gNav .sitemap01 .item a.pc-link {
  display: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close::before {
  opacity: 0;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list {
  display: none;
  padding: 0 0 0 24px;
  border-top: solid 1px #ccc;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item {
  border-bottom: dashed 1px #ccc;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item:last-child {
  border: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item:first-child {
  border-top: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .child-list .child-item a {
  padding: 20px 0 20px 0;
  border: none;
}
.gHeader .link-warp #gNav .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
.gHeader .link-warp #gNav .sns .sns-item {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .gHeader {
    height: 84px;
    top: 0;
    padding: 0;
  }
  .gHeader .link-warp {
    padding: 0 32px;
  }
  .gHeader .link-warp .logo {
    width: 60px;
    padding: 0;
  }
  .gHeader .link-warp .logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader .link-warp .area-link {
    display: flex;
  }
  .gHeader .link-warp .area-link .area-btnMenu {
    display: none;
  }
  .gHeader .link-warp #gNavWrap {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateX(0);
    background: none;
  }
  .gHeader .link-warp #gNavWrap #gNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap-logo {
    width: 220px;
    margin: 0;
    padding: 0 20px;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 16px 0 0;
    padding: 0;
    overflow: auto;
    z-index: 1000;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item {
    width: auto;
    border-bottom: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a {
    display: block;
    padding: 0;
    font-size: 16px;
    border-bottom: none;
    font-weight: 700;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a.pc-link {
    display: inline-block;
    border: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title {
    position: relative;
    display: none;
    padding: 20px 0 20px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close::before {
    opacity: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list {
    display: block;
    padding: 0 0 0 24px;
    border-top: solid 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item {
    border-bottom: dashed 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:last-child {
    border-bottom: dashed 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:first-child {
    border-top: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item a {
    padding: 20px 0 20px 0;
  }
}

.cmn-contact01 {
  padding: 0 15px;
}
.cmn-contact01 .contact-inner {
  padding: 0 20px 30px;
  background: #E3DEDB;
}
.cmn-contact01 .contact-inner .img {
  margin: 0 0 20px;
}
.cmn-contact01 .contact-inner .area-text .title02 {
  margin: 0 0 16px;
}
.cmn-contact01 .contact-inner .area-text .text {
  margin: 0 0 18px;
}
.cmn-contact01 .contact-inner .area-text .tel {
  text-align: center;
}
.cmn-contact01 .contact-inner .area-text .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.cmn-contact01 .contact-inner .area-text .tel a i {
  transform: scale(-1, 1);
  padding: 0 0 0 11px;
  font-size: 36px;
}
.cmn-contact01 .contact-inner .area-text .tel span {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-contact01 {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .cmn-contact01 .contact-inner {
    position: relative;
    padding: 24px 0 40px 40px;
  }
  .cmn-contact01 .contact-inner img {
    position: absolute;
    width: 64.23076923%;
    right: 0;
    bottom: 0;
  }
  .cmn-contact01 .contact-inner .area-text {
    width: 33.846153846%;
  }
}

footer {
  position: relative;
  margin: 96px 0 0;
  background: #010101;
}
footer .footer-inner {
  padding: 64px 0 72px;
}
footer .footer-inner .logo {
  margin: 0 0 64px;
  text-align: center;
}
footer .footer-inner .list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 80%;
  margin: 0 auto 44px;
}
footer .footer-inner .list-link .item a {
  color: #fff;
}
footer .footer-inner .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
footer .footer-inner .sns .sns-item {
  width: 40px;
}
footer .area-copy {
  padding: 8px 0;
  background: #000;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 11px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 64px 0 0;
  }
  footer .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
  }
  footer .footer-inner .list-sns {
    margin: 0 0 64px;
  }
  footer .footer-inner .list-link {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    padding: 0;
    margin: 0 auto 48px;
  }
  footer .footer-inner .list-link .item + .item {
    margin: 0 0 0;
  }
  footer .footer-inner .list-link .item a {
    font-weight: 700;
  }
}
footer .area-copy {
  padding: 48px 0 16px;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.footer-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.footer-fixed .gtranslate_wrapper {
  display: flex;
  gap: 10px;
}
.footer-fixed .gtranslate_wrapper a {
  width: 50px;
}
.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    padding-bottom: 480px;
  }
}

.fix_right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 0;
}
.fix_right.active {
  opacity: 1;
}
.fix_right a {
  width: 40px;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  padding: 0.8rem 0;
  background: #ffe200;
}
.fix_right a .noto {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  writing-mode: vertical-rl;
}/*# sourceMappingURL=common.css.map */