:root {
    --text_color: #0a4d92;
    --bg_light: #ddecf5;
}

#problem {
  padding-bottom: 40px;
}
#problem .inner {
  max-width: 800px;
}
#problem h2 {
  margin: 50px 0 15px;
}
#problem ul {
  margin: 0 auto;
  max-width: 932px;
}
#problem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-self: flex-start;
  border-bottom: 3px dotted #858585;
}
#problem ul li:last-child {
  border-bottom: none;
}
#problem ul li img {
  width: 34px;
  height: 100%;
  padding-right: 25px;
}
#problem ul li p {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin: 25px 0;
}
#problem .problem_txt {
  font-size: 24px;
  color: #0a4d92;
  text-align: center;
  font-weight: 600;
  line-height: 1.7em;
  margin: 10px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  #problem {
    padding-bottom: 28px;
  }
  #problem h2 {
    margin: 30px 0 18px;
  }
  #problem ul {
    max-width: 530px;
  }
  #problem ul li {
    align-items: normal;
    padding-top: 12px;
  }
  #problem ul li img {
    width: 20px;
    padding: 1px 10px 0 0;
  }
  #problem ul li p {
    font-size: 16px;
    margin: 0 0 12px;
  }
  #problem .problem_txt {
    font-size: 17px;
    margin: 5px 0 0;
  }
}

#merit {
  padding: 0 0 50px;
  text-align: center;
  background: #0067a5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc3f0', endColorstr='#fbfeff',GradientType=0 );
}

#merit .inner {
  max-width: 1140px;
}
/* #merit .inner::before {
  border: 30px solid transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: "";
        display: block;
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
        width: 0;        
} */

#merit h2 {
    color: var(--text_color);
    margin: 0;
    padding-top: 50px;
    color: #fff;
}

#merit ul {
  margin: 40px auto 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#merit ul li {
  width: 30.9%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#877545', endColorstr='#877545',GradientType=0 );
  padding: 2px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#merit ul li article {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  background: #fff;
  color: #0a4d92;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#merit ul li article b {
  color: #0a4d92;
  font-style: italic;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}

#merit ul li article b:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0a4d92;
  position: absolute;
  left: 0;
}

#merit ul li article h3 {
  font-size: 26px;
  margin: 20px 0 20px;
}

#merit ul li article p {
  color: #333333;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

#merit .cv-area {
  margin-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
  #merit {
    padding: 0 0 20px;
  }
  /* #merit .inner::before {
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 0;   
  } */
  #merit h2 {
    padding-top: 35px;
  }
  #merit ul {
    display: block;
    margin: 30px 0 0;
  }
  #merit ul li {
    width: auto;
    margin-bottom: 20px;
  }
  #merit ul li article {
    padding: 16px 20px;
  }
  #merit ul li article b {
    font-size: 18px;
  }
  #merit ul li article h3 {
    font-size: 20px;
    margin: 18px 0;
  }
  #merit ul li article h3 br {
    display: none;
  }
  #merit ul li article p {
    font-size: 14px;
  }
  #merit .cv-area {
    margin-bottom: 40px;
  }
}

.sec06 {
  padding: 30px 0 40px;
  background: url(../img/sec06-bg01.webp) center top no-repeat;
  background-size: cover;
}
.sec06 h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.sec06 .text01 {
  text-align: center;
  font-size: 18px;
}
.sec06 .block01 {
  padding: 20px 0 0 0;
}
.sec06 .block01 .box {
  margin: 0 0 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
}
.sec06 .block01 .box .text-area01 {
  border-bottom: #eeeff5 solid 1px;
}
.sec06 .block01 .box .text-area01 dl {
  display: table;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.sec06 .block01 .box .text-area01 .text02 {
  width: 60px;
  height: 60px;
  background: #0067a5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  font-size: 22px;
  position: relative;
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  vertical-align: middle;
}
.sec06 .block01 .box .text-area01 .text02::before {
  margin: -12px 0 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #0067a5;
}
.sec06 .block01 .box .text-area01 .text03 {
  padding: 0 20px 0 30px;
  display: table-cell;
  font-size: 18px;
  color: #0a4d92;
  font-weight: bold;
  vertical-align: middle;
}
.sec06 .block01 .box .text-area02 .text04 {
  width: 60px;
  background: #87a6df;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  font-size: 22px;
  position: relative;
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  vertical-align: middle;
}
.sec06 .block01 .box .text-area02 .text04::before {
  margin: -12px 0 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #87a6df;
}
sec06 .block01 .box .text-area02 .text05 {
  padding: 15px 20px 15px 30px;
  width: 900px;
  display: table-cell;
  font-size: 16px;
  line-height: 1.5em;
}
.sec06 .block01 .box .text-area02 dl {
  display: table;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.sec06 .block01 .box .text-area02 .text05 {
  padding: 15px 20px 15px 30px;
  width: 900px;
  display: table-cell;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}

@media screen and (min-width: 0) and (max-width: 599px) {
.sec06 {
  padding: 30px 0 20px;
}
.sec06 h2 {
  font-size: 20px;
  margin: 0 0 30px;
}
.sec06 .block01 {
  padding: 1px 0 0 0;
}
.sec06 .block01 .box .text-area01 .text02 {
  width: 10%;
}
.sec06 .block01 .box .text-area02 .text04 {
  width: 10%;
}
.sec06 .block01 .box .text-area01 .text03 {
  padding: 15px 15px 10px 25px;
  line-height: 1.3em;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.sec06 .block01 .box .text-area02 .text05 {
  padding: 15px 15px 15px 25px;
  width: 900px;
  display: table-cell;
  font-size: 14px;
  line-height: 1.4em;
}
.pc-no01 {
  display: block;
}
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sec06 h2 {
    font-size: 20px;
  }
}

.cv-area2 {
  background-color: #0067a5;
  padding: 30px 0;
}
.cv-area2 .btn {
  padding: 20px 0;
}

@media screen and (min-width: 0) and (max-width: 599px){
  .cv-area2 {
    padding: 23px 0;
  }
  .cv-area2 .btn{
    padding: 12px 0;
    line-height: 1.7rem;
  }
}

#case {
  padding: 1px 0;
}

#case .inner {
  max-width: 1100px;
}

#case .slider {
  padding: 20px 10px 40px 10px;
}

#case .slick-list {
  padding: 0 10px;
}

#case .slick-slider {
  width: 90%;
  margin: 0 auto;
}

#case .slick-active .box {
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

#case .slick-next, #case .slick-prev {
  width: 50px;
  height: 100px;
  background: var(--text_color);
  z-index: 999;
}

#case .slick-next:after, #case .slick-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  margin: auto auto;
}

#case .slick-next:before, #case .slick-prev:before {
  content: none;
}

#case .slick-next {
  right: -50px;
}

#case .slick-prev {
  left: -50px;
}

#case .slick-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 12px;
  right: 0;
}


#case .box {
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

#case .box .title {
  color: #ffffff;
  padding: 10px 15px;
  background: var(--text_color);
  margin-bottom: 20px;
}

#case .box .title b {
  font-size: 20px;
  font-style: italic;
  display: block;
  margin: 0;
}

#case .box .title p {
  font-size: 20px;
  margin: 5px 0;
}

#case .box .title span {
  font-size: 16px;
  display: block;
  margin: 0;
}

#case .box .salary {
  color: #000e2c;
}

#case .box .salary b {
  font-size: 22px;
  display: inline-block;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}

#case .box .salary p {
  font-size: 16px;
  margin: 10px;
}

#case .box .salary span {
  font-size: 22px;
}

#case .box .salary span i {
  font-size: 32px;
}

#case .box .salary:last-child {
  padding-bottom: 30px;
}

#case .box .salary:last-child span {
  color: #b39600;
  font-size: 24px;
  border-bottom: solid 3px #b39600;
  padding-bottom: 10px 0;
}

#case .box .salary:last-child span i {
  font-size: 38px;
  line-height: 1.0em;
}

#case .box img {
  width: 47%;
  margin: 10px auto;
}

#case .cv-area {
  margin: 30px auto 60px auto;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  #case .inner {
    padding: 0;
  }
  #case .slider {
    padding: 10px 10px 20px 10px;
  }
  #case .slick-slider {
    width: auto;
  }
  #case .slick-next {
    right: 0;
  }
  #case .slick-prev {
    left: 0;
  }
  #case .slick-prev:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 12px;
    right: 0;
  }
  #case .box .title {
    margin-bottom: 15px;
  }
  #case .box .title b {
    font-size: 18px;
  }
  #case .box .title p {
    font-size: 19px;
  }
  #case .box .title span {
    font-size: 16px;
  }
  #case .box .salary p {
    font-size: 18px;
    margin: 5px 0 0;
  }
  #case .box .salary b {
    font-size: 18px;
  }
  #case .box .salary span {
    font-size: 18px;
  }
  #case .box .salary span i {
    font-size: 20px;
  }
  #case .box .salary:last-child {
    padding-bottom: 15px;
  }
  #case .box .salary:last-child span {
    font-size: 26px;
  }
  #case .box .salary:last-child span i {
    font-size: 48px;
  }
  #case .box img {
    width: 30%;
    margin: 10px auto;
  }
  #case .cv-area {
    margin: 15px auto 30px auto;
  }
}

#casesample {
  background: #f7f8ec;
  padding: 1px 0 60px;
  background: url(../img/casesample-bg01.webp) center top no-repeat;
  background-size: cover;
}

#casesample .inner {
  max-width: 1140px;
}

#casesample .inner h2 {
  color: #fff;
}

#casesample .col3 {
  list-style: none;
}

#casesample .slick-next, #casesample .slick-prev {
  width: 70px;
    height: 100px;
    background: #fff;
    z-index: 999;
    opacity: 0.8;
    border: 2px solid grey;
}

#casesample .slick-next:after, #casesample .slick-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 7px;
  bottom: 0;
  margin: auto auto;
}

#casesample .slick-next:before, #casesample .slick-prev:before {
  content: none;
}

#casesample .slick-next {
  right: -80px;
}

#casesample .slick-prev {
  left: -80px;
}

#casesample .slick-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 7px;
  right: 0;
}

#casesample .box {
  text-align: left;
  width: 31.66%;
  max-width: 355px;
  margin: 0 auto;
}

#casesample .box .casesample_class {
    text-align: center;
    font-size: 1.2rem;
    color: #0067a5;
    font-weight: 600;
    padding: 8px;
    background-color: #f7f8ed;
    margin-bottom: 10px;
    border-radius: 20px;
    position: relative;
}

#casesample .box .casesample_class::after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #f7f8ed;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#casesample .box_wrap {
    height: 520px;
    background-color: #f7f8ed;
}

#casesample .box-inner {
  padding: 10px 20px 0;
  background-color: #fff;
  margin-top: 20px;
}

#casesample .box h4 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}

#casesample .box p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 0;
}

#casesample .box .title {
  color: var(--text_color);
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 10px;
}

#casesample .box .title p {
  text-align: center;
}

#casesample .box .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 10px 0;
  position: relative;
}

#casesample .box .salary div {
  text-align: center;
  width: 44%;
  border: solid 3px #dfdfdf;
  border-radius: 5px;
}

#casesample .box .salary div span {
  color: #0a4d92;
  display: block;
  padding: 12px 0;
}

#casesample .box .salary div span:first-child {
  font-size: 14px;
  border-bottom: solid 1px #dfdfdf;
}

#casesample .box .salary div span:last-child {
  font-size: 14px;
}

#casesample .box .salary div span:last-child b {
  font-size: 24px;
}

#casesample .box .salary div:last-child {
  border: solid 3px #0067a5;
}

#casesample .box .salary div:last-child span:last-child {
  color: #b39600;
}

#casesample .box .salary:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #0067a5;
  border-right: solid 3px #0067a5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  margin: auto auto;
}

#casesample .box .reason {
  color: #0a4d92;
  padding: 15px 20px;
  background-color: #f7f8ed;
}

#casesample .box .reason img {
  width: 126px;
  float: left;
}

#casesample .box .reason b {
  font-size: 20px;
  background-color: #0067a5;
  padding: 6px;
  color: #fff;
}

#casesample .box .reason p {
  font-size: 14px;
  padding-top: 12px;
}

#casesample .box .reason span {
  color: var(--text_color);
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px;
  background: var(--bg_light);
  clear: both;
}

#casesample .box .memo {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #0067a5;
  letter-spacing: -1px;
}

#casesample .box .memo span {
  font-size: 20px;
  font-weight: normal;
}

#casesample .box .comment h4 {
  background: var(--text_color);
}

#casesample .box .comment p {
  color: #686868;
}

#casesample .box .offer h4 {
  background: #d41519;
}

#casesample .box .offer p {
  color: #d41519;
}

#casesample .cv-area {
  margin: 60px auto;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  #casesample {
    padding: 1px 0 40px;
    background: url(../img/sp_casesample-bg01.webp) center top no-repeat;
    background-size: cover;
  }
  #casesample .col3 {
    display: block;
  }
  #casesample .col3 .box {
    width: auto;
  }
  #casesample .box .memo span {
    font-size: 15px;
  }
  #casesample .box .reason b {
    font-size: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  #casesample .slick-next {
    width: 50px;
    height: 50px;
    right: -12px;
  }
  #casesample .slick-prev {
    width: 50px;
    height: 50px;
    left: -12px;
  }
  #casesample .slick-next:after, #casesample .slick-prev:after {
    width: 14px;
    height: 14px;
  }
}

#example {
  background: #ddecf4;
  padding: 1px 0 60px;
}

#example .inner {
  max-width: 1140px;
}

#example .inner h2 {
  color: #0a4d92;
}

#example .col3 {
  list-style: none;
}

#example .slick-next, #example .slick-prev {
  width: 70px;
    height: 100px;
    background: #fff;
    z-index: 999;
    opacity: 0.8;
    border: 2px solid grey;
}

#example .slick-next:after, #example .slick-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 7px;
  bottom: 0;
  margin: auto auto;
}

#example .slick-next:before, #example .slick-prev:before {
  content: none;
}

#example .slick-next {
  right: -80px;
}

#example .slick-prev {
  left: -80px;
}

#example .slick-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 7px;
  right: 0;
}

#example .box {
  background: #fff;
  text-align: left;
  width: 31.66%;
  max-width: 355px;
  margin: 0 auto;
  height: 380px;
}

#example .box-inner {
  padding: 10px 20px 0;
  background-color: #fff;
}

#example .box h4 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  margin: 0;
}

#example .box p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 0;
}

#example .box .title {
  color: var(--text_color);
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 10px;
}

#example .box .title p {
  text-align: center;
}

#example .box h3 {
  list-style: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #0a4d92;
}

#example .salary {
  text-align: center;
  padding: 20px;
}

#example .salary b {
  color: #948436;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.0em;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

#example .salary b i {
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  position: relative;
  z-index: 20;
}

#example .salary b:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #948436;
  position: absolute;
  z-index: 10;
}

#example .salary span {
  color: #b39600;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.0em;
  display: block;
}

#example .salary span i {
  font-size: 20px;
}

#example .box .reason {
  color: #0a4d92;
  padding: 15px 20px;
  background-color: #f7f8ed;
  height: 140px;
}

#example .box .reason img {
  width: 126px;
  float: left;
}

#example .box .reason b {
  font-size: 18px;
  padding: 6px;
  color: #333333;
  text-align: center;
  display: block;
  position: relative;
}

#example .reason b i:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #333;
}

#example .box .reason p {
  font-size: 14px;
  padding-top: 12px;
  color: #333;
}

#example .box .reason span {
  color: var(--text_color);
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px;
  background: var(--bg_light);
  clear: both;
}

#example .box .memo {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: #0067a5;
  letter-spacing: -1px;
}

#example .box .memo span {
  font-size: 20px;
  font-weight: normal;
}

#example .box .comment h4 {
  background: var(--text_color);
}

#example .box .comment p {
  color: #686868;
}

#example .box .offer h4 {
  background: #d41519;
}

#example .box .offer p {
  color: #d41519;
}

#example .cv-area {
  margin: 60px auto;
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  #example {
    padding: 1px 0 40px;
  }
  #example .col3 {
    display: block;
  }
  #example .col3 .box {
    width: auto;
  }
  #example .box .memo span {
    font-size: 15px;
  }
  #example .box .reason b {
    font-size: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  #example .slick-next {
    width: 50px;
    height: 50px;
    right: -12px;
    top: 43%;
  }
  #example .slick-prev {
    width: 50px;
    height: 50px;
    left: -12px;
    top: 43%;
  }
  #example .slick-next:after, #example .slick-prev:after {
    width: 14px;
    height: 14px;
  }
}

#step {
  background: #ddecf4;
  padding: 1px 0 40px;
}

#step h2 {
  margin: 50px 0 10px;
}

#step .inner {
  max-width: 670px;
}

#step ul {
  list-style: none;
  margin: 0;
}

#step ul li {
  color: var(--text_color);
  position: relative;
}

#step ul li::after {
  border: 22px solid transparent;
  border-top-color: #0067a5;
  border-bottom-width: 0;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}

#step ul li:last-child:after {
  content: none;
}

#step ul li b {
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  display: block;
  text-align: center;
  padding: 20px;
}

#step ul li img {
  width: 100%;
}

#step ul li:last-child span {
  line-height: 60px;
}

#step ul li br {
  display: none;
}

#step .step_contents {
  display: flex;
  align-items: center;
  padding-top: 32px;
}

#step .step_contents img {
  width: 100px;
  margin-right: -30px;
  z-index: 1000;
}

#step .step_contents_txt {
  background-color: #fff;
  padding: 20px 0px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  width: 600px;
}

#step .step_contents_txt p {
  margin: 0;
}

#step ul li .step_txt {
  font-size: 20px;
  text-align: left;
  padding-left: 130px;
  margin: 0 0 20px;
}

@media screen and (min-width: 0) and (max-width: 749px) {
  #step {
    padding: 1px 0 1px;
  }
  #step .inner {
    max-width: 600px;
  }
  #step h2 {
    margin: 30px 0 24px;
  }
  #step ul {
    display: block;
    padding: 0;
  }
  #step ul li {
    width: auto;
    margin-bottom: 40px;
  }
  #step ul li b {
    font-size: 24px;
    line-height: 1.0em;
    padding: 15px;
  }
  #step ul li p {
    width: auto;
    margin: 0;
  }
  #step ul li:after {
    border: 20px solid transparent;
    border-top-color: #0067a5;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 0;
  }
  #step ul li:nth-child(3n):after {
    content: "";
  }
  #step ul li:last-child:after {
    content: none;
  }
  #step ul li .step_txt{
    font-size: 14px;
    padding: 10px 10px 0;
    margin: 0 0 16px;
  }
  #step .step_contents{
    padding-top: 6px;
  }
  #step .step_contents img {
    width: 77px;
  }
  #step .step_contents p {
    font-size: 16px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  #step .step_contents p br {
    display: block;
  }
  #step .step_contents_txt {
    padding: 0;
  }
  .step_contents_txt-1 {
    padding: 0;
    line-height: 70px;
  }
}

.cv-area3 {
  background-color: #fff;
  padding: 30px 0;
}
.cv-area3 .btn {
  padding: 20px 0;
}
@media screen and (min-width: 0) and (max-width: 599px){
  .cv-area3 {
    padding: 23px 0;
  }
  .cv-area3 .btn{
    padding: 12px 0;
    line-height: 1.7rem;
  }
}

footer {
  background: #0067a5;
  letter-spacing: 1px;
}

footer .inner {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  max-width: 510px;
  padding-top: 45px;
  padding-bottom: 45px;
}

footer .inner hr {
  margin: 15px 0;
  border: 0;
  border-top: solid 1px #fff;
}

footer .inner a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

footer #copy {
  color: #555;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  background: #fff;
  padding: 20px;
}

footer #copy img {
  display: inline-block;
  width: 180px;
  margin-bottom: 10px;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  footer .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cv-area {
  text-align: center;
}

.cv-area i {
  color: #c72929;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  background: #ffffff;
  padding: 5px;
  margin-top: 16px;
  -webkit-box-shadow: 0 0 8px rgba(199, 66, 89, 0.2);
          box-shadow: 0 0 8px rgba(199, 66, 89, 0.2);
  position: relative;
  display: none;
}

.cv-area i br {
  display: none;
}

.cv-area i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 18px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -15px;
}

.cv-area.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  background: var(--text_color);
  background: rgba(10, 77, 146, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.cv-area.fix a.btn {
  max-width: 500px;
}

.cv-area.fix i {
  display: none;
}

@media screen and (min-width: 0) and (max-width: 599px) {
  .cv-area.fix {
    padding: 10px 0;
  }
  .cv-area.fix a.btn {
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.min.css.map */