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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 751px) {
  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: 751px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  ::-webkit-full-page-media, :future, :root .url__link {
    font-size: 1.1rem;
    padding: 0.55rem 0 0.625rem;
  }
}

*,
*::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;
  width: 100%;
}

/* 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 */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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;
}

.career__inner {
  background: #006999;
  padding: 0 22px;
}
@media screen and (min-width: 751px) {
  .career__inner {
    max-width: 62.5rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.career__wrap {
  margin-top: 80px;
  margin-top: 5rem;
  color: #fff;
  padding: 32px 0px 40px;
  padding: 2rem 0px 2.5rem;
}
@media screen and (min-width: 751px) {
  .career__wrap {
    margin-top: 9.25rem;
    padding: 3.8125rem 5.0625rem 4.125rem 4.625rem;
  }
}

.career__title {
  font-size: 22.61px;
  font-size: 1.413125rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding: 12px 0;
  padding: 0.75rem 0;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 751px) {
  .career__title {
    font-size: 1.836875rem;
    padding: 1rem 0 1rem 0.6875rem;
  }
}

.career__heading {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
  .career__heading {
    margin-top: 1.75rem;
    letter-spacing: -0.03;
  }
}

.career__list {
  position: relative;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 751px) {
  .career__list {
    margin-top: 4.6875rem;
  }
}

.career__list::before {
  content: "";
  position: absolute;
  background: url(../img/dotto.svg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  top: -34px;
  top: -2.125rem;
  left: 0;
}
@media screen and (min-width: 751px) {
  .career__list::before {
    background: url(../img/dotto.svg);
    background-size: contain;
    top: -2.75rem;
    height: 0.1875rem;
  }
}

.career__list::after {
  content: "";
  position: absolute;
  background: url(../img/dotto.svg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  bottom: -32px;
  bottom: -2rem;
  left: 0;
}
@media screen and (min-width: 751px) {
  .career__list::after {
    background: url(../img/dotto.svg);
    background-size: contain;
    bottom: -2.75rem;
    height: 0.1875rem;
  }
}

.career__item + .career__item {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  .career__item + .career__item {
    margin-top: 2.75rem;
  }
}

.career__sm-title {
  width: 165px;
  width: 10.3125rem;
}
@media screen and (min-width: 751px) {
  .career__sm-title {
    width: 12.8125rem;
  }
}

.career__sm-title--02 {
  width: 179px;
  width: 11.1875rem;
}
@media screen and (min-width: 751px) {
  .career__sm-title--02 {
    width: 14.3125rem;
  }
}

.career__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .career__text {
    margin-top: 0.5rem;
    letter-spacing: -0.04em;
  }
}

.career__other {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 751px) {
  .career__other {
    margin-top: 5.375rem;
    letter-spacing: -0.04em;
  }
}

.common__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 751px) {
  .common__inner {
    max-width: 65.625rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.common__wrap {
  text-align: center;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 751px) {
  .common__wrap {
    margin-top: 5rem;
  }
}

.common__wrap--mt {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 751px) {
  .common__wrap--mt {
    margin-top: 7.875rem;
  }
}

.common__wrap--mt2 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 751px) {
  .common__wrap--mt2 {
    margin-top: 6rem;
  }
}

.common__area:nth-child(2) {
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (min-width: 751px) {
  .common__area:nth-child(2) {
    margin-top: 8.375rem;
  }
}

.common__area--mt {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.common__title {
  color: #00598C;
  font-weight: 400;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .common__title {
    font-size: 2.19375rem;
    letter-spacing: 0.01em;
  }
}

.common__text {
  text-align: left;
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 751px) {
  .common__text {
    margin-top: 3.625rem;
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
  }
}

.common__sub-title {
  color: #00598C;
  font-size: 17.87px;
  font-size: 1.116875rem;
  font-weight: bold;
  margin-top: 14px;
  margin-top: 0.875rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 751px) {
  .common__sub-title {
    font-size: 1.451875rem;
    margin-top: 2.9375rem;
  }
}

@media screen and (min-width: 751px) {
  .common__sub-title--mt {
    margin-top: 3.3125rem;
  }
}

.common__sub-title--decoration::before {
  content: "〜";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-708%, -50%);
          transform: translate(-708%, -50%);
}
@media screen and (min-width: 751px) {
  .common__sub-title--decoration::before {
    -webkit-transform: translate(-1000%, -50%);
            transform: translate(-1000%, -50%);
  }
}

.common__sub-title--decoration::after {
  content: "〜";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(724%, -50%);
          transform: translate(724%, -50%);
}
@media screen and (min-width: 751px) {
  .common__sub-title--decoration::after {
    -webkit-transform: translate(1005%, -50%);
            transform: translate(1005%, -50%);
  }
}

.common__talk-box {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 751px) {
  .common__talk-box {
    max-width: 49.6875rem;
    margin: 4rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .common__talk-box--flex {
    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;
    gap: 1.5625rem;
  }
}

.common__talk-box--mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .common__talk-box--mt {
    margin-top: 2.3125rem;
  }
}

.common__talk-box--mt2 {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 751px) {
  .common__talk-box--mt2 {
    margin-top: 2.75rem;
  }
}

.common__talk-box--mt3 {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 751px) {
  .common__talk-box--mt3 {
    margin-top: 4.9375rem;
  }
}

.common__talk-box--mt4 {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 751px) {
  .common__talk-box--mt4 {
    margin-top: 3.3125rem;
  }
}

@media screen and (min-width: 751px) {
  .common__talk-box--mt5 {
    margin: 3.5rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .common__talk-box--mt6 {
    margin: 2.875rem auto 0;
  }
}

.commmon__talk-text--le {
  letter-spacing: 0.01em;
}

.common__img {
  width: 155px;
  width: 9.6875rem;
  margin: auto;
}

.common__img01 {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  .common__img01 {
    margin-top: 4.1875rem;
    margin: 4.1875rem auto 0;
    max-width: 33.8125rem;
  }
}

.common__img--float {
  float: left;
  width: 121px;
  width: 7.5625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 18px;
  margin-right: 1.125rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 751px) {
  .common__img--float {
    width: 9.875rem;
    -webkit-transform: translateX(-0.4375rem);
            transform: translateX(-0.4375rem);
    margin-top: -0.625rem;
    padding-bottom: 1.0625rem;
  }
}

@media screen and (min-width: 751px) {
  .common__img--200 {
    width: 12.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -2.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .common__img--mt {
    margin-top: -1.1875rem;
  }
}

.commmon__talk-text {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .commmon__talk-text {
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

.commmon__talk-text--mt {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 751px) {
  .commmon__talk-text--mt {
    margin-top: 0.0625rem;
    font-size: 0.9375rem;
  }
}

.commmon__talk-text--blue span {
  color: #00598C;
}

.commmon__talk-text--orange span {
  color: #F29600;
}

.company__info {
  margin-top: 29px;
}
@media screen and (min-width: 751px) {
  .company__info {
    margin-top: -2.0625rem;
    width: 47.75rem;
    margin-left: auto;
    font-size: 1rem;
  }
}

.company__inner {
  padding: 0 24px;
  margin: auto;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (min-width: 751px) {
  .company__inner {
    max-width: 62.5rem;
    padding: 0 1.5625rem;
  }
}

.company__wrap {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 751px) {
  .company__wrap {
    margin-top: 8.1875rem;
  }
}

.company__la-title {
  display: inline-block;
  font-size: 15.11px;
  font-size: 0.944375rem;
  background: #3E3A39;
  color: #fff;
  padding: 3px 9px;
  padding: 0.1875rem 0.5625rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 751px) {
  .company__la-title {
    font-size: 1.228125rem;
    margin-left: 2.125rem;
    padding: 0.1875rem 0.75rem;
  }
}

.company__raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
@media screen and (min-width: 751px) {
  .company__raw {
    gap: 2.375rem;
  }
}

.company__raw + .company__raw {
  margin-top: 15.5px;
}
@media screen and (min-width: 751px) {
  .company__raw + .company__raw {
    margin-top: 1.4375rem;
  }
}

.company__title {
  width: 82px;
  width: 5.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (min-width: 751px) {
  .company__title {
    width: 6.9375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.company__data {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 213px;
  width: 13.3125rem;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-top: -4px;
}
@media screen and (min-width: 751px) {
  .company__data {
    margin-top: 0;
    width: 100%;
    letter-spacing: -0.01em;
  }
}

.company__link,
.company__google-map {
  text-decoration: underline;
}

.company__google-map {
  position: relative;
}

.company__google-map::after {
  content: "";
  position: absolute;
  background: url(../img/company/company__google-icon.png) center center no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .company__google-map::after {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 8px;
  }
}

.company__link {
  position: relative;
}

.company__link::after {
  content: "";
  position: absolute;
  background: url(../img/company/company__link-icon.png) center center no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .company__link::after {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-left: 9px;
  }
}

/* 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(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

.header__wrap {
  text-align: center;
}

.header__title {
  color: #fff;
  font-size: 33.86px;
  font-size: 2.11625rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding: 20px 0 31px;
  font-weight: bold;
  background: #00598C;
}
@media screen and (min-width: 751px) {
  .header__title {
    font-size: 2.75125rem;
    padding: 3.3125rem 0px 4.5rem 3.1875rem;
  }
}

.header__sub-title {
  font-size: 24.75px;
  font-size: 1.546875rem;
  letter-spacing: 0.07em;
  color: #fff;
  background: #717071;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 18px 43px;
  padding: 1.125rem 0 1.125rem 2.6875rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .header__sub-title {
    font-size: 2.01125rem;
    padding: 1.4375rem 0 1.4375rem 4.9375rem;
  }
}

.header__sub-title::before {
  content: "";
  position: absolute;
  background: url(../img/logo01.svg) center center no-repeat;
  background-size: cover;
  width: 43px;
  width: 2.6875rem;
  height: 40px;
  height: 2.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-363%, -50%);
          transform: translate(-363%, -50%);
}
@media screen and (min-width: 751px) {
  .header__sub-title::before {
    width: 3.5625rem;
    height: 3.3125rem;
    -webkit-transform: translate(-337%, -54%);
            transform: translate(-337%, -54%);
  }
}

.header__name {
  font-size: 23.31px;
  font-size: 1.456875rem;
  text-align: center;
  margin-top: 38px;
  margin-top: 2.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .header__name {
    margin-top: 3.125rem;
    font-size: 1.894375rem;
    letter-spacing: -0.04em;
  }
}

.header__logo {
  margin: 37px auto 0;
  margin: 2.3125rem auto 0;
  width: 247px;
  width: 15.4375rem;
}
@media screen and (min-width: 751px) {
  .header__logo {
    margin: 2.25rem auto 0;
    width: 20.25rem;
  }
}

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

.mv {
  background: url(../img/mv_bg-sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .mv {
    background: url(../img/mv_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.mv__wrap {
  margin-top: 33px;
  margin-top: 2.0625rem;
  padding: 33px 0 0;
  padding: 2.0625rem 0 0;
}
@media screen and (min-width: 751px) {
  .mv__wrap {
    margin-top: 3.4375rem;
    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;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-26);
            transform: translateX(-26);
    height: 26.875rem;
    max-width: 64.5625rem;
    margin: 3.4375rem auto 0;
  }
}

.mv__heading {
  color: #000;
  text-align: center;
  background: #fff;
  margin: auto;
  width: 95%;
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (min-width: 751px) {
  .mv__heading {
    padding: 1.3125rem 0;
    width: 51.6%;
  }
}

.mv__title {
  font-size: 31.5px;
  font-size: 1.96875rem;
  font-weight: 400;
  color: #00598C;
}
@media screen and (min-width: 751px) {
  .mv__title {
    font-size: 2.559375rem;
  }
}

.mv__text {
  font-weight: bold;
  margin-top: -2px;
  margin-top: -0.125rem;
  letter-spacing: 0.06em;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .mv__text {
    font-size: 1.375rem;
    margin-top: 0.625rem;
  }
}

.mv__img {
  position: relative;
  padding-top: 89%;
  margin-top: -1px;
  margin-top: -0.0625rem;
  width: 95%;
}
@media screen and (min-width: 751px) {
  .mv__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.0625rem;
    padding-top: 27.3125rem;
    margin-top: -0.4375rem;
  }
}

.mv__img img {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan {
  background: #00ADC3;
  position: relative;
  z-index: 1;
}

.plan__inner {
  padding: 0 20px;
}
@media screen and (min-width: 751px) {
  .plan__inner {
    margin: auto;
    max-width: 60.5rem;
    padding: 0 1.5625rem;
  }
}

.plan__wrap {
  margin-top: 62px;
  margin-top: 3.875rem;
  padding: 47px 0 53px;
  padding: 2.9375rem 0 3.3125rem;
}
@media screen and (min-width: 751px) {
  .plan__wrap {
    margin-top: 8.375rem;
    padding: 4.5rem 0 4.25rem;
  }
}

.plan__box {
  background: #fff;
  border: 2px solid #1E3D49;
  border: 0.125rem solid #1E3D49;
  border-radius: 0.75rem;
  position: relative;
  padding: 24px 17px 19px;
  padding: 1.5rem 1.0625rem 1.1875rem;
}
@media screen and (min-width: 751px) {
  .plan__box {
    border-radius: 1.25rem;
    padding: 3.125rem 2.0625rem 1.5625rem;
  }
}

.plan__box::before {
  content: "";
  position: absolute;
  background: #365B61;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  top: 10px;
  top: 0.625rem;
  right: -7px;
  right: -0.4375rem;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .plan__box::before {
    top: 0.375rem;
    right: -0.6875rem;
    border-radius: 1.25rem;
    height: 100.5%;
  }
}

.plan__box--01 {
  padding: 50px 17px 29px;
  padding: 3.125rem 1.0625rem 1.8125rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .plan__box--01 {
    padding: 4.0625rem 3.4375rem 3.4375rem;
  }
}

.plan__pick-up {
  content: "";
  position: absolute;
  background: url(../img/pick-up.png) center center no-repeat;
  background-size: cover;
  width: 105px;
  width: 6.5625rem;
  height: 18px;
  height: 1.125rem;
  top: 14px;
  top: 0.875rem;
  left: 0;
}
@media screen and (min-width: 751px) {
  .plan__pick-up {
    width: 8.8125rem;
    height: 1.5625rem;
    top: 1.125rem;
    left: 0;
  }
}

.plan__box--02 {
  padding: 24px 17px 27px;
  padding: 1.5rem 1.0625rem 1.6875rem;
}
@media screen and (min-width: 751px) {
  .plan__box--02 {
    padding: 2.9375rem 2rem 3.0625rem;
  }
}

.plan__box--03 {
  padding: 24px 17px 25px;
  padding: 1.5rem 1.0625rem 1.5625rem;
}
@media screen and (min-width: 751px) {
  .plan__box--03 {
    padding: 3.25rem 2rem 3.25rem;
  }
}

.plan__la-title {
  width: 182px;
  width: 11.375rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 751px) {
  .plan__la-title {
    margin: auto;
    width: 27.5rem;
  }
}

@media screen and (min-width: 751px) {
  .plan__area {
    display: grid;
  }
}

.plan__img {
  width: 196px;
  width: 12.25rem;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}
@media screen and (min-width: 751px) {
  .plan__img {
    width: 16rem;
    margin: 2.25rem 0 0 3.875rem;
  }
}

.plan__list {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 751px) {
  .plan__list {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 23.375rem;
    margin-top: 2rem;
    margin-left: 3.25rem;
  }
}

.plan__item + .plan__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.plan__sm-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.46875rem;
}
@media screen and (min-width: 751px) {
  .plan__sm-title {
    font-size: 1.3rem;
    margin-bottom: 0.65625rem;
  }
}

.plan__sm-title--yellow {
  color: #F29600;
}

.plan__sm-title--blue {
  color: #00598C;
}

.plan__sm-title--red {
  color: #C30D23;
}

.plan__child-item {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 751px) {
  .plan__child-item {
    font-size: 0.875rem;
  }
}

.plan__child-item:not(:first-child) {
  margin-top: 4.5px;
  margin-top: 0.28125rem;
  margin-left: -3px;
  margin-left: -0.1875rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
  .plan__child-item:not(:first-child) {
    margin-top: 0.65625rem;
  }
}

.plan__text-box {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: justify;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 751px) {
  .plan__text-box {
    font-size: 0.9375rem;
    margin-top: 2.75rem;
    max-width: 23.5625rem;
    line-height: 1.58;
  }
}

.plan__box:nth-child(2) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 751px) {
  .plan__box:nth-child(2) {
    margin-top: 2.5rem;
  }
}

.plan__box:nth-child(3) {
  margin-top: 37px;
}
@media screen and (min-width: 751px) {
  .plan__box:nth-child(3) {
    margin-top: 3.3125rem;
  }
}

.plan__box:nth-child(4) {
  margin-top: 37px;
}
@media screen and (min-width: 751px) {
  .plan__box:nth-child(4) {
    margin-top: 3.5625rem;
  }
}

.plan__title {
  margin: auto;
}

.plan__title--01 {
  width: 158px;
  width: 9.875rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 751px) {
  .plan__title--01 {
    width: 18.4375rem;
    padding-right: 0;
  }
}

.plan__title--02,
.plan__title--03 {
  width: 300px;
  width: 18.75rem;
}
@media screen and (min-width: 751px) {
  .plan__title--02,
  .plan__title--03 {
    width: 36.4375rem;
  }
}

.plan__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 15px;
  text-align: justify;
  letter-spacing: 0.04265em;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .plan__text {
    margin-top: 2.5rem;
    letter-spacing: 0.01em;
  }
}

.plan__sm-img {
  width: 246px;
  width: 15.375rem;
  margin: 21px auto 0;
  margin: 1.3125rem auto 0;
  -webkit-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
}
@media screen and (min-width: 751px) {
  .plan__sm-img {
    width: 20rem;
    margin: 2.9375rem auto 0;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .url {
    background: #EAEAEA;
  }
}

.url__inner {
  padding: 0 22px;
  padding: 0 1.375rem;
}

.url__wrap {
  text-align: center;
  margin-top: 37px;
  margin-top: 2.3125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 751px) {
  .url__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.5rem;
    padding-top: 1.9375rem;
    gap: 2.4375rem;
  }
}

.url__box {
  border: 1px solid #00455E;
  border: 0.0625rem solid #00455E;
}
@media screen and (min-width: 751px) {
  .url__box {
    width: 28.625rem;
    height: 100%;
    margin-top: 1.75rem;
    background: #fff;
  }
}

.url__text {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #00455E;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 6px;
  padding: 0.25rem 0 0.375rem;
}
@media screen and (min-width: 751px) {
  .url__text {
    font-size: 1.05625rem;
    padding: 0.3125rem 0 0.5rem;
  }
}

.url__link {
  color: #00455E;
  font-weight: bold;
  padding: 12px 0 12px;
  padding: 0.75rem 0 0.75rem;
  display: block;
  letter-spacing: 0.09em;
  /* white-space: nowrap; */
}
@media screen and (min-width: 751px) {
  .url__link {
    font-size: 0.875rem;
    letter-spacing: 0.07em;
  }
}

.url__qr-code {
  width: 37%;
  margin: 9px auto 0;
  margin: 0.5625rem auto 0;
}
@media screen and (min-width: 751px) {
  .url__qr-code {
    width: 11.6875rem;
    margin: 0;
    margin: initial;
  }
}

.voice {
  background: #00ADC3;
  position: relative;
  z-index: 1;
}

.voice__inner {
  padding: 0 21px;
  padding: 0 1.3125rem;
}
@media screen and (min-width: 751px) {
  .voice__inner {
    margin: auto;
    max-width: 60.5625rem;
    padding: 0 1.5625rem;
  }
}

.voice__wrap {
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 40px 0 43px;
  padding: 2.5rem 0 2.6875rem;
}
@media screen and (min-width: 751px) {
  .voice__wrap {
    margin-top: 7rem;
    padding: 3.4375rem 0 4.9375rem;
  }
}

.voice__box {
  background: #fff;
  border: 2px solid #1E3D49;
  border: 0.125rem solid #1E3D49;
  border-radius: 0.75rem;
  position: relative;
  padding: 24px 17px 25px;
  padding: 1.5rem 1.0625rem 1.5625rem;
}
@media screen and (min-width: 751px) {
  .voice__box {
    padding: 3.625rem 1.6875rem 3.8125rem 4.4375rem;
  }
}

.voice__box::before {
  content: "";
  position: absolute;
  background: #365B61;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  top: 10px;
  top: 0.625rem;
  right: -7px;
  right: -0.4375rem;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .voice__box::before {
    top: 0.375rem;
    right: -0.6875rem;
    border-radius: 1.25rem;
    height: 101.5%;
  }
}

.voice__img {
  float: right;
  width: 43%;
  max-width: 262px;
  max-width: 16.375rem;
  margin-top: -29px;
  margin-top: -1.8125rem;
  margin-right: -6px;
  margin-right: -0.375rem;
}
@media screen and (min-width: 751px) {
  .voice__img {
    max-width: 14.5rem;
    margin-top: -2.6875rem;
    margin-right: 0.6875rem;
  }
}

.voice__heading {
  font-size: 19.49px;
  font-size: 1.218125rem;
  color: #00598C;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .voice__heading {
    font-size: 1.949375rem;
    letter-spacing: 0.07em;
  }
}

.voice__category {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 22px;
  margin-top: 1.375rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
  .voice__category {
    letter-spacing: normal;
    letter-spacing: initial;
    font-size: 0.975rem;
    display: block;
    text-align: right;
    margin-top: 1.8125rem;
  }
}

.voice__name {
  font-size: 19.49px;
  font-size: 1.218125rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
}
@media screen and (min-width: 751px) {
  .voice__name {
    font-size: 1.58375rem;
    text-align: right;
  }
}

.voice__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.01em;
  padding-right: 7px;
  padding-right: 0.4375rem;
}
@media screen and (min-width: 751px) {
  .voice__text {
    font-size: 0.9375rem;
    max-width: 35.0625rem;
    margin-top: 2.5rem;
    line-height: 1.95;
    letter-spacing: 0.027em;
  }
}
/*# sourceMappingURL=styles.css.map */
