@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* -- 画像をトリミング -- */
/* ===== business.css ===== */
/* -- business_box01 -- */
.business_box01 {
  margin-top: 9.6rem;
}
.business_box01-img a {
  display: block;
  overflow: hidden;
}
.business_box01-img a img {
  transition: transform 0.6s ease;
}
@media screen and (min-width: 901px) {
  .business_box01-img a {
    /* - hover - */
  }
  .business_box01-img a:hover {
    opacity: 1;
  }
  .business_box01-img a:hover img {
    transform: scale(1.1);
  }
}
.business_box01 > * {
  zoom: 1;
}
.business_box01 > *::after {
  content: "";
  display: block;
  clear: both;
}
.business_box01 > *:not(:last-child) {
  margin-bottom: 16.3rem;
}
.business_box01 > *:nth-child(1) h3 img {
  top: 0;
  left: 2.3rem;
}
.business_box01 > *:nth-child(2) h3 img {
  top: -0.6rem;
  left: 15.2rem;
}
.business_box01 > *:nth-child(3) h3 img {
  top: 4.7rem;
  left: 1rem;
}
.business_box01 h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #08519F;
  float: left;
  position: relative;
  margin-top: 7rem;
  padding: 0 10% 0 9.6rem;
  width: 50%;
}
.business_box01 h3 span {
  position: relative;
  z-index: 20;
}
.business_box01 h3 img {
  position: absolute;
  z-index: 10;
}
.business_box01 h5 {
  margin-top: 7.6rem;
  margin-left: auto;
  padding-right: 10%;
  width: 50%;
}
.business_box01 h5 + p {
  margin-left: auto;
  padding-right: 10%;
  width: 50%;
}
.business_box01 .link {
  margin-top: 2.6rem;
  margin-left: auto;
  padding-right: 10%;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .business_box01 > *:not(:last-child) {
    margin-bottom: 120px;
  }
  .business_box01 h3 {
    font-size: 30px;
    float: none;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 0 0 0 9.6rem;
    width: 100%;
    min-height: 160px;
  }
  .business_box01 h3 img {
    top: 0 !important;
    left: 0 !important;
    height: 160px;
    width: auto;
  }
  .business_box01 h5 {
    margin-top: 30px;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .business_box01 h5 + p {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .business_box01 .link {
    margin-top: 2.6rem;
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* -- pulldown -- */
.pulldown {
  margin-top: 5.1rem;
  border-top: 1px solid #E1E1E1;
  /* - year_box - */
  /* - faq_box - */
}
.pulldown dt {
  background: #F4F5F6;
  border: 1px solid #E1E1E1;
  border-top: none;
  /* - open - */
}
.pulldown dt a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  display: block;
  position: relative;
  padding: 3.1rem 7.5rem 3rem 3rem;
}
.pulldown dt a::before, .pulldown dt a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.8rem;
  margin: auto;
  width: 2rem;
  height: 0.2rem;
  background: #08519F;
  content: "";
  transform: rotate(0);
  transition: transform 0.6s;
}
.pulldown dt:not(.open) a::before {
  transform: rotate(90deg);
}
.pulldown dd {
  display: none;
  padding: 5.5rem 7.9rem 6.3rem 5.9rem;
  border: 1px solid #E1E1E1;
  border-top: none;
}
.pulldown dd > :first-child {
  margin-top: 0;
}
.pulldown dd .box_w540 {
  max-width: 540px;
}
.pulldown dd .box_w790 {
  max-width: 790px;
}
.pulldown dd .box_w865 {
  max-width: 865px;
}
.pulldown.year_box {
  border-top: none;
}
.pulldown.year_box dt {
  border: none;
  margin-bottom: 1.9rem;
}
.pulldown.year_box dt a {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #08519F;
}
.pulldown.year_box dt a span {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 2.4rem;
  margin-right: 0.2rem;
  position: relative;
  top: 0.1rem;
}
.pulldown.year_box dd {
  padding: 6.5rem 0 10.1rem;
  border: none;
}
@media screen and (min-width: 901px) {
  .pulldown.year_box dt a {
    padding-top: 2.9rem;
    padding-bottom: 2.5rem;
  }
}
.pulldown.faq_box dt:not(:first-child) {
  margin-top: 2.5rem;
  border-top: 1px solid #E1E1E1;
}
.pulldown.faq_box dt a span {
  display: block;
  position: relative;
  padding: 0 0 0.1rem 3.8rem;
}
.pulldown.faq_box dt a span::before {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: #08519F;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  content: "Q";
}
.pulldown.faq_box dd {
  padding: 0;
}
.pulldown.faq_box .faq_box-cnt {
  padding: 2.4rem 7rem 2.2rem 2.8rem;
}
.pulldown.faq_box .faq_box-tit {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  display: block;
  position: relative;
  padding: 3.1rem 7.5rem 3rem 3rem;
  border-top: 1px solid #E1E1E1;
}
.pulldown.faq_box .faq_box-tit span {
  display: block;
  position: relative;
  padding: 0 0 0.1rem 3.8rem;
}
.pulldown.faq_box .faq_box-tit span::before {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: #08519F;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  content: "A";
}
@media screen and (max-width: 900px) {
  .pulldown {
    /* - year_box - */
    /* - faq_box - */
  }
  .pulldown dt a {
    padding: 20px 50px 20px 20px;
  }
  .pulldown dt a::before, .pulldown dt a::after {
    right: 20px;
    width: 15px;
    height: 2px;
  }
  .pulldown dd {
    padding: 20px;
  }
  .pulldown.year_box dd {
    padding: 0 0 30px;
  }
  .pulldown.faq_box dt a span {
    padding: 0 0 0.1rem 25px;
  }
  .pulldown.faq_box dt a span::before {
    font-size: 22px;
    top: 1px;
  }
  .pulldown.faq_box .faq_box-cnt {
    padding: 20px;
  }
  .pulldown.faq_box .faq_box-tit {
    padding: 20px;
  }
  .pulldown.faq_box .faq_box-tit span {
    padding: 0 0 0.1rem 25px;
  }
  .pulldown.faq_box .faq_box-tit span::before {
    font-size: 22px;
    top: 1px;
  }
}

.imgBoxContain {
  position: relative;
  padding-top: 66.5%;
  background: #e1e1e1;
}
.imgBoxContain img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  object-position: center;
  object-fit: contain;
}/*# sourceMappingURL=business.css.map */