@charset "utf-8";
/*============= common =============*/
.wrapper {
  width: 100%;
  padding: 0;
 }
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.aoki_main * {
   box-sizing: border-box;
}
.aoki_main {
  line-height: 1.7;
  color: #2a4160;
  text-align: left;
}
.aoki_main ul,
.aoki_main ol {
  list-style: none;
}
.aoki_main a:hover,
.aoki_main a:focus {
  text-decoration: none;
}
.aoki_main img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  vertical-align: bottom;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/*============= contents =============*/
h1 {
  margin-top: 0;
}
.mv {
  text-align: center;
}
.anchor {
  width: 1020px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor li {
  display: table;
}
.anchor li a {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 75px;
  border: 2px solid #2a4160;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2a4160;
  line-height: 1.3;
  transition: .3s;
}
.anchor li a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 145px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2a4160;
  border-right: 1px solid #2a4160;
  transform: rotate(45deg);
  transition: .3s;
}
.anchor li a span {
  display: inline-block;
  margin-bottom: 3px;
}
.anchor li a:hover {
  background: #2a4160;
  color: #fff;
}
.anchor li a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.about {
  width: 1020px;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 2;
}
.about p + p {
  margin-top: 40px;
}
.contents_wrap {
  width: 1020px;
  margin: 120px auto 0;
}
.contents_title {
  text-align: center;
}
.contents_wrap h2 {
  font-size: 28px;
  display: inline-block;
  position: relative;
}
.contents_wrap h2::before,
.contents_wrap h2::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 17px;
  border-top: 2px solid #2a4160;
  border-left: 2px solid #2a4160;
}
.contents_wrap h2::before {
  top: -8px;
  left: -18px;
}
.contents_wrap h2::after {
  bottom: -8px;
  right: -18px;
  transform: rotate(180deg);
}
.contents_img {
  margin-top: 45px;
  text-align: center;
}
.contents_text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
}
.contents_detail {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents_detail li {
  width: 500px;
  background: #e1e3e6;
  padding: 25px 30px 20px;
  border-radius: 10px;
  position: relative;
}
.contents_detail li .contents_detail_title {
  text-align: center;
}
#sec2 .contents_detail li::before {
  content: "";
  position: absolute;
  top: -10px;
  height: 20px;
}
#sec2 .contents_detail li:nth-of-type(1)::before {
  background: url("../_img/260206/contents_detail_icon01.webp") no-repeat 0 0;
  background-size: 100%;
  width: 32px;
}
#sec2 .contents_detail li:nth-of-type(2)::before {
  background: url("../_img/260206/contents_detail_icon02.webp") no-repeat 0 0;
  background-size: 100%;
  width: 36px;
}
#sec2 .contents_detail li:nth-of-type(3)::before {
  background: url("../_img/260206/contents_detail_icon03.webp") no-repeat 0 0;
  background-size: 100%;
  width: 36px;
}
.contents_detail li h3 {
  display: inline-block;
  font-size: 19px;
  position: relative;
  line-height: 1.6;
}
.contents_detail li h3 span {
  font-size: 21px;
  font-weight: bold;
}
#sec1 .contents_detail li h3::before,
#sec1 .contents_detail li h3::after {
  content: "";
  position: absolute;
  top: 46%;
  width: 7px;
  height: 7px;
  background: #2a4160;
  transform: translateY(-50%) rotate(45deg);
}
#sec1 .contents_detail li h3::before {
  left: -20px;
}
#sec1 .contents_detail li h3::after {
  right: -18px;
}
.contents_detail li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}
#sec3.contents_wrap {
  width: 100vw;
  margin-top: 135px;
}
.navy_bg {
  background: #2a4160;
  padding: 100px 0;
}
.white_bg + .navy_bg {
  margin: 100px auto 0;
}
.white_bg + .navy_bg .style_wrap {
  margin: 0 auto;
}
.navy_bg h2::before,
.navy_bg h2::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#sec3.contents_wrap h2 {
  color: #fff;
}
.swiper-container {
  margin-top: 50px;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper_number {
  text-align: center;
}
.swiper_number img {
  width: auto;
  height: 30px;
}
.swiper_img {
  margin: 8px auto 0;
}
.style_wrap {
  width: 1020px;
  margin: 100px auto 0;
  color: #fff;
}
.white_bg .style_wrap {
  color: #2a4160;
}
.style_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider button {
  font-size: 0;
  border: none;
  padding: 0;
}
.slider button:focus {
  outline: none;
}
.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 78px;
  margin: 0;
  background: #6f6f6f;
  opacity: 0.8;
}
.slick-next::before, 
.slick-prev::before{
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 50%;
  width: 27px;
  height: 27px;
}
.slick-prev::before {
  left: 18px;
  transform: translateY(-50%) rotate(-45deg);
}
.slick-next::before {
  right: 18px;
  transform: translateY(-50%) rotate(135deg);
}
.slick-dots {
  bottom: -24px;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 9px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: .3s;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #fff;
}
.white_bg .slick-dots li {
  border: 1px solid #2a4160;
}
.white_bg .slick-dots li.slick-active,
.white_bg .slick-dots li:hover {
  background: #2a4160;
}
.style_img {
  width: 470px;
}
.style_detail {
  width: 510px;
}
.style_detail_catch {
  font-size: 27px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.75;
}
.style_detail_text {
  font-size: 16px;
  margin-top: 25px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  line-height: 2;
}
.white_bg .style_detail_text {
  border-top: 1px solid #2a4160;
}
.module_text,
.btn_text {
  font-size: 26px;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
}
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.btn_wrap a {
  display: flex;
  position: relative;
  width: 252px;
  height: 52px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100vw;
  font-size: 20px;
  transition: .3s;
}
.btn_wrap a:hover {
  background-color: #fff;
  color: #2a4160;
  text-decoration: none;
}
.btn_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.btn_wrap a:hover::after {
  border-top: 2px solid #2a4160;
  border-right: 2px solid #2a4160;
}
.white_bg .btn_wrap a {
  color: #2a4160;
  border: 2px solid #2a4160;
}
.white_bg .btn_wrap a:hover {
  background-color: #2a4160;
  color: #fff;
}
.white_bg .btn_wrap a::after {
  border-top: 2px solid #2a4160;
  border-right: 2px solid #2a4160;
}
.white_bg .btn_wrap a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.topicModuleCredit {
  margin: 20px auto 0;
}
.topicModuleCredit__priceItem {
  padding: 0;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old {
  color: #2a4160;
}
.navy_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old {
  color: #fff;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #2a4160;
}
.navy_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #fff;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
   color: #2a4160;
}
.navy_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
   color: #fff;
}
.topicModuleCredit .topicModuleItem__discount {
  color: #2a4160;
  background: none;
}
.navy_bg .topicModuleCredit .topicModuleItem__discount {
  color: #fff;
}
.topicModuleItem__price::before {
  background-image:url("../_img/260206/ico_webprice_navy.webp");
}
.navy_bg .topicModuleItem__price::before {
  background-image:url("../_img/260206/ico_webprice_white.webp");
}


/*============= recommend =============*/
.recommend {
  width: 100%;
  margin-top: 150px;
}
.recommend h2 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 47px;
}
.recommend h2::before,
.recommend h2::after {
  content: "";
  border-bottom: 2px solid #2a4160;
}
.recommend h2::before {
  margin-right: 20px;
  padding-left: 120px;
}
.recommend h2::after {
  margin-left: 20px;
  padding-right: 120px;
}
.recommend_square {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin: auto!important;
}
.recommend_square a {
  display: block;
  width: 282px;
}
#bottom_recommend_area {
  padding-top: 0!important;
  margin: 100px auto 0!important;
}
#bottom_recommend_area .bottom_bnrBox {
  width: 1200px;
}
#bottom_recommend_area .bottom_bnrBox a {
  width: 282px!important;
}
#bottom_recommend_area .bottom_service {
  padding-top: 0!important;
}
#bottom_recommend_area .bottom_newitem,
#bottom_recommend_area .bottom_service {
  margin: 100px auto 0!important;
}
#bottom_recommend_area h2::before,
#bottom_recommend_area h2::after {
  border-bottom: 2px solid #2a4160!important;
}


/*============= PC only =============*/
@media screen and (min-width: 768px) {
  .anchor li:nth-of-type(n+2) {
    margin-left: 60px;
  }
  .contents_detail li:nth-of-type(2n) {
    margin-left: 20px;
  }
  .contents_detail li:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .style_inner {
    align-items: center;
  }
  .white_bg .style_inner {
    flex-direction: row-reverse;
  }
  .btn_wrap li:nth-of-type(n+2) {
    margin-left: 25px;
  }
  .recommend_square a:nth-of-type(n+2) {
    margin-left: 24px;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+2) {
    margin-left: 24px;
  }
}



/*============= SP only =============*/
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-top: 0;
  }
  .mv {
    margin-right: -4vw;
    margin-left: -4vw;
  }
  .anchor {
    width: 100%;
    margin: 9.33vw auto 0;
  }
  .anchor li:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .anchor li:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  .anchor li a {
    width: 44vw;
    height: 12vw;
    border: 0.27vw solid #2a4160;
    font-size: 2.93vw;
  }
  .anchor li a::after {
    bottom: 1.33vw;
    right: 21.33vw;
    width: 1.2vw;
    height: 1.2vw;
    border-bottom: 0.13vw solid #2a4160;
    border-right: 0.13vw solid #2a4160;
  }
  .anchor li a span {
    margin-bottom: 0.53vw;
  }
  .anchor li a:hover::after {
    border-bottom: 0.13vw solid #fff;
    border-right: 0.13vw solid #fff;
  }
  .about {
    width: 100%;
    margin: 10vw auto 0;
    font-size: 3.47vw;
  }
  .about p + p {
    margin-top: 6.67vw;
  }
  .contents_wrap {
    width: 100%;
    margin: 13.33vw auto 0;
  }
  .contents_wrap h2 {
    font-size: 4.27vw;
  }
  .contents_wrap h2::before,
  .contents_wrap h2::after {
    width: 2vw;
    height: 2.67vw;
    border-top: 0.27vw solid #2a4160;
    border-left: 0.27vw solid #2a4160;
  }
  .contents_wrap h2::before {
    top: -1.07vw;
    left: -3.2vw;
  }
  .contents_wrap h2::after {
    bottom: -1.07vw;
    right: -3.2vw;
  }
  .contents_img {
    margin-top: 5.33vw;
  }
  .contents_text {
    margin-top: 4vw;
    font-size: 3.47vw;
  }
  .contents_detail {
    flex-direction: column;
    margin-top: 6vw;
  }
  .contents_detail li {
    width: 100%;
    padding: 5.33vw 5.33vw 4vw;
    border-radius: 1.33vw;
  }
  .contents_detail li:nth-of-type(n+2) {
    margin-top: 6vw;
  }
  #sec2 .contents_detail li::before {
    top: -2vw;
    height: 4vw;
  }
  #sec2 .contents_detail li:nth-of-type(1)::before {
    width: 6.4vw;
  }
  #sec2 .contents_detail li:nth-of-type(2)::before {
    width: 7.2vw;
  }
  #sec2 .contents_detail li:nth-of-type(3)::before {
    width: 7.2vw;
  }
  .contents_detail li h3 {
    font-size: 4vw;
  }
  .contents_detail li h3 span {
    font-size: 4.27vw;
  }
  #sec1 .contents_detail li h3::before,
  #sec1 .contents_detail li h3::after {
    width: 1.47vw;
    height: 1.47vw;
  }
  #sec1 .contents_detail li h3::before {
    left: -3.73vw;
  }
  #sec1 .contents_detail li h3::after {
    right: -3.73vw;
  }
  .contents_detail li p {
    margin-top: 3.33vw;
    font-size: 3.47vw;
  }
  #sec3.contents_wrap {
    margin-top: 13.33vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .navy_bg {
    padding: 12vw 0;
  }
  .white_bg + .navy_bg {
    margin: 12vw auto 0;
  }
  .navy_bg h2::before,
  .navy_bg h2::after {
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
  }
  .swiper-container {
    margin-top: 7.33vw;
  }
  .swiper_number img {
    height: 5.6vw;
  }
  .swiper_img {
    margin: 1.33vw auto 0;
  }
  .style_wrap {
    width: 100%;
    margin: 12vw auto 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .style_inner {
    flex-direction: column;
  }
  .slick-arrow {
    width: 9.73vw;
    height: 15.33vw;
  }
  .slick-next::before, 
  .slick-prev::before{
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    width: 5.33vw;
    height: 5.33vw;
  }
  .slick-prev::before {
    left: 38%;
  }
  .slick-next::before {
    right: 38%;
  }
  .slick-dots {
    bottom: -5.33vw;
  }
  .slick-dots li {
    width: 2.93vw;
    height: 2.93vw;
    margin: 0 2.13vw;
    border: 0.13vw solid #fff;
  }
  .white_bg .slick-dots li {
    border: 0.13vw solid #2a4160;
  }
  .style_img {
    width: 100%;
    margin-top: 4vw;
    order: 3;
  }
  .style_detail {
    width: 100%;
    display: contents;
  }
  .style_detail_number {
    order: 1;
  }
  .style_detail_number img {
    width: auto;
    height: 8vw;
  }
  .style_detail_catch {
    font-size: 4.27vw;
    margin-top: 3.33vw;
    border-top: 0.27vw solid #fff;
    padding-top: 3.33vw;
    order: 2;
  }
  .style_detail_text {
    font-size: 3.47vw;
    margin-top: 12vw  ;
    border-top: none;
    padding-top: 0;
    order: 4;
  }
  .white_bg .style_detail_catch {
    border-top: 0.27vw solid #2a4160;
  }
  .white_bg .style_detail_text {
    border-top: none;
  }
  .module_text,
  .btn_text {
    font-size: 4vw;
    margin-top: 8.67vw;
  }
  .btn_wrap {
    margin-top: 3.33vw;
  }
  .btn_wrap li:nth-of-type(2n) {
    margin-left: 2.4vw;
  }
  .btn_wrap li:nth-of-type(n+3) {
    margin-top: 2.4vw;
  }
  .btn_wrap a {
    width: 44.8vw;
    height: 10vw;
    border: 0.27vw solid #fff;
    font-size: 3.73vw;
  }
  .btn_wrap a::after {
    right: 2.67vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.27vw solid #fff;
    border-right: 0.27vw solid #fff;
  }
  .btn_wrap a:hover::after {
    border-top: 0.27vw solid #2a4160;
    border-right: 0.27vw solid #2a4160;
  }
  .white_bg .btn_wrap a {
    border: 0.27vw solid #2a4160;
  }
  .white_bg .btn_wrap a::after {
    border-top: 0.27vw solid #2a4160;
    border-right: 0.27vw solid #2a4160;
  }
  .white_bg .btn_wrap a:hover::after {
    border-top: 0.27vw solid #fff;
    border-right: 0.27vw solid #fff;
  }
  .topicModuleCredit {
    margin: 2.67vw auto 0;
  }
  .topicModuleCredit .slick-arrow {
    top: 14.33vw;
  }
  .topicModuleCredit .slick-next, 
  .topicModuleCredit .slick-prev {
    width: 9.73vw;
    height: 9.73vw;
    background: #375174;
    border: none;
  }
  .topicModuleCredit .slick-next {
    right: 1vw;
  }
  .topicModuleCredit .slick-prev {
    left: 1vw;
  }
  .topicModuleCredit .slick-next::before, 
  .topicModuleCredit .slick-prev::before{
    position: absolute;
    content: "";
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    top: 50%;
    width: 4vw;
    height: 4vw;
  }
  .topicModuleCredit .slick-prev::before {
    left: 40%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .topicModuleCredit .slick-next::before {
    right: 40%;
    transform: translateY(-50%) rotate(135deg);
  }
  .topicModuleCredit button {
    font-size: 0px;
  }
  .topicModuleCredit .slick-next:focus, 
  .topicModuleCredit .slick-prev:focus {
    outline: none;
  }
  .topicModuleCredit .slick-track li {
    width: calc(100% - 6vw / 3)!important;
    margin: 0 1vw;
  }
   .recommend {
    margin-top: 25.33vw;
  }
  .recommend h2 {
    font-size:6vw;
    margin-bottom:4vw!important;
  }
  .recommend h2::after,
  .recommend h2::before {
    display: none;
  }
  .recommend_square {
    width: 100%;
    flex-wrap: wrap;
  }
  .recommend_square a {
    width: 44vw;
  }
  .recommend_square a:nth-of-type(2n) {
    margin-left: 4vw;
  }
  .recommend_square a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area {
    margin: 14.67vw auto 0!important;
  }
  #bottom_recommend_area .bottom_bnrBox {
    width: 100%;
  }
  #bottom_recommend_area .bottom_bnrBox a {
    width: 44vw!important;
    margin-bottom: 0!important;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(2n) {
    margin-left: 4vw;
  }
  #bottom_recommend_area .bottom_bnrBox a:nth-of-type(n+3) {
    margin-top: 4vw;
  }
  #bottom_recommend_area .bottom_newitem,
  #bottom_recommend_area .bottom_service {
    margin: 14.67vw auto 0!important;
  }
}