@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_content {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .top_content {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .top_content {
    margin-bottom: 120px;
  }
}

a.blue_btn {
  transition: all 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a.blue_btn:hover {
    background-color: #5aa1cd;
    color: #fff;
    opacity: unset;
  }
}

/* MV----------------------------------------------*/
.mv {
  position: relative;
  background: url(images/main-bg.svg) no-repeat 50% 90%;
  background-size: cover;
}
@media print, screen and (min-width: 1024px) {
  .mv {
    background: url(images/main-bg.svg) no-repeat 50% 90%;
  }
}

.mv_img {
  text-align: center;
  margin: 0 auto 5px;
}

.mv_catch {
  text-align: center;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 960px) {
  .mv_catch {
    margin: 0 auto 40px;
  }
}

.mv_catch_img {
  width: 80% !important;
  height: auto !important;
}
@media print, screen and (min-width: 1024px) {
  .mv_catch_img {
    width: 800px !important;
  }
}

/* 業務内容
----------------------------------------------*/
.top_service {
  position: relative;
  overflow: hidden;
  background: url(images/top-contents-bg-sp.webp) no-repeat;
  background-size: 100% auto;
  padding-bottom: 10%;
}
@media print, screen and (min-width: 960px) {
  .top_service {
    background: url(images/top-contents-bg.webp) no-repeat;
    background-size: cover;
  }
}

.top_content_txt_wrap {
  text-align: left;
  margin-top: 10%;
  width: 85%;
}
@media print, screen and (min-width: 960px) {
  .top_content_txt_wrap {
    width: 700px;
  }
}
.top_content_txt_wrap .top_content_title {
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 2px 2px 1px #888;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 1024px) {
  .top_content_txt_wrap .top_content_title {
    font-size: 32px;
  }
}
.top_content_txt_wrap .top_content_title_s {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-shadow: 2px 2px 1px #888;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .top_content_txt_wrap .top_content_title_s {
    font-size: 26px;
  }
}
.top_content_txt_wrap .top_content_txt {
  font-size: 14px;
}
@media print, screen and (min-width: 1024px) {
  .top_content_txt_wrap .top_content_txt {
    font-size: 16px;
    line-height: 2.7;
  }
}
.top_content_txt_wrap .t_shadow {
  text-shadow: 2px 2px 1px #888;
}

/* 業務内容
----------------------------------------------*/
.top_next_wrapper {
  background: url(images/bg01.svg) no-repeat;
  background-size: 100% auto;
  background-position: left 3% top 70%;
  background-size: 80%;
}
@media print, screen and (min-width: 960px) {
  .top_next_wrapper {
    background-position: left 3% top 20%;
    background-size: 40%;
  }
}

.top_next_wrapper02 {
  background: url(images/bg02.svg) no-repeat;
  background-size: 100% auto;
  background-position: right 3% top 70%;
  background-size: 80%;
}
@media print, screen and (min-width: 960px) {
  .top_next_wrapper02 {
    background-position: right 3% top 20%;
    background-size: 40%;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_next_box {
    width: 43%;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_next_box + figure {
    width: 50%;
  }
}

.top_next_title {
  font-size: 19px;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .top_next_title {
    font-size: 28px;
  }
}

.top_next_title_s {
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .top_next_title_s {
    font-size: 21px;
  }
}

.top_koushi_box {
  max-width: 1060px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 1024px) {
  .top_koushi_box {
    padding: 0 30px;
  }
}

.top_table_box {
  max-width: 1060px;
  margin: 0 auto 0;
}
@media print, screen and (min-width: 1024px) {
  .top_table_box {
    padding: 0 30px;
  }
}

.top_koushi_box p {
  font-size: 12px;
  line-height: 1.6;
}
@media print, screen and (min-width: 1024px) {
  .top_koushi_box p {
    width: calc(100% - 350px);
    font-size: 14px;
  }
}
.top_koushi_box p .koushi_name {
  font-size: 14px;
  font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
  .top_koushi_box p .koushi_name {
    font-size: 18px;
  }
}

.top_mb {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .top_mb {
    margin-bottom: 80px;
  }
}

.top_koushi_box02 {
  max-width: 1080px;
  background-color: #fdfdfd;
  border: solid 1px #eee;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 4px;
}
@media print, screen and (min-width: 1024px) {
  .top_koushi_box02 {
    padding: 30px 50px 35px 50px;
  }
}

.ten_title {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media print, screen and (min-width: 600px) {
  .ten_title {
    font-size: 22px;
  }
}

.ten_txt {
  border-radius: 4px;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.top_koushi_box figure {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 1024px) {
  .top_koushi_box figure {
    width: auto;
    margin: 0;
  }
}

a.kigyou_btn {
  background-color: #4e9d68;
}

a.uiturn_btn {
  background-color: #5aa1cd;
}

a.kigyou_btn, a.uiturn_btn {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  border-radius: 9999px;
  padding: 24px 30px;
  margin: 10px auto 0;
  text-align: center;
  width: 94%;
}
@media print, screen and (min-width: 960px) {
  a.kigyou_btn, a.uiturn_btn {
    margin: 20px auto 20px;
    width: auto;
    line-height: 1;
  }
}
a.kigyou_btn span, a.uiturn_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  a.kigyou_btn span, a.uiturn_btn span {
    font-size: 20px;
  }
}
a.kigyou_btn img, a.uiturn_btn img {
  width: 16px;
  margin-right: 10px;
}
a.kigyou_btn:hover, a.uiturn_btn:hover {
  opacity: 0.6;
}

/* お知らせ
----------------------------------------------*/
ul.top_info_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.5;
  padding: 15px 0;
}
@media print, screen and (min-width: 1024px) {
  ul.top_info_list li {
    padding: 15px 30px;
  }
}
ul.top_info_list li:not(:last-child) {
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
ul.top_info_list a.info_list_category {
  display: inline-block;
  background-color: #9bbef0;
  color: #fff;
  font-size: 12px;
  padding: 3px 20px;
  margin: 0 1.25em;
}
@media print, screen and (min-width: 1024px) {
  ul.top_info_list a.info_list_category {
    margin: 0 2em;
  }
}
ul.top_info_list h3 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  ul.top_info_list h3 {
    width: calc(100% - 210px);
    margin-top: 0;
  }
}

.top_info_btn {
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .top_info_btn {
    margin-top: 20px;
  }
}
.top_info_btn a {
  display: inline-block;
  color: #5aa1cd;
  font-weight: bold;
  line-height: 1;
  border: 1px solid rgba(0, 35, 175, 0.5);
  padding: 10px 30px;
}

a.tensyoku_btn {
  display: block;
  background-color: #d5614d;
  color: #fff;
  line-height: 1.5;
  border-radius: 9999px;
  padding: 20px 30px;
  margin: 30px auto 20px;
  text-align: center;
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  a.tensyoku_btn {
    width: 80%;
    line-height: 1;
  }
}
a.tensyoku_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  a.tensyoku_btn span {
    font-size: 20px;
  }
}
a.tensyoku_btn img {
  width: 14px;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  a.tensyoku_btn img {
    width: 18px;
  }
}
a.tensyoku_btn:hover {
  opacity: 0.6;
}

.gray_wrapper {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .gray_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*
よくある質問*/
.green_wrapper {
  background-color: rgba(78, 157, 104, 0.25);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .green_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.faq_area01, .faq_area02, .faq_area03 {
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .faq_area01, .faq_area02, .faq_area03 {
    padding: 40px;
  }
}

.faq_area03 {
  margin-bottom: 0;
}

.faq_area01 {
  background-color: rgba(78, 157, 104, 0.5);
}

.faq_area02 {
  background-color: rgba(78, 157, 104, 0.9);
}

.faq_area03 {
  background-color: rgba(78, 157, 104, 0.7);
}

.faq-item {
  margin-top: 20px;
  border-radius: 6px;
  background: #fff;
}

.faq-question__wrap {
  position: relative;
  padding: 10px 45px 10px 40px;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .faq-question__wrap {
    padding: 10px 5px 5px 55px;
  }
}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #4e9d68;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #4e9d68;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
}

.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question__title {
  font-weight: bold;
  color: #4e9d68;
  font-size: 16px;
  position: relative;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .faq-question__title {
    font-size: 20px;
  }
}

.faq-question__title::before {
  position: absolute;
  color: #4e9d68;
  content: "Q";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1024px) {
  .faq-question__title::before {
    left: -35px;
  }
}

.faq-answer__wrap {
  background: #fff;
  padding: 10px 45px 10px 40px;
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 6px 6px;
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__wrap {
    padding: 10px 5px 0 55px;
  }
}

.faq-answer__wrap.active {
  height: auto;
  padding: 10px 45px 10px 40px;
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__wrap.active {
    padding: 10px 5px 0 55px;
  }
}

.faq-answer__wrap {
  background: #fff;
  opacity: 0;
  padding: 10px 45px 10px 40px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.3s; /* 擬似要素のトランジションを追加 */
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__wrap {
    padding: 10px 5px 5px 55px;
  }
}

.faq-answer__wrap.active {
  opacity: 1;
  padding: 10px 45px 10px 40px;
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__wrap.active {
    padding: 10px 5px 10px 55px;
  }
}

.faq-answer__text {
  position: relative;
  font-size: 14px;
  list-style: 1.2;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__text {
    font-size: 16px;
  }
}

.faq-answer__text::before {
  position: absolute;
  color: #4e9d68;
  content: "A";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .faq-answer__text::before {
    left: -35px;
  }
}

/*バナーエリア*/
.other_wrap {
  width: 100%;
  padding: 30px 0 5px 0;
}
@media print, screen and (min-width: 960px) {
  .other_wrap {
    width: auto;
    padding: 40px 0 24px 0;
  }
}

.inner.other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  margin: 0 auto 30px;
}
@media print, screen and (min-width: 768px) {
  .inner.other {
    row-gap: 25px;
  }
}
@media print, screen and (min-width: 960px) {
  .inner.other {
    max-width: 1080px;
  }
}

.other_col .other_img {
  display: block;
  width: auto;
  height: 12vw;
  max-height: 95px;
}
@media print, screen and (min-width: 960px) {
  .other_col .other_img {
    height: 8.5vw;
  }
}

a.info_btn {
  display: inline-block;
  background-color: #fff;
  line-height: 1;
  border-radius: 9999px;
  padding: 10px 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 2px #4e9d68;
}
a.info_btn span {
  display: flex;
  align-items: center;
  color: #4e9d68;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  a.info_btn span {
    font-size: 14px;
  }
}
a.info_btn img {
  width: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 960px) {
  a.info_btn img {
    width: 12px;
  }
}
a.info_btn:hover {
  opacity: 0.6;
}

.info_cb {
  text-align: right;
}/*# sourceMappingURL=front.css.map */