@charset "UTF-8";
.col_wh {
  color: #fff;
}

.bg_wh {
  background: #fff;
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.r0 {
  border-radius: 0px;
}

@media screen and (max-width:640px) {
  .r0 {
    border-radius: calc(0px / 2);
  }
}
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.m5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.r5 {
  border-radius: 5px;
}

@media screen and (max-width:640px) {
  .r5 {
    border-radius: calc(5px / 2);
  }
}
.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.m10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.r10 {
  border-radius: 10px;
}

@media screen and (max-width:640px) {
  .r10 {
    border-radius: calc(10px / 2);
  }
}
.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.m15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.r15 {
  border-radius: 15px;
}

@media screen and (max-width:640px) {
  .r15 {
    border-radius: calc(15px / 2);
  }
}
.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.r20 {
  border-radius: 20px;
}

@media screen and (max-width:640px) {
  .r20 {
    border-radius: calc(20px / 2);
  }
}
.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.m25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.r25 {
  border-radius: 25px;
}

@media screen and (max-width:640px) {
  .r25 {
    border-radius: calc(25px / 2);
  }
}
.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.m30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.r30 {
  border-radius: 30px;
}

@media screen and (max-width:640px) {
  .r30 {
    border-radius: calc(30px / 2);
  }
}
.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.m35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.r35 {
  border-radius: 35px;
}

@media screen and (max-width:640px) {
  .r35 {
    border-radius: calc(35px / 2);
  }
}
.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.m40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.r40 {
  border-radius: 40px;
}

@media screen and (max-width:640px) {
  .r40 {
    border-radius: calc(40px / 2);
  }
}
.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.m45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.r45 {
  border-radius: 45px;
}

@media screen and (max-width:640px) {
  .r45 {
    border-radius: calc(45px / 2);
  }
}
.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.m50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.r50 {
  border-radius: 50px;
}

@media screen and (max-width:640px) {
  .r50 {
    border-radius: calc(50px / 2);
  }
}
.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.m55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.r55 {
  border-radius: 55px;
}

@media screen and (max-width:640px) {
  .r55 {
    border-radius: calc(55px / 2);
  }
}
.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.m60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.r60 {
  border-radius: 60px;
}

@media screen and (max-width:640px) {
  .r60 {
    border-radius: calc(60px / 2);
  }
}
.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.m70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.r70 {
  border-radius: 70px;
}

@media screen and (max-width:640px) {
  .r70 {
    border-radius: calc(70px / 2);
  }
}
.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.m80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.r80 {
  border-radius: 80px;
}

@media screen and (max-width:640px) {
  .r80 {
    border-radius: calc(80px / 2);
  }
}
.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.m90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.r90 {
  border-radius: 90px;
}

@media screen and (max-width:640px) {
  .r90 {
    border-radius: calc(90px / 2);
  }
}
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.m100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.r100 {
  border-radius: 100px;
}

@media screen and (max-width:640px) {
  .r100 {
    border-radius: calc(100px / 2);
  }
}
.mtauto {
  margin-top: auto !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mlauto {
  margin-left: auto !important;
}

.mrauto {
  margin-right: auto !important;
}

.mauto {
  margin-bottom: auto !important;
}

/****css変数 ****/
:root {
  --accColor:#fff;
  --baseColor:#333;
  --color0:#f2f2f0;
  --color25:#d4d4b8;
  --color50:#ccc;
  --color75:#636363;
  --color100:#323433;
  --black0:#f2f2f0;
  --black25:#d4d4b8;
  --black50:#ccc;
  --black75:#636363;
  --black100:#323433;
  --blue0:#effffc;
  --blue25:#d6f6f3;
  --blue50:#6ce0d7;
  --blue75:#49d5ca;
  --blue100:#36a49b;
  --green0:#f7f9e4;
  --green25:#eef09c;
  --green50:#e6e894;
  --green75:#bfc800;
  --green100:#cbd02b;
  --orange0:#fdfdf1;
  --orange25:#fff2e5;
  --orange50:#ef9737;
  --orange75:#ff8500;
  --orange100:#ca6900;
  --yellow100:#fff949;
  --easing:cubic-bezier(0.61, 0.39, 0.49, 0.59);
}

.theme__blue,
.theme__blue > * {
  --color0:#effffc;
  --color25:#d6f6f3;
  --color50:#6ce0d7;
  --color75:#49d5ca;
  --color100:#36a49b;
}

.theme__green,
.theme__green > * {
  --color0:#f7f9e4;
  --color25:#eef09c;
  --color50:#e6e894;
  --color75:#bfc800;
  --color100:#cbd02b;
}

.theme__orange,
.theme__orange > * {
  --color0:#fdfdf1;
  --color25:#fff2e5;
  --color50:#ef9737;
  --color75:#ff8500;
  --color100:#ca6900;
}

.theme__yellow,
.theme__yellow > * {
  --color100:#fff949;
}

.theme__white,
.theme__white > * {
  --color0:#f2f2f0;
  --color25:#d4d4b8;
  --color50:#ccc;
  --color75:#636363;
  --color100:#323433;
}
/****css変数 ****/
:root{
  --patt_stripe:url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.placeholder_txt{margin:2px 2%;}@media screen and (max-width:640px) {.placeholder_txt{margin:2px 0;}}
.l__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__flex_center, .l__flex_center_endsp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l__flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.l__flex_top {
  display: flex;
  justify-content: space-between;
}
.l__flex_end {
  display: flex;
  align-items: flex-end;
}
.l__flex_row {
  display: flex;
  flex-direction: row-reverse;
}
.l__flex_left {
  display: flex;
}
.l__flex_left_middle {
  display: flex;
  align-items: center;
}
.l__flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l__flex_same {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__flex_list li {
  display: flex;
}
.l__flex_list li:before {
  content: "・";
}
.l__flex_column {
  display: flex;
  flex-direction: column;
}
.l__flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l__flexc_2 {
  flex: 1 1 48%;
}

.l__f_center {
  justify-content: center;
}

.l__f_end {
  align-items: flex-end;
}

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

.l__f_v_center {
  align-items: center;
}

.l__f_auto {
  flex: 1 1 auto;
}

.l__f1 {
  flex: 1;
}

.l__inflex {
  display: inline-flex;
}
.l__inflex_center {
  display: inline-flex;
  justify-content: center;
}

.l__grid {
  display: grid;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 2%;
}
.l__grid_re {
  display: grid;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 2%;
}
.l__grid_img {
  grid-row: 1;
  grid-column: 1;
}
.l__grid_text {
  grid-row: 1;
  grid-column: 2;
}
.l__grid_re_img {
  grid-row: 1;
  grid-column: 2;
}
.l__grid_re_text {
  grid-row: 1;
  grid-column: 1;
}
.l__grid_move {
  display: grid;
  align-items: center;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "visual title" "visual text";
  gap: 2%;
}
.l__grid_moveimg {
  grid-area: visual;
}
.l__grid_movetitle {
  align-self: end;
  grid-area: title;
}
.l__grid_movetext {
  align-self: start;
  grid-area: text;
}

.l__grid {
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto;
}

.l__grid_re {
  display: -ms-grid;
  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: auto;
}

.l__grid_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l__grid_text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l__grid_re_img {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l__grid_re_text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l__block,
.l__block_sp {
  width: 96%;
  max-width: 960px;
  margin: 10px auto;
}

.l__minblock {
  width: 96%;
  max-width: 800px;
  margin: 10px auto;
}

.l__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l__col2 {
  width: 48%;
}

.l__col3 {
  width: 32%;
}

.l__col4 {
  width: 24%;
}

.l__col5 {
  width: 19%;
}

.l__magin {
  margin: 2% 0;
}

.l__magin_l {
  margin: 4% 0;
}

.l__magin_bottom {
  margin: 2% 0 35px;
}

.l__magin_min {
  margin: 10px 0;
}

.l__magin_text {
  margin: 8px 0;
}

.l__magin_bl {
  margin-bottom: 50px;
}

.l__magin_bm {
  margin-bottom: 25px;
}

.l__magin_bs {
  margin-bottom: 10px;
}

.l__waai {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.l__waai2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l__waailine,
.l__waailine2 {
  width: 15px;
  height: auto;
  margin: 0 8px;
  stroke: var(--black75);
}
.r__waailine {
  width: 15px;
  height: auto;
  margin: 0;
  stroke: var(--black75);
}
@media all and (-ms-high-contrast: none) {
  .l__waailine,
  .l__waailine2 {
    height: 19px;
  }
}

@media screen and (max-width:640px) {
  .l__flex,
  .l__flex_start {
    flex-direction: column;
  }
  .l__flex_center_endsp {
    align-items: flex-end;
  }
  .l__grid,
  .l__grid_re {
    display: flex;
    flex-direction: column;
  }
  .l__block_sp {
    width: 100%;
  }
  .l__col2 {
    width: 48%;
    margin-bottom: 8px;
  }
  .l__col3 {
    width: 100%;
    margin-bottom: 8px;
  }
  .l__col4 {
    width: 100%;
    margin-bottom: 8px;
  }
  .l__flex_wrap .l__col4 {
    width: 49%;
    margin-bottom: 8px;
  }
  .l__waai {
    align-items: center;
    width: 96%;
    margin: auto;
  }
  .l__waailine2 {
    transform: scale(1.2, 1.8);
  }
  .l__grid_move {
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "title title" "visual text";
  }
}
/******ボタン ******/
.m__btn {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 15px auto 30px;
  padding: 15px 0;
  text-align: center;
  transition: 0.3s;
  color: var(--accColor);
  background: var(--color75);
  box-shadow: 0 4px 0 var(--color100);
  border-radius: 5px;
}
.m__btn_flat {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 15px auto;
  padding: 15px;
  line-height: 1.3;
  transition: 0.3s;
  border-radius: 3px;
}
.m__btn_mini {
  max-width: 350px;
}
.m__btn_arrow {
  position: relative;
}
.m__btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 0 2px 0 0;
}
.m__btn:hover {
  background: var(--color50);
}
.m__btnfree::before {
  content: "無料";
  margin-right: 8px;
  padding: 0 15px 2px;
  color: var(--color75);
  background: var(--yellow100);
  border-radius: 50px;
}

.m__box {
  padding: 2% 0;
  background: var(--accColor);
  box-shadow: 0 4px 0 var(--color25);
  border-radius: 5px;
}

/*****装飾 ******/
/* 白フチ*/
.m__border_wh {
  filter: drop-shadow(0px 2px 0px var(--accColor)) drop-shadow(1px -2px 1px var(--accColor)) drop-shadow(2px -1px 0px var(--accColor)) drop-shadow(-2px 2px 1px var(--accColor)) drop-shadow(-2px -1px 0px var(--accColor));
}

/* ワーイ */
.m__waai {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.m__waai::before, .m__waai::after {
  content: "";
  width: 10%;
  max-width: 2em;
  height: 1px;
  transform: rotate(60deg);
  background: var(--color75);
}
.m__waai::after {
  transform: rotate(-60deg);
}

/* ライン*/
.m__borderlineY {
  background: linear-gradient(transparent 0%, transparent 85%, var(--yellow100) 85%);
}

.m__borderlineG {
  background: linear-gradient(transparent 0%, transparent 85%, var(--green100) 85%);
}

.m__borderlineB {
  background: linear-gradient(transparent 0%, transparent 85%, var(--blue75) 85%);
}

mark {
  padding: 0 2%;
  color: var(--color75);
  background: var(--yellow100);
}

.m__marker {
  background-image: linear-gradient(to left, transparent 50%, var(--color) 50%);
  background-repeat: repeat-x;
  background-position: -200% 1em;
  background-size: 200% 0.3em;
}

/* バルーン*/
.m__baroon {
  position: relative;
  margin-bottom: 10px;
  padding: 1px 5%;
  text-align: center;
  color: var(--color75);
  background: var(--accColor);
  border-radius: 50px;
}

.m__baroon_border {
  border: 3px solid;
}

.m__baroon:before,
.m__baroon_border:before,
.m__baroon_border:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%) scaleX(0.7);
  border: 10px solid var(--accColor);
  border-color: var(--accColor) transparent transparent transparent;
}

.m__baroon_border:before {
  z-index: 100;
}

.m__baroon_border:after {
  z-index: 10;
  border: 16px solid;
  border-color: var(--color75) transparent transparent transparent;
}

.m__baroon_up:before,
.m__baroon_border.m__baroon_up:before,
.m__baroon_border.m__baroon_up:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: -20px;
  border-color: transparent transparent var(--accColor) transparent;
}

.m__baroon_border.m__baroon_up:after {
  z-index: 10;
  top: -32px;
  border: 16px solid;
  border-color: transparent transparent var(--color75) transparent;
}

/* 中央線見出し*/
.m__centerline {
  display: flex;
  align-items: center;
}

.m__centerline:before,
.m__centerline:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin: 0 0.3em;
  border-top: 1px solid;
}

/* PC／SPブロック切替 */
.m__br_pc {
  display: block;
}

.m__br_sp {
  display: inline;
}

@media screen and (max-width:640px) {
  /* 縁文字*/
  .m__bordertext {
    text-shadow: 0 1px 0 var(--black100), 1px 0 0 var(--black100), 0 -1px 0 var(--black100), -1px 0 0 var(--black100);
  }
  /* PC／SPブロック切替 */
  .m__br_pc {
    display: inline;
  }
  .m__br_sp {
    display: block;
  }
  /*SP時スライダーに*/
  .m__spslider {
    overflow: hidden;
    width: 100%;
  }
  .m__spslider:after {
    content: "← スワイプで移動できます →";
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #666;
  }
  .m__slides {
    display: flex;
    overflow-x: auto;
    justify-content: initial;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .m__slides li {
    flex-shrink: 0;
    position: relative;
    width: 90%;
    margin: auto 2%;
    transition: transform 0.5s;
    transform: scale(1);
    transform-origin: center center;
    scroll-snap-align: start;
  }
}
/*フォントのみ */
.f__title {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  text-align: center;
}

.f__subtitle {
  font-size: calc(18px + 2 * (100vw - 375px) / 265);
  text-align: center;
}

.f__minitext {
  font-size: calc(10px + 2 * (100vw - 375px) / 265);
}

.f__stit {
  font-size: 24px;
  font-size: clamp(21px,2vw, 28px);
  text-align: center;
}

.f__bigbtn {
  font-size: calc(18px + 3 * (100vw - 375px) / 265);
  text-align: center;
}

.f__btn {
  font-size: calc(20px + 2 * (100vw - 375px) / 265);
  text-align: center;
}
@media screen and (min-width: 2001px) {
  .f__btn {
  font-size: 29px;
  }
}
.f__btnM {
  font-size: calc(18px + 1 * (100vw - 375px) / 265);
  text-align: center;
}

.f__minibtn {
  font-size: calc(16px + 2 * (100vw - 375px) / 265);
  text-align: center;
}

.f__textLL {
  font-size: calc(18px + 2 * (100vw - 375px) / 265);
}

.f__leadtext {
  font-size: calc(15px + 2 * (100vw - 375px) / 265);
}

.f__textlarge {
  font-size: calc(14px + 2 * (100vw - 375px) / 265);
  text-align: center;
  font-weight: bold;
}

.f__text {
  font-size: calc(14px + 1 * (100vw - 375px) / 265);
}

.f__minitext {
  font-size: calc(10px + 2 * (100vw - 375px) / 265);
}

.f__small {
  font-size: 11px;
}

.f__note {
  font-size: 11px;
  display: block;
}

.f__lpmaincopy {
  font-size: 16px;
  font-size: clamp(10px, 1.5vw, 2em);
}

.f__center {
  text-align: center;
}

.f__right {
  text-align: right;
}

.f__blue {
  color: var(--blue75);
}

.f__white {
  color: var(--accColor);
}

.f__em {
  font-size: 2em;
  line-height: 1;
}

.f__strong {
  display: inline-block;
  font-size: 44px;
  line-height: 1;
  transform: skewX(-10deg);
}

.f__boxtext {
  text-align: justify;
  line-height: 1;
  font-size: 0.95em;
}

.f__bold {
  font-weight: bold;
}

.f__scale12 {
  font-size: 1.2em;
}

.f__lh13 {
  line-height: 1.3;
}

.f__lh15 {
  line-height: 1.5;
}

.f__lh18 {
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .f__note {
    font-size: 9.5px;
  }
  .f__centersp {
    text-align: center;
  }
}
@keyframes lineStroke {
  0% {
    background-position: -100% 1em;
  }
  100% {
    background-position: -200% 1em;
  }
}
@keyframes popbaroon {
  0%, 100% {
    transform: translateY(-15%);
  }
  50% {
    transform: translateY(0);
  }
}
.popbaroon {
  animation: popbaroon 4s infinite;
}

/*lp.min.css リセット*/
body,
#twenties {
  overflow-x: hidden;
}

ul.slider_job li.slick-slide {
  background: none !important;
}

.cnt_form_cov,
#formTop {
  background: initial;
}

p strong,
li strong,
dt strong,
dd strong {
  color: inherit;
  font-weight: inherit;
}

/******スタイル ******/
#match,
#own,
#reasons {
  transform: skewY(-5deg);
}

#match > *,
#own > *,
#reasons > * {
  transform: skewY(5deg);
}

#strengths {
  z-index: -1;
}

#match {
  background: var(--blue0);
  position: relative;
  padding: 3.5% 0 6%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #match {
    padding: 5% 0 17%;
  }
}

#job {
  background: var(--green0);
  position: relative;
  padding: 5% 0 10%;
  margin-top: -6%;
  clip-path: polygon(0 100%, 100% calc(100% - 0vh), 100% 0, 0 5vh);
}
@media screen and (max-width: 767px) {
  #job {
    padding: 9% 0 10%;
    margin-top: -15%;
  }
}

#job .adjust_margin {
  margin-top: 50px;
}

#own {
  background: linear-gradient(90deg, var(--orange25) 0%, var(--orange25) 55%, var(--accColor) 55%);
  margin: -5% 0;
  padding: 2% 0;
}

#reasons {
  background: var(--blue25);
  padding: 5% 0;
  margin-bottom: 5%;
}

#reasons .adjust_margintitle {
  margin-bottom: 50px;
}

#reasons .adjust_margin {
  margin-bottom: 60px;
}

#twenties .m__borderlineB {
  background: linear-gradient(transparent 0%, transparent 85%, #bfc50a 85%);
  display: inline;
}

@media screen and (max-width: 640px) {
  #formTop {
    margin-top: -14%;
  }
  #own {
    background: var(--orange25);
  }
  #job .adjust_margin {
    margin-top: 10px;
  }
}


/*mv */
#main {
  background: url(/images/common/lp/mv_lp_type.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #edffef;
  text-align: center;
  margin: 0px;
  padding: 40px 0 175px;
}
#main .mv_text {
  font-size: 21px;
  color: #555;
  margin-bottom: 5px;
  margin-left: -15vw;
}
#main h1 {
  font-size: 28px;
  color: #555;
  margin-left: -15vw;
}
#main .text_orange {
  font-size: 30px;
  color: #ff8500;
}
#main .service_name {
  font-size: 64px;
  color: #ff8500;
  font-weight: bold;
  display: block;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1500px) {
  #main {
    background-size: contain;
  }
}
@media screen and (max-width: 1150px) {
  #main .mv_text {
    margin-left: -20vw;
  }
  #main h1 {
    margin-left: -20vw;
  }
}
@media screen and (max-width: 900px) {
  #main .mv_text {
    margin-left: -25vw;
  }
  #main h1 {
    margin-left: -25vw;
  }
}
@media screen and (max-width: 767px) {
  #main {
    background-image: url(/images/common/lp/mv_lp_type-sp.jpg);
    background-position: top center;
    padding: 7.7% 0 44%;
  }
  #main .mv_text {
    display: none;
  }
  #main h1 {
    margin-left: 0;
    font-size: 5.5vw;
  }
  #main .text_orange {
    font-size: 5.8vw;
  }
  #main .service_name {
    font-size: 10vw;
  }
}

/*求人数*/
#strengths {
  background: var(--green25);
  padding: 2% 0 3.5%;
  margin-bottom: -5%;
  position: relative;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
#strengths h2{
  font-size: 35px;
}
.m__bordertext {
  color: var(--accColor);
  text-shadow: 0 1px 1px #555, 1px 0 1px #555, 0 -1px 1px #555, -1px 0 1px #555;
  stroke: var(--accColor);
}
.m__border_waai {
  stroke: var(--accColor);
  filter: drop-shadow(0px 1px 0 #555) drop-shadow(0 -1px 0 #555) drop-shadow(1px 0 0 #555) drop-shadow(-1px 0 0 #555);
}
sup {
  font-size: 12px;
  color: #555;
  text-shadow: none;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 7px;
}
.currentJobs {
  margin-top: 20px;
  color: #555;
  width: 90%;
}
.currentJobs .currentJoblist strong {
  font-size: 40px;
  color: #49d5ca;
  margin-top: -5px;
  font-weight: 600;
}
.currentJobs sup {
  font-size: 12px;
  color: #49d5ca;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 10px;
  font-weight: normal;
}
.currentJoblist {
  display: flex;
  justify-content: space-between;
}
.featurejob {
  display: flex;
  flex-direction: column;
  padding: 0 0 1%;
  background: var(--accColor);
  box-shadow: 0 4px 0 var(--color25);
  border-radius: 5px;
  width: 31%;
}
.currenticon {
    margin-bottom: -10px;
}
.currentJobs .currentJoblist img {
  display: block;
  margin: auto;
  max-width: 120px;
}
.currentJobs .currentJoblist svg {
  display: block;
  margin: auto;
  max-width: 100px;
}

.currentJobs .currentJoblist img::after,
.currentJobs .currentJoblist svg::after {
  content: "";
  background: var(--aacColor);
  border-radius: 50%;
  padding: 10px;
}
.currentJobs small {
    width: 100%;
    font-size: 12px;
    margin-top: 6px;
}
@media screen and (max-width: 1200px) {
  #strengths {
    padding: 2% 0 6%;
  }
}
@media screen and (max-width: 900px) {
  .currentJobs {
    font-size: 1.5em;
  }
  .featurejob {
    width: 32%;
  }
  .currentJobs .currentJoblist svg {
    max-width: 80px;
  }
  .currentJobs .currentJoblist strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #strengths {
    padding: 2% 0 12%;
    margin-bottom: -15%;
  }
  #strengths h2 {
    font-size: 6.4vw;
  }
  .f__strong {
    font-size: 7.7vw;
    margin: 0 2px 0 5px;
  }
  sup {
    font-size: 11px;
    margin-top: 3px;
  }
  .l__waailine {
    width: 3.5vw;
    margin: 0px 5px;
  }
  .r__waailine {
    width: 3.5vw;
  }
  .currentJobs {
    text-align: left;
    font-size: 3.7vw;
    margin-top: 12px;
  }
  .currentJoblist {
    display: block;
  }
  .featurejob {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0 2px;
  }
  .featurejob:last-of-type {
    margin-bottom: 0;
  }
  .currenticon {
    display: inline;
    margin-left: 5px;
  }
  .currentJobs .currentJoblist svg {
    display: inline;
    margin: 0;
    max-width: 60px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .currentJobs .currentJoblist strong {
    font-size: 4.5vw;
    display: inline-flex;
    margin-left: 3px;
    vertical-align: middle;
  }
  .currentJobs sup {
    margin-top: 0;
    font-size: 11px;
  }
  .currentJobs small {
    font-size: 11px;
  }
}
@media screen and (max-width: 460px) {
  #strengths {
    margin-bottom: -13%;
  }
  .currentJobs .currentJoblist svg {
    max-width: 35px;
  }
}
/*フォーム */
#formTop {
  position: relative;
  padding-top: 0;
}

.bg_polygon {
  position: absolute;
  background: url(/images/common/lp/bg_form.svg);
  background-size: cover;
  width: 100%;
  height: 110%;
  margin-top: -20px;
  z-index: -30;
}
@media screen and (max-width: 767px) {
  .bg_polygon {
    margin-top: -20px;
  }
}
.form_style {
  max-width: 800px;
  margin: auto;
}
/*登録から入社までの流れ */
#registration {
  background: #ebfffa;
  padding: 4% 0 9%;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  #registration {
    padding: 6% 0 17%;
    margin-top: 3%;
  }
}
#registration .adjust_margintitle {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #registration .adjust_margintitle {
    padding-bottom: 35px;
  }
}
.registration_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .registration_list {
    display: block;
  }
}
.registration_list--item {
  width: 260px;
  position: relative;
  text-align: center;
}
.registration_list--item::before {
  content: "step.01";
  position: absolute;
  top: -8%;
  left: 35%;
  color: #40c6bb;
  font-size: calc(13px + 1.5 * (100vw - 375px) / 265);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .registration_list--item::before {
    top: -9%;
    left: 46%;
  }
}
@media screen and (max-width: 640px) {
  .registration_list--item::before {
    top: -12%;
    left: 43%;
  }
}
@media screen and (max-width: 1100px) {
  .registration_list--item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .registration_list--item {
    width: 100%;
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .registration_list--item:last-of-type {
    margin-bottom: 0;
  }
}
.registration_list--item:nth-of-type(2)::before {
  content: "step.02";
}

.registration_list--item:nth-of-type(3)::before {
  content: "step.03";
}

#registration .l__magin_text {
  color: #40c6bb;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
}
#registration .l__magin_text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 45%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #40c6bb;
}

#registration .f__text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .registration_list--item img {
    width: 50%;
  }
}
/*自分で探す */
.img_pharmasist {
  transform: skewY(-5deg) translateY(-6%);
  padding: 3% 3% 0;
  margin-top: -5px;
  transition: 0.8s;
}

.img_pharmasist img {
  transform: skewY(5deg);
}

@media screen and (max-width: 640px) {
  #own {
    padding-bottom: 10%;
  }
  #own .l__waai {
    width: 100%;
  }
  #own .img_pharmasist {
    overflow: hidden;
    background: var(--accColor);
  }
  #own .img_pharmasist img {
    margin: 2% 0 -5%;
  }
}
@media screen and (max-width: 640px) {
  .last .m__btn {
    margin: 50px auto 30px;
  }
}
/*スライダー */
#twenties #job_slider p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 15px;
  margin: 15px 0;
  font-size: 1.7em;
}
#twenties #job_slider p::before, #twenties #job_slider p::after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  max-width: 500px;
  min-height: 50px;
  z-index: -1;
  margin: 0 auto;
  transform: skew(-20deg);
}
#twenties #job_slider p::before {
  background: var(--green50);
}
#twenties #job_slider p::after {
  border: 1px solid #555;
  top: -12px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  #twenties #job_slider p::after {
    top: -15px;
    margin-left: -6px;
  }
}
@media screen and (max-width: 640px) {
  #twenties #job_slider p {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 599px) {
  #job_slider .nensyu {
    font-size: 4.6vw;
  }
  #job_slider dd strong {
    display: block;
  }
  #job_slider dd {
    font-size: 3.8vw;
  }
}
ul.slider_job {
  position: relative;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  top: 50%;
  transform: translateY(-100%);
}
@media screen and (min-width: 600px) {
  #job_slider .nensyu {
    padding: 0;
  }
}
#job_slider .nensyu {
    line-height: 2.1;
}
.st0 {
  fill: #fff;
}

.st4 {
  fill: #fff;
  stroke: #181818;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st8 {
  fill: #eef09c;
}

.st9 {
  fill: #eef09c;
  stroke: #181818;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st10 {
  fill: #fff;
  stroke: #181818;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st11 {
  fill: #181818;
}

.st16 {
  fill: none;
  stroke: #181818;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.st17 {
  fill: none;
  stroke: #181818;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
svg .st18 {
  fill: #181818;
}
.star {
  animation: star 1.5s linear infinite forwards;
  transform-origin: center center;
}

@keyframes star {
  0% {
    transform: rotate(0) scale(1) translate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(10deg) scale(2) translate(10);
    opacity: 1;
  }
}
#m {
  animation: clock 12s linear infinite forwards;
  transform-origin: center center;
}

#h {
  animation: clock 144s linear infinite forwards;
  transform-origin: center center;
}

@keyframes clock {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.day {
  animation: day 2s linear infinite forwards;
  transform-origin: center center;
}

.delay1 {
  animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.3s;
}

.delay4 {
  animation-delay: 0.4s;
}

.delay5 {
  animation-delay: 0.5s;
}

@keyframes day {
  0% {
    opacity: 0.5;
    fill: #181818;
  }
  100% {
    opacity: 1;
    fill: #eef09c;
  }
}
#main,
#match,
#job,
#own,
#reasons {
  overflow: hidden;
}

@keyframes fadeOut1 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 0.8;
    width: 100px;
    height: 100px;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 0.3;
    width: 100px;
    height: 100px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 220px;
    height: 220px;
    filter: blur(1px);
  }
}
@keyframes fadeOut3 {
  0% {
    opacity: 0.3;
    width: 50px;
    height: 50px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 120px;
    height: 120px;
    filter: blur(1px);
  }
}
/*ie bugfix */
@media all and (-ms-high-contrast: none) {
  #job {
    padding: 5% 0;
  }
  #twenties #job_slider p::before,
  #twenties #job_slider p::after {
    top: 0;
    left: 23%;
  }
  #formTop,
  .cnt_form_cov {
    background: #fff;
  }
}