<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#top {
  padding-bottom: 0;
  margin: 0;
  overflow: hidden;
}

#top h2 {
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

header .pc_only .page_top_btn,
header .sp_only .page_top_btn {
  z-index: 999;
}

/* main_img */

#top #main_img {
  margin-bottom: 50px;
}

#top #main_img .gallery-top {
  background: #f0f0f0;
  padding-top: 30px;
}

#top #main_img .gallery-top .swiper-container {
  position: relative;
}

#top #main_img .gallery-top .swiper-slide .inner {
  height: 390px;
  display: flex;
  position: relative;
}

#top #main_img .gallery-top .swiper-slide .main_left,
#top #main_img .gallery-top .swiper-slide .main_right {
  width: 50%;
  background: #fff;
}

#top #main_img .gallery-top .swiper-slide h2 {
  text-align: left;
  margin: 0;
  position: absolute;
  top: 20px;
  left: -30px;
}

#top #main_img .gallery-top .swiper-slide h2 span {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #c7365e;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 5px;
}

#top #main_img .gallery-top .swiper-slide .main_right {
  padding: 20px 40px;
  display: flex;
  align-items: center;
}

/* swiper */

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  background: #c7365f;
  border-radius: 50px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -3px;
  right: 0;
}

.swiper-button-prev:before {
  transform: rotate(-135deg);
  left: 3px;
}

#top #main_img #swiper-button {
  width: 1200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background: #c7365e;
}

/* slide06 */

#top #main_img .gallery-top #slide06 .main_left {
  background: url(../img/top/main_img06.jpg) no-repeat center;
  background-size: cover;
}

#top #main_img .gallery-top #slide06 .main_right .right_inner p {
  /*line-height: 1.0;*/
  margin-bottom: 10px;
}

#top #main_img .gallery-top #slide06 .main_right .right_inner p:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide06 .main_right .right_inner p a,
#s_movie p a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
}

#top #main_img .gallery-top #slide06 .main_right .right_inner p a:before,
#s_movie p a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

#top #main_img .gallery-top #slide06 .main_right .right_inner p a:hover {
  cursor: pointer;
}

#s_movie {
  text-align: center;
}

#s_movie iframe {
  width: 960px;
  height: 540px;
}

#s_movie p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #s_movie iframe {
    width: 300px;
    height: 169px;
  }
}

/* slide01 */

#top #main_img .gallery-top #slide01 .main_left {
  background: url(../img/top/main_img01.jpg) no-repeat;
  background-size: cover;
}

#top #main_img .gallery-top #slide01 .main_right dl dt {
  margin-bottom: 5px;
  line-height: 1;
}

#top #main_img .gallery-top #slide01 .main_right dl dt a {
  display: inline-block;
  background: #c7365e;
  border-radius: 50px;
  padding: 3px 30px 5px 30px;
  font-size: 1.6rem;
  color: #fff;
  line-height: normal;
  position: relative;
}

#top #main_img .gallery-top #slide01 .main_right dl dt a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

#top #main_img #slide01 .main_right dl dd {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

#top #main_img #slide01 .main_right dl dd:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide01 .main_right .right_inner p a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
  margin-top: 10px;
}

#top #main_img .gallery-top #slide01 .main_right .right_inner p a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

/* slide02 */

#top #main_img .gallery-top #slide02 .main_left {
  background: url(../img/top/main_img02.jpg) no-repeat;
  background-size: cover;
}

#top #main_img .gallery-top #slide02 .main_right .right_inner p {
  line-height: 1;
  margin-bottom: 10px;
}

#top #main_img .gallery-top #slide02 .main_right .right_inner p:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide02 .main_right .right_inner p a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
}

#top #main_img .gallery-top #slide02 .main_right .right_inner p a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

/* slide03 */

#top #main_img .gallery-top #slide03 .main_left {
  background: url(../img/top/main_img03.jpg) no-repeat;
  background-size: cover;
}

#top #main_img .gallery-top #slide03 .main_right .right_inner p {
  margin-bottom: 10px;
  line-height: 1.6;
}

#top #main_img .gallery-top #slide03 .main_right .right_inner p:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide03 .main_right .right_inner p:last-child a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
}

#top
  #main_img
  .gallery-top
  #slide03
  .main_right
  .right_inner
  p:last-child
  a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

/* slide04 */

#top #main_img .gallery-top #slide04 .main_left {
  background: url(../img/top/main_case12.jpg) no-repeat right;
  background-size: cover;
}

#top #main_img .gallery-top #slide04 .main_right .right_inner p {
  margin-bottom: 20px;
}

#top #main_img .gallery-top #slide04 .main_right .right_inner p span {
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #fdffc5 0%);
  padding: 0 5px;
}

#top #main_img .gallery-top #slide04 .main_right .right_inner p:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide04 .main_right .right_inner p a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
}

#top #main_img .gallery-top #slide04 .main_right .right_inner p a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

/* slide05 */

#top #main_img .gallery-top #slide05 .main_left {
  background: url(../sol/virtual-shareholder-meeting/img/main_img_pc.jpg)
    no-repeat right;
  background-size: cover;
}

#top #main_img .gallery-top #slide05 .main_right .right_inner p {
  margin-bottom: 10px;
  line-height: 1.6;
}

#top #main_img .gallery-top #slide05 .main_right .right_inner p:last-child {
  margin-bottom: 0;
}

#top #main_img .gallery-top #slide05 .main_right .right_inner p:last-child a {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-variant-east-asian: 900;
  padding: 5px 50px;
  background: #c7365e;
  border-radius: 50px;
  position: relative;
}

#top
  #main_img
  .gallery-top
  #slide05
  .main_right
  .right_inner
  p:last-child
  a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

@media screen and (max-width: 767px) {
  #top #main_img .gallery-top {
    background: #fff;
    padding-top: 0;
  }

  #top #main_img .gallery-top .swiper-container {
    position: static;
  }

  #top #main_img .gallery-top .swiper-slide .inner {
    display: block;
    position: relative;
    height: 260px;
  }

  #top #main_img .gallery-top .swiper-slide .main_left,
  #top #main_img .gallery-top .swiper-slide .main_right {
    width: 100%;
  }

  #top #main_img .gallery-top .swiper-slide h2 {
    text-align: left;
    margin: 20px 0;
    position: static;
    text-align: center;
  }

  #top #main_img .gallery-top .swiper-slide .main_right {
    padding: 20px;
    display: block;
    background: rgba(255, 255, 255, 0.9);
  }

  /* swiper */

  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 20px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .swiper-button-next:before,
  .swiper-button-prev:before {
    width: 6px;
    height: 6px;
  }

  #top #main_img #swiper-button {
    width: 100%;
  }

  #top #main_img .gallery-top #slide01 .main_left,
  #top #main_img .gallery-top #slide02 .main_left,
  #top #main_img .gallery-top #slide03 .main_left,
  #top #main_img .gallery-top #slide04 .main_left,
  #top #main_img .gallery-top #slide05 .main_left,
  #top #main_img .gallery-top #slide06 .main_left {
    background: none;
    background-size: cover;
  }

  /* slide06 */

  #top #main_img .gallery-top #slide06 {
    background: url(../img/top/main_img06.jpg) no-repeat center;
    background-size: cover;
  }

  #top #main_img .gallery-top #slide06 .main_right {
    text-align: center;
  }

  /* slide01 */

  #top #main_img .gallery-top #slide01 {
    background: url(../img/top/main_img01.jpg) no-repeat;
    background-size: cover;
  }

  #top #main_img .gallery-top #slide01 .main_right dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #top #main_img .gallery-top #slide01 .main_right dl dt {
    margin: 0 10px 10px 0;
    line-height: 1;
  }

  #top #main_img .gallery-top #slide01 .main_right dl dt a {
    display: inline-block;
    background: none;
    border-radius: 50px;
    padding: 0 0 0 14px;
    font-size: 2rem;
    font-weight: 700;
    color: #c7365e;
  }

  #top #main_img .gallery-top #slide01 .main_right dl dt a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: #c7365e solid 2px;
    border-right: #c7365e solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }

  #top #main_img #slide01 .main_right dl dd {
    display: none;
  }

  #top #main_img #slide01 .main_right dl dd:last-child {
    margin-bottom: 0;
  }

  /* slide02 */

  #top #main_img .gallery-top #slide02 {
    background: url(../img/top/main_img02.jpg) no-repeat;
    background-size: cover;
  }

  #top #main_img .gallery-top #slide02 .main_right {
    text-align: center;
  }

  /* slide03 */

  #top #main_img .gallery-top #slide03 {
    background: url(../img/top/main_img03.jpg) no-repeat;
    background-size: cover;
  }

  #top #main_img .gallery-top #slide03 .main_right {
    text-align: center;
  }

  #top #main_img .gallery-top #slide03 .main_right .right_inner p {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  #top #main_img .gallery-top #slide03 .main_right .right_inner p:last-child {
    margin-bottom: 0;
  }

  #top #main_img .gallery-top #slide03 .main_right .right_inner p:last-child a {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-variant-east-asian: 900;
    padding: 5px 50px;
    background: #c7365e;
    border-radius: 50px;
    position: relative;
  }

  #top
    #main_img
    .gallery-top
    #slide03
    .main_right
    .right_inner
    p:last-child
    a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }

  /* slide04 */

  #top #main_img .gallery-top #slide04 {
    background: url(../img/top/main_img04.jpg) no-repeat;
    background-size: cover;
  }

  /* slide05 */

  #top #main_img .gallery-top #slide05 {
    background: url(/sol/virtual-shareholder-meeting/img/main_img.jpg) no-repeat;
    background-size: cover;
  }

  #top #main_img .gallery-top #slide05 .main_right {
    text-align: center;
  }

  #top #main_img .gallery-top #slide05 .main_right .right_inner p {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  #top #main_img .gallery-top #slide05 .main_right .right_inner p:last-child {
    margin-bottom: 0;
  }

  #top #main_img .gallery-top #slide05 .main_right .right_inner p:last-child a {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-variant-east-asian: 900;
    padding: 5px 50px;
    background: #c7365e;
    border-radius: 50px;
    position: relative;
  }

  #top
    #main_img
    .gallery-top
    #slide05
    .main_right
    .right_inner
    p:last-child
    a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }
}

/* bn_list */

#top #bn_list {
  margin-bottom: 50px;
}

#top #bn_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top #bn_list ul li {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  #top #bn_list ul {
    display: block;
  }

  #top #bn_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* value */

#top #value {
  background: #f0f0f0;
  padding: 50px 0;
}

#top #value h2 b {
  font-size: 3.8rem;
  font-weight: 900;
  color: #c7365e;
}

#top #value #value_list {
  display: flex;
  justify-content: space-between;
}

#top #value #value_list dl {
  width: 48%;
}

#top #value #value_list dl dt,
#top #value #value_list dl dt b {
  font-size: 3rem;
  font-weight: 900;
}

#top #value #value_list dl dt {
  margin-bottom: 20px;
  text-align: center;
}

#top #value #value_list dl dt b {
  color: #c7365e;
  padding: 0 5px 5px 5px;
  border-bottom: #c7365e solid 2px;
}

@media screen and (max-width: 1200px) {
  #top #value #value_list {
    display: block;
  }

  #top #value #value_list dl {
    width: 100%;
    margin-bottom: 30px;
  }

  #top #value #value_list dl:last-child {
    margin-bottom: 0;
  }

  #top #value #value_list dl dt,
  #top #value #value_list dl dt b {
    font-size: 2.4rem;
    font-weight: 900;
  }
}

/* problem */

#top #problem {
  background: #f0f0f0;
  padding: 50px 0 100px 0;
}

#top #problem h2 {
  margin-bottom: 50px;
}

#top #problem #problem_list {
  display: flex;
  justify-content: space-between;
}

#top #problem #problem_list dl {
  width: 24.5%;
  background: #fff;
  padding: 40px 10px 20px 15px;
  position: relative;
}

#top #problem #problem_list dl dt {
  width: 70%;
  background: #c7365e;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5%;
}

#top #problem #problem_list dl dt + dd {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}

#top #problem #problem_list dl dt + dd + dd {
  margin-bottom: 10px;
}

#top #problem #problem_list dl dd:last-child {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #top #problem h2 {
    font-size: 2.2rem;
  }

  #top #problem #problem_list {
    flex-wrap: wrap;
  }

  #top #problem #problem_list dl {
    width: 48.5%;
  }

  #top #problem #problem_list dl:nth-child(-n + 2) {
    margin-bottom: 30px;
  }

  #top #problem #problem_list dl dt {
    width: 90%;
  }

  #top #problem #problem_list dl dt + dd {
    font-size: 1.4rem;
  }
}

/* solution */

#top #solution {
  padding: 50px 0 0 0;
  position: relative;
  background: #c7365e;
}

#top #solution .inner {
  padding: 100px 0;
  background: url(../img/top/solution_bg.png) no-repeat right;
  background-size: contain;
}

#top #solution:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  top: 0px;
}

#top #solution p {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  #top #solution .inner {
    padding: 50px;
  }

  #top #solution p {
    text-align: center;
    font-size: 3rem;
  }
}

/* lineup01 */

#top #lineup01 {
  margin: 50px 0;
}

#top #lineup01 * {
  line-height: normal;
}

#top #lineup01 ul {
  display: flex;
  flex-wrap: wrap;
}

#top #lineup01 ul li {
  width: 32%;
  overflow: hidden;
  margin-bottom: 30px;
}

#top #lineup01 ul li:nth-child(2),
#top #lineup01 ul li:nth-child(5) {
  margin: 0 2%;
}

#top #lineup01 ul li a {
  display: flex;
  align-items: stretch;
}

#top #lineup01 ul li a p {
  line-height: 0;
}

#top #lineup01 ul li a p:first-child {
  width: 24%;
}

#top #lineup01 ul li a p:last-child {
  width: 75%;
  background: #c7365e;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#top #lineup01 ul li a p:last-child span {
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  #top #lineup01 {
    margin: 30px 0;
  }

  #top #lineup01 ul {
    flex-wrap: wrap;
  }

  #top #lineup01 ul li {
    width: 48%;
    margin-bottom: 20px !important;
  }

  #top #lineup01 ul li:nth-child(2),
  #top #lineup01 ul li:nth-child(5) {
    margin: 0;
  }

  #top #lineup01 ul li:nth-child(odd) {
    margin-right: 4%;
  }

  #top #lineup01 ul li:last-child {
    margin-bottom: 0 !important;
  }

  #top #lineup01 ul li a p:last-child span {
    font-size: 1.2rem;
  }
}

/* performance */

#performance {
  background: #f0f0f0;
  padding: 70px 0;
  margin-bottom: 50px;
}

#performance .inner {
  background: #fff;
  padding: 50px 0;
}

#performance h2 {
  margin-bottom: 10px;
}

#performance h2 + p {
  text-align: center;
  margin-bottom: 10px;
}

#performance #performance_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

#performance_list li {
  width: 10%;
  margin: 20px;
}

#performance_list li.adjust01 {
  width: 5%;
}

#performance_list li.adjust02 {
  width: 18%;
}

@media screen and (max-width: 1200px) {
  #performance .inner {
    padding: 30px 15px;
  }

  #performance_list {
    margin: 10px 0 0 0;
    padding: 0;
  }

  #performance_list li,
  #performance_list li.adjust01,
  #performance_list li.adjust02 {
    width: 17%;
    margin: 10px;
  }
}

/* case */

#top #case {
  margin-bottom: 80px;
}

#top #case #case_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#top #case #case_list a {
  display: block;
  width: 23%;
  background: #f0f0f0;
}

#top #case #case_list a p {
  margin: 0;
  line-height: 1;
}

#top #case #case_list a dl {
  padding: 15px;
}

#top #case #case_list a dl dt {
  font-weight: 900;
  position: relative;
  margin-bottom: 10px;
}

#top #case #case_list a dl dt:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #323232 solid 3px;
  border-right: #323232 solid 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

#top #case #case_list a dl dd {
  font-size: 1.4rem;
}

#top #case #case_list + p {
  text-align: center;
}

#top #case #case_list + p a {
  display: inline-block;
  padding: 15px 80px;
  color: #c7365e;
  border: #c7365e 2px solid;
  position: relative;
}

#top #case #case_list + p a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #c7365e solid 3px;
  border-right: #c7365e solid 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

@media screen and (max-width: 1200px) {
  #top #case {
    margin-bottom: 0px;
  }

  #top #case #case_list {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  #top #case #case_list a {
    display: block;
    width: 48%;
    background: #f0f0f0;
    margin-bottom: 30px;
  }
}

/* useful */

#top #useful {
  margin: 50px 0 0 0;
  background: #c7365e;
}

#top #useful a {
  transition: 0.25s;
  position: relative;
}

#top #useful .inner {
  width: 1200px;
  margin: auto;
  padding: 40px 0 70px 0;
  text-align: center;
}

#top #useful #ttl {
  margin-bottom: 20px;
}

#top #useful #ttl p:first-child {
  display: inline-block;
  text-align: center;
  background: #000;
  padding: 10px 25px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  position: relative;
}

#top #useful #ttl p:first-child:before {
  content: "";
  background: url(/ovp/images/beginner_icon.png) no-repeat center center;
  width: 55px;
  height: 55px;
  background-size: auto 100%;
  position: absolute;
  left: -26px;
  top: -10px;
}

#top #useful #ttl h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 50px;
  color: #fff;
}

#top #useful #document {
  background: url(../useful/images/index_bg.png);
  padding: 40px 30px;
  margin-bottom: 50px;
}

#top #useful #document #document_ttl {
  margin-bottom: 60px;
}

#top #useful #document #document_ttl p {
  display: inline-block;
  background: #c7365e;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
}

#top #useful #document #document_ttl p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #c7365f transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}

#top #useful #document #document_ttl h3 {
  font-size: 3.4rem;
  font-weight: 900;
}

#top #useful #document ul {
  display: flex;
  justify-content: space-between;
}

#top #useful #document ul li {
  width: 24%;
}

#top #useful #document ul li a {
  display: block;
  background: #fff;
  padding: 15px;
  position: relative;
}

#top #useful #document ul li a::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
}

#top #useful #document ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
}

#top #useful #document ul li a:hover {
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}

#top #useful #document ul li a:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #c7365e;
  border-right-color: #c7365e;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

#top #useful #document ul li a:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #c7365e;
  border-left-color: #c7365e;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

#top #useful #document ul li a p:first-child {
  display: inline-block;
  background: #1ea0ae;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

#top #useful #document ul li a h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#top #useful #document ul li a h4 + p {
  margin-bottom: 10px;
}

#top #useful #document ul li a h4 + p + p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

#document ul li a h4 + p + p + p {
  font-size: 1.6rem;
  text-align: center;
  background: #c7365e;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px;
  line-height: 1;
}

#top #useful #document ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}

#top #useful #document ul li a span b {
  display: block;
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px;
}

#top #useful #document ul li a span b:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

#top #useful #document ul li:first-child a span b:before {
  background: url(../img/top/icon_crown_rd.svg) no-repeat;
  background-size: cover;
}

#top #useful #document ul li:nth-child(2) a span b:before {
  background: url(../img/top/icon_crown_gr.svg) no-repeat;
  background-size: cover;
}

#top #useful #document ul li:first-child a span svg.al-icon {
  fill: #c7365e;
}

#top #useful #document ul li:first-child a span b {
  color: #c7365e;
}

#top #useful #document ul li:nth-child(2) a span svg.al-icon {
  fill: #1ea0ae;
}

#top #useful #document ul li:nth-child(2) a span b {
  color: #1ea0ae;
}

#top #useful #useful_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top #useful #useful_list li {
  width: 24%;
  background: #fff;
  border: #1ea0ae solid 2px;
  margin-bottom: 20px;
}

#top #useful #useful_list li a {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: normal;
  padding: 20px 0 20px 55px;
  position: relative;
}

#top #useful #useful_list li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 900;
}

#top #useful #useful_list li a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

#top #useful #useful_list li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: #1ea0ae solid 2px;
  border-right: #1ea0ae solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

#top #useful #useful_list li:first-child a:before {
  background: url(../img/top/icon_wakaba_gr.svg) no-repeat;
  background-size: cover;
}

#top #useful #useful_list li:nth-child(2) a:before {
  background: url(../img/top/icon_book_gr.svg) no-repeat;
  background-size: cover;
}

#top #useful #useful_list li:nth-child(3) a:before {
  background: url(../img/top/icon_faq_gr.svg) no-repeat;
  background-size: cover;
}

#top #useful #useful_list li:last-child a:before {
  background: url(../img/top/icon_keyword_gr.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  #top #useful {
    margin: 30px 0 0 0;
  }

  #top #useful .inner {
    width: 100%;
    padding: 40px 15px;
  }

  #top #useful #ttl {
    margin-bottom: 20px;
  }

  #top #useful #ttl h2 {
    font-size: 3rem;
    margin-bottom: 0px;
  }

  #top #useful #document {
    padding: 40px 15px;
    margin-bottom: 30px;
  }

  #top #useful #document #document_ttl {
    margin-bottom: 60px;
  }

  #top #useful #document #document_ttl p {
    display: inline-block;
    background: #c7365e;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
  }

  #top #useful #document ul {
    flex-wrap: wrap;
  }

  #top #useful #document ul li {
    width: 48%;
    margin-bottom: 30px;
    background: #fff;
  }

  #top #useful #document ul li a {
    display: block;
    padding: 10px;
    position: relative;
  }

  #top #useful #document ul li a::before {
    display: none;
  }

  #top #useful #document ul li a::after {
    display: none;
  }

  #top #useful #document ul li a:hover {
    display: none;
  }

  #top #useful #document ul li a:hover::before {
    display: none;
  }

  #top #useful #document ul li a:hover::after {
    display: none;
  }

  #top #useful #document ul li a span {
    top: -30px;
  }

  #top #useful #document ul li a span b {
    font-size: 1.4rem;
  }

  #top #useful #document ul li a span b:before {
    top: -5px;
  }

  #top #useful #useful_list li {
    width: 48%;
  }

  #top #useful #useful_list li a {
    padding: 20px;
    justify-content: center;
    position: relative;
  }

  #top #useful #useful_list li a span {
    text-align: center;
  }

  #top #useful #useful_list li a:before {
    width: 25px;
    height: 25px;
  }
}

/* kadai */

#top #kadai {
  background: url(../img/top/kadai_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

#top #kadai .inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

#top #kadai h2 {
  color: #1ea0ae;
}

#top #kadai ul {
  display: flex;
  flex-wrap: wrap;
}

#top #kadai ul li {
  width: 30%;
  margin-right: 3.333%;
}

#top #kadai ul li:nth-child(3n) {
  margin-right: 0;
}

#top #kadai ul li:nth-child(-n + 4) {
  margin-bottom: 20px;
}

#top #kadai ul li a {
  display: block;
  padding: 15px 0;
  color: #c7365e;
  border: #c7365e 2px solid;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}

#top #kadai ul li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: #c7365e solid 3px;
  border-right: #c7365e solid 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

@media screen and (max-width: 1200px) {
  #top #kadai {
    background: url(../img/top/kadai_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 15px;
    text-align: center;
  }

  #top #kadai .inner {
    padding: 15px;
  }

  #top #kadai #crown + p {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
  }

  #top #kadai h2 {
    font-size: 2.6rem;
    color: #1ea0ae;
  }

  #top #kadai ul {
    display: block;
  }

  #top #kadai ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #top #kadai ul li:nth-child(-n + 4) {
    margin-bottom: 10px;
  }

  #top #kadai ul li a {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

/* news */

#top #news {
  margin-bottom: 80px;
}

#top #news .inner {
  background: #f0f0f0;
  padding: 30px;
}

#top #news #news_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #ccc solid 1px;
  position: relative;
}

#top #news #news_ttl:before {
  content: "";
  width: 200px;
  height: 2px;
  background: #c7365e;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}

#top #news #news_ttl h2 {
  text-align: left;
  line-height: normal;
  margin: 0;
}

#top #news #news_ttl p {
  line-height: normal;
  margin: 0;
}

#top #news #news_ttl p a {
  padding-right: 25px;
  position: relative;
}

#top #news #news_ttl p a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/top/icon_news_list.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 5px;
}

#top #news #news_list li {
  padding: 20px 0;
  border-bottom: #ccc dotted 1px;
}

#top #news #news_list li:last-child {
  border-bottom: none;
}

#top #news #news_list li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-right: 20px;
}

#top #news #news_list li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: #808080 solid 2px;
  border-right: #808080 solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

#top #news #news_list li a p {
  display: inline-block;
  width: 15%;
  height: auto;
  background: #c7365e;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 0;
  margin-right: 15px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #top #news {
    margin-bottom: 50px;
  }

  #top #news .inner {
    padding: 30px 15px;
  }

  #top #news #news_list li {
    padding: 10px 0;
  }

  #top #news #news_list li a {
    display: block;
  }

  #top #news #news_list li a p {
    width: 30%;
    padding: 5px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
</pre></body></html>