/* CSS Document */
/* section top */
.top {
  aspect-ratio: 48/25;
  background-image: url("../images/biz_top_FV.webp");
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1440px;
  margin: 80px auto 0; }
  .top .catch_box {
    height: 100%;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10%;
    justify-content: center;
    padding-bottom: 30px; }
  .top .catch_under {
    padding-top: 0; }
  .top .under_catch_box h2 {
    font-size: min(3vw, 3.8rem);
    font-weight: 700;
    margin-bottom: 15px; }
    .top .under_catch_box h2 img {
      max-width: 230px;
      width: 23%; }

@media screen and (max-width: 767px) {
  .top {
    aspect-ratio: 75/112;
    background-image: url("../images/biz_mobile_FV.webp");
    max-width: 100%;
    margin: 60px auto 0; }
    .top .catch_box {
      height: 100%;
      width: 90%;
      gap: 4%;
      flex-direction: column-reverse;
      justify-content: flex-end;
      padding-bottom: 0;
      padding-top: 10%; }
    .top .under_catch_box h2 {
      font-size: max(4.2vw, 1.8rem);
      margin-bottom: 10px; }
      .top .under_catch_box h2 img {
        width: 33%;
        min-width: 125px; } }
/* section about */
.about {
  background-image: url("../images/about_back.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 50px;
  scroll-margin-top: 80px; }
  .about .about_box {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto; }
  .about .about_top_flex {
    display: flex;
    align-items: center;
    gap: 80px; }
    .about .about_top_flex .pc_img {
      width: 50%; }
    .about .about_top_flex .sp_img {
      display: none; }
    .about .about_top_flex div {
      width: 60%; }
  .about h3 {
    margin-bottom: 30px; }
  .about .about_img_flex {
    width: 51%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    object-fit: contain; }
    .about .about_img_flex img {
      object-fit: contain; }
      .about .about_img_flex img:first-child {
        margin-top: 80px;
        width: 225px; }
      .about .about_img_flex img:nth-child(2n) {
        width: 300px; }

@media screen and (max-width: 1200px) {
  .about {
    padding: 80px 0 0;
    background-position: 0 20vh; }
    .about .about_box {
      width: 100%;
      max-width: 600px; }
    .about .about_top_flex {
      display: block; }
      .about .about_top_flex .br1 {
        display: none; }
      .about .about_top_flex .br2 {
        display: inline-block; }
      .about .about_top_flex .pc_img {
        display: none; }
      .about .about_top_flex .sp_img {
        display: block;
        width: 100%;
        margin: 0 auto; }
      .about .about_top_flex div {
        width: 100%; }
      .about .about_top_flex p {
        width: 90%;
        margin: 40px auto 60px; }
      .about .about_top_flex .short {
        display: block;
        width: fit-content;
        margin: 0 auto; }
    .about h3 {
      margin: 0 auto 50px;
      width: 90%;
      max-width: 540px;
      font-size: 2.4rem; }
    .about .about_img_flex {
      width: 90%;
      flex-direction: row-reverse;
      gap: 20px;
      margin-left: unset;
      margin-right: auto; }
      .about .about_img_flex img:first-child {
        width: 35%;
        max-width: 225px; }
      .about .about_img_flex img:nth-child(2n) {
        width: 55%;
        max-width: 300px; } }
@media screen and (max-width: 767px) {
  .about .about_box {
    max-width: 100%; }
  .about .about_top_flex .sp_img {
    width: 80%;
    margin: unset;
    margin-left: auto; } }
/* section voice */
#voice {
  margin-top: 80px;
  padding: 150px 0;
  background-color: #f7f9fc; }
  #voice h3 {
    text-align: center;
    margin: 70px 0; }
  #voice .slider div {
    margin: 0 30px; }
  #voice ul {
    margin-top: 150px; }
  #voice h4 {
    font-size: 2.0rem; }
  #voice .name {
    color: #1f4fa3;
    font-weight: 700; }

@media screen and (max-width: 767px) {
  #voice {
    padding-top: 100px; }
    #voice h3 {
      font-size: 2.0rem;
      margin: 50px 0; } }
/* section ferture */
#ferture .number {
  font-size: 2.4rem;
  font-weight: 700; }
#ferture h3 {
  font-size: 3.6rem; }
#ferture ol {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px; }
#ferture li {
  display: flex;
  align-items: flex-start;
  gap: 8%; }
  #ferture li div {
    width: 100%; }
  #ferture li .line {
    margin-top: 50px; }
  #ferture li:nth-child(2) {
    flex-direction: row-reverse; }

@media screen and (max-width: 1200px) {
  #ferture .number {
    font-size: 1.8rem; }
  #ferture h3 {
    font-size: 2.8rem; }
  #ferture ol {
    margin-top: 50px;
    gap: 70px; }
  #ferture li {
    flex-direction: column; }
    #ferture li .line {
      margin-top: 30px;
      margin-bottom: 30px; }
    #ferture li:nth-child(2) {
      flex-direction: column; }
    #ferture li img {
      width: 100%; } }
/* section growth */
#growth ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 70px; }
#growth li {
  background-color: #eaf6fb; }
#growth .li_box {
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0; }
  #growth .li_box div {
    width: 145px; }
  #growth .li_box p {
    font-size: 1.8rem;
    font-weight: 700; }

@media screen and (max-width: 1200px) {
  #growth ul {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 50px; }
  #growth .li_box p {
    font-size: 1.8rem; } }
#flow {
  background-color: #f5f7fa;
  padding: 150px 0; }
  #flow h3 {
    font-size: 4.0rem;
    text-align: center;
    margin-bottom: 50px; }
    #flow h3 span {
      color: #3a73c9; }
  #flow .all {
    display: flex;
    justify-content: center;
    gap: 30px; }
  #flow .all_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
    #flow .all_li .step {
      background-image: url("../images/back_c.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 250px;
      height: 218px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      padding-right: 32px; }
      #flow .all_li .step p {
        font-size: 3.6rem; }
        #flow .all_li .step p:first-child {
          font-size: 2.2rem;
          font-family: "din"; }
    #flow .all_li .dots {
      padding-right: 32px; }
    #flow .all_li:nth-child(2) .step {
      background-image: url("../images/back_c2.svg"); }
    #flow .all_li:nth-child(3) .step {
      background-image: url("../images/back_c3.svg");
      padding-right: 0; }
    #flow .all_li:nth-child(3) .dots {
      padding-right: 0; }
    #flow .all_li:nth-child(3) .under_box {
      margin-right: 0; }
  #flow .under_box {
    background-color: #fcfcfc;
    border: solid 1px #e5e7eb;
    margin-right: 32px;
    font-weight: 700;
    width: 260px;
    height: 205px;
    padding-top: 15px; }
  #flow .under_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto; }
    #flow .under_list p {
      font-size: 2.2rem;
      color: #3a73c9;
      margin-bottom: 10px; }
    #flow .under_list li {
      font-size: 1.8rem; }
    #flow .under_list span {
      color: #1f4fa3;
      margin-right: 20px;
      font-size: 1.6rem;
      font-family: "din"; }
  #flow .flow_under {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 50px; }
    #flow .flow_under span {
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: solid 3px #3a73c9; }

@media screen and (max-width: 1200px) {
  #flow {
    padding: 100px 0; }
    #flow h3 {
      font-size: 2.1rem; }
    #flow .all_li .step {
      width: 170px;
      height: 150px;
      padding-right: 23px; }
      #flow .all_li .step p {
        font-size: 2.4rem; }
        #flow .all_li .step p:first-child {
          font-size: 1.4rem; }
    #flow .all_li .dots {
      padding-right: 23px; }
    #flow .under_box {
      background-color: #fcfcfc;
      border: solid 1px #e5e7eb;
      margin-right: 23px;
      width: 200px;
      height: 175px;
      padding-top: 10px; }
    #flow .under_list p {
      font-size: 2.0rem; }
    #flow .under_list li {
      font-size: 1.4rem; }
    #flow .under_list span {
      font-size: 1.4rem;
      margin-right: 10px; }
    #flow .flow_under {
      font-size: 2.0rem; }
      #flow .flow_under span {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: solid 3px #3a73c9;
        text-align: left; } }
@media screen and (max-width: 767px) {
  #flow h3 {
    font-size: 2.1rem; }
  #flow .all {
    flex-direction: column; }
  #flow .all_li {
    gap: 10px; }
    #flow .all_li .step {
      background-image: url("../images/back_c_mobile.svg");
      width: 170px;
      height: 195px;
      padding-right: 0;
      padding-bottom: 25px; }
      #flow .all_li .step p {
        font-size: 2.4rem; }
        #flow .all_li .step p:first-child {
          font-size: 1.4rem; }
    #flow .all_li:nth-child(2) .step {
      background-image: url("../images/back_c2_mobile.svg"); }
    #flow .all_li:nth-child(3) .step {
      background-image: url("../images/back_c3_mobile.svg");
      padding-right: 0; }
    #flow .all_li:nth-child(3) .dots {
      padding-right: 0; }
    #flow .all_li .dots {
      padding-right: 0; }
  #flow .under_box {
    background-color: #fcfcfc;
    border: solid 1px #e5e7eb;
    margin-right: 0;
    font-weight: 700;
    width: 260px;
    height: 205px;
    padding-top: 15px; }
  #flow .under_list p {
    font-size: 2.0rem; }
  #flow .under_list li {
    font-size: 1.8rem; }
  #flow .under_list span {
    font-size: 1.6rem;
    margin-right: 10px; }
  #flow .flow_under {
    width: fit-content;
    max-width: 600px;
    text-align: left;
    margin: 50px auto 0; }
    #flow .flow_under span {
      display: inline-block;
      padding-bottom: 0;
      border-bottom: solid 3px #3a73c9; } }
#service {
  font-weight: 700; }
  #service .inner_box.top_box {
    margin: 100px auto; }
  #service .inner_box {
    margin-bottom: 100px; }
  #service .service_box {
    background-color: #eaf6fb;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 70px; }
  #service .sp_br {
    display: none; }
  #service .top_blue {
    background-color: #3a73c9;
    color: #fcfcfc;
    padding-bottom: 5px;
    font-size: 2.4rem; }
    #service .top_blue span {
      font-size: 4.0rem; }
  #service h3 {
    padding: 50px 0 30px; }
  #service .course {
    display: flex;
    justify-content: center;
    gap: 20px; }
    #service .course p {
      border: solid 2px #1f4fa3;
      border-radius: 50px;
      color: #1f4fa3;
      padding: 0 20px;
      font-size: 2.2rem; }
  #service .middle_catch {
    font-size: 2.8rem;
    padding: 20px 0; }
  #service .middle_des {
    width: 580px;
    margin: 0 auto; }
  #service .white_back {
    background-color: #fcfcfc;
    width: 850px;
    margin: 30px auto;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px 0; }
  #service .white_right {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  #service .list_wrap {
    width: 370px;
    display: flex;
    align-items: flex-start;
    gap: 15px; }
    #service .list_wrap ul {
      width: 250px; }
    #service .list_wrap li {
      display: flex;
      align-items: center;
      gap: 10px; }
      #service .list_wrap li::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        background-color: #444444; }
    #service .list_wrap p {
      width: 110px;
      height: fit-content; }
      #service .list_wrap p:nth-child(2) {
        width: 255px; }
    #service .list_wrap .h {
      font-size: 1.8rem;
      padding-left: 10px;
      border-left: solid 3px #444444;
      line-height: 1;
      padding-top: 5px; }
  #service .link_box {
    font-weight: 500; }
    #service .link_box span {
      text-decoration: underline;
      margin-left: 10px; }
    #service .link_box p:nth-child(2) span {
      margin-left: 0; }
  #service .btn_wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px; }
    #service .btn_wrap button {
      margin: unset; }
  #service .topic_list2 {
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 30px; }
    #service .topic_list2 .topic_box {
      gap: 20px; }
    #service .topic_list2 li {
      width: 48%; }
  #service .under_des {
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }

@media screen and (max-width: 1200px) {
  #service .sp_br {
    display: inline-block; }
  #service .top_blue {
    padding: 15px 0;
    line-height: 1; }
  #service .white_back {
    flex-direction: column;
    width: 450px;
    gap: 30px;
    padding: 30px 0; }
  #service .white_right {
    gap: 30px; }
  #service .btn_wrap {
    gap: 30px; }
  #service .topic_list2 {
    width: 100%;
    gap: 50px;
    flex-wrap: unset; }
    #service .topic_list2 li {
      width: 100%; } }
@media screen and (max-width: 767px) {
  #service .inner_box.top_box {
    width: 100%;
    max-width: 100%; }
  #service h2,
  #service .catch_under {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  #service .service_box {
    margin-top: 50px; }
  #service .top_blue {
    font-size: 1.8rem; }
    #service .top_blue span {
      font-size: 3.0rem; }
  #service h3 {
    padding: 30px 0 20px; }
  #service .course p {
    font-size: 1.6rem;
    padding: 0 10px; }
  #service .middle_catch {
    font-size: 1.8rem;
    padding: 20px 0 15px; }
  #service .middle_des {
    width: 90%; }
  #service .white_back {
    width: 90%; }
  #service .white_right {
    width: 250px; }
  #service .list_wrap {
    width: 250px;
    flex-direction: column; }
  #service .btn_wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px; }
    #service .btn_wrap button {
      margin: unset; } }
.form.pc {
  display: block; }
.form.mobile {
  display: none; }
.form .top_catch {
  font-size: 2.0rem; }
.form .form_h {
  font-size: 4.0rem;
  margin: 10px 0 20px; }
.form .des {
  font-size: 2.3rem; }
.form .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px; }
  .form .btn_wrap p {
    margin-bottom: 10px; }
.form .border {
  border: solid 2px #fcfcfc; }

@media screen and (max-width: 1200px) {
  .form.pc {
    display: none; }
  .form.mobile {
    display: block; }
    .form.mobile p {
      width: 70%;
      margin: 0 auto;
      font-size: 1.8rem; }
    .form.mobile .b-botton {
      margin-top: 40px; } }
#news_topic .topic_list {
  margin: 70px 0 40px;
  background-color: #dadada; }
#news_topic button {
  margin-top: 40px;
  background-color: #dadada; }

@media screen and (max-width: 1200px) {
  #news_topic .topic_list {
    margin: 50px 0 40px; } }
