@charset "UTF-8";
[class*=flex_] {
  display: flex;
  flex-wrap: wrap;
}

.flex_ard {
  justify-content: space-around;
}

.flex_btw {
  justify-content: space-between;
}

.fc_white {
  color: #fff;
}

.fc_purple {
  color: #754F91;
}

.fc_rightblue {
  color: #3B96B2;
}

.fc_green {
  color: #228522;
}

.bg_img_service {
  background-image: url(../img/top_img/bg-img-service.jpg);
  background-size: cover;
  padding: 40px 0;
}

.bg_img_works {
  background-image: url(../img/top_img/bg-img-works.jpg);
  background-size: cover;
  padding: 40px 0;
  background-position: center;
}

.bg_purple {
  background-color: #E7E4EF;
  padding: 40px 0;
  padding-bottom: 300px;
}

.bg_rightblue {
  background-color: #E3ECEF;
  padding: 40px 0;
  padding-bottom: 300px;
}

.bg_green {
  background-color: #DFE9DB;
  padding: 40px 0;
  padding-bottom: 300px;
}

.adjustment {
  margin-top: -300px;
  margin-bottom: 50px;
}

h4 {
  font-weight: bold;
  font-size: 1.2em;
}

[class*=underLine_] {
  position: relative;
  font-size: 2em;
  margin-bottom: 50px;
  text-align: center;
}
[class*=underLine_]:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 15px);
  height: 2px;
  width: 30px;
}

.underLine_green {
  font-size: 1.6em;
}

.underLine_purple:before {
  background-color: #754f91;
}

.underLine_rightblue:before {
  background-color: #3B96B2;
}

.underLine_green:before {
  background-color: #228522;
}

.underLine_white:before {
  background-color: #fff;
}

.index-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

[class^=index-content-] {
  margin-bottom: 50px;
}

.catch_text {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.col3_img_text figure {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
.col3_img_text figure:last-of-type {
  margin-bottom: 0;
}
.col3_img_text figure img {
  height: auto;
  width: 100%;
}
.col3_img_text figure h4 {
  margin: 1em 0;
  font-size: 1.1em;
  font-weight: bold;
}

.col2_img_text {
  align-items: center;
  align-content: space-around;
}
.col2_img_text img,
.col2_img_text div {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .col2_img_text img,
  .col2_img_text div {
    width: 90%;
  }
}
.col3_aroundBox div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin: 100px 0 50px 0;
  padding: 90px 10px 20px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.col3_aroundBox div figure {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.col3_aroundBox div figure img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.col3_aroundBox div h4 {
  width: 100%;
  margin: 0.5em 0;
  text-align: center;
}
.col3_aroundBox > div:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  background-size: contain;
}
.col3_aroundBox > div.p-icon:nth-child(1):before {
  background-image: url(../img/top_img/future01.png);
}
.col3_aroundBox > div.p-icon:nth-child(2):before {
  background-image: url(../img/top_img/future02.png);
}
.col3_aroundBox > div.p-icon:nth-child(3):before {
  background-image: url(../img/top_img/future03.png);
}
.col3_aroundBox > div.b-icon:nth-child(1):before {
  background-image: url(../img/top_img/blue-future-01.png);
}
.col3_aroundBox > div.b-icon:nth-child(2):before {
  background-image: url(../img/top_img/blue-future-02.png);
}
.col3_aroundBox > div.b-icon:nth-child(3):before {
  background-image: url(../img/top_img/blue-future-03.png);
}
.col3_aroundBox > div.g-icon:nth-child(1):before {
  background-image: url(../img/top_img/green-future-01.png);
}
.col3_aroundBox > div.g-icon:nth-child(2):before {
  background-image: url(../img/top_img/green-future-02.png);
}
.col3_aroundBox > div.g-icon:nth-child(3):before {
  background-image: url(../img/top_img/green-future-03.png);
}

@media screen and (max-width: 769px) {
  .col3_aroundBox div {
    width: 90%;
  }
}
.hosyu > h2 {
  font-weight: bold;
  font-size: 2em;
}

.purple-f01,
.purple-f02,
.purple-f03,
.blue-f01,
.blue-f02,
.blue-f03,
.green-f01,
.green-f02,
.green-f03 {
  position: relative;
}

.ourple-f01_mv {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(calc(-50% - 22px));
  height: 17px !important;
  width: 17px !important;
}

.purple-f02:before {
  content: url(../img/top_img/icon/purple_f02_mv.png);
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 28px);
  animation: Vibration ease-in-out 2s infinite;
}

.purple-f03:before {
  content: url(../img/top_img/icon/purple_f03_mv.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: Block ease-in-out 5s infinite;
}

.blue-f01:before {
  content: url(../img/top_img/icon/blue-f01-mv.png);
  position: absolute;
  left: calc(50% + 1px);
  top: calc(50% - 38px);
  width: 25px;
  height: 25px;
  animation: Rotation 10s linear(0 0%, 1 100%) infinite;
  transform-origin: 50% 50%;
}

.blue-f02:before {
  content: url(../img/top_img/icon/blue-f02-mv.png);
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% + 11px);
  animation: Float ease-in-out 2s infinite;
}

.blue-f03:before {
  content: url(../img/top_img/icon/blue-f03-mv.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: Block ease-in-out 5s infinite;
}

.green-f01:before {
  content: url(../img/top_img/icon/green_f01_mv.png);
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 24px);
  width: 32px;
  height: 32px;
  animation: Rotation 10s linear(0 0%, 1 100%) infinite;
  transform-origin: 50% 50%;
}

.green-f02:before {
  content: url(../img/top_img/icon/green_f02_mv.png);
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 42px);
  width: 37px;
  height: 37px;
  animation: Rotation 10s linear(0 0%, 1 100%) infinite;
  transform-origin: 50% 50%;
}

.green-f03:before {
  content: url(../img/top_img/icon/green_f03_mv.png);
  position: absolute;
  left: calc(50% + 31px);
  top: calc(50% - 30px);
  width: 24px;
  height: 24px;
  animation: Rotation 10s linear(0 0%, 1 100%) infinite;
  transform-origin: 50% 50%;
}
@keyframes Vibration {
  0% {
    transform: translateX(0px);
  }
  10% {
    transform: translateX(2px) rotate(10deg);
  }
  20% {
    transform: translateX(-2px) rotate(-10deg);
  }
  30% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes Rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes Block {
  0% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 3px);
  }
  20% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/*----------------------学会向けシステムパッケージ------------------*/
.index_link_area {
  margin: 0;
  padding: 70px 0 40px;
}
.index_link_area .box {
  position: relative;
}
.index_link_area .box .index_link_list,
.index_link_area .box .index_link_list_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index_link_area .box .index_link_list li,
.index_link_area .box .index_link_list_02 li {
  width: 100%;
  margin-bottom: 15px;
}
.index_link_area .box .index_link_list li a,
.index_link_area .box .index_link_list_02 li a {
  display: block;
  width: 100%;
  background: #fff;
  text-decoration: none;
  border: 1px solid #1d66a4;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.index_link_area .box .index_link_list li a > p,
.index_link_area .box .index_link_list_02 li a > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px;
  background: url(../assets/system/images/price_ttl_bg.png) #144571 no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 3px 3px 0 0;
}
.index_link_area .box .index_link_list li a > .price_btn,
.index_link_area .box .index_link_list_02 li a > .price_btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 45px 25px;
  border-radius: 0 0 3px 3px;
}
.index_link_area .box .index_link_list li a > .price_btn p,
.index_link_area .box .index_link_list_02 li a > .price_btn p {
  position: relative;
  z-index: 1;
}
.index_link_area .box .index_link_list li a > .price_btn p:first-of-type,
.index_link_area .box .index_link_list_02 li a > .price_btn p:first-of-type {
  margin-bottom: 15px;
  color: #434343;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.index_link_area .box .index_link_list li a > .price_btn p:first-of-type span,
.index_link_area .box .index_link_list_02 li a > .price_btn p:first-of-type span {
  color: #f26457;
  font-size: 38px;
  font-weight: 700;
}
.index_link_area .box .index_link_list li a > .price_btn p:last-of-type,
.index_link_area .box .index_link_list_02 li a > .price_btn p:last-of-type {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 10px 15px 10px 30px;
  background: #f26457;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
}
.index_link_area .box .index_link_list li a > .price_btn p:last-of-type::before,
.index_link_area .box .index_link_list_02 li a > .price_btn p:last-of-type::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  content: "▼";
  color: #fff;
  font-size: 10px;
}
.index_link_area .box .index_link_list li a > .price_btn .price_line,
.index_link_area .box .index_link_list_02 li a > .price_btn .price_line {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.index_link_area .box .index_link_list li a > .price_btn .price_line::before,
.index_link_area .box .index_link_list_02 li a > .price_btn .price_line::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 20px;
  background-size: auto auto;
  background-color: rgb(217, 227, 243);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgb(204, 217, 239) 4px, rgb(204, 217, 239) 6px);
}
.index_link_area .box .index_link_list li a:hover,
.index_link_area .box .index_link_list_02 li a:hover {
  opacity: 0.8;
}
.index_link_area .box .index_link_list_02 li:last-of-type a .price_btn .price_line {
  top: 35px;
}
.index_link_area .box .index_online_suport {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #144571;
  border-radius: 8px;
}
.index_link_area .box .index_online_suport .index_online_suport_box h2 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
}
.index_link_area .box .index_online_suport .index_online_suport_box h2 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.index_link_area .box .index_online_suport .index_online_suport_box h2 span::before {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #152893;
}
.index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div {
  width: 100%;
}
.index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #144571;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
.index_link_area .box .index_online_suport .index_online_suport_box .index_online_suport_link > div a:hover {
  opacity: 0.8;
}
.index_link_area .box .index_online_suport .index_online_suport_img {
  flex-shrink: 0;
  width: 100%;
}
.index_link_area .box .index_online_suport .index_online_suport_img img {
  width: 100%;
  height: auto;
}

ul.index_link_list_inner_txt {
  display: block;
}
ul.index_link_list_inner_txt li {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0.5rem;
  list-style: square;
  color: #144571;
  font-weight: bold;
}

.gakkai-package-h3 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: max(3vw, 20px);
  margin: 0 0 2rem 0;
  padding-bottom: 5px;
  border-bottom: 5px solid #ebede9;
}
.gakkai-package-h3:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  bottom: -5px;
  height: 5px;
  padding: 0 10px;
  background-color: #f26457;
}
.gakkai-package-h3 span {
  color: #f26457;
}

.gakkai-package-p1 {
  font-size: max(2.5vw, 20px);
  margin-bottom: 0.8em;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.gakkai-package-p2 {
  font-size: 1.2rem;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.gakkai-package-p3 {
  text-align: center;
  font-weight: bold;
  font-size: max(2vw, 20px);
  position: relative;
  z-index: 1;
  width: 100%;
}
.gakkai-package-p3:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  max-width: 420px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: auto auto;
  background-color: #d9e3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #ccd9ef 4px, #ccd9ef 6px);
}

img.gakkai-package-arrow {
  width: 30%;
  max-width: 200px;
  margin: 30px auto;
}/*# sourceMappingURL=top-sp.css.map */