@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: #266fc0;
  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 =============*/
.mv {
  margin-top: 0;
  text-align: center;
}
.float_anchor {
  display: none;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10;
}
.float_anchor a {
  display: block;
  text-align: center;
  padding: 30px 15px;
  border-radius: 5px 0 0 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  background: #266fc0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: .4s;
}
.float_anchor a:hover {
  border-top: 2px solid #266fc0;
  border-left: 2px solid #266fc0;
  border-bottom: 2px solid #266fc0;
  background: #fff;
  color: #266fc0;
}
.float_anchor_number {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  display: inline-block;
}
.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 #266fc0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #266fc0;
  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 #266fc0;
  border-right: 1px solid #266fc0;
  transform: rotate(45deg);
  transition: .3s;
}
.anchor li a span {
  display: inline-block;
  margin-bottom: 3px;
}
.anchor li a:hover {
  background: #266fc0;
  color: #fff;
}
.anchor li a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.title {
  margin-top: 90px;
  text-align: center;
}
h1 {
  display: inline-block;
  padding: 12px 20px 10px;
  background: #266fc0;
  color: #fff;
  font-size: 28px;
}
.about {
  width: 1020px;
  margin: 45px auto 0;
  font-size: 16px;
  line-height: 2;
}
.about p + p {
  margin-top: 40px;
}
.contents_wrap {
  margin: 80px auto 0;
  position: relative;
  padding: 80px 0 0;
  border-top: 20px solid #f5f5f5;
}
.contents_wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(#e4e5e7, #f4f4f4);
  z-index: 1;
}
.contents_inner {
  width: 1020px;
  margin: 0 auto;
}
.contents_title {
  text-align: center;
}
.contents_wrap h2 {
  display: inline-block;
  padding: 12px 20px 10px;
  background: #266fc0;
  color: #fff;
  font-size: 28px;
}
.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: #f2f2f2;
  padding: 30px 25px 25px;
  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: 29px;
}
#sec2 .contents_detail li:nth-of-type(1)::before {
  background: url("../_img/260529/contents_detail_icon01.webp") no-repeat 0 0;
  background-size: 100%;
  width: 44px;
}
#sec2 .contents_detail li:nth-of-type(2)::before {
  background: url("../_img/260529/contents_detail_icon02.webp") no-repeat 0 0;
  background-size: 100%;
  width: 52px;
}
#sec2 .contents_detail li:nth-of-type(3)::before {
  background: url("../_img/260529/contents_detail_icon03.webp") no-repeat 0 0;
  background-size: 100%;
  width: 51px;
}
.contents_detail li h3 {
  display: inline-block;
  font-size: 18px;
  position: relative;
  line-height: 1.6;
}
.contents_detail li h3 span {
  font-size: 20px;
  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: #266fc0;
  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: 10px;
  font-size: 15px;
  line-height: 2;
}
#sec3.contents_wrap {
  width: 100vw;
  margin-top: 80px;
}
.blue_bg {
  background: #266fc0;
  padding: 100px 0;
}
.white_bg {
  padding: 100px 0;
}
.white_bg + .blue_bg .style_wrap {
  margin: 0 auto;
}
.blue_bg h2::before,
.blue_bg h2::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#sec3.contents_wrap h2 {
  color: #fff;
}
.swiper-container {
  margin: 60px auto 80px;
}
.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: 0 auto;
  color: #fff;
}
.white_bg .style_wrap {
  color: #266fc0;
}
.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 #266fc0;
}
.white_bg .slick-dots li.slick-active,
.white_bg .slick-dots li:hover {
  background: #266fc0;
}
.style_img {
  width: 470px;
}
.style_detail {
  width: 510px;
}
.style_detail_number {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
}
.white_bg .style_detail_number {
  background-color: #266fc0;
}
.style_detail_catch {
  font-size: 27px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.75;
}
.style_detail_title {
  margin-top: 25px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.white_bg .style_detail_title {
  border-top: 1px solid #266fc0;
}
.style_detail_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.style_detail_caution {
  font-size: 12px;
}
.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;
  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: 18px;
  transition: .3s;
}
.btn_wrap a:hover {
  background-color: #fff;
  color: #266fc0;
  text-decoration: none;
}
.white_bg .btn_wrap a {
  color: #266fc0;
  border: 2px solid #266fc0;
}
.white_bg .btn_wrap a:hover {
  background-color: #266fc0;
  color: #fff;
}
.topicModuleCredit {
  margin: 20px auto 0;
}
.topicModuleCredit__priceItem {
  padding: 0;
}
.topicModuleItem__titleCol {
  display: none!important;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old,
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old div {
  font-size: 9px!important;
}
.topicModuleItem__price:after {
  font-size: 9px!important;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old {
  color: #266fc0;
}
.blue_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--old {
  color: #fff;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #266fc0;
}
.blue_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--regular {
  color: #fff;
}
.topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
   color: #266fc0;
}
.blue_bg .topicModuleItem__priceWrapper.topicModuleItem__priceWrapper--new {
   color: #fff;
}
.topicModuleCredit .topicModuleItem__discount {
  color: #266fc0;
  background: none;
}
.blue_bg .topicModuleCredit .topicModuleItem__discount {
  color: #fff;
}
.topicModuleItem__price::before {
  background-image:url("../_img/260529/ico_webprice_blue.webp");
}
.blue_bg .topicModuleItem__price::before {
  background-image:url("../_img/260529/ico_webprice_white.webp");
}


/*============= recommend =============*/
.recommend {
  width: 100%;
  margin-top: 60px;
}
.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 #266fc0;
}
.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 #266fc0!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%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-top: 0;
  }
  .float_anchor {
    top: 40vw;
  }
  .float_anchor a {
    padding: 3.67vw 2vw;
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
    border-bottom: 0.27vw solid #fff;
    font-size: 3vw;
  }
  .float_anchor a:hover {
    border-top: 0.27vw solid #266fc0;
    border-left: 0.27vw solid #266fc0;
    border-bottom: 0.27vw  solid #266fc0;
  }
  .anchor {
    width: calc(100% - 8vw);
    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 #266fc0;
    font-size: 2.67vw;
  }
  .anchor li a::after {
    bottom: 1.33vw;
    right: 21.33vw;
    width: 1.2vw;
    height: 1.2vw;
    border-bottom: 0.13vw solid #266fc0;
    border-right: 0.13vw solid #266fc0;
  }
  .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;
  }
  .title {
    margin-top: 10vw;
  }
  h1 {
    padding: 2.67vw 4vw 2vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .about {
    width: calc(100% - 8vw);
    margin: 7.33vw auto 0;
    font-size: 3.47vw;
  }
  .about p + p {
    margin-top: 6.67vw;
  }
  .contents_wrap {
    width: 100%;
    margin: 13.33vw auto 0;
    padding: 13.33vw 0 0;
    border-top: 4vw solid #f5f5f5;
  }
  .contents_wrap::before {
    top: -4vw;
    height: 1.33vw;
  }
  .contents_inner {
    width: calc(100% - 8vw);
    margin: 0 auto;
  }
  .contents_wrap h2 {
    font-size: 4.27vw;
  }
  .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: 6.53vw;
  }
  #sec2 .contents_detail li:nth-of-type(1)::before {
    width: 10.67vw;
  }
  #sec2 .contents_detail li:nth-of-type(2)::before {
    width: 12vw;
  }
  #sec2 .contents_detail li:nth-of-type(3)::before {
    width: 12vw;
  }
  .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;
  }
  .blue_bg {
    padding: 12vw 0;
  }
  .white_bg {
    padding: 12vw 0;
  }
  .blue_bg h2::before,
  .blue_bg h2::after {
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
  }
  .swiper-container {
    margin: 7.33vw auto 14.67vw;
  }
  .swiper_number img {
    height: 5.6vw;
  }
  .swiper_img {
    margin: 1.33vw auto 0;
  }
  .style_wrap {
    width: 100%;
    margin: 0 auto;
    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 #266fc0;
  }
  .style_img {
    width: 100%;
    margin-top: 4vw;
    order: 3;
  }
  .style_detail {
    width: 100%;
    display: contents;
  }
  .style_detail_number {
    order: 1;
    align-self: flex-start;
    padding: 1.33vw 2vw;
  }
  .style_detail_number img {
    width: auto;
    height: 6.13vw;
  }
  .style_detail_catch {
    font-size: 4.27vw;
    margin-top: 3.33vw;
    border-top: none;
    padding-top: 0;
    order: 2;
  }
  .style_detail_title {
    margin-top: 13.33vw;
    border-top: none;
    padding-top: 0;
    font-size: 4vw;
    order: 4;
  }
  .white_bg .style_detail_title {
    border-top: none;
  }
  .style_detail_text {
    font-size: 3.47vw;
    margin-top: 2vw  ;
    border-top: none;
    padding-top: 0;
    order: 5;
  }
  .white_bg .style_detail_text {
    border-top: none;
  }
  .style_detail_caution {
    font-size: 2.8vw;
  }
  .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.2vw;
  }
  .white_bg .btn_wrap a {
    border: 0.27vw solid #266fc0;
  }
  .topicModuleCredit {
    margin: 2.67vw auto 0;
  }
  .topicModuleCredit .slick-arrow {
    top: 14.33vw;
    opacity: 1;
  }
  .topicModuleCredit .slick-next, 
  .topicModuleCredit .slick-prev {
    width: 9.73vw;
    height: 9.73vw;
    background: #fff;
    border: none;
  }
  .white_bg .topicModuleCredit .slick-next, 
  .white_bg .topicModuleCredit .slick-prev {
    background: #266fc0;
  }
  .topicModuleCredit .slick-next {
    right: -4vw;
  }
  .topicModuleCredit .slick-prev {
    left: -4vw;
  }
  .topicModuleCredit .slick-next::before, 
  .topicModuleCredit .slick-prev::before{
    position: absolute;
    content: "";
    border-top: 0.27vw solid #266fc0;
    border-left: 0.27vw solid #266fc0;
    top: 50%;
    width: 4vw;
    height: 4vw;
  }
  .white_bg .topicModuleCredit .slick-next::before, 
  .white_bg .topicModuleCredit .slick-prev::before{
    border-top: 0.27vw solid #fff;
    border-left: 0.27vw solid #fff;
  }
  .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: 14.67vw;
  }
  .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 {
    width: calc(100vw - 8vw)!important;
    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;
  }
}