@charset "UTF-8";
/* =========================================================
 Reset
========================================================= */
html, body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, li, dl, dt, dd, table, th, td, form, figure, caption {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #2c2c2c;
  font-size: 14px;
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

article, aside, o details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  opacity: 0.7;
  outline: 0;
}

a:focus, *:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

br {
  letter-spacing: 0;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

q {
  quotes: none;
}

p, li, dt, dd {
  line-height: 1.5;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
 Mixin
========================================================= */
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* =========================================================
 Utility
========================================================= */
/* ------------------------------------------
 Utility Style
------------------------------------------ */
.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.dn {
  display: none !important;
}

.ovh {
  overflow: hidden !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}

.ov {
  overflow: hidden;
  zoom: 1;
}

/* ------------------------------------------
 Animtation
------------------------------------------ */
.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.delay-55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* =========================================================
 Base Style
========================================================= */
.black {
  color: #2c2c2c;
}

.bl1 {
  color: #264da3;
}

.bl2 {
  color: #006fd6;
}

.bl3 {
  color: #0276e1;
}

.pk1 {
  color: #f16a8d;
}

.grn1 {
  color: #4cbcb7;
}

.wh {
  color: #fff;
}

.ora {
  color: #bd8a07;
}

.column {
  overflow: hidden;
}

.accent {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 5%, rgba(255, 234, 0, 0.4) 6%, rgba(255, 234, 0, 0.4) 85%, transparent 86%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, transparent 5%, rgba(255, 234, 0, 0.4) 6%, rgba(255, 234, 0, 0.4) 85%, transparent 86%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 5%, rgba(255, 234, 0, 0.4) 6%, rgba(255, 234, 0, 0.4) 85%, transparent 86%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, rgba(255, 234, 0, 0.4) 6%, rgba(255, 234, 0, 0.4) 85%, transparent 86%, transparent 100%);
}

.accent2 {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 5%, #FFF7B2 6%, #FFF7B2 91%, transparent 92%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, transparent 5%, #FFF7B2 6%, #FFF7B2 91%, transparent 92%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 5%, #FFF7B2 6%, #FFF7B2 91%, transparent 92%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, #FFF7B2 6%, #FFF7B2 91%, transparent 92%, transparent 100%);
}

.accent3 {
  background: -webkit-linear-gradient(top, transparent 0%, transparent 75%, #eaff3c 76%, #eaff3c 91.9%, transparent 92%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, transparent 75%, #eaff3c 76%, #eaff3c 91.9%, transparent 92%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 75%, #eaff3c 76%, #eaff3c 91.9%, transparent 92%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 75%, #eaff3c 76%, #eaff3c 91.9%, transparent 92%, transparent 100%);
}

/* =========================================================
 Common Style
========================================================= */
/*sp*/
.wrap {
  width: 100%;
}

.outer {
  padding: 0 10px;
}

/* ------------------------------------------
 Header Style
------------------------------------------ */
header {
  border-top: 4px solid #0170d6;
}
header .outer {
  position: relative;
  height: 57px;
}
header .logo {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  padding-top: 22px;
  background: url(/lp/images/lp1_logo01.png) no-repeat;
  background-size: 172px 21px;
  background-position: left bottom;
}
header .desc {
  position: absolute;
  top: 10px;
  font-size: 9px;
  color: #666;
  line-height: 1;
}

.mv {
  position: relative;
  height: 0;
  padding-top: 80%;
}
.mv .pgttl {
  width: 227px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*メインビジュアル切り替え*/
#mv-switch {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#mv-switch .slick-list, #mv-switch .slick-track {
  width: 100%;
  height: 100%;
}
#mv-switch .switch-bg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

#ui_fukuoka #mv-switch .switch-bg1 {
  background-image: url(/lp/images/ui/mvbg_ui_fuku1_sp.png);
}
#ui_fukuoka #mv-switch .switch-bg2 {
  background-image: url(/lp/images/ui/mvbg_ui_fuku2_sp.png);
}
#ui_fukuoka #mv-switch .switch-bg3 {
  background-image: url(/lp/images/ui/mvbg_ui_fuku3_sp.png);
}

#ui_sapporo #mv-switch .switch-bg1 {
  background-image: url(/lp/images/ui/mvbg_ui_sap1_sp.png);
}
#ui_sapporo #mv-switch .switch-bg2 {
  background-image: url(/lp/images/ui/mvbg_ui_sap2_sp.png);
}
#ui_sapporo #mv-switch .switch-bg3 {
  background-image: url(/lp/images/ui/mvbg_ui_sap3_sp.png);
}

/* ------------------------------------------
 Footer Style
------------------------------------------ */
footer .corp_box {
  background: #e8e8e8;
  padding: 4.5% 2.5%;
}

footer .ftlogo01 {
  margin-bottom: 4.5%;
  padding-bottom: 3.5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 white;
}

footer .ftlogo01 li {
  background: url(/lp/images/lp1_ft_logo01.png) no-repeat 0 0;
  background-size: 70px 50px;
  padding-left: 80px;
  min-height: 50px;
}

footer .ftlogo02 li:nth-child(1) {
  background: url(/lp/images/lp1_ft_logo02.png) no-repeat 0 0;
  background-size: 45px 55px;
  padding-left: 55px;
  padding-bottom: 15px;
  height: 55px;
}

footer .ftlogo02 li:nth-child(2) {
  background: url(/lp/images/lp1_ft_logo03.png) no-repeat 0 0;
  background-size: 55px 50px;
  padding-left: 60px;
  height: 50px;
}

/* footer .ftlogo02 li {
  background: url(/lp/images/lp1_ft_logo02.png) no-repeat 0 0;
  background-size: 87px 50px;
  padding-left: 30%;
} */
footer .ftlogo03 li {
  background: url(/lp/images/lp1_ft_logo03.png) no-repeat 5px 0;
  background-size: 55px 50px;
  padding-left: 30%;
}

footer ul li {
  font-size: 12px;
}

footer .copyright {
  background: #000;
  padding: 4.5% 2.5% 3.5%;
  font-size: 12px;
  color: #fff;
}

footer .ft_link {
  padding-top: 5.5%;
}

footer .ft_link li {
  display: inline-block;
  width: 49%;
}

footer .ft_link li a {
  color: #006bc4;
  text-decoration: underline;
}

/* =========================================================
 Pages Style
========================================================= */
/*sp*/
.catch {
  margin: 30px 0;
}
.catch .subttl {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .catch .subttl {
    font-size: 23px;
  }
}
.catch .lead {
  margin-bottom: 13px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.chapter {
  margin-bottom: 25px;
  text-align: center;
}

.chapen {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.chapen:before {
  content: '';
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 33px;
  background-image: url(/lp/images/chapen_sp.png);
  z-index: 1;
  max-width: 100%;
}
.chapen .chapttl {
  position: relative;
  line-height: 35px;
  z-index: 2;
}

.chaplead {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}

.arrowbg {
  overflow: hidden;
  padding: 0 11% 1px;
  background: -webkit-linear-gradient(to bottom, #fff 79%, #f3f3f3 80%, #f3f3f3 100%);
  background: -moz-linear-gradient(to bottom, #fff 79%, #f3f3f3 80%, #f3f3f3 100%);
  background: -ms-inear-gradient(to bottom, #fff 79%, #f3f3f3 80%, #f3f3f3 100%);
  background: -o-linear-gradient(to bottom, #fff 79%, #f3f3f3 80%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #fff 79%, #f3f3f3 80%, #f3f3f3 100%);
}

.register {
  padding: 1px 0 20px;
  text-align: center;
  box-shadow: 0px 0px 20px 5px #ccc;
  background: url(/lp/images/register_bg_sp.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.register.shadedown {
  box-shadow: 0px 10px 20px 0px #ccc;
}
.register .arrow {
  padding: 0 11%;
  margin: -35px auto -5px;
  z-index: 10;
}
.register .apply {
  width: 92%;
  margin: auto;
  color: #fff;
}
.register .bubble {
  width: 44%;
  padding-left: 57%;
}
.register .btn {
  display: block;
  margin-top: -7px;
  padding: 4% 0;
  font-size: 22px;
  font-weight: bold;
  color: #264da3;
  letter-spacing: .1em;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0px 3px 0px 0px #fff;
  background: #ffea00;
}
.register .btn:hover {
  opacity: 1;
}
@media screen and (max-width: 320px) {
  .register .btn {
    font-size: 20px;
  }
}

#ui_fukuoka .points {
  padding: 10px 0 2px;
  letter-spacing: .1em;
  background: #f9e74d;
}
#ui_fukuoka .points .pottl {
  margin: 0 auto 15px;
}
#ui_fukuoka .points .poeach {
  margin-bottom: 20px;
  padding-top: 8%;
  background: url(/lp/images/ui/points_bg_sp.png) no-repeat center top;
  background-size: 100% auto;
}
#ui_fukuoka .points .poeach_cnt {
  padding: 3% 0 10px;
  background: #fff;
}
#ui_fukuoka .points .poeach_ttl {
  text-align: center;
}
#ui_fukuoka .points .poeach_txt {
  margin: 20px auto 15px;
  padding: 0 15px;
  color: #0ea1ed;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
#ui_fukuoka .points .graph-area {
  padding: 0 15px;
}
#ui_fukuoka .points .graph {
  position: relative;
  padding: 20px 0;
  margin-bottom: 35px;
  border-radius: 20px;
  background: #edfcff;
}
#ui_fukuoka .points .graph .graph_ttl {
  margin-bottom: 15px;
  font-size: 15px;
  color: #0170d6;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
#ui_fukuoka .points .graph .graph_ttl span {
  font-size: 12px;
}
#ui_fukuoka .points .graph .graph-box {
  padding: 0 20px;
}
#ui_fukuoka .points .graph .graph-wrap {
  overflow: hidden;
  height: 0;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#ui_fukuoka .points .graph .graph-wrap li {
  position: absolute;
  opacity: 0;
}
#ui_fukuoka .points .quote {
  position: absolute;
  top: 102%;
  left: 0;
  font-size: 10px;
  color: #264da3;
}
#ui_fukuoka .point1 .poeach_ttl {
  width: 265px;
  margin: auto;
}
#ui_fukuoka .point1 .graph:first-child .graph-wrap {
  padding-top: 65%;
  background-image: url(/lp/images/ui/point1_grapha_fuku.png);
}
#ui_fukuoka .point1 .graph:first-child .graph-wrap li:nth-child(1) {
  width: 13%;
  left: 29%;
  bottom: 15%;
}
#ui_fukuoka .point1 .graph:first-child .graph-wrap li:nth-child(2) {
  width: 21%;
  left: 42.25%;
  bottom: 18%;
}
#ui_fukuoka .point1 .graph:first-child .graph-wrap li:nth-child(3) {
  width: 19.25%;
  left: 63%;
  bottom: 13%;
}
#ui_fukuoka .point1 .graph:nth-child(2) .graph-wrap {
  padding-top: 78%;
  background-image: url(/lp/images/ui/point1_graphb_fuku.png);
}
#ui_fukuoka .point1 .graph:nth-child(2) .graph-wrap li:nth-child(1) {
  width: 53.5%;
  left: 23.75%;
  bottom: 21.5%;
}
#ui_fukuoka .point1 .graph:nth-child(2) .graph-wrap li:nth-child(2) {
  width: 51.75%;
  left: 24.5%;
  bottom: 32%;
}
#ui_fukuoka .point2 .poeach_ttl {
  width: 303px;
  margin: auto;
}
#ui_fukuoka .point2 .graph .graph-box {
  padding: 0 8px;
}
#ui_fukuoka .point2 .graph .graph-wrap {
  padding-top: 77%;
  background-image: url(/lp/images/ui/point2_graph_fuku_sp.png);
}
#ui_fukuoka .point2 .graph .graph-wrap li {
  bottom: 17%;
}
#ui_fukuoka .point2 .graph .graph-wrap li:nth-child(1) {
  width: 13.5%;
  left: 12%;
}
#ui_fukuoka .point2 .graph .graph-wrap li:nth-child(2) {
  width: 13.5%;
  left: 28.5%;
}
#ui_fukuoka .point2 .graph .graph-wrap li:nth-child(3) {
  width: 13.5%;
  left: 45.5%;
}
#ui_fukuoka .point2 .graph .graph-wrap li:nth-child(4) {
  width: 13.5%;
  left: 62%;
}
#ui_fukuoka .point2 .graph .graph-wrap li:nth-child(5) {
  width: 15%;
  left: 78%;
}
#ui_fukuoka .point3 .poeach_ttl {
  width: 168px;
  margin: auto;
}
#ui_fukuoka .point3 .graph .graph-box {
  padding: 0 10px;
  margin-top: -10px;
}
#ui_fukuoka .point3 .graph .graph-wrap {
  padding-top: 58%;
  background-image: url(/lp/images/ui/point3_graph_fuku_sp.png);
}
#ui_fukuoka .point3 .graph .graph-wrap li:nth-child(1) {
  width: 80%;
  left: 14.75%;
  bottom: 23%;
}
#ui_fukuoka .point3 .graph .graph-wrap li:nth-child(2) {
  width: 85%;
  left: 12.5%;
  bottom: 27%;
}

#ui_sapporo .points {
  padding: 10px 0 20px;
  background: #28e0bb;
}
#ui_sapporo .poeach {
  position: relative;
  padding: .9em;
  margin-bottom: 65px;
  border-radius: 5px;
  background: #FFF;
}
#ui_sapporo .poeach_cnt {
  padding-bottom: 25px;
  border-radius: 10px;
}
#ui_sapporo .poeach_ttl {
  margin-bottom: 1.2em;
}
#ui_sapporo .poeach_txt {
  font-size: 16px;
  line-height: 1.7;
}
#ui_sapporo .deco-wrap li {
  opacity: 0;
  position: absolute;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(1) {
  width: 120px;
  left: 10px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(2) {
  width: 16px;
  left: 105px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(3) {
  width: 16px;
  left: 128px;
  bottom: -58px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(4) {
  width: 16px;
  left: 151px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(5) {
  width: 16px;
  left: 173px;
  bottom: -58px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(6) {
  width: 16px;
  left: 195px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(7) {
  width: 16px;
  left: 218px;
  bottom: -58px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(8) {
  width: 16px;
  left: 240px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(9) {
  width: 16px;
  left: 262px;
  bottom: -58px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(10) {
  width: 16px;
  left: 285px;
  bottom: -55px;
}
#ui_sapporo .point1 .deco-wrap li:nth-child(11) {
  width: 16px;
  left: 310px;
  bottom: -58px;
}
#ui_sapporo .point2 .deco-wrap li:nth-child(1) {
  width: 175px;
  right: 5px;
  bottom: -50px;
}
#ui_sapporo .point2 .deco-wrap li:nth-child(2) {
  width: 135px;
  right: 175px;
  bottom: -55px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(1) {
  width: 83px;
  left: 12px;
  bottom: -42px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(2) {
  width: 40px;
  left: 85px;
  bottom: -73px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(3) {
  width: 186px;
  left: 130px;
  bottom: -55px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(4) {
  width: 20px;
  left: 145px;
  bottom: -48px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(5) {
  width: 20px;
  left: 175px;
  bottom: -52px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(6) {
  width: 14px;
  left: 200px;
  bottom: -49px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(7) {
  width: 8px;
  left: 220px;
  bottom: -46px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(8) {
  width: 10px;
  left: 245px;
  bottom: -45px;
}
#ui_sapporo .point3 .deco-wrap li:nth-child(9) {
  width: 8px;
  left: 265px;
  bottom: -42px;
}

.uiturn {
  overflow: hidden;
  position: relative;
  padding: 45px 0 25px;
  color: #274ea6;
  letter-spacing: .1em;
}
.uiturn .ui_ttl {
  overflow: hidden;
  width: 90%;
  max-width: 450px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.uiturn .ui_qa {
  position: relative;
  margin: 20px 0;
  padding: 20px 20px 45px;
  border-radius: 10px;
  background: #fff;
}
.uiturn .ui_q {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.uiturn .ui_q:after {
  content: '';
  position: absolute;
}
.uiturn .ui_a {
  font-size: 15px;
  line-height: 1.7;
}
.uiturn .uturn {
  padding: 8%  0 15px;
  box-sizing: border-box;
}
.uiturn .uturn .u_img {
  width: 69%;
  margin: 0 auto 20px;
  padding-right: 7%;
}
.uiturn .uturn .ui_qa {
  border: 1px solid;
}
.uiturn .iturn {
  padding: 25px 0 15px;
  box-sizing: border-box;
}
.uiturn .iturn .i_img {
  width: 66%;
  margin: 0 auto 20px;
}
.uiturn .iturn .ui_qa {
  border: 1px solid;
}
.uiturn .iturn .i_doll1 {
  width: 15%;
  position: absolute;
  bottom: 96%;
  left: 10%;
}
.uiturn .iturn .i_doll2 {
  width: 26.5%;
  position: absolute;
  top: -84px;
  right: 35px;
}
.uiturn .iturn .i_doll3 {
  width: 67px;
  position: absolute;
  top: -95px;
  right: 60px;
}
.uiturn .u_qa2 .ui_q {
  margin-left: 27%;
}
.uiturn .u_qa1 .ui_q span {
  width: 22%;
  height: auto;
  position: absolute;
  bottom: 70px;
  right: 0%;
}
.uiturn .u_qa2 .ui_q span {
  width: 31%;
  max-width: 100px;
  height: auto;
  position: absolute;
  bottom: 7px;
  right: 105%;
}
.uiturn .u_qa3 .ui_q span {
  width: 35.5%;
  max-width: 130px;
  height: auto;
  position: absolute;
  bottom: -15px;
  right: -2%;
}
.uiturn .i_qa1 .ui_q span {
  width: 22%;
  height: auto;
  position: absolute;
  bottom: 80px;
  left: 0%;
}
.uiturn .i_qa2 .ui_q span {
  width: 35%;
  max-width: 130px;
  height: auto;
  position: absolute;
  bottom: 5px;
  right: 2%;
}
.uiturn .i_qa3 .ui_q span {
  width: 30%;
  max-width: 100px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 2%;
}

#ui_fukuoka .uturn {
  background: #274ea6;
}
#ui_fukuoka .iturn {
  background: #f9e74d;
}
#ui_fukuoka .uturn .ui_qa {
  border-color: #f9e74d;
}
#ui_fukuoka .iturn .ui_qa {
  border-color: #274ea6;
}

#ui_sapporo .uiturn .ui_qa {
  padding-bottom: 35px;
}
#ui_sapporo .uiturn .ui_a {
  font-size: 14px;
}
#ui_sapporo .uiturn .u_qa1 .ui_q span {
  width: 14.5%;
  bottom: 75px;
  right: 3%;
}
#ui_sapporo .uiturn .u_qa2 .ui_q span {
  width: 34%;
}
#ui_sapporo .uiturn .u_qa3 .ui_q span {
  bottom: 2px;
}
#ui_sapporo .uiturn .i_qa1 .ui_q span {
  bottom: 90px;
  left: 80%;
}
#ui_sapporo .uiturn .i_qa2 .ui_q span {
  width: 25%;
  bottom: 10px;
  right: 0;
}
#ui_sapporo .uiturn .i_qa3 .ui_q span {
  bottom: 0px;
  right: -5%;
}
#ui_sapporo .uturn {
  background: #28e0bb;
}
#ui_sapporo .iturn {
  background: #eaff3c;
}
#ui_sapporo .uturn .ui_qa {
  border-color: #eaff3c;
}
#ui_sapporo .iturn .ui_qa {
  border-color: #43c0a7;
}

.reason {
  padding-bottom: 45px;
  background: #f2f2f2;
}
.reason .reattl {
  margin-bottom: 20px;
  padding-top: 40px;
  color: #274ea6;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .reason .reattl {
    font-size: 16px;
  }
}
.reason .reattl small {
  font-size: 12px;
}
.reason .reattl .num {
  font-size: 46px;
  font-weight: bold;
}
.reason .reattl span {
  font-size: 25px;
}
.reason .reacol {
  position: relative;
  margin-bottom: 23px;
  padding-top: 22px;
  font-size: 14px;
  line-height: 1.6;
  background: transparent url(/lp/images/reason_tri.png) no-repeat top right;
  background-size: 100% 22px;
}
.reason .reacol:nth-child(1) .topic:before {
  content: '1';
}
.reason .reacol:nth-child(2) .topic:before {
  content: '2';
}
.reason .reacol:nth-child(3) .topic:before {
  content: '3';
}
.reason .reacol:nth-child(4) .topic:before {
  content: '4';
}
.reason .reacol:nth-child(5) .topic:before {
  content: '5';
}
.reason .reatxt {
  padding: 0 10px 25px;
  background: #fff;
}
.reason .topic {
  position: relative;
  min-height: 35px;
  margin-bottom: 15px;
  padding-left: 3.5em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.reason .topic span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: normal;
  font-weight: bold;
}
.reason .topic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 35px;
  margin-bottom: -5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 4px;
  background: url(/lp/images/reason_num2.png) left top no-repeat;
  background-size: 100%;
}
.reason .subtopic {
  margin-bottom: 6px;
  padding-top: 12px;
  border-top: 1px solid #0276e1;
}
.reason p {
  font-size: 13px;
}

.works {
  margin: 25px 0 60px;
}
.works .slick-track {
  margin-left: -1px;
}
.works .chapen:before {
  top: 5px;
  width: calc(403px/2);
  height: calc(66px/2);
  background-size: calc(703 / 403 * 100%) calc(570 / 66 * 100%);
  background-position: 0 34px;
}
.works .chapttl span {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-bottom: 7px;
  line-height: 1;
}
.works .chaplead {
  margin-top: 2px;
}
.works .worktype {
  margin-bottom: 30px;
  color: #274ea6;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  background: #f9e74d;
}
.works .column {
  display: flex;
  padding-left: 6.5%;
  overflow: hidden;
}
.works .worklist {
  margin-bottom: 10px;
}
.works .workcol {
  width: 250px;
  padding: 0 15px 10px;
}
.works .workcol:not(:first-child) {
  border-left: 1px solid #ccc;
}
.works .workcol .occupation {
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: center;
  border-left: 5px solid;
  background: #f2f2f2;
}
.works .workcol .incharge {
  margin-bottom: 5px;
  color: #2a4191;
  font-size: 15px;
}
.works .workcol .salary {
  margin-bottom: 10px;
  color: #bd8a07;
  font-size: 15px;
}
.works .workcol .operation {
  color: #5c6079;
}
.works .workcol .seishain {
  border-color: #9d6ac9;
}
.works .workcol .keiyaku {
  border-color: #e14f4f;
}
.works .workcol .haken {
  border-color: #66b399;
}
.works .workcol .shokai {
  border-color: #feb900;
}
.works .workcol .ukeoi {
  border-color: #7cc1e5;
}

.flow {
  padding: 40px 0 50px;
  background: #0276e1;
}
.flow .chapen:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(276px/2);
  height: calc(58px/2);
  background-size: calc(703 / 276 * 100%) calc(570 / 58 * 100%);
  background-position: 0 174px;
}
.flow .flowcol {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 22px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flow .flowcol:not(:first-child) {
  padding-top: 35px;
}
.flow .flowcol:not(:first-child):after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top: 16px solid #fff;
}
.flow .flowcol:nth-child(1) .step {
  width: calc(118px/2);
  height: calc(171px/2);
  background-size: calc(680 / 118 * 100%) calc(178 / 171 * 100%);
  background-position: 0 0;
}
.flow .flowcol:nth-child(2) .step {
  width: calc(140px/2);
  height: calc(170px/2);
  background-size: calc(680 / 140 * 100%) calc(178 / 170 * 100%);
  background-position: -60px 0;
}
.flow .flowcol:nth-child(3) .step {
  width: calc(137px/2);
  height: calc(170px/2);
  background-size: calc(680 / 137 * 100%) calc(178 / 170 * 100%);
  background-position: -129px 0;
}
.flow .flowcol:nth-child(4) .step {
  width: calc(139px/2);
  height: calc(162px/2);
  background-size: calc(680 / 139 * 100%) calc(178 / 162 * 100%);
  background-position: -198px 0;
}
.flow .flowcol:nth-child(5) .step {
  width: calc(146px/2);
  height: calc(178px/2);
  background-size: calc(680 / 146 * 100%) calc(178 / 178 * 100%);
  background-position: -267px 0;
}
.flow .step {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: auto 0 auto 1%;
  background: url(/lp/images/flow_step_sp.png) no-repeat center center;
}
.flow dl {
  width: 75%;
}
.flow dt {
  margin-bottom: 5px;
  font-size: 14px;
}
.flow dd {
  font-size: 13px;
  line-height: 1.6;
}

/*# sourceMappingURL=style_ui_sp.css.map */
