@charset "UTF-8";
@media screen and (min-width: 750px) {
  .br-pcOnly {
    display: block;
  }
  .br-spOnly {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .br-pcOnly {
    display: none;
  }
  .br-spOnly {
    display: block;
  }
}

:-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 700;
}

body, input, button, textarea, select {
  color: #333;
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.resume input, .resume select {
  height: 54px;
}

.resume input::placeholder, .resume textarea::placeholder {
  color: #CFCFCF;
  font-weight: 700;
}

.resume input, .resume button, .resume textarea, .resume select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.resume input:focus, .resume button:focus, .resume textarea:focus, .resume select:focus {
  border: 2px solid #005EAB !important;
}

.resume select::-ms-expand {
  display: none;
}

.resume input::placeholder {
  color: #CFCFCF;
}

.resume .bold {
  font-weight: 700;
}

.resume .grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.resume .grad-wrap {
  position: relative;
}

.resume .grad-wrap .grad-trigger {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  margin: auto;
  color: #003B6B;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.resume .grad-wrap .grad-trigger:hover {
  opacity: 0.8;
}

.resume .grad-wrap .grad-item {
  position: relative;
  overflow: hidden;
}

.resume .grad-wrap .grad-item.is-hide {
  /* height: 125px; 隠した後の高さ*/
}

.resume .grad-wrap .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
}

.resume .grad-wrap .grad-trigger.is-show + .grad-item::before {
  display: none;
}

.resume .remodal {
  padding: 0;
  border-radius: 20px;
  max-width: 880px;
  box-sizing: border-box;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 750px) {
  .resume .remodal {
    max-width: fit-content;
    vertical-align: unset;
    background: none;
    padding: 10px;
    margin: 10px 0;
  }
}

.resume .remodal .remodal_box_top {
  color: #FFF;
  height: 100px;
  border-radius: 20px 20px 0 0;
  background-color: #003B6B;
  padding: 20px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .resume .remodal .remodal_box_top {
    height: 100%;
    padding: 20px 15px;
  }
}

.resume .remodal .remodal_box_top h4,
.resume .remodal .remodal_box_top .remodal_title {
  font-size: 18px;
  text-align: left;
  padding: 0 0 10px 0;
}

.resume .remodal .remodal_box_top p {
  font-size: 15px;
}

.resume .remodal .remodal_box_top p span {
  font-size: 13px;
  color: #FFC000;
}

.resume .remodal .remodal_box_btm {
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .resume .remodal .remodal_box_btm {
    padding: 15px;
    background: #FFF;
    border-radius: 0 0 20px 20px;
  }
}

.resume .remodal .remodal_box_btm ul li {
  line-height: 1.5;
  position: relative;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}

.resume .remodal .remodal_box_btm ul li:hover {
  color: #005EAB;
}

.resume .remodal .remodal_box_btm ul li:before {
  content: "";
  background-image: linear-gradient(to right, #4AB8D2, #4AB8D2 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.resume .remodal .remodal_box_btm ul li:first-of-type {
  padding: 0;
  margin: 0;
}

.resume .remodal .remodal_box_btm ul li:first-of-type:before {
  background: none;
}

.resume .remodal .remodal_box_btm ul li:last-of-type {
  position: relative;
}

.resume .remodal .remodal-close {
  display: none;
}

@media screen and (max-width: 750px) {
  .resume .remodal .remodal-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    color: #FFF;
    border: 2px solid #FFF;
    background: #005EAB;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
}

.resume .remodal .remodal-close:before {
  display: none;
}

@media screen and (max-width: 750px) {
  .resume .remodal .remodal-close:before {
    display: block;
    line-height: 0;
    font-size: 40px;
    width: 100%;
    top: 20px;
  }
}

.resume #wrap .no_floating_box .h2_with_txt p {
  display: block;
}

@media screen and (max-width: 750px) {
  .resume #wrap .no_floating_box .h2_with_txt p {
    display: none;
  }
}

.resume #wrap .no_floating_box .h2_with_txt p:last-child {
  display: none;
}

@media screen and (max-width: 750px) {
  .resume #wrap .no_floating_box .h2_with_txt p:last-child {
    display: block !important;
  }
}

.resume #wrap .no_floating_box .box_preview {
  background: none !important;
}

.resume #wrap .no_floating_box .no_floating {
  display: none;
}

@media screen and (max-width: 750px) {
  .resume #wrap .no_floating_box .no_floating {
    display: block !important;
    border-radius: 10px;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  .resume #wrap .no_floating_box .no_floating button {
    border-radius: 10px;
  }
}

.resume #wrap .start {
  display: none;
}

.resume #wrap .floating {
  position: fixed;
  right: 120px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 750px) {
  .resume #wrap .floating {
    display: none !important;
  }
}

.resume #wrap .floating button {
  border-radius: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 22px;
  color: #FFF;
  width: 120px;
  height: 120px;
}

.resume #wrap .floating button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.resume #wrap .floating button:focus {
  border: unset !important;
}

.resume #wrap .btn_pdf {
  bottom: 200px;
  background-color: #005EAB;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_pdf {
    margin: 0 15px;
  }
}

.resume #wrap .btn_pdf button:before {
  content: url("/resume/img/icon_download.svg");
  position: absolute;
  top: 20px;
  left: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_pdf button:before {
    content: none;
  }
}

.resume #wrap .btn_pdf button {
  color: #FFF;
  background-color: #005EAB;
  border: none;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_pdf button {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0;
  }
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_pdf button img {
    padding: 0 5px 5px 0;
  }
}

.resume #wrap .btn_edit {
  z-index: 10;
  bottom: 50px;
  background-color: #FFF;
  border: 2px solid #005EAB;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_edit {
    margin: 20px 15px 0 15px;
  }
}

.resume #wrap .btn_edit button {
  color: #005EAB;
  font-weight: 700;
  background-color: unset;
  border: unset;
}

@media screen and (max-width: 750px) {
  .resume #wrap .btn_edit button {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0;
  }
}

.resume #wrap .hover:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.resume #wrap .bg--stripes_blue {
  background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
  padding-bottom: 30px;
}

.resume #wrap button:focus {
  outline: none;
}

.resume #wrap #content {
  max-width: 1000px;
  padding: 50px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content {
    width: 100%;
    padding: 30px 5px 50px;
  }
}

.resume #wrap #content .h2_with_txt {
  margin: 0 0 30px 0;
}

.resume #wrap #content .h2_with_txt h2:not(.box_title),
.resume #wrap #content .h2_with_txt .title {
  margin-bottom: 5px;
}

.resume #wrap #content .h2_with_txt p {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .h2_with_txt p {
    font-weight: normal;
  }
}

.resume #wrap #content h2:not(.box_title),
.resume #wrap #content .content__heading {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content {
    /*スクロールバー全体*/
    /*スクロールバーの軌道*/
    /*スクロールバーの動く部分*/
  }
  .resume #wrap #content .step_list::-webkit-scrollbar-track {
    border-radius: 10px;
    border: 1px solid #005EAB;
    background-color: #FFF;
    z-index: 0;
  }
  .resume #wrap #content .step_list::-webkit-scrollbar-thumb {
    background-color: #005EAB;
    border-radius: 50px;
    width: 50px;
    z-index: 0;
  }
}

.resume #wrap #content .step_list {
  max-width: 866px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .step_list {
    width: 90%;
    height: 90px;
    overflow-scrolling: touch;
    overflow-y: scroll;
  }
}

.resume #wrap #content .step_list ol {
  margin: 0;
  padding: 0;
  display: flex;
}

.resume #wrap #content .step_list ol li {
  position: relative;
  counter-increment: count;
  list-style: none;
  margin: .25rem 0;
  flex: 1;
}

.resume #wrap #content .step_list ol li a {
  color: #005EAB;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  width: 6rem;
  text-decoration: none;
}

.resume #wrap #content .step_list ol li a span {
  padding: 3px 0 0 0;
}

.resume #wrap #content .step_list ol li a:before {
  content: counter(count);
  background: #FFF;
  margin: 0 auto;
  padding: 13px 0 0 0;
  width: 50px;
  height: 50px;
  border: 2px solid #005EAB;
  color: #005EAB;
  border-radius: 50%;
  z-index: 1;
  font-size: 15px;
  box-sizing: border-box;
}

.resume #wrap #content .step_list ol li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #005EAB;
  position: absolute;
  top: 35%;
  left: 0;
}

.resume #wrap #content .step_list ol li.current a:before {
  background-color: #005EAB;
  color: #FFF;
  box-shadow: 0 0 3px #000;
}

.resume #wrap #content .step_list ol li:first-child a:after {
  width: 50%;
  left: auto;
  right: 0;
}

.resume #wrap #content .step_list ol li:last-child a:after {
  width: 50%;
}

.resume #wrap #content .box {
  background: #FFF;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto 30px;
  max-width: 940px;
  box-sizing: border-box;
  clear: both;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box {
    width: 100%;
    padding: 30px 15px;
  }
}

.resume #wrap #content .box h3:not(.form-block_title):not(.readmore_title):not(.remodal_title),
.resume #wrap #content .box .box_title {
  font-size: 25px;
  color: #005EAB;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box h3:not(.form-block_title):not(.readmore_title):not(.remodal_title),
  .resume #wrap #content .box .box_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.resume #wrap #content .box .box_text {
  font-size: 15px;
  margin-bottom: 20px;
}

.resume #wrap #content .box .box_select {
  display: flex;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_select {
    display: block;
  }
}

.resume #wrap #content .box .box_select .inrbox_select:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_select .inrbox_select:first-child {
    margin: 0 0 20px 0;
  }
}

.resume #wrap #content .box .box_select .inrbox_select {
  font-weight: 700;
}

.resume #wrap #content .box .box_select .inrbox_select p {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_select .inrbox_select p {
    font-size: 15px;
  }
}

.resume #wrap #content .box .box_select .inrbox_select .select_wrap {
  position: relative;
}

.resume #wrap #content .box .box_select .inrbox_select .select_wrap select {
  appearance: none;
  width: 350px;
  border: 2px solid #CFCFCF;
  font-weight: 700;
  padding: 0 0 0 15px;
  border-radius: 5px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_select .inrbox_select .select_wrap select {
    width: 100%;
    font-size: 15px;
  }
}

.resume #wrap #content .box .box_select .inrbox_select .select_wrap select option {
  color: #333;
}

.resume #wrap #content .box .box_select .inrbox_select .select_wrap select .non_option {
  color: #CFCFCF;
}

.resume #wrap #content .box .box_select .inrbox_select .select_wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #005EAB;
  position: absolute;
  top: 50%;
  right: 10px;
}

.resume #wrap #content .box .wrap_input > p {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .wrap_input > p {
    font-size: 15px;
  }
}

.resume #wrap #content .box .wrap_input .box_input {
  display: flex;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .wrap_input .box_input {
    display: block;
  }
}

.resume #wrap #content .box .wrap_input .box_input input:first-child {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .wrap_input .box_input input:first-child {
    margin: inherit;
  }
}

.resume #wrap #content .box .wrap_input .box_input input:focus {
  border: 2px solid #005EAB !important;
  outline: 0;
}

.resume #wrap #content .box .wrap_input .box_input input {
  appearance: none;
  width: 330px;
  border: 2px solid #CFCFCF;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  border-radius: 5px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .wrap_input .box_input input {
    width: 100%;
    font-size: 15px;
    padding: 15px;
  }
}

.resume #wrap #content .box .box_readmore {
  background-color: #0A9FC2;
  border-radius: 10px;
  border: 2px solid #0A9FC2;
  box-sizing: border-box;
}

.resume #wrap #content .box .box_readmore .readmore_top {
  padding: 15px 30px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_top {
    padding: 5px 15px;
  }
}

.resume #wrap #content .box .box_readmore .readmore_top h4,
.resume #wrap #content .box .box_readmore .readmore_top .readmore_title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_top h4,
  .resume #wrap #content .box .box_readmore .readmore_top .readmore_title {
    font-size: 16px;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm {
    padding: 15px 15px 20px 15px;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .point_h5 {
  padding: 15px;
  background: #E6F5F9;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.resume #wrap #content .box .box_readmore .readmore_btm .point_txt {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  padding: 5px 0 0 0;
}

.resume #wrap #content .box .box_readmore .readmore_btm h5,
.resume #wrap #content .box .box_readmore .readmore_btm .point_h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0A9FC2;
  margin-bottom: 5px;
}

.resume #wrap #content .box .box_readmore .readmore_btm h5 img,
.resume #wrap #content .box .box_readmore .readmore_btm .point_h5 img {
  padding-right: 10px;
  width: 30px;
  height: 30px;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-trigger:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A9FC2;
  border-right: 2px solid #0A9FC2;
  transform: rotate(-225deg);
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item::before {
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0.7));
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item.is-hide {
  height: 125px;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item p {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item p {
    font-size: 15px;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item a {
  clear: both;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt:hover {
  text-decoration: underline;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A9FC2;
  border-right: 2px solid #0A9FC2;
  transform: rotate(-315deg);
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt:before {
    top: 8px;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt:after {
  content: url("../../../img/icon_externalLink.svg");
  position: absolute;
  top: 10px;
  left: -25px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt:after {
    top: 0;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt {
  position: relative;
  float: right;
  color: #0A9FC2;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 25px 0 0;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item a .detail_txt {
    padding: 0 25px 0 0;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01, .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 {
  display: flex;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 dt, .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 dt {
  width: 120px;
  height: 35px;
  border-radius: 18px 0 0 18px;
  color: #005EAB;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 dt, .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 dt {
    width: 30%;
    height: 100%;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 dd, .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 dd {
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 dd, .resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 dd {
    width: 70%;
    line-height: 1.5;
  }
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 {
  padding: 0 0 10px 0;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list01 dt {
  background: #FFC000;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 {
  padding: 0 0 20px 0;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list02 dt {
  border: 2px solid #FFC000;
  box-sizing: border-box;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list03 {
  font-size: 15px;
  line-height: 28px;
}

.resume #wrap #content .box .box_readmore .readmore_btm .grad-item dl.define_list03 dt {
  font-weight: 700;
}

.resume #wrap #content .box .box_example {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_example {
    display: block;
  }
}

.resume #wrap #content .box .box_example .btn_example {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_example .btn_example {
    display: block;
  }
}

.resume #wrap #content .box .box_example .btn_example button {
  background-color: #003B6B;
  border-radius: 10px;
  border-style: none;
  font-size: 18px;
  color: #FFF;
  width: 150px;
  height: 50px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_example .btn_example button {
    width: 100%;
  }
}

.resume #wrap #content .box .box_textlines .textlines {
  resize: none;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  padding: 15px;
  font-size: 18px;
  border: 2px solid #CFCFCF;
  border-radius: 5px;
  background: #FFF;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .box_textlines .textlines {
    width: 100%;
    height: 180px;
    font-size: 15px;
  }
}

.resume #wrap #content .box .box_textlines .textlines::placeholder {
  color: #CFCFCF;
}

.resume #wrap #content .box .label_textlines {
  margin: 0 0 20px 0;
}

.resume #wrap #content .box .label_textlines .textlines {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_textlines .textlines {
    width: 100%;
    min-height: 180px;
    max-height: 100%;
  }
}

.resume #wrap #content .box .label_inr_textlines .textlines {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_inr_textlines .textlines {
    width: 100%;
    min-height: 180px;
    max-height: 100%;
  }
}

.resume #wrap #content .box .form-wrap form > .change:first-child {
  display: none;
}

.resume #wrap #content .box .form-wrap form .change {
  color: #005EAB;
  font-size: 15px;
  font-weight: 700;
  width: 150px;
  height: 20px;
  margin: 0 auto 30px;
  cursor: pointer;
}

.resume #wrap #content .box .form-wrap form .change:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form #form_block[number="0"] {
  height: 60px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form #form_block[number="0"] {
    height: 70px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block_btn:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form .form-block {
  position: relative;
  font-size: 12px;
  margin: 0 0 30px 0;
  background-color: #003B6B;
  border-radius: 10px;
  box-sizing: border-box;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_top {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #FFF;
  font-size: 18px;
  padding: 10px;
  background-color: #003B6B;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  position: relative;
  clear: both;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_top {
    padding: 0px 15px;
    height: 44px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_top h4,
.resume #wrap #content .box .form-wrap form .form-block .form-block_top .form-block_title {
  font-size: 16px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_top h4,
  .resume #wrap #content .box .form-wrap form .form-block .form-block_top .form-block_title {
    font-size: 15px;
    padding: 0;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_top .close {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 5px 0 0 0;
  min-width: 120px;
  max-width: 30%;
  height: 40px;
  cursor: pointer;
  border: 2px solid #FFF;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_top .close {
    min-width: 90px;
    max-width: 20%;
    font-size: 14px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_top .close:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_top .close img {
  padding: 0 5px 0 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_top .close img {
    display: none;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm {
  background-color: #E6EFF6;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  padding: 20px 30px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm {
    padding: 20px 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm p {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm p {
    font-size: 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm input {
  font-size: 18px;
  padding: 10px 13px;
  margin: 0 0 20px 0;
  border: 2px solid #CFCFCF;
  border-radius: 5px;
  box-shadow: 0 0 0 999px #fff inset;
  box-sizing: border-box;
  background: #FFF;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm input {
    font-size: 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r {
  display: flex;
  align-items: center;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l div, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r div {
  display: flex;
  align-items: center;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l div .input_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r div .input_flex02 {
  width: 150px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l div .input_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r div .input_flex02 {
    min-width: 150px;
    max-width: 40%;
    margin: 0 0 20px 0;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 {
  display: flex;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 {
    display: block;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 p, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 p {
  padding: 0 0 5px 0;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r input {
  width: 100px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l input, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r input {
    font-size: 15px;
    width: 85px;
    height: 50px;
    margin: 0 0 15px 0;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r span {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l span, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r span {
    font-size: 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r .txt_flex01 {
  padding: 0 20px 0 10px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l .txt_flex01, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r .txt_flex01 {
    padding: 0 20px 0 10px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r .txt_flex02 {
  padding: 0 0 0 10px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l .txt_flex02, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r .txt_flex02 {
    padding: 0 0 0 10px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_l, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_l {
  padding: 0;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r {
  margin: 0 0 5px 40px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap01 .input_flex_box_r, .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 .input_flex_box_r {
    margin: 0;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .input_flex_wrap02 + .change_label {
  display: none;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .change_label {
  color: #005EAB;
  font-size: 15px;
  font-weight: 700;
  width: 150px;
  height: 20px;
  margin: 0 auto 15px;
  cursor: pointer;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .change_label:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label {
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label {
    padding: 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top {
  height: 50px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  color: #0A9FC2;
  font-size: 18px;
  border-bottom: 3px solid #0A9FC2;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top {
    height: 60px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top h4 {
    font-size: 16px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top .close_label {
  color: #0A9FC2;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 5px 0 0 0;
  min-width: 120px;
  max-width: 30%;
  height: 40px;
  cursor: pointer;
  border: 2px solid #0A9FC2;
  border-radius: 5px;
  box-sizing: border-box;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top .close_label:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top .close_label img {
  padding: 0 5px 0 0;
  display: none;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_top .close_label {
    min-width: 90px;
    max-width: 20%;
    font-size: 14px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_btm {
  background: #FFF;
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_btm p {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_btm p {
    padding: 0 0 5px 0;
    font-size: 15px;
  }
}

.resume #wrap #content .box .form-wrap form .form-block .form-block_btm .form-label .form-label_btm .label_check p {
  padding: 0;
  margin: 0 0 0 10px;
}

.resume #wrap #content .box .form-wrap form .form-block_btn {
  width: 140px;
  height: 50px;
  background-color: #003B6B;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  cursor: pointer;
}

.resume #wrap #content .box .form-wrap form .form-block_btn p {
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  color: #FFF;
}

.resume #wrap #content .box .form-wrap form .form-block_btn p span {
  font-size: 15px;
  color: #FFC000;
  padding: 0 10px 0 0;
}

.resume #wrap #content .box .form-wrap form .form-label_btn {
  width: 305px;
  height: 50px;
  background-color: #0A9FC2;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  color: #FFF;
  cursor: pointer;
}

.resume #wrap #content .box .form-wrap form .form-label_btn:hover {
  opacity: 0.8;
}

.resume #wrap #content .box .form-wrap form .form-label_btn p {
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  color: #FFF;
}

.resume #wrap #content .box .form-wrap form .form-label_btn p span {
  font-size: 15px;
  color: #FFC000;
  padding: 0 10px 0 0;
}

.resume #wrap #content .box .check_box01 {
  margin: 0 auto 20px;
  padding: 0 15px 0 0;
  width: 100px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .check_box01 {
    margin: 0;
    padding: 0;
    justify-content: end !important;
  }
}

.resume #wrap #content .box .label_check_c01 {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_check_c01 {
    padding: 0;
    justify-content: end !important;
  }
}

.resume #wrap #content .box .check_box02 {
  margin: 0 auto;
  padding: 0 0 0 25px;
  width: 80px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .check_box02 {
    margin: 0;
    padding: 0;
  }
}

.resume #wrap #content .box .label_check_c02 {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_check_c02 {
    padding: 0;
    justify-content: end !important;
  }
}

.resume #wrap #content .box .label_check_box {
  max-width: 450px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: flex-end;
}

.resume #wrap #content .box .label_check_date {
  width: 185px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_check_date {
    width: 165px !important;
    margin: 0 0 10px 0 !important;
  }
}

.resume #wrap #content .box .label_check {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_check {
    margin: 0 0 20px 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

.resume #wrap #content .box .label_check p {
  font-size: 18px;
  font-weight: 700;
  padding: 0 !important;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content .box .label_check p {
    font-size: 15px;
  }
}

.resume #wrap #content .box .checkbox {
  position: relative;
  cursor: pointer;
  width: 30px !important;
  height: 30px;
  margin: 0 !important;
  border: 2px solid #CFCFCF;
  border-radius: 5px;
  box-sizing: border-box;
}

.resume #wrap #content .box .checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 27px;
  height: 27px;
}

.resume #wrap #content .box .checkbox:focus {
  border: 2px solid #005EAB;
  border-radius: 5px;
  box-sizing: border-box;
}

.resume #wrap #content .box .checkbox:checked:before {
  border: solid;
  transform: rotate(-40deg);
  border-left-width: 3px;
  border-bottom-width: 3px;
  height: 8px;
  width: 16px;
  border-color: #005EAB;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  top: 5px;
  left: 4px;
}

.resume #wrap #content .box .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
}

.resume #wrap #content ul.btn_pattern1 {
  justify-content: flex-end;
}

.resume #wrap #content ul.btn_pattern3 {
  justify-content: flex-start;
}

.resume #wrap #content ul.btn_box {
  display: flex;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box {
    display: block;
    margin: 0 15px;
  }
}

.resume #wrap #content ul.btn_box li button {
  position: relative;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  height: 50px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box li button {
    font-size: 18px !important;
  }
}

.resume #wrap #content ul.btn_box li.btn_preview {
  margin-right: auto;
  margin-bottom: 20px;
}

.resume #wrap #content ul.btn_box li.btn_preview button:before {
  content: url("/resume/img/icon_preview.svg");
  position: absolute;
  top: 12px;
  left: 30px;
  width: 15px;
  height: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box li.btn_preview button:before {
    left: 30%;
  }
}

.resume #wrap #content ul.btn_box li.btn_preview button:hover {
  cursor: pointer;
}

.resume #wrap #content ul.btn_box li.btn_preview button {
  border-color: #FFF;
  background-color: #0A9FC2;
  border-style: none;
  color: #FFF;
  width: 185px;
  padding: 0 0 0 30px;
  margin-right: 20px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box li.btn_preview button {
    width: 100%;
  }
}

.resume #wrap #content ul.btn_box ul {
  display: flex;
}

.resume #wrap #content ul.btn_box ul li.btn_back {
  margin-right: 20px;
  border-color: #FFF;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box ul li.btn_back {
    width: 80%;
  }
}

.resume #wrap #content ul.btn_box ul li.btn_back button:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #005EAB;
  border-right: 2px solid #005EAB;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.resume #wrap #content ul.btn_box ul li.btn_back button:hover {
  cursor: pointer;
}

.resume #wrap #content ul.btn_box ul li.btn_back button {
  background-color: #FFF;
  border: 2px solid #005EAB;
  color: #005EAB;
  width: 140px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box ul li.btn_back button {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box ul li.btn_next {
    width: 100%;
  }
}

.resume #wrap #content ul.btn_box ul li.btn_next button:hover {
  cursor: pointer;
}

.resume #wrap #content ul.btn_box ul li.btn_next button:before {
  content: '';
  position: absolute;
  top: 19px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.resume #wrap #content ul.btn_box ul li.btn_next button {
  background-color: #005EAB;
  border-style: none;
  color: #FFF;
  width: 240px;
  margin-right: 20px;
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .resume #wrap #content ul.btn_box ul li.btn_next button {
    width: 100%;
    margin: 0;
  }
}

.resume footer button:focus {
  border: none !important;
}