/* リキッドレイアウト対応 */

.u-pc {
  display: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #111;
}

body.en {
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 1.4285714286vw;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::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 {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -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;
}

.breadcrumbs {
  color: #111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 58.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb__item span {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 58.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-header__breadcrumb--en
  .breadcrumbs
  .breadcrumb__inner
  span:nth-child(1)
  a {
  display: none;
}

.common-header__breadcrumb--en .breadcrumb__inner span:nth-child(2)::before {
  content: initial;
}

.common-header__breadcrumb--en .breadcrumb__inner span:nth-child(2) {
  padding-left: 0;
}

.breadcrumb__inner span + span {
  display: inline-block;
  padding-left: 1.6875rem;
  position: relative;
}

.breadcrumb__inner span + span::before {
  border-right: 0.0625rem solid #111;
  border-top: 0.0625rem solid #111;
  content: "";
  height: 0.375rem;
  left: 0.5rem;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.375rem;
}

.breadcrumb__inner span a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.breadcrumb__inner span a:hover {
  opacity: 0.7;
}

/*==============================================================
	英語サイト用
================================================================*/

.breadcrumb__list {
  gap: 1.6875rem;
  color: #111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.breadcrumb__item + .breadcrumb__item {
  display: inline-block;
  position: relative;
}

.breadcrumb__item + .breadcrumb__item::before {
  border-right: 0.0625rem solid #111;
  border-top: 0.0625rem solid #111;
  content: "";
  height: 0.375rem;
  left: -1.125rem;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.375rem;
}

.common-breadcrumb {
  margin: auto;
  max-width: 78.4375rem;
  padding: 1.25rem 1.5625rem;
}

.common-breadcrumb .breadcrumbs {
  font-weight: 500;
}

.wpcf7-form-control.wpcf7-radio {
  display: inline-block;
  margin-left: 0.375rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1.9375rem;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item.last {
  margin: 0 0 0 2.6875rem;
}

.wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-top: 0.1875rem;
}

/* デフォルトのボタン */

input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */

.wpcf7-list-item-label::before {
  background: #fff;
  border: 0.0625rem solid #828282;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.375rem;
  margin-bottom: auto;
  margin-right: 0.6875rem;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.375rem;
}

/* チェック後のボタン */

input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #fff; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 0.3125rem #89c141;
  box-shadow: inset 0 0 0 0.3125rem #89c141; /* 中心の色のスタイル */
}

.wpcf7-response-output {
  display: none;
}

/*==============================================================

	TOPページ 【News】 PICK UP用のスライド

================================================================*/

.top-news__swiper {
  border-bottom: 0.0625rem solid #929292;
  padding-bottom: 6.3125rem;
}

.top-news__swiper-slide {
  margin-left: 0.03125rem;
}

.top-news__swiper-pagination {
  bottom: 3.25rem;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 10;
}

.top-news__swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 0.0625rem solid #111;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 0.875rem;
  margin: 0 0.3125rem;
  width: 0.875rem;
}

.top-news__swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/*==============================================================

	TOPページ 【サービス・ソリューション】 用のスライド

================================================================*/

.top-service__swiper {
  margin-top: 1.3125rem;
  padding-bottom: 3.4375rem;
  padding-top: 2.5rem;
}

.top-service__swiper-slide {
  margin: 0 1.25rem;
  margin-top: -0.375rem;
  width: 23.125rem;
}

.top-service__swiper-pagination {
  bottom: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 10;
}

.top-service__swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 0.0625rem solid #111;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 0.875rem;
  margin: 0 0.3125rem;
  width: 0.875rem;
}

.top-service__swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/*==============================================================

	TOPページ 【Blog】 CRC日記用のスライド

================================================================*/

.top-blog__swiper-slide {
  border: 0.0625rem solid #dbdfe3;
  border-radius: 0.625rem;
  margin-right: 1.875rem;
}

.top-blog__swiper-slide {
  width: 20.625rem;
}

.top-blog-scrollbar {
  background-color: #dce4eb;
  border-radius: 0.1875rem;
  bottom: 2rem;
  height: 0.3125rem;
  position: absolute;
  right: 9rem;
  width: calc(100% - 9rem);
  z-index: 50;
}

.top-blog-scrollbar .swiper-scrollbar-drag {
  background-color: #939ba2;
  border-radius: 0.25rem;
  height: 142%;
  left: 0;
  position: relative;
  top: -0.0625rem;
  width: 100%;
}

.top-blog-prev,
.top-blog-next {
  background: #fff;
  border: 0.0625rem solid #939ba2;
  border-radius: 50%;
  bottom: 0.25rem;
  cursor: pointer;
  height: 3.375rem;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 3.375rem;
}

.top-blog-prev {
  right: 4.5rem;
  z-index: 51;
}

.top-blog-next {
  right: 0;
}

.top-blog-prev::before,
.top-blog-next::before {
  border-right: 0.125rem solid #939ba2;
  border-top: 0.125rem solid #939ba2;
  content: "";
  height: 0.625rem;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0.625rem;
}

.top-blog-prev::before {
  right: 37%;
  top: 26%;
  -webkit-transform: rotate(-135deg) translate(-50%, -50%);
  transform: rotate(-135deg) translate(-50%, -50%);
}

.top-blog-next::before {
  right: 44%;
  top: 53%;
}

.top-blog-prev:hover,
.top-blog-next:hover {
  background: #939ba2;
}

.top-blog-prev:hover::before,
.top-blog-next:hover::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
}

.body {
  margin-top: 6.75rem;
}

.body--service {
  margin-top: 6.75rem;
}

.btn {
  background: #eff4f5;
  border-radius: 2.5rem;
  -webkit-box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  max-width: 23.75rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.btn--w260 {
  max-width: 16.25rem;
}

.btn--w320 {
  width: 20rem;
}

.btn--w425 {
  max-width: 26.5625rem;
}

.btn--white {
  background: #fff;
}

.btn__link {
  display: inline-block;
  padding: 2rem 0 1.875rem 3.0625rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.btn__link--p2 {
  padding: 1.4375rem 0 1.4375rem 1.875rem;
}

.btn__link--small {
  padding: 1.3125rem 0 1.3125rem 2.5625rem;
}

.btn__text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

.btn__text--s {
  font-size: 1rem;
}

.btn__arrow {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#61ce52),
    to(#4fbc69)
  );
  background: linear-gradient(to top left, #61ce52, #4fbc69);
  border-radius: 50%;
  height: 3.50125rem;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 3.50125rem;
}

.btn__arrow--no1 {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#61ce52),
    to(#4fbc69)
  );
  background: linear-gradient(to top left, #61ce52, #4fbc69);
}

.btn__arrow--small {
  height: 2.500625rem;
  width: 2.500625rem;
}

.btn__arrow::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1.8125rem;
  top: 48%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.625rem;
}

.btn__arrow--small::before {
  right: 1.3125rem;
}

/*==============================================================

	hover時の動き

================================================================*/

.btn:hover {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.btn:hover .btn__arrow {
  height: 2.87625rem;
  right: 1.375rem;
  width: 2.87625rem;
}

.btn:hover .btn__arrow::before {
  right: 1.5rem;
}

.btn:hover .btn__arrow--small {
  height: 2.250625rem;
  right: 1.1875rem;
  width: 2.250625rem;
}

.btn:hover .btn__arrow--small::before {
  right: 1.1875rem;
}

/*
治験を知る hover時の動き
*/

.clinical-trial__box:hover .btn {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.clinical-trial__box:hover .btn__arrow {
  height: 2.87625rem;
  right: 1.375rem;
  width: 2.87625rem;
}

.clinical-trial__box:hover .btn__arrow::before {
  right: 1.5rem;
}

.clinical-trial__box:hover .btn__arrow--small {
  height: 2.250625rem;
  right: 1.1875rem;
  width: 2.250625rem;
}

.clinical-trial__box:hover .btn__arrow--small::before {
  right: 1.1875rem;
}

.common-header {
  background: url(../../assets/images/common/common_header_bg.webp) center
    center no-repeat;
  background-size: cover;
  height: 17rem;
  width: 100%;
}

.common-header--company {
  background: url(../../assets/images/company/mv_bg.webp) center center
    no-repeat;
  background-size: cover;
  height: 24.375rem;
}

.common-header--strength {
  background: url(../../assets/images/strength/mv_bg.webp) center center
    no-repeat;
  background-size: cover;
  height: 24.375rem;
}

.common-header--clinical-trial {
  background: url(../../assets/images/clinical-trial/mv_bg.webp) center center
    no-repeat;
  background-size: cover;
  height: 24.375rem;
}

.common-header--business {
  background: url(../../assets/images/business/mv_bg.webp) center center
    no-repeat;
  background-size: cover;
  height: 24.375rem;
}

.common-header__wrap {
  padding-top: 1.125rem;
}

.common-header__inner {
  margin: auto;
  max-width: 78.4375rem;
  padding: 0 1.5625rem;
  width: 100%;
}

.common-header__title {
  color: #111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 4.625rem;
  padding-left: 2.5625rem;
  position: relative;
}

.common-header__title::before {
  background: #9bd74e;
  background-size: contain;
  border-radius: 0.625rem;
  content: "";
  height: 3.875rem;
  left: 0.125rem;
  position: absolute;
  top: -0.3125rem;
  width: 1.25rem;
}

.common-header__title--white {
  color: #fff;
}

.common-header__title--white::before {
  background: #fff;
}

.common-header__title--mt {
  margin-top: 6.25rem;
}

.common-header__title span {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.common-header__titles {
  color: #111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 4.0625rem;
  padding-left: 2.5625rem;
  position: relative;
}

.common-header__titles::before {
  background: #9bd74e;
  background-size: contain;
  border-radius: 0.625rem;
  content: "";
  height: 3.875rem;
  left: 0.125rem;
  position: absolute;
  top: 0.25rem;
  width: 1.25rem;
}

.common-header__titles span {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0 0 0.125rem 0.125rem;
}

.common-header__breadcrumb--thanks .breadcrumb__inner span:nth-child(3) {
  display: none;
}

.common-header__breadcrumb--white .breadcrumbs {
  color: #fff;
}

.common-header__breadcrumb--white .breadcrumb__inner span + span::before {
  border-right: 0.0625rem solid #fff;
  border-top: 0.0625rem solid #fff;
}

.common-header__breadcrumb--single .breadcrumb__inner span:nth-child(3) {
  display: none;
}

.common-link {
  background: #9baaad;
  width: 100%;
  z-index: 10;
}

.common-link__list {
  row-gap: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 71.25rem;
  padding: 0.5rem 0;
  text-align: center;
}

.common-link__item {
  display: inline-block;
}

.common-link__link {
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 0.9375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.common-link__item:not(:first-of-type) .common-link__link {
  border-left: 0.0625rem solid #fff;
}

.common-link__item:not(:first-of-type)
  .common-link__link.common-link__link--no-line {
  border-left: none;
}

.common-link__link--active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.common-link__link:hover {
  opacity: 0.7;
}

.common-recruit {
  aspect-ratio: 140/27;
  background: url(../../assets/images/common/common-recruit_bg.webp) center
    center no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  max-height: 20.625rem;
  min-height: 13.75rem;
  position: relative;
  width: 100%;
}

.common-recruit .common-recruit__box {
  left: 64.8%;
  position: absolute;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.common-recruit__title {
  max-width: 37.5rem;
  min-width: 29.625rem;
  width: 33.857vw;
}

.common-recruit__title img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.common-recruit__btn {
  margin-left: -0.4375rem;
  margin-top: 2rem;
}

.common-recruit__link {
  background: #fff;
  border-radius: 2rem;
  color: #1b86ad;
  display: grid;
  font-size: 1.1875rem;
  font-weight: 600;
  height: 4rem;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 30.625rem;
}

.common-recruit__link:before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b0bbff),
    color-stop(#7db5e0),
    to(#7ad7df)
  );
  background: linear-gradient(to right, #b0bbff, #7db5e0, #7ad7df);
  border-radius: 2rem;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.common-recruit:hover .common-recruit__link:before {
  opacity: 1;
}

.common-recruit:hover .common-recruit__link {
  color: #fff;
}

.common-recruit__link span {
  position: relative;
}

.common-wrap {
  margin-top: -3.125rem;
}

.common-wrap--mt {
  margin-top: -6rem;
}

.drawer {
  display: none;
}

.drawer__wrap {
  background: #e8eeec;
  height: 100%;
  overflow-y: scroll;
}

.drawer__list {
  color: #111;
  padding: 1.75rem 1.125rem 5rem;
}

.drawer__item {
  border-bottom: 0.0625rem solid #b2b2b2;
}

.drawer__item:last-child {
  border-bottom: none;
  padding: 1.5625rem 0.625rem;
}

.drawer__link {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.064375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.34375rem 0.6875rem 1.125rem;
  position: relative;
  width: 100%;
}

.drawer__link::before {
  border-right: 0.125rem solid #b2b2b2;
  border-top: 0.125rem solid #b2b2b2;
  content: "";
  height: 0.6875rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.6875rem;
}

.drawer__link--mega::before,
.drawer__link--mega::after {
  background: #b2b2b2;
  border-right: 0;
  border-right: initial;
  border-top: 0;
  border-top: initial;
  content: "";
  height: 0.9375rem;
  position: absolute;
  right: 1.0625rem;
  top: 1.4375rem;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0.125rem;
}

.drawer__link--mega::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.drawer__link--mega.is-active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.drawer__link--link-icon::after {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  left: 6.375rem;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.drawer__link--link-icon-en::after {
  left: 12rem;
}

.drawer__link--link-icon-careers::after {
  left: 5.6875rem;
}

.drawer__item-box {
  gap: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

.drawer__item-box span {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.drawer__item-box .drawer__other-link + .drawer__other-link {
  margin-top: 0;
}

/*==============================================================

	スマホ用メガメニュー

================================================================*/

.drawer__mega {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.drawer__mega-list {
  padding: 0.375rem 0 1.625rem 1.1875rem;
}

.drawer__mega-list--line-height .drawer__mega-link {
  line-height: 1.5;
}

.drawer__mega-item + .drawer__mega-item {
  margin-top: 0.75rem;
}

.drawer__mega-link {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 0.9375rem;
  position: relative;
  text-indent: -0.9375rem;
}

.drawer__mega-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: -1.75rem;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.drawer__other-link {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.drawer__other-link + .drawer__other-link {
  margin-top: 1.5rem;
}

.footer-bottom {
  background: #8a9599;
}

.footer-bottom__wrap {
  padding: 2.0625rem 0 2.0625rem 0;
}

.footer-bottom__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

.footer-bottom__list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom__item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.footer-bottom__item:nth-child(2) {
  margin-left: 2.25rem;
}

.footer-bottom__item:nth-child(3) {
  margin-left: 2rem;
}

.footer-bottom__item--line {
  position: relative;
}

.footer-bottom__item--line::before,
.footer-bottom__item--line::after {
  background: #fff;
  content: "";
  height: 112%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.0625rem;
}

.footer-bottom__item--line::before {
  left: -1.0625rem;
}

.footer-bottom__item--line::after {
  right: -1rem;
}

.footer-bottom__item-link {
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer-bottom__item-link:hover {
  opacity: 0.8;
}

.footer-bottom__copyright {
  color: #fff;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: -0.1875rem 0 0 0;
  text-align: right;
}

.footer {
  background: #f4fafb;
  border-top: 0.0625rem solid #c8c9cc;
}

.footer__wrap {
  padding: 4.8125rem 0 6.125rem;
}

.footer__wrap--en {
  padding: 3.125rem 0 4.8125rem;
}

.footer__inner {
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

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

.footer__contents--en {
  gap: 0.3125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__box:nth-child(1) {
  margin-top: 0.125rem;
  padding-left: 1.1%;
  width: 17.13%;
}

.footer__box:nth-child(2) {
  width: 22.73%;
}

.footer__box:nth-child(3) {
  margin-left: 0%;
  width: 25.97%;
}

.footer__box:nth-child(4) {
  padding-left: 0.4%;
  width: 17.13%;
}

.footer__box:nth-child(5) {
  margin-left: -0.375rem;
  margin-top: 0.125rem;
  width: 17.05%;
}

.footer__box--en:nth-child(1) {
  margin-top: 0.125rem;
  padding-left: 1.1%;
  width: 22.5%;
}

.footer__box--en:nth-child(2) {
  width: 21.73%;
}

.footer__box--en:nth-child(3) {
  width: 26.13%;
}

.footer__box--en:nth-child(4) {
  width: 21.13%;
}

.footer__box--en:nth-child(5) {
  margin-left: 0;
  margin-top: 0;
  width: 11.05%;
}

.footer__box--mt .footer__l-link + .footer__l-link {
  margin-top: 1.75rem;
}

.footer__l-link {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 1%;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer__l-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 5.25rem;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
}

.footer__l-link--link-icon-crc::before {
  left: 7.1875rem;
}

.footer__l-link:hover {
  opacity: 0.7;
}

.footer__l-link + .footer__l-link {
  margin-top: 1.8125rem;
}

.footer__l-link--mt {
  margin-top: 1.75rem;
}

.footer__list {
  margin-top: 1.8125rem;
}

.footer__list--business {
  margin-top: 1.6875rem;
}

.footer__list--service {
  margin-top: 1.6875rem;
}

.footer__list--info {
  margin-top: 2rem;
}

.footer__list--business .footer__item {
  line-height: 1.5;
  padding-left: 1.9375rem;
  text-indent: -0.875rem;
}

.footer__list--business .footer__item + .footer__item {
  margin-top: 0.625rem;
}

.footer__list--service .footer__item {
  line-height: 1.5;
  padding-left: 1.9375rem;
  text-indent: -0.875rem;
}

.footer__list--service .footer__item + .footer__item {
  margin-top: 0.7625rem;
}

.footer__list--en .footer__item {
  padding-left: 0.625rem;
}

.footer__list--business.footer__list--en .footer__item + .footer__item {
  margin-top: 0.625rem;
}

.footer__list--business.footer__list--en .footer__item {
  text-indent: 0;
  text-indent: initial;
}

.footer__list--service.footer__list--en .footer__item {
  padding-left: 0.625rem;
  text-indent: 0;
  text-indent: initial;
}

.footer__list--service.footer__list--en .footer__item + .footer__item {
  padding-left: 0.625rem;
}

.footer__item {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.footer__item-link {
  display: inline-block;
  position: relative;
}

.footer__item-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: -1.8125rem;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
}

.footer__item-link--link-icon-en {
}

.footer__item-link--link-icon-en::before {
  bottom: 0;
  right: -1.3125rem;
  top: auto;
  top: initial;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
}

.footer__item-link--haihun {
  display: inline;
  font-size: 0.8rem;
  padding-left: 0;
  text-indent: -0.5625rem;
}

.footer__item-link--haihun::after {
  content: "-";
  left: 0;
  position: absolute;
  top: 0.5625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer__item-link:hover {
  opacity: 0.7;
}

.footer__item + .footer__item {
  margin-top: 1.125rem;
}

.footer__item span {
  color: #1f83d7;
}

.footer__x-link {
  display: inline-block;
  margin: 1.75rem 0 0 0.125rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 3.75rem;
}

.footer__x-link:hover {
  opacity: 0.8;
}

.footer__x-link img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/*==============================================================

	スマホ用footer

================================================================*/

.footer__sp {
  display: none;
}

.footer__sp-link {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}

.footer__sp-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  left: 4.375rem;
  position: absolute;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem rgba(71, 76, 80, 0.12);
  box-shadow: 0 0 0.25rem rgba(71, 76, 80, 0.12);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding: 0 3.125rem;
  position: relative;
}

.header__inner--top {
  margin: auto;
  max-width: 93.75rem;
  padding: 0;
  padding: 0 3.125rem;
  position: relative;
}

.header__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6.75rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  display: block;
  width: 11rem;
}

.header__logo img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.header__logo--en {
  width: 12.9375rem;
}

.header__pc-contents {
  display: grid;
}

.header__top-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.5625rem;
}

.header__top-item img {
  width: 6.25rem;
}

.header__top-item:nth-child(1) .header__top-link {
  margin-right: 0.9375rem;
}

.header__top-link {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-right: 1.4375rem;
  padding-left: 0.9375rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__top-link::before {
  border-right: 0.0625rem solid #111;
  border-top: 0.0625rem solid #111;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.3125rem;
}

.header__top-link:hover {
  opacity: 0.7;
}

.header__language-selector {
  gap: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.125rem 1.4375rem 0 0.75rem;
  position: relative;
}

.header__language-selector::before {
  background: #111;
  content: "";
  height: 86%;
  left: 43%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.0625rem;
}

.header__option-link {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__option-link:hover {
  opacity: 0.7;
}

.header__nav {
  margin-right: 1.375rem;
}

.header__nav-list {
  gap: 1.75rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-list--en {
  justify-content: end;
}

.header__nav-item {
  height: 3.875rem;
}

.header__nav-link {
  display: grid;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 600;
  height: 3.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__nav-link--en {
  font-size: 0.9375rem;
}

.header__nav-link:after {
  background: #89c141;
  border-radius: 0.125rem;
  bottom: 0.8125rem;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
}

.header__nav-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: -1.6875rem;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.header__nav-item:hover .header__nav-link:after {
  width: 2.5625rem;
}

.header__nav-link--active::after {
  width: 2.5625rem;
}

.header__nav-link--fz16 {
  font-size: 1rem;
}

/*==============================================================

	メガメニュー

================================================================*/

.header__nav-overlay {
  background: rgba(17, 17, 17, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 6.75rem;
  width: 100%;
}

.header__mega {
  left: 0;
  left: 50%;
  max-height: 0;
  position: absolute;
  top: 6.6875rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  width: 100vw;
  z-index: 1;
}

.header__mega-wrap {
  background: #eff3f4;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.header__mega-wrap::before {
  background: url(../../assets/images/common/mega-menu_company_bg.webp) center
    center no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0rem;
  width: calc(50% - 168px);
}

.header__mega-wrap--strength::before {
  background: url(../../assets/images/common/mega-menu_company_strength_bg.webp)
    center center no-repeat;
  background-size: cover;
}

.header__mega-wrap--service::before {
  background: url(../../assets/images/common/mega-menu_company_searvice_bg.webp)
    center center no-repeat;
  background-size: cover;
}

.header__mega-wrap--company::before {
  background: url(../../assets/images/common/mega-menu_company_company_bg.webp)
    center center no-repeat;
  background-size: cover;
}

.header__mega-wrap--clinical-trial::before {
  background: url(../../assets/images/common/mega-menu_company_clinical-trial_bg.webp)
    center center no-repeat;
  background-size: cover;
}

.header__mega-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 78rem;
  position: relative;
  width: 90%;
}

.header__mega-left {
  padding: 2.75rem 6.125rem 4rem 0;
  position: relative;
  width: 38%;
  z-index: 1;
}

.header__mega-left--clinical {
  padding: 3.6875rem 6.125rem 3.9375rem 0;
}

.header__mega-left--service {
  padding: 5.5625rem 6.125rem 5.75rem 0;
}

.header__mega-left--feature {
  padding: 2.8125rem 6.125rem 4rem 0;
}

.header__mega-left-box {
  width: 17.5rem;
}

.header__mega-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 0rem 1.5625rem 2.75rem;
}

.header__mega-right--clinical {
  padding: 3.0625rem 0rem 3.0625rem 2.75rem;
  width: 62%;
}

.header__mega-right--service {
  padding: 3.1875rem 0rem 3.1875rem 2.6875rem;
  width: 62%;
}

.header__mega-right--feature {
  padding: 3.125rem 0rem 3.125rem 2.75rem;
  width: 62%;
}

.header__mega-cards {
  -moz-column-gap: 1.25rem;
  row-gap: 0.375rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 62%;
}

.header__mega-cards--clinical {
  -moz-column-gap: 1.9375rem;
  -webkit-column-gap: 1.9375rem;
  column-gap: 1.9375rem;
  width: 100%;
}

.header__mega-card {
  max-width: 10rem;
  width: 100%;
}

.header__mega-card-link:hover .header__mega-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.header__mega-card-link {
  display: inline-block;
}

.header__mega-img {
  border-radius: 0.25rem;
  overflow: hidden;
}

.header__mega-img img {
  -webkit-transition: 2.4s ease;
  transition: 2.4s ease;
}

.header__mega-img + p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: -0.0625rem;
  margin-top: 0.6875rem;
}

.header__mega-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 1.625rem;
  position: relative;
}

.header__mega-title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 81%;
  left: 0;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625rem;
}

.header__mega-title--service {
  font-size: 1.8125rem;
  white-space: nowrap;
}

.header__mega-top-link {
  background: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 1.6875rem;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 1rem;
  padding: 1.1875rem 0 1.1875rem 1.1875rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 17.5rem;
}

.header__mega-top-link::before {
  border-right: 0.125rem solid #111;
  border-top: 0.125rem solid #111;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 7.5%;
  top: 48%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0.5rem;
}

.header__mega-top-link:hover {
  opacity: 0.8;
}

.header__mega-top-link:hover::before {
  border-right: 0.125rem solid #0f6bb1;
  border-top: 0.125rem solid #0f6bb1;
}

.header__mega-list-box + .header__mega-list-box {
  margin-left: 8.75rem;
}

.header__mega-list-box + .header__mega-list-box.header__mega-list-box--service {
  margin-left: 2.0625rem;
}

.header__mega-list-box + .header__mega-list-box.header__mega-list-box--feature {
  margin-left: 7.3125rem;
}

.header__mega-list-box
  + .header__mega-list-box.header__mega-list-box--clinical {
  margin-left: 6.9375rem;
}

.header__mega-list {
  border-left: 0.0625rem solid #111;
  padding: 0.625rem 0 0.625rem 1.1875rem;
}

.header__mega-list--pa {
  padding: 0.4375rem 0 0.625rem 1.1875rem;
}

.header__mega-item + .header__mega-item {
  margin-top: 0.625rem;
}

.header__mega-item--mt + .header__mega-item--mt {
  margin-top: 0.71875rem;
}

.header__mega-list--service .header__mega-item + .header__mega-item {
  margin-top: 0.75rem;
}

.header__mega-link {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header__mega-link:hover {
  opacity: 0.8;
}

.header__mega-link--link-icon {
  position: relative;
}

.header__mega-link--link-icon::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: -1.5625rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.header__mega-item--ti {
  line-height: 1.2;
  padding-left: 0.75rem;
  text-indent: -0.75rem;
}

/*==============================================================

	スマホサイズ

================================================================*/

.header__sp-contents {
  display: none;
}

.inner {
  padding-left: 25px;
  padding-right: 25px;
}

.link-icon-blank {
  color: #0000ff;
  display: inline;
  position: relative;
}

.link-icon-blank::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 1.125rem;
  position: absolute;
  right: -1.3125rem;
  width: 1.125rem;
}

.link-icon-pdf {
  color: #0000ff;
  display: inline;
  position: relative;
}

.link-icon-pdf::before {
  background: url(../../assets/images/common/icon_pdf.svg) center center
    no-repeat;
  background-size: contain;
  bottom: -0.0625rem;
  content: "";
  height: 1.5625rem;
  position: absolute;
  right: -1.5625rem;
  width: 1.3125rem;
}

.top-common-title__en-title {
  color: #e5eced;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 5.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.94;
}

.top-common-title__en-title--fz {
  font-size: 5rem;
  line-height: 1;
}

.top-common-title__ja-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 0.625rem;
}

.top-common-title__ja-title--mt {
  margin-top: 1.125rem;
}

.top-common-title__ja-title--mt2 {
  margin-top: 1.875rem;
}

.top-common-title__ja-title--le {
  letter-spacing: normal;
  letter-spacing: initial;
}

.top-common-title__description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.5625rem;
}

.top-common-title__description--company {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}

.b-feature {
  background: #eff3f4;
}

.b-feature__wrap {
  padding: 4.375rem 0 5rem;
}

.b-feature__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.b-feature__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.b-feature__list {
  gap: 4%;
  row-gap: 2.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.625rem;
}

.b-feature__item {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  width: 48%;
}

.b-feature__item-link {
  display: inline-block;
  width: 100%;
}

.b-feature__item-box {
  overflow: hidden;
  padding: 1.5rem 1.5rem 0.3125rem 1.5rem;
  position: relative;
}

.b-feature__item-box--bg1::before {
  background: url(../../assets/images/business/b-feature_img01.webp) center
    center no-repeat;
  background-size: contain;
  bottom: -0.875rem;
  content: "";
  height: 13.8vw;
  max-height: 12.0625rem;
  position: absolute;
  right: 0.75rem;
  width: 30%;
}

.b-feature__item-box--bg2::before {
  background: url(../../assets/images/business/b-feature_img02.webp) center
    center no-repeat;
  background-size: contain;
  bottom: -1.375rem;
  content: "";
  height: 17.8vw;
  max-height: 15.5625rem;
  position: absolute;
  right: 0;
  width: 61%;
}

.b-feature__item-box--bg3::before {
  background: url(../../assets/images/business/b-feature_img03.webp) center
    center no-repeat;
  background-size: contain;
  bottom: -0.125rem;
  content: "";
  height: 14.8vw;
  max-height: 12.9375rem;
  position: absolute;
  right: -0.375rem;
  width: 48%;
}

.b-feature__item-box--bg4::before {
  background: url(../../assets/images/business/b-feature_img04.webp) center
    center no-repeat;
  background-size: contain;
  bottom: -0.125rem;
  content: "";
  height: 14.8vw;
  max-height: 12.9375rem;
  position: absolute;
  right: -0.375rem;
  width: 48%;
}

.b-feature__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.041em;
  position: relative;
  text-align: center;
}

.b-feature__item-title::before {
  background: #89c141;
  bottom: -0.3125rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 11.5625rem;
}

.b-feature__number {
  font-size: 1.875rem;
  font-weight: 700;
  margin: -0.625rem -0.375rem 0 0rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.b-feature__number span {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 6.25rem;
  font-weight: 500;
}

.b-feature__l-text {
  color: #89c141;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.4375rem;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.b-feature__text {
  background: #89c141;
  border-radius: 0 0 0.625rem 0.625rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.041em;
  padding: 0.875rem 1.25rem;
  position: relative;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.b-feature__text::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 2.5rem;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.5rem;
}

.b-feature__text::after {
  border-right: 0.125rem solid #89c141;
  border-top: 0.125rem solid #89c141;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 2.1875rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.5rem;
}

.b-feature__item-link:hover .b-feature__text {
  background: #79b62c;
}

.b-service__wrap {
  padding: 4.5625rem 0 7.5rem;
}

.b-service__inner {
  margin: auto;
  max-width: 75.25rem;
  width: 88%;
}

.b-service__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.b-service__list {
  gap: 3.3%;
  row-gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.625rem;
}

.b-service__item {
  width: 48.3%;
}

.b-service__link {
  background: #fff;
  border: 0.25rem solid #cfd4d7;
  border-radius: 0.9375rem;
  display: inline-block;
  padding: 1.625rem 2.25rem 2.1875rem;
  width: 100%;
}

.b-service__item-title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6153846154;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.b-service__item-title::before {
  background: #9bd74e;
  border-radius: 50%;
  content: "";
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0.0625rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.5rem;
}

.b-service__item-title::after {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.5rem;
}

.b-service__item-line {
  background: #ebeff0;
  display: inline-block;
  height: 0.25rem;
  margin-top: 1.0625rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.b-service__item-line::before {
  background: #89c141;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
}

.b-service__box {
  gap: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.625rem;
}

.b-service__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47%;
}

.b-service__item-text {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: -0.5rem;
  text-align: justify;
}

/*==============================================================

	ホバー時の動き

================================================================*/

.b-service__link:hover .b-service__item-title {
  color: #79b62c;
}

.business {
  position: relative;
}

.business__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 6.125rem;
}

.business__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.business__titles {
  position: relative;
}

.business__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.business__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.business__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.6875rem;
  text-align: justify;
}

.business__area {
  margin-top: 5.25rem;
}

.business__s-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 1.3125rem;
  position: relative;
}

.business__s-title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.business__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.375rem;
}

.business__correlation {
  margin-top: 3.1875rem;
}

.business__correlation-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.business__correlation-img {
  margin-top: 2.25rem;
}

.clinical-trial {
  position: relative;
}

.clinical-trial__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 3.4375rem;
}

.clinical-trial__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.clinical-trial__titles {
  position: relative;
}

.clinical-trial__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.clinical-trial__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -0.9375rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.clinical-trial__contents {
  margin: 1.875rem auto 7.25rem;
  max-width: 70rem;
  width: 88%;
}

.clinical-trial__box {
  gap: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clinical-trial__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.clinical-trial__box + .clinical-trial__box {
  margin-top: 5.25rem;
}

.clinical-trial__box:hover .clinical-trial__img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.clinical-trial__img-box {
  width: 44%;
}

.clinical-trial__img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.clinical-trial__img img {
  border-radius: 0.625rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.clinical-trial__texts {
  width: 52%;
}

.clinical-trial__title-box {
  border-bottom: 0.0625rem solid #d9dad9;
  padding-bottom: 1.0625rem;
}

.clinical-trial__s-en-title {
  color: #eff4f6;
  font-family: "Barlow", sans-serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.3777777778;
  margin-top: -2.5625rem;
}

.clinical-trial__s-en-title--mt {
  margin-top: -0.625rem;
}

.clinical-trial__s-title {
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: -2.25rem;
}

.clinical-trial__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
  text-align: justify;
}

.clinical-trial__btn {
  margin-top: 2.125rem;
}

.about__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 0;
}

.about__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.about__titles {
  position: relative;
}

.about__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.about__title span {
  display: inline-block;
}

.about__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.875rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.about__trivia {
  margin-top: 5.875rem;
}

.about__trivia-title {
  background: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  padding: 0 0.625rem;
  position: relative;
  text-align: center;
}

.about__trivia-title::before {
  background: #89c141;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37.6%;
}

.about__trivia-title::after {
  background: #89c141;
  content: "";
  height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37.6%;
}

.about__list {
  gap: 2.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

.about__item {
  background: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#9bd74e),
    to(#79b62c)
  );
  background: linear-gradient(to top left, #9bd74e, #79b62c);
  border-radius: 0.625rem;
  padding: 1.25rem 0 1rem;
  position: relative;
  text-align: center;
  width: 32%;
}

.about__item::before {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.about__item--01::before {
  background: url(../../assets/images/clinical-trial/about/about_img01.webp)
    center center no-repeat;
  background-size: cover;
}

.about__item--02::before {
  background: url(../../assets/images/clinical-trial/about/about_img02.webp)
    center center no-repeat;
  background-size: cover;
}

.about__item--03::before {
  background: url(../../assets/images/clinical-trial/about/about_img03.webp)
    center center no-repeat;
  background-size: cover;
}

.about__item-title {
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.041em;
  line-height: 1.4545454545;
  position: relative;
  z-index: 1;
}

.about__item-title::before {
  background: #fff;
  bottom: -0.125rem;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105%;
}

.about__item-text {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: -0.5625rem;
  position: relative;
  z-index: 1;
}

.about__item-text span {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.about__item-text--mt {
  margin-top: 0.1875rem;
}

.about__item-note {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-top: -0.8125rem;
  position: relative;
  z-index: 1;
}

.about__box {
  border: 0.0625rem solid #89c141;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5rem auto 0;
  max-width: 75.25rem;
  padding: 2.5625rem 1.875rem 3.5625rem 3.0625rem;
  width: 88%;
}

.about__texts {
  width: 57.8%;
}

.about__s-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.9090909091;
  padding-left: 1.3125rem;
  position: relative;
}

.about__s-title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.about__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.875rem;
  text-align: justify;
}

.about__note {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.25rem;
  padding-left: 0.8125rem;
  text-indent: -0.8125rem;
}

.about__requirements {
  width: 38%;
}

.about__requirements-box {
  background: #eff3f4;
  border-radius: 0.625rem;
  margin-top: 4rem;
  padding: 1.875rem 2.0625rem 2.5rem;
}

.about__requirements-title {
  background: #89c141;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.041em;
  padding: 0.0625rem 0;
  text-align: center;
}

.about__requirements-list {
  margin-top: 1.0625rem;
}

.about__requirements-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.3125rem;
  position: relative;
}

.about__requirements-item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.875rem;
  left: 0.0625rem;
  position: absolute;
  top: 0.4375rem;
  width: 0.875rem;
}

.about__requirements-item + .about__requirements-item {
  margin-top: 0.3125rem;
}

.concrete-flow {
  background: #eff3f4;
}

.concrete-flow__wrap {
  margin-bottom: 4.3125rem;
  padding: 4.375rem 0 9.75rem;
}

.concrete-flow__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.concrete-flow__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

.concrete-flow__slide-box {
  margin-top: 3.125rem;
  position: relative;
}

.concrete-flow__swiper {
  background: #fff;
  border: 0.0625rem solid #89c141;
  border-radius: 0.625rem;
}

.concrete-flow__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.125rem 1.875rem;
}

.concrete-flow__img-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.concrete-flow__img {
  width: 57%;
}

.concrete-flow__step {
  margin-left: 2.1875rem;
  margin-top: -1.3125rem;
}

.concrete-flow__step-text {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
}

.concrete-flow__step-number {
  color: #89c141;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 0.4;
  margin-top: 1.0625rem;
}

.concrete-flow__texts {
  border-left: 0.0625rem solid #89c141;
  padding: 0.5625rem 1.1875rem 0.5625rem 2.0625rem;
  width: 62%;
}

.concrete-flow__s-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.concrete-flow__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.875rem;
  text-align: justify;
}

/*==============================================================

	swiper ページネーションスタイル

================================================================*/

.concrete-flow__pagination {
  bottom: -4rem;
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 10;
}

.concrete-flow__pagination .swiper-pagination-bullet {
  background: #fff;
  border: 0.0625rem solid #111;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 0.9375rem;
  margin: 0 0.3125rem;
  width: 0.9375rem;
}

.concrete-flow__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/*==============================================================

	swiper prevとnextのスタイル

================================================================*/

.concrete-flow__prev,
.concrete-flow__next {
  background: #fff;
  border: 0.0625rem solid #89c141;
  border-radius: 50%;
  cursor: pointer;
  height: 2.8125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.8125rem;
}

.concrete-flow__prev {
  left: -6.5%;
}

.concrete-flow__next {
  right: -6.5%;
}

.concrete-flow__prev span,
.concrete-flow__next span {
  display: inline-block;
  position: relative;
}

.concrete-flow__prev span::before {
  border-right: 0.125rem solid #89c141;
  border-top: 0.125rem solid #89c141;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -1.75rem;
  top: -0.0625rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.625rem;
}

.concrete-flow__next span::before {
  border-right: 0.125rem solid #89c141;
  border-top: 0.125rem solid #89c141;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -1.5625rem;
  top: -0.0625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.625rem;
}

/*==============================================================
	hover時の動き
================================================================*/

.concrete-flow__prev:hover,
.concrete-flow__next:hover {
  background: #89c141;
}

.concrete-flow__prev:hover span::before,
.concrete-flow__next:hover span::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
}

.drug-flow {
  background: #eff3f4;
}

.drug-flow__wrap {
  margin-top: 6.25rem;
  padding: 4.375rem 0 6.25rem;
}

.drug-flow__inner {
  margin: auto;
  max-width: 75.25rem;
  width: 88%;
}

.drug-flow__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

.drug-flow__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
  text-align: center;
}

.drug-flow__list {
  margin-top: 2.1875rem;
}

.drug-flow__item {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(110, 154, 167, 0.15);
  box-shadow: 0 0 0.1875rem rgba(110, 154, 167, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.drug-flow__item::before {
  background: url(../../assets/images/common/sankaku_bottom.webp) center center
    no-repeat;
  background-size: contain;
  bottom: -3.5rem;
  content: "";
  height: 2.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8.75rem;
}

.drug-flow__item:last-child::before {
  content: normal;
  content: initial;
}

.drug-flow__item + .drug-flow__item {
  margin-top: 5rem;
}

.drug-flow__item-title {
  background: #acb6be;
  border-radius: 0.625rem 0 0 0.625rem;
  color: #fff;
  display: grid;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 14.2%;
}

.drug-flow__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.8125rem;
}

.drug-flow__item-box {
  border-radius: 0 0.625rem 0.625rem 0;
  padding: 1.3125rem 1.9375rem 1.3125rem 2rem;
  width: 63%;
}

.drug-flow__item-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.3333333333;
}

.drug-flow__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.4375rem;
  text-align: justify;
}

.trial-step__wrap {
  padding: 4.1875rem 0 6.3125rem;
}

.trial-step__inner {
  margin: auto;
  max-width: 75.25rem;
  width: 88%;
}

.trial-step__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

.trial-step__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1rem;
  text-align: center;
}

.trial-step__list {
  gap: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.125rem;
}

.trial-step__item {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  position: relative;
  width: 29%;
}

.trial-step__item::before {
  background: url(../../assets/images/common/sankaku_right.webp) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 5rem;
  position: absolute;
  right: -17%;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
}

.trial-step__item:last-child::before {
  content: normal;
  content: initial;
}

.trial-step__item-title {
  background: #89c141;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.3333333333;
  padding: 0.4375rem;
  text-align: center;
}

.trial-step__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  padding: 1.125rem 1.9375rem 1.6875rem;
  text-align: justify;
}

.glossary__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.75rem 0 0;
}

.glossary__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.glossary__ul {
  gap: 3.1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

.glossary__li {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.glossary__li--active {
  color: #79b62c;
}

.glossary__li:hover {
  color: #79b62c;
}

.glossary__area {
  margin-bottom: 4.4375rem;
  margin-top: 4rem;
}

.glossary__box {
  display: none;
}

.glossary__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.glossary__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.glossary__list {
  margin-top: 0.25rem;
}

.glossary__item {
  border-bottom: 0.0625rem solid #c8c9cc;
  padding: 1.5625rem 0;
}

.glossary__s-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.039em;
  line-height: 1.4444444444;
  padding-left: 1.6875rem;
  position: relative;
}

.glossary__s-title::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 0.8125rem;
}

.glossary__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.625rem;
  text-align: justify;
}

.glossary__list-item {
  font-size: 1.3125rem;
  font-weight: 700;
  list-style: none;
  margin-top: 1.5rem;
  text-align: left;
}

.certification__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.5rem 0 5.875rem;
}

.certification__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.certification__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.375rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.certification__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 1.3125rem;
  position: relative;
}

.certification__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.certification__list {
  margin: 4.125rem auto 0;
  max-width: 61.25rem;
}

.certification__item {
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.125rem;
}

.certification__item:not(:first-child) {
  border-top: 0.0625rem solid #c8c9cc;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
}

.certification__item:not(:first-child).certification__item--pa {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

.certification__item-title {
  color: #111;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-left: 1.4375rem;
  position: relative;
  width: 13.75rem;
}

.certification__item-title::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.1875rem;
  width: 0.8125rem;
}

.certification__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -0.1875rem;
  text-align: justify;
}

.certification__item-img-box {
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.1875rem;
}

.certification__item-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.375rem;
}

.company {
  position: relative;
}

.company__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 5.6875rem;
}

.company__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.company__titles {
  position: relative;
}

.company__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.company__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.auth {
  position: relative;
}

.auth::before {
  background: #eff3f4;
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.auth__wrap {
  margin-bottom: 4.5625rem;
  padding-bottom: 4.9375rem;
}

.auth__inner {
  margin: auto;
  max-width: 75.25rem;
  width: 88%;
}

.auth__area {
  margin-top: 0;
}

.auth__box {
  gap: 5.5%;
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
  padding: 3.3125rem 3.75rem;
}

.auth__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 3.3125rem 3.75rem 3.3125rem 4.4375rem;
}

.auth__box + .auth__box {
  margin-top: 2.3125rem;
}

.auth__img {
  display: grid;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 12.5rem;
}

.auth__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 1.3125rem;
  position: relative;
}

.auth__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.auth__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.92;
  margin-top: 1.25rem;
  margin-top: 1.625rem;
}

.auth__date {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.92;
  margin-top: 1.25rem;
  margin-top: 1.875rem;
}

.auth__link {
  color: #066249;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.92;
  position: relative;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.auth__link:hover {
  opacity: 0.7;
}

.auth__link::before {
  -webkit-mask-image: url(../../assets/images/common/icon_external_link.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: #066249;
  content: "";
  height: 1.0625rem;
  mask-image: url(../../assets/images/common/icon_external_link.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: -1.1875rem;
  top: 0.3125rem;
  width: 1.0625rem;
}

.auth__recruit {
  margin-top: 4.625rem;
}

.auth__recruit-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.auth__btn {
  margin: 1.375rem auto 0;
}

.compliance-border {
  background: #c8c9cc;
  display: block;
  height: 0.0625rem;
  margin: 5rem auto 4.5rem;
  max-width: 75.25rem;
}

.compliance__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.5rem 0 0;
}

.compliance__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.compliance__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.compliance__area {
  margin-top: 4.1875rem;
}

.compliance__box + .compliance__box {
  margin-top: 3.8125rem;
}

.compliance__ol {
  margin-top: 1.0625rem;
}

.compliance__ol-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1.9375rem;
  text-indent: -1.9375rem;
}

.compliance__ol-item + .compliance__ol-item {
  margin-top: 0.75rem;
}

.compliance__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.9090909091;
  padding-left: 1.3125rem;
  position: relative;
}

.compliance__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.compliance__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.0625rem;
}

.compliance__ul {
  margin-top: 0.6875rem;
}

.compliance__ul-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 1.4375rem;
  position: relative;
}

.compliance__ul-item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.875rem;
}

.compliance__ul-item + .compliance__ul-item {
  margin-top: 0.625rem;
}

.compliance__img {
  margin: 2.6875rem auto 0;
  max-width: 23.75rem;
}

.info-chart {
  padding-top: 4.5625rem;
}

.info-chart__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.info-chart__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.info-chart__img {
  margin-top: 1.375rem;
  width: 88%;
}

.info-company {
  margin-top: 3.125rem;
  padding-top: 2.6875rem;
}

.info-company__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.info-company__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.info-company__box {
  margin-top: 1.4375rem;
}

.info-company__item {
  background: #f5f7f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-company__item:not(:first-child) {
  border-top: 0.0625rem solid #c8c9cc;
}

.info-company__s-title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.625;
  padding: 1.03125rem 1.3125rem;
  width: 11.25rem;
}

.info-company__text {
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0.9375rem 1.3125rem;
  width: 100%;
}

.info-history {
  padding-top: 4.375rem;
}

.info-history__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.info-history__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.info-history__list {
  margin-top: 1.375rem;
}

.info-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.8125rem 1.25rem 0.8125rem;
}

.info-history__item:nth-child(2n + 1) {
  background: #f5f7f9;
}

.info-history__date {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6.75rem;
}

.info-idea__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-idea__item + .info-idea__item {
  margin-top: 2rem;
}

.info-idea__title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.3;
  width: 10.625rem;
}

.info-idea__text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-top: 0.4375rem;
  padding-left: 3.1%;
  position: relative;
}

.info-idea__text::before {
  background: #bec0bf;
  content: "";
  height: 83%;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 0.125rem;
}

.info-idea__text span {
  font-weight: 500;
}

.info-idea__box {
  position: relative;
  width: 100%;
}

.info-idea__box::before {
  background: #bec0bf;
  content: "";
  height: 92%;
  left: 0;
  position: absolute;
  top: 0.875rem;
  width: 0.125rem;
}

.info-idea__second-list {
  padding-left: 3.8%;
}

.info-idea__second-item {
  gap: 4.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-idea__second-item + .info-idea__second-item {
  margin-top: 0.75rem;
}

.info-idea__second-title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.5555555556;
  width: 13.5rem;
}

.info-idea__second-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.375rem;
}

.info-idea__logo-box {
  gap: 8%;
  border: 0.0625rem solid #bec0bf;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.0625rem;
  padding: 1.5rem 1.875rem;
  position: relative;
}

.info-idea__logo-box::before {
  background: #005486;
  border-radius: 0.625rem 0 0.625rem 0;
  color: #fff;
  content: "ロゴに込めた思い";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  left: -0.4375rem;
  letter-spacing: 0.06em;
  padding: 0.3125rem 1rem;
  position: absolute;
  top: -0.4375rem;
  z-index: 1;
}

.info-idea__img {
  display: grid;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 3.3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 23.1%;
}

.info-idea__logo-list {
  width: 100%;
}

.info-idea__logo-item {
  padding-left: 2.6%;
  position: relative;
}

.info-idea__logo-item::before {
  background: #bec0bf;
  content: "";
  height: 90%;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  width: 0.125rem;
}

.info-idea__logo-item + .info-idea__logo-item {
  margin-top: 1.25rem;
}

.info-idea__logo-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.info-idea__logo-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.125rem;
  position: relative;
  text-align: justify;
}

.info-idea__logo-text span {
  font-weight: 700;
}

.info-member {
  padding-top: 2.875rem;
}

.info-member__contents {
  margin-top: 1.6875rem;
}

.info-member__contents + .info-member__contents {
  margin-top: 1.5625rem;
}

.info-member__l-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.039em;
}

.info-member__l-title span {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1.25rem;
}

.info-member__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.info-member__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.info-member__box {
  margin-top: 0.875rem;
}

.info-member__item {
  background: #f5f7f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-member__item:not(:first-child) {
  border-top: 0.0625rem solid #c8c9cc;
}

.info-member__s-title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.625;
  padding: 1.03125rem 1.3125rem;
  width: 11.25rem;
}

.info-member__text {
  background: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0.9375rem 1.3125rem;
  width: 100%;
}

.info-member__text span {
  display: inline-block;
  width: 6.25rem;
}

.info-pamphlet {
  margin-bottom: 4rem;
  padding-top: 7.75rem;
  position: relative;
}

.info-pamphlet__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.75;
  padding-left: 1.3125rem;
  position: relative;
}

.info-pamphlet__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.info-pamphlet__list {
  gap: 6.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.375rem;
}

.info-pamphlet__item {
  width: 19.3%;
}

.info-pamphlet__link {
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.info-pamphlet__link:hover {
  opacity: 0.7;
}

.info-pamphlet__link:hover .info-pamphlet__s-title {
  opacity: 0.7;
}

.info-pamphlet__link:hover .info-pamphlet__text {
  opacity: 0.7;
}

.info-pamphlet__s-title {
  display: grid;
  font-size: 1rem;
  font-weight: 700;
  height: 2.1875rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-right: 1.0625rem;
  margin-top: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.info-pamphlet__s-title span {
  display: inline-block;
  position: relative;
}

.info-pamphlet__s-title span::before {
  background: url(../../assets/images/common/icon_pdf.svg) center center
    no-repeat;
  background-size: contain;
  bottom: 0.125rem;
  content: "";
  height: 1.1875rem;
  position: absolute;
  right: -1.375rem;
  width: 1rem;
}

.info-pamphlet__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin-top: 0.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.info-pamphlet__br {
  display: none;
}

.info {
  position: relative;
}

.info::before {
  background: #eff3f4;
  bottom: 0;
  content: "";
  height: 9%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.info__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 0;
}

.info__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.info__titles {
  position: relative;
}

.info__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.info__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5625rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.info__contents {
  background: #f5f7f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3.8125rem auto 0;
  max-width: 82.25rem;
  padding: 2.75rem 0 3.9375rem 0;
  position: relative;
  width: 94%;
}

.info__contents::before {
  background: #bec0bf;
  content: "";
  height: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.0625rem;
}

.info__box {
  width: 50%;
}

.info__s-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.info__text {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin: 1.4375rem auto 0;
  padding: 0 8%;
  text-align: justify;
}

.info__btn {
  margin: 1.25rem auto 0;
}

.info__area {
  gap: 6.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5.6875rem auto 5.1875rem;
  max-width: 75.25rem;
  width: 88%;
}

.info__sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 3.125rem;
  width: 12.5rem;
}

.info__sidebar-list {
  border-bottom: 0.0625rem solid #c8c9cc;
  border-top: 0.0625rem solid #c8c9cc;
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.info__sidebar-item:not(:first-child) {
  border-top: 0.0625rem solid #ededed;
}

.info__sidebar-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.875;
  padding-left: 1.3125rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.info__sidebar-link:hover {
  color: #79b62c;
  font-weight: 700;
}

.info__sidebar-link::before {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.info__sidebar-link:hover::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.875rem;
  width: 0.8125rem;
}

.info__sidebar-link--active {
  color: #79b62c;
  font-weight: 700;
}

.info__sidebar-link--active::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0.875rem;
  width: 0.8125rem;
}

.info__container {
  margin-top: -0.8125rem;
}

.message__breadcrumb {
  margin: auto;
  max-width: 78.4375rem;
  padding: 0 1.5625rem;
  width: 100%;
}

.message__wrap {
  padding: 1.25rem 0;
}

.message__inner {
  padding: 0 1.375rem;
  position: relative;
}

.message__inner::before {
  background: url(../../assets/images/company/message/bg.webp) center center
    no-repeat;
  background-size: cover;
  content: "";
  height: 58.9375rem;
  max-width: 93.4375rem;
  position: absolute;
  right: 1.375rem;
  top: -1.375rem;
  width: 100%;
}

.message__main-title {
  margin: 5.25rem auto 0;
  max-width: 40.625rem;
  position: relative;
  z-index: 1;
}

.message__area {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e9f1f3),
    to(#ffffff)
  );
  background: linear-gradient(to top, #e9f1f3, #ffffff);
  border-radius: 1.25rem;
  margin-bottom: 3.1875rem;
  margin-top: 3.875rem;
  overflow: hidden;
  padding-bottom: 3rem;
}

.message__sub-title {
  margin: auto;
  max-width: 47.0625rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.message__line {
  margin: 2.5rem auto 0;
  max-width: 75.25rem;
}

.message__text-area {
  margin: 3.6875rem auto 0;
  max-width: 56.5rem;
  position: relative;
}

.message__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  max-width: 39.3125rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.message__text + .message__text {
  margin-top: 1.125rem;
}

.message__box {
  margin-top: 1.9375rem;
  max-width: 39.375rem;
  position: relative;
  text-align: right;
  z-index: 1;
}

.message__company {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
}

.message__name {
  margin-left: auto;
  margin-top: 0.5625rem;
  width: 9.375rem;
}

.message__img {
  bottom: -2.9375rem;
  content: "";
  max-width: 26.875rem;
  position: absolute;
  right: -10.1875rem;
  width: 100%;
}

.office__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 5.0625rem 0 0;
}

.office__nav {
  margin: auto;
  max-width: 50rem;
}

.office__nav-list {
  gap: 2.5%;
  row-gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.office__nav-item {
  width: 23.1%;
}

.office__nav-link {
  background: #eff3f4;
  border-radius: 1.4375rem;
  -webkit-box-shadow: inset 0rem -0.0625rem 0.125rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem -0.0625rem 0.125rem rgba(187, 187, 187, 0.6);
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 0 13px 20px;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}

.office__nav-link::before {
  border-right: 1px solid #414141;
  border-top: 1px solid #414141;
  content: "";
  height: 7px;
  position: absolute;
  right: 19px;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 7px;
}

.office__nav-link:hover {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.office__area {
  margin: 3.75rem auto 4.375rem;
  max-width: 78.375rem;
  padding: 0 1.5625rem;
}

.office__address-box {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  padding: 10px;
  padding: 26px 30px 23px;
}

.office__address-box--green {
  background: #ebf5ef;
}

.office__maps {
  width: 19.2%;
}

.office__l-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
}

.office__s-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}

.office__map-link {
  color: #8a9599;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 13px;
  padding-left: 22px;
  position: relative;
}

.office__map-link::before {
  background: url(../../assets/images/company/office/icon_map.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.9375rem;
}

.office__meta {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -2px;
}

.office__strong {
  display: inline-block;
  font-weight: 700;
  width: 69px;
}

.office__address-wrap {
  margin-top: 58px;
}

.office__address-area + .office__address-area {
  margin-top: 58px;
}

.office__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  padding-left: 20px;
  position: relative;
}

.office__title::before {
  background: #89c141;
  border-radius: 0.3125rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 0.375rem;
}

.office__list {
  margin-top: 34px;
}

.office__item:nth-child(2n + 1) .office__address-box {
  background: #f5f8f9;
}

.alumni__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.4375rem 0 0;
}

.alumni__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.alumni__head {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}

.alumni__area {
  margin-top: 5.25rem;
}

.alumni__area + .alumni__area {
  margin-top: 4.5rem;
}

.alumni__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.496875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-left: 1.3125rem;
  position: relative;
}

.alumni__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.alumni__box {
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.75rem;
}

.alumni__texts {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}

.alumni__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.alumni__btn {
  margin-top: 1.375rem;
}

.alumni__btn .btn__text span {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  height: 1rem;
  margin-left: 0.3125rem;
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
  width: 1rem;
}

.alumni__img {
  margin-top: 0.5625rem;
}

.alumni__contact-area {
  border-top: 0.0625rem solid #c8c8c8;
  margin-top: 6.125rem;
  padding-bottom: 7.375rem;
  padding-top: 4.625rem;
}

.alumni__contact-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.alumni__contact-btn {
  margin: 1.3125rem auto 0;
}

.confirm__wrap.common-wrap {
  margin-top: -10.6875rem;
}

.confirm__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.375rem 0 7.5625rem;
}

.confirm__introduction {
  margin: auto;
  max-width: 61.0625rem;
  width: 88%;
}

.confirm__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  position: relative;
  text-align: center;
  z-index: 1;
}

.confirm__form {
  margin-top: 2.75rem;
}

.confirm__item {
  gap: 4%;
  border-top: 0.0625rem solid #c8c8c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding: 1.34375rem 0;
}

.confirm__item--area {
  padding: 1.84375rem 0;
}

.confirm__item--desc {
  border-bottom: 0.0625rem solid #c8c8c8;
  border-top: none;
  margin-top: -0.3125rem;
  padding: 0 0 1.375rem 0;
}

.confirm__item--desc .confirm__answer {
  margin-top: -0.25rem;
}

.confirm__label {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: right;
  width: 11.875rem;
}

.confirm__label--mt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
}

.confirm__answer {
  display: block;
  margin-top: 0.1875rem;
  width: 100%;
}

.zip-block {
  margin-top: 0.1875rem;
}

.zip-block .confirm__answer {
  margin-top: 0;
}

.contact__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 5.375rem 0 4.25rem;
}

.contact__introduction {
  margin: auto;
  max-width: 61.0625rem;
  width: 88%;
}

.contact__titles {
  position: relative;
}

.contact__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -1.8125rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 2.5625rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact__retirement-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2.5625rem auto 0;
  max-width: 41.125rem;
}

.contact__retirement-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.contact__retirement-img {
  max-width: 21.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact__retirement-img:hover {
  opacity: 0.8;
}

/*==============================================================

	Contact Form 7用

================================================================*/

.contact__company {
  margin-top: 1.9375rem;
}

.contact__bg {
  background: #eff3f4;
}

.contact__form {
  margin: auto;
  max-width: 61.25rem;
  padding: 5.75rem 0;
  width: 88%;
}

.contact__item {
  gap: 4.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact__item--name {
  margin-top: 0.875rem;
}

.contact__item--initial {
  height: auto;
  height: initial;
}

.contact__item + .contact__item {
  margin-top: 0.875rem;
}

.contact__item + .contact__item.contact__item--mt {
  margin-top: 1.9375rem;
}

.contact__item .zip-block {
  display: grid;
  width: 100%;
}

.contact__item .zip-box {
  gap: 0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.125rem;
}

.contact__item .zip-haihun {
  margin-top: 13px;
}

.contact__item .zip-box input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.28125rem;
}

.contact__item .arrow .wpcf7-form-control-wrap {
  position: relative;
}

.contact__item .arrow .wpcf7-form-control-wrap::before {
  border-right: 0.0625rem solid #828282;
  border-top: 0.0625rem solid #828282;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1.25rem;
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.75rem;
  z-index: 1;
}

.contact__label {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 0.8125rem;
  text-align: right;
  width: 16.375rem;
}

.contact__label--pt {
  padding-top: 0;
}

.contact__required {
  background: #ff0000;
  border-radius: 0.5625rem;
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-right: 0.625rem;
  padding: 0rem 0.5rem;
  -webkit-transform: translateY(-0.125rem);
  transform: translateY(-0.125rem);
}

.contact__item input {
  background: #fff;
  border: 0.0625rem solid #828282;
  border-radius: 0.3125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.75rem 0.5625rem;
  width: 100%;
}

.contact__item select {
  background: #fff;
  border: 0.0625rem solid #828282;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.75rem 0.5625rem;
  position: relative;
  width: 22.5rem;
}

.contact__item .zip-block select {
  margin: 1.0625rem 0 1.0625rem;
  width: 13.75rem;
}

.contact__item select::before {
  border-right: 0.09375rem solid #828282;
  border-top: 0.09375rem solid #828282;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  width: 0.5rem;
}

.contact__item .zip-block select:invalid {
  color: #c8c8c8;
}

.contact__item .zip-block select option:first-child {
  color: #c8c8c8;
}

.contact__item .zip-block select option {
  color: #111;
}

.contact__item textarea {
  background: #fff;
  border: 0.0625rem solid #828282;
  border-radius: 0.3125rem;
  height: 13.4375rem;
  padding: 0.75rem 0.5625rem;
  position: relative;
  width: 100%;
}

.contact__item input::-moz-placeholder {
  color: #c8c8c8;
}

.contact__item input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.contact__item input:-ms-input-placeholder {
  color: #c8c8c8;
}

.contact__item input::-ms-input-placeholder {
  color: #c8c8c8;
}

.contact__item input::placeholder {
  color: #c8c8c8;
}

.contact__privacy {
  background: #fff;
  border: 0.0625rem solid #c8c8c8;
  border-radius: 0.625rem;
  margin-top: 2.1875rem;
  padding: 0.875rem 1.1875rem;
}

.contact__privacy-title {
  border-bottom: 0.0625rem solid #c8c8c8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding-bottom: 0.625rem;
}

.contact__privacy-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.4375rem;
  text-align: justify;
}

.contact__consent {
  margin-top: 1.3125rem;
  text-align: center;
}

.contact__consent .contact__required {
  -webkit-transform: translate(0.25rem, -0.3125rem);
  transform: translate(0.25rem, -0.3125rem);
}

.contact__consent .wpcf7-list-item {
  margin: 0 0 0 0.375rem;
}

.contact__consent .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 0.1875rem;
  position: relative;
}

/* チェック前のボタン */

.contact__consent .wpcf7-list-item-label::before {
  background: #fff;
  border: 0.0625rem solid #828282;
  border-radius: 0.1875rem;
  content: "";
  height: 1.375rem;
  margin-bottom: auto;
  margin-right: 0.6875rem;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.375rem;
}

/* チェック後のボタン */

.contact__check:checked + .wpcf7-list-item-label::after {
  background: url(../../assets/images/common/icon_check.webp) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 0.625rem;
  left: 0.25rem;
  position: absolute;
  top: 0.4375rem;
  width: 0.875rem;
}

.contact__btn-link {
  margin-left: 7%;
  margin-top: 2.3125rem;
  text-align: center;
}

.contact__btn-link input {
  background: #9bd74e;
  border-radius: 2.1875rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: auto;
  max-width: 31.25rem;
  padding: 1.375rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.contact__btn-link input:hover {
  opacity: 0.8;
}

.contact__btn-link input.contact__prev {
  background: #a1aaad;
}

.contact__btn-link--confirm {
  display: grid;
  margin-left: 0;
  margin-top: 3.1875rem;
}

.contact__btn-link--confirm span {
  display: block;
}

.contact__btn-link--confirm span span {
  display: block;
  margin: auto;
  max-width: 31.25rem;
  position: relative;
}

.contact__btn-link--confirm span span.prev::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.75rem;
  left: 1.625rem;
  position: absolute;
  top: 35%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  width: 0.75rem;
  z-index: 1;
}

.contact__btn-link--thanks {
  margin-left: 0;
  margin-top: 3rem;
}

.contact__btn-link--thanks a {
  background: #9bd74e;
  border-radius: 2.1875rem;
  color: #fff;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin: auto;
  max-width: 31.25rem;
  padding: 1.375rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.contact__btn-link--thanks a:hover {
  opacity: 0.8;
}

.thanks__wrap.common-wrap {
  margin-top: -10.6875rem;
}

.thanks__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.625rem 0 7.5625rem;
}

.thanks__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.thanks__title {
  color: #066249;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.thanks__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 2.3125rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.thanks__text {
  background: #fff;
  border: 0.0625rem solid #c8c8c8;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.625rem;
  padding: 0.875rem 1.1875rem 0.9375rem;
}

.thanks__text span {
  color: #ff0000;
}

.guide__wrap {
  margin-top: -3.125rem;
  padding: 0 1.5625rem;
}

.guide__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.375rem 4.375rem 4.8125rem;
}

.guide__head {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}

.guide__list {
  margin: 4.3125rem auto 0;
  max-width: 61.25rem;
}

.guide__item {
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.625rem;
}

.guide__item--pa1 {
  padding-bottom: 2.6875rem;
  padding-top: 2.25rem;
}

.guide__item:not(:first-child) {
  border-top: 0.0625rem solid #c8c9cc;
  padding-bottom: 2.125rem;
  padding-top: 2.375rem;
}

.guide__item:not(:first-child).guide__item--pa {
  padding-bottom: 2.0625rem;
  padding-top: 2.3125rem;
}

.guide__item:not(:first-child).guide__item--pa1 {
  padding-bottom: 2.6875rem;
  padding-top: 2.25rem;
}

.guide__item:not(:first-child).guide__item--pa2 {
  padding-bottom: 2.0625rem;
  padding-top: 2.25rem;
}

.guide__item-title {
  color: #111;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.039em;
  line-height: 1.3;
  padding-left: 1.875rem;
  position: relative;
  width: 13.75rem;
}

.guide__item-title::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.125rem;
}

.guide__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -0.1875rem;
  text-align: justify;
}

.guide__adobe {
  color: #111;
  display: inline-block;
  margin-left: 2.0625rem;
  padding: 0 1.5rem 0 0;
  position: relative;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.guide__adobe:hover {
  color: #79b62c;
}

.guide__adobe:hover::before {
  opacity: 1;
}

.guide__adobe::before {
  border-right: 0.0625rem solid #89c141;
  border-top: 0.0625rem solid #89c141;
  content: "";
  height: 0.375rem;
  left: -8%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.375rem;
}

.guide__adobe::after {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}

.guide__pdf {
  padding-left: 1.9375rem;
  position: relative;
}

.guide__pdf::before {
  background: url(../../assets/images/common/icon_pdf.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.5625rem;
  left: 2.7%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3125rem;
}

.guide__link {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
  text-indent: -1.0625rem;
}

.guide__link::before {
  background: url(../../assets/images/common/icon_external_link.svg) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 0.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1.125rem;
}

.guide__item-s-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.4375rem 0 0.625rem 0;
}

.news__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 5rem 0 7.25rem;
}

.news__introduction {
  margin: auto;
  max-width: 75.25rem;
  width: 92%;
}

.news__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__category-list {
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news__category-list a {
  color: #8a9599;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-bottom: 1.3125rem;
  position: relative;
}

.news__category-list--active a {
  color: #111;
  font-weight: 700;
}

.news__category-list--active a::before {
  background: #bec0bf;
  border-radius: 0.125rem;
  bottom: -0.125rem;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.news__form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.news__form-text {
  color: #7a7a7a;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
}

.news__form-arrow {
  border-right: 0.0625rem solid #7a7a7a;
  border-top: 0.0625rem solid #7a7a7a;
  display: inline-block;
  height: 0.375rem;
  position: absolute;
  right: 1.1875rem;
  top: 20%;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  width: 0.375rem;
}

.news__form-select {
  border: 0.0625rem solid #7a7a7a;
  border-radius: 0.3125rem;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-left: 0.9375rem;
  padding: 0 0.5625rem;
  position: relative;
  width: 12.5rem;
}

.news__form-select option {
  color: #111;
}

.news__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.0625rem dashed #b4b4b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.125rem;
  padding-right: 8.125rem;
  padding-top: 1.125rem;
  position: relative;
}

.news__item:first-child .news__content {
  border-top: 0.0625rem dashed #b4b4b4;
}

.news__time {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: 5.625rem;
}

.news__category {
  background: #a6b7b8;
  border-radius: 0.8125rem;
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.625rem;
  padding: 0.375rem 0;
  text-align: center;
  width: 7.75rem;
}

.news__category--media {
  background: #b9d380;
}

.news__category--news {
  background: #9dcfab;
}

.news__category--release {
  background: #a0cfd0;
}

.news__category--notice {
  background: #9dcfab;
}

.news__category-box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.6875rem;
}

.news__title {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-left: 1.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news__title:hover {
  opacity: 0.7;
}

/*==============================================================

	ページネーション

================================================================*/

.news__pagenation {
  margin: 3.125rem 0 1.375rem 0;
}

.news__pagenation ul.page-numbers {
  gap: 1.3125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__pagenation span.page-numbers,
.news__pagenation a.page-numbers {
  background: #eff3f4;
  border-radius: 50%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.1875rem 0.625rem;
}

.news__pagenation span.page-numbers.current {
  background: #79b62c;
  color: #fff;
}

.news__pagenation .prev.page-numbers,
.news__pagenation .next.page-numbers {
  background: none;
  padding: 0.625rem;
  position: relative;
}

.news__pagenation .page-numbers.dots {
  background: none;
  padding: 0;
}

.news__pagenation .prev.page-numbers::before,
.news__pagenation .next.page-numbers::before {
  border-right: 0.0625rem solid #a6b7ba;
  border-top: 0.0625rem solid #a6b7ba;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 0.5rem;
  top: 43%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.75rem;
}

.news__pagenation .prev.page-numbers::before {
  right: 0;
  top: 3%;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/*==============================================================

	ニュース 詳細ページ

================================================================*/

.news__single-introduction {
  margin: auto;
  max-width: 75.25rem;
  width: 87%;
}

.news__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__single-box {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 77%;
}

.news__single-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news__single-title {
  border-bottom: 0.0625rem solid #c8c9cc;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5357142857;
  margin-top: 2.625rem;
  padding-bottom: 1.375rem;
}

.news__single-content {
  letter-spacing: 0.03em;
  margin: 25px 0 57px 0;
  padding-right: 0;
  text-align: justify;
}

.news__single-content p {
  font-size: 1rem;
  line-height: 1.8;
}

.news__side-box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -5px;
  width: 12.5rem;
}

.news__single-category-text {
  color: #7a7a7a;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.news__single-category-list a {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news__single-category-list a:hover {
  opacity: 0.7;
}

.news__single-form-box {
  margin-top: 2.375rem;
  position: relative;
}

.news__single-form-select {
  border: 0.0625rem solid #7a7a7a;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-top: 0.875rem;
  padding: 0 0.5625rem;
  position: relative;
  width: 12.5rem;
}

.news__single-form-arrow {
  border-right: 0.0625rem solid #7a7a7a;
  border-top: 0.0625rem solid #7a7a7a;
  bottom: 24%;
  display: inline-block;
  height: 0.4375rem;
  position: absolute;
  right: 1.1875rem;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  width: 0.4375rem;
}

.news__single-content .wp-block-image {
  margin: 0;
}

.news__single-btn {
  margin: auto;
}

.privacy__wrap {
  margin-top: -3.125rem;
  padding: 0 1.5625rem;
}

.privacy__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.375rem 4.375rem 4.6875rem;
}

.privacy__area {
  margin: auto;
  max-width: 61.25rem;
}

.privacy__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 1.3125rem;
  position: relative;
}

.privacy__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.privacy__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5625rem;
}

.privacy__list {
  margin-top: 1.9375rem;
}

.privacy__item + .privacy__item {
  margin-top: 1.5rem;
}

.privacy__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.9090909091;
}

.privacy__item-title {
  font-weight: 600;
}

.privacy__item-title span {
  color: #89c141;
}

.privacy__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.875rem;
}

.privacy__text .text-indent {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}

.privacy__text a {
  color: #111;
  display: inline-block;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.privacy__text a:hover {
  color: #79b62c;
}

.privacy__ul {
  margin-top: 0.1875rem;
}

.privacy__li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.privacy__li + .privacy__li {
  margin-top: 0.3125rem;
}

.privacy__box {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.9375rem;
  text-align: right;
}

.security__wrap {
  margin-top: -3.125rem;
  padding: 0 1.5625rem;
}

.security__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 4.375rem 4.375rem 7.1875rem;
}

.security__area {
  margin: auto;
  max-width: 61.25rem;
}

.security__area + .security__area {
  margin-top: 2.6875rem;
}

.security__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 1.3125rem;
  position: relative;
}

.security__title::before {
  background: #89c141;
  border-radius: 1.25rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.3125rem;
}

.security__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6875rem;
}

.security__lead--mt {
  margin-top: 1.5rem;
}

.security__text {
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 1.75rem;
  padding-left: 1.9375rem;
  text-indent: -1.9375rem;
}

.security__text span {
  font-weight: bold;
}

.security__text span.text-indent {
  display: inline-block;
  font-weight: 400;
  padding-left: 0.4375rem;
  text-indent: -0.4375rem;
}

.security__text span.ml {
  margin-left: 0;
}

.security__ul {
  margin-top: 0.5rem;
  padding-left: 1.9375rem;
  text-indent: -1.9375rem;
}

.security__box {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 1.625rem;
  text-align: right;
}

.security__box--mt {
  margin-top: 0;
}

.security__second-li {
  margin-top: 0.25rem;
}

.function__inner {
  margin: 4.9375rem auto 0;
  max-width: 75.25rem;
  width: 88%;
}

.function__dl {
  border-bottom: 0.0625rem dashed #bec0bf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.function__dl:first-child {
  border-top: 0.0625rem solid #111;
}

.function__dl:last-child {
  border-bottom: 0.0625rem solid #111;
}

.function__dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eff3f4;
  display: grid;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-left: 4.2%;
  width: 30.7%;
}

.function__dd {
  padding: 1.4375rem 2.625rem;
}

.function__dd-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1.125rem;
  position: relative;
}

.function__dd-item::before {
  background: #9baaad;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.5rem;
}

.function__dd-item + .function__dd-item {
  margin-top: 0.375rem;
}

.function__note1 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.375rem;
}

.function__area2 {
  gap: 2.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.6875rem;
}

.function__box {
  border: 0.375rem solid #ced4d5;
  border-radius: 1rem;
  padding: 2.75rem 2.125rem;
  width: 48.8%;
}

.function__s-title {
  background: #89c141;
  border-radius: 0.1875rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.625rem 1.3125rem;
}

.function__list {
  margin-top: 2.125rem;
  padding: 0 0 0 1.3125rem;
}

.function__item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-left: 1.3125rem;
  position: relative;
}

.function__item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 0.625rem;
}

.function__item + .function__item {
  margin-top: 1.125rem;
}

.function__note2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.375rem;
  padding-left: 2.4375rem;
  text-indent: -0.9375rem;
}

.function__contact-area {
  margin-bottom: 6.25rem;
  margin-top: 4.8125rem;
}

.function__contact-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.function__contact-btn {
  margin: 2.625rem auto 0;
}

.introduction__wrap {
  padding: 4.8125rem 0 6.8125rem;
}

.introduction__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.introduction__s-title {
  color: #595959;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.introduction__l-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1.4375rem;
  text-align: center;
}

.introduction__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.1875rem;
  text-align: justify;
}

.introduction__img {
  margin-top: 3.125rem;
}

.merit__list {
  gap: 2.4%;
  row-gap: 2.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4.9375rem auto 6.3125rem;
  max-width: 75.25rem;
  width: 88%;
}

.merit__item {
  border: 0.0625rem solid #ced4d5;
  border-radius: 0.625rem;
  width: 48.7%;
}

.merit__item-titles {
  gap: 1.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eff3f4;
  border-radius: 0.625rem 0.625rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.125rem 1.375rem;
}

.merit__item-icon i {
  color: #a6d84e;
  font-size: 2.75rem;
}

.merit__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.merit__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1.25rem;
  padding: 2.0625rem 2.4375rem;
  text-align: justify;
}

.pattern-a {
  background: url(../../assets/images/service/mv_bg.webp) center center
    no-repeat;
  background-size: cover;
  text-align: center;
}

.pattern-a__wrap {
  padding: 4.8125rem 0 7.0625rem;
}

.pattern-a__category {
  border-radius: 0.9375rem;
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.1875rem 1.6875rem 0.3125rem;
}

.pattern-a__category--blue {
  background: #0b84d9;
}

.pattern-a__category--green {
  background: #53c95e;
}

.pattern-a__tag {
  color: #0d5165;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.8;
  margin-top: 0.375rem;
}

.pattern-a__title {
  color: #0d5165;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: -0.625rem;
}

.pattern-b__wrap {
  padding-bottom: 3.625rem;
  position: relative;
}

.pattern-b__wrap::before {
  background: #e9f1f3;
  bottom: 0;
  content: "";
  height: 87%;
  left: 0;
  position: absolute;
  width: 100%;
}

.pattern-b__inner {
  margin: auto;
  max-width: 75.25rem;
  position: relative;
  width: 96%;
}

.pattern-b__category {
  border-radius: 0.75rem 0 0.75rem 0;
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.4375rem 1.875rem;
  position: absolute;
}

.pattern-b__category--blue {
  background: #0b84d9;
}

.pattern-b__category--green {
  background: #53c95e;
}

.pattern-b__img {
  border-radius: 0.75rem;
}

.pattern-b__img img {
  border-radius: 0.75rem;
}

.request {
  background: #eff3f4;
}

.request__wrap {
  padding: 3.4375rem 1.5625rem 5.1875rem;
}

.request__inner {
  margin: auto;
  max-width: 75.3125rem;
  width: 100%;
}

.request__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.request__list {
  gap: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.3125rem;
  position: relative;
}

.request__list::before {
  background: url(../../assets/images/service/request_arrow.webp) center center
    no-repeat;
  background-size: contain;
  bottom: -2.8125rem;
  content: "";
  height: 2.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10rem;
}

.request__item {
  background: #fff;
  border: 0.25rem solid #ced4d5;
  border-radius: 0.625rem;
  display: grid;
  padding: 1.5625rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 18.25rem;
}

.request__item-text {
  color: #79b62c;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.request__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 4.375rem;
  text-align: center;
}

.service-title {
  background: url(../../assets/images/service/merit_title_bg.webp) center center
    no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 3.375rem 0;
  text-align: center;
}

.c-strength__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 0;
}

.c-strength__introduction {
  margin: auto;
  max-width: 61.0625rem;
  width: 88%;
}

.c-strength__titles {
  position: relative;
}

.c-strength__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-strength__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: 27%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-strength__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5625rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.c-strength__img {
  margin-top: 3.25rem;
}

.c-strength__img--progress {
  margin: 3.25rem auto 0;
  width: 92%;
}

.c-strength__attempt-box {
  margin-top: 1.6875rem;
}

.c-strength__attempt-title {
  border-bottom: 0.125rem solid #79b62c;
  color: #79b62c;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 0.4375rem;
}

.c-strength__attempt-list {
  gap: 0.375rem;
  -moz-column-gap: 4.4375rem;
  -webkit-column-gap: 4.4375rem;
  column-gap: 4.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.3125rem;
}

.c-strength__attempt-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 1.0625rem;
  position: relative;
  width: 46%;
}

.c-strength__attempt-item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.625rem;
}

.c-strength__list-box {
  margin: 5.875rem auto 4.5625rem;
  max-width: 75.25rem;
  width: 88%;
}

.c-strength__item {
  border: 0.25rem solid #ced4d5;
  border-radius: 1rem;
  padding: 2.5rem 6.0625rem 3.125rem;
}

.c-strength__item--pa {
  padding: 2.5rem 6.0625rem 2.625rem;
}

.c-strength__item + .c-strength__item {
  margin-top: 1.25rem;
}

.c-strength__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.c-strength__item-title span {
  background: #89c141;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-right: 0.9375rem;
  padding: 0.625rem 0.625rem 0.6875rem;
}

.c-strength__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.3125rem;
}

.c-strength__second-list {
  margin-left: 0.125rem;
  margin-top: 1rem;
}

.c-strength__second-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.125rem;
  position: relative;
}

.c-strength__second-item::before {
  background: #9baaad;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.5rem;
}

.c-strength__second-item + .c-strength__second-item {
  margin-top: 0.3125rem;
}

.c-strength__flow-l-title {
  color: #37ae8e;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 2.1875rem;
  text-align: center;
}

.c-strength__flow-list {
  gap: 1.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.625rem;
}

.c-strength__flow-item {
  background: #f6fef7;
  border: 0.125rem solid #37ae8e;
  border-radius: 0.375rem;
  padding: 0 0.9375rem 1.625rem;
  position: relative;
  text-align: center;
  width: 19%;
}

.c-strength__flow-item:not(:last-child):before {
  border-left: 1.0625rem solid transparent;
  border-right: 1.0625rem solid transparent;
  border-top: 0.75rem solid #d5e4e1;
  content: "";
  position: absolute;
  right: -1.5625rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.c-strength__flow-number {
  background: #37ae8e;
  border-radius: 0.8125rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: -0.8125rem auto 0;
  padding: 0.25rem 0 0.3125rem;
  width: 6.25rem;
}

.c-strength__flow-title {
  display: grid;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.875rem;
  line-height: 1.3;
  margin: 0.6875rem 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
}

.c-strength__flow-second-list {
  margin-left: 0.25rem;
  margin-top: 0.625rem;
}

.c-strength__flow-second-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding-left: 0.9375rem;
  position: relative;
  text-align: left;
  text-align: justify;
}

.c-strength__flow-second-item::before {
  background: #37ae8e;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 0.5rem;
}

.c-strength__flow-second-item + .c-strength__flow-second-item {
  margin-top: 0.4375rem;
}

.c-strength__point-box {
  background: #eff3f4;
  border-radius: 0.375rem;
  margin-top: 1.875rem;
  padding: 1.625rem 1.875rem 2.5625rem;
}

.c-strength__point-box-title {
  color: #37ae8e;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.c-strength__point-list {
  gap: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
}

.c-strength__point-item {
  background: #fff;
  border-radius: 0.375rem;
  width: 32.3%;
}

.c-strength__point-title {
  background: #37ae8e;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding: 0.9375rem 0;
  text-align: center;
}

.c-strength__point-second-list {
  padding: 1.4375rem 1.375rem;
}

.c-strength__point-second-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-left: 0.875rem;
  position: relative;
}

.c-strength__point-second-item::before {
  background: url(../../assets/images/strength/quality/arrow.webp) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  width: 0.4375rem;
}

.c-strength__point-second-item + .c-strength__point-second-item {
  margin-top: 0.5rem;
}

.c-strength__strong {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.6875rem;
}

.c-strength__btn {
  margin-top: 1.625rem;
}

.connection__wrap {
  margin: 0 auto 6rem;
  max-width: 82rem;
  padding: 0 1.5625rem;
}

.connection__wrap--fifth {
  margin: 0 auto 5rem;
  max-width: 64.125rem;
}

.connection__wrap--index {
  margin: 0 auto 7.125rem;
  max-width: 82.8125rem;
}

.connection__wrap--strength {
  max-width: 61.25rem;
  padding: 0;
  width: 88%;
}

.connection__wrap--about {
  max-width: 61.5625rem;
}

.connection__l-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.connection__l-title--about {
  letter-spacing: normal;
  letter-spacing: initial;
}

.connection__list {
  gap: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.3125rem;
}

.connection__list--strength {
  gap: 4%;
  row-gap: 3.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.125rem;
}

.connection__list--strength .connection__item {
  width: 48%;
}

.connection__list--fifth {
  row-gap: 2.4375rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.connection__list--fifth .connection__item {
  width: 30%;
}

.connection__list--index {
  gap: 4.125rem;
  row-gap: 3.5625rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

.connection__list--index .connection__item {
  width: 28%;
}

.connection__link {
  display: block;
  text-align: center;
}

.connection__img {
  border-radius: 0.625rem;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.connection__img::before {
  background: #eff4f5;
  border-radius: 50%;
  bottom: -0.375rem;
  -webkit-box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  content: "";
  height: 2.875rem;
  position: absolute;
  right: -0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 2.875rem;
  z-index: 1;
}

.connection__img::after {
  border-right: 0.09375rem solid #79b62c;
  border-top: 0.09375rem solid #79b62c;
  bottom: 0.625rem;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.5rem;
  z-index: 1;
}

.connection__link:hover .connection__img::before {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.connection__img figure {
  border-radius: 0.625rem;
  overflow: hidden;
}

.connection__img img {
  border-radius: 0.625rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.connection__title {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 1.375rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.connection__title--index {
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 1.375rem;
  letter-spacing: 0.042em;
}

.connection__title--strength {
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-size: 1.375rem;
  letter-spacing: 0.042em;
}

.connection__title::before {
  background: #79b62c;
  bottom: -0.1875rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0%;
}

.connection__title--link::after {
  -webkit-mask-image: url(../../assets/images/common/icon_external_link.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: #111;
  content: "";
  height: 1.3125rem;
  mask-image: url(../../assets/images/common/icon_external_link.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: -1.875rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 1.5rem;
}

.connection__link:hover .connection__title {
  color: #79b62c;
}

.connection__link:hover .connection__title::before {
  width: 100%;
}

.connection__link:hover .connection__title--link::after {
  background: #79b62c;
}

.connection__link:hover .connection__img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.strength {
  position: relative;
}

.strength__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 5.6875rem;
}

.strength__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.strength__titles {
  position: relative;
}

.strength__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.strength__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -0.9375rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.strength__box {
  margin: 0 auto 0;
  max-width: 75.25rem;
  padding: 5rem 0 5.75rem 4.375rem;
  position: relative;
  width: 88%;
}

.strength__box::before {
  background: url(../../assets/images/strength/strength_img.webp) center center
    no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.strength__texts {
  position: relative;
  z-index: 1;
}

.strength__s-title {
  font-size: 1.875rem;
  font-weight: 700;
}

.strength__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.5rem;
  text-align: justify;
  width: 42%;
}

.strength__btn {
  margin-top: 1.875rem;
}

.achievement__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 0;
}

.achievement__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.achievement__titles {
  position: relative;
}

.achievement__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.achievement__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: -2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.achievement__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5625rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.achievement__img-box {
  margin-top: 3.5625rem;
}

.achievement__s-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8260869565;
  text-align: center;
}

.achievement__img {
  margin-top: 1rem;
}

.achievement__list {
  background: #eff3f4;
  border-radius: 0.625rem;
  margin-top: 1.6875rem;
  padding: 2.75rem 4.1875rem 2.6875rem 3.8125rem;
  position: relative;
}

.achievement__list::before {
  border-left: 1.875rem solid transparent;
  border-right: 1.875rem solid transparent;
  border-top: 1.125rem solid #eff3f4;
  content: "";
  left: 50%;
  position: absolute;
  top: -1rem;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.achievement__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1.375rem;
  position: relative;
}

.achievement__item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.625rem;
}

.achievement__item:nth-child(2) {
  margin-top: 2.5rem;
}

.achievement__item:nth-child(3) {
  margin-top: 1.1875rem;
}

.achievement__ratio-box {
  gap: 10.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4.375rem auto 0;
  margin-bottom: 4.4375rem;
  max-width: 75.25rem;
  padding-bottom: 2.6875rem;
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem);
  width: 88%;
}

.achievement__box1 {
  max-width: 33.5rem;
  position: relative;
  width: 50%;
}

.achievement__box1::before {
  background: #bec0bf;
  content: "";
  height: 106%;
  position: absolute;
  right: -3rem;
  top: 0.6875rem;
  width: 0.0625rem;
}

.achievement__box2 {
  max-width: 29.875rem;
  width: 50%;
}

.achievement__ratio-img {
  margin-top: 4.25rem;
}

/*==============================================================

	共通

================================================================*/

.title {
  color: #066249;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.4375rem;
  text-align: center;
}

/*==============================================================

	mv

================================================================*/

.mv {
  background: #e9f1f3;
  overflow: hidden;
}

.mv__wrap {
  padding: 4.9375rem 0 6.9375rem;
  position: relative;
}

.mv__wrap::before {
  background: url(../../assets/images/strength/number-one/mv_bg.webp) center
    center no-repeat;
  background-size: contain;
  content: "";
  height: 40.5625rem;
  left: 49.1%;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94.5rem;
}

.mv__title {
  position: relative;
  text-align: center;
  z-index: 1;
}

.mv__l-fz {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.mv__no1 {
  color: #79b62c;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 5.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0.375rem;
}

.mv__nomal-title {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 1.375rem;
}

/*==============================================================

	crc

================================================================*/

.crc__wrap {
  padding: 6.875rem 0 0;
}

.crc__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.crc__box {
  gap: 4.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.1875rem;
}

.crc__l-box {
  width: 48%;
}

.crc__l-title {
  background: #ebeff0;
  border-radius: 0.1875rem;
  color: #595959;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.1875rem 0;
  text-align: center;
}

.crc__list {
  width: 48%;
}

.crc__l-img {
  margin: auto;
  margin-top: 1.3125rem;
  width: 38.3%;
}

.crc__l-num {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
  text-align: center;
}

.crc__l-num span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.06rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.375rem;
}

.crc__item {
  gap: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.crc__item:not(:first-child) {
  border-top: 0.0625rem dashed #ced4d5;
}

.crc__item:nth-child(1) {
  padding-bottom: 0.875rem;
}

.crc__item:nth-child(2) {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.crc__item:nth-child(3) {
  padding-top: 1.0625rem;
}

.crc__item-title {
  background: #ebeff0;
  border-radius: 0.1875rem;
  color: #595959;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 1rem 0;
  text-align: center;
  width: 53.3%;
}

.crc__item-num {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 0.88;
  text-align: center;
}

.crc__item-num span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.125rem;
}

.crc__note {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-top: 0.1875rem;
  text-align: right;
}

/*==============================================================

	strong

================================================================*/

.strong__wrap {
  padding: 7.1875rem 0 0;
}

.strong__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.strong__ratio-box {
  margin-top: 3.25rem;
}

.strong__ratio-title {
  background: #ebeff0;
  border-radius: 0.1875rem;
  color: #595959;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.1875rem 0;
  text-align: center;
}

.strong__ratio-list {
  gap: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
  margin-top: 1.875rem;
}

.strong__ratio-item {
  gap: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.strong__ratio-item .chart-main {
  position: relative;
}

.strong__ratio-item .chart-txt {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.strong__ratio-item .chart-number {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.strong__ratio-item .chart-percentage {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}

.strong__ratio canvas {
  height: 12.5rem;
  max-width: 12.5rem;
}

.chart-main canvas {
  height: 12.5rem !important;
  pointer-events: none;
}

.strong__ratio-texts {
  margin-top: 1.5625rem;
}

.strong__ratio-texts--mt {
  margin-top: 0.6875rem;
}

.strong__ratio-text1 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.strong__ratio-text2 {
  color: #89c141;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 1rem;
}

.strong__ratio-text2--mt {
  margin-top: 0.1875rem;
}

.strong__ratio-text2 span {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.strong__ratio-text2 span + span {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}

.strong__ratio-note {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
  margin-top: 0.25rem;
}

.strong__box {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#e4f4e8),
    to(#ebf5ef)
  );
  background: linear-gradient(to top right, #e4f4e8, #ebf5ef);
  border-radius: 1rem;
  margin: 3.9375rem auto 0;
  max-width: 75.25rem;
  padding: 4.5rem 3.125rem 5.0625rem;
  width: 88%;
}

.strong__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.strong__list {
  -moz-column-gap: 2.2%;
  row-gap: 2.5rem;
  -webkit-column-gap: 2.2%;
  column-gap: 2.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}

.strong__item {
  width: 48.9%;
}

.strong__item--w100 {
  width: 100%;
}

.strong__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-left: 1rem;
  position: relative;
}

.strong__item-title::before {
  background: #89c141;
  border-radius: 0.1875rem;
  content: "";
  height: 1.375rem;
  left: 0.0625rem;
  position: absolute;
  top: 0;
  width: 0.375rem;
}

.strong__item-boxs {
  gap: 2.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.strong__item-boxs .strong__item-box {
  width: 48.9%;
}

.strong__item-box {
  background: #fff;
  border: 0.0625rem solid #bec0bf;
  border-radius: 0.625rem;
  margin-top: 1.8125rem;
  padding: 1.5625rem 3.0625rem 2rem 3.1875rem;
}

.strong__item-box-title {
  color: #79b62c;
  font-size: 1.5rem;
  font-weight: 700;
}

.strong__item-box-title span {
  color: #79b62c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
}

.strong__item-box-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.625rem;
  margin-top: 0.375rem;
  text-align: justify;
}

.strong__item-box-note {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.25rem;
}

.strong__item-box-another {
  color: #595959;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
}

.strong__item-box-another::before {
  background: url(../../assets/images/common/sankaku.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1.3125rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.9375rem;
}

.strong__item-box-another span {
  color: #595959;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.75rem;
}

.strong__item-box-another span + span {
  color: #595959;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-left: 0.25rem;
}

/*==============================================================

	medical

================================================================*/

.medical__wrap {
  padding: 6.9375rem 0 0;
}

.medical__inner {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.medical__box {
  gap: 10.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3.3125rem auto 0;
  width: 89.5%;
}

.medical__l-box {
  width: 53.5%;
}

.medical__l-title {
  background: #ebeff0;
  border-radius: 0.1875rem;
  color: #595959;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 1.1875rem 0;
  text-align: center;
}

.medical__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  text-align: center;
  width: 31%;
}

.medical__l-img {
  margin: auto;
  margin-top: 1.3125rem;
  width: 38.3%;
}

.medical__l-num {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
  text-align: center;
}

.medical__l-num span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.06rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.375rem;
}

.medical__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.medical__item-num {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.125rem;
}

.medical__item-num span {
  color: #89c141;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 0.4375rem;
}

/*==============================================================

	network

================================================================*/

.network__wrap {
  padding: 9.3125rem 0 6rem;
}

.network__inner {
  margin: auto;
  max-width: 53.5rem;
  width: 88%;
}

.network__img {
  margin-top: -0.4375rem;
}

/*==============================================================

	another

================================================================*/

.another {
  background: #eff3f4;
}

.another__wrap {
  padding: 4.4375rem 0 6.25rem;
}

.another__inner {
  margin: auto;
  max-width: 78.375rem;
  padding: 0 1.5625rem;
}

.another__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.another__list {
  gap: 5%;
  row-gap: 3.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3.25rem;
}

.another__item {
  width: 47.5%;
}

.another__link {
  background: #fff;
  border-radius: 0.625rem;
  display: inline-block;
  padding: 2.4375rem 2.1875rem 2.8125rem 2.5rem;
  width: 47.5%;
}

.another__item-title {
  color: #89c141;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}

.another__item-title::before {
  background: #9bd74e;
  border-radius: 50%;
  content: "";
  height: 2.75rem;
  position: absolute;
  right: 0;
  top: -0.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.75rem;
}

.another__item-title::after {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0.5rem;
}

.another__item-title--link span {
  -webkit-mask-image: url(../../assets/images/common/icon_external_link.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: #89c141;
  display: inline-block;
  height: 1.3125rem;
  left: 8.0625rem;
  mask-image: url(../../assets/images/common/icon_external_link.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0.1875rem;
  width: 1.5rem;
}

.another__item-line {
  background: #ebeff0;
  display: inline-block;
  height: 0.25rem;
  margin-top: 1.75rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.another__item-line::before {
  background: #89c141;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
}

.another__item-text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 0.9375rem;
}

/*==============================================================

	another__linkのホバー時の動き

================================================================*/

.another__link:hover .another__item-title::before {
  height: 2.375rem;
  right: 0.1875rem;
  top: -0.25rem;
  width: 2.375rem;
}

.another__link:hover .another__item-title::after {
  right: 1.4375rem;
}

.another__link:hover .another__item-line::before {
  width: 100%;
}

.progress {
  background: #eff3f4;
}

.progress__wrap {
  margin-bottom: 4.5625rem;
  margin-top: 6.3125rem;
  padding: 4.4375rem 0;
  padding: 4.4375rem 0 6.125rem;
}

.progress__inner {
  margin: auto;
  max-width: 78.375rem;
  padding: 0 1.5625rem;
}

.progress__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 1.25rem;
  position: relative;
}

.progress__title::before {
  background: #89c141;
  border-radius: 0.3125rem;
  content: "";
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.375rem;
}

.progress__list1 {
  gap: 1.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.1875rem auto 0;
  max-width: 56.25rem;
}

.progress__list2 {
  gap: 1.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.875rem;
}

.progress__list1 .progress__item {
  width: 33%;
}

.progress__list2 .progress__item {
  width: 25%;
}

.progress__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 2.5625rem 1.875rem 2.875rem;
  position: relative;
}

.progress__number {
  color: #9bd74e;
  font-family: "Barlow", sans-serif;
  font-size: 2.75rem;
  font-style: italic;
  left: 0.75rem;
  position: absolute;
  top: -1.5rem;
}

.progress__img {
  margin: auto;
  max-width: 6.875rem;
}

.progress__s-title {
  display: grid;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  height: 5.625rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 0.6875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
}

.progress__s-title span {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-top: -0.5625rem;
}

.progress__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: justify;
}

.quality__inner {
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  margin: auto;
  max-width: 82.25rem;
  padding: 8.125rem 0 0;
}

.quality__introduction {
  margin: auto;
  max-width: 61.25rem;
  width: 88%;
}

.quality__titles {
  position: relative;
}

.quality__title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  text-align: center;
  z-index: 1;
}

.quality__en-title {
  color: #f0f4f4;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 7.75rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 0.7;
  position: absolute;
  text-align: center;
  top: 27%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quality__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 2.5625rem;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.quality__img {
  margin-top: 3.25rem;
}

.quality__attempt-box {
  margin-top: 1.6875rem;
}

.quality__attempt-title {
  border-bottom: 0.125rem solid #79b62c;
  color: #79b62c;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 0.4375rem;
}

.quality__attempt-list {
  gap: 0.375rem;
  -moz-column-gap: 4.4375rem;
  -webkit-column-gap: 4.4375rem;
  column-gap: 4.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.3125rem;
}

.quality__attempt-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 1.0625rem;
  position: relative;
  width: 46%;
}

.quality__attempt-item::before {
  background: #89c141;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.625rem;
}

.quality__list-box {
  margin: 5.875rem auto 4.5625rem;
  max-width: 75.25rem;
  width: 88%;
}

.quality__item {
  border: 0.25rem solid #ced4d5;
  border-radius: 1rem;
  padding: 2.5rem 6.0625rem 3.125rem;
}

.quality__item--pa {
  padding: 2.5rem 6.0625rem 2.625rem;
}

.quality__item + .quality__item {
  margin-top: 1.25rem;
}

.quality__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.quality__item-title span {
  background: #89c141;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-right: 0.9375rem;
  padding: 0.625rem 0.625rem 0.6875rem;
}

.quality__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.3125rem;
}

.quality__second-list {
  margin-left: 0.125rem;
  margin-top: 1rem;
}

.quality__second-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.125rem;
  position: relative;
}

.quality__second-item::before {
  background: #9baaad;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 0.5rem;
}

.quality__second-item + .quality__second-item {
  margin-top: 0.3125rem;
}

.quality__flow-l-title {
  color: #37ae8e;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 2.1875rem;
  text-align: center;
}

.quality__flow-list {
  gap: 1.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.625rem;
}

.quality__flow-item {
  background: #f6fef7;
  border: 0.125rem solid #37ae8e;
  border-radius: 0.375rem;
  padding: 0 0.9375rem 1.5rem;
  position: relative;
  text-align: center;
  width: 19%;
}

.quality__flow-item:not(:last-child):before {
  border-left: 1.0625rem solid transparent;
  border-right: 1.0625rem solid transparent;
  border-top: 0.75rem solid #d5e4e1;
  content: "";
  position: absolute;
  right: -1.5625rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.quality__flow-number {
  background: #37ae8e;
  border-radius: 0.8125rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: -0.8125rem auto 0;
  padding: 0.25rem 0 0.3125rem;
  width: 6.25rem;
}

.quality__flow-title {
  display: grid;
  font-size: 1.125rem;
  font-weight: 700;
  height: 2.875rem;
  line-height: 1.3;
  margin: 0.6875rem 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
}

.quality__flow-second-list {
  margin-left: 0.25rem;
  margin-top: 0.625rem;
}

.quality__flow-second-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding-left: 0.9375rem;
  position: relative;
  text-align: left;
  text-align: justify;
}

.quality__flow-second-item::before {
  background: #37ae8e;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 0.5rem;
}

.quality__flow-second-item + .quality__flow-second-item {
  margin-top: 0.4375rem;
}

.quality__point-box {
  background: #eff3f4;
  border-radius: 0.375rem;
  margin-top: 1.875rem;
  padding: 1.625rem 1.875rem 2.5625rem;
}

.quality__point-box-title {
  color: #37ae8e;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.quality__point-list {
  gap: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
}

.quality__point-item {
  background: #fff;
  border-radius: 0.375rem;
  width: 32.3%;
}

.quality__point-title {
  background: #37ae8e;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding: 0.9375rem 0;
  text-align: center;
}

.quality__point-second-list {
  padding: 1.4375rem 1.375rem;
}

.quality__point-second-item {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-left: 0.875rem;
  position: relative;
}

.quality__point-second-item::before {
  background: url(../../assets/images/strength/quality/arrow.webp) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 0.6875rem;
  left: 0;
  position: absolute;
  top: 0.3125rem;
  width: 0.4375rem;
}

.quality__point-second-item + .quality__point-second-item {
  margin-top: 0.5rem;
}

.quality__strong {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.6875rem;
}

.quality__btn {
  margin-top: 1.625rem;
}

.bg-gradation {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ebf5ef),
    to(#e4f4e8)
  );
  background: linear-gradient(to bottom, #ebf5ef, #e4f4e8);
  padding-bottom: 5rem;
}

.bg-gradation__objs {
  height: 47.5rem;
  left: 50%;
  max-width: 110rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.bg-gradation__shape {
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 38.4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

.bg-gradation__shape img {
  width: 110.9375rem;
}

.bg-gradation__obj01 {
  position: absolute;
  right: 9.5%;
  top: 49%;
  width: 25.375rem;
  z-index: 10;
}

.bg-gradation__obj02 {
  left: 23%;
  position: absolute;
  top: 55.8%;
  width: 10.3125rem;
  z-index: 9;
}

.bg-gradation__obj03 {
  left: 4.5%;
  position: absolute;
  top: 6%;
  width: 19.25rem;
  z-index: 8;
}

.bg-gradation__obj04 {
  position: absolute;
  right: 7%;
  top: -14%;
  width: 14rem;
  z-index: 7;
}

.bg-gradation__obj05 {
  bottom: -12%;
  left: -2%;
  position: absolute;
  width: 6.375rem;
  z-index: 5;
}

.bg-gradation__obj06 {
  bottom: -38%;
  left: 40%;
  position: absolute;
  width: 10.625rem;
  z-index: 4;
}

.bg-gradation__obj07 {
  position: absolute;
  right: 34%;
  top: 20%;
  width: 6rem;
  z-index: 3;
}

.bg-gradation__obj08 {
  left: 36%;
  position: absolute;
  top: -11%;
  width: 10.25rem;
  z-index: 2;
}

.scroll {
  position: relative;
}

.scroll span {
  bottom: -3.8125rem;
  color: #111;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  left: 50%;
  letter-spacing: 0.06em;
  line-height: 1;
  overflow: hidden;
  padding: 0.625rem 0.625rem 6.25rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 12;
}

.scroll span::after {
  background: #111;
  bottom: 0;
  content: "";
  height: 5.625rem;
  left: 50%;
  position: absolute;
  width: 0.0625rem;
}

.scroll span::after {
  -webkit-animation: line 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: line 2s cubic-bezier(1, 0, 0, 1) infinite;
}

.top-about__wrap {
  padding: 5.3125rem 0 6.125rem;
  position: relative;
}

.top-about__wrap::before {
  background: url(../../assets/images/top/top-about_img01.webp) center center
    no-repeat;
  background-size: cover;
  border-radius: 0 0.625rem 0.625rem 0;
  content: "";
  height: 41.125rem;
  left: 0;
  position: absolute;
  top: 5rem;
  width: 25.7%;
}

.top-about__wrap::after {
  background: url(../../assets/images/top/top-about_img02.webp) top center
    no-repeat;
  background-size: cover;
  border-radius: 0 0 0 0.625rem;
  content: "";
  height: 16.25rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  z-index: -1;
}

.top-about__inner {
  margin: auto;
  max-width: 56.25rem;
  -webkit-transform: translateX(9.4375rem);
  transform: translateX(9.4375rem);
  width: 57%;
}

.top-about__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 0.4375rem;
  margin-top: 2.5rem;
  text-align: justify;
}

.top-about__list {
  -moz-column-gap: 2.5rem;
  grid-row-gap: 1.1875rem;
  row-gap: 1.1875rem;
  grid-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.375rem;
  max-width: 49.875rem;
}

.top-blog__wrap {
  margin-top: 3rem;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 3.125rem;
  position: relative;
}

.top-blog__wrap::before {
  background: #f5f8f9;
  bottom: 0;
  content: "";
  height: 27.0625rem;
  position: absolute;
  right: 0;
  width: 56%;
}

.top-blog__inner {
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

.top-blog__container {
  gap: 6.4375rem;
}

.top-blog__left {
  float: left;
  margin-top: 3.125rem;
  width: 33.7%;
}

.top-blog__right {
  margin-right: calc(50% - 50vw);
}

.top-blog__btn {
  margin-top: 2.75rem;
}

.top-blog__card {
  background: #fff;
}

.top-blog__card-img {
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  padding-top: 67%;
  position: relative;
}

.top-blog__card-img img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: auto;
  width: initial;
  z-index: 2;
}

.top-blog__card-img img.top-blog__card-img-back {
  -o-object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.top-blog__card-box {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1.5625rem 1.25rem 1.4375rem 1.125rem;
  text-align: right;
}

.top-blog__card-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
}

.top-blog__time {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.9375rem;
  margin-top: 0.9375rem;
}

.top-blog__name {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.5rem;
  padding-left: 1.5625rem;
  position: relative;
  text-align: right;
}

.top-blog__name::before {
  background: url(../../assets/images/top/icon_person.svg) center center
    no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.75rem;
}

.top-blog__box {
  height: 3.75rem;
  margin-left: auto;
  margin-top: 0.625rem;
  position: relative;
  width: 66%;
}

/*==============================================================

	CRC日記のホバー時の動き

================================================================*/

.top-blog__card:hover .top-blog__card-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
  transform: translate(-50%, -50%) scale(1.04);
}

.top-company {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f8f9),
    to(#ffffff)
  );
  background: linear-gradient(to top, #f5f8f9, #ffffff);
}

.top-company__wrap {
  padding: 4.125rem 0 7.375rem;
  position: relative;
}

.top-company__inner {
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

.top-company__title-box {
  text-align: center;
}

.top-company__list {
  gap: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75rem;
}

.top-company__link {
  display: block;
  text-align: center;
}

.top-company__img {
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.top-company__img::before {
  background: #eff4f5;
  border-radius: 50%;
  bottom: -0.375rem;
  -webkit-box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  content: "";
  height: 2.875rem;
  position: absolute;
  right: -0.5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 2.875rem;
  z-index: 1;
}

.top-company__img::after {
  border-right: 0.09375rem solid #79b62c;
  border-top: 0.09375rem solid #79b62c;
  bottom: 0.625rem;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.5rem;
  z-index: 1;
}

.top-company__link:hover .top-company__img::before {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.top-company__img figure {
  border-radius: 0.625rem;
  overflow: hidden;
}

.top-company__img img {
  border-radius: 0.625rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-company__title {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 1.375rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.top-company__title::before {
  background: #79b62c;
  bottom: -0.1875rem;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0%;
}

.top-company__link:hover .top-company__title {
  color: #79b62c;
}

.top-company__link:hover .top-company__title::before {
  width: 100%;
}

.top-company__link:hover .top-company__img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.top-contact {
  position: relative;
}

.top-contact::before {
  background: url(../../assets/images/top/top-contact_img.webp) center center
    no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 56.4%;
}

.top-contact__wrap {
  padding: 3.75rem 0 5rem;
}

.top-contact__inner {
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

.top-contact__title-box {
  margin-left: 0.3125rem;
}

.top-contact__btn {
  margin-top: 2.1875rem;
}

.top-everyone__wrap {
  margin-top: -11.25rem;
}

.top-everyone__inner {
  margin: auto;
  max-width: 105rem;
  width: 90%;
}

.top-everyone__cards {
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-everyone__card {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.125rem 0.9375rem rgba(21, 21, 21, 0.14);
  box-shadow: 0 0.125rem 0.9375rem rgba(21, 21, 21, 0.14);
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-everyone__img {
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.top-everyone__img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-everyone__box {
  padding: 1.875rem 1.875rem 1.5rem;
}

.top-everyone__title {
  color: #083b7b;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}

.top-everyone__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.75rem;
}

/*==============================================================

	ホバー時の動き

================================================================*/

.top-everyone__card:hover .top-everyone__img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.top-fv {
  height: calc(100vh - 6.75rem - 2.5rem);
  max-height: 47.5rem;
  min-height: 34.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-fv__inner {
  margin: auto;
  max-width: 87.5rem;
}

.top-fv__title {
  left: 53.75%;
  position: absolute;
  top: 44.35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52.8125rem;
  z-index: 10;
}

/*==============================================================
	25周年用スタイル
================================================================*/

.top-fv__title--25th {
  top: 47%;
}

.top-fv__logo {
  margin: 2.625rem auto 0;
  max-width: 12.5rem;
  -webkit-transform: translateX(-3.25rem);
  transform: translateX(-3.25rem);
}

.top-news {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 0.625rem 0.625rem 0;
  position: relative;
  width: 95%;
  z-index: 11;
}

.top-news__wrap {
  margin: auto;
  max-width: 80rem;
  padding: 5rem 0 4.9375rem;
  width: 90%;
}

.top-news__pick-box {
  gap: 3.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-news__pick-img {
  border-radius: 0.375rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 50%;
}

.top-news__pick-img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-news__pick-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  place-items: center;
}

.top-news__pick-texts {
  padding: 1.4375rem 0;
}

.top-news__pick-up {
  border: 0.0625rem solid #fb4160;
  border-radius: 0.8125rem;
  color: #fb4160;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 0.3125rem;
  padding: 0 1.4375rem;
}

.top-news__pick-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.top-news__pick-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.625rem;
}

.top-news__title-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.375rem;
}

.top-news__titles {
  gap: 0.5625rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.0625rem;
}

.top-news__en-title {
  color: #89c141;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}

.top-news__ja-title {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.125rem;
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}

.top-news__btn-box {
  margin-right: 0.1875rem;
  -webkit-transform: translateY(0.1875rem);
  transform: translateY(0.1875rem);
}

.top-news__btn {
  color: #111;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.625rem 3.4375rem 0.625rem 0;
  position: relative;
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.top-news__btn::before {
  background: #eff4f5;
  border-radius: 50%;
  -webkit-box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem -0.125rem 0.3125rem rgba(187, 187, 187, 0.6);
  content: "";
  height: 2.375rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 2.375rem;
}

.top-news__btn::after {
  border-right: 0.09375rem solid #79b62c;
  border-top: 0.09375rem solid #79b62c;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 0.5rem;
}

.top-news__list {
  margin-left: 12.78%;
  margin-top: 2.8125rem;
}

.top-news__item + .top-news__item {
  margin-top: 1.1875rem;
}

.top-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.375rem;
  position: relative;
}

.top-news__link::before {
  background: radial-gradient(
    circle farthest-side,
    #929292,
    #929292 60%,
    transparent 60%,
    transparent
  );
  background-size: 0.125rem;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.top-news__time {
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.top-news__category {
  background: #a6b7b8;
  border-radius: 0.8125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1.25rem;
  padding: 0.375rem 0;
  text-align: center;
  width: 7.75rem;
}

.top-news__category--media {
  background: #b9d380;
}

.top-news__category--notice {
  background: #9dcfab;
}

.top-news__category--release {
  background: #a0cfd0;
}

.top-news__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 1.875rem;
}

/*==============================================================

	ホバー時の動き（PICK UP）

================================================================*/

.top-news__pick-box:hover {
  opacity: 0.9;
}

.top-news__pick-box:hover .top-news__pick-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/*==============================================================

	ホバー時の動き（News 一覧）

================================================================*/

.top-news__btn:hover {
  opacity: 0.86;
}

.top-news__btn:hover::before {
  background: #ebf0f1;
  -webkit-box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
  box-shadow: inset 0rem 0rem 0.1875rem rgba(187, 187, 187, 0.6);
}

.top-news__link:hover .top-news__text {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.top-service {
  position: relative;
}

.top-service__wrap {
  margin: 4.125rem auto 0;
}

.top-service__title-box {
  margin: auto;
  max-width: 87.5rem;
  width: 90%;
}

.top-service__card {
  display: block;
  position: relative;
}

.top-service__card-img {
  border-radius: 0.625rem;
  margin-top: 0.375rem;
  overflow: hidden;
  position: relative;
}

.top-service__card-img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top-service__card:hover .top-service__card-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.top-service__card-category {
  border-radius: 0.75rem 0 0.75rem 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.1875rem 1.5rem 0.3125rem;
  position: absolute;
  top: 0;
  top: -0.1875rem;
}

.top-service__card-category--solution {
  background: #0b84d9;
}

.top-service__card-category--service {
  background: #53c95e;
}

.top-service__card-category--new {
  background: #53c95e;
}

.top-service__card-title {
  color: #111;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-top: 1.5625rem;
  text-align: center;
}

.top-service__card-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.625rem;
}

.top-service__strength {
  margin-top: 4.75rem;
}

.top-strength {
  overflow: hidden;
}

.top-strength__wrap {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e4f4e8),
    to(#ebf5ef)
  );
  background: linear-gradient(to left, #e4f4e8, #ebf5ef);
  background-size: cover;
  border-radius: 0.625rem 0 0 0.625rem;
  margin-left: auto;
  padding: 4.125rem 0 6.25rem 4.9375rem;
  position: relative;
  width: 95%;
}

.top-strength__wrap::before {
  background: url(../../assets/images/top/top-strength_shape.webp) center center
    no-repeat;
  background-size: cover;
  content: "";
  height: 103%;
  position: absolute;
  right: -7%;
  top: -5%;
  width: 104%;
}

.top-strength__inner {
  margin: auto;
  max-width: 87.5rem;
  -webkit-transform: translateX(-0.6875rem);
  transform: translateX(-0.6875rem);
}

.top-strength__lead {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595959;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-strength__title {
  color: #97b49f;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 3.71625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.019172553;
}

.top-strength__title span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 6.1975rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 0 0.625rem;
  -webkit-transform: translateY(0.375rem);
  transform: translateY(0.375rem);
}

.top-strength__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 1.4375rem 0 0 1.6875rem;
}

.top-strength__list {
  gap: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-top: 3.375rem;
}

.top-strength__item {
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.125rem 0.9375rem rgba(21, 21, 21, 0.14);
  box-shadow: 0 0.125rem 0.9375rem rgba(21, 21, 21, 0.14);
  overflow: hidden;
  padding: 2.8125rem 0 3rem;
  position: relative;
  width: 29.9%;
}

.top-strength__item::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.top-strength__item--facility::before {
  background: url(../../assets/images/top/top-strength_facility.webp) center
    center no-repeat;
  background-size: cover;
  bottom: -0.25rem;
  height: 13.125rem;
  left: -0.5rem;
  width: 15.1875rem;
}

.top-strength__item--base::before {
  background: url(../../assets/images/top/top-strength_base.webp) center center
    no-repeat;
  background-size: cover;
  height: 15.5rem;
  left: 52%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16.5rem;
}

.top-strength__item--person::before {
  background: url(../../assets/images/top/top-strength_person.webp) center
    center no-repeat;
  background-size: cover;
  height: 18rem;
  right: 0.9375rem;
  top: -0.875rem;
  width: 14.1875rem;
}

.top-strength__item-title {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.top-strength__item-text {
  color: #89c141;
  font-family: "Open Sans", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: max(6.375rem, min(7.2857142857vw, 124px));
  font-weight: 500;
  line-height: 1;
  margin-top: 1.0625rem;
  position: relative;
  text-align: center;
}

.top-strength__item-text span {
  color: #89c141;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-left: 0.75rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-strength__btn {
  margin: 3.625rem auto 0;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
}

@media screen and (min-width: 82.5rem) {
  .c-strength__br {
    display: none;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 1334px) {
  .info-pamphlet__br {
    display: block;
  }
}

@media screen and (max-width: 1320px) {
  .b-service__item-title {
    font-size: 1.5rem;
  }

  .c-strength__flow-item {
    padding: 0 0.5rem 1.625rem;
  }

  .quality__flow-item {
    padding: 0 0.375rem 1.5rem;
  }
}

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

  .u-sp {
    display: none;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue",
      "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  body.en {
    font-family: "Roboto", sans-serif;
  }

  html {
    font-size: 16px;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb__item span {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumbs {
    font-size: 0.625rem;
  }

  .breadcrumb__inner span + span {
    padding-left: 0.8125rem;
  }

  .breadcrumb__inner span + span::before {
    height: 0.25rem;
    left: 0.1875rem;
    width: 0.25rem;
  }

  .breadcrumb__list {
    gap: 0.5625rem;
    font-size: 0.625rem;
  }

  .breadcrumb__item + .breadcrumb__item::before {
    height: 0.25rem;
    left: -0.5625rem;
    width: 0.25rem;
  }

  .common-breadcrumb {
    padding: 1rem 1.1875rem 0.9375rem;
  }

  .wpcf7-form-control.wpcf7-radio {
    margin-left: 0;
  }

  .wpcf7-list-item.last {
    margin: 0 0 0 1.3125rem;
  }

  .wpcf7-list-item-label {
    font-size: 0.875rem;
    margin-top: 0;
  }

  .wpcf7-list-item-label::before {
    height: 1.25rem;
    width: 1.25rem;
  }

  .top-news__swiper {
    padding-bottom: 3.875rem;
  }

  .top-news__swiper-slide {
    margin-left: 0;
  }

  .top-news__swiper-pagination {
    bottom: 2.1875rem;
  }

  .top-news__swiper-pagination .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.75rem;
  }

  .top-service__swiper {
    margin-top: 1.875rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.1875rem;
    padding-top: 0.1875rem;
  }

  .top-service__swiper-slide {
    margin: -0.375rem 1.6875rem 0 0;
    width: 82%;
  }

  .top-service__swiper-pagination {
    bottom: 0;
    left: 50%;
    right: auto;
    right: initial;
    text-align: center;
    top: auto;
    top: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top-service__swiper-pagination .swiper-pagination-bullet {
    height: 0.75rem;
    width: 0.75rem;
  }

  .top-blog__swiper-slide {
    border-radius: 0.3125rem;
    margin-right: 1.625rem;
  }

  .top-blog__swiper-slide {
    width: 82%;
  }

  .top-blog-scrollbar {
    bottom: 0.1875rem;
    height: 0.375rem;
    width: 95%;
  }

  .top-blog-prev,
  .top-blog-next {
    display: none;
  }

  .body {
    margin-top: 3.5rem;
  }

  .body--service {
    margin-top: 3.5rem;
  }

  .btn {
    border-radius: 1.875rem;
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    width: 18.75rem;
  }

  .btn--w425 {
    width: 100%;
  }

  .btn--w425 .btn__link {
    padding: 23px 0 23px 30px;
  }

  .btn--w425 .btn__text {
    font-size: 0.875rem;
  }

  .btn__link {
    padding: 1.4375rem 0 1.4375rem 1.875rem;
  }

  .btn__link--p {
    padding: 1.4375rem 0 1.4375rem 1.5rem;
  }

  .btn__text {
    font-size: 0.9375rem;
  }

  .btn__text--fz {
    font-size: 14px;
  }

  .btn__arrow {
    height: 2.625rem;
    right: 0.75rem;
    width: 2.625rem;
  }

  .btn__arrow::before {
    border-right: 0.09375rem solid #fff;
    border-top: 0.09375rem solid #fff;
    height: 0.5rem;
    right: 1.375rem;
    width: 0.5rem;
  }

  .btn:hover .btn__arrow {
    height: 2.625rem;
    right: 0.75rem;
    width: 2.625rem;
  }

  .btn:hover .btn__arrow::before {
    right: 1.375rem;
  }

  .btn:hover .btn__arrow--small {
    height: 2.250625rem;
    right: 1.03125rem;
    width: 2.250625rem;
  }

  .btn:hover .btn__arrow--small::before {
    right: 1.125rem;
  }

  .clinical-trial__box:hover .btn__arrow {
    height: 2.625rem;
    right: 0.75rem;
    width: 2.625rem;
  }

  .clinical-trial__box:hover .btn__arrow::before {
    right: 1.375rem;
  }

  .clinical-trial__box:hover .btn__arrow--small {
    height: 2.250625rem;
    right: 1.03125rem;
    width: 2.250625rem;
  }

  .clinical-trial__box:hover .btn__arrow--small::before {
    right: 1.125rem;
  }

  .common-header {
    background: url(../../assets/images/common/common_header_bg.webp) right 25%
      center no-repeat;
    background-size: cover;
    height: 13.125rem;
  }

  .common-header--company {
    background: url(../../assets/images/company/mv_bg_sp.webp) center center
      no-repeat;
    background-size: cover;
    height: 10rem;
  }

  .common-header--strength {
    background: url(../../assets/images/strength/mv_bg_sp.webp) center center
      no-repeat;
    background-size: cover;
    height: 10rem;
  }

  .common-header--clinical-trial {
    background: url(../../assets/images/clinical-trial/mv_bg_sp.webp) center
      center no-repeat;
    background-size: cover;
    height: 10rem;
  }

  .common-header--business {
    background: url(../../assets/images/business/mv_bg_sp.webp) center center
      no-repeat;
    background-size: cover;
    height: 10rem;
  }

  .common-header__inner {
    margin: auto;
    padding: 0;
    width: 90%;
  }

  .common-header__title {
    font-size: 1.5rem;
    margin-top: 2.625rem;
    padding-left: 1.75rem;
  }

  .common-header__title::before {
    height: 2.8125rem;
    top: -0.1875rem;
    width: 0.875rem;
  }

  .common-header__title--white {
    font-size: 1.375rem;
    margin-top: 2.75rem;
  }

  .common-header__title--white::before {
    height: 2.25rem;
    left: 0;
    top: 0;
    width: 0.875rem;
  }

  .common-header__titles {
    font-size: 1.375rem;
    margin-top: 2.375rem;
    padding-left: 1.75rem;
  }

  .common-header__titles::before {
    height: 2.8125rem;
    left: 0;
    top: 0.125rem;
    width: 0.875rem;
  }

  .common-header__titles span {
    font-size: 0.8125rem;
    margin: 0 0 -0.125rem 0;
  }

  .common-link {
    display: none;
  }

  .common-recruit {
    aspect-ratio: 75/38;
    background: url(../../assets/images/common/common-recruit_bg_sp.webp) center
      center no-repeat;
    background-position: top;
    background-size: cover;
    max-height: 18.125rem;
  }

  .common-recruit .common-recruit__box {
    left: 61%;
    max-width: 13.125rem;
    top: 50%;
    width: 100%;
  }

  .common-recruit__title {
    margin: auto;
    margin-left: 1.4375rem;
    max-width: 18.75rem;
    min-width: 0;
    min-width: initial;
    width: 43.7vw;
  }

  .common-recruit__btn {
    margin-left: 1rem;
    margin-top: 1.1875rem;
  }

  .common-recruit__link {
    font-size: 0.8125rem;
    height: 2.5rem;
    margin: auto;
    padding-right: 0.375rem;
    width: 13.125rem;
  }

  .common-recruit__link span {
    display: inline-block;
    -webkit-transform: translate(0.25rem, 0.0625rem);
    transform: translate(0.25rem, 0.0625rem);
  }

  .common-wrap {
    margin-top: -3.125rem;
    padding: 0;
  }

  .common-wrap--mt {
    margin-top: 0;
    padding: 0;
  }

  .drawer {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 3.5rem;
    width: 100%;
  }

  .footer-bottom__wrap {
    padding: 1.9375rem 0 2.0625rem;
  }

  .footer-bottom__inner {
    display: block;
  }

  .footer-bottom__list {
    gap: 0.875rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.1875rem;
  }

  .footer-bottom__item {
    font-size: 0.75rem;
  }

  .footer-bottom__item--en {
    white-space: nowrap;
  }

  .footer-bottom__item:nth-child(2) {
    margin-left: 0;
  }

  .footer-bottom__item:nth-child(3) {
    margin-left: 0;
  }

  .footer-bottom__item--line::before,
  .footer-bottom__item--line::after {
    height: 110%;
  }

  .footer-bottom__item--line::before {
    left: -0.5rem;
  }

  .footer-bottom__item--line::after {
    right: -0.375rem;
  }

  .footer-bottom__copyright {
    font-size: 0.75rem;
    margin-top: 0.875rem;
    text-align: center;
  }

  .footer__wrap {
    display: none;
  }
  .footer__wrap--en {
    display: none;
  }
  .footer__item {
    font-weight: 400;
  }

  .footer__sp {
    display: block;
    padding: 3.125rem 1.1875rem 2.5rem;
  }

  .footer__sp-list {
    row-gap: 1.4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__sp-list--en {
    display: grid;
    white-space: nowrap;
  }

  .footer__sp-list--en + .footer__sp-list--en {
    margin-top: 1.4375rem;
  }

  .footer__sp-item {
    width: 50%;
  }

  .footer__sp-link--link-icon-careers::before {
    left: 4.3125rem;
  }

  .footer__sp-link--link-icon-crc::before {
    left: 6rem;
  }

  .footer__sp-x-link {
    display: block;
    margin: 1.8125rem 0 0 0;
    width: 3.125rem;
  }

  .footer__sp-x-link img {
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .header__inner {
    padding: 0 0 0 1.125rem;
  }

  .header__inner--top {
    padding: 0 0 0 1.125rem;
  }

  .header__wrap {
    height: 3.5rem;
  }

  .header__logo {
    width: 7.8125rem;
  }

  .header__pc-contents {
    display: none;
  }

  .header__nav {
    margin-right: 0;
  }

  .header__sp-contents {
    gap: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__sp-eps {
    width: 3.75rem;
  }

  .header__sp-eps img {
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .header__drawer-icon {
    background: -webkit-gradient(
      linear,
      right bottom,
      left top,
      from(#61ce52),
      to(#4fbc69)
    );
    background: linear-gradient(to top left, #61ce52, #4fbc69);
    height: 3.5rem;
    position: relative;
    width: 3.5rem;
  }

  .header__drawer-icon span {
    background: #fff;
    display: inline-block;
    height: 0.125rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 2.125rem;
  }

  .header__drawer-icon span:nth-child(1) {
    top: 36%;
  }

  .header__drawer-icon span:nth-child(2) {
    top: 50%;
  }

  .header__drawer-icon span:nth-child(3) {
    bottom: 31%;
  }

  .header__drawer-icon.is-active span:nth-child(1) {
    left: 45%;
    top: 64.5%;
    -webkit-transform: rotate(30deg) translate(-50%, -50%);
    transform: rotate(30deg) translate(-50%, -50%);
  }

  .header__drawer-icon.is-active span:nth-child(2) {
    top: 50%;
    width: 0;
  }

  .header__drawer-icon.is-active span:nth-child(3) {
    bottom: 62%;
    left: 46%;
    -webkit-transform: rotate(-30deg) translate(-50%, -50%);
    transform: rotate(-30deg) translate(-50%, -50%);
  }

  .link-icon-blank::before {
    bottom: 0;
    height: 1rem;
    right: -1.125rem;
    width: 1rem;
  }

  .link-icon-pdf::before {
    bottom: -0.0625rem;
    height: 1.25rem;
    right: -1.25rem;
    width: 1.125rem;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-common-title__en-title {
    font-size: 3.25rem;
    line-height: 0.9038461538;
  }

  .top-common-title__ja-title {
    font-size: 1.125rem;
    margin-top: 1.0625rem;
  }

  .top-common-title__description {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 1.625rem;
  }

  .b-feature__wrap {
    padding: 2.375rem 0 2.4375rem;
  }

  .b-feature__inner {
    max-width: 32.5rem;
    width: 80%;
  }

  .b-feature__title {
    font-size: 1.0625rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.3176470588;
  }

  .b-feature__list {
    row-gap: 1.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.625rem;
  }

  .b-feature__item {
    border-radius: 0.3125rem;
    width: 100%;
  }

  .b-feature__item-box {
    padding: 0.875rem 0 0.1875rem;
  }

  .b-feature__item-box--bg1::before {
    height: 36.8vw;
    max-height: 9.8125rem;
    right: 0;
    width: 40%;
  }

  .b-feature__item-box--bg2::before {
    bottom: -1.5625rem;
    height: 49.8vw;
    max-height: 13.25rem;
    max-width: 18.75rem;
    width: 67%;
  }

  .b-feature__item-box--bg3::before {
    height: 36.8vw;
    max-height: 9.8125rem;
    width: 52%;
  }

  .b-feature__item-box--bg4::before {
    height: 36.8vw;
    max-height: 9.8125rem;
    width: 52%;
  }

  .b-feature__item-title {
    font-size: 1.1875rem;
  }

  .b-feature__item-title::before {
    bottom: -0.0625rem;
    width: 9.0625rem;
  }

  .b-feature__number {
    font-size: 1.3125rem;
    margin: -0.375rem -0.125rem 0 0rem;
  }

  .b-feature__number span {
    font-size: 4.375rem;
  }

  .b-feature__l-text {
    font-size: 1.9375rem;
    line-height: 1.2580645161;
    margin-bottom: 0.75rem;
    margin-top: 0.5625rem;
  }

  .b-feature__text {
    border-radius: 0 0 0.3125rem 0.3125rem;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    padding: 10px 10px 10px 18px;
  }

  .b-feature__text::before {
    height: 1.5625rem;
    right: 0.6875rem;
    top: 1.4375rem;
    width: 1.5625rem;
  }

  .b-feature__text::after {
    border-right: 0.0625rem solid #89c141;
    border-top: 0.0625rem solid #89c141;
    height: 0.375rem;
    right: 1.5rem;
    width: 0.375rem;
  }

  .b-service__wrap {
    padding: 2.3125rem 0 3.125rem;
  }

  .b-service__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .b-service__title {
    font-size: 1.0625rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.3176470588;
  }

  .b-service__list {
    row-gap: 1.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.625rem;
  }

  .b-service__item {
    width: 100%;
  }

  .b-service__link {
    border: 0.125rem solid #cfd4d7;
    border-radius: 0.46875rem;
    padding: 18px 23px 19px;
    width: 100%;
  }

  .b-service__item-title {
    font-size: 1rem;
    line-height: 1.5;
  }

  .b-service__item-title::before {
    height: 1.5625rem;
    right: 0;
    top: -0.0625rem;
    width: 1.5625rem;
  }

  .b-service__item-title::after {
    border-right: 0.0625rem solid #fff;
    border-top: 0.0625rem solid #fff;
    height: 0.375rem;
    right: 0.8125rem;
    top: 44%;
    width: 0.375rem;
  }

  .b-service__item-line {
    height: 0.125rem;
    margin-top: 0.8125rem;
  }

  .b-service__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.75rem;
  }

  .b-service__img {
    width: 100%;
  }

  .b-service__item-text {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    margin-top: 0.875rem;
  }

  .business {
    background: #fff;
  }

  .business__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.0625rem 0 2.4375rem;
    width: 90%;
  }

  .business__introduction {
    width: 100%;
  }

  .business__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .business__en-title {
    font-size: 3.3125rem;
    left: 0;
    line-height: 0.7;
    text-align: left;
    top: -0.8125rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .business__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.125rem;
  }

  .business__area {
    margin-top: 2.3125rem;
  }

  .business__s-title {
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .business__s-title::before {
    height: 1.125rem;
    width: 0.25rem;
  }

  .business__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 7px;
  }

  .business__correlation {
    margin-top: 2.375rem;
  }

  .business__correlation-title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }

  .business__correlation-img {
    margin-top: 1.3125rem;
  }

  .clinical-trial {
    background: #fff;
  }

  .clinical-trial__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.0625rem 0 0;
    width: 90%;
  }

  .clinical-trial__introduction {
    width: 100%;
  }

  .clinical-trial__title {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: left;
  }

  .clinical-trial__en-title {
    font-size: 3.3125rem;
    left: 0;
    line-height: 0.7;
    text-align: left;
    top: -0.8125rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .clinical-trial__contents {
    margin: 2.75rem auto 3.8125rem;
    max-width: 35.625rem;
    width: 90%;
  }

  .clinical-trial__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clinical-trial__box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clinical-trial__box + .clinical-trial__box {
    margin-top: 3.8125rem;
  }

  .clinical-trial__img-box {
    width: 100%;
  }

  .clinical-trial__img {
    border-radius: 0.3125rem;
    width: 100%;
  }

  .clinical-trial__img img {
    border-radius: 0.3125rem;
  }

  .clinical-trial__texts {
    width: 100%;
  }

  .clinical-trial__title-box {
    padding-bottom: 0.9375rem;
  }

  .clinical-trial__s-en-title {
    font-size: 3.125rem;
    line-height: 1.24;
    margin-top: 0;
  }

  .clinical-trial__s-en-title--mt {
    margin-top: 0;
  }

  .clinical-trial__s-title {
    font-size: 1.125rem;
    margin-top: -1.3125rem;
  }

  .clinical-trial__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .clinical-trial__btn {
    margin: 0.875rem auto 0;
  }

  .about {
    background: #fff;
  }

  .about__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.0625rem 0 0;
    width: 90%;
  }

  .about__introduction {
    width: 100%;
  }

  .about__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .about__title span {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 1.5625rem;
  }

  .about__en-title {
    font-size: 3.3125rem;
    left: -0.125rem;
    line-height: 0.7;
    text-align: left;
    top: -1.1875rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .about__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.625rem;
  }

  .about__trivia {
    margin-top: 2.375rem;
  }

  .about__trivia-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.6;
  }

  .about__trivia-title::before {
    width: 27.6%;
  }

  .about__trivia-title::after {
    width: 27.6%;
  }

  .about__list {
    row-gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.5rem auto 0;
    width: 74%;
  }

  .about__item {
    border-radius: 0.3125rem;
    padding: 0.9375rem 0 1rem;
    width: 100%;
  }

  .about__item-title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.0625rem;
    line-height: 1.5082352941;
  }

  .about__item-text {
    font-size: 1.3125rem;
    margin-top: -0.375rem;
  }

  .about__item-text span {
    font-size: 4.0625rem;
  }

  .about__item-text--mt {
    margin-top: 0;
  }

  .about__item-note {
    font-size: 0.875rem;
  }

  .about__box {
    border-radius: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3.0625rem auto 0;
    max-width: 35.625rem;
    padding: 1.3125rem 0.3125rem 0.3125rem;
    width: 90%;
  }

  .about__texts {
    padding: 0 1.3125rem;
    width: 100%;
  }

  .about__s-title {
    font-size: 0.90625rem;
    letter-spacing: normal;
    letter-spacing: initial;
    padding-left: 0.625rem;
  }

  .about__s-title::before {
    height: 57%;
    width: 0.25rem;
  }

  .about__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }

  .about__note {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }

  .about__requirements {
    width: 100%;
  }

  .about__requirements-box {
    border-radius: 0.3125rem;
    padding: 1.5625rem 1.1875rem 1.1875rem;
  }

  .about__requirements-title {
    font-size: 0.875rem;
  }

  .about__requirements-list {
    margin-top: 0.8125rem;
  }

  .about__requirements-item {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 1.1875rem;
  }

  .about__requirements-item::before {
    height: 0.75rem;
    top: 0.3125rem;
    width: 0.75rem;
  }

  .about__requirements-item + .about__requirements-item {
    margin-top: 0.1875rem;
  }

  .concrete-flow__wrap {
    margin-bottom: 2.875rem;
    padding: 2.25rem 0 3.9375rem;
  }

  .concrete-flow__inner {
    max-width: 35.625rem;
    width: 80%;
  }

  .concrete-flow__title {
    font-size: 1.0625rem;
    line-height: 1.4823529412;
    text-align: left;
  }

  .concrete-flow__slide-box {
    margin-top: 1.625rem;
  }

  .concrete-flow__swiper {
    border-radius: 0.3125rem;
  }

  .concrete-flow__box {
    row-gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem 1.625rem;
  }

  .concrete-flow__img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .concrete-flow__img {
    margin: auto;
    width: 69%;
  }

  .concrete-flow__step {
    left: -0.8125rem;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -1.3125rem;
  }

  .concrete-flow__step-text {
    font-size: 1.15625rem;
  }

  .concrete-flow__step-number {
    font-size: 3.125rem;
    line-height: 0.4053781851;
    margin-top: 0.375rem;
  }

  .concrete-flow__texts {
    border-left: none;
    padding: 0;
    width: 100%;
  }

  .concrete-flow__s-title {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
  }

  .concrete-flow__text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.4375rem;
  }

  .concrete-flow__pagination {
    bottom: -1.875rem;
  }

  .concrete-flow__pagination .swiper-pagination-bullet {
    height: 0.625rem;
    margin: 0 0.1875rem;
    width: 0.625rem;
  }

  .concrete-flow__prev,
  .concrete-flow__next {
    z-index: 1;
  }

  .concrete-flow__prev {
    left: -1.8125rem;
  }

  .concrete-flow__next {
    right: -1.8125rem;
  }

  .drug-flow__wrap {
    margin-top: 2.5rem;
    padding: 2.125rem 0 2.5625rem;
  }

  .drug-flow__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .drug-flow__title {
    font-size: 1.0625rem;
    line-height: 1.4823529412;
    text-align: left;
  }

  .drug-flow__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.625rem;
    text-align: left;
  }

  .drug-flow__list {
    margin-top: 1.3125rem;
  }

  .drug-flow__item {
    background: #fff;
    border-radius: 0.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .drug-flow__item::before {
    bottom: -2.1875rem;
    height: 1.1875rem;
    width: 5.625rem;
  }

  .drug-flow__item + .drug-flow__item {
    margin-top: 3.25rem;
  }

  .drug-flow__item-title {
    border-radius: 0.375rem 0.375rem 0 0;
    font-size: 1.0625rem;
    padding: 0.5rem 0;
    width: 100%;
  }

  .drug-flow__img {
    border-radius: 0.3125rem;
    margin: 1.5rem auto 0;
    width: 85%;
  }

  .drug-flow__img img {
    border-radius: 0.3125rem;
  }

  .drug-flow__item-box {
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 1.1875rem 1.5625rem 1.3125rem 1.5625rem;
    width: 100%;
  }

  .drug-flow__item-subtitle {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
  }

  .drug-flow__item-text {
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .trial-step__wrap {
    padding: 2.125rem 0 6.3125rem;
  }

  .trial-step__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .trial-step__title {
    font-size: 1.0625rem;
    line-height: 1.4823529412;
    text-align: left;
  }

  .trial-step__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.625rem;
    text-align: left;
    text-align: justify;
  }

  .trial-step__list {
    row-gap: 2.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.875rem;
  }

  .trial-step__item {
    border-radius: 0.375rem;
    width: 100%;
  }

  .trial-step__item::before {
    background: url(../../assets/images/common/sankaku_bottom.webp) center
      center no-repeat;
    background-size: contain;
    bottom: -1.9375rem;
    height: 1.1875rem;
    left: 50%;
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.625rem;
  }

  .trial-step__item-title {
    border-radius: 0.375rem 0.375rem 0 0;
    font-size: 1.0625rem;
    padding: 0;
  }

  .trial-step__item-text {
    font-size: 0.8125rem;
    line-height: 1.6;
    padding: 1.3125rem 1.5625rem 1.3125rem;
  }

  .glossary {
    background: #fff;
  }

  .glossary__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 2.0625rem 0 0;
    width: 90%;
  }

  .glossary__introduction {
    width: 100%;
  }

  .glossary__ul {
    gap: 8.5%;
    row-gap: 1.125rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .glossary__li {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1rem;
  }

  .glossary__area {
    margin-bottom: 2.6875rem;
    margin-top: 3.0625rem;
  }

  .glossary__title {
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .glossary__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .glossary__list {
    margin-top: -0.4375rem;
  }

  .glossary__s-title {
    font-size: 1rem;
    line-height: 1.4;
    padding-left: 0.9375rem;
  }

  .glossary__s-title::before {
    height: 0.875rem;
    top: 0.25rem;
    width: 0.625rem;
  }

  .glossary__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }

  .glossary__list-item {
    font-size: 1rem;
    margin-bottom: 4.0625rem;
  }

  .certification {
    background: #fff;
  }

  .certification__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 2rem 0 2.375rem;
    width: 90%;
  }

  .certification__introduction {
    width: 100%;
  }

  .certification__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.4375rem;
  }

  .certification__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    letter-spacing: normal;
    letter-spacing: initial;
    padding-left: 0.625rem;
  }

  .certification__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .certification__list {
    margin: 1.8125rem auto 0;
  }

  .certification__item {
    display: block;
    padding-bottom: 0.5625rem;
  }

  .certification__item:not(:first-child) {
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
  }

  .certification__item:not(:first-child).certification__item--pa {
    padding-top: 0.5625rem;
  }

  .certification__item-title {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    padding-left: 0.9375rem;
  }

  .certification__item-title::before {
    height: 0.9375rem;
    top: 0.3125rem;
    width: 0.6875rem;
  }

  .certification__item-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.0625rem;
    padding-left: 0.9375rem;
  }

  .certification__item-img-box {
    gap: 1.1875rem;
    margin-top: 0.375rem;
    padding-left: 0.9375rem;
  }

  .certification__item-img {
    width: 3.625rem;
  }

  .company {
    background: #fff;
  }

  .company__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.0625rem 0 0;
    width: 90%;
  }

  .company__introduction {
    width: 100%;
  }

  .company__title {
    font-size: 0.9375rem;
    line-height: 1.6;
    text-align: left;
  }

  .company__en-title {
    font-size: 3.3125rem;
    left: 0;
    line-height: 0.7;
    text-align: left;
    top: -0.8125rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .auth::before {
    height: 95.2%;
  }

  .auth__wrap {
    margin-bottom: 2.75rem;
    padding-bottom: 2.625rem;
  }

  .auth__inner {
    width: 90%;
  }

  .auth__box {
    border-radius: 0.39375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.1875rem 1.5625rem 1.3125rem;
  }

  .auth__box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .auth__box + .auth__box {
    margin-top: 1.9375rem;
  }

  .auth__img {
    margin: auto;
    width: 6.25rem;
  }

  .auth__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    margin-top: 1.25rem;
    padding-left: 0.625rem;
  }

  .auth__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .auth__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 0.8125rem;
    text-align: justify;
  }

  .auth__date {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: -0.1875rem;
    margin-top: 1.375rem;
  }

  .auth__link {
    display: inline;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.8125rem;
  }

  .auth__link::before {
    bottom: -0.0625rem;
    top: auto;
    top: initial;
  }

  .auth__recruit {
    margin: 1.5625rem auto 0;
    width: 88%;
  }

  .auth__recruit-title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
  }

  .auth__btn {
    margin: 0.6875rem auto 0;
  }

  .compliance-border {
    margin: 3.0625rem auto 2.8125rem;
    max-width: 35.625rem;
    width: 90%;
  }

  .compliance {
    background: #fff;
  }

  .compliance__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 0.75rem 0 0;
    width: 90%;
  }

  .compliance__introduction {
    width: 100%;
  }

  .compliance__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }

  .compliance__area {
    margin-top: 2.1875rem;
  }

  .compliance__box + .compliance__box {
    margin-top: 2.25rem;
  }

  .compliance__box + .compliance__box.compliance__box--mt {
    margin-top: 3.9375rem;
  }

  .compliance__ol {
    margin-top: 0.8125rem;
  }

  .compliance__ol-item {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 1.75rem;
    text-indent: -1.75rem;
  }

  .compliance__ol-item + .compliance__ol-item {
    margin-top: 0.625rem;
  }

  .compliance__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.125rem;
    letter-spacing: normal;
    letter-spacing: initial;
    padding-left: 0.625rem;
  }

  .compliance__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .compliance__title--line {
    line-height: 1.4;
  }

  .compliance__title--line::before {
    height: 85%;
    width: 0.21875rem;
  }

  .compliance__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.8125rem;
  }

  .compliance__text--mt {
    margin-top: 1.25rem;
  }

  .compliance__ul {
    margin-top: 0.625rem;
  }

  .compliance__ul-item {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 0.9375rem;
  }

  .compliance__ul-item::before {
    height: 0.625rem;
    top: 0.375rem;
    width: 0.625rem;
  }

  .compliance__img {
    margin: 1.3125rem auto 0;
    width: 94%;
  }

  .info-chart {
    margin: 0.625rem auto 0;
    max-width: 35.625rem;
    padding-top: 1.625rem;
    width: 90%;
  }

  .info-chart__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .info-chart__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .info-chart__img {
    margin-top: 0.8125rem;
    width: 100%;
  }

  .info-company {
    margin: 0.75rem auto 0;
    max-width: 35.625rem;
    padding-top: 1.875rem;
    width: 90%;
  }

  .info-company__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .info-company__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .info-company__box {
    margin-top: 0.625rem;
  }

  .info-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-company__item:not(:first-child) {
    border-top: none;
  }

  .info-company__s-title {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    padding: 0.15625rem 0.5rem;
    width: 100%;
  }

  .info-company__text {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.4rem 0.5rem;
  }

  .info-history {
    margin-top: 0rem;
    padding-top: 1.5rem;
  }

  .info-history__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    margin: auto;
    max-width: 35.625rem;
    padding-left: 0.625rem;
    width: 90%;
  }

  .info-history__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .info-history__list {
    margin-top: 0.8125rem;
  }

  .info-history__item {
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.6875rem 1.1875rem 0.8125rem;
  }

  .info-history__date {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    margin: auto;
    max-width: 35.625rem;
    width: 100%;
  }

  .info-history__text {
    font-size: 0.8125rem;
    font-weight: 500;
    margin: auto;
    max-width: 35.625rem;
    text-align: left;
    width: 100%;
  }

  .info-idea {
    margin: auto;
    max-width: 35.625rem;
    width: 90%;
  }

  .info-idea__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-idea__title {
    border-bottom: 0.0625rem solid #bec0bf;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.0625rem;
    letter-spacing: 0.03em;
    line-height: 1.4117647059;
    padding-bottom: 0.5625rem;
    width: 100%;
  }

  .info-idea__text {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 0.6875rem;
    padding-left: 0;
  }

  .info-idea__text::before {
    content: normal;
    content: initial;
  }

  .info-idea__box {
    margin-top: 1.0625rem;
  }

  .info-idea__box::before {
    content: normal;
    content: initial;
  }

  .info-idea__second-list {
    padding-left: 0;
  }

  .info-idea__second-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-idea__second-item + .info-idea__second-item {
    margin-top: 1rem;
  }

  .info-idea__second-title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 0.75;
    width: 100%;
  }

  .info-idea__second-text {
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    line-height: 1.6;
  }

  .info-idea__logo-box {
    border-radius: 0.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.8125rem;
    padding: 2.625rem 0.875rem 1.6875rem;
  }

  .info-idea__logo-box::before {
    font-size: 0.875rem;
    padding: 0.25rem 0.8125rem;
  }

  .info-idea__img {
    margin: auto;
    width: 65%;
  }

  .info-idea__logo-list {
    margin-top: 1.5625rem;
  }

  .info-idea__logo-item {
    padding-left: 0;
  }

  .info-idea__logo-item::before {
    content: normal;
    content: initial;
  }

  .info-idea__logo-title {
    border-bottom: 0.0625rem solid #bec0bf;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding-bottom: 0.375rem;
  }

  .info-idea__logo-text {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.375rem;
  }

  .info-member {
    margin: 0.1875rem auto 0;
    margin-top: 0.1875rem;
    max-width: 35.625rem;
    padding-top: 1.875rem;
    width: 90%;
  }

  .info-member__contents {
    margin-top: 0.5rem;
  }

  .info-member__contents + .info-member__contents {
    margin-top: 0.75rem;
  }

  .info-member__l-title {
    font-size: 1rem;
  }

  .info-member__l-title span {
    font-size: 0.8125rem;
    margin-left: 1rem;
  }

  .info-member__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .info-member__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .info-member__box {
    margin-top: 1.0625rem;
  }

  .info-member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-member__item:not(:first-child) {
    border-top: none;
  }

  .info-member__s-title {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    padding: 0.15625rem 0.5rem;
    width: 100%;
  }

  .info-member__text {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.4rem 0.5rem;
  }

  .info-member__text span {
    width: 4.375rem;
  }

  .info-pamphlet {
    background: #eff3f4;
    margin-bottom: 0;
    margin-top: 3rem;
    padding-bottom: 2rem;
    padding-top: 1.625rem;
  }

  .info-pamphlet__inner {
    margin: auto;
    max-width: 35.625rem;
    width: 90%;
  }

  .info-pamphlet__img {
    margin: auto;
    width: 59%;
  }

  .info-pamphlet__title {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    padding-left: 0.625rem;
  }

  .info-pamphlet__title::before {
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .info-pamphlet__list {
    gap: 1.5%;
    row-gap: 1.4375rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8125rem;
  }

  .info-pamphlet__item {
    width: 48%;
  }

  .info-pamphlet__s-title {
    font-size: 0.875rem;
    height: auto;
    height: initial;
    line-height: 1.3;
    margin-top: 0.6875rem;
  }

  .info-pamphlet__s-title span::before {
    height: 0.9375rem;
    right: -0.9375rem;
    width: 0.6875rem;
  }

  .info-pamphlet__text {
    font-size: 0.8125rem;
    line-height: 1.3;
    margin-top: 0.4375rem;
  }

  .info-pamphlet__br {
    display: none;
  }

  .info {
    background: #fff;
  }

  .info__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.0625rem 0 0;
    width: 90%;
  }

  .info__introduction {
    width: 100%;
  }

  .info__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .info__en-title {
    font-size: 3.3125rem;
    left: 0;
    line-height: 0.7;
    text-align: left;
    top: -1.1875rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .info__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }

  .info__contents {
    gap: 4.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.8125rem auto 0;
    padding: 1.625rem 1.1875rem 1.875rem;
    width: 100%;
  }

  .info__contents::before {
    height: 0.0625rem;
    max-width: 35.625rem;
    width: 90%;
  }

  .info__box {
    margin: auto;
    max-width: 35.625rem;
    width: 100%;
  }

  .info__s-title {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }

  .info__text {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.6;
    margin: 0.6875rem auto 0;
    padding: 0;
  }

  .info__btn {
    margin: 0.875rem auto 0;
  }

  .info__area {
    display: block;
    margin: 3.625rem auto 2.875rem;
    width: 100%;
  }

  .info__sidebar {
    display: none;
    padding-bottom: 0;
  }

  .info__sidebar-link:hover::before {
    height: 0.9375rem;
    top: 0.3125rem;
    width: 0.6875rem;
  }

  .info__sidebar-link--active::before {
    height: 0.9375rem;
    top: 0.3125rem;
    width: 0.6875rem;
  }

  .message__breadcrumb {
    margin: auto;
    padding: 0;
    width: 90%;
  }

  .message__wrap {
    padding: 0.9375rem 0;
  }

  .message__inner {
    padding: 0;
  }

  .message__inner::before {
    background: url(../../assets/images/company/message/bg_sp.webp) top center
      no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 23.75rem;
    right: 0rem;
    top: -3.625rem;
  }

  .message__main-title {
    margin: 2.375rem auto 0;
    max-width: 34rem;
    width: 85%;
  }

  .message__area {
    border-radius: 0;
    margin-bottom: 1.875rem;
    margin-top: 2.625rem;
    padding-bottom: 4.375rem;
  }

  .message__sub-title {
    max-width: 34rem;
    width: 85%;
  }

  .message__line {
    margin: 0.875rem auto 0;
    max-width: 34rem;
    width: 85%;
  }

  .message__text-area {
    margin: 2.0625rem auto 0;
    max-width: 38rem;
    padding: 0 2.125rem;
  }

  .message__text {
    font-size: 0.875rem;
    line-height: 2;
  }

  .message__text + .message__text {
    margin-top: 1.25rem;
  }

  .message__box {
    margin: 5.3125rem auto 0;
    text-align: left;
    width: 16.875rem;
  }

  .message__company {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .message__name {
    margin-left: -0.125rem;
    width: 6rem;
  }

  .message__img {
    bottom: -4.3125rem;
    left: 50%;
    right: auto;
    right: initial;
    -webkit-transform: translateX(-13%);
    transform: translateX(-13%);
    width: 14.8125rem;
  }

  .office {
    background: #fff;
  }

  .office__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 2.375rem 0 0;
    width: 90%;
  }

  .office__nav-list {
    gap: 4%;
    row-gap: 11px;
  }

  .office__nav-item {
    width: 48%;
  }

  .office__nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    padding: 10px 0 13px 12px;
  }

  .office__area {
    margin: 2.5625rem auto 2.8125rem;
    padding: 0;
  }

  .office__address-box {
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
    padding: 26px 30px 23px;
    width: 100vw;
  }

  .office__maps {
    border-bottom: 0.0625rem solid #bec0bf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 35.625rem;
    padding-bottom: 13px;
    width: 100%;
  }

  .office__l-title {
    font-size: 1rem;
    line-height: 0.9411764706;
  }

  .office__s-title {
    font-size: 1rem;
    line-height: 0.9411764706;
  }

  .office__map-link {
    font-size: 0.875rem;
    margin-top: -5px;
    padding-left: 13px;
  }

  .office__map-link::before {
    height: 0.9375rem;
    top: 3px;
    width: 0.625rem;
  }

  .office__meta {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 11px auto 0;
    margin-top: 11px;
    max-width: 35.625rem;
    text-align: justify;
    width: 100%;
  }

  .office__strong {
    display: block;
  }

  .office__address-wrap {
    margin-top: 47px;
  }

  .office__address-area + .office__address-area {
    margin-top: 46px;
  }

  .office__title {
    font-size: 1.1875rem;
    letter-spacing: 0.03em;
    line-height: 1.1789473684;
    padding-left: 10px;
  }

  .office__title::before {
    height: 1.1875rem;
    width: 0.21875rem;
  }

  .office__list {
    margin-top: 29px;
  }

  .office__access {
    margin-top: 10px;
  }

  .office__contact {
    margin-top: 10px;
  }

  .alumni {
    background: #fff;
  }

  .alumni__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 2rem 0 0;
    width: 90%;
  }

  .alumni__introduction {
    width: 100%;
  }

  .alumni__head {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    text-align: justify;
  }

  .alumni__area {
    margin-top: 2.3125rem;
  }

  .alumni__area + .alumni__area {
    margin-top: 3.125rem;
  }

  .alumni__title {
    font-size: 1.125rem;
    padding-left: 0.625rem;
  }

  .alumni__title::before {
    border-radius: 0.625rem;
    height: 1.0625rem;
    width: 0.21875rem;
  }

  .alumni__box {
    gap: 1.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 1.375rem;
  }

  .alumni__texts {
    width: 100%;
  }

  .alumni__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .alumni__btn {
    margin: 0.625rem auto 0;
  }

  .alumni__img {
    margin-top: 0;
  }

  .alumni__contact-area {
    margin: 2.5625rem auto 0;
    padding-bottom: 3.125rem;
    padding-top: 2.25rem;
    width: 88%;
  }

  .alumni__contact-title {
    font-size: 1.0625rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: justify;
  }

  .alumni__contact-btn {
    margin: 0.625rem auto 0;
  }

  .confirm {
    background: #fff;
  }

  .confirm__wrap.common-wrap {
    margin-top: -13.125rem;
  }

  .confirm__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.9375rem 0 0;
    width: 90%;
  }

  .confirm__introduction {
    width: 100%;
  }

  .confirm__lead {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 0;
    text-align: left;
  }

  .confirm__form {
    margin-bottom: 3.25rem;
    margin-top: 2.0625rem;
  }

  .confirm__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.875rem 0;
  }

  .confirm__item--area {
    padding: 0.8125rem 0 1.1875rem;
  }

  .confirm__item--desc {
    padding: 0 0 0.9375rem 0;
  }

  .confirm__item--desc .confirm__answer {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: -0.1875rem;
  }

  .confirm__label {
    font-size: 0.875rem;
    text-align: left;
    width: 100%;
  }

  .confirm__answer {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: -0.0625rem;
  }

  .zip-block {
    margin-top: -0.0625rem;
  }

  .contact__wrap {
    background: #fff;
  }

  .contact__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 1.75rem 0 0;
    width: 90%;
  }

  .contact__introduction {
    width: 100%;
  }

  .contact__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .contact__en-title {
    font-size: 3.3125rem;
    left: 0%;
    line-height: 0.7;
    text-align: left;
    top: -0.75rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .contact__lead {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 1.25rem;
    text-align: justify;
  }

  .contact__retirement-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.4375rem auto 0;
    width: 85%;
  }

  .contact__retirement-text {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }

  .contact__company {
    margin-top: 1.125rem;
  }

  .contact__form {
    margin: 2.375rem auto 0;
    max-width: 35.625rem;
    padding: 2.4375rem 0 1.4375rem;
    width: 90%;
  }

  .contact__item {
    row-gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__item--name {
    margin-top: 0.9375rem;
  }

  .contact__item + .contact__item {
    margin-top: 0.9375rem;
  }

  .contact__item + .contact__item.contact__item--mt {
    margin-top: 1.125rem;
  }

  .contact__item .zip-box {
    width: 77%;
  }

  .contact__item .zip-box input {
    width: 100%;
  }

  .contact__label {
    font-size: 0.875rem;
    text-align: left;
    width: 100%;
  }

  .contact__required {
    -webkit-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
  }

  .contact__item select {
    color: #000;
    font-size: 0.875rem;
    width: 93%;
  }

  .contact__item input::-moz-placeholder {
    font-size: 0.875rem;
  }

  .contact__item input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }

  .contact__item input:-ms-input-placeholder {
    font-size: 0.875rem;
  }

  .contact__item input::-ms-input-placeholder {
    font-size: 0.875rem;
  }

  .contact__item input::placeholder {
    font-size: 0.875rem;
  }

  .contact__privacy {
    border-radius: 0.3125rem;
    margin-top: 1.125rem;
    padding: 0.625rem 0.875rem;
  }

  .contact__privacy-title {
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.7142857143;
    padding-bottom: 0.3125rem;
  }

  .contact__privacy-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .contact__consent {
    margin-top: 1.875rem;
    text-align: left;
  }

  .contact__consent .contact__required {
    -webkit-transform: translate(0, -0.3125rem);
    transform: translate(0, -0.3125rem);
  }

  .contact__consent .wpcf7-list-item {
    margin: 0;
  }

  .contact__consent .wpcf7-list-item-label {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }

  .contact__consent .wpcf7-list-item-label::before {
    margin-right: 0.5rem;
  }

  .contact__btn-link {
    margin-left: 0;
    margin-top: 1.8125rem;
  }

  .contact__btn-link input {
    font-size: 0.9375rem;
    padding: 1.125rem 0;
  }

  .contact__btn-link--thanks a {
    font-size: 0.9375rem;
    padding: 1.1875rem 0;
  }

  .thanks {
    background: #fff;
  }

  .thanks__wrap.common-wrap {
    margin-bottom: 3.125rem;
    margin-top: -13.125rem;
  }

  .thanks__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.8125rem 0 0;
    width: 90%;
  }

  .thanks__introduction {
    width: 100%;
  }

  .thanks__title {
    font-size: 1.125rem;
    text-align: left;
  }

  .thanks__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
    text-align: left;
  }

  .thanks__text {
    border-radius: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 1.4375rem;
    padding: 0.6875rem 0.9375rem 0.625rem;
    text-align: justify;
  }

  .guide {
    background: #fff;
  }

  .guide__wrap {
    margin-top: -3.125rem;
    padding: 0;
  }

  .guide__inner {
    border-radius: 0;
    padding: 1.5625rem 0 4.375rem;
    width: 90%;
  }

  .guide__head {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }

  .guide__list {
    margin: 3.125rem auto 0;
  }

  .guide__item {
    display: block;
    padding-bottom: 1.5625rem;
  }

  .guide__item:not(:first-child) {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }

  .guide__item:not(:first-child).guide__item--pa {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }

  .guide__item:not(:first-child).guide__item--pa1 {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }

  .guide__item:not(:first-child).guide__item--pa2 {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }

  .guide__item-title {
    font-size: 1.125rem;
    line-height: 1.2;
    padding-left: 1.625rem;
  }

  .guide__item-title::before {
    height: 1.25rem;
    width: 0.9375rem;
  }

  .guide__item-text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 1rem;
  }

  .guide__adobe {
    margin-left: 0;
  }

  .guide__adobe::before {
    content: normal;
    content: initial;
  }

  .guide__pdf {
    padding-left: 1.375rem;
  }

  .guide__pdf::before {
    height: 1.25rem;
    top: 35%;
    width: 1.125rem;
  }

  .guide__link {
    margin-top: 0.5rem;
    padding-left: 1.8125rem;
    text-indent: -0.4375rem;
  }

  .guide__link::before {
    height: 1rem;
    left: 0.3125rem;
    top: 0.25rem;
    width: 1rem;
  }

  .guide__item-s-title {
    font-size: 1.125rem;
    margin: 1.125rem 0 -0.375rem 0;
  }

  .news__wrap {
    background: #fff;
  }

  .news__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 2.3125rem 0 3.125rem;
    width: 90%;
  }

  .news__introduction {
    width: 100%;
  }

  .news__box {
    gap: 2.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .news__category-list {
    gap: 6.4%;
  }

  .news__category-list a {
    font-size: 0.875rem;
    line-height: 1.0285714286;
    padding-bottom: 0.8125rem;
  }

  .news__category-list--active a::before {
    height: 0.1875rem;
  }

  .news__form-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__form-text {
    font-size: 0.75rem;
    margin-top: 0;
  }

  .news__form-arrow {
    left: 11.8125rem;
    right: auto;
    right: initial;
  }

  .news__form-select {
    border: 0.03125rem solid #7a7a7a;
    border-radius: 0.15625rem;
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-left: 0.6875rem;
    padding: 0.5rem 0.3125rem;
    width: 9.0625rem;
  }

  .news__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.25rem;
    padding-right: 1.5rem;
    padding-top: 1.4375rem;
  }

  .news__item:first-child .news__content {
    padding-top: 2.0625rem;
  }

  .news__content::before {
    border-right: 0.0625rem solid #b4b4b4;
    border-top: 0.0625rem solid #b4b4b4;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 0.25rem;
    top: 54%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 0.5rem;
  }

  .news__time {
    font-size: 0.75rem;
    width: 4.375rem;
  }

  .news__category {
    font-size: 0.75rem;
    font-weight: 300;
    margin-left: 0.5625rem;
    margin-top: 0;
    padding: 0.25rem 0;
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
    width: 7.1875rem;
  }

  .news__title {
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.6;
    margin-left: 0;
    margin-top: 0.875rem;
    text-align: justify;
    width: 100%;
  }

  .news__pagenation {
    margin: 2.5rem 0 3rem 0;
  }

  .news__pagenation ul.page-numbers {
    gap: 1.5rem;
  }

  .news__single-introduction {
    width: 100%;
  }

  .news__area {
    display: block;
  }

  .news__single-box {
    width: 100%;
  }

  .news__single-title {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 1.3125rem;
  }

  .news__single-content {
    margin: 25px 0 40px 0;
  }

  .news__single-content p {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .news__side-box {
    display: none;
  }

  .news__single-form-select {
    border: 0.03125rem solid #7a7a7a;
    border-radius: 0.15625rem;
    font-size: 0.875rem;
    line-height: 1.0714285714;
    margin-left: 0.6875rem;
    padding: 0.5rem 0.3125rem;
    width: 9.0625rem;
  }

  .news__single-form-arrow {
    left: 11.8125rem;
    right: auto;
    right: initial;
  }

  .news__single-content .wp-block-image {
    text-align: center;
  }

  body .news__single-content .is-layout-flex {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body
    .news__single-content
    .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image {
    width: 100% !important;
  }

  body .news__single-content .is-layout-flex img {
    margin: auto;
  }

  .privacy {
    background: #fff;
  }

  .privacy__wrap {
    margin-top: -3.125rem;
    padding: 0;
  }

  .privacy__inner {
    border-radius: 0;
    padding: 1.5625rem 0 4.375rem;
    width: 90%;
  }

  .privacy__title {
    font-size: 1.25rem;
    padding-left: 0.9375rem;
  }

  .privacy__lead {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 1.25rem;
  }

  .privacy__list {
    margin-top: 1.5rem;
  }

  .privacy__item + .privacy__item {
    margin-top: 1rem;
  }

  .privacy__item-title {
    font-size: 1.125rem;
    line-height: 1.4;
    padding-left: 2rem;
    text-indent: -2.0625rem;
  }

  .win .privacy__item-title {
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }

  .privacy__text {
    font-size: 0.875rem;
    font-weight: 400;
  }

  .privacy__text .text-indent {
    padding-left: 0.875rem;
    text-indent: -0.875rem;
  }

  .win .privacy__text .text-indent {
    display: inline-block;
    padding-left: 0.8125rem;
    text-indent: -0.875rem;
  }

  .privacy__text a {
    font-weight: 400;
  }

  .privacy__li {
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 0.6875rem;
    text-indent: -0.875rem;
  }

  .privacy__box {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }

  .security {
    background: #fff;
  }

  .security__wrap {
    margin-top: -3.125rem;
    padding: 0;
  }

  .security__inner {
    border-radius: 0;
    padding: 1.5625rem 0 4.375rem;
    width: 90%;
  }

  .security__area + .security__area {
    margin-top: 1.875rem;
  }

  .security__title {
    font-size: 1.125rem;
    padding-left: 0.9375rem;
  }

  .security__lead {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 1.25rem;
  }

  .security__text {
    font-size: 0.8125rem;
    padding-left: 1.5625rem;
    text-indent: -0.625rem;
  }

  .security__text span {
    margin-left: -1.5625rem;
  }

  .security__text--indent span {
    margin-left: -0.9375rem;
  }

  .security__text span.text-indent {
    padding-left: 1.875rem;
    text-indent: -0.375rem;
  }

  .win .security__text span.text-indent {
    padding-left: 2.375rem;
    text-indent: -0.8125rem;
  }

  .security__text span.title-text-indent {
    display: inline-block;
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }

  .win .security__text span.title-text-indent {
    display: inline-block;
    padding-left: 1.625rem;
    text-indent: -1.625rem;
  }

  .security__text span.ml {
    margin-left: -0.9375rem;
  }

  .security__box {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }

  .function__inner {
    margin: 1.875rem auto 0;
    max-width: 35.625rem;
    width: 90%;
  }

  .function__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .function__dt {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.5625rem 1.1875rem 0.5rem;
    width: 100%;
  }

  .function__dd {
    padding: 1.03125rem 1.1875rem;
  }

  .function__dd-item {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 0.875rem;
  }

  .function__dd-item::before {
    height: 0.375rem;
    top: 0.4375rem;
    width: 0.375rem;
  }

  .function__note1 {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 0.875rem;
    padding-left: 1rem;
    text-indent: -1rem;
  }

  .function__area2 {
    row-gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.3125rem;
  }

  .function__box {
    border: 0.25rem solid #ced4d5;
    border-radius: 0.5rem;
    padding: 1.3125rem 0.9375rem 1.6875rem;
    width: 100%;
  }

  .function__s-title {
    border-radius: 0.09375rem;
    font-size: 0.9375rem;
    line-height: 1.4;
    padding: 0.4375rem 0.75rem;
  }

  .function__list {
    margin-top: 1.375rem;
    padding: 0 0 0 0.75rem;
  }

  .function__item {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 0.9375rem;
  }

  .function__item::before {
    height: 0.5rem;
    top: 0.375rem;
    width: 0.5rem;
  }

  .function__item + .function__item {
    margin-top: 0.875rem;
  }

  .function__note2 {
    font-size: 0.75rem;
    line-height: 1.4083333333;
    margin-top: 0.8125rem;
    padding-left: 1.75rem;
    text-indent: -0.875rem;
  }

  .function__contact-area {
    margin: 2.8125rem auto 3.75rem;
    max-width: 35.625rem;
    padding: 0 1.125rem;
  }

  .function__contact-title {
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: left;
  }

  .function__contact-btn {
    margin: 1.5rem auto 0;
  }

  .introduction__wrap {
    padding: 2.3125rem 0 2.5rem;
  }

  .introduction__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .introduction__s-title {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
  }

  .introduction__l-title {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0.875rem;
    text-align: left;
  }

  .introduction__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
    text-align: left;
    text-align: justify;
  }

  .introduction__img {
    margin-top: 1.4375rem;
  }

  .merit__list {
    row-gap: 0.625rem;
    margin: 1.9375rem auto 2.625rem;
    max-width: 35.625rem;
    width: 90%;
  }

  .merit__item {
    border-radius: 0.3125rem;
    width: 100%;
  }

  .merit__item-titles {
    gap: 0.625rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
    padding: 0.84375rem 1.125rem;
  }

  .merit__item-icon i {
    font-size: 1.75rem;
  }

  .merit__item-title {
    font-size: 0.9375rem;
    line-height: 1.3;
  }

  .merit__item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0.875rem 1.125rem 1.125rem;
  }

  .pattern-a__wrap {
    padding: 2.25rem 0 2.375rem;
  }

  .pattern-a__category {
    border-radius: 0.625rem;
    font-size: 0.8125rem;
    padding: 0.1875rem 0.9375rem 0.25rem;
  }

  .pattern-a__tag {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0.75rem;
  }

  .pattern-a__title {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-top: 0.3125rem;
  }

  .pattern-b__wrap {
    padding-bottom: 1.8125rem;
  }

  .pattern-b__wrap::before {
    height: 82%;
  }

  .pattern-b__inner {
    width: 90%;
  }

  .pattern-b__category {
    border-radius: 0.375rem 0 0.375rem 0;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    padding: 0.125rem 0.75rem 0.25rem;
  }

  .pattern-b__img {
    border-radius: 0.375rem;
  }

  .pattern-b__img img {
    border-radius: 0.375rem;
  }

  .request__wrap {
    padding: 2.1875rem 1.25rem 2.3125rem;
  }

  .request__inner {
    max-width: 35.625rem;
  }

  .request__title {
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: left;
  }

  .request__list {
    gap: 0.59375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.625rem;
  }

  .request__list::before {
    bottom: -2.6875rem;
  }

  .request__item {
    border: 0.1875rem solid #ced4d5;
    border-radius: 0.3125rem;
    padding: 17px 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: start;
    place-items: start;
    width: 100%;
  }

  .request__item-text {
    font-size: 0.8125rem;
    line-height: 1.4;
    text-align: left;
  }

  .request__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 59px;
    text-align: justify;
  }

  .service-title {
    background: url(../../assets/images/service/merit_title_bg_sp.webp) center
      center no-repeat;
    background-size: cover;
    font-size: 1.0625rem;
    line-height: 1.4;
    padding: 2.5rem 0;
  }

  .c-strength {
    background: #fff;
  }

  .c-strength__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.375rem 0 0;
    width: 90%;
  }

  .c-strength__introduction {
    width: 100%;
  }

  .c-strength__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .c-strength__en-title {
    font-size: 3.3125rem;
    left: 0%;
    line-height: 0.7;
    text-align: left;
    top: 2%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .c-strength__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }

  .c-strength__img {
    margin-top: 1.375rem;
  }

  .c-strength__img--progress {
    margin-top: 1.5rem;
    width: 100%;
  }

  .c-strength__attempt-box {
    margin-top: 1.625rem;
  }

  .c-strength__attempt-title {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding-bottom: 0.0625rem;
  }

  .c-strength__attempt-list {
    row-gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.1875rem;
  }

  .c-strength__attempt-item {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 1.1875rem;
    width: 100%;
  }

  .c-strength__attempt-item::before {
    top: 0.25rem;
  }

  .c-strength__list-box {
    margin: 2.9375rem auto 2.5rem;
    max-width: 36.875rem;
    padding: 0;
    width: 90%;
  }

  .c-strength__item {
    border-radius: 0.5rem;
    padding: 1.75rem 0.9375rem 2rem;
  }

  .c-strength__item--pa {
    padding: 1.75rem 0.9375rem 2rem;
  }

  .c-strength__item + .c-strength__item {
    margin-top: 0.625rem;
  }

  .c-strength__item-title {
    font-size: 1rem;
    line-height: 1.3;
    padding-left: 2.4375rem;
    position: relative;
  }

  .c-strength__item-title span {
    font-size: 0.875rem;
    left: 0;
    padding: 0.375rem 0.3125rem 0.375rem;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-strength__item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.6875rem;
    text-align: justify;
  }

  .c-strength__second-list {
    margin-left: 0.0625rem;
    margin-top: 1.3125rem;
  }

  .c-strength__second-item {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 0.9375rem;
  }

  .c-strength__second-item::before {
    top: 0.375rem;
  }

  .c-strength__second-item + .c-strength__second-item {
    margin-top: 0.59375rem;
  }

  .c-strength__flow-l-title {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 1.9375rem;
  }

  .c-strength__flow-list {
    row-gap: 1.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .c-strength__flow-item {
    border-radius: 0.1875rem;
    padding: 0 0.875rem 1.34375rem;
    width: 100%;
  }

  .c-strength__flow-item:not(:last-child):before {
    border-left: 1.1875rem solid transparent;
    border-right: 1.1875rem solid transparent;
    border-top: 0.8125rem solid #d5e4e1;
    bottom: -0.9375rem;
    left: 50%;
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-strength__flow-number {
    font-size: 0.8125rem;
    margin: -0.625rem auto 0;
    padding: 0.125rem 0 0.1875rem;
    width: 5.625rem;
  }

  .c-strength__flow-title {
    font-size: 0.9375rem;
    height: auto;
    height: initial;
    line-height: 1;
    margin: 1.0625rem 0 0;
    text-align: left;
  }

  .c-strength__flow-second-list {
    margin-left: 0;
    margin-top: 0.5625rem;
  }

  .c-strength__br {
    display: none;
  }

  .c-strength__flow-second-item {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 1rem;
  }

  .c-strength__flow-second-item + .c-strength__flow-second-item {
    margin-top: 0.1875rem;
  }

  .c-strength__point-box {
    border-radius: 0.1875rem;
    margin-top: 1.25rem;
    padding: 1.625rem 0.875rem 2.125rem;
  }

  .c-strength__point-box-title {
    font-size: 1.0625rem;
    line-height: 1.4;
  }

  .c-strength__point-list {
    row-gap: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.9375rem;
  }

  .c-strength__point-item {
    border-radius: 0.1875rem;
    width: 100%;
  }

  .c-strength__point-title {
    border-radius: 0.1875rem 0.1875rem 0 0;
    font-size: 0.9375rem;
    line-height: 1;
    padding: 0.625rem 0;
  }

  .c-strength__point-second-list {
    padding: 1rem 0.9375rem 1.125rem;
  }

  .c-strength__point-second-item {
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .c-strength__point-second-item + .c-strength__point-second-item {
    margin-top: 0.3125rem;
  }

  .c-strength__strong {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }

  .c-strength__btn {
    margin-top: 1.375rem;
  }

  .connection__wrap {
    margin: 0 auto 3.75rem;
    max-width: 39.375rem;
    padding: 0 1.125rem;
  }

  .connection__wrap--fifth {
    margin: 0 auto 3.1875rem;
    max-width: 39.375rem;
    padding: 0 1.125rem;
  }

  .connection__wrap--index {
    margin: 0 auto 2.5rem;
    max-width: 39.375rem;
    padding: 0 1.125rem;
  }

  .connection__wrap--strength {
    max-width: 35.625rem;
    padding: 0;
  }

  .connection__wrap--about {
    margin: 0 auto 2.875rem;
    max-width: 35.625rem;
    padding: 0;
    width: 90%;
  }

  .connection__l-title {
    font-size: 1.0625rem;
    line-height: 1.4;
  }

  .connection__list {
    -moz-column-gap: 0.8125rem;
    row-gap: 1.8125rem;
    -webkit-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.9375rem;
  }

  .connection__list--strength {
    row-gap: 1.375rem;
    margin-top: 3.125rem;
  }

  .connection__list--strength .connection__item {
    width: 100%;
  }

  .connection__list--fifth {
    -moz-column-gap: 0.8125rem;
    row-gap: 1.8125rem;
    -webkit-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin-top: 0.9375rem;
  }

  .connection__list--fifth .connection__item {
    width: 48%;
  }

  .connection__list--index {
    -moz-column-gap: 0.8125rem;
    row-gap: 0.75rem;
    -webkit-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin-top: 2.125rem;
  }

  .connection__list--index .connection__item {
    width: 100%;
  }

  .connection__link {
    text-align: center;
  }

  .connection__link--index {
    gap: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .connection__item {
    width: 48%;
  }

  .connection__img {
    border-radius: 0.3125rem;
  }

  .connection__img::before {
    bottom: -0.375rem;
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    height: 1.875rem;
    right: -0.4375rem;
    width: 1.875rem;
  }

  .connection__img::after {
    bottom: 0.25rem;
    height: 0.375rem;
    right: 0.5625rem;
    width: 0.375rem;
  }

  .connection__img--index {
    width: 49%;
  }

  .connection__img--index::before {
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    height: 1.25rem;
    right: -1.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
  }

  .connection__img--index::after {
    border-right: 0.0625rem solid #79b62c;
    border-top: 0.0625rem solid #79b62c;
    height: 0.25rem;
    right: -1.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 0.25rem;
  }

  .connection__img--strength::before {
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    height: 1rem;
    right: -2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
  }

  .connection__img--strength::after {
    border-right: 0.0625rem solid #79b62c;
    border-top: 0.0625rem solid #79b62c;
    height: 0.25rem;
    right: -1.5625rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 0.25rem;
  }

  .connection__img figure {
    border-radius: 0.3125rem;
  }

  .connection__img img {
    border-radius: 0.3125rem;
  }

  .connection__title {
    font-size: 0.9375rem;
    margin-top: 0.75rem;
    text-align: center;
  }

  .connection__title--index {
    font-size: 0.875rem;
    margin-top: 0;
  }

  .connection__title--strength {
    font-size: 1rem;
    margin-top: 0;
  }

  .connection__title--link::after {
    height: 0.875rem;
    right: -1.5rem;
    width: 1.125rem;
  }

  .strength {
    background: #fff;
  }

  .strength__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.375rem 0 0;
    width: 90%;
  }

  .strength__introduction {
    width: 100%;
  }

  .strength__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .strength__en-title {
    font-size: 3.3125rem;
    left: 0;
    line-height: 0.7;
    text-align: left;
    top: -0.8125rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .strength__box {
    margin: 2.875rem auto 0;
    max-width: 35.625rem;
    padding: 0;
    width: 90%;
  }

  .strength__box::before {
    content: normal;
    content: initial;
  }

  .strength__texts {
    margin-top: 1rem;
  }

  .strength__s-title {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.125rem;
    letter-spacing: 0.06em;
  }

  .strength__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.6875rem;
    width: 100%;
  }

  .strength__btn {
    margin: 1.5625rem auto 0;
  }

  .achievement {
    background: #fff;
  }

  .achievement__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.375rem 0 0;
    width: 90%;
  }

  .achievement__introduction {
    width: 100%;
  }

  .achievement__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .achievement__en-title {
    font-size: 3.3125rem;
    left: -0.125rem;
    line-height: 0.7;
    text-align: left;
    top: -1.1875rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .achievement__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }

  .achievement__img-box {
    margin-top: 1.6875rem;
  }

  .achievement__s-title {
    font-size: 1rem;
    text-align: left;
  }

  .achievement__img {
    margin-top: 1.375rem;
  }

  .achievement__list {
    border-radius: 0.625rem;
    margin-top: 0.6875rem;
    padding: 1.625rem 1.1875rem;
  }

  .achievement__list::before {
    border-left: 1.125rem solid transparent;
    border-right: 1.125rem solid transparent;
    border-top: 0.625rem solid #eff3f4;
    top: -0.5rem;
  }

  .achievement__item {
    font-size: 0.8125rem;
    line-height: 1.6;
    padding-left: 1rem;
  }

  .achievement__item::before {
    height: 0.5rem;
    width: 0.5rem;
  }

  .achievement__item:nth-child(2) {
    margin-top: 0.75rem;
  }

  .achievement__item:nth-child(3) {
    margin-top: 0.75rem;
  }

  .achievement__ratio-box {
    row-gap: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.125rem auto 0;
    padding-bottom: 3.125rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }

  .achievement__box1 {
    max-width: 100%;
    width: 100%;
  }

  .achievement__box1::before {
    content: normal;
    content: initial;
  }

  .achievement__box2 {
    max-width: 90%;
    width: 100%;
  }

  .achievement__ratio-img {
    margin-top: 1.3125rem;
  }

  .achievement__box2 .achievement__ratio-img {
    margin: 1.3125rem auto 0;
    -webkit-transform: translateX(1.0625rem);
    transform: translateX(1.0625rem);
    width: 100%;
  }

  .title {
    font-size: 1.375rem;
    text-align: left;
  }

  .lead {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
    text-align: justify;
  }

  .mv__wrap {
    padding: 4.1875rem 0 4.375rem;
  }

  .mv__l-fz {
    font-size: 1.125rem;
  }

  .mv__no1 {
    font-size: 2.25rem;
  }

  .mv__nomal-title {
    font-size: 1.0625rem;
    line-height: 1.5;
    margin-top: 0.4375rem;
  }

  .crc__wrap {
    padding: 2.4375rem 0 0;
  }

  .crc__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .crc__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.625rem;
  }

  .crc__l-box {
    width: 100%;
  }

  .crc__l-title {
    font-size: 0.875rem;
    padding: 0.6875rem 0;
  }

  .crc__list {
    margin-top: 1.25rem;
    width: 100%;
  }

  .crc__l-img {
    margin-top: 0.6875rem;
    width: 6.375rem;
  }

  .crc__l-num {
    font-size: 4.5rem;
    margin-top: 0.125rem;
  }

  .crc__l-num span {
    font-size: 1.375rem;
  }

  .crc__item:nth-child(1) {
    padding-bottom: 0.5625rem;
  }

  .crc__item:nth-child(2) {
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
  }

  .crc__item:nth-child(3) {
    padding-top: 0.625rem;
  }

  .crc__item-title {
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.6875rem 0 0.625rem;
  }

  .crc__item-num {
    font-size: 3.4375rem;
    margin-top: 0.25rem;
  }

  .crc__item-num span {
    font-size: 1.44375rem;
  }

  .crc__note {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }

  .strong__wrap {
    padding: 2.1875rem 0 0;
  }

  .strong__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .strong__ratio-box {
    margin-top: 1.5rem;
  }

  .strong__ratio-title {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }

  .strong__ratio-list {
    row-gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.1875rem auto 0;
    max-width: 21.0625rem;
  }

  .strong__ratio-item {
    gap: 4%;
    width: 100%;
  }

  .strong__ratio-item .chart-number {
    font-size: 2.125rem;
  }

  .strong__ratio-item .chart-percentage {
    font-size: 1.25rem;
  }

  .strong__ratio canvas {
    height: 8.75rem;
    max-width: 8.75rem;
  }

  .chart-main canvas {
    height: 8.75rem !important;
  }

  .strong__ratio-texts {
    margin-top: 0.0625rem;
  }

  .strong__ratio-text1 {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .strong__ratio-text2 {
    font-size: 1rem;
    margin-top: 0.1875rem;
  }

  .strong__ratio-text2 span {
    font-size: 2.75rem;
  }

  .strong__ratio-text2 span + span {
    font-size: 1.5625rem;
  }

  .strong__ratio-note {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }

  .strong__box {
    border-radius: 0;
    margin: 2.5rem auto 0;
    padding: 2.0625rem 1.1875rem 2.375rem;
    width: 100%;
  }

  .strong__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin: auto;
    max-width: 35.625rem;
    text-align: justify;
  }

  .strong__list {
    row-gap: 1.9375rem;
    margin: 2rem auto 0;
    max-width: 35.625rem;
  }

  .strong__item {
    width: 100%;
  }

  .strong__item-title {
    font-size: 1rem;
    line-height: 1;
    padding-left: 0.8125rem;
  }

  .strong__item-title::before {
    height: 1.125rem;
    left: 0;
    top: 0;
    width: 0.3125rem;
  }

  .strong__item-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .strong__item-boxs .strong__item-box {
    width: 100%;
  }

  .strong__item-boxs .strong__item-box + .strong__item-box {
    margin-top: 0.625rem;
  }

  .strong__item-box {
    border-radius: 0.3125rem;
    margin-top: 1.5rem;
    padding: 1.125rem 1.125rem 1.5625rem;
  }

  .strong__item-box-title {
    font-size: 1.125rem;
  }

  .strong__item-box-title span {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }

  .strong__item-box-text {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }

  .strong__item-box-note {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    padding-left: 0.75rem;
    text-align: justify;
    text-indent: -0.6875rem;
  }

  .strong__item-box-another {
    font-size: 0.8125rem;
    margin-top: 0.8125rem;
    padding-left: 1rem;
  }

  .strong__item-box-another::before {
    height: 1.0625rem;
    width: 0.8125rem;
  }

  .strong__item-box-another span {
    font-size: 1.5rem;
    margin-left: 0.25rem;
  }

  .strong__item-box-another span + span {
    font-size: 0.8125rem;
    margin-left: 0.0625rem;
  }

  .medical__wrap {
    padding: 2.4375rem 0 0;
  }

  .medical__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .medical__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.5625rem auto 0;
    width: 100%;
  }

  .medical__l-box {
    width: 100%;
  }

  .medical__l-title {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }

  .medical__list {
    gap: 1.375rem;
    margin-top: 2.25rem;
    width: 100%;
  }

  .medical__l-img {
    margin-top: 0.8125rem;
    width: 6.375rem;
  }

  .medical__l-num {
    font-size: 4.5rem;
    margin-right: 0;
    margin-top: 0.25rem;
  }

  .medical__l-num span {
    font-size: 1.375rem;
  }

  .medical__item-title {
    font-size: 1.5rem;
  }

  .medical__item-num {
    font-size: 3.125rem;
    margin-top: 0.1875rem;
  }

  .medical__item-num span {
    font-size: 1.375rem;
  }

  .network__wrap {
    padding: 2.9375rem 0 3.125rem;
  }

  .network__inner {
    max-width: 35.625rem;
    width: 90%;
  }

  .network__img {
    margin-top: 1.75rem;
  }

  .another__wrap {
    padding: 2.1875rem 0 3.125rem;
  }

  .another__inner {
    max-width: 35.625rem;
    padding: 0;
    width: 90%;
  }

  .another__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .another__list {
    row-gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem;
  }

  .another__item {
    width: 100%;
  }

  .another__link {
    border-radius: 0.3125rem;
    padding: 1.25rem 1.1875rem;
    width: 100%;
  }

  .another__item-title {
    font-size: 1.125rem;
  }

  .another__item-title::before {
    height: 1.875rem;
    right: 0.0625rem;
    top: -0.375rem;
    width: 1.875rem;
  }

  .another__item-title::after {
    border-right: 0.0625rem solid #fff;
    border-top: 0.0625rem solid #fff;
    height: 0.375rem;
    right: 1.0625rem;
    width: 0.375rem;
  }

  .another__item-title--link span {
    height: 1rem;
    left: 5.375rem;
    width: 1.1875rem;
  }

  .another__item-line {
    margin-top: 1.0625rem;
  }

  .another__item-text {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 0.9375rem;
    letter-spacing: normal;
    letter-spacing: initial;
    line-height: 1.5;
    margin-top: 0.375rem;
  }

  .another__link:hover .another__item-title::before {
    height: 1.875rem;
    right: 0.0625rem;
    top: -0.375rem;
    width: 1.875rem;
  }

  .another__link:hover .another__item-title::after {
    right: 1.0625rem;
  }

  .progress__wrap {
    margin-bottom: 2.1875rem;
    margin-top: 2.5rem;
    padding: 1.9375rem 0 2.4375rem;
  }

  .progress__inner {
    max-width: 38rem;
    padding: 0 1.1875rem;
  }

  .progress__title {
    font-size: 1.125rem;
    line-height: 1.8;
    padding-left: 0.625rem;
  }

  .progress__title::before {
    height: 1.4375rem;
    top: 0.3125rem;
    width: 0.3125rem;
  }

  .progress__list1 {
    row-gap: 1.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem auto 0;
  }

  .progress__list2 {
    row-gap: 1.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.1875rem;
  }

  .progress__list1 .progress__item {
    width: 100%;
  }

  .progress__list2 .progress__item {
    width: 100%;
  }

  .progress__item {
    border-radius: 0.3125rem;
    padding: 1.1875rem 1.1875rem 1.6875rem;
  }

  .progress__number {
    font-size: 2.625rem;
    top: -1.6875rem;
  }

  .progress__s-title {
    font-size: 1rem;
    height: auto;
    height: initial;
    line-height: 1.4;
    margin-top: 1.0625rem;
  }

  .progress__s-title span {
    margin-top: -0.0625rem;
  }

  .progress__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.5625rem;
  }

  .quality {
    background: #fff;
  }

  .quality__inner {
    border-radius: 0;
    max-width: 35.625rem;
    padding: 3.375rem 0 0;
    width: 90%;
  }

  .quality__introduction {
    width: 100%;
  }

  .quality__title {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
  }

  .quality__en-title {
    font-size: 3.3125rem;
    left: 0%;
    line-height: 0.7;
    text-align: left;
    top: 2%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .quality__lead {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.25rem;
  }

  .quality__img {
    margin-top: 1.375rem;
  }

  .quality__attempt-box {
    margin-top: 1.625rem;
  }

  .quality__attempt-title {
    font-size: 1.0625rem;
    line-height: 1.4;
    padding-bottom: 0.0625rem;
  }

  .quality__attempt-list {
    row-gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.1875rem;
  }

  .quality__attempt-item {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 1.1875rem;
    width: 100%;
  }

  .quality__attempt-item::before {
    top: 0.25rem;
  }

  .quality__list-box {
    margin: 2.9375rem auto 2.5rem;
    max-width: 36.875rem;
    padding: 0;
    width: 90%;
  }

  .quality__item {
    border-radius: 0.5rem;
    padding: 1.75rem 0.9375rem 2rem;
  }

  .quality__item--pa {
    padding: 1.75rem 0.9375rem 2rem;
  }

  .quality__item + .quality__item {
    margin-top: 0.625rem;
  }

  .quality__item-title {
    font-size: 1rem;
    line-height: 1.3;
    padding-left: 2.4375rem;
    position: relative;
  }

  .quality__item-title span {
    font-size: 0.875rem;
    left: 0;
    padding: 0.375rem 0.3125rem 0.375rem;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .quality__item-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.6875rem;
    text-align: justify;
  }

  .quality__second-list {
    margin-left: 0.0625rem;
    margin-top: 1.3125rem;
  }

  .quality__second-item {
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 0.9375rem;
  }

  .quality__second-item::before {
    top: 0.375rem;
  }

  .quality__second-item + .quality__second-item {
    margin-top: 0.59375rem;
  }

  .quality__flow-l-title {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 1.9375rem;
  }

  .quality__flow-list {
    row-gap: 1.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .quality__flow-item {
    border-radius: 0.1875rem;
    padding: 0 0.875rem 1.34375rem;
    width: 100%;
  }

  .quality__flow-item:not(:last-child):before {
    border-left: 1.1875rem solid transparent;
    border-right: 1.1875rem solid transparent;
    border-top: 0.8125rem solid #d5e4e1;
    bottom: -0.9375rem;
    left: 50%;
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .quality__flow-number {
    font-size: 0.8125rem;
    margin: -0.625rem auto 0;
    padding: 0.125rem 0 0.1875rem;
    width: 5.625rem;
  }

  .quality__flow-title {
    font-size: 0.9375rem;
    height: auto;
    height: initial;
    line-height: 1;
    margin: 1.0625rem 0 0;
    text-align: left;
  }

  .quality__flow-second-list {
    margin-left: 0;
    margin-top: 0.5625rem;
  }

  .quality__br {
    display: none;
  }

  .quality__flow-second-item {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 1rem;
  }

  .quality__flow-second-item + .quality__flow-second-item {
    margin-top: 0.1875rem;
  }

  .quality__point-box {
    border-radius: 0.1875rem;
    margin-top: 1.25rem;
    padding: 1.625rem 0.875rem 2.125rem;
  }

  .quality__point-box-title {
    font-size: 1.0625rem;
    line-height: 1.4;
  }

  .quality__point-list {
    row-gap: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.9375rem;
  }

  .quality__point-item {
    border-radius: 0.1875rem;
    width: 100%;
  }

  .quality__point-title {
    border-radius: 0.1875rem 0.1875rem 0 0;
    font-size: 0.9375rem;
    line-height: 1;
    padding: 0.625rem 0;
  }

  .quality__point-second-list {
    padding: 1rem 0.9375rem 1.125rem;
  }

  .quality__point-second-item {
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .quality__point-second-item + .quality__point-second-item {
    margin-top: 0.3125rem;
  }

  .quality__strong {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }

  .quality__btn {
    margin-top: 1.375rem;
  }

  .bg-gradation {
    padding-bottom: 9.375rem;
  }

  .bg-gradation__objs {
    height: 26.25rem;
    overflow: hidden;
  }

  .bg-gradation__shape img {
    width: 43.5625rem;
  }

  .bg-gradation__obj01 {
    right: -1.3%;
    top: 61.9%;
    width: 9.375rem;
  }

  .bg-gradation__obj02 {
    left: 20%;
    top: 65.3%;
    width: 3.75rem;
  }

  .bg-gradation__obj03 {
    left: -3%;
    top: 25.5%;
    width: 7.1875rem;
  }

  .bg-gradation__obj04 {
    right: -2.4%;
    top: 5%;
    width: 5.8125rem;
  }

  .bg-gradation__obj05 {
    bottom: -2%;
    left: -3%;
    width: 2.375rem;
  }

  .bg-gradation__obj06 {
    bottom: -22%;
    left: 24%;
    width: 4.375rem;
  }

  .bg-gradation__obj07 {
    right: 31.5%;
    top: 15%;
    width: 2.5rem;
  }

  .bg-gradation__obj08 {
    left: 32%;
    top: -8.5%;
    width: 4.375rem;
  }

  .scroll {
    display: none;
  }

  .top-about__wrap {
    padding: 2.625rem 0;
  }

  .top-about__wrap::before {
    bottom: auto;
    bottom: initial;
    height: 25.3125rem;
    top: 27%;
    width: 21%;
  }

  .top-about__wrap::after {
    height: 7.0625rem;
    width: 33%;
    z-index: -1;
  }

  .top-about__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }

  .top-about__title-box {
    margin: auto;
    width: 91%;
  }

  .top-about__text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 2.125rem;
    text-align: justify;
    width: 66%;
  }

  .top-about__list {
    row-gap: 0.5625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 1.625rem;
    width: 66%;
  }

  .top-blog__wrap {
    margin-top: 0;
    padding-bottom: 2.75rem;
  }

  .top-blog__wrap::before {
    bottom: 8.4375rem;
    height: 20.625rem;
    width: 60%;
  }

  .top-blog__left {
    float: none;
    float: initial;
    margin-top: 0;
    width: 100%;
  }

  .top-blog__right {
    margin-top: 1.5rem;
  }

  .top-blog__btn {
    left: 50%;
    margin-top: 3.625rem;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top-blog__card-img {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .top-blog__card-box {
    padding: 1.25rem 1.1875rem 0.9375rem 1rem;
  }

  .top-blog__time {
    margin-top: 0.5rem;
  }

  .top-blog__name {
    margin-top: 0.6875rem;
    padding-left: 0.875rem;
  }

  .top-blog__name::before {
    width: 0.6875rem;
  }

  .top-blog__box {
    height: 2.5rem;
    width: 100%;
  }

  .top-company {
    overflow: hidden;
  }

  .top-company__wrap {
    padding: 0 0 2.875rem;
  }

  .top-company__inner {
    width: 90%;
  }

  .top-company__title-box {
    text-align: left;
  }

  .top-company__list {
    -moz-column-gap: 0.375rem;
    row-gap: 1.125rem;
    -webkit-column-gap: 0.375rem;
    column-gap: 0.375rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.8125rem;
  }

  .top-company__link {
    text-align: left;
  }

  .top-company__item {
    width: 49%;
  }

  .top-company__img::before {
    bottom: -0.1875rem;
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    height: 1.875rem;
    right: -0.1875rem;
    width: 1.875rem;
  }

  .top-company__img::after {
    bottom: 0.4375rem;
    height: 0.375rem;
    right: 0.8125rem;
    width: 0.375rem;
  }

  .top-company__img figure {
    border-radius: 0.3125rem;
  }

  .top-company__img img {
    border-radius: 0.3125rem;
  }

  .top-company__title {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
    text-align: left;
  }

  .top-contact::before {
    background: url(../../assets/images/top/top-contact_img_sp.webp) center
      center no-repeat;
    background-size: contain;
    height: 8.34375rem;
    width: 12.5rem;
  }

  .top-contact__wrap {
    padding: 2.6875rem 0 3.8125rem;
  }

  .top-contact__inner {
    padding: 0;
  }

  .top-contact__title-box {
    margin-left: 0;
  }

  .top-contact__btn {
    left: 50%;
    margin-top: 1.6875rem;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .top-everyone__wrap {
    margin-top: -6.8125rem;
  }

  .top-everyone__cards {
    display: block;
  }

  .top-everyone__card {
    border-radius: 0.3125rem;
  }

  .top-everyone__card + .top-everyone__card {
    margin-top: 1.375rem;
  }

  .top-everyone__img {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }

  .top-everyone__box {
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .top-everyone__title {
    font-size: 1.125rem;
  }

  .top-everyone__text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 0.9375rem;
    text-align: justify;
  }

  .top-fv {
    height: 26.25rem;
    min-height: 0;
    min-height: initial;
  }

  .top-fv__title {
    left: 50%;
    top: 50%;
    width: 19.125rem;
  }

  .top-fv__title--25th {
    top: 46%;
  }

  .top-fv__logo {
    margin: 1.5rem auto 0;
    max-width: 5.5rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top-news {
    border-radius: 0;
    width: 100%;
  }

  .top-news__wrap {
    padding: 2.5rem 0;
  }

  .top-news__pick-box {
    display: block;
  }

  .top-news__pick-img {
    max-width: 100%;
    width: 100%;
  }

  .top-news__pick-texts {
    padding: 1rem 0;
  }

  .top-news__pick-up {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.1875rem 1rem;
  }

  .top-news__pick-title {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .top-news__pick-text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 0.625rem;
    padding: 0 0.625rem 0 0.0625rem;
    text-align: justify;
  }

  .top-news__title-box {
    margin-top: 2.125rem;
  }

  .top-news__titles {
    margin-left: 0;
  }

  .top-news__en-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  .top-news__ja-title {
    font-size: 0.875rem;
    margin-left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .top-news__btn-box {
    margin-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .top-news__btn {
    font-size: 0.8125rem;
    padding: 0.625rem 2.625rem 0.625rem 0;
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
  }

  .top-news__btn::before {
    -webkit-box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    box-shadow: inset 0rem -0.0625rem 0.15625rem rgba(187, 187, 187, 0.6);
    height: 2rem;
    width: 2rem;
  }

  .top-news__btn::after {
    height: 0.375rem;
    right: 1.0625rem;
    top: 46%;
    width: 0.375rem;
  }

  .top-news__list {
    margin-left: 0;
    margin-top: 1.625rem;
  }

  .top-news__item + .top-news__item {
    margin-top: 0.75rem;
  }

  .top-news__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    padding-bottom: 0.96875rem;
  }

  .top-news__time {
    font-size: 0.875rem;
  }

  .top-news__category {
    font-size: 0.75rem;
    font-weight: 300;
    margin-left: 0.5625rem;
    margin-top: 0.125rem;
    padding: 0.1875rem 0.8125rem;
  }

  .top-news__text {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.4;
    margin-left: 0;
    margin-top: 0.4375rem;
    width: 100%;
  }

  .top-service__wrap {
    margin: 2.8125rem auto 0;
  }

  .top-service__card-img {
    border-radius: 0.3125rem;
  }

  .top-service__card-category {
    border-radius: 0.375rem 0 0.375rem 0;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.125rem 1.125rem 0.1875rem 1.25rem;
  }

  .top-service__card-title {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 1.25rem;
  }

  .top-service__card-text {
    font-size: 0.78125rem;
    font-weight: 300;
    line-height: 1.8;
  }

  .top-service__strength {
    margin-top: 2rem;
  }

  .top-strength__wrap {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#e4f4e8),
      to(#ebf5ef)
    );
    background: linear-gradient(to top, #e4f4e8, #ebf5ef);
    border-radius: 0;
    padding: 1.625rem 0 2.625rem;
    width: 100%;
  }

  .top-strength__wrap::before {
    background: url(../../assets/images/top/top-strength_shape_sp.webp) center
      center no-repeat;
    background-size: cover;
    height: 85%;
    right: 0%;
    top: -10%;
  }

  .top-strength__inner {
    margin: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 90%;
  }

  .top-strength__lead {
    display: block;
  }

  .top-strength__title {
    font-size: 2.25rem;
    line-height: 1;
  }

  .top-strength__title span {
    font-size: 3.9375rem;
    margin: 0 0 0 0.1875rem;
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
  }

  .top-strength__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0.4375rem 0 0 0;
  }

  .top-strength__list {
    display: block;
    margin-left: 0;
    margin-top: 1.6875rem;
  }

  .top-strength__item {
    border-radius: 0.3125rem;
    padding: 1.5rem 0 1.3125rem;
    width: 100%;
  }

  .top-strength__item--facility::before {
    height: 39vw;
    left: -0.125rem;
    width: 46%;
  }

  .top-strength__item--base::before {
    height: 41vw;
    left: 50%;
    top: 50%;
    width: 48%;
  }

  .top-strength__item--person::before {
    height: 48vw;
    right: 1.4375rem;
    top: -0.375rem;
    width: 42%;
  }

  .top-strength__item + .top-strength__item {
    margin-top: 0.9375rem;
  }

  .top-strength__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .top-strength__item-text {
    font-size: 5rem;
    font-weight: 400;
    margin-top: 0.125rem;
  }

  .top-strength__item-text span {
    font-size: 1.875rem;
    font-weight: 300;
    margin-left: 0.375rem;
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }

  .top-strength__btn {
    margin: 2.5625rem auto 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

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