@media only screen and (max-width: 767px) {
  .contentArea {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contentArea {
    padding-bottom: 0;
  }
}
.sectionTitle .titleEn {
  font-family: "Figtree", sans-serif;
  color: #3E85C3;
  letter-spacing: 0.17em;
}
.sectionTitle .titleJp {
  letter-spacing: 0.02em;
}

.moreBtn {
  border: solid 1px #3E85C3;
  border-radius: 3px;
  color: #3E85C3;
  display: block;
  width: 239px;
  padding: 13px 23px 12px 13px;
  background: url(../../shared/images/arrow_blue.svg) right 16px center no-repeat;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sectionTitle .titleEn {
    font-size: 13px;
  }
  .sectionTitle .titleJp {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionTitle .titleEn {
    font-size: 13px;
  }
  .sectionTitle .titleJp {
    font-size: 24px;
  }
}
.secMv {
  position: relative;
}
.secMv .mvBg {
  position: absolute;
  z-index: 0;
  background: #F4FAFF;
  right: 0;
  bottom: 0;
}
.secMv .mvMain {
  position: relative;
  z-index: 1;
}
.secMv .mvMain .mvCaptionArea .captionJp .strong {
  color: #3E85C3;
}
.secMv .mvMain .mvCaptionArea .captionEn {
  color: #3E85C3;
  line-height: 170%;
}
.secMv .mvMain .mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.secMv .mvMain .mvSlider .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.secMv .mvMain .newsArea {
  background: #ffffff;
  margin-left: auto;
  border-radius: 5px 0 0 0;
}
.secMv .mvMain .newsArea .newsLink {
  background: url(../../shared/images/arrow_circle_blue.svg) right center no-repeat;
  background-size: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secMv .mvMain .newsArea .newsLink .date {
  font-family: "Figtree", sans-serif;
  color: #8c8c8c;
}
@media only screen and (max-width: 767px) {
  .secMv {
    margin: 0 0 74px;
  }
  .secMv .mvBg {
    width: calc(100% - 16px);
    height: 375px;
    border-radius: 5px 0 0 0;
  }
  .secMv .mvMain .mvCaptionArea {
    padding-top: 50px;
    padding-bottom: 100px;
    width: min(92vw, 390px);
    margin: auto;
  }
  .secMv .mvMain .mvCaptionArea .captionJp {
    font-size: clamp(14px, 5.64vw, 22px);
    line-height: 170%;
    padding: 0 0 22px 0;
  }
  .secMv .mvMain .mvCaptionArea .captionEn {
    font-size: 12px;
  }
  .secMv .mvMain .mvSlider .swiper-wrapper .swiper-slide {
    width: 314px;
    margin: 0 3px;
  }
  .secMv .mvMain .newsArea {
    padding: 14px 20px;
    margin-top: 45px;
    width: calc(100% - 32px);
  }
  .secMv .mvMain .newsArea .newsLink {
    padding: 8px 0;
  }
  .secMv .mvMain .newsArea .newsLink .date {
    width: 74px;
    font-size: 13px;
  }
  .secMv .mvMain .newsArea .newsLink .title {
    width: calc(100% - 74px);
    font-size: 14px;
    padding-right: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    margin: 0 0 114px;
  }
  .secMv .mvBg {
    width: max(50%, 680px);
    height: 512px;
  }
  .secMv .mvMain .mvCaptionArea {
    padding-top: 120px;
    padding-left: 5.55%;
    padding-bottom: 72px;
  }
  .secMv .mvMain .mvCaptionArea .captionJp {
    font-size: 28px;
    line-height: 220%;
    padding: 0 0 16px 0;
  }
  .secMv .mvMain .mvCaptionArea .captionEn {
    font-size: 12px;
  }
  .secMv .mvMain .mvSlider .swiper-wrapper .swiper-slide {
    width: 397px;
    margin: 0 20px;
  }
  .secMv .mvMain .newsArea {
    padding: 14px 20px;
    margin-top: 20px;
    width: 650px;
  }
  .secMv .mvMain .newsArea .newsLink {
    padding: 8px 0;
  }
  .secMv .mvMain .newsArea .newsLink .date {
    width: 80px;
    font-size: 14px;
  }
  .secMv .mvMain .newsArea .newsLink .title {
    width: calc(100% - 80px);
    font-size: clamp(14px, 1.17vw, 15px);
    padding-right: 42px;
  }
}
.secAbout .secAboutIn .captionRow .captionText {
  line-height: 200%;
}
.secAbout .secAboutIn .policyArea {
  border: solid 1px #3E85C3;
  border-radius: 3px;
}
.secAbout .secAboutIn .policyArea .policyTitle {
  position: relative;
  background: url(../../shared/images/icon_light.svg) left center no-repeat #3E85C3;
  background-size: 12px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}
.secAbout .secAboutIn .policyArea .policyListWrap .policyList {
  margin: 0 auto;
  border-bottom: solid 1px #dcdcdc;
}
.secAbout .secAboutIn .policyArea .policyListWrap .policyList .imgCol {
  text-align: center;
}
.secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .num {
  font-family: "Figtree", sans-serif;
  color: #3E85C3;
  font-weight: 500;
}
.secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .title {
  color: #3E85C3;
  font-weight: 500;
}
.secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .detailRow {
  line-height: 170%;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding: 0 0 80px 0;
  }
  .secAbout .secAboutIn .captionRow {
    padding: 0 0 64px 0;
  }
  .secAbout .secAboutIn .captionRow .captionText {
    padding: 4px 0 34px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secAbout .secAboutIn .policyArea .policyTitle {
    top: -20px;
    left: -1px;
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 8px 14px 8px 34px;
    background-position: 15px 45%;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap {
    margin-top: -20px;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList {
    width: min(94%, 298px);
    padding: 40px 0 36px 0;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .imgCol {
    text-align: center;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol {
    padding: 10px 0 0 0;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow {
    padding: 0 0 8px 0;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .num {
    text-align: center;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .title {
    text-align: center;
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .detailRow {
    font-size: clamp(14px, 3.85vw, 15px);
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout {
    padding: 0 0 150px 0;
  }
  .secAbout .secAboutIn .captionRow {
    padding: 20px 0 88px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .secAbout .secAboutIn .captionRow .captionText {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secAbout .secAboutIn .policyArea .policyTitle {
    top: -25px;
    left: -1px;
    font-size: clamp(14px, 1.72vw, 22px);
    padding: 10px 14px 10px 35px;
    background-position: 15px 45%;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList {
    display: flex;
    align-items: center;
    width: min(90%, 990px);
    padding: 30px 0 30px 0;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .imgCol {
    width: min(18%, 177px);
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol {
    width: 80%;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 0 0 8px 0;
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .num {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .titleRow .title {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secAbout .secAboutIn .policyArea .policyListWrap .policyList .textCol .detailRow {
    font-size: clamp(14px, 1.33vw, 17px);
  }
}
.secBusiness {
  background: #F4FAFF;
}
.secBusiness .secBusinessIn .captionRow .captionText {
  line-height: 200%;
}
.secBusiness .secBusinessIn .imgListWrap {
  display: flex;
  justify-content: space-between;
}
.secBusiness .secBusinessIn .imgListWrap .imgList .name {
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secBusiness {
    padding: 74px 0 74px 0;
  }
  .secBusiness .secBusinessIn .captionRow {
    padding: 24px 0 28px 0;
  }
  .secBusiness .secBusinessIn .captionRow .captionText {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 32px 0;
  }
  .secBusiness .secBusinessIn .imgListWrap {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .secBusiness .secBusinessIn .imgListWrap .imgList {
    width: 48.6%;
  }
  .secBusiness .secBusinessIn .imgListWrap .imgList .name {
    padding: 12px 0 0 0;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secBusiness {
    padding: 72px 0 72px 0;
  }
  .secBusiness .secBusinessIn .captionRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 60px 0;
  }
  .secBusiness .secBusinessIn .captionRow .captionText {
    font-size: clamp(14px, 1.33vw, 17px);
  }
  .secBusiness .secBusinessIn .imgListWrap .imgList {
    width: 24.35%;
  }
  .secBusiness .secBusinessIn .imgListWrap .imgList .name {
    padding: 12px 0 0 0;
    font-size: clamp(14px, 1.33vw, 17px);
  }
}
.secNews .secNewsIn .listCol .newsListWrap .newsList {
  border-bottom: solid 1px #dcdcdc;
  background: url(../../shared/images/arrow_circle_blue.svg) right center no-repeat;
  background-size: 32px;
}
.secNews .secNewsIn .listCol .newsListWrap .newsList:last-of-type {
  border-bottom: none;
}
.secNews .secNewsIn .listCol .newsListWrap .newsList .date {
  font-family: "Figtree", sans-serif;
  color: #8c8c8c;
}
@media only screen and (max-width: 767px) {
  .secNews {
    padding: 74px 0 72px 0;
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList {
    display: block;
    padding: 26px 52px 26px 0;
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList .date {
    font-size: 13px;
    padding: 0 0 3px 0;
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList .title {
    font-size: 14px;
  }
  .secNews .secNewsIn .listCol .moreBtnWrap {
    padding: 40px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secNews {
    padding: 94px 0 92px 0;
  }
  .secNews .secNewsIn {
    display: flex;
    justify-content: space-between;
  }
  .secNews .secNewsIn .titleCol {
    width: 120px;
  }
  .secNews .secNewsIn .listCol {
    width: min(100% - 120px, 767px);
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 34px 52px 34px 0;
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList .date {
    font-size: 14px;
    width: 90px;
  }
  .secNews .secNewsIn .listCol .newsListWrap .newsList .title {
    font-size: clamp(14px, 1.17vw, 15px);
    width: calc(100% - 90px);
  }
  .secNews .secNewsIn .listCol .moreBtnWrap {
    padding: 8px 0 0 0;
    display: flex;
    justify-content: flex-end;
  }
}
.secCompany .secCompanyIn .topArea .listCol .infoList {
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.secCompany .secCompanyIn .topArea .listCol .infoList .listTitle {
  color: #3E85C3;
  font-weight: 500;
}
.secCompany .secCompanyIn .topArea .listCol .infoList .listData {
  letter-spacing: 0.01em;
  line-height: 180%;
}
.secCompany .secCompanyIn .detailListWrap .detailList {
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.secCompany .secCompanyIn .detailListWrap .detailList:last-of-type {
  border-bottom: none;
}
.secCompany .secCompanyIn .detailListWrap .detailList .detailTitle {
  color: #3E85C3;
  font-weight: 500;
}
.secCompany .secCompanyIn .detailListWrap .detailList .detailData {
  letter-spacing: 0.01em;
  line-height: 180%;
}
.secCompany .secCompanyIn .mapArea iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secCompany {
    padding: 0 0 80px 0;
  }
  .secCompany .secCompanyIn .topArea {
    padding: 32px 0 0px 0;
  }
  .secCompany .secCompanyIn .topArea .imgCol {
    padding: 0 0 10px 0;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList {
    font-size: 14px;
    padding: 24px 0;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList .listTitle {
    width: 72px;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList .listData {
    width: calc(100% - 94px);
  }
  .secCompany .secCompanyIn .detailListWrap .detailList {
    padding: 24px 0;
    font-size: 14px;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .secCompany .secCompanyIn .detailListWrap .detailList .detailTitle {
    width: 72px;
  }
  .secCompany .secCompanyIn .detailListWrap .detailList .detailData {
    width: calc(100% - 94px);
  }
  .secCompany .secCompanyIn .mapArea {
    padding: 54px 0 0 0;
    width: 100vw;
    margin-left: calc((min(92vw, 390px) - 100vw) / 2);
  }
  .secCompany .secCompanyIn .mapArea iframe {
    height: 234px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCompany {
    padding: 0 0 120px 0;
  }
  .secCompany .secCompanyIn .topArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 30px 0;
  }
  .secCompany .secCompanyIn .topArea .imgCol {
    width: min(48%, 535px);
  }
  .secCompany .secCompanyIn .topArea .listCol {
    width: min(50%, 543px);
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList {
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 24px 0;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList:last-of-type {
    border-bottom: none;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList .listTitle {
    width: 42%;
  }
  .secCompany .secCompanyIn .topArea .listCol .infoList .listData {
    width: 68%;
  }
  .secCompany .secCompanyIn .detailListWrap .detailList {
    padding: 24px 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secCompany .secCompanyIn .detailListWrap .detailList .detailTitle {
    width: 120px;
  }
  .secCompany .secCompanyIn .detailListWrap .detailList .detailData {
    width: calc(100% - 120px);
  }
  .secCompany .secCompanyIn .mapArea {
    padding: 30px 0 0 0;
  }
  .secCompany .secCompanyIn .mapArea iframe {
    height: 400px;
  }
}/*# sourceMappingURL=style.css.map */