@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.normal_main_Title .enTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
}

.online {
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .online {
    margin-top: 20px;
  }
}
.online .inner {
  background: #050841;
  background: linear-gradient(90deg, rgb(5, 8, 65) 0%, rgb(0, 73, 113) 50%, rgb(5, 8, 65) 100%);
  max-width: 1160px;
  padding: 40px 30px;
  margin: 5px auto;
  color: #fff;
  border-radius: 3px;
}
@media all and (max-width: 480px) {
  .online .inner {
    width: calc(100% - 10px);
    padding: 20px 15px;
  }
}
.online .inner.bg1, .online .inner.bg2, .online .inner.bg3, .online .inner.bg4, .online .inner.bg5, .online .inner.bg6 {
  position: relative;
}
.online .inner.bg1::before, .online .inner.bg2::before, .online .inner.bg3::before, .online .inner.bg4::before, .online .inner.bg5::before, .online .inner.bg6::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.online .inner.bg1 .online_mv, .online .inner.bg1 .online_lead, .online .inner.bg1 .online_anchor, .online .inner.bg1 .online_tit, .online .inner.bg1 .listBox, .online .inner.bg1 .titleTxt, .online .inner.bg1 .online_comment, .online .inner.bg2 .online_mv, .online .inner.bg2 .online_lead, .online .inner.bg2 .online_anchor, .online .inner.bg2 .online_tit, .online .inner.bg2 .listBox, .online .inner.bg2 .titleTxt, .online .inner.bg2 .online_comment, .online .inner.bg3 .online_mv, .online .inner.bg3 .online_lead, .online .inner.bg3 .online_anchor, .online .inner.bg3 .online_tit, .online .inner.bg3 .listBox, .online .inner.bg3 .titleTxt, .online .inner.bg3 .online_comment, .online .inner.bg4 .online_mv, .online .inner.bg4 .online_lead, .online .inner.bg4 .online_anchor, .online .inner.bg4 .online_tit, .online .inner.bg4 .listBox, .online .inner.bg4 .titleTxt, .online .inner.bg4 .online_comment, .online .inner.bg5 .online_mv, .online .inner.bg5 .online_lead, .online .inner.bg5 .online_anchor, .online .inner.bg5 .online_tit, .online .inner.bg5 .listBox, .online .inner.bg5 .titleTxt, .online .inner.bg5 .online_comment, .online .inner.bg6 .online_mv, .online .inner.bg6 .online_lead, .online .inner.bg6 .online_anchor, .online .inner.bg6 .online_tit, .online .inner.bg6 .listBox, .online .inner.bg6 .titleTxt, .online .inner.bg6 .online_comment {
  position: relative;
  z-index: 1;
}
.online .inner.bg1 {
  background: url(../images/bg1.jpg) top center/cover no-repeat;
}
.online .inner.bg1 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .online .inner.bg1 h2 {
    font-size: min(7.2vw, 2.5rem);
  }
}
.online .inner.bg1 ul.imageBox {
  margin: 10px auto 0;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1025px) {
  .online .inner.bg1 ul.imageBox {
    justify-content: space-between;
    max-width: 700px;
  }
}
.online .inner.bg1 ul.imageBox h3 {
  color: #ffe600;
  font-weight: 700;
  font-size: 2.5rem;
}
@media all and (max-width: 480px) {
  .online .inner.bg1 ul.imageBox h3 {
    font-size: 2.2rem;
  }
}
.online .inner.bg1 ul.imageBox p {
  font-size: 1.6rem;
}
.online .inner.bg1 ul.imageBox > li.text {
  width: 35%;
}
@media all and (max-width: 1025px) {
  .online .inner.bg1 ul.imageBox > li.text {
    width: 60%;
  }
}
@media all and (max-width: 896px) {
  .online .inner.bg1 ul.imageBox > li.text {
    width: 100%;
  }
}
.online .inner.bg1 ul.imageBox > li.image {
  width: 25%;
}
@media all and (max-width: 1025px) {
  .online .inner.bg1 ul.imageBox > li.image {
    width: 37%;
  }
}
@media all and (max-width: 896px) {
  .online .inner.bg1 ul.imageBox > li.image {
    width: 100%;
    max-width: 250px;
    margin-inline: auto;
  }
}
.online .inner.bg2 {
  background: url(../images/bg2.jpg) top center/cover no-repeat;
}
.online .inner.bg2 .online_tit {
  background: rgba(0, 22, 144, 0.8);
}
.online .inner.bg3 {
  background: url(../images/bg3.jpg) top center/cover no-repeat;
}
.online .inner.bg3 .online_tit {
  background: rgba(109, 0, 0, 0.8);
}
.online .inner.bg4 {
  background: url(../images/bg4.jpg) top center/cover no-repeat;
}
.online .inner.bg4 .online_tit {
  background: rgba(76, 26, 130, 0.8);
}
.online .inner.bg5 {
  background: url(../images/bg5.jpg) top center/cover no-repeat;
}
.online .inner.bg5 .online_tit {
  background: rgba(0, 84, 78, 0.8);
}
.online .inner.bg6 {
  background: url(../images/bg6.jpg) top center/cover no-repeat;
}
.online .inner.bg6 .online_tit {
  background: rgba(0, 50, 109, 0.8);
}
.online_mv {
  padding: 40px 0;
}
.online_mv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px 6px #01FFFF, -1px 1px 6px #01FFFF, 1px -1px 6px #01FFFF, -1px -1px 6px #01FFFF;
}
@media all and (max-width: 896px) {
  .online_mv h1 {
    font-size: min(7vw, 5rem);
  }
}
@media all and (max-width: 480px) {
  .online_mv h1 {
    font-size: min(8vw, 5rem);
    text-shadow: 1px 1px 4px #01FFFF, -1px 1px 4px #01FFFF, 1px -1px 4px #01FFFF, -1px -1px 4px #01FFFF;
  }
}
.online_mv h1 img {
  filter: brightness(0) invert(1);
  max-width: 200px;
}
@media all and (max-width: 480px) {
  .online_mv h1 img {
    max-width: 150px;
  }
}
.online ul.listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background: transparent;
  border-radius: 3px;
}
@media all and (max-width: 896px) {
  .online ul.listBox {
    display: block;
    padding: 20px;
  }
}
@media all and (max-width: 480px) {
  .online ul.listBox {
    padding: 20px 15px;
  }
}
.online ul.listBox > li.text {
  width: 56%;
}
@media all and (max-width: 896px) {
  .online ul.listBox > li.text {
    width: 100%;
    margin-top: 30px;
  }
}
.online ul.listBox > li.text ul li {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px 5px rgb(1, 255, 255);
}
@media all and (max-width: 480px) {
  .online ul.listBox > li.text ul li {
    justify-content: center;
    font-size: min(4.8vw, 1.55rem);
  }
}
@media all and (max-width: 896px) {
  .online ul.listBox > li.text ul li .pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .online ul.listBox > li.text ul li .pconly {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .online ul.listBox > li.text ul li .pconly.spblock {
    display: block;
  }
}
.online ul.listBox > li.image {
  display: grid;
  place-content: center;
}
.online ul.listBox > li.image img {
  width: 300px;
  box-shadow: 0 0 10px 3px rgb(1, 255, 255);
}
@media all and (max-width: 896px) {
  .online ul.listBox > li.image img {
    width: 240px;
  }
}
.online .titleTxt {
  color: #fff;
  font-size: 2.6rem;
}
@media all and (max-width: 480px) {
  .online .titleTxt {
    font-size: min(6vw, 2.2rem);
  }
}
.online .titleTxt.txt_c {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .online .titleTxt.txt_c {
    margin-top: 20px;
  }
}
.online .btn_athome {
  text-align: center;
}
.online .btn_athome a {
  display: inline-block;
  background: #ffde00;
  color: #182987;
  font-weight: 700;
  text-align: center;
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 3rem;
  line-height: 1.6;
  min-width: auto;
  width: 100%;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .online .btn_athome a {
    font-size: min(5.5vw, 2.2rem);
  }
}
@media (min-width: 897px) {
  .online .btn_athome a {
    min-width: 600px;
    width: auto;
  }
}
@media all and (max-width: 480px) {
  .online .btn_athome a {
    padding: 10px 5px;
  }
}
.online .btn_athome a:hover {
  opacity: 1;
  background: color-mix(in srgb, #ffde00 50%, #fff);
}
.online .btn_athome a i {
  margin: 0 0.3em;
}
.online_lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 2px 2px 5px #00267B, -2px 2px 5px #00267B, 2px -2px 5px #00267B, -2px -2px 5px #00267B;
}
@media all and (max-width: 896px) {
  .online_lead {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .online_lead {
    font-size: min(4.5vw, 1.6rem);
  }
}
.online_lead span.color {
  color: #ffe600;
}
.online_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 30px auto 0;
  max-width: 750px;
}
@media all and (max-width: 480px) {
  .online_anchor {
    margin: 15px auto 0;
    gap: 15px;
  }
}
.online_anchor li {
  width: 100%;
}
.online_anchor li a {
  display: block;
  position: relative;
  padding: 15px 70px 15px 50px;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  .online_anchor li a {
    padding: 10px 60px 15px 20px;
    border-radius: 10px;
  }
}
@media (width < 600px) {
  .online_anchor li a {
    padding: 10px 60px 15px 20px;
    border-radius: 10px;
  }
}
@media all and (max-width: 480px) {
  .online_anchor li a {
    padding: 10px 35px 15px 15px;
    font-size: min(5vw, 1.9rem);
  }
}
.online_anchor li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 20px;
  background: url(../../common/images/icon_arrow_circleline_blue.svg) center center/cover no-repeat;
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 480px) {
  .online_anchor li a::before {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.online_anchor li a p {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
}
@media all and (max-width: 896px) {
  .online_anchor li a p {
    display: block;
  }
}
.online_anchor li a p span.color {
  display: inline-block;
  background: #ffe600;
  color: #000;
  padding: 1px;
  text-align: center;
  font-size: 80%;
  width: 6em;
  border-radius: 2px;
}
@media all and (max-width: 896px) {
  .online_anchor li a p span.color {
    display: block;
    padding: 0 10px;
  }
}
.online_anchor li a p span.txt {
  font-weight: 700;
  line-height: 1.4;
}
@media (width < 600px) {
  .online_anchor li a p span.txt {
    display: block;
    width: 100%;
  }
}
.online_anchor li:first-child a {
  background: #365FB2;
  background: linear-gradient(90deg, rgb(54, 95, 178) 0%, rgb(82, 134, 209) 100%);
  box-shadow: 3px 6px 0 0 #213c72;
}
.online_anchor li:nth-child(2) a {
  background: #E23F26;
  background: linear-gradient(90deg, rgb(226, 63, 38) 0%, rgb(224, 101, 42) 100%);
  box-shadow: 3px 6px 0 0 #702222;
}
.online_anchor li:nth-child(3) a {
  background: #5A33A9;
  background: linear-gradient(90deg, rgb(90, 51, 169) 0%, rgb(195, 80, 213) 100%);
  box-shadow: 3px 6px 0 0 #47226d;
}
.online_anchor li:nth-child(4) a {
  background: #0BAA4B;
  background: linear-gradient(90deg, rgb(11, 170, 75) 0%, rgb(103, 204, 141) 100%);
  box-shadow: 3px 6px 0 0 #165939;
}
.online_anchor li:nth-child(5) a {
  background: #3F89BC;
  background: linear-gradient(90deg, rgb(63, 137, 188) 0%, rgb(112, 207, 229) 100%);
  box-shadow: 3px 6px 0 0 #225b6b;
}
.online_tit {
  text-align: center;
  padding: 10px 5px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
  margin: 20px 0 15px;
  border: 3px solid #fff;
}
@media all and (max-width: 480px) {
  .online_tit {
    margin: 10px 0 15px;
  }
}
@media all and (max-width: 896px) {
  .online_tit {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .online_tit {
    margin: 30px 0 15px;
    font-size: min(4.8vw, 1.7rem);
  }
}
.online_comment {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 30px auto;
  max-width: 900px;
}
@media all and (max-width: 896px) {
  .online_comment {
    gap: 20px;
  }
}
.online_comment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  color: #000;
}
@media all and (max-width: 896px) {
  .online_comment ul {
    flex-direction: column;
  }
}
.online_comment ul li {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .online_comment ul li {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .online_comment ul li {
    font-size: min(4.2vw, 1.45rem);
  }
}
.online_comment ul li:first-child {
  position: relative;
  border: 3px solid #01ffff;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  width: calc(100% - 155px);
}
@media all and (max-width: 896px) {
  .online_comment ul li:first-child {
    width: calc(100% - 30px);
  }
}
@media (width < 640px) {
  .online_comment ul li:first-child {
    border-radius: 15px;
    padding: 15px 10px;
  }
}
@media all and (max-width: 480px) {
  .online_comment ul li:first-child {
    padding: 15px 5px;
    width: 100%;
  }
}
.online_comment ul li:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_4005_6%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Crect%20x%3D%2221%22%20width%3D%2221%22%20height%3D%2221%22%20transform%3D%22rotate(90%2021%200)%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_4005_6)%22%3E%3Cpath%20d%3D%22M22.8154%201.42523L22.8154%2019.8159L3.79004%2010.6205L22.8154%201.42523Z%22%20fill%3D%22black%22%20stroke%3D%22%2301FFFF%22%20stroke-width%3D%223.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") right center/contain no-repeat;
  width: 22px;
  height: 22px;
}
@media all and (max-width: 896px) {
  .online_comment ul li:first-child::before {
    top: auto;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
}
.online_comment ul li:last-child {
  width: 120px;
}
@media (width < 640px) {
  .online_comment ul li:last-child {
    width: 100px;
    margin-inline: auto;
  }
}
.online_comment ul li:last-child img {
  width: 100%;
  border-radius: 100vmax;
  margin-inline: auto;
  box-shadow: 0 0 10px 3px rgb(1, 255, 255);
}
.online_comment ul:nth-child(odd) li:first-child {
  order: 2;
}
@media all and (max-width: 896px) {
  .online_comment ul:nth-child(odd) li:first-child {
    order: 1;
  }
}
.online_comment ul:nth-child(odd) li:last-child {
  order: 1;
}
@media all and (max-width: 896px) {
  .online_comment ul:nth-child(odd) li:last-child {
    order: 2;
  }
}
.online_comment ul:nth-child(even) li:first-child::before {
  left: auto;
  right: -22px;
  transform: scaleX(-1) translateY(-50%);
}
@media all and (max-width: 896px) {
  .online_comment ul:nth-child(even) li:first-child::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
}

.cvArea {
  margin-top: 80px;
}
@media all and (max-width: 480px) {
  .cvArea {
    margin-top: 40px;
  }
}