﻿body#top {
  position: relative;
}

.service-list_bg {
  position: relative;
  width: 100%;
  padding: 65px 1em;
  box-sizing: border-box;
  background: url(/assets/images/service/top/service-list-bg.jpg);
}

.ttl-servie-list {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
  font-size: 32px;
}

.service-title01,
.service-title02,
.service-title03 {
  position: absolute;
  display: block;
}

.service-title01 {
  top: -20%;
  left: calc(50% - 170px);
  width: 57px;
}

.service-title02 {
  top: -24%;
  right: calc(50% - 190px);
  width: 79px;
}

.service-title03 {
  bottom: -40px;
  left: calc(50% - 108px);
  width: 216px;
}

@media screen and (max-width: 960px) {
  .ttl-servie-list {
    font-size: 24px;
  }

  .service-title01 {
    top: -20%;
    left: calc(50% - 130px);
    width: calc(57px * 0.8);
  }

  .service-title02 {
    top: -24%;
    right: calc(50% - 150px);
    width: calc(79px * 0.8);
  }

  .service-title03 {
    bottom: -40px;
    left: calc(50% - 88px);
    width: calc(216px * 0.8);
  }
}

.service-list__content {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 65px;
  box-sizing: border-box;
  z-index: 50;
}

@media screen and (max-width: 960px) {
  .service-list__content {
    padding-bottom: 0;
  }
}

.service-list-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service-list-item {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .service-list-item {
    width: 100%;
    padding: 20px;
  }
}

.service-list-wrapper {
  padding: 20px 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 960px) {
  .service-list-wrapper {
    padding: 15px 20px;
  }
}

.service-list-wrapper h3 {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-bottom: 10px;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .service-list-wrapper h3 {
    font-size: 16px;
  }
}

.service-list-wrapper h3 i {
  width: 60px;
}

@media screen and (max-width: 960px) {
  .service-list-wrapper h3 i {
    width: 40px;
  }
}

.service-list-item-wrapper.top_service {
  margin-top: 30px;
  margin-bottom: 30px;
  /* margin-left: -30px;
  margin-right: -30px; */
}

@media screen and (max-width: 960px) {
  .service-list-item-wrapper.top_service {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.service-list-item-wrapper.top_service .service-list-item {
  width: 33.3333%;
  padding: 20px 10px;
}

@media screen and (max-width: 960px) {
  .service-list-item-wrapper.top_service .service-list-item {
    width: 100%;
    padding: 20px 10px;
  }
}

.service-list-item-wrapper.top_service .service-list-wrapper {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 1);
}

.service-list-item-wrapper.top_service .service-list-wrapper h3 {
  margin-top: -33px;
  padding-bottom: 10px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .service-list-item-wrapper.top_service .service-list-wrapper h3 {
    margin-top: -33px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.op-arrow {
  position: absolute;
  width: 16px;
  right: 0;
  bottom: 12px;
}

.op-arrow.rotate {
  transform: rotate(180deg);
}

.service-list-btn {
  display: none;
  padding: 15px 10px 0;
  border-top: dashed 2px #7a97c4;
}

.service-list-btn li {
  margin-bottom: 8px;
}

.service-list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0.5em;
  border-radius: 50px;
  background: url(/assets/images/service/top/service-list-btn.png);
  color: #fff;
  font-weight: 700;
}

.service-list-item-wrapper.top_service .service-list-btn {
  padding: 15px 0 0;
}
.service-list-item-wrapper.top_service .service-list-btn a {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .service-list-btn a {
    font-size: 14px;
  }
}

.service-list-btn a span {
  margin-right: auto;
  margin-left: auto;
}

.service-list-btn a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.service-list_bg .circle {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .service-list_bg .circle {
    display: none;
  }
}

.service-list_bg .circle.r01 {
  top: 51%;
  right: 22%;
  width: 100px;
}

.service-list_bg .circle.r01 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.service-list_bg .circle.r02 {
  bottom: 5%;
  right: 20%;
  width: 147px;
}

.service-list_bg .circle.r02 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.service-list_bg .circle.r03 {
  top: 61%;
  right: 1%;
  width: 100px;
}

.service-list_bg .circle.r03 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.service-list_bg .circle.l01 {
  top: 40%;
  left: 20%;
  width: 147px;
}

.service-list_bg .circle.l01 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.service-list_bg .circle.l02 {
  top: 22%;
  right: 17px;
  width: 80px;
}

.service-list_bg .circle.l02 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.service-list_bg .circle.l04 {
  top: 73%;
  left: 20px;
  width: 200px;
}

.service-list_bg .circle.l04 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.relation {
  padding: 70px 1em;
}

.conference__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.conference__content .conference-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 28px;
  row-gap: 28px;
  max-width: 960px;
  width: 100%;
}

.conference__content .conference-list li a {
  max-width: 300px;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/images/service/top/bg_conference-btn.jpg) no-repeat 0 0/cover;
  padding: 8px 6px;
  box-sizing: border-box;
}

.conference__content .conference-list li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px dashed #fff;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .conference__content .conference-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .conference__content .conference-list.toppage {
    column-gap: 16px;
  row-gap: 20px;
  }

  .conference__content .conference-list li a span {
    font-size: 12px;
  }
}

.conference__content .conference-list li a span i {
  margin-left: 5px;
}

.chuikaniki {
  margin-top: 60px;
  padding: 20px 40px;
  border: solid 2px #ff0000;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 960px) {
  .chuikaniki {
    padding: 10px 20px;
  }
}

.life-event__content.top_service .chuikaniki {
  background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 960px) {
  .chuikaniki {
    margin-top: 30px;
  }
}

.chuikaniki h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.chuikaniki h3 span {
  padding-right: 10px;
}

.chuikaniki h3 i {
  display: block;
  transform: rotate(90deg);
}

.op-arrow02.rotate02 {
  transform: rotate(270deg);
}

.chuikaniki-cont {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.life-event {
  padding: 0 1em 0;
  background: url(/assets/images/service/top/service-list-bg.jpg);
}

.life-event.top_service {
  width: 100%;
  padding: 65px 1em 60px;
  box-sizing: border-box;
  background: url(/assets/images/top/bg_life-event.png) no-repeat;
  margin-top: -100px;
}

@media screen and (max-width: 960px) {
  .life-event.top_service {
    padding: 65px 0 60px;
  }
  .life-event::after {
    content: none;
  }
}

.life-event__content {
  padding-bottom: 0;
}

.life-event__content .ttl-life-event {
  height: 440px;
}

@media screen and (max-width: 960px) {
  .life-event__content .ttl-life-event {
    height: 225px;
  }
}

.life-event__content .ttl-life-event::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 569px;
  height: 344px;
  background: url(/assets/images/service/top/ttl_life-event.png) no-repeat 0 0/569px 344px;
}

@media screen and (max-width: 960px) {
  .life-event__content .ttl-life-event::after {
    top: 40px;
    width: 298px;
    height: 172px;
    background: url(/assets/images/service/top/ttl_life-event.png) no-repeat 0 0/298px 172px;
  }
}

.life-event__content.top_service {
  background: none;
}

.life-event__content.top_service .ttl-life-event {
  height: 280px;
  background-image: url(/assets/images/top/bg_life-event_content_top.png);
  background-repeat: no-repeat;
  background-position: bottom -180px center;
}

.life-event__content.top_service .ttl-life-event a {
  position: relative;
  color: #fff;
  z-index: 100;
}

.life-event__content.top_service .ttl-life-event::after {
  top: -80px;
}

@media screen and (max-width: 960px) {
  .life-event__content.top_service .ttl-life-event {
    height: 200px;
  }

  .life-event__content.top_service .ttl-life-event::after {
    top: 20px;
  }
}

.life-event__content.top_service .life-event__innder {
  padding: 15px 20px 0px;
  background-image: url(/assets/images/service/top/bg_yellow-line.png), url(/assets/images/top/bg_life-event_content.png);
  background-repeat: no-repeat, repeat-y;
  background-position: top, center bottom -100px;
  background-size: 100% 2px, auto;
}

@media screen and (max-width: 960px) {
  .life-event__content.top_service .life-event__innder {
    padding: 15px 15px 0px;
  }
}

.life-event__content.top_service .life-event__bottom {
  height: 100px;
  background-image: url(/assets/images/top/bg_life-event_content_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.modal-btn {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-y: auto;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.modal.modal-image {
  max-width: 70%;
}

.modal-inner {
  padding: 40px;
  border-radius: 30px;
  background: #F6F6F0;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.3));
}

.modal-inner h3 {
  display: flex;
  align-items: baseline;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: solid 1px #A5A6D6;
  color: #1D2080;
  font-size: 32px;
}

.modal-inner h3 span {
  display: block;
}

.modal-inner h3 .lifeevent-moji {
  width: 64px;
  margin-right: 10px;
}

.modal-inner h3 .lifeevent-illust {
  position: relative;
  bottom: -13px;
  width: 95px;
  margin-left: auto;
}

.modal-inner-service {}

.modal-inner-service ul {
  display: flex;
  flex-wrap: wrap;
}

.modal-inner-service ul li {
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.modal-inner-service dl {
  display: flex;
  align-items: center;
}

.modal-inner-service dl dt {
  width: 123px;
}

.modal-inner-service dl dd {
  flex: 1;
  padding-left: 20px;
}

.modal-inner-service dl dd h4 a {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  color: #1D2080;
  font-size: 24px;
}

.modal-inner-service dl dd h4 i {
  margin-left: 5px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    overflow-y: auto;
  }

  .modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }

  .modal.modal-image {
    max-width: 90%;
    padding: 0;
  }

  .modal-inner {
    padding: 20px;
    filter: none;
    border-radius: 0;
    max-height: 500px;
    overflow-y: auto;
  }

  .modal-inner h3 {
    font-size: 24px;
  }

  .modal-inner h3 .lifeevent-moji {
    width: calc(64px * 0.8);
    margin-right: 5px;
  }

  .modal-inner h3 .lifeevent-illust {
    bottom: -10px;
    width: calc(95px * 0.8);
  }

  .modal-inner-service ul li {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .modal-inner-service dl dt {
    width: 80px;
  }

  .modal-inner-service dl dd {
    padding-left: 10px;
  }

  .modal-inner-service dl dd h4 a {
    font-size: 18px;
  }

  .modal-inner-service dl dd h4 i {
    margin-left: 5px;
  }

  .modal-inner-service dl dd p {
    font-size: 14px;
  }

  .modal-inner-service dl dd p br {
    display: none;
  }
}

.close-wrapper {
  text-align: center;
}

.close-wrapper button {
  padding: 10px 20px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

@media screen and (max-width: 960px) {
  #service-keyv .service-keyv-inner .keyv-title {
    width: calc(440/750*100vw);
    padding: 0.5em 0;
  }
}