/* 基準のcss 1440px以上を対象   */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%; /* 推奨: 必要なら指定 */
  height: 100%; /* 推奨: 必要なら指定 */
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 10px 0px;
  background-color: white;
  z-index: 1000;

  box-shadow: 0px 10px 10px 0px white;
  overflow-x: auto;
}
header #header-title {
  flex: 0 0 22.5%;
  display: flex;
  justify-content: center;
}

header #header-title img {
  padding: 0px 20px;
}

header nav {
  flex: 0 0 55%;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-right: 0px;
}
header nav ul li {
  margin-right: 20px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-family: "BIZ UDPMincho";
  text-align: right;
}
header nav ul li a {
  text-decoration: none;
  color: black;
  white-space: nowrap;
}
header nav ul li a:hover {
  color: #2196f3;
}

header #header-contact-block {
  flex: 0 0 22.5%;
  display: flex;
  width: 100%;
  justify-content: center;
}

#header-contact-block #header-contact-circle {
  max-width: 200px;
  min-width: 200px;
  max-height: 50px;
  min-height: 50px;
  border-radius: 25px;
  background-color: #87ceeb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#header-contact-block #header-contact-circle:hover {
  background-color: #2196f3;
}

#header-contact-block #hdeader-contact-text {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Source Han Serif";
  text-align: center;
  margin-left: 10px;
}

main {
  height: auto;
}

main #top-block {
  position: relative;
  overflow: hidden;
}

#top-block #top {
  background-image: url("../assets/images/kv.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 525px;
  height: 50vw;
  background-color: #87ceeb;
  position: relative;
  z-index: 0;

  display: flex;
  justify-content: end;
}

#top-message {
  position: relative;
  margin-right: 3%;
  height: fit-content;
  margin-top: 27%;
  color: #87ceeb;

  z-index: 2;
  background-color: white;
  display: block;
  box-shadow: 0 0 20px 20px white;
  padding: 1% 2%;
}

#top-message-font1 {
  font-size: 2.75rem;
  letter-spacing: 14px;
  line-height: 5.5rem;
  font-weight: 400;
  font-family: "BIZ UDPMincho";

  white-space: nowrap; /* 改行を防ぐ */
  overflow: hidden; /* はみ出しを防ぐ */
}
#top-message-font2 {
  font-size: 2rem;
  letter-spacing: 8px;
  line-height: 4rem;
  font-weight: 400;
  font-family: "BIZ UDPMincho";
  white-space: nowrap; /* 改行を防ぐ */
  overflow: hidden; /* はみ出しを防ぐ */
  align-items: end;
}

main #feature {
  background-color: #87ceeb;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -5px;
}

#feature-text {
  position: absolute;
  top: 80px;
  left: -160px;
}

#feature-text-font {
  writing-mode: vertical-rl;
  font-size: 12.8125rem;
  letter-spacing: 53px;
  line-height: 90px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "BIZ UDPMincho";
}

#feature #feature-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  position: relative;
  margin: 200px 240px 200px;
}

#feature-content .feature-content-image-block {
  display: flex;
  gap: 24px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

#feature-content .feature-content-image {
  width: 300px;
  object-fit: contain;
}

#feature-content .feature-content-philosophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 75%;
}

#feature-content .feature-content-philosophy-title {
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 50px;
  background-image: linear-gradient(90deg, #5fc3f5 0%, #987ff6 100%);
  padding: 10px 50px;
  width: fit-content;
  color: white;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  border-radius: 10px;
}

#feature-content .feature-content-philosophy-text {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

#feature-content .feature-content-policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 100%;
  max-width: 900px;
}

#feature-content .feature-content-policy-title {
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 50px;
  background-image: linear-gradient(90deg, #4be5cf 0%, #d3f7ad 100%);
  padding: 10px 50px;
  width: fit-content;
  color: white;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  border-radius: 10px;
}

#feature-content .feature-content-policy-text-block {
  display: flex;
  justify-content: center;
  gap: 32px 48px;
  flex-wrap: wrap;
}

#feature-content .feature-content-policy-text {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 30px;
  color: white;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  width: 250px;
  text-align: center;
}

#feature-content .feature-box {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.feature-box .feature-box-text {
  width: 50%;
  padding-top: 10px;
  box-sizing: border-box;
}

.feature-box-text-image .feature-box-text-left {
  padding-left: 40px;
}

.feature-box-text-image .feature-box-text-right {
  padding-right: 40px;
}

.feature-box .feature-box-header {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #87ceeb;
  font-weight: 500;
  font-family: "Lora", "Drummond Variable", serif;
  padding-top: 30px;
}

.feature-box .feature-box-title {
  font-size: 2.375rem;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
  color: #040404;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  padding-bottom: 30px;
}

.feature-box .feature-box-text-image {
  display: flex;
  width: 100%;
  position: relative;
}
.feature-box-text-image-reverse {
  flex-direction: row-reverse;
}

.feature-box-text .feature-box-content {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
  color: #090909;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

.feature-box-text-image .feature-box-image {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 40px;
}

.feature-box-image .feature-box-image-size {
  height: 90%;
  width: 100%;
  object-fit: contain;
}

#facility-block {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 3px 150px;
}
#facility {
  max-width: 1100px;
}

#facility #facility-image {
  width: 100%;
}
#facility #facility-title {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ba55d3;
  font-weight: bold;
  font-family: "Lora", serif;
  margin-top: 50px;
  margin-bottom: 0px;
}

#facility #facility-info {
  font-size: 3rem;
  letter-spacing: 5px;
  line-height: 50px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  margin-top: 10px;
}

#facility .facility-description {
  font-size: 1.25rem;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 30px;
  width: 80%;
  font-family: "Zen Old Mincho";
  text-align: left;
}

#facility .facility-description ul {
  list-style-type: disc;
  margin-top: 40px;
}

#facility .facility-description li {
  text-align: left;
  margin-top: 20px;
}

#facility .facility-image-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#facility .facility-image-block img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

#facility #facility-content {
  max-width: 1000px;
  display: inline-block;
  margin: 0 auto;
  width: 100%;

  margin: 0 auto; /* 左右のマージンを自動設定 */
  text-align: center;
  padding: 60px 10px 10px;
}

.facility-content-info-block {
  position: relative;
  align-items: end;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  justify-content: start;
  background-color: transparent;
}
.facility-content-info-block .facility-name-line {
  width: 3px;
  margin: 7px 0px;
  justify-content: space-between;
  background-color: #87ceeb;
}

#facility-content .facility-content-info {
  width: 100%;
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid #87ceeb;
  padding-bottom: 1px;
}

.facility-content-info .facility-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.facility-name .facility-name-text {
  padding-left: 8px;

  font-size: 1.3rem;
  letter-spacing: 3px;
  line-height: 50px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

.facility-content-info .facility-data {
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: end;

  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

#facility-content #facility-link-block {
  display: flex;
  padding: 50px 10px;
  justify-content: space-between;
  max-width: 980px;
  height: auto;
}

#facility-link-block .facility-link-button {
  width: 60%;
  max-height: 82px;
  height: 70px;
  border-radius: 3px;
  background-color: #87ceeb;
  margin: 0px 25px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.facility-link-button .facility-link-icon {
  margin-right: 10px;
}

.facility-link-button p {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Zen Old Mincho";
}

#facility-link-block .facility-link-button:hover {
  background-color: #2196f3;
}

main #overview-block {
  display: flex;
  justify-content: center;
}
#overview-block #overview {
  background-color: transparent;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
}

#overview-block .overview-side {
  flex-grow: 1;
  min-width: 10%;
}
#overview-block #overview-center {
  flex: 0 1 1440px;
  max-width: 1440px;
  width: 100%;
  display: block;
  position: relative;
}

#overview #overview-title {
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 46px;
  text-transform: uppercase;
  color: #87ceeb;
  font-weight: bold;

  margin-top: 10px;
  margin-bottom: 0px;

  font-family: "Lora", "Drummond Variable", serif;
  font-variation-settings: "wght" 400;
}

#overview #overview-state {
  font-size: 3rem;
  letter-spacing: 5px;
  line-height: 46px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";

  margin-top: 10px;
  margin-bottom: 50px;
}

.overview-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  height: auto;
}

.overview-content .images {
  display: grid;
  gap: 40px;
  width: 50%;
  grid-template-rows: 65% 35%;
  grid-template-columns: 35% 65%;
}

.overview-content .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-content .images img:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}

.overview-content .images img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}

.overview-content .images img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
/* .overview-content img {
  width: 45vw;
  max-width: 65%;
  display: block;
} */

.overview-content .overview-content-info-overlay {
  opacity: 0.702;
  width: 55%;
  min-width: 600px;
  min-height: 200px;
  bottom: 0%;
  background-color: #d9fad9;
  z-index: 10;
}

.overview-content .overview-content-right {
  right: 0%;
  height: 70%;
  min-height: 200px;
  position: absolute;
  padding-right: 20px;
}
.overview-content .overview-content-left {
  position: absolute;
  left: 0%;
  height: 70%;
  min-height: 200px;
}

.overview-reverse {
  flex-direction: row-reverse;
}

.overview-content-title {
  font-size: 1.875rem;
  letter-spacing: 3px;
  line-height: 46px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  text-align: start;
  padding: 50px 20px 50px 30px;
  padding-left: 8%;
}
.overview-content-info {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  text-align: start;
  padding-left: 6%;
}

#access {
  padding-top: 60px;
  position: relative;
  display: flex;
}
#access #access-map {
  width: 50%;
  max-width: 1000px;
  position: relative;
}
#access-map #map-block {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 60%;
  height: 115%;
  background-color: #d9fad9;
  z-index: 0;
}

#access-map #map-block-sp {
  position: block;
  left: 0%;
  top: 0%;
  width: 60%;
  height: 50px;
  background-color: #d9fad9;
  visibility: hidden;
}

#access-map #access-link {
  margin-top: 50px;
}
#access-link iframe {
  position: relative;
  margin-top: 10%;
  width: 100%;
  z-index: 1;
}
#access #access-info {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5%;
}

#access-info #access-info-title {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #87ceeb;
  font-weight: bold;
  font-family: "Lora", "Drummond Variable", serif;
}

#access-info #access-info-info {
  font-size: 3rem;
  letter-spacing: 5px;
  line-height: 50px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

#access-info #access-info-address {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 36px;
  color: #171918;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  padding-top: 40px;
}

#flow-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px 30px 0px;
  box-sizing: border-box;
}

#flow-block #flow {
  width: 60%;
  max-width: 1100px;
  min-width: 750px;
  margin-top: 180px;
  background-color: #87ceeb;

  display: flex;
  align-items: center;
  flex-direction: column;
}

#flow #flow-head {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-family: "Lora", "Drummond Variable", serif;
  padding-top: 20px;
}

#flow #flow-title {
  font-size: 2.875rem;
  letter-spacing: 5px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  margin-bottom: 30px;
}

#flow-block .flow_about-entry {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  font-family: "Zen Old Mincho";
  margin-top: 80px;
}

.flow_about-entry .left,
.flow_about-entry .right {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  max-width: 460px;
}

.flow_about-entry .flow_about-entry_title {
  font-size: 24px;
  padding: 4px 12px;
  background-color: #87ceeb;
  color: white;
  border-radius: 12px;
}

.flow_about-entry .flow_about-entry_description {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  line-height: 1.8;
  color: #171918;
}

.flow_about-entry .flow_about-entry_description span {
  color: red;
  font-weight: 700;
  font-size: 28px;
}

.flow_about-entry_appendix {
  font-size: 16px;
  margin-top: 8px;
  color: #171918;
}

.flow_contact {
  width: 100%;
  max-width: 750px;
  background-color: #d9fad9;
  border-radius: 12px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding: 12px;
  font-family: "Zen Old Mincho";
  color: #171918;
}

.flow_contact span {
  color: red;
  font-weight: 700;
  font-size: 22px;
  margin-left: 16px;
}

#recruit-block {
  margin-top: 200px;
  width: 100%;
  margin-left: 0px;
  position: relative;
}

#recruit {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
#recruit-img {
  width: 73%;
  min-width: 200px;
  position: relative;
  top: 0px;
  z-index: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../assets/images/recruit_bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  height: 700px;
  background-color: #87ceeb;
}

#recruit-block #recruit-title {
  font-size: 11.25rem;
  letter-spacing: 14px;
  line-height: 30px;
  color: #87ceeb;
  font-weight: 400;
  font-family: "BIZ UDPMincho";
  position: absolute;

  margin-top: -25px;
  padding-left: 50px;
  z-index: 2;
}

#recruit #recruit-link-block {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recruit-link-block .recruit-link-button {
  max-width: 617px;
  width: 30%;
  min-width: 440px;
  aspect-ratio: 5/2;
  border-radius: 10px;

  margin: 0px 25px;
  text-wrap: nowrap;
  display: flex;
  text-decoration: none;
  position: relative;
}

#recruit-link-block .recruit-new {
  background-image: linear-gradient(90deg, #5fc3f5 0%, #987ff6 100%);
}
#recruit-link-block .recruit-new:hover {
  background-image: linear-gradient(90deg, #4fb3e5 0%, #886fe6 100%);
}

#recruit-link-block .recruit-career {
  background-image: linear-gradient(90deg, #4be5cf 0%, #d3f7ad 100%);
}
#recruit-link-block .recruit-career:hover {
  background-image: linear-gradient(90deg, #3bd5bf 0%, #c3e79d 100%);
}

.link-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
}

.recruit-link-button .recruit-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.recruit-info .recruit-info-title {
  font-size: 2.8125rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  padding: 10px 10px;
}

.recruit-info .recruit-info-title-en {
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  padding: 15px 10px 0px;
}

#recruit-link-block .recruit-link-button:hover {
  background-color: #2196f3;
}

main #contact-block {
  width: 100%;
  background-color: #87ceeb;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-block #contact {
  width: 76%;
  max-width: 1460px;
  background-color: #ffffff;
  margin: 150px 0px;
  padding: 75px 50px;

  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 20px;
  box-sizing: border-box;
}

#contact #contact-title {
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
  color: #87ceeb;
  font-weight: bold;
  font-family: "Drummond Variable";
  margin: 0px 0px;
}

#contact #contact-info {
  font-size: 3rem;
  letter-spacing: 5px;
  line-height: 50px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-family: "Zen Old Mincho";
  margin: 0px 0px;
}

#contact #contact-form {
  margin-top: 70px;
  width: 86%;
}

.contact-form-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 30px 3px;
}

.contact-form-group-top-line {
  border-top: 1px solid #98fb98;
}
.contact-form-group-to-bottom-line {
  border-top: 1px solid #98fb98;
  border-bottom: 1px solid #98fb98;
}
.contact-form-group .contact-form-label {
  box-sizing: border-box;
  width: 35%;

  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 30px;
  color: #111111;
  font-weight: 400;
  font-family: "Zen Old Mincho";

  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0px 20px 0px 0px;
}

.contact-form-group .contact-form-input {
  box-sizing: border-box;
  width: 73%;
  height: 42px;
  border-radius: 4px;
  background-color: #d9d9d9;
  border: none;

  margin: 0px 10px;
  padding: 0px 10px;
}

.contact-form-group .contact-form-radio-input {
  box-sizing: border-box;
  width: 73%;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-radio-input input[type="text"] {
  padding-left: 5px;
}

.contact-form-radio-input input[type="radio"] {
  accent-color: blue;
}

.contact-form-group .contact-form-textarea {
  box-sizing: border-box;
  width: 73%;
  border-radius: 4px;
  background-color: #d9d9d9;
  border: none;

  margin: 0px 10px;
  padding: 10px 10px;
}

#contact #contact-form-button-block {
  width: 100%;
  padding-top: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

#contact #contact-form-button {
  width: 273px;
  height: 70px;
  border-radius: 3px;
  background-color: #87ceeb;
  border: none;
  color: white;
}

#contact #contact-form-button:hover {
  cursor: pointer;
  background-color: #2196f3;
}

#contact #contact-form-attention {
  padding-top: 30px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 25px;
  color: #ff0000;
  font-weight: 400;
  font-family: "Zen Old Mincho";
}

footer {
  position: relative;
  width: 100%;
  height: 385px;
  background-color: #87ceeb;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

#footer-arc {
  position: absolute;
  top: 0px; /* 円弧の位置調整 */
  width: 100%;
  height: 700px;
  background: white;
  background-color: white;
  border-radius: 100% / 25%; /* 横方向100%、縦方向50pxの楕円 */
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  padding: 70px 10px 0px;
}

#footer-arc #footer-address {
  font-size: 0.9375rem;
  letter-spacing: 1px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: 500;
  font-family: "Source Han Serif";
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

#footer-arc #footer-link {
  padding: 20px 80px;
  border-radius: 5px;
  background-color: #87ceeb;

  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#footer-arc #footer-link:hover {
  background-color: #2196f3;
}

#footer-link #footer-link-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

#footer-arc #footer-right {
  padding-top: 35px;

  font-size: 0.6875rem;
  letter-spacing: 1px;
  line-height: 48px;
  color: #131313;
  font-weight: 500;
  font-family: "Source Han Serif";
}

#footer-link-text {
  font-family: "Zen Old Mincho";
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  color: #171918;
  font-weight: 700;
}

#footer-link-text span {
  font-size: 1rem;
  letter-spacing: 1px;
}
