@charset "UTF-8";
/* CSS Document */
section#firstView {
  height: auto;
  width: 100%;
  max-height: unset;
  aspect-ratio: 2000 / 1049;
  max-width: var(--max-width);
  margin-inline: auto;
}
.top_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slick-list {
  width: 100%;
  height: 100%;
  border-radius: 0 0 10vw 10vw;
}
.slick-track {
  width: 100%;
  height: 100%;
}
.sliderItem img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.slick-dots {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  position: relative;
  bottom: 2rem;
  right: 4vw;
}
.inner {
  padding: 3rem 4vw;
}
.eng {
  display: inline-block;
  margin-block-end: 0.4rem;
}
@media screen and (max-width: 768px) {
  section#firstView {
    aspect-ratio: 1280 / 1049;
  }
  .eng {
    margin-block-end: 0.5em;
  }
  .eng img {
    height: 14px;
  }
}
/* ----------------------------
   topNewsBox
----------------------------- */
.topNewsBox {
  padding: 1.5rem 4vw;
  width: 70%;
  max-width: 700px;
  border-radius: 0 18px 18px 0;
  position: relative;
  top: -1rem;
  background: #fff;
  border: 2px solid #c6c9cd;
  border-inline-start: none;
}
span.tag {
  background: #d1262e;
  color: #fff;
  padding: 3px 1.2vw;
  border-radius: 4px;
  font-size: 14px;
  margin-inline-end: 2vw;
  display: inline-block;
  margin-block-end: 0.3rem;
}
.topNewsBoxInner span.tag {
  margin-block-end: 0;
}
a.topNewsItem {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .topNewsBox {
    padding: 1rem 4vw;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .topNewsBox {
        padding: 2vw 2.5vw;
        display: flex;
     width: 82%;
    }
  .topNewsBoxInner span.tag {
    margin-block-end: 1vw;
    padding: 2px 2vw;
    font-size: var(--small-font-size);
  }
  a.topNewsItem {
    font-size: var(--small-font-size);
    display: block;
  }
}
/* ----------------------------
   top_sec1
----------------------------- */
#top_sec1 .leftBox p {
  line-height: 2.3;
  font-weight: 600;
  margin-block-end: 4rem;
  font-size: clamp(15px, calc(14.75px + 0.078125vw), 16px);
}
.top-mainHeader {
  font-size: clamp(24px, calc(19.5px + 1.40625vw), 42px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-block-end: 0.9rem;
  color: var(--header-color);
}
.top-mainHeader strong {
  color: var(--header-color);
  font-weight: 700;
}
@media screen and (max-width: 850px) {}
@media screen and (max-width: 768px) {
  .inner {
    padding: 10vw 4vw;
  }
  #top_sec1 .flexBox {
    row-gap: 5vw;
  }
  #top_sec1 .leftBox {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  #top_sec1 .rightBox {
    width: 85%;
    z-index: 0;
    position: relative;
    top: 0;
    text-align: center;
  }
  #top_sec1 .rightBox img {
    max-width: 500px;
    width: 90%;
  }
  #top_sec1 .leftBox p {
    padding-inline-end: 2vw;
    margin-block-end: 1rem;
    text-align: right;
    line-height: 1.8;
    font-weight: 500;
  }
  #top_sec1 .top-mainHeader {
    text-align: right;
  }
}
/* ----------------------------
   top_sec2
----------------------------- */
#top_sec2 .inner {
  position: relative;
}
.sec2_indexBaloon {
  position: absolute;
  width: 30%;
  top: -12px;
  left: 9%;
  max-width: 370px;
  z-index: 2;
  margin-block: 0;
}
.sec2_indexBaloon img {
  display: inline-block;
  width: 100%;
}
.servicesBox {
  border-radius: 12vw;
  background: linear-gradient(204deg, #FFF7FB, #EBF5FF);
  padding: 3rem 4rem 5rem;
}
.top_sec2_leadTxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block-end: 4rem;
  max-width: 1200px;
  margin-inline: auto;
}
.top_sec2_leadTxt .rightBox {
  padding-inline-start: 2rem;
}
.top_sec2_leadTxt .leftBox {
  position: relative;
  padding-inline-end: 2rem;
}
.top_sec2_leadTxt .leftBox::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, #083C98, #B00066);
  background-size: 100% auto;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top_sec2_leadTxt .top-mainHeader {
  white-space: nowrap;
}
.top_sec2_leadTxt .rightBox p {
  line-height: 2;
  font-size: clamp(13px, calc(12.5px + 0.15625vw), 15px);
}
.servicesBox .flexBox {
  column-gap: 3vw;
}
a.top_serviceItem {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-blue);
  overflow: hidden;
  text-decoration: none;
}
.top_serviceItemLabel {
  margin-block: 0;
  padding: 3rem 3rem;
  position: relative;
  font-weight: 600;
  color: var(--basic-txt-color);
  font-size: clamp(18px, calc(17px + 0.3125vw), 22px);
}
.top_serviceItemLabel .type {
  display: inline-block;
  background: linear-gradient(90deg, #083C98, #B00066);
  color: #fff;
  border-radius: 3px;
  padding-inline: 0.3em;
  margin-inline-end: 0.2em;
}
.top_serviceItemLabel::after {
  content: "";
  display: block;
  background: url("../img/btn_arrow-circle.svg") no-repeat;
  background-size: 100% auto;
  width: 2rem;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .servicesBox {
    padding: 3rem 5vw;
  }
  h3.top_serviceItemLabel {
    padding: 3vw;
  }
  .top_serviceItemLabel::after {
    width: clamp(19px, 2.6vw, 22px);
    right: 3vw;
  }
}
@media screen and (max-width: 850px) {
  section#top_sec2 {
    padding-block-start: 2rem;
  }
  .top_sec2_leadTxt {
    flex-wrap: wrap;
    margin-block-end: 1rem;
  }
  .top_sec2_leadTxt .leftBox {
    width: 100%;
  }
  .top_sec2_leadTxt .rightBox {
    width: 100%;
    padding: 0;
  }
  .top_sec2_leadTxt .leftBox::after {
    display: none;
  }
  .sec2_indexBaloon {
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    top: -2.5rem;
  }
  .servicesBox {
    border-radius: 13vw 13vw 17px 17px;
    padding: 3rem 6vw;
  }
}
@media screen and (max-width:768px) {
  #top_sec2 .inner {
    position: relative;
    padding: 3vw 4vw 3rem;
  }
  .servicesBox .flexBox {
    column-gap: unset;
    row-gap: 6vw;
  }
  a.top_serviceItem {
    max-width: 500px;
  }
  #top_sec2 .indexImg {
    aspect-ratio: 2.1 / 1;
  }
}
#top_sec3 {}
#top_sec3 .hasBgpart {
  background: url("../img/sec3_bg.webp") no-repeat;
  background-size: 100% auto;
  position: relative;
  min-height: 90vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top_sec3 .hasBgpart .innerBox {
  background: #fff;
  padding: 6rem;
  border-radius: 9vw 0 0 9vw;
}
.linkBox {
  position: relative;
  top: -4rem;
}
#top_sec3 .linkBox .flexBox {
  background: #F8F8F8;
  border-radius: 5vw;
  padding: 6rem;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 2rem;
}
a.aboutItem {
  width: 30%;
  display: inline-block;
  aspect-ratio: 412 / 297;
  text-decoration: none;
  background: #fff;
  box-shadow: var(--shadow-blue);
  border-radius: 8px;
}
a.aboutItem img {
  display: inline-block;
  width: 100%;
  font-size: clamp(15px, calc(14.75px + 0.078125vw), 16px);
}
.aboutItemLabel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
  color: var(--header-color);
  font-size: clamp(14px, calc(13.5px + 0.15625vw), 16px);
}
.aboutItemLabel::after {
  content: "";
  display: inline-block;
  background: url("../img/btn_arrow-circle.svg") no-repeat;
  background-size: 100% auto;
  width: 1.3rem;
  height: auto;
  aspect-ratio: 1 / 1;
  /*position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);*/
}
@media screen and (max-width: 640px) {
  #top_sec3 .hasBgpart {
    background: url("../img/sec3_bg_sp.webp") no-repeat;
    background-size: auto 100%;
  }
  #top_sec3 .linkBox .flexBox {
    row-gap: 3.5vw;
  }
  .aboutItemLabel::after {
    width: clamp(16px, 2.6vw, 22px);
  }
}
/* ----------------------------
   recruit sec
----------------------------- */
.recruit {
  display: flex;
  justify-content: flex-end;
}
.recruitBnr {
  max-width: 800px;
  width: 60%;
  display: inline-block;
}
.recruitBnr img {
  display: inline-block;
  width: 100%;
}
/* ----------------------------
   teaser sec
----------------------------- */
.teaser {
  padding-block: 6rem;
}
.bottom_slider.slick-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 3000 / 1277;
}
picture.slick-slide img {
  width: 100%;
  display: inline-block;
  height: auto;
}
@media screen and (max-width:768px) {
  .bottom_slider.slick-slider {
    aspect-ratio: 1280 / 1352;
  }
}
/* ----------------------------
   news sec
----------------------------- */
#news {
  background: #E6F6FF;
  text-align: center;
}
#news .inner {
  padding-block-end: 5.5rem;
}
.newsContentBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 4rem;
  max-width: 1600px;
  margin-block-start: 4rem;
  margin-inline: auto;
}
.newsItems {
  width: calc(50% - 1rem);
}
.newsListCover {
  background: #fff;
  box-shadow: var(--shadow-blue);
  padding: 3rem 3rem 1rem;
}
.newsListCover a.min-linkBtn {
  justify-content: flex-end;
  font-size: 13px;
  margin-block: 1rem 0.4rem;
}
a.min-linkBtn::before {
  width: 8px;
  top: 1px;
}
.newsItems.longItem {
  width: 100%;
}
h3.newsTtl {
  margin-block: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
h3.newsTtl > span {
  display: inline-block;
  background: var(--header-color);
  color: #fff;
  border-radius: 50px 12px 0 0;
  padding: 10px 5rem;
  max-width: 300px;
  font-size: clamp(14px, calc(13.75px + 0.078125vw), 15px);
}
h3.newsTtl::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--header-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
ul.newsList {
  margin-block: 0;
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
ul.newsList li a {
  border-block-end: 2px dotted var(--header-color);
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
  padding-block-end: 0.3em;
}
span.newsDate {
  font-size: 14px;
  color: var(--header-color);
  position: relative;
  white-space: nowrap;
}
span.newsDate::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_clock.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  margin-inline-end: 0.4em;
}
span.newsTtl {
  font-size: clamp(13px, calc(12.75px + 0.078125vw), 14px);
  position: relative;
  line-height: 1.4;
  text-align: left;
}
/*span.newsTtl::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_externalLink.svg") no-repeat center;
  background-size: 100% auto;
  width: clamp( 13px, calc( 12.75px + 0.078125vw ), 14px );
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  margin-inline-start: 0.4em;
  top: 1px;
}*/
.newsListCover.infoSec {
  padding: 3rem 5rem;
}
.newsList.infoList {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.newsList.infoList article a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  column-gap: 2rem;
  color: var(--basicTxtColor);
}
img.info_thumbnailImg {
  display: block;
  width: 35%;
  height: auto;
  aspect-ratio: 522 / 269;
  object-fit: cover;
  background: #EFF6FF;
  border-radius: 5px;
}
.infoBox {
  text-align: left;
  width: calc(65% - 2rem);
}
.infoHeader {
  border-block-end: 2px solid #AABCDC;
  padding-block-end: 0.2em;
  margin-block-end: 0.5em;
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
  align-items: center;
}
.infoHeader .newsTtl {
  color: var(--header-color);
  font-weight: bold;
  margin-block-end: 0;
}
span.info_sub {
  font-size: 12px;
  color: #5C5C5C;
}
.info_mainTopicTtl {
  font-size: clamp(18px, calc(17.5px + 0.15625vw), 20px);
  color: var(--header-color);
  font-weight: 700;
}
p.excerpt {
  margin-block: 0.4rem 0;
  font-size: clamp(13px, calc(12.75px + 0.078125vw), 14px);
  font-weight: 400;
}
.bnrCover {
  display: flex;
  justify-content: center;
}
a.newsletterBnr {
  max-width: 70%;
  display: block;
}
@media screen and (max-width:850px) {
  .newsListCover {
    padding: 1rem 3vw 0.3rem;
    padding-block-end: 0.4em;
  }
  ul.newsList li a {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  h3.newsTtl > span {
    padding: 4px 7vw;
    border-radius: 50px 9px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .newsContentBox {
    margin-block-start: 2rem;
    row-gap: 3.2rem;
  }
  #news .inner {
    padding-block: 3rem;
  }
  a.newsletterBnr {
    max-width: 68%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .newsContentBox {
    row-gap: 1.2rem;
  }
  .newsItems {
    width: 100%;
  }
  .newsListCover.infoSec {
    padding: 4vw;
  }
  .newsList.infoList article a {
    flex-direction: column;
    row-gap: 1rem;
  }
  img.info_thumbnailImg {
    width: 100%;
    max-width: 350px;
  }
  .infoBox {
    width: 100%;
    max-width: 400px;
  }
}
/* ----------------------------
   links sec
----------------------------- */
#links {
  background: url(../img/linkSec_bg.svg) repeat center;
  background-size: 2vw auto;
  text-align: center;
}
#links .inner {
  padding-block: 5.5rem;
}
.netInsuranceBnrSec_inner {
  display: flex;
  column-gap: 3%;
  justify-content: center;
  margin-block: 4rem 0;
}
a.linkBnr {
  max-width: 250px;
  width: 20%;
}
a.netInsuranceLink {
  display: block;
  width: 20%;
  max-width: 250px;
}
a.linkBnr img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:850px) {
  #top_sec3 .hasBgpart .innerBox {
    padding: 7vw;
  }
  .linkBox {
    width: 96vw;
    margin-inline: auto;
  }
  #top_sec3 .linkBox .flexBox {
    padding: 5vw;
    column-gap: 4%;
    flex-direction: row;
  }
}
@media screen and (max-width:768px) {
  #links .inner {
    padding-block: 3rem;
  }
  a.aboutItem {
    width: 48%;
    max-width: 210px;
  }
  a.recruitBnr {
    width: 90%;
  }
  .linkItems {
    flex-wrap: wrap;
    row-gap: 3vw;
    column-gap: 3vw;
  }
  a.linkBnr {
    width: 45%;
  }
}
@media screen and (max-width:640px) {
  .netInsuranceBnrSec_inner {
    flex-wrap: wrap;
    row-gap: 1.4rem;
    margin-block: 2rem 0;
  }
  a.netInsuranceLink {
    width: 40%;
  }
}