@charset "UTF-8";
/*=========================*/
/*==　　　　変数　　　　　 ==*/
/*=========================*/
:root {
  --color_mono01:#414141;
  --color_mono02:#fff;
  --color_mono03:#E8E8E8;
  --color_mono04:#716B6C;
  --color_mono05:#A4A4A4;
  --color_mono06:#F6F6F6;
  --color_mono07:#DCDCDC;
  --color_pink01:#FE95A6;
  --color_pink02:#e68495;
  --color_lightpink01:#FFF6F7;
  --color_lightpink02:#FEF9FA;
  --color_lightpink03:#FFECEF;
  --color_blue01:#2F7AD2;
  --color_lightblue01:#EFF5FD;
  --f18:clamp(1rem, 0.975rem + 0.13vw, 18px);
  --f20:clamp(1rem, 0.95rem + 0.25vw, 20px);
  --f22:clamp(1rem, 0.925rem + 0.38vw, 22px);
  --f24:clamp(1.2rem, 0.9rem + 0.5vw, 24px);
  --f25:clamp(1rem, 0.888rem + 0.56vw, 25px);
  --f26:clamp(1rem, 0.875rem + 0.63vw, 26px);
  --f28:clamp(1.2rem, 0.85rem + 0.75vw, 28px);
  --f30:clamp(1.2rem, 0.825rem + 0.88vw, 30px);
  --f32:clamp(1rem, 0.8rem + 1vw, 32px);
  --f36:clamp(1rem, 0.75rem + 1.25vw, 36px);
  --f40:clamp(1rem, 0.7rem + 1.5vw, 40px);
  --f42:clamp(1.5rem, 0.675rem + 1.63vw, 42px);
  --f45:clamp(1rem, 0.638rem + 1.81vw, 45px);
  --f46:clamp(1rem, 0.625rem + 1.88vw, 46px);
  --f52:clamp(1rem, 0.55rem + 2.25vw, 52px);
  --f65:clamp(1rem, 0.388rem + 3.06vw, 65px);
  --f124:clamp(1rem, -0.35rem + 6.75vw, 124px);
}

a:hover {
  opacity: 0.7;
}

picture {
  display: block;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 10rem;
  }
}
@media screen and (min-width: 992px) {
  body p {
    font-size: 20px;
  }
}
/*=========================*/
/*==　　　　パーツ　　　　 ==*/
/*=========================*/
.-sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
  .-sp_none {
    display: block;
  }
}
.-md_none {
  display: none;
}

@media screen and (min-width: 992px) {
  .-md_none {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .-pc_none {
    display: none;
  }
}
.-small {
  font-size: 0.8em;
}

.c-scroll-up {
  display: grid;
  justify-content: center;
  align-items: center;
  width: clamp(1.5rem, 3.6458333333vw, 4.375rem);
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: var(--color_pink01);
}
.c-scroll-up svg {
  width: clamp(1rem, 0.5208333333vw, 0.625rem);
  aspect-ratio: 1/2;
}

.c-button {
  display: block;
  min-width: clamp(12rem, 12.5vw, 15rem);
  width: -moz-fit-content;
  width: fit-content;
  padding-top: clamp(0.4rem, 0.625vw, 0.75rem);
  padding-bottom: clamp(0.4rem, 0.625vw, 0.75rem);
  padding-left: clamp(1rem, 1.0416666667vw, 1.25rem);
  padding-right: clamp(0.7rem, 0.8333333333vw, 1rem);
  position: relative;
  background-color: var(--color_pink01);
  border-radius: clamp(1rem, 1.5625vw, 1.875rem);
}
.c-button__text {
  color: var(--color_mono02);
}
.c-button__arrow {
  display: grid;
  align-items: center;
  position: absolute;
  right: clamp(0.7rem, 0.8333333333vw, 1rem);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.c-button__arrow svg {
  width: clamp(0.3rem, 0.3125vw, 0.375rem);
  aspect-ratio: 5.4/10.8;
}
.c-button:hover {
  opacity: 1;
  background-color: var(--color_pink02);
}
.c-button:hover .c-button__arrow {
  right: clamp(0.6rem, 0.6770833333vw, 0.8125rem);
}
.c-button.-tel .c-button__text {
  margin-left: 2rem;
}
.c-button.-tel .c-button__tel-icon {
  width: clamp(1rem, 1.0416666667vw, 1.25rem);
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.-tel .c-button__tel-icon svg {
  width: clamp(1.3rem, 1.0416666667vw, 1.25rem);
  height: clamp(1.3rem, 1.0416666667vw, 1.25rem);
}

.c-title-a {
  margin-bottom: 1rem;
  text-align: center;
}
.c-title-a__jpn {
  font-weight: 700;
  font-size: 1.5rem;
}
.c-title-a__eng {
  color: var(--color_pink01);
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .c-title-a__jpn {
    font-size: var(--f52);
  }
  .c-title-a__eng {
    font-size: var(--f24);
  }
}
.c-title-b {
  margin-bottom: 1rem;
  text-align: center;
}
.c-title-b__eng {
  color: var(--color_mono05);
  line-height: 1.5;
}
.c-title-b__jpn {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .c-title-b__eng {
    font-size: var(--f22);
  }
  .c-title-b__jpn {
    font-size: var(--f42);
  }
}
.c-title-c {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid var(--color_pink01);
}
.c-title-c__number {
  margin-right: 0.25rem;
  color: var(--color_pink01);
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .c-title-c {
    font-size: var(--f45);
  }
}
.c-topics__cards {
  display: grid;
  gap: clamp(1rem, 1.6666666667vw, 2rem);
}
.c-topics__cards .c-topics__card {
  border: 1px solid var(--color_mono03);
}
.c-topics__cards .c-topics__card__thumbnail {
  aspect-ratio: 340/203;
  border-bottom: 1px solid var(--color_mono03);
  text-align: center;
}
.c-topics__cards .c-topics__card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-topics__cards .c-topics__card__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}
.c-topics__cards .c-topics__card__date {
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.c-topics__cards .c-topics__card__category {
  padding: 0 0.5rem;
  background-color: var(--color_mono04);
  color: var(--color_mono02);
  font-size: 0.8rem;
}
.c-topics__cards .c-topics__card__title {
  width: 100%;
  margin-top: clamp(0.25rem, 0.625vw, 0.75rem);
}

@media screen and (min-width: 768px) {
  .c-topics__cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .c-topics__cards .c-topics__card__date, .c-topics__cards .c-topics__card__category {
    font-size: var(--f18);
  }
}
.c-contact {
  padding-top: clamp(4rem, 5.5729166667vw, 6.6875rem);
  padding-bottom: clamp(4rem, 6.7708333333vw, 8.125rem);
  background-image: url(../img/contact__bg__sp.jpg);
  background-size: cover;
}
.c-contact__content {
  width: 90%;
  margin: auto;
  padding-top: clamp(1.5rem, 2.3958333333vw, 2.875rem);
  padding-bottom: clamp(1.5rem, 2.3958333333vw, 2.875rem);
  padding-left: clamp(1.5rem, 2.6041666667vw, 3.125rem);
  padding-right: clamp(1.5rem, 2.6041666667vw, 3.125rem);
  background-color: rgb(255, 255, 255);
  border-radius: clamp(1rem, 0.9375vw, 1.125rem);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
.c-contact__content .c-title-b {
  margin-bottom: 0.5rem;
  text-align: left;
}
.c-contact__content .c-button {
  width: clamp(14rem, 16.4583333333vw, 19.75rem);
  justify-content: center;
  margin-top: clamp(1rem, 1.5625vw, 1.875rem);
}
.c-contact__content .c-button__text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .c-contact {
    background-position: center;
    background-image: url(../img/contact__bg.jpg);
  }
  .c-contact__content {
    width: clamp(1rem, 60%, 47.5rem);
    margin-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .c-contact__content {
    width: clamp(1rem, 70%, 47.5rem);
  }
  .c-contact__content .c-button__text {
    font-size: var(--f28);
  }
}
@media screen and (min-width: 1300px) {
  .c-contact__content {
    margin-left: calc((100% - 1240px) / 2);
    margin-right: auto;
  }
}
.c-table tr {
  border: 1px solid var(--color_mono03);
}
.c-table th,
.c-table td {
  display: block;
  padding: 1rem;
  text-align: left;
}
.c-table th {
  background-color: var(--color_lightpink01);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    display: table-cell;
    padding-top: clamp(1rem, 1.5625vw, 1.875rem);
    padding-bottom: clamp(1rem, 1.5625vw, 1.875rem);
    padding-left: clamp(1rem, 1.7708333333vw, 2.125rem);
    padding-right: clamp(1rem, 1.7708333333vw, 2.125rem);
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .c-table tr {
    border-left: none;
  }
  .c-table th,
  .c-table td {
    font-size: var(--f24);
  }
  .c-table th {
    width: 15rem;
  }
}
/*=========================*/
/*==　　　レイアウト　　　 ==*/
/*=========================*/
.l-container {
  width: calc(100% - 2rem);
  max-width: 1400px;
  margin: auto;
}
.l-container.-m {
  max-width: 1240px;
}
.l-container.-l {
  max-width: 1500px;
}

.l-header {
  width: 100%;
  padding-top: clamp(0.5rem, 0.5208333333vw, 0.625rem);
  padding-bottom: clamp(0.5rem, 0.4166666667vw, 0.5rem);
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.85);
}
.l-header__inner {
  padding-left: clamp(0.5rem, 3.0208333333vw, 3.625rem);
  padding-right: clamp(0.5rem, 3.59375vw, 4.3125rem);
}
.l-header__logo {
  display: block;
  width: 20vw;
  aspect-ratio: 149/67;
}
.l-header__gnav {
  display: none;
  gap: clamp(1rem, 3.125vw, 3.75rem);
}
.l-header.-active {
  height: 100dvh;
  background-color: rgb(255, 255, 255);
}
.l-header.-active .l-header__gnav {
  display: block;
  margin-bottom: 3rem;
  align-items: center;
  padding-top: 20%;
}
.l-header.-active .l-header__gnav__lists {
  width: 100%;
}
.l-header.-active .l-header__gnav__list {
  width: 100%;
  margin-bottom: 1.5rem;
}
.l-header.-active .l-header__gnav__list a {
  display: block;
  text-align: center;
  font-size: 4vw;
}

@media screen and (min-width: 992px) {
  .l-header {
    width: 100%;
  }
  .l-header__inner {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__logo {
    width: clamp(1rem, 7.7604166667vw, 9.3125rem);
  }
  .l-header__gnav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .l-header__gnav__lists {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
  }
  .l-header__gnav__list a:hover {
    color: var(--color_pink01);
  }
  .l-header__tel {
    display: flex;
  }
}
@media screen and (min-width: 1300px) {
  .l-header__gnav__lists {
    gap: clamp(1rem, 11.0769230769vw, 2.25rem);
  }
  .l-header__gnav__list a {
    font-size: var(--f20);
  }
}
.l-footer {
  padding-top: clamp(4rem, 4.53125vw, 5.4375rem);
  padding-bottom: clamp(1rem, 1.5625vw, 1.875rem);
}
.l-footer__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}
.l-footer__logo img {
  width: clamp(10rem, 10.4166666667vw, 12.5rem);
}
.l-footer__address {
  margin-bottom: clamp(2rem, 2.0833333333vw, 2.5rem);
  text-align: center;
}
.l-footer__pdf {
  margin-bottom: clamp(4rem, 4.6875vw, 5.625rem);
}
.l-footer__pdf__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.l-footer__pdf__lists {
  margin-top: -1rem;
  padding-top: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  padding-bottom: clamp(1rem, 1.5625vw, 1.875rem);
  padding-left: clamp(1rem, 2.0833333333vw, 2.5rem);
  padding-right: clamp(1rem, 2.0833333333vw, 2.5rem);
  background-color: var(--color_mono06);
}
.l-footer__pdf__list:not(:last-of-type) {
  border-bottom: 1px solid var(--color_mono03);
}
.l-footer__pdf__list a {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.l-footer__copyright {
  text-align: center;
  font-size: 0.8rem;
}

@media screen and (min-width: 992px) {
  .l-footer__pdf__title {
    font-size: var(--f26);
  }
  .l-footer__pdf__lists {
    display: grid;
    grid-auto-flow: column;
  }
  .l-footer__pdf__list {
    position: relative;
  }
  .l-footer__pdf__list:not(:last-of-type) {
    border-bottom: none;
  }
  .l-footer__pdf__list:not(:last-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: clamp(1rem, 1.0416666667vw, 1.25rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--color_mono03);
  }
  .l-footer__pdf__list a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-page-header {
  margin-bottom: clamp(2rem, 5.7291666667vw, 6.875rem);
  padding-top: clamp(0.5rem, 4.4270833333vw, 5.3125rem);
  padding-bottom: clamp(0.5rem, 1.0416666667vw, 1.25rem);
  padding-left: clamp(0.5rem, 13.5416666667vw, 16.25rem);
  padding-right: clamp(0.5rem, 3.6458333333vw, 4.375rem);
  background-color: var(--color_lightpink01);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/page-header__bird.png);
  background-size: auto 130%;
  background-position: top 0 left 1rem;
}
.l-page-header__title {
  display: block;
  padding-bottom: clamp(0.5rem, 1.0416666667vw, 1.25rem);
}
.l-page-header__title__jpn {
  font-size: 1.25rem;
  font-weight: 700;
}
.l-page-header__title__eng {
  font-weight: 700;
  color: var(--color_pink01);
}
.l-page-header__bread {
  display: none;
}

@media screen and (min-width: 992px) {
  .l-page-header__title__jpn {
    font-size: var(--f65);
  }
  .l-page-header__title__eng {
    font-size: var(--f25);
  }
  .l-page-header__bread {
    display: block;
  }
  .l-page-header__bread__lists {
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
  }
  .l-page-header__bread__list {
    font-size: var(--f20);
  }
  .l-page-header__bread__list:not(:last-of-type):after {
    content: ">";
    margin: 0 0.75rem;
  }
}
.l-wrapper {
  display: grid;
  gap: clamp(4rem, 3.6458333333vw, 4.375rem);
  width: calc(100% - 2rem);
  max-width: 1500px;
  margin: auto;
  padding-bottom: clamp(4rem, 8.3333333333vw, 10rem);
}

@media screen and (min-width: 992px) {
  .l-wrapper {
    grid-template-columns: minmax(100px, 240px) 1fr;
  }
}
@media screen and (min-width: 992px) {
  .l-main {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .l-sidebar {
    order: 0;
  }
}
#c-hamburger {
  display: block;
  width: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 1rem;
  right: 0.5rem;
  z-index: 999;
}
#c-hamburger span {
  display: block;
  width: 2rem;
  height: 2px;
  position: absolute;
  background-color: var(--color_mono01);
  border-radius: 4px;
  transition: 0.3s;
}
#c-hamburger span:nth-of-type(1) {
  top: 0;
}
#c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}
#c-hamburger span:nth-of-type(3) {
  top: 1rem;
}
#c-hamburger.-active span:nth-of-type(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
#c-hamburger.-active span:nth-of-type(2) {
  opacity: 0;
}
#c-hamburger.-active span:nth-of-type(3) {
  top: 0.5rem;
  transform: rotate(-45deg);
}

@media screen and (min-width: 992px) {
  #c-hamburger {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */