@charset "utf-8";

/* -------------------------------------------------------------------
#TALK
------------------------------------------------------------------- */
#TALK {
  position: relative;
}
/* footprint */
.footprint {
  object-fit: cover;
  height: 18px;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}





/* mv */
.mv__content {
  position: relative;
}
.mv__content h1,
.mv__content p {
  position: absolute;
  background-color: #fff;
}
.mv__content h1 {
  top: 58px;
  left: 0;
  padding-top: 38px;
  padding-right: 3.8%;
  padding-bottom: 59px;
}
.mv__content h1 img {
  width: 433px;
}
.mv__content p {
  right: 0;
  bottom: 0;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}





/* copy */
.copy {
  padding-top: 260px;
  padding-bottom: 60px;
  margin-top: -200px;
  background-color: #d8e4e5;
}
.copy p:first-of-type {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.copy p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}





/* member */
.member {
  padding-top: 80px;
  padding-bottom: 80px;
}
.member h2 {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.member__image {
  width: 170px;
}
.member__text {
  font-size: 1.6rem;
}
.member__text p:first-of-type {
  margin-bottom: 10px;
  font-weight: 700;
}
.member__text p:first-of-type span {
  font-size: 1.8rem;
}
.member__text p:last-of-type {
  line-height: 2;
}
.member .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 64px;
}
.member .flex .member__image {
  margin-right: 36px;
}
.member .flex .member__text {
  flex: 1;
}
.member ul {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.member ul li {
  width: 22.75%;
}
.member ul li .member__image {
  max-width: 100%;
  margin-bottom: 30px;
}





/* talk-navi */
.talk-navi {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #d8e4e5;
}
.talk-navi h2 {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.talk-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.talk-navi ul li {
  position: relative;
  width: 46.83%;
  margin-right: 20px;
}
.talk-navi ul li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.talk-navi ul li:nth-of-type(n + 3) {
  margin-top: 56px;
}
.talk-navi ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-left: 16px;
  border: 4px solid #000;
  background-color: #fff;
}
.talk-navi ul li a::after {
  content: "";
  background-image: url(../../../img/gatun2023/talk/icon-7.png);
  background-size: cover;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 32px;
  height: 32px;
}
.talk-navi ul li a:hover {
  transform: translate(20px, 20px);
}
.talk-navi ul li a img {
  width: 60px;
  margin-right: 7px;
}
.talk-navi ul li a p {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
}
.talk-navi ul li a p span {
  font-size: 1.2em;
}





/* content */
.content {
  padding-bottom: 80px;
}
.content__top .container {
  position: relative;
}
.content__top h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 685px;
  max-width: 76%;
  padding-top: 20px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  border-left: 4px solid #000;
  background-color: #fff;
}
.content__top h2 img {
  width: 80px;
  margin-right: 12px;
  margin-left: 20px;
}
.content__top h2 p {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
}
.content__top h2 p span {
  font-size: 2.8rem;
}
.content__body .container {
  position: relative;
  padding-top: 50px;
}
.content__body h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.content__body .text {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: 254px;
  max-width: 23%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}
.content__body .container > p,
.content__body .flex p {
  font-size: 1.6rem;
  line-height: 2.5;
}
.content__body .container > p span,
.content__body .flex p span {
  font-weight: 700;
}
.content__body .container > p,
.content__body .flex {
  margin-top: 60px;
  margin-bottom: 60px;
}
.content__body .flex {
  display: flex;
  align-items: flex-start;
}
.content__body .reverse {
  flex-direction: row-reverse;
}
.content__body .flex .right {
  margin-left: 3%;
}
.content__body .flex .left {
  margin-right: 3%;
}
.content__body .flex .width-1 {
  width: 31.3%;
}
.content__body .flex .width-2 {
  width: 48.5%;
}
.content__body .flex .width-3 {
  width: 40%;
}
.content__body .flex .width-4 {
  width: 57%;
}
.content__body .flex .width-5 {
  width: 65.7%;
}
.content__body .flex p {
  flex: 1;
}
.content__body .information {
  position: relative;
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #d8e4e5;
}
.content__body .information > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #fff;
}
.content__body .information .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.content__body .information .inner img {
  width: 34.3%;
  margin-left: 5.5%;
}
.content-5 .content__body .information .inner img {
  width: 43%;
}
.content__body .information .inner div:first-of-type {
  width: 25.75%;
}
.content-5 .content__body .information .inner div:first-of-type {
  width: 43%;
}
.content__body .information .inner div:first-of-type span {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
.content-5 .content__body .information .inner div:first-of-type span:first-of-type {
  font-size: 1.8rem;
}
.content-5 .content__body .information .inner div:first-of-type span:nth-of-type(2) {
  font-size: 2.4rem;
}
.content-5 .content__body .information .inner div:first-of-type span:last-of-type {
  font-size: 2rem;
}
.content__body .information .inner div:first-of-type p {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 2;
}
.content__body .information .inner div:first-of-type .button-style {
  max-width: 100%;
  margin: 0 auto;
}
.content-5 .content__body .information .inner div:first-of-type .button-style {
  margin-right: 0;
}
.content__body .information .inner div:last-of-type {
  width: 22.75%;
  margin-right: 5.5%;
}
.content__body .information .inner div:last-of-type iframe {
  width: 100%;
  height: 271px;
}





/* banner */
.banner {
  padding-top: 20px;
  padding-bottom: 150px;
  text-align: center;
}
.banner a {
  position: relative;
  max-width: 788px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #000;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1;
}
.banner a:hover {
  background-color: #c5f550;
}
.banner a::after {
  content: "";
  background-image: url(../../../img/gatun2023/index/icon.png);
  background-size: cover;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 32px;
  height: 32px;
}
.banner a span {
  display: inline-block;
}
.banner a span:first-of-type,
.banner a span:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 5.6rem;
}
.banner a span:first-of-type {
  margin-right: 0.2em;
}
.banner a span:last-of-type {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}





@media screen and (max-width: 1400px) {
  /* mv */
  .mv__content h1 {
    top: 42px;
    padding-top: 2.7vw;
    padding-bottom: 4.2vw;
  }
  .mv__content h1 img {
    width: 31vw;
  }
}





@media screen and (max-width: 1024px) {
  /* mv */
  .mv__content p {
    font-size: 1.4rem;
  }
}