@charset "UTF-8";

body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
}

#main-content {
  width: 100%;
  padding: 0;
}

/**
= common
================================================================= */
.mainTitle {
  margin: 85px 0;
  color: #1A2786;
  font-size: 42px;
  font-weight: 600;
  font-family: 'syusei' !important;
  text-align: center;
}

.mainTitle br {
  display: none;
}

.icon {
  width: 142px;
  height: 142px;
  margin-right: 25px;
  text-align: center;
}

.icon img {
  width: 100%;
}

/* .icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 141px;
  margin-right: 25px;
  border: 2px solid #231815;
  border-radius: 50%;
  background-color: #fff;
  color: #231815;
  font-weight: normal;
  font-family: 'syusei' !important;
  line-height: 1;
} */
.title_content {
  display: flex;
}

.titleBox {
  margin-bottom: 35px;
}

.title {
  font-size: 38px;
  font-weight: 600;
  font-family: 'syusei' !important;
  line-height: 1;
}

.title br {
  display: none;
}

.subtitle {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.textBox {
  width: calc(100% - 167px);
}


.textBox .text {
  font-size: 14px;
  font-family: 'syusei' !important;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.inner {
  width: 100%;
  max-width: calc(962px + 4%);
  margin: auto;
  padding: 0 2%;
}

.btn {
  display: block;
  position: relative;
  z-index: 0;
  width: 312px;
  margin: 50px auto 0;
  padding: 20px 0;
  background: #1A2786;
  border-radius: 35px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
  border: 3px solid #1A2786;
}

.btn .btn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 42px;
  bottom: 0;
  width: 23px;
  height: 23px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.btn .btn_icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -4px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #1a2686;
  transition: 0.3s;
}

.btn:hover {
  color: #1A2786;
  background: #fff;
}

.btn:hover .btn_icon {
  background: #1A2786;
  transform: translateX(8px);
}

.btn:hover .btn_icon:before {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1024px) {
  .mainTitle br {
    display: block;
  }
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .mainTitle {
    margin: 40px 0;
    font-size: 2.2rem;
  }

  .mainTitle br {
    display: block;
  }

  .icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  /* .icon:before {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  } */
  .titleBox {
    margin-bottom: 20px;
    text-align: left;
  }

  .title {
    font-size: 2rem;
    line-height: 1.6;
  }

  .title br {
    display: block;
  }

  .subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .textBox {
    width: calc(100% - 100px);
  }

  .textBox .text {
    font-size: 1.2rem;
  }

  .btn {
    width: 312px;
    margin: 50px auto 0;
    padding: 15px 0;
    font-size: 1.6rem;
  }
}

.ico.i_syusei:before {
  content: "\e90a";
}

/**
= intro
================================================================= */
.intro {
  padding-bottom: 70px;
}

/* .intro .icon:before {
  content: "\e900";
  font-size: 5rem;
} */
.intro .textBox {
  position: relative;
  z-index: 0;
  max-width: 628px;
  padding-bottom: 35px;
}

.intro .subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}

.intro .textBox .text {
  margin-bottom: 35px;
}

.intro .ico.i_syusei:before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .intro {
    padding-bottom: 40px;
  }

  .intro .title_content {
    display: block;
  }

  .intro .titleBox {
    text-align: center;
  }

  .intro .icon {
    margin: auto auto 20px auto;
  }

  /* .intro .icon:before {
    font-size: 3rem;
    margin: auto auto 20px auto;
  } */
  .intro .subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro .textBox .text {
    margin-bottom: 20px;
  }

  .intro .textBox {
    width: 100%;
    padding-bottom: 50px;
  }

  .intro .ico.i_syusei:before {
    font-size: 4.4rem;
  }
}

/**
= now
================================================================= */
.now {
  padding: 70px 0;
  background: #E8E9F3;
}

#case-list {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#case-list li {
  width: 48%;
  margin-bottom: 30px;
  padding: 8px 0 24px 22px;
  border-left: 1px solid #000;
  position: relative;
}

#case-list li h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 19px;
  letter-spacing: 0;
}

#case-list li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-left: 3px;
  position: relative;
}
#case-list li dl:not(:first-of-type) {
  margin-top: 32px;
}

#case-list li dl dt {
  width: 42%;
  height: fit-content;
  margin: 0 3% 0 0;
  background: #FFF;
  color: #1d2088;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

#case-list li dl:not(:first-of-type) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #1d2088 transparent transparent transparent;
}

#case-list li dl dt span {
  min-height: 38px;
  padding: 4px 0;
  display: grid;
  place-content: center;
}

#case-list li dl dd {
  width: 54%;
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0;
}

#case-list li dl.data-01 dd {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 82px;
  height: 82px;
  padding-top: 20px;
  border: 1px solid #1d2088;
  border-radius: 50%;
  color: #1d2088;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#case-list li dl dd .ib{
  display: inline-block;
  margin-right: 0;
}

#case-list li dl.data-01 dd {
  position: absolute;
  top: -58px;
  right: 22px;
  width: 82px;
  height: 82px;
  padding-top: 20px;
  background: #E8E9F3;
  border: 1px solid #1A2786;
  border-radius: 50%;
  color: #1A2786;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

#case-list li dl.data-01 dd img {
  position: absolute;
  bottom: -22px;
  left: -18px;
}

#case-list li dl.data-01 dd:before {
  content: '';
  display: block;
  position: absolute;
  width: 88px;
  height: 13px;
  top: 71px;
  right: 107px;
  background: url("../../svg/now/arrow.svg") no-repeat 0 center;
}

#case-list li .case-border {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: calc(100% - 1px);
}

@media screen and (max-width: 1024px) {
  #case-list li h2 {
    font-size: 1.6rem;
  }
  #case-list li dl dt {
    width: 45%;
    font-size: 1.0rem;
  }
  #case-list li dl dd {
    width: 52%;
  }
  #case-list li dl.data-01 dd {
    font-size: 1.6rem;
    width: 73px;
    height: 73px;
    top: -25px;
    right: 0;
  }
  #case-list li dl.data-01 dd:before {
    width: 76px;
    top: 37px;
    right: 85px;
    right: clamp(85px, 0.210625rem + 10.8vw, 116px);
  }
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .now {
    padding: 40px 0;
  }

  #case-list {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #case-list li {
    width: 100%;
    margin-bottom: 58px;
    padding: 8px 0 15px 0;
    border: none;
  }
  #case-list li h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #case-list li dl {
    margin-left: 0;
    max-height: 40px;
  }
  #case-list li dl dt {
    width: 42%;
  }
  #case-list li dl:not(:first-of-type) dt:before {
    top: -18px;
  }
  

  #case-list li dl.data-01{
    max-height: 40px;
  }
  #case-list li dl.data-01 dd {
    position: relative;
    top: auto;
    bottom: 22px;
    right: 27px;
    width: 57px;
    height: 57px;
    padding-top: 14px;
    font-size: 1.2rem;
  }
  #case-list li dl.data-01 dd:before {
    display: none;
  }
  #case-list li dl.data-01 dd img {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: auto;
    height: 100%;
  }
  #case-list li dl.data-02{
    align-items: flex-end;
  }
}

/**
= course
================================================================= */
.course {
  padding: 70px 0;
}
.courseSlider {
  position: relative;
  z-index: 0;
  margin-top: 45px;
}
.courseSlider .slick-slide {
  outline:none;
  border: none;
}
.courseSlider_item {
  padding: 0 20px;
}

.courseSlider_item a{
  display: block;
  transition: 0.3s;
  text-decoration: none;
  outline: none;
  pointer-events: none;
}
.courseSlider img {
  width: 100%;
}
.courseSlider .name {
  display: block;
  margin-top: 10px;
  color: #231815;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.courseSlider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  margin: auto;
  background: rgba(26,39,134,0.5);
  border-radius: 50%;
  transition: 0.3s;
}
.courseSlider .slick-arrow:hover {
  background: #1A2786;
}
.courseSlider .slick-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.courseSlider .prevArrow {
  left: 2.5%;
}
.courseSlider .nextArrow {
  right: 2.5%;
}
.courseSlider .prevArrow:before {
  margin-left: -5.5px;
  border-width: 10px 22px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.courseSlider .nextArrow:before {
  margin-right: -5.5px;
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 1024px) {}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .course {
    padding: 40px 0;
  }
  .courseSlider_item {
    padding: 0 10px;
  }
  .courseSlider .slick-arrow {
    width: 38px;
    height: 38px;
  }
  .courseSlider .prevArrow {
    left: 11.5%;
  }
  .courseSlider .nextArrow {
    right: 11.5%;
  }
  .courseSlider .prevArrow:before {
    margin-left: -4px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
  .courseSlider .nextArrow:before {
    margin-right: -4px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff;
  }
}

/**
= nighttime
================================================================= */
.nighttime {
  padding: 70px 0;
  background: #E8E9F3;
}

.nighttime .title .small {
  font-size: 20px;
}
.nighttime .content_title {
  margin: 35px auto;
  background: #8289BD;
  padding: 10px 16px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.nighttime .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.nighttime .detail .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 460px;
  height: 90px;
  background: #fff;
  border: 2px solid #1A2786;
  border-radius: 20px;
  color: #1A2786;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 736px) {
  .nighttime .detail .item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .nighttime {
    padding: 40px 0;
  }

  .nighttime .title .small {
    display: block;
    font-size: 1.6rem;
  }
  .nighttime .content_title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .nighttime .detail .item {
    width: 100%;
    height: 70px;
    font-size: 1.6rem;
  }
  .nighttime .detail .item:nth-child(n+2) {
    margin-top: 20px;
  }
}

/**
= support
================================================================= */
.support {
  padding: 70px 0;
}
.support .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.support .detail .item {
  width: 294px;
}
.support .detail .item .img img {
  width: 100%;
}
.support .detail .item .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .support {
    padding: 40px 0;
  }
  .support .detail {
    flex-wrap: wrap;
  }
  .support .detail .item {
    width: 100%;
  }
  .support .detail .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .support .detail .item .text {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
}

/**
= entrance
================================================================= */
.entrance {
  padding: 70px 0;
  background: #E8E9F3;
}

.entrance .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.entrance .detail .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  max-width: 460px;
  height: 90px;
  background: #fff;
  border: 2px solid #1A2786;
  border-radius: 20px;
  color: #1A2786;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .entrance {
    padding: 40px 0;
  }
  .entrance .detail .item {
    width: 100%;
    height: 70px;
    font-size: 1.6rem;
  }
  .entrance .detail .item:nth-child(n+2) {
    margin-top: 20px;
  }
}

/**
= qa
================================================================= */
.qa {
  padding: 70px 0;
}
.qa_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.qa_link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 210px;
  padding: 20px 0;
  border: 2px solid #1A2786;
  border-radius: 20px;
  color: : #1A2786;
  transition: 0.3s;
}
.qa_icon {
  width: 96px;
  margin: auto;
}
.qa_icon img {
  width: 100%;
  vertical-align: bottom;
}
.qa_title {
  margin: 15px 0 35px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.qa_link .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.qa_link .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.qa_link .link_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background: #1a2686;
  border-radius: 50%;
  transition: 0.3s;
}
.qa_link .link_icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -2px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s;
}
.qa_link:hover {
  background: #1a2686;
  color: #fff;
}
.qa_link:hover .link_icon {
  background: #fff;
  transform: translateX(6px);
}
.qa_link:hover .link_icon:before {
  border-color: transparent transparent transparent #1a2686;
}

@media screen and (max-width: 1024px) {}

/**
= media screen for smart phone
================================================================= */
@media screen and (max-width: 736px) {
  .qa {
    padding: 40px 0;
  }
  .qa_links {
    flex-wrap: wrap;
  }
  .qa_link {
    width: 49%;
    padding: 15px 0;
  }
  .qa_link:nth-child(n+3) {
    margin-top: 2%;
  }
  .qa_icon {
    width: 80px;
  }
  .qa_title {
    margin: 10px 0 20px;
    font-size: 1.6rem;
  }
  .qa_link .text {
    font-size: 1.4rem;
  }
  .qa_link .link_icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
