@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 {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

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: #4d4d4d;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: gray;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

section {
  position: relative;
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fff8bb));
  background: linear-gradient(transparent 10%, #fff8bb 10%);
}

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

#container {
  width: 100%;
  max-width: 2000px;
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}
@media screen and (min-width: 1160px) {
  #container {
    font-size: 18px;
  }
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
    font-size: 1.5517241379vw;
    padding-bottom: 12.0689655172vw;
  }
  #container .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
    padding-bottom: 26.6666666667vw;
  }
  #container .pc_only {
    display: none !important;
  }
}

.inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  background: url(../images/fv_bg.jpg) center top no-repeat;
  background-size: 2000px 880px;
  height: 880px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #fv {
    background-size: 172.4137931034vw 75.8620689655vw;
    height: 75.8620689655vw;
  }
}
@media screen and (max-width: 750px) {
  #fv {
    background: none;
    height: auto;
  }
}
#fv .fv_logo {
  position: absolute;
  display: block;
  top: 10px;
  left: 4px;
  width: 320px;
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #fv .fv_logo {
    top: 0.8620689655vw;
    left: 0.3448275862vw;
    width: 27.5862068966vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_logo {
    top: 1.8666666667vw;
    left: 3.2vw;
    width: 38.1333333333vw;
  }
}
#fv .img1 {
  width: 1160px;
  height: 880px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #fv .img1 {
    width: 100vw;
    height: 75.8620689655vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .img1 {
    width: 100vw;
    height: 178.1333333333vw;
  }
}
#fv .fv_text {
  position: absolute;
  left: 100px;
  bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #fv .fv_text {
    left: 8.6206896552vw;
    bottom: 3.4482758621vw;
    font-size: 1.724137931vw;
    line-height: 2.7586206897vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .fv_text {
    left: 6.6666666667vw;
    bottom: 13.6vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    line-height: 6.4vw;
  }
}

/**---------------------------------------
  sec01:給与は足立区で高水準に設定！
---------------------------------------**/
#sec01 {
  background: url(../images/sec01_bg.jpg) center top no-repeat;
  background-size: 2000px 602px;
  height: 602px;
  padding-top: 123px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec01 {
    background-size: 172.4137931034vw 51.8965517241vw;
    height: 51.8965517241vw;
    padding-top: 10.6034482759vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 {
    background: url(../images/sec01_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 207.6vw;
    height: 207.6vw;
    padding-top: 24.2666666667vw;
  }
}
#sec01 .sec01_box {
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec01 .sec01_box {
    -webkit-column-gap: 3.9655172414vw;
       -moz-column-gap: 3.9655172414vw;
            column-gap: 3.9655172414vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_box {
    display: block;
  }
}
#sec01 .sec01_box .img_box {
  -ms-flex-preferred-size: 496px;
      flex-basis: 496px;
  width: 496px;
  margin-top: 13px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec01 .sec01_box .img_box {
    -ms-flex-preferred-size: 42.7586206897vw;
        flex-basis: 42.7586206897vw;
    width: 42.7586206897vw;
    margin-top: 1.1206896552vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_box .img_box {
    width: 86.6666666667vw;
    margin: 0 6.6666666667vw;
  }
}
#sec01 .sec01_box .text_box .sec01_caption {
  width: 554px;
  color: #32af9f;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 51px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec01 .sec01_box .text_box .sec01_caption {
    font-size: 2.7586206897vw;
    line-height: 2.7586206897vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_box .text_box .sec01_caption {
    margin: 9.3333333333vw auto 0;
    width: 89.6vw;
    font-size: 5.6vw;
    letter-spacing: 0.14em;
    line-height: 8.8vw;
  }
}
#sec01 .sec01_box .text_box .sec01_text1 {
  margin: 26px 0 0 2px;
  width: 605px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec01 .sec01_box .text_box .sec01_text1 {
    margin: 2.2413793103vw 0 0 2px;
    width: 52.1551724138vw;
    font-size: 1.5517241379vw;
    line-height: 3.1034482759vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec01_box .text_box .sec01_text1 {
    margin: 7.2vw auto 0;
    width: 86.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 6.9333333333vw;
  }
}

/**------------------------------------------
  sec02:「ちゃんと休める職場」だからこそ、ビオネストは選ばれています！
------------------------------------------**/
#sec02 {
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  background-size: 2000px 535px;
  height: 535px;
  padding-top: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 {
    background-size: 172.4137931034vw 46.1206896552vw;
    height: 46.1206896552vw;
    padding-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 {
    background: url(../images/sec02_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 173.7333333333vw;
    height: 173.7333333333vw;
    padding-top: 11.4666666667vw;
  }
}
#sec02 .sec02_caption {
  margin: 0 auto 22px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 43px;
  letter-spacing: 0.22em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 .sec02_caption {
    margin: 0 auto 1.8965517241vw;
    font-size: 2.5862068966vw;
    line-height: 3.7068965517vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_caption {
    margin: 0 auto 8.6666666667vw;
    font-size: 5.0666666667vw;
    line-height: 7.2vw;
    letter-spacing: 0.18em;
    text-align: center;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}
#sec02 .sec02_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 .sec02_list {
    -webkit-column-gap: 2.7586206897vw;
       -moz-column-gap: 2.7586206897vw;
            column-gap: 2.7586206897vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list {
    -webkit-column-gap: 3.3333333333vw;
       -moz-column-gap: 3.3333333333vw;
            column-gap: 3.3333333333vw;
    row-gap: 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 3.3333333333vw;
  }
}
#sec02 .sec02_list li {
  width: 304px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 .sec02_list li {
    width: 26.2068965517vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li {
    width: 38vw;
  }
}
#sec02 .sec02_list li .icon_img {
  width: 304px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 .sec02_list li .icon_img {
    width: 26.2068965517vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .icon_img {
    width: 36.2666666667vw;
    margin: 0 auto;
  }
}
#sec02 .sec02_list li .list_text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec02 .sec02_list li .list_text span {
  color: #ffee55;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec02 .sec02_list li .list_text {
    margin-top: 1.0344827586vw;
    font-size: 1.5517241379vw;
    line-height: 2.5862068966vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_text {
    margin-top: 2.9333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li:nth-of-type(2) {
    width: 40.9333333333vw;
  }
  #sec02 .sec02_list li:nth-of-type(2) .icon_img {
    width: 40.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li:nth-of-type(3) {
    width: 58.6666666667vw;
  }
}

/**-------------------------------------------------------
  sec03:ビオネストで働いてよかったこと
-------------------------------------------------------**/
#sec03 {
  background: url(../images/sec03_bg.jpg) center top no-repeat;
  background-size: 2000px 2473px;
  height: 2473px;
  padding-top: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 {
    background-size: 172.4137931034vw 213.1896551724vw;
    height: 213.1896551724vw;
    padding-top: 8.6206896552vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 {
    background: url(../images/sec03_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 763.4666666667vw;
    height: 763.4666666667vw;
    padding-top: 19.6vw;
  }
}
#sec03 .sec_img1 {
  width: 394px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec_img1 {
    width: 33.9655172414vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec_img1 {
    width: 66.4vw;
  }
}
#sec03 .sec03_caption {
  margin-top: -2px;
  position: relative;
  font-size: 38px;
  font-weight: 700;
  color: #32af9f;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 23px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_caption {
    font-size: 3.275862069vw;
    padding-bottom: 1.9827586207vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_caption {
    margin-top: 0.8vw;
    font-size: 7.7333333333vw;
    line-height: 9.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
#sec03 .sec03_caption::after {
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #32af9f;
  content: "";
  bottom: 0;
  left: calc(50% - 50px);
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_caption::after {
    width: 8.6206896552vw;
    height: 2px;
    bottom: 0;
    left: calc(50% - 4.3103448276vw);
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_caption::after {
    width: 13.3333333333vw;
    height: 0.4vw;
    bottom: 0;
    left: calc(50% - 6.6666666667vw);
  }
}
#sec03 .sec03_pointbox_wrap {
  margin-top: 96px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap {
    margin-top: 8.275862069vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap {
    margin-top: 76.8vw;
  }
}
#sec03 .sec03_pointbox_wrap .point_caption {
  font-size: 30px;
  font-weight: 700;
  color: #32af9f;
  letter-spacing: 0.23em;
  line-height: 45px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .point_caption {
    font-size: 2.5862068966vw;
    line-height: 3.8793103448vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .point_caption {
    font-size: 5.8666666667vw;
    letter-spacing: 0.17em;
    line-height: 8.5333333333vw;
  }
}
#sec03 .sec03_pointbox_wrap .point_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .point_text {
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .point_text {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 6.9333333333vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_1 {
  width: 50%;
  height: 419px;
  margin-left: 50%;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 {
    height: 36.1206896552vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 {
    width: 100%;
    height: 89.4666666667vw;
    margin-left: 0;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_1 .point_img {
  margin-left: 30px;
  width: 233px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_img {
    margin-left: 2.5862068966vw;
    width: 20.0862068966vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_img {
    margin-left: 11.2vw;
    width: 38vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_1 .point_caption {
  margin-top: 28px;
  margin-left: 34px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_caption {
    margin-top: 2.4137931034vw;
    margin-left: 2.9310344828vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_caption {
    margin-top: 4.6666666667vw;
    margin-left: 12.2666666667vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_1 .point_text {
  width: 486px;
  margin-top: 14px;
  margin-left: 34px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_text {
    width: 41.8965517241vw;
    margin-top: 1.2068965517vw;
    margin-left: 2.9310344828vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_1 .point_text {
    width: 76vw;
    margin-top: 6.6666666667vw;
    margin-left: 12.2666666667vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_2 {
  width: 50%;
  height: 460px;
  margin-top: 92px;
  padding: 55px 0 0 60px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 {
    height: 39.6551724138vw;
    margin-top: 7.9310344828vw;
    padding: 4.7413793103vw 0 0 5.1724137931vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 {
    width: 100%;
    height: 102.8vw;
    margin-top: 72.1333333333vw;
    padding: 4.2666666667vw 0 0 12.2666666667vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_2 .point_voice_cacption {
  margin-top: 33px;
  width: 512px;
  height: 28px;
  background: url(../images/sec03_voice_bg.png) left bottom no-repeat;
  background-size: contain;
  padding: 5px 0 0 32px;
  font-size: 18px;
  font-weight: 700;
  color: #36a5a1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 .point_voice_cacption {
    margin-top: 2.8448275862vw;
    width: 44.1379310345vw;
    height: 2.4137931034vw;
    padding: 0.4310344828vw 0 0 2.7586206897vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 .point_voice_cacption {
    margin-top: 7.2vw;
    margin-left: 0.5333333333vw;
    width: 74.6666666667vw;
    height: 5.8666666667vw;
    background: url(../images/sec03_voice_bg_sp.png) left bottom no-repeat;
    background-size: contain;
    padding: 0.5333333333vw 0 0 7.4666666667vw;
    font-size: 4vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox01_2 .point_text {
  width: 518px;
  margin-top: 16px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 .point_text {
    width: 44.6551724138vw;
    margin-top: 1.3793103448vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox01_2 .point_text {
    width: 76vw;
    margin-top: 6.4vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 {
  width: 100%;
  height: 718px;
  margin-top: 114px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 {
    height: 61.8965517241vw;
    margin-top: 9.8275862069vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 {
    height: 222.5333333333vw;
    margin-top: 23.3333333333vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point_img {
  margin: 0 auto;
  width: 243px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_img {
    width: 20.9482758621vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_img {
    margin: 0 auto;
    width: 39.6vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point_caption {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_caption {
    margin-top: 3.4482758621vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_caption {
    margin-top: 8.5333333333vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point_text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_text {
    margin-top: 2.5862068966vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point_text {
    margin-top: 7.4666666667vw;
    margin-left: 12vw;
    width: 76vw;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; /* IE用 */
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list {
  margin: 37px 112px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list {
    margin: 3.1896551724vw 9.6551724138vw 0;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list {
    display: block;
    margin: 10.6666666667vw 6.6666666667vw 0 11.3333333333vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li {
  width: 280px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li {
    width: 24.1379310345vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4.4vw;
       -moz-column-gap: 4.4vw;
            column-gap: 4.4vw;
    width: 82vw;
    margin-bottom: 6.6666666667vw;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .list_img {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .list_img {
    width: 24.1379310345vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .list_img {
    width: 37.3333333333vw;
    margin: 1.3333333333vw 0 0 0;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_caption {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  color: #32af9f;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_caption {
    margin-top: 2.1551724138vw;
    font-size: 1.8965517241vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_caption {
    margin-top: 0;
    font-size: 4.5333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.12em;
    text-align: left;
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_text {
  margin-top: 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_text {
    margin-top: 1.3793103448vw;
    font-size: 1.5517241379vw;
    line-height: 2.7586206897vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li .point02_list_text {
    margin-top: 1.6vw;
    width: 34.1333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    line-height: 5.6vw;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; /* IE用 */
  }
}
#sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li:nth-of-type(2) {
  width: 325px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li:nth-of-type(2) {
    width: 28.0172413793vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_pointbox_wrap .pointbox02 .point02_list li:nth-of-type(2) {
    width: 82vw;
  }
}
#sec03 .sec03_under_area {
  background: url(../images/sec03_img2.png) center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 230px;
  padding-top: 32px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_under_area {
    height: 19.8275862069vw;
    padding-top: 2.7586206897vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_under_area {
    background: unset;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: 25.8666666667vw;
    text-align: center;
  }
}
#sec03 .sec03_under_area .under_area_text1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_under_area .under_area_text1 {
    font-size: 1.8965517241vw;
    margin-bottom: 1.5517241379vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_under_area .under_area_text1 {
    font-size: 4vw;
    letter-spacing: 0.06em;
    margin-bottom: 3.0666666667vw;
  }
}
#sec03 .sec03_under_area .under_area_text2 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 48px;
}
#sec03 .sec03_under_area .under_area_text2.line1 {
  margin-bottom: 8px;
}
#sec03 .sec03_under_area .under_area_text2 span {
  color: #ffee55;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_under_area .under_area_text2 {
    font-size: 2.5862068966vw;
    line-height: 4.1379310345vw;
  }
  #sec03 .sec03_under_area .under_area_text2.line1 {
    margin-bottom: 0.6896551724vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_under_area .under_area_text2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.8vw;
    padding: 0 0.5em;
    font-size: 5.0666666667vw;
    line-height: 7.7333333333vw;
    background-color: #32af9f;
    text-align: center;
    letter-spacing: 0.14em;
  }
  #sec03 .sec03_under_area .under_area_text2.line3 {
    margin-bottom: 0;
  }
}
#sec03 .sec03_under_area .under_area_text3 {
  margin-top: 22px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec03 .sec03_under_area .under_area_text3 {
    margin-top: 1.8965517241vw;
    font-size: 2.4137931034vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_under_area .under_area_text3 {
    margin-top: 2.9333333333vw;
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .sec03_under_area .sec03_img2_sp {
    margin: 4vw auto 0;
    width: 50.9333333333vw;
  }
}

/**-------------------------------------------------------
  sec04:あなたにぴったりの働き方、ここにあります
-------------------------------------------------------**/
#sec04 {
  background-color: #32af9f;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 {
    padding-top: 6.8965517241vw;
    padding-bottom: 6.8965517241vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 {
    padding-top: 9.6vw;
    padding-bottom: 20vw;
  }
}
#sec04 .sec04_caption {
  width: 619px;
  height: 52px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  color: #32af9f;
  letter-spacing: 0.26em;
  line-height: 37px;
  text-align: center;
  background: url(../images/sec04_fukidashi.png) center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_caption {
    width: 53.3620689655vw;
    height: 4.4827586207vw;
    font-size: 1.8965517241vw;
    line-height: 3.1896551724vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_caption {
    width: 71.2vw;
    height: 15.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
    background: url(../images/sec04_fukidashi_sp.png) center top no-repeat;
    background-size: contain;
    padding-top: 1.8666666667vw;
  }
}
#sec04 .sec04_title {
  margin-top: 10px;
  margin-bottom: 80px;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_title {
    margin-top: 0.8620689655vw;
    margin-bottom: 6.8965517241vw;
    font-size: 3.275862069vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_title {
    margin-top: 2.6666666667vw;
    margin-bottom: 14.4vw;
    font-size: 6.4vw;
    line-height: 9.4666666667vw;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}
#sec04 .sec04_job_category_wrap {
  margin: 0 auto 40px;
  width: 1040px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_job_category_wrap {
    margin: 0 auto 3.4482758621vw;
    width: 89.6551724138vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_job_category_wrap {
    margin: 0 auto 13.0666666667vw;
    width: 90.6666666667vw;
  }
}
#sec04 .sec04_job_category_wrap .job_category_name {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding-bottom: 13px;
  border-bottom: #ffffff 1px solid;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_job_category_wrap .job_category_name {
    font-size: 2.2413793103vw;
    padding-bottom: 1.1206896552vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_job_category_wrap .job_category_name {
    font-size: 4.8vw;
    padding-bottom: 3.3333333333vw;
  }
}
#sec04 .sec04_job_category_wrap .job_category_list {
  margin-top: 15px;
  width: 100%;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_job_category_wrap .job_category_list {
    margin-top: 1.2931034483vw;
    -webkit-column-gap: 1.6379310345vw;
       -moz-column-gap: 1.6379310345vw;
            column-gap: 1.6379310345vw;
    row-gap: 1.3793103448vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_job_category_wrap .job_category_list {
    margin-top: 4vw;
    width: 100%;
    -webkit-column-gap: 2.6666666667vw;
       -moz-column-gap: 2.6666666667vw;
            column-gap: 2.6666666667vw;
    row-gap: 4.2666666667vw;
  }
}
#sec04 .sec04_job_category_wrap .job_category_list li {
  background: url(../images/sec04_list_label.png) left top no-repeat;
  background-size: contain;
  width: 334px;
  height: 50px;
  padding-right: 18px;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(36, 102, 97, 0.5));
          filter: drop-shadow(3px 3px 4px rgba(36, 102, 97, 0.5));
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_job_category_wrap .job_category_list li {
    width: 28.7931034483vw;
    height: 4.3103448276vw;
    padding-right: 1.5517241379vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_job_category_wrap .job_category_list li {
    background: url(../images/sec04_list_label_sp.png) left top no-repeat;
    background-size: contain;
    width: 44vw;
    height: 13.3333333333vw;
    padding-right: 2.4vw;
  }
}
#sec04 .sec04_job_category_wrap .job_category_list li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
#sec04 .sec04_job_category_wrap .job_category_list li .job_name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  line-height: 50px;
}
#sec04 .sec04_job_category_wrap .job_category_list li .job_name:hover {
  color: #4d4d4d;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_job_category_wrap .job_category_list li .job_name {
    font-size: 1.724137931vw;
    line-height: 4.3103448276vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_job_category_wrap .job_category_list li .job_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.4666666667vw;
    letter-spacing: 0.138em;
    text-align: center;
    line-height: 4.1333333333vw;
  }
}
#sec04 .sec04_text1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 710px;
  height: 80px;
  margin: 68px auto 0;
  background: url(../images/sec04_img1.png) center top no-repeat;
  background-size: contain;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 37px;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec04 .sec04_text1 {
    width: 61.2068965517vw;
    height: 6.8965517241vw;
    margin: 5.8620689655vw auto 0;
    font-size: 2.2413793103vw;
    line-height: 3.1896551724vw;
  }
}
@media screen and (max-width: 750px) {
  #sec04 .sec04_text1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 89.4666666667vw;
    height: 27.7333333333vw;
    margin: 13.8666666667vw auto 0;
    background: url(../images/sec04_img1_sp.png) center top 2.6666666667vw no-repeat;
    background-size: contain;
    font-size: 4.5333333333vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.18em;
  }
}

/**-------------------------------------------------------
  sec05:「日本一のヘルスケアカンパニー」を目指して。
-------------------------------------------------------**/
#sec05 {
  background: url(../images/sec05_bg.jpg) center top no-repeat;
  background-size: 2000px 838px;
  height: 838px;
  padding-top: 126px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 {
    background-size: 172.4137931034vw 72.2413793103vw;
    height: 72.2413793103vw;
    padding-top: 10.8620689655vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 {
    background: url(../images/sec05_bg_sp.jpg) center top no-repeat;
    background-size: 100vw 261.3333333333vw;
    height: 261.3333333333vw;
    padding-top: 24.6666666667vw;
  }
}
#sec05 .sec05_title {
  font-size: 38px;
  font-weight: 700;
  color: #36a5a1;
  text-align: center;
  letter-spacing: 0.2em;
}
#sec05 .sec05_title span {
  font-size: 26px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_title {
    font-size: 3.275862069vw;
  }
  #sec05 .sec05_title span {
    font-size: 2.2413793103vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_title {
    font-size: 6.6666666667vw;
    letter-spacing: 0.12em;
    line-height: 9.0666666667vw;
  }
  #sec05 .sec05_title span {
    font-size: 5.8666666667vw;
  }
}
#sec05 .sec05_wrap {
  margin: 56px 146px 0 176px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_wrap {
    margin: 4.8275862069vw 12.5862068966vw 0 15.1724137931vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_wrap {
    display: block;
    margin: 8.5333333333vw 8vw 0 12vw;
  }
}
#sec05 .sec05_wrap .img1 {
  width: 403px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_wrap .img1 {
    width: 34.7413793103vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_wrap .img1 {
    width: 80vw;
  }
}
#sec05 .sec05_wrap .img2 {
  width: 382px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_wrap .img2 {
    width: 32.9310344828vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_wrap .img2 {
    width: 76vw;
    margin: 5.3333333333vw 0 0 auto;
  }
}
#sec05 .sec05_text1 {
  margin: 40px 60px 0 500px;
  width: 600px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_text1 {
    margin: 3.4482758621vw 5.1724137931vw 0 43.1034482759vw;
    width: 51.724137931vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_text1 {
    margin: 16vw 5.3333333333vw 0 32vw;
    width: 62.6666666667vw;
  }
}
#sec05 .sec05_text1 span {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 52px;
  padding: 4px 0;
  border-bottom: 1px #4d4d4d solid;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_text1 span {
    font-size: 2.4137931034vw;
    line-height: 4.4827586207vw;
    padding: 0.3448275862vw 0;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_text1 span {
    font-size: 5.0666666667vw;
    letter-spacing: 0.22em;
    line-height: 9.3333333333vw;
    padding: 0.5333333333vw 0;
  }
}
#sec05 .sec05_text2 {
  margin: 17px 0 13px 500px;
  width: 600px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_text2 {
    margin: 1.4655172414vw 0 1.1206896552vw 43.1034482759vw;
    width: 51.724137931vw;
    font-size: 1.5517241379vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_text2 {
    margin: 10.4vw auto 0;
    width: 82vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 6.9333333333vw;
  }
}
#sec05 .sec05_btn {
  display: block;
  position: relative;
  margin-left: 500px;
  width: 470px;
  height: 62px;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(36, 102, 97, 0.5));
          filter: drop-shadow(3px 3px 5px rgba(36, 102, 97, 0.5));
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_btn {
    margin-left: 43.1034482759vw;
    width: 40.5172413793vw;
    height: 5.3448275862vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_btn {
    margin: 7.4666666667vw auto 0;
    width: 84vw;
    height: 16vw;
  }
}
#sec05 .sec05_btn .btn_text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 62px;
  padding-right: 18px;
  font-size: 17px;
  font-weight: 500;
  color: #32af9f;
  letter-spacing: 0.1em;
  line-height: 62px;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  #sec05 .sec05_btn .btn_text {
    height: 5.3448275862vw;
    padding-right: 1.5517241379vw;
    font-size: 1.4655172414vw;
    line-height: 5.3448275862vw;
  }
}
@media screen and (max-width: 750px) {
  #sec05 .sec05_btn .btn_text {
    position: absolute;
    width: 100%;
    top: 2.6666666667vw;
    left: 0;
    height: 16vw;
    padding-right: 3.2vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 5.3333333333vw;
    text-align: center;
    z-index: 10;
  }
}

footer {
  background-color: #32af9f;
  height: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  footer {
    height: 4.3103448276vw;
  }
}
@media screen and (max-width: 750px) {
  footer {
    height: 18.6666666667vw;
  }
}
footer .footer_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  footer .footer_wrap {
    height: 4.3103448276vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_wrap {
    display: block;
    height: auto;
    padding-top: 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
footer .footer_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .footer_link li {
  padding: 0 1em;
  border-right: 1px #ffffff solid;
}
@media screen and (max-width: 750px) {
  footer .footer_link li {
    padding: 0 2em;
  }
}
footer .footer_link li a.link_text {
  display: block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  footer .footer_link li a.link_text {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footer_link li a.link_text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.06em;
  }
}
footer .footer_link li:first-of-type {
  padding-left: 0;
}
footer .footer_link li:last-of-type {
  padding-right: 0;
  border-right: none;
}
footer .copyright_area .copyright_text {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  footer .copyright_area .copyright_text {
    font-size: 1.3793103448vw;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright_area .copyright_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5.3333333333vw auto 0;
    font-size: 2.9333333333vw;
  }
}

/* フローティングエリア */
.floating_area_wrap {
  position: fixed;
  background-color: rgba(50, 175, 159, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .floating_area_wrap {
    width: 100%;
    height: 12.0689655172vw;
  }
}
@media screen and (max-width: 750px) {
  .floating_area_wrap {
    width: 100%;
    height: 26.6666666667vw;
  }
}
.floating_area_wrap.visible {
  visibility: visible;
  opacity: 1;
}

.floating_area {
  width: 100%;
  max-width: 1160px;
  height: 140px;
  padding-top: 23px;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .floating_area {
    max-width: 100%;
    height: 12.0689655172vw;
    padding-top: 1.9827586207vw;
  }
}
@media screen and (max-width: 750px) {
  .floating_area {
    width: 100%;
    max-width: 100%;
    height: 26.6666666667vw;
    padding-top: 1.7333333333vw;
  }
}
.floating_area .floating_text {
  margin: 0 auto;
  width: 838px;
  height: 41px;
  background: url(../images/floating_text_bg.png) center top no-repeat;
  background-size: contain;
  padding-top: 7px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .floating_area .floating_text {
    width: 73.1034482759vw;
    height: 3.5344827586vw;
    padding-top: 0.6034482759vw;
    font-size: 2.0689655172vw;
  }
}
@media screen and (max-width: 750px) {
  .floating_area .floating_text {
    margin: 0 auto;
    width: 75.2vw;
    height: 8.5333333333vw;
    background: url(../images/floating_text_bg.png) center bottom no-repeat;
    background-size: 75.2vw 7.6vw;
    padding-top: 0;
    font-size: 3.4666666667vw;
    letter-spacing: 0.12em;
    line-height: 4.2666666667vw;
  }
}
.floating_area .floating_btn {
  position: relative;
  display: block;
  width: 600px;
  margin: 6px auto 0;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(36, 102, 97, 0.5));
          filter: drop-shadow(3px 3px 5px rgba(36, 102, 97, 0.5));
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .floating_area .floating_btn {
    width: 51.724137931vw;
    margin: 0.5172413793vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .floating_area .floating_btn {
    width: 93.3333333333vw;
    margin: 1.3333333333vw auto 0;
  }
}
.floating_area .floating_btn .btn_text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #32af9f;
  letter-spacing: 0.14em;
  line-height: 50px;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 751px) and (max-width: 1159px) {
  .floating_area .floating_btn .btn_text {
    height: 4.3103448276vw;
    padding-right: 1.8965517241vw;
    font-size: 1.5517241379vw;
    line-height: 4.3103448276vw;
  }
}
@media screen and (max-width: 750px) {
  .floating_area .floating_btn .btn_text {
    width: 100%;
    top: 0;
    left: 0;
    height: 13.3333333333vw;
    padding-right: 2.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 13.3333333333vw;
    text-align: center;
    z-index: 10;
  }
}/*# sourceMappingURL=style.css.map */