@charset "UTF-8";

@font-face {
  font-family: "genju";
  src: url(../fonts/GenJyuuGothic-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "genm";
  src: url(../fonts/GenJyuuGothic-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "genb";
  src: url(../fonts/GenJyuuGothic-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "genh";
  src: url(../fonts/GenJyuuGothic-Heavy.ttf) format("truetype");
}

@font-face {
  font-family: "kf";
  src: url(../fonts/KFhimaji.otf) format("opentype");
}

body {
  font-family: "genju";
}

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

.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.7;
  }
}

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

.award {
  width: 100%;
  height: 48px;
  height: 3rem;
  background-color: #111;
}

@media screen and (min-width: 768px) {
  .award {
    max-width: 26.875rem;
    width: 100%;
    height: 4rem;
    position: absolute;
  }

  .award::before {
    display: block;
    content: "";
    background-image: url(../images/PC/y-keisansho.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 2.75rem;
    width: 100%;
    height: 2.75rem;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
  }
}

.award__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.5333333333;
  font-family: "genh";
}

@media screen and (min-width: 768px) {
  .award__text {
    font-size: 1.25rem;
    line-height: 2.55;
  }
}

.test2 {
  font-family: "genb";
}

.test3 {
  font-family: "genm";
}

.test4 {
  font-family: "genh";
}

.card {
  width: 100%;
}

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

.card__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: auto;
}

.cards {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}

@media screen and (min-width: 768px) {
  .cards {
    position: relative;
  }
}

.cards__image {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cards__image {
    max-width: 34.8125rem;
    width: 100%;
    z-index: -1;
  }
}

.cards__image::before {
  display: block;
  content: "";
  padding-top: 44.776%;
}

@media screen and (min-width: 768px) {
  .cards__image::before {
    padding-top: 71%;
  }
}

.cards__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.cards__image--service1 img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .cards__image--service1 img {
    height: 100%;
  }
}

.cards__container {
  border-radius: 0.625rem;
  -webkit-box-shadow: 2px 6px 7px #ccc;
  box-shadow: 2px 6px 7px #ccc;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cards__container {
    max-width: 37.5rem;
    width: 100%;
    position: absolute;
    top: 3.5625rem;
    right: -1.1650485437%;
  }
}

.cards__inner {
  padding: 0 30px;
  padding: 0 1.875rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cards__inner {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
    padding-top: 4.25rem;
    padding-bottom: 2.8125rem;
  }
}

.cards__title::after {
  display: block;
  content: "";
  width: 25%;
  height: 4px;
  height: 0.25rem;
  border-radius: 0.625rem;
  background-color: #FFE900;
  position: relative;
  top: 10px;
  top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cards__title::after {
    width: 24.3902439024%;
    height: 0.375rem;
    top: 1.625rem;
  }
}

.cards__title span {
  display: block;
}

.cards__sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "genm";
}

@media screen and (min-width: 768px) {
  .cards__sub-title {
    font-size: 1.875rem;
  }
}

.cards__main-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "genm";
}

@media screen and (min-width: 768px) {
  .cards__main-title {
    font-size: 2.75rem;
  }
}

.cards__main-title--yellow {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.9285714286;
  font-family: "genb";
}

@media screen and (min-width: 768px) {
  .cards__main-title--yellow {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.cards__icon {
  width: 105px;
  width: 6.5625rem;
  height: 105px;
  height: 6.5625rem;
  background-color: #FFE900;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -55px;
  top: -3.4375rem;
  right: -0.5px;
  right: -0.03125rem;
}

@media screen and (min-width: 768px) {
  .cards__icon {
    width: 11.6875rem;
    height: 11.6875rem;
    top: -5.625rem;
  }
}

@media screen and (min-width: 1100px) {
  .cards__icon {
    right: -3.4375rem;
  }
}

.cards__icon-text {
  font-size: 11px;
  font-family: "genb";
  line-height: 1.7272727273;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cards__icon-text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.cards__content {
  font-size: 12px;
  line-height: 2;
  font-family: "genm";
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .cards__content {
    margin-top: 4.0625rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.cards__detail {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.0714285714;
  font-family: "genb";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cards__detail {
    font-size: 1.625rem;
    line-height: 2.0384615385;
    margin-top: 3.125rem;
  }
}

.cards__detail::after {
  display: inline-block;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background-image: url(../images/common/yajirushi.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .cards__detail::after {
    width: 2.0625rem;
    height: 2.0625rem;
    margin-left: 0.9375rem;
  }
}

.cards__sub-title.cards__sub-title--yellow {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.2352941176;
}

@media screen and (min-width: 768px) {
  .cards__sub-title.cards__sub-title--yellow {
    font-size: 1.5rem;
    line-height: 2.2083333333;
  }
}

.cards__title.y-card__title::after {
  background-color: #fff;
  top: 5px;
  top: 0.3125rem;
}

@media screen and (min-width: 600px) {
  .cards__title.y-card__title::after {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .cards__title.y-card__title::after {
    top: 2.5rem;
    margin: 0;
  }
}

.circle__image {
  max-width: 121px;
  max-width: 7.5625rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

.circle__image::before {
  display: block;
  content: "";
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .circle__image {
    max-width: 12.5rem;
    margin: auto;
  }
}

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

.circle__text {
  font-size: 13px;
  line-height: 2.1538461538;
  font-family: "genh";
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .circle__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1.5625rem;
  }
}

.circle {
  width: 100%;
}

.circle__inner {
  padding: 0 28px;
  padding: 0 1.75rem;
}

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

@media screen and (min-width: 768px) {
  .ceircle__container {
    max-width: 39.0625rem;
    width: 100%;
    gap: 0 22%;
    margin: auto;
  }
}

.circle__body {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .circle__body {
    max-width: 19.0625rem;
    width: 100%;
    margin: 0;
  }
}

.director__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.director__card {
  width: 100%;
  padding: 38px 20px;
  padding: 2.375rem 1.25rem;
  -webkit-box-shadow: 2px 6px 7px #ccc;
  box-shadow: 2px 6px 7px #ccc;
  border-radius: 0.625rem;
  background-color: #fff;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .director__card {
    max-width: 60.25rem;
    width: 100%;
    margin: auto;
    padding: 0 1.25rem;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
}

.director__image {
  max-width: 184px;
  max-width: 11.5rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .director__image {
    max-width: 26.3125rem;
    margin: 0;
    border-radius: 0.625rem;
    -webkit-box-shadow: 2px 6px 7px #ccc;
    box-shadow: 2px 6px 7px #ccc;
  }
}

.director__image::before {
  display: block;
  content: "";
  padding-top: 94.021%;
}

@media screen and (min-width: 768px) {
  .director__image::before {
    padding-top: 67.458%;
  }
}

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

.director__body {
  position: relative;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .director__body {
    padding-top: 3.875rem;
    padding-bottom: 3.9375rem;
    padding-right: 13%;
    padding-left: 6%;
    max-width: 42.8125rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 2px 6px 7px #ccc;
    box-shadow: 2px 6px 7px #ccc;
    position: absolute;
    top: 11.6875rem;
    right: 2.1645021645%;
    background-color: #fff;
    margin-top: 0;
  }
}

.director__body::before {
  display: inline-block;
  content: "";
  background-image: url(../images/common/y-dot.svg);
  background-size: cover;
  position: absolute;
  width: 36px;
  width: 2.25rem;
  height: 20px;
  height: 1.25rem;
  top: 10px;
  top: 0.625rem;
  right: -5px;
  right: -0.3125rem;
}

@media screen and (min-width: 768px) {
  .director__body::before {
    width: 4.875rem;
    height: 2.8125rem;
    top: 4.8125rem;
    right: -0.6875rem;
  }
}

.director__name span {
  font-family: "genm";
  display: block;
}

.director__name span:first-of-type {
  font-size: 13px;
  line-height: 1.7692307692;
}

@media screen and (min-width: 768px) {
  .director__name span:first-of-type {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.director__name span:last-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}

@media screen and (min-width: 768px) {
  .director__name span:last-of-type {
    font-size: 2.5rem;
    line-height: 1.925;
  }
}

.director__name {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .director__name {
    margin-top: 0;
  }
}

.director__name::after {
  display: inline-block;
  content: "";
  width: 20%;
  height: 3px;
  height: 0.1875rem;
  background-color: #FFE900;
  border-radius: 2.5rem;
  position: relative;
  top: -15px;
}

@media screen and (min-width: 768px) {
  .director__name::after {
    width: 27%;
    height: 0.375rem;
    position: relative;
    top: 0.1875rem;
  }
}

.director__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "genm";
  line-height: 2.2857142857;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

@media screen and (min-width: 768px) {
  .director__description {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 1.875rem;
  }
}

.director__text-content:nth-of-type(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.fb-card {
  max-width: 270px;
  max-width: 16.875rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: scroll;
  border-radius: 0.625rem;
  -webkit-box-shadow: 2px 6px 7px #ccc;
  box-shadow: 2px 6px 7px #ccc;
}

@media screen and (min-width: 768px) {
  .fb-card {
    max-width: 22.8125rem;
    -webkit-box-shadow: 2px 6px 7px #ccc;
    box-shadow: 2px 6px 7px #ccc;
  }
}

.fb-card::before {
  display: block;
  content: "";
  padding-top: 123.703%;
}

@media screen and (min-width: 768px) {
  .fb-card::before {
    padding-top: 124.383%;
  }
}

.fb-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

footer {
  width: 100%;
  height: 185px;
  height: 11.5625rem;
  background-color: #333;
  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) {
  footer {
    height: 5.625rem;
  }
}

footer p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.85;
  font-family: "genb";
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer p {
    line-height: 2.65;
  }
}

.footer__container {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.illustration {
  max-width: 231px;
  max-width: 14.4375rem;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .illustration {
    max-width: 18.375rem;
  }
}

.illustration::before {
  display: block;
  content: "";
  padding-top: 96.536%;
}

@media screen and (min-width: 768px) {
  .illustration::before {
    padding-top: 94%;
  }
}

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

.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;
  }
}

.line-card {
  max-width: 270px;
  max-width: 16.875rem;
  width: 100%;
  padding: 52px;
  padding: 3.25rem;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 7px #ccc;
  box-shadow: 2px 6px 7px #ccc;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .line-card {
    max-width: 22.8125rem;
    width: 100%;
    padding: 0 4.0625rem;
    padding-top: 4.375rem;
    padding-bottom: 5.5rem;
  }
}

.line-card__image {
  max-width: 163px;
  max-width: 10.1875rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .line-card__image {
    max-width: 13.875rem;
  }
}

.line-card__image::before {
  display: block;
  content: "";
  padding-top: 93.865%;
}

@media screen and (min-width: 768px) {
  .line-card__image::before {
    padding-top: 93.693%;
  }
}

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

.line-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "genh";
  text-align: center;
}

@media screen and (min-width: 768px) {
  .line-card__text {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 1.75rem;
  }
}

.member__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .member__card {
    max-width: 956px;
    width: 100%;
    padding: 0 1.25rem;
    margin: auto;
  }
}

.member__cards {
  width: 100%;
  padding: 35px 0;
  padding: 2.1875rem 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  -webkit-box-shadow: 2px 6px 7px #ccc;
  box-shadow: 2px 6px 7px #ccc;
  border-radius: 0.625rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .member__cards {
    padding: 3.75rem 11.5%;
    position: relative;
  }

  .member__cards::before {
    display: inline-block;
    content: "";
    width: 4.875rem;
    height: 2.8125rem;
    background-image: url(../images/common/y-dot.svg);
    background-size: cover;
    position: absolute;
    top: 3.4375rem;
    right: -1.6875rem;
  }
}

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

.member__image {
  max-width: 184px;
  max-width: 11.5rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .member__image {
    max-width: 9.0625rem;
    margin: 0;
  }
}

.member__image::before {
  display: block;
  content: "";
  padding-top: 94.021%;
}

@media screen and (min-width: 768px) {
  .member__image::before {
    padding-top: 91.724%;
  }
}

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

.member__name span {
  font-family: "genm";
  display: block;
}

.member__name span:first-of-type {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}

@media screen and (min-width: 768px) {
  .member__name span:first-of-type {
    font-size: 1.3125rem;
    line-height: 1.7619047619;
  }
}

.member__name span:last-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9444444444;
}

@media screen and (min-width: 768px) {
  .member__name span:last-of-type {
    font-size: 1.8125rem;
    line-height: 1.9310344828;
  }
}

.member__name {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .member__name {
    margin-left: 14%;
    margin-top: 1.125rem;
  }
}

.member__name::after {
  display: block;
  content: "";
  width: 18.3333333333%;
  height: 3px;
  height: 0.1875rem;
  background-color: yellow;
  border-radius: 2.5rem;
  position: relative;
  top: 15px;
}

@media screen and (min-width: 768px) {
  .member__name::after {
    width: 50%;
    top: 0.625rem;
  }
}

.member__name::before {
  display: block;
  content: "";
  width: 36px;
  width: 2.25rem;
  height: 20px;
  height: 1.25rem;
  background-image: url(../images/common/y-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.member__description {
  font-size: 12px;
  font-family: "genm";
  line-height: 2.1666666667;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .member__description {
    font-size: 1rem;
    line-height: 2;
    margin-top: 2.6875rem;
  }
}

.member__list {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.55;
  font-family: "genm";
  display: inline-block;
  margin: auto;
  border-bottom: dotted 7px #FFE900;
}

@media screen and (min-width: 768px) {
  .member__list {
    font-size: 2rem;
    line-height: 1.59375;
    padding-bottom: 0.4375rem;
  }
}

.member__body {
  text-align: center;
}

.member__list-title {
  text-align: center;
}

.menu {
  width: 100%;
  background-color: #FFE900;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 80px;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.menu__item a {
  display: block;
  width: 100%;
  text-align: center;
}

.menu__item:nth-of-type(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.menu {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.mv__container {
  width: 100%;
  height: auto;
  position: relative;
}

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

.mv__container::before {
  display: block;
  content: "";
  padding-top: 66.666%;
}

@media screen and (min-width: 768px) {
  .mv__container::before {
    padding-top: 44.444%;
  }
}

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

@media screen and (min-width: 768px) {
  .mv__container img {
    border-radius: 0.625rem;
  }
}

.pc-only {
  display: none;
}

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

.section-title {
  text-align: center;
  margin: auto;
}

.section-title__main {
  font-family: "genh";
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 3.75rem;
  }
}

.section-title__sub {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-family: "genm";
}

@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1.5rem;
    line-height: 2.125;
    margin-top: 0.375rem;
  }
}

.section-title__main.section-title__main--results {
  font-size: 34px;
  font-size: 2.125rem;
}

@media screen and (min-width: 768px) {
  .section-title__main.section-title__main--results {
    font-size: 3.375rem;
  }
}

.smile {
  width: 58px;
  width: 3.625rem;
  height: 58px;
  height: 3.625rem;
}

.smile img {
  width: 100%;
}

.sns-detail {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2.0526315789;
  font-family: "genb";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .sns-detail {
    font-size: 1.625rem;
    line-height: 2.0384615385;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.sns-detail::after {
  display: inline-block;
  content: "";
  background-image: url(../images/common/detail__yajirushi.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .sns-detail::after {
    width: 2.0625rem;
    height: 2.0625rem;
    margin-left: 0.9375rem;
  }
}

.sns-title {
  font-family: "genm";
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sns-title {
    text-align: start;
  }
}

.sns-title::after {
  display: inline-block;
  content: "";
  background-color: #566DCE;
  border-radius: 2.5rem;
  width: 25%;
  height: 4px;
  height: 0.25rem;
  position: relative;
  top: -5px;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .sns-title::after {
    width: 24.3902439024%;
    height: 0.375rem;
    top: 1.375rem;
    right: 0.125rem;
  }
}

.sns-title span {
  display: block;
}

.sns-title span:first-of-type {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7619047619;
}

@media screen and (min-width: 768px) {
  .sns-title span:first-of-type {
    font-size: 1.875rem;
    line-height: 1.7666666667;
  }
}

.sns-title span:last-of-type {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.9310344828;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .sns-title span:last-of-type {
    font-size: 2.5rem;
    line-height: 1;
  }
}

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

.subinner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.sublink-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 2.6666666667%;
  gap: 0.4375rem 2.6666666667%;
  margin: auto;
}

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

.sublink {
  max-width: 166px;
  max-width: 10.375rem;
  width: 100%;
  height: 46px;
  height: 2.875rem;
  border-radius: 0.625rem;
  border: 1px #707070 solid;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sublink {
    max-width: 23.8125rem;
    width: 100%;
    height: 6.5rem;
  }
}

.sublink a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3571428571;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .sublink a {
    font-size: 2rem;
    line-height: 2.5;
  }
}

.sublink a::after {
  display: inline-block;
  content: "";
  background-image: url(../images/common/detail__yajirushi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 12px;
  max-width: 0.75rem;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  right: 1px;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .sublink a::after {
    max-width: 1.75rem;
    width: 100%;
    height: 1.75rem;
    right: 1rem;
  }
}

.sublogo {
  max-width: 124px;
  max-width: 7.75rem;
  width: 100%;
  height: 53px;
  height: 3.3125rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sublogo {
    max-width: 12.75rem;
    width: 100%;
    height: 5.5rem;
  }
}

.sublogo img {
  display: block;
  width: 100%;
  height: 100%;
}

.sublogo a {
  display: block;
  width: 100%;
  height: 100%;
}

.subtitle-two {
  text-align: center;
}

.subtitle-two__body {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .subtitle-two__body {
    font-size: 2rem;
  }
}

.subtitle-two__body::after {
  display: block;
  content: "";
  max-width: 31px;
  max-width: 1.9375rem;
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background-color: #FFE900;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .subtitle-two__body::after {
    height: 0.3125rem;
    max-width: 4.5rem;
    width: 100%;
  }
}

.subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.125;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .subtitle {
    font-size: 2.25rem;
    line-height: 1.4166666667;
  }
}

.title__main {
  font-family: "genb";
  line-height: 2.0740740741;
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .title__main {
    font-family: "genb";
    line-height: 2.1351351351;
    font-size: 2.3125rem;
    text-align: start;
  }
}

.title__main span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(51%, #fff));
  background: linear-gradient(transparent 49%, #fff 51%);
}

@media screen and (min-width: 768px) {
  .title {
    background-color: #FFE900;
    max-width: 35.25rem;
    width: 100%;
    border-radius: 0.625rem;
    -webkit-box-shadow: 2px 6px 7px #ccc;
    box-shadow: 2px 6px 7px #ccc;
    position: relative;
  }

  .title::before {
    display: inline-block;
    content: "";
    background-image: url(../images/PC/stripe.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 6.625rem;
    width: 100%;
    height: 6.625rem;
    position: absolute;
    top: -1.125rem;
    right: -0.75rem;
  }

  .title::after {
    display: block;
    content: "";
    background-image: url(../images/PC/w-dot.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 4.875rem;
    width: 100%;
    height: 2.8125rem;
    position: absolute;
    bottom: -0.25rem;
    left: -0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .title__inner {
    padding-left: 7.8014184397%;
    padding-right: 6.914893617%;
    padding-top: 4.0625rem;
    padding-bottom: 4.375rem;
  }
}

.title__sub {
  display: none;
}

@media screen and (min-width: 768px) {
  .title__sub {
    display: block;
    font-family: "kf";
    font-size: 1.5625rem;
    margin-top: 0.9375rem;
  }
}

.top-btn__link {
  display: block;
  width: 100%;
  height: 100%;
}

.top-btn {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
}

.top-btn__text {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2.0384615385;
  font-family: "genb";
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.top-btn__text::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 21px 12px;
  border-color: transparent transparent #FFE900 transparent;
  position: relative;
  top: 5px;
  top: 0.3125rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .triangle__body {
    display: inline-block;
    content: "";
    position: relative;
    width: 0;
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .triangle__body--left {
    left: 0;
    border-style: solid;
    border-width: 127px 0 45px 75px;
    border-color: transparent transparent transparent #007bff;
  }
}

@media screen and (min-width: 1024px) {
  .triangle__body--left {
    left: 0;
    border-style: solid;
    border-width: 255px 0 90px 150px;
    border-color: transparent transparent transparent #007bff;
  }
}

@media screen and (min-width: 768px) {
  .triangle__body--right {
    right: 0;
    border-style: solid;
    border-width: 127px 75px 45px 0;
    border-color: transparent #007bff transparent transparent;
  }
}

@media screen and (min-width: 1024px) {
  .triangle__body--right {
    right: 0;
    border-style: solid;
    border-width: 255px 150px 90px 0;
    border-color: transparent #007bff transparent transparent;
  }
}

@media screen and (min-width: 768px) {
  .triangle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.y-card {
  width: 100%;
  background-color: #FFE900;
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .y-card {
    padding-top: 5.5rem;
    padding-bottom: 6.25rem;
  }
}

.y-card::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24.5px 43px 24.5px;
  border-color: transparent transparent #FFE900 transparent;
  position: absolute;
  top: -43px;
  top: -2.6875rem;
  right: 12%;
}

@media screen and (min-width: 768px) {
  .y-card::before {
    border-width: 0 37.5px 65px 37.5px;
    border-color: transparent transparent #FFE900 transparent;
    top: -4.0625rem;
    right: 11.0541727672%;
  }
}

@media screen and (min-width: 768px) {
  .y-cards {
    max-width: 65rem;
    padding: 0 1.875rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.y-card__image {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .y-card__image {
    padding: 0;
    width: 36.5384615385%;
  }
}

.y-card__images {
  max-width: 213px;
  max-width: 13.3125rem;
  width: 100%;
  height: auto;
  position: relative;
}

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

.y-card__images::before {
  display: block;
  content: "";
  padding-top: 69.014%;
}

.y-card__images--last {
  position: absolute;
  z-index: 2;
  top: 45px;
  top: 2.8125rem;
  right: 65px;
  right: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .y-card__images--last {
    top: 4.0625rem;
    left: 4.0625rem;
  }
}

.y-card__images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.y-card__container {
  margin-top: 95px;
  margin-top: 5.9375rem;
  padding: 0 19px;
  padding: 0 1.1875rem;
}

@media screen and (min-width: 600px) {
  .y-card__container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .y-card__container {
    text-align: start;
    padding: 0;
    width: 49%;
    margin-top: 0;
  }
}

.y-card__content {
  font-size: 16px;
  font-size: 1rem;
  font-family: "genm";
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .y-card__content {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 4.0625rem;
  }
}

header {
  width: 100%;
  height: 80px;
  height: 5rem;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  header {
    height: 10.3125rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  header.active {
    height: 4.375rem;
  }
}

.header__body {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}

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

.header__logo {
  max-width: 124px;
  max-width: 7.75rem;
  width: 100%;
  height: 53px;
  height: 3.3125rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 12.75rem;
    width: 100%;
    height: 5.5rem;
    margin-left: 3.3674963397%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (min-width: 768px) {
  header.active .header__logo {
    max-width: 8.75rem;
    width: 100%;
    height: 3.75rem;
  }
}

.header__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__menu {
  width: 13%;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
}

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

.header__menu a {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header__menu span {
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 4px;
  height: 0.25rem;
  border-radius: 0.1875rem;
  background-color: #C4C4C4;
  position: relative;
  top: 45%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__menu span:nth-of-type(2) {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.header__menu.active span:nth-of-type(2) {
  margin-top: 7px;
  margin-top: 0.4375rem;
  opacity: 0;
}

.header__menu.active span:nth-of-type(1) {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__menu.active span:nth-of-type(3) {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-48deg);
  transform: rotate(-48deg);
}

.header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    padding-right: 6%;
  }
}

.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__item a {
  display: block;
  font-family: "genm";
}

.header__nav-menu--top {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  header.active .header__nav-menu--top {
    display: none;
  }
}

.header__item-top a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0625;
}

.header__item-top {
  margin-left: 50px;
  margin-left: 3.125rem;
}

.header__item-bottom a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  position: relative;
}

.header__item-bottom a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #FFE900;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__item-bottom a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header__item-bottom {
  margin-left: 68px;
  margin-left: 4.25rem;
}

.gijiroku {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .gijiroku {
    margin-top: 4.6875rem;
  }
}

.gijiroku__body {
  margin-top: 18px;
  margin-top: 1.125rem;
}

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

.jigyo {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .jigyo {
    margin-top: 5.3125rem;
  }
}

.jigyo__body {
  margin-top: 22px;
  margin-top: 1.375rem;
}

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

.keikaku {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .keikaku {
    margin-top: 6.0625rem;
  }
}

.keikaku__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

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

.kessan {
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
  .kessan {
    margin-top: 5.5rem;
  }
}

.kessan__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.shushi {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

@media screen and (min-width: 768px) {
  .shushi {
    margin-top: 5.5rem;
  }
}

.shushi__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.sub-footer {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .sub-footer {
    margin-top: 8.75rem;
  }
}

.sub-text__container {
  width: 100%;
  padding-top: 30px;
  padding-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .sub-text__container {
    padding-top: 2.1875rem;
  }
}

.sub-text__list {
  margin: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .sub-text__list {
    margin-top: 0.9375rem;
    max-width: 23.4375rem;
    width: 100%;
  }
}

.sub-top {
  width: 100%;
  height: 85px;
  height: 5.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-bottom: 0.0625rem solid #ccc;
}

@media screen and (min-width: 768px) {
  .sub-top {
    height: 11.25rem;
    border-bottom: none;
  }
}

.sub__item .period{
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  white-space: nowrap;
  word-break: keep-all;
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .sub__item .period{
    font-size: 1.125rem;
    line-height: 2.2222222222;
  white-space: nowrap;
  word-break: keep-all;
  line-break: strict;
  }
}

.sub {
  color: #1A1311;
  font-family: "genm";
}

.teikan {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

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

.teikan__body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.top-back {
  color: #1A1311;
  font-family: "genm";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 115px;
  margin-top: 7.1875rem;
}

@media screen and (min-width: 768px) {
  .top-back {
    font-size: 1.5rem;
    margin-top: 7.8125rem;
  }
}

.about__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

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

.about {
  padding-top: 40px;
  padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .about {
    padding-top: 6.25rem;
    margin-top: -6.25rem;
    margin-top: 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .about__triangle {
    position: absolute;
    top: 17.8125rem;
    right: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .about__triangle-body--left {
    border-color: transparent transparent transparent #FFE900;
  }
}

@media screen and (min-width: 768px) {
  .about__triangle-body--right {
    border-color: transparent #FFE900 transparent transparent;
  }
}

.about__smile {
  margin: auto;
}

.about__title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about__pic {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 0.625rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .about__pic {
    max-width: 37.75rem;
    margin-top: 2.1875rem;
  }
}

.about__pic::before {
  display: block;
  content: "";
  padding-top: 41.791%;
}

@media screen and (min-width: 768px) {
  .about__pic::before {
    padding-top: 42.052%;
  }
}

.about__body {
  border-bottom: 3px solid #FFE900;
  border-bottom: 0.1875rem solid #FFE900;
}

@media screen and (min-width: 768px) {
  .about__body {
    border-bottom: none;
  }
}

.about__body--first {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .about__body--first {
    max-width: 40.25rem;
    padding: 0 1.25rem;
    width: 100%;
    margin: auto;
    padding-bottom: 7.1875rem;
  }
}

.about__body--last {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .about__body--last {
    padding-left: 4.6875rem;
    padding-right: 3.75rem;
    padding-top: 0.625rem;
    padding-bottom: 3.4375rem;
    max-width: 63.75rem;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0.1875rem solid #FFE900;
    border-radius: 0.1875rem;
  }
}

.about__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}

.about__logo {
  max-width: 215px;
  max-width: 13.4375rem;
  width: 100%;
  height: 93px;
  height: 5.8125rem;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .about__logo {
    max-width: 20.6875rem;
    height: 9.0625rem;
    margin: 0;
    margin-top: 5%;
  }
}

.about__logo img {
  width: 100%;
  height: 100%;
}

.about__term {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2;
  font-family: "genb";
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about__term {
    font-size: 1.6875rem;
    line-height: 1.7037037037;
    margin-top: 3.125rem;
  }
}

.about__term.about__term--first {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .about__term.about__term--first {
    margin-top: 2.8125rem;
  }
}

.about__term--last {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.3;
}

@media screen and (min-width: 768px) {
  .about__term--last {
    font-size: 1.875rem;
    line-height: 1.5333333333;
    text-align: start;
  }
}

.about__description {
  font-family: "genm";
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
}

@media screen and (min-width: 768px) {
  .about__description {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 1.25rem;
  }
}

.about__description--first {
  margin-top: 43px;
  margin-top: 2.6875rem;
  text-align: center;
}

.about__description.about__description--last {
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .about__description.about__description--last {
    line-height: 2.2;
  }
}

@media screen and (min-width: 768px) {
  .about__list--last {
    width: 51%;
  }
}

.about__inner.about__inner--last {
  padding: 0 33px;
  padding: 0 2.0625rem;
}

.contact {
  background-color: #FFE900;
  padding-top: 105px;
  padding-top: 6.5625rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .contact {
    padding-top: 7.1875rem;
    padding-bottom: 7.8125rem;
    margin-top: 3.75rem;
  }
}

.contact__smile {
  margin: auto;
}

.contact__title {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .contact__body {
    padding-top: 1.875rem;
    width: 51.5789473684%;
  }
}

@media screen and (min-width: 768px) {
  .contact__body.contact__body--line {
    padding: 0;
    width: 53%;
  }
}

.contact__fb {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .contact__fb {
    margin: auto;
    margin-top: 3.9375rem;
    max-width: 60.3125rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.contact__fb-card {
  margin: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: 5.5555555556%;
}

@media screen and (min-width: 600px) {
  .contact__fb-card {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact__fb-card {
    margin: 0;
    position: relative;
    right: 1.7616580311%;
  }
}

.contact__inner {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.contact__content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  font-family: "genm";
}

@media screen and (min-width: 768px) {
  .contact__content {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.contact__content--fb {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .contact__content--fb {
    margin-top: 3.4375rem;
  }
}

.contact__fb-detail {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .contact__fb-detail {
    margin-top: 4.6875rem;
  }
}

.contact__content--pconly {
  display: none;
}

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

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

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

.sns-detail--pconly {
  display: none;
}

@media screen and (min-width: 768px) {
  .sns-detail--pconly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.0625rem;
    margin-right: 7%;
  }
}

.contact__line {
  margin-top: 125px;
  margin-top: 7.8125rem;
}

@media screen and (min-width: 768px) {
  .contact__line {
    max-width: 60.3125rem;
    width: 100%;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 9.375rem;
  }
}

.sns-title.contact__line-title span {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.sns-title.contact__line-title::after {
  background-color: #89E053;
}

.contact__line-card {
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 9.2592592593%;
}

@media screen and (min-width: 600px) {
  .contact__line-card {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .contact__line-card {
    margin: 0;
  }
}

.contact__content--line {
  margin-top: 60px;
  margin-top: 3.75rem;
}

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

.contact__line-detail {
  margin-top: 60px;
  margin-top: 3.75rem;
}

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

.contact__other {
  margin-top: 145px;
  margin-top: 9.0625rem;
  text-align: center;
}

.contact__other-text {
  font-family: "genb";
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2.0526315789;
}

@media screen and (min-width: 768px) {
  .contact__other-text {
    font-size: 1.625rem;
    line-height: 2.0384615385;
  }
}

.contact__mail-body {
  text-align: center;
}

.contact__mail {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: "genb";
  line-height: 1;
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: inline-block;
  border-bottom: 8px dotted #566DCE;
  border-bottom: 0.5rem dotted #566DCE;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .contact__mail {
    font-size: 1.625rem;
    line-height: 1;
    margin-top: 1.875rem;
    padding-bottom: 0.4375rem;
  }
}

.contact__person {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "genb";
  line-height: 2.0714285714;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .contact__person {
    font-size: 1.25rem;
    line-height: 2.05;
    margin-top: 1rem;
  }
}

.contact__top-btn {
  position: absolute;
  right: 0;
  bottom: -15px;
  bottom: -0.9375rem;
}

@media screen and (min-width: 768px) {
  .contact__top-btn {
    right: 4.0263543192%;
    bottom: -2.8125rem;
  }
}

.results {
  padding-top: 105px;
  padding-top: 6.5625rem;
}

@media screen and (min-width: 768px) {
  .results {
    padding-top: 8.75rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .results__triangle {
    position: absolute;
    left: 0;
    right: 0;
    top: 33.125rem;
  }
}

@media screen and (min-width: 768px) {
  .results__triangle-body--left {
    border-color: transparent transparent transparent #111;
  }
}

@media screen and (min-width: 768px) {
  .results__triangle-body--right {
    border-color: transparent #111 transparent transparent;
  }
}

.results__smile {
  margin: auto;
}

.results__title {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .results__title {
    margin-top: 1.875rem;
  }
}

.results__title-main {
  width: 100%;
}

.results__circle {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

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

.results__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .results__content {
    max-width: 45.3125rem;
    padding: 0 1.25rem;
    margin: auto;
    margin-top: 3.125rem;
  }
}

.results__text {
  font-family: "genm";
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .results__text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.results__list {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

@media screen and (min-width: 600px) {
  .results__list {
    width: 80%;
    padding: 0 1.25rem;
    margin: auto;
    margin-top: 5.3125rem;
  }
}

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

.results__item {
  font-size: 12px;
  line-height: 3.3333333333;
  font-family: "genb";
}

@media screen and (min-width: 768px) {
  .results__item {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.results__document {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "genb";
  line-height: 2.0555555556;
  text-align: center;
  border-bottom: dotted 7px #FFE900;
}

@media screen and (min-width: 768px) {
  .results__document {
    font-size: 1.625rem;
    line-height: 2.0384615385;
  }
}

.results__document-body {
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}

.results__director {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .results__director {
    margin-top: 9.375rem;
  }
}

.results__member-title {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .results__member-title {
    margin-top: 47.6875rem;
  }
}

.results__member {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

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

.results__member__cards:nth-of-type(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .results__member__cards:nth-of-type(n+2) {
    margin-top: 3.75rem;
  }
}

.service {
  padding-top: 106px;
  padding-top: 6.625rem;
}

@media screen and (min-width: 768px) {
  .service {
    padding-top: 11.25rem;
  }
}

.service__smile {
  margin: auto;
}

.service__card {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .service__card {
    margin-top: 8.125rem;
  }
}

.service__cards:nth-of-type(n+2) {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .service__cards:nth-of-type(n+2) {
    margin-top: 23.4375rem;
  }
}

.service__cards:last-of-type {
  margin-top: 98px;
  margin-top: 6.125rem;
}

@media screen and (min-width: 768px) {
  .service__cards:last-of-type {
    margin-top: 25.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .service__cards-image {
    margin-left: 2.427184466%;
  }
}

.service__y-card {
  margin-top: 95px;
  margin-top: 5.9375rem;
}

@media screen and (min-width: 768px) {
  .service__y-card {
    margin-top: 27.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .top-mv {
    position: relative;
    margin: auto;
    padding-bottom: 2.5rem;
  }

  .top-mv::before {
    display: block;
    content: "";
    background-image: url(../images/PC/b-dot.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 5rem;
    height: 2.8125rem;
    position: absolute;
    right: 0;
    top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .top-mv__wrapper {
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .top-mv__mv-inner {
    padding-left: 2.8125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .top-mv__title {
    position: absolute;
    left: 2%;
    top: 17%;
  }
}

.top-mv__illustration {
  margin: auto;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .top-mv__illustration {
    position: absolute;
    bottom: 4%;
    right: 3%;
    z-index: 1;
  }
}

.top-mv__award {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .top-mv__award {
    bottom: -2.5rem;
    right: -2%;
  }
}

.top-mv__body {
  background-color: #FFE900;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .top-mv__body {
    display: contents;
  }
}

/*# sourceMappingURL=styles.css.map */