@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* ------------------------------------

中面 common (TOP以外)

------------------------------------ */
/*  anchor_link
*----------------------------------- */
.p-anchor_link {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 760px) {
  .p-anchor_link {
    padding-top: 20%;
    margin-top: -20%;
  }
}

/*  pan
*----------------------------------- */
.pan {
  padding: 20px 40px;
}
@media print, screen and (max-width: 760px) {
  .pan {
    display: none;
  }
}
.pan li {
  display: inline;
  font-size: 12px;
  list-style: none;
}
.pan li:after {
  content: "|";
  margin: 0 5px;
}
.pan li:last-child:after {
  content: none;
}

/*  list-page__main
*----------------------------------- */
.list-page__main {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 761px) {
  .list-page__main {
    width: 1200px;
  }
}
@media print, screen and (max-width: 760px) {
  .list-page__main {
    width: 90%;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .brick-form__row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-form .list-page__main .l-form-container__flow {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 760px) {
  .page-number .list-page__main {
    width: auto;
    margin-bottom: 18%;
  }
}

/*  index
*----------------------------------- */
.page-index .list-page .list-page__main .l-page-index {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index__container {
    gap: 4vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item {
  width: 48.6%;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item {
    width: 100%;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a {
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 50px;
  outline: solid 2px #242424;
  outline-offset: -7px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item a {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 8vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item a:hover {
  opacity: 0.8;
  outline: solid 2px #fffae8;
}
.page-index .list-page .list-page__main .l-page-index .p-item__catch {
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
  color: #efefef;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__catch {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-index .list-page .list-page__main .l-page-index .p-item__title {
    font-size: 4.2vw;
    margin-bottom: 5vw;
    line-height: 1;
  }
}
.page-index .list-page .list-page__main .l-page-index .p-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item:last-child {
  margin-right: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button {
  margin-left: 0;
}
.page-index .list-page .list-page__main .l-page-index .p-item .c-button span {
  padding-left: 0;
}

/*  l-cmn-member
*----------------------------------- */
.l-cmn-member {
  background: #ebf3fa;
  padding: 75px 0 80px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member {
    padding: 13% 5%;
  }
}

.l-cmn-member .l-member__header {
  text-align: center;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header {
    margin-bottom: 3%;
  }
}
.l-cmn-member .l-member__header__title {
  font-family: poppins, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1;
  color: #0b4bae;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__title {
    font-size: 16vw;
  }
}
.l-cmn-member .l-member__header__subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__header__subtitle {
    font-size: 4vw;
    margin-top: -2%;
  }
}
.l-cmn-member .l-member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list {
    width: 100%;
    margin: 0 auto 10%;
    padding-bottom: 12%;
  }
}
.l-cmn-member .l-member__list .p-item {
  width: 380px;
  margin-right: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item {
    width: 100%;
    margin-right: 0;
  }
}
.l-cmn-member .l-member__list .p-item:nth-child(3n) {
  margin-right: 0;
}
.l-cmn-member .l-member__list .p-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.l-cmn-member .l-member__list .p-item__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-cmn-member .l-member__list .p-item__inner {
  margin-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__inner {
    margin-top: 3%;
  }
}
.l-cmn-member .l-member__list .p-item__post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-title {
    font-size: 4.2vw;
    margin-bottom: 4%;
    max-height: 13vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  max-height: 40px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-name {
    font-size: 3.8vw;
    margin-bottom: 2%;
    max-height: 8vw;
  }
}
.l-cmn-member .l-member__list .p-item__post-company {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  max-height: 50px;
}
@media print, screen and (max-width: 760px) {
  .l-cmn-member .l-member__list .p-item__post-company {
    font-size: 3vw;
    line-height: 1.4;
    max-height: 9vw;
  }
}

/* mobile */
.cmn-mv {
  position: relative;
  margin-bottom: 59px;
}
@media print, screen and (max-width: 760px) {
  .cmn-mv {
    margin-bottom: 12.3076923077vw;
  }
}
.cmn-mv__img {
  border-radius: 0 0 120px 120px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .cmn-mv__img {
    border-radius: 0 0 17.9487179487vw 17.9487179487vw;
  }
}
.cmn-mv__img img {
  width: 100%;
  height: auto;
}
.cmn-mv__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: min(88px, 7vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .cmn-mv__title {
    bottom: 13.3333333333vw;
    font-size: 12.3076923077vw;
    line-height: 1.125;
  }
}
.cmn-mv__title img {
  width: 100%;
  height: auto;
}

.cmn-lead {
  margin-bottom: 89px;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead {
    margin-bottom: 36.4102564103vw;
  }
}
.cmn-lead__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead__title {
    margin-bottom: 6.9230769231vw;
  }
}
.cmn-lead__title span {
  background: #fbc200;
  border-radius: 33px;
  padding: 10px 52px;
  line-height: 1.5;
  font-weight: 900;
  font-size: 31px;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead__title span {
    font-size: 24px;
    font-size: 6.1538461538vw;
    padding: 2.564103vw 10.128205vw;
  }
}
.cmn-lead__title + .cmn-lead__title {
  margin-top: -30px;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead__title + .cmn-lead__title {
    margin-top: -2.5641025641vw;
  }
}
.cmn-lead__sub {
  font-weight: 900;
  font-size: 27px;
  line-height: 1.59;
  text-align: center;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead__sub {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin: 0 calc(50% - 50vw) 10.2564102564vw;
  }
}
.cmn-lead__text {
  font-size: 18px;
  line-height: 2.33;
  font-weight: 500;
  max-width: 1040px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .cmn-lead__text {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.cmn-concept {
  position: relative;
  background-color: #FFFAE8;
  margin: 0 calc(50% - 50vw) 107px;
  padding: 0 calc(50vw - 50%);
}
@media print, screen and (max-width: 760px) {
  .cmn-concept {
    margin: 0 calc(50% - 50vw) 11.7948717949vw;
  }
}
.cmn-concept::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-concept::before {
    height: 6.1538461538vw;
  }
}
.cmn-concept__title {
  position: relative;
  z-index: 2;
  font-size: 118px;
  color: #fbc200;
  font-weight: 700;
  line-height: 0.92;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__title {
    font-size: 69px;
    font-size: 17.6923076923vw;
    margin-bottom: 2.5641025641vw;
  }
}
.cmn-concept__sub {
  font-weight: 900;
  font-size: 27px;
  line-height: 1.59;
  text-align: center;
  margin-bottom: 21px;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__sub {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin: 0 calc(50% - 50vw) 10.2564102564vw;
  }
}
.cmn-concept__text {
  font-size: 18px;
  line-height: 2.33;
  max-width: 1042px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__text {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.cmn-concept__text + .cmn-concept__text {
  margin-top: 42px;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__text + .cmn-concept__text {
    margin-top: 10.7692307692vw;
  }
}
.cmn-concept__figure {
  max-width: 1092px;
  margin: 40px auto 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__figure {
    margin: 10.2564102564vw auto 0;
  }
}
.cmn-concept__figure img {
  width: 100%;
  height: auto;
}
.cmn-concept__catch {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.59;
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__catch {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin: 10.2564102564vw calc(50% - 50vw) 0;
  }
}
.cmn-concept__catch mark {
  background: linear-gradient(transparent 80%, #FBC200 80%);
}
.cmn-concept__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 74px calc(50% - 50vw) 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-concept__img {
    display: flex;
    flex-wrap: wrap;
    margin: 11.0256410256vw calc(50% - 50vw) 0;
  }
  .cmn-concept__img img {
    width: 50%;
  }
  .cmn-concept__img img:first-child {
    width: 100%;
  }
}

.cmn-home-list {
  margin-bottom: 75px;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list {
    margin-bottom: 11.5384615385vw;
  }
}
.cmn-home-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(148px, 10.28vw);
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__head {
    height: 21.7948717949vw;
    height: 50.5128205128vw;
    margin-bottom: 0;
  }
}
.cmn-home-list__en {
  position: absolute;
  top: calc(50% + 1.0256410256vw);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: min(148px, 10.28vw);
  font-weight: 700;
  color: #EFEFEF;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__en {
    font-size: 77px;
    font-size: 19.7435897436vw;
    line-height: 0.91;
  }
}
.cmn-home-list__title {
  position: relative;
  top: -2px;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    top: -1.7948717949vw;
  }
}
.cmn-home-list__list {
  max-width: 1108px;
  margin: 0 auto;
}
.cmn-home-list__list li {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #D5D5D5;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__list li {
    padding-top: 0;
    padding-bottom: 11.2820512821vw;
    margin-bottom: 10.7692307692vw;
  }
}
.cmn-home-list__list li:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__list li:last-child {
    margin-bottom: 0;
  }
}
.cmn-home-list__list li a {
  padding: 0 71px 0 44px;
  display: flex;
  align-items: center;
  gap: 29px;
}
@media print, screen and (max-width: 900px) {
  .cmn-home-list__list li a {
    padding: 0 0 0 44px;
  }
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__list li a {
    flex-direction: column;
    padding: 0;
    gap: 4.8717948718vw;
  }
}
.cmn-home-list__thumb {
  width: min(323px, 22.43vw);
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__thumb {
    width: 100%;
  }
}
.cmn-home-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn-home-list__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - min(323px, 22.43vw) - 29px);
  padding-top: 10px;
  padding-right: 130px;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__body {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
.cmn-home-list__name {
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__name {
    font-size: 27px;
    font-size: 6.9230769231vw;
    margin-bottom: 3.0769230769vw;
  }
}
.cmn-home-list__address {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  margin-bottom: 5px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__address {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 1.2820512821vw;
  }
}
.cmn-home-list__tel {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__tel {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.cmn-home-list__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  font-size: 15px;
  gap: 7px;
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__link {
    font-size: 15px;
    font-size: 3.8461538462vw;
    position: relative;
    top: inherit;
    transform: translateY(0);
    right: inherit;
    margin-top: 5.1282051282vw;
    margin-left: auto;
  }
}
.cmn-home-list__link::after {
  width: 22px;
  height: 22px;
  background: url(../images/cmn/icon_link_05.svg) no-repeat left top/cover;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-home-list__link::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}

.cmn-about {
  background: #fbc200;
  margin: 0 calc(50% - 50vw);
  padding: 79px calc(50vw - 50%) 116px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about {
    padding: 18.9743589744vw calc(50vw - 50%) 23.3333333333vw;
  }
}
.cmn-about__sub {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.17;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__sub {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 1.0256410256vw;
  }
}
.cmn-about__title {
  line-height: 1.17;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__title {
    font-size: 34px;
    font-size: 8.7179487179vw;
    margin-bottom: 10vw;
  }
}
.cmn-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  gap: 52px 41px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 10.2564102564vw 0;
  }
}
.cmn-about__list li {
  background-color: #fff;
  border-radius: 5px;
  padding: 48px 60px 49px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__list li {
    padding: 7.6923076923vw 3.8461538462vw 8.2051282051vw;
  }
}
.cmn-about__img {
  margin-bottom: 28px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__img {
    margin-bottom: 4.8717948718vw;
  }
}
.cmn-about__item-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__item-title {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-bottom: 4.358974359vw;
  }
}
.cmn-about__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .cmn-about__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-about__text.ls {
  letter-spacing: -0.015em;
}

.cmn-description {
  position: relative;
  background-color: #FFFAE8;
  margin: 0 calc(50% - 50vw) 107px;
  padding: 80px calc(50vw - 50%) 90px;
}
@media print, screen and (max-width: 760px) {
  .cmn-description {
    margin: 0 calc(50% - 50vw) 11.7948717949vw;
    padding: 15.3846153846vw calc(50vw - 50%) 15.3846153846vw;
  }
}
.cmn-description__title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  max-width: 1154px;
  margin: 0 auto 36px;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-description__title {
    padding-bottom: 6.1538461538vw;
    margin: 0 auto 6.4102564103vw;
    font-size: 26px;
    font-size: 6.6666666667vw;
  }
}
.cmn-description__title::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 219px;
  background-color: #fbc200;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-description__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-description__list {
  max-width: 814px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
@media print, screen and (max-width: 760px) {
  .cmn-description__list {
    gap: 2.5641025641vw 10.2564102564vw;
    width: 95%;
  }
}
.cmn-description__list li {
  padding-left: 27px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  width: calc(50% - 20px);
}
@media print, screen and (max-width: 760px) {
  .cmn-description__list li {
    width: 100%;
    padding-left: 5.1282051282vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.cmn-description__list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fbc200;
  border-radius: 50%;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-description__list li::before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    top: 2.5641025641vw;
  }
}

.cmn-recommend {
  margin-bottom: 86px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend {
    margin-bottom: 18.7179487179vw;
  }
}
.cmn-recommend__en {
  color: #EFEFEF;
  font-weight: 700;
  font-size: min(148px, 10.28vw);
  text-align: center;
  line-height: 0.92;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__en {
    font-size: 53px;
    font-size: 13.5897435897vw;
    margin-bottom: 9.7435897436vw;
  }
}
.cmn-recommend__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 52px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__title {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 10.2564102564vw;
  }
}
.cmn-recommend__list-wrapper {
  display: flex;
  justify-content: center;
}
.cmn-recommend__list {
  max-width: 1015px;
  margin: 0 auto 89px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__list {
    margin: 0 0 14.1025641026vw;
  }
}
.cmn-recommend__list li {
  position: relative;
  counter-increment: number;
  font-size: 21px;
  font-weight: 700;
  padding-left: 65px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__list li {
    font-size: 18px;
    font-size: 4.6153846154vw;
    padding-left: 12.5641025641vw;
  }
}
.cmn-recommend__list li::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: flex;
  width: 48px;
  height: 48px;
  border: 2px solid #fbc200;
  border-radius: 50%;
  background: #FFFAE8;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__list li::before {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    top: 0.2564102564vw;
  }
}
.cmn-recommend__list li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number);
  font-size: 28px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__list li::after {
    font-size: 22px;
    font-size: 5.641025641vw;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    top: 1.0256410256vw;
  }
}
.cmn-recommend__list li span {
  background: linear-gradient(transparent 65%, #fbc200 65%, #fbc200 90%, transparent 90%);
  padding: 0 2px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__list li span {
    background: linear-gradient(transparent 65%, #fbc200 65%);
  }
}
.cmn-recommend__btn {
  display: flex;
  justify-content: center;
}
.cmn-recommend__btn a {
  width: min(772px, 53.6vw);
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 54px center/42px 42px;
  border-radius: 103px;
  gap: 6px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__btn a {
    width: 89.7435897436vw;
    height: 25.8974358974vw;
    background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 2.8205128205vw center/8.7179487179vw 8.7179487179vw;
  }
}
.cmn-recommend__btn-title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__btn-title {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
.cmn-recommend__btn-sub {
  font-size: 25px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__btn-sub {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.cmn-recommend__loop-img {
  overflow: hidden;
  display: flex;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 69px;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__loop-img {
    margin-bottom: 14.1025641026vw;
  }
}
.cmn-recommend__loop-img div {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 3rem;
}
.cmn-recommend__loop-img div img {
  height: 382px;
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__loop-img div img {
    height: 58.7179487179vw;
  }
}
.cmn-recommend__loop-img div:nth-child(odd) {
  animation: img_scroll01 100s -50s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__loop-img div:nth-child(odd) {
    animation: img_scroll01 60s -30s linear infinite;
  }
}
.cmn-recommend__loop-img div:nth-child(even) {
  animation: img_scroll02 100s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .cmn-recommend__loop-img div:nth-child(even) {
    animation: img_scroll02 60s linear infinite;
  }
}
@keyframes img_scroll01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes img_scroll02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.cmn-question {
  background-color: #EFEFEF;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 46px;
}
@media print, screen and (max-width: 760px) {
  .cmn-question {
    padding: 7.4358974359vw calc(50vw - 50%) 6.6666666667vw;
  }
}
.cmn-question__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(252px, 17.5vw);
  font-weight: 700;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__head {
    height: 24.6153846154vw;
    margin-bottom: 5.3846153846vw;
  }
}
.cmn-question__en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(180px, 12.5vw);
  color: #fff;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__en {
    font-size: 69px;
    font-size: 17.6923076923vw;
  }
}
.cmn-question__title {
  position: relative;
  z-index: 2;
  font-size: 36px;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-question__list {
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list {
    gap: 8.2051282051vw;
  }
}
.cmn-question__list li {
  padding: 0 20px 34px;
  counter-increment: question;
  border-bottom: 1px solid #BCB8B8;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list li {
    padding: 0 0 10.2564102564vw;
  }
}
.cmn-question__list li:last-child {
  border-bottom: none;
}
.cmn-question__list li dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list li dl {
    gap: 2.3076923077vw;
  }
}
.cmn-question__list li dt {
  display: flex;
  gap: 13px;
  font-weight: 900;
  position: relative;
  font-size: 19px;
  line-height: 1.368;
  align-items: center;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list li dt {
    gap: 1.2820512821vw;
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.52;
  }
}
.cmn-question__list li dt::before {
  position: relative;
  height: 36px;
  width: 73px;
  border-radius: 3px;
  background-color: #fbc200;
  content: "";
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list li dt::before {
    width: 15.1282051282vw;
    height: 12.5641025641vw;
  }
}
.cmn-question__list li dt::after {
  position: absolute;
  width: 73px;
  left: 0;
  text-align: center;
  content: "Q" counter(question);
  font-size: 19px;
  z-index: 2;
  color: #222;
}
@media print, screen and (max-width: 760px) {
  .cmn-question__list li dt::after {
    font-size: 18px;
    font-size: 4.6153846154vw;
    width: 15.1282051282vw;
  }
}
.cmn-question__list dt {
  font-size: 19px;
  font-weight: 900;
  line-height: 1.36;
}
.cmn-question__list dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.cmn-work-list {
  margin: 0 calc(50% - 50vw);
  padding: 104px calc(50vw - 50%) 56px;
  background-color: #FFFAE8;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list {
    padding: 14.358974359vw calc(50vw - 50%) 9.2307692308vw;
  }
}
.cmn-work-list__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__title {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 11.2820512821vw;
  }
}
.cmn-work-list__sub {
  position: relative;
  font-size: 27px;
  font-weight: 700;
  max-width: 1154px;
  margin: 0 auto 21px;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__sub {
    padding-bottom: 1.5384615385vw;
    margin: 0 0 6.4102564103vw;
  }
}
.cmn-work-list__sub::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 219px;
  background-color: #fbc200;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__sub {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-work-list__item {
  max-width: 1154px;
  margin: 0 auto 71px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__item {
    margin: 0 0 13.8461538462vw;
  }
}
.cmn-work-list__sub-item {
  max-width: 1154px;
  margin: 0 auto 71px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__sub-item {
    padding: 6.1538461538vw 5.1282051282vw;
    margin: 0 0 13.8461538462vw;
  }
}
.cmn-work-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__list {
    gap: 2.5641025641vw;
  }
}
.cmn-work-list__list li {
  background-color: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 22px;
  text-align: center;
  width: calc((100% - 32px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__list li {
    font-size: 18px;
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 3.0769230769vw 5.1282051282vw;
  }
}
.cmn-work-list__note {
  margin-top: 21px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__note {
    margin-top: 3.8461538462vw;
  }
}
.cmn-work-list__text {
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__text {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.cmn-work-list__sub-title {
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__sub-title {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.cmn-work-list__sub-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-list__sub-text {
    margin-top: 2.5641025641vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
}

.cmn-work-menu {
  background-color: #FFFAE8;
  margin: 0 calc(50% - 50vw);
  padding: 116px calc(50vw - 50%) 112px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu {
    padding: 20.7692307692vw calc(50vw - 50%) 28.7179487179vw;
  }
}
.cmn-work-menu__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu__title {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 8.2051282051vw;
  }
}
.cmn-work-menu__list {
  display: flex;
  flex-direction: column;
  max-width: 1065px;
  margin: 0 auto;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu__list {
    gap: 6.6666666667vw;
  }
}
.cmn-work-menu__list li {
  background: #fff;
  border-left: 9px solid #fbc200;
  border-radius: 5px;
  padding: 21px 20px 36px 46px;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu__list li {
    padding: 5.1282051282vw 11.5384615385vw 7.4358974359vw 6.4102564103vw;
  }
}
.cmn-work-menu__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.4;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu__item-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-work-menu__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .cmn-work-menu__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.cmn-day {
  background-color: #FFFAE8;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%) 80px;
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .cmn-day {
    padding: 18.9743589744vw calc(50vw - 50%) 13.8461538462vw;
    margin-bottom: 15.3846153846vw;
  }
}
.cmn-day__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__head {
    height: 20.5128205128vw;
    margin-bottom: 5.1282051282vw;
  }
}
.cmn-day__en {
  position: absolute;
  top: calc(50% + 1.0256410256vw);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 148px;
  font-weight: 700;
  color: #FFE795;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__en {
    font-size: 69px;
    font-size: 17.6923076923vw;
    line-height: 0.91;
  }
}
.cmn-day__title {
  position: relative;
  top: -2px;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    top: -1.2820512821vw;
  }
}
.cmn-day__body {
  max-width: 1057px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 50px 85px;
  display: flex;
  gap: 50px;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body {
    padding: 10.2564102564vw 7.6923076923vw;
    gap: 7.6923076923vw;
    flex-direction: column;
  }
}
.cmn-day__body-list {
  width: 50%;
  align-self: center;
  border-left: 1px solid #C1C1C1;
  padding: 32px 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body-list {
    width: 100%;
    padding: 5.1282051282vw 0vw;
  }
}
.cmn-day__body-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-left: 28.5px;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body-list li {
    gap: 0.5128205128vw;
    flex-direction: column;
    margin-bottom: 5.1282051282vw;
  }
}
.cmn-day__body-list li:last-child {
  margin-bottom: 0;
}
.cmn-day__body-list li::before {
  position: absolute;
  left: -3.5px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #fbc200;
  border-radius: 50%;
  content: "";
}
.cmn-day__body-list-time {
  width: 150px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body-list-time {
    font-size: 18px;
    font-size: 4.6153846154vw;
    width: 100%;
  }
}
.cmn-day__body-list-text {
  flex: 1;
  align-self: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body-list-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-day__body-img {
  width: 45%;
}
@media print, screen and (max-width: 760px) {
  .cmn-day__body-img {
    width: 100%;
  }
}

.cmn-flow {
  padding-top: 59px;
  padding-bottom: 88px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow {
    padding-top: 11.5384615385vw;
    padding-bottom: 18.7179487179vw;
  }
}
.cmn-flow__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
  margin-bottom: 41px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__head {
    height: 42.3076923077vw;
    margin-bottom: 0;
  }
}
.cmn-flow__en {
  position: absolute;
  top: calc(50% + 1.0256410256vw);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 148px;
  font-weight: 700;
  color: #EFEFEF;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__en {
    font-size: 118px;
    font-size: 30.2564102564vw;
    line-height: 0.91;
  }
}
.cmn-flow__title {
  position: relative;
  top: -2px;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    top: -1.7948717949vw;
  }
}
.cmn-flow__list {
  max-width: 689px;
  margin: 0 auto 116px;
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__list {
    gap: 20.74359vw;
    margin: 0 0 21.5384615385vw;
  }
}
.cmn-flow__list li {
  position: relative;
  display: flex;
  gap: 48px;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__list li {
    align-items: flex-start;
    gap: 3.3333333333vw;
  }
}
.cmn-flow__list li::after {
  position: absolute;
  left: 66px;
  bottom: -38px;
  width: 21px;
  height: 14px;
  background-color: #fbc200;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__list li::after {
    width: 5.3846153846vw;
    height: 3.5897435897vw;
    bottom: inherit;
    top: 100%;
    transform: translateY(8.5vw);
    left: 13.3333333333vw;
  }
}
.cmn-flow__list li:last-child::after {
  display: none;
}
.cmn-flow__body {
  flex: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__body {
    padding-top: 1.0256410256vw;
  }
}
.cmn-flow__body-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__body-title {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.cmn-flow__num {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #FFFAE8;
  border-radius: 50%;
  padding-top: 8px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__num {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    font-size: 3.0769230769vw;
  }
}
.cmn-flow__num .number {
  font-size: 28px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__num .number {
    font-size: 6.1538461538vw;
  }
}
.cmn-flow__icon {
  width: 155px;
  height: 155px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__icon {
    width: 32.0512820513vw;
    height: 32.0512820513vw;
  }
}
.cmn-flow__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-flow__btn {
  display: flex;
  justify-content: center;
}
.cmn-flow__btn a {
  width: 100%;
  max-width: 772px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 54px center/42px 42px;
  border-radius: 103px;
  gap: 8px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__btn a {
    width: 89.7435897436vw;
    height: 25.8974358974vw;
    background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 2.8205128205vw center/8.7179487179vw 8.7179487179vw;
  }
}
.cmn-flow__btn-title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__btn-title {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
.cmn-flow__btn-sub {
  font-size: 25px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__btn-sub {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-flow__price {
  max-width: 1068px;
  margin: 0 auto;
}
.cmn-flow__price-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  background: #fbc200;
  padding: 16px 20px;
  border-radius: 60px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-title {
    font-size: 23px;
    font-size: 5.8974358974vw;
    padding: 3.8461538462vw 7.6923076923vw;
    border-radius: 15.3846153846vw;
    margin-bottom: 5.1282051282vw;
  }
}
.cmn-flow__price-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-text {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 10.2564102564vw;
  }
}
.cmn-flow__price-text span {
  font-size: 35px;
  background: linear-gradient(transparent 70%, #FFE17C 70%);
  color: #FB7D00;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-text span {
    font-size: 8.9743589744vw;
    line-height: 1.4;
  }
}
.cmn-flow__price-about {
  max-width: 983px;
  margin: 0 auto 30px;
  position: relative;
  border: 3px solid #C1C1C1;
  border-radius: 10px;
}
.cmn-flow__price-about-title {
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
  padding: 5px 20px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-about-title {
    font-size: 23px;
    font-size: 5.8974358974vw;
    top: -5.641025641vw;
    padding: 1.2820512821vw 2.5641025641vw;
    width: max-content;
    text-align: center;
  }
}
.cmn-flow__price-about-text {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 24px 20px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-about-text {
    font-size: 28px;
    font-size: 7.1794871795vw;
    padding: 7.6923076923vw 5.1282051282vw;
    line-height: 1.25;
  }
}
.cmn-flow__price-about-text span {
  font-size: 49px;
  color: #FB7D00;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-about-text span {
    font-size: 7.6923076923vw;
  }
}
.cmn-flow__price-list {
  max-width: fit-content;
  margin: 0 auto;
}
.cmn-flow__price-list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 28px;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-list li {
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding-left: 6.6666666667vw;
    margin-bottom: 4.1025641026vw;
  }
}
.cmn-flow__price-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fbc200;
  border-radius: 50%;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow__price-list li::before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    top: 3.0769230769vw;
  }
}

.cmn-flow.short .cmn-flow__list {
  max-width: fit-content;
  gap: 30px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow.short .cmn-flow__list {
    gap: 7.1794871795vw;
  }
}
.cmn-flow.short .cmn-flow__list li {
  gap: 30px;
  align-items: flex-start;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow.short .cmn-flow__list li {
    gap: 4.1025641026vw;
  }
}
@media print, screen and (min-width: 761px) {
  .cmn-flow.short .cmn-flow__list li::after {
    left: 29px;
    bottom: -19px;
    width: 14px;
    height: 8px;
  }
}
@media print, screen and (max-width: 760px) {
  .cmn-flow.short .cmn-flow__list li::after {
    width: 3.0769230769vw;
    height: 2.0512820513vw;
    transform: translateY(2.8vw);
    left: 6.9230769231vw;
  }
}
.cmn-flow.short .cmn-flow__body {
  align-self: center;
}
.cmn-flow.short .cmn-flow__body-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-flow.short .cmn-flow__body-title {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.cmn-service {
  padding-top: 63px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service {
    padding-top: 20.5128205128vw;
    padding-bottom: 20.5128205128vw;
  }
}
.cmn-service__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 148px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__head {
    height: 25.641025641vw;
  }
}
.cmn-service__text {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__text {
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin-bottom: 10.2564102564vw;
    text-align: justify;
  }
}
.cmn-service__en {
  position: absolute;
  top: calc(50% + 1.0256410256vw);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 148px;
  font-weight: 700;
  color: #EFEFEF;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__en {
    font-size: 80px;
    font-size: 20.5128205128vw;
    line-height: 0.91;
  }
}
.cmn-service__title {
  position: relative;
  top: -2px;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    top: -1.5384615385vw;
  }
}
.cmn-service__list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 44px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__list {
    gap: 4.6153846154vw;
  }
}
.cmn-service__list li {
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  width: calc(50% - 22px);
  position: relative;
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 30px 50px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__list li {
    width: 100%;
    align-items: flex-start;
    gap: 3.3333333333vw;
    padding: 5.8974358974vw 7.6923076923vw;
    flex-direction: column-reverse;
  }
}
.cmn-service__list li::before {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 9px;
  height: calc(100% + 2px);
  background-color: #fbc200;
  border-radius: 5px 0 0 5px;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .cmn-service__body {
    padding-top: 1.0256410256vw;
  }
}
.cmn-service__body-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.093em;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__body-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
    text-align: center;
  }
}
.cmn-service__body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__body-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-service__icon {
  width: 129px;
  height: 129px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__icon {
    width: 21.2820512821vw;
    height: 21.2820512821vw;
    margin: 0 auto;
  }
}
.cmn-service__btn {
  display: flex;
  justify-content: center;
}
.cmn-service__btn a {
  width: 100%;
  max-width: 772px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 54px center/42px 42px;
  border-radius: 103px;
  gap: 8px;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__btn a {
    width: 89.7435897436vw;
    height: 25.8974358974vw;
    background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 2.8205128205vw center/8.7179487179vw 8.7179487179vw;
  }
}
.cmn-service__btn-title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__btn-title {
    font-size: 29px;
    font-size: 7.4358974359vw;
  }
}
.cmn-service__btn-sub {
  font-size: 25px;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .cmn-service__btn-sub {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}

.cmn-gallery {
  overflow: hidden;
  display: flex;
  margin: 0 calc(50% - 50vw);
}
.cmn-gallery div {
  flex: 0 0 auto;
  white-space: nowrap;
}
.cmn-gallery div ul {
  display: flex;
}
.cmn-gallery div img {
  height: 319px;
  width: auto;
}
@media print, screen and (max-width: 760px) {
  .cmn-gallery div img {
    height: 58.7179487179vw;
  }
}
.cmn-gallery div:nth-child(odd) {
  animation: gallery_scroll01 100s -50s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .cmn-gallery div:nth-child(odd) {
    animation: gallery_scroll01 60s -30s linear infinite;
  }
}
.cmn-gallery div:nth-child(even) {
  animation: gallery_scroll02 100s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .cmn-gallery div:nth-child(even) {
    animation: gallery_scroll02 60s linear infinite;
  }
}
@keyframes gallery_scroll01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes gallery_scroll02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.cmn-worry {
  background: #EFEFEF;
  margin: 0 calc(50% - 50vw);
  padding: 110px calc(50vw - 50%) 147px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry {
    padding: 18.9743589744vw calc(50vw - 50%) 20vw;
  }
}
.cmn-worry__title {
  line-height: 1.17;
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__title {
    font-size: 26px;
    font-size: 6.6666666667vw;
    margin-bottom: 7.6923076923vw;
  }
}
.cmn-worry__items {
  position: relative;
  max-width: 1029px;
  margin: 0 auto 140px;
  display: flex;
  justify-content: center;
  gap: 19px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__items {
    gap: 4.8717948718vw;
    flex-direction: column;
    margin-bottom: 22.5641025641vw;
  }
}
.cmn-worry__items::before {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  width: 151px;
  height: 98px;
  content: "";
  background: url(../visiting-medical/images/arrow.svg) no-repeat center center/contain;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__items::before {
    width: 27.4358974359vw;
    height: 17.6923076923vw;
    bottom: -15.3846153846vw;
  }
}
.cmn-worry__items li {
  position: relative;
  width: 330.3333333333px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 18px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__items li {
    width: 100%;
    padding: 7.6923076923vw 4.6153846154vw;
  }
}
.cmn-worry__item-img {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__item-img {
    margin-bottom: 5.1282051282vw;
  }
}
.cmn-worry__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__item-title {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.cmn-worry__item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__item-text {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.cmn-worry__catch {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__catch {
    margin-bottom: 7.6923076923vw;
  }
}
.cmn-worry__catch-sub {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__catch-sub {
    font-size: 25px;
    font-size: 6.4102564103vw;
  }
}
.cmn-worry__catch-sub span {
  position: relative;
  padding: 0 40px;
}
.cmn-worry__catch-sub span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(55deg);
  width: 40px;
  height: 3px;
  background: #242424;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__catch-sub span::before {
    width: 10.2564102564vw;
    height: 0.7692307692vw;
    transform: rotate(55deg);
  }
}
.cmn-worry__catch-sub span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-55deg);
  width: 40px;
  height: 3px;
  background: #242424;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__catch-sub span::after {
    width: 10.2564102564vw;
    height: 0.7692307692vw;
    transform: rotate(-55deg);
  }
}
.cmn-worry__catch-main {
  line-height: 1.17;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #FB7D00;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__catch-main {
    font-size: 34px;
    font-size: 8.7179487179vw;
  }
}
.cmn-worry__list {
  max-width: 890px;
  margin: 0 auto;
}
.cmn-worry__list li {
  background: #fff;
}
.cmn-worry__list li:nth-child(even) {
  background: #FFFAE8;
}
.cmn-worry__list li dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  gap: 5%;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__list li dl {
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw 2.5641025641vw;
    gap: 3%;
  }
}
.cmn-worry__list li dl dt {
  width: 140px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__list li dl dt {
    font-size: 20px;
    font-size: 5.1282051282vw;
    width: 22%;
  }
}
.cmn-worry__list li dl dd {
  flex: 1;
  font-size: 19px;
  font-weight: 500;
  max-width: 450px;
}
@media print, screen and (max-width: 760px) {
  .cmn-worry__list li dl dd {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1.3125;
    width: 75%;
  }
}

@media print, screen and (min-width: 761px) {
  .page-group-home .cmn-recommend {
    margin-bottom: 100px;
  }
}
.page-group-home .cmn-recommend__list {
  margin-bottom: 0;
}
.page-group-home .cmn-flow {
  border-top: 1px solid #D5D5D5;
}
@media print, screen and (min-width: 761px) {
  .page-group-home .cmn-flow {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 761px) {
  .page-support .cmn-about__title {
    font-size: 43px;
  }
}

.page-visiting-medical .cmn-about {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-visiting-medical .cmn-about {
    margin-bottom: 18.9743589744vw;
  }
}
@media print, screen and (min-width: 761px) {
  .page-visiting-medical .cmn-about__title {
    font-size: 43px;
  }
}
.page-visiting-medical .cmn-recommend__list {
  margin-bottom: 0;
}
.page-visiting-medical .cmn-recommend {
  margin-bottom: 140px;
}
@media print, screen and (max-width: 760px) {
  .page-visiting-medical .cmn-recommend {
    margin-bottom: 23.3333333333vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-home-care .cmn-about__title {
    font-size: 43px;
  }
}
.page-home-care .cmn-flow {
  border-top: 1px solid #D5D5D5;
}

.page-group-home .list-page__main,
.page-nursing-home .list-page__main,
.page-visiting-medical .list-page__main,
.page-support .list-page__main,
.page-home-care .list-page__main {
  width: auto;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: content-box;
}
@media print, screen and (max-width: 760px) {
  .page-group-home .list-page__main,
.page-nursing-home .list-page__main,
.page-visiting-medical .list-page__main,
.page-support .list-page__main,
.page-home-care .list-page__main {
    width: auto;
    padding: 0 5.1282051282vw;
  }
}

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