.aboutus_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  width: 1100px;
  min-height: 320px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .aboutus_section {
    width: auto;
    margin: 0 4.48718vw;
  }
  #contents .aboutus_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.41026vw 0;
  }
}

.aboutus_section:not(:last-child) {
  margin-bottom: 75px;
}

@media (max-width: 480px) {
  .aboutus_section:not(:last-child) {
    margin-bottom: 10.25641vw;
  }
}

.aboutus_section:last-child {
  margin-bottom: 180px;
}

@media (max-width: 480px) {
  .aboutus_section:last-child {
    margin-bottom: 17.30769vw;
  }
}

.aboutus_section:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.aboutus_section_image {
  width: 500px;
}

@media (max-width: 480px) {
  .aboutus_section_image {
    width: 100%;
  }
}

.aboutus_section_image img {
  width: 100%;
}

.aboutus_section_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .aboutus_section_text {
    float: unset;
  }
}

.aboutus_section_title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}

@media (max-width: 480px) {
  .aboutus_section_title {
    margin-bottom: 3vw;
    font-size: 5.12821vw;
    padding-top: 7.69231vw;
  }
}

.aboutus_section_title span.count {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  text-align: center;
  min-height: 47px;
  border-bottom: 2px solid #bdbdbd;
  color: #3090f0;
}

@media (max-width: 480px) {
  .aboutus_section_title span.count {
    line-height: 1;
    width: auto;
    letter-spacing: 0.5px;
    font-size: 1.4rem;
    min-height: 4.87179vw;
    padding-bottom: 2vw;
    border-bottom-width: 1px;
  }
}

#contents .aboutus_section_msg p:last-child {
  margin-bottom: 0;
}

.service_section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  min-height: 385px;
  padding-top: 60px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .service_section {
    width: 100%;
    padding-top: 0;
    min-height: unset;
    display: block;
  }
}

.service_section:nth-child(2n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service_section:nth-child(2n) .service_section_image {
  left: 0;
}

.service_section:nth-child(2n+1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.service_section:nth-child(2n+1) .service_section_image {
  right: 0;
}

.service_section:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .service_section:not(:last-child) {
    margin-bottom: 8.97436vw;
  }
}

.service_section:last-child {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .service_section:last-child {
    margin-bottom: 12.82051vw;
  }
}

.service_section_image {
  width: 755px;
  position: absolute;
  z-index: -1;
  top: 0;
}

@media (max-width: 480px) {
  .service_section_image {
    width: 100%;
    position: static;
  }
}

.service_section_image img {
  width: 100%;
}

.service_section_text {
  width: 530px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px #999;
          box-shadow: 0px 0px 6px 0px #999;
  padding: 45px 60px;
}

@media (max-width: 480px) {
  .service_section_text {
    width: auto;
    margin: 0 9.87179vw -10.89744vw;
    position: relative;
    padding: 6.41026vw;
    z-index: 2;
    top: -10.89744vw;
  }
}

.service_section_title {
  text-align: center;
  font-size: 2.7rem;
  padding-bottom: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .service_section_title {
    margin-bottom: 3vw;
    font-size: 5.12821vw;
    padding-bottom: 3.20513vw;
  }
}

.service_section_title::after {
  content: " ";
  height: 3px;
  width: 85px;
  position: absolute;
  background: #3090f0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 480px) {
  .service_section_title::after {
    width: 14.35897vw;
    height: 2px;
  }
}

#contents .service_section_msg p:last-child {
  margin-bottom: 0;
}

.flow_section {
  border: 2px solid #07529d;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 100px;
  border-radius: 120px;
  min-height: 190px;
}

.flow_section:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .flow_section {
    width: auto;
    margin: 0 4.48718vw;
    padding: 6.41026vw;
    border-radius: 10px;
    min-height: unset;
  }
}

.flow_section:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 480px) {
  .flow_section:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.flow_section:not(:last-child)::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 80px;
  background: url(../img/arrow01.png) no-repeat top 20px center;
}

@media (max-width: 480px) {
  .flow_section:not(:last-child)::after {
    height: 15vw;
    background-position: center center;
    margin-top: 2px;
    background-size: auto 10vw;
  }
}

.flow_section:last-child {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .flow_section:last-child {
    margin-bottom: 17vw;
  }
}

.flow_section_count {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #3090f0;
  color: #fff;
  float: left;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

@media (max-width: 480px) {
  .flow_section_count {
    width: 16vw;
    height: 16vw;
    margin: 0 5vw 5vw 0;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}

.flow_section_count span {
  font-size: 3rem;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .flow_section_count span {
    font-size: 2.3rem;
    margin-top: 0;
  }
}

.flow_section_count ~ * {
  margin-left: 150px;
}

@media (max-width: 480px) {
  .flow_section_count ~ * {
    margin-left: 0;
  }
}

.flow_section_title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .flow_section_title {
    margin-bottom: 5vw;
    font-size: 5.12821vw;
    min-height: 16vw;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.flow_section_msg {
  font-size: 1.7rem;
}

@media (max-width: 480px) {
  .flow_section_msg {
    clear: both;
    font-size: inherit;
  }
}

#contents .flow_section_msg p:last-child {
  margin-bottom: 0;
}

.works_section {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .works_section {
    width: auto;
    margin: 0 4.48718vw;
  }
}

.works_section:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .works_section:not(:last-child) {
    margin-bottom: 12.82051vw;
  }
}

.works_section:last-child {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .works_section:last-child {
    margin-bottom: 17.94872vw;
  }
}

.works_section_title {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .works_section_title {
    margin-bottom: 3vw;
    font-size: 5.12821vw;
  }
}

.works_section_msg {
  display: table;
  margin: 0 auto;
}

.works_section_msg:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .works_section_msg:not(:last-child) {
    margin-bottom: 7.69231vw;
  }
}

.works_section_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_section_arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 40px;
  background: url(../img/arrow02.png) no-repeat center center;
}

@media (max-width: 480px) {
  .works_section_arrow {
    margin-bottom: 25px;
    background-size: auto 10vw;
  }
}

.works_section_before, .works_section_after {
  width: 478px;
}

@media (max-width: 480px) {
  .works_section_before, .works_section_after {
    width: 39.61538vw;
  }
}

.works_section_before > a, .works_section_after > a {
  height: 345px;
}

@media (max-width: 480px) {
  .works_section_before > a, .works_section_after > a {
    height: 28.58974vw;
  }
}

.works_section_before > ul, .works_section_after > ul {
  gap: 2px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  height: 345px;
}

@media (max-width: 480px) {
  .works_section_before > ul, .works_section_after > ul {
    height: 28.58974vw;
    gap: 1px;
  }
}

.works_section_before > ul li a, .works_section_after > ul li a {
  height: 100%;
}

.works_section_before a[data-lightbox], .works_section_after a[data-lightbox] {
  position: relative;
  display: block;
}

.works_section_before a[data-lightbox]::after, .works_section_after a[data-lightbox]::after {
  content: "\ff0b";
  position: absolute;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  right: 2px;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 480px) {
  .works_section_before a[data-lightbox]::after, .works_section_after a[data-lightbox]::after {
    width: 7vw;
    height: 7vw;
    font-size: 15px;
  }
}

.works_section_before img, .works_section_after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_section_before span, .works_section_after span {
  display: block;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  font-size: 2rem;
}

@media (max-width: 480px) {
  .works_section_before span, .works_section_after span {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    padding-top: 3.33333vw;
  }
}

.faq_btns {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background: #eaf4fd;
  z-index: 5;
  min-height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.faq_btns ul {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}

@media (max-width: 480px) {
  .faq_btns ul {
    width: 100%;
    gap: 3vw;
    padding: 0 3vw;
  }
}

.faq_btns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq_btns a {
  width: 100%;
}

@media (max-width: 480px) {
  .faq_btns a {
    padding: 10px 0 40px;
    letter-spacing: 0;
    font-size: 1.4rem;
    border-radius: 10px;
  }
}

.faq_btns a::after {
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

@media (max-width: 480px) {
  .faq_btns a::after {
    -webkit-transform: rotate(90deg) translate(0, 50%) scale(0.9);
            transform: rotate(90deg) translate(0, 50%) scale(0.9);
    top: unset;
    left: 50%;
    bottom: 6px;
  }
}

@media (max-width: 480px) {
  .faq_btns span {
    display: none;
  }
}

.faq_list {
  width: 1000px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 480px) {
  .faq_list {
    width: 100%;
    gap: 5vw 0;
    padding-top: 2.5641vw;
  }
}

.faq_list li {
  background: #fff;
  border: solid #2b5f93;
  border-width: 1px 2px 10px 1px;
}

.faq_list li > * {
  position: relative;
}

.faq_list li > *::after {
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 50px;
  letter-spacing: 0;
  padding-bottom: 6px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .faq_list li > *::after {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
    padding-bottom: 2px;
    left: 5vw;
    top: 5vw;
    -webkit-transform: unset;
            transform: unset;
  }
}

.faq_list_title {
  padding: 30px 30px 30px 110px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 480px) {
  .faq_list_title {
    font-size: 4.5vw;
    padding: calc(5px + 5vw) 5vw 5vw 20vw;
  }
}

.faq_list_title::after {
  content: "\51";
  background: #07529d;
}

.faq_list_msg {
  padding: 25px 50px 30px 110px;
  min-height: 105px;
  font-size: 1.7rem;
}

@media (max-width: 480px) {
  .faq_list_msg {
    padding: 5vw 5vw 5vw 20vw;
    font-size: inherit;
  }
}

.faq_list_msg::after {
  content: "\41";
  background: #e55252;
}

#contents .faq_list_msg p:last-child {
  margin-bottom: 0;
}

.recruit_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  width: 1100px;
  min-height: 320px;
  margin: 0 auto;
}

.breadcrumbs + .recruit_section {
  padding-top: 100px;
}

@media (max-width: 480px) {
  .breadcrumbs + .recruit_section {
    padding-top: 10vw;
  }
}

@media (max-width: 480px) {
  .recruit_section {
    width: auto;
    margin: 0 4.48718vw;
  }
  #contents .recruit_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.41026vw 0;
  }
}

.recruit_section:not(:last-child) {
  margin-bottom: 75px;
}

@media (max-width: 480px) {
  .recruit_section:not(:last-child) {
    margin-bottom: 10.25641vw;
  }
}

.recruit_section:last-child {
  margin-bottom: 180px;
}

@media (max-width: 480px) {
  .recruit_section:last-child {
    margin-bottom: 17.30769vw;
  }
}

.recruit_section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recruit_section_image {
  width: 500px;
}

@media (max-width: 480px) {
  .recruit_section_image {
    width: 100%;
  }
}

.recruit_section_image img {
  width: 100%;
}

.recruit_section_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .recruit_section_text {
    float: unset;
  }
}

.recruit_section_title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 30px 0 20px;
  position: relative;
  color: #07529d;
  position: relative;
}

@media (max-width: 480px) {
  .recruit_section_title {
    margin-bottom: 5vw;
    font-size: 5.12821vw;
    padding: 0 0 4vw;
  }
}

.recruit_section_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #3090f0;
}

#contents .recruit_section_msg p:last-child {
  margin-bottom: 0;
}

.greeting_block {
  width: 900px;
  margin: 0 auto;
  line-height: 2;
}

@media (max-width: 480px) {
  .greeting_block {
    width: 100%;
  }
}

#contents .greeting_block P {
  margin-bottom: 20px;
}

#contents .greeting_block P:last-child {
  margin-bottom: 0;
}

.greeting_block_ceo {
  text-align: right;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .greeting_block_ceo {
    font-size: 1.8rem;
  }
}

.greeting_block_ceo span {
  font-size: 1.6rem;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .greeting_block_ceo span {
    font-size: 1.5rem;
  }
}

.promise_block {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  counter-reset: promise-count;
}

@media (max-width: 480px) {
  .promise_block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 2.5641vw;
  }
}

.promise_block dt {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  width: 150px;
  counter-increment: promise-count;
}

@media (max-width: 480px) {
  .promise_block dt {
    font-size: 1.7rem;
    width: auto;
    margin-bottom: 10px;
  }
}

.promise_block dt::before {
  content: counter(promise-count) ". ";
}

.promise_block dd {
  width: 650px;
}

@media (max-width: 480px) {
  .promise_block dd {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .promise_block dd:not(:last-child) {
    margin-bottom: 8vw;
  }
}
/*# sourceMappingURL=contents.css.map */