@charset "UTF-8";
/*メディアクエリ*/
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

html, body, input, textarea, select {
  font-size: 26px;
  color: #362f28;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  html, body, input, textarea, select {
    font-size: 3.4666666667vw;
  }
}

body {
  margin: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #362f28;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(112.5957446809, 98, 83.4042553191);
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .wrapper .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .wrapper .pc_only {
    display: none !important;
  }
}

#container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  background-image: url(../images/fv_fix_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 750px) {
  #container {
    display: none;
    background: unset;
  }
}

/* 左側固定BOX */
.left_fix_box_wrap {
  position: absolute;
  width: calc((100vw - 750px) / 2);
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1365px) {
  .left_fix_box_wrap {
    display: none;
  }
}
.left_fix_box_wrap .left_fix_box {
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box {
    width: 19.3548387097vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_logo {
  width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_logo {
    width: 15.4838709677vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_entry_btn {
  display: block;
  width: 288px;
  margin: 90px auto 48px;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_entry_btn {
    width: 18.5806451613vw;
    margin: 5.8064516129vw auto 3.0967741935vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_tel_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_tel_text {
    font-size: 0.9032258065vw;
    margin-bottom: 1.4193548387vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_tellink {
  display: block;
  position: relative;
  padding-left: 34px;
  font-size: 40px;
  font-weight: 700;
  color: #bb3258;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_tellink {
    padding-left: 2.1935483871vw;
    font-size: 2.5806451613vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_tellink::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 27px;
  height: 30px;
  background: url(../images/fixarea_tel_icon.png) left top no-repeat;
  background-size: contain;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_tellink::before {
    width: 1.7419354839vw;
    height: 1.935483871vw;
  }
}
.left_fix_box_wrap .left_fix_box .fixarea_business_hours {
  margin-top: 12px;
  font-size: 14px;
  color: #bb3258;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .left_fix_box_wrap .left_fix_box .fixarea_business_hours {
    margin-top: 0.7741935484vw;
    font-size: 0.9032258065vw;
  }
}

/* 右側固定リンク*/
.right_fix_box {
  position: absolute;
  width: 350px;
  height: auto;
  left: calc(50% + 375px + 52px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .right_fix_box {
    width: 22.5806451613vw;
    left: calc(50% + 375px + 1.935483871vw);
  }
}
@media screen and (max-width: 1365px) {
  .right_fix_box {
    display: none;
  }
}
.right_fix_box .right_fix_link li > a {
  position: relative;
  display: block;
  padding-left: 34px;
  margin-bottom: 36px;
  font-size: 20px;
  color: #2d2d2d;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .right_fix_box .right_fix_link li > a {
    padding-left: 1.8064516129vw;
    margin-bottom: 2.3225806452vw;
    font-size: 1.2258064516vw;
  }
}
.right_fix_box .right_fix_link li > a::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 34px;
  background: url(../images/fixarea_link_icon.png) left top no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1366px) and (max-width: 1550px) {
  .right_fix_box .right_fix_link li > a::before {
    width: 1.4193548387vw;
    height: 2vw;
  }
}

.main_contents {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main_contents {
    width: 100%;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  position: relative;
  height: 1650px;
  background: url(../images/fv_bg.jpg) center top no-repeat;
  background-size: 750px 1650px;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  #fv {
    height: 220vw;
    background-size: 100vw 220vw;
    padding-top: 4vw;
  }
}
#fv .fv_logo {
  width: 175px;
  margin: 0 0 16px 30px;
}
@media screen and (max-width: 750px) {
  #fv .fv_logo {
    width: 23.3333333333vw;
    margin: 0 0 2.1333333333vw 4vw;
  }
}
#fv .fv_hero {
  width: 100%;
}
#fv .fv_img1 {
  width: 100%;
}
#fv .text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 36px auto 0;
  width: 465px;
  height: 44px;
  background: url(../images/fv_text1_bg.png) center top no-repeat;
  background-size: contain;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.18em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  #fv .text1 {
    margin: 4.8vw auto 0;
    width: 62vw;
    height: 5.8666666667vw;
    font-size: 4vw;
  }
}
#fv .fv_title {
  width: 510px;
  margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
  #fv .fv_title {
    width: 68vw;
    margin: 2.1333333333vw auto 0;
  }
}
#fv .fv_benefits_list {
  margin: 44px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  #fv .fv_benefits_list {
    margin: 5.8666666667vw auto 0;
    gap: 1.3333333333vw;
  }
}
#fv .fv_benefits_list li {
  width: 320px;
  height: 120px;
  -webkit-filter: drop-shadow(10px 16px 16px rgba(0, 30, 127, 0.2));
          filter: drop-shadow(10px 16px 16px rgba(0, 30, 127, 0.2));
}
@media screen and (max-width: 750px) {
  #fv .fv_benefits_list li {
    width: 42.6666666667vw;
    height: 16vw;
    -webkit-filter: drop-shadow(spVW(10) spVW(16) spVW(16) rgba(0, 30, 127, 0.2));
            filter: drop-shadow(spVW(10) spVW(16) spVW(16) rgba(0, 30, 127, 0.2));
  }
}
#fv .fv_link_menu {
  margin: 62px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 750px) {
  #fv .fv_link_menu {
    margin: 8.2666666667vw auto 0;
    -webkit-column-gap: 1.3333333333vw;
       -moz-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
}
#fv .fv_link_menu li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 150px;
  background: url(../images/fv_link_menu_bg.png) center top no-repeat;
  background-size: contain;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #fv .fv_link_menu li > a {
    width: 21.3333333333vw;
    height: 20vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}

/**------------------------------------------
  sec01:LINEで簡単！24時間相談可能
------------------------------------------**/
#sec01 {
  position: relative;
  background: url(../images/sec01_bg.jpg) center top no-repeat;
  height: 990px;
  padding-top: 117px;
}
@media screen and (max-width: 750px) {
  #sec01 {
    height: 132vw;
    background-size: 100vw 132vw;
    padding-top: 15.6vw;
  }
}
#sec01 .sec01_img1 {
  position: absolute;
  width: 153px;
  top: 60px;
  left: 72px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_img1 {
    width: 20.2666666667vw;
    top: 8vw;
    left: 9.6vw;
  }
}
#sec01 .sec01_bonus_box {
  margin: 0 auto;
  width: 690px;
  height: 830px;
  background: url(../images/sec01_box_bg.png) center top no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(10px 16px 16px rgba(0, 84, 168, 0.2));
          filter: drop-shadow(10px 16px 16px rgba(0, 84, 168, 0.2));
  padding-top: 58px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box {
    width: 92vw;
    height: 110.6666666667vw;
    padding-top: 7.7333333333vw;
  }
}
#sec01 .sec01_bonus_box .sec01_title {
  width: 282px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_title {
    width: 37.6vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_text {
  margin: 5px 0 0 53px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_text {
    margin: 0.6666666667vw 0 0 7.0666666667vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text1 {
  margin: 0 16px 6px 0;
  width: 83px;
  height: 63px;
  background: url(../images/sec01_text1_bg.png) center top no-repeat;
  background-size: contain;
  font-size: 34px;
  color: #bb3258;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 63px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text1 {
    margin: 0 2.1333333333vw 0.8vw 0;
    width: 11.0666666667vw;
    height: 8.4vw;
    font-size: 4.5333333333vw;
    line-height: 8.4vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text2 {
  font-size: 82px;
  color: #bb3258;
}
#sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text2 span {
  font-size: 102px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text2 {
    font-size: 10.9333333333vw;
  }
  #sec01 .sec01_bonus_box .sec01_bonus_text .bonus_text2 span {
    font-size: 13.6vw;
  }
}
#sec01 .sec01_bonus_box .text2 {
  margin: 23px auto 0;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 44px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .text2 {
    margin: 3.0666666667vw auto 0;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_list {
  width: 620px;
  margin: 25px auto 0;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_list {
    width: 82.6666666667vw;
    margin: 3.3333333333vw auto 0;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 620px;
  height: 90px;
  background: url(../images/sec01_bonus_list_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_list li {
    margin-bottom: 1.3333333333vw;
    width: 82.6666666667vw;
    height: 12vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price {
  margin-right: 58px;
  width: 188px;
  font-size: 46px;
  text-align: right;
}
#sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price span {
  font-size: 56px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price {
    margin-right: 7.7333333333vw;
    width: 25.0666666667vw;
    font-size: 6.1333333333vw;
  }
  #sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price span {
    font-size: 7.4666666667vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price_text {
  font-size: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_list li .bonus_price_text {
    font-size: 3.4666666667vw;
  }
}
#sec01 .sec01_bonus_box .sec01_bonus_note {
  margin: 20px auto 0;
  width: 612px;
  font-size: 24px;
  font-weight: 300;
  color: #5e5953;
  letter-spacing: 0.06em;
  line-height: 33px;
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_bonus_box .sec01_bonus_note {
    margin: 2.6666666667vw auto 0;
    width: 81.6vw;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}

/**------------------------------------------
  sec02:アルムメディカルサポートで働いてよかったこと
------------------------------------------**/
#sec02 {
  position: relative;
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  height: 4900px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    height: 653.3333333333vw;
    background-size: 100vw 653.3333333333vw;
  }
}
#sec02 .sec02_point_icon {
  width: 166px;
  -webkit-filter: drop-shadow(10px 16px 16px rgba(0, 84, 168, 0.2));
          filter: drop-shadow(10px 16px 16px rgba(0, 84, 168, 0.2));
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point_icon {
    width: 22.1333333333vw;
  }
}
#sec02 .sec02_point_hukidashi {
  width: 558px;
  height: 78px;
  background: url(../images/sec02_hukidashi.png) center top no-repeat;
  background-size: cover;
  font-size: 40px;
  font-weight: 600;
  color: #bb3258;
  letter-spacing: 0.02em;
  padding-bottom: 18px;
  line-height: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point_hukidashi {
    width: 74.4vw;
    height: 10.4vw;
    font-size: 5.3333333333vw;
    padding-bottom: 2.4vw;
    line-height: 8vw;
  }
}
#sec02 .sec02_point_title {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 98px;
}
#sec02 .sec02_point_title span {
  display: inline;
  border-bottom: 2px #9a9793 solid;
  line-height: 98px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point_title {
    font-size: 8vw;
    line-height: 13.0666666667vw;
  }
  #sec02 .sec02_point_title span {
    line-height: 13.0666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
#sec02 .sec02_point_text {
  width: 625px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 54px;
}
#sec02 .sec02_point_text strong {
  font-weight: 500;
  color: #bb3258;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point_text {
    width: 83.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
#sec02 .sec02_point01 {
  height: 2195px;
  padding-top: 182px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 {
    height: 292.6666666667vw;
    padding-top: 24.2666666667vw;
  }
}
#sec02 .sec02_point01 .sec02_title {
  position: relative;
  margin: 0 auto;
  width: 642px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_title {
    width: 85.6vw;
  }
}
#sec02 .sec02_point01 .sec02_title .sec02_title_text {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 54px;
  white-space: nowrap;
}
#sec02 .sec02_point01 .sec02_title .sec02_title_text span {
  color: #bb3258;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_title .sec02_title_text {
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}
#sec02 .sec02_point01 .sec02_point_icon {
  margin: 362px auto 0;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point_icon {
    margin: 48.2666666667vw auto 0;
  }
}
#sec02 .sec02_point01 .sec02_point_hukidashi {
  margin-top: 50px;
  margin-left: 76px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point_hukidashi {
    margin-top: 6.6666666667vw;
    margin-left: 10.1333333333vw;
  }
}
#sec02 .sec02_point01 .sec02_point_title {
  margin-top: 4px;
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point_title {
    margin-top: 0.5333333333vw;
    margin-right: 5.3333333333vw;
  }
}
#sec02 .sec02_point01 .sec02_point_text {
  margin-top: 40px;
  margin-left: 52px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point_text {
    margin-top: 5.3333333333vw;
    margin-left: 6.9333333333vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box {
    margin-left: 6.6666666667vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box .point01_leftbox {
  background-color: #fdebed;
  width: 430px;
  height: 168px;
  padding: 30px 0 0 35px;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box .point01_leftbox {
    width: 57.3333333333vw;
    height: 22.4vw;
    padding: 4vw 0 0 4.6666666667vw;
    border-radius: 1.6vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box .point01_leftbox .caption {
  font-size: 28px;
  font-weight: 700;
  color: #bb3258;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box .point01_leftbox .caption {
    font-size: 3.7333333333vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box .point01_leftbox .text {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 39px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box .point01_leftbox .text {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box1 {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box1 {
    margin-top: 7.6vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box1 .point01_leftbox {
  margin-right: 18px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box1 .point01_leftbox {
    margin-right: 2.4vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box1 .point01_rightbox {
  margin-top: -24px;
  width: 171px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box1 .point01_rightbox {
    width: 22.8vw;
    margin-top: -3.2vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box2 {
  margin-top: 39px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box2 {
    margin-top: 5.2vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box2 .point01_leftbox {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box2 .point01_leftbox {
    margin-right: 4vw;
  }
}
#sec02 .sec02_point01 .sec02_point01_box.box2 .point01_rightbox {
  width: 139px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point01 .sec02_point01_box.box2 .point01_rightbox {
    width: 18.5333333333vw;
  }
}
#sec02 .sec02_point02 {
  height: 1380px;
  padding-top: 326px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point02 {
    height: 184vw;
    padding-top: 43.4666666667vw;
  }
}
#sec02 .sec02_point02 .sec02_point_icon {
  margin: 0 auto 0;
}
#sec02 .sec02_point02 .sec02_point_hukidashi {
  margin-top: 50px;
  margin-left: 116px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point02 .sec02_point_hukidashi {
    margin-top: 6.6666666667vw;
    margin-left: 15.4666666667vw;
  }
}
#sec02 .sec02_point02 .sec02_point_title {
  margin-top: 4px;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point02 .sec02_point_title {
    margin-top: 0.5333333333vw;
    margin-left: 5.3333333333vw;
  }
}
#sec02 .sec02_point02 .sec02_point_text {
  margin-top: 40px;
  margin-left: 93px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point02 .sec02_point_text {
    margin-top: 5.3333333333vw;
    margin-left: 12.4vw;
  }
}
#sec02 .sec02_point03 {
  height: 1325px;
  padding-top: 326px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point03 {
    height: 176.6666666667vw;
    padding-top: 43.4666666667vw;
  }
}
#sec02 .sec02_point03 .sec02_point_icon {
  margin: 0 auto;
}
#sec02 .sec02_point03 .sec02_point_hukidashi {
  margin-top: 50px;
  margin-left: 76px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point03 .sec02_point_hukidashi {
    margin-top: 6.6666666667vw;
    margin-left: 10.1333333333vw;
  }
}
#sec02 .sec02_point03 .sec02_point_title {
  margin-top: 3px;
  margin-left: 42px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point03 .sec02_point_title {
    margin-top: 0.4vw;
    margin-left: 5.6vw;
  }
}
#sec02 .sec02_point03 .sec02_point_text {
  margin-top: 40px;
  margin-left: 53px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_point03 .sec02_point_text {
    margin-top: 5.3333333333vw;
    margin-left: 7.0666666667vw;
  }
}

/**--------------------------------------------------
  sec03_job:募集要項
--------------------------------------------------**/
#sec03_job {
  position: relative;
  background: url(../images/sec03_job_bg.jpg) center top no-repeat;
  background-size: 750px 350px;
  background-color: #ffffff;
  height: auto;
  padding-top: 220px;
  padding-bottom: 85px;
}
@media screen and (max-width: 750px) {
  #sec03_job {
    background-size: 100vw 46.6666666667vw;
    padding-top: 29.3333333333vw;
    padding-bottom: 11.3333333333vw;
  }
}
#sec03_job .sec03_title {
  width: 440px;
  height: 91px;
  margin: 0 auto;
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  background: url(../images/sec03_title_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_title {
    width: 58.6666666667vw;
    height: 12.1333333333vw;
    font-size: 10.6666666667vw;
  }
}
#sec03_job .sec03_read {
  width: 640px;
  margin: 47px auto 0;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 48px;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_read {
    width: 85.3333333333vw;
    margin: 6.2666666667vw auto 0;
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
#sec03_job .sec03_job_list {
  width: 660px;
  margin: 45px auto 0;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_job_list {
    width: 88vw;
    margin: 6pxvw auto 0;
  }
}
#sec03_job .sec03_job_list dt {
  width: 100%;
  height: 54px;
  background: #362f28;
  background: -webkit-gradient(linear, left bottom, right top, from(#362f28), color-stop(70%, #362f28), to(#636363));
  background: linear-gradient(to top right, #362f28 0%, #362f28 70%, #636363 100%);
  padding-left: 40px;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_job_list dt {
    height: 7.2vw;
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 7.2vw;
  }
}
#sec03_job .sec03_job_list dd {
  width: 100%;
  background-color: #f0edf0;
  padding: 24px 35px 26px 40px;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_job_list dd {
    padding: 3.2vw 4.6666666667vw 3.4666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#sec03_job .sec03_job_list dd .ft24 {
  font-size: 24px;
  line-height: 42px;
}
@media screen and (max-width: 750px) {
  #sec03_job .sec03_job_list dd .ft24 {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}

/**------------------------------------------
  sec04:voice 実際に働くリアルな声を聞いてみました！
------------------------------------------**/
#sec04_voice {
  position: relative;
  background: url(../images/sec04_voice_bg.jpg) center top no-repeat;
  height: 3560px;
}
@media screen and (max-width: 750px) {
  #sec04_voice {
    height: 474.6666666667vw;
    background-size: 100vw 474.6666666667vw;
  }
}
#sec04_voice .sec04_title {
  width: 100%;
}
#sec04_voice .sec04_voicebox {
  position: relative;
}
#sec04_voice .sec04_voicebox .voice_text {
  width: 556px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 51px;
}
#sec04_voice .sec04_voicebox .voice_text strong {
  color: #fcff84;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox .voice_text {
    width: 74.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.8vw;
  }
}
#sec04_voice .sec04_voicebox .name_year {
  position: absolute;
}
#sec04_voice .sec04_voicebox .name_year .voice_name {
  font-size: 28px;
  font-weight: 500;
  color: #f399a6;
  letter-spacing: 0.04em;
  line-height: 48px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox .name_year .voice_name {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#sec04_voice .sec04_voicebox .name_year .voice_year {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 48px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox .name_year .voice_year {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#sec04_voice .sec04_voicebox.voice01 {
  background: url(../images/sec04_voice01_bg.png) left top no-repeat;
  width: 715px;
  height: 894px;
  background-size: cover;
  padding: 52px 0 0 117px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice01 {
    width: 95.3333333333vw;
    height: 119.2vw;
    padding: 6.9333333333vw 0 0 15.6vw;
  }
}
#sec04_voice .sec04_voicebox.voice01 .name_year {
  bottom: 116px;
  left: 120px;
}
#sec04_voice .sec04_voicebox.voice01 .name_year .voice_name {
  margin-right: 65px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice01 .name_year {
    bottom: 15.4666666667vw;
    left: 16vw;
  }
  #sec04_voice .sec04_voicebox.voice01 .name_year .voice_name {
    margin-right: 8.6666666667vw;
  }
}
#sec04_voice .sec04_voicebox.voice02 {
  margin: 16px 0 0 35px;
  background: url(../images/sec04_voice02_bg.png) left top no-repeat;
  width: 715px;
  height: 974px;
  background-size: cover;
  padding: 52px 0 0 42px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice02 {
    margin: 2.1333333333vw 0 0 4.6666666667vw;
    width: 95.3333333333vw;
    height: 129.8666666667vw;
    padding: 6.9333333333vw 0 0 5.6vw;
  }
}
#sec04_voice .sec04_voicebox.voice02 .name_year {
  bottom: 116px;
  left: 285px;
}
#sec04_voice .sec04_voicebox.voice02 .name_year .voice_name {
  margin-left: 65px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice02 .name_year {
    bottom: 15.4666666667vw;
    left: 38vw;
  }
  #sec04_voice .sec04_voicebox.voice02 .name_year .voice_name {
    margin-left: 8.6666666667vw;
  }
}
#sec04_voice .sec04_voicebox.voice03 {
  background: url(../images/sec04_voice03_bg.png) left top no-repeat;
  width: 715px;
  height: 1144px;
  background-size: cover;
  padding: 52px 0 0 117px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice03 {
    width: 95.3333333333vw;
    height: 152.5333333333vw;
    padding: 6.9333333333vw 0 0 15.6vw;
  }
}
#sec04_voice .sec04_voicebox.voice03 .name_year {
  bottom: 116px;
  left: 120px;
}
#sec04_voice .sec04_voicebox.voice03 .name_year .voice_name {
  margin-right: 56px;
}
@media screen and (max-width: 750px) {
  #sec04_voice .sec04_voicebox.voice03 .name_year {
    bottom: 15.4666666667vw;
    left: 16vw;
  }
  #sec04_voice .sec04_voicebox.voice03 .name_year .voice_name {
    margin-right: 7.4666666667vw;
  }
}

/**------------------------------------------
  sec05:flow 入社までの流れ
------------------------------------------**/
#sec05_flow {
  position: relative;
  background-image: url(../images/sec05_flow_bg1.jpg), url(../images/sec05_flow_bg2.jpg);
  background-position: center top, center bottom;
  background-size: 750px 150px, 750px 140px;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffffff;
  height: auto;
  padding-top: 150px;
  padding-bottom: 124px;
}
@media screen and (max-width: 750px) {
  #sec05_flow {
    background-size: 100vw 20vw, 100vw 18.6666666667vw;
    padding-top: 20vw;
    padding-bottom: 16.5333333333vw;
  }
}
#sec05_flow .sec05_title {
  width: 100%;
}
#sec05_flow .sec05_flow_step {
  width: 100%;
  padding-top: 270px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step {
    padding-top: 36vw;
  }
}
#sec05_flow .sec05_flow_step .step_caption {
  margin-left: 45px;
  font-size: 60px;
  font-weight: 600;
  color: #bb3258;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step .step_caption {
    margin-left: 6vw;
    font-size: 8vw;
  }
}
#sec05_flow .sec05_flow_step .step_text_wrap {
  margin: 56px 0 0 95px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step .step_text_wrap {
    margin: 7.4666666667vw 0 0 12.6666666667vw;
  }
}
#sec05_flow .sec05_flow_step .step_text_wrap .step_text {
  width: 612px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step .step_text_wrap .step_text {
    width: 81.6vw;
    font-size: 3.7333333333vw;
  }
}
#sec05_flow .sec05_flow_step .step_text_wrap .step_text_note {
  width: 600px;
  margin-top: 26px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 38px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step .step_text_wrap .step_text_note {
    width: 80vw;
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
}
#sec05_flow .sec05_flow_step.step01 {
  height: 779px;
  background: url(../images/sec05_flow_step1_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step.step01 {
    height: 103.8666666667vw;
  }
}
#sec05_flow .sec05_flow_step.step02 {
  height: 560px;
  background: url(../images/sec05_flow_step2_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step.step02 {
    height: 74.6666666667vw;
  }
}
#sec05_flow .sec05_flow_step.step03 {
  height: 602px;
  background: url(../images/sec05_flow_step3_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow_step.step03 {
    height: 80.2666666667vw;
  }
}
#sec05_flow .sec05_flow4 {
  height: 438px;
  background: url(../images/sec05_flow4_bg.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow4 {
    height: 58.4vw;
  }
}
#sec05_flow .sec05_flow4 .step_caption2 {
  width: 480px;
  height: 64px;
  padding-left: 1em;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 500;
  color: #bb3258;
  letter-spacing: 0.14em;
  line-height: 64px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow4 .step_caption2 {
    width: 64vw;
    height: 8.5333333333vw;
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
  }
}
#sec05_flow .sec05_flow4 .sec05_flow4_text {
  margin-top: 70px;
  font-size: 76px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 95px;
  text-align: center;
}
#sec05_flow .sec05_flow4 .sec05_flow4_text .ft64 {
  font-size: 64px;
}
#sec05_flow .sec05_flow4 .sec05_flow4_text .red {
  color: #bb3258;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_flow4 .sec05_flow4_text {
    margin-top: 9.3333333333vw;
    font-size: 10.1333333333vw;
    line-height: 12.6666666667vw;
  }
  #sec05_flow .sec05_flow4 .sec05_flow4_text .ft64 {
    font-size: 8.5333333333vw;
  }
}
#sec05_flow .sec05_campaign_box {
  margin: 0 auto;
  width: 620px;
  height: 370px;
  background: url(../images/sec05_campaign_box.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_campaign_box {
    width: 82.6666666667vw;
    height: 49.3333333333vw;
  }
}
#sec05_flow .sec05_campaign_box .campaign_title {
  width: 100%;
  height: 94px;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 94px;
  text-align: center;
}
#sec05_flow .sec05_campaign_box .campaign_title span {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_campaign_box .campaign_title {
    width: 100%;
    height: 12.5333333333vw;
    font-size: 5.0666666667vw;
    line-height: 12.5333333333vw;
  }
  #sec05_flow .sec05_campaign_box .campaign_title span {
    font-size: 5.3333333333vw;
  }
}
#sec05_flow .sec05_campaign_box .campaign {
  margin: 25px 0 0 98px;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}
#sec05_flow .sec05_campaign_box .campaign.camp2 {
  margin: 22px 0 11px 98px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_campaign_box .campaign {
    margin: 3.3333333333vw 0 0 13.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
  #sec05_flow .sec05_campaign_box .campaign.camp2 {
    margin: 2.9333333333vw 0 1.4666666667vw 13.0666666667vw;
  }
}
#sec05_flow .sec05_campaign_box .campaign_pre {
  width: 480px;
  height: 48px;
  margin-left: 96px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #7a5d45;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_campaign_box .campaign_pre {
    width: 64vw;
    height: 6.4vw;
    margin-left: 12.8vw;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
#sec05_flow .sec05_campaign_note {
  margin: 30px 0 75px 76px;
  font-size: 24px;
  color: #4a443d;
  line-height: 35px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_campaign_note {
    margin: 4vw 0 10vw 10.1333333333vw;
    font-size: 3.2vw;
    line-height: 4.6666666667vw;
  }
}
#sec05_flow .sec05_img1 {
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_img1 {
    width: 88vw;
  }
}
#sec05_flow .sec05_text1 {
  margin: 38px 0 0 70px;
  font-size: 28px;
  line-height: 49px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_text1 {
    margin: 5.0666666667vw 0 0 9.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
#sec05_flow .sec05_text2 {
  margin: 26px 0 0 75px;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05_flow .sec05_text2 {
    margin: 3.4666666667vw 0 0 10vw;
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
}
#sec05_flow .job_fair_address_wrap {
  position: relative;
  margin: 58px auto 0;
  width: 600px;
  height: 260px;
  border-radius: 10px;
  padding: 36px 27px 0 58px;
  background-color: #fdebed;
}
@media screen and (max-width: 750px) {
  #sec05_flow .job_fair_address_wrap {
    margin: 7.7333333333vw auto 0;
    width: 80vw;
    height: 34.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4.8vw 3.6vw 0 7.7333333333vw;
  }
}
#sec05_flow .job_fair_address_wrap .job_fair_title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  #sec05_flow .job_fair_address_wrap .job_fair_title {
    font-size: 4.8vw;
  }
}
#sec05_flow .job_fair_address_wrap .job_fair_addr {
  margin-top: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec05_flow .job_fair_address_wrap .job_fair_addr {
    margin-top: 2vw;
    font-size: 3.7333333333vw;
    line-height: 6.2666666667vw;
  }
}
#sec05_flow .job_fair_address_wrap .map_btn {
  width: 164px;
  position: absolute;
  bottom: 28px;
  right: 27px;
}
@media screen and (max-width: 750px) {
  #sec05_flow .job_fair_address_wrap .map_btn {
    width: 21.8666666667vw;
    bottom: 3.7333333333vw;
    right: 3.6vw;
  }
}

/**--------------------------------------------------
  entry_form
--------------------------------------------------**/
#entry_form {
  position: relative;
  background: url(../images/entry_form_bg.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 110px;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  #entry_form {
    padding-top: 14.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
#entry_form .entry_form_title_wrap {
  width: 630px;
  height: 224px;
  margin: 0 auto;
  background: url(../images/entry_form_title.png) center top no-repeat;
  background-size: contain;
  padding-top: 43px;
}
@media screen and (max-width: 750px) {
  #entry_form .entry_form_title_wrap {
    width: 84vw;
    height: 29.8666666667vw;
    padding-top: 5.7333333333vw;
  }
}
#entry_form .entry_form_title_wrap .entry_form_title {
  font-size: 58px;
  font-weight: 600;
  line-height: 76px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form .entry_form_title_wrap .entry_form_title {
    font-size: 7.7333333333vw;
    line-height: 10.1333333333vw;
  }
}
#entry_form .contact_form {
  width: 640px;
  margin: 30px auto 80px;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form {
    width: 85.3333333333vw;
    margin: spVW(30) auto spVW(80);
  }
}
#entry_form .contact_form li {
  width: 100%;
  margin-top: 62px;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li {
    margin-top: 8.2666666667vw;
  }
}
#entry_form .contact_form li .form_head {
  margin-bottom: 26px;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_head {
    margin-bottom: 3.4666666667vw;
    font-size: 4.8vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form .contact_form li .form_head span.req {
  display: inline-block;
  margin-left: 28px;
  width: 78px;
  height: 38px;
  border-radius: 6px;
  background-color: #bb3258;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_head span.req {
    margin-left: 3.7333333333vw;
    width: 10.4vw;
    height: 5.0666666667vw;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form .contact_form li .form_head span.optional {
  display: inline-block;
  margin-left: 28px;
  width: 78px;
  height: 38px;
  border-radius: 6px;
  background-color: #808080;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_head span.optional {
    margin-left: 3.7333333333vw;
    width: 10.4vw;
    height: 5.0666666667vw;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form .contact_form li .form_data input, #entry_form .contact_form li .form_data select, #entry_form .contact_form li .form_data textarea {
  outline: none;
  background-color: #ffffff;
  border: 2px #575757 solid;
  width: 100%;
  height: 84px;
  font-size: 34px;
  padding-left: 1em;
  border-radius: 0;
}
#entry_form .contact_form li .form_data input::-webkit-input-placeholder, #entry_form .contact_form li .form_data select::-webkit-input-placeholder, #entry_form .contact_form li .form_data textarea::-webkit-input-placeholder {
  color: #c3c1be;
}
#entry_form .contact_form li .form_data input::-moz-placeholder, #entry_form .contact_form li .form_data select::-moz-placeholder, #entry_form .contact_form li .form_data textarea::-moz-placeholder {
  color: #c3c1be;
}
#entry_form .contact_form li .form_data input:-ms-input-placeholder, #entry_form .contact_form li .form_data select:-ms-input-placeholder, #entry_form .contact_form li .form_data textarea:-ms-input-placeholder {
  color: #c3c1be;
}
#entry_form .contact_form li .form_data input::-ms-input-placeholder, #entry_form .contact_form li .form_data select::-ms-input-placeholder, #entry_form .contact_form li .form_data textarea::-ms-input-placeholder {
  color: #c3c1be;
}
#entry_form .contact_form li .form_data input::placeholder, #entry_form .contact_form li .form_data select::placeholder, #entry_form .contact_form li .form_data textarea::placeholder {
  color: #c3c1be;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_data input, #entry_form .contact_form li .form_data select, #entry_form .contact_form li .form_data textarea {
    outline: none;
    background-color: #ffffff;
    border: 1px #575757 solid;
    height: 11.2vw;
    font-size: 4.5333333333vw;
  }
}
#entry_form .contact_form li .form_data select {
  width: 100%;
}
#entry_form .contact_form li .form_data textarea {
  width: 100%;
  height: 300px;
  padding: 0.5em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_data textarea {
    height: 40vw;
  }
}
#entry_form .contact_form li .form_data.column2 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_data.column2 > p {
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
  }
}
#entry_form .contact_form li .form_data .W310 {
  width: 310px;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_data .W310 {
    width: 41.3333333333vw;
  }
}
#entry_form .contact_form li .form_data .w500 {
  width: 500px;
}
@media screen and (max-width: 750px) {
  #entry_form .contact_form li .form_data .w500 {
    width: 66.6666666667vw;
  }
}
#entry_form .privacy_policy {
  width: 600px;
  height: 300px;
  margin: 76px auto 0;
  padding: 0.5em;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  border: 2px #c0c0c0 solid;
}
@media screen and (max-width: 750px) {
  #entry_form .privacy_policy {
    width: 80vw;
    height: 40vw;
    margin: 10.1333333333vw auto 0;
  }
}
#entry_form .privacy_policy .privacy_policy_text {
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
}
#entry_form .privacy_policy .privacy_policy_text strong {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #entry_form .privacy_policy .privacy_policy_text {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
  #entry_form .privacy_policy .privacy_policy_text strong {
    font-size: 3.7333333333vw;
  }
}
#entry_form .checkbox_agree {
  margin: 52px 14px 80px 132px;
  font-size: 32px;
  letter-spacing: 0.04em;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (max-width: 750px) {
  #entry_form .checkbox_agree {
    margin: 6.9333333333vw 1.8666666667vw 10.6666666667vw 17.6vw;
    font-size: 4.2666666667vw;
  }
}
#entry_form .form_confirm_btn {
  display: block;
  width: 620px;
  height: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #entry_form .form_confirm_btn {
    width: 82.6666666667vw;
    height: 18.6666666667vw;
  }
}

/**--------------------------------------------------
  entry_form_confirm:確認画面 完了画面
--------------------------------------------------**/
#entry_form_confirm, #entry_form_thanks {
  position: relative;
  background: url(../images/confirm_form_bg.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm, #entry_form_thanks {
    padding-top: 14.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#entry_form_confirm .entry_form_title_wrap, #entry_form_thanks .entry_form_title_wrap {
  width: 630px;
  height: 224px;
  margin: 0 auto;
  background: url(../images/entry_form_title.png) center top no-repeat;
  background-size: contain;
  padding-top: 43px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .entry_form_title_wrap, #entry_form_thanks .entry_form_title_wrap {
    width: 84vw;
    height: 29.8666666667vw;
    padding-top: 5.7333333333vw;
  }
}
#entry_form_confirm .entry_form_title_wrap .entry_form_title, #entry_form_thanks .entry_form_title_wrap .entry_form_title {
  font-size: 58px;
  font-weight: 600;
  line-height: 76px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .entry_form_title_wrap .entry_form_title, #entry_form_thanks .entry_form_title_wrap .entry_form_title {
    font-size: 7.7333333333vw;
    line-height: 10.1333333333vw;
  }
}
#entry_form_confirm .confirm_text, #entry_form_thanks .confirm_text {
  margin: 72px auto 0;
  font-size: 30px;
  line-height: 56px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .confirm_text, #entry_form_thanks .confirm_text {
    margin: 9.6vw auto 0;
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
}
#entry_form_confirm .contact_confirm, #entry_form_thanks .contact_confirm {
  width: 640px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm, #entry_form_thanks .contact_confirm {
    width: 85.3333333333vw;
    margin: spVW(0) auto spVW(80);
  }
}
#entry_form_confirm .contact_confirm li, #entry_form_thanks .contact_confirm li {
  width: 100%;
  margin-top: 62px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li, #entry_form_thanks .contact_confirm li {
    margin-top: 8.2666666667vw;
  }
}
#entry_form_confirm .contact_confirm li .form_head, #entry_form_thanks .contact_confirm li .form_head {
  margin-bottom: 26px;
  width: 100%;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li .form_head, #entry_form_thanks .contact_confirm li .form_head {
    margin-bottom: 3.4666666667vw;
    font-size: 4.8vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form_confirm .contact_confirm li .form_head span.req, #entry_form_thanks .contact_confirm li .form_head span.req {
  display: inline-block;
  margin-left: 28px;
  width: 78px;
  height: 38px;
  border-radius: 6px;
  background-color: #bb3258;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li .form_head span.req, #entry_form_thanks .contact_confirm li .form_head span.req {
    margin-left: 3.7333333333vw;
    width: 10.4vw;
    height: 5.0666666667vw;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form_confirm .contact_confirm li .form_head span.optional, #entry_form_thanks .contact_confirm li .form_head span.optional {
  display: inline-block;
  margin-left: 28px;
  width: 78px;
  height: 38px;
  border-radius: 6px;
  background-color: #808080;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li .form_head span.optional, #entry_form_thanks .contact_confirm li .form_head span.optional {
    margin-left: 3.7333333333vw;
    width: 10.4vw;
    height: 5.0666666667vw;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
}
#entry_form_confirm .contact_confirm li .form_data, #entry_form_thanks .contact_confirm li .form_data {
  width: 100%;
  height: 82px;
  font-size: 34px;
  font-weight: 400;
  line-height: 82px;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
  border-bottom: 2px #575757 solid;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li .form_data, #entry_form_thanks .contact_confirm li .form_data {
    height: 10.9333333333vw;
    font-size: 4.5333333333vw;
    line-height: 10.9333333333vw;
  }
}
#entry_form_confirm .contact_confirm li .form_data.area2, #entry_form_thanks .contact_confirm li .form_data.area2 {
  min-height: 82px;
  height: auto;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .contact_confirm li .form_data.area2, #entry_form_thanks .contact_confirm li .form_data.area2 {
    min-height: 10.9333333333vw;
    line-height: 7.2vw;
  }
}
#entry_form_confirm .privacy_policy_agree, #entry_form_thanks .privacy_policy_agree {
  margin: 66px auto 88px;
  font-size: 34px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .privacy_policy_agree, #entry_form_thanks .privacy_policy_agree {
    margin: 8.8vw auto 11.7333333333vw;
    font-size: 4.5333333333vw;
  }
}
#entry_form_confirm .thanks_text, #entry_form_thanks .thanks_text {
  margin: 72px auto 70px;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 56px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .thanks_text, #entry_form_thanks .thanks_text {
    margin: 9.6vw auto 9.3333333333vw;
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
}
#entry_form_confirm .thanks_tellink, #entry_form_thanks .thanks_tellink {
  margin: 70px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-left: 44px;
  font-size: 56px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .thanks_tellink, #entry_form_thanks .thanks_tellink {
    padding-left: 5.8666666667vw;
    font-size: 7.4666666667vw;
  }
}
#entry_form_confirm .thanks_tellink::before, #entry_form_thanks .thanks_tellink::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 37px;
  height: 41px;
  background: url(../images/thanks_tel_icon.png) left top no-repeat;
  background-size: contain;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .thanks_tellink::before, #entry_form_thanks .thanks_tellink::before {
    width: 4.9333333333vw;
    height: 5.4666666667vw;
    top: 1.3333333333vw;
    left: 0;
  }
}
#entry_form_confirm .thanks_business_hours, #entry_form_thanks .thanks_business_hours {
  margin: 16px auto 0;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .thanks_business_hours, #entry_form_thanks .thanks_business_hours {
    margin: 2.1333333333vw auto 0;
    font-size: 3.2vw;
  }
}
#entry_form_confirm .thanks_text1, #entry_form_thanks .thanks_text1 {
  margin: 58px auto 0;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .thanks_text1, #entry_form_thanks .thanks_text1 {
    margin: 7.7333333333vw auto 0;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
}
#entry_form_confirm .form_back_btn,
#entry_form_confirm .form_submit_btn, #entry_form_thanks .form_back_btn,
#entry_form_thanks .form_submit_btn {
  display: block;
  width: 620px;
  height: 140px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .form_back_btn,
  #entry_form_confirm .form_submit_btn, #entry_form_thanks .form_back_btn,
  #entry_form_thanks .form_submit_btn {
    width: 82.6666666667vw;
    height: 18.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#entry_form_confirm .to_toppage_btn, #entry_form_thanks .to_toppage_btn {
  display: block;
  width: 580px;
  height: 140px;
  margin: 63px auto 0;
}
@media screen and (max-width: 750px) {
  #entry_form_confirm .to_toppage_btn, #entry_form_thanks .to_toppage_btn {
    width: 77.3333333333vw;
    height: 18.6666666667vw;
    margin: 8.4vw auto 0;
  }
}

/**--------------------------------------------------
  footer
--------------------------------------------------**/
footer {
  position: relative;
  background: url(../images/footer_bg.jpg) center top no-repeat;
  background-size: 750px 250px;
  height: 250px;
  padding-top: 74px;
}
@media screen and (max-width: 750px) {
  footer {
    background-size: 100vw 33.3333333333vw;
    height: 33.3333333333vw;
    padding-top: 9.8666666667vw;
  }
}
footer .footer_link_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_link_wrap li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 36px;
  padding: 0 1em;
}
@media screen and (max-width: 750px) {
  footer .footer_link_wrap li > a {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
}
footer .footer_link_wrap li:nth-of-type(2) {
  border-left: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
}
@media screen and (max-width: 750px) {
  footer .footer_link_wrap li:nth-of-type(2) {
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
  }
}
footer .copyright {
  margin-top: 60px;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer .copyright {
    margin-top: 8vw;
    font-size: 2.9333333333vw;
  }
}

/* topへ戻るボタン */
.floating_top_btn {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 74px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .floating_top_btn {
    bottom: 22.6666666667vw;
    right: 0;
    width: 9.8666666667vw;
  }
}
.floating_top_btn.visible {
  visibility: visible;
  opacity: 1;
}

/* 下部フローティングボタン SPのみ*/
@media screen and (max-width: 750px) {
  .floating_area {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 20vw;
    background-color: rgba(255, 255, 255, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
  }
  .floating_area.visible {
    visibility: visible;
    opacity: 1;
  }
  .floating_area .floating_btn {
    display: block;
    width: 690px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=recruit_style.css.map */