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: #5A5A5A;
  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
}

a {
  outline: none;
  color: #5A5A5A;
  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 {
  height: 100%
}

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

.c-wrap {
  width: 100%;
  margin: 0 auto
}

@media only screen and (min-width: 751px) {
  .c-wrap {
    max-width: 960px;
    padding-right: 25px;
    padding-left: 25px
  }
}

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

.c-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700
}

.c-btn>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.c-btn--blue {
  background-color: #03B8DF;
  color: #fff
}

.c-btn--white {
  background-color: #fff;
  color: #03B8DF
}

@media only screen and (min-width: 751px) {
  .c-btn--small {
    width: 214px;
    height: 56px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 750px) {
  .c-btn--small {
    width: auto;
    height: 56px;
    padding: 0 17px;
    font-size: 1.2rem
  }
}

.c-btn--medium {
  width: 100%;
  height: 64px;
  padding: 0 50px;
  border-radius: 3px;
  font-size: 1.6rem;
  box-shadow: -3px 4px 14px 0 rgba(89, 87, 87, 0.13)
}

.c-btn--medium .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px
}

.c-btn--medium .icon img {
  display: block;
  width: 100%;
  height: 100%
}

.is-pc .c-btn--blue:hover {
  background-color: #1CBFE2
}

.is-pc .c-btn--white:hover {
  color: #35C6E5
}

.c-textInput {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 3px;
  background-color: #EFEFEF;
  font-size: 1.6rem
}

.c-textInput:focus {
  background-color: #fff;
  border: solid 1.5px #03B8DF;
  border-radius: 3px;
  outline: 0 none
}

.c-textInput.error {
  border: solid 1.5px #DF0303
}

.c-radio {
  display: inline-block;
  height: 40px
}

.c-radio label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px 0 38px
}

.c-radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-radio-unselected.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%)
}

.c-radio .text {
  display: block;
  font-size: 1.6rem;
  font-weight: 700
}

.c-radio .text::before,
.c-radio .text::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity .2s ease
}

.c-radio .text::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(3, 184, 223, 0.13)
}

.c-radio .text::after {
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-radio-selected.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%)
}

.c-radio input {
  display: none
}

.c-radio input:checked~.text::before,
.c-radio input:checked~.text::after {
  opacity: 1
}

@media only screen and (max-width: 750px) {
  .p-header {
    display: none
  }
}
.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
}

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

.p-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px
}


@media only screen and (min-width: 751px) {
  .p-header__logo {
    width: 76px;
    height: auto
  }
}

.p-header__logo a {
  display: block
}

.p-header__logo img {
  width: 100%;
  height: auto
}

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

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

.p-header__btns li {
  height: 100%
}

body:not(.is-pc) .p-header__btns .dl {
  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 {
    height: 80px;
    font-size: 1rem
  }
}

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

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

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

@media only screen and (max-width: 750px) {
  .p-footer__in {
    padding: 0 16px 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;
}

.p-kv {
  position: relative
}

@media only screen and (min-width: 751px) {
  .p-kv {
    padding-top: 82px
  }
}

@media only screen and (max-width: 750px) {
  .p-kv {
    padding-top: 54px
  }
  .p-footer__nav {
    display: block;
    margin-top: 40px;
    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__imgMain {
  position: absolute;
  line-height: 1
}

@media only screen and (min-width: 751px) {
  .p-kv__imgMain {
    top: 78px;
    left: 50%;
    width: 1131px;
    z-index: 1
  }
}

@media only screen and (max-width: 900px) and (min-width: 801px) {
  .p-kv__imgMain {
    left: 450px
  }
}

@media only screen and (max-width: 800px) and (min-width: 751px) {
  .p-kv__imgMain {
    left: 43.5%
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__imgMain {
    top: 80px;
    left: calc(50% + 40px);
    width: 172px;
    z-index: 0
  }
}

.p-kv__in {
  position: relative;
  z-index: 0
}

@media only screen and (min-width: 751px) {
  .p-kv__in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 528px;
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__in {
    padding-bottom: 160px
  }
}

.p-kv__imgBoy {
  position: absolute;
  z-index: 0
}

@media only screen and (min-width: 751px) {
  .p-kv__imgBoy {
    bottom: 0;
    left: -240px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 751px) {
  .p-kv__imgBoy {
    bottom: 0;
    left: 30px;
    width: 133px
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__imgBoy {
    bottom: -40px;
    left: 13px;
    width: 162.08px
  }
}

.p-kv__imgGirl {
  position: absolute;
  z-index: 0
}

@media only screen and (min-width: 751px) {
  .p-kv__imgGirl {
    bottom: -70px;
    left: calc(50% - 152px);
  }
}

@media only screen and (max-width: 900px) and (min-width: 801px) {
  .p-kv__imgGirl {
    left: 380px
  }
}

@media only screen and (max-width: 800px) and (min-width: 751px) {
  .p-kv__imgGirl {
    bottom: 0;
    right: 8px;
    width: 159.2px
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__imgGirl {
    bottom: 0;
    right: -25px;
    width: 182.89px
  }
}

.p-kv__contents {
  position: relative;
  z-index: 1
}

.p-kv__title {
  line-height: 1
}

.p-kv__nav {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 24px;
}
.p-kv__nav.u-pcOnly {
  top: 48px;
}
.p-kv__nav.u-spOnly {
  top: 20px;
}

.p-kv__nav dt,
.p-kv__nav dd {
  font-size: 1.4rem;
}
.p-kv__nav dd {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.p-kv__nav.u-pcOnly dd::before {
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  border-left: 1px solid #ccc;
}
.p-kv__nav dt a,
.p-kv__nav dd a {
  color: #03b8df;
}
.p-kv__nav dd a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 751px) {
  .p-kv__title {
    position: absolute;
    top: 52px;
    right: 25px;
    left: 25px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-kv__title img {
    width: 153.6px;
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__title {
    margin: 0 16px 52px;
  }
  .p-kv__title img {
    width: 118px;
  }
}

@media only screen and (min-width: 751px) {
  .p-kv__lead {
    margin-bottom: 11px;
    font-size: 1.6rem;
    line-height: 1.5
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__lead {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.33
  }
}

@media only screen and (max-width: 359px) {
  .p-kv__lead {
    font-size: 1.1rem
  }
}

.p-kv__catch {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-kv__catch {
    margin-bottom: 90px;
    font-size: 3.8rem;
    line-height: 1.473
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__catch {
    width: 210px;
    margin-bottom: 32px;
    font-size: 2.8rem;
    line-height: 1.6
  }
}

@media only screen and (max-width: 359px) {
  .p-kv__catch {
    font-size: 1.9rem
  }
}

.p-kv__catch em {
  color: #F7C945;
  font-style: normal
}

.p-kv__catch b {
  color: #03b8df;
}

@media only screen and (min-width: 751px) {
  .p-kv__btn .c-btn--medium {
    width: 362px
  }
}

.p-feature {
  background-color: #03B8DF;
  color: #fff
}

@media only screen and (min-width: 751px) {
  .p-feature {
    padding-top: 115px;
    padding-bottom: 144px
  }
}

@media only screen and (max-width: 750px) {
  .p-feature {
    position: relative;
    z-index: 3;
    padding-top: 31px;
    padding-bottom: 74px
  }
}

.p-feature__title {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-feature__title {
    margin-bottom: 40px;
    font-size: 3.2rem;
    line-height: 1
  }
}

@media only screen and (max-width: 750px) {
  .p-feature__title {
    margin-bottom: 24px;
    font-size: 2.2rem;
    line-height: 1.6
  }
}

@media only screen and (min-width: 751px) {
  .p-feature__list {
    display: flex;
    justify-content: space-between
  }
}

@media only screen and (max-width: 750px) {
  .p-feature__list {
    margin-top: -52px;
  }
}

@media only screen and (min-width: 751px) {
  .p-feature__item {
    width: calc((100% - 58px) / 3)
  }
}

@media only screen and (max-width: 750px) {
  .p-feature__item {
    margin-top: 52px;
    padding-right: 20px
  }
}

@media only screen and (max-width: 359px) {
  .p-feature__item {
    padding-right: 0
  }
}

.p-feature__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
}
.p-feature__item img[src*="01."] {
  width: 209px;
}
.p-feature__item img[src*="02."] {
  width: 140px;
}
.p-feature__item img[src*="03."] {
  width: 237px;
}

@media only screen and (min-width: 751px) {
  .p-feature__item figure {
    margin-bottom: 32px;
    height: 108px;
  }
}

@media only screen and (max-width: 750px) {
  .p-feature__item figure {
    margin-bottom: 16px;
  }
}

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

.p-feature__item dt {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-feature__item dt {
    height: 2.5em;
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.3333
  }
}

@media only screen and (max-width: 750px) {
  .p-feature__item dt {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.p-feature__item dd {
  font-size: 1.4rem;
  line-height: 1.7143
}

.p-feature__intro {
  max-width: 1048px;
  margin: 0 auto 60px;
  padding: 40px;
  border-radius: 6px;
  color: #444;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.75;
}

.p-feature__title-intro {
  margin-bottom: 30px;
  color: #03b8df;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}
.p-feature__title-intro br {
  display: none;
}
.p-feature__title-intro span {
  position: relative;
  z-index: 3;
}
.p-feature__title-intro span::before {
  content: "";
  position: absolute;
  right: .25em;
  bottom: .1em;
  left: .25em;
  z-index: -1;
  border-bottom: .4em solid #f7c945;
}

@media only screen and (max-width: 750px) {
  .p-feature__intro {
    margin: 0 16px 30px;
    padding: 20px;
    font-size: 1.4rem;
  }

  .p-feature__title-intro {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .p-feature__title-intro br {
    display: block;
  }
}


.p-comparison {
  position: relative;
  z-index: 8;
  background-color: #5A5A5A
}

@media only screen and (min-width: 751px) {
  .p-comparison {
    height: 336px
  }
}

.p-comparison__table {
  position: relative;
  display: flex
}

@media only screen and (min-width: 751px) {
  .p-comparison__table {
    top: -80px;
    align-items: center
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__table {
    top: -55px;
    align-items: flex-end
  }
}

.p-comparison__label {
  color: #fff;
  background-color: #5A5A5A
}

@media only screen and (min-width: 751px) {
  .p-comparison__label {
    width: 132px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__label {
    width: 84px;
    font-size: 1.2rem;
    line-height: 1.3333
  }
}

@media only screen and (max-width: 359px) {
  .p-comparison__label {
    width: 80px;
    font-size: 1.1rem
  }
}

.p-comparison__label li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

@media only screen and (min-width: 751px) {
  .p-comparison__label li {
    height: 112px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__label li {
    height: 114px
  }
}

.p-comparison__label li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  background: url(../img/icon-arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%)
}

.p-comparison__item {
  position: relative;
  background-color: #fff;
  text-align: center;
  z-index: 1
}

@media only screen and (min-width: 751px) {
  .p-comparison__item {
    width: calc((100% - 346px - 132px) / 2);
    padding-bottom: 56px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item {
    width: calc((100% - 84px) * 3 / 10)
  }
}

@media only screen and (max-width: 359px) {
  .p-comparison__item {
    width: calc((100% - 80px) * 3 / 10)
  }
}

.p-comparison__item dt,
.p-comparison__item dd {
  border-bottom: solid 1px #d8d8d8
}

.p-comparison__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dt {
    height: 56px;
    font-size: 1.4rem
  }
}

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

.p-comparison__item dt .jobma {
  display: block
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dt .jobma {
    width: 107px;
    margin-top: 6px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item dt .jobma {
    width: 74px;
    margin-top: 4px
  }
}

@media only screen and (max-width: 359px) {
  .p-comparison__item dt .jobma {
    width: 60px
  }
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dd {
    height: 112px;
    padding: 24px 5px 0
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item dd {
    height: 114px;
    padding: 26px 5px 0
  }
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dd.btn {
    height: 80px;
    padding: 8px 11px
  }
}

.p-comparison__item dd>.icon {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dd>.icon {
    margin-bottom: 8px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item dd>.icon {
    margin-bottom: 2px
  }
}

.p-comparison__item dd>.icon img {
  width: 100%;
  height: 100%
}

.p-comparison__item dd>.text {
  text-align: center;
  color: #03B8DF
}

@media only screen and (min-width: 751px) {
  .p-comparison__item dd>.text {
    font-size: 1.6rem;
    line-height: 1
  }
  .p-comparison__item dd>.text.small {
    font-size: 1.4rem;
  }
  .p-comparison__item dd>.text br {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item dd>.text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(1.2rem * 2 * 1.3);
    font-size: 1.2rem;
    line-height: 1.3
  }
  .p-comparison__item dd>.text.small {
    font-size: 1rem;
  }
}

.p-comparison__item dd>.text-bold {
  font-weight: 700
}

.p-comparison__item dd>.text-gray {
  color: #828282
}

.p-comparison__item:last-of-type {
  border-left: solid 1px #d8d8d8
}

@media only screen and (min-width: 751px) {
  .p-comparison__item:last-of-type {
    border-radius: 0 3px 3px 0
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item:last-of-type {
    border-radius: 0 2px 2px 0
  }
}

.p-comparison__item--jobma {
  box-shadow: none
}

@media only screen and (min-width: 751px) {
  .p-comparison__item--jobma {
    width: 336px;
    margin: 0 5px;
    padding-bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #03B8DF
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item--jobma {
    width: calc(((100% - 84px) * 2 / 5) - 8px);
    margin: 0 4px;
    padding-bottom: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 4px #03B8DF
  }
}

@media only screen and (max-width: 359px) {
  .p-comparison__item--jobma {
    width: calc(((100% - 80px) * 2 / 5) - 8px)
  }
}

@media only screen and (min-width: 751px) {
  .p-comparison__item--jobma dt {
    height: 80px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item--jobma dt {
    height: 55px
  }
}

@media only screen and (max-width: 750px) {
  .p-comparison__item--jobma dd>.text {
    font-size: 1.4rem;
    height: calc(1.4rem * 2 * 1.3)
  }
}

@media (max-width: 374px) {
  .p-comparison__item--jobma dd>.text {
    font-size: 1.3rem;
    height: calc(1.3rem * 2 * 1.3)
  }
}

@media only screen and (max-width: 359px) {
  .p-comparison__item--jobma dd>.text {
    font-size: 1.2rem;
    height: calc(1.2rem * 2 * 1.3)
  }
}

.p-comparison__item--jobma dd:last-of-type {
  border-bottom: none
}

@media only screen and (max-width: 750px) {
  .p-comparison__btn {
    margin-top: -55px;
    padding: 23px 0 35px
  }
}

.p-flow {
  background-color: #F8F8F8
}

@media only screen and (min-width: 751px) {
  .p-flow {
    padding-top: 136px;
    padding-bottom: 112px
  }
}

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

.p-flow__title {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-flow__title {
    margin-bottom: 43px;
    font-size: 3.2rem;
    line-height: 1.5
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__title {
    margin-bottom: 28px;
    font-size: 2.2rem;
    line-height: 1.6
  }
}

@media only screen and (min-width: 751px) {
  .p-flow__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: -40px;
    margin-left: -65px;
  }
}

@media only screen and (min-width: 751px) {
  .p-flow__list::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 169px;
    height: 242px;
    background: url(../img/flow-img-bg.svg) center / contain no-repeat;
  }
}

.p-flow__item {
  position: relative
}

@media only screen and (min-width: 751px) {
  .p-flow__item {
    width: calc((100% / 3 - 65px));
    margin-left: 65px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 249px;
    margin-bottom: 23px
  }
}

.p-flow__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%
}

@media only screen and (min-width: 751px) {
  .p-flow__item::before {
    top: 0px;
    right: 15px;
    width: 104px;
    height: 64px;
    background-image: url(../img/flow-arrow_pc.png)
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__item::before {
    bottom: 0;
    left: 30px;
    width: 7.36px;
    height: 32.31px;
    background-image: url(../img/flow-arrow_sp.png)
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__item:last-of-type {
    min-height: auto
  }
}

.p-flow__item:last-of-type::before {
  display: none
}

@media only screen and (min-width: 751px) {
  .p-flow__img {
    margin-bottom: 45px
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__img {
    flex-shrink: 0;
    width: 129px
  }
}

.p-flow__img .number {
  font-family: "Heebo", sans-serif;
  font-weight: 100;
  color: #03B8DF
}

@media only screen and (min-width: 751px) {
  .p-flow__img .number {
    margin-bottom: 10px;
    font-size: 5.6rem;
    line-height: 1.143
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__img .number {
    margin: 0 0 10px 9px;
    font-size: 4.6rem;
    line-height: 1.0434
  }
}

.p-flow__img figure {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (min-width: 751px) {
  .p-flow__img img {
    height: 184px;
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__content {
    width: calc(100% - 13px - 129px);
    margin-top: 11px
  }
}

.p-flow__content dt {
  margin-bottom: 16px;
  color: #03B8DF;
  font-weight: 700;
  line-height: 1.3333;
  font-size: 1.8rem
}

.p-flow__content .text {
  font-size: 1.4rem;
  line-height: 1.7143;
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-flow__content .text {
    margin-bottom: 16px
  }
}

@media only screen and (max-width: 750px) {
  .p-flow__content .text {
    margin-bottom: 8px
  }
}

.p-flow__content .notice {
  font-size: 1.2rem;
  line-height: 1.3333
}

.p-areaCheck {
  position: relative;
  z-index: 3;
  background-color: #17b8df;
  padding-top: 64px;
  padding-bottom: 64px;
  color: #fff;
}
.p-areaCheck::before {
  content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc(50% + 224px);
  z-index: -1;
  background-image: radial-gradient(#74d4eb 20%, transparent 20%);
  background-size: 12px 12px;
}

.p-areaCheck__in {
  display: flex;
  justify-content: space-between;
}

.p-areaCheck__text {
  flex-basis: 358px;
  margin-right: 80px;
}

.p-areaCheck__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-areaCheck__notice {
  margin-top: 12px;
  font-size: 1.3rem;
}

.p-areaCheck__btn {
  flex: 1;
}
.p-areaCheck__btn .c-btn {
  border: 4px solid #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 750px) {
  .p-areaCheck {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-areaCheck::before {
    left: calc(50% + 40px);
  }

  .p-areaCheck__in {
    display: block;
  }

  .p-areaCheck__text {
    margin-right: 0;
  }

  .p-areaCheck__title {
    font-size: 2.4rem;
  }

  .p-areaCheck__notice {
    margin-top: 8px;
  }

  .p-areaCheck__btn {
    margin-top: 20px;
  }
}


.p-faq {
  background-color: #5A5A5A;
  color: #fff
}

@media only screen and (min-width: 751px) {
  .p-faq {
    padding-top: 82px;
    padding-bottom: 28px
  }
}

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

.p-faq__title {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-faq__title {
    font-size: 2.4rem;
    line-height: 1
  }
}

@media only screen and (max-width: 750px) {
  .p-faq__title {
    font-size: 2.2rem;
    line-height: 1.6
  }
}

@media only screen and (min-width: 751px) {
  .p-faq__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
}

.p-faq__item {
  margin-top: 48px
}

@media only screen and (min-width: 751px) {
  .p-faq__item {
    width: calc((100% - 28px) / 2)
  }
}

.p-faq__item dt {
  font-weight: 700
}

@media only screen and (min-width: 751px) {
  .p-faq__item dt {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.143
  }
}

@media only screen and (max-width: 750px) {
  .p-faq__item dt {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.7143
  }
}

@media only screen and (min-width: 751px) {
  .p-faq__item dd {
    font-size: 1.2rem;
    line-height: 1.5
  }
}

@media only screen and (max-width: 750px) {
  .p-faq__item dd {
    font-size: 1.2rem;
    line-height: 2
  }
}

@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
}


.p-contact {
  padding-top: 28px;
  padding-bottom: 60px;
  background-color: #5A5A5A;
  color: #fff;
}

.p-contact__title {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-contact__text {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-contact__list {
  margin-top: 16px;
}
.p-contact__list div {
  display: -webkit-flex;
	display: flex;
}
.p-contact__list div:not(:first-child) {
  margin-top: 4px;
}
.p-contact__list dt,
.p-contact__list dd {
  font-size: 1.2rem;
}
.p-contact__list a {
  color: inherit;
}
.p-contact__list a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .p-contact {
    padding-bottom: 48px;
  }
  .p-contact__title {
    font-size: 2.2rem;
  }

  .p-contact__text {
    font-size: 13px;
  }

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

  .p-contact__list a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/* p-about */
.p-about {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-bottom: 70px;
  background-color: #F8F8F8;
}

.p-about__header {
  display: -webkit-box;
  display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.p-about__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 3rem;
  font-weight: 700;
}
.p-about__title::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}

.p-about__logo {
  padding-top: 4px;
}

.p-about__contents {
  display: -webkit-box;
  display: flex;
}

.p-about__image {
  -webkit-flex-basis: 212px;
  flex-basis: 212px;
}

.p-about__text {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-about__text p:not(:first-child) {
  margin-top: 1.5em;
}
.p-about__notes {
  margin-top: 0 !important;
  font-size: 1.2rem;
}

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

  .p-about__header {
    display: block;
  }

  .p-about__title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }

  .p-about__logo {
    padding-top: 0;
    text-align: center;
  }
  .p-about__logo img {
    max-width: 260px;
  }

  .p-about__contents {
    display: block;
    margin-top: 40px;
  }

  .p-about__image {
    text-align: center;
  }
  .p-about__image img {
    max-width: 200px;
  }

  .p-about__text {
    margin-top: 40px;
    margin-left: 0;
  }
}


/* modal start */
.p-kv__supplement {
  color: #03b8df;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 12px;
  display: flex;
  align-items: flex-end;
}

#supplement {
  width: auto;
  cursor: pointer;
  text-decoration: underline;
}

.p-kv__supplement .p-kv__supplementStr {
  margin-left: 5px;
}

@media only screen and (min-width: 751px) {
  .p-kv__supplement {
    width: 362px;
  }
  .SM-modal_main {
    width: 500px;
    margin: auto;
  }
  .SM-overlay .SM-content {
    width: 600px;
  }
  .SM-content h1.rs19-h1 {
    font-size: 3.0rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .SM-content h1.rs19-h1._h1Type3 {
    color: #03B8DF;
    letter-spacing: 5px;
  }
  .SM-content ._textType1 {
    font-size: 1.4rem;
  }
  .p-kv__btn .SM-width {
    width: 100%;
    padding: 10px 50px;
    border-radius: 3px;
    font-size: 1.6rem;
    box-shadow: -3px 4px 14px 0 rgba(89, 87, 87, 0.13);
  }
}

@media only screen and (max-width: 750px) {
  .p-kv__supplement {
    width: auto;
  }
  .SM-modal_main {
    width: 250px;
    margin: auto;
  }
  .SM-overlay .SM-content {
    width: 300px;
  }
  .SM-content h1.rs19-h1 {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .SM-content h1.rs19-h1._h1Type3 {
    color: #03B8DF;
    font-size: 3.0rem;
    padding: 20px 0px 20px;
    letter-spacing: 3px;
  }
  .SM-content ._textType1 {
    font-size: 1.0rem;
  }
  .p-kv__btn .SM-width {
    width: 100%;
    padding: 10px 0px;
    border-radius: 3px;
    font-size: 1.2rem;
    box-shadow: -3px 4px 14px 0 rgba(89, 87, 87, 0.13)
  }
  .spmT20 {
    margin-top: 40px;
  }
}

.SM-overlay {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(104,183,230,0.5);
}
.SM-overlay .SM-content {
  position: absolute;
  visibility: visible;
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 9999;
  max-height: 500px;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.SM-overlay .SM-content .SM-inner {
  padding: 20px 30px 30px;
  text-align: center;
}

.SM-content .SM-modal_closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
  height: 18px;
  margin: 0;
  text-align: right;
  cursor: pointer;
}

.SM-content .SM-modal_closeBtn:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_close_gray.svg) no-repeat right top;
  background-size: 18px 18px;
  content: "";
}

.tAr {
  text-align: center !important;
}

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

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

.SM-modal_main .c-btn {
  background-color: #03B8DF;
  color: #fff;
  font-weight: 500;
}
/* modal end */

/* under-CV-button start */
.p-under-CV-button{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 99;
  transition: top .8s ease-in-out;
}
.p-under-CV-button__in {
  height: 100%;
  padding: 6px 30px 30px;
}
.p-wrap-items{
  width: 100%;
  margin: auto;
}
/* SP */
@media only screen and (max-width: 750px) {
  .p-under-CV-button {
    height: 100px;
  }
  .p-balloons .balloons-width {
    font-size: 1.2rem;
    width: 52%;
  }
  .p-cv__btn .cv-button-width {
    font-size: 1.5rem;
    height: 40px;
  }
}
/* PC */
@media only screen and (min-width: 751px) {
  .p-under-CV-button {
    height: 160px;
  }
  .p-balloons .balloons-width {
    font-size: 1.7rem;
    width: 200px;
  }
  .p-cv__btn .cv-button-width {
    font-size: 3.0rem;
    height: 78px;
    line-height:58px;
  }
}
/* 吹き出し */
.p-balloons .balloons-width {
  position: relative;
  border-radius: 34px;
  padding: 5px 0px;
  letter-spacing: 0.8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.p-wrap-items .balloons-nav {
  background: #F7C945;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-wrap-items .balloons-nav:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 55%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #F7C945;
}
/* 依頼するボタン */
.p-cv__btn .cv-button-width {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 0px 5px 0px #05809A;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #03B8DF;
}
.p-wrap-items .p-cv-button {
  font-weight: 700;
  color: #fff;
}
.next-mark{
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5%;
  width: 0.5em;
  height: 0.5em;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  transform: rotate(45deg);
}
/* under-CV-button end */

/* p-about-new */
.p-about-new {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}

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

.p-about-new__logo {
  flex: 0 0 calc(455 / 960 * 100%);
  text-align: center;
}

.p-about-new__contents {
  flex: 1;
  margin-left: calc(50 / 960 * 100%);
}

.p-about-new__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 3rem;
  font-weight: 700;
}
.p-about-new__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}

.p-about-new__title b {
  color: #03b8df;
  font-size: 3rem;
}

.p-about-new__text {
  margin-top: 20px;
}
.p-about-new__text p {
  font-size: 1.3rem;
  line-height: 1.85;
}
.p-about-new__text p:not(:first-child) {
  margin-top: 1em;
}

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

  .p-about-new__unit {
    display: block;
  }

  .p-about-new__contents {
    margin-top: 20px;
    margin-left: 0;
  }

  .p-about-new__title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
  .p-about-new__title b {
    font-size: 1.8rem;
  }

  .p-about-new__text {
    margin-top: 30px;
  }
}