html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

header {
  color: orange;
  background-color: #fff;
}

body.home header {
  background: #000;
}

.toppage_header_txt {
  margin-left: 0 !important;
}

a.header_btn_saiyo {
  background: none;
  display: flex;
  gap: 0.8em;
}
a.header_btn_saiyo img {
  display: block;
  width: 1.2em;
}

html#home {
  margin-top: 0 !important;
}

@media (min-width: 960px) {
  html#home main {
    margin-top: 114px;
  }
}
#home .toppage_main {
  text-align: left;
  display: flex !important;
  position: relative;
}
#home .toppage_main img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.toppage_main {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .toppage_main {
    padding-top: 0;
    padding-bottom: 0;
    height: 570px;
  }
}
.toppage_main_inner {
  z-index: 1;
}
.toppage_main_txt_box {
  padding-top: 0;
}
.toppage_main_txt_01 {
  text-align: left;
  line-height: 1.08em;
}
.toppage_main_txt_03 {
  display: block;
  font-size: 1.5em;
  line-height: 1.4em;
}
.toppage_main_link {
  width: 100%;
  max-width: 498px;
  height: 70px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: linear-gradient(to right, #2885ED, #282E6B);
  transition: all 0.3s ease-out;
}
.toppage_main_link:hover {
  opacity: 0.7;
}
.toppage_main_txt_01 {
  font-size: 80px;
}
@media (max-width: 768px) {
  .toppage_main_inner {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .toppage_main_txt_01 {
    font-size: 40px;
  }
  .toppage_main_txt_03 {
    font-size: 14px;
  }
  .toppage_main_link {
    font-size: 18px;
    margin: auto auto 0;
    height: 55px;
  }
}
@media (min-width: 769px) {
  .toppage_main_link {
    margin-top: 44px;
  }
}

/* slider setting */
.top_slider .slick-dots {
  bottom: 20px;
}
.top_slider .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_slider .slick-dots li button {
  height: 8px;
  width: 8px;
  display: block;
  background: #DCDDDD;
}
.top_slider .slick-dots li.slick-active button {
  background: #666464;
}
.top_slider .slick-next {
  right: 20px;
}
.top_slider .slick-prev {
  left: 20px;
}
.top_slider .slick-prev:before {
  transform: scale(-1, 1);
}
.top_slider .slick-prev,
.top_slider .slick-next {
  height: 58px;
  width: 20px;
  z-index: 9;
}
.top_slider .slick-prev:before,
.top_slider .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/common/top-assets/img/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}

@media (min-width: 769px) {
  #home .toppage_main_vis_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #home .toppage_main {
    aspect-ratio: 822/758;
    height: auto;
  }
  #home .toppage_main_vis_pc {
    display: none;
  }
  #home .toppage_main_vis_sp {
    display: block;
  }
}

/* top-pickup */
.top-pickup {
  padding: 68px 20px 78px;
  background: linear-gradient(to bottom, #EFEFEF 10px, #fff);
}
.top-pickup-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1038px;
  margin: auto;
}
@media (max-width: 959px) {
  .top-pickup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .top-pickup-list {
    grid-template-columns: 1fr;
  }
}
.top-pickup-item {
  display: block;
  max-width: 245px;
  width: 100%;
  height: 100%;
  padding: 1.9em 1% 0;
  aspect-ratio: 245/159;
  background: url(/common/top-assets/img/pickup-bg.png) no-repeat center center/cover;
  color: #fff;
  text-decoration: none;
  position: relative;
  max-width: 1038px;
  margin: auto;
}
.top-pickup-new {
  position: absolute;
  top: 0;
  left: 0;
  background: #F27F1A;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.75em;
  font-size: 0.85em;
}
.top-pickup-title {
  font-size: 1.02em;
}
.top-pickup-name {
  font-size: 1.75em;
}
.top-pickup-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1038px;
  margin: 40px auto auto;
}
.top-pickup-link-item {
  max-width: 340px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  margin: auto;
  border: 1px solid #282E89;
  color: #282E89;
  position: relative;
}
.top-pickup-link-item:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  position: absolute;
  right: -35px;
  bottom: 40%;
  transition: all 0.3s ease-out;
}
.top-pickup-link-item:hover:after {
  right: -41px;
}
@media (max-width: 959px) {
  .top-pickup-link {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .top-pickup-link-item:after {
    right: 5px;
  }
}

.top_news_body {
  padding: 3.75em;
}
.top_news_body a {
  text-decoration: none;
}
.top_news_body_content {
  display: grid;
}
@media (min-width: 769px) {
  .top_news_body_content {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 768px) {
  .top_news_body_content {
    row-gap: 20px;
  }
}
.top_news_body_head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.top_news_body_head > * {
  display: block;
}
.top_news_body_title {
  font-size: 26px;
}
.top_news_body_link {
  font-size: 80%;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_news_body_link:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow-wh.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  position: absolute;
  right: -53px;
  bottom: 6px;
}
.top_news_list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 768px) {
  .top_news_single_title {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .top_news_single_title {
    display: grid;
    grid-template-columns: 100px 100px 16px 1fr;
  }
}
.top_news_single_cat, .top_news_single_date, .top_news_single_separator, .top_news_single_text {
  display: inline;
}
.top_news_single_cat, .top_news_single_date {
  font-size: 14px;
}
.top_news_single_cat {
  font-size: 14px;
  width: 100px;
  text-align: center;
  line-height: 30px;
}
.top_news_single_cat.cat_3 {
  background: #f98a08;
  font-size: 0.8em;
}
.top_news_single_cat.cat_17 {
  background: #2885ED;
}
.top_news_single_date {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top_news_single_cat {
    order: 1;
  }
  .top_news_single_date, .top_news_single_text {
    width: calc(100% - 120px);
  }
  .top_news_single_date {
    margin-left: 20px;
    order: 2;
  }
  .top_news_single_separator {
    display: none;
  }
  .top_news_single_text {
    order: 3;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .top_news_single_date {
    margin-left: 1.7em;
  }
}
@media (max-width: 768px) {
  .top_news_body {
    padding: 20px 0;
  }
}

.toppage_issue {
  padding: 75px 0;
}
.toppage_issue_title {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1.5em;
}
.toppage_issue_title span {
  color: #282E89;
}
@media (max-width: 768px) {
  .toppage_issue_title {
    font-size: 26px;
  }
}
.toppage_issue_list {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  gap: 40px;
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .toppage_issue_list {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.toppage_issue_list_item .__image {
  aspect-ratio: 520/262;
  position: relative;
}
.toppage_issue_list_item .__image:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #2885ED;
  position: absolute;
  z-index: 10;
}
.toppage_issue_list_item .__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage_issue_list_item .__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.toppage_issue_list_item .__list {
  font-size: 1.12em;
  background: #F7F8F8;
  padding: 16px 20px;
}
.toppage_issue_list_item .__list li {
  position: relative;
  padding-left: 2em;
}
.toppage_issue_list_item .__list li:before {
  content: "";
  display: block;
  width: 1.1em;
  height: 0.8em;
  background: url(/common/top-assets/img/icon-check.svg) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 959px) {
  .toppage_issue_list_item .__title {
    font-size: 22px;
  }
}

.toppage_solution {
  background: #F7F8F8;
}
.toppage_solution_head {
  padding: 75px 20px 65px;
  background: #282E89 url(/common/top-assets/img/solution-head-bg.svg) no-repeat center center;
  text-align: center;
  color: #fff;
  background-size: auto 80%;
  position: relative;
}
.toppage_solution_head:after {
  content: "";
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -29px;
  left: calc(50% - 15px);
  border-top: 30px solid #282E89;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
}
.toppage_solution_head_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}
.toppage_solution_head_lead {
  font-size: 18px;
}
@media (max-width: 959px) {
  .toppage_solution_head_title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .toppage_solution_head_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.toppage_solution_body {
  padding: 112px 20px 0;
}
@media (max-width: 768px) {
  .toppage_solution_body {
    padding-top: 60px;
  }
}
.toppage_solution_body_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.toppage_solution_body_title .__ttl {
  font-size: 30px;
  position: relative;
}
.toppage_solution_body_title .__ttl:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
}
.toppage_solution_body_title .__sub {
  font-size: 28px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .toppage_solution_body_title {
    margin-bottom: 38px;
  }
  .toppage_solution_body_title .__ttl {
    font-size: 26px;
  }
  .toppage_solution_body_title .__sub {
    font-size: 23px;
  }
}
.toppage_solution_body_list {
  max-width: 1158px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 959px) {
  .toppage_solution_body_list {
    row-gap: 50px;
  }
}
@media (max-width: 768px) {
  .toppage_solution_body_list {
    padding-left: 0;
    padding-right: 0;
  }
}
.toppage_solution_body_list_item {
  display: flex;
  flex-direction: column;
}
.toppage_solution_body_list_item img {
  max-width: 540px;
  width: 93%;
}
.toppage_solution_body_list_item .__ttl {
  font-size: 26px;
  margin-bottom: 1.3em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.toppage_solution_body_list_item .__ttl span {
  color: #282E89;
}
.toppage_solution_body_list_item .__ttl:before {
  content: "";
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -0.8em;
}
.toppage_solution_body_list_item:first-of-type .__ttl:before {
  background: url(/common/top-assets/img/solution-title-bg01.svg) no-repeat center center;
  width: 285px;
  height: 60px;
}
.toppage_solution_body_list_item:nth-child(2) .__ttl:before {
  background: url(/common/top-assets/img/solution-title-bg02.svg) no-repeat center center;
  width: 183px;
  height: 60px;
}
.toppage_solution_body_list_item:nth-child(3) .__ttl:before {
  background: url(/common/top-assets/img/solution-title-bg03.svg) no-repeat center center;
  width: 298px;
  height: 46px;
}
.toppage_solution_body_list_item .__text {
  max-width: 490px;
  line-height: 1.9;
}
.toppage_solution_body_list_item .__text .fontb {
  border-bottom: 1px solid #000;
}
.toppage_solution_body_list_item .__point {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.toppage_solution_body_list_item .__point li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff;
  padding: 0.3em 1.2em;
}
@media (max-width: 959px) {
  .toppage_solution_body_list_item {
    justify-content: center;
    align-items: center;
  }
  .toppage_solution_body_list_item img {
    margin-bottom: 30px;
  }
  .toppage_solution_body_list_item .__text {
    margin-bottom: 30px;
  }
  .toppage_solution_body_list_item .__ttl:before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .toppage_solution_body_list_item .__ttl {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .toppage_solution_body_list_item .__content {
    display: flex;
    flex-direction: column;
  }
  .toppage_solution_body_list_item .__point {
    margin-top: auto;
  }
}
@media (min-width: 960px) {
  .toppage_solution_body_list_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .toppage_solution_body_list_item._reverse .__content {
    order: 1;
  }
  .toppage_solution_body_list_item._reverse img {
    order: 2;
    margin-left: auto;
  }
  .toppage_solution_body_list_item:first-of-type .__ttl:before {
    left: 6em;
  }
  .toppage_solution_body_list_item:nth-child(2) .__ttl:before {
    left: 11em;
  }
  .toppage_solution_body_list_item:nth-child(3) .__ttl:before {
    left: 7em;
  }
}
.toppage_solution_link {
  padding: 100px 20px 80px;
  display: flex;
  max-width: 940px;
  margin: auto;
}
@media (min-width: 960px) {
  .toppage_solution_link {
    justify-content: space-between;
  }
}
@media (max-width: 959px) {
  .toppage_solution_link {
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.toppage_solution_link_item {
  max-width: 385px;
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #2885ED, #282E6B);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.toppage_solution_link_item:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow-lblue.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  position: absolute;
  right: -35px;
  bottom: 40%;
  transition: all 0.3s ease-out;
}
.toppage_solution_link_item:hover:after {
  right: -41px;
}
@media (max-width: 768px) {
  .toppage_solution_link_item {
    font-size: 16px;
    height: 60px;
    width: 100%;
  }
  .toppage_solution_link_item:after {
    right: 5px;
  }
}

.toppage_movie {
  background: #F7F8F8;
  padding: 0 20px 120px;
}
.toppage_movie .__youtube {
  max-width: 900px;
  margin: auto;
}
.toppage_movie .__youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.toppage_lineup {
  background: url(/common/top-assets/img/lineup-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 6.625em 20px 5em;
  overflow: hidden;
}
.toppage_lineup_title, .toppage_lineup_lead {
  color: #fff;
  text-align: center;
}
.toppage_lineup_title {
  font-size: 30px;
  font-size: 1.875em;
  margin-bottom: 0.5em;
}
.toppage_lineup_lead {
  font-size: 18px;
  font-size: 1.125em;
  margin-bottom: 3.33em;
}
.toppage_lineup_products {
  display: grid;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media (min-width: 769px) {
  .toppage_lineup_products {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
}
@media (max-width: 768px) {
  .toppage_lineup_products {
    row-gap: 20px;
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
}
.toppage_lineup_products_item {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.toppage_lineup_products_item .__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage_lineup_products_item .__title,
.toppage_lineup_products_item .__text {
  padding-left: 27px;
  padding-right: 29px;
}
.toppage_lineup_products_item .__title {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 20px;
}
.toppage_lineup_products_item .__title span {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #282E89;
}
.toppage_lineup_products_item .__text {
  padding-bottom: 20px;
}
.toppage_lineup_products_item .__link {
  margin-top: auto;
  text-align: right;
  color: #282E89;
  position: relative;
  padding-right: 84px;
  text-decoration: none;
}
.toppage_lineup_products_item .__link:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  position: absolute;
  right: 25px;
  bottom: 10px;
  transition: all 0.3s ease-out;
}
.toppage_lineup_products_item .__link:hover:after {
  right: 10px;
}
.toppage_lineup_link {
  padding: 100px 20px 80px;
  display: flex;
  max-width: 940px;
  width: 100%;
  margin: auto;
}
.toppage_lineup_link_item {
  max-width: 385px;
  width: 80%;
  height: 60px;
  background: linear-gradient(to right, #2885ED, #282E6B);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.toppage_lineup_link_item:before, .toppage_lineup_link_item:after {
  content: "";
  display: block;
  position: absolute;
}
.toppage_lineup_link_item:after {
  background: url(/common/top-assets/img/icon-linkarrow-wh.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  right: -25px;
  bottom: 40%;
  transition: all 0.3s ease-out;
}
.toppage_lineup_link_item:before {
  background: url(/common/top-assets/img/icon-search.svg) no-repeat center center;
  background-size: contain;
  left: 20px;
  width: 38px;
  height: 39px;
}
.toppage_lineup_link_item:hover:after {
  right: -31px;
}
@media (min-width: 769px) {
  .toppage_lineup_link {
    justify-content: space-between;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .toppage_lineup_link {
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .toppage_lineup_link_item {
    width: 100%;
    font-size: 16px;
  }
  .toppage_lineup_link_item:before {
    width: 26px;
  }
  .toppage_lineup_link_item:after {
    right: 5px;
  }
}
.toppage_lineup_example {
  max-width: 1040px;
  margin: auto;
  display: grid;
}
@media (min-width: 769px) {
  .toppage_lineup_example {
    grid-template-columns: 254px 1fr;
  }
}
.toppage_lineup_example_title, .toppage_lineup_example_content {
  display: flex;
  align-items: center;
}
.toppage_lineup_example_title {
  background: #000;
  color: #fff;
  justify-content: center;
}
.toppage_lineup_example_content {
  background: #fff;
  flex-wrap: wrap;
  padding: 1.35em 2em;
  line-height: 2;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media (max-width: 768px) {
  .toppage_lineup_example_title {
    padding: 20px;
  }
}

.toppage_column {
  background: #000;
  display: flex;
  justify-content: center;
  padding: 3.75em 20px;
}
@media (max-width: 768px) {
  .toppage_column {
    flex-direction: column;
  }
}
.toppage_column_head {
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 260px;
  width: 100%;
}
.toppage_column_head .__title {
  font-size: 1.75em;
}
.toppage_column_head .__link {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 54px;
}
.toppage_column_head .__link:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow-wh.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 0;
  bottom: 7px;
}
.toppage_column_head .__link:hover:after {
  right: -10px;
}
@media (max-width: 768px) {
  .toppage_column_head {
    margin-bottom: 20px;
  }
}
.toppage_column_list {
  max-width: 790px;
  width: 100%;
  display: grid;
  row-gap: 15px;
}
.toppage_column_list_item {
  display: grid;
  grid-template-columns: 125px 1fr;
  text-decoration: none;
}
.toppage_column_list_item .date {
  background-color: #2885ED;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toppage_column_list_item .text {
  background: #fff;
  color: #000;
  padding: 5.5px 20px;
}
@media (min-width: 769px) {
  .toppage_column_head {
    justify-content: space-between;
  }
}

.toppage_aboutus {
  display: flex;
}
.toppage_aboutus_box {
  max-width: 540px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.toppage_aboutus_box .__content {
  margin-bottom: 3em;
}
.toppage_aboutus_box .__title {
  position: relative;
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.85em;
}
.toppage_aboutus_box .__title:before {
  content: "";
  background: url(/common/top-assets/img/aboutus-title-bg.svg) no-repeat center center;
  background-size: contain;
  width: 328px;
  height: 49px;
  display: block;
  position: absolute;
  top: -0.8em;
  left: 25%;
  z-index: -1;
}
.toppage_aboutus_box .__link {
  max-width: 360px;
  width: 80%;
  height: 60px;
  border: 1px solid #282E89;
  color: #282E89;
  text-decoration: none;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 0;
}
.toppage_aboutus_box .__link:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-linkarrow.svg) no-repeat center center;
  background-size: contain;
  width: 50px;
  height: 7.5px;
  right: -25px;
  bottom: 40%;
  transition: all 0.3s ease-out;
  position: absolute;
}
.toppage_aboutus_box .__link:hover:after {
  right: -35px;
}
@media (min-width: 769px) {
  .toppage_aboutus_image {
    width: 50%;
  }
  .toppage_aboutus_box {
    justify-content: center;
  }
  .toppage_aboutus_box .__link {
    font-size: 16px;
    height: 60px;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .toppage_aboutus {
    flex-direction: column;
  }
  .toppage_aboutus_image {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  .toppage_aboutus_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .toppage_aboutus_box {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 30px;
  }
  .toppage_aboutus_box .__title:before {
    left: 0;
  }
}

.toppage_data {
  background: #F7F8F8;
  padding: 5em 20px;
}
.toppage_data_title {
  font-size: 1.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 2.7em;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
}
.toppage_data_title:before, .toppage_data_title:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon_bracket.svg) no-repeat center center;
  background-size: contain !important;
  width: 0.567em;
  height: 1.9em;
}
.toppage_data_title:before {
  transform: scale(-1, 1);
}
@media (max-width: 768px) {
  .toppage_data_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.toppage_data_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1080px;
  margin: auto;
}
.toppage_data_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  background: #fff;
  padding-top: 12px;
}
.toppage_data_list_item img {
  max-width: 138px;
  width: 90%;
}
.toppage_data_list_item .__title {
  font-weight: bold;
  font-size: 1.375em;
  margin-bottom: 10px;
}
.toppage_data_list_item .__title span {
  color: #282E89;
}
.toppage_data_list_item .__data {
  line-height: 1.4;
}
.toppage_data_list_item .__data .blue,
.toppage_data_list_item .__data .large {
  font-weight: bold;
}
.toppage_data_list_item .__data .blue {
  color: #282E89;
}
.toppage_data_list_item .__data .large {
  font-size: 68px;
}
.toppage_data_list_item .__data .medium {
  font-size: 26px;
}
.toppage_data_list_item:nth-child(3) .__data {
  margin-left: -2em;
}
.toppage_data_list_item.last .__data {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.4em;
}
.toppage_data_list_item.last .__data .tilde {
  font-size: 3em;
  transform: scaleX(0.6);
}
.toppage_data_list_item.last .__data .small {
  margin-left: 0.6em;
  letter-spacing: initial;
  font-size: 1.1em;
}
.toppage_data_list_current {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-column-end: 5;
  display: grid;
}
@media (max-width: 768px) {
  .toppage_data_list_item {
    width: 49%;
  }
  .toppage_data_list_item .__title {
    font-size: 16px;
  }
  .toppage_data_list_item .__data .large {
    font-size: 38px;
  }
}
@media (max-width: 959px) {
  .toppage_data_list {
    -moz-column-gap: 2%;
         column-gap: 2%;
    display: flex;
    flex-wrap: wrap;
  }
  .toppage_data_list_item {
    width: 49%;
  }
}
.toppage_data_link {
  max-width: 500px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  margin: auto;
  border: 1px solid #282E89;
  color: #282E89;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-right: 44px;
  margin-top: 50px;
}
.toppage_data_link:before, .toppage_data_link:after {
  content: "";
  display: block;
  background-size: contain;
}
.toppage_data_link:before {
  background: url(/common/top-assets/img/icon-book.svg) no-repeat center center;
  background-size: contain !important;
  width: 51px;
  height: 35px;
  display: block;
  margin-right: 0.5em;
}
.toppage_data_link:after {
  background: url(/common/top-assets/img/icon-linkarrow.svg) no-repeat center center;
  width: 52px;
  height: 8px;
  margin-top: 20px;
  margin-right: -2em;
  position: absolute;
  right: 50px;
}
.toppage_data_link:hover:after {
  right: 40px;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .toppage_data_link {
    font-size: 16px;
    height: 60px;
    padding-left: 5px;
  }
  .toppage_data_link:before {
    width: 44px;
  }
}

.toppage_cta {
  background: #282E89;
  padding: 7.5em 20px;
  color: #fff;
}
.toppage_cta_apeal {
  text-align: center;
  font-size: 1.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 2.95em;
}
.toppage_cta_apeal:before, .toppage_cta_apeal:after {
  content: "";
  display: block;
  background: url(/common/top-assets/img/icon-title.svg);
  width: 42px;
  height: 55px;
}
.toppage_cta_apeal:after {
  transform: scale(-1, 1);
}
.toppage_cta_btn {
  display: grid;
  -moz-column-gap: 34px;
       column-gap: 34px;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}
.toppage_cta_btn .__item {
  max-width: 500px;
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .toppage_cta_btn .__item {
    margin-bottom: 20px;
    font-size: 16px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .toppage_cta_btn .__item {
    margin: auto;
  }
}
@media (min-width: 769px) {
  .toppage_cta_btn .__item:first-child {
    margin-left: auto;
  }
}
.toppage_cta_btn .__item:before, .toppage_cta_btn .__item:after {
  content: "";
  display: block;
  background-size: contain;
}
.toppage_cta_btn .__item:before {
  margin-right: 1.25em;
}
.toppage_cta_btn .__item:after {
  background: url(/common/top-assets/img/icon-linkarrow-wh.svg) no-repeat center center;
  width: 52px;
  height: 8px;
  margin-top: 20px;
  position: absolute;
  right: 0.6em;
}
.toppage_cta_btn .__item:hover:after {
  right: 0.4em;
  transition: all 0.3s ease-out;
}
.toppage_cta_btn .__item.mail:before {
  background: url(/common/top-assets/img/icon-mail.svg) no-repeat center center;
  width: 45px;
  height: 30px;
  display: block;
}
.toppage_cta_btn .__item.leaflet:before {
  background: url(/common/top-assets/img/icon-leaflet.svg) no-repeat center center;
  width: 34px;
  height: 35px;
  display: block;
}
@media (max-width: 768px) {
  .toppage_cta_btn {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) {
  .toppage_cta_btn {
    grid-template-columns: 1fr 1fr;
  }
}

.u-clr-black {
  text-shadow: none;
  color: #000;
}

#footer.footer {
  background: url(/common/top-assets/img/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 0 0 5em;
}
#footer.footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.9;
}

@media (min-width: 960px) {
  .footer_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer_inner {
  position: relative;
  padding: 5em 20px 0;
  max-width: 1080px;
  margin: auto;
}
.footer_logo {
  display: block;
  width: 250px;
  height: 26px;
  margin-bottom: 25px;
}
.footer_logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_link {
  display: grid;
  max-width: 740px;
  grid-template-columns: 180px 1fr;
  margin-left: 20px;
  margin-bottom: 30px;
}
.footer_link_01 a:before {
  content: "|";
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .footer_link_products {
    display: none;
  }
}
.footer_link_products .__title {
  margin-bottom: 14px;
}
.footer_link_products_list {
  display: grid;
  grid-template-columns: 180px 1fr;
}
.footer_link_products_list_inner .__title {
  text-indent: -0.5em;
}
.footer_link_products .__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-rows: repeat(8, auto);
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.footer_link_products .__list a {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.footer_link_products .__list a:before {
  content: "-";
  margin-right: 0.5em;
  opacity: 0.6;
  text-decoration: none;
  display: inline-block;
}
.footer_related {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.footer_related .iconEx {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .footer_related {
    flex-wrap: wrap;
  }
}
@media (max-width: 959px) {
  .footer_related {
    flex-direction: row;
    max-width: 600px;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
    margin: auto auto 30px;
  }
  .footer_related > * {
    width: 49%;
  }
  .footer_related > :nth-child(3) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 960px) {
  .footer_related {
    max-width: 250px;
  }
}
.footer_bottom {
  color: #fff;
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1080px;
  padding: 14px 20px 0;
  margin: auto;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer_bottom {
    flex-wrap: wrap;
  }
}
.footer_bottom:before {
  content: "";
  display: block;
  max-width: 1040px;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer_bottom_copy a {
  text-decoration: underline !important;
}
.footer_bottom_link {
  position: relative;
}
.footer_bottom_link.__link01 {
  margin-left: auto;
}
.footer_bottom_link.__link01:after {
  content: "|";
  margin-left: 16px;
}
.footer_bottom_link.__link02 {
  padding-left: 16px;
}

.foot_product_list {
  -moz-column-count: 1;
       column-count: 1;
}
/*# sourceMappingURL=style.css.map */