html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  min-width: 95rem;
  color: #004174;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

small, em {
  font-style: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

.contactWrap {
  margin: 0 auto;
  padding: 50px 0;
  width: 1000px;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 50px 16px;
    margin: auto;
    width: 95%;
    text-align: center;
  }
}

.contactWrap h2 {
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: 'Abel', sans-serif;
}

@media screen and (max-width: 767px) {
  .contactWrap h3 {
    font-size: 2.1rem;
  }
}

.borderdBtn {
  background: #fff;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.container {
  position: relative;
  padding: 0 2.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 96rem;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .fv {
    display: block;
  }
}

.fv__image {
  width: 53%;
  height: auto;
  background-image: url(../images/poslis/bg_fv.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  background-color: #f5f5f6;
}
@media screen and (max-width: 768px) {
  .fv__image {
    width: 100%;
    background-image: url(../images/poslis/bg_fv_sp.jpg);
    background-position: center bottom;
    background-size: cover;
  }
}

.fv__container {
  padding: 0 2.5rem;
  margin: auto;
  max-width: 45rem;
}

@media screen and (min-width: 768px) {
  .fv__container--wide {
    max-width: 51.4rem;
  }
}

@media screen and (min-width: 1351px) {
  .fv__container--right {
    margin: 0 11rem 0 auto;
  }

  .fv__container--left {
    margin: 0 auto 0 11rem;
  }
}

.fv__title {
  padding-top: 14rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__title {
    padding: 8rem 0 14rem;
  }
}

.fv__title--text {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fv__title--text {
    padding: 0 3rem;
  }
}

.fv__text {
  position: relative;
  padding: 19rem 0 9rem;
  width: 47%;
  background-color: #ffcd00;
}
@media screen and (max-width: 768px) {
  .fv__text {
    padding: 4rem 0 12rem;
    width: 100%;
  }
}

.fv__head {
  margin-bottom: 2.5rem;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__head {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: 3.8rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .fv__list {
    padding: 0 1.5rem;
    margin: 1.3rem 0;
  }
}

.fv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 12.1rem;
  height: 12.1rem;
  background-color: #004174;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .fv__item {
    width: 9.2rem;
    height: 9.2rem;
  }
}

.fv__item span {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__item span {
    font-size: 1.5rem;
  }
}

.fv__item--small span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fv__item--small span {
    font-size: 1.2rem;
  }
}

.fv__attention {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.5;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .fv__attention {
    margin: 0 1.5rem !important;
    font-size: 1rem;
  }
}

.fv__decoration {
  position: absolute;
  right: 1.9rem;
  bottom: 0;
  width: 13.1rem;
}
@media screen and (max-width: 768px) {
  .fv__decoration {
    right: 2.6rem;
    width: 7rem;
  }
}

.overview {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 6.5rem 0 5.5rem;
  }
}

.head {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head {
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  margin: 4rem 0 14.5rem;
}
@media screen and (max-width: 768px) {
  .worry__list {
    display: block;
    padding: 0 2.5rem;
    margin: 4rem 0;
  }
}

.worry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 3rem;
  width: 21.5rem;
  height: 21.5rem;
  background-color: #f5f5f6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .worry__item {
    margin: 0 0 2rem;
    width: 15.4rem;
    height: 15.4rem;
  }

  .worry__item:nth-child(even) {
    margin-left: auto;
  }
}

.worry__item span {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worry__item span {
    font-size: 1.4rem;
  }
}

.worry__illust {
  position: absolute;
  top: 14.5rem;
  left: 50%;
  width: 24rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .worry__illust {
    top: 50%;
    left: 12rem;
    width: 17rem;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }

  .worry__item:nth-child(even) .worry__illust {
    left: auto;
    right: 12rem;
  }
}

.overview__title {
  margin: auto;
  width: 65rem;
}
@media screen and (max-width: 768px) {
  .overview__title {
    width: 100%;
  }
}

.overview__bg {
  position: relative;
  margin-top: -4.5rem;
  background-color: rgba(255, 205, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .overview__bg {
    margin-top: -11.6rem;
  }
}

.overview__text {
  padding: 12rem 0 17rem;
  margin-left: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .overview__text {
    padding: 17rem 3.5rem 23rem;
    margin-left: 0;
    width: 100%;
  }
}

.overview__text li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  .overview__text li {
    font-size: 1.4rem;
  }
}

.overview__text li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .overview__text li:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.overview__decoration {
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 35.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview__decoration {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 6rem;
    width: 23.9rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.overview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background-image: url(../images/poslis/bg_overview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .overview__image {
    position: static;
    width: 100%;
    height: 31.4rem;
    background-image: url(../images/poslis/bg_overview_sp.jpg);
  }
}

.overview__list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  padding: 13rem 10rem 0;
}
@media screen and (max-width: 768px) {
  .overview__list {
    display: block;
    padding: 6.5rem 3.5rem 0;
  }
}

.overview__list--case {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 4rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .overview__list--case {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.5rem 4.5rem 0;
  }
}

.overview__list--case02 {
  padding: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .overview__list--case02 {
    padding-top: 2.5rem;
  }
}

.overview__item {
  position: relative;
  margin: 0 3.3%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .overview__item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }

  .overview__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.overview__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 65%;
  left: calc(100% + 1.1rem);
  background-image: url(../images/poslis/icon_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .overview__item:not(:last-child)::after {
    top: calc(100% + 1rem);
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.overview__item--case:not(:last-child)::after {
  content: none;
}

.overview__item--case {
  margin: 0;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .overview__item--case {
    display: block;
  }

  .overview__item--case:not(:last-child) {
    margin-bottom: 0;
  }
}

.overview__list--case02 .overview__item--case {
  width: 30%;
}

.overview__icon {
  margin: auto;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview__icon {
    flex-shrink: 0;
    margin: 0;
    width: 40%;
  }

  .overview__icon--case {
    margin: auto;
    width: 84%;
  }
}

@media screen and (max-width: 768px) {
  .overview__dl {
    width: 56%;
  }

  .overview__dl--case {
    width: 100%;
  }
}

.overview__term {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 1rem 0 1rem;
  height: 5.7rem;
  background-color: #004174;
}
@media screen and (max-width: 768px) {
  .overview__term {
    margin-top: 0!important;
    height: 4.2rem;
  }
}

.overview__term--case {
  margin-bottom: 0;
  height: 6.6rem;
}
@media screen and (max-width: 768px) {
  .overview__term--case {
    margin-top: 1rem !important;
    height: 4.6rem;
  }
}

.overview__item--case:not(:last-child) .overview__term--case::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 1.1rem);
  background-image: url(../images/poslis/icon_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .overview__item--case:not(:last-child) .overview__term--case::after {
    left: calc(100% + 0.8rem);
    width: 0.7rem;
    height: 0.7rem;
  }
}

.overview__item--case:not(:last-child) .overview__term--first:after {
  left: calc(100% + 0.3rem);
}

.overview__term--narrow {
  margin-left: 10%;
  margin-right: 10%;
}

.overview__term span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview__term span {
    font-size: 1.3rem;
  }
}

.overview__term--case span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .overview__term--case span {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.overview__term small {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .overview__term small {
    font-size: 1rem;
  }
}

.overview__term--case small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .overview__term--case small {
    font-size: 1rem;
  }
}

.case-attention {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .case-attention {
    font-size: 1rem;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}

.case-attention a {
  color: #004174;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.case-attention a:hover {
  text-decoration: none;
}

.case-attention--left {
  padding-left: 10%;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .case-attention--left {
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.overview__description {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.27;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview__description {
    font-size: 1.1rem;
  }
}

.overview__description--mag-t1em {
  margin-top: 1em;
}

.overview__description em {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .overview__description em {
    font-size: 2.2rem;
  }
}

.overview__description span {
  display: inline-block;
  background-color: #ffcd00;
}

.contact {
  padding: 8rem 0 7rem;
  background-color: #ffcd00;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 3rem 0;
  }
}

.contact__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.1rem;
    margin-bottom: 0 !important;
  }
}

.contact__text em {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__text em {
    font-size: 1.3rem;
  }
}

.contact a {
  color: #004174;
}

.contact__btn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: 3rem auto;
  width: 66.6rem;
  height: 8.2rem;
  background-color: #fff;
  border: 3px solid #004174;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
@media screen and (max-width: 768px) {
  .contact__btn {
    margin: 1.5rem auto;
    width: 60.6%;
    height: 3.6rem;
    border: 1px solid #004174;
  }
}

.contact__btn:hover {
  background-color: #004174;
  color: #fff;
}

.contact__btn span {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__btn span {
    font-size: 1.2rem;
  }
}

.aim {
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .aim {
    padding: 6rem 0 5rem;
  }
}

.aim__head {
  margin: 0 auto 3.5rem;
  width: 37rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aim__head {
    margin-bottom: 3rem;
    width: 25rem;
  }
}

.aim__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.83;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aim__text {
    font-size: 1.2rem;
  }
}

.aim__text span {
  background-color: #ffcd00;
}

.aim__image {
  margin: 6rem auto;
  width: 61rem;
}
@media screen and (max-width: 768px) {
  .aim__image {
    margin: 5rem auto 4rem;
    width: 100%;
  }
}

.effect {
  position: relative;
  padding: 18rem 0 0;
  background-color: rgba(255, 205, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .effect {
    padding: 9rem 0 0;
  }
}

.effect::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/poslis/bg_effect.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 1951px) {
  .effect::before {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .effect::before {
    height: 78%;
  }
}

.effect__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect__text {
    font-size: 1.1rem;
  }
}

.effect__text--narrow {
  margin: 3rem auto 4rem;
  max-width: 57rem;
}
@media screen and (max-width: 768px) {
  .effect__text--narrow {
    padding: 0 1.25rem;
    margin: 3.5rem auto 3rem;
  }
}

.frame {
  margin: 8rem auto 0;
  max-width: 60rem;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .frame {
    margin-top: 4rem;
    width: 100%;
    border-radius: 18px;
  }
}

.frame--solo {
  padding: 3rem 5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .frame--solo {
    padding: 2rem 1.4rem;
  }
}

#about_office .frame {
  background-color: transparent;
}

.effect__attention {
  margin: 1.5rem 0 10rem !important;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect__attention {
    margin: 2rem 0 6rem !important;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .effect__attention span {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: nowrap;
  }
}

.frame__term {
  position: relative;
  padding: 2.5rem 0;
  background-color: #004174;
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .frame__term {
    padding: 1.5rem 0;
    border-radius: 18px 18px 0 0;
    font-size: 1.3rem;
  }
}

.frame__term--case {
  padding-left: 2em;
}

.frame__icon {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  width: 12.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .frame__icon {
    left: 2rem;
    width: 6.7rem;
  }
}

.frame__description {
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .frame__description {
    padding: 2.5rem;
  }
}

.effect__image {
  margin: 5.5rem 0 4rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect__image {
    margin: 2.5rem 0;
  }
}

.effect__head {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
  margin: 2rem 0 3.5rem;
  border-bottom: 2px solid #004174;
}
@media screen and (max-width: 768px) {
  .effect__head {
    margin: 1.5rem 0 2.5rem;
  }
}

.effect__head::before, .effect__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.effect__head::before {
  border-top: 11px solid #004174;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.effect__head::after {
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.effect__list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
}

.effect__item {
  margin-bottom: 3rem;
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .effect__item {
    margin-bottom: 1.5rem;
  }
}

.effect__icon {
  margin: 0 auto 1rem;
  width: 75%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect__icon {
    margin-bottom: 0.5rem;
  }
}

.effect__caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect__caption {
    font-size: 1rem;
    margin-bottom: 0 !important;
  }

  .effect__caption--narrow {
    letter-spacing: -0.05em;
  }
}

.effect__caption small {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .effect__caption small {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .effect__caption small span {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: nowrap;
  }
}

.effect__illust {
  margin: 9rem auto 0;
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .effect__illust {
    margin-top: 5rem;
    max-width: 28rem;
  }
}

.case {
  padding: 14rem 0 18.5rem;
  background-color: rgba(255, 205, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .case {
    padding: 6.5rem 0 9.3rem;;
  }
}

.case__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .case__text {
    margin-bottom: 0 !important;
    font-size: 1.1rem;
  }
}

.case__wrapper {
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .case__wrapper {
    padding: 0 3.5rem;
  }
}

.case__wrapper--wide {
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .case__wrapper--wide {
    padding: 0 2rem;
  }
}

.case__head {
  position: relative;
  padding: 1rem 0;
  margin: 3.5rem 0 2.5rem;
  border-top: 2px solid #004174;
  border-bottom: 2px solid #004174;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__head {
    padding: 0.5rem 0;
    margin: 2rem 0 1.5rem;
    font-size: 1rem;
  }
}

.case__head::before, .case__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.case__head::before {
  border-top: 12px solid #004174;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.case__head::after {
  border-top: 9px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: 0 auto 2rem;
  max-width: 34rem;
}
@media screen and (max-width: 768px) {
  .case__list {
    margin-bottom: 0.5rem;
  }
}

.case__item {
  width: 31%;
  margin: 0 1.6666667%;
}

.case__job-head span {
  display: inline-block;
  position: relative;
  margin-top: 13rem;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__job-head span {
    margin-top: 4rem;
    font-size: 1.1rem;
  }
}

.case__job-head span::before, .case__job-head span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/poslis/img_bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .case__job-head span::before, .case__job-head span::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.case__job-head span::before {
  left: -6rem;
}
@media screen and (max-width: 768px) {
  .case__job-head span::before {
    left: -3rem;
  }
}

.case__job-head span::after {
  right: -6rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .case__job-head span::after {
    right: -3rem;
  }
}

.case__job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  padding: 0 18.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .case__job-list {
    padding: 0 2rem;
    margin-top: 2.5rem;
  }
}

.case__job-item {
  width: 21%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .case__job-item {
    margin-bottom: 2rem;
  }
}

.case__job-text {
  margin: 1rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__job-text {
    margin: 0.5rem 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.case__job-text span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .case__job-text span {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: nowrap;
  }
}

.case__qa-list {
  padding: 3rem 1.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .case__qa-list {
    padding: 0;
  }
}

.case__qa-item:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #004174;
}
@media screen and (max-width: 768px) {
  .case__qa-item:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.case__qa dt {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .case__qa dt {
    padding-left: 3rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
}
  
.case__qa dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 3.1rem;
  background-image: url(../images/poslis/txt_q.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .case__qa dt::before {
    width: 1.5rem;
    height: 1.7rem;
  }
}

.case__qa dd {
  position: relative;
  padding-left: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .case__qa dd {
    padding-left: 3rem;
    font-size: 1.1rem;
  }
}

.case__qa dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 3.1rem;
  background-image: url(../images/poslis/txt_a.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .case__qa dd::before {
    width: 1.5rem;
    height: 1.7rem;
  }
}

.our {
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .our {
    padding: 6.5rem 0 5rem;
  }
}

.our__head {
  margin-bottom: 5rem;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .our__head {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
}

.our__image {
  margin: auto;
  max-width: 70rem;
}

.our__logo {
  margin: 4.5rem auto 2.5rem;
  max-width: 30.5rem;
}
@media screen and (max-width: 768px) {
  .our__logo {
    margin: 2.5rem auto 1.5rem;
    max-width: 14.6rem;
  }
}

.our__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20.5rem;
}
@media screen and (max-width: 768px) {
  .our__text {
    padding: 0 2rem;
  }
}

.our__info {
  width: 50%;
}

.our__info--narrow {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .our__info--narrow {
    width: 37.5%;
  }
}

.our__info dt {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .our__info dt {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}

.our__info dd {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .our__info dd {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    white-space: nowrap;
  }
}

.top-link {
  display: block;
  position: relative;
  padding: 1.5rem;
  margin: 2rem auto 0;
  width: 26rem;
  background-color: #fff;
  border-radius: 50px;
  color: #004174 !important;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .top-link {
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.top-link:hover {
  opacity: 0.7;
}

.top-link span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #004174;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #004174;
  border-right: 2px solid #004174;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}