@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Poppins", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

#un_top {
  background-color: #f3f3f3;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  color: #142135;
  background-color: #f9f9f9;
  -webkit-text-size-adjust: 100%;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
*:focus {
  outline: none;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  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;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1600px;
    padding-right: min(12.5vw, 80px);
    padding-left: min(12.5vw, 80px);
  }
}
header + div,
header + div + div + div{
display:none;
}
header .p-inner {
  padding-right: 90px;
  padding-right: 5.625rem;
}
@media screen and (max-width: 769px) {
  header .p-inner {
    padding: 0rem;
  }
}

/* ヘッダー */
main {

}
@media screen and (max-width: 769px) {
header{
overflow-x:hidden;
}
body.active header{
overflow-x:initial;
}
  main {
     padding-top: 114.62px;
  padding-top: 7.16375rem;
  }
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

.c-btn {
  margin-top: min(3.75vw, 54px);
  margin-top: min(3.75vw, 3.375rem);
  text-align: center;
}
@media screen and (max-width: 769px) {
  .c-btn {
    width: 100%;
    text-align: right;
    margin-bottom: min(4.3835616438vw, 1rem);
    margin-top: min(2.5vw, 2.25rem);
  }
}

.c-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "inter";
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: min(1.3888888889vw, 1.25rem);
  }
}

.c-btn a:hover {
  border-radius: 20px;
  -webkit-transition: 0s;
  transition: 0s;
}

.c-btn a:hover span {
  position: static;
  position: initial;
}

.c-btn span {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.c-btn span::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: max(-0.9722222222vw, -14px);
  left: max(-0.9722222222vw, -0.875rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  width: 2.5rem;
  line-height: 1.7;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: min(1.5277777778vw, 22px);
  font-size: min(1.5277777778vw, 1.375rem);
}
@media screen and (max-width: 769px) {
  .c-btn span::before {
    line-height: 2.3;
    padding-left: 0.65rem;
    font-size: min(4.6575342466vw, 1.0625rem);
    left: max(-4.3835616438vw, -1rem);
  }
}

.c-btn a:hover span::before {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5px;
  left: -0.3125rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 125%;
  line-height: 38px;
  text-align: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .c-btn a:hover span::before {
    line-height: 38px;
  }
}

.c-section__box {
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.c-section__title {
  position: relative;
  z-index: 3;
}

.c-section__title h2 {
  font-size: min(9.3150684932vw, 34px);
  font-size: min(9.3150684932vw, 2.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Barlow", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-section__title h2 {
    font-size: min(4.4444444444vw, 4rem);
  }
}

.c-section__subtitle {
  position: relative;
  padding-left: min(1.6438356164vw, 6px);
  padding-left: min(1.6438356164vw, 0.375rem);
  font-size: min(2.7397260274vw, 10px);
  font-size: min(2.7397260274vw, 0.625rem);
  font-weight: 400;
  text-align: left;
  color: #5e6269;
  line-height: 1.428;
  letter-spacing: 0em;
  margin-left: min(1.6438356164vw, 6px);
  margin-left: min(1.6438356164vw, 0.375rem);
}
@media screen and (min-width: 768px) {
  .c-section__subtitle {
    font-size: min(0.9722222222vw, 0.875rem);
    margin-left: min(0.6944444444vw, 0.625rem);
    padding-left: min(0.6944444444vw, 0.625rem);
  }
}

.c-section__subtitle::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  left: -6px;
  left: -0.375rem;
  border-radius: 50%;
  color: #04c1cd;
  display: inline-block;
  position: absolute;
  background-color: #04c1cd;
}
@media screen and (min-width: 768px) {
  .c-section__subtitle::before {
    left: -0.25rem;
  }
}

.c-section__headline {
  font-size: min(6.0273972603vw, 22px);
  font-size: min(6.0273972603vw, 1.375rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.19;
  letter-spacing: 0em;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  font-family: "Barlow", "Roboto", sans-serif;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .c-section__headline {
    font-size: min(2.9166666667vw, 2.625rem);
    margin-bottom: min(3.75vw, 3.375rem);
  }
}

.c-section__headline::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: min(47.9452054795vw, 175px);
  width: min(47.9452054795vw, 10.9375rem);
  z-index: 8;
  left: 0;
  height: 1px;
  background: #142135;
  /*左：ピンク*/
}
@media screen and (min-width: 768px) {
  .c-section__headline::after {
    width: min(25vw, 22.5rem);
  }
}

.c-section__headline span {
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #5e6269;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-section__headline span {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}
@media screen and (min-width: 768px) {
  .c-section__headline span {
    margin-left: min(1.7361111111vw, 1.5625rem);
  }
}

.c-section__headline2 {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.5555;
  letter-spacing: 0em;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
  padding-bottom: min(2.7397260274vw, 10px);
  padding-bottom: min(2.7397260274vw, 0.625rem);
}
@media screen and (min-width: 768px) {
  .c-section__headline2 {
    font-size: min(1.3888888889vw, 1.25rem);
    line-height: 1.45;
    letter-spacing: 0em;
    margin-bottom: min(3.75vw, 3.375rem);
    padding-bottom: min(0.8333333333vw, 0.75rem);
  }
}

.c-section__headline2 span {
  font-family: "Barlow", "Roboto", sans-serif;
  display: block;
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 500;
  text-align: left;
  color: #04c1cd;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: min(1.095890411vw, 4px);
  margin-bottom: min(1.095890411vw, 0.25rem);
}
@media screen and (min-width: 768px) {
  .c-section__headline2 span {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(0.6944444444vw, 0.625rem);
  }
}

.c-section__img {
  background-image: url("https://www.ritsumei.ac.jp/research/idx-agpf/image/top_bg.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 315/160;
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-section__img {
    aspect-ratio: 96/29;
    max-width: min(66.6666666667vw, 60rem);
  }
}

.p-footer__inner {
  max-width: 1200px;
  max-width: 75rem;
  padding-right: min(8.2191780822vw, 30px);
  padding-right: min(8.2191780822vw, 1.875rem);
  padding-left: min(8.2191780822vw, 30px);
  padding-left: min(8.2191780822vw, 1.875rem);
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(7.6712328767vw, 28px) 0;
  gap: min(7.6712328767vw, 1.75rem) 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    gap: min(5.5555555556vw, 5rem) 0;
    padding-left: min(4.1666666667vw, 3.75rem);
    padding-right: min(0.6944444444vw, 0.625rem);
  }
}

footer .p-site-footer {
  position: relative;
}

footer .p-site-footer__wrapper {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

footer .p-nav__item:not(:last-of-type) a {
  display: inline-block;
  padding: 0;
}

footer .p-nav__wrapper {
  top: 0;
  visibility: visible;
  left: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(1.8055555556vw, 26px) min(0vw, 0px);
  gap: min(1.8055555556vw, 1.625rem) min(0vw, 0rem);
  position: inherit;
  opacity: 1;
  table-layout: auto;
  table-layout: initial;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
  height: auto;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: min(1.3888888889vw, 1.25rem) min(3.4722222222vw, 3.125rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .p-nav__wrapper > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  border-top: 1px solid #333;
  padding-top: min(4.3835616438vw, 16px);
  padding-top: min(4.3835616438vw, 1rem);
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper > li {
    padding-top: min(1.3888888889vw, 1.25rem);
  }
}

@media screen and (max-width: 769px) {
  footer .p-nav__wrapper > li:last-child {
    border-bottom: 1px solid #333;
  }
}

footer .p-nav__wrapper > li:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .p-nav__wrapper > li a {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper > li a {
    font-size: min(1.5277777778vw, 1.375rem);
  }
}

footer .p-nav__wrapper li ul {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  width: 100%;
  list-style: disc outside none;
  list-style: initial;
  position: static;
  position: initial;
  margin: 0;
  opacity: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
  gap: 0.625rem 0;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper li ul {
    padding-top: 1.25rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 769px) {
  footer .p-nav__wrapper li ul {
    padding-left: min(4.3835616438vw, 1rem);
  }
}

footer .p-nav__wrapper > .p-nav__item a {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper > .p-nav__item a {
    font-size: min(1.5277777778vw, 1.375rem);
  }
}
@media screen and (max-width: 769px) {
  footer .p-nav__wrapper > .p-nav__item a {
    padding-left: 0 !important;
    color: #142135;
  }
}

footer .p-nav__wrapper > .p-nav__item:not(:last-of-type) a,
footer .p-nav__wrapper > .p-nav__item > a {
  padding-left: 0;
}

footer .p-nav__wrapper > .p-nav__item > a {
  font-weight: 700;
}

footer .p-nav__wrapper > .p-nav__item ul li {
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 20px;
  margin-left: 1.25rem;
  text-indent: -1px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper > .p-nav__item ul li {
    margin-left: 1.25rem;
  }
}

footer .p-nav__wrapper > .p-nav__item ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.428;
  letter-spacing: 0em;
  padding: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer .p-nav__wrapper > .p-nav__item ul li a {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}

footer .p-nav__wrapper > .p-nav__item ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #04c1cd;
}

footer .p-nav__wrapper > .p-nav__item:hover a {
  color: #000;
  color: initial;
}

footer .p-nav__wrapper > .p-nav__item a:hover {
  color: #04c1cd;
}

footer .p-logo__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 630/158;
  max-width: 180px;
  max-width: 11.25rem;
}

footer ul li::marker {
  font-size: 10%;
}

/* 縦並び */
footer ul li a {
  vertical-align: middle;
}

.p-footer__under {
  display: grid;
  grid-template-columns: auto auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .p-footer__under {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__copyright {
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  display: inline-block;
  font-family: "inter";
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}

.p-footer__under a {
  font-family: "inter";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-footer__under a {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}

.c-grid {
  display: grid;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .c-hamburger {
    position: absolute;
    /*ボタン内側の基点となるためrelativeを指定*/
    z-index: 999;
    top: min(13.9726027397vw, 3.1875rem);
    right: min(4.1095890411vw, 0.9375rem);
    width: 2.5rem;
    height: 1.5rem;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

/*ボタン内側*/
.c-hamburger span {
  position: absolute;
  right: 0;
  display: inline-block;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  border-radius: 0.5px;
  background: #142135;
}

.c-hamburger.active span {
  background-color: #f9f9f9;
}

.c-hamburger span:nth-child(2) {
  top: 12px;
  top: 0.75rem;
}

.c-hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  top: 0.375rem;
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  top: 0.375rem;
}

.c-hamburger span:nth-child(3) {
  top: 24px;
  top: 1.5rem;
}

.c-hamburger span {
  width: 40px;
  width: 2.5rem;
  background-color: #142135;
  display: inline-block;
}

body.active {
  overflow: hidden;
}

body.active .overlay {
  z-index: 80;
  background: rgba(51, 51, 51, .7);
  width: 100vw;
  position: fixed;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

header {
  background: #eaf3f2;
  height: 130px;
  height: 8.125rem;
  width: 100%;
  z-index: 999;
  top: 0;
    position: fixed;
}
@media screen and (min-width: 768px) {
  header {
    height: 10rem;
position:initial;
  }
}

.p-header__inner {
  padding-top: min(9.86301vw, 36px);
  padding-top: min(9.86301vw,, 2rem);
  padding-bottom: min(10.9589041096vw, 40px);
  padding-bottom: min(10.9589041096vw, 2.5rem);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: min(6.25vw, 90px);
  gap: min(6.25vw, 5.625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    width: calc(100% - 3.75rem);
    max-width: 97.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-top: min(4.1666666667vw, 3.75rem);
    padding-bottom: min(4.1666666667vw, 3.75rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: min(10.6944444444vw, 9.625rem) 1fr;
  }
}
@media screen and (max-width: 769px) {
  .p-header__inner {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    gap: 0;
  }
}

.link {
  display: inline-block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #222;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.link:first-child {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 720px) {
  .link:first-child {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.link svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.content > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.author-avatar {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #fff;
}

.author-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.author-name {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.c-brand {
  font-weight: bold;
  max-width: 154px;
  max-width: 9.625rem;
  width: 100%;
}

.c-brand img {
  aspect-ratio: 630/158;
  max-width: 154px;
  max-width: 9.625rem;
  width: 100%;
}

.p-site-header {
  position: relative;
  background-color: #def7ff;
}

.p-site-header__wrapper {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media (min-width: 600px) {
  .p-site-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-nav__wrapper {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .p-nav__wrapper {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr 1fr 1fr .95fr 1fr 1fr 1fr;
     /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /*gap: 0 min(0.6944444444vw, 0.625rem);*/
gap:0 ;
    height: 2.5rem;
  }
}
@media screen and (max-width: 769px) {
  .p-nav__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #142135;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    grid-template-columns: 1fr;
    gap: min(10.9589041096vw, 2.5rem) 0;
    width: 69.3%;
    height: 100vh;
    padding-top: min(52.0547945205vw, 11.875rem);
    padding-bottom: min(56.7123287671vw, 12.9375rem);
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
display:grid;
  }
  .p-nav__wrapper.active {
    visibility: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);

  }
}

@media screen and (max-width: 769px) {
  .p-nav__wrapper > .p-nav__item a{
    color: #f9f9f9;
  }
.p-nav__wrapper > li.p-nav__item--btn{
width:100%;
margin-inline:auto;
max-width: min(53.3333333333vw, 200px);
max-width: min(53.3333333333vw, 12.5rem);
   line-height: 24px;
}

}

@media screen and (max-width: 769px) {
  .p-nav__wrapper > .p-nav__item:hover {
    background-color: transparent;
    background-color: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-nav__wrapper > .p-nav__item:hover > a {
  color: #04c1cd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-nav__wrapper > .p-nav__item:not(:last-of-type) a {
  display: inline-block;
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
position:relative;
}

.p-nav__toggle {
  display: none;
}
@media (max-width: 599px) {
  .p-nav__toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

.p-nav__wrapper > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
z-index:8;
}

.p-nav__wrapper li a {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
}
.p-nav__wrapper > li.p-nav__item--arrow.p-nav__item--ja a{
   font-family: "Noto Sans JP", "Poppins", sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 769px) {
.p-nav__wrapper > li.p-nav__item--arrow.p-nav__item--ja a{
  font-size: min(1.5277777778vw, 22px);
  font-size: min(1.5277777778vw, 1.375rem);
    padding-right: 0;
  padding-left: min(1.5277777778vw, 22px);
  padding-left: min(1.5277777778vw, 1.375rem);
    text-align: right;
    width: 100%;
    color: #404048;
}
}
@media screen and (max-width: 768px) {
.p-nav__wrapper > li.p-nav__item--arrow.p-nav__item--ja a {
    color: #f9f9f9;
  }
}
.p-nav__wrapper > li.p-nav__item--btn{
    background: #04c1cd;
    padding: 6px 4px;
    border-radius: 20px;
border:1px solid #04c1cd;
transition:0.3s;

}
.p-nav__wrapper > li.p-nav__item--btn:hover{
    background: #fff;
transition:0.3s;
}

.p-nav__wrapper > li.p-nav__item--btn a{
    font-size: min(1.1111111111vw, 16px);
   font-size: min(1.1111111111vw, 1rem);
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 800;
transition:0.3s;
}
.p-nav__wrapper > li.p-nav__item--btn:hover a{
    color: #04c1cd;
}
@media screen and (min-width: 768px) {
  .p-nav__wrapper li a {
    font-size: min(1.5277777778vw, 1.375rem);
  }
}
@media screen and (max-width: 769px) {
.p-nav__wrapper > li.p-nav__item--btn a{
	font-size: min(3.4666666667vw, 13px);
	font-size: min(3.4666666667vw, 0.8125rem);
}
}
.p-nav__wrapper > li > a {
  font-family: "inter";
  font-weight: 500;
}

.p-nav__wrapper > li .p-nav__item--en > a {
  font-family: "inter";
  font-weight: 500;
}

.p-nav__wrapper li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  top: calc(100% + 0.625rem);
  left: -1px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
header .p-nav__wrapper .p-nav__item:not(:last-of-type) a::before {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  /* 追記したコード */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	right: max(-0.9722222222vw, -14px);
	right: max(-0.9722222222vw, -0.875rem);
  font-weight: 700;
}
}
header .p-nav__wrapper .p-nav__item ul li a::before,.p-nav__wrapper > li.p-nav__item--arrow a::before{
	display:none!important;
}

.p-nav__wrapper li a {
  display: inline-block;
  text-align: center;
}

.p-nav__wrapper > li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__wrapper > li:hover ul:hover{
  visibility: visible;
  opacity: 1;
}
header .p-nav__wrapper .p-nav__item:hover ul {
  -webkit-box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
          box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
}

.p-nav__wrapper > li:hover {
  background: #edf5f5;
  /* シャドウ */
}

.p-nav__wrapper li ul li {
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .p-nav__wrapper li ul li{
padding-right:0.5rem;
padding-left:0.5rem;
position:relative;
}
.p-nav__wrapper li ul li:hover a {
  color: #04c1cd;
}

.p-nav__item ul a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 17px 0 !important;
  padding: 1.0625rem 0 !important;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-nav__item ul a {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}

.p-nav__wrapper li:hover ul li:hover {
  background: #f8f8f8;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9f9f9;
  background-color: #333;
}

.c-decoration {
  /* gradation */
  background: #eaf3f2;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.c-decoration2 {
  /* gradation */
  background: linear-gradient(140deg, #f1f8fb 90.19%, #eaf3f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .utils-hidden-mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-block-hidden-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-block-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-hidden-pc {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-block-hidden-pc {
    display: inline !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-block-hidden-pc {
    display: none !important;
  }
}

.utils-hidden {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .utils-color-invert {
    -webkit-filter: brightness(0) invert(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 769px) {
  .utils-color-invert-sp {
    -webkit-filter: brightness(0) invert(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0) invert(1);
  }
}

.utils-bg-gray {
  background-color: #4d4d4d;
}

.utils-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

#about_us {
  background: #f3f3f3;
}

#about_top {
  padding-top: min(16.4383561644vw, 60px);
  padding-top: min(16.4383561644vw, 3.75rem);
  padding-bottom: min(16.4383561644vw, 60px);
  padding-bottom: min(16.4383561644vw, 3.75rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  #about_top {
    padding-top: min(4.1666666667vw, 3.75rem);
    padding-bottom: min(13.8888888889vw, 12.5rem);
  }
}

.p-about_us__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-about_us__wrapper {
    padding-left: min(4.1095890411vw, 0.9375rem);
    padding-right: min(4.1095890411vw, 0.9375rem);
  }
}

.p-about_us__boxes {
  grid-template-columns: 1fr;
  gap: min(13.8888888889vw, 200px) 0;
  gap: min(13.8888888889vw, 12.5rem) 0;
}
@media screen and (max-width: 769px) {
  .p-about_us__boxes {
    gap: min(21.9178082192vw, 5rem) 0;
  }
}

.p-about_us__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}

.p-about_us__box--left {
  grid-template-columns: 1fr min(20.8333333333vw, 18.75rem);
  gap: 0 min(4.1666666667vw, 60px);
  gap: 0 min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 769px) {
  .p-about_us__box--left {
    max-width: 100%;
    gap: min(5.4794520548vw, 1.25rem) 0;
    grid-template-columns: 1fr;
  }
}

.p-about_us__box--right {
  grid-template-columns: min(33.3333333333vw, 30rem) 1fr;
  gap: 0 min(4.1666666667vw, 60px);
  gap: 0 min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 769px) {
  .p-about_us__box--right {
    max-width: 100%;
    gap: min(5.4794520548vw, 1.25rem) 0;
    grid-template-columns: 1fr;
  }
}

.p-about_us__box--right .p-about_us__img_box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about_us__box--right .p-about_us__img_box {
    grid-row: 1/2;
  }
}

.p-about_us__box-ttl {
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__box-ttl {
    margin-bottom: min(3.75vw, 3.375rem);
  }
}

.p-about_us__img_info {
  text-align: center;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-about_us__detail-ttl {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__detail-ttl {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.769;
    letter-spacing: 0em;
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-about_us__detail-desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__detail-desc {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-about_us__detail-info {
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.666;
  letter-spacing: 0em;
  background: #f9f9f9;
  padding: min(5.4794520548vw, 20px);
  padding: min(5.4794520548vw, 1.25rem);
  -webkit-box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
          box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
}
@media screen and (min-width: 768px) {
  .p-about_us__detail-info {
    font-size: min(0.8333333333vw, 0.75rem);
    line-height: 1.448;
    letter-spacing: 0em;
    padding: min(1.5277777778vw, 1.375rem);
  }
}

.p-about_us__img_box {
  max-width: min(54.7945205479vw, 200px);
  max-width: min(54.7945205479vw, 12.5rem);
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-about_us__img_box {
    max-width: min(20.8333333333vw, 18.75rem);
    margin-top: 0;
  }
}

.p-about_us__img_box img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 300px;
  max-width: 18.75rem;
}

.p-about_us__detail {
  display: inline-block;
  margin-left: min(48.2191780822vw, 176px);
  margin-left: min(48.2191780822vw, 11rem);
  margin-top: min(10.9589041096vw, 40px);
  margin-top: min(10.9589041096vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__detail {
    margin-top: min(5.5555555556vw, 5rem);
  }
}

.p-about_us__detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about_us__detail span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about_us__detail span {
    font-size: min(1.3888888889vw, 1.25rem);
    margin-left: 0.875rem;
  }
}

.p-about_us__box-detail {
  margin-left: min(4.1095890411vw, 15px);
  margin-left: min(4.1095890411vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__box-detail {
    margin-left: min(2.7777777778vw, 2.5rem);
  }
}

.p-about_us__lists {
  margin-left: min(4.1095890411vw, 15px);
  margin-left: min(4.1095890411vw, 0.9375rem);
  margin-right: min(4.1095890411vw, 15px);
  margin-right: min(4.1095890411vw, 0.9375rem);
}
@media screen and (max-width: 769px) {
  .p-about_us__lists {
    margin-bottom: min(16.4383561644vw, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-about_us__lists {
    width: 100%;
    margin-left: min(2.7777777778vw, 2.5rem);
    margin-bottom: min(6.9444444444vw, 6.25rem);
  }
}

.p-about_us__list td {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-about_us__list td {
    border-top: 1px solid #cbcbcb;
    padding-top: min(2.0833333333vw, 1.875rem);
    padding-bottom: min(2.0833333333vw, 1.875rem);
  }
}
@media screen and (max-width: 769px) {
  .p-about_us__list td {
    display: block;
  }
}

td.p-about_us__list-content--left {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  td.p-about_us__list-content--left {
    font-size: min(1.1111111111vw, 1rem);
     padding-left: min(2.4305555556vw, 2.5rem);
    width: 12%;
  }
}
@media screen and (max-width: 769px) {
  td.p-about_us__list-content--left {
    border-top: 1px solid #cbcbcb;
    padding-top: min(5.4794520548vw, 1.25rem);
  }
}

td.p-about_us__list-content--right {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.448;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  td.p-about_us__list-content--right {
    font-size: min(1.1111111111vw, 1rem);
    padding-left: min(5.5555555556vw, 5rem);
  }
}
@media screen and (max-width: 769px) {
  td.p-about_us__list-content--right {
    padding-bottom: min(5.4794520548vw, 1.25rem);
  }
}

@media screen and (max-width: 769px) {
  .p-about_us__list:last-of-type .p-about_us__list-content--right {
    border-bottom: 1px solid #cbcbcb;
  }
}

.p-about_us__img {
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: min(16.4383561644vw, 60px);
  margin-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__img {
    max-width: min(63.1944444444vw, 56.875rem);
    margin-bottom: min(9.7222222222vw, 8.75rem);
  }
}

.p-about_us__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 315/590;
  max-width: 315px;
  max-width: 19.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about_us__img img {
    aspect-ratio: 910/801;
    max-width: 56.875rem;
  }
}

.p-about_us__img_ttl {
  display: inline-block;
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.416;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-about_us__img_ttl {
    font-size: min(0.8333333333vw, 0.75rem);
  }
}

.p-about_us__img_name {
  display: inline-block;
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.641;
  letter-spacing: 0em;
  margin-left: min(1.6438356164vw, 6px);
  margin-left: min(1.6438356164vw, 0.375rem);
}
@media screen and (min-width: 768px) {
  .p-about_us__img_name {
    font-size: min(1.1111111111vw, 1rem);
    margin-left: min(0.8333333333vw, 0.75rem);
  }
}

#detail_concept {
  background: #f3f3f3;
}

#concept__top {
  padding-top: min(16.4383561644vw, 60px);
  padding-top: min(16.4383561644vw, 3.75rem);
  padding-bottom: min(16.4383561644vw, 60px);
  padding-bottom: min(16.4383561644vw, 3.75rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  #concept__top {
    padding-top: min(4.1666666667vw, 3.75rem);
    padding-bottom: min(13.8888888889vw, 12.5rem);
  }
}

.p-detail__concept__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto min(11.1111111111vw, 160px);
  margin: 0 auto min(11.1111111111vw, 10rem);
}
@media screen and (max-width: 769px) {
  .p-detail__concept__wrapper {
    padding-left: min(4.1095890411vw, 0.9375rem);
    padding-right: min(4.1095890411vw, 0.9375rem);
    margin: 0 auto min(21.9178082192vw, 5rem);
  }
}

.p-detail__concept__boxes {
  grid-template-columns: 1fr;
  gap: min(13.8888888889vw, 200px) 0;
  gap: min(13.8888888889vw, 12.5rem) 0;
}
@media screen and (max-width: 769px) {
  .p-detail__concept__boxes {
    gap: min(21.9178082192vw, 5rem) 0;
  }
}

.p-detail__concept__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}

.p-detail__concept__box--left {
  grid-template-columns: 1fr min(33.3333333333vw, 30rem);
  gap: 0 min(4.1666666667vw, 60px);
  gap: 0 min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 769px) {
  .p-detail__concept__box--left {
    max-width: 100%;
    gap: min(5.4794520548vw, 1.25rem) 0;
    grid-template-columns: 1fr;
  }
}

.p-detail__concept__box--right {
  grid-template-columns: min(33.3333333333vw, 30rem) 1fr;
  gap: 0 min(4.1666666667vw, 60px);
  gap: 0 min(4.1666666667vw, 3.75rem);
}
@media screen and (max-width: 769px) {
  .p-detail__concept__box--right {
    max-width: 100%;
    gap: min(5.4794520548vw, 1.25rem) 0;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-detail__concept__box--right .p-detail__concept__img_box {
    grid-row: 1/2;
  }
}

.p-detail__concept__box-ttl {
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__box-ttl {
    margin-bottom: min(3.75vw, 3.375rem);
  }
}

.p-detail__concept__detail-ttl {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__detail-ttl {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.769;
    letter-spacing: 0em;
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-detail__concept__detail-desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__detail-desc {
    font-size: min(1.25vw, 1.125rem);
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-detail__concept__detail-info {
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.666;
  letter-spacing: 0em;
  background: #f9f9f9;
  padding: min(5.4794520548vw, 20px);
  padding: min(5.4794520548vw, 1.25rem);
  -webkit-box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
          box-shadow: 4px 4px 4px rgba(217, 217, 217, .25);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__detail-info {
    font-size: min(0.8333333333vw, 0.75rem);
    line-height: 1.448;
    letter-spacing: 0em;
    padding: min(1.5277777778vw, 1.375rem);
  }
}

.p-detail__concept__img_box {
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-detail__concept__img_box {
    max-width: min(33.3333333333vw, 30rem);
    margin-top: 0;
  }
}

.p-detail__concept__img_box img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 480/468;
  max-width: 480px;
  max-width: 30rem;
}

.p-detail__concept__detail {
  display: inline-block;
  margin-left: min(48.2191780822vw, 176px);
  margin-left: min(48.2191780822vw, 11rem);
  margin-top: min(10.9589041096vw, 40px);
  margin-top: min(10.9589041096vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__detail {
    margin-top: min(5.5555555556vw, 5rem);
  }
}

.p-detail__concept__detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-detail__concept__detail span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-detail__concept__detail span {
    font-size: min(1.3888888889vw, 1.25rem);
    margin-left: 0.875rem;
  }
}

.p-detail__concept__box-detail {
  margin-left: min(4.1095890411vw, 15px);
  margin-left: min(4.1095890411vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-detail__concept__box-detail {
    margin-left: min(2.7777777778vw, 2.5rem);
  }
}

.p-top__concept {
  padding-bottom: min(27.5342465753vw, 100.5px);
  padding-bottom: min(27.5342465753vw, 6.28125rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top__concept {
    padding-bottom: min(14.5833333333vw, 13.125rem);
  }
}

.p-top__concept__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-top__concept__wrapper {
    padding-left: min(8.2191780822vw, 1.875rem);
    padding-right: min(8.2191780822vw, 1.875rem);
  }
}

.p-top__concept__title {
  position: relative;
}

.p-top__concept__title::after {
  content: "";
  display: block;
  width: min(8.2191780822vw, 30px);
  width: min(8.2191780822vw, 1.875rem);
  height: 2px;
  height: 0.125rem;
  position: absolute;
  bottom: min(2.7397260274vw, 10px);
  bottom: min(2.7397260274vw, 0.625rem);
  left: max(-8.2191780822vw, -30px);
  left: max(-8.2191780822vw, -1.875rem);
  background-color: #142135;
}
@media screen and (min-width: 768px) {
  .p-top__concept__title::after {
    bottom: min(0.6944444444vw, 0.625rem);
    width: min(8.3333333333vw, 7.5rem);
    left: max(-8.3333333333vw, -7.5rem);
  }
}

.p-top__concept__title h2 {
  font-size: min(10.4109589041vw, 38px);
  font-size: min(10.4109589041vw, 2.375rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: min(16.4383561644vw, 60px);
  margin-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-top__concept__title h2 {
    font-size: min(8.3333333333vw, 4.5rem);
    margin-bottom: min(4.8611111111vw, 4.375rem);
  }
}

.p-top__concept__boxes {
  grid-template-columns: 1fr;
  gap: min(5.5555555556vw, 80px) 0;
  gap: min(5.5555555556vw, 5rem) 0;
  max-width: min(52.7777777778vw, 760px);
  max-width: min(52.7777777778vw, 47.5rem);
}
@media screen and (max-width: 769px) {
  .p-top__concept__boxes {
    max-width: 100%;
    gap: min(16.4383561644vw, 3.75rem) 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top__concept__box {
    margin-left: min(6.9444444444vw, 6.25rem);
  }
}

.p-top__concept__box-ttl {
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 700;
  text-align: left;
  color: #04c1cd;
  line-height: 1.41;
  letter-spacing: 0em;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-family: "Barlow", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top__concept__box-ttl {
    font-size: min(1.5277777778vw, 1.375rem);
  }
}

.p-top__concept__box-desc {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__concept__box-desc {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.69;
    letter-spacing: 0em;
  }
}

.p-top__concept__img_box {
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top__concept__img_box {
    position: absolute;
    top: min(5.8333333333vw, 5.25rem);
    max-width: min(34.7222222222vw, 31.25rem);
    right: 0;
    margin-top: 0;
  }
}

.p-top__concept__detail {
  display: inline-block;
  margin-top: min(10.9589041096vw, 40px);
  margin-top: min(10.9589041096vw, 2.5rem);
}
@media screen and (max-width: 769px) {
  .p-top__concept__detail {
    padding-left: min(48.2191780822vw, 11rem);
  }
}
@media screen and (min-width: 768px) {
  .p-top__concept__detail {
    margin-left: min(35.3472222222vw, 31.8125rem);
    margin-top: min(5.5555555556vw, 5rem);
  }
}

.p-top__concept__detail a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__concept__detail a {
    font-size: min(1.3888888889vw, 1.25rem);
    margin-left: 0.875rem;
  }
}

.p-top__concept__detail span::before {
  content: "→";
}

.p-top__concept__detail a:hover span::before {
  content: "→";
}

.p-top__concept__bg-img {
  background-image: url("https://www.ritsumei.ac.jp/research/idx-agpf/image/concept_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 202.9/193.15;
  width: 100%;
  position: absolute;
  bottom: max(-27.7945205479vw, -101.45px);
  bottom: max(-27.7945205479vw, -6.340625rem);
  left: min(2.7397260274vw, 10px);
  left: min(2.7397260274vw, 0.625rem);
  max-width: min(55.5890410959vw, 202.9px);
  max-width: min(55.5890410959vw, 12.68125rem);
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .p-top__concept__bg-img {
    bottom: max(-18.0555555556vw, -16.25rem);
    left: min(8.3333333333vw, 7.5rem);
    max-width: min(36.1111111111vw, 32.5rem);
    left: min(8.3333333333vw, 7.5rem);
  }
}

.p-footer {
  position: relative;
  width: 100%;
}

.p-top__fv {
  margin-bottom: min(10.9589041096vw, 40px);
  margin-bottom: min(10.9589041096vw, 2.5rem);
  background: #eaf3f2;
}
@media screen and (min-width: 768px) {
  .p-top__fv {
    margin-bottom: min(6.25vw, 5.625rem);
  }
}

.p-top__fv__wrapper {
  padding: min(26.301369863vw, 6rem) 0 min(26.301369863vw, 6rem)  0;
  background-image: url("https://www.ritsumei.ac.jp/research/idx-agpf/image/fv.png");
  background-position: left 24% top 19%;
  background-size: 250%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top__fv__wrapper {
    padding: min(4.4444444444vw, 4rem) 0 min(13.8888888889vw, 10.5rem) 0;
    margin-left: min(4.1666666667vw, 3.75rem);
    background-size: contain;
    background-position: center;
  }
}

@media screen and (max-width: 769px) {
  .p-top__fv__title {
    margin-left: 0.9375rem;
  }
}

.p-top__fv__title h1 {
  font-size: min(8.2191780822vw, 30px);
  font-size: min(8.2191780822vw, 1.4rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__fv__title h1 {
    font-size: min(5.5555555556vw, 4rem);
    line-height: 1.45;
  }
}

.p-top__fv__title h1 span {
  display: inline-block;
  font-size: min(8.2191780822vw, 30px);
  font-size: min(8.2191780822vw, 1.55rem);
  font-weight: 700;
  text-align: left;
  color: #04c1cd;
  line-height: 1.6;
  letter-spacing: 0em;
  font-family: "inter";
}
@media screen and (min-width: 768px) {
  .p-top__fv__title h1 span {
    font-size: min(5.5555555556vw, 4.5rem);
    line-height: 1.45;
  }
}

.p-archieve__news__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
.p-archieve__news__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: min(4.1666666667vw, 60px);
  padding-top: min(4.1666666667vw, 3.75rem);
  padding-bottom: min(13.8888888889vw, 200px);
  padding-bottom: min(13.8888888889vw, 12.5rem);
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-archieve__news__title-box {
    padding-top: min(16.4383561644vw, 3.75rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-archieve__news__archive {
  margin-top: min(3.75vw, 54px);
  margin-top: min(3.75vw, 3.375rem);
  text-align: center;
  padding-bottom: min(38.3561643836vw, 140px);
  padding-bottom: min(38.3561643836vw, 8.75rem);
}
@media screen and (max-width: 769px) {
  .p-archieve__news__archive {
    width: 100%;
    text-align: center;
    margin-bottom: min(4.3835616438vw, 1rem);
    margin-top: min(9.8630136986vw, 2.25rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-archieve__news__archive span::before {
  content: "＋";
}

.p-archieve__news__archive a:hover span::before {
  content: "＋";
}

.p-archieve__news__detail-link {
  text-align: right;
}

.p-archieve__news__detail-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 40px;
  max-width: 2.5rem;
  margin-left: auto;
}

.p-archieve__news__boxes {
  grid-template-columns: 1fr;
  gap: 0 min(2.7777777778vw, 40px);
  gap: 0 min(2.7777777778vw, 2.5rem);
}
@media screen and (max-width: 769px) {
  .p-archieve__news__boxes {
    padding-right: min(8.2191780822vw, 1.875rem);
    padding-left: min(8.2191780822vw, 1.875rem);
  }
}

.p-archieve__news__box {
  padding-right: min(2.7777777778vw, 40px);
  padding-right: min(2.7777777778vw, 2.5rem);
  padding-left: min(2.7777777778vw, 40px);
  padding-left: min(2.7777777778vw, 2.5rem);
  grid-template-columns: min(5.5555555556vw, 5rem) 1fr min(2.7777777778vw, 2.5rem);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(1.8055555556vw, 26px);
  padding-top: min(1.8055555556vw, 1.625rem);
  padding-bottom: min(1.8055555556vw, 26px);
  padding-bottom: min(1.8055555556vw, 1.625rem);
  border-top: 1px solid #333;
}
@media screen and (max-width: 769px) {
  .p-archieve__news__box {
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 1fr min(10.9589041096vw, 2.5rem);
    gap: 0.125rem min(9.5890410959vw, 2.1875rem);
    padding-top: min(7.1232876712vw, 1.625rem);
    padding-bottom: min(7.1232876712vw, 1.625rem);
  }
}

.p-archieve__news__box:last-of-type {
  border-bottom: 1px solid #333;
}

.p-archieve__news__box time {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  color: #5e6269;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Barlow", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archieve__news__box time {
    font-size: min(1.1111111111vw, 1rem);
  }
}
@media screen and (max-width: 769px) {
  .p-archieve__news__box time {
    grid-column: 1/3;
    text-align: left;
  }
}

.p-archieve__news__box-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.875;
  letter-spacing: 0em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-archieve__news__box-title {
    font-size: min(1.3888888889vw, 1.25rem);
    line-height: 2;
    letter-spacing: 0em;
    -webkit-line-clamp: 1;
    margin-left: min(2.7777777778vw, 2.5rem);
    margin-right: min(0.77777777778vw,0.625rem);
  }
}

.p-archieve__news__box-title a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .p-archieve__news__box-title a {
    width: 100%;
    display: inline-block;
  }
}

.p-archieve__news__box-title a:hover {
  color: #04c1cd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-archieve__news__detail {
  margin-archieve: 16px;
  margin-archieve: 1rem;
}

.p-detail__news {
  margin-top: min(16.4383561644vw, 60px);
  margin-top: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-detail__news {
   padding-top: min(4.1666666667vw, 3.75rem);
margin-top:0;
  }
}

.p-detail__news__wrapper {
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-detail__news__wrapper {
    margin-right: min(4.1095890411vw, 0.9375rem);
    margin-left: min(4.1095890411vw, 0.9375rem);
  }
}

.p-detail__news__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-detail__news__archive {
  margin-top: min(3.75vw, 54px);
  margin-top: min(3.75vw, 3.375rem);
  text-align: center;
  padding-bottom: min(38.3561643836vw, 140px);
  padding-bottom: min(38.3561643836vw, 8.75rem);
}
@media screen and (max-width: 769px) {
  .p-detail__news__archive {
    width: 100%;
    text-align: center;
    margin-bottom: min(4.3835616438vw, 1rem);
    margin-top: min(9.8630136986vw, 2.25rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-detail__news__archive span::before {
  content: "→";
}

.p-detail__news__archive a:hover span::before {
  content: "→";
}

.p-detail__news__detail-link {
  text-align: right;
}

.p-detail__news__detail-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 40px;
  max-width: 2.5rem;
  margin-left: auto;
}

.p-detail__news__boxes {
  grid-template-columns: 1fr;
  gap: 0 min(2.7777777778vw, 40px);
  gap: 0 min(2.7777777778vw, 2.5rem);
  margin-top: min(13.8888888889vw, 200px);
  margin-top: min(13.8888888889vw, 12.5rem);
}
@media screen and (max-width: 769px) {
  .p-detail__news__boxes {
    padding-right: min(8.2191780822vw, 1.875rem);
    padding-left: min(8.2191780822vw, 1.875rem);
  }
}

.p-detail__news__box {
  background: #fff;
  padding-right: min(6.25vw, 90px);
  padding-right: min(6.25vw, 5.625rem);
  padding-left: min(6.25vw, 90px);
  padding-left: min(6.25vw, 5.625rem);
  grid-template-columns: 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(5.5555555556vw, 80px);
  padding-top: min(5.5555555556vw, 5rem);
  padding-bottom: min(5.5555555556vw, 80px);
  padding-bottom: min(5.5555555556vw, 5rem);
}
@media screen and (max-width: 769px) {
  .p-detail__news__box {
    padding-right: min(4.1095890411vw, 0.9375rem);
    padding-left: min(4.1095890411vw, 0.9375rem);
    grid-template-columns: 1fr;
    gap: 0.125rem min(9.5890410959vw, 2.1875rem);
    padding-top: min(10.9589041096vw, 2.5rem);
    padding-bottom: min(10.9589041096vw, 2.5rem);
  }
}

.p-detail__news__box time {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: left;
  color: #5e6269;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Barlow", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-detail__news__box time {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(0.9722222222vw, 0.875rem);
  }
}
@media screen and (max-width: 769px) {
  .p-detail__news__box time {
    margin-bottom: min(0.5479452055vw, 0.125rem);
  }
}

.p-detail__news__box-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.875;
  letter-spacing: 0em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: min(7.1232876712vw, 26px);
  padding-bottom: min(7.1232876712vw, 1.625rem);
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-detail__news__box-title {
    font-size: min(1.3888888889vw, 1.25rem);
    line-height: 1.416;
    letter-spacing: 0em;
    -webkit-line-clamp: 2;
    padding-bottom: min(2.0833333333vw, 1.875rem);
  }
}

.p-detail__news__box-title a {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .p-detail__news__box-title a {
    width: 100%;
    display: inline-block;
  }
}

.p-detail__news__detail {
  margin-archieve: 16px;
  margin-archieve: 1rem;
}

.p-detail__news__box-contents {
  margin-top: min(2.7777777778vw, 40px);
  margin-top: min(2.7777777778vw, 2.5rem);
  margin-bottom: min(2.7777777778vw, 40px);
  margin-bottom: min(2.7777777778vw, 2.5rem);
}
@media screen and (max-width: 769px) {
  .p-detail__news__box-contents {
    margin-top: min(7.1232876712vw, 1.625rem);
    margin-bottom: min(7.1232876712vw, 1.625rem);
  }
}
.p-detail__news__box-contents img{
object-fit:contain;
width:auto;
height:auto;
object-position:center;
}
.p-detail__news__box-contents a{
    -webkit-transition: 0.3s;
    transition: 0.3s;
text-decoration:underline;
}
.p-detail__news__box-contents a:hover{
color: #04c1cd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p-detail__news__box-contents h2 {
  margin-bottom: min(1.3888888889vw, 20px);
  margin-bottom: min(1.3888888889vw, 1.25rem);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.435;
  letter-spacing: 0em;
}
@media screen and (max-width: 769px) {
  .p-detail__news__box-contents h2 {
    margin-top: min(2.7397260274vw, 0.625rem);
  }
}
@media screen and (min-width: 768px) {
  .p-detail__news__box-contents h2 {
    font-size: min(1.6666666667vw, 1.5rem);
  }
}

.p-detail__news__box-contents h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.466;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-detail__news__box-contents h3 {
    font-size: min(1.3888888889vw, 1.25rem);
  }
}

.p-detail__news__box-contents p {
  margin-top: min(2.7397260274vw, 10px);
  margin-top: min(2.7397260274vw, 0.625rem);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-detail__news__box-contents p {
    margin-top: min(0.6944444444vw, 0.625rem);
    font-size: min(1.25vw, 1.125rem);
    line-height: 1.889;
    letter-spacing: 0em;
  }
}

.p-top__news {
  margin-bottom: min(32.8767123288vw, 120px);
  margin-bottom: min(32.8767123288vw, 7.5rem);
}
@media screen and (min-width: 768px) {
  .p-top__news {
    margin-bottom: min(15.9722222222vw, 14.375rem);
  }
}

.p-top__news__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-top__news__wrapper {
    padding-right: min(8.2191780822vw, 1.875rem);
    padding-left: min(8.2191780822vw, 1.875rem);
  }
}

.p-top__news__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-top__news__title h2 {
  font-size: min(10.4109589041vw, 38px);
  font-size: min(10.4109589041vw, 2.375rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__news__title h2 {
    font-size: min(4.1666666667vw, 3.75rem);
  }
}

.p-top__news__archive {
  margin-bottom: min(2.0638888889vw, 29.72px);
  margin-bottom: min(2.0638888889vw, 1.8575rem);
}
@media screen and (max-width: 769px) {
  .p-top__news__archive {
    width: 100%;
    text-align: right;
    margin-top: min(4.3835616438vw, 1rem);
  }
}

.p-archieve__news__archive {
  margin-top: min(3.75vw, 54px);
  margin-top: min(3.75vw, 3.375rem);
  text-align: center;
  padding-bottom: min(38.3561643836vw, 140px);
  padding-bottom: min(38.3561643836vw, 8.75rem);
}
@media screen and (max-width: 769px) {
  .p-archieve__news__archive {
    width: 100%;
    text-align: center;
    margin-bottom: min(4.3835616438vw, 1rem);
    margin-top: min(9.8630136986vw, 2.25rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-top__news__archive span::before {
  content: "→";
  font-weight: 300;
}

.p-top__news__archive a:hover span::before {
  content: "→";
  font-weight: 300;
}

.p-top__news__archive a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__news__archive a {
    font-size: min(1.3888888889vw, 1.25rem);
  }
}

.p-top__news__archive img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect: ratio 1/1;
  max-width: 40px;
  max-width: 2.5rem;
  margin-right: min(3.8356164384vw, 14px);
  margin-right: min(3.8356164384vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-top__news__archive img {
    margin-right: min(0.9722222222vw, 0.875rem);
  }
}

.p-top__news__detail-link {
  text-align: right;
}

.p-top__news__detail-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 40px;
  max-width: 2.5rem;
  margin-left: auto;
}

.p-top__news__boxes {
  grid-template-columns: 1fr;
  gap: 0 min(2.7777777778vw, 40px);
  gap: 0 min(2.7777777778vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-top__news__boxes {
    grid-template-columns: 1fr 1fr;
  }
}

.p-top__news__box {
  border-top: 1px solid #333;
}
@media screen and (max-width: 769px) {
  .p-top__news__box {
    display: grid;
    grid-template-columns: 1fr 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top__news__box-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-top: min(4.3835616438vw, 16px);
  padding-top: min(4.3835616438vw, 1rem);
  padding-bottom: min(4.3835616438vw, 16px);
  padding-bottom: min(4.3835616438vw, 1rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-top__news__box-title {
    padding-top: min(1.1111111111vw, 1rem);
    font-size: min(1.5277777778vw, 1.375rem);
    -webkit-line-clamp: 1;
  }
}

.p-top__news__box-title a {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .p-top__news__box-title a {
    max-width: min(65.7534246575vw, 15rem);
  }
}

.p-top__news__detail {
  margin-top: 16px;
  margin-top: 1rem;
}

#project_detail {
  background: #f3f3f3;
}

.p-project_detail {
  padding-top: min(16.4383561644vw, 60px);
  padding-top: min(16.4383561644vw, 3.75rem);
  padding-bottom: min(10.9589041096vw, 40px);
  padding-bottom: min(10.9589041096vw, 2.5rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-project_detail {
    padding-top: min(4.1666666667vw, 41.875rem);
    padding-bottom: min(6.9444444444vw, 6.25rem);
  }
}

.p-project_details {
  padding-bottom: min(16.4383561644vw, 60px);
  padding-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-project_details {
    padding-bottom: min(9.7222222222vw, 8.75rem);
  }
}

.p-project_detail__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-project_detail__wrapper {
    padding-left: min(4.1095890411vw, 0.9375rem);
    padding-right: min(4.1095890411vw, 0.9375rem);
  }
}

.p-project_detail__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}
.p-project_detail__title {
  margin-bottom: min(10.9589041096vw, 40px);
  margin-bottom: min(10.9589041096vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__title {
    margin-bottom: min(3.4722222222vw, 3.125rem);
  }
}

.p-project_detail__desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-project_detail__desc {
    font-size: min(1.1111111111vw, 1rem);
    max-width: calc(100% - 23.125rem);
  }
}
.p-project_detail__box--left {
  grid-template-columns: 1fr min(25.6944444444vw, 23.125rem);
  gap: 0 min(6.25vw, 90px);
  gap: 0 min(6.25vw, 5.625rem);
  margin-bottom: min(11.1111111111vw, 160px);
  margin-bottom: min(11.1111111111vw, 10rem);
}
@media screen and (max-width: 769px) {
  .p-project_detail__box--left {
    max-width: 100%;
    gap: min(5.4794520548vw, 1.25rem) 0;
    grid-template-columns: 1fr;
    margin-bottom: min(21.9178082192vw, 5rem);
  }
}

.p-project_detail__detail-desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
  padding-left: min(4.1095890411vw, 15px);
  padding-left: min(4.1095890411vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__detail-desc {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(1.3888888889vw, 1.25rem);
    padding-left: min(2.7777777778vw, 2.5rem);
  }
}

.p-project_detail__info {
  margin-bottom: min(10.9589041096vw, 40px);
  margin-bottom: min(10.9589041096vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__info {
    max-width: min(77.7777777778vw, 70rem);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: min(2.0833333333vw, 1.875rem);
  }
}

.p-project_detail__info-desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__info-desc {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-project_detail__item-box {
  max-width: min(77.7777777778vw, 1120px);
  max-width: min(77.7777777778vw, 70rem);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: min(21.9178082192vw, 80px);
  margin-bottom: min(21.9178082192vw, 5rem);
}
.p-project_detail__item span{
  font-size: min(4.3835616438vw, 1rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__item-box {
    margin-bottom: min(11.1111111111vw, 10rem);
  }
}

.p-project_detail__item-ttl {
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: min(2.7397260274vw, 10px);
  margin-bottom: min(2.7397260274vw, 0.625rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__item-ttl {
    font-size: min(1.3888888889vw, 1.25rem);
    margin-bottom: min(0.6944444444vw, 0.625rem);
  }
}

.p-project_detail__img_box {
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-project_detail__img_box {
    max-width: min(25.6944444444vw, 23.125rem);
  }
}

.p-project_detail__img_box img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 315/423;
  max-width: 423px;
  max-width: 26.4375rem;
}
@media screen and (min-width: 768px) {
  .p-project_detail__img_box img {
    aspect-ratio: 370/501;
    max-width: 23.125rem;
  }
}

.p-project_detail__items {
  background-color: #f9f9f9;
  padding: min(5.4794520548vw, 20px) min(4.1095890411vw, 15px);
  padding: min(5.4794520548vw, 1.25rem) min(4.1095890411vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__items {
    padding: min(2.7777777778vw, 2.5rem);
  }
}

.p-project_detail__item + .p-project_detail__item {
  margin-top: min(3.2876712329vw, 12px);
  margin-top: min(3.2876712329vw, 0.75rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__item + .p-project_detail__item {
    margin-top: min(1.1111111111vw, 1rem);
  }
}

.p-project_detail__img {
  max-width: min(328.7671232877vw, 1200px);
  max-width: min(328.7671232877vw, 75rem);
  overflow-x: scroll;
  margin-bottom: min(8.2191780822vw, 30px);
  margin-bottom: min(8.2191780822vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-project_detail__img {
    max-width: min(83.3333333333vw, 75rem);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: min(2.7777777778vw, 2.5rem);
  }
}

.p-project_detail__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1200/843;
  width: 100%;
  max-width: min(83.3333333333vw, 1200px);
  max-width: min(83.3333333333vw, 75rem);
}
@media screen and (max-width: 769px) {
  .p-project_detail__img img {
    width: min(254.7945205479vw, 58.125rem);
    max-width: min(254.7945205479vw, 58.125rem);
    aspect-ratio: initial;
  }
}

.p-project__name__contents {
  grid-template-columns: 1fr;
  gap: min(2.7397260274vw, 10px) 0;
  gap: min(2.7397260274vw, 0.625rem) 0;
  margin-bottom: min(16.4383561644vw, 60px);
  margin-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-project__name__contents {
    gap: min(1.1111111111vw, 1rem) 0;
    margin-bottom: min(4.1666666667vw, 3.75rem);
  }
}

.p-project__name__content {
  background-color: #f9f9f9;
  padding: min(5.4794520548vw, 22px) min(1.0416666667vw, 15px);
  padding: min(5.4794520548vw, 1.375rem) min(1.0416666667vw, 0.9375rem);
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-project__name__content {
    padding: min(1.4583333333vw, 1.3125rem) min(2.7777777778vw, 2.5rem);
    grid-template-columns: min(6.25vw, 5.625rem) 1fr;
  }
}

.p-project__name__content--left {
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-project__name__content--left {
    font-size: min(1.25vw, 1.125rem);
  }
}
@media screen and (max-width: 769px) {
  .p-project__name__content--left {
    text-align: center;
    padding-bottom: min(1.6438356164vw, 0.375rem);
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: min(5.4794520548vw, 1.25rem);
    max-width: min(19.1780821918vw, 4.375rem);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

.p-project__name__content--right {
  padding-left: min(5.4794520548vw, 20px);
  padding-left: min(5.4794520548vw, 1.25rem);
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-project__name__content--right {
    border-left: 1px solid #cbcbcb;
    padding-left: min(3.4722222222vw, 3.125rem);
    line-height: 1.666;
    letter-spacing: 0em;
    font-size: min(1.25vw, 1.125rem);
  }
}

.p-project__name__systems {
  grid-template-columns: 1fr;
  gap: min(16.4383561644vw, 60px) 0;
  gap: min(16.4383561644vw, 3.75rem) 0;
}
@media screen and (min-width: 768px) {
  .p-project__name__systems {
    gap: min(4.1666666667vw, 3.75rem) 0;
  }
}

.p-project__name__system {
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-project__name__system {
    margin-bottom: min(2.0833333333vw, 1.875rem);
  }
}

.p-project__name__system_box {
  grid-template-columns: 1fr;
  gap: min(5.4794520548vw, 20px) 0;
  gap: min(5.4794520548vw, 1.25rem) 0;
}
@media screen and (min-width: 768px) {
  .p-project__name__system_box {
    grid-template-columns: min(9.7222222222vw, 8.75rem) 1fr;
    gap: 0;
  }
}

.p-project__name__system--left {
  background: #e3e3e3;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 60px;
  line-height: 3.75rem;
}

.p-project__name__system--left span {
  display: inline-block;
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: #142135;
  line-height: 1.444;
  letter-spacing: 0em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-project__name__system--left span {
    font-size: min(1.25vw, 1.125rem);
  }
}

.p-project__name__system--right {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-project__name__system--right {
    font-size: min(1.25vw, 1.125rem);
    line-height: 1.666;
    letter-spacing: 0em;
    width: min(65.2777777778vw, 58.75rem);
  }
}

.p-project__name__img {
  max-width: min(83.3333333333vw, 1200px);
  max-width: min(83.3333333333vw, 75rem);
  overflow-x: scroll;
  margin-bottom: min(8.2191780822vw, 30px);
  margin-bottom: min(8.2191780822vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-project__name__img {
    max-width: min(83.3333333333vw, 75rem);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: min(3.75vw, 3.375rem);
    overflow: visible;
    overflow: initial;
  }
}

.p-project__name__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: min(254.7945205479vw, 930px);
  max-width: min(254.7945205479vw, 58.125rem);
  height: auto;
  width: 100%;
  max-width: min(83.3333333333vw, 1200px);
  max-width: min(83.3333333333vw, 75rem);
}
@media screen and (max-width: 769px) {
  .p-project__name__img img {
    width: min(254.7945205479vw, 58.125rem);
    max-width: min(254.7945205479vw, 58.125rem);
  }
}

.p-project__name__systems-img {
  max-width: min(77.7777777778vw, 1120px);
  max-width: min(77.7777777778vw, 70rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .p-project__name__systems-img {
    overflow-x: scroll;
  }
}

.p-project__name__systems-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  max-width: 1120px;
  max-width: 70rem;
  height: auto;
  aspect-ratio: initial;
}
@media screen and (max-width: 769px) {
  .p-project__name__systems-img img {
    width: min(254.7945205479vw, 58.125rem);
    max-width: min(254.7945205479vw, 58.125rem);
    aspect-ratio: initial;
  }
}

.p-top__project {
  background: #ebf2f1;
  position: relative;
}
.p-top__project__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: min(9.7222222222vw, 140px);
  padding-bottom: min(9.7222222222vw, 8.75rem);
  padding-top: min(7.6388888889vw, 110px);
  padding-top: min(7.6388888889vw, 6.875rem);
}
@media screen and (max-width: 769px) {
  .p-top__project__wrapper {
    padding-bottom: min(16.4383561644vw, 3.75rem);
    padding-top: min(16.4383561644vw, 3.75rem);
    padding-left: min(7.397260274vw, 1.6875rem);
    padding-right: min(7.6712328767vw, 1.75rem);
  }
}

.p-top__project__title {
  position: relative;
}

.p-top__project__title::after {
  content: "";
  display: block;
  width: min(8.2191780822vw, 30px);
  width: min(8.2191780822vw, 1.875rem);
  height: 2px;
  height: 0.125rem;
  position: absolute;
  bottom: min(2.7397260274vw, 10px);
  bottom: min(2.7397260274vw, 0.625rem);
  right: max(-8.2191780822vw, -30px);
  right: max(-8.2191780822vw, -1.875rem);
  background-color: #142135;
}
@media screen and (min-width: 768px) {
  .p-top__project__title::after {
    bottom: min(0.6944444444vw, 0.625rem);
    width: min(8.3333333333vw, 7.5rem);
    right: max(-8.3333333333vw, -7.5rem);
  }
}

.p-top__project__title h2 {
  font-size: min(10.4109589041vw, 38px);
  font-size: min(10.4109589041vw, 2.375rem);
  font-weight: 700;
  text-align: right;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: min(16.4383561644vw, 60px);
  margin-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-top__project__title h2 {
    font-size: min(8.3333333333vw, 4.5rem);
    margin-bottom: min(4.8611111111vw, 4.375rem);
  }
}

.p-top__project__boxes {
  grid-template-columns: 1fr;
 /* gap: min(16.25vw, 234px) 0;
  gap: min(16.25vw, 14.625rem) 0;
*/
gap: min(9.663vw, 140px) 0;
gap: min(16.25vw, 8.75rem) 0;
}
@media screen and (max-width: 769px) {
  .p-top__project__boxes {
    /*gap: min(16.4383561644vw, 3.75rem) 0;*/
gap: min(13.1504vw, 3rem) 0;
  }
}

.p-top__project__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top__project__box {
    margin-left: min(6.9444444444vw, 6.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top__project__box--right {
    /*margin-left: min(26.3888888889vw, 23.75rem);*/
    margin-left: min(6.9444444444vw, 6.25rem);
  }
}

.p-top__project__box__inner {
  grid-template-columns: 1fr;
}

.p-top__project__box-ttl {
  font-family: "Barlow", "Roboto", sans-serif;
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 700;
  text-align: left;
  color: #04c1cd;
  line-height: 1.41;
  letter-spacing: 0em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top__project__box-ttl {
    font-size: min(1.5277777778vw, 1.375rem);
    margin-bottom: 0.25rem;
  }
}

.p-top__project__box-desc {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: left;
  color: #142135;
  line-height: 1.84;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__project__box-desc {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.69;
    letter-spacing: 0em;
  }
}

.p-top__project__box-detail {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  max-width: 740px;
  max-width: 46.25rem;
}
@media screen and (min-width: 768px) {
  .p-top__project__box-detail {
    font-size: min(1.25vw, 1.125rem);
    margin-top: 1.875rem;
  }
}

.p-top__project__box-lists {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 0;
  gap: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-top__project__box-lists {
    font-size: min(1.25vw, 1.125rem);
    margin-top: 1.875rem;
    gap: 1rem 0;
  }
}

.p-top__project__box-list {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-top__project__box-list {
    font-size: min(1.5277777778vw, 1.375rem);
  }
}

.p-top__project__box--right .p-top__project__box-img {
  max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__project__box--right .p-top__project__box-img {
    position: absolute;
    top: 0;
    left: max(-34.7222222222vw, -31.25rem);
    /*max-width: min(28.4722222222vw, 25.625rem);*/
max-width: min(23.494vw, 21.25rem);
  }
}
@media screen and (max-width: 769px) {
  .p-top__project__box--right .p-top__project__box-img {
    margin-top: min(16.4383561644vw, 3.75rem);
  }
}

.p-top__project__box--left .p-top__project__box-img {
  /*max-width: min(86.301369863vw, 315px);
  max-width: min(86.301369863vw, 19.6875rem);*/
    max-width: min(85.4vw, 37.5rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__project__box--left .p-top__project__box-img {
    position: absolute;
    /*max-width: min(28.4722222222vw, 25.625rem);*/
   max-width: min(23.494vw, 21.25rem);
    margin-top: min(16.4383561644vw, 3.75rem);
/*    top: max(-12.0833333333vw, -10.875rem);*/
   top: max(-8.74592vw, -7.875rem);
  /*  right: max(-8.3333333333vw, -7.5rem);*/
right: max(-2.77777677vw, -2.5rem)
  }
}
@media screen and (max-width: 769px) {
  .p-top__project__box--left .p-top__project__box-img {
    margin-top: min(16.4383561644vw, 3.75rem);
  }
}

.p-top__project__detail {
  display: inline-block;
  margin-top: min(10.9589041096vw, 40px);
  margin-top: min(10.9589041096vw, 2.5rem);
}
@media screen and (max-width: 769px) {
  .p-top__project__detail {
    padding-left: min(48.2191780822vw, 11rem);
  }
}
@media screen and (min-width: 768px) {
  .p-top__project__detail {
    margin-left: min(35.3472222222vw, 31.8125rem);
    margin-top: min(5.5555555556vw, 5rem);
  }
}

.p-top__project__detail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top__project__detail a {
    font-size: min(1.3888888889vw, 1.25rem);
    margin-left: 0.875rem;
  }
}

.p-top__project__detail-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 40px;
  max-width: 2.5rem;
}

.p-top__project__detail span::before {
  content: "→";
}

.p-top__project__detail a:hover span::before {
  content: "→";
}

.p-top__project__box-list {
  position: relative;
  z-index: 5;
}
/*
.p-top__project__box-list::before {
  content: "";
  background: #c8ebed;
  color: #c8ebed;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
*/
#teams_team {
  background: #f3f3f3;
}

#teams_top {
  padding-top: min(16.4383561644vw, 60px);
  padding-top: min(16.4383561644vw, 3.75rem);
  position: relative;
  padding-bottom: min(16.4383561644vw, 60px);
  padding-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  #teams_top {
    padding-top: min(4.1666666667vw, 3.75rem);
    padding-bottom: min(13.8888888889vw, 12.5rem);
  }
}

.p-teams_team__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-teams_team__wrapper {
    padding-left: min(4.1095890411vw, 0.9375rem);
    padding-right: min(4.1095890411vw, 0.9375rem);
  }
}

.p-teams_team__boxes {
  grid-template-columns: 1fr;
  gap: min(13.8888888889vw, 200px) 0;
  gap: min(13.8888888889vw, 12.5rem) 0;
}
@media screen and (max-width: 769px) {
  .p-teams_team__boxes {
    gap: min(21.9178082192vw, 5rem) 0;
  }
}

.p-teams_team__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 0;
}

.p-teams_partner__boxes {
  grid-template-columns: 1fr;
  gap: min(5.4794520548vw, 20px) 0;
  gap: min(5.4794520548vw, 1.25rem) 0;
margin-bottom: min(16.4383561644vw, 60px);
  margin-bottom: min(16.4383561644vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-teams_partner__boxes {
    grid-template-columns: 1fr 1fr;
    gap: 0 min(1.3888888889vw, 1.25rem);
    margin-bottom: min(9.7222222222vw, 8.75rem);

  }
}

.p-teams_partner__box {
  background: #f9f9f9;
  padding: min(10.9589041096vw, 40px) min(4.1095890411vw, 15px);
  padding: min(10.9589041096vw, 2.5rem) min(4.1095890411vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box {
    padding: min(3.4722222222vw, 3.125rem) min(2.7777777778vw, 2.5rem);
  }
}

.p-teams_partner__box-img {
  max-width: min(52.0547945205vw, 190px);
  max-width: min(52.0547945205vw, 11.875rem);
 /* margin-bottom: min(4.3835616438vw, 16px);
  margin-bottom: min(4.3835616438vw, 1rem);*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-img {
    max-width: min(17.3611111111vw, 15.625rem);
  /*  margin-bottom: min(2.0833333333vw, 1.875rem);*/
  }
}

.p-teams_partner__box-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 190/27;
  max-width: 190px;
  max-width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-img img {
    aspect-ratio: 250/36;
    max-width: 15.625rem;
  }
}

.p-teams_partner__box-img2 {
  max-width: min(64.6575342466vw, 236px);
  max-width: min(64.6575342466vw, 14.75rem);
  /*margin-bottom: min(4.3835616438vw, 16px);
  margin-bottom: min(4.3835616438vw, 1rem);*/
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-img2 {
    max-width: min(18.8194444444vw, 16.9375rem);
   /* margin-bottom: min(2.0833333333vw, 1.875rem);*/
  }
}

.p-teams_partner__box-img2 img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 236/40;
  max-width: 236px;
  max-width: 14.75rem;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-img2 img {
    aspect-ratio: 271/46;
    max-width: 16.9375rem;
  }
}

.p-teams_partner__box-ttl {
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
  font-size: min(4.3835616438vw, 16px);
  font-size: min(4.3835616438vw, 1rem);
  font-weight: 500;
  text-align: center;
  color: #142135;
  line-height: 1.4375;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-ttl {
    font-size: min(1.25vw, 1.125rem);
    line-height: 1.888;
    letter-spacing: 0em;
    margin-bottom: min(2.0833333333vw, 1.875rem);
    text-align: left;
  }
}

.p-teams_partner__box-subttl {
  margin-bottom: min(4.3835616438vw, 16px);
  margin-bottom: min(4.3835616438vw, 1rem);
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 500;
  text-align: left;
  color: #5e6269;
  line-height: 1.4375;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-subttl {
    font-size: min(1.1111111111vw, 1rem);
    margin-bottom: min(1.3888888889vw, 1.25rem);
  }
}

.p-teams_partner__box-subttl::after {
  content: "";
  display: block;
  background-color: #cbcbcb;
  height: 1px;
  width: min(55.0684931507vw, 201px);
  width: min(55.0684931507vw, 12.5625rem);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-subttl::after {
    width: min(23.3333333333vw, 21rem);
  }
}

.p-teams_partner__box-lists {
  list-style: disc;
}

.p-teams_partner__box-list {
  font-size: min(3.5616438356vw, 13px);
  font-size: min(3.5616438356vw, 0.8125rem);
  font-weight: 400;
  text-align: left;
  color: #5e6269;
  line-height: 1.428;
  letter-spacing: 0em;
  margin-left: min(5.2054794521vw, 19px);
  margin-left: min(5.2054794521vw, 1.1875rem);
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-list {
    font-size: min(0.9722222222vw, 0.875rem);
    margin-left: min(1.3194444444vw, 1.1875rem);
  }
}

.p-teams_partner__box-list::before {
  content: "";
  display: block;
  width: 3px;
  width: 0.1875rem;
  height: 3px;
  height: 0.1875rem;
  border-radius: 50%;
  background: #142135;
  position: absolute;
  left: -10px;
  left: -0.625rem;
  top: calc(0.714em - 0.09375rem);
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-list::before {
    top: calc(0.714em - 0.09375rem);
  }
}

.p-teams_partner__box-list + .p-teams_partner__box-list {
  margin-top: min(3.8136986301vw, 13.92px);
  margin-top: min(3.8136986301vw, 0.87rem);
}
@media screen and (min-width: 768px) {
  .p-teams_partner__box-list + .p-teams_partner__box-list {
    margin-top: min(1.1111111111vw, 1rem);
  }
}

.p-teams_team__box-ttl {
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-teams_team__box-ttl {
    margin-bottom: min(3.75vw, 3.375rem);
  }
}

.p-teams_members {
  grid-template-columns: 1fr 1fr;
  gap: min(5.4794520548vw, 20px) min(4.1095890411vw, 15px);
  gap: min(5.4794520548vw, 1.25rem) min(4.1095890411vw, 0.9375rem);
  
}
@media screen and (min-width: 768px) {
  .p-teams_members {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: min(3.75vw, 3.375rem);
  }
}

.p-teams_member {
  max-width: min(41.095890411vw, 150px);
  max-width: min(41.095890411vw, 9.375rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-teams_member {
    max-width: min(16.6666666667vw, 15rem);
  }
}

.p-teams_member img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 150/188;
  max-width: 150px;
  max-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-teams_member img {
    aspect-ratio: 240/300;
    max-width: 15rem;
  }
}

.p-teams_member__img_info {
  margin-top: min(2.7397260274vw, 10px);
  margin-top: min(2.7397260274vw, 0.625rem);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-teams_member__img_info {
    margin-top: min(0.9722222222vw, 0.875rem);
  }
}

.p-teams_member__img_ttl {
  display: inline-block;
  width: 100%;
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 400;
  text-align: center;
  color: #142135;
  line-height: 1.416;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-teams_member__img_ttl {
    font-size: min(0.8333333333vw, 0.75rem);
  }
}

.p-teams_member__img_name {
  display: inline-block;
  margin-top: min(0.5479452055vw, 2px);
  margin-top: min(0.5479452055vw, 0.125rem);
  width: 100%;
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 500;
  text-align: center;
  color: #142135;
  line-height: 1.641;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-teams_member__img_name {
    font-size: min(1.1111111111vw, 1rem);
    margin-top: min(0.2777777778vw, 0.25rem);
  }
}

.p-detail__value {
  position: relative;
}

.p-detail__value__img img {
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 375/240.44;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail__value__img img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1440/460;
    max-width: 90rem;
  }
}

.p-detail__value__box {
  width: 100%;
  padding: min(10.9589041096vw, 40px) min(4.1095890411vw, 15px) min(16.4383561644vw, 60px);
  padding: min(10.9589041096vw, 2.5rem) min(4.1095890411vw, 0.9375rem) min(16.4383561644vw, 3.75rem);
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f3f3;
  max-width: min(94.5205479452vw, 345px);
  max-width: min(94.5205479452vw, 21.5625rem);
  margin-top: max(-27.397260274vw, -100px);
  margin-top: max(-27.397260274vw, -6.25rem);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-detail__value__box {
    padding: min(5.5555555556vw, 5rem) min(6.9444444444vw, 6.25rem) min(9.7222222222vw, 8.75rem);
    max-width: min(91.6666666667vw, 82.5rem);
    margin-top: max(-9.0277777778vw, -8.125rem);
  }
}

.p-detail__value__box-ttl {
  text-align: center;
  margin-bottom: min(3.75vw, 54px);
  margin-bottom: min(3.75vw, 3.375rem);
}

.p-detail__value__box-ttl::after {
  left: 25%;
}

@media screen and (max-width: 769px) {
  .p-detail__value__box-detail {
    padding-right: min(2.7397260274vw, 0.625rem);
    padding-left: min(2.7397260274vw, 0.625rem);
  }
}

.p-detail__value__detail-desc {
  font-size: min(3.8356164384vw, 14px);
  font-size: min(3.8356164384vw, 0.875rem);
  font-weight: 400;
  text-align: left;
  color: #142135;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-detail__value__detail-desc {
    text-align: center;
    font-size: min(1.25vw, 1.125rem);
    line-height: 1.88;
    letter-spacing: 0em;
    margin-bottom: min(4.1666666667vw, 3.75rem);
  }
}

.p-detail__value__contents {
  grid-template-columns: 1fr 1fr;
  gap: min(5.4794520548vw, 20px) 13px;
  gap: min(5.4794520548vw, 1.25rem) 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-detail__value__contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: min(1.3888888889vw, 1.25rem) 0.8125rem;
  }
}

.p-detail__value__content {
  padding: min(4.9315068493vw, 18px) min(2.7397260274vw, 10px) min(5.4794520548vw, 20px);
  padding: min(4.9315068493vw, 1.125rem) min(2.7397260274vw, 0.625rem) min(5.4794520548vw, 1.25rem);
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .p-detail__value__content {
    padding: min(2.0833333333vw, 1.875rem) min(1.3888888889vw, 1.25rem) min(2.7777777778vw, 2.5rem);
  }
}

.p-detail__value__content-number_box {
  text-align: center;
  margin-bottom: min(6.0273972603vw, 22px);
  margin-bottom: min(6.0273972603vw, 1.375rem);
}
@media screen and (min-width: 768px) {
  .p-detail__value__content-number_box {
    margin-bottom: min(1.6666666667vw, 1.5rem);
  }
}

.p-detail__value__content-number {
  border-bottom: 1px solid #04c1cd;
  display: inline-block;
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: #142135;
  line-height: 1.888;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-detail__value__content-number {
    font-size: min(1.6666666667vw, 1.5rem);
    line-height: 1.416;
    letter-spacing: 0em;
  }
}

.p-detail__value__content-ttl {
  font-size: min(4.9315068493vw, 18px);
  font-size: min(4.9315068493vw, 1.125rem);
  font-weight: 700;
  text-align: center;
  color: #142135;
  line-height: 1.444;
  letter-spacing: 0em;
  margin-bottom: min(5.4794520548vw, 20px);
  margin-bottom: min(5.4794520548vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-detail__value__content-ttl {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.769;
    letter-spacing: 0em;
    margin-bottom: min(1.1111111111vw, 1rem);
  }
}

.p-detail__value__content-desc {
  font-size: min(3.2876712329vw, 12px);
  font-size: min(3.2876712329vw, 0.75rem);
  font-weight: 400;
  text-align: left;
  color: #5e6269;
  line-height: 1.667;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .p-detail__value__content-desc {
    font-size: min(1.1111111111vw, 1rem);
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.p-archieve__research__wrapper {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
}
.p-archieve__research__title-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 9.375rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: min(4.1666666667vw, 60px);
  padding-top: min(4.1666666667vw, 3.75rem);
  padding-bottom: min(11.6666666667vw, 168px);
  padding-bottom: min(11.6666666667vw, 10.5rem);
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-archieve__research__title-box {
    padding-top: min(16.4383561644vw, 3.75rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-archieve__research__archive {
  margin-top: min(3.75vw, 54px);
  margin-top: min(3.75vw, 3.375rem);
  text-align: center;
  padding-bottom: min(38.3561643836vw, 140px);
  padding-bottom: min(38.3561643836vw, 8.75rem);
}
@media screen and (max-width: 769px) {
  .p-archieve__research__archive {
    width: 100%;
    text-align: center;
    margin-bottom: min(4.3835616438vw, 1rem);
    margin-top: min(9.8630136986vw, 2.25rem);
    padding-bottom: min(16.4383561644vw, 3.75rem);
  }
}

.p-archieve__research__detail .p-archieve__research__detail--author,
.p-archieve__research__detail .p-archieve__research__detail--page {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: left;
  color: #5e6269;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__detail .p-archieve__research__detail--author,
.p-archieve__research__detail .p-archieve__research__detail--page {
    font-size: min(0.8333333333vw, 0.75rem);
  }
}
@media screen and (max-width: 769px) {
  .p-archieve__research__detail .p-archieve__research__detail--author,
.p-archieve__research__detail .p-archieve__research__detail--page {
    text-align: left;
  }
}

.p-archieve__research__detail .p-archieve__research__detail--author {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 769px) {
  .p-archieve__research__detail .p-archieve__research__detail--author {
    margin-bottom: 0.3125rem;
  }
}

.p-archieve__research__detail-link {
  text-align: right;
}

.p-archieve__research__detail-link img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 40px;
  max-width: 2.5rem;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .p-archieve__research__boxes {
    padding-right: min(4.1095890411vw, 0.9375rem);
    padding-left: min(4.1095890411vw, 0.9375rem);
  }
}

.p-archieve__research__box-wrapper {
  grid-template-columns: 1fr;
  gap: 20px 0;
  gap: 1.25rem 0;
}
@media screen and (max-width: 769px) {
  .p-archieve__research__box-wrapper {
    gap: 0.9375rem 0;
  }
}

.p-archieve__research__box {
  background: #fff;
}

.p-archieve__research__box-link {
  padding-right: min(2.7777777778vw, 40px);
  padding-right: min(2.7777777778vw, 2.5rem);
  padding-left: min(2.7777777778vw, 40px);
  padding-left: min(2.7777777778vw, 2.5rem);
  padding-top: min(1.8055555556vw, 26px);
  padding-top: min(1.8055555556vw, 1.625rem);
  padding-bottom: min(1.8055555556vw, 26px);
  padding-bottom: min(1.8055555556vw, 1.625rem);
  grid-template-columns: 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.1805555556vw, 17px) 0;
  gap: min(1.1805555556vw, 1.0625rem) 0;
}
@media screen and (max-width: 769px) {
  .p-archieve__research__box-link {
    gap: min(2.7397260274vw, 0.625rem) 0;
    padding: min(5.4794520548vw, 1.25rem);
  }
}

.p-archieve__research__box time {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: left;
  color: #5e6269;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Barlow", "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__box time {
    font-size: min(1.1111111111vw, 1rem);
  }
}
@media screen and (max-width: 769px) {
  .p-archieve__research__box time {
    text-align: left;
  }
}

.p-archieve__research__box .p-archieve__research__detail-tag {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: left;
  color: #5e6269;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__box .p-archieve__research__detail-tag {
    font-size: min(0.9722222222vw, 0.875rem);
  }
}
@media screen and (max-width: 769px) {
  .p-archieve__research__box .p-archieve__research__detail-tag {
    text-align: left;
  }
}

.p-archieve__research__box-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #142135;
  line-height: 1.1;
  letter-spacing: 0.03em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__box-title {
    font-size: min(1.3888888889vw, 1.25rem);
    line-height: 1.3;
    letter-spacing: 0em;
    -webkit-line-clamp: 1;
  }
}

.p-archieve__research__box-title a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .p-archieve__research__box-title a {
    width: 100%;
    display: inline-block;
  }
}

.p-archieve__research__box-title a:hover {
  color: #04c1cd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-archieve__research__detail {
  margin-archieve: 16px;
  margin-archieve: 1rem;
}

.p-archieve__research_box-ttl {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: min(6.0273972603vw, 22px);
  font-size: min(6.0273972603vw, 1.375rem);
  font-family: "Noto Sans JP", "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-archieve__research_box-ttl {
    font-size: min(1.8055555556vw, 1.625rem);
    line-height: 1.34;
    letter-spacing: 0em;
    -webkit-line-clamp: 1;
    margin-bottom: 3.125rem;
  }
}

.p-archieve__research__box--basic {
  grid-template-columns: min(17.5342465753vw, 4rem) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  gap: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__box--basic {
    grid-template-columns: 5rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.25rem;
  }
}

.p-archieve__research__tab-box {
  grid-template-columns: 1fr;
  gap: 40px 0;
  gap: 2.5rem 0;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-archieve__research__tab-box {
    gap: 5.625rem 0;
    padding-bottom: 9.375rem;
  }
}

.blog-sort-tabs {
  margin-bottom: min(6.9444444444vw, 100px);
  margin-bottom: min(6.9444444444vw, 6.25rem);
}
@media screen and (max-width: 769px) {
  .blog-sort-tabs {
    padding-inline: 0.9375rem;
    gap: 0 0.0625rem;
    display: grid;
    margin-bottom: min(16.4383561644vw, 3.75rem);
    grid-template-columns: min(19.1780821918vw, 4.375rem) 1fr;
  }
}

.p-archieve__research_tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-archieve__research_tab-label {
  margin-right: 10px;
  margin-right: 0.625rem;
  font-weight: bold;
  max-width: min(8.6111111111vw, 124px);
  max-width: min(8.6111111111vw, 7.75rem);
  width: 100%;
}
@media screen and (max-width: 769px) {
  .p-archieve__research_tab-label {
    max-width: min(19.1780821918vw, 4.375rem);
  }
}

.p-archieve__research_tab {
  background-color: #e3e3e3;
  border: none;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 1.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-width: min(4.2361111111vw, 61px);
  min-width: min(4.2361111111vw, 3.8125rem);
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 769px) {
  .p-archieve__research_tab {
    margin-bottom: 0.3125rem;
    margin-right: 0.3125rem;
    padding: 0.5rem 0.8125rem;
  }
}

.p-archieve__research_tab:hover {
  background-color: #e0e0e0;
}

.p-archieve__research_tab.active {
  background-color: #1a202c;
  color: white;
}

.p-archieve__contents__tab {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (max-width: 769px) {
  .p-archieve__contents__tab {
    margin-inline: 1.25rem;
  }
}

.works {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.works__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.works__subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.works__slider {
  padding-bottom: 0;
 /* overflow: hidden; */
  position: relative;
  /* padding-left: 125px; */
}
.swiper-slide.works__slide iframe{
    object-fit: contain;
    aspect-ratio: 415 / 233;
    max-width: 375px;
    width: 100%;
margin-inline:auto;
height:auto;
}
@media screen and (min-width: 768px) {
  .works__slider {
  /*  overflow-x: hidden; */
    padding-bottom: min(19.375vw, 17.4375rem);
	max-width: min(60.1851851852vw, 650px);
	max-width: min(60.1851851852vw, 40.625rem);
margin-inline:auto;
  }
.swiper-slide.works__slide iframe{
   object-fit: contain;
    aspect-ratio: 600 / 364;
    max-width: min(60.1851851852vw, 650px);
max-width: min(60.1851851852vw, 40.625rem);
    width: 100%;
margin-inline:auto;
}
}
@media screen and (max-width: 769px) {
  .works__slider {
    padding-bottom: min(13.698630137vw, 3.125rem);
  }
}

.works__slide {
  overflow: hidden;
transition:0.2s;
}

@media screen and (min-width: 768px) {
  .works__slide {
   /* -webkit-transform: translate(55%, 0) !important;
            transform: translate(55%, 0) !important;*/
  }
.works__slide:hover{
transform:scale(1.01);
/*transform:translate(55%, 0) scale(1.01);*/
transition:0.2s;
}
}

.works__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 440/247;
}

.works__content {
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 769px) {
  .works__content {
    padding: 1.25rem 0;
  }
}

.works__company {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-top: 0;
}

.works__description {
  font-size: min(0.9520833333vw, 13.71px);
  font-size: min(0.9520833333vw, 0.856875rem);
  font-weight: bold;
}

@media screen and (min-width: 1440px) {
.works__description {
font-size:1.25rem;
}
}
@media screen and (max-width: 1024px) {
  .works__description {
  font-size: min(1.953125vw, 20px);
  font-size: min(1.953125vw, 1.25rem);
}
}
@media screen and (max-width: 769px) {
  .works__description {
    font-size: min(3.7561643836vw, 0.856875rem);
  }
}

.works__type {
  font-size: 12px;
  font-weight: 700;
  color: #cecece;
}

.swiper-button-next {
  top: auto;
  left: 23.5%;
  bottom: min(13.5277777778vw, 194.8px);
  bottom: min(13.5277777778vw, 12.175rem);
  width: min(2.8472222222vw, 41px);
  width: min(2.8472222222vw, 2.5625rem);
  height: min(2.8472222222vw, 41px);
  height: min(2.8472222222vw, 2.5625rem);
  min-width: 20px;
  min-width: 1.25rem;
}
@media screen and (min-width: 1440px) {
  .swiper-button-next {
width:2.84%;
height:auto;
aspect-ratio:1 / 1;
}
}
@media screen and (max-width: 1024px) {
  .swiper-button-next {
    left: 12.5%;
width: min(4.8828125vw, 50px);
        width: min(4.8828125vw, 3.125rem);
        height: min(4.8828125vw, 50px);
        height: min(4.8828125vw, 3.125rem);
  }
}
@media screen and (max-width: 769px) {
  .swiper-button-next {
    bottom: 1.5625rem;
    left: 10%;
    width: min(6.8493150685vw, 1.5625rem);
    height: min(6.8493150685vw, 1.5625rem);
  }
}

.swiper-button-prev {
  top: auto;
  left: 19.4%;
  bottom: min(13.5277777778vw, 194.8px);
  bottom: min(13.5277777778vw, 12.175rem);
  width: min(2.8472222222vw, 41px);
  width: min(2.8472222222vw, 2.5625rem);
  height: min(2.8472222222vw, 41px);
  height: min(2.8472222222vw, 2.5625rem);
  min-width: 20px;
  min-width: 1.25rem;
}
@media screen and (min-width: 1440px) {
  .swiper-button-prev {
width:2.84%;
height:auto;
aspect-ratio:1 / 1;
}
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: 8%;
 width: min(4.8828125vw, 50px);
        width: min(4.8828125vw, 3.125rem);
        height: min(4.8828125vw, 50px);
        height: min(4.8828125vw, 3.125rem);
  }
}
@media screen and (max-width: 769px) {
  .swiper-button-prev {
    bottom: 1.5625rem;
    left: 0%;
    width: min(6.8493150685vw, 1.5625rem);
    height: min(6.8493150685vw, 1.5625rem);
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-size: contain !important;
  background: url("https://www.ritsumei.ac.jp/research/idx-agpf/image/arrows.png") center center no-repeat;
  width: min(2.8472222222vw, 41px);
  width: min(2.8472222222vw, 2.5625rem);
  height: min(2.8472222222vw, 41px);
  height: min(2.8472222222vw, 2.5625rem);
  min-width: 20px;
  min-width: 1.25rem;
}
@media screen and (min-width: 1440px) {
.swiper-button-next:after, .swiper-button-prev:after{
width:100%;
height:auto;
aspect-ratio:1 / 1;
}
}
@media screen and (max-width: 1024px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
width: min(4.8828125vw, 50px);
        width: min(4.8828125vw, 3.125rem);
        height: min(4.8828125vw, 50px);
        height: min(4.8828125vw, 3.125rem);
}
}
@media screen and (max-width: 769px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    width: min(6.8493150685vw, 1.5625rem);
    height: min(6.8493150685vw, 1.5625rem);
  }
}

.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*# sourceMappingURL=styles.css.map */
