@charset "utf-8";
/* CSS Document */

:root {
  --Primary-color: #264368;
  --Accent-color: #eeee8e;
  --bg-color: #e6e9ec;
}





body  {
  color: #0c0c0c;
  font-family:'游ゴシック','Yu Gothic','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 30px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #ff0 60%);
}
/* .marker {
  position: relative;
}
.marker::after {
  background-color: #ff0;
  content: "";
  display: block;
  height: 0.5em;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} */

#mv {
  background-color: white;
  background-image: url(https://careermaker.jp/wp-content/themes/careermaker-themes/img/careermaker_suvmv.webp);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
/* #mv:has(.mv_box) {
  background-color: #fff;
  background-image: none;
} */
#mv .wrap {
  margin: 0 auto;
  max-width: 1280px;
}
#mv h1 {
  padding: 186px 0 86px;
  text-align: center;
}
#mv h1 span {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 28px;
  line-height: 3.9rem;
}
.wrap {
  max-width: 1024px;
  margin: 10px auto;
  padding: 0 15px;
}


/*　Start - SingleページテンプレートCSS　*/
#single {
  width: 700px;
  margin: 115px auto;
  letter-spacing: 0.06rem;
}

#single img {
  height: auto;
}

#single h1 {
  margin: 20px 0 40px;
  font-size: 1.6rem;
}

#single .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0 40px;
}

#single h2 {
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 3px #000;
}

#single h3 {
  margin: 50px 0 20px;
  padding: 15px 10px;
  background: #f2f2f2;
}

.cta_button {
  background-color: var(--Primary-color);
  color: #fff;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 50px;
  text-align: center;
  max-width: 600px;
  margin: 60px auto 0;
}
.cta_button a {
  color: #fff;
}

/*　End - SingleページテンプレートCSS　*/


/*　Start - アーカイブページ基本CSS　*/
#archive h1 {
  display: table;
  margin: 125px auto 0px;
  border-bottom: 3px solid #000;
}

#archive .archive_list_box {
  max-width: 1000px;
  margin: 15px auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#archive .archive_list_one {
  margin-top: 40px;
  height: 240px;
  width: 300px;
  border-radius: 3px;
  box-shadow: 0 0 10px #c5c5c5;
}

#archive .archive_list_img {
  width: 100%;
  height: 150px;
}

#archive .archive_list_img img{
  border-radius: 3px 3px 0px 0px;
  height: 100%;
  object-fit: cover;
}

#archive .archive_list_detail {
  margin: 0px 15px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#archive .archive_list_title {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #5a5a5a;
  letter-spacing: 0.03rem
}

#archive .archive_list_one,
#archive .archive_list_one::before,
#archive .archive_list_one::after,
#archive .archive_list_img img,
#archive .archive_list_img img::before,
#archive .archive_list_img img::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#archive .archive_list_one:hover{
  transform: scale(0.95);
}

#archive .archive_list_one:hover img{
  transform: scale(0.88);
  border-radius: 20px;
}

/*　End - アーカイブページ基本CSS　*/


/*　Start - プライバシーポリシー基本CSS　*/
.pp_ol li {
    list-style-type: inherit;
    margin: 10px 0 0 20px;
  }
/*　End - プライバシーポリシー基本CSS　*/

/*-------------------------
 start-template-wp
 -------------------------*/

.content_area .wp_content {
  max-width: 900px;
  margin: 0 auto 30px;
  /* padding: 100px 20px 50px; */
  background: #fff;
  box-shadow: 0px 5px 7px #cccccc;
  padding: 100px 20px 30px;
}

p.wp_sub {
text-align: center;
margin: 10px 0 40px;
background: #f5f5f5;
padding: 40px;
line-height: 2rem;
}

.wp_content li {
list-style-type: decimal;
margin: 5px 0 0 45px;
font-size: 0.9rem;
color: #333;
}

.wp_content .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.wp_content .col {
display: block;
width: 400px;
margin: 0 20px;
}

/*-------------------------
  end-template-wp
-------------------------*/

/*-------------------------
 start-interview-template
 -------------------------*/

 .iv_content_area h2 {
   font-size: 1.6rem;
   font-weight: 700;
   border-bottom: solid 2px #000;
  }

  .iv_content_area h2:after:not(.mu_target,.mu_problem) {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #000000;
    bottom: -3px;
    width: 100%;
  }

  .iv_content_area img {
    max-width: 100%;
  }

  .iv_category {
    font-size: 0.8rem;
    color: #fff;
    background-color: #0a4bb1;
    margin: 20px 120px 0;
    padding: 2px 15px;
    border: none;
    font-weight: 600;
  }

  .iv_thumbnail{
    text-align: center;
  }

  .iv_title {
    padding: 15px 120px 0;
  }

  .iv_content {
    padding: 0 120px;
  }

  /*-------------------------
  end-interview-template
  -------------------------*/

  /*-------------------------
  start-flow
  -------------------------*/


#flow {
  max-width: 1000px;
  margin: 30px auto;
  padding: 50px 20px 0
}

#flow h1 {
  font-size: 2rem;
  margin: 50px 0 30px
}

.sub_text {
  font-size: 1.1rem;
  color: #4e4e4e;
  line-height: 1.9rem;
  margin: 10px 0 40px
}

.flow_box li {
  position: relative;
  box-shadow: 0 2px 5px #cacaca;
  margin: 0 0 80px;
  padding: 40px
}

.flow_box li:not(:last-child):after {
  content: "";
  border: 20px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  bottom: -50px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  width: 0
}

.flow_box li h2 {
  margin: 0 0 15px;
  line-height: 2rem;
  color: black
}

#flow .flow_count {
  background: var(--Accent-color);
  color: #fff;
  padding: 5px 10px;
  font-size: 1.4rem;
  margin-right: 10px
}

#flow .sub_title {
  font-size: 1.3rem;
  color: #000
}

#flow .flow_row {
  display: flex;
  margin-top: 20px
}

#flow .flow_row img {
  max-width: 250px
}

#flow .flow_row .flow_3 {
  max-width: 350px
}

#flow .flow_col {
  display: flex;
  flex-direction: column;
  margin-top: 20px
}

#flow .flow_col img {
  max-width: 250px
}

/* #flow .flow_col pの1番目以外 */
#flow .flow_col p:not(:first-child) {
  margin-top: 20px
}

#flow .flow_col .flow_3 {
  max-width: 350px
}

@media screen and (max-width: 750px) {
  #flow .flow_row {
    flex-wrap: wrap;
  }

  #flow .flow_row img {
    max-width: initial;
  }

  #flow .flow_row .flow_3 {
    max-width: initial;
  }
}

#flow .detail {
  margin: 0 40px 0 0;
  line-height: 1.7rem;
  letter-spacing: .02rem;
  color: #333
}

#flow .flow_cta {
  display: block;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
  padding: 20px;
  background: var(--Primary-color);
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  box-shadow: 0 6px 8px #cacaca
}

#flow .flow_cta_mini {
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: var(--Primary-color);
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  box-shadow: 0 6px 8px #cacaca
}

#flow .flow_cta:before {
  display: revert;
  content: '\f249';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 10px
}

#flow .flow_cta_mini:before {
  display: revert;
  content: '\f249';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-right: 10px
}

@media screen and (max-width: 750px) {
  #flow h1 {
    font-size: 1.6rem
  }

  .flow_box li {
    padding: 20px
  }

  .sub_text {
    font-size: 1rem
  }

  #flow .flow_col {
    flex-wrap: wrap
  }

  #flow .detail {
    margin: 0 0 15px
  }

  #flow .flow_col img {
    max-width: none
  }
}

.flow_box li h2 {
  text-align: left;
  margin: 0 0 15px;
  line-height: 2.4rem;
}

@media screen and (min-width: 750px) {
  .spbr {
    display: none;
  }

  .flow_box li h2 {
    margin: 0 0 15px;
    line-height: 2rem;
    font-size: 1.3rem;
  }
}

.flow_cta_text {
  text-align: center;
  margin-bottom: 60px;
}
  /*-------------------------
  end-flow
  -------------------------*/


    /*　Start - service　*/
    #service img {
      width: 100%;
      height: auto;
    }

    #service p {
      line-height: 1.6em;
      margin-bottom: 0.5rem;
    }

    #service h2 {
      margin: 0 0 50px;
    }

    /* #service h3 {
    font-size: 1.5rem;
  } */
    #service h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    #service h3.round {
      text-align: center;
      border: solid 3px var(--Primary-color);
      padding: 10px 20px;
      border-radius: 20px;
      margin: 90px auto 50px;
      position: relative;
    }

    #service h3.round span {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: var(--Primary-color);
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      padding: 3px 30px;
      border-radius: 20px;
    }

    #service .wrap {
      padding: 0;
      margin: 0 auto;
    }

    b {
      display: inline-block;
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 20px;
      line-height: 2.1rem;
    }

    #mv_about,
    #program,
    #rule,
    #learn {
      padding: 110px 40px 30px;
    }

    #mv_about {
      box-shadow: 0 5px 5px #eee;
    }

    .mv_about {
      display: flex;
      flex-direction: row;
      align-items: center;
      max-width: 1024px;
      margin: 0 auto;
      gap: 40px;
    }

    .mv_about_img {
      flex: 1;
      min-width: 0;
    }

    .mv_about_img img {
      height: auto;
    }

    .mv_about_txt {
      flex: 1;
      min-width: 0;
    }

    .mv_about_txt h2 {
      text-align: left;
      word-break: keep-all;
    }

    .mv_about_txt p {
      line-height: 1.8rem;
      margin-bottom: 0.5rem;
    }

    /* .mv_about_txt pの最後だけ */
    .mv_about_txt p:last-child {
      margin-bottom: 0;
    }

    .anchor {
      display: block;
      margin: 0 auto;
      /* padding: 60px 0 60px; */
      padding: 80px 40px 80px;
      background-color: #f8f8f8;
    }

    .anchor ul {
      display: flex;
      gap: 20px;
      /* 左右中央 */
      justify-content: center;
    }

    .anchor li {
      background-color: var(--Primary-color);
      flex: 1;
      text-align: center;
      padding: 10px 20px 25px;
      position: relative;
      cursor: pointer;
      transition: all 0.5s;
    }

    .anchor li:hover {
      opacity: 0.8;
    }

    .anchor li::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      /* 下方向に▼ */
      border: 10px solid transparent;
      border-top-color: #fff;
      margin: 0 auto;

    }

    .anchor li a {
      color: #fff;
      font-size: 1.3rem;
      font-weight: bold;
    }

    .inner_title {
      background-color: var(--Primary-color);
      color: #fff;
      padding: 10px 20px;
      margin: 0 0 60px;

    }

    .anchor_link {
      padding: 125px 0 0;
    }

    .program_flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      gap: 20px;
      flex-direction: row;
    }

    .program_flex div {
      flex: 1;
      min-width: 0;
    }

    .program_flex_reverse {
      flex-direction: row-reverse;
    }

    .program_content {
      display: flex;
      flex-direction: column;
      background-color: #eee;
      border: #ccc solid 2px;
      padding: 20px;
      margin: 20px 20px 0;
    }

    #service p.program_content_title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 20px;
      border-bottom: #ccc solid 2px;
      padding-bottom: 10px;
    }

    .program_content_box {
      display: flex;
      flex-direction: row;
      gap: 20px;
    }

    .program_img {
      margin: 40px 0;
    }

    .flex_list {
      flex: 1;
      margin-bottom: 20px;
    }

    .flex_list h5 {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 8px;
      color: var(--Primary-color);
    }

    .flex_list li {
      list-style-type: disc;
      margin-left: 16px;
      font-size: 0.9rem;
      line-height: 1.4rem;
      padding-bottom: 6px;
    }

    .flex_list p {
      font-size: 0.9rem;
    }

    #rule {
      /* padding: 20px 0 60px; */
      background-color: #f8f8f8;
      padding-bottom: 110px;
    }

    .rule_wrapper {
      display: flex;
      gap: 70px;
      margin-top: 60px;
      flex-direction: column;
    }

    .rule_box {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: start;
    }

    /* 偶数番の.rule_boxを逆に */
    .rule_box:nth-child(even) {
      flex-direction: row-reverse;
    }

    .rule_box div {
      flex: 1;
    }

    #service .rule_text h4 {
      margin: 0 0 18px;
      font-size: 1.8rem;
      text-align: left;
      line-height: 2.5rem;
      font-weight: 600;
      border: none;
      padding: 0;
      border-radius: 0;
    }

    .learn_wrapper {
      display: flex;
      gap: 70px;
      margin-top: 60px;
      margin-bottom: 70px;
      flex-direction: column;

    }

    .learn_content {
      display: flex;
      flex-direction: column;
      gap: 90px;
      justify-content: start;
    }

    .learn_box {
      text-align: center;

    }

    .learn_box_last {
      padding: 0 80px;
    }

    .reverse {
      flex-direction: row-reverse;
    }

    /* .learn_box div {
      flex: 1;
    } */

    .learn_list {
      display: flex;
      flex-direction: row;
      background-color: #eee;
      border: #ccc solid 2px;
      padding: 20px;
      margin: 0 20px 0;
      gap: 20px;
    }

    .learn_text p {
      margin-bottom: 20px;
    }
    #service .learn_text>p {
      margin-bottom: 20px;
    }

    .learn_text h3 {
      font-size: 1.5rem;
      text-align: center;
      border: solid 3px var(--Primary-color);
      padding: 10px 20px;
      border-radius: 30px;
      margin: 0 auto 20px;
    }

    .learn_text b {
      color: var(--Primary-color);
    }

    .learn_voice {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .learn_item {
      min-width: 0;
      width: calc(50% - 6px);
      border: #0b0e4f solid 2px;
      border-radius: 6px;
      padding: 12px 20px;
      color: #0b0e4f;
      box-sizing: border-box;
    }
    .learn_item b {
      font-size: 1.4em;
      color: #0b0e4f;
      font-weight: 700;
      line-height: 1.3;
      margin-top: 5px;
    }
    .learn_item span {
      font-weight: 700;
    }
    .learn_item:nth-of-type(1) span {
      color: #e53343;
    }
    .learn_item:nth-of-type(2) span {
      color: #15a43a;
    }
    .learn_item:nth-of-type(3) span {
      color: #4291ca;
    }
    .learn_item:nth-of-type(4) span {
      color: #ed9e01;
    }
    .learn_message {
      text-align: left;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .learn_message>div {
      background-color: #f6f6f6;
      padding: 12px;
    }
    #service .learn_message>div p:last-child {
      margin-bottom: 0;
    }
    .learn_profile {
      margin-bottom: 0;
      position: relative;
      font-size: 0.9rem;
      text-align: right;
      word-break: keep-all;
    }
    .learn_profile::before  {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 16px;
      border-color: transparent transparent transparent #0b0e4f;
      /* transform: translateY(-50%); */
      /* 180°回転、かつtranslateY(-50%) */
      transform: rotate(180deg) translateY(50%);
    }
    .learn_profile::after {
      /* 線幅2pxの実線で>の形を描画する */
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: -22px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 0 9px 15px;
      border-color: transparent transparent transparent white;
      transform: rotate(180deg) translateY(50%);
    }

    #service p.learn_profile {
      margin-bottom: 0;
    }

    .learn_package table {
      border-collapse: separate;
      border-spacing: 3px;
    }

    .learn_package table th, .learn_package table td {
      padding: 4px 10px;
    }

    .learn_package table tr {
      background-color: #fbfbfb;
      color: var(--Primary-color);
    }
    .learn_package table tr:nth-child(even) {
      background-color: #fff9e2;
    }
    .learn_package table th {
      text-align: left;
      background-color: var(--Primary-color);
      color: white;
      text-align: center;
      font-weight: 500;
    }
    .learn_package table td {
      text-align: left;
    }
    .learn_package table td:first-child {
      font-weight: bold;
      text-align: center;
    }
    .learn_package table td:last-child {
      font-size: 0.9em;
    }
    .learn_package table li {
      list-style-type: disc;
      margin-left: 20px;

    }

    .learn_case {
      display: flex;
      justify-content: space-around;
      gap: 20px;
      flex-direction: row;
      padding: 0 40px;
    }
    .learn_case_item {
      padding: 20px 20px 30px;
      border-radius: 20px;
      background-color: #fff;
      box-shadow: 0px 3px 12px #ddd;
      text-align: left;
      flex: 1;
    }
    .learn_case_item img {
      width: 100%;
      height: auto;
      /* 画像の角を10px丸く */
      border-radius: 10px;
    }
    .learn_case_item .company_name {
     color: black;
     background-color: white;
     font-size: 18px;
     position: relative;
     top: -30px;
     text-align: left;
     padding: 5px 20px 0 0;
     margin-bottom: 0;
    }
    .learn_case_ttl {
      font-size: 18px;
      font-weight: bold;
      color: #0d0e4f;
    }


    .sub_title {
      font-size: 1.3rem;
      color: #000;
      word-break: keep-all;
      text-align: center;
      border: 2px solid #333;
      border-left: 5px solid #333;
      border-right: 5px solid #333;
      padding: 10px 20px;
      margin: 50px auto 50px;
      /* テキストのはみ出しをさせない */
      overflow-wrap: break-word;
    }

    #service .plus {
      font-size: 5rem;
      color: var(--Primary-color);
      font-weight: bold;
      text-align: center;
      height: 73px;
      line-height: 2rem;
    }

    .case_box {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-around;
      gap: 20px;
    }

    .case_item {
      flex: 1;
      min-width: 0;
      /* margin-bottom: 40px; */
    }

    .case_item p:has(b) {
      text-align: center;
      padding-top: 20px;
      color: var(--Primary-color);
    }

    .case_item b {
      margin-bottom: 0;
    }

    #service .case_item p {
      margin-bottom: 0;
    }

    #service .case_item h4 {
      font-size: 1.5rem;
      text-align: center;
      border: none;
      padding: 10px 20px;
      border-radius: none;
      margin: 0 auto 20px;
    }

    #service .button_main {
      font-size: 1.5rem;
      padding: 10px 40px;
    }

    #service .button_area {
      margin: 50px 0 80px;
      padding: 0 15px;
    }


    @media screen and (max-width: 750px) {
      .learn_case {
          flex-direction: column;
          padding: 0;
        }
        .mv_about {
          flex-direction: column;
          gap: 40px;
        }
        #service h2 {
          font-size: 1.5rem;
          margin: 0 0 30px;
        }
    }
    @media screen and (max-width: 560px) {
      .learn_item {
        width: 100%;
      }
    }
    @media screen and (max-width: 480px) {

      .mv_about_txt h2 {
        font-size: 1.5rem;
        text-align: center;
      }

      #service h3.round {
        margin: 70px auto 30px;
      }


      #mv_about,
      #program,
      #rule,
      #learn {
        padding: 50px 20px 50px;
      }

      .anchor li {
        padding: 10px 20px 20px;
      }

      .anchor li a {
        font-size: 1rem;
      }

      .anchor ul {
        gap: 10px;
        flex-direction: column;
      }

      .anchor {
        padding: 40px 20px 40px;
      }

      .anchor_link {
        padding: 60px 0 0;
      }

      .anchor li::after {
        border: 7px solid transparent;
        border-top-color: #fff;
      }

      #program,
      #learn {
        padding-bottom: 50px;
      }

      #rule {
        padding-bottom: 50px;
      }

      .inner_title {
        margin: 0 0 30px;
      }

      #service h3 {
        font-size: 1.2rem;
        /* margin: 40px auto 20px; */
      }

      b {
        font-size: 1.2rem;
        /* margin-bottom: 10px; */
        line-height: 1.8rem;
      }

      .program_box {
        /* margin-bottom: 20px; */
      }

      .program_flex {
        gap: 20px;
        flex-direction: column;
      }

      .flex_list {
        margin-bottom: 10px;
      }

      /* 最後のflex_list */
      .flex_list:last-child {
        margin-bottom: 0;
      }

      #rule {
        padding-bottom: 50px;
      }

      .rule_box {
        flex-direction: column-reverse;
        gap: 20px;
      }

      .rule_box:nth-child(even) {
        flex-direction: column-reverse;
      }

      #service .rule_text h4 {
        font-size: 1.4rem;
        line-height: 1.4em;
      }

      .learn_box {
        flex-direction: column-reverse;
      }

      .learn_wrapper {
        gap: 60px;
      }

      .case_box {
        gap: 60px;
        flex-direction: column;
      }

      .learn_list {
        flex-direction: column;
        gap: 0;
      }

      .program_content_box {
        flex-direction: column;
        gap: 10px;
      }

      .flex_list li {
        padding-bottom: 0px;
      }

      .learn_box_last {
        padding: 0;
      }
    }

    #service .button_area {
      margin: 50px 0 80px;
      padding: 0 15px;
    }
    .button_area {
      text-align: center;
    }
    .button_main {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      font-size: 1.1rem;
      font-weight: 600;
      letter-spacing: 0.15rem;
      padding: 10px 20px;
      margin: 40px auto;
      border: solid 3px var(--Primary-color);
      border-radius: 3px;
      background: var(--Primary-color);
      transition: all 0.5s;
    }
    #service .button_main {
      font-size: 1.5rem;
      padding: 10px 40px;
    }

    #flows {
      padding: 20px 0 60px;
      background-color: var(--bg-color);
    }

    #flows h3 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: var(--Primary-color);
    }

    #flows .wrap {
      max-width: 1024px;
    }

    #flows .button_area {
      margin: 50px 20px 0;
    }

    .flow_area {
      margin: 40px 0 45px;
      display: flex;
      justify-content: space-between;
    }

    .flow_one {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(25% - 30px);
      height: 80px;
      background-color: #fff;
      position: relative;
      font-weight: 600;
    }

    .flow_one span {
      display: block;
      position: absolute;
      top: 0;
      right: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 0 40px 25px;
      border-color: transparent transparent transparent #fff;
    }

    .flow-text {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 20px;
    }

    .flow-text_one {
      width: calc(50% - 20px);
    }

    .flow-text_one p {
      font-size: 0.95rem;
      line-height: 1.8rem;
      letter-spacing: 0.05rem;
    }

    .flow_one:nth-child(2),
    .flow_one:nth-child(4) {
      background-color: var(--Primary-color);
      color: #fff;
    }

    .flow_one:nth-child(2) span {
      border-color: transparent transparent transparent var(--Primary-color);
    }
    @media screen and (max-width: 480px) {
      .flow_area {
          flex-wrap: wrap;
          margin: 0 30px;
        }

        .flow_one {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 50px;
          margin: 15px 0 0 0;
          background-color: #fff;
          position: relative;
        }

        .flow_one span {
          display: block;
          position: absolute;
          top: 49px;
          left: 50%;
          margin-left: -18px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 18px 0 18px;
          border-color: #fff transparent transparent transparent;
        }

        .flow_one:nth-child(2) span {
          display: block;
          position: absolute;
          top: 49px;
          left: 50%;
          margin-left: -18px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 18px 0 18px;
          border-color: var(--Primary-color) transparent transparent transparent;
        }

        .flow-text_one {
          width: auto;
          margin: 15px 0px;
        }

    }
    /*　End - service　*/



    .page_content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 180px 20px;
    }

    @media screen and (max-width: 480px) {
      .page_content {
        margin: 0;
        display: block;
      }
    }

    .content_area {
      max-width: 1000px;
      margin: 0px 50px;
      padding: 0;
      box-shadow: none;
    }

    @media screen and (max-width: 480px) {
      .content_area {
        margin: 100px 0;
      }
    }

    .content_area .main_content {
      line-height: 1.8;
      letter-spacing: 0.01rem;
      /* padding: 0px 100px; */
    }

    @media screen and (max-width: 480px) {
      .content_area .main_content {
        padding: 0 20px 30px;
      }
    }

    .content_area .title {
      font-size: 1.7rem;
      letter-spacing: 0.01rem;
      line-height: 1.8;
      font-weight: 600;
      margin: 0 0 40px;
      padding: 15px 100px 0;
      padding: 0;
    }

    @media screen and (max-width: 480px) {
      .content_area .title {
        font-size: 1.3rem;
        padding: 10px 15px 0px;
      }
    }

    .content_area h2 {
      margin-bottom: 20px;
      position: relative;
      margin: 30px 0 10px;
      font-size: 1.6rem;
      font-weight: 700;
      border-bottom: solid 2px #000;
      text-align: left;
    }

    @media screen and (max-width: 480px) {
      .content_area h2 {
        font-size: 1.1rem;
      }
    }
