@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  border: none;
  line-height: 1;
  list-style-type: none;
  word-break: break-word;
  font-style: normal;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: normal;
}

textarea {
  resize: vertical;
}

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

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

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

/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.dib {
  display: inline-block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c-ttl01 {
  padding-bottom: 8px;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.333125;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    padding-bottom: 6px;
    font-size: 2.4rem;
  }
}
.c-ttl01::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EB6120;
}
@media screen and (max-width: 767px) {
  .c-ttl01::after {
    width: 40px;
  }
}

.c-btn01 {
  display: flex;
  justify-content: center;
}
.c-btn01 a, .c-btn01 button {
  max-width: 248px;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #EB6120;
}
.c-btn01--arrow {
  width: 13px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg) skew(-7deg, -7deg);
}
.c-btn01--arrow::before, .c-btn01--arrow::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #fff;
}
.c-btn01--arrow::before {
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.c-btn01--arrow::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .l-container, .l-header, .mfp-bg, .mfp-wrap {
    min-width: 1000px;
  }
}

.l-container {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-bottom: 72px;
  }
}
.l-container.is-fixed {
  width: 100%;
  position: fixed;
}

.l-main {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 64px;
  }
}

.l-breadcrumb {
  margin: 21px 0;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
    margin: 15px 0;
  }
}
.l-breadcrumb__wrap {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__wrap {
    width: 89.333333%;
  }
}
.l-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb__item {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb__item {
    font-size: 1.2rem;
  }
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  content: ">";
  margin: 0 1em;
}
@media print, screen and (min-width: 768px) {
  .l-breadcrumb__item > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-breadcrumb__item > a:hover {
    opacity: 0.7;
  }
}

.l-top__wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
}
.l-top__img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-top__ttl {
  margin: auto;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.l-top__ttl--txt {
  font-size: 3rem;
  font-weight: 700;
}
.l-top__ttl--eng {
  margin-bottom: 2px;
  color: #EB6120;
  font-size: 2.4rem;
  font-weight: 500;
}

.l-menu {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-menu {
    margin-top: 20px;
  }
}
.l-menu__wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-menu__wrap {
    width: 89.333333%;
  }
}
.l-menu__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-menu__list--type1 {
    gap: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__list--type2 {
    gap: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__list--type3 {
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__item {
    min-width: 152px;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__item {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__item--type1 {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__item--type2 {
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__item--type3 {
    width: 184px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu__item--type4 {
    width: 232px;
  }
}
.l-menu__item > a {
  padding: 16px 16px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(to right, #EB6700, #FFB207);
}
@media print, screen and (min-width: 768px) {
  .l-menu__item > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-menu__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__item > a {
    padding: 11px 16px;
  }
}
.l-menu__item--txt {
  font-size: inherit;
}
@media print, screen and (min-width: 768px) {
  .l-menu__item--txt {
    margin-bottom: 2px;
  }
}
.l-menu__item--bg {
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-color: #FFEBBB;
}
@media screen and (max-width: 767px) {
  .l-menu__item--bg {
    width: 32px;
  }
}
.l-menu__item--arrow {
  width: 8px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(-5deg, -5deg);
}
@media screen and (max-width: 767px) {
  .l-menu__item--arrow {
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.l-menu__item--arrow::before, .l-menu__item--arrow::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #EB6120;
}
.l-menu__item--arrow::before {
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}
.l-menu__item--arrow::after {
  height: 2px;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-header {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
.l-header__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 0 13px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 10px 17px 10px 10px;
    align-items: center;
    gap: 10px;
  }
}
.l-header__left {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-header__left {
    margin-top: 0;
  }
}
.l-header__left > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .l-header__left > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header__left > a:hover {
    opacity: 0.7;
  }
}
.l-header__logo {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: min(44px, 11.7333333333vw);
  }
}
.l-header__ttl--name {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__ttl--name {
    gap: min(3px, 0.8vw);
    font-size: min(20px, 5.3333333333vw);
  }
}
.l-header__ttl--name img {
  width: 118px;
}
@media screen and (max-width: 767px) {
  .l-header__ttl--name img {
    width: min(118px, 31.4666666667vw);
  }
}
.l-header__ttl--txt {
  margin-top: 6px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__ttl--txt {
    margin-top: min(6px, 1.6vw);
    font-size: min(16px, 4.2666666667vw);
  }
}
.l-header__ttl--border {
  width: 1px;
  height: 1em;
  margin: 0 8px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    width: 30px;
    height: 28px;
    flex-shrink: 0;
    position: relative;
  }
  .l-header__btn--line {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, top 0.3s, transform 0.3s;
    background-color: #EB6120;
  }
  .l-header__btn--top {
    top: 2px;
  }
  .l-header__btn--mid {
    top: 50%;
  }
  .l-header__btn--bot {
    top: 26px;
  }
  .l-header__btn.is-active .l-header__btn--top {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__btn.is-active .l-header__btn--mid {
    width: 0;
  }
  .l-header__btn.is-active .l-header__btn--bot {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.l-header__nav {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
    overflow-y: auto;
    width: 100%;
    height: calc(100dvh - 64px);
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__list {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--current > a {
    color: #EB6120;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item > a {
    padding: 11px 10px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--detail, .l-header__item--entry {
    width: 144px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--detail a, .l-header__item--entry a {
    border-radius: 8px;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--detail {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--detail a {
    background-color: #2376C9;
    box-shadow: 0 4px 0 #14539C;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--entry a {
    background-color: #FF2121;
    box-shadow: 0 4px 0 #A71313;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__item--icon {
    width: 24px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

.l-footer {
  margin-top: 72px;
  padding-top: 40px;
  background-color: #FFF9EB;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
    padding-top: 0;
  }
}
.l-footer__top {
  padding: 20px 5.3333335%;
  display: flex;
  gap: 15px;
  background-color: #fff;
}
.l-footer__link {
  flex: 1;
}
.l-footer__link > a {
  border-radius: 16px;
  padding: 22px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.l-footer__link--detail > a {
  background-color: #2376C9;
  box-shadow: 0 4px 0 #14539C;
}
.l-footer__link--entry > a {
  background-color: #FF2121;
  box-shadow: 0 4px 0 #A71313;
}
.l-footer__link-img {
  width: 32px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.l-footer__link-txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-footer__box {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer__info {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 89.333333%;
    margin: 16px auto 0;
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    justify-content: center;
    gap: 4.5px;
  }
}
.l-footer__logo img {
  width: 40px;
}
.l-footer__name {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    margin-top: 1px;
    font-size: 1.8rem;
  }
}
.l-footer__btn {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    margin-top: 20px;
  }
}
.l-footer__btn a {
  max-width: 248px;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  padding-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #EB6120;
}
@media print, screen and (min-width: 768px) {
  .l-footer__btn a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer__btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btn a {
    margin: 0 auto;
  }
}
.l-footer__btn a img {
  width: 18px;
}
.l-footer__address {
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 10px;
    line-height: 1.7;
  }
}
.l-footer__map {
  width: 55%;
  height: 267px;
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
    order: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__nav {
    width: 100%;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__list {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__item {
    flex: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__item + .l-footer__item {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__item + .l-footer__item::before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #000;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer__item a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__item a {
    padding: 5px 0;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
}
.l-footer__copy {
  margin-top: 24px;
  padding: 10px 0;
  display: block;
  color: #3A3A3A;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #FFEBBB;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 17px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .l-nav__item + .l-nav__item > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-nav__item + .l-nav__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item + .l-nav__item > a {
    border-top: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item > a {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #FF7519;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item--arrow {
    width: 13px;
    aspect-ratio: 1/1;
    margin-right: 4px;
    position: relative;
    transform: rotate(45deg) skew(-5deg, -5deg);
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item--arrow::before, .l-nav__item--arrow::after {
    content: "";
    border-radius: 9px;
    position: absolute;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item--arrow::before {
    height: 3px;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__item--arrow::after {
    width: 3px;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.l-fixed {
  width: 100%;
  padding: 10px 0 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.l-fixed__list {
  max-width: 400px;
  width: 89.333333%;
  margin: 0 auto;
  display: flex;
  gap: 15px;
}
.l-fixed__item {
  flex: 1;
}
.l-fixed__item > a {
  border-radius: 8px;
  padding: 13px 0 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.l-fixed__item--detail > a {
  background-color: #2376C9;
  box-shadow: 0 4px 0 #14539C;
}
.l-fixed__item--entry > a {
  background-color: #FF2121;
  box-shadow: 0 4px 0 #A71313;
}
.l-fixed__item-img {
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.l-fixed__item-txt {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

/*# sourceMappingURL=common.css.map */
