@charset "UTF-8";

/*----------------------------------------共通----------------------------------------*/
#live_top {
  position: relative;
  background: url(../img/live/top.jpg);
  background-size: cover;
  background-position: center;
}

#live_top .img {
  width: 80%;
  max-width: 300px;
  top: inherit;
  bottom: 0;
  right: 0;
}

.container h2 {
  position: relative;
}

.container h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  border-top: 3px solid #8ec7c3;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #live_top {
    background: url(../img/live/top_sp.jpg);
    background-position: 50%;
  }

  #live_top.sub_top h1 {
    /* margin: 38vh 5% 0 auto; */
  }
}

/*----------------------------------------live_nav----------------------------------------*/
#live_nav {
}

#live_nav ul.nav {
  width: 90%;
  margin: 0 auto 6em;
}

#live_nav ul.nav li {
  /* width: 25%; */
}

#live_nav ul.nav li img {
  height: 2.5em;
}

#live_nav ul.interview_nav {
}

#live_nav ul.interview_nav li {
  position: relative;
  width: 20%;
  margin: 0 0 0 5%;
}

#live_nav ul.interview_nav li img {
}

#live_nav ul.interview_nav li img.absolute {
  width: 40%;
  top: -20%;
  left: -20%;
}

@media screen and (max-width: 768px) {
  #live_nav {
    padding: 4em 0 0;
  }

  #live_nav ul.nav {
    display: block;
    margin: 0 auto;
  }

  #live_nav ul.nav li {
    margin: 0 auto 2em;
  }

  #live_nav ul.nav li:last-child {
    margin: 0 auto;
  }

  #live_nav ul.interview_nav {
    display: none;
  }
}

/*----------------------------------------live_interview----------------------------------------*/
#live_interview {
  padding: 4em 0 0;
}

#live_interview .box {
  padding: 0 0 3em;
  margin: 0 auto 5em;
  border-bottom: 2px solid #8c70b2;
}

#live_interview .box:last-child {
  margin: 0 auto;
  border-bottom: 0px solid #8c70b2;
}

#live_interview .relative {
}

#live_interview .title {
  width: 10%;
  top: -5%;
  left: 5%;
}

#live_interview .text {
  width: 40%;
  bottom: 10%;
  left: 0;
}

#live_interview .interview {
}

#live_interview .interview p {
  position: relative;
  display: inline-block;
  color: #b19dc4;
  background: #ece2f5;
  font-weight: bold;
  padding: 0.5em 3em 0.5em 1.5em;
  margin: 1em auto 0.2em;
  border-radius: 100px;
  line-height: 100%;
  cursor: pointer;
}

#live_interview .interview p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #522380;
  border-right: 2px solid #522380;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

#live_interview .interview p.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#live_interview .interview_box {
  display: none;
  width: 100% !important;
}

#live_interview .interview_box.active {
}

#live_interview .interview_box h3.profile {
  border-bottom: 2px solid #8772ae;
}

#live_interview .box dl {
}

#live_interview .box dt {
  width: 7em;
  color: #8772ae;
  padding: 0.5em 0;
  border-bottom: 1px dashed #8772ae;
}

#live_interview .box dt:after {
  content: "";
}

#live_interview .box dd {
  width: calc(100% - 7em);
  padding: 0.5em 0 0.5em 1em;
  border-bottom: 1px dashed #8772ae;
}

#live_interview .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2em auto;
}

#live_interview .flex .text {
  width: 70%;
}

#live_interview .flex .text h3 {
}

#live_interview .flex .text h3 img {
  width: 40%;
  max-width: 160px;
}

#live_interview .flex .text h4 {
  font-weight: bold;
  margin: 0.5em auto;
}

#live_interview .flex .text p {
  text-indent: 1em;
  text-align: justify;
}

#live_interview .flex .img {
  width: 28%;
}

#live_interview .flex .img img {
}

#live_interview .memo {
  background: #faf7ff;
  border: 1px solid #c6a7ce;
  padding: 2em;
}

#live_interview .memo h3 {
  text-align: center;
  margin: 0 auto 1em;
}

#live_interview .memo .flex {
  margin: 0 auto;
}

#live_interview .memo .flex .text {
  width: 58%;
}

#live_interview .memo .flex .img {
  width: 40%;
}

#live_interview .institution {
  color: #fff;
  background: #8c70b2;
}

#live_interview .institution .flex {
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1em;
  margin: 2em auto 1em;
}

#live_interview .institution .title {
  position: relative;
  width: 138px;
  left: 0;
  padding: 1em;
  border: 1px solid #fff;
}

#live_interview .institution .title h4 {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

#live_interview .institution .text {
  width: calc(100% - 170px);
}

#live_interview .institution .text a {
  color: #8772ae;
  background: #fff;
  font-weight: bold;
  padding: 0.3em;
}

#live_interview .institution .text ul li {
  margin: 0 auto 1em 1em;
  text-indent: -1em;
}

#live_interview .institution .text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}

#live_interview .institution .text ul li span {
  font-weight: bold;
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 768px) {
  #live_interview .flex {
    margin: 3em auto;
  }

  #live_interview .interview p {
    font-size: 1.8rem;
    margin: 1em auto 0.8em;
  }

  #live_interview .flex .text,
  #live_interview .flex .img,
  #live_interview .memo .flex .text,
  #live_interview .memo .flex .img {
    width: 100%;
  }

  /* #live_interview .flex .text {
    margin: 0 auto 2em;
  } */

  #live_interview .flex .text h4 {
    margin: 1em auto;
  }

  #live_interview .flex .img img {
    margin: 2em auto 0;
  }

  #live_interview .institution .flex {
    padding: 2em;
    margin: 2em auto 0em;
  }

  #live_interview .institution .title h4 {
    position: inherit;
    width: 100%;
    top: inherit;
    left: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }

  #live_interview .institution .title {
    width: 100%;
    margin: 0 auto 1em;
  }
}
/*----------------------------------------live_info----------------------------------------*/
#live_info {
  padding: 4em 0 0;
}

#live_info .color {
  background: #f0f8f8;
  padding: 2em;
  border-radius: 2vw;
}

#live_info .flex .curve {
  width: 48%;
  text-align: center;
}

#live_info .curve .flex .flex_box {
  width: 48%;
}

#live_info .curve .flex .flex_box div {
  margin: 0 auto 1em;
}

#live_info .curve .flex .flex_box div a {
  position: relative;
  display: block;
  color: #fff;
  background: #5f7bbc;
  padding: 0.5em 1em;
  margin: 1em auto;
  border-radius: 100px;
  transition-duration: 0.3s;
}

#live_info .curve .flex .flex_box div a:hover {
  background: #8ca0ce;
}

#live_info .curve .flex .flex_box div a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

#live_info .curve .flex .flex_box div a::after {
  right: 15px;
}

#live_info .curve .flex .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#live_info .curve .flex .pic p {
  width: 70%;
}

#live_info .curve .flex .pic img,
#live_info .curve .flex .pic .tac {
  width: 28%;
}

#live_info .curve {
  background: #fff;
  border-radius: 3vw;
  padding: 3em;
  margin: 0 0 3em;
}

#live_info .curve.last {
  margin: 0;
}

#live_info .curve h3 {
  color: #5f7bbc;
  font-weight: bold;
}

#live_info .curve h3 span {
  color: #000;
  font-size: 4rem;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: bold;
  margin: 0 10px 0 0;
}

#live_info .curve h4 {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  background: #8ca0ce;
  padding: 0.1em 0.5em;
  margin: 0 auto 0.5em;
}

#live_info .curve h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 1em 2em 0;
  border-color: transparent #fff transparent transparent;
}

#live_info .curve h4.spacing {
  letter-spacing: -3px;
}

#live_info .curve .arrow {
  position: absolute;
  width: 3.2em;
  top: 3em;
  right: 2em;
  cursor: pointer;
  background: #c6cfe5;
  border-radius: 100px;
  transition-duration: 0.3s;
}

#live_info .curve .arrow.active {
  top: 2em;
  background: #8ca0ce;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#live_info .curve .cost {
}

#live_info .curve .cost div {
  width: 48%;
}

#live_info .curve .cost h4 {
  border-radius: 0.5vw;
}

#live_info .curve .cost h4::after {
  display: none;
}

#live_info .curve .cost dt {
  width: 6em;
  padding: 0.5em 0;
  font-weight: bold;
  border-bottom: 1px dashed #8fa0ca;
}

#live_info .curve .cost dt:after {
  content: "";
}

#live_info .curve .cost dd {
  width: calc(100% - 6em);
  padding: 0.5em 0;
  border-bottom: 1px dashed #8fa0ca;
}

#live_info .curve .cost dt.border,
#live_info .curve .cost dd.border {
  border-bottom: 1px solid #8fa0ca;
}

#live_info .curve .cost div:nth-child(2) h4 {
  background: #aa94c1;
}

#live_info .curve .cost div:nth-child(2) dt,
#live_info .curve .cost div:nth-child(2) dd {
  border-bottom: 1px dashed #aa94c1;
}

#live_info .curve .cost div:nth-child(2) dt.border,
#live_info .curve .cost div:nth-child(2) dd.border {
  border-bottom: 1px solid #aa94c1;
}

#live_info .curve .cost dt.last,
#live_info .curve .cost div:nth-child(2) dt.last,
#live_info .curve .cost dd:last-child,
#live_info .curve .cost div:nth-child(2) dd:last-child {
  border-bottom: 0px dashed #8fa0ca;
}

#live_info .arrow_open {
  display: none;
  width: 100% !important;
  margin: 1em auto 0;
}

@media screen and (max-width: 768px) {
  #live_info .color {
    padding: 2em 1em;
  }

  #live_info .flex .curve,
  #live_info .curve .cost div,
  #live_info .curve .flex .flex_box {
    width: 100%;
  }

  #live_info .curve .cost div:nth-child(1) {
    margin: 0 auto 2em;
  }

  #live_info .curve {
    padding: 2em;
    margin: 0 0 2em;
  }

  #live_info .curve h3 span {
    display: block;
    font-size: 3rem;
    margin: 0 0 0.5em;
  }

  #live_info .arrow_open {
    margin: 2em auto 0;
  }

  #live_info .curve .flex .flex_box div {
    margin: 0 auto 3em;
  }

  #live_info .curve .arrow {
    width: 2em;
    top: 1em;
    right: 1em;
  }
}
/*----------------------------------------live_bringing_up----------------------------------------*/
#live_bringing_up {
  padding: 4em 0 0;
}

#live_bringing_up .color {
  background: #fcf4ed;
  padding: 2em;
  border-radius: 2vw;
}

#live_bringing_up .curve {
  background: #fff;
  border-radius: 2vw;
  padding: 0 3em 1em;
  margin: 0 auto 2em;
}

#live_bringing_up .curve:last-child {
  margin: 0;
}

#live_bringing_up h3.title {
  display: inline-block;
  padding: 0.3em 0.5em;
  border-radius: 0 0 1vw 1vw;
}

#live_bringing_up h3 img {
  height: 40px;
}

#live_bringing_up .box h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 100%;
}

#live_bringing_up .box h4 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 100%;
  padding: 0 0 0 1em;
  margin: 0 auto 0.5em;
  text-indent: -1em;
}

#live_bringing_up .box h5 {
  color: #fff;
  padding: 0.2em 0.5em;
  margin: 0.5em auto;
}

#live_bringing_up .box p {
  color: #000;
}

#live_bringing_up .arrow {
  position: absolute;
  width: 2.5em;
  top: 1.5em;
  right: 2em;
  cursor: pointer;
  border-radius: 100px;
  transition-duration: 0.3s;
}

#live_bringing_up .arrow.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#live_bringing_up .arrow_open {
  display: none;
  width: 100% !important;
  margin: 1em auto 0;
}

#live_bringing_up .flex {
}

#live_bringing_up .flex_box {
  width: 48%;
}

#live_bringing_up .flex .flex p {
  width: 68%;
}

#live_bringing_up .flex .flex img {
  width: 30%;
  object-fit: contain;
  object-position: top;
}

#live_bringing_up .flex .flex img p {
}

#live_bringing_up .box {
  margin: 0 auto 2em;
}

#live_bringing_up .curve:nth-child(2) {
  color: #e89171;
}

#live_bringing_up .curve:nth-child(2) h3.title,
#live_bringing_up .curve:nth-child(2) .arrow,
#live_bringing_up .curve:nth-child(2) h5 {
  background: #e89171;
}

#live_bringing_up .curve:nth-child(3) {
  color: #de9e46;
}

#live_bringing_up .curve:nth-child(3) h3.title,
#live_bringing_up .curve:nth-child(3) .arrow,
#live_bringing_up .curve:nth-child(3) h5 {
  background: #de9e46;
}

#live_bringing_up .curve:nth-child(4) {
  color: #cc6010;
}

#live_bringing_up .curve:nth-child(4) h3.title,
#live_bringing_up .curve:nth-child(4) .arrow,
#live_bringing_up .curve:nth-child(4) h5 {
  background: #cc6010;
}

#live_bringing_up .curve:nth-child(5) {
  color: #aa0f02;
}

#live_bringing_up .curve:nth-child(5) h3.title,
#live_bringing_up .curve:nth-child(5) .arrow,
#live_bringing_up .curve:nth-child(5) h5 {
  background: #aa0f02;
}

#live_bringing_up .curve:nth-child(6) {
  color: #651d01;
}

#live_bringing_up .curve:nth-child(6) h3.title,
#live_bringing_up .curve:nth-child(6) .arrow,
#live_bringing_up .curve:nth-child(6) h5 {
  background: #651d01;
}

@media screen and (max-width: 768px) {
  #live_bringing_up .color {
    padding: 2em 1em;
  }

  #live_bringing_up h3 img {
    height: 30px;
  }

  #live_bringing_up .curve {
    padding: 0 1.5em 1em;
  }

  #live_bringing_up .arrow {
    width: 2em;
    top: 0.6em;
    right: 1em;
  }

  #live_bringing_up .flex_box {
    width: 100%;
  }

  #live_bringing_up .arrow_open {
    margin: 2em auto 0;
  }

  #live_bringing_up .box h4 {
    font-size: 1.8rem;
  }
}

/*----------------------------------------live_migration----------------------------------------*/
#live_migration {
  padding: 4em 0 0;
}

#live_migration .flex {
}

#live_migration .flex_box {
  position: relative;
  width: 48%;
  background: #f8fde8;
  border: 2px solid #a8d0a8;
  padding: 2em;
  margin: 0 0 2em;
}

/* #live_migration .flex_box::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: 2px solid #a8d0a8;
} */

#live_migration .flex_solo {
  width: 100%;
}

#live_migration .flex_box2 {
  width: 48%;
  background: #f8fde8;
}

#live_migration h3 {
  width: 90%;
  padding: 0 0 1em;
  margin: 0 auto 1em;
  border-bottom: 2px solid #a8d0a8;
  text-align: center;
}

#live_migration h3 img {
  width: 70%;
  max-width: 240px;
}

#live_migration .w_bg {
  background: #fff;
  padding: 2em 1em 2em 2em;
  border-radius: 2vw;
}

#live_migration h4 {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background: #cca5d1;
  padding: 0.3em 0.5em;
  line-height: 100%;
}

#live_migration h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 1em 2em 0;
  border-color: transparent #fff transparent transparent;
}

#live_migration p {
  margin: 0 auto 2em;
}

#live_migration p.color {
  color: #522380;
}

#live_migration .btn {
}

#live_migration .btn a {
  position: relative;
  display: block;
  color: #fff;
  background: #98cc98;
  padding: 0.5em 1em;
  margin: 0 auto 1em;
  border-radius: 100px;
  transition-duration: 0.3s;
}

#live_migration .btn a:hover {
  background: #8cbf8c;
}

#live_migration .btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

#live_migration .btn a:hover::after {
  right: 15px;
}

#live_migration .w_bg ul.img_side {
  width: 68%;
}

#live_migration ul li {
  text-indent: -1em;
  margin: 0 0 1em 1em;
  text-align: justify;
}

#live_migration ul li:last-child {
  margin: 0 0 0 1em;
}

#live_migration .img {
  width: 100%;
  margin: 1em auto 0;
  text-align: center;
}

#live_migration .img img {
  width: 30%;
}

#live_migration .tac {
  width: 100%;
}

#live_migration .tac img {
  width: 30%;
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  #live_migration .flex_box {
    width: 100%;
    padding: 2em 1em;
  }

  #live_migration .flex_box2 {
    width: 100%;
    margin: 0 auto 2em;
  }

  #live_migration .w_bg ul {
    width: 100%;
    margin: 0 auto 2em;
  }

  #live_migration .img {
    width: 30%;
    min-width: 120px;
    margin: 0 auto;
  }
}
