.fixed_content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie {
  background-color: hsl(208, 100%, 50%);
  background-image: radial-gradient(at 4% 7%, hsl(143, 100%, 76%) 0px, transparent 50%), radial-gradient(at 11% 89%, hsl(130, 100%, 76%) 0px, transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content .bg_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main {
  position: relative;
}
#main .fv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
#main .fv .fv_photo {
  overflow: hidden;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
}
@media screen and (max-width: 1299px) {
  #main .fv .fv_photo {
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 859px) {
  #main .fv .fv_photo {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
}
#main .fv .fv_photo .photo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .fv .fv_photo .photo .photo_container {
  background-image: url("../img/fv.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 859px) {
  #main .fv .fv_photo .photo .photo_container {
    background-image: url("../img/fv_mb.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
#main .fv .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 45px 0 35px;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 110px;
}
@media screen and (max-width: 1299px) {
  #main .fv .title {
    padding: 0 40px 0 30px;
    height: 100px;
    bottom: 90px;
  }
}
@media screen and (max-width: 859px) {
  #main .fv .title {
    padding: 0 35px 0 20px;
    height: 90px;
    bottom: 60px;
  }
}
#main .fv .title::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0 55px 55px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .fv .title::before {
    border-radius: 0 50px 50px 0;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title::before {
    border-radius: 0 45px 45px 0;
  }
}
#main .fv .title .en {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .fv .title .en span {
  font-weight: 600;
}
#main .fv .title .en {
  color: #4b70b5;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .en {
    font-size: 14px;
  }
}
#main .fv .title .line {
  margin-top: 8px;
  width: 100%;
  height: 1px;
  background-color: #4b70b5;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .line {
    margin-top: 7.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .line {
    margin-top: 7px;
  }
}
#main .fv .title .jp {
  padding: 12px 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .fv .title .jp span {
  font-weight: 600;
}
#main .fv .title .jp {
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .fv .title .jp {
    padding: 12px 15px 0 0;
    font-size: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .fv .title .jp {
    padding: 12px 10px 0 0;
    font-size: 20px;
  }
}
#main .fv .title.fadeFvElem::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#main .fv .title.fadeFvElem .en {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .fv .title.fadeFvElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .fv .title.fadeFvElem .jp {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .fv .title.fadeIn::before {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .fv .title.fadeIn .en {
  -webkit-transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .fv .title.fadeIn .line {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .fv .title.fadeIn .jp {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#main .intro {
  margin: 50px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .intro {
    margin: 40px auto 0;
    width: 94vw;
  }
}
@media screen and (max-width: 859px) {
  #main .intro {
    margin: 40px auto 0;
  }
}
#main .intro .catch h2 {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .intro .catch h2 span {
  font-weight: 600;
}
#main .intro .catch h2 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .intro .catch h2 {
    font-size: 34px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .catch h2 {
    font-size: 30px;
  }
}
#main .intro .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .intro .lead {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .lead {
    margin-top: 40px;
  }
}
#main .intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .intro .lead p span {
  font-weight: 400;
}
#main .intro .lead p {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #main .intro .lead p {
    padding: 0 10px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .catch {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .catch h2.h2_pc {
    display: none;
  }
}
#main .intro .catch h2.h2_mb {
  display: none;
}
@media screen and (max-width: 639px) {
  #main .intro .catch h2.h2_mb {
    display: block;
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: left;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #main .intro .catch h2.h2_mb span.t_combine {
    margin-top: -0.5em;
    margin-left: 0.2em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
  }
}
#main .main_contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 100px;
  margin: 100px auto 0;
  padding: 50px 0 250px;
  width: 1340px;
  position: relative;
}
@media screen and (max-width: 1369px) {
  #main .main_contents {
    width: 88vw;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents {
    row-gap: 70px;
    margin-top: 80px;
    padding: 35px 0 150px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents {
    row-gap: 40px;
    margin-top: 60px;
    padding: 20px 0 100px;
    margin-left: 0;
    width: 100vw;
  }
}
#main .main_contents::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .main_contents section {
  position: relative;
}
#main .main_contents.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#main .main_contents.fadeIn::before {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#main .main_contents {
  row-gap: 150px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents {
    row-gap: 105px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents {
    row-gap: 60px;
  }
}
#main .main_contents .section {
  margin: 0 auto;
  padding-top: 100px;
  width: 1100px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section {
    padding-top: 70px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section {
    margin-left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section {
    padding-top: 40px;
  }
}
#main .main_contents .section .section_intro {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro {
    margin-left: 0;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro {
    width: 100vw;
  }
}
#main .main_contents .section .section_intro .title_en {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_en {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_en {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section .section_intro .title_en .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .main_contents .section .section_intro .title_en .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
}
#main .main_contents .section .section_intro .title_en .lineWrap .line:nth-of-type(2),
#main .main_contents .section .section_intro .title_en .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .main_contents .section .section_intro .title_en .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .main_contents .section .section_intro .title_en .text span {
  font-weight: 500;
}
#main .main_contents .section .section_intro .title_en .text {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_en .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_en .text {
    font-size: 52px;
  }
}
#main .main_contents .section .section_intro .title_en.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section .section_intro .title_en.fadeIn .lineWrap.lineWrap_L,
#main .main_contents .section .section_intro .title_en.fadeIn .lineWrap.lineWrap_R {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section .section_intro .title_en.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section .section_intro .title_jp {
  padding-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_jp {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_jp {
    padding-top: 40px;
  }
}
#main .main_contents .section .section_intro .title_jp .text {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section .section_intro .title_jp .text span {
  font-weight: 600;
}
#main .main_contents .section .section_intro .title_jp .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .title_jp .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .title_jp .text {
    font-size: 26px;
  }
}
#main .main_contents .section .section_intro .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .lead {
    margin-top: 50px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .lead {
    margin-top: 40px;
    padding: 0 15px;
  }
}
#main .main_contents .section .section_intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section .section_intro .lead p span {
  font-weight: 400;
}
#main .main_contents .section .section_intro .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_intro .lead p {
    font-size: 15.5px;
    line-height: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_intro .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro .lead p br {
    display: none;
  }
}
#main .main_contents .section .section_intro .lead p span.b_pc {
  display: inline-block;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_intro .lead p span.b_pc {
    display: inline;
  }
}
#main .main_contents .section .section_content {
  margin: 100px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section .section_content {
    margin-top: 80px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section .section_content {
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section .section_content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile {
    margin-left: 6vw;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile {
    width: 88vw;
  }
}
#main .main_contents .section_profile .profile_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul {
    -webkit-column-gap: 5vw;
       -moz-column-gap: 5vw;
            column-gap: 5vw;
    row-gap: 70px;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section_profile .profile_ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .main_contents .section_profile .profile_ul li {
  width: 420px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li {
    width: 32vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .main_contents .section_profile .profile_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul li {
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li {
    width: 100%;
  }
}
#main .main_contents .section_profile .profile_ul li .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  position: relative;
}
#main .main_contents .section_profile .profile_ul li .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 {
    row-gap: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 {
    row-gap: 15px;
  }
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .title {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .title span {
  font-weight: 400;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .title {
  color: #333333;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content {
  margin-block: calc((1em - 1lh) / 2);
  padding-right: 20px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content span {
  font-weight: 400;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content {
    padding-right: 15px;
    font-size: 14.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content {
    padding-right: 10px;
    font-size: 13px;
  }
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content span.comment {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content span.comment span {
  font-weight: 400;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content span.comment {
    font-size: 11px;
    line-height: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li .content span.comment {
    font-size: 10px;
    line-height: 20px;
  }
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li .line {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.li_name .content {
  font-size: 22px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li.li_name .content {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 li.li_name .content {
    font-size: 18px;
  }
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeElem .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeElem .content {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeIn .title {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeIn .content {
  -webkit-transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s 0.25s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#main .main_contents .section_profile .profile_ul li .spec_ul_2 li.fadeIn .line {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_profile .profile_ul li .spec_ul_2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul li.li_KI {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
#main .main_contents .section_profile .profile_ul li.li_KI .photo::before {
  background-image: url("../img/p_KI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul li.li_MI {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
#main .main_contents .section_profile .profile_ul li.li_MI .photo::before {
  background-image: url("../img/p_MI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul li.li_IO {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
#main .main_contents .section_profile .profile_ul li.li_IO .photo::before {
  background-image: url("../img/p_IO.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_profile .profile_ul li.li_TI {
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
#main .main_contents .section_profile .profile_ul li.li_TI .photo::before {
  background-image: url("../img/p_TI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme .section_intro {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro {
    margin-left: 0;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme .section_intro {
    width: 100vw;
  }
}
#main .main_contents .section_theme .section_intro .title_en {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_en {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_en {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line:nth-of-type(2),
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .main_contents .section_theme .section_intro .title_en .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .title_en .text span {
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .title_en .text {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_en .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_en .text {
    font-size: 52px;
  }
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section_theme .section_intro .title_en.fadeIn .lineWrap.lineWrap_L,
#main .main_contents .section_theme .section_intro .title_en.fadeIn .lineWrap.lineWrap_R {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section_theme .section_intro .title_jp {
  padding-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_jp {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_jp {
    padding-top: 40px;
  }
}
#main .main_contents .section_theme .section_intro .title_jp .text {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section_theme .section_intro .title_jp .text span {
  font-weight: 600;
}
#main .main_contents .section_theme .section_intro .title_jp .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_jp .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_jp .text {
    font-size: 26px;
  }
}
#main .main_contents .section_theme .section_intro .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .lead {
    margin-top: 50px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .lead {
    margin-top: 40px;
    padding: 0 15px;
  }
}
#main .main_contents .section_theme .section_intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 17px;
  line-height: 37px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section_theme .section_intro .lead p span {
  font-weight: 400;
}
#main .main_contents .section_theme .section_intro .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .lead p {
    font-size: 15.5px;
    line-height: 32px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .lead p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme .section_intro .lead p br {
    display: none;
  }
}
#main .main_contents .section_theme .section_intro .lead p span.b_pc {
  display: inline-block;
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme .section_intro .lead p span.b_pc {
    display: inline;
  }
}
#main .main_contents .section_theme .section_intro .sub_title {
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .sub_title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .sub_title {
    margin-top: 20px;
  }
}
#main .main_contents .section_theme .section_intro .sub_title .text {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.08em;
  font-size: 20px;
  line-height: 1.65em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .sub_title .text span {
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .sub_title .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .sub_title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .sub_title .text {
    font-size: 16px;
  }
}
#main .main_contents .section_theme .section_intro .head {
  margin-top: 70px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .head {
    margin-top: 55px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .head {
    margin-top: 40px;
  }
}
#main .main_contents .section_theme .section_intro .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .main_contents .section_theme .section_intro .head h3 span {
  font-weight: 600;
}
#main .main_contents .section_theme .section_intro .head h3 {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .head h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .head h3 {
    font-size: 26px;
  }
}
#main .main_contents .section_theme .section_intro .body {
  margin-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .body {
    margin-top: 45px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .body {
    margin-top: 30px;
  }
}
#main .main_contents .section_theme .section_intro .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section_theme .section_intro .body p span {
  font-weight: 400;
}
#main .main_contents .section_theme .section_intro .body p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section_theme .talk {
  margin: 100px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk {
    margin-top: 75px;
    margin-left: 6vw;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme .talk {
    margin-top: 50px;
    width: 88vw;
  }
}
#main .main_contents .section_theme .talk .talk_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 60px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul {
    row-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul {
    row-gap: 40px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li {
    -ms-grid-columns: auto 35px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .person {
  width: 90px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .person {
    width: 60px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .person {
    width: 45px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .person .photo {
  padding-top: 100%;
  position: relative;
}
#main .main_contents .section_theme .talk .talk_ul li .person .photo::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section_theme .talk .talk_ul li .person .name {
  margin-top: 10px;
  padding-left: 0.05em;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .main_contents .section_theme .talk .talk_ul li .person .name span {
  font-weight: 400;
}
#main .main_contents .section_theme .talk .talk_ul li .person .name {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .person .name {
    margin-top: 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .person .name {
    margin-top: 8px;
    font-size: 13px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .balloon {
  padding: 40px;
  width: 690px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon {
    padding: 30px;
    width: 100%;
    max-width: 550px;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon {
    padding: 25px;
  }
}
@media screen and (max-width: 439px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon {
    padding: 25px 6vw;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .balloon .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section_theme .talk .talk_ul li .balloon .bg::before {
  content: "";
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon .bg::before {
    border-radius: 15px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon .bg::before {
    border-radius: 10px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .balloon .bg::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 22px;
  position: absolute;
  right: calc(100% - 1px);
  top: 45px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon .bg::after {
    width: 22px;
    height: 16px;
    top: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon .bg::after {
    width: 15px;
    height: 11px;
    top: 22.5px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .balloon p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .main_contents .section_theme .talk .talk_ul li .balloon p span {
  font-weight: 400;
}
#main .main_contents .section_theme .talk .talk_ul li .balloon p {
  color: #ffffff;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .talk .talk_ul li .balloon p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .main_contents .section_theme .talk .talk_ul li .balloon.fadeElem .bg {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.85);
          transform: translateY(20px) scale(0.85);
}
#main .main_contents .section_theme .talk .talk_ul li .balloon.fadeElem p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section_theme .talk .talk_ul li .balloon.fadeIn .bg {
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
}
#main .main_contents .section_theme .talk .talk_ul li .balloon.fadeIn p {
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 1s 0.6s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 1s 0.6s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(odd) .balloon .bg::before {
  background-color: #329fdf;
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(odd) .balloon .bg::after {
  background-color: #329fdf;
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) .person {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) .balloon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
      justify-self: end;
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) .balloon .bg::before {
  background-color: #54a874;
}
#main .main_contents .section_theme .talk .talk_ul li:nth-of-type(even) .balloon .bg::after {
  background-color: #54a874;
  right: auto;
  left: calc(100% - 1px);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
#main .main_contents .section_theme .section_intro .title_en {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px auto 40px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_en {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_en {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
}
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line:nth-of-type(2),
#main .main_contents .section_theme .section_intro .title_en .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .main_contents .section_theme .section_intro .title_en .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .title_en .text span {
  font-weight: 500;
}
#main .main_contents .section_theme .section_intro .title_en .text {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme .section_intro .title_en .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme .section_intro .title_en .text {
    font-size: 52px;
  }
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .main_contents .section_theme .section_intro .title_en.fadeIn .lineWrap.lineWrap_L,
#main .main_contents .section_theme .section_intro .title_en.fadeIn .lineWrap.lineWrap_R {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#main .main_contents .section_theme .section_intro .title_en.fadeIn .text {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#main .main_contents .section_theme .talk .talk_ul li.li_IO .person .photo::before {
  background-image: url("../img/i_IO.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme .talk .talk_ul li.li_KI .person .photo::before {
  background-image: url("../img/i_KI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme .talk .talk_ul li.li_MI .person .photo::before {
  background-image: url("../img/i_MI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme .talk .talk_ul li.li_TI .person .photo::before {
  background-image: url("../img/i_TI.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_1 .photoWrap,
#main .main_contents .section_theme.section_theme_2 .photoWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap,
  #main .main_contents .section_theme.section_theme_2 .photoWrap {
    -ms-grid-columns: 540fr 6vw 360fr;
    grid-template-columns: 540fr 360fr;
    -webkit-column-gap: 6vw;
       -moz-column-gap: 6vw;
            column-gap: 6vw;
    row-gap: 6vw;
    margin-top: 105px;
    margin-left: 6vw;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap,
  #main .main_contents .section_theme.section_theme_2 .photoWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-left: 12vw;
    width: 76vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap,
  #main .main_contents .section_theme.section_theme_2 .photoWrap {
    margin-top: 60px;
    margin-left: 6vw;
    width: 88vw;
  }
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo,
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo {
  position: relative;
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo::before,
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(1) {
  width: 540px;
  height: 360px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(1) {
    padding-top: 66.6666666667%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(1) {
    padding-top: 0;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(1) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(2) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 360px;
  height: 240px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(2) {
    padding-top: 66.6666666667%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(2) {
    padding-top: 0;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(2) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 432px;
  height: 288px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(3) {
    width: 33.6vw;
    height: 22.4vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(3) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(1)::before {
  background-image: url("../img/11.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(2)::before {
  background-image: url("../img/12.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_1 .photoWrap .photo:nth-of-type(3)::before {
  background-image: url("../img/13.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap {
    -ms-grid-columns: 360fr 540fr;
    grid-template-columns: 360fr 540fr;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(1) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 360px;
  height: 240px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(1) {
    padding-top: 66.6666666667%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(1) {
    padding-top: 0;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(1) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(2) {
  width: 540px;
  height: 360px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(2) {
    padding-top: 66.6666666667%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(2) {
    padding-top: 0;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(2) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 432px;
  height: 288px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(3) {
    width: 33.6vw;
    height: 22.4vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: start;
        justify-self: start;
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(3) {
    width: 88vw;
    height: 58.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(1)::before {
  background-image: url("../img/21.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(2)::before {
  background-image: url("../img/22.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_2 .photoWrap .photo:nth-of-type(3)::before {
  background-image: url("../img/23.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .main_contents .section_theme.section_theme_3 .photoWrap {
  margin-top: 150px;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_3 .photoWrap {
    margin-top: 105px;
  }
}
@media screen and (max-width: 639px) {
  #main .main_contents .section_theme.section_theme_3 .photoWrap {
    margin-top: 60px;
    margin-left: 0;
  }
}
#main .main_contents .section_theme.section_theme_3 .photoWrap .photo {
  margin: 0 auto;
  width: 840px;
  height: 560px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .main_contents .section_theme.section_theme_3 .photoWrap .photo {
    width: 76vw;
    height: 50.6666666667vw;
  }
}
@media screen and (max-width: 859px) {
  #main .main_contents .section_theme.section_theme_3 .photoWrap .photo {
    width: 100vw;
    height: 66.6666666667vw;
  }
}
#main .main_contents .section_theme.section_theme_3 .photoWrap .photo::before {
  content: "";
  display: inline-block;
  background-image: url("../img/31.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#footer {
  margin-top: 0;
}
#footer .footer_container {
  margin: 0 auto;
  padding: 150px 0;
}
@media screen and (max-width: 1299px) {
  #footer .footer_container {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1199px) {
  #footer .footer_container {
    padding: 45px 0;
  }
}
/*# sourceMappingURL=style.css.map */