@charset "UTF-8";
/* リキッドレイアウト対応 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
body {
  font-family: "Zen Maru Gothic", serif;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  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;
  }
}

*,
*::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%;
  height: auto;
}

/* 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;
}

.button--pink {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.button--pink a {
  font-size: 18px;
  font-size: 1.125rem;
  background: #ED6C66;
  -webkit-box-shadow: 0px 3px 6px #c37470;
          box-shadow: 0px 3px 6px #c37470;
  padding: 20px 70px;
  padding: 1.25rem 4.375rem;
  border-radius: 2.5rem;
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width: 768px) {
  .button--pink a {
    font-size: 1.5rem;
  }
}

.content-title {
  max-width: 738px;
  max-width: 46.125rem;
  width: 100%;
  margin: 0 auto;
  padding: 22px 0;
  padding: 1.375rem 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 45.5px 45.5px 0px 45.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f89d5f), color-stop(56.16%, #fcbd6e), to(#f8e191));
  background: linear-gradient(#f89d5f 0%, #fcbd6e 56.16%, #f8e191 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(168, 149, 98, .16);
          box-shadow: 0px 3px 6px rgba(168, 149, 98, .16);
}
@media screen and (min-width: 768px) {
  .content-title {
    font-size: 2rem;
  }
}

#footer {
  background: #F89D5F;
  text-align: center;
  padding: 41px 10px;
  padding: 2.5625rem 0.625rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

#header {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  height: 5rem;
  background: rgba(255, 255, 255, .9);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  z-index: 999;
}

.header-inner {
  padding: 20px 20px 0;
  padding: 1.25rem 1.25rem 0;
}
@media screen and (min-width: 1024px) {
  .header-inner {
    height: 5rem;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-logo {
  margin: 0;
  width: 200px;
  width: 12.5rem;
}
.header-menu {
  display: block;
  position: fixed;
  width: 100%;
  top: 80px;
  top: 5rem;
  left: 0;
  background: #fff6f0;
  padding: 20px 20px 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 1024px) {
  .header-menu {
    -webkit-transform: none;
            transform: none;
    width: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 0 0 auto;
    background: none;
  }
}

.header-nav-list {
  display: block;
}
@media screen and (min-width: 1024px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-nav-item {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .header-nav-item {
    margin: 0 20px 0 0;
  }
  .header-nav-item br {
    display: none;
  }
}
.header-nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-nav-item a p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .header-nav-item a p {
    font-size: 0.9375rem;
  }
}
.header-nav-item a::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-nav-item a::after {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #fff;
    bottom: -18px;
    left: 0;
    border-radius: 2px;
  }
}
.header-nav-item a:hover::after {
  height: 4px;
  background: #F89D5F;
}

.header-nav-item.current a {
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
}
.header-nav-item.current a p {
  color: #F89D5F;
}
.header-nav-item.current a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #F89D5F;
  bottom: -18px;
  left: 0;
  border-radius: 2px;
}

body {
  padding-top: 80px;
  padding-top: 5rem;
}
body::after {
  display: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
body.active {
  position: relative;
}
body.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, .8);
  z-index: 3;
}
body #header.active {
  background: rgb(255, 247, 240);
}
body #header.active .inner .header-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#nav_toggle {
  display: block;
  width: 42px;
  height: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  padding: 8px 0;
}
#nav_toggle .toggle_inner {
  display: block;
  position: relative;
  width: 42px;
  height: 20px;
}
#nav_toggle .toggle_inner span {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #333333;
  position: absolute;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#nav_toggle .toggle_inner span:nth-child(1) {
  top: 0;
}
#nav_toggle .toggle_inner span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#nav_toggle .toggle_inner span:nth-child(3) {
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  #nav_toggle {
    display: none;
  }
}

#nav_toggle.active .toggle_inner span {
  background: #F89D5F;
}
#nav_toggle.active .toggle_inner span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
#nav_toggle.active .toggle_inner span:nth-child(2) {
  opacity: 0;
}
#nav_toggle.active .toggle_inner span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}

html.active {
  /*動き固定*/
  overflow: hidden;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

body.active {
  width: 100%;
  top: -1;
}

.heading-tag {
  color: #fff;
  border-radius: 26.5px;
  background: #010101;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  padding: 8.5px 20px;
  padding: 0.53125rem 1.25rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .heading-tag {
    padding: 0.53125rem 2.625rem;
  }
}

.heading-tag p {
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .heading-tag p {
    font-size: 2rem;
  }
}

.heading-tag p::before,
.heading-tag p::after {
  content: "";
  display: block;
}

.heading-tag p::before {
  background: url(../images/common/heading-tag__icon01.png) no-repeat center left/cover;
  width: 34px;
  width: 2.125rem;
  height: 36px;
  height: 2.25rem;
  margin-right: 13px;
  margin-right: 0.8125rem;
}

.heading-tag p::after {
  background: url(../images/common/heading-tag__icon02.png) no-repeat center left/cover;
  width: 12px;
  width: 0.75rem;
  height: 29px;
  height: 1.8125rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
}

.icon-note-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 43px;
  margin-top: 2.6875rem;
}

#container {
  background: url(../images/top/top-service-bg.png) no-repeat bottom right;
  background-size: 50%;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  #container {
    background-size: 41.875rem 25rem;
  }
}

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

.main-visual__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../images/common/key-visual--bg.png) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .main-visual__inner {
    padding-bottom: 6.875rem;
  }
}

.separate-arrow::after {
  width: 100%;
  background: #FEFCEF;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: 0;
  content: "";
  height: 109px;
  height: 6.8125rem;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -109px;
  bottom: -6.8125rem;
}

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

/* 左右に斜め線(両端を丸く) */
.title-rotate__deco {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 線を上下中央 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 文字と線を横並び */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 文字を中央寄せ */
}

.title-rotate__deco::before,
.title-rotate__deco::after {
  background-color: #333; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
  content: "";
  height: 2px;
  height: 0.125rem; /* 線の幅 */
  width: 16px;
  width: 1rem; /* 線の長さ */
}

.title-rotate__deco::before {
  margin-right: 5px;
  margin-right: 0.3125rem; /* 文字との余白 */
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); /* 傾ける */
}

.title-rotate__deco::after {
  margin-left: 5px;
  margin-left: 0.3125rem; /* 文字との余白 */
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); /* 傾ける */
}

.point-items__features {
  background: #FEFCEF;
  padding-top: 74px;
  padding-top: 4.625rem;
  position: relative;
  margin-bottom: 100px;
}
.point-items__features-inner {
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.point-items__features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .point-items__features-content {
    margin-top: 3.9375rem;
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .point-items__features-item {
    width: 32%;
  }
}

.point-button {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .point-items__pick-up {
    background: #FBCC83;
  }
}

.point-items__pick-up-inner {
  max-width: 748px;
  max-width: 46.75rem;
  width: 90%;
  height: 240px;
  height: 15rem;
  overflow: scroll;
  padding: 15px 42px;
  padding: 0.9375rem 2.625rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 32px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  position: relative;
  bottom: -50px;
  bottom: -3.125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .point-items__pick-up-inner {
    width: 100%;
    padding: 1.875rem 5.25rem;
  }
}

.point-items__pick-up-title {
  width: 139px;
  width: 8.6875rem;
  margin: 0 auto;
}

.point-items__news-item {
  border-bottom: 1px solid #D6D6D6;
  padding: 7.5px 18px;
  padding: 0.46875rem 1.125rem;
  margin-top: 22.5px;
  margin-top: 1.40625rem;
}

#point-items__service-list {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.point-items__service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point-items__service-title:nth-child(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}

.point-items__service-item {
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.point-items__service-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .point-items__service-item {
    width: calc(33% - 2.5rem);
    margin-right: 2.5rem;
  }
}

.point-items__service-item-title {
  border-top: 3px solid #FBCC83;
  border-bottom: 3px solid #FBCC83;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 17.5px;
  margin-top: 1.09375rem;
  padding: 8.5px 0;
  padding: 0.53125rem 0;
  font-weight: normal;
}

.point-items__service-item-description {
  margin-top: 17.5px;
  margin-top: 1.09375rem;
}
.point-items__service-item-description a {
  display: inline-block;
  text-align: right;
  color: #1C1CEF;
  border-bottom: 1px solid #1C1CEF;
}

#point-items-main-visual {
  background: url(../images/common/key-visual--bg.png) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  #point-items-main-visual {
    background: none;
  }
}

.point-items-main-visual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  padding-bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point-items-main-visual__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

.point-items-main-visual__inner.main-visual__inner {
  background: none;
}
@media screen and (min-width: 768px) {
  .point-items-main-visual__inner.main-visual__inner {
    background: url(../images/common/key-visual--bg.png) no-repeat center left/cover;
  }
}

.point-items-main-visual--left {
  text-align: center;
}

.point-items-main-visual__sub-message {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .point-items-main-visual__sub-message {
    font-size: 1.375rem;
  }
}

.point-items__side-note-cards.icon-note-cards {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .point-items__side-note-cards.icon-note-cards {
    width: auto;
    margin-top: 0;
  }
}

.point-items-side-note-card {
  max-width: 140px;
  max-width: 8.75rem;
  width: 30%;
  margin-right: 23px;
  margin-right: 1.4375rem;
}
.point-items-side-note-card:last-child {
  margin-right: 0;
}

.point-items-main-visual__images {
  width: 206.43px;
  width: 12.901875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .point-items-main-visual__images {
    margin-top: 0;
    margin-left: 4.625rem;
  }
}

.top-about__point-inner {
  max-width: 748px;
  max-width: 46.75rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-about__point-inner {
    width: 100%;
  }
}

.top-about__card-box {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.top-about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.top-about-card-num {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  text-align: center;
  line-height: 75px;
  line-height: 4.6875rem;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #F89D5F;
  border-radius: 24px;
  background: transparent;
  border: 3px solid #F89D5F;
}
@media screen and (min-width: 768px) {
  .top-about-card-num {
    width: 6.625rem;
    height: 6.625rem;
    font-size: 2.25rem;
    line-height: 6.25rem;
  }
}

.top-about-card-detail {
  width: calc(100% - 6.625rem);
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .top-about-card-detail {
    padding-left: 2rem;
  }
}

.top-about-card__detail-title {
  border-bottom: 6px dotted #F89D5F;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.top-about-card__detail-title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #F89D5F;
}
@media screen and (min-width: 768px) {
  .top-about-card__detail-title h2 {
    font-size: 2rem;
  }
}

.top-about-card__detail-description {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .top-about-card__detail-description {
    font-size: 1.25rem;
  }
}

.top-about__side-note__title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .top-about__side-note__title {
    font-size: 1.75rem;
  }
}

.top-about__side-note__title.title-rotate__deco::before,
.top-about__side-note__title.title-rotate__deco::after {
  background-color: #333; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  content: "";
  height: 2px;
  height: 0.125rem; /* 線の幅 */
  width: 38px;
  width: 2.375rem; /* 線の長さ */
}

.top-about__side-note-card {
  max-width: 214px;
  max-width: 13.375rem;
  width: 32%;
}

#top-main-visual {
  text-align: center;
}

.top-main-visual__heading-tag {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.top-page-title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-page-title {
    font-size: 5.5rem;
  }
}

.top-page-summary {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
.top-page-summary span {
  color: #F89D5F;
}
@media screen and (min-width: 768px) {
  .top-page-summary {
    font-size: 2.25rem;
  }
}

.top-main-visual__figure-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBCC83;
}

.top-main-visual__figure--01 {
  display: none;
  width: 30%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: -290px;
  margin-top: -18.125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-main-visual__figure--01 {
    display: block;
    width: 30.625rem;
    margin-top: -11.875rem;
    margin-left: -18%;
  }
}

.top-main-visual__figure--02 {
  width: 100%;
  margin-top: -16%;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-main-visual__figure--02 {
    width: 26.5625rem;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.top-service-inner {
  max-width: 960px;
  max-width: 60rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top-service-inner {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.top-service-img {
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
  margin: 0 auto;
}
.top-service-img__attention {
  color: #ED6C66;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-service-img__attention {
    font-size: 1.75rem;
  }
}

.top-service__description {
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top-service__description {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.top-service__description-title {
  font-weight: 400;
  text-align: center;
  border-top: 3px solid #FBCC83;
  border-bottom: 3px solid #FBCC83;
}

.top-service__description-title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 17px 0;
  margin: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .top-service__description-title h2 {
    font-size: 2rem;
  }
}

.top-service__description-content {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}
.top-service__description-content span {
  color: #F89D5F;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-service__description-content {
    font-size: 1.25rem;
  }
}

.top-service__annotation-note {
  margin-top: 80px;
  margin-top: 5rem;
}

.vendor-page-title {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (min-width: 768px) {
  .vendor-page-title {
    font-size: 4rem;
  }
}

.vendor__service-item-description a, .vendor__service-item-description p {
  color: #000;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.vendor__service-item-description a {
  border-bottom: 1px solid #000;
}
/*# sourceMappingURL=styles.css.map */
