@charset "UTF-8";
/* //////////////////////////////////////////////////

事業内容設定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.p-title_box .c-inner {
  padding-top: 5.5rem;
}
.p-title_box .p-title {
  margin-bottom: 7.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .p-title_box .c-inner {
    padding-top: 23.4rem;
  }
  .p-title_box .p-title {
    margin-bottom: 4rem;
    line-height: 1;
  }
}
.p-mv {
  margin-bottom: 0;
  background: #ebeff3;
}

.message_cont {
  padding-bottom: 8rem;
  background: #ebeff3;
}
.message_cont .c-secttl {
  margin-bottom: 3.6rem;
}

.flow_cont {
  margin-bottom: 8rem;
}
.flow_cont .c-s_inner {
  width: 90%;
}
.flow_cont::before {
  z-index: 2;
  background: #ebeff3;
}
.flow_cont .title_img {
  position: relative;
  z-index: 1;
  z-index: auto;
  height: 32rem;
}
.flow_cont .title_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.flow_cont .title_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flow_cont .title_img .ttl_box {
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.flow_cont .title_img .ttl_box .c-secttl {
  margin-bottom: 2rem;
}
.flow_cont .flow-step {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  padding: 6rem min(6.6rem, 6%) 0;
  background: #fff;
  border-radius: 16px;
}
.flow_cont .flow-step .item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: start;
  gap: 1em;
}
.flow_cont .flow-step .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 1em;
  left: 0;
  width: 1px;
  height: calc(100% + 3em);
  background: #ed7300;
  transform: translateX(-0.75rem);
}
.flow_cont .flow-step .item + .item {
  margin-top: 4rem;
}
.flow_cont .flow-step .item:last-child::before {
  content: none;
}
.flow_cont .flow-step .item .step {
  line-height: 1.5;
  font-size: 1.8rem;
}
.flow_cont .flow-step .item .step::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  background: #ed7300;
  border-radius: 50%;
  transform: translateX(-100%);
}
.flow_cont .flow-step .item .body .body_item + .body_item {
  margin-top: 2.8rem;
}
.flow_cont .flow-step .item .body .linear {
  padding: 0 0.4em;
  background: linear-gradient(to bottom, rgba(253, 215, 63, 0) 0%, rgba(253, 215, 63, 0) 60%, #FDD73F 60%, #FDD73F 100%) top left/50% no-repeat;
  background-size: 200%;
  background-position-x: 200%;
  transition: background-position 0.6s;
  transition-delay: 0.8s;
}
.flow_cont .flow-step .item .body .ttl {
  line-height: 1.68;
  font-size: 1.6rem;
  font-weight: 700;
}
.flow_cont .flow-step .item .body .txt {
  font-size: 1.3rem;
}
.flow_cont .flow-step .item .body .attent {
  margin-top: 0.6rem;
  font-size: 1rem;
}
.flow_cont .flow-step .item .body .attent.top {
  transform: translateY(-1em);
}
.flow_cont .flow-step .item .body .page__links {
  margin-top: 1em;
}
.flow_cont .flow-step .item .body .page__links .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 1em;
  line-height: 1;
  font-size: 1.3rem;
  color: #fff;
  border: 2px solid #0B1A66;
  border-radius: 100vw;
  background: #0B1A66;
}
.flow_cont .flow-step .item .body .page__links .link .icon {
  width: 1.2em;
  transform: rotate(90deg);
}
.flow_cont .flow-step .item.aos-animate .body .linear {
  background-position-x: 100%;
}

@media screen and (min-width: 769px) {
  .message_cont .c-secttl {
    margin-bottom: 3.6rem;
  }
  .flow_cont {
    margin-bottom: 12rem;
  }
  .flow_cont .title_img {
    height: 48rem;
  }
  .flow_cont .title_img .ttl_box {
    top: 20rem;
  }
  .flow_cont .title_img .ttl_box .c-secttl {
    width: 96rem;
  }
  .flow_cont .c-secttl {
    margin-bottom: 3.6rem;
  }
  .flow_cont .c-s_inner {
    width: min(960px, 90%);
  }
  .flow_cont .flow-step {
    margin-top: -10rem;
  }
  .flow_cont .flow-step .item {
    grid-template-columns: 14rem 1fr;
    gap: 4.8rem;
  }
  .flow_cont .flow-step .item::before {
    top: 1.5em;
    height: calc(100% + 6em);
    transform: translateX(-0.95rem);
  }
  .flow_cont .flow-step .item + .item {
    margin-top: 8rem;
  }
  .flow_cont .flow-step .item .step {
    line-height: 1.8;
    font-size: 2.8rem;
  }
  .flow_cont .flow-step .item .step::before {
    width: 1.8rem;
    height: 1.8rem;
  }
  .flow_cont .flow-step .item .body .ttl {
    line-height: 2;
    font-size: 2.4rem;
  }
  .flow_cont .flow-step .item .body .attent {
    font-size: 1.2rem;
  }
  .flow_cont .flow-step .item .body .page__links .link {
    width: 28rem;
    padding: 1.2em 2em;
    font-size: 1.5rem;
    color: #0B1A66;
    background: #fff;
    transition: all 0.3s;
  }
  .flow_cont .flow-step .item .body .page__links .link:hover {
    opacity: 1;
    color: #fff;
    background: #0B1A66;
  }
  .flow_cont .flow-step .item .body .page__links .link:hover .sp {
    display: revert;
  }
  .flow_cont .flow-step .item .body .page__links .link:hover .pc {
    display: none;
  }
  .flow_cont .flow-step + .attent {
    font-size: 1.2rem;
    text-align: center;
  }
}
.bgwrap {
  padding: 6rem 0 8rem;
  background: #ebeff3;
}

.picup_cont + .picup_cont {
  margin-top: 8rem;
}
.picup_cont .picup_read .img {
  margin-bottom: 2.4rem;
}
.picup_cont .picup_read .img img {
  border-radius: 8px;
}
.picup_cont .picup_read .picup_read-body-outer {
  display: contents;
}
.picup_cont .benefits {
  margin-top: 4.8rem;
}
.picup_cont .benefits .benefits_ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.picup_cont .benefits .benefits_items {
  display: grid;
  grid-template-columns: 1fr;
  width: 88%;
  margin: 0 auto;
  gap: 0.8rem;
}
.picup_cont .benefits .benefits_items .item {
  position: relative;
  z-index: 1;
  padding: 2.4rem 1rem 2.8rem 4rem;
  border: 1px solid #232528;
  border-radius: 16px;
}
.picup_cont .benefits .benefits_items .item .num {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 5.6rem;
}
.picup_cont .benefits .benefits_items .item .ttl {
  font-weight: 600;
  font-size: 1.4rem;
  color: #0B1A66;
}
.picup_cont .benefits .benefits_items .item .body {
  line-height: 1.5;
  font-size: 1.1rem;
}
.picup_cont .benefits .benefits_items .item .cross {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.6rem));
  width: 4.2rem;
}
.picup_cont .old_theme {
  margin-top: 4.8rem;
}
.picup_cont .old_theme .old_theme_ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.picup_cont .old_theme .old_theme_body {
  width: 88%;
  margin: 0 auto;
  padding: 2.4rem 1.8rem;
  border: 1px solid #232528;
  border-radius: 16px;
}
.picup_cont .old_theme .old_theme_body .item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  color: #0B1A66;
  font-size: 1.14rem;
}
.picup_cont .old_theme .old_theme_body .item + .item {
  margin-top: 1.2rem;
}
.picup_cont .old_theme .old_theme_body .item .year {
  flex: auto;
}
.picup_cont .old_theme .old_theme_body .item .body {
  flex: auto;
}
.picup_cont .c-button {
  margin-top: 3.6rem;
}
.picup_cont .c-button .item {
  color: #fff;
  background: #0B1A66;
}

@media screen and (min-width: 769px) {
  .bgwrap {
    padding: 10rem 0 8rem;
  }
  .picup_cont + .picup_cont {
    margin-top: 8rem;
  }
  .picup_cont .picup_read {
    display: flex;
    flex-flow: row wrap;
    gap: 4.8rem;
  }
  .picup_cont .picup_read .img {
    order: 2;
    flex: 1.2;
    width: 48rem;
    margin-bottom: 0;
  }
  .picup_cont .picup_read .img img {
    transform: translateY(-5em);
  }
  .picup_cont .picup_read > .body {
    order: 1;
    flex: 1;
  }
  .picup_cont .picup_read .picup_read-body-outer {
    display: revert;
    order: 1;
    flex: 1;
  }
  .picup_cont .benefits {
    margin-top: 6.8rem;
  }
  .picup_cont .benefits .benefits_ttl {
    margin-bottom: 5.2rem;
    font-size: 2.8rem;
  }
  .picup_cont .benefits .benefits_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 1.2rem;
  }
  .picup_cont .benefits .benefits_items .item {
    padding: 4.2rem 2.8rem 2.8rem 4rem;
  }
  .picup_cont .benefits .benefits_items .item .num {
    top: 0;
    left: 50%;
    width: 5.6rem;
  }
  .picup_cont .benefits .benefits_items .item .ttl {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .picup_cont .benefits .benefits_items .item .body {
    font-size: 1.3rem;
  }
  .picup_cont .benefits .benefits_items .item .cross {
    top: 50%;
    left: 0%;
    transform: translate(calc(-50% - 0.6rem), -50%);
    width: 4.2rem;
  }
  .picup_cont .old_theme {
    margin-top: 6rem;
  }
  .picup_cont .old_theme .old_theme_ttl {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .picup_cont .old_theme .old_theme_body {
    width: 70rem;
    padding: 4.2rem 2.8rem 3.2rem 6rem;
  }
  .picup_cont .old_theme .old_theme_body .item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
    font-size: 1.4rem;
  }
  .picup_cont .old_theme .old_theme_body .item + .item {
    margin-top: 1.2rem;
  }
  .picup_cont .c-button {
    margin-top: 3.6rem;
  }
  .picup_cont .c-button .item {
    color: #fff;
    background: #0B1A66;
  }
}
.faq_cont {
  padding-top: 4rem;
}
.faq_cont .faq-list .item {
  background: #ebeff3;
  border-radius: 10px;
  overflow: hidden;
}
.faq_cont .faq-list .item + .item {
  margin-top: 1.2rem;
}
.faq_cont .faq-list .item .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.4em;
  padding: 1.2rem 1.2rem;
  color: #0B1A66;
  background: #ebeff3;
  transition: background 0.3s;
}
.faq_cont .faq-list .item .question::before {
  content: "Q.";
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1em;
  letter-spacing: -0.1em;
  text-align: center;
  color: #0B1A66;
  border-radius: 100%;
  background: #ebeff3;
}
.faq_cont .faq-list .item .question .icon {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0 auto;
}
.faq_cont .faq-list .item .question .icon::before, .faq_cont .faq-list .item .question .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #0B1A66;
}
.faq_cont .faq-list .item .question .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_cont .faq-list .item .question.active {
  color: #fff;
  background: #0B1A66;
}
.faq_cont .faq-list .item .question.active .icon::before {
  background: #fff;
}
.faq_cont .faq-list .item .question.active .icon::after {
  content: none;
}
.faq_cont .faq-list .item .answer .txt {
  display: flex;
  align-items: flex-start;
  column-gap: 0.4em;
  padding: 1.2rem 1.2rem;
  font-size: 1.3rem;
}
.faq_cont .faq-list .item .answer .txt::before {
  content: "A.";
  font-size: 1em;
  letter-spacing: -0.1em;
  color: #FF963C;
}
.faq_cont .faq-list .item:not(:first-child) .answer {
  display: none;
}

@media screen and (min-width: 769px) {
  .faq_cont {
    padding-top: 8rem;
  }
  .faq_cont .faq-inner {
    margin-bottom: 12rem;
  }
  .faq_cont .faq-list .item .question {
    column-gap: 0.8em;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
  .faq_cont .faq-list .item .answer .txt {
    column-gap: 0.8em;
    padding: 1.6rem 2.4rem;
    font-size: 1.4rem;
  }
}
.company_links-items .data {
  display: none;
}
/*# sourceMappingURL=style.css.map */
