/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding: 0 8.5rem;
}
.top-kv .wrap {
  position: absolute;
  left: 8.5rem;
  bottom: 5rem;
  z-index: 10;
}
.top-kv .wrap > div {
  font-family: "Syncopate", sans-serif;
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.3;
  padding: 0 0 3rem 3rem;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: -2rem;
}
.top-kv .wrap > span {
  background: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  display: inline-block;
  padding: 0.5rem 3rem 0.65rem 3.5rem;
}

.top-kv-slider > * {
  height: 60rem;
}

.top-kv-slider > * {
  border-radius: 0 20rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-kv-slider > *:nth-of-type(1) {
  background-image: url(../img/top-kv-1.jpg);
}
.top-kv-slider > *:nth-of-type(2) {
  background-image: url(../img/top-kv-2.jpg);
}
.top-kv-slider > *:nth-of-type(3) {
  background-image: url(../img/top-kv-3.jpg);
}
.top-kv-slider > *:nth-of-type(4) {
  background-image: url(../img/top-kv-4.jpg);
}
.top-kv-slider > *:nth-of-type(5) {
  background-image: url(../img/top-kv-5.jpg);
}

@media screen and (max-width: 768px) {
  .top-kv {
    padding: 0;
  }
  .top-kv .wrap {
    left: 0;
    bottom: 2.5rem;
  }
  .top-kv .wrap > div {
    font-size: 3.6rem;
    padding: 0 0 3rem 1.5rem;
    margin-bottom: -1.5rem;
  }
  .top-kv .wrap > span {
    font-size: 1.6rem;
    padding: 0.5rem 2rem 0.65rem 2.5rem;
  }
  .top-kv-slider > * {
    height: 48rem;
    border-radius: 0;
  }
}
/* -------------------------------------------

prize

------------------------------------------- */
.top-prize {
  padding: 8rem 0 10rem 0;
  background: url(../img/deco-1.png) no-repeat left 8.5rem bottom 8rem, url(../img/deco-2.png) no-repeat right 5rem bottom 6rem;
  background-size: 10rem auto, 18rem auto;
}
.top-prize > figure {
  width: 60rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-prize {
    padding: 8rem 3rem 10rem 3rem;
    background: url(../img/deco-1.png) no-repeat left 1rem top 3rem, url(../img/deco-2.png) no-repeat right 1.5rem bottom 4rem;
    background-size: 6rem auto, 10rem auto;
  }
  .top-prize > figure {
    width: auto;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  display: flex;
}
.top-about > figure {
  width: 45%;
}
.top-about > div {
  width: 55%;
  padding-left: 5rem;
  background: url(../img/deco-3.png) no-repeat right 6rem bottom 1rem;
  background-size: 9rem auto;
}
.top-about > div p {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .top-about {
    flex-direction: column;
  }
  .top-about > figure {
    width: 100%;
    padding-right: 3rem;
    margin-bottom: 3rem;
  }
  .top-about > div {
    width: 100%;
    padding: 0 3rem;
    background: url(../img/deco-3.png) no-repeat right 3rem bottom 1rem;
    background-size: 7rem auto;
  }
  .top-about > div p {
    margin-bottom: 4rem;
  }
}
/* -------------------------------------------

system

------------------------------------------- */
.top-system {
  padding: 10rem 0 12rem 0;
  background: url(../img/deco-4.png) no-repeat center bottom;
  background-size: 100% auto;
}
.top-system .wrap {
  width: 56rem;
  margin: 0 auto;
  background: url(../img/top-bg-3.jpg) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  border: solid 0.3rem #fff;
  padding: 5rem 0 3rem 0;
}
.top-system h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  color: #3e302b;
  line-height: 1;
}
.top-system h2 .jp {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.top-system h2 .en {
  font-size: 1.2rem;
}
.top-system a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  padding-bottom: 0.15rem;
  width: 16rem;
  height: 4.2rem;
  border-radius: 10rem;
  color: #fff;
  background: #3e302b;
}

@media screen and (max-width: 768px) {
  .top-system {
    padding: 6rem 2rem 5rem 2rem;
    background-size: 180% auto;
  }
  .top-system .wrap {
    width: auto;
    padding: 3rem 0 2.3rem 0;
  }
  .top-system h2 {
    margin-bottom: 2.5rem;
  }
}
/* -------------------------------------------

expert

------------------------------------------- */
.top-expert {
  background: url(../img/deco-5.png) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #d7453e;
  padding: 6rem 0 16rem 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.top-expert > figure {
  width: 60%;
}
.top-expert > div {
  width: 40%;
  padding: 0 13rem 0 4rem;
}
.top-expert > div p {
  margin-bottom: 10rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .top-expert {
    background-size: 100% auto;
    padding: 4rem 0 10rem 0;
    flex-direction: column;
  }
  .top-expert > figure {
    width: 100%;
    padding-right: 2rem;
    margin-bottom: 3.5rem;
  }
  .top-expert > div {
    width: 100%;
    padding: 0 3rem;
  }
  .top-expert > div p {
    margin-bottom: 3.5rem;
  }
}
/* -------------------------------------------

voice

------------------------------------------- */
.top-voice {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 8rem 0 15rem;
}
.top-voice > figure {
  width: 55%;
}
.top-voice > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 45%;
  padding-right: 6rem;
  background: url(../img/deco-6.png) no-repeat right 3rem top 0.5rem;
  background-size: 9.5rem auto;
}
.top-voice > div h2 {
  font-size: 2.6rem;
}
.top-voice > div p {
  margin: 3rem 0 6rem 0;
}

@media screen and (max-width: 768px) {
  .top-voice {
    flex-direction: column;
    padding: 3rem 0 0 0;
  }
  .top-voice > figure {
    width: 100%;
    padding-right: 3rem;
    margin-bottom: 3rem;
  }
  .top-voice > div {
    width: 100%;
    padding: 0 3rem;
    background: url(../img/deco-6.png) no-repeat right 3rem top;
    background-size: 5rem auto;
  }
  .top-voice > div h2 {
    font-size: 2.6rem;
  }
  .top-voice > div p {
    margin: 2rem 0 4rem 0;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  margin: 12rem 0;
  padding: 8rem 0;
  background: url(../img/top-bg-1.jpg) no-repeat center/cover;
  position: relative;
}
.top-insta::before {
  content: "";
  width: 13rem;
  height: 13rem;
  pointer-events: none;
  position: absolute;
  left: 6rem;
  top: -3.5rem;
  background: url(../img/deco-7.png) no-repeat left top;
  background-size: 100% auto;
}
.top-insta::after {
  content: "";
  width: 18rem;
  height: 15rem;
  background: url(../img/deco-8.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  right: 2rem;
  bottom: -12rem;
}
.top-insta h2 {
  position: absolute;
  right: 12rem;
  top: 2rem;
  line-height: 1;
  font-size: 2.2rem;
}
.top-insta h2 span {
  border-left: solid 0.15rem #000;
  padding-left: 0.6rem;
  padding-bottom: 3rem;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    margin: 8rem 0 4rem 0;
    padding: 6rem 3rem;
    background: #f6c665;
    position: relative;
  }
  .top-insta::before {
    width: 8rem;
    height: 8rem;
    left: 1rem;
    top: -3.5rem;
  }
  .top-insta::after {
    width: 10rem;
    height: 10rem;
    right: 1rem;
    bottom: -1rem;
  }
  .top-insta h2 {
    position: relative;
    right: auto;
    top: auto;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .top-insta h2 span {
    border-left: none;
    border-bottom: solid 0.15rem #000;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
  .top-insta .wrap {
    width: auto;
  }
}
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

aside

------------------------------------------- */
aside:first-of-type {
  margin-top: 12rem;
}
aside + aside{
  margin-top: 5rem;
}
aside h2{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 4rem;
}
aside ul {
  display: flex;
  gap: 2rem;
}
aside ul li {
  flex: 1;
}

@media screen and (max-width: 768px) {
  aside:first-of-type {
  margin-top: 7rem;
}
  aside {
    padding: 0 3rem;
  }
  aside + aside{
  margin-top: 4rem;
}
  aside h2{
  margin-bottom: 2rem;
}
  aside ul {
    flex-wrap: wrap;
  }
  aside ul li {
    flex: none;
    width: 100%;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 15rem 0 12rem 0;
  background: url(../img/bg-wave.jpg) no-repeat center top;
  background-size: 100% auto;
  background-color: #00b3ed;
  display: flex;
  justify-content: space-between;
}
.top-access > div:nth-of-type(1) {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-access > div:nth-of-type(1) h2 {
  background: url(../img/deco-9.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 11rem;
}
.top-access > div:nth-of-type(1) figure img {
  border-radius: 0 8rem 0 0;
}
.top-access > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
  padding-right: 15rem;
}
.top-access > div:nth-of-type(2) > div:nth-of-type(1) {
  padding-left: 2.5rem;
}
.top-access > div:nth-of-type(2) dl {
  margin-bottom: 3rem;
}
.top-access > div:nth-of-type(2) .gmap iframe {
  height: 23rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 0 0 0;
    flex-direction: column;
  }
  .top-access > div:nth-of-type(1) {
    margin-bottom: 2rem;
    width: 100%;
  }
  .top-access > div:nth-of-type(1) h2 {
    padding-bottom: 8rem;
    margin-bottom: 4rem;
  }
  .top-access > div:nth-of-type(1) figure {
    padding-right: 0;
  }
  .top-access > div:nth-of-type(1) figure img {
    border-radius: 0;
  }
  .top-access > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .top-access > div:nth-of-type(2) > div:nth-of-type(1) {
    padding: 0 3rem;
    margin-bottom: 5rem;
  }
  .top-access > div:nth-of-type(2) dl {
    margin-bottom: 3rem;
  }
  .top-access > div:nth-of-type(2) .gmap iframe {
    height: 28rem;
  }
}
/* -------------------------------------------

reserve

------------------------------------------- */
.top-reserve {
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  padding: 5rem 0;
}
.top-reserve .wrap {
  width: 64rem;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}
.top-reserve .wrap::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  box-sizing: border-box;
  border: solid 0.2rem #d7453e;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.top-reserve .wrap h2 {
  font-size: 2.6rem;
}
.top-reserve .wrap p {
  margin: 1.5rem 0 3rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-reserve {
    padding: 3rem;
  }
  .top-reserve .wrap {
    width: auto;
    padding: 5rem 4rem;
  }
  .top-reserve .wrap p {
    text-align: left;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  width: calc(100% - 8rem);
  margin: 0 auto;
  background: url(../img/top-kv-2.jpg) no-repeat center/cover;
  border-radius: 0 10rem 0 0;
}
.page-ttl > div {
  border-radius: 0 10rem 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    width: 100%;
    border-radius: 0;
  }
  .page-ttl > div {
    border-radius: 0;
    height: 16rem;
  }
  .page-ttl h2.adjust {
    font-size: 3rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.about > section {
  padding: 8rem 0;
}
.about h3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.about h3::after {
  content: "";
  width: 5rem;
  height: 0.4rem;
  background: #d7453e;
  margin-top: 1rem;
}

.about-policy strong {
  color: #d7453e;
}
.about-policy p {
  text-align: center;
  line-height: 2;
  margin-bottom: 6rem;
}
.about-policy > ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.about-policy > ul > li {
  display: flex;
  align-items: flex-start;
}
.about-policy > ul > li > * {
  width: 50%;
}
.about-policy > ul > li > dl {
  padding: 0 6rem;
}
.about-policy > ul > li > dl dt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
  border-bottom: dotted 0.25rem #000;
  padding-bottom: 0.6rem;
}
.about-policy > ul > li > dl dt::first-letter {
  color: #d7453e;
}
.about-policy > ul > li > dl dd {
  font-size: 1.3rem;
}
.about-policy > ul > li:nth-child(even) {
  flex-direction: row-reverse;
}

/* achieve */
.about-achieve {
  background: rgba(248, 248, 248, 1);
}
.about-achieve h3 {
  margin-bottom: 7rem;
}
.about-achieve ul {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
}
.about-achieve ul li {
  flex: 1;
  background: #fff;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5rem 0 3.5rem 0;
  border-radius: 0.5rem;
}
.about-achieve ul li span {
  width: 7rem;
  height: 7rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 3.5rem);
  top: -3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6c665;
  font-size: 2.4rem;
}
.about-achieve .achieve-content {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about-achieve .achieve-content .achieve-block {
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.about-achieve .achieve-content .achieve-block h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d7453e;
  border-bottom: dotted 0.25rem #000;
  padding-bottom: 0.6rem;
  margin-bottom: 1.5rem;
}
.about-achieve .achieve-content .achieve-block p {
  margin: 0;
  text-align: left;
  line-height: 1.8;
  font-size: 1.4rem;
}
.about-achieve > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
}
.about-achieve > div:last-child img {
  width: 28rem;
  margin-top: 2rem;
}

.about-sdgs .wrap-1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8rem;
}
.about-sdgs .wrap-1 img {
  width: 35%;
}
.about-sdgs .wrap-1 p {
  width: 65%;
  padding-left: 4rem;
  margin-top: -0.5rem;
}
.about-sdgs .wrap-2 h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.about-sdgs .wrap-2 h4 + p {
  text-align: center;
  margin-bottom: 2rem;
}
.about-sdgs .wrap-2 > ul {
  display: flex;
  gap: 3rem;
  flex: 1;
}
.about-sdgs .wrap-2 > ul dl {
  text-align: center;
}
.about-sdgs .wrap-2 > ul dl dt {
  margin: 0.8rem 0 0 0;
}
.about-sdgs .wrap-2 > ul dl dd {
  font-size: 1.2rem;
  font-weight: 400;
}
.about-sdgs .wrap-2 > ul + p {
  text-align: center;
  margin: 4rem 0;
}
.about-sdgs .wrap-2 > section {
  background: #f6c665;
  padding: 4rem;
  position: relative;
}
.about-sdgs .wrap-2 > section h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.about-sdgs .wrap-2 > section ul {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  gap: 1rem;
  font-weight: normal;
}
.about-sdgs .wrap-2 > section ul li {
  list-style: disc;
}
.about-sdgs .wrap-2 > section + p {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #d7453e;
}

@media screen and (max-width: 768px) {
  .about > section {
    padding: 8rem 3rem;
  }
  .about-policy p {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 4rem;
  }
  .about-policy > ul {
    gap: 5rem;
  }
  .about-policy > ul > li {
    flex-direction: column;
  }
  .about-policy > ul > li > * {
    width: 100%;
  }
  .about-policy > ul > li > dl {
    margin-top: 4rem;
    padding: 0;
  }
  .about-policy > ul > li > dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .about-policy > ul > li:nth-child(even) {
    flex-direction: column;
  }
  .about-achieve ul {
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .about-achieve ul li {
    font-size: 1.4rem;
    padding: 4rem 0 2.5rem 0;
  }
  .about-achieve ul li span {
    width: 6rem;
    height: 6rem;
    left: calc(50% - 3rem);
    top: -3rem;
  }
  .about-achieve .achieve-content {
    margin-bottom: 4rem;
    gap: 3rem;
  }
  .about-achieve .achieve-content .achieve-block {
    padding: 2.5rem 2rem;
  }
  .about-achieve .achieve-content .achieve-block h4 {
    font-size: 1.6rem;
  }
  .about-achieve .achieve-content .achieve-block p {
    font-size: 1.3rem;
  }
  .about-achieve > div:last-child {
    line-height: 1.5;
    text-align: center;
    font-size: 2.4rem;
  }
  .about-sdgs .wrap-1 {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .about-sdgs .wrap-1 img {
    width: 100%;
  }
  .about-sdgs .wrap-1 p {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .about-sdgs .wrap-2 > ul {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .about-sdgs .wrap-2 > ul li {
    width: calc((100% - 2rem) / 2);
  }
  .about-sdgs .wrap-2 > ul + p {
    text-align: left;
  }
  .about-sdgs .wrap-2 > section {
    padding: 3rem;
  }
  .about-sdgs .wrap-2 > section + p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
/* -------------------------------------------

expert

------------------------------------------- */
.expert > section {
  padding: 8rem 0;
}
.expert h3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.expert h3::after {
  content: "";
  width: 5rem;
  height: 0.4rem;
  background: #d7453e;
  margin-top: 1rem;
}
.expert h3 .jp {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

.expert-sumarry p {
  text-align: center;
  line-height: 1.8;
}

.expert-staff {
  background: rgb(248, 248, 248);
}
.expert-staff p {
  text-align: center;
  line-height: 1.8;
}
.expert-staff > dl {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 0.2rem #f6c665;
}
.expert-staff > dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  background: linear-gradient(to top, #f6c665 50%, transparent 50%);
}
.expert-staff > dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.expert-staff > dl dd ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.expert-staff > dl dd ul li i {
  color: #f6c665;
  font-size: 2rem;
  margin-top: 0.15rem;
}
.expert-staff > dl dd ul li span {
  padding-left: 1rem;
}
.expert-staff > ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 5rem;
}
.expert-staff > ul li {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-staff > ul li > figure {
  width: 15rem;
  margin: 0 auto;
}
.expert-staff > ul li > figure img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.expert-staff > ul li dl {
  width: 100%;
}
.expert-staff > ul li dl dt {
  margin: 2.5rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-staff > ul li dl dt span {
  font-family: "Syncopate", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.expert-staff > ul li dl dt i {
  font-weight: 500;
  font-size: 1.3rem;
}
.expert-staff > ul li dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .expert > section {
    padding: 8rem 3rem;
  }
  .expert-sumarry p {
    text-align: left;
  }
  .expert-staff > ul {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5rem;
  }
  .expert-staff > ul li {
    width: 100%;
    flex-direction: column;
  }
  .expert-staff > ul li > figure {
    width: 20rem;
  }
  .expert-staff > ul li dl {
    width: 100%;
  }
  .expert-staff > ul li dl dt span {
    font-size: 3.6rem;
  }
  .expert-staff > ul li dl dd {
    font-size: 1.3rem;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.access > section {
  padding: 8rem 0;
}
.access h3 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.access h3::after {
  content: "";
  width: 5rem;
  height: 0.4rem;
  background: #d7453e;
  margin-top: 1rem;
}
.access h3 .jp {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

.access-happyraft .wrap {
  display: flex;
  align-items: center;
}
.access-happyraft .wrap > * {
  width: 50%;
}
.access-happyraft .wrap > dl {
  padding: 0 8rem;
}
.access-happyraft .wrap > dl dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.access-car {
  background: rgb(248, 248, 248);
}
.access-car a {
  color: #d7453e;
  text-decoration: underline;
}
.access-car .wrap {
  display: flex;
}
.access-car .wrap > * {
  width: 50%;
}
.access-car .wrap > div:nth-of-type(1) {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access-car .wrap > div:nth-of-type(2) {
  padding: 4rem 8rem 4rem 4rem;
}
.access-car .wrap > div:nth-of-type(2) strong {
  background: #f6c665;
  font-weight: 500;
}
.access-car .wrap dl dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #d7453e;
}

.access-train .wrap {
  display: flex;
}
.access-train .wrap > * {
  width: 50%;
}
.access-train .wrap > div {
  padding: 4rem 8rem 4rem 4rem;
}

.access-plane {
  background: rgb(248, 248, 248);
}
.access-plane p {
  text-align: center;
}

.access-reserve p {
  text-align: center;
  margin-bottom: 4rem;
}
.access-reserve ul {
  display: flex;
  gap: 2rem;
}
.access-reserve ul li {
  width: calc((100% - 4rem) / 3);
  background: rgb(248, 248, 248);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}
.access-reserve ul li dt {
  text-align: center;
  font-size: 1.7rem;
  border-bottom: dotted 0.2rem #aaa;
  padding-bottom: 0.6rem;
  margin-bottom: 2rem;
}
.access-reserve ul li dd {
  text-align: center;
  line-height: 2.4;
}
.access-reserve ul li dd a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .access > section {
    padding: 8rem 0;
  }
  .access-happyraft .wrap {
    flex-direction: column;
  }
  .access-happyraft .wrap > * {
    width: 100%;
  }
  .access-happyraft .wrap > dl {
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .access-car .wrap {
    flex-direction: column;
  }
  .access-car .wrap > * {
    width: 100%;
  }
  .access-car .wrap > div:nth-of-type(1) {
    padding: 3rem 0;
  }
  .access-car .wrap > div:nth-of-type(2) {
    padding: 3rem 3rem 0 3rem;
  }
  .access-train .wrap {
    flex-direction: column;
  }
  .access-train .wrap > * {
    width: 100%;
  }
  .access-train .wrap > div {
    padding: 3rem 3rem 0 3rem;
  }
  .access-plane p {
    padding: 0 3rem;
    text-align: left;
  }
  .access-reserve p {
    padding: 0 3rem;
    text-align: left;
    margin-bottom: 3rem;
  }
  .access-reserve ul {
    padding: 0 3rem;
    flex-direction: column;
  }
  .access-reserve ul li {
    width: 100%;
  }
}

/* -------------------------------------------
傷害保険と賠償責任保険（system.html）
------------------------------------------- */
.insurance-item {
	background: #fff;
	padding: 2.5rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #e0e0e0;
}
.insurance-item .sub-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #d7453e;
	border-bottom: 0.2rem solid #d7453e;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.insurance-item .sub-ttl .company {
	font-size: 1.3rem;
	font-weight: normal;
	color: #666;
}
.insurance-table {
	width: 100%;
	border-collapse: collapse;
}
.insurance-table tr {
	border-bottom: 0.1rem solid #eee;
}
.insurance-table tr:last-child {
	border-bottom: none;
}
.insurance-table th, .insurance-table td {
	padding: 1.2rem 1rem;
	text-align: left;
}
.insurance-table th {
	width: 30%;
	font-weight: bold;
	background-color: #f9f9f9;
	white-space: nowrap;
}
.insurance-table td {
	width: 70%;
}
.flow-list {
	padding-left: 1.8rem;
}
.flow-list li {
	list-style: decimal;
	margin-bottom: 0.5rem;
}
.note-box {
	background: #fff;
	padding: 1.5rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #eaeaea;
}
.note-box .note {
	font-size: 1.25rem;
	color: #555;
	line-height: 1.6;
}
.note-box .note:not(:last-child) {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
	.insurance-item {
		padding: 1.5rem;
	}
	.insurance-table tr {
		display: flex;
		flex-direction: column;
		padding: 0.8rem 0;
	}
	.insurance-table th, .insurance-table td {
		width: 100%;
		padding: 0.3rem 0;
		background: none;
	}
	.insurance-table th {
		font-size: 1.3rem;
		color: #d7453e;
	}
}
/* -------------------------------------------
マニュアル（PDFリンクエリア）
------------------------------------------- */
.pdf-link-list {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	margin-top: 2rem;
}
.pdf-link-list li a {
	display: flex;
	align-items: center;
	padding: 1.6rem 2rem;
	background: #fff;
	border: 0.1rem solid #e0e0e0;
	border-radius: 0.6rem;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	transition: all 0.3s;
	box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.03);
}
.pdf-link-list li a .fa-file-pdf {
	font-size: 2.2rem;
	color: #d7453e;
	margin-right: 1.5rem;
	flex-shrink: 0;
}
.pdf-link-list li a span {
	flex-grow: 1;
	font-size: 1.5rem;
}
.pdf-link-list li a .arrow {
	font-size: 1.2rem;
	color: #aaa;
	transition: transform 0.3s, color 0.3s;
}
.pdf-link-list li a:hover {
	background: #fff4f3;
	border-color: #d7453e;
	color: #d7453e;
	transform: translateY(-0.2rem);
	box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.08);
}
.pdf-link-list li a:hover .arrow {
	color: #d7453e;
	transform: translateX(0.4rem);
}

@media screen and (max-width: 768px) {
	.pdf-link-list {
		gap: 1rem;
	}
	.pdf-link-list li a {
		padding: 1.2rem 1.5rem;
	}
	.pdf-link-list li a span {
		font-size: 1.35rem;
	}
	.pdf-link-list li a .fa-file-pdf {
		font-size: 1.8rem;
		margin-right: 1rem;
	}
}

/* --- Voice Section Style --- */
.voice-section {
  padding: 2rem 0;
}

/* Google Banner Top */
.google-banner {
  background: #fff;
  border: 2px solid #ea4335;
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
  margin-bottom: 4rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.google-banner h3 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.google-banner p {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Google CTA Buttons */
.btn-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: #4285f4;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.2rem 3rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(66, 133, 244, 0.3);
}
.btn-google:hover {
  background: #3367d6;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(66, 133, 244, 0.4);
}

.google-cta-bottom {
  text-align: center;
  margin-top: 5rem;
}

/* Review Cards */
.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}
.reviewer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reviewer-name {
  font-weight: bold;
  font-size: 1.8rem;
}
.review-source {
  background: #4285f4;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.2rem 0.8rem;
  border-radius: 4px;
}
.review-source.jalan {
  background: #ff6600;
}
.rating-stars {
  color: #f4b400;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

/* Text Language Block */
.text-lang-block {
  position: relative;
  padding-top: 1rem;
}
.lang-label {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.lang-label.lang-ja {
  background: #e8f0fe;
  color: #1967d2;
}
.lang-label.lang-en {
  background: #fce8e6;
  color: #c5221f;
}
.review-divider {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 2rem 0;
}

/* Child Review Box */
.child-review {
  background: #fafafa;
  border-left: 3px solid #ff9800;
  padding: 1.2rem 1.5rem;
  margin-top: 1.5rem;
  border-radius: 0 8px 8px 0;
}
.child-review-title {
  font-weight: bold;
  font-size: 1.3rem;
  color: #e65100;
  margin-bottom: 0.5rem;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .review-card {
      padding: 2rem 1.5rem;
  }
  .review-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.8rem;
  }
  .btn-google {
      width: 100%;
      font-size: 1.4rem;
      padding: 1.2rem 1rem;
  }
}