@charset "UTF-8";
.float {
  display: none;
}
@media only screen and (min-width: 980px) {
  .float {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 10;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  }
  .float__link {
    max-width: 250px;
    display: block;
  }
  .float__close {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #4d4d4d;
    position: absolute;
    top: -25px;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
}

.main {
  padding: 70px 0 0px;
  height: 640px;
  box-sizing: border-box;
  background: url(../img/bg_mv.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .main {
    padding: 40px 0 50px;
    height: 690px;
    overflow: hidden;
  }
}
.main:after {
  content: "";
  height: 358px;
  background: url(../img/mv_pict.png) no-repeat center/1111px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .main:after {
    background: url(../img/sp/mv_pict.png) no-repeat center/487px;
    bottom: -35px;
  }
}
.main__inner {
  max-width: 790px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .main__inner {
    width: calc(100% - 30px);
  }
}
.main__ttl {
  text-align: center;
  margin-bottom: 25px;
}
.main__txt {
  line-height: 150%;
  font-weight: normal;
}
.main__sub-ttl {
  padding: 0 38px;
  font-weight: bold;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 750px) {
  .main__sub-ttl {
    line-height: 160%;
    margin-bottom: 10px;
    padding: 0 55px;
  }
}
.main__sub-ttl::before, .main__sub-ttl::after {
  content: "";
  width: 29px;
  height: 25px;
  position: absolute;
  top: 0;
  background: url(../img/mv_sub.png) no-repeat center/100%;
}
@media only screen and (max-width: 750px) {
  .main__sub-ttl::before, .main__sub-ttl::after {
    width: 46px;
    height: 40px;
    top: auto;
    bottom: 0;
    background: url(../img/sp/mv_sub.png) no-repeat center/100%;
  }
}
.main__sub-ttl::before {
  left: 0;
}
.main__sub-ttl::after {
  right: 0;
  transform: rotateZ(180deg);
}
.main__bld {
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .main__bld {
    display: block;
  }
}
.main__h2 {
  font-size: 30px;
  height: 100px;
  font-weight: bold;
  line-height: 100px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .main__h2 {
    display: table;
    margin: 0 auto 20px;
    font-size: 20px;
    padding: 0 50px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 600px) {
  .main__h2 {
    line-height: 55px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 400px) {
  .main__h2 {
    width: 100%;
    padding: 0;
  }
}
.main__h2::before, .main__h2::after {
  content: "";
  width: 53px;
  height: 92px;
  position: absolute;
  bottom: -10px;
  background: url(../img/icon_ttl.png) no-repeat center/100%;
}
@media only screen and (max-width: 600px) {
  .main__h2::before, .main__h2::after {
    width: 42px;
  }
}
.main__h2::before {
  left: 0;
}
.main__h2::after {
  right: 0;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 600px) {
  .main__h2tx--01 {
    display: block;
  }
}
.main__st {
  font-size: 100px;
  font-weight: bold;
  color: #46A1D7;
  vertical-align: -10px;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 750px) {
  .main__st {
    font-size: 70px;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 751px) {
  .main__contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main__link {
  max-width: 370px;
  width: 48%;
  padding: 13px 0;
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .main__link {
    width: 80%;
    padding: 10px 0;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .main__link:first-child {
    margin-bottom: 12px;
  }
}
.main__link::before {
  margin-top: -15px;
  right: 4%;
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  .main__link::before {
    font-size: 10px;
    right: 3%;
    margin-top: -12px;
  }
}
.main__sub {
  display: block;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .main__sub {
    font-size: 13px;
  }
}

.art01 {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art01 {
    padding: 40px 0 50px;
  }
}
.art01__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art01__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .art01__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art01__item {
  max-width: 320px;
  width: 32%;
}
@media only screen and (max-width: 750px) {
  .art01__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .art01__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.art01__inbox {
  padding: 30px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .art01__inbox {
    padding: 40px 10px 20px;
  }
}
.art01__inbox--01 {
  margin-bottom: 65px;
  background-color: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__inbox--01 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 15px 15px;
    margin-bottom: 55px;
  }
}
.art01__inbox--01::before {
  content: "";
  width: 81px;
  height: 39px;
  background: url(../img/icon_wo.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: -10px;
}
.art01__inbox--01::after {
  content: "";
  width: 55px;
  height: 84px;
  background: url(../img/task00.png) no-repeat center/100%;
  position: absolute;
  bottom: -82px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art01__inbox--01::after {
    width: 45px;
    height: 70px;
    bottom: -69px;
  }
}
.art01__inbox--02 {
  background-color: #E5F3F8;
  padding: 60px 35px;
}
@media only screen and (max-width: 980px) {
  .art01__inbox--02 {
    padding: 40px 15px 30px;
  }
}
.art01__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .art01__ttl {
    width: 52%;
    margin-right: 2%;
    text-align: left;
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .art01__ttl--02 {
    width: 100%;
    text-align: center;
  }
}
.art01__line {
  position: relative;
  z-index: 2;
  font-weight: bold;
  display: inline;
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent 75%, #EBC945 0%);
  padding: 0 1px 1px;
}
@media only screen and (max-width: 750px) {
  .art01__line {
    background: linear-gradient(transparent 70%, #EBC945 0%);
    padding: 0 1px 2px;
  }
}
.art01__cnt {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art01__cnt {
    width: 50%;
  }
}
.art01__pp {
  max-width: 94px;
  width: 48%;
}
.art01__name {
  position: absolute;
  bottom: 0;
  left: 40%;
}
@media only screen and (max-width: 750px) {
  .art01__name {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 140%;
    left: 46%;
  }
}
.art01__info {
  margin-bottom: 25px;
}
.art01__icon {
  max-width: 100px;
  display: table;
  margin: 0 auto 17px;
}
.art01__txt {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.art01__txt:nth-child(2) {
  margin-bottom: 5px;
}
.art01__fa02 {
  max-width: 18px;
}
.art01__link {
  padding: 15px 0;
  background-color: #fff;
  border: solid 1px #2D4262;
  transition: color 0.3s, border 0.3s;
  box-shadow: 0px 2px 7px rgba(0, 95, 154, 0.3);
}
.art01__link:hover {
  color: #00A3F3;
  border: solid 1px #00A3F3;
}
.art02 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art02 {
    padding: 40px 0 50px;
  }
}
.art02__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art02__inner {
    width: calc(100% - 30px);
  }
}
.art02__box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .art02__box {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.art02__list {
  max-width: 320px;
  width: 32%;
}
.art02__inbox {
  padding: 30px 15px;
  box-sizing: border-box;
}
.art02__ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 10px;
  padding-top: 62px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art02__ttl {
    font-size: 24px;
    padding-top: 45px;
  }
}
.art02__ttl::before {
  content: "";
  max-width: 137px;
  width: 33%;
  height: 0;
  padding-top: 9%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .art02__ttl::before {
    width: 28%;
  }
}
.art02__ttl--01::before {
  background: url(../img/ft01.jpg) no-repeat center/100%;
}
.art02__ttl--02::before {
  background: url(../img/ft02.jpg) no-repeat center/100%;
}
.art02__ttl--03::before {
  background: url(../img/ft03.jpg) no-repeat center/100%;
}
.art02__ttl--04::before {
  background: url(../img/ft04.jpg) no-repeat center/100%;
}
.art02__ttl--05::before {
  background: url(../img/ft05.jpg) no-repeat center/100%;
}
.art02__sm {
  font-size: 20px;
  line-height: 140%;
  display: block;
}
@media only screen and (max-width: 750px) {
  .art02__sm {
    font-size: 18px;
  }
}
.art02__cnt {
  max-width: 585px;
  width: 56.5%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .art02__cnt {
    width: 100%;
  }
}
.art02__item {
  align-items: flex-start;
}
@media only screen and (min-width: 751px) {
  .art02__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art02__item:not(:last-child) {
  margin-bottom: 50px;
}
.art02__pict {
  max-width: 440px;
  width: 42.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .art02__pict {
    max-width: 455px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.art02__txt {
  line-height: 160%;
}
.art02__fa {
  max-width: 18px;
}
.art02__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art02__button {
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art02__button:hover {
  background-color: #1a273b;
}
.modal {
  align-items: baseline;
}
@media only screen and (min-width: 751px) {
  .modal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.modal__item {
  max-width: 140px;
  width: 32%;
  position: relative;
}
.modal__item:nth-child(n+4) {
  margin-top: 20px;
}
.modal__item::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  color: #2D4262;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media only screen and (max-width: 750px) {
  .modal__item {
    max-width: 240px;
    width: 48%;
  }
}
.modal__box {
  background-color: #fff;
  padding: 20px;
}
.modal__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70vh;
}
.modal__txt {
  padding: 20px 0 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.art03 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art03 {
    padding: 40px 0 50px;
  }
}
.art03__inner {
  max-width: 1020px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .art03__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .art03__inner {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 751px) {
  .art03__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art03__box {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art03__item {
  max-width: 325px;
  width: 32%;
}
@media only screen and (min-width: 751px) {
  .art03__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .art03__item {
    width: 48%;
  }
  .art03__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.art03__inbox {
  padding: 30px 15px;
  box-sizing: border-box;
}
.art03__link {
  display: block;
  padding: 10px 0 20px;
  transition: background-color 0.5s;
}
.art03__link:hover {
  background-color: #f2f2f2;
}
.art03__pict {
  max-width: 269px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .art03__pict {
    width: 90%;
    margin-bottom: 10px;
  }
}
.art03__pict--new {
  position: relative;
}
.art03__pict--new::before {
  content: "NEW";
  background-color: #DB4A3E;
  color: #fff;
  width: 63px;
  line-height: 63px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .art03__pict--new::before {
    width: 45px;
    line-height: 45px;
    font-size: 13px;
  }
}
.art03__fa {
  color: #00A3F3;
  margin-right: 10px;
}
.art03__name {
  display: block;
  text-align: center;
}
.art03__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art03__button {
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art03__button:hover {
  background-color: #1a273b;
}
.art04 {
  padding: 80px 0 100px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
  .art04 {
    padding: 40px 0 50px;
  }
}
.art04__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art04__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .art04__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art04__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art04__item {
  max-width: 340px;
  width: 32%;
  background-color: #2D4262;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .art04__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .art04__item {
    width: 48%;
  }
  .art04__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.art04__cnt {
  min-height: 220px;
  padding: 25px 5% 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .art04__cnt {
    min-height: 150px;
    padding: 20px 5% 15px;
  }
}
.art04__ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .art04__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.art04__sm {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .art04__sm {
    font-size: 14px;
  }
}
.art04__txt {
  line-height: 160%;
}
.art05 {
  overflow: hidden;
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art05 {
    padding: 40px 0 50px;
  }
}
.art05__cnt {
  min-height: 220px;
  padding: 25px 5% 0;
  box-sizing: border-box;
}
.art05__ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.art05__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art05__button {
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art05__button:hover {
  background-color: #1a273b;
}
.art05 .slide__item {
  padding: 40px 35px 30px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .art05 .slide__item {
    padding: 20px 15px 10px;
  }
}
.art05 .slide__link:hover .slide__img {
  transform: scale(1.12);
}
.art05 .slide__link:hover .slide__u-line {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.art05 .slide__img {
  transition: transform 0.3s;
}
.art05 .slide__ttl {
  margin-bottom: 15px;
}
@media only screen and (min-width: 751px) {
  .art05 .slide__ttl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art05 .slide__pict {
  overflow: hidden;
  max-width: 187px;
  width: 45%;
}
@media only screen and (max-width: 750px) {
  .art05 .slide__pict {
    margin: 0 auto 10px;
  }
}
.art05 .slide__bld {
  max-width: 233px;
  width: 52%;
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .art05 .slide__bld {
    font-size: 18px;
    letter-spacing: 0.02rem;
    max-width: 100%;
    width: 100%;
  }
}
.art05 .slide__u-line {
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.art05 .slide__cnt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 751px) {
  .art05 .slide__cnt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art05 .slide__cnt {
    display: flex;
  }
}
.art05 .slide__block {
  width: 50%;
  padding: 0 0 0 4%;
  box-sizing: border-box;
}
.art05 .slide__block:first-child {
  border-right: solid 1px #A2A2A2;
  padding: 0 4% 0 0;
}
.art05 .slide__em {
  display: table;
  background-color: #A2A2A2;
  padding: 2px 8px;
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .art05 .slide__em {
    padding: 2px 6px;
    margin-bottom: 5px;
  }
}
.art05 .slide__cta {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.art05 .slide__icon {
  border: solid 1px #00A3F3;
  margin: 0 10px 10px 0;
  padding: 3px 12px;
  box-sizing: border-box;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .art05 .slide__icon {
    margin: 0 8px 8px 0;
    padding: 2px 10px;
  }
}
.art05 .slide__btn {
  background-color: #c7c7c7;
  opacity: 0.8;
}
.art05 .slide__btn::before {
  content: "▲";
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  line-height: 140%;
  color: #fff;
  transform: rotateZ(90deg);
}
.art05 .swiper-container {
  max-width: 1800px;
  padding-bottom: 150px;
  position: relative;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 750px) {
  .art05 .swiper-container {
    padding-bottom: 80px;
  }
}
.art05 .swiper-slide {
  min-height: 375px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 750px) {
  .art05 .swiper-slide {
    min-height: auto;
  }
}
.art05 .swiper-pagination-custom {
  bottom: 0;
}
.art05 .swiper-horizontal > .swiper-pagination-bullets, .art05 .swiper-pagination-bullets.swiper-pagination-horizontal, .art05 .swiper-pagination-custom, .art05 .swiper-pagination-fraction {
  bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .art05 .swiper-horizontal > .swiper-pagination-bullets, .art05 .swiper-pagination-bullets.swiper-pagination-horizontal, .art05 .swiper-pagination-custom, .art05 .swiper-pagination-fraction {
    bottom: 40px;
  }
}

.art06 {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .art06 {
    padding: 40px 0 50px;
  }
}
.art06__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .art06__inner {
    width: calc(100% - 30px);
  }
}
.art06__box {
  margin-bottom: 100px;
}
@media only screen and (min-width: 751px) {
  .art06__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .art06__box {
    margin-bottom: 50px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.art06__item {
  max-width: 506px;
  width: 48%;
}
.art06__item:nth-child(n+3) {
  margin-top: 50px;
}
.art06__item:nth-child(n+7) {
  display: none;
}
@media only screen and (max-width: 750px) {
  .art06__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.art06__link:hover .art06__pict {
  opacity: 0.7;
}
.art06__link:hover .art06__ttl {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.art06__cnt {
  padding: 25px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .art06__cnt {
    padding-top: 15px;
  }
}
.art06__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: inline;
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 750px) {
  .art06__ttl {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}
.art06__ttl::before {
  content: "";
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  display: table;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .art06__ttl::before {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 10px;
  }
}
.art06__ttl--video::before {
  content: "動画配信中";
  background-color: #DB4A3E;
}
.art06__ttl--open::before {
  content: "受付中";
  background-color: #00A3F3;
}
.art06__ttl--close::before {
  content: "受付終了";
  background-color: #A2A2A2;
}
.art06__cta:not(:last-child)::after {
  content: "/";
  font-size: 16px;
  padding: 0 0px 0 5px;
}
@media only screen and (max-width: 750px) {
  .art06__cta:not(:last-child)::after {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
}
.art06__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.art06__button {
  display: block;
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.art06__button:hover {
  background-color: #1a273b;
}
.art06__txt {
  margin-top: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .art06__txt {
    margin-top: 5px;
  }
}/*# sourceMappingURL=index.css.map */