body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic",
    "Meiryo", sans-serif;
}

body {
  color: #333333;
}

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

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

html {
  font-size: 16px;
}
.r4-cmn-header {
  font-size: 62.5%;
}
.r4-cmn-footer-pc-fixed {
  font-size: 62.5%;
}
*,
*::before,
*::after {
  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: optimizeLegibility;
}

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

.breadcrumb a {
  color: #51a2d1;
}
/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

/* ホバー */

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

.about {
  background: #fcfce7;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

.about__inner {
  margin: 0 auto;
  max-width: 80.9375rem;
  padding: 0 1.5625rem;
}

.about__title-wrapper {
  font-family: "Zen Maru Gothic";
  text-align: center;
}

.about__title-wrapper span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45454;
}

.about__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.about__title::before {
  background: transparent url(../img/rigaku/title-line.png) no-repeat bottom center/contain;
  bottom: -35%;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16.5625rem;
}

.about__top {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 20px rgba(242, 242, 196, 0.5);
  margin-top: 5rem;
}

.about__top-inner {
  padding: 0 6% 4%;
}

.about__top-title {
  margin: 0 auto;
  width: 41%;
}

.about__top-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55555;
  margin-top: 3.4375rem;
}

.about__top-text:nth-of-type(2) {
  margin-top: 2.5rem;
}

.about__top-img {
  margin-top: 2.5rem;
}

.about__top-img picture:nth-child(2) {
  display: block;
  margin-top: 3.75rem;
}

.about__bottom {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 20px rgba(242, 242, 196, 0.5);
  margin-top: 5rem;
}

.about__bottom-inner {
  padding: 0 6% 6%;
}

.about__bottom-title {
  margin: 0 auto;
  width: 41%;
}

.about__bottom-img {
  margin: 3.5625rem auto 0;
  width: 88%;
}

.about__bottom-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.55555;
  margin-top: 2rem;
}

.access {
  padding-bottom: 13.4375rem;
  padding-top: 3.9375rem;
}

.access__title {
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-weight: 500;
  text-align: center;
}

.access__title span {
  display: block;
  font-family: "Zen Maru Gothic";
  font-size: 1.375rem;
  line-height: 1;
}

.access__map {
  margin: 4.0625rem auto 0;
  max-width: 99.0625rem;
  padding: 0 1.5625rem;
}

.access__map iframe {
  aspect-ratio: 1536/700;
  height: auto;
  width: 100%;
}

.access__inner {
  margin: 0.625rem auto 0;
  max-width: 99.0625rem;
  padding: 0 1.5625rem;
}

.access__adress {
  font-size: 1rem;
  font-weight: 500;
}

.access__adress span {
  letter-spacing: 1px;
  padding-right: 0.5%;
}

.access__items {
  grid-gap: 0 1%;
  display: grid;
  gap: 0 1%;
  grid-template-columns: 28% 32% 38%;
  margin-top: 0.6875rem;
}

.access__item:first-of-type {
  grid-gap: 0 4%;
  align-items: center;
  display: grid;
  gap: 0 4%;
  grid-template-columns: 21% 74%;
}

.access__item:nth-of-type(2) {
  grid-gap: 0 3%;
  align-items: center;
  display: grid;
  gap: 0 3%;
  grid-template-columns: 19% 77%;
}

.access__item:last-of-type {
  align-items: flex-end;
  display: flex;
  padding-left: 2%;
}

.access__head {
  border: 3px solid #006b30;
  border-radius: 0.3125rem;
  display: flex;
  font-size: clamp(0.5625rem, 0.2708rem + 0.6076vw, 1rem);
  font-weight: 600;
  justify-content: center;
  padding: 0.625rem 0;
}

.access__detail {
  font-size: clamp(0.5625rem, 0.2708rem + 0.6076vw, 1rem);
  font-weight: 600;
  line-height: 1.375;
}

.wrapper {
  overflow: hidden;
}

.main {
  margin-top: -5vw;
}

.cta {
  background: transparent url(../img/rigaku/cta-bg.png) no-repeat center center/cover;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  position: relative;
  z-index: 0;
}

.cta__inner {
  margin: 0 auto;
  max-width: 58.125rem;
  padding: 0 1.5625rem;
}

.cta__text {
  color: #006b30;
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.cta__buttons {
  grid-gap: 0 8%;
  display: grid;
  gap: 0 8%;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.75rem;
}

.cta__buttons .button {
  border-radius: 6.1875rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 4% 0;
  position: relative;
  text-align: center;
  width: 25.25rem;
  opacity: 1 !important;
}

.cta__buttons .button::before {
  border-radius: 6.1875rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 12%;
  width: 100%;
  z-index: -1;
}

.cta__buttons .button-siryou::before {
  background: #d6b11c;
}

.cta__buttons .button-oc::before {
  background: #064724;
}

.button-siryou .button-siryou {
  background: #ffcd00;
}

.cta__buttons .button-oc {
  background: #006b30;
  color: #fff;
}

.cta__buttons .button svg {
  height: 1.5em;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0.5em;
}

.cta__buttons .button:hover svg {
  right: 6%;
}

.features {
  margin-bottom: 6.875rem;
  padding-top: 7.8125rem;
}

.features__title {
  color: #006b30;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.features__title img {
  height: 3rem;
  margin: 0 auto 0.8125rem;
  width: 4.9375rem;
}

.swiper-container {
  position: relative; /* ページネーション用*/
}

.features .swiper {
  overflow: visible;
}

.features .swiper-wrapper {
  margin-top: 2.5rem;
}

.features__item {
  grid-gap: 0 3%;
  align-content: start;
  background: linear-gradient(135deg, #f3fbf8 0%, #f3fbf8 30%, #effaf2 50%, #ecfaec 80%);
  background-color: #ffcd00;
  border-radius: 3.125rem;
  box-shadow: 0 0 20px rgba(61, 101, 80, 0.2);
  display: grid;
  gap: 0 3%;
  grid-auto-rows: min-content;
  grid-template-columns: 43% 55%;
  grid-template-rows: auto min-content;
  max-width: 55.3125rem;
  padding: 57px 54px 2% 47px;
  position: relative;
}

.features__number {
  height: auto;
  left: 2em;
  position: absolute;
  top: -1.5em;
  width: 8%;
}

.features__head {
  font-size: 1.25rem;
  font-weight: 600;
  grid-area: 1/1/2/2;
  line-height: 1.4;
}

.features__text {
  font-size: 1rem;
  font-weight: 500;
  grid-area: 2/1/3/2;
  line-height: 1.75;
  margin-top: 1.125rem;
}

.features__img {
  grid-area: 1/2/3/3;
}

/* ページネーションの位置 */

.swiper-pagination01.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2.375rem;
}

/* ページネーションの余白 */

.swiper-pagination01.swiper-horizontal > .swiper-pagination01.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}

/* ページネーションのサイズと色 */

.swiper-pagination01.swiper-horizontal > .swiper-pagination01.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #006b30;
  height: 0.625rem;
  width: 0.625rem;
}

.swiper-pagination-bullet {
  background: #d1f0dc;
  height: 0.625rem;
  opacity: 1;
  width: 0.625rem;
}

/* 画像サイズ調整 */

.swiper-slide img {
  height: auto;
  width: 100%;
}

.features .swiper-area {
  position: relative;
}

/* 前への矢印カスタマイズ */

.features .swiper-button-prev::after {
  background-image: url(../img/rigaku/manabi-arrow-l.png);
}

/* 次への矢印カスタマイズ */

.features .swiper-button-next::after {
  background-image: url(../img/rigaku/manabi-arrow-r.png);
}

/* 前へ次への矢印カスタマイズ */

.features .swiper-button-prev,
.features .swiper-button-next {
  display: block;
  height: 2.5rem;
  top: 52%;
  width: 2.5rem;
}

.features .swiper-button-prev {
  left: 50%;
  transform: translateX(-1255%);
}

.features .swiper-button-next {
  left: 50%;
  transform: translateX(1155%);
}

/* 前へ次への矢印カスタマイズ */

.features .swiper-button-prev::after,
.features .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.5rem;
  margin: auto;
  width: 2.5rem;
}

/* 画像サイズ調整 */

.swiper-slide img {
  height: auto;
  width: 100%;
}

.header {
  background: transparent;
  height: 5vw;
  position: relative;
  z-index: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2.1875rem 1rem;
  position: relative;
  z-index: 0;
}

.header h1 {
  width: 24.5vw;
}

.header h1 a {
  transition: all 0.3s;
}

.header__menu {
  grid-gap: 0 1%;
  align-items: center;
  display: grid;
  gap: 0 1%;
  grid-template-columns: 1fr 1fr;
  max-width: 51.25rem;
}

.button {
  border-radius: 6.1875rem;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.7;
  padding: 4% 0;
  position: relative;
  text-align: center;
  width: 21vw;
}

.button::before {
  border-radius: 6.1875rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 12%;
  width: 100%;
  z-index: -1;
}

.button-siryou::before {
  background: #d6b11c;
}

.button-oc::before {
  background: #064724;
}

.button-siryou {
  background: #ffcd00;
}

.button-oc {
  background: #006b30;
  color: #fff;
}

.button svg {
  height: 1.5em;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0.5em;
}

.button:hover svg {
  right: 6%;
}

#fixed-header {
  background: #fff;
  box-sizing: border-box;
  height: 3.125rem;
  position: fixed;
  text-align: center;
  top: -3.125rem;
  top: -13vw;
  transition: 0.5s; /* アニメーションタイミング */
  width: 100%;
  z-index: 11;
}

#fixed-header .header__inner {
  background: #fff;
}

#fixed-header.is-show {
  top: 0;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.intro {
  padding-bottom: 4.0625rem;
  padding-top: 8.4375rem;
}

.intro__inner {
  margin: 0 auto;
  max-width: 99.125rem;
  padding: 0 1.5625rem;
}

.intro__items {
  display: grid;
  grid-template-columns: 9% 81% 10%;
}

.intro__text {
  padding-left: 1%;
  text-align: center;
}

.intro__head {
  font-family: "Zen Maru Gothic";
  font-size: clamp(1.5625rem, 0.9375rem + 1.3021vw, 2.5rem);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.875rem;
  padding-left: 5%;
}

.intro__content {
  font-size: clamp(0.875rem, 0.375rem + 1.0417vw, 1.625rem);
  font-weight: 500;
  line-height: 1.6923;
  margin-top: 1.875rem;
}

.intro__img-pc:last-of-type img {
  padding-left: 7%;
  width: 100%;
}

.links {
  display: none;
}

.link__item a {
  display: block;
  font-size: min(4.1vw, 20px);
  font-weight: 600;
  padding: min(9%, 20px) 0;
  text-align: center;
}

.link__item:first-of-type a {
  background: #ffcd00;
}

.link__item:last-of-type a {
  background: #006b30;
  color: #fff;
}

.movie {
  padding-bottom: 3.125rem;
  padding-top: 6.25rem;
}

.movie__inner {
  margin: 0 auto;
  max-width: 71.875rem;
  padding: 0 1.5625rem;
}

.movie__title-wrapper {
  font-family: "Zen Maru Gothic";
  text-align: center;
}

.movie__title-wrapper span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45454;
}

.movie__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.movie__title::before {
  background: transparent url(../img/rigaku/title-line.png) no-repeat bottom center/contain;
  bottom: -35%;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16.5625rem;
}

.movie__items {
  grid-gap: 0 2.1875rem;
  display: grid;
  gap: 0 2.1875rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin: 4.8125rem auto 0;
}

.movie__main {
  aspect-ratio: 530/298;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.movie__main::before {
  background: url(../img/rigaku/movie-arrow.png) no-repeat center center/contain;
  content: "";
  height: 46%;
  left: 50%;
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 22%;
  z-index: 3;
}

.movie__item:hover {
  cursor: pointer;
}

iframe {
  aspect-ratio: 530/298;
  height: auto;
  width: 100%;
}

.movie__main img {
  height: 100%;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
  width: 100%;
}

.movie__main:hover img {
  transform: scale(1.1); /* 拡大 */
}

.movie__text-head {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.3125rem;
  text-align: center;
}

.movie__text-detail {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.9375rem;
  text-align: center;
}

#modal-video {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 0 1.5625rem;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100vw;
  z-index: 11;
}

#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}

#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}

#modal-video iframe {
  height: auto;
  max-width: 62.5rem;
  position: relative;
  width: 100%;
}

.mv {
  padding-bottom: 1.875rem;
  position: relative;
}

.mv__button-wrapper {
  position: relative;
  z-index: 0;
}

.mv__button-wrapper .mv__button {
  background: #ffcd00;
  border-radius: 6.25rem 0 0 6.25rem;
  display: block;
  font-size: 1.46vw;
  font-weight: 600;
  margin-left: auto;
  margin-top: -5.3em;
  padding: 1.5vw 3.3vw;
  position: relative;
  text-align: right;
  width: 30vw;
  opacity: 1 !important;
}

.mv__button::before {
  background: #d6b11c;
  border-radius: 6.25rem 0 0 6.25rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 8%;
  width: 100%;
  z-index: -1;
}

.mv__button span {
  position: relative;
}

.mv__button img {
  height: auto;
  left: -32%;
  position: absolute;
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  width: 6vw;
}

.mv__button svg {
  height: 1vw;
  position: absolute;
  right: -8%;
  top: 55%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 1vw;
}

.mv__button:hover svg {
  right: -10%;
}

.oc {
  background: #edfcf7;
  padding-bottom: 8.4375rem;
  padding-top: 23.125rem;
  position: relative;
  z-index: 0;
}

.oc::before {
  background: transparent url(../img/rigaku/opencamupus-deco.png) no-repeat top center/contain;
  content: "";
  height: 10vw;
  left: 50%;
  max-width: 97.1875rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.oc__inner {
  margin: 0 auto;
  max-width: 71.875rem;
  padding: 0 1.5625rem;
}

.oc__inner-merit {
  margin: 7.8125rem auto 0;
  max-width: 99.0625rem;
  padding: 0 1.5625rem;
}

.oc__title-wrapper {
  position: relative;
}

.oc__title-img.oc__title-img--t {
  height: auto;
  left: 47.5%;
  position: absolute;
  top: -139%;
  transform: translateX(-50%);
  width: 97%;
}

.oc__title-img.oc__title-img--b {
  height: 5.5rem;
  margin: 0 auto 1.1875rem;
  width: 4.25rem;
}

.oc__title {
  color: #006b30;
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.oc__title span {
  color: #333;
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 0.375rem;
}

.loop02 {
  display: flex;
  overflow: hidden;
  padding-top: 3.5625rem;
}

.loop02__box {
  animation: loop-list 100s linear infinite;
  display: flex;
}

.loop02__item {
  aspect-ratio: 1/1;
  border-radius: 2.5rem;
  box-shadow: 0 0 20px rgba(152, 173, 166, 0.5);
  display: block;
  margin-bottom: 3em;
  margin-right: 2.375rem;
  max-width: 25.1875rem;
  width: 21vw;
}

.loop02__item img {
  border-radius: 2.5rem;
  height: 100%;
  width: 100%;
}

.oc__items {
  grid-gap: 0 3%;
  display: grid;
  gap: 0 3%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
}

.oc__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.625rem;
}

.oc__button {
  margin-top: 4.375rem;
}

.oc__button .button {
  background: #006b30;
  border-radius: 6.1875rem;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 auto;
  padding: 1% 0;
  position: relative;
  text-align: center;
  width: 31.25rem;
  opacity: 1 !important;
}

.oc__button .button::before {
  background: #064724;
  border-radius: 6.1875rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 12%;
  width: 100%;
  z-index: -1;
}

.oc__button .button svg {
  height: 1.5em;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0.5em;
}

.oc__button .button:hover svg {
  right: 5%;
}

.point {
  padding-bottom: 10rem;
  padding-top: 6.25rem;
}

.point__inner {
  margin: 0 auto;
  max-width: 71.875rem;
  padding: 0 1.5625rem;
}

.point__title {
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.point__title::before,
.point__title::after {
  background: transparent url(../img/rigaku/point-title-line.png) no-repeat top center/contain;
  content: "";
  height: 1em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120%;
}

.point__title::before {
  top: -0.5em;
}

.point__title::after {
  bottom: -1.2em;
}

.point__title span {
  color: #0ca857;
}

.point__item {
  margin-top: 4.6875rem;
}

.point__item:nth-of-type(n + 2) {
  margin-top: 5.625rem;
}

.point__number {
  align-items: flex-end;
  color: #ffcd00;
  display: flex;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
}

.point__number span {
  background: #ffcd00;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-right: 0.5625rem;
  padding: 0.3125rem 0.0625rem;
}

.point__number::before {
  background-color: #ffcd00;
  content: "";
  display: block;
  height: 3.125rem;
  margin-bottom: 0;
  margin-right: 1.75rem;
  transform: rotate(-30deg);
  width: 5px;
}

.point__number::after {
  background-color: #ffcd00;
  content: "";
  display: block;
  height: 3.125rem;
  margin-bottom: 0;
  margin-left: 1.75rem;
  transform: rotate(30deg);
  width: 5px;
}

.point__item-head {
  font-family: "Zen Maru Gothic";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  margin-top: 1rem;
  text-align: center;
}

.point__item-head span {
  color: #0ca857;
}

.point__item-head-bottom {
  background: linear-gradient(transparent 50%, #ffcd00 50%);
  font-family: "Zen Maru Gothic";
  font-size: 1.875rem;
  font-weight: 600;
  margin: 2.0625rem auto 0;
  padding: 0 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
}

.point__item-content {
  align-items: center;
  display: grid;
  margin-top: 3.75rem;
}

.point__item:nth-of-type(1) .point__item-content {
  gap: 0 5%;
  grid-template-columns: 55% 40%;
}

.point__item:nth-of-type(2) .point__item-content {
  gap: 0 4%;
  grid-template-columns: 41% 55%;
}

.point__item-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 1%;
}

.point__item:nth-of-type(2) .point__item-text {
  order: 2;
  padding-left: 0;
}

.point__item:nth-of-type(2) .point__item-img {
  order: 1;
}

.point__item-contents {
  grid-gap: 0 2%;
  display: grid;
  gap: 0 2%;
  grid-template-columns: 1fr 1fr;
  margin: 3.75rem auto 0;
  width: 83%;
}

.point__item-detail-head {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  padding: 0.625rem 0;
  text-align: center;
  text-align: center;
}

.point__item-detail:first-of-type .point__item-detail-head {
  background: #0ca857;
}

.point__item-detail:nth-of-type(2) .point__item-detail-head {
  background: #5e92cd;
}

.point__item-detail-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  margin-top: 0.375rem;
}

.point__item-detail-text span {
  background: #ffcd00;
}

.point__bottom {
  margin-top: 6.25rem;
}

.point__bottom-head {
  font-weight: 600;
  text-align: center;
}

.point__bottom-head span:first-child {
  color: #ffcd00;
  font-family: "Montserrat";
  font-size: 3.125rem;
  line-height: 1;
}

.point__bottom-head span:last-child {
  font-size: 1.875rem;
}

.point__bottom-items {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 3.125rem;
  padding: 0 0 0 3.6vw;
  position: relative;
}

.point__bottom-items::before,
.point__bottom-items::after {
  background: transparent url(../img/rigaku/title-line.png) repeat top center/contain;
  content: "";
  height: 0.27em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.point__bottom-items::before {
  top: -1em;
}

.point__bottom-items::after {
  bottom: -1em;
}

.point__bottom-items p {
  margin-bottom: 1%;
}

.point__bottom-items p span {
  display: inline-block;
  margin-left: 0.5%;
  padding-left: 1%;
}

.point__bottom-items p:nth-child(odd) span {
  background: #0ca857;
  color: #fff;
}

.point__bottom-items p:nth-child(even) span {
  background: #5e92cd;
  color: #fff;
}

.shikaku {
  background: #fffefa url(../img/rigaku/shikaku-back.png) no-repeat top center/cover;
  padding-bottom: 6.25rem;
  padding-top: 5.1875rem;
}

.shikaku__inner {
  margin: 0 auto;
  max-width: 71.875rem;
  padding: 0 1.5625rem;
}

.shikaku__title {
  color: #006b30;
  font-family: "Zen Maru Gothic";
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.shikaku__title::before {
  background: transparent url(../img/rigaku/title-line.png) no-repeat bottom center/contain;
  bottom: -35%;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16.5625rem;
}

.shikaku__items {
  grid-gap: 0 4%;
  align-items: end;
  display: grid;
  gap: 0 4%;
  grid-template-columns: 48% 48%;
  margin-top: 5rem;
}

.shikaku__text-head {
  background-color: #006b30;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  padding: 0.625rem 0 0;
  text-align: center;
}

.shikaku__text-content {
  background: #fff;
  border: 6px solid #006b30;
  border-radius: 0 0 20px 20px;
  padding: 1.5% 4% 3%;
}

.shikaku__text-content-head {
  border-bottom: 2px solid #006b30;
  color: #006b30;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.3125rem;
}

.shikaku__text-content-lead {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.68181;
  margin-top: 0.3125rem;
}

.shikaku__text-content ul:first-of-type li {
  font-size: clamp(1.0625rem, 0.8542rem + 0.434vw, 1.375rem);
  font-weight: 600;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.shikaku__text-content ul:first-of-type li::before {
  background-color: #b6e5cd;
  border-radius: 50%;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.shikaku__text-content ul:first-of-type li sup {
  color: #006b30;
}

.shikaku__text-content ul:nth-of-type(2) {
  margin-top: 0.3125rem;
}

.shikaku__text-content ul:nth-of-type(2) li {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.shikaku__text-content ul:nth-of-type(2) span {
  color: #006b30;
  font-size: 0.875rem;
  padding-right: 1%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }

  .u-mobile {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .about {
    padding-bottom: 5rem;
    padding-top: 3.125rem;
  }

  .about__inner {
    padding: 0 1.25rem;
  }

  .about__title-wrapper span {
    font-size: 1rem;
    line-height: 1.5;
  }

  .about__title {
    font-size: 1.375rem;
    line-height: 1.45454;
    margin: 0 auto;
    margin-top: 0.375rem;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about__title::before {
    background: transparent url(../img/rigaku/title-line.png) repeat bottom center/contain;
    width: 144%;
  }

  .about__top {
    margin: 2.5rem auto 0;
    max-width: 37.5rem;
  }

  .about__top-inner {
    padding: 0 4% 4%;
  }

  .about__top-title {
    width: 100%;
  }

  .about__top-text {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 1rem;
    padding: 0 2%;
  }

  .about__top-text:nth-of-type(2) {
    margin-top: 6px;
  }

  .about__top-img {
    margin-top: 0.6875rem;
  }

  .about__top-img picture:nth-child(2) {
    margin-top: 1.0625rem;
  }

  .about__bottom {
    margin: 2.5rem auto 0;
    max-width: 37.5rem;
  }

  .about__bottom-inner {
    padding: 0 4% 4%;
  }

  .about__bottom-title {
    width: 100%;
  }

  .about__bottom-img {
    margin: 1.25rem auto 0;
    width: 99.5%;
  }

  .about__bottom-text {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 1rem;
    padding: 0 2%;
  }

  .access {
    padding-bottom: 6.25rem;
    padding-top: 2.875rem;
  }

  .access__title {
    font-size: 2.5rem;
  }

  .access__title span {
    font-size: 1.125rem;
  }

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

  .access__map iframe {
    aspect-ratio: 390/280;
  }

  .access__inner {
    margin-top: 0.5rem;
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }

  .access__adress {
    font-size: 0.875rem;
  }

  .access__items {
    gap: 1rem 0;
    grid-template-columns: 1fr;
    margin-top: 0.9375rem;
  }

  .access__item:first-of-type {
    gap: 0.4375rem 0;
    grid-template-columns: 1fr;
  }

  .access__item:nth-of-type(2) {
    gap: 0.4375rem 0;
    grid-template-columns: 1fr;
  }

  .access__item:last-of-type {
    padding-left: 0;
  }

  .access__head {
    border: 2px solid #006b30;
    font-size: 0.875rem;
    padding: 0.1875rem 0;
    width: 5.3125rem;
  }

  .access__detail {
    font-size: 0.875rem;
  }

  .cta {
    padding-bottom: 1.875rem;
    padding-top: 1.5625rem;
  }

  .cta__inner {
    padding: 0 1.25rem;
  }

  .cta__text {
    font-size: 1.375rem;
    line-height: 1.45454;
  }

  .cta__buttons {
    gap: 1.25rem 0;
    grid-template-columns: 1fr;
    margin-top: 0.75rem;
  }

  .cta__buttons .button {
    margin: 0 auto;
    max-width: 28.125rem;
    padding: 3.5% 0;
    width: 100%;
  }

  .cta__buttons .button::before {
    top: 11%;
  }

  .cta__buttons .button svg {
    display: none;
  }

  .features {
    background-size: auto 77%;
    margin-bottom: 5rem;
    padding-top: 2.9375rem;
  }

  .features__title {
    font-size: 1.375rem;
  }

  .features__title img {
    height: 2.1875rem;
    margin-bottom: 0.5rem;
    width: 3.5625rem;
  }

  .features__item {
    border-radius: 1.25rem;
    gap: 0.9375rem 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 37.5rem;
    padding: 9.5% 6% 7%;
    width: 92%;
  }

  .features__number {
    left: 49%;
    position: absolute;
    top: -1.5em;
    transform: translateX(-50%);
    width: 13%;
  }

  .features__head {
    font-size: 1.125rem;
    grid-area: 1/1/2/2;
    line-height: 1.55555;
    text-align: center;
  }

  .features__text {
    font-size: 0.875rem;
    grid-area: 3/1/4/2;
    line-height: 1.714285;
    margin-top: -0.5rem;
  }

  .features__img {
    grid-area: 2/1/3/2;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-pagination01.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1.25rem;
  }

  .swiper-pagination01.swiper-horizontal > .swiper-pagination01.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }

  .features .swiper-button-prev,
  .features .swiper-button-next {
    display: block;
    height: 50px;
    top: 37%;
    width: 50px;
  }

  .features .swiper-button-prev {
    transform: translateX(calc(-50% - 42vw));
  }

  .features .swiper-button-next {
    transform: translateX(calc(-50% + 42vw));
  }

  .header__inner {
    padding: 1.25rem 1.25rem 1.25rem;
  }

  .header h1 {
    width: 56.5vw;
  }

  .header h1 a:hover {
    opacity: 0.8;
  }

  .header__menu {
    display: none;
  }

  #fixed-header {
    display: none;
  }

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

  .intro {
    padding-bottom: 2.8125rem;
    padding-top: 2.5rem;
  }

  .intro__inner {
    padding: 0 1.25rem;
  }

  .intro__items {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 37.5rem;
  }

  .intro__text {
    padding-left: 0;
  }

  .intro__head {
    font-size: 1.25rem;
    margin-top: 1.4375rem;
    padding-left: 0;
  }

  .intro__content {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 1rem;
    text-align: left;
  }

  .links {
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .movie {
    padding-bottom: 5rem;
    padding-top: 3.1875rem;
  }

  .movie__inner {
    max-width: 34.375rem;
    padding: 0 1.25rem;
  }

  .movie__title-wrapper span {
    font-size: 1rem;
    line-height: 1.5;
  }

  .movie__title {
    font-size: 1.375rem;
    line-height: 1.45454;
    margin: 0 auto;
    margin-top: 0.375rem;
  }

  .movie__title::before {
    background: transparent url(../img/rigaku/title-line.png) repeat bottom center/contain;
    bottom: -70%;
    width: 100%;
  }

  .movie__items {
    gap: 2.125rem 0;
    grid-template-columns: 1fr;
    margin: 2.625rem auto 0;
    max-width: 34.375rem;
  }

  .movie__main::before {
    height: 55%;
    top: 51%;
    width: 25%;
  }

  .movie__text-head {
    font-size: 1rem;
    margin-top: 0.5625rem;
  }

  .movie__text-detail {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 0.125rem;
    text-align: left;
  }

  .mv__button-wrapper .mv__button {
    border: none;
    border-radius: 6.25rem;
    font-size: min(5.1vw, 23px);
    margin-right: auto;
    margin-top: -4.8em;
    max-width: 31.25rem;
    padding: 4% 8% 4%;
    width: 90%;
  }

  .mv__button::before {
    border-radius: 6.25rem;
  }

  .mv__button img {
    height: auto;
    left: -16vw;
    top: 54%;
    width: 16.5vw;
  }

  .mv__button svg {
    display: none;
  }

  .oc {
    padding-bottom: 5.3125rem;
    padding-top: 14rem;
  }

  .oc::before {
    background: transparent url(../img/rigaku/opencamupus-deco_sp.png) no-repeat top center/contain;
    height: 100%;
    max-width: 37.5rem;
    width: 100%;
  }

  .oc__inner {
    padding: 0 1.25rem;
  }

  .oc__inner-merit {
    margin-top: 0.625rem;
    padding: 0 1.25rem;
  }

  .oc__title-img.oc__title-img--t {
    left: 51%;
    max-width: 21.875rem;
    top: -242%;
    width: 96%;
  }

  .oc__title-img.oc__title-img--b {
    height: 4.375rem;
    margin-bottom: 0.625rem;
    width: 3.375rem;
  }

  .oc__title {
    font-size: 1.375rem;
  }

  .oc__title span {
    font-size: 1rem;
  }

  .loop02 {
    padding-top: 1.875rem;
  }

  .loop02__item {
    margin-right: 1.25rem;
    width: 18.75rem;
  }

  .oc__items {
    grid-gap: 1.5rem 0;
    display: grid;
    gap: 1.5rem 0;
    grid-template-columns: 1fr;
    margin: 1.5625rem auto 0;
    max-width: 37.5rem;
  }

  .oc__text {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 0.375rem;
  }

  .oc__button {
    margin-top: 3.4375rem;
  }

  .oc__button .button {
    margin: 0 auto;
    max-width: 28.125rem;
    padding: 3.5% 0;
    width: 100%;
  }

  .oc__button .button::before {
    top: 11%;
  }

  .oc__button .button svg {
    display: none;
  }

  .point {
    padding-bottom: 6.25rem;
    padding-top: 4.375rem;
  }

  .point__inner {
    padding: 0 1.25rem;
  }

  .point__title {
    font-size: 1.5rem;
  }

  .point__title::before,
  .point__title::after {
    background: transparent url(../img/rigaku/point-title-line.png) no-repeat top center/contain;
    background-size: 177% auto;
    height: 1em;
    width: 116%;
  }

  .point__title::before {
    top: -1em;
  }

  .point__title::after {
    bottom: -1.5em;
  }

  .point__item {
    margin: 2.625rem auto 0;
    max-width: 37.5rem;
  }

  .point__item:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .point__number {
    font-size: 2.5rem;
  }

  .point__number span {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 0.1875rem;
    padding: 0.3125rem 0.25rem;
  }

  .point__number::before {
    height: 2.8125rem;
    transform: rotate(-36deg);
  }

  .point__number::after {
    height: 2.8125rem;
    transform: rotate(39deg);
  }

  .point__item-head {
    font-size: 1.375rem;
    line-height: 1.27272;
    margin-top: 0.4375rem;
  }

  .point__item:nth-of-type(3) .point__item-head span {
    display: block;
    margin-bottom: -0.875rem;
  }

  .point__item-head-bottom {
    background: none;
    font-size: 1.375rem;
    line-height: 1.45454;
    margin-top: 0.9375rem;
    text-align: center;
  }

  .point__item-head-bottom span {
    background: linear-gradient(transparent 50%, #ffcd00 50%);
  }

  .point__item-content {
    margin-top: 0.9375rem;
  }

  .point__item:nth-of-type(1) .point__item-content {
    grid-template-columns: 1fr;
  }

  .point__item:nth-of-type(2) .point__item-content {
    grid-template-columns: 1fr;
  }

  .point__item-text {
    font-size: 0.875rem;
    line-height: 1.71428;
    margin-top: 1.0625rem;
    padding-left: 0;
  }

  .point__item:nth-of-type(1) .point__item-text {
    order: 2;
  }

  .point__item:nth-of-type(1) .point__item-img {
    margin: 0 auto;
    order: 1;
    width: 91%;
  }

  .point__item:nth-of-type(2) .point__item-img {
    margin: 0 auto;
    width: 90%;
  }

  .point__item-contents {
    gap: 2.0625rem 0;
    grid-template-columns: 1fr;
    margin-top: 1.4375rem;
    width: 100%;
  }

  .point__item-detail-head {
    font-size: 1.25rem;
    padding: 0.3125rem 0;
  }

  .point__item-detail-text {
    font-size: 0.875rem;
    line-height: 1.71428;
  }

  .point__bottom {
    margin: 3.75rem auto 0;
    max-width: 37.5rem;
  }

  .point__bottom-head span:first-child {
    font-size: 2.125rem;
  }

  .point__bottom-head span:last-child {
    font-size: 1.25rem;
  }

  .point__bottom-items {
    font-size: 1rem;
    line-height: 1.375;
    margin-top: 1.75rem;
    padding-left: 1em;
    text-indent: -1em;
  }

  .point__bottom-items::before,
  .point__bottom-items::after {
    height: 0.45em;
    width: 101%;
  }

  .point__bottom-items::before {
    top: -1.5em;
  }

  .point__bottom-items::after {
    bottom: -1.8em;
  }

  .point__bottom-items p {
    margin-bottom: 3%;
  }

  .point__bottom-items p span {
    margin-left: 0.5%;
    padding-left: 7%;
  }

  .shikaku {
    padding-bottom: 4.6875rem;
    padding-top: 2.3125rem;
  }

  .shikaku__inner {
    padding: 0 1.25rem;
  }

  .shikaku__title {
    font-size: 1.375rem;
    line-height: 1.45454;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .shikaku__title::before {
    background: transparent url(../img/rigaku/title-line.png) repeat bottom center/contain;
    width: 100%;
  }

  .shikaku__items {
    gap: 1.25rem 0;
    grid-template-columns: 1fr;
    margin: 2.6875rem auto 0;
    max-width: 37.5rem;
  }

  .shikaku__text-head {
    border-radius: 10px 10px 0 0;
    font-size: 1.25rem;
    padding: 0.375rem 0 0;
  }

  .shikaku__text-content {
    border-radius: 0 0 10px 10px;
    padding: 2.5% 4% 3%;
  }

  .shikaku__text-content-head {
    font-size: 1.375rem;
    text-align: center;
  }

  .shikaku__text-content-lead {
    font-size: 1rem;
    margin-top: 0.125rem;
  }

  .shikaku__text-content ul:first-of-type {
    margin-top: 0.5rem;
  }

  .shikaku__text-content ul:first-of-type li {
    font-size: 1.125rem;
    line-height: 1.2;
    padding-left: 1.2em;
  }

  .shikaku__text-content ul:first-of-type li::before {
    height: 0.9em;
    top: 0.8125rem;
    width: 0.9em;
  }

  .shikaku__text-content ul:nth-of-type(2) {
    margin-top: 0.625rem;
  }

  .shikaku__text-content ul:nth-of-type(2) li {
    line-height: 1.4;
    padding-left: 2.2em;
    text-indent: -2em;
  }
}

@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

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

/* ADD_20240904 */
.add__link {
  color: #51a2d1;
}
