@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  vertical-align: bottom;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 641px) {
  .display-sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .display-pc {
    display: none;
  }
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

.anim-fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.anim-fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.anim-fade-in-left {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.anim-fade-in-left.show {
  opacity: 1;
  transform: translateY(0);
}

.anim-jump {
  animation: anim-jump 1.5s ease-in-out infinite;
}

@keyframes anim-jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.about__flex {
  display: flex;
  justify-items: center;
  align-items: center;
}

.about__text {
  margin-top: 20px;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

.about__vision {
  position: relative;
}
.about__vision .about__vision-main {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 639px) {
  .about__vision .about__vision-main {
    flex-direction: column;
  }
}
.about__vision .about__vision-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #D4DBE0;
  top: 50px;
  left: 0;
  right: 35%;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .about__vision .about__vision-main::before {
    top: 12%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .about__vision .about__vision-main--reverse {
    flex-direction: column-reverse;
  }
}
.about__vision .about__vision-text {
  padding-top: 10px;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .about__vision .about__vision-text {
    max-width: 480px;
    padding: 27px 10px 0 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.about__vision .about__vision-img {
  max-width: 400px;
}
@media screen and (max-width: 639px) {
  .about__vision .about__vision-img {
    width: 90%;
    margin: 10px auto;
  }
}

.about__merit {
  margin: 80px 0 70px 0;
}
.about__merit .about__box {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  padding: 25px;
}
@media screen and (max-width: 639px) {
  .about__merit .about__box {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .about__merit .about__box--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) {
  .about__merit .about__box-text {
    max-width: 600px;
  }
}
.about__merit .about__box-text--left {
  margin-left: 15px;
}
.about__merit .about__box-figure {
  width: 110px;
  margin: 15px;
}
@media screen and (max-width: 639px) {
  .about__merit .about__box-figure {
    width: 40%;
    margin-inline: auto;
  }
}
.about__merit .about__box-head {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .about__merit .about__box-head {
    text-align: center;
  }
}

.about__service .about__service-list {
  width: 700px;
  margin-inline: auto;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 639px) {
  .about__service .about__service-list {
    width: 100%;
  }
}
.about__service .about__service-item {
  position: relative;
  width: 500px;
  margin: 35px auto;
  padding-left: 8%;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .about__service .about__service-item {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.about__service .about__service-item span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #034677;
}
@media screen and (max-width: 639px) {
  .about__service .about__service-item span {
    padding-left: 11px;
  }
}
.about__service .about__service-item:has(small) span {
  border-bottom: none;
  padding-bottom: 5px;
}
.about__service .about__service-item:has(small) small {
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid #034677;
  font-weight: normal;
  color: #555;
}
@media screen and (max-width: 639px) {
  .about__service .about__service-item:has(small) small {
    padding-left: 11px;
  }
}
.about__service .about__service-item:last-child small {
  border-bottom: none;
}
.about__service .about__service-item:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 3%;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/images/site/check.webp) no-repeat center center/contain;
}
@media screen and (max-width: 639px) {
  .about__service .about__service-item:before {
    left: 1%;
    width: 23px;
    height: 23px;
  }
}

.button__area {
  text-align: center;
}
.button__area--committee {
  margin: 10px auto 0;
}

a:link.button,
a:visited.button,
a:hover.button {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  width: 320px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100vh;
  overflow: hidden;
  background: #272727;
  z-index: 0;
}
a:link.button::before,
a:visited.button::before,
a:hover.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #C70E0E;
  transform: translateX(-50%);
  z-index: -1;
  transition: width 0.5s ease;
}
a:link.button::after,
a:visited.button::after,
a:hover.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("/images/site/button-arrow.png") no-repeat center/contain;
  z-index: 1;
}
a:link.button:hover::before,
a:visited.button:hover::before,
a:hover.button:hover::before {
  width: 200%;
}
a:link.button:hover::after,
a:visited.button:hover::after,
a:hover.button:hover::after {
  background: url("/images/site/button-arrow-red.png") no-repeat center/contain;
}

a:link.button--entry,
a:visited.button--entry,
a:hover.button--entry {
  background: #C70E0E;
}
a:link.button--entry::before,
a:visited.button--entry::before,
a:hover.button--entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #272727;
  transform: translateX(-50%);
  z-index: -1;
  transition: width 0.5s ease;
}
a:link.button--entry::after,
a:visited.button--entry::after,
a:hover.button--entry::after {
  background: url("/images/site/button-arrow-red.png") no-repeat center/contain;
}
a:link.button--entry:hover::after,
a:visited.button--entry:hover::after,
a:hover.button--entry:hover::after {
  background: url("/images/site/button-arrow.png") no-repeat center/contain;
}

a:link.button--past,
a:visited.button--past,
a:hover.button--past {
  display: inline-block;
  width: 150px;
  background: #9B6C04;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  margin: 20px 10px;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.4s ease;
  letter-spacing: 0.08rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 639px) {
  a:link.button--past,
  a:visited.button--past,
  a:hover.button--past {
    width: 40%;
  }
}

a:hover.button--past {
  background: #fff;
  color: #9B6C04;
}

.breadcrumbs {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  padding: 0 0 5px;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #F2F2F2;
  padding: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 639px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__item {
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumbs__item:after {
  content: " > ";
  color: #4a4a4a;
  padding: 0 5px;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

.conference__img {
  width: 600px;
  margin: 10px auto;
}
@media screen and (max-width: 639px) {
  .conference__img {
    display: none;
  }
}
.conference__img--sp {
  width: 100%;
  margin: 20px 0;
}
@media screen and (min-width: 641px) {
  .conference__img--sp {
    display: none;
  }
}

.conference__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .conference__grid {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 10px auto;
  }
}

.company table, .company tr, .company th, .company td {
  border-collapse: collapse;
  border: 1px solid #a6a6a6;
  padding: 10px;
  text-align: left;
}
.company th {
  font-weight: normal;
  text-align: center;
  background: #D4DBE0;
  width: 100px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .company th {
    width: 20%;
  }
}
.company td {
  font-size: 14px;
  font-size: 0.875rem;
}

.company__heading {
  background: #024677;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.company__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 15px;
}
@media screen and (max-width: 639px) {
  .company__title {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
}
.company__title .company__logo {
  width: 120px;
  border: 1px solid #BCBCBC;
  padding: 5px;
}
@media screen and (max-width: 639px) {
  .company__title .company__logo {
    width: 30%;
  }
}
.company__title .company__logo img {
  width: 100%;
}
.company__title .company__name {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 639px) {
  .company__title .company__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.company__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .company__gallery {
    display: block;
    position: relative;
    overflow: hidden;
    height: 220px;
  }
  .company__gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fade 9s infinite;
  }
  .company__gallery img:nth-child(1) {
    animation-delay: 0s;
  }
  .company__gallery img:nth-child(2) {
    animation-delay: 3s;
  }
  .company__gallery img:nth-child(3) {
    animation-delay: 6s;
  }
}

@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  10%, 30% {
    opacity: 1;
  }
}
.company__catchcopy {
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 641px) {
  .company__director {
    display: flex;
    justify-content: space-between;
  }
}
.company__director-img {
  width: 25%;
}
@media screen and (max-width: 639px) {
  .company__director-img {
    width: 70%;
    margin-inline: auto;
  }
}
.company__director-name {
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.company__director-text {
  width: 70%;
}
@media screen and (max-width: 639px) {
  .company__director-text {
    width: 100%;
  }
}

.company__emblem {
  width: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .company__emblem {
    width: 27%;
  }
}

.company__recruit-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 10px 0;
}
@media screen and (max-width: 639px) {
  .company__recruit-banner {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

a:link.company__recruit-link,
a:visited.company__recruit-link,
a:hover.company__recruit-link {
  display: inline-block;
  color: #024677;
  text-decoration: none;
  border-bottom: 1px solid #a6a6a6;
  padding: 5px 0;
}

.company__list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px;
  margin: 25px auto 20px;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .company__list {
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
  }
}

.company__item {
  width: 100%;
  aspect-ratio: 95/72;
  background: #ffffff;
  border: 1px solid #aeaeae;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.company__item img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  margin-inline: auto;
}
.company__item a:link,
.company__item a:visited {
  transition: 0.3s;
}
.company__item a:hover {
  opacity: 0.5;
}

.company__note {
  text-align: center;
  margin: 20px 0;
}

.company__list-past {
  margin: 40px 0 20px;
}
.company__list-past li {
  margin: 10px;
}

.committee__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 20px;
  margin: 30px 0;
}

@media screen and (min-width: 641px) {
  .committee__item--front {
    width: 400px;
  }
}

@media screen and (min-width: 641px) {
  .committee__item--profile {
    display: flex;
    justify-content: center;
  }
}

.committee__name {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.committee__name span {
  font-size: 14px;
  font-size: 0.875rem;
}

.committee__name--profile {
  margin-bottom: 7px;
}
.committee__name--profile span {
  font-size: 16px;
  font-size: 1rem;
}

.committee__profile {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}

.committee__img {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 639px) {
  .committee__img {
    width: 100%;
    margin-inline: auto;
  }
}
.committee__img img {
  width: 100%;
}

.committee__job {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  padding: 3px;
}

.committee__info {
  width: 60%;
  margin-left: 30px;
}
@media screen and (max-width: 639px) {
  .committee__info {
    width: 100%;
    margin: 10px 0;
  }
}

.committee__criterion {
  width: 700px;
  margin: 45px auto;
}
@media screen and (max-width: 639px) {
  .committee__criterion {
    display: none;
  }
}
.committee__criterion--sp {
  width: 90%;
  margin: 30px 10px;
}
@media screen and (min-width: 641px) {
  .committee__criterion--sp {
    display: none;
  }
}

.commitee__criterion-text {
  text-align: center;
}

.contact {
  max-width: 600px;
  margin: 20px auto;
  padding: 50px 60px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .contact {
    margin: 0;
    padding: 40px 20px;
  }
}
.contact h2, .contact .contact__agreement {
  text-align: center;
}
.contact__form-heading {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.contact__form-heading .required {
  color: #C60E0D;
  border: 1px solid #C60E0D;
  background: white;
  font-weight: normal;
  padding: 5px;
  margin-left: 9px;
  font-size: 10px;
  font-size: 0.625rem;
}
.contact__form-heading .ninni {
  color: #606060;
  border: 1px solid #606060;
  background: white;
  font-weight: normal;
  padding: 5px;
  margin-left: 9px;
  font-size: 10px;
  font-size: 0.625rem;
}
.contact__form-item {
  margin: 35px 0;
}
.contact input.contact__company[type=text],
.contact input.contact__name[type=text],
.contact input.contact__mail[type=email],
.contact input.contact__tel[type=tel],
.contact textarea.contact__message,
.survey .survey__input-text[type=text] {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 3px;
  padding: 10px;
}
.contact input.contact__company[type=text]::placeholder,
.contact input.contact__name[type=text]::placeholder,
.contact input.contact__mail[type=email]::placeholder,
.contact input.contact__tel[type=tel]::placeholder,
.contact textarea.contact__message::placeholder,
.survey .survey__input-text[type=text]::placeholder {
  color: #989898;
}
.contact input.contact__submit[type=submit] {
  display: inline-block;
  padding: 15px 40px;
  width: 320px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 100vh;
  background: #C70E0E;
  cursor: pointer;
}

a:link.contact__sub-button,
a:visited.contact__sub-button,
a:hover.contact__sub-button {
  text-align: center;
  display: block;
  border: 1px solid #024677;
  color: #024677;
  padding: 10px;
  margin: 10px 0;
  text-decoration: none;
  transition: background-color 0.4s ease;
}

a:hover.contact__sub-button {
  background: #024677;
  color: #fff;
}

.contact__form-body label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
  font-size: 16px;
  font-size: 1rem;
}

/* チェックされたラジオボタン内側のスタイル */
input[type=radio]::before {
  background-color: #024677;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

/* チェックされたらラジオボタン内側を表示 */
input[type=radio]:checked::before {
  opacity: 1;
}

/* デフォルトのラジオボタンのスタイル */
input[type=radio] {
  background: white;
  appearance: none;
  border: 1px solid #024677;
  border-radius: 50%;
  height: 20px;
  left: -0.5em;
  margin: 0;
  position: relative;
  width: 20px;
}

.survey {
  max-width: 800px;
  margin: 20px auto;
  padding: 50px 60px;
  text-align: left;
  border: 5px solid #cbc099;
  border-radius: 5px;
  background: #f3f1eb;
}
@media screen and (max-width: 639px) {
  .survey {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
}

.content__bg--gray {
  background: #F2F2F2;
}

.content__bg--bluegray {
  background: #D4DBE0;
}

.content__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 50px 40px;
}
@media screen and (max-width: 639px) {
  .content__inner {
    padding: 40px 20px;
  }
}
.content__inner--wide {
  max-width: 1200px;
}

.content__heading {
  position: relative;
  font-weight: bold;
  padding-left: 25px;
  font-size: 12px;
  font-size: 0.75rem;
}
.content__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #024677;
}
.content__heading--no-line {
  padding-left: 0;
}
.content__heading--no-line::before {
  display: none;
}

.content__heading--en {
  font-family: "Playfair Display", serif;
  color: #CBC099;
  margin: 0;
  line-height: 1.2;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  font-size: 75px;
  font-size: 4.6875rem;
}
@media screen and (max-width: 639px) {
  .content__heading--en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.content__heading--entry {
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.2;
  color: #034677;
  text-align: center;
  font-size: 65px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 639px) {
  .content__heading--entry {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.text-white {
  color: white;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-position {
  padding-left: 20px;
}

.mb-18 {
  margin-bottom: 18px;
}

.content__subheading {
  padding-bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 639px) {
  .content__subheading {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.content__subheading--line {
  border-bottom: 1px solid;
}

.content__subheading-lead {
  padding-bottom: 6px;
  background-image: linear-gradient(to right, transparent 30%, #CBC099 30%, #CBC099 70%, transparent 70%), linear-gradient(to right, #04416E, #04416E);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 2px, 100% 2px;
  font-size: 16px;
  font-size: 1rem;
}

.content__text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .content__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.content__text--strong {
  font-weight: bold;
  color: #C60E0D;
}

.content__deco {
  width: 150px;
  height: 23px;
  background: #024677;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.entry li {
  line-height: 2;
  letter-spacing: 0.06rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry__inner {
  background: #fff;
  padding: 40px 30px 30px;
}

.entry__img {
  width: 350px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 639px) {
  .entry__img {
    width: 75%;
  }
}

.entry__text {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
.entry__text--status {
  margin: 25px 0 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.entry__text--status span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.entry__text--note {
  color: #C70E0E;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry__flow {
  margin: 60px 0;
}

.entry__flow-item {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10px 0 80px 0;
}
@media screen and (max-width: 639px) {
  .entry__flow-item {
    flex-direction: column;
    margin: 10px 0 60px 0;
  }
}
.entry__flow-item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background-image: url("/images/site/flow-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(25px);
}

.entry__flow-img {
  width: 300px;
}
@media screen and (max-width: 639px) {
  .entry__flow-img {
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 641px) {
  .entry__flow-text {
    margin-left: 20px;
    width: 500px;
  }
}

.entry__flow-title {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 7px;
}
.entry__flow-title span {
  font-weight: bold;
  color: #024677;
  padding-right: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
}

.entry__heading {
  background: #024677;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry__basic h4 {
  margin: 5px 0;
}
.entry__basic li {
  margin: 20px 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #85A1B5;
  padding: 0 10px;
}
@media screen and (max-width: 639px) {
  .footer {
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 641px) {
  .footer__inner {
    padding: 20px 15px 15px;
  }
}
.footer__inner a:link.footer__link,
.footer__inner a:visited.footer__link,
.footer__inner a:hover.footer__link {
  display: inline-block;
  color: black;
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
}

.header {
  display: none;
}
@media screen and (max-width: 639px) {
  .header {
    display: block;
    border-top: 8px solid #024677;
  }
}

.header__logo {
  width: 30%;
  margin: 3px;
}
@media screen and (min-width: 641px) {
  .header__logo {
    display: none;
  }
}

#header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #8397a5;
  display: none;
  z-index: 998;
  padding-top: 30%;
}

#header__nav.panelactive {
  display: flex;
  justify-content: center;
}

a:link.header__link,
a:visited.header__link,
a:hover.header__link {
  display: inline-block;
  padding: 6px 0;
  color: white;
  padding: 15px;
  text-decoration: none;
  letter-spacing: 0.08rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.header .hamburger {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 24px;
  cursor: pointer;
  z-index: 998;
}
.header .hamburger span {
  display: block;
  height: 2px;
  background: #333;
  margin: 6px 0;
  transition: opacity 0.2s;
}
.header .hamburger::before, .header .hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.header .hamburger.active span {
  opacity: 0;
}
.header .hamburger.active::before {
  opacity: 1;
  transform: rotate(45deg);
}
.header .hamburger.active::after {
  opacity: 1;
  transform: rotate(-45deg);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  padding: 20px;
  border-right: 1px solid #ddd;
  background: #024677;
  border-radius: 0 30px 0 0;
  margin-top: 35px;
  z-index: 1000;
}
@media screen and (max-width: 639px) {
  .sidebar {
    display: none;
  }
}

.sidebar__layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 641px) {
  .sidebar__inner {
    margin-left: 240px;
  }
}

.sidebar__logo {
  display: block;
  width: 150px;
  margin: 50px auto 40px auto;
}
@media screen and (max-width: 639px) {
  .sidebar__logo {
    display: none;
  }
}
.sidebar__logo img {
  width: 100%;
}

.sidebar__nav {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .sidebar__nav {
    display: none;
  }
}

.sidebar__item a:link.sidebar__link,
.sidebar__item a:visited.sidebar__link,
.sidebar__item a:hover.sidebar__link {
  display: inline-block;
  padding: 6px 0;
  color: white;
  padding: 15px;
  text-decoration: none;
  letter-spacing: 0.06rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 641px) {
  .welcome {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

.welcome__logo {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .welcome__logo {
    display: none;
  }
}

.welcome__main-text {
  color: #956601;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 639px) {
  .welcome__main-text {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.welcome__main-text {
  /* 外側のラッパー（文字を隠す箱） */
}
.welcome__main-text span {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: bottom;
}
.welcome__main-text {
  /* 実際に動く文字 */
}
.welcome__main-text span span {
  display: inline-block;
  transform: translateY(120%);
  animation: showTextFromBottom 0.5s forwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.welcome__info-text {
  color: #8d8e8f;
  border-top: 1px solid #aeaeae;
  padding: 10px 20px;
  margin: 35px 0 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.welcome__text {
  color: #956601;
  margin: 10px 15px 10px 0;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 641px) {
  .welcome__text-area {
    width: 780px;
  }
}

.welcome__img {
  width: 200px;
}
@media screen and (max-width: 639px) {
  .welcome__img {
    width: 80%;
    margin-inline: auto;
  }
}

.welcome__img.jump {
  animation: jump 0.8s ease-out;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
ul {
  margin: 0;
  padding: 0;
}

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