* {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-weight: 600;
  box-sizing: border-box;
}
html > body {
  background-color: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.primary-btn {
  margin: 0 auto;
  color: #455a64;
  box-shadow: 0 3px 0 0 #fdca39;
  background-color: #ffd600;
  font-weight: 600;
  text-align: center;
  display: block;
}
.primary-btn:hover {
  background-color: #ffea60;
}
.primary-btn:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
}
@media screen and (min-width: 721px) {
  .sp-br {
    display: none;
  }
}
[aria-hidden="true"] {
  display: none !important;
}
body article section.first_view.ebook {
  background-image: url("/images/ebook/fv_bg@3x.png");
}
.service-document {
  margin-bottom: 80px;
}
.service-document > h2 {
  color: #455a64;
  font-weight: 300;
}
.service-document .service-document__wrap {
  width: 960px;
  display: flex;
  gap: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .service-document .service-document__wrap {
    width: 256px;
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.service-document .service-document__wrap > figure,
.service-document .service-document__wrap > .service-document__description {
  width: 468px;
}
@media screen and (max-width: 960px) {
  .service-document .service-document__wrap > figure,
  .service-document .service-document__wrap > .service-document__description {
    width: 256px;
  }
}
.service-document .service-document__wrap > figure > img {
  width: 468px;
  height: 304px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .service-document .service-document__wrap > figure > img {
    width: 256px;
    height: 167px;
  }
}
.service-document .service-document__wrap > .service-document__description > p {
  line-height: 1.5;
  font-family: "HiraKaku Pro";
  font-weight: 300;
  color: #607d8b;
  font-size: 16px;
  margin-bottom: 16px;
}
.service-document .service-document__wrap > .service-document__description > ul > li {
  line-height: 1;
  font-size: 24px;
  color: #607d8b;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .service-document .service-document__wrap > .service-document__description > ul > li {
    font-size: 16px;
  }
}
.service-document .service-document__wrap > .service-document__description > ul > li::before {
  content: "■";
  color: #00a59a;
}
.service-document .service-document__wrap > .service-document__description > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.service-document > a {
  width: 304px;
  height: 56px;
  margin-top: 24px;
  border-radius: 28px;
  font-size: 24px;
  line-height: 56px;
  display: block;
}
@media screen and (max-width: 960px) {
  .service-document > a {
    width: 256px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.service-document > a:active {
  height: 53px;
  margin-top: 27px;
  line-height: 53px;
}
@media screen and (max-width: 960px) {
  .service-document > a:active {
    height: 37px;
    line-height: 37px;
  }
}
.pick-up {
  padding: 40px 0;
  background-color: #dbf0ef;
}
.pick-up > h2 {
  margin-top: 0;
  color: #455a64;
  font-weight: 300;
}
.pick-up > .slide {
  width: 960px;
  height: 444px;
  margin: 0 auto;
}
.pick-up > .slide.swiper {
  width: 320px;
  box-sizing: border-box;
  padding: 0 32px;
  overflow: hidden;
}
.pick-up > .slide > .swiper-button-next {
  right: 6px;
}
@media screen and (min-width: 961px) {
  .pick-up > .slide > .swiper-button-next {
    display: none;
  }
}
.pick-up > .slide > .swiper-button-next::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #00a59a;
  font-size: 32px;
}
.pick-up > .slide > .swiper-button-prev {
  left: 6px;
}
@media screen and (min-width: 961px) {
  .pick-up > .slide > .swiper-button-prev {
    display: none;
  }
}
.pick-up > .slide > .swiper-button-prev::after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #00a59a;
  font-size: 32px;
}
.pick-up > .slide > .swiper-wrapper {
  width: 960px;
  height: 444px;
  margin: 0 auto;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 960px) {
  .pick-up > .slide > .swiper-wrapper {
    width: 335px;
    gap: 0;
  }
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide {
  width: 304px;
  height: 444px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(144,164,174,0.5);
  border: solid 1px #fff;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .pick-up > .slide > .swiper-wrapper > .swiper-slide {
    width: 335px;
  }
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide:hover {
  box-shadow: 0 0 8px 0 rgba(91,193,186,0.5);
  background-color: #dbf0ef;
  border: solid 1px #5bc1ba;
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide:hover .pick-up__list-btn {
  background-color: #ffea60;
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide > a > p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #607d8b;
  line-height: 16px;
  font-weight: 600;
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide > a > picture > img {
  width: 272px;
  height: 204px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .pick-up > .slide > .swiper-wrapper > .swiper-slide > a > picture > img {
    width: 224px;
    height: 168px;
  }
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide > a > .pick-up__list-title {
  height: 108px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
  color: #607d8b;
}
@media screen and (max-width: 960px) {
  .pick-up > .slide > .swiper-wrapper > .swiper-slide > a > .pick-up__list-title {
    height: 142px;
  }
}
.pick-up > .slide > .swiper-wrapper > .swiper-slide > a > .pick-up__list-btn {
  width: 272px;
  height: 40px;
  line-height: 40px;
  border-radius: 28px;
}
@media screen and (max-width: 960px) {
  .pick-up > .slide > .swiper-wrapper > .swiper-slide > a > .pick-up__list-btn {
    width: 224px;
    height: 40px;
  }
}
.catalog {
  margin-bottom: 80px;
}
.catalog > h2 {
  color: #00a59a;
  font-weight: 600;
}
.catalog > .catalog__select {
  width: 360px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__select {
    width: 335px;
  }
}
.catalog > .catalog__select > li > button {
  width: 360px;
  height: 56px;
  margin: 0 auto;
  border: solid 2px #00a59a;
  border-radius: 8px;
  font-size: 24px;
  color: #00a59a;
  display: block;
  transition: 0.3s;
}
.catalog > .catalog__select > li > button > span {
  font-size: 12px;
  color: #00a59a;
}
.catalog > .catalog__select > li > button:hover {
  background-color: #dbf0ef;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__select > li > button {
    width: 335px;
    height: 48px;
    margin: 0 auto;
    font-size: 16px;
  }
}
.catalog > .catalog__select > li > button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__select > li > button::after {
    line-height: 48px;
  }
}
.catalog > .catalog__select > li > button.open-select {
  background-color: #00a59a;
  color: #fff;
}
.catalog > .catalog__select > li > button.open-select > span {
  color: #fff;
}
.catalog > .catalog__select > li > button.open-select::after {
  transform: rotateX(180deg);
}
.catalog > .catalog__select > .catalog__select-list {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  position: absolute;
  top: 60px;
  z-index: 10;
}
.catalog > .catalog__select > .catalog__select-list > li > button {
  width: 360px;
  height: 48px;
  padding: 0 16px;
  line-height: 48px;
  font-size: 16px;
  color: #566d77;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__select > .catalog__select-list > li > button {
    width: 335px;
  }
}
.catalog > .catalog__select > .catalog__select-list > li > button > span {
  font-size: 12px;
  color: #566d77;
}
.catalog > .catalog__select > .catalog__select-list > li > button:hover {
  background-color: #dbf0ef;
}
.catalog .catalog__title {
  width: 960px;
  height: 24px;
  margin: 80px auto 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .catalog .catalog__title {
    width: calc(100% - 64px);
  }
}
.catalog .catalog__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a59a;
  display: block;
  position: absolute;
  top: 12px;
  z-index: -1;
}
.catalog .catalog__title > p {
  width: 112px;
  margin: 0 auto;
  color: #00a59a;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.catalog > .catalog__list {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__list {
    width: 256px;
    gap: 24px 0;
  }
}
.catalog > .catalog__list.more > li:nth-child(n+7) {
  display: block;
}
.catalog > .catalog__list > li {
  width: 304px;
  height: 444px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(144,164,174,0.5);
  border: solid 1px #fff;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__list > li {
    width: 256px;
  }
}
.catalog > .catalog__list > li:hover {
  box-shadow: 0 0 8px 0 rgba(91,193,186,0.5);
  background-color: #dbf0ef;
  border: solid 1px #5bc1ba;
}
.catalog > .catalog__list > li:hover .catalog__list-btn {
  background-color: #ffea60;
}
.catalog > .catalog__list > li > a > p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #607d8b;
  line-height: 16px;
  font-weight: 600;
}
.catalog > .catalog__list > li > a > picture > img {
  width: 272px;
  height: 204px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__list > li > a > picture > img {
    width: 224px;
    height: 168px;
  }
}
.catalog > .catalog__list > li > a > .catalog__list-title {
  min-height: 108px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
  color: #607d8b;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__list > li > a > .catalog__list-title {
    height: 142px;
  }
}
.catalog > .catalog__list > li > a > .catalog__list-btn {
  width: 272px;
  height: 40px;
  line-height: 40px;
  border-radius: 28px;
}
@media screen and (max-width: 960px) {
  .catalog > .catalog__list > li > a > .catalog__list-btn {
    width: 224px;
    height: 40px;
  }
}
.catalog > button.catalog__more-btn {
  width: 304px;
  height: 56px;
  margin-top: 40px;
  border-radius: 28px;
  font-size: 24px;
  line-height: 56px;
}
@media screen and (max-width: 960px) {
  .catalog > button.catalog__more-btn {
    width: 256px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.catalog > button.catalog__more-btn:active {
  height: 53px;
  margin-top: 43px;
  line-height: 53px;
}
@media screen and (max-width: 960px) {
  .catalog > button.catalog__more-btn:active {
    height: 37px;
    line-height: 37px;
  }
}
.catalog .non-catalog {
  text-align: center;
}
.catalog .catalog__close-select-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 720px) {
  article section#sub-register {
    margin: 0 auto;
  }
}
article section#sub-register .contents > form input {
  font-weight: normal;
}
footer nav.footer_menus .nav_block .nav_item,
footer nav.footer_menus .nav_block .nav_items {
  border-top: 1px solid #cfd8dc;
}
footer nav.footer_menus a span {
  color: #90a4ae;
}
footer .top_link .top_anchor {
  color: #cfd8dc;
}
.contact > .contents > .content {
  margin: 0;
}
section.contact .contents {
  width: 100%;
  max-width: none;
}
section.contact .contents .content {
  width: 100%;
  height: 320px;
  background: #444;
}
section.contact .contents .content ul.links {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.contact .contents .content ul.links li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
section.contact .contents .content ul.links li.inquiry {
  background-image: url("/images/common/common_support_image.png");
}
section.contact .contents .content ul.links li.inquiry .dummy {
  background-image: url("/images/common/common_support_image_ovr.png");
}
section.contact .contents .content ul.links li.inquiry:hover {
  background-image: url("/images/common/common_support_image_ovr.png");
}
section.contact .contents .content ul.links li.consul {
  background-image: url("/images/common/common_consulting_image.png");
}
section.contact .contents .content ul.links li.consul .dummy {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
section.contact .contents .content ul.links li.consul:hover {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
section.contact .contents .content ul.links li >h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  section.contact .contents .content {
    height: 640px;
    max-width: 720px;
  }
  section.contact .contents .content ul.links li {
    display: inline-block;
    height: 320px;
    width: 100%;
  }
  section.contact .contents .content ul.links li >h3 {
    margin-top: 72px;
  }
}
