@charset 'UTF-8';

/* fadein effect */
html:not(.loaded) #wrapper {
  opacity: 0;
}
html.loaded #wrapper {
  transition: 0.8s opacity ease-out;
}
article[id]:not(#special).fadein.outside {
  opacity: 0;
  translate: 0 4rem;
}
article[id]:not(#special).fadein:not(.outside) {
  transition: 0.4s translate ease-out 0.2s, 0.4s opacity ease-in-out 0.2s;
}

/*  intro  */
#intro {
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  background-color: rgb(0, 73, 126);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #intro section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  #intro section h2 {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #intro section .desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #intro section .photo {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
#intro section h2 {
  padding: 0.6em 0 0.6em 0.05em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20.3rem;
  box-sizing: border-box;
  font-family: var(--ZenKakuGothicNew);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #intro section h2 {
    min-height: 16.8rem;
    font-size: 5.5rem;
  }
}
#intro section h2 .kern {
  letter-spacing: calc(1.65 / 55 * -1em);
}
#intro section .desc {
  padding: 1.88em 0;
  font-size: 1.7rem;
  line-height: 1.88;
}
@media screen and (min-width: 768px) {
  #intro section .desc {
    padding: 1.5em 0;
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #intro section .desc > div {
    padding: 9rem 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#intro section .desc p {
  margin: 0;
  font-weight: 500;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
#intro section .desc p + p {
  margin-top: 1.88em;
}
@media screen and (min-width: 768px) {
  #intro section .desc p + p {
    margin-top: 1.5em;
  }
}
#intro section .photo {
  padding-top: 6.4rem;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #intro section .photo {
    padding-top: 0;
    padding-right: 1.3rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #intro section .photo .image {
    margin-left: calc(100% - 50vw);
    height: 53rem;
  }
}
#intro section .photo .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 361 / 286;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left 66%;
  object-position: left 66%;
  border-radius: 0 30px 30px 0;
}
@media screen and (min-width: 768px) {
  #intro section .photo .image img {
    aspect-ratio: auto;
  }
}
#intro .kv {
  margin: 0 calc(50% - 50vw);
  height: calc(100svh - 7rem - 20.3rem);
  order: -10;
  position: relative;
}
@media screen and (min-width: 768px) {
  #intro .kv {
    height: calc(100svh - 9rem - 16.8rem);
  }
}
#intro .kv .slider {
  display: flex;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -webkit-animation: 24s infinite-scroll linear infinite;
  animation: 24s infinite-scroll linear infinite;
}
#intro .kv .slider .image {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 1326 / 571;
}
@media screen and (min-width: 768px) {
  #intro .kv .slider .image {
    aspect-ratio: 2510 / 510;
  }
}
#intro .kv .slider .image img {
  width: 100%;
}
#intro .kv .special {
  position: absolute;
  top: calc(100% - 9.1rem);
  right: 0;
  border-radius: 5.6rem 0 0 5.6rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #intro .kv .special {
    top: calc(100% - 6.8rem);
    border-radius: 6.8rem 0 0 6.8rem;
  }
}
#intro .kv .special a {
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 21.4rem;
  min-height: 11.2rem;
  border-radius: 5.6rem 0 0 5.6rem;
  box-sizing: border-box;
  background-color: rgb(247, 240, 232);
}
@media screen and (min-width: 768px) {
  #intro .kv .special a {
    padding-left: 1.6rem;
    min-width: 26rem;
    min-height: 13.6rem;
    border-radius: 6.8rem 0 0 6.8rem;
  }
}
#intro .kv .special a > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#intro .kv .special p {
  margin: 0;
}
#intro .kv .special p span {
  display: block;
  font-family: var(--Outfit);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(0.56 / 14 * 1em);
  color: rgb(232, 56, 40);
}
@media screen and (min-width: 768px) {
  #intro .kv .special p span {
    font-size: 1.4rem;
  }
}
#intro .kv .special p span:not(.image) {
  padding-top: 0.4rem;
  padding-bottom: 0.9rem;
}
#intro .kv .special p .image {
  width: 16.7rem;
}
@media screen and (min-width: 768px) {
  #intro .kv .special p .image {
    width: 20.2rem;
  }
}
#intro .kv .special p .image img {
  width: 100%;
}
#intro .kv .special .more {
  padding-top: 1em;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(0.52 / 13 * 1em);
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #intro .kv .special .more {
    font-size: 1.3rem;
  }
}
#intro .kv .special .more::after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 1.3rem;
  background: url(../images/ico_arrow_02.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #intro .kv .special .more::after {
    width: 4rem;
    height: 1.5rem;
  }
}
#intro .kv .scroll {
  position: absolute;
  top: calc(100% + 11rem);
  left: 1.5rem;
  height: calc(20.3rem - 11rem);
}
@media screen and (min-width: 768px) {
  #intro .kv .scroll {
    top: calc(100% + 3.4rem);
    left: 3rem;
    height: calc(16.8rem - 3.4rem);
    border-left-width: 2px;
    font-size: 1.8rem;
  }
}
#intro .kv .scroll a {
  display: block;
  height: 100%;
  position: relative;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  #intro .kv .scroll a {
    font-size: 1.8rem;
  }
}
#intro .kv .scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: currentColor;
  -webkit-animation: 4s expander ease-in-out infinite;
  animation: 4s expander ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  #intro .kv .scroll a::after {
    width: 2px;
  }
}
#intro .type {
  padding: 3rem 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #intro .type {
    padding: 0;
  }
}
#intro .type div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-animation: 16s infinite-scroll linear infinite;
  animation: 16s infinite-scroll linear infinite;
}
#intro .type span {
  display: inline-block;
  font-family: var(--Outfit);
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(224, 241, 239, 0.1);
}
@media screen and (min-width: 768px) {
  #intro .type span {
    font-size: 13.5rem;
    line-height: 0.7;
  }
}

/* feature */
#feature {
  padding: 8.5rem 0 10rem 0;
}
@media screen and (min-width: 768px) {
  #feature {
    padding: 10.5rem 0 15rem 0;
    display: flex;
    align-items: center;
  }
  #feature .text {
    flex-basis: 50%;
  }
  #feature .chart {
    flex-basis: 50%;
  }
}
#feature h2 {
  padding: 0.3em 0;
  margin: 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #feature h2 {
    padding: 0.35em 0;
    margin-bottom: 0.55em;
    font-size: 3.5rem;
    line-height: 1.7;
  }
}
#feature .desc {
  padding: 1.75em 0;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  #feature .desc {
    padding: 0.5em 0;
    font-size: 1.6rem;
    line-height: 2;
  }
}
#feature .desc p {
  margin: 0;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #feature .desc p {
    letter-spacing: 0.05em;
    font-feature-settings: normal;
    text-align: start;
  }
}
#feature .chart {
  padding-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  #feature .chart {
    padding-top: 0;
  }
}
#feature .chart .image {
  width: 32.9rem;
}
@media screen and (min-width: 768px) {
  #feature .chart .image {
    margin: 0 auto;
    width: 45.7rem;
  }
}
#feature .chart .image img {
  width: 100%;
}

/* h2.fadein */
h2.fadein .ja {
  --letter-count: 0;
}
h2.fadein.outside .ja {
  translate: 0 0.5em;
  opacity: 0;
}
h2.fadein:not(.outside) .ja {
  transition: 0.4s translate ease-out, 0.4s opacity ease-in-out;
  transition-delay: calc(40ms * (var(--letter-count) + 1) - 0.4s + 0.6s);
}
h2.fadein .en span {
  --letter-index: 0;
  display: inline-block;
  text-indent: 0;
  white-space: pre;
}
h2.fadein.outside .en span {
  translate: 0 0.5em;
  opacity: 0;
}
h2.fadein:not(.outside) .en span {
  transition: 160ms translate ease-out, 160ms opacity ease-in-out;
  transition-delay: calc(40ms * var(--letter-index) + 0.6s);
}

/* services */
#services {
  padding-top: 4.8rem;
  padding-bottom: 3rem;
  padding-left: calc(50vw - 50%);
  margin-bottom: 10rem;
  margin-left: calc(50% - 50vw);
  border-radius: 0 30px 30px 0;
  background-color: rgb(244, 244, 244);
}
@media screen and (min-width: 768px) {
  #services {
    padding-top: 10rem;
    padding-bottom: 7rem;
    margin-bottom: 21rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  #services h2 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #services .desc {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  #services ul {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #services .photo {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }
}
#services h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#services h2 .ja {
  padding: 0.3em 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #services h2 .ja {
    padding: 0.15em 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#services h2 .en {
  order: -10;
  font-family: var(--Outfit);
  font-size: 5rem;
  line-height: 1;
  text-indent: -0.5rem;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #services h2 .en {
    font-size: 9rem;
  }
}
#services > .desc {
  padding: 1em 0;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #services > .desc {
    padding: 2.5em 0 2em 0;
    font-size: 1.6rem;
  }
}
#services > .desc p {
  margin: 0;
  letter-spacing: 0.05em;
}
#services ul {
  padding: 3rem 3.2rem 6rem 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #services ul {
    padding: 0 5rem 0 0;
  }
}
#services li {
  border-bottom: 1px solid rgb(219, 219, 219);
}
#services li a {
  padding: 2.4rem 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.7rem;
  box-sizing: border-box;
}
#services li a:hover {
  opacity: 1;
}
#services li a .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: 0.2s color ease-out;
}
#services li a:hover .ttl {
  color: rgb(0, 161, 128);
}
#services li a .desc {
  display: none;
}
@media screen and (min-width: 768px) {
  #services li a .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.88;
    height: 4.64em;
    overflow: hidden;
    transition: 0.4s height ease-out 0.2s, 0.4s opacity ease-in-out 0.2s;
  }
  #services li a:not(:hover) .desc {
    height: 0;
    opacity: 0;
  }
  #services li a .desc p {
    margin: 0;
    letter-spacing: 0.05em;
    color: rgb(53, 54, 56);
  }
}
#services li a .kern {
  display: inline-block;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #services li a .kern {
    display: inline;
    font-feature-settings: normal;
  }
}
#services li a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_01.svg) no-repeat 50% 50% / contain;
}
#services .photo {
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #services .photo {
    padding-left: 4.3rem;
    margin-top: 4.8rem;
    margin-right: calc(100% - 50vw);
    height: 40rem;
  }
}
#services .photo .image {
  transition: 0.4s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #services .photo .image {
    height: 100%;
  }
}
#services .photo .image:not(.current) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #services .photo .image:not(.current) {
    left: 4.3rem;
  }
}
#services .photo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
}

/* aboutus */
#aboutus {
  padding: 3rem calc(50vw - 50%) 10rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  background-color: rgb(224, 241, 239);
}
#aboutus .text {
  padding-top: 2.4rem;
}
#aboutus .photo {
  order: -10;
}
@media screen and (min-width: 768px) {
  #aboutus {
    padding-top: 8.5rem;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 0;
  }
  #aboutus .text {
    padding-top: 0;
    flex-basis: 50%;
    padding-left: 4rem;
    box-sizing: border-box;
  }
  #aboutus .photo {
    flex-basis: 50%;
    box-sizing: border-box;
  }
  #aboutus::before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    z-index: -10;
    height: 5rem;
    background-color: rgb(224, 241, 239);
  }
}
#aboutus h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#aboutus h2 .ja {
  padding: 0.3em 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #aboutus h2 .ja {
    padding: 0.15em 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#aboutus h2 .en {
  order: -10;
  font-family: var(--Outfit);
  font-size: 5rem;
  line-height: 1;
  text-indent: -0.5rem;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #aboutus h2 .en {
    font-size: 9rem;
  }
}
#aboutus .desc {
  padding: 1em 0;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #aboutus .desc {
    padding: 2.5em 0 2em 0;
    font-size: 1.6rem;
  }
}
#aboutus .desc p {
  margin: 0;
  letter-spacing: 0.05em;
}
#aboutus .button {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  #aboutus .button {
    padding-top: 3rem;
  }
}
#aboutus .button a {
  padding: 0 1.8rem 0 3.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 21rem;
  min-height: 6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #aboutus .button a {
    margin: 0;
    border-radius: 5px;
  }
}
#aboutus .button a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / contain;
}
#aboutus .photo .image {
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #aboutus .photo .image {
    margin-left: calc(100% - 50vw);
    margin-right: 10.3rem;
    height: 40rem;
  }
}
#aboutus .photo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

/* news */
#news {
  padding: 9rem 0 6rem 0;
}
#news .artlist {
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  #news {
    padding: 13.6rem calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    display: grid;
    grid-template-columns: 26.8rem 83.2rem;
    grid-template-rows: auto auto;
    border-radius: 50px 50px 0 0;
    background-color: rgb(255, 255, 255);
    position: relative;
  }
  #news h2 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #news .artlist {
    padding: 0;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #news .button {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
#news h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#news h2 .ja {
  padding: 0.3em 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #news h2 .ja {
    padding: 0.15em 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#news h2 .en {
  order: -10;
  font-family: var(--Outfit);
  font-size: 5rem;
  line-height: 1;
  text-indent: -0.5rem;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #news h2 .en {
    font-size: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #news article {
    display: flex;
    align-items: center;
    position: relative;
  }
  #news article::before {
    content: "";
    margin-right: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 4.2rem;
    min-height: 2.2rem;
    border-radius: 3px;
    font-family: var(--Outfit);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
  }
  #news article.new::before {
    content: "NEW";
    background-color: rgb(232, 56, 40);
  }
}
#news article a {
  border-bottom: 1px solid rgb(219, 219, 219);
}
@media screen and (max-width: 767px) {
  /* sp only */
  #news article a {
    padding: 1.4rem 0 0.6rem 0;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: auto 1fr;
  }
  #news article a h3 {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
  }
  #news article a time {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: auto 0;
  }
  #news article a .cat {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #news article a::after {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
  }
  #news article a::before {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    content: "";
    margin-right: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 4.2rem;
    min-height: 2.2rem;
    border-radius: 3px;
    font-family: var(--Outfit);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
  }
  #news article.new a::before {
    content: "NEW";
    background-color: rgb(232, 56, 40);
  }
}
@media screen and (min-width: 768px) {
  #news article a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 6.2rem;
  }
}
#news article a::after {
  content: "";
  margin: auto 0 auto auto;
  display: inline-block;
  width: 5.3rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_01.svg) no-repeat 100% 50% / contain;
}
@media screen and (min-width: 768px) {
  #news article a::after {
    margin: 0 0 0 auto;
    flex-shrink: 0;
    background-position: 50% 50%;
  }
}
#news article h3 {
  padding: 0.35em 0;
  margin: 0.5em 0 0 0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: rgb(53, 54, 56);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #news article h3 {
    padding: 0.3em 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#news article time {
  order: -10;
  display: block;
  min-width: 7rem;
  font-family: var(--Outfit);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  color: rgb(112, 112, 112);
}
#news article .cat {
  padding: 0 0.5rem 0 1.8rem;
  margin: 0;
  list-style: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  #news article .cat {
    order: -10;
    padding: 0 2.6rem;
  }
}
#news article .cat li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  min-height: 2.2rem;
  border-radius: 4px;
  border: solid 1px rgb(0, 161, 128);
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: rgb(0, 161, 128);
}
@media screen and (min-width: 768px) {
  #news article .cat li {
    min-width: 6.7rem;
    min-height: 3rem;
  }
}
#news article .cat li + li {
  margin-left: 0.4rem;
}
#news .button {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  #news .button {
    padding-bottom: 0;
    margin-top: auto;
  }
}
#news .button a {
  padding: 0 1.8rem 0 3.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 21rem;
  min-height: 6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #news .button a {
    margin: 0;
    border-radius: 5px;
  }
}
#news .button a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / contain;
}

/* special */
#special {
  position: relative;
}
#special::after {
  content: "";
  display: block;
  position: absolute;
  top: 7rem;
  left: calc(50% - 50vw);
  right: 0;
  z-index: -10;
  height: 17.2rem;
  border-radius: 0 8.6rem 8.6rem 0;
  background-color: rgb(0, 73, 126);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #special::after {
    top: 14.5rem;
    left: calc(50% - 50vw);
    right: 25.5rem;
    height: 35rem;
    border-radius: 0 17.5rem 17.5rem 0;
  }
}
#special section {
  margin-left: -1.9rem;
  margin-right: calc(50% - 50vw);
  border-radius: 8.6rem 0 0 8.6rem;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #special section {
    margin-left: 10.8rem;
    border-radius: 17.5rem 0 0 17.5rem;
    background-color: rgb(255, 255, 255);
  }
}
#special a {
  padding-left: 4.4rem;
  padding-right: calc(50vw - 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 17.2rem;
  border-radius: 8.6rem 0 0 8.6rem;
  position: relative;
  z-index: 0;
  background-color: rgb(245, 241, 236);
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #special a {
    padding-left: 12.5rem;
    padding-right: calc(50vw - 50%);
    min-height: 35rem;
    border-radius: 17.5rem 0 0 17.5rem;
  }
}
#special a:hover {
  opacity: 1;
  background-color: rgb(245, 241, 236, 0.75);
}
#special a .bg {
  position: absolute;
  right: -3rem;
  bottom: 0;
  z-index: -10;
  width: 19.6rem;
  aspect-ratio: 416 / 370;
}
@media screen and (min-width: 768px) {
  #special a .bg {
    right: calc(50vw - 55rem - 0.9rem);
    width: 41.6rem;
    height: 37rem;
    aspect-ratio: auto;
  }
}
#special a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#special h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#special h2 .ja {
  padding: 1rem 0;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #special h2 .ja {
    padding: 2.4rem 0;
    width: 30.4rem;
  }
}
#special h2 .ja img {
  width: 100%;
}
#special h2 .en {
  order: -10;
  font-family: var(--Outfit);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(0.8 / 20 * 1em);
  text-indent: calc(0.8 / 20 * 1em);
  text-align: center;
  color: rgb(232, 56, 40);
}
@media screen and (min-width: 768px) {
  #special h2 .en {
    font-size: 2rem;
  }
}
#special .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 15rem;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #special .desc {
    display: block;
    font-size: 1.6rem;
    max-width: 30.4rem;
  }
}
#special .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: calc(0.64 / 16 * 1em);
  text-indent: calc(0.64 / 16 * 1em);
  text-align: center;
  color: rgb(0, 73, 126);
}
#special .desc::after {
  content: "";
  display: inline-block;
  width: 2.2em;
  height: 2.2rem;
  background: url(../images/ico_arrow_04.svg) no-repeat 50% 50% / 0.7rem auto;
  border-radius: 4px;
  border: solid 1px rgb(232, 56, 40);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #special .desc::after {
    width: 10.4rem;
    height: 10.4rem;
    border-radius: 18px;
    position: absolute;
    bottom: 0;
    left: calc(100% + 3.6rem);
    background-size: 1.9rem 1.5rem;
  }
}
#special a:hover .desc::after {
  -webkit-animation: 0.4s scroll-arrow-bg ease;
  animation: 0.4s scroll-arrow-bg ease;
}
#special .type {
  padding: 2.4rem 0 0 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #special .type {
    padding: 7.6rem 0 0 0;
  }
}
#special .type div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#special.fadein:not(.outside) .type div {
  animation: 16s infinite-scroll linear 1s infinite reverse;
}
#special .type span {
  display: inline-block;
  font-family: var(--Outfit);
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(193, 220, 182);
}
@media screen and (min-width: 768px) {
  #special .type span {
    font-size: 13.5rem;
  }
}

/* special.fadein */
#special.fadein.outside::after {
  translate: -16rem 0;
  opacity: 0;
}
#special.fadein.outside section {
  translate: 16rem 0;
  opacity: 0;
}
#special.fadein.outside .type {
  translate: -16rem 0;
  opacity: 0;
}
#special.fadein:not(.outside)::after {
  transition: 0.4s translate ease-out 0.2s, 0.4s opacity ease-in-out 0.2s;
}
#special.fadein:not(.outside) section {
  transition: 0.4s translate ease-out 0.4s, 0.4s opacity ease-in-out 0.4s;
}
#special.fadein:not(.outside) .type {
  transition: 0.4s translate ease-out 0.6s, 0.4s opacity ease-in-out 0.6s;
}
#special.fadein:not(.outside) svg .lupe {
  scale: 1.2;
  transform-origin: 50% 50%;
  transition: 1.2s scale ease-in-out 1s;
}

/* access */
#access {
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  #access {
    padding: 20rem 0;
  }
}
#access .container {
  display: flex;
  flex-direction: column;
  background-color: rgb(244, 244, 244);
}
@media screen and (min-width: 768px) {
  #access .container {
    flex-direction: row;
  }
  #access .container .text {
    flex-basis: 55rem;
    box-sizing: border-box;
  }
  #access .container .map {
    flex-basis: 55rem;
    box-sizing: border-box;
  }
}
#access .container .map {
  order: -10;
}
#access .container .text {
  padding: 2.2rem 3rem;
}
@media screen and (min-width: 768px) {
  #access .container .text {
    padding: 4.6rem 7rem;
  }
}
#access h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
#access h2 .ja {
  padding: 0.3em 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #access h2 .ja {
    padding: 0.15em 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
#access h2 .en {
  order: -10;
  font-family: var(--Outfit);
  font-size: 5rem;
  line-height: 1;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #access h2 .en {
    font-size: 9rem;
  }
}
#access dl {
  padding: 1.4rem 0;
  margin: 1.2rem 0 0 0;
  border-top: 2px solid rgb(219, 219, 219);
}
@media screen and (min-width: 768px) {
  #access dl {
    padding: 1.6rem 0;
    margin-top: 2.2rem;
  }
}
#access dl dt {
  padding: 0.4em 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
#access dl dd {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #access dl dd {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#access .button {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #access .button {
    padding: 1.2rem 0;
  }
}
#access .button a {
  padding: 0 1.7rem 0 3.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 23.7rem;
  min-height: 6rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #access .button a {
    margin: 0;
    border-radius: 5px;
  }
}
#access .button a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / contain;
}
#access .gmap {
  height: 29.1rem;
}
@media screen and (min-width: 768px) {
  #access .gmap {
    height: 48.6rem;
  }
}
#access .gmap iframe {
  width: 100%;
  height: 100%;
}
