@charset "UTF-8";
main {
  position: relative;
  padding: 82px 0 0 0;
  margin: 0;
  display: block;
}

.contents {
  width: 90%;
  padding: 100px 0 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.contents .business-index_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 165px;
}
.contents .business-index_box h3 {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.contents .business-index_box h3 span {
  font-size: 2rem;
  margin-left: 20px;
}
.contents .business-index_box .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 100px;
}
.contents .business-index_box .text span {
  display: inline-block;
}
.contents .business-index_box .img_box {
  width: 90%;
  margin-top: 60px;
}
.contents .business-index_box .img_box img {
  width: 94%;
  height: auto;
}
.contents .title_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .title_box h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #323232;
  margin-bottom: 15px;
}
.contents .title_box .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #323232;
}
.contents .title_box.busi02 {
  margin: 0 auto 100px;
}
.contents .business_box_01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .business_box_01 .title_box {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 25px;
}
.contents .business_box_01 .title_box .point {
  display: flex;
  font-size: 4.3rem;
  font-weight: 600;
  color: #000;
  margin-right: 21px;
  align-items: flex-end;
  font-family: "Rubik", sans-serif;
}
.contents .business_box_01 .title_box .point span {
  font-size: 1.7rem;
  margin-right: 3px;
  border-bottom: 1px solid #000;
  margin-bottom: 11px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contents .business_box_01 .title_box h4 {
  font-size: 2.4rem;
  margin-bottom: 0.25em;
  font-weight: 600;
}
.contents .business_box_01 .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 50px;
}
.contents .business_box_01 .text.ls05 {
  letter-spacing: -0.05em;
}
.contents .business_box_01 .merit_box {
  width: 100%;
  margin-bottom: 170px;
}
.contents .business_box_01 .merit_box h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f337f;
}
.contents .business_box_01 .merit_box .merit_point_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.contents .business_box_01 .merit_box .merit_point_box .point {
  width: 24%;
  background-color: #efeff2;
  padding: 1.75em 1.5em;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contents .business_box_01 .merit_box .merit_point_box .point .num {
  font-size: 1.8rem;
  width: 1.8em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  align-items: flex-start;
  color: #123686;
  background-color: #fff;
  margin: 0 auto 10px;
  margin: 0 auto 10px;
  font-family: "Rubik", sans-serif;
}
.contents .business_box_01 .merit_box .merit_point_box .point .text {
  font-size: 1.5rem;
  line-height: 1.75;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.contents .business_box_01 .merit_box .merit_point_box .point .text.ls05 {
  margin-top: 1em;
}
.contents .business_box_01 .merit_box .merit_img {
  width: 100%;
  max-width: 880px;
  margin: -10px auto 0;
}
.contents .business_box_01 .merit_box .merit_img img {
  width: 100%;
  height: auto;
}
.contents .business_box_01 .merit_box .merit_img.second {
  margin: -10px auto 0;
}
.contents .business_box_01.first {
  margin: -20px auto 100px;
}
.contents .business_box_02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .business_box_02 h4 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_02 .point_box {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contents .business_box_02 .point_box .point {
  width: calc(33.333% - 15px);
  display: flex;
  flex-direction: column;
}
.contents .business_box_02 .point_box .point .title {
  background-color: #123686;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1em 0;
  font-weight: 500;
  line-height: 1.5;
}
.contents .business_box_02 .point_box .point .title.second {
  padding: 1.75em 0;
}
.contents .business_box_02 .point_box .point .text {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 17px 35px;
  letter-spacing: 0.01em;
  background-color: #efeff2;
  flex-grow: 1;
}
.contents .business_box_02 .main-target_box {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.contents .business_box_02 .main-target_box .main-target {
  width: 50%;
  margin-bottom: 30px;
}
.contents .business_box_02 .main-target_box .main-target ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
  font-size: 1.9rem;
  /* ●とテキストの間に余白 */
}
.contents .business_box_02 .main-target_box .main-target ul li::before {
  content: "●";
  /* マーカー代わりの黒丸 */
  position: absolute;
  font-size: 0.6em;
  left: 0;
  top: 0.65em;
  color: #113686;
  line-height: 1;
  /* 色指定 */
}
.contents .business_box_02 .main-target_box h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.contents .business_box_02 .main-target_box .text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.contents .business_box_02 .sales-stance {
  width: 100%;
  margin-bottom: 170px;
}
.contents .business_box_02 .sales-stance h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.contents .business_box_02 .sales-stance .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
.contents .business_box_03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .business_box_03 .needs_box {
  margin: 0 auto 80px;
}
.contents .business_box_03 .needs_box h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.contents .business_box_03 .needs_box .img_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.contents .business_box_03 .needs_box .img_box img {
  width: 100%;
}
.contents .business_box_03 .title_box {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 25px;
}
.contents .business_box_03 .title_box .point {
  display: flex;
  font-size: 4.3rem;
  font-weight: 600;
  color: #000;
  margin-right: 21px;
  align-items: flex-end;
  font-family: "Rubik", sans-serif;
}
.contents .business_box_03 .title_box .point span {
  font-size: 1.7rem;
  margin-right: 3px;
  border-bottom: 1px solid #000;
  margin-bottom: 11px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contents .business_box_03 .title_box h4 {
  font-size: 2.4rem;
  margin-bottom: 0.25em;
  font-weight: 600;
}
.contents .business_box_03 .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 50px;
}
.contents .business_box_03 .text.ls05 {
  letter-spacing: -0.05em;
}
.contents .business_box_03 .point_box_w {
  width: 100%;
  margin-bottom: 100px;
}
.contents .business_box_03 .point_box_w h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f337f;
}
.contents .business_box_03 .point_box_w .point_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.contents .business_box_03 .point_box_w .point_box .point {
  width: 32.5%;
  background-color: #efeff2;
  padding: 1.75em 1.5em;
}
.contents .business_box_03 .point_box_w .point_box .point .num {
  font-size: 1.8rem;
  width: 1.8em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  color: #123686;
  background-color: #fff;
  margin: 0 auto 10px;
}
.contents .business_box_03 .point_box_w .point_box .point .text {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.contents .business_box_03 .point_box_w .point_box .point .text.scheme01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  padding: 0 2.5em;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.contents .business_box_03 .point_box_w .point_box .point .text.line2 {
  padding-top: 0.75em;
}
.contents .business_box_03 .point_box_w .point_box_second {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.contents .business_box_03 .point_box_w .point_box_second .point {
  width: 24%;
  background-color: #efeff2;
  padding: 1.75em 1.5em;
}
.contents .business_box_03 .point_box_w .point_box_second .point .num {
  font-size: 1.8rem;
  width: 1.8em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  color: #123686;
  background-color: #fff;
  margin: 0 auto 10px;
}
.contents .business_box_03 .point_box_w .point_box_second .point .text {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.contents .business_box_03 .point_box_w .point_box_second .point .text.scheme01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75;
  padding: 0 2.5em;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}
.contents .business_box_03 .point_box_w .point_box_second .point .text.line2 {
  padding-top: 0.75em;
}
.contents .business_box_03 .point_box_w .point_img {
  width: 100%;
  max-width: 880px;
  margin: -20px auto 160px;
}
.contents .business_box_03 .point_box_w .point_img img {
  width: 100%;
  height: auto;
}
.contents .business_box_03 .point_box_w .point_img2 {
  width: 100%;
  margin: 0 auto 100px;
}
.contents .business_box_03 .point_box_w .point_img2 img {
  width: 100%;
  height: auto;
}
.contents .business_box_03.first {
  margin: -20px auto 100px;
}
.contents .financial_support_box {
  margin: 0 auto;
}
.contents .financial_support_box h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .financial_support_box .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
.contents .registration_box {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  border: 1px solid #013686;
  padding: 40px;
  justify-content: space-between;
}
.contents .registration_box dl {
  width: 48%;
  margin-right: 2%;
}
.contents .registration_box dl dt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #013686;
}
.contents .registration_box dl dd {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.contents .registration_box dl dd a {
  color: #2459e2;
  text-decoration: none;
}
.contents .registration_box dl dd span {
  font-size: 1.2rem;
}
.contents .business_box_04 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .business_box_04 h4 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_04 .task_box {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .business_box_04 .task_box .task {
  display: flex;
  padding: 20px 10px;
  width: calc(50% - 15px);
  background-color: #fff;
  border: 1px solid #123686;
  border-radius: 20px;
  margin-bottom: 20px;
}
.contents .business_box_04 .task_box .task .image {
  width: 50%;
  margin-right: 7%;
}
.contents .business_box_04 .task_box .task .image img {
  width: 80%;
  height: auto;
  margin-left: 10%;
  display: flex;
  align-items: center;
}
.contents .business_box_04 .task_box .task .image.img2 {
  padding-top: 2%;
}
.contents .business_box_04 .task_box .task .image.img3 {
  padding-top: 2%;
}
.contents .business_box_04 .task_box .task .image.img4 {
  padding-top: 2%;
}
.contents .business_box_04 .task_box .task .text {
  width: 38%;
  font-size: 1.6rem;
  line-height: 1.75;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
}
.contents .business_box_04 h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_04 .point_box {
  width: 100%;
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
}
.contents .business_box_04 .point_box .point {
  width: calc(33.333% - 15px);
}
.contents .business_box_04 .point_box .point .title {
  background-color: #123686;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1em 0;
  font-weight: 500;
  line-height: 1.5;
}
.contents .business_box_04 .point_box .point .text {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 17px 32px;
  letter-spacing: 0.01em;
  background-color: #efeff2;
  font-feature-settings: "palt" 1;
}
.contents .business_box_04 .scheme_img {
  width: 100%;
  max-width: 758px;
  margin: 0 auto 110px;
}
.contents .business_box_04 .scheme_img img {
  width: 100%;
  height: auto;
}
.contents .business_box_04 .handling-area_box {
  display: flex;
  width: 100%;
}
.contents .business_box_04 .handling-area_box .main-target {
  width: 50%;
  margin-bottom: 85px;
}
.contents .business_box_04 .handling-area_box .main-target ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 25px;
  font-size: 1.9rem;
  /* ●とテキストの間に余白 */
}
.contents .business_box_04 .handling-area_box .main-target ul li::before {
  content: "●";
  /* マーカー代わりの黒丸 */
  position: absolute;
  font-size: 0.6em;
  left: 0;
  top: 0.65em;
  color: #113686;
  line-height: 1;
  /* 色指定 */
}
.contents .business_box_04 .handling-area_box h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.contents .business_box_04 .handling-area_box .text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.contents .business_box_04 .support-stance {
  width: 100%;
  margin-bottom: 170px;
}
.contents .business_box_04 .support-stance h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_04 .support-stance .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
.contents .business_box_05 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.contents .business_box_05 .new-role_box {
  margin: 0 auto 100px;
}
.contents .business_box_05 .new-role_box h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.contents .business_box_05 .new-role_box .text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.contents .business_box_05 .new-role_box .list_box {
  width: 100%;
  margin: 0 auto;
}
.contents .business_box_05 .new-role_box .list_box .list {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #123686;
  border-bottom: 1px solid #123686;
}
.contents .business_box_05 .new-role_box .list_box .list li {
  width: 33.333%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-right: 1px solid #123686;
}
.contents .business_box_05 .new-role_box .list_box .list li:last-child {
  border-right: none;
}
.contents .business_box_05 .title_box {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 25px;
}
.contents .business_box_05 .title_box .point {
  display: flex;
  font-size: 4.3rem;
  font-weight: 600;
  color: #0f337f;
  margin-right: 21px;
  align-items: flex-end;
}
.contents .business_box_05 .title_box .point span {
  font-size: 1.7rem;
  margin-right: 3px;
  border-bottom: 1px solid #0f337f;
  margin-bottom: 5px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contents .business_box_05 .title_box h4 {
  font-size: 2.4rem;
  margin-bottom: 0.25em;
}
.contents .business_box_05 .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 50px;
}
.contents .business_box_05 .text.ls05 {
  letter-spacing: -0.05em;
}
.contents .business_box_05 .attempt_box_w {
  width: 100%;
  margin-bottom: 100px;
}
.contents .business_box_05 .attempt_box_w h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #323232;
}
.contents .business_box_05 .attempt_box_w .attempt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.contents .business_box_05 .attempt_box_w .attempt_box .point {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
  background-color: #efeff2;
  padding: 1.75em 1.5em;
}
.contents .business_box_05 .attempt_box_w .attempt_box .point .num {
  font-size: 1.8rem;
  width: 1.8em;
  font-weight: 600;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123686;
  background-color: #fff;
  margin: 0 auto 10px;
  font-family: "Rubik", sans-serif;
}
.contents .business_box_05 .attempt_box_w .attempt_box .point .text {
  display: flex;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 0;
  align-items: center;
  letter-spacing: 0.01em;
}
.contents .business_box_05 .attempt_box_w .attempt_box .point .text.line2 {
  padding-top: 0.75em;
}
.contents .business_box_05 .attempt_box_w .prospects_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.contents .business_box_05 .attempt_box_w .prospects_box .prospects {
  display: flex;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 1em;
  margin: 0 20px;
  width: 238px;
  height: 238px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* 横方向中央揃え */
  background: #113686;
  /*背景色*/
}
.contents .business_box_05 .posture_box {
  margin: 0 auto 170px;
}
.contents .business_box_05 .posture_box h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_05 .posture_box .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
.contents .business_box_06 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 170px;
}
.contents .business_box_06 .operation_box {
  margin: 0 auto 100px;
}
.contents .business_box_06 .operation_box .model_image {
  width: 100%;
  margin: 0 auto 100px;
}
.contents .business_box_06 .operation_box .model_image img {
  width: 100%;
  height: auto;
}
.contents .business_box_06 .operation_box h4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.contents .business_box_06 .operation_box .text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.contents .business_box_06 .operation_box .list_box {
  width: 100%;
  margin: 0 auto;
}
.contents .business_box_06 .operation_box .list_box .list {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #123686;
  border-bottom: 1px solid #123686;
}
.contents .business_box_06 .operation_box .list_box .list li {
  width: 33.333%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-right: 1px solid #123686;
}
.contents .business_box_06 .operation_box .list_box .list li:last-child {
  border-right: none;
}
.contents .business_box_06 .operation_box .trait_box {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contents .business_box_06 .operation_box .trait_box .trait {
  margin-right: 3%;
  margin-bottom: 50px;
}
.contents .business_box_06 .operation_box .trait_box .trait h5 {
  font-size: 1.8rem;
  color: #123686;
}
.contents .business_box_06 .operation_box .trait_box .trait h5 span {
  padding: 0.25em 0.5em;
  border: 1px solid #123686;
}
.contents .business_box_06 .operation_box .trait_box .trait ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  /* ●とテキストの間に余白 */
}
.contents .business_box_06 .operation_box .trait_box .trait ul li::before {
  content: "●";
  /* マーカー代わりの黒丸 */
  position: absolute;
  font-size: 0.6em;
  left: 0;
  top: 0.65em;
  color: #113686;
  line-height: 1;
  /* 色指定 */
}
.contents .business_box_06 .operation_box .trait_box .trait.end {
  margin-bottom: 0;
}
.contents .business_box_06 .title_box {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 25px;
}
.contents .business_box_06 .title_box .point {
  display: flex;
  font-size: 4.3rem;
  font-weight: 600;
  color: #0f337f;
  margin-right: 21px;
  align-items: flex-end;
}
.contents .business_box_06 .title_box .point span {
  font-size: 1.7rem;
  margin-right: 3px;
  border-bottom: 1px solid #0f337f;
  margin-bottom: 5px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contents .business_box_06 .title_box h4 {
  font-size: 2.4rem;
  margin-bottom: 0.25em;
}
.contents .business_box_06 .text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  margin-bottom: 50px;
}
.contents .business_box_06 .text.ls05 {
  letter-spacing: -0.05em;
}
.contents .business_box_06 .attempt_box_w {
  width: 100%;
  margin-bottom: 100px;
}
.contents .business_box_06 .attempt_box_w h5 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #323232;
}
.contents .business_box_06 .attempt_box_w .attempt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.contents .business_box_06 .attempt_box_w .attempt_box .point {
  width: 24%;
  background-color: #efeff2;
  padding: 1.75em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contents .business_box_06 .attempt_box_w .attempt_box .point .num {
  font-size: 1.8rem;
  width: 1.8em;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  color: #123686;
  background-color: #fff;
  margin: 0 auto 10px;
  font-family: "Rubik", sans-serif;
}
.contents .business_box_06 .attempt_box_w .attempt_box .point .text {
  flex: 1;
  /* 残りの高さを占める */
  display: flex;
  /* 中央寄せのためflex化 */
  align-items: center;
  /* 縦方向中央 */
  justify-content: center;
  /* 横方向中央 */
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin: 0;
}
.contents .business_box_06 .attempt_box_w .prospects_box {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.contents .business_box_06 .attempt_box_w .prospects_box .prospects {
  display: flex;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 1em;
  margin: 0 20px;
  width: 238px;
  height: 238px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* 横方向中央揃え */
  background: #113686;
  /*背景色*/
}
.contents .business_box_06 h5 {
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
.contents .business_box_06 .text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.contents .wide_box {
  width: 100%;
  margin: 0;
  padding-bottom: 100px;
}
.contents {
  /* 事業内容（index表示用）
  ---------------------------- */
}
.contents .our-services_box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 140px;
  padding: 0;
}
.contents .our-services_box h2 {
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.contents .our-services_box .list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents .our-services_box .list_box .list {
  position: relative;
  cursor: pointer;
  width: 31.75%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  overflow: hidden;
}
.contents .our-services_box .list_box .list .photo {
  width: 100%;
}
.contents .our-services_box .list_box .list .photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease; /* ふわっと */
}
.contents .our-services_box .list_box .list h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: clamp(15px, 1.3vw, 20px);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  list-style: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
}
.contents .our-services_box .list_box .list:hover .photo img {
  opacity: 0.7;
}
.contents .btn_box {
  width: 100%;
  max-width: 1200px;
  margin: 170px auto 85px;
  padding: 1.5em 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #013686;
}
.contents .btn_box:hover {
  opacity: 0.8;
}

/* 事業内容（下層ページ用）
	---------------------------- */
.our-services_box_second {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.our-services_box_second h2 {
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-weight: 600;
}
.our-services_box_second .btn {
  background-color: #fff;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 1.25em 0;
  font-weight: 600;
  width: 21em;
  text-align: center;
  margin: 20px 0 30px;
}
.our-services_box_second .btn:hover {
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.our-services_box_second .list_box {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between;
}
.our-services_box_second .list_box .list {
  position: relative;
  width: 19%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
  overflow: hidden;
}
.our-services_box_second .list_box .list .photo {
  width: 100%;
}
.our-services_box_second .list_box .list .photo img {
  width: 100%;
  height: auto;
}
.our-services_box_second .list_box .list h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.our-services_box_second .list_box .list h3.wakuari {
  margin-left: 0.5em;
}
.our-services_box_second .list_box .list:hover {
  opacity: 0.7;
  box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
  cursor: pointer;
}
.our-services_box_second .list_box .list:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.wide_box {
  width: 100%;
  background-color: #efeff2;
  margin: 0;
  padding-bottom: 40px;
}

/* 狭間の記述
========================================================= */
@media screen and (min-width: 961px) and (max-width: 1720px) {
  .contents .title_box.busi02 {
    margin: 0 auto 100px;
    width: 90%;
  }
  .contents .business_box_02,
  .contents .business_box_03,
  .contents .business_box_04,
  .contents .business_box_05,
  .contents .business_box_06 {
    margin: 0 auto 100px;
  }
  .contents .business_box_06 .operation_box .trait_box .trait ul li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contents .business_box_06 .operation_box .list_box .list li {
    font-size: 1.5rem;
  }
  .our-services_box_second {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .our-services_box_second .list_box .list h3 {
    font-size: 1.5rem;
  }
}
/* タブレット用）の記述
========================================================= */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  main {
    padding: 65px 0 0 0;
  }
  .contents {
    width: 100%;
    padding: 50px 0 0 0;
    box-sizing: border-box;
  }
  .contents .business-index_box {
    width: 90%;
    margin: 0 auto 80px;
  }
  .contents .business-index_box h3 {
    font-size: 2.5em;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business-index_box h3 span {
    font-size: 2rem;
    margin-left: 20px;
  }
  .contents .business-index_box .text {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.75;
    margin-bottom: 0;
  }
  .contents .business-index_box .img_box {
    width: 86%;
    margin: 60px auto 0;
  }
  .contents .business-index_box .img_box img {
    width: 100%;
    height: auto;
  }
  .contents .title_box {
    width: 90%;
    margin: 0 auto 40px;
  }
  .contents .title_box h3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.75;
    text-align: left;
    color: #323232;
    margin-bottom: 15px;
  }
  .contents .title_box .text {
    font-size: 2rem;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    color: #323232;
  }
  .contents .title_box.busi02 {
    margin: 0 auto 40px;
  }
  .contents .business_box_01 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_01 .title_box {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
  .contents .business_box_01 .title_box .point {
    display: flex;
    font-size: 3.5rem;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    align-items: flex-end;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_01 .title_box .point span {
    font-size: 2rem;
    margin-right: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 7px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_01 .title_box h4 {
    font-size: 2.5rem;
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-weight: 600;
  }
  .contents .business_box_01 .text {
    font-size: 2rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contents .business_box_01 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_01 .merit_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_01 .merit_box h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f337f;
  }
  .contents .business_box_01 .merit_box .merit_point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point {
    width: 48%;
    margin-bottom: 15px;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point .num {
    font-size: 2.3rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #000;
    background-color: #fff;
    margin: 0 auto 10px;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point .text {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.05em;
  }
  .contents .business_box_01 .merit_box .merit_img {
    width: 70%;
    margin: 0 auto;
  }
  .contents .business_box_01 .merit_box .merit_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_01 .merit_box .merit_img.second {
    width: 82%;
    margin: 0 auto;
  }
  .contents .business_box_02 {
    width: 90%;
    margin: 0 auto 50px;
  }
  .contents .business_box_02 h4 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_02 .point_box {
    width: 100%;
    margin-bottom: 60px;
    display: block;
  }
  .contents .business_box_02 .point_box .point {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .point_box .point .title {
    background-color: #123686;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    padding: 1em 0;
    font-weight: 500;
    line-height: 1.5;
  }
  .contents .business_box_02 .point_box .point .title.second {
    padding: 1em 0;
  }
  .contents .business_box_02 .point_box .point .text {
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 20px 15px;
    letter-spacing: 0.01em;
    background-color: #efeff2;
  }
  .contents .business_box_02 .main-target_box {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_02 .main-target_box .main-target {
    width: 100%;
    margin-bottom: 30px;
  }
  .contents .business_box_02 .main-target_box .main-target h5 {
    font-size: 2.5rem;
  }
  .contents .business_box_02 .main-target_box .main-target ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 10px;
    font-size: 2rem;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_02 .main-target_box .main-target ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_02 .main-target_box h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .main-target_box .text {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .contents .business_box_02 .sales-stance {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_02 .sales-stance h5 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .sales-stance .text {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_03 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_03 .needs_box {
    margin: 0 auto 60px;
  }
  .contents .business_box_03 .needs_box h4 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_03 .needs_box .img_box {
    width: 80%;
    margin: 0 auto;
  }
  .contents .business_box_03 .needs_box .img_box img {
    width: 100%;
  }
  .contents .business_box_03 .title_box {
    width: 100%;
    display: block;
    margin: 0 auto 25px;
  }
  .contents .business_box_03 .title_box .point {
    display: flex;
    font-size: 3.5rem;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-end;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_03 .title_box .point span {
    font-size: 2rem;
    margin-right: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 7px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_03 .title_box h4 {
    font-size: 2.5rem;
    margin-bottom: 0.25em;
    font-weight: 600;
  }
  .contents .business_box_03 .text {
    font-size: 2rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 50px;
  }
  .contents .business_box_03 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_03 .point_box_w {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_03 .point_box_w h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f337f;
  }
  .contents .business_box_03 .point_box_w .point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contents .business_box_03 .point_box_w .point_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_03 .point_box_w .point_box .point .num {
    font-size: 2.3rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
  }
  .contents .business_box_03 .point_box_w .point_box .point .text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 0;
    letter-spacing: -0.05em;
  }
  .contents .business_box_03 .point_box_w .point_box .point .text.scheme01 {
    font-size: 1.8rem;
  }
  .contents .business_box_03 .point_box_w .point_box .point.second {
    width: 100%;
  }
  .contents .business_box_03 .point_box_w .point_box_second {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .num {
    font-size: 2.3rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 0;
    letter-spacing: -0.05em;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .text.scheme01 {
    font-size: 1.8rem;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point.second {
    width: 100%;
  }
  .contents .business_box_03 .point_box_w .point_img {
    width: 70%;
    margin: 0 auto 40px;
  }
  .contents .business_box_03 .point_box_w .point_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_03 .point_box_w .point_img2 {
    width: 70%;
    margin: 0 auto 100px;
  }
  .contents .business_box_03 .point_box_w .point_img2 img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_04 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_04 h4 {
    font-size: 2.5em;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_04 .task_box {
    width: 100%;
    margin-bottom: 60px;
    display: block;
  }
  .contents .business_box_04 .task_box .task {
    display: flex;
    padding: 20px 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #123686;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .contents .business_box_04 .task_box .task .image {
    width: 50%;
    margin-right: 4%;
  }
  .contents .business_box_04 .task_box .task .image img {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .contents .business_box_04 .task_box .task .image.img2 {
    padding-top: 2%;
    margin-right: 6%;
    margin-left: 5%;
    width: 43%;
  }
  .contents .business_box_04 .task_box .task .image.img3 {
    padding-top: 2%;
    margin-right: 6%;
    margin-left: 5%;
    width: 43%;
  }
  .contents .business_box_04 .task_box .task .image.img4 {
    padding-top: 2%;
  }
  .contents .business_box_04 .task_box .task .text {
    width: 41%;
    font-size: 2rem;
    line-height: 1.75;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
  }
  .contents .business_box_04 h5 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_04 .point_box {
    width: 100%;
    margin-bottom: 60px;
    display: block;
  }
  .contents .business_box_04 .point_box .point {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents .business_box_04 .point_box .point .title {
    background-color: #123686;
    color: #fff;
    text-align: center;
    font-size: 2.3rem;
    padding: 1em 0;
    font-weight: 500;
    line-height: 1.5;
  }
  .contents .business_box_04 .point_box .point .text {
    font-size: 1.8rem;
    line-height: 1.75;
    padding: 17px 20px;
    letter-spacing: 0.01em;
    background-color: #efeff2;
  }
  .contents .business_box_04 .scheme_img {
    width: 80%;
    margin: 0 auto 60px;
  }
  .contents .business_box_04 .scheme_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_04 .handling-area_box {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .contents .business_box_04 .handling-area_box .main-target {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_04 .handling-area_box .main-target ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 2rem;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_04 .handling-area_box .main-target ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_04 .handling-area_box h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .contents .business_box_04 .handling-area_box .text {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .contents .business_box_04 .support-stance {
    width: 100%;
    margin-bottom: 100px;
  }
  .contents .business_box_04 .support-stance h5 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_04 .support-stance .text {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_05 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_05 .new-role_box {
    margin: 0 auto 60px;
  }
  .contents .business_box_05 .new-role_box h4 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .contents .business_box_05 .new-role_box .text {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  .contents .business_box_05 .new-role_box .list_box {
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_05 .new-role_box .list_box .list {
    display: block;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
  }
  .contents .business_box_05 .new-role_box .list_box .list li {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #0f337f;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #123686;
    border-right: none;
    padding: 16px 0;
  }
  .contents .business_box_05 .new-role_box .list_box .list li:last-child {
    border-right: none;
  }
  .contents .business_box_05 .title_box {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 25px;
  }
  .contents .business_box_05 .title_box .point {
    display: flex;
    font-size: 4.3rem;
    font-weight: 600;
    color: #0f337f;
    margin-right: 21px;
    align-items: flex-end;
  }
  .contents .business_box_05 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 3px;
    border-bottom: 1px solid #0f337f;
    margin-bottom: 5px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_05 .title_box h4 {
    font-size: 2.4rem;
    margin-bottom: 0.25em;
  }
  .contents .business_box_05 .text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 50px;
  }
  .contents .business_box_05 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_05 .attempt_box_w {
    width: 100%;
    margin-bottom: 100px;
  }
  .contents .business_box_05 .attempt_box_w h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #323232;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point .num {
    font-size: 2.3rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point .text {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 0;
    letter-spacing: 0.01em;
  }
  .contents .business_box_05 .attempt_box_w .prospects_box {
    display: none;
  }
  .contents .business_box_05 .attempt_box_w .prospects_img_box {
    width: 70%;
    margin: 20px auto 0;
  }
  .contents .business_box_05 .attempt_box_w .prospects_img_box img {
    width: 100%;
  }
  .contents .business_box_06 {
    width: 90%;
    margin: -20px auto 60px;
  }
  .contents .business_box_06 .operation_box {
    margin: 0 auto 80px;
  }
  .contents .business_box_06 .operation_box .model_image {
    width: 80%;
    margin: 0 auto 60px;
  }
  .contents .business_box_06 .operation_box .model_image img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_06 .operation_box h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .business_box_06 .operation_box .text {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  .contents .business_box_06 .operation_box .list_box {
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_06 .operation_box .list_box .list {
    display: block;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
  }
  .contents .business_box_06 .operation_box .list_box .list li {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #0f337f;
    font-weight: 500;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #123686;
    border-right: none;
    padding: 16px 0;
  }
  .contents .business_box_06 .operation_box .list_box .list li:last-child {
    border-right: none;
  }
  .contents .business_box_06 .operation_box .trait_box {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contents .business_box_06 .operation_box .trait_box .trait {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .contents .business_box_06 .operation_box .trait_box .trait h5 {
    font-size: 2rem;
    color: #123686;
  }
  .contents .business_box_06 .operation_box .trait_box .trait h5 span {
    padding: 0.25em 0.5em;
    border: 1px solid #123686;
  }
  .contents .business_box_06 .operation_box .trait_box .trait ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_06 .operation_box .trait_box .trait ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.8em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_06 .title_box {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 25px;
  }
  .contents .business_box_06 .title_box .point {
    display: flex;
    font-size: 4.3rem;
    font-weight: 600;
    color: #0f337f;
    margin-right: 21px;
    align-items: flex-end;
  }
  .contents .business_box_06 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 3px;
    border-bottom: 1px solid #0f337f;
    margin-bottom: 5px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_06 .title_box h4 {
    font-size: 2.4rem;
    margin-bottom: 0.25em;
  }
  .contents .business_box_06 .text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 20px;
  }
  .contents .business_box_06 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_06 .attempt_box_w {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_06 .attempt_box_w h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #323232;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point .num {
    font-size: 2.3rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point .text {
    flex: 1;
    /* 残りの高さを占める */
    display: flex;
    /* 中央寄せのためflex化 */
    align-items: flex-start;
    /* 縦方向中央 */
    justify-content: center;
    /* 横方向中央 */
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
    margin: 0;
  }
  .contents .business_box_06 .attempt_box_w .prospects_box {
    display: none;
  }
  .contents .business_box_06 .attempt_box_w .prospects_img_box {
    width: 80%;
    margin: 20px auto 0;
  }
  .contents .business_box_06 .attempt_box_w .prospects_img_box img {
    width: 100%;
  }
  .contents .business_box_06 h5 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_06 .text {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .contents .wide_box {
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
  }
  .contents {
    /* 事業内容（index表示用）
    ---------------------------- */
  }
  .contents .our-services_box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .contents .our-services_box h2 {
    display: flex;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .our-services_box .btn {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1.25em 0;
    font-weight: 600;
    width: 21em;
    text-align: center;
    margin: 20px 0 30px;
  }
  .contents .our-services_box .btn:hover {
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .contents .our-services_box .list_box {
    display: block;
  }
  .contents .our-services_box .list_box .list {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  .contents .our-services_box .list_box .list .photo {
    width: 100%;
  }
  .contents .our-services_box .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  .contents .our-services_box .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .contents .our-services_box .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  .contents .our-services_box .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
  .contents .btn_box {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    background-color: #003686;
    border: 1px solid #003686;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
    box-sizing: border-box;
    cursor: pointer;
  }
  .contents .btn_box:hover {
    background-color: #fff;
    color: #003686;
    border: 1px solid #003686;
  }
  /* 事業内容（下層ページ用）
  ---------------------------- */
  .our-services_box_second {
    position: relative;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .our-services_box_second h2 {
    display: flex;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .our-services_box_second .btn {
    background-color: #fff;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    padding: 1.25em 0;
    font-weight: 600;
    width: 21em;
    text-align: center;
    margin: 20px 0 30px;
  }
  .our-services_box_second .btn:hover {
    background-color: #003686;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .our-services_box_second .list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .our-services_box_second .list_box .list {
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  .our-services_box_second .list_box .list .photo {
    width: 100%;
  }
  .our-services_box_second .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  .our-services_box_second .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .our-services_box_second .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  .our-services_box_second .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
}
/* スマホ用）の記述
========================================================= */
@media screen and (max-width: 767px) {
  /* 479px以下用（スマートフォン用）の記述 */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  header {
    max-height: 45px;
  }
  main {
    padding: 45px 0 0 0;
  }
  .contents {
    width: 100%;
    padding: 50px 0 0 0;
    box-sizing: border-box;
  }
  .contents .business-index_box {
    width: 90%;
    margin: 0 auto 80px;
  }
  .contents .business-index_box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business-index_box h3 span {
    font-size: 2rem;
    margin-left: 20px;
  }
  .contents .business-index_box .text {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.75;
    margin-bottom: 0;
  }
  .contents .business-index_box .img_box {
    width: 100%;
    margin: 60px auto 0;
  }
  .contents .business-index_box .img_box img {
    width: 100%;
    height: auto;
  }
  .contents .title_box {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .title_box h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.75;
    text-align: left;
    color: #323232;
    margin-bottom: 15px;
  }
  .contents .title_box .text {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    color: #323232;
  }
  .contents .title_box.busi02 {
    margin: 0 auto 40px;
  }
  .contents .title_box.busi02.first {
    margin: 0 auto 60px;
  }
  .contents .business_box_01 {
    width: 90%;
    margin: -10px auto 60px;
  }
  .contents .business_box_01 .title_box {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
  .contents .business_box_01 .title_box .point {
    display: flex;
    font-size: 3.1rem;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    align-items: flex-end;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_01 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 6px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_01 .title_box h4 {
    font-size: 1.6rem;
    margin-bottom: 0.25em;
    line-height: 1.75;
    font-weight: 600;
  }
  .contents .business_box_01 .text {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contents .business_box_01 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_01 .merit_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_01 .merit_box h5 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f337f;
  }
  .contents .business_box_01 .merit_box .merit_point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point {
    width: 48%;
    margin-bottom: 15px;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point .num {
    font-size: 1.7rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point .text {
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0;
    font-weight: 500;
  }
  .contents .business_box_01 .merit_box .merit_point_box .point .text.ls05 {
    margin-top: 0;
  }
  .contents .business_box_01 .merit_box .merit_img {
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_01 .merit_box .merit_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_01 .merit_box .merit_img.second {
    margin: 0 auto;
  }
  .contents .business_box_01.first {
    margin: -10px auto 0;
  }
  .contents .business_box_02 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_02 h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_02 .point_box {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
  .contents .business_box_02 .point_box .point {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .point_box .point .title {
    background-color: #123686;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1em 0;
    font-weight: 500;
    line-height: 1.5;
  }
  .contents .business_box_02 .point_box .point .title.second {
    padding: 1em 0;
  }
  .contents .business_box_02 .point_box .point .text {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 15px;
    letter-spacing: 0.01em;
    background-color: #efeff2;
  }
  .contents .business_box_02 .main-target_box {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  .contents .business_box_02 .main-target_box .main-target {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .business_box_02 .main-target_box .main-target ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 10px;
    font-size: 1.4rem;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_02 .main-target_box .main-target ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.6em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_02 .main-target_box h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .main-target_box .text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .contents .business_box_02 .sales-stance {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_02 .sales-stance h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .contents .business_box_02 .sales-stance .text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_03 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_03 .needs_box {
    margin: 0 auto 60px;
  }
  .contents .business_box_03 .needs_box h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_03 .needs_box .img_box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .contents .business_box_03 .needs_box .img_box img {
    width: 100%;
  }
  .contents .business_box_03 .title_box {
    width: 100%;
    display: block;
    margin: -10px auto 25px;
  }
  .contents .business_box_03 .title_box .point {
    display: flex;
    font-size: 3.1rem;
    font-weight: 600;
    color: #000;
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-end;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_03 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 6px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_03 .title_box h4 {
    font-size: 1.8rem;
    margin-bottom: 0.25em;
    font-weight: 600;
  }
  .contents .business_box_03 .text {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contents .business_box_03 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_03 .point_box_w {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_03 .point_box_w h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f337f;
  }
  .contents .business_box_03 .point_box_w .point_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .contents .business_box_03 .point_box_w .point_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_03 .point_box_w .point_box .point .num {
    font-size: 1.7rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
  }
  .contents .business_box_03 .point_box_w .point_box .point .text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
  .contents .business_box_03 .point_box_w .point_box .point .text.scheme01 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.75;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  .contents .business_box_03 .point_box_w .point_box .point.second {
    width: 100%;
  }
  .contents .business_box_03 .point_box_w .point_box_second {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .num {
    font-size: 1.7rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: 0;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point .text.scheme01 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.75;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  .contents .business_box_03 .point_box_w .point_box_second .point.second {
    width: 100%;
  }
  .contents .business_box_03 .point_box_w .point_img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .contents .business_box_03 .point_box_w .point_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_03 .point_box_w .point_img2 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_03 .point_box_w .point_img2 img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_03 .financial_support_box {
    margin: 0 auto 40px;
  }
  .contents .business_box_03 .financial_support_box h5 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_03 .financial_support_box .text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_03 .registration_box {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
    border: 1px solid #013686;
    padding: 10px;
  }
  .contents .business_box_03 .registration_box dl {
    width: 98%;
    margin: 15px auto 0;
  }
  .contents .business_box_03 .registration_box dl dt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #013686;
  }
  .contents .business_box_03 .registration_box dl dd {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .contents .business_box_03 .registration_box dl dd a {
    color: #2459e2;
    text-decoration: none;
    font-size: 0.8em;
  }
  .contents .business_box_03 .registration_box dl dd span {
    font-size: 1.3rem;
  }
  .contents .business_box_03 .registration_box dl.second {
    padding-top: 20px;
  }
  .contents .business_box_04 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_04 h4 {
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_04 .task_box {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
  .contents .business_box_04 .task_box .task {
    display: flex;
    padding: 20px 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #123686;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .contents .business_box_04 .task_box .task .image {
    width: 55%;
    margin-right: 4%;
  }
  .contents .business_box_04 .task_box .task .image img {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .contents .business_box_04 .task_box .task .image.img2 {
    padding-top: 2%;
    margin-right: 6%;
    margin-left: 5%;
    width: 48%;
  }
  .contents .business_box_04 .task_box .task .image.img3 {
    padding-top: 2%;
    margin-right: 6%;
    margin-left: 5%;
    width: 48%;
  }
  .contents .business_box_04 .task_box .task .image.img4 {
    padding-top: 2%;
  }
  .contents .business_box_04 .task_box .task .text {
    width: 36%;
    font-size: 1.3rem;
    line-height: 1.75;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
  }
  .contents .business_box_04 h5 {
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .contents .business_box_04 .point_box {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
  .contents .business_box_04 .point_box .point {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents .business_box_04 .point_box .point .title {
    background-color: #123686;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    padding: 1em 0;
    font-weight: 500;
    line-height: 1.5;
  }
  .contents .business_box_04 .point_box .point .text {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 15px;
    letter-spacing: 0.01em;
    background-color: #efeff2;
  }
  .contents .business_box_04 .scheme_img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .contents .business_box_04 .scheme_img img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_04 .handling-area_box {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .business_box_04 .handling-area_box .main-target {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .business_box_04 .handling-area_box .main-target ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 1.4rem;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_04 .handling-area_box .main-target ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.6em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_04 .handling-area_box h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .contents .business_box_04 .handling-area_box .text {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .contents .business_box_04 .support-stance {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_04 .support-stance h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .business_box_04 .support-stance .text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_05 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_05 .new-role_box {
    margin: 0 auto 40px;
  }
  .contents .business_box_05 .new-role_box h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .contents .business_box_05 .new-role_box .text {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  .contents .business_box_05 .new-role_box .list_box {
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_05 .new-role_box .list_box .list {
    display: block;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
  }
  .contents .business_box_05 .new-role_box .list_box .list li {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0f337f;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #123686;
    border-right: none;
    padding: 16px 0;
  }
  .contents .business_box_05 .new-role_box .list_box .list li:last-child {
    border-right: none;
  }
  .contents .business_box_05 .title_box {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 25px;
  }
  .contents .business_box_05 .title_box .point {
    display: flex;
    font-size: 4.3rem;
    font-weight: 600;
    color: #0f337f;
    margin-right: 21px;
    align-items: flex-end;
  }
  .contents .business_box_05 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 3px;
    border-bottom: 1px solid #0f337f;
    margin-bottom: 5px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_05 .title_box h4 {
    font-size: 2.4rem;
    margin-bottom: 0.25em;
  }
  .contents .business_box_05 .text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 50px;
  }
  .contents .business_box_05 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_05 .attempt_box_w {
    width: 100%;
    margin-bottom: 60px;
  }
  .contents .business_box_05 .attempt_box_w h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #323232;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point .num {
    font-size: 1.7rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point .text {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.75;
    align-items: center;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  .contents .business_box_05 .attempt_box_w .attempt_box .point .text.line2 {
    padding-top: 0;
  }
  .contents .business_box_05 .attempt_box_w .prospects_box {
    display: none;
  }
  .contents .business_box_05 .attempt_box_w .prospects_img_box {
    width: 90%;
    margin: 20px auto 0;
  }
  .contents .business_box_05 .attempt_box_w .prospects_img_box img {
    width: 100%;
  }
  .contents .business_box_05 .posture_box {
    margin: 0 auto 60px;
  }
  .contents .business_box_05 .posture_box h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .business_box_05 .posture_box .text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
  .contents .business_box_06 {
    width: 90%;
    margin: 0 auto 60px;
  }
  .contents .business_box_06 .operation_box {
    margin: 0 auto 40px;
  }
  .contents .business_box_06 .operation_box .model_image {
    width: 100%;
    margin: 0 auto 40px;
  }
  .contents .business_box_06 .operation_box .model_image img {
    width: 100%;
    height: auto;
  }
  .contents .business_box_06 .operation_box h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .business_box_06 .operation_box .text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
  }
  .contents .business_box_06 .operation_box .list_box {
    width: 100%;
    margin: 0 auto;
  }
  .contents .business_box_06 .operation_box .list_box .list {
    display: block;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
  }
  .contents .business_box_06 .operation_box .list_box .list li {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0f337f;
    font-weight: 500;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #123686;
    border-right: none;
    padding: 16px 0;
  }
  .contents .business_box_06 .operation_box .list_box .list li:last-child {
    border-right: none;
  }
  .contents .business_box_06 .operation_box .trait_box {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contents .business_box_06 .operation_box .trait_box .trait {
    width: 100%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .contents .business_box_06 .operation_box .trait_box .trait h5 {
    font-size: 1.4rem;
    color: #123686;
  }
  .contents .business_box_06 .operation_box .trait_box .trait h5 span {
    padding: 0.25em 0.5em;
    border: 1px solid #123686;
  }
  .contents .business_box_06 .operation_box .trait_box .trait ul li {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    /* ●とテキストの間に余白 */
  }
  .contents .business_box_06 .operation_box .trait_box .trait ul li::before {
    content: "●";
    /* マーカー代わりの黒丸 */
    position: absolute;
    font-size: 0.6em;
    left: 0;
    top: 0.65em;
    color: #113686;
    line-height: 1;
    /* 色指定 */
  }
  .contents .business_box_06 .title_box {
    display: flex;
    align-items: flex-end;
    margin: 0 auto 25px;
  }
  .contents .business_box_06 .title_box .point {
    display: flex;
    font-size: 4.3rem;
    font-weight: 600;
    color: #0f337f;
    margin-right: 21px;
    align-items: flex-end;
  }
  .contents .business_box_06 .title_box .point span {
    font-size: 1.7rem;
    margin-right: 3px;
    border-bottom: 1px solid #0f337f;
    margin-bottom: 5px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .contents .business_box_06 .title_box h4 {
    font-size: 2.4rem;
    margin-bottom: 0.25em;
  }
  .contents .business_box_06 .text {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 20px;
  }
  .contents .business_box_06 .text.ls05 {
    letter-spacing: -0.05em;
  }
  .contents .business_box_06 .attempt_box_w {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .business_box_06 .attempt_box_w h5 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #323232;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point {
    width: 48%;
    background-color: #efeff2;
    padding: 1.75em 1.5em;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point .num {
    font-size: 1.7rem;
    width: 1.7em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    color: #123686;
    background-color: #fff;
    margin: 0 auto 10px;
    font-family: "Rubik", sans-serif;
  }
  .contents .business_box_06 .attempt_box_w .attempt_box .point .text {
    flex: 1;
    /* 残りの高さを占める */
    display: flex;
    /* 中央寄せのためflex化 */
    align-items: flex-start;
    /* 縦方向中央 */
    justify-content: center;
    /* 横方向中央 */
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
    margin: 0;
    font-weight: 500;
  }
  .contents .business_box_06 .attempt_box_w .prospects_box {
    display: none;
  }
  .contents .business_box_06 .attempt_box_w .prospects_img_box {
    width: 90%;
    margin: 20px auto 0;
  }
  .contents .business_box_06 .attempt_box_w .prospects_img_box img {
    width: 100%;
  }
  .contents .business_box_06 h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .business_box_06 .text {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
  }
  .contents .wide_box {
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
  }
  .contents {
    /* 事業内容（index表示用）
    ---------------------------- */
  }
  .contents .our-services_box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .contents .our-services_box h2 {
    display: flex;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contents .our-services_box .btn {
    background-color: #fff;
    color: #003686;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1.25em 0;
    font-weight: 600;
    width: 21em;
    text-align: center;
    border: 1px solid #003686;
    margin: 20px 0 30px;
  }
  .contents .our-services_box .btn:hover {
    background-color: #003686;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .contents .our-services_box .list_box {
    display: block;
  }
  .contents .our-services_box .list_box .list {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  .contents .our-services_box .list_box .list .photo {
    width: 100%;
  }
  .contents .our-services_box .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  .contents .our-services_box .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .contents .our-services_box .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  .contents .our-services_box .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
  .contents .btn_box {
    width: 100%;
    margin: 0 auto 50px;
    padding: 1em 0;
    background-color: #003686;
    border: 1px solid #003686;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
    box-sizing: border-box;
    cursor: pointer;
  }
  .contents .btn_box:hover {
    background-color: #fff;
    color: #003686;
    border: 1px solid #003686;
  }
  /* 事業内容（下層ページ用）
  ---------------------------- */
  .our-services_box_second {
    position: relative;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .our-services_box_second h2 {
    display: flex;
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .our-services_box_second .btn {
    background-color: #fff;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding: 1.25em 0;
    font-weight: 600;
    width: 21em;
    text-align: center;
    margin: 20px 0 30px;
  }
  .our-services_box_second .btn:hover {
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .our-services_box_second .list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .our-services_box_second .list_box .list {
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(17, 54, 134, 0.2);
    overflow: hidden;
  }
  .our-services_box_second .list_box .list .photo {
    width: 100%;
  }
  .our-services_box_second .list_box .list .photo img {
    width: 100%;
    height: auto;
  }
  .our-services_box_second .list_box .list h3 {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0.05em;
  }
  .our-services_box_second .list_box .list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #003686;
    opacity: 0;
    transform: scaleY(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .our-services_box_second .list_box .list:hover {
    opacity: 0.7;
    box-shadow: 0px 8px 30px 0px rgba(17, 54, 134, 0.2);
    cursor: pointer;
  }
  .our-services_box_second .list_box .list:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }
  /* フッター設定 */
  #footer_wrapper {
    text-align: center;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 14px;
  }
}