audio:not([controls]) {
  display: none
}

button {
  -webkit-appearance: button;
  overflow: visible
}

details {
  display: block
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

input {
  -webkit-border-radius: 0
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button
}

input[type="number"] {
  width: auto
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

main {
  display: block
}

pre {
  overflow: auto
}

progress {
  display: inline-block
}

small {
  font-size: 75%
}

summary {
  display: block
}

svg:not(:root) {
  overflow: hidden
}

template {
  display: none
}

textarea {
  overflow: auto
}

[hidden] {
  display: none
}

*,
::before,
::after {
  box-sizing: inherit
}

* {
  font-size: inherit;
  line-height: inherit
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default
}

a {
  text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

button,
input,
select,
textarea {
  background-color: transparent
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em
}

code,
kbd,
pre,
samp {
  font-family: monospace
}

nav ol,
nav ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

textarea {
  resize: vertical
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

[hidden][aria-hidden="false"] {
  display: inherit;
  position: absolute;
  clip: rect(0 0 0 0)
}

[hidden][aria-hidden="false"]:focus {
  clip: auto
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation
}

html,
body {
  position: relative;
  /* height: 100% */
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%
}

body {
  width: 100%;
  color: #444;
  background-color: #f8f8f8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 750px) {
  body {
    padding-bottom: 113px;
  }
}

a {
  outline: none;
  color: inherit;
  cursor: pointer
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

em {
  font-style: normal
}



.l-wrapper {
}

.fixedSide .l-wrapper {
  padding-right: 360px;
}

@media only screen and (max-width: 750px) {
  .fixedSide .l-wrapper {
    padding-right: 0;
  }
}

.l-main {
  width: 100%;
  min-height: 100%;
  overflow: hidden
}

.c-wrap {
  width: 100%;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.c-wrap.-wide {
  max-width: 950px;
}

@media only screen and (max-width: 750px) {
  .c-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* c-btn */
.c-btn {
  display: flex;
	align-items: center;
	justify-content: center;
  min-width: 212px;
  height: 56px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.334;
  text-align: center;
  transition: .3s;
}
.c-btn:hover {
  opacity: .7;
}
.c-btn.-blue {
  background-color: #03b8df;
  color: #fff;
}
.c-btn.-white {
  background-color: #fff;
  color: #03b8df;
}
.c-btn.-round {
  border: 3px solid #03B8DF;
  color: #03B8DF;
  border-radius: 47px;
  margin-top: 5px;
  height: 45px;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .c-btn {
    min-width: 127px;
    font-size: 1.2rem;
  }
}

/* c-btn-contact */
.c-btn-contact {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  max-width: 360px;
  height: 84px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  border: 4px solid #fff;
  border-radius: 4px;
  background-image: linear-gradient(#fff07e, #ffc938 100%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  color: #444;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.334;
  text-align: center;
  transition: .3s;
}
.c-btn-contact::before {
  content: "";
	position: absolute;
	top: 50%;
	right: 26px;
  width: 24px;
  height: 24px;
  background: url(../img/cllp01/icon-arrow.svg) center / contain no-repeat;
	transform: translateY(-50%);
}
.c-btn-contact:hover {
  opacity: .7;
}

@media only screen and (max-width: 750px) {
  .c-btn-contact {
    max-width: none;
    height: 74px;
    font-size: 1.9rem;
  }
  .c-btn-contact::before {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}

/* c-btn-form */
.c-btn-form {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
	width: 100%;
  height: 56px;
  padding: 5px 10px;
  background-image: linear-gradient(to bottom, #fff07e 0, #ffc938 100%);
	border: 0;
  border-bottom: 4px solid #afa30f;
	border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.334;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.c-btn-form::before,
.c-btn-form::after {
  content: "";
	position: absolute;
  top: 50%;
}
.c-btn-form::before {
  right: 20px;
  border-radius: 100%;
  background-color: #fff;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-btn-form::after {
  right: 29px;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.c-btn-form:hover {
  opacity: .7;
}
.c-btn-form.-blue {
  background-color: #03b8df;
  color: #fff;
}
.c-btn-form.-white {
  background-color: #fff;
  color: #03b8df;
}
.c-btn-form.-round {
  border: 3px solid #03B8DF;
  color: #03B8DF;
  border-radius: 47px;
  margin-top: 5px;
  height: 45px;
  cursor: pointer;
}

/* c-contact */
.c-contact {
  padding-top: 10px;
  padding-bottom: 12px;
  background-color: #fff;
  text-align: center;
}

.c-contact__lead {
  font-size: 1.2rem;
  font-weight: 700;
}

.c-contact__number {
  margin-top: 8px;
  font-family: "Heebo", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-contact__number a {
  position: relative;
  padding-left: 50px;
  color: #03b8df;
  pointer-events: none;
}
.c-contact__number a::before {
  content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
  width: 40px;
  height: 40px;
  background: url(../img/icon-tel-blue.svg) center / contain no-repeat;
	transform: translateY(-50%);
}
.c-contact__number span {
  font-weight: 100;
}

.c-contact__time {
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (max-width: 900px) {
  .c-contact__number {
    font-size: 3.8rem;
  }
  .c-contact__number a {
    padding-left: 46px;
  }
  .c-contact__number a::before {
    width: 36px;
    height: 36px;
  }
  .c-contact__number span {
    font-weight: 100;
  }
}

@media only screen and (max-width: 750px) {
  .c-contact__lead {
    font-size: 1.2rem;
  }

  .c-contact__number {
    font-size: 3.8rem;
  }
  .c-contact__number a {
    pointer-events: auto;
    padding-left: 45px;
  }
  .c-contact__number a::before {
    top: calc(50% - 1px);
    width: 36px;
    height: 36px;
  }

  .c-contact__list dt,
  .c-contact__list dd {
    font-size: 1rem;
  }
}

/* c-input-text */
.c-input-text {
  display: flex;
	align-items: center;
  position: relative;
  width: 100%;
  height: 36px;
	padding-right: 12px;
	padding-left: 12px;
  border-radius: 3px;
  background-color: #efefef;
  font-size: 1.3rem;
}
.c-input-text.-other {
  height: 24px;
	padding-right: 8px;
	padding-left: 8px;
  font-size: 1rem;
}

.c-input-text:placeholder-shown { color: #a1a1a1;}
.c-input-text::-webkit-input-placeholder { color: #a1a1a1;}
.c-input-text::-moz-placeholder { color: #a1a1a1; opacity: 1;}

.c-input-text:focus:placeholder-shown { color: transparent;}
.c-input-text:focus::-webkit-input-placeholder { color: transparent;}
.c-input-text:focus::-moz-placeholder { color: transparent; opacity: 1;}

.c-input-text:focus { color: #444 !important;}

/* c-input-checkbox */
.c-input-checkbox {
	position: absolute;
	opacity: 0;
}

.fixedSide .c-input-checkbox + label {
  height: 16px;
  padding-right: 0;
	padding-left: 24px;
}
.fixedSide .c-input-checkbox + label::before {
  left: 0;
}
.fixedSide .c-input-checkbox + label::after {
	left: 3px;
}
.fixedSide .c-input-checkbox:hover + label,
.fixedSide .c-input-checkbox:checked + label {
  background-color: transparent;
}


.c-input-checkbox.-other + label {
  display: inline-flex;
}
.c-input-checkbox + label {
  display: flex;
	align-items: center;
  position: relative;
  height: 40px;
	padding-right: 12px;
	padding-left: 36px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.2;
  cursor: pointer;
  transition: .3s;
}
.c-input-checkbox + label::before,
.c-input-checkbox + label::after {
  content: "";
	position: absolute;
  transition: .3s;
}
.c-input-checkbox + label::before {
  top: calc(50% + 1px);
  left: 12px;
  width: 16px;
  height: 16px;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-input-checkbox + label::after {
  visibility: hidden;
  opacity: 0;
	top: 50%;
	left: 15px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.c-input-checkbox:hover + label,
.c-input-checkbox:checked + label {
  background-color: #def6fb;
}
.c-input-checkbox:checked + label::before {
  border-color: #03b8df;
  background-color: #03b8df;
}
.c-input-checkbox:checked + label::after {
  visibility: visible;
  opacity: 1;
}

/* c-textarea */
.c-textarea {
  width: 100%;
  height: 62px;
  padding: 12px;
  border-radius: 3px;
  background-color: #efefef;
  font-size: 1.4rem;
  letter-spacing: .022em;
}

/* p-header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  transition: top .5s ease-in-out;
}

.fixedSide .p-header {
  right: 360px;
  width: auto;
}

.p-header.is-hidden {
  top: -100px;
}

.p-header .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-header__btns {
  display: flex;
  height: 100%;
}

.p-header__contact {
  display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
  height: 100%;
  margin-right: 30px;
  font-size: 1rem;
  font-weight: 700;
}
.p-header__contact a {
  position: relative;
  margin-top: 5px;
  padding-left: 25px;
  color: #03b8df;
  font-family: "Heebo", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.p-header__contact a::before {
  content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon-tel-gray.svg) center / contain no-repeat;
	transform: translateY(-50%);
}
.p-header__contact span {
  font-weight: 100;
}

.p-header__download {
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 750px) {
  .fixedSide .p-header {
    right: 0;
  }

  .p-header .c-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-header__logo img {
    width: 77.5px;
  }

  .p-header__btns {
    margin-right: calc(50% - 50vw);
  }

  .p-header__contact {
    margin-right: 10px;
    font-size: 1rem;
  }
  .p-header__contact a {
    pointer-events: auto;
    padding-left: 18px;
    font-size: 1.6rem;
  }
  .p-header__contact a::before {
    top: calc(50% - 1px);
    width: 16px;
    height: 16px;
  }

  .p-header__download {
    display: none
  }
}

.p-footer {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  font-weight: 500
}

@media only screen and (min-width: 751px) {
  .p-footer {
    font-size: 1rem
  }
}

@media only screen and (max-width: 750px) {
  .p-footer {
    height: auto;
    font-size: 1.2rem
  }
}

.p-footer__in {
  width: 100%;
  max-width: 810px;
  margin: 0 auto
}

@media only screen and (min-width: 751px) {
  .p-footer__in {
    padding: 8px 25px
  }
}

@media only screen and (max-width: 750px) {
  .p-footer__in {
    padding: 8px 16px
  }
}

.p-footer__upper {
  display: flex;
  align-items: center
}

.p-footer__logo {
  flex-shrink: 0;
  width: 97px;
  margin-right: 11px
}

.p-footer__logo a {
  display: block
}

.p-footer__copyright {
  display: block;
  font-size: 100%
}

@media only screen and (min-width: 751px) {
  .p-footer__copyright {
    margin-top: 10px
  }
}

@media only screen and (max-width: 750px) {
  .p-footer__copyright {
    margin-top: 9px
  }
}

.p-footer__lower {
  line-height: 1.2
}

.p-footer__lower a {
  text-decoration: underline
}

.is-pc .p-footer__lower a:hover {
  text-decoration: none
}

.p-footer__nav {
  display: none;
}

@media only screen and (max-width: 750px) {
  .p-footer__nav {
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .p-footer__nav li:not(:first-child) {
    margin-top: 12px;
  }
  .p-footer__nav li a {
    color: #03b8df;
    text-decoration: underline;
  }
  .p-footer__nav li a:hover {
    text-decoration: none;
  }
}

/* p-kv */
.p-kv {
  position: relative;
  padding-top: 35px;
  height: 530px;
  background: #fff url(../img/cllp09/kv-bg_pc.jpg) center / auto 100% no-repeat;
}

.p-kv .c-wrap {
  position: relative;
  height: 100%;
}

.p-kv__nav {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.p-kv__nav li {
  position: relative;
  font-size: 1.4rem;
}
.p-kv__nav li:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
}
.p-kv__nav li:not(:first-child)::before {
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  border-left: 1px solid #ccc;
}
.p-kv__nav a {
  color: #03b8df;
}
.p-kv__nav a:hover {
  text-decoration: underline;
}

.p-kv__link {
  display: none;
}

.p-kv__unit {
  display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
  height: 100%;
  max-width: 380px;
  margin-left: 60px;
  text-align: center;
}

.p-kv__contents {
}

.p-kv__title {
  display: flex;
	justify-content: center;
  text-align: left;
  font-size: 2.6rem;
}
.p-kv__title b {
  color: #03b8df;
  border-bottom: 3px solid #ffef7c;
}

.p-kv__logo {
  margin-top: 30px;
}

.p-kv__badge {
  position: absolute;
  top: 60px;
  right: 40px;
}

.p-kv__badge-image {
}

.p-kv__notes {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

.p-kv__contact {
  margin-top: 40px;
}

.p-kv .c-contact {
  background-color: transparent;
}

.p-kv .c-contact__lead {
  font-size: 1.4rem;
}

.p-kv .c-contact__time {
  font-size: 1.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .p-kv {
    padding-top: 0;
    height: auto;
    background-image: none;
  }

  .p-kv__nav {
    display: none;
  }

  .p-kv__link {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
  }
  .p-kv__link a {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    font-size: 1.1rem;
  }
  .p-kv__link a::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .p-kv__link a:hover {
    text-decoration: underline;
  }

  .p-kv__unit {
    display: block;
    max-width: none;
    margin-left: 0;
    text-align: left;
  }

  .p-kv__contents {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 54px calc(50vw - 50%) 0 calc(50vw - 50% + 12px);
    padding-left: ;
    height: 400px;
    background: #fff url(../img/cllp09/kv-bg_sp.jpg) right top / auto 100% no-repeat;
  }

  .p-kv__title {
    display: block;
    font-size: 1.8rem;
  }
  .p-kv__title b {
    border-bottom-width: 2px;
  }

  .p-kv__logo {
    margin-top: 12px;
  }

  .p-kv__badge {
    position: static;
    margin-top: 16px;
  }

  .p-kv__notes {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-top: 0;
  }

  .p-kv__contact {
    margin: 0 calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
    background-color: #e2f5f8;
  }

  .p-kv .c-contact {
    background-color: #fff;
  }

  .p-kv .c-contact__lead {
    font-size: 1.2rem;
  }

  .p-kv .c-contact__time {
    font-size: 1rem;
  }
}

/* p-problem */
.p-problem {
  padding-top: 36px;
  padding-bottom: 40px;
  background-color: #e2f5f8;
}

.p-problem__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-problem__list-problem {
  margin-top: 24px;
}
.p-problem__list-problem div {
  display: flex;
  justify-content: center;
}
.p-problem__list-problem div:not(:first-child) {
  margin-top: 12px;
}
.p-problem__list-problem dt {
  order: 2;
  align-self: center;
  flex-basis: 24px;
  margin-left: 20px;
  text-align: center;
}
.p-problem__list-problem dd {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  flex-basis: 230px;
  height: 40px;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #fff;
  letter-spacing: .05em;
}
.p-problem__list-problem dd::after {
  content: "";
	position: absolute;
	top: calc(50% + 2px);
	left: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent #fff #fff;
}

.p-problem__text {
  position: relative;
  margin-top: 20px;
  padding-top: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .022em;
  line-height: 2;
  text-align: center;
}
.p-problem__text::before {
  content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 2px);
  width: 3px;
  height: 15px;
  background: url(../img/cllp09/icon-dot.svg) center / contain no-repeat;
}
.p-problem__text img {
  margin-right: .5em;
}
.p-problem__text img[src*="logo-recruit-staffing"] {
  vertical-align: -2px;
}
.p-problem__text img[src*="logo-jobma"] {
  vertical-align: -4px;
}

.p-problem__list {
  display: flex;
	align-items: center;
	justify-content: center;
  margin-top: 24px;
}
.p-problem__list li {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  height: 56px;
  padding-left: 34px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.03em;
}
.p-problem__list li::before,
.p-problem__list li::after {
  content: "";
	position: absolute;
}
.p-problem__list li::before {
  top: 50%;
  left: 6px;
  width: 18px;
  height: 18px;
  background-color: #03b8df;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-problem__list li::after {
	top: calc(50% - 2px);
	left: 8px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.p-problem__list li:not(:first-child) {
  margin-left: 40px;
}

@media only screen and (max-width: 750px) {
  .p-problem {
    padding-top: 8px;
  }

  .p-problem__title {
    font-size: 1.6rem;
  }

  .p-problem__list-problem {
    margin-top: 16px;
  }
  .p-problem__list-problem div:not(:first-child) {
    margin-top: 16px;
  }

  .p-problem__text {
    padding-top: 25px;
    font-size: 1.6rem;
    line-height: 2.333;
  }
  .p-problem__text img[src*="logo-jobma"] {
    width: 77.04px;
  }

  .p-problem__list {
    display: block;
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .p-problem__list li {
    height: 52px;
    padding-left: 28px;
    font-size: 1.6rem;
  }
  .p-problem__list li::before {
    left: 18px;
    width: 16px;
    height: 16px;
  }
  .p-problem__list li::after {
    left: 20px;
    width: 12px;
    height: 6px;
  }
  .p-problem__list li:not(:first-child) {
    margin-top: -1px;
    margin-left: 0;
  }
}

/* p-graph */
.p-graph {
  padding-top: 36px;
  padding-bottom: 30px;
}

.p-graph__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-graph__contents {
  margin-top: 16px;
  padding: 20px;
  background-color: #fff;
}

.p-graph__list {
  display: flex;
	justify-content: center;
}
.p-graph__list li:not(:first-child) {
  margin-left: 84px;
}

.p-graph__notes {
  margin-top: 12px;
  color: #696969;
  font-size: 1.2rem;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .p-graph {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .p-graph__title {
    font-size: 1.8rem;
  }

  .p-graph__list {
    display: block;
    text-align: center;
  }
  .p-graph__list li:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }

  .p-graph__notes {
    margin-top: 16px;
  }
}

/* p-case */
.p-case {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e2f5f8;
}

.p-case__list {
  display: flex;
	flex-flow: wrap;
	justify-content: space-between;
  margin-top: -5px;
}

.p-case__item {
  display: flex;
  position: relative;
  flex-basis: calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  margin-top: 5px;
  padding: 40px 30px 16px;
  background-color: #fff;
}

.p-case__label {
  display: flex;
	align-items: center;
	justify-content: center;
  position: absolute;
  top: 5px;
  left: -6px;
  min-width: 112px;
  height: 20px;
  background-color: #03b8df;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .022em;
  text-align: center;
}
.p-case__label::before,
.p-case__label::after {
  content: "";
	position: absolute;
}
.p-case__label::before {
	top: 100%;
	left: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #80d5e2 #80d5e2 transparent transparent;
}
.p-case__label::after {
	top: 0;
	bottom: 0;
	left: 100%;
  border-style: solid;
  border-width: 10px 5px;
  border-color: #03b8df transparent transparent #03b8df;
}

.p-case__image {
  flex-basis: 40px;
}

.p-case__contents {
  flex: 1;
  margin-left: 20px;
}

.p-case__headline {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .022em;
}

.p-case__year {
  font-size: 1.4rem;
  letter-spacing: .022em;
}

.p-case__text {
  margin-top: 12px;
  font-size: 1.2rem;
  letter-spacing: .022em;
}

@media only screen and (max-width: 750px) {
  .p-case {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-case__list {
    display: block;
    margin-top: -10px;
  }

  .p-case__item {
    max-width: none;
    margin-top: 10px;
  }
}

/* p-flow */
.p-flow {
  padding-top: 36px;
  padding-bottom: 40px;
}

.p-flow__headline {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-flow__label {
  margin-top: 24px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-flow__label span {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  background-color: #03b8df;
}
.p-flow__label span::before {
  content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: #03b8df #03b8df transparent transparent;
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.p-flow__label i {
  font-family: "Heebo", sans-serif;
  font-size: 2rem;
  font-style: normal;
}

.p-flow__list {
  display: flex;
	flex-flow: wrap;
	justify-content: space-between;
  margin-top: 4px;
}

.p-flow__item {
  position: relative;
  flex-basis: calc(100% / 3 - 20px * 2 / 3);
  max-width: calc(100% / 3 - 20px * 2 / 3);
  margin-top: 40px;
  padding: 25px 20px 20px;
  background-color: #fff;
}

.p-flow__item:last-child {
  padding: 0;
  background-color: transparent;
}

.p-flow__number {
  position: absolute;
  top: 0;
  left: 50%;
  color: #03b8df;
  font-family: "Heebo", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-flow__content dt {
  display: flex;
	align-items: center;
	justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .022em;
  text-align: center;
}
.p-flow__content dt img {
  margin-right: 10px;
}
.p-flow__content dd {
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.846;
}

.p-flow__notes {
  font-size: 1rem;
}

@media only screen and (max-width: 750px) {
  .p-flow {
    padding-bottom: 30px;
  }

  .p-flow__headline {
    font-size: 1.8rem;
  }

  .p-flow__label {
    margin-top: 16px;
  }

  .p-flow__list {
    display: block;
  }

  .p-flow__item {
    max-width: none;
    text-align: center;
  }

  .p-flow__notes {
    text-align: left;
  }
}

/* p-about */
.p-about {
  padding-top: 36px;
  padding-bottom: 40px;
  background-color: #e2f5f8;
}

.p-about__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-about__unit {
  display: flex;
  margin-top: 40px;
}

.p-about__contents {
  flex: 1;
}

.p-about__text {
  font-size: 1.3rem;
  line-height: 1.846;
}

.p-about__image {
  flex-basis: 240px;
  margin-left: 20px;
  font-size: 1rem;
  text-align: center;
}
.p-about__image span {
  display: block;
  margin-top: 16px;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .p-about {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .p-about__title {
    font-size: 1.8rem;
  }

  .p-about__unit {
    display: block;
    margin-top: 24px;
  }

  .p-about__image {
    margin-top: 16px;
    margin-left: 0;
  }
}

/* p-consult */
.p-consult {
  background-color: #03b8df;
  text-align: center;
}

.p-consult .c-wrap {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.p-consult__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-consult__list {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-top: 35px;
}
.p-consult__list::before {
  content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 2px);
  width: 3px;
  height: 15px;
  background: url(../img/cllp09/icon-dot-w.svg) center / contain no-repeat;
}
.p-consult__list li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.p-consult__list li::before,
.p-consult__list li::after {
  content: "";
	position: absolute;
}
.p-consult__list li::before {
  top: calc(50% + 1px);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-consult__list li::after {
	top: 50%;
	left: 4px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #03b8df;
  border-bottom: 2px solid #03b8df;
  -webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.p-consult__list li:not(:first-child) {
  margin-top: 8px;
}

.p-consult__image {
  position: absolute;
  bottom: -20px;
  left: 25px;
}

@media only screen and (max-width: 750px) {
  .p-consult .c-wrap {
    padding-top: 36px;
    padding-bottom: 144px;
  }

  .p-consult__title {
    font-size: 1.8rem;
  }

  .p-consult__list {
    margin-top: 12px;
    padding-top: 30px;
  }
  .p-consult__list li {
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .p-consult__list li::before {
    width: 16px;
    height: 16px;
  }
  .p-consult__list li::after {
    left: 2px;
  }

  .p-consult__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-consult__image img {
    width: 192px;
  }
}

/* p-faq */
.p-faq {
  padding-top: 36px;
  padding-bottom: 40px;
}

.p-faq__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.p-faq__list {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  margin-top: 10px;
}

.p-faq__list div {
  flex-basis: calc(100% / 2 - 10px);
  max-width: calc(100% / 2 - 10px);
  margin-top: 20px;
  padding: 16px 20px;
  background-color: #fff;
}

.p-faq__list dt,
.p-faq__list dd {
  font-size: 1.3rem;
  letter-spacing: .022em;
  line-height: 1.616;
}

.p-faq__list dt {
  position: relative;
  padding-bottom: 16px;
  font-weight: 700;
}
.p-faq__list dt::before {
  content: "";
	position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  border-bottom: 1px solid #03b8df;
}
.p-faq__list dt.is-active::after {
  opacity: 0;
}

.p-faq__list dd {
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  .p-faq {
    padding-top: 56px;
    padding-bottom: 20px;
  }

  .p-faq__title {
    font-size: 1.8rem;
  }

  .p-faq__list {
    display: block;
    margin-top: 20px;
  }

  .p-faq__list div {
    max-width: none;
    margin-top: 10px;
  }
}

/* p-areaCheck */
.p-areaCheck {
  position: relative;
  z-index: 3;
  background-color: #17b8df;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-areaCheck__unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-areaCheck__contents,
.p-areaCheck__contact {
  flex: 1;
}

.p-areaCheck__contents {
  text-align: center;
}

.p-areaCheck__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.p-areaCheck__notice {
  margin-top: 16px;
  padding-right: 36px;
  padding-left: 36px;
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}

.p-areaCheck__contact {
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  .p-areaCheck {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .p-areaCheck__unit {
    display: block;
  }

  .p-areaCheck__notice {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-areaCheck__contact {
    margin-top: 28px;
    margin-left: 0;
  }
}

/* p-link */
.p-link {}

.p-link a {
  display: block;
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 1.3rem;
  text-align: center;
}
.p-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}
.p-link a:hover {
  text-decoration: underline;
}
.p-link a:hover::after {
  -webkit-transform: translateX(2px) rotate(45deg);
	transform: translateX(2px) rotate(45deg);
}

/* p-contact */
.p-contact {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(68, 68, 68, .9);
}

.p-contact .c-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-contact__label {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.p-contact__label span {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  background-color: #fff;
}
.p-contact__label span::before {
  content: "";
	position: absolute;
	top: 100%;
	left: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-contact__btn {
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  .p-contact {
    display: block;
  }
}



@media only screen and (min-width: 751px) {
  .u-spOnly {
    display: none
  }
}

@media only screen and (max-width: 750px) {
  .u-pcOnly {
    display: none
  }
}

.is-ie11 .u-uaOther {
  display: none
}

.is-notie11 .u-uaIe11 {
  display: none
}

/*----------------------------------------------------------------------------------------
	lead form ver12
---------------------------------------------------------------------------------------- */
.fixedFormV12 {
	z-index: 200;
	position:fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	max-height: 100%;
  min-height: 100%;
	width: 360px;
	transition: height 0.2s;
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
@media only screen and (max-width: 750px) {
  .fixedFormV12 {
    display: none;
    width: 100%;
    left: 0;
  }
}
.fixedFormV12__content {
	height: 100%;
	overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

.fixedFormV12__content::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.fixedFormV12__iframe {
  height: 100%;
	width: 100%;
}
.fixedFormV12__openButton {
  display: none;
}
@media only screen and (max-width: 750px) {
  .fixedFormV12__openButton {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(68, 68, 68, .9);
  }
}
.fixedFormV12__closeButton {
	display: none;
}
@media only screen and (max-width: 750px) {
  .fixedFormV12__closeButton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
  }
}

.fixedFormV12__closeButtonIcon {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #707070;
  transform: rotate(45deg);
}
.fixedFormV12__closeButtonIcon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #707070;
}
.fixedFormV12--fullHeight {
	height: 100%;
}
.fixedFormV12--fullHeight .fixedFormV1__content {
	overflow: scroll;
}
.fixedFormV12--fullHeight .fixedFormV1__openButton{
	display: none;
}
.fixedFormV12--hidden {
	display: none;
	height: 0;
}
.fixedFormV12--hidden .fixedFormV1__content {
	height: 0;
}

/*----------------------------------------------------------------------------------------
	lead form ver1
---------------------------------------------------------------------------------------- */
.fixedFormV1 {
	z-index: 200;
	position:fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border: solid 1px #707070;
	max-height: 100%;
	width: 400px;
	height: 604px;
	transition: height 0.2s;
}
@media only screen and (max-width: 750px) {
  .fixedFormV1 {
    height: 224px;
    width: 100%;
    left: 0;
  }
}
.fixedFormV1__content {
	height: 100%;
	overflow:hidden;
}
.fixedFormV1__iframe {
	width: 100%;
}
.fixedFormV1__openButton {
	text-align: center;
	padding: 10px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: #04B5DF;
	color: #fff;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	bottom: 0;
  cursor: pointer;}
.fixedFormV1__closeButton {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
}
.fixedFormV1__closeButtonIcon {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #707070;
  transform: rotate(45deg);
}
.fixedFormV1__closeButtonIcon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #707070;
}
.fixedFormV1--fullHeight {
	height: 100%;
}
.fixedFormV1--fullHeight .fixedFormV1__content {
	overflow: scroll;
}
.fixedFormV1--fullHeight .fixedFormV1__openButton{
	display: none;
}
.fixedFormV1--hidden {
	display: none;
	height: 0;
}
.fixedFormV1--hidden .fixedFormV1__content {
	height: 0;
}


/*----------------------------------------------------------------------------------------
	lead form
---------------------------------------------------------------------------------------- */
.fixedForm {
	z-index: 200;
	position:fixed;
	bottom: 0;
	right: 0;
	max-height: 100%;
	width: 360px;
	border: 1px solid #17b5df;
	background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	transition: height .2s;
}
@media only screen and (max-width: 750px) {
  .fixedForm {
    display: none;
    left: 0;
  }
}

.fixedSide .fixedForm {
  top: 0;
  border: 0;
}
.fixedSide .fixedForm__content {
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	position: relative;
	height: 100%;
}
.fixedSide .fixedForm__content::-webkit-scrollbar {
  display: none;
}
.fixedSide .fixedForm__headline-sub {
	align-items: flex-end;
  padding-top: 0;
  border-top: 0;
}

.fixedSide .fixedForm__list {
  margin-top: 4px;
}
.fixedSide .fixedForm__list li {
  margin-top: 10px;
}

.fixedForm__content {
	overflow: hidden;
  padding: 36px 40px 30px;
}
.fixedForm__iframe {
	width: 100%;
}
.fixedForm__openButton {
  margin-top: 16px;
}
.fixedForm__closeButton {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
}
.fixedForm__closeButtonIcon {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #707070;
  transform: rotate(45deg);
}
.fixedForm__closeButtonIcon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #707070;
}
.fixedForm--fullHeight {
	height: 100%;
}
.fixedForm--fullHeight .fixedForm__content {
	overflow: scroll;
}
.fixedForm--fullHeight .fixedForm__openButton{
	display: none;
}
.fixedForm--hidden {
	display: none;
	height: 0;
}
.fixedForm--hidden .fixedForm__content {
	height: 0;
}

.fixedForm__headline {
  color: #03b8df;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.fixedForm__text {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.667;
}

.fixedForm__headline-sub {
  display: flex;
	align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid #efefef;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .022em;
}
.fixedForm__headline-sub span,
.fixedForm__headline-sub b {
  margin-bottom: 2px;
  margin-left: .8em;
  font-size: 1rem;
  font-weight: 400;
}
.fixedForm__headline-sub span {
  color: #696969;
}
.fixedForm__headline-sub b {
  color: #ff6959;
}


.fixedForm__list {
  margin-top: 8px;
}
.fixedForm__list.-inline {
  display: flex;
	flex-flow: wrap;
  margin-top: -10px;
  margin-left: -30px;
}
.fixedForm__list.-inline li {
  margin-top: 10px;
  margin-left: 30px;
}
.fixedForm__list li {
  margin-top: 5px;
}
.fixedForm__list li.-other {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.fixedForm__list li.-other .c-input-checkbox + label {
  flex-shrink: 0;
  margin-right: 20px;
}

.fixedForm__textarea {
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.fixedForm__textarea.is-active {
  visibility: visible;
  opacity: 1;
}

.fixedForm__notes {
  margin-top: 12px;
  color: #a1a1a1;
  font-size: 1rem;
}
.fixedForm__notes.-confirm {
  margin-top: 16px;
  color: #444;
}
.fixedForm__notes a {
  color: #03b8df;
}
.fixedForm__notes a:hover {
  text-decoration: underline;
}
