@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-weight: 400;
}

body {
  background-color: #fff;
  color: #000;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-br {
    display: inline;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 640px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* safariの青い線を消す */
*:focus {
  outline: none;
}

/* アンカーリンクのスクロール位置を調整 */
section {
  scroll-margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  section {
    scroll-margin-top: unset;
  }
}

/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

/* 画像の中央寄せ */
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像の中央寄せ */
.aligncenter img {
  height: auto;
  max-width: 100%;
}

/* 画像右寄せ */
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}

/* figureタグで囲まれた画像右寄せ */
.alignright img {
  height: auto;
  max-width: 100%;
}

/* 位置指定のない画像 */
.alignnone {
  height: auto;
  max-width: 100%;
}

/* figureタグで囲まれた位置指定のない画像 */
.alignnone img {
  height: auto;
  max-width: 100%;
}

/* 自動折り返し有効化 */
pre {
  white-space: pre-wrap;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
  width: 100%;
  max-width: 250px;
  max-width: 15.625rem;
  text-align: center;
  padding: 16px 0;
  padding: 1rem 0;
  color: #E00001;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #E00001;
  border-radius: 1.5625rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 23.4375rem;
    padding: 1.5625rem 0;
    font-size: 1.625rem;
    border-radius: 2.5rem;
  }
}

.btn:nth-child(2) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.contents {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .contents {
    width: 100%;
    max-width: 86.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.4375rem;
  }
}

.contents__lead {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .contents__lead {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    padding: 4.875rem 5.8125rem;
  }
}

.contents__end {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .contents__end {
    font-size: 1.25rem;
    margin-top: 6.75rem;
  }
}

.footer {
  padding: 43px 0;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 8.9375rem 0 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__wrapper {
    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;
  }
}

.footer__logo {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 18.75rem;
    margin-left: unset;
    margin-right: unset;
  }
}

.footer__items {
  width: 100%;
  max-width: 216px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    margin-top: 0;
    margin-left: unset;
    margin-right: unset;
  }
}

@media screen and (min-width: 768px) {
  .footer__item {
    margin-left: 2.9375rem;
  }
}

.footer__item:nth-child(n+2) {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .footer__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.footer__item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-left: 44px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    padding-left: 0;
  }
}

.footer__item a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .footer__item a::before {
    display: none;
  }
}

.footer__copy {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 1rem;
    margin-top: 6.125rem;
  }
}

.hamburger__button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  visibility: visible;
}

.hamburger {
  position: fixed;
  top: 65px;
  top: 4.0625rem;
  right: 15px;
  right: 0.9375rem;
  z-index: 2;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.875rem;
  background-color: #fff;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  width: 2.1875rem;
  height: 3.58px;
  background-color: #000;
  border-radius: 22px;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before, .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before {
  top: -12px;
  top: -0.75rem;
}

.hamburger__line::after {
  top: 12px;
  top: 0.75rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #000;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .hamburger__button {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    position: unset;
  }
}

.header-head {
  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;
  background-color: #E00001;
  height: 40px;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header-head {
    background-color: #000;
    height: 3.75rem;
  }
}

.header-head__center {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header-head__center {
    background-color: #E00001;
    width: 50%;
    height: inherit;
    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;
  }
}

.header-head__right {
  width: 100%;
  max-width: 130px;
  max-width: 8.125rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header-head__right {
    max-width: unset;
  }
}

.header-head__right .btn {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 0;
  padding: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .header-head__right .btn {
    max-width: 14.0625rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    padding: 0.75rem 0;
  }
}

@media screen and (min-width: 768px) {
  .header-head__right,
  .header-head__left {
    width: 25%;
  }
}

.header-body {
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .header-body {
    height: 11.625rem;
  }
}

.top-header .header-body {
  background-color: #E00001;
}

.page-header .header-body {
  background-color: #F9F5F2;
}

.header-body__inner {
  display: contents;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-body__inner {
    display: block;
  }
}

.header-body__contents {
  height: inherit;
  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;
}
@media screen and (min-width: 768px) {
  .header-body__contents {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-body__logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-body__logo a {
  display: inline-block;
  width: 100%;
}

.top-header .header-body__logo a {
  max-width: 360px;
  max-width: 22.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-header .header-body__logo a {
    max-width: 33.75rem;
  }
}

.page-header .header-body__logo a {
  max-width: 250px;
  max-width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .page-header .header-body__logo a {
    max-width: 23.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-body__nav {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .header-body__items {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .header-body__item {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .header-body__item a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-right: 1.375rem;
    margin-left: 1.375rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-header .header-body__item a {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header-body__item a::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.9375rem;
    height: 0.5rem;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .top-header .header-body__item a::after {
    background-image: url(../lp_img/common/arrow-white.svg);
  }
}

@media screen and (min-width: 768px) {
  .page-header .header-body__item a::after {
    background-image: url(../lp_img/common/arrow-red.svg);
  }
}

.header__space {
  height: 160px;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .header__space {
    display: none;
  }
}

.top-header__space {
  background-color: #E00001;
}

.page-header__space {
  background-color: #F9F5F2;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1550px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.list {
  border-bottom: 1px solid #DBDBDB;
  padding: 39px 0;
}
@media screen and (min-width: 768px) {
  .list {
    padding: 2.875rem 2.5rem;
  }
}

.list__title {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .list__title {
    font-size: 1.5rem;
  }
}

.list__text {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .list__text {
    font-size: 1.25rem;
    margin-top: 2.25rem;
  }
}

.news-list {
  border-top: 1px solid #DBDBDB;
}

.news-list:last-child {
  border-bottom: 1px solid #DBDBDB;
}

.news-list__box {
  padding: 36px 0;
  padding: 2.25rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.9375rem 2.5rem;
  }
}

.news-list__time {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.375rem;
    line-height: 1.75;
  }
}

.news-list__title {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__title {
    font-size: 1.375rem;
    margin-top: 0;
    margin-left: 16rem;
  }
}

.profession {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profession span {
  display: inline-block;
  background-color: #3C3C3C;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.profession p {
  color: #3C3C3C;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.section-header {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-header {
    padding-bottom: 2.125rem;
  }
}

.section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  width: 6.25rem;
  height: 4px;
  background-color: #E00001;
}
@media screen and (min-width: 768px) {
  .section-header::after {
    width: 9.375rem;
  }
}

.section-header__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 2.75rem;
  }
}

.sp-global-menu {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 160px;
  padding-top: 10rem;
}

.sp-global-menu__items {
  background-color: #505050;
}

.sp-global-menu__item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.sp-global-menu__item a {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 26px 0 26px 96px;
  padding: 1.625rem 0 1.625rem 6rem;
  position: relative;
}

.sp-global-menu__item a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 47px;
  left: 2.9375rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.is-drawerActive .sp-global-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.company {
  padding: 118px 0 108px;
  padding: 7.375rem 0 6.75rem;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 11rem 0 20.625rem;
  }
}

.table {
  width: 100%;
  border-spacing: 0;
}

.table__item th,
.table__item td {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-top: 21px;
  padding-bottom: 21px;
  border-top: 1px solid #DBDBDB;
}
@media screen and (min-width: 768px) {
  .table__item th,
  .table__item td {
    font-size: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.table__item th {
  text-align: left;
  vertical-align: top;
  width: 22.2222%;
}
@media screen and (min-width: 768px) {
  .table__item th {
    padding-left: 2.5rem;
    width: 30.8%;
  }
}

.table__item td {
  width: 77.7778%;
}
@media screen and (min-width: 768px) {
  .table__item td {
    width: 69.2%;
  }
}

.table__item span {
  display: block;
  margin-top: 40px;
}

.table__item:last-child th,
.table__item:last-child td {
  border-bottom: 1px solid #DBDBDB;
}

.contact {
  padding: 118px 0 128px;
  padding: 7.375rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 11rem 0 13.0625rem;
  }
}

.form__box {
  border: 1px solid #F0E6DE;
  border-radius: 1.25rem;
  padding: 48px 20px 22px;
  padding: 48px 1.25rem 22px;
}
@media screen and (min-width: 768px) {
  .form__box {
    padding: 3.5rem 6.625rem 2.75rem;
  }
}

.form__text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__text {
    font-size: 1.25rem;
  }
}

.form__parts {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form__parts {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .form__part dl,
  .form__select dl,
  .form__textarea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__part:nth-child(n+2),
.form__select,
.form__textarea {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .form__part:nth-child(n+2),
  .form__select,
  .form__textarea {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .form dt {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .form dd {
    width: 75%;
  }
}

.form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .form label {
    font-size: 1.25rem;
    padding-top: 0.9375rem;
  }
}

.form label span {
  background-color: #E00001;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  width: 40px;
  height: 20px;
  border-radius: 0.5rem;
  display: inline-block;
  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-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .form label span {
    font-size: 0.875rem;
    width: 3.75rem;
    height: 1.875rem;
    margin-left: 1.25rem;
  }
}

.form input[type=text],
.form input[type=email],
.form textarea,
.form select {
  background-color: #EEE;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .form input[type=text],
  .form input[type=email],
  .form textarea,
  .form select {
    font-size: 1.25rem;
    padding: 0.8125rem 1.875rem;
    margin-top: 0;
  }
}

.form__select {
  position: relative;
}

.form__select::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #E00001;
  border-right: 1px solid #E00001;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .form__select::after {
    right: 1.4375rem;
    width: 1.3125rem;
    height: 1.3125rem;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    pointer-events: none;
  }
}

.form textarea {
  height: 144px;
}
@media screen and (min-width: 768px) {
  .form textarea {
    height: 13.5rem;
  }
}

.form__send {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .form__send {
    margin-top: 4.8125rem;
  }
}

.form__send .btn {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form__send .btn:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .article__inner.inner {
    max-width: 90rem;
  }
}

.article__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4285;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 500px) {
  .article__title {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .article__title {
    font-size: 3.75rem;
  }
}

.article__tag {
  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-top: 61px;
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .article__tag {
    margin-top: 3.9375rem;
  }
}

.article__profession span {
  font-size: 16px;
  padding: 6px 16px;
}
@media screen and (min-width: 768px) {
  .article__profession span {
    font-size: 1.5rem;
    padding: 0.625rem 1.5rem;
  }
}

.article__profession p {
  font-size: 16px;
  margin-left: 17px;
}
@media screen and (min-width: 768px) {
  .article__profession p {
    font-size: 1.5rem;
    margin-left: 1.625rem;
  }
}

.article__time {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .article__time {
    font-size: 1.5rem;
  }
}

.article__img {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .article__img {
    margin-top: 1.875rem;
  }
}

.article__img:before {
  content: "";
  display: block;
  padding-top: 67.2%;
}

.article__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article__content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .article__content {
    margin-top: 4.375rem;
  }
}

.article__content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 42px 0;
  margin: 2.625rem 0;
  padding: 23px 0;
  padding: 1.4375rem 0;
  position: relative;
}
@media screen and (min-width: 500px) {
  .article__content h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .article__content h2 {
    font-size: 2.8125rem;
    margin: 3.75rem 0;
  }
}

.article__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  width: 6.25rem;
  height: 4px;
  background-color: #E00001;
}
@media screen and (min-width: 768px) {
  .article__content h2::after {
    width: 9.375rem;
  }
}

.article__content h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 38px 0;
  margin: 2.375rem 0;
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
  border-bottom: 2px solid #E00001;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .article__content h3 {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    margin: 3.375rem 0;
    padding: 1.375rem 2.25rem;
  }
}

.article__content h4 {
  background-color: #505050;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 38px 0;
  margin: 2.375rem 0;
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .article__content h4 {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    margin: 3.375rem 0;
    padding: 1.375rem 2.25rem;
  }
}

.article__content p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .article__content p {
    font-size: 1.5rem;
  }
}

.article__content ul {
  border: 2px solid #E00001;
  border-radius: 10px;
  padding: 43px 46px;
  padding: 2.6875rem 2.875rem;
  margin: 46px 0;
  margin: 2.875rem 0;
}
@media screen and (min-width: 768px) {
  .article__content ul {
    padding: 3.875rem 4.5rem;
    margin: 3.875rem 0;
  }
}

.article__content li p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .article__content li p {
    font-size: 1.5rem;
  }
}

.article__content li p::before {
  content: "・";
}

.article__content table {
  margin: 54px 0;
  margin: 3.375rem 0;
}
@media screen and (min-width: 768px) {
  .article__content table {
    margin: 5.625rem 0;
  }
}

.article__content table {
  border-collapse: collapse;
}

.article__content table th {
  background-color: #505050;
  padding: 15px 36px;
  padding: 0.9375rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .article__content table th {
    padding: 1.375rem 3.375rem;
  }
}

.article__content table th p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .article__content table th p {
    font-size: 1.875rem;
  }
}

.article__content table th:nth-child(n+2) {
  border-left: 1px solid #fff;
}

.article__content table td {
  color: #3C3C3C;
  border-bottom: 1px solid #DBDBDB;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 26px 40px;
  padding: 1.625rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .article__content table td {
    padding: 2.25rem 3.75rem;
  }
}

.article__content table td p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .article__content table td p {
    font-size: 1.5rem;
  }
}

.article__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .article__btn {
    margin-top: 5rem;
  }
}

.article__btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.page-contents {
  padding: 120px 0 105px;
}
@media screen and (min-width: 768px) {
  .page-contents {
    padding: 11.25rem 0 17rem;
  }
}

@media screen and (min-width: 768px) {
  .page-contents__inner.inner {
    max-width: 89.375rem;
  }
}

.page-contents__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 446px;
  max-width: 27.875rem;
  margin: 42px auto 0;
  margin: 2.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-contents__categories {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    max-width: 100%;
    margin-top: 3.9375rem;
  }
}

.page-contents__category {
  width: 100%;
  max-width: calc(50% - 13px);
  margin-right: 26px;
}
@media screen and (min-width: 768px) {
  .page-contents__category {
    max-width: calc(50% - 30px);
    margin-right: 40px;
  }
}

.page-contents__category:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page-contents__category:nth-child(2n) {
    margin-right: 40px;
  }
}

.page-contents__category:nth-child(n+3) {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .page-contents__category:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-contents__category:nth-child(4n) {
    margin-right: 0;
  }
}

.page-contents__category a {
  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: 100%;
  padding: 11px 0;
  padding: 0.6875rem 0;
  color: #E00001;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #E00001;
  border-radius: 1.3125rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-contents__category a {
    padding: 1.125rem 0;
    font-size: 1.5rem;
    border-radius: 2.5rem;
  }
}

.page-contents__category.current-cat a {
  background-color: #E00001;
  color: #fff;
}

.page-contents__items {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .page-contents__items {
    margin-top: 5.9375rem;
  }
}

.page-contents__pagination {
  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-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .page-contents__pagination {
    margin-top: 4.5625rem;
  }
}

.page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 8px 0;
  margin: 0 12px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    font-size: 1.125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0.8125rem 0;
    margin: 0 0.875rem;
  }
}

.page-numbers.current {
  background-color: #000;
  color: #fff;
}

.prev.page-numbers,
.next.page-numbers {
  display: none;
}

.single-contents {
  padding: 67px 0 112px;
}
@media screen and (min-width: 768px) {
  .single-contents {
    padding: 7.4375rem 0 13.5rem;
  }
}

.privacy {
  padding: 118px 0 48px;
  padding: 7.375rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding: 11rem 0 7.375rem;
  }
}

.thankyou {
  padding: 118px 0 142px;
  padding: 7.375rem 0 8.875rem;
}
@media screen and (min-width: 768px) {
  .thankyou {
    padding: 11rem 0 13rem;
  }
}

.thankyou__contents {
  background-color: #F9F5F2;
  border-radius: 1.25rem;
  text-align: center;
  padding: 74px 0 58px;
  padding: 4.625rem 0 3.625rem;
}
@media screen and (min-width: 768px) {
  .thankyou__contents {
    padding: 8.75rem 0 8rem;
  }
}

.thankyou__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6666;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .thankyou__title {
    font-size: 2.5rem;
  }
}

.thankyou__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .thankyou__text {
    font-size: 1.25rem;
    margin-top: 5.9375rem;
  }
}

.thankyou__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .thankyou__btn {
    margin-top: 5.8125rem;
  }
}

.concept {
  padding-top: 95px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: 7.9375rem;
  }
}

.concept__bg {
  background-color: #505050;
  padding: 40px 0;
  padding: 2.5rem 0;
  margin-top: 33px;
  margin-top: 2.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept__bg {
    padding: 6.25rem 0;
    margin-top: 3.125rem;
  }
}

.concept__bg::after {
  content: "";
  position: absolute;
  top: -83px;
  top: -5.1875rem;
  right: 20px;
  right: 1.25rem;
  background-image: url(/lp_img/Check！.png);
  background-size: cover;
  width: 95px;
  width: 5.9375rem;
  height: 127px;
  height: 7.9375rem;
}
@media screen and (min-width: 768px) {
  .concept__bg::after {
    top: -3.75rem;
    right: 19.75rem;
    width: 8.9375rem;
    height: 11.9375rem;
  }
}

.concept__wrapper {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .concept__wrapper {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.125;
    max-width: 114.375rem;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.concept__wrapper span {
  text-decoration: underline;
}

.concept__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .concept__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 96.25rem;
    margin-left: auto;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .concept__text1 {
    width: 100%;
    max-width: 96.25rem;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .concept__text2 {
    width: 100%;
    max-width: 38.75rem;
  }
}

.concept__img {
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .concept__img {
    max-width: 48.75rem;
    margin-left: 3.75rem;
    margin-top: 0;
    margin-right: unset;
  }
}

.faq {
  padding: 98px 0 78px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 11rem 0 7.125rem;
  }
}

.faq__head {
  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-top: 80px;
}
@media screen and (min-width: 768px) {
  .faq__head {
    margin-top: 3.125rem;
  }
}

.faq__img {
  width: 100%;
  max-width: 120px;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .faq__img {
    max-width: 16.875rem;
  }
}

.faq__text-box {
  text-align: center;
}

.faq__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 2.25rem;
  }
}

.faq__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142;
  letter-spacing: 0.05em;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .faq__text {
    font-size: 1.125rem;
    margin-top: 3.25rem;
  }
}

.faq__items {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .faq__items {
    margin-top: 3.125rem;
  }
}

.faq__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285;
  letter-spacing: 0.02em;
  border: 1px solid #F0E6DE;
  border-radius: 1.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__item {
    font-size: 1.125rem;
    padding: 0 1.875rem;
  }
}

.faq__item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.375rem;
  }
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F0E6DE;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .faq__question {
    padding: 1.875rem 0;
  }
}

.faq__question span {
  color: #9D9D9D;
  margin: 0 20px;
  margin: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__question span {
    margin: 0 1.875rem;
  }
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .faq__answer {
    padding: 1.875rem 0;
  }
}

.faq__answer span {
  color: #E00001;
  font-weight: 600;
  margin: 0 20px;
  margin: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq__answer span {
    margin: 0 1.875rem;
  }
}

.faq__btn {
  color: #E00001;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  max-width: 225px;
  max-width: 14.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border: 1px solid #E00001;
  border-radius: 0.9375rem;
  margin-top: 64px;
  margin-top: 4rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .faq__btn:hover {
    opacity: 0.8;
  }
}

.freelance-voice {
  padding: 90px 0 87px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .freelance-voice {
    padding: 7.25rem 0 7.5rem;
  }
}

.implementingCompany-voice {
  padding-top: 90px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .implementingCompany-voice {
    padding-top: 8.75rem;
  }
}

.implementingCompany {
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) {
  .implementingCompany {
    padding: 7.1875rem 0 6.5rem;
  }
}

.implementingCompany__loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  margin-top: 3.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .implementingCompany__loopSlide {
    margin-top: 5rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.implementingCompany__items {
  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;
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

.implementingCompany__item {
  width: 25vw;
  margin: 0 18px;
  margin: 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .implementingCompany__item {
    width: 16.6666666667vw;
    margin: 0 5rem;
  }
}

.interview {
  padding-top: 88px;
  padding-top: 5.5rem;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-top: 8.25rem;
  }
}

.interview__contents {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 64px 20px 60px;
  padding: 4rem 1.25rem 3.75rem;
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .interview__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.25rem;
    padding: 5.9375rem 3.875rem 6.1875rem;
    margin-top: 5rem;
  }
}

.interview__img {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .interview__img {
    margin: 0;
    width: 45.31%;
  }
}

.interview__info {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .interview__info {
    width: 50.67%;
    max-width: 41.9375rem;
    margin-top: 0;
    margin-left: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .interview__info-head {
    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;
  }
}

.interview__logo {
  width: 100%;
  max-width: 128px;
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .interview__logo {
    max-width: 9.375rem;
    margin: 0;
  }
}

.interview__titleBox {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .interview__titleBox {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.interview__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4545;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 500px) {
  .interview__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .interview__title {
    font-size: 1.4375rem;
    margin-top: 0;
    text-align: unset;
  }
}

.interview__address {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6666;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 500px) {
  .interview__address {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .interview__address {
    font-size: 1.3125rem;
    text-align: unset;
  }
}

.interview__text {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 500px) {
  .interview__text {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .interview__text {
    font-size: 1.3125rem;
    margin-top: 2.5rem;
  }
}

.interview__corporation {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 500px) {
  .interview__corporation {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .interview__corporation {
    font-size: 1.3125rem;
    margin-top: 0;
  }
}

.interview__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 500px) {
  .interview__name {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .interview__name {
    font-size: 1.6875rem;
  }
}

.matching {
  padding-top: 105px;
}
@media screen and (min-width: 768px) {
  .matching {
    padding-top: 11.5625rem;
  }
}

.matching__contents {
  background-color: #F9F5F2;
  padding: 65px 0;
  padding: 4.0625rem 0;
  margin: 2.0625rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .matching__contents {
    padding: 6.125rem 0;
    margin-left: unset;
    margin-right: unset;
    margin-top: 3.125rem;
    border-radius: 1.25rem;
  }
}

.matching__title {
  width: 100%;
  max-width: 563px;
  max-width: 35.1875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .matching__title {
    max-width: 52.8125rem;
  }
}

.matching__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6666;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  border-radius: 0.625rem;
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -27px;
  margin-top: -1.6875rem;
  padding: 38px 0;
  padding: 2.375rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .matching__text {
    font-size: 2.125rem;
    max-width: 75rem;
    margin-top: -2.5rem;
    padding: 3.75rem 0;
  }
}

.matching__text::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -60px;
  bottom: -3.75rem;
  left: 50%;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  border-top: 4px solid #E00001;
  border-right: 4px solid #E00001;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
@media screen and (min-width: 768px) {
  .matching__text::after {
    bottom: -5.625rem;
    width: 4.75rem;
    height: 4.75rem;
  }
}

.matching__text img {
  display: inline-block;
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
}
@media screen and (min-width: 768px) {
  .matching__text img {
    max-width: 23rem;
  }
}

.matching__start {
  background-color: #E00001;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 96px;
  margin-top: 6rem;
  padding: 35px 0;
  padding: 2.1875rem 0;
  border-radius: 3.125rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .matching__start {
    font-size: 2.625rem;
    max-width: 48.75rem;
    margin-top: 8.75rem;
    padding: 3.375rem 0;
    border-radius: 5rem;
  }
  .matching__start:hover {
    opacity: 0.8;
  }
}

.matching__chart {
  display: none;
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  margin-top: 8.125rem;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.matching__chart .yesno_q {
  border: none;
  background-color: #fff;
}

.matching__chart a {
  color: #E00001;
}

.start .matching__chart {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.start .matching__start {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.matching__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .matching__btn {
    margin-top: 3.875rem;
  }
}

.mv {
  padding: 50px 0 55px;
  padding: 3.125rem 0 3.4375rem;
  background-color: #E00001;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 4.5625rem 0 6.625rem;
  }
}

.mv__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .mv__info {
    position: relative;
    z-index: 2;
  }
}

.mv__title {
  color: #fff;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 4.75rem;
    text-align: unset;
  }
}

.mv__text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.3333;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 567px;
  max-width: 35.4375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 460px;
  margin-top: 28.75rem;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 1.25rem;
    max-width: 40.5rem;
    margin-left: unset;
    margin-right: unset;
    margin-top: 6.125rem;
  }
}

.mv__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .mv__btn {
    margin-top: 5.375rem;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media screen and (min-width: 768px) {
  .mv__btn .btn {
    max-width: 19.6875rem;
  }
}

.mv__img {
  position: absolute;
  top: 140px;
  top: 8.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 582px;
  width: 36.375rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__img {
    top: 0;
    left: 36.5625rem;
    -webkit-transform: unset;
            transform: unset;
    width: 57.4479vw;
    max-width: 68.9375rem;
  }
}

.operation {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .operation {
    padding-top: 9.0625rem;
  }
}

.operation__movie {
  width: 100%;
  margin-top: 43px;
  margin-top: 2.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .operation__movie {
    margin-top: 3.125rem;
  }
}

.operation__movie:before {
  content: "";
  display: block;
  padding-top: 52.8649%;
}

.operation__movie img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.operation__text {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .operation__text {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    margin-top: 3.3125rem;
  }
}

.point {
  padding: 70px 0 60px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 7.6875rem 0 7.5rem;
  }
}

.point__section-header {
  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;
}

.point__section-header img {
  width: 50%;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .point__section-header img {
    width: 100%;
    max-width: 28.125rem;
  }
}

.point__section-header .section-header__title {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .point__section-header .section-header__title {
    font-size: 2.375rem;
  }
}

.point__section-header .section-header__title .font-red {
  color: #E00001;
}

.point__section-header .section-header__title .font-small {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .point__section-header .section-header__title .font-small {
    font-size: 1.625rem;
  }
}

.point__body {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding: 56px 0 30px;
  padding: 3.5rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .point__body {
    border-radius: 1.875rem;
    margin-top: 1.625rem;
    padding: 5.75rem 0 3.75rem;
  }
}

.point__items {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .point__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
  }
}

.point__item {
  width: 74%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .point__item {
    width: 100%;
    max-width: calc(33.3% - 24px);
    margin-left: unset;
    margin-right: 2.25rem;
  }
}

.point__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .point__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .point__item:nth-child(3n) {
    margin-right: 0;
  }
}

.point__tag {
  display: block;
  background-color: #E00001;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 19px 0;
  padding: 1.1875rem 0;
  width: 100%;
  max-width: 191px;
  max-width: 11.9375rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.875rem 1.875rem 0 0;
}
@media screen and (min-width: 768px) {
  .point__tag {
    font-size: 1.5625rem;
    max-width: 11.25rem;
  }
}

.point__text {
  color: #3C3C3C;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7142;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .point__text {
    margin-top: 1.875rem;
  }
}

.price {
  padding: 82px 0 76px;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 8.75rem 0 9.375rem;
  }
}

.price__copy {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .price__copy {
    font-size: 2.625rem;
    margin-top: 5.5625rem;
  }
}

.price__contents {
  background-color: #F9F5F2;
  padding: 40px 0;
  padding: 2.5rem 0;
  margin-top: 60px;
  margin-top: 3.75rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price__contents {
    padding: 3.75rem 0;
    margin-top: 5.6875rem;
  }
}

.price__title {
  color: #E00001;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__title {
    font-size: 2rem;
  }
}

.price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .price__items {
    border-radius: 3.75rem;
    max-width: 75rem;
    margin-top: 3rem;
    padding: 2.9375rem 0;
  }
}

.price__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 46px;
  padding-left: 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price__item {
    font-size: 1.625rem;
    padding-left: 5.625rem;
  }
}

.price__item:nth-child(n+2) {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .price__item:nth-child(n+2) {
    margin-left: 9.25rem;
  }
}

.price__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 6px;
  bottom: 0.375rem;
  left: 0;
  width: 34px;
  width: 2.125rem;
  height: 15px;
  height: 0.9375rem;
  border-top: 3px solid #E00001;
  border-right: 3px solid #E00001;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .price__item::before {
    bottom: 1rem;
    width: 3.875rem;
    height: 1.5625rem;
  }
}

.price__price {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .price__price {
    font-size: 2.25rem;
    margin-top: 3.625rem;
  }
}

.price__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .price__btn {
    margin-top: 3.875rem;
  }
}

.top-contents {
  padding-top: 88px;
}
@media screen and (min-width: 768px) {
  .top-contents {
    padding-top: 7.625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-contents__inner.inner {
    max-width: 89.375rem;
  }
}

.top-contents__items {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .top-contents__items {
    margin-top: 4.4375rem;
  }
}

.top-contents__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-contents__btn {
    margin-top: 3.75rem;
  }
}

.top-contents__btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.voice__contents {
  background-color: #fff;
  border-radius: 0.875rem;
  padding: 75px 70px 70px;
  padding: 4.6875rem 4.375rem 4.375rem;
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .voice__contents {
    border-radius: 1.25rem;
    padding: 5.25rem 9.375rem 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .voice__item {
    width: 100%;
    max-width: calc(33.3333% - 25px);
    margin-right: 37.5px;
  }
}

@media screen and (min-width: 768px) {
  .voice__item:nth-child(3n) {
    margin-right: 0;
  }
}

.voice__item:nth-child(n+2) {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .voice__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.voice__img {
  position: relative;
  width: 100%;
}

.voice__img:before {
  content: "";
  display: block;
  padding-top: 67.2%;
}

.voice__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__profession {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.voice__profession span {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 12px 28px;
  padding: 0.75rem 1.75rem;
}

.voice__profession p {
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 27px;
  margin-left: 1.6875rem;
}

.voice__title {
  color: #3C3C3C;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.7272;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-decoration: underline;
}

.voice__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .voice__btn {
    margin-top: 3.9375rem;
  }
}

.voice__btn .btn {
  margin-left: auto;
  margin-right: auto;
}

.worry {
  padding-top: 90px;
  background-color: #F9F5F2;
}
@media screen and (min-width: 768px) {
  .worry {
    padding-top: 11.25rem;
  }
}

.worry__items {
  margin-top: 47px;
  margin-top: 2.9375rem;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .worry__items {
    margin-top: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
  }
}

.worry__item {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 30px 0;
  padding: 1.875rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worry__item {
    font-size: 2rem;
    line-height: 1.3636;
    width: 100%;
    max-width: calc(33.3% - 12px);
    margin-right: 1.125rem;
    border-radius: 3.75rem;
    padding: 3.375rem 0;
  }
}

.worry__item::after {
  content: "";
  position: absolute;
  bottom: -62px;
  bottom: -3.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 34px solid #E00001;
  border-top: 2.125rem solid #E00001;
  border-right: 25px solid transparent;
  border-right: 1.5625rem solid transparent;
  border-left: 25px solid transparent;
  border-left: 1.5625rem solid transparent;
}
@media screen and (min-width: 768px) {
  .worry__item::after {
    bottom: -4.125rem;
    border-top: 1.875rem solid #E00001;
    border-right: 1.375rem solid transparent;
    border-left: 1.375rem solid transparent;
  }
}

.worry__item:nth-child(n+2) {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .worry__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .worry__item:nth-child(3n) {
    margin-right: 0;
  }
}

.worry__text-box {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 30px 0;
  padding: 1.875rem 0;
  margin-top: 90px;
  margin-top: 5.625rem;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .worry__text-box {
    border-radius: 1.25rem;
    padding: 22 0;
    margin-top: 6.5rem;
    max-width: unset;
  }
}

@media screen and (min-width: 768px) {
  .worry__text-box {
    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;
  }
}

.worry__text-box img {
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .worry__text-box img {
    max-width: 35.625rem;
    margin-left: unset;
    margin-right: unset;
  }
}

.worry__text {
  color: #E00001;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .worry__text {
    font-size: 2.625rem;
  }
}

.tos {
  padding: 118px 0 48px;
  padding: 7.375rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .tos {
    padding: 11rem 0 7.375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
