@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

main {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.6;
}

.pc-show {
  display: block;
}

.sp-show {
  display: none;
}

/* トップ */
.header-bg {
  background-image: url("../images/taidan/t-top-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.header-bg .catchcopy {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: bold;
  font-size: 42px;
  writing-mode: vertical-lr;
}

.t-top-name {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 700px;
}

/* コンテンツ */
.area_taidan {
  /* プロフィール */
}
.area_taidan .t-contents {
  position: relative;
}
.area_taidan .t-contents::before {
  content: "";
  top: -35px;
  height: 100%;
  max-width: 940px;
  width: 100%;
  position: absolute;
  z-index: -1;
  display: inline-block;
  background-image: url("../images/taidan/g-left-img1.png");
  background-repeat: no-repeat;
}
.area_taidan .t-contents::after {
  content: "";
  height: 1747px;
  max-width: 1180px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  background-image: url("../images/taidan/b-right-img2.png");
  background-repeat: no-repeat;
}
.area_taidan .t-contents .top-text {
  font-weight: 600;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 186px;
  font-size: 18px;
  line-height: 2.4;
}
.area_taidan .sec-row {
  display: flex;
  gap: 60px;
}
.area_taidan .sec-row .col {
  width: 50%;
}
.area_taidan .sec-row .col .mirai-img {
  text-align: end;
}
.area_taidan .sec-row .col .mirai-img img {
  max-width: 450px;
}
.area_taidan .sec-row .col h3 {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
.area_taidan .sec-row .col .inner {
  max-width: 450px;
  padding-bottom: 110px;
}
.area_taidan .sec-row .col .inner p {
  text-align: justify;
  line-height: 2.1;
}
.area_taidan .sec-row .col .inner .t-blue {
  color: #3896d0;
}
.area_taidan .sec-row .col .inner .t-green {
  color: #529d47;
}
.area_taidan .side-g-img {
  position: relative;
}
.area_taidan .side-g-img::after {
  content: "";
  height: 1470px;
  max-width: 370px;
  width: 100%;
  position: absolute;
  top: -290px;
  z-index: -1;
  display: inline-block;
  background-image: url("../images/taidan/g-left-img2.png");
  background-repeat: no-repeat;
}
.area_taidan .sec-row-r {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
.area_taidan .sec-row-r .col {
  width: 50%;
}
.area_taidan .sec-row-r .col .mirai-img {
  text-align: end;
}
.area_taidan .sec-row-r .col .mirai-img img {
  max-width: 450px;
}
.area_taidan .sec-row-r .col h3 {
  padding-top: 124px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
.area_taidan .sec-row-r .col .inner {
  margin: 0 0 0 auto;
  max-width: 450px;
  padding-bottom: 200px;
}
.area_taidan .sec-row-r .col .inner p {
  text-align: justify;
  line-height: 2.1;
}
.area_taidan .sec-row-r .col .inner .t-blue {
  color: #3896d0;
}
.area_taidan .sec-row-r .col .inner .t-green {
  color: #529d47;
}
.area_taidan .padding-b {
  padding-bottom: 260px;
}
.area_taidan .side-b-img::after {
  content: "";
  height: 1252px;
  max-width: 370px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  background-image: url("../images/taidan/b-right-img1.png");
  background-repeat: no-repeat;
}
.area_taidan .t-profile {
  background-color: #f7f5dd;
}
.area_taidan .t-profile .profile-img {
  text-align: center;
}
.area_taidan .t-profile .profile-img img {
  margin-top: -216px;
  max-width: 600px;
}
.area_taidan .t-profile .t-profile-name {
  position: relative;
  padding-top: 90px;
  padding-bottom: 140px;
  max-width: 960px;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin: 0 auto;
}
.area_taidan .t-profile .t-profile-name .t-profile-cross {
  position: absolute;
  top: 130px;
  left: 48%;
  transform: translate(-50%, -50%);
}
.area_taidan .t-profile .t-profile-name .name p {
  font-size: 15px;
  padding-bottom: 6px;
}
.area_taidan .t-profile .t-profile-name .name h4 {
  font-weight: 400;
  font-size: 48px;
  padding-bottom: 52px;
}
.area_taidan .t-profile .t-profile-name .right {
  text-align: right;
  padding-right: 3em;
}
.area_taidan .t-profile .t-profile-name .left {
  text-align: left;
  padding-left: 3em;
}
.area_taidan .t-profile .t-profile-name .text .p-g {
  font-weight: bold;
  font-size: 21px;
  color: #00993c;
}
.area_taidan .t-profile .t-profile-name .text .p-b {
  text-align: end;
  font-weight: bold;
  font-size: 21px;
  color: #004d93;
}
.area_taidan .t-profile .t-profile-name .text p {
  text-align: justify;
  font-size: 14px;
  line-height: 2;
  padding-top: 8px;
}
.area_taidan .t-profile .column {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 45px 50px;
  border-radius: 30px 30px 0 0;
  max-width: 960px;
  background-color: #b0c473;
  display: flex;
  gap: 40px;
}
.area_taidan .t-profile .column::before {
  content: "";
  top: 46px;
  left: 30px;
  height: 63px;
  max-width: 146px;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  background-image: url(../images/taidan/t-column.png);
  background-repeat: no-repeat;
}
.area_taidan .t-profile .column h5 {
  font-size: 21px;
  padding: 100px 0 24px 0;
}
.area_taidan .t-profile .column p {
  text-align: justify;
  font-size: 14px;
  line-height: 2;
}
.area_taidan .t-profile .column .text {
  max-width: 370px;
}
.area_taidan .t-profile .column .c-side-img img {
  border-radius: 20px 0 0 20px;
  max-width: 500px;
  width: 100%;
}
.area_taidan .footer-g {
  background-color: #00993c;
  height: 10px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .top-text {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sec-row {
    padding-right: 2em;
  }
  .sec-row-r,
  .mirai-img {
    padding-left: 2em;
  }
  .t-profile-name {
    padding-left: 1em;
    padding-right: 1em;
  }
  .area_taidan .t-profile .column {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 800px) {
  .pc-show {
    display: none;
  }
  .sp-show {
    display: block;
  }
  /* トップ */
  .header-bg {
    background-image: url("../images/taidan/t-top-sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 92vh;
    position: relative;
  }
  .header-bg .catchcopy {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: bold;
    font-size: 25px;
    writing-mode: vertical-lr;
  }
  .t-top-name {
    position: absolute;
    bottom: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 325px;
  }
  /* コンテンツ */
  .area_taidan {
    /* プロフィール */
  }
  .area_taidan .t-contents {
    position: relative;
  }
  .area_taidan .t-contents::before {
    content: "";
    top: -35px;
    height: 100%;
    max-width: 375px;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: inline-block;
    background-image: url("../images/taidan/g-left-sp1.png");
    background-repeat: no-repeat;
  }
  .area_taidan .t-contents::after {
    content: "";
    height: 1700px;
    max-width: 375px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    background-image: url("../images/taidan/b-right-sp2.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .area_taidan .t-contents .top-text {
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 2;
  }
  .area_taidan .sec-row {
    display: block;
  }
  .area_taidan .sec-row .col {
    max-width: 100%;
    width: 100%;
  }
  .area_taidan .sec-row .col .sec-img {
    padding-right: 3em;
  }
  .area_taidan .sec-row .col .mirai-img {
    text-align: center;
  }
  .area_taidan .sec-row .col .mirai-img img {
    max-width: 240px;
  }
  .area_taidan .sec-row .col h3 {
    padding-top: 50px;
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
  }
  .area_taidan .sec-row .col .inner {
    margin: 0 auto;
    max-width: 450px;
    padding-bottom: 44px;
    padding-left: 2em;
  }
  .area_taidan .sec-row .col .inner p {
    font-size: 14px;
    line-height: 2.1;
  }
  .area_taidan .sec-row .col .inner .t-blue {
    color: #3896d0;
  }
  .area_taidan .sec-row .col .inner .t-green {
    color: #529d47;
  }
  .area_taidan .side-g-img {
    position: relative;
  }
  .area_taidan .side-g-img::after {
    content: "";
    height: 768px;
    max-width: 130px;
    width: 100%;
    position: absolute;
    top: 200px;
    z-index: -1;
    display: inline-block;
    background-image: url("../images/taidan/g-left-sp2.png");
    background-repeat: no-repeat;
  }
  .area_taidan .sec-row-r {
    display: block;
  }
  .area_taidan .sec-row-r .col {
    max-width: 100%;
    width: 100%;
  }
  .area_taidan .sec-row-r .col .sec-img {
    padding-left: 3em;
  }
  .area_taidan .sec-row-r .col .mirai-img {
    text-align: end;
  }
  .area_taidan .sec-row-r .col .mirai-img img {
    max-width: 450px;
  }
  .area_taidan .sec-row-r .col h3 {
    padding-top: 60px;
    padding-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
  }
  .area_taidan .sec-row-r .col .inner {
    margin: 0 auto;
    max-width: 450px;
    padding-bottom: 50px;
    padding-right: 2em;
  }
  .area_taidan .sec-row-r .col .inner p {
    font-size: 14px;
    line-height: 2.1;
  }
  .area_taidan .sec-row-r .col .inner .t-blue {
    color: #3896d0;
  }
  .area_taidan .sec-row-r .col .inner .t-green {
    color: #529d47;
  }
  .area_taidan .padding-b {
    padding-bottom: 110px;
  }
  .area_taidan .side-b-img::after {
    content: "";
    height: 1252px;
    max-width: 130px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    background-image: url("../images/taidan/b-right-sp1.png");
    background-repeat: no-repeat;
  }
  .area_taidan .t-profile {
    background-color: #f7f5dd;
  }
  .area_taidan .t-profile .profile-img {
    text-align: center;
  }
  .area_taidan .t-profile .profile-img img {
    margin-top: -90px;
    max-width: 240px;
  }
  .area_taidan .t-profile .t-profile-name {
    text-align: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 960px;
    display: block;
    margin: 0 auto;
  }
  .area_taidan .t-profile .t-profile-name .t-profile-cross {
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
    width: 100%;
    transform: none;
  }
  .area_taidan .t-profile .t-profile-name .t-profile-cross img {
    width: 80px;
  }
  .area_taidan .t-profile .t-profile-name .name {
    text-align: center;
  }
  .area_taidan .t-profile .t-profile-name .name p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .area_taidan .t-profile .t-profile-name .name h4 {
    font-size: 32px;
    padding-bottom: 8px;
  }
  .area_taidan .t-profile .t-profile-name .right {
    text-align: center;
    padding-right: 0;
  }
  .area_taidan .t-profile .t-profile-name .left {
    text-align: center;
    padding-left: 0;
  }
  .area_taidan .t-profile .t-profile-name .text .p-g {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #00993c;
  }
  .area_taidan .t-profile .t-profile-name .text .p-b {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #004d93;
  }
  .area_taidan .t-profile .t-profile-name .text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    padding-top: 0;
  }
  .area_taidan .t-profile .column {
    font-weight: 400;
    position: relative;
    text-align: center;
    margin: 0 1em;
    padding: 1em 1.4em 0 1.4em;
    border-radius: 30px 30px 0 0;
    max-width: 960px;
    background-color: #b0c473;
    display: block;
  }
  .area_taidan .t-profile .column::before {
    content: "";
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 63px;
    max-width: 146px;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: inline-block;
    background-image: url(../images/taidan/t-column.png);
    background-repeat: no-repeat;
  }
  .area_taidan .t-profile .column h5 {
    font-size: 18px;
    padding: 100px 0 24px 0;
  }
  .area_taidan .t-profile .column p {
    font-size: 13px;
    line-height: 2;
    padding-bottom: 18px;
  }
  .area_taidan .t-profile .column .text {
    max-width: 100%;
  }
  .area_taidan .t-profile .column .c-side-img img {
    border-radius: 20px 20px 0 0;
    max-width: 500px;
    width: 100%;
  }
  .area_taidan .footer-g {
    background-color: #00993c;
    height: 10px;
    width: 100%;
  }
}/*# sourceMappingURL=taidan.css.map */