@charset "UTF-8";
/* common 
******************************************************************************************/
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 84rem;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 80rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  position: relative;
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif !important;
  letter-spacing: 0.1em;
  color: #3A3A3A;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 118.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.4rem;
}

.heading {
  font-weight: 700;
  text-align: center;
}

.heading .en {
  font-size: 1.6rem;
  padding: 0.2rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #B28153;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .heading .en {
    font-size: 1.2rem;
  }
}
.heading .ja {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .heading .ja {
    font-size: 2rem;
  }
}
.heading .ja span {
  font-size: 2.7rem;
}

@media screen and (max-width: 768px) {
  .heading .ja span {
    font-size: 2rem;
  }
}
.heading .ja.white {
  color: #fff;
}

.heading .ja.lh49 {
  line-height: 1.53125;
}

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

.heading.left .ja {
  line-height: 1;
  margin-top: 2.6rem;
}

@media screen and (max-width: 768px) {
  .heading.left .ja {
    line-height: 1.4;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* header
******************************************************************************************/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 2.8rem 5.6rem 2.3rem;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 1.1rem 0.8rem 0.8rem 1.4rem;
  }
}
.header__logo {
  width: 21.9rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 14.5rem;
  }
}
.header__contact {
  position: relative;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 30.3rem;
  height: 7.2rem;
  font-weight: 600;
  letter-spacing: 0;
  top: 2.3rem;
  right: 5.6rem;
  background-color: #04779F;
  color: #fff;
  border-radius: 4rem;
  transition: opacity 0.4s;
}

.header__contact::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/cup.svg) no-repeat;
  background-size: contain;
  width: 5rem;
  top: 50%;
  left: 0.85rem;
  translate: 0 -50%;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .header__contact::before {
    width: 3.5rem;
  }
}
.header__contact::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  rotate: 45deg;
  top: 50%;
  right: 44.5px;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .header__contact::after {
    width: 0.9rem;
    height: 0.9rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    right: 2rem;
  }
}
.header__contact:hover {
  opacity: 0.6;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .header__contact {
    gap: 0;
    padding-top: 0.5rem;
    padding-left: 1rem;
    width: 18.4rem;
    height: 4.5rem;
    top: 1.1rem;
    right: 0.8rem;
  }
}
.header__contact .en {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .header__contact .en {
    position: relative;
    font-size: 0.84rem;
    top: -0.5rem;
  }
}
.header__contact .ja {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .header__contact .ja {
    font-size: 1.26rem;
  }
}
/* main
******************************************************************************************/
.mv__inner {
  position: absolute;
  top: 21.9rem;
  left: 50%;
  translate: -50%;
}

@media screen and (max-width: 768px) {
  .mv__inner {
    top: 16.6rem;
  }
}
.mv-text {
  color: #fff;
}

.mv-text__label {
  display: inline-block;
  font-size: 2rem;
  line-height: 2.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  background-color: #B28153;
  border-radius: 0.8rem;
}

@media screen and (max-width: 768px) {
  .mv-text__label {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    padding: 0 1.5rem;
  }
}
.mv-text__lead {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 6.3rem;
}

@media screen and (max-width: 768px) {
  .mv-text__lead {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 3.2rem;
  }
}
.mv-text__main {
  font-size: 4.8rem;
  line-height: 1.3333333333;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .mv-text__main {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-top: 3.9rem;
  }
}
.mv__image {
  width: 100%;
  height: 74rem;
}

@media screen and (max-width: 768px) {
  .mv__image {
    height: 65rem;
  }
}
.mv__image video,
.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  padding: 7.7rem 0 7.2rem;
  background-color: #F3F2F2;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 4rem 0;
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.about__text {
  max-width: 63.7rem;
}

.about__image {
  max-width: 46.5rem;
  margin-top: 4.3rem;
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 56rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .about__list {
    gap: 2rem;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
.about__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 4.8rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .about__item {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    padding-left: 3.6rem;
  }
}
.about__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  width: 2.4rem;
  aspect-ratio: 24/24;
  vertical-align: middle;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about__item::before {
    width: 1.9rem;
    top: 50%;
    translate: 0 -50%;
  }
}
.dot {
  position: relative;
  height: 0.2rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .dot {
    margin-top: 2.5rem;
  }
}
.dot::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #B7B7B7, #B7B7B7 0.4rem, transparent 0);
  background-size: 0.8rem 0.2rem;
  background-repeat: repeat-x;
}

.problem {
  padding: 7.7rem 0 7.2rem;
  background: url(../images/problem.webp) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .problem {
    padding: 4rem 0 3.2rem;
  }
}
.problem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2.5rem 3rem;
  max-width: 107.8rem;
  margin: 4.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .problem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1.4rem;
    margin: 2.4rem auto 0;
  }
}
.problem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2.5rem 2rem;
  min-height: 14.4rem;
  background-color: rgba(238, 238, 238, 0.9);
  border-radius: 0.4rem;
}

.problem__item:nth-child(1) p, .problem__item:nth-child(5) p {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .problem__item:nth-child(1) p, .problem__item:nth-child(5) p {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .problem__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 9.6rem;
    padding: 0.2rem 1.4rem 0.8rem;
  }
}
.problem__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.0416666667;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #B28153;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .problem__item span {
    font-size: 1.6rem;
    line-height: 2.0625;
  }
}
.problem__item span::before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 0.3rem;
  margin-right: 0.8rem;
  background-color: #B28153;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .problem__item span::before {
    width: 1.6rem;
    height: 0.2rem;
    margin-right: 0.7rem;
  }
}
.problem__item p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .problem__item p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.solution {
  padding: 2.5rem 0 8.8rem;
  background-color: #F3F2F2;
}

@media screen and (max-width: 768px) {
  .solution {
    padding: 2.4rem 0 6.4rem;
  }
}
.solution .heading::before {
  display: block;
  content: "";
  width: 0.3rem;
  height: 10.8rem;
  margin: 0 auto 4.4rem;
  background-color: #04779F;
}

@media screen and (max-width: 768px) {
  .solution .heading::before {
    width: 0.2rem;
    height: 6rem;
    margin: 0 auto 1.6rem;
  }
}
.solution__list {
  display: flex;
  flex-direction: column;
  gap: 8.8rem;
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .solution__list {
    gap: 5.6rem;
    margin-top: 4.8rem;
  }
}
.solution__item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .solution__item {
    flex-direction: column;
  }
}
.solution__item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(even) {
    flex-direction: column;
  }
}
.solution__item:nth-child(1) .solution__text {
  max-width: 57.1rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(1) .solution__text {
    max-width: 100%;
  }
}
.solution__item:nth-child(2) .solution__text {
  max-width: 58.5rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(2) .solution__text {
    max-width: 100%;
  }
}
.solution__item:nth-child(3) .solution__text {
  max-width: 61.1rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(3) .solution__text {
    max-width: 100%;
  }
}
.solution__item:nth-child(4) .solution__text {
  max-width: 58.1rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(4) .solution__text {
    max-width: 100%;
  }
}
.solution__item:nth-child(5) .solution__text {
  max-width: 61rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(5) .solution__text {
    max-width: 100%;
  }
}
.solution__item:nth-child(6) .solution__text {
  max-width: 58.1rem;
}

@media screen and (max-width: 768px) {
  .solution__item:nth-child(6) .solution__text {
    max-width: 100%;
  }
}
.solution__text span {
  display: flex;
  align-items: center;
  font-size: 5.6rem;
  line-height: 0.5892857143;
  font-weight: 900;
  color: #B28153;
}

@media screen and (max-width: 768px) {
  .solution__text span {
    font-size: 2.8rem;
    line-height: 1.1785714286;
  }
}
.solution__text span::before {
  display: inline-block;
  content: "";
  width: 4.4rem;
  height: 0.5rem;
  background-color: #B28153;
  margin-right: 2rem;
  border-radius: 0.2rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .solution__text span::before {
    width: 3.6rem;
    height: 0.2rem;
    margin-right: 1.2rem;
    border-radius: 0.1rem;
  }
}
.solution__text h3 {
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .solution__text h3 {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    margin-top: 1.2rem;
  }
}
.solution__text p {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.8rem;
  color: #404040;
}

@media screen and (max-width: 768px) {
  .solution__text p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.2rem;
  }
}
.solution__image {
  max-width: 48rem;
  min-width: 35rem;
}

@media screen and (max-width: 768px) {
  .solution__image {
    max-width: 100%;
    min-width: 100%;
  }
}
.flow {
  padding: 7.7rem 0 7rem;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 4.8rem 0 5.7rem;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 5.4rem;
  max-width: 90rem;
  margin: 6.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .flow__list {
    gap: 4.3rem;
    margin: 4rem auto 0;
  }
}
.flow__item {
  display: flex;
  gap: 7.8rem;
}

@media screen and (max-width: 768px) {
  .flow__item {
    gap: 4rem;
  }
}
.flow__image {
  width: 18.2rem;
  aspect-ratio: 172/172;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .flow__image {
    width: 10.2rem;
    padding-top: 0.5rem;
  }
}
.flow__text {
  padding-top: 0.5rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .flow__text {
    padding-top: 0;
  }
}
.flow__text span.step {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #B28153;
}

@media screen and (max-width: 768px) {
  .flow__text span.step {
    font-size: 1.4rem;
    line-height: 2.2142857143;
  }
}
.flow__text span.num {
  font-size: 3.2rem;
  line-height: 1.3125;
}

@media screen and (max-width: 768px) {
  .flow__text span.num {
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
}
.flow__text h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .flow__text h3 {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 1rem;
  }
}
.flow__text p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.8rem;
  color: #404040;
}

@media screen and (max-width: 768px) {
  .flow__text p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    margin-top: 1.2rem;
  }
}
.voice {
  padding: 7.7rem 0 8rem;
  background-color: #F3F2F2;
}

@media screen and (max-width: 768px) {
  .voice {
    padding: 4.8rem 0;
  }
}
.voice__lead {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice__lead {
    max-width: 35rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin: 2.4rem auto 0;
  }
}
.voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3.2rem;
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .voice__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem 0;
    margin-top: 3.2rem;
  }
}
.voice__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.voice__item:hover .voice__image img {
  transform: scale(1.1);
}

.voice__item:hover .voice__text h3 a {
  color: #000;
}

.voice__item:hover span.category-name a {
  color: #9F9F9F;
}

@media screen and (max-width: 768px) {
  .voice__item {
    gap: 0;
  }
}
.voice__image {
  aspect-ratio: 365/234;
  background-color: #D9D9D9;
  overflow: hidden;
}

.voice__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

@media screen and (max-width: 768px) {
  .voice__image {
    aspect-ratio: 365/220;
  }
}
.voice__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
  padding: 2rem 2rem 0.5rem;
  background-color: #fff;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .voice__text {
    gap: 1rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    padding: 1.2rem 1.4rem 0.6rem;
  }
}
.voice__text h3 {
  font-size: 1.6rem;
  color: #000;
}

.voice__text h3 a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.voice__text span.category-name {
  position: relative;
  display: block;
  letter-spacing: 0;
  color: #9F9F9F;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .voice__text span.category-name {
    font-size: 1rem;
  }
}
.voice__text span.category-name a {
  transition: color 0.4s;
}

.voice__text span.category-name:hover a {
  color: #000;
}

.faq {
  padding: 7rem 0 6.4rem;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 4rem 0 2.8rem;
  }
}
.faq__inner {
  max-width: 87.4rem;
  width: 100%;
  margin: 0 auto;
}

details {
  border-bottom: 0.1rem solid #CECECE;
}

@media screen and (max-width: 768px) {
  details {
    border-bottom: none;
    margin-top: 1.2rem;
  }
}
details:nth-of-type(1) {
  margin-top: 4.2rem;
}

@media screen and (max-width: 768px) {
  details:nth-of-type(1) {
    margin-top: 2.5rem;
  }
}
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.2rem 2rem 0;
  font-weight: bold;
  color: #002255;
}

@media screen and (max-width: 768px) {
  .summary_inner {
    align-items: flex-start;
    padding: 1rem 0;
  }
}
.summary_inner p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #242424;
}

@media screen and (max-width: 768px) {
  .summary_inner p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    align-self: center;
    padding-right: 4rem;
  }
}
/* --------アイコンがプラス------------------ */
.plus {
  display: block;
  position: relative;
  width: 1.7rem;
  margin-left: auto;
  flex-shrink: 0;
  transform-origin: center 43%;
  /*  transition: transform 0.4s;*/
}

@media screen and (max-width: 768px) {
  .plus {
    width: 1.4rem;
    top: 1rem;
    margin-right: 1rem;
  }
}
/* is-openedクラスが付与されたときのスタイル */
details.is-opened .plus::after {
  transform: rotate(0);
}

/* アイコンのバーのスタイル */
.plus::before,
.plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.7rem;
  height: 0.2rem;
  background-color: #D1983A;
}

@media screen and (max-width: 768px) {
  .plus::before,
  .plus::after {
    width: 1.4rem;
    height: 0.2rem;
  }
}
.plus::before {
  left: 0;
  transform: rotate(0);
}

.plus::after {
  right: 0;
  transform: rotate(-90deg);
  transition: transform 0.4s;
}

.qa {
  display: grid;
  place-content: center;
  width: 4rem;
  aspect-ratio: 1;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  margin-right: 1.2rem;
  background-color: #B28153;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .qa {
    width: 2.4rem;
    font-size: 1.6rem;
  }
}
/* --------アコーディオンの中身のスタイル-------- */
.content {
  overflow: hidden;
  background-color: #fff;
  border-top: none;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.content_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .content_inner {
    padding-bottom: 1rem;
  }
}
.content_inner p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .content_inner p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.content_inner .qa {
  flex-shrink: 0;
  background-color: #04779F;
}

.country {
  padding: 6.1rem 0 6.9rem;
  background-color: #F3F2F2;
}

@media screen and (max-width: 768px) {
  .country {
    padding: 4.5rem 0;
  }
}
.country__inner {
  max-width: 95.2rem;
  width: 100%;
  margin: 0 auto;
}

.country__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 4rem;
  margin-top: 5.6rem;
}

@media screen and (max-width: 768px) {
  .country__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem 1.6rem;
    margin-top: 4rem;
  }
}
.country__item {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 50%;
  transition: opacity 0.4s;
}

.country__item:hover {
  opacity: 0.6;
  color: #fff;
}

.country__item span {
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .country__item span {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.country__item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.country__item a:hover {
  color: #fff;
}

.country__item:nth-child(1) {
  background: url(../images/country01.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(2) {
  background: url(../images/country02.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(3) {
  background: url(../images/country03.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(4) {
  background: url(../images/country04.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(5) {
  background: url(../images/country05.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(6) {
  background: url(../images/country06.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(7) {
  background: url(../images/country07.webp) no-repeat;
  background-size: contain;
}

.country__item:nth-child(8) {
  background: #04779F;
}

.country__item:nth-child(8) span {
  margin-top: 4.4rem;
}

.country__item:nth-child(8) span::after {
  display: block;
  content: url(../images/arrow.svg);
  margin-top: 2rem;
}

.map {
  width: 100%;
  aspect-ratio: 1440/350;
  min-height: 300px;
}

.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .map {
    aspect-ratio: 2/1;
    min-height: 400px;
  }
}
/* footer
******************************************************************************************/
.footer {
  background-color: #fff;
}

.footer__main {
  padding: 4.8rem 0 3rem;
  background: #3A3A3A;
}

@media screen and (max-width: 768px) {
  .footer__main {
    padding: 7.2rem 0 2.2rem;
  }
}
.footer__main .footer__info {
  margin-top: 6.7rem;
}

@media screen and (max-width: 768px) {
  .footer__main .footer__info {
    margin-top: 5.6rem;
  }
}
.footer__main p {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__main p {
    font-size: 1.3rem;
    line-height: 2.4615384615;
  }
}
.footer__logo {
  display: block;
  width: 29.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 24.1rem;
  }
}
.footer-sns__list {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .footer-sns__list {
    margin-top: 3.1rem;
  }
}
.footer-sns__item {
  transition: opacity 0.4s;
}

.footer-sns__item:hover {
  opacity: 0.6;
  color: #fff;
}

.footer-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.7rem;
  margin-top: 6.6rem;
}

@media screen and (max-width: 768px) {
  .footer-nav__list {
    gap: 1.7rem 1.9rem;
    margin-top: 5.5rem;
  }
}
.footer-nav__item {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-nav__item {
    font-size: 1.2rem;
    line-height: 3.3333333333;
  }
}
.footer-nav__item a {
  transition: opacity 0.4s;
}

.footer-nav__item a:hover {
  opacity: 0.6;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(1) {
    order: 1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(2) {
    order: 5;
    color: #C2C2C2;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(3) {
    order: 6;
    margin-left: 1.9rem;
    color: #C2C2C2;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(4) {
    order: 3;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(5) {
    order: 2;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(6) {
    order: 4;
    text-decoration: underline;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.9rem;
  background-color: #604414;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
}