.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;
  }
}
#main .intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 420px;
  grid-template-columns: 1fr 420px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  margin: 50px auto 0;
  width: 1150px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .intro {
    margin: 40px auto 0;
    width: 88vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  #main .intro {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .catch {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .intro .catch h2.h2_pc {
  text-align: left;
}
@media screen and (max-width: 1079px) {
  #main .intro .catch h2.h2_pc {
    padding: 0 20px;
    text-align: center;
  }
}
@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 .intro .catch h2.h2_mb {
    white-space: nowrap;
  }
}
#main .intro .profile {
  width: 420px;
  height: 420px;
  position: absolute;
  right: 0;
  top: calc(100% + 100px - 210px);
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .intro .profile {
    width: 380px;
    height: 380px;
    right: 3vw;
    top: calc(100% + 80px - 190px);
  }
}
@media screen and (max-width: 1079px) {
  #main .intro .profile {
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 60px;
    width: 380px;
    height: 380px;
    position: relative;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile {
    margin-top: 40px;
    width: 336px;
    height: 336px;
  }
}
#main .intro .profile::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), color-stop(85%, #4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 85%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .intro .profile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .intro .profile .container .profile_ul {
  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 .intro .profile .container .profile_ul {
    row-gap: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile .container .profile_ul {
    row-gap: 15px;
  }
}
#main .intro .profile .container .profile_ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
#main .intro .profile .container .profile_ul 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 .intro .profile .container .profile_ul li .title span {
  font-weight: 400;
}
#main .intro .profile .container .profile_ul li .title {
  color: #ffffff;
}
#main .intro .profile .container .profile_ul 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 .intro .profile .container .profile_ul li .content span {
  font-weight: 400;
}
#main .intro .profile .container .profile_ul li .content {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .intro .profile .container .profile_ul li .content {
    padding-right: 15px;
    font-size: 14.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile .container .profile_ul li .content {
    padding-right: 10px;
    font-size: 13px;
  }
}
#main .intro .profile .container .profile_ul 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 .intro .profile .container .profile_ul li .content span.comment span {
  font-weight: 400;
}
@media screen and (max-width: 1299px) {
  #main .intro .profile .container .profile_ul li .content span.comment {
    font-size: 11px;
    line-height: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile .container .profile_ul li .content span.comment {
    font-size: 10px;
    line-height: 20px;
  }
}
#main .intro .profile .container .profile_ul li .line {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
#main .intro .profile .container .profile_ul li.li_name .content {
  font-size: 22px;
}
@media screen and (max-width: 1299px) {
  #main .intro .profile .container .profile_ul li.li_name .content {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile .container .profile_ul li.li_name .content {
    font-size: 18px;
  }
}
#main .intro .profile .container .profile_ul li.fadeElem .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#main .intro .profile .container .profile_ul li.fadeElem .content {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .intro .profile .container .profile_ul li.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .intro .profile .container .profile_ul 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 .intro .profile .container .profile_ul 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 .intro .profile .container .profile_ul 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%);
}
#main .intro .profile .container .profile_ul {
  width: 330px;
}
@media screen and (max-width: 1299px) {
  #main .intro .profile .container .profile_ul {
    width: 310px;
  }
}
@media screen and (max-width: 639px) {
  #main .intro .profile .container .profile_ul {
    width: 290px;
  }
}
#main .intro .profile.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
#main .intro .profile.fadeIn::before {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
#main .bg_white {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 200px;
  margin: 0 auto;
  width: 1340px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .bg_white {
    row-gap: 150px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white {
    row-gap: 0;
  }
}
#main .bg_white::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#main .bg_white::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .bg_white section {
  position: relative;
}
#main .bg_white.bg_white_1 {
  margin-top: 100px;
  padding: 150px 0 350px;
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_1 {
    margin-top: 80px;
    padding: 100px 0 250px;
  }
}
@media screen and (max-width: 1079px) {
  #main .bg_white.bg_white_1 {
    margin-top: -190px;
    padding: 260px 0 260px;
  }
}
@media screen and (max-width: 859px) {
  #main .bg_white.bg_white_1 {
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_1 {
    margin-top: -168px;
    padding: 238px 0 190px;
  }
}
#main .bg_white.bg_white_1::before {
  bottom: 200px;
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_1::before {
    bottom: 175px;
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_1::before {
    bottom: 150px;
  }
}
#main .bg_white.bg_white_1::after {
  top: calc(100% - 201px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: linear-gradient(180deg, #ffffff 0%, transparent 100%);
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_1::after {
    top: calc(100% - 176px);
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_1::after {
    top: calc(100% - 151px);
  }
}
#main .bg_white.bg_white_2 {
  margin-top: 150px;
  padding: 350px 0 250px;
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_2 {
    margin-top: 100px;
    padding: 250px 0 200px;
  }
}
@media screen and (max-width: 1079px) {
  #main .bg_white.bg_white_2 {
    padding: 200px 0 150px;
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_2 {
    margin-top: 60px;
    padding: 150px 0 80px;
    width: 88vw;
  }
}
#main .bg_white.bg_white_2::before {
  top: 200px;
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_2::before {
    top: 175px;
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_2::before {
    top: 150px;
  }
}
#main .bg_white.bg_white_2::after {
  bottom: calc(100% - 201px);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(0deg, #ffffff 0%, transparent 100%);
}
@media screen and (max-width: 1299px) {
  #main .bg_white.bg_white_2::after {
    bottom: calc(100% - 176px);
  }
}
@media screen and (max-width: 639px) {
  #main .bg_white.bg_white_2::after {
    bottom: calc(100% - 151px);
  }
}
#main .bg_white.fadeElem::before, #main .bg_white.fadeElem::after {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#main .bg_white.fadeIn::before, #main .bg_white.fadeIn::after {
  -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 .section .sub_title {
  padding-top: 30px;
}
@media screen and (max-width: 1299px) {
  #main .section .sub_title {
    padding-top: 25px;
  }
}
@media screen and (max-width: 639px) {
  #main .section .sub_title {
    padding-top: 20px;
  }
}
#main .section .sub_title .text {
  padding-left: 0.08em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#main .section .sub_title .text span {
  font-weight: 500;
}
#main .section .sub_title .text {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .section .sub_title .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .section .sub_title .text {
    font-size: 16px;
  }
}
#main .section.section_qa {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-left: 150px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa {
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
    margin-left: 6vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
#main .section.section_qa .section_title {
  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 .section.section_qa .section_title {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .section_title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .section.section_qa .section_title .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .section.section_qa .section_title .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #4b70b5;
}
#main .section.section_qa .section_title .lineWrap .line:nth-of-type(2),
#main .section.section_qa .section_title .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .section.section_qa .section_title .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .section.section_qa .section_title .text span {
  font-weight: 500;
}
#main .section.section_qa .section_title .text {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .section_title .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .section_title .text {
    font-size: 52px;
  }
}
#main .section.section_qa .section_title.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .section.section_qa .section_title.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_qa .section_title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_qa .section_title.fadeIn .lineWrap.lineWrap_L,
#main .section.section_qa .section_title.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 .section.section_qa .section_title.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 .section.section_qa .section_title .text {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .section.section_qa .text_content {
  width: 540px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content {
    width: 36vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa .text_content {
    margin-left: auto;
    margin-right: auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_qa .text_content {
    width: 100%;
  }
}
#main .section.section_qa .text_content .section_title {
  width: 100%;
}
#main .section.section_qa .text_content .section_content {
  margin: 100px auto 0;
  width: 510px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content {
    margin-top: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_qa .text_content .section_content {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content {
    margin-top: 60px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 80px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content .qa_ul {
    row-gap: 60px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul {
    row-gap: 40px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li .line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #4b70b5, #4b70b5 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#main .section.section_qa .text_content .section_content .qa_ul li .photo.photo_mb {
  display: none;
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .photo.photo_mb {
    display: block;
    margin-top: 60px;
    padding-top: 66.6666666667%;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .photo.photo_mb {
    margin-top: 40px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li .photo.photo_mb::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_qa .text_content .section_content .qa_ul li .head {
  margin-top: 80px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .head {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .head {
    margin-top: 40px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li .head h4 {
  padding-left: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .section.section_qa .text_content .section_content .qa_ul li .head h4 span {
  font-weight: 600;
}
#main .section.section_qa .text_content .section_content .qa_ul li .head h4 {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .head h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .head h4 {
    font-size: 24px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li .body {
  padding-top: 50px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .body {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .body {
    padding-top: 30px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .section.section_qa .text_content .section_content .qa_ul li .body p span {
  font-weight: 400;
}
#main .section.section_qa .text_content .section_content .qa_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(1) .photo.photo_mb {
    margin-top: 0;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(1) .photo.photo_mb::before {
  background-image: url("../img/11.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(1) .head {
  margin-top: 0;
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(1) .head {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(1) .head {
    margin-top: 40px;
  }
}
#main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(2) .photo.photo_mb::before {
  background-image: url("../img/12.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(3) .photo.photo_mb::before {
  background-image: url("../img/21.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .text_content .section_content .qa_ul li:nth-of-type(4) .photo.photo_mb::before {
  background-image: url("../img/22.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .text_content .section_content .qa_ul li.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_qa .text_content .section_content .qa_ul 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%);
}
#main .section.section_qa .photo_content {
  margin-right: -50px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .photo_content {
    margin-right: 0;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_qa .photo_content {
    display: none;
  }
}
#main .section.section_qa .photo_content .photo_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 10px;
  margin-top: 262px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_qa .photo_content .photo_wrap {
    margin-top: 214px;
  }
}
#main .section.section_qa .photo_content .photo_wrap .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main .section.section_qa .photo_content .photo_wrap .photo::before, #main .section.section_qa .photo_content .photo_wrap .photo::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_qa .photo_content .photo_wrap .photo:nth-of-type(1)::before {
  background-image: url("../img/21.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .photo_content .photo_wrap .photo:nth-of-type(1)::after {
  background-image: url("../img/11.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .photo_content .photo_wrap .photo:nth-of-type(2)::before {
  background-image: url("../img/22.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .photo_content .photo_wrap .photo:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background-image: url("../img/12.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_qa .photo_content .photo_wrap .photo.fadeElem {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_qa .photo_content .photo_wrap .photo.fadeIn {
  -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 .section.section_qa .photo_content .photo_wrap.photoChange .photo::after {
  opacity: 0;
}
#main .section.section_episode,
#main .section.section_vision {
  margin: 150px auto 0;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode,
  #main .section.section_vision {
    margin-top: 120px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_episode,
  #main .section.section_vision {
    width: 100%;
  }
}
#main .section.section_episode .section_title,
#main .section.section_vision .section_title {
  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 .section.section_episode .section_title,
  #main .section.section_vision .section_title {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_title,
  #main .section.section_vision .section_title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .section.section_episode .section_title .lineWrap,
#main .section.section_vision .section_title .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .section.section_episode .section_title .lineWrap .line,
#main .section.section_vision .section_title .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
#main .section.section_episode .section_title .lineWrap .line:nth-of-type(2),
#main .section.section_episode .section_title .lineWrap .line:nth-of-type(3),
#main .section.section_vision .section_title .lineWrap .line:nth-of-type(2),
#main .section.section_vision .section_title .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .section.section_episode .section_title .text,
#main .section.section_vision .section_title .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .section.section_episode .section_title .text span,
#main .section.section_vision .section_title .text span {
  font-weight: 500;
}
#main .section.section_episode .section_title .text,
#main .section.section_vision .section_title .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode .section_title .text,
  #main .section.section_vision .section_title .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_title .text,
  #main .section.section_vision .section_title .text {
    font-size: 52px;
  }
}
#main .section.section_episode .section_title.fadeElem .lineWrap.lineWrap_L,
#main .section.section_vision .section_title.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .section.section_episode .section_title.fadeElem .lineWrap.lineWrap_R,
#main .section.section_vision .section_title.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_episode .section_title.fadeElem .text,
#main .section.section_vision .section_title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_episode .section_title.fadeIn .lineWrap.lineWrap_L,
#main .section.section_episode .section_title.fadeIn .lineWrap.lineWrap_R,
#main .section.section_vision .section_title.fadeIn .lineWrap.lineWrap_L,
#main .section.section_vision .section_title.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 .section.section_episode .section_title.fadeIn .text,
#main .section.section_vision .section_title.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 .section.section_episode .sub_title .text,
#main .section.section_vision .sub_title .text {
  color: #ffffff;
}
#main .section.section_episode .section_content,
#main .section.section_vision .section_content {
  margin: 0 auto;
  padding-top: 70px;
  width: 930px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode .section_content,
  #main .section.section_vision .section_content {
    padding-top: 60px;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_episode .section_content,
  #main .section.section_vision .section_content {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_content,
  #main .section.section_vision .section_content {
    padding-top: 50px;
  }
}
#main .section.section_episode .section_content .head h3,
#main .section.section_vision .section_content .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-weight: 600;
}
#main .section.section_episode .section_content .head h3 span,
#main .section.section_vision .section_content .head h3 span {
  font-weight: 600;
}
#main .section.section_episode .section_content .head h3,
#main .section.section_vision .section_content .head h3 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode .section_content .head h3,
  #main .section.section_vision .section_content .head h3 {
    font-size: 30px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_content .head h3,
  #main .section.section_vision .section_content .head h3 {
    font-size: 26px;
  }
}
#main .section.section_episode .section_content .body,
#main .section.section_vision .section_content .body {
  padding-top: 60px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode .section_content .body,
  #main .section.section_vision .section_content .body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_content .body,
  #main .section.section_vision .section_content .body {
    padding-top: 40px;
  }
}
#main .section.section_episode .section_content .body p,
#main .section.section_vision .section_content .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .section.section_episode .section_content .body p span,
#main .section.section_vision .section_content .body p span {
  font-weight: 400;
}
#main .section.section_episode .section_content .body p,
#main .section.section_vision .section_content .body p {
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .section.section_episode .section_content .body p,
  #main .section.section_vision .section_content .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode .section_content .body p,
  #main .section.section_vision .section_content .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_episode {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_episode {
    margin-top: 10px;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_vision {
    margin-top: 100px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_vision {
    margin-top: 80px;
  }
}
#main .section.section_middle_photo {
  margin: 180px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_middle_photo {
    margin-top: 130px;
    width: 88vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_middle_photo {
    margin-top: 80px;
    width: 100%;
  }
}
#main .section.section_middle_photo .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  position: relative;
}
#main .section.section_middle_photo .photo::before {
  content: "";
  display: inline-block;
  background-image: url("../img/middle.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_schedule {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_schedule {
    margin-left: 0;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule {
    margin-left: 0;
    width: 88vw;
  }
}
#main .section.section_schedule .section_title {
  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 .section.section_schedule .section_title {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .section.section_schedule .section_title .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .section.section_schedule .section_title .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #4b70b5;
}
#main .section.section_schedule .section_title .lineWrap .line:nth-of-type(2),
#main .section.section_schedule .section_title .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .section.section_schedule .section_title .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .section.section_schedule .section_title .text span {
  font-weight: 500;
}
#main .section.section_schedule .section_title .text {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_title .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_title .text {
    font-size: 40px;
  }
}
#main .section.section_schedule .section_title.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .section.section_schedule .section_title.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_schedule .section_title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_schedule .section_title.fadeIn .lineWrap.lineWrap_L,
#main .section.section_schedule .section_title.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 .section.section_schedule .section_title.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 .section.section_schedule .section_title .text {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .section.section_schedule .section_content {
  margin: 70px auto 0;
  padding: 100px;
  width: 920px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content {
    margin-top: 55px;
    padding: 70px;
    width: 76vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_schedule .section_content {
    padding: 40px 40px 55px 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content {
    margin: 40px 6vw 0;
    padding: 0;
    width: auto;
  }
}
#main .section.section_schedule .section_content::before {
  content: "";
  display: inline-block;
  background-color: #f1f4f9;
  border: 1px solid #333333;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px - 1px), calc(100% - 40px - 1px) 100%, 0% 100%);
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content::before {
    display: none;
  }
}
#main .section.section_schedule .section_content::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #333333;
  position: absolute;
  left: calc(100% - 40px);
  right: 1px;
  top: calc(100% - 40px);
  bottom: 1px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content::after {
    display: none;
  }
}
#main .section.section_schedule .section_content .paper_effect {
  width: 41px;
  height: 41px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .paper_effect {
    display: none;
  }
}
#main .section.section_schedule .section_content .paper_effect svg {
  width: 100%;
  height: 100%;
  stroke: #333333;
  stroke-width: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#main .section.section_schedule .section_content .schedule_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  position: relative;
}
#main .section.section_schedule .section_content .schedule_ul li .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 95px auto 1fr;
  grid-template-columns: auto 95px auto 1fr;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .head {
    -ms-grid-columns: auto 80px auto 1fr;
    grid-template-columns: auto 80px auto 1fr;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .head {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
#main .section.section_schedule .section_content .schedule_ul li .head .clock {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
}
#main .section.section_schedule .section_content .schedule_ul li .head .clock svg {
  width: 100%;
  height: 100%;
  fill: #333333;
}
#main .section.section_schedule .section_content .schedule_ul li .head .clock svg circle {
  fill: none;
  stroke: #333333;
}
#main .section.section_schedule .section_content .schedule_ul li .head .time {
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#main .section.section_schedule .section_content .schedule_ul li .head .time span {
  font-weight: 400;
}
#main .section.section_schedule .section_content .schedule_ul li .head .time {
  text-align: right;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .head .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .head .time {
    margin-left: 20px;
    font-size: 18px;
    text-align: left;
  }
}
#main .section.section_schedule .section_content .schedule_ul li .head .time span.colon {
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
#main .section.section_schedule .section_content .schedule_ul li .head .line {
  margin: 7px 22px 0;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .head .line {
    margin: 8px 20px 0;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .head .line {
    display: none;
  }
}
#main .section.section_schedule .section_content .schedule_ul li .head .line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .head .line::before {
    height: 26px;
  }
}
#main .section.section_schedule .section_content .schedule_ul li .head h4 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 9px;
  padding-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .section.section_schedule .section_content .schedule_ul li .head h4 span {
  font-weight: 600;
}
#main .section.section_schedule .section_content .schedule_ul li .head h4 {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .head h4 {
    font-size: 21px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .head h4 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(0) translateY(20px);
            transform: translateX(0) translateY(20px);
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .head h4.fadeIn {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
#main .section.section_schedule .section_content .schedule_ul li .body {
  padding-top: 20px;
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .body {
    padding-top: 25px;
  }
}
#main .section.section_schedule .section_content .schedule_ul li .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .section.section_schedule .section_content .schedule_ul li .body p span {
  font-weight: 400;
}
#main .section.section_schedule .section_content .schedule_ul li .body p {
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .section.section_schedule .section_content .schedule_ul li .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  #main .section.section_schedule .section_content .schedule_ul li .body p br {
    display: none;
  }
}
#main .section.section_schedule .section_content .schedule_ul li > .line {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #4b70b5, #4b70b5 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#main .section.section_schedule .section_content .schedule_ul li > .line.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_schedule .section_content .schedule_ul li > .line.fadeIn {
  -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: 639px) {
  #main .section.section_schedule .section_content .schedule_ul li:nth-last-of-type(1) > .line {
    display: none;
  }
}
#main .section.section_schedule .section_content.fadeElem::before {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_schedule .section_content.fadeElem::after {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_schedule .section_content.fadeElem .paper_effect {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_schedule .section_content.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(0px);
          transform: translateY(0px);
}
#main .section.section_schedule .section_content.fadeIn::after {
  -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 .section.section_schedule .section_content.fadeIn .paper_effect {
  -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);
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment {
    margin: 0 auto;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_comment {
    margin-left: 0;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment {
    margin-left: 0;
    margin-top: 100px;
    width: 88vw;
  }
}
#main .section.section_comment .section_title {
  margin: 0 auto;
  width: 1000px;
  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 .section.section_comment .section_title {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_title {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#main .section.section_comment .section_title .lineWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
}
#main .section.section_comment .section_title .lineWrap .line {
  width: 100%;
  height: 2px;
  background-color: #4b70b5;
}
#main .section.section_comment .section_title .lineWrap .line:nth-of-type(2),
#main .section.section_comment .section_title .lineWrap .line:nth-of-type(3) {
  margin-top: 3px;
}
#main .section.section_comment .section_title .text {
  padding-left: 0.02em;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main .section.section_comment .section_title .text span {
  font-weight: 500;
}
#main .section.section_comment .section_title .text {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_title .text {
    font-size: 66px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_title .text {
    font-size: 40px;
  }
}
#main .section.section_comment .section_title.fadeElem .lineWrap.lineWrap_L {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#main .section.section_comment .section_title.fadeElem .lineWrap.lineWrap_R {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_comment .section_title.fadeElem .text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main .section.section_comment .section_title.fadeIn .lineWrap.lineWrap_L,
#main .section.section_comment .section_title.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 .section.section_comment .section_title.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);
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_title {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_comment .section_title {
    margin-left: 0;
    width: 88vw;
  }
}
#main .section.section_comment .section_title .text {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .section.section_comment .section_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: 40px auto 0;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content {
    -ms-grid-columns: 1fr 50px auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin-top: 60px;
    width: 76vw;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_comment .section_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_comment .section_content {
    margin-left: 6vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content {
    margin-top: 40px;
    margin-left: 0;
    width: 88vw;
  }
}
#main .section.section_comment .section_content .comment_box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 640px;
  height: 640px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box {
    padding: 50px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_comment .section_content .comment_box {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .comment_box {
    padding: 50px 6vw;
  }
}
#main .section.section_comment .section_content .comment_box::before {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), color-stop(85%, #4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 85%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box::before {
    border-radius: 0;
  }
}
#main .section.section_comment .section_content .comment_box .head {
  width: 400px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box .head {
    width: auto;
  }
}
#main .section.section_comment .section_content .comment_box .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#main .section.section_comment .section_content .comment_box .head h4 span {
  font-weight: 600;
}
#main .section.section_comment .section_content .comment_box .head h4 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box .head h4 {
    font-size: 21px;
    line-height: 1.65em;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .comment_box .head h4 {
    font-size: 18px;
  }
}
#main .section.section_comment .section_content .comment_box .body {
  padding-top: 40px;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box .body {
    padding-top: 35px;
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .comment_box .body {
    padding-top: 30px;
  }
}
#main .section.section_comment .section_content .comment_box .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0em;
  font-weight: 400;
}
#main .section.section_comment .section_content .comment_box .body p span {
  font-weight: 400;
}
#main .section.section_comment .section_content .comment_box .body p {
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box .body p {
    font-size: 15px;
    line-height: 31px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .comment_box .body p {
    font-size: 14px;
    line-height: 28px;
  }
}
#main .section.section_comment .section_content .comment_box.fadeElem::before {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box.fadeElem::before {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
#main .section.section_comment .section_content .comment_box.fadeIn::before {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .comment_box.fadeIn::before {
    -webkit-animation: none;
            animation: none;
    -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 .section.section_comment .section_content .person {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 50px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .person {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-right: 0;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_comment .section_content .person {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_comment .section_content .person {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 12vw;
    margin-right: 12vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-top: 50px;
    margin-left: 6vw;
    margin-right: 6vw;
  }
}
#main .section.section_comment .section_content .person .photo {
  width: 350px;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  #main .section.section_comment .section_content .person .photo {
    width: 35vw;
    height: 24vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_comment .section_content .person .photo {
    padding-top: 68.5714285714%;
    width: 100%;
    height: auto;
  }
}
#main .section.section_comment .section_content .person .photo::before {
  content: "";
  display: inline-block;
  background-image: url("../img/comment.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_comment .section_content .person .person_ul {
  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 .section.section_comment .section_content .person .person_ul {
    row-gap: 17px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul {
    row-gap: 15px;
  }
}
#main .section.section_comment .section_content .person .person_ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
#main .section.section_comment .section_content .person .person_ul 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 .section.section_comment .section_content .person .person_ul li .title span {
  font-weight: 400;
}
#main .section.section_comment .section_content .person .person_ul li .title {
  color: #333333;
}
#main .section.section_comment .section_content .person .person_ul 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 .section.section_comment .section_content .person .person_ul li .content span {
  font-weight: 400;
}
#main .section.section_comment .section_content .person .person_ul li .content {
  color: #333333;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .person .person_ul li .content {
    padding-right: 15px;
    font-size: 14.5px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul li .content {
    padding-right: 10px;
    font-size: 13px;
  }
}
#main .section.section_comment .section_content .person .person_ul 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 .section.section_comment .section_content .person .person_ul li .content span.comment span {
  font-weight: 400;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .person .person_ul li .content span.comment {
    font-size: 11px;
    line-height: 23px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul li .content span.comment {
    font-size: 10px;
    line-height: 20px;
  }
}
#main .section.section_comment .section_content .person .person_ul li .line {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
#main .section.section_comment .section_content .person .person_ul li.li_name .content {
  font-size: 22px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .person .person_ul li.li_name .content {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul li.li_name .content {
    font-size: 18px;
  }
}
#main .section.section_comment .section_content .person .person_ul li.fadeElem .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#main .section.section_comment .section_content .person .person_ul li.fadeElem .content {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#main .section.section_comment .section_content .person .person_ul li.fadeElem .line {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#main .section.section_comment .section_content .person .person_ul 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 .section.section_comment .section_content .person .person_ul 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 .section.section_comment .section_content .person .person_ul 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%);
}
#main .section.section_comment .section_content .person .person_ul {
  margin-top: 40px;
}
@media screen and (max-width: 1079px) {
  #main .section.section_comment .section_content .person .person_ul {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul {
    margin-top: 20px;
  }
}
#main .section.section_comment .section_content .person .person_ul li.li_name .content {
  font-size: 20px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_comment .section_content .person .person_ul li.li_name .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_comment .section_content .person .person_ul li.li_name .content {
    font-size: 16px;
  }
}
#main .section.section_end_photo {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_end_photo {
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  #main .section.section_end_photo {
    margin-left: -6vw;
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_end_photo {
    margin-top: 80px;
  }
}
#main .section.section_end_photo .photo {
  padding-top: 66.6666666667%;
  width: 100%;
  position: relative;
}
#main .section.section_end_photo .photo::before {
  content: "";
  display: inline-block;
  background-image: url("../img/end.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_nav_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px auto 25px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_nav_bottom {
    margin-top: 80px;
  }
}
#main .section.section_nav_bottom .back,
#main .section.section_nav_bottom .next {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#main .section.section_nav_bottom .back a,
#main .section.section_nav_bottom .next a {
  display: -ms-grid;
  display: grid;
}
#main .section.section_nav_bottom .back a .content,
#main .section.section_nav_bottom .next a .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1079px) {
  #main .section.section_nav_bottom .back a .content,
  #main .section.section_nav_bottom .next a .content {
    display: none;
  }
}
#main .section.section_nav_bottom .back a .content .occupation,
#main .section.section_nav_bottom .back a .content .name,
#main .section.section_nav_bottom .next a .content .occupation,
#main .section.section_nav_bottom .next a .content .name {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 18px;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#main .section.section_nav_bottom .back a .content .occupation span,
#main .section.section_nav_bottom .back a .content .name span,
#main .section.section_nav_bottom .next a .content .occupation span,
#main .section.section_nav_bottom .next a .content .name span {
  font-weight: 400;
}
#main .section.section_nav_bottom .back a .content .occupation,
#main .section.section_nav_bottom .back a .content .name,
#main .section.section_nav_bottom .next a .content .occupation,
#main .section.section_nav_bottom .next a .content .name {
  text-align: right;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .back a .content .occupation,
  #main .section.section_nav_bottom .back a .content .name,
  #main .section.section_nav_bottom .next a .content .occupation,
  #main .section.section_nav_bottom .next a .content .name {
    padding: 0 15px;
    font-size: 15px;
  }
}
#main .section.section_nav_bottom .back a .content .line,
#main .section.section_nav_bottom .next a .content .line {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
#main .section.section_nav_bottom .back a .content .name,
#main .section.section_nav_bottom .next a .content .name {
  margin-top: 10px;
}
#main .section.section_nav_bottom .back a .photo,
#main .section.section_nav_bottom .next a .photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .back a .photo,
  #main .section.section_nav_bottom .next a .photo {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_nav_bottom .back a .photo,
  #main .section.section_nav_bottom .next a .photo {
    display: none;
  }
}
#main .section.section_nav_bottom .back a .photo::before,
#main .section.section_nav_bottom .next a .photo::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_nav_bottom .back a .title,
#main .section.section_nav_bottom .next a .title {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#main .section.section_nav_bottom .back a .title .text,
#main .section.section_nav_bottom .next a .title .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
#main .section.section_nav_bottom .back a .title .text span,
#main .section.section_nav_bottom .next a .title .text span {
  font-weight: 500;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .back a .title .text,
  #main .section.section_nav_bottom .next a .title .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_nav_bottom .back a .title .text,
  #main .section.section_nav_bottom .next a .title .text {
    font-size: 12px;
  }
}
#main .section.section_nav_bottom .back a .title .arrow,
#main .section.section_nav_bottom .next a .title .arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 7px;
  height: 14px;
}
@media screen and (max-width: 639px) {
  #main .section.section_nav_bottom .back a .title .arrow,
  #main .section.section_nav_bottom .next a .title .arrow {
    width: 6px;
    height: 12px;
  }
}
#main .section.section_nav_bottom .back a .title .arrow svg,
#main .section.section_nav_bottom .next a .title .arrow svg {
  -webkit-transition: stroke 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke 0.3s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke 0.3s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  fill: none;
  stroke: #333333;
  stroke-width: 1px;
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .back a:hover .content .occupation,
  #main .section.section_nav_bottom .back a:hover .content .name,
  #main .section.section_nav_bottom .next a:hover .content .occupation,
  #main .section.section_nav_bottom .next a:hover .content .name {
    color: #4b70b5;
  }
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .back a:hover .content .line,
  #main .section.section_nav_bottom .next a:hover .content .line {
    background-color: #4b70b5;
  }
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .back a:hover .title .text,
  #main .section.section_nav_bottom .next a:hover .title .text {
    color: #4b70b5;
  }
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .back a:hover .title .arrow svg,
  #main .section.section_nav_bottom .next a:hover .title .arrow svg {
    stroke: #4b70b5;
  }
}
#main .section.section_nav_bottom .back a.a_1 .photo::before,
#main .section.section_nav_bottom .next a.a_1 .photo::before {
  background-image: url("../../_common/img/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a.a_2 .photo::before,
#main .section.section_nav_bottom .next a.a_2 .photo::before {
  background-image: url("../../_common/img/2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a.a_3 .photo::before,
#main .section.section_nav_bottom .next a.a_3 .photo::before {
  background-image: url("../../_common/img/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a.a_4 .photo::before,
#main .section.section_nav_bottom .next a.a_4 .photo::before {
  background-image: url("../../_common/img/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a.a_5 .photo::before,
#main .section.section_nav_bottom .next a.a_5 .photo::before {
  background-image: url("../../_common/img/5.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a.a_6 .photo::before,
#main .section.section_nav_bottom .next a.a_6 .photo::before {
  background-image: url("../../_common/img/6.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#main .section.section_nav_bottom .back a {
  -ms-grid-columns: 240px auto 90px;
  grid-template-columns: 240px auto 90px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .back a {
    -ms-grid-columns: 220px auto 80px;
    grid-template-columns: 220px auto 80px;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_nav_bottom .back a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .section.section_nav_bottom .back a .content .occupation,
#main .section.section_nav_bottom .back a .content .name {
  text-align: right;
}
#main .section.section_nav_bottom .back a .title {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
#main .section.section_nav_bottom .back a .title .text {
  text-align: right;
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .back a:hover .title .arrow svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
#main .section.section_nav_bottom .next a {
  -ms-grid-columns: 90px auto 240px;
  grid-template-columns: 90px auto 240px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .next a {
    -ms-grid-columns: 80px auto 220px;
    grid-template-columns: 80px auto 220px;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_nav_bottom .next a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#main .section.section_nav_bottom .next a .title {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
#main .section.section_nav_bottom .next a .title .text {
  text-align: left;
}
#main .section.section_nav_bottom .next a .content .occupation,
#main .section.section_nav_bottom .next a .content .name {
  text-align: left;
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .next a:hover .title .arrow svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#main .section.section_nav_bottom .back.displayOff,
#main .section.section_nav_bottom .next.displayOff {
  pointer-events: none;
  opacity: 0;
}
#main .section.section_nav_bottom .index {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#main .section.section_nav_bottom .index a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .index a {
    width: 100px;
    height: 37px;
  }
}
@media screen and (max-width: 1079px) {
  #main .section.section_nav_bottom .index a {
    width: 130px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_nav_bottom .index a {
    width: 120px;
    height: 35px;
  }
}
#main .section.section_nav_bottom .index a::before, #main .section.section_nav_bottom .index a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main .section.section_nav_bottom .index a::before {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#329fdf));
  background: linear-gradient(90deg, #329fdf 0%, #329fdf 100%);
}
#main .section.section_nav_bottom .index a::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
}
#main .section.section_nav_bottom .index a .text {
  padding-left: 0.15em;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 500;
}
#main .section.section_nav_bottom .index a .text span {
  font-weight: 500;
}
#main .section.section_nav_bottom .index a .text {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  #main .section.section_nav_bottom .index a .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #main .section.section_nav_bottom .index a .text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1079px) {
  #main .section.section_nav_bottom .index a:hover::after {
    opacity: 0;
  }
}
@-webkit-keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#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 */