@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.outer-vl {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.outer-vl--pt0 {
  padding-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--pt50 {
  padding-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
  color: #231815;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

.number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a.underline,
a:hover.underline,
a:visited.underline,
a:active.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.article__category,
a:hover.article__category,
a:visited.article__category,
a:active.article__category {
  color: white;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

p {
  text-align: justify;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-weight: 500;
  font-size: 1.8rem;
  color: #231815;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo-img {
    padding-bottom: 20px;
  }
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .header__number {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .header__number {
    font-size: 2.4rem;
  }
}
.header__ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
  height: 80px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    height: auto;
  }
}
.header .header__link:hover {
  color: #7a7a7a;
}
.header .header__link--contact:hover {
  color: white;
  background: #4195cd;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #00489d;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.header label {
  display: none;
  cursor: pointer;
  z-index: 100;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .header label {
    display: flex;
  }
}
.header input[type=checkbox] {
  display: none;
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__img {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .header__img {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .header__img {
    font-size: 1.6rem;
  }
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}
.header__tel-text {
  font-size: 1.2rem;
}
@media screen and (max-width: 1400px) {
  .header__tel-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .header__tel-text {
    font-size: 1.2rem;
  }
}
.header__tel-icon {
  vertical-align: initial;
  margin-right: 5px;
}
.header__mail-icon {
  margin-right: 5px;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: #231815;
  color: white;
  position: absolute;
  font-size: 1.4rem;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    margin-top: 10px;
    visibility: initial;
    opacity: 1;
    position: static;
    transform: none;
    background: none;
    color: #231815;
  }
}

.nav__board {
  position: relative;
}

.nav__board-list {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    position: static;
  }
}

.nav__board:hover .nav__board-list {
  visibility: visible;
  opacity: 1;
}

.nav__board-link {
  display: block;
  min-width: 100px;
  text-align: center;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 34px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 992px) {
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.h2 {
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.h2--center {
  text-align: left;
}
.h2__en {
  font-size: 3.4rem;
  letter-spacing: 5px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 2.4rem;
    padding-top: 20px;
  }
}
.h2__line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #231815;
}
.h2__ja {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .h2__ja {
    font-size: 1.8rem;
  }
}

.h2-under {
  display: inline-block;
  border-bottom: 2px solid #231815;
}

.fix-btn {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
  transition: 0.6s all;
}
.fix-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .fix-btn {
    right: 10px;
    width: 45%;
    max-width: 294px;
  }
}
.fix-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.fix-btn__item {
  transition: 0.6s all;
}
.btn {
  color: white;
  display: inline-block;
}
.btn:hover {
  cursor: pointer;
}
.btn__align--center {
  text-align: center;
}
.btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  font-size: 16px;
  text-decoration: none;
  color: white;
  border: 1px solid #231815;
  overflow: hidden;
  transition: all 0.5s;
  background: #231815;
}
.btn__link span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: white;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (hover: hover) {
  .btn__link:hover {
    color: #231815;
    z-index: 2;
  }
  .btn__link:hover span {
    width: 480px;
    height: 480px;
    z-index: -1;
  }
}

.footer {
  padding-top: 50px;
  background: #231815;
  color: white;
  position: relative;
  z-index: 100;
}
.footer__otr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .footer__otr {
    display: block;
    text-align: center;
  }
}
.footer__item-inr {
  text-align: center;
  display: inline-block;
}
.footer__ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer__ul {
    display: block;
    text-align: center;
  }
}
.footer__li {
  margin: 0 20px;
}
@media screen and (max-width: 992px) {
  .footer__li {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.footer__contact {
  width: 274px;
  height: 70px;
  line-height: 70px;
  font-size: 1.8rem;
}
.footer__number {
  width: 274px;
  height: 70px;
  line-height: 70px;
  font-size: 2.6rem;
  letter-spacing: 4px;
  margin-top: 20px;
}
.footer__mail {
  margin-top: 10px;
  padding-bottom: 10px;
}
.footer__tx1 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .footer__tx1 {
    font-size: 1.8rem;
  }
}
.footer__copy {
  margin-top: 30px;
  padding-bottom: 10px;
}

.sec__ttl {
  border-top: 1px solid #00489d;
  border-bottom: 1px solid #00489d;
  text-align: center;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .sec__ttl--small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .sec__ttl--small .sec__ttl-inr {
    height: 32px;
    line-height: 32px;
  }
}
.sec__ttl-inr {
  background: #00489d;
  margin: 2px 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.sec__tx--center {
  text-align: center;
}
.sec__tx--main {
  color: #00489d;
}
.sec__tx--white {
  color: white;
}
.sec__tx10 {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .sec__tx10 {
    font-size: 0.8rem;
  }
}
.sec__tx12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx12 {
    font-size: 1rem;
  }
}
.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx18 {
    font-size: 1.6rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}

.line__wrap {
  display: flex;
  justify-content: center;
}
.line__wrap a {
  color: white;
}
@media screen and (max-width: 992px) {
  .line__wrap {
    display: block;
    text-align: center;
  }
}
.line__btn {
  background: #06c755;
  border-radius: 50px;
  min-width: 250px;
  padding: 20px;
  text-align: center;
}
.line__item {
  text-align: center;
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .line__item {
    margin-top: 20px;
    margin-left: 0;
  }
}

.article__wrap {
  display: flex;
  flex-wrap: wrap;
}
.article__item {
  position: relative;
}
.article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .article__item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.article__img-wrap {
  overflow: hidden;
}
.article__img {
  width: 100%;
  aspect-ratio: 1.6/1;
  transition: 0.6s all;
  -o-object-position: center;
     object-position: center;
}
.article__img.is-portrait {
  -o-object-fit: contain;
     object-fit: contain; /* 縦長だけ */
}
.article__category {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 1px 10px;
  min-width: 80px;
  text-align: center;
  background: #231815;
  font-size: 1.2rem;
}
.article__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .article__item {
    width: 100%;
  }
}
.article__link:hover img {
  transform: scale(1.1);
}
.article__title {
  text-align: left;
}

.board-wrap__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.board-wrap__list--noline {
  border: none;
}
.board-wrap__list--noline .board-wrap__row {
  border: none;
  padding: 7px 0;
}
.board-wrap__list--width .board-wrap__term {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .board-wrap__list--width .board-wrap__term {
    width: 100%;
  }
}
.board-wrap__list--width .board-wrap__description {
  width: calc(100% - 150px);
}
@media screen and (max-width: 992px) {
  .board-wrap__list--width .board-wrap__description {
    width: 100%;
  }
}
.board-wrap__row {
  display: flex;
  padding: 10px 20px;
}
.board-wrap__row:nth-child(odd) {
  background: #ebf4ff;
}
@media screen and (max-width: 992px) {
  .board-wrap__row {
    display: block;
  }
}
.board-wrap__row--bg-none:nth-child(odd) {
  background: none;
}
.board-wrap__term {
  width: 50%;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .board-wrap__term {
    text-align: left;
    width: 100%;
  }
}
.board-wrap__term--left {
  text-align: left;
}
.board-wrap__description {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .board-wrap__description {
    width: 100%;
    font-size: 14px;
  }
}

.ul {
  display: inline-block;
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.ul__li::marker {
  color: #00489d;
}

.btn-trigger {
  position: relative;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #231815;
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 18px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn07 span:nth-of-type(1) {
  animation: btn07-bar01 0.75s forwards;
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#btn07 span:nth-of-type(3) {
  animation: btn07-bar03 0.75s forwards;
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#btn07.active span:nth-of-type(1) {
  animation: active-btn07-bar01 0.75s forwards;
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(18px) rotate(45deg);
  }
}
#btn07.active span:nth-of-type(2) {
  opacity: 0;
}

#btn07.active span:nth-of-type(3) {
  animation: active-btn07-bar03 0.75s forwards;
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(-18px) rotate(-45deg);
  }
}/*# sourceMappingURL=common.css.map */