@charset "UTF-8";
/*--------------------------
	Base
--------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/*--------------------------
	フォントの設定
--------------------------*/
/*--------------------------
	カラーの設定
--------------------------*/
/*--------------------------
	レイアウトの設定
--------------------------*/
/*--------------------------
	グリッドのガター
--------------------------*/
/*--------------------------
	レスポンシブの設定
--------------------------*/
/*--------------------------
  アニメーションの設定
--------------------------*/
/*--------------------------
	レスポンシブ関連
--------------------------*/
/*----------------------------------------------------

	初期設定を行うファイルです。
	デフォルトの設定を行う時以外、基本的に編集することはありません。

----------------------------------------------------*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.83333vw; /* 10px / 1200px * 100 */
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 2.85714286vw; /* 10px / 350px * 100 */
  }
}

body {
  background: #EFF1F8;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

/*--------------------------
	Layout
--------------------------*/
.l-section {
  margin: 8rem 0;
}
@media screen and (max-width: 700px) {
  .l-section {
    margin: 4rem 0;
  }
}

.l-inner {
  margin: 0 auto;
  width: 1080px;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .l-inner {
    padding: 0 2.5rem;
    width: 100%;
  }
}

.l-flex {
  display: flex;
}
.l-flex--aic {
  align-items: center;
}

.l-pos-relative {
  position: relative;
}

.l-pos-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

/*--------------------------
	module
--------------------------*/
.header {
  padding: 3.5rem 0 9rem 2rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .header {
    padding: 1.5rem 0 2rem 2rem;
  }
}
.header__logo {
  width: 40rem;
  line-height: 1;
  position: fixed;
  z-index: 999;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 700px) {
  .header__logo {
    width: 70%;
  }
}
.header__line {
  position: absolute;
  z-index: 1;
  bottom: -1.9vw;
}

.footer {
  position: relative;
  background: #006438;
  background: linear-gradient(110deg, rgb(0, 100, 56) 0%, rgb(1, 131, 79) 0%, rgb(3, 222, 146) 15%, rgb(12, 212, 158) 57%, rgb(56, 161, 219) 100%, rgb(165, 6, 203) 100%);
  padding: 9rem 0 2.7rem;
  overflow: hidden;
  clip-path: url(#footer-cutout);
}
@media screen and (max-width: 700px) {
  .footer {
    background: #006438;
    background: linear-gradient(110deg, rgb(0, 100, 56) 0%, rgb(1, 131, 79) 0%, rgb(3, 222, 146) 47%, rgb(12, 212, 158) 53%, rgb(56, 161, 219) 100%, rgb(165, 6, 203) 100%);
    padding: 3rem 0 3.5rem;
    clip-path: url(#footer-cutout-sp);
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 700px) {
  .footer__inner {
    font-size: 1.2rem;
    gap: 3rem;
    margin-bottom: -1rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.footer__logo {
  width: 31%;
}
@media screen and (max-width: 700px) {
  .footer__logo {
    width: 55%;
  }
}
.footer__set {
  text-align: right;
}
@media screen and (max-width: 700px) {
  .footer__set {
    text-align: center;
  }
}
.footer__text {
  padding-bottom: 5.5rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 700px) {
  .footer__text {
    padding-bottom: 3.5rem;
    line-height: 1.6;
    font-size: 1.2rem;
  }
}
.footer__logo02 {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .footer__logo02 {
    width: 54%;
    margin: 0 auto;
  }
}
.footer__copy {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .footer__copy {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 1rem;
  }
}
.footer__copy::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 30%;
  width: 70%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .footer__copy::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}

/*--------------------------
	page
--------------------------*/
.mv {
  position: relative;
}
.mv__inner {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .mv__inner {
    height: auto;
  }
}
.mv__inner::before {
  content: "";
  position: absolute;
  bottom: -22rem;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 27rem;
  background-color: #EFF1F8;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .mv__inner::before {
    content: "";
    position: absolute;
    bottom: -9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 11rem;
    background-color: #EFF1F8;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 100% 100%;
    z-index: 0;
  }
}
.mv__inner::after {
  content: "";
  position: absolute;
  top: -14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 18rem;
  background-color: #EFF1F8;
  border-bottom-left-radius: 100% 100%;
  border-bottom-right-radius: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .mv__inner::after {
    content: "";
    position: absolute;
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 7rem;
    background-color: #EFF1F8;
    border-bottom-left-radius: 100% 100%;
    border-bottom-right-radius: 100% 100%;
    z-index: 1;
  }
}
.mv__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-78%, -50%);
  z-index: 1;
  width: 54rem;
}
@media screen and (max-width: 700px) {
  .mv__title {
    width: 57%;
    top: 35%;
    left: 56%;
  }
}
.mv__title img {
  display: block;
  width: 100%;
  filter: blur(10px);
  clip-path: inset(100% 0% 0% 0%);
}
.mv__circle {
  position: absolute;
  top: -45rem;
  right: -12rem;
  width: 70rem;
  z-index: 300;
}
@media screen and (max-width: 700px) {
  .mv__circle {
    top: -24rem;
    right: -26rem;
    width: 35rem;
    z-index: 300;
  }
}
.mv__circle02 {
  position: absolute;
  bottom: 1rem;
  left: -12rem;
  width: 70rem;
}

.sec-know {
  padding: 10rem 0 7rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-know {
    padding: 0rem 0 2rem;
  }
}
.sec-know__box {
  text-align: center;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateY(60px); /* 初期状態で少し下にずらす */
  transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* よりスムーズで自然なアニメーション */
}
@media screen and (max-width: 700px) {
  .sec-know__box {
    margin-top: 3rem;
  }
}
.sec-know__circle {
  position: absolute;
  top: -30rem;
  left: 4%;
  width: 28%;
}
@media screen and (max-width: 700px) {
  .sec-know__circle {
    position: absolute;
    top: -13rem;
    left: -21%;
    width: 41%;
  }
}
.sec-know__heading {
  width: 57rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .sec-know__heading {
    width: 90%;
    padding-bottom: 3rem;
  }
}
.sec-know__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 700px) {
  .sec-know__text {
    font-size: 1.2rem;
    text-align: left;
  }
}

.sec-category__search-container {
  display: flex;
  justify-content: center;
  margin: 0 auto 10rem;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-category__search-container {
    margin: 1rem auto 2.5rem;
    padding: 0;
  }
}
.sec-category__search-container input[type=text] {
  padding: 3.1rem 8rem 3.1rem 4rem;
  border: none;
  border-radius: 5rem;
  font-size: 1.6rem;
  width: 80rem !important;
  margin: 0 auto;
  outline: none;
  font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #505050;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 700px) {
  .sec-category__search-container input[type=text] {
    width: 100% !important;
    padding: 1.5rem 4rem 1.5rem 2rem;
    border: none;
    border-radius: 5rem;
    font-size: 1.2rem;
    margin: 0 auto;
    outline: none;
    font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1;
    color: #505050;
    letter-spacing: 0.1rem;
  }
}
.sec-category .search-container button {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.sec-category button[type=submit] {
  all: unset;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 2.4rem;
  position: absolute;
  right: 16%;
  top: 38%;
}
@media screen and (max-width: 700px) {
  .sec-category button[type=submit] {
    width: 1.5rem;
    right: 7%;
    top: 35%;
  }
}
.sec-category button[type=submit] img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-category button[type=submit]:hover, .sec-category button[type=submit]:focus, .sec-category button[type=submit]:active {
  outline: none;
  box-shadow: none;
  background: transparent;
}
.sec-category__flex {
  display: flex;
  gap: 1rem;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-category__flex {
    flex-direction: column;
    padding-bottom: 3.5rem;
    position: relative;
  }
}
.sec-category__heading {
  padding: 3rem 3.3rem;
  background: #03DE92;
  background: linear-gradient(140deg, rgb(3, 222, 146) 0%, rgb(29, 188, 156) 35%, rgb(74, 128, 173) 65%, rgb(157, 16, 204) 100%);
  width: 12%;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .sec-category__heading {
    padding: 1rem 0rem;
    background: #03DE92;
    background: linear-gradient(130deg, rgb(3, 222, 146) 0%, rgb(33, 182, 157) 42%, rgb(91, 104, 179) 80%, rgb(157, 16, 204) 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
  }
}
.sec-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
.sec-category__list::after {
  content: "";
  position: absolute;
  background: url(../images/top/img-small-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 47rem;
  height: 47rem;
  z-index: -1;
  top: -214%;
  left: 45%;
}
@media screen and (max-width: 700px) {
  .sec-category__list::after {
    width: 27rem;
    height: 27rem;
    z-index: -1;
    top: -54%;
    left: 39%;
  }
}
.sec-category__item {
  background-color: #fff;
  width: 24%;
  /* アイテムの背景色とフォントサイズを追加 */
}
@media screen and (max-width: 700px) {
  .sec-category__item {
    width: 100%;
  }
}
.sec-category__item a {
  display: flex;
  height: 5.5rem;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  padding-left: 3rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item a {
    display: flex;
    height: 4.5rem;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    padding-left: 0rem;
  }
}
.sec-category__item:nth-child(1) {
  color: #03C5DE;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(1):hover {
  background-color: #03C5DE;
  color: #fff;
}
.sec-category__item:nth-child(1):hover::before {
  background-image: url(../images/top/img-icon01-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(1):hover {
    background-color: #fff;
    color: #03C5DE;
  }
  .sec-category__item:nth-child(1):hover::before {
    background-image: url(../images/top/img-icon01.svg);
  }
}
.sec-category__item:nth-child(1)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 2.7rem;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(1)::before {
    left: 6rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(1).current {
  background-color: #03C5DE;
  color: #fff;
}
.sec-category__item:nth-child(1).current::before {
  background-image: url(../images/top/img-icon01-hov.svg);
}
.sec-category__item:nth-child(2) {
  color: #DEC503;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(2):hover {
  background-color: #DEC503;
  color: #fff;
}
.sec-category__item:nth-child(2):hover::before {
  background-image: url(../images/top/img-icon02-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(2):hover {
    background-color: #fff;
    color: #DEC503;
  }
  .sec-category__item:nth-child(2):hover::before {
    background-image: url(../images/top/img-icon02.svg);
  }
}
.sec-category__item:nth-child(2)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 6rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(2)::before {
    left: 9rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(2).current {
  background-color: #DEC503;
  color: #fff;
}
.sec-category__item:nth-child(2).current::before {
  background-image: url(../images/top/img-icon02-hov.svg);
}
.sec-category__item:nth-child(3) {
  color: #DE9203;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(3):hover {
  background-color: #DE9203;
  color: #fff;
}
.sec-category__item:nth-child(3):hover::before {
  background-image: url(../images/top/img-icon03-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(3):hover {
    background-color: #fff;
    color: #DE9203;
  }
  .sec-category__item:nth-child(3):hover::before {
    background-image: url(../images/top/img-icon03.svg);
  }
}
.sec-category__item:nth-child(3)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 1rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(3)::before {
    left: 1.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(3).current {
  background-color: #DE9203;
  color: #fff;
}
.sec-category__item:nth-child(3).current::before {
  background-image: url(../images/top/img-icon03-hov.svg);
}
.sec-category__item:nth-child(4) {
  color: #8470F2;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(4):hover {
  background-color: #8470F2;
  color: #fff;
}
.sec-category__item:nth-child(4):hover::before {
  background-image: url(../images/top/img-icon04-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(4):hover {
    background-color: #fff;
    color: #8470F2;
  }
  .sec-category__item:nth-child(4):hover::before {
    background-image: url(../images/top/img-icon04.svg);
  }
}
.sec-category__item:nth-child(4)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 6rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(4)::before {
    left: 9rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(4).current {
  background-color: #8470F2;
  color: #fff;
}
.sec-category__item:nth-child(4).current::before {
  background-image: url(../images/top/img-icon04-hov.svg);
}
.sec-category__item:nth-child(5) {
  color: #87E265;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(5):hover {
  background-color: #87E265;
  color: #fff;
}
.sec-category__item:nth-child(5):hover::before {
  background-image: url(../images/top/img-icon05-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(5):hover {
    background-color: #fff;
    color: #87E265;
  }
  .sec-category__item:nth-child(5):hover::before {
    background-image: url(../images/top/img-icon05.svg);
  }
}
.sec-category__item:nth-child(5)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 1rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(5)::before {
    left: 4rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(5).current {
  background-color: #87E265;
  color: #fff;
}
.sec-category__item:nth-child(5).current::before {
  background-image: url(../images/top/img-icon05-hov.svg);
}
.sec-category__item:nth-child(6) {
  color: #FA9FD7;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(6):hover {
  background-color: #FA9FD7;
  color: #fff;
}
.sec-category__item:nth-child(6):hover::before {
  background-image: url(../images/top/img-icon06-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(6):hover {
    background-color: #fff;
    color: #FA9FD7;
  }
  .sec-category__item:nth-child(6):hover::before {
    background-image: url(../images/top/img-icon06.svg);
  }
}
.sec-category__item:nth-child(6)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 2rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(6)::before {
    left: 4.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(6).current {
  background-color: #FA9FD7;
  color: #fff;
}
.sec-category__item:nth-child(6).current::before {
  background-image: url(../images/top/img-icon06-hov.svg);
}
.sec-category__item:nth-child(7) {
  color: #53ABEB;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(7):hover {
  background-color: #53ABEB;
  color: #fff;
}
.sec-category__item:nth-child(7):hover::before {
  background-image: url(../images/top/img-icon07-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(7):hover {
    background-color: #fff;
    color: #53ABEB;
  }
  .sec-category__item:nth-child(7):hover::before {
    background-image: url(../images/top/img-icon07.svg);
  }
}
.sec-category__item:nth-child(7)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 4rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(7)::before {
    left: 7.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(7).current {
  background-color: #53ABEB;
  color: #fff;
}
.sec-category__item:nth-child(7).current::before {
  background-image: url(../images/top/img-icon07-hov.svg);
}
.sec-category__item:nth-child(8) {
  color: #03DE92;
  transition: 0.4s;
  position: relative;
}
.sec-category__item:nth-child(8):hover {
  background-color: #03DE92;
  color: #fff;
}
.sec-category__item:nth-child(8):hover::before {
  background-image: url(../images/top/img-icon08-hov.svg);
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(8):hover {
    background-color: #fff;
    color: #03DE92;
  }
  .sec-category__item:nth-child(8):hover::before {
    background-image: url(../images/top/img-icon08.svg);
  }
}
.sec-category__item:nth-child(8)::before {
  content: ""; /* 擬似要素の内容を空に */
  position: absolute;
  background-image: url(../images/top/img-icon08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 1.2rem;
  left: 4.5rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 700px) {
  .sec-category__item:nth-child(8)::before {
    left: 7.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.sec-category__item:nth-child(8).current {
  background-color: #03DE92;
  color: #fff;
}
.sec-category__item:nth-child(8).current::before {
  background-image: url(../images/top/img-icon08-hov.svg);
}

.sec-archive {
  position: relative;
}
.sec-archive .sec-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem 5.6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list {
    gap: 4rem 5.6rem;
    margin-bottom: 4.5rem;
  }
}
.sec-archive .sec-archive__list a {
  display: block;
  border-radius: 3rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a {
    border-radius: 1rem;
  }
}
.sec-archive .sec-archive__list a:nth-child(1), .sec-archive .sec-archive__list a:nth-child(8) {
  width: 60rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(1), .sec-archive .sec-archive__list a:nth-child(8) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(2) {
  position: relative;
  width: 40rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(2) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(9) {
  width: 40rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(9) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(3) {
  position: relative;
  width: 50rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(3) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(3)::after {
  content: "";
  position: absolute;
  background: url(../images/top/img-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 59.3rem;
  height: 59.4rem;
  z-index: -1;
  top: -16%;
  left: -76%;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(3)::after {
    width: 33.3rem;
    height: 33.4rem;
    z-index: -1;
    top: -111%;
    left: -64%;
  }
}
.sec-archive .sec-archive__list a:nth-child(4) {
  position: relative;
  width: 50rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(4) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(4)::after {
  content: "";
  position: absolute;
  background: url(../images/top/img-small-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30.6rem;
  height: 30.6rem;
  z-index: -1;
  top: -70%;
  right: -23vw;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(4)::after {
    content: none;
  }
}
.sec-archive .sec-archive__list a:nth-child(7) {
  position: relative;
  width: 31.3rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(7) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(7)::after {
  content: "";
  position: absolute;
  background: url(../images/top/img-square.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 78.3rem;
  height: 56.7rem;
  z-index: -1;
  top: -27%;
  right: -50%;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(7)::after {
    width: 30rem;
    height: 21.7rem;
    z-index: -1;
    top: -254%;
    right: -42%;
  }
}
.sec-archive .sec-archive__list a:nth-child(10) {
  position: relative;
  width: 50rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(10) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(10)::after {
  content: "";
  position: absolute;
  background: url(../images/top/img-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48rem;
  height: 48rem;
  z-index: -1;
  top: -27%;
  left: -38%;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(10)::after {
    width: 24rem;
    height: 24rem;
    z-index: -1;
    top: -45%;
    left: -38%;
  }
}
.sec-archive .sec-archive__list a:nth-child(11) {
  width: 50rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(11) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:nth-child(5), .sec-archive .sec-archive__list a:nth-child(6) {
  width: 31.3rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:nth-child(5), .sec-archive .sec-archive__list a:nth-child(6) {
    width: 100%;
  }
}
.sec-archive .sec-archive__list a:hover .sec-archive__thumbnail__inner img {
  transform: scale(1.2);
  transition: 0.4s;
  border-radius: 3rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .sec-archive__list a:hover .sec-archive__thumbnail__inner img {
    transform: none;
    border-radius: 1rem;
  }
}
.sec-archive__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sec-archive__item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.sec-archive__thumbnail {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .sec-archive__thumbnail {
    margin-bottom: 3rem;
  }
}
.sec-archive__thumbnail::before {
  content: "";
  position: absolute;
  background: url(../images/top/thumbnail-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 55%;
  right: -3%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.sec-archive__thumbnail::after {
  content: "";
  position: absolute;
  background: rgb(3, 222, 146);
  background: -moz-linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background: -webkit-linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background: linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  inset: 0;
  transform: none;
  border-radius: 2rem;
}
@media screen and (max-width: 700px) {
  .sec-archive__thumbnail::after {
    border-radius: 1.4rem;
  }
}
.sec-archive__thumbnail__inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 700px) {
  .sec-archive__thumbnail__inner {
    border-radius: 1.5rem;
  }
}
.sec-archive__thumbnail__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
  border-radius: 2rem;
}
@media screen and (max-width: 700px) {
  .sec-archive__thumbnail__inner img {
    border-radius: 1.5rem;
  }
}
.sec-archive__thumbnail__inner::before {
  content: "";
  position: absolute;
  background: url(../images/top/thumbnail-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25%;
  height: 17%;
  top: 17%;
  left: 4%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.sec-archive__thumbnail-time {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  bottom: 3%;
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .sec-archive__thumbnail-time {
    font-size: 1rem;
  }
}
.sec-archive__text {
  margin-bottom: 3rem;
  font-weight: bold;
  padding-left: 2rem;
  color: #505050;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-archive__text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
.sec-archive__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  background: #006438;
  background: linear-gradient(180deg, rgb(0, 100, 56) 0%, rgb(3, 222, 146) 35%, rgb(56, 161, 219) 70%, rgb(165, 6, 203) 100%);
}
@media screen and (max-width: 700px) {
  .sec-archive__text::before {
    width: 0.1rem;
  }
}
.sec-archive__category {
  display: inline-block;
  color: #fff;
  background-color: #1CCAE1;
  border-radius: 4rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sec-archive__category {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    margin-bottom: 1rem;
  }
}
.sec-archive__category--02 {
  background-color: #DEC503;
}
.sec-archive__category--03 {
  background-color: #DE9203;
}
.sec-archive__category--04 {
  background-color: #8470F2;
}
.sec-archive__category--05 {
  background-color: #87E265;
}
.sec-archive__category--06 {
  background-color: #FA9FD7;
}
.sec-archive__category--07 {
  background-color: #53ABEB;
}
.sec-archive__category--08 {
  background-color: #03DE92;
}
.sec-archive__name {
  color: #6E6E6E;
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .sec-archive__name {
    font-size: 1.2rem;
  }
}
.sec-archive .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: sans-serif;
  margin-bottom: 12rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination {
    font-size: 1.2rem;
    gap: 0.3rem;
    margin-bottom: 6rem;
  }
}
.sec-archive .pagination .arrow {
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
  display: inline-block;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination .arrow {
    font-size: 0;
  }
}
.sec-archive .pagination .prev {
  margin-right: 10rem;
  position: relative;
  width: 3rem;
  left: 0;
  transition: left 0.4s ease;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination .prev {
    width: auto;
    margin-right: 0.6rem;
    transition: none;
  }
}
.sec-archive .pagination .prev:hover {
  left: -1%;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination .prev:hover {
    left: 0;
  }
}
.sec-archive .pagination .next {
  margin-left: 10rem;
  width: 3rem;
  position: relative;
  left: 0;
  transition: left 0.4s ease;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination .next {
    width: auto;
    margin-left: 0.6rem;
    transition: none;
  }
}
.sec-archive .pagination .next:hover {
  left: 1%;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination .next:hover {
    left: 0;
  }
}
.sec-archive .pagination-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination-list {
    gap: 0.3rem;
  }
}
.sec-archive .pagination-list li a {
  display: flex;
  width: 7rem;
  height: 7rem;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  color: #333;
  transition: background 0.2s;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination-list li a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.sec-archive .pagination-list li a:hover {
  background-color: rgb(194, 235, 246);
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination-list li a:hover {
    background-color: transparent;
  }
}
.sec-archive .pagination-list li .current {
  background: #03DE92;
  background: linear-gradient(135deg, rgb(3, 222, 146) 0%, rgb(165, 6, 203) 100%);
  color: #fff;
}
.sec-archive .pagination-list li.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 700px) {
  .sec-archive .pagination-list li.dots {
    width: 2rem;
    font-size: 1rem;
  }
}

.wrap.wrap--single {
  position: relative;
}
.wrap.wrap--single::before {
  content: "";
  position: absolute;
  background: url(../images/single/single-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 70rem;
  height: 70rem;
  top: -30rem;
  right: -45rem;
  z-index: 300;
}
@media screen and (max-width: 700px) {
  .wrap.wrap--single::before {
    width: 24rem;
    height: 24rem;
    top: -13rem;
    right: -16rem;
    z-index: 300;
  }
}

.post-single {
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .post-single {
    margin-bottom: 6rem;
  }
}
.post-single::before {
  content: "";
  position: absolute;
  background: url(../images/single/single-circle02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 48rem;
  height: 48rem;
  top: 10%;
  left: -31%;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .post-single::before {
    width: 54%;
    height: 16rem;
    top: 66.2vw;
    left: -26%;
    z-index: -1;
  }
}
.post-single__wrap {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 700px) {
  .post-single__wrap {
    margin-top: 4.7rem;
    margin-bottom: 3.5rem;
  }
}
.post-single__category-group {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 700px) {
  .post-single__category-group {
    display: flex;
    align-items: flex-start;
    gap: 0rem;
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.post-single__category-dept {
  display: flex;
  background-color: #1CCAE1;
  border-radius: 4rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0.8rem 1.2rem;
  line-height: initial;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .post-single__category-dept {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
}
.post-single__category-dept--02 {
  background-color: #DEC503;
}
.post-single__category-dept--03 {
  background-color: #DE9203;
}
.post-single__category-dept--04 {
  background-color: #8470F2;
}
.post-single__category-dept--05 {
  background-color: #87E265;
}
.post-single__category-dept--06 {
  background-color: #FA9FD7;
}
.post-single__category-dept--07 {
  background-color: #53ABEB;
}
.post-single__category-dept--08 {
  background-color: #03DE92;
}
.post-single__category-txt {
  color: #6E6E6E;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .post-single__category-txt {
    font-size: 1.2rem;
  }
}
.post-single__category-txt--02 {
  margin-left: -3rem;
}
@media screen and (max-width: 700px) {
  .post-single__category-txt--02 {
    margin-left: 0;
  }
}
.post-single__title {
  position: relative;
  width: 80rem;
  color: #505050;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 700px) {
  .post-single__title {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.post-single__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  background: rgb(3, 222, 146);
  background: linear-gradient(180deg, rgb(3, 222, 146) 0%, rgb(157, 16, 204) 100%);
}
.post-single__thumbnail {
  width: 104rem;
  position: relative;
  margin-bottom: 10rem;
  width: 95%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 700px) {
  .post-single__thumbnail {
    margin-bottom: 2.5rem;
  }
}
.post-single__thumbnail::before {
  content: "";
  position: absolute;
  background: url(../images/single/post-single-thumbnail-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 4%;
  bottom: -7%;
  z-index: -1;
}
.post-single__thumbnail iframe {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 700px) {
  .post-single__thumbnail iframe {
    border-radius: 1rem;
  }
}
.post-single__thumbnail::before {
  content: "";
  position: absolute;
  background: url(../images/single/post-single-thumbnail-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 4%;
  bottom: -7%;
  z-index: -1;
}
.post-single__thumbnail img {
  border-radius: 3rem;
}
.post-single__contents-heading {
  width: 104rem;
  margin: 0 auto;
  color: #006438;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 1200px) {
  .post-single__contents-heading {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .post-single__contents-heading {
    width: 100%;
    font-size: 2.1rem;
  }
}
.post-single__contents-heading::before {
  content: "";
  position: absolute;
  background: #03DE92;
  background: linear-gradient(90deg, rgb(3, 222, 146) 0%, rgb(165, 6, 203) 100%);
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 5rem;
  top: 50%;
  left: 0%;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 700px) {
  .post-single__contents-heading::before {
    top: 55%;
    background: #A506CB;
    background: linear-gradient(130deg, rgb(165, 6, 203) 0%, rgb(3, 222, 146) 60%);
  }
}
.post-single__contents-group {
  display: flex;
  width: 104rem;
  margin: 0 auto;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1200px) {
  .post-single__contents-group {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .post-single__contents-group {
    width: 100%;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 5rem;
  }
}
.post-single__contents-right {
  width: 74rem;
  padding-right: 10rem;
  border-right: dotted 1px #242424;
  font-size: 1.6rem;
  font-weight: bold;
  color: #505050;
}
@media screen and (max-width: 700px) {
  .post-single__contents-right {
    width: 100%;
    padding-right: 0;
    border-right: none;
    font-size: 1.2rem;
    position: relative;
  }
  .post-single__contents-right::before {
    content: "";
    position: absolute;
    background-image: url(../images/single/single-triangle02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30rem;
    height: 30rem;
    top: 0%;
    left: 33%;
    z-index: -1;
  }
}
.post-single__contents-right-professor-box {
  margin-top: 4rem;
  background: #00DE92;
  background: linear-gradient(130deg, rgba(0, 222, 146, 0.2) 0%, rgba(165, 6, 203, 0.2) 100%);
  padding: 1rem;
  border-radius: 4rem;
}
@media screen and (max-width: 700px) {
  .post-single__contents-right-professor-box {
    padding: 0.5rem;
    border-radius: 2rem;
    margin-top: 2.5rem;
  }
}
.post-single__contents-right-professor-box-inner {
  background: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 700px) {
  .post-single__contents-right-professor-box-inner {
    border-radius: 1.5rem;
  }
}
.post-single__contents-right-professor-box-flex {
  display: flex;
  padding: 2rem;
  gap: 3.5rem;
}
@media screen and (max-width: 700px) {
  .post-single__contents-right-professor-box-flex {
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem;
  }
}
.post-single__contents-right-professor-box-thumbnail {
  width: 20rem;
}
@media screen and (max-width: 700px) {
  .post-single__contents-right-professor-box-thumbnail {
    width: 80%;
    margin: 0 auto;
  }
}
.post-single__department-txt-group {
  margin: 1.5rem 0;
  color: #505050;
  width: 59%;
}
@media screen and (max-width: 700px) {
  .post-single__department-txt-group {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.post-single__department-txt {
  display: inline-block;
  background-color: #1CCAE1;
  border-radius: 3rem;
  color: #fff;
  padding: 0.8rem 1.2rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  .post-single__department-txt {
    padding: 0.8rem 1.2rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}
.post-single__department-txt--02 {
  background-color: #DEC503;
}
.post-single__department-txt--03 {
  background-color: #DE9203;
}
.post-single__department-txt--04 {
  background-color: #8470F2;
}
.post-single__department-txt--05 {
  background-color: #87E265;
}
.post-single__department-txt--06 {
  background-color: #FA9FD7;
}
.post-single__department-txt--07 {
  background-color: #53ABEB;
}
.post-single__department-txt--08 {
  background-color: #03DE92;
}
.post-single__professor-txt {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .post-single__professor-txt {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
}
.post-single__professor-txt span {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .post-single__professor-txt span {
    font-size: 1.2rem;
  }
}
.post-single__specialty-txt {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 0.1rem #242424;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .post-single__specialty-txt {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.post-single__add-txt {
  font-size: 1.2rem;
  padding-top: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.post-single__contents-left {
  width: 24rem;
  margin-left: 4rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .post-single__contents-left {
    width: 100%;
    margin-left: 0;
    padding-top: 5rem;
    border-top: solid 0.1rem #707070;
  }
}
.post-single__contents-left::before {
  content: "";
  position: absolute;
  background: url(../images/single/single-triangle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 53rem;
  height: 53rem;
  top: 1%;
  right: -11%;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .post-single__contents-left::before {
    width: 30rem;
    height: 30rem;
    top: -32%;
    right: 62%;
  }
}
.post-single__contents-sdgs-heading {
  font-size: 1.6rem;
  color: #505050;
  margin-bottom: 2rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .post-single__contents-sdgs-heading {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.post-single__contents-sdgs {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .post-single__contents-sdgs {
    width: 75%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}
.post-single__contents-sdgs-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-single__contents-sdgs-inner figure {
  width: 31%;
}
@media screen and (max-width: 700px) {
  .post-single__contents-sdgs-inner figure {
    width: 31.8%;
  }
}
.post-single .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 81%;
  margin: 0 auto 12rem;
  padding: 0 1rem;
}
@media screen and (max-width: 700px) {
  .post-single .post-navigation {
    max-width: 105%;
    margin: 0 auto 0;
    gap: 0.9rem;
    padding: 0;
    margin-left: -3%;
    padding-bottom: 4rem;
    border-bottom: solid 0.1rem #707070;
  }
}
.post-single .post-navigation > .post-single__nav-button-prev-wrap,
.post-single .post-navigation > .post-single__nav-button-next-wrap {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  .post-single .post-navigation > .post-single__nav-button-prev-wrap,
  .post-single .post-navigation > .post-single__nav-button-next-wrap {
    justify-content: center;
  }
}
.post-single .post-navigation > .post-single__nav-button-next-wrap {
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  .post-single .post-navigation > .post-single__nav-button-next-wrap {
    justify-content: center;
  }
}
.post-single .post-navigation .archive {
  flex: 0 0 auto;
  margin: 0 auto;
}
.post-single .nav-button {
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.post-single .post-single__nav-button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 1.6rem;
  color: #03DE92;
  letter-spacing: 0.1rem;
  text-decoration: none;
  border: 1px solid #03DE92;
  border-radius: 4rem;
  width: 28rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button {
    width: 55.8%;
    font-size: 1.2rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
  }
}
.post-single .post-single__nav-button:hover {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button:hover {
    color: #03DE92;
  }
}
.post-single .post-single__nav-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006438;
  background: linear-gradient(90deg, rgb(0, 100, 56) 0%, rgb(3, 222, 146) 35%, rgb(56, 161, 219) 65%, rgb(165, 6, 203) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.post-single .post-single__nav-button:hover::before {
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button:hover::before {
    opacity: 0;
  }
}
.post-single .nav-button:hover {
  background-color: #ddd;
}
.post-single .post-single__nav-button-prev {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 1.6rem;
  color: #006438;
  letter-spacing: 0.1rem;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-prev {
    font-size: 1.2rem;
    width: 104%;
  }
}
.post-single .post-single__nav-button-prev img {
  margin-left: 1rem;
}
.post-single .post-single__nav-button-prev span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-prev span {
    color: #03DE92;
    transform: none;
    transition: none;
  }
}
.post-single .post-single__nav-button-prev:hover span {
  transform: translateX(-30%);
  color: #8470F2;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-prev:hover span {
    color: #03DE92;
    transform: none;
    transition: none;
  }
}
.post-single .post-single__nav-button-next {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 1.6rem;
  color: #006438;
  letter-spacing: 0.1rem;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 0;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-next {
    font-size: 1.2rem;
    width: 104%;
  }
}
.post-single .post-single__nav-button-next img {
  margin-right: 1rem;
}
.post-single .post-single__nav-button-next span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-next span {
    color: #03DE92;
    transition: none;
  }
}
.post-single .post-single__nav-button-next:hover span {
  transform: translateX(30%);
  color: #8470F2;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .post-single .post-single__nav-button-next:hover span {
    color: #03DE92;
    transform: none;
    transition: none;
  }
}
.post-single .nav-button {
  flex: 1;
}
.post-single .archive {
  margin: 0 1rem;
}

.connection-movie__headings {
  display: flex;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 6.5rem;
  border-top: dotted 0.1rem #000000;
}
@media screen and (max-width: 700px) {
  .connection-movie__headings {
    border-top: none;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
}
.connection-movie__heading {
  font-size: 5.9rem;
  color: #006438;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 2rem;
  line-height: 0.6;
}
@media screen and (max-width: 700px) {
  .connection-movie__heading {
    font-size: 3.6rem;
    margin-right: 1rem;
  }
}
.connection-movie__heading02 {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #006438;
  background-color: #EFF1F8;
  border-radius: 0.5rem;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .connection-movie__heading02 {
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
  }
}
.connection-movie__heading02::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgb(0, 100, 56) 0%, rgb(3, 222, 146) 35%, rgb(56, 161, 219) 65%, rgb(165, 6, 203) 100%);
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.connection-movie__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.connection-movie__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.connection-movie__list {
  display: flex;
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .connection-movie__list {
    flex-direction: column;
    gap: 4rem;
  }
}
.connection-movie__list::before {
  content: "";
  position: absolute;
  background-image: url(../images/single/single-triangle02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80rem;
  height: 70rem;
  top: -115%;
  left: -46%;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .connection-movie__list::before {
    content: none;
  }
}
.connection-movie__list::after {
  content: "";
  position: absolute;
  background: url(../images/single/single-square.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 78rem;
  height: 57rem;
  bottom: -78%;
  right: -9vw;
  z-index: -2;
}
.connection-movie__list a {
  display: block;
  border-radius: 2rem;
  width: 33%;
}
@media screen and (max-width: 700px) {
  .connection-movie__list a {
    width: 100%;
  }
}
.connection-movie__list a:hover .connection-movie__thumbnail-inner img {
  transform: scale(1.2);
  transition: 0.4s;
  border-radius: 2rem;
}
.connection-movie__thumbnail {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 700px) {
  .connection-movie__thumbnail {
    margin-bottom: 3rem;
  }
}
.connection-movie__thumbnail::before {
  content: "";
  position: absolute;
  background: url(../images/single/post-connection-thumbnail-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 4%;
  bottom: -7%;
  z-index: -1;
}
.connection-movie__thumbnail::after {
  content: "";
  position: absolute;
  background: rgb(3, 222, 146);
  background: -moz-linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background: -webkit-linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background: linear-gradient(180deg, rgba(3, 222, 146, 0.2973564426) 0%, rgba(157, 16, 204, 0.3029586835) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  inset: 0;
  transform: none;
  border-radius: 2rem;
}
.connection-movie__thumbnail-inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.connection-movie__thumbnail-inner::before {
  content: "";
  position: absolute;
  background: url(../images/top/thumbnail-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25%;
  height: 17%;
  top: 17%;
  left: 4%;
  transform: translate(0%, -50%);
  z-index: 1;
}
.connection-movie__thumbnail-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
  border-radius: 2rem;
}
.connection-movie__time {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 25%;
  height: 17%;
  bottom: 4%;
  left: 7%;
  z-index: 1;
}
.connection-movie__title {
  margin-bottom: 3rem;
  font-weight: bold;
  padding-left: 2rem;
  color: #505050;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  position: relative;
}
@media screen and (max-width: 700px) {
  .connection-movie__title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.connection-movie__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2rem;
  height: 100%;
  background: #006438;
  background: linear-gradient(180deg, rgb(0, 100, 56) 0%, rgb(3, 222, 146) 35%, rgb(56, 161, 219) 70%, rgb(165, 6, 203) 100%);
}
.connection-movie__category {
  display: inline-block;
  color: #fff;
  background-color: #1CCAE1;
  border-radius: 4rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .connection-movie__category {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.connection-movie__category--01 {
  background-color: #1CCAE1;
}
.connection-movie__category--02 {
  background-color: #DEC503;
}
.connection-movie__category--03 {
  background-color: #DE9203;
}
.connection-movie__category--04 {
  background-color: #8470F2;
}
.connection-movie__category--05 {
  background-color: #87E265;
}
.connection-movie__category--06 {
  background-color: #FA9FD7;
}
.connection-movie__category--07 {
  background-color: #53ABEB;
}
.connection-movie__category--08 {
  background-color: #03DE92;
}
.connection-movie__name {
  color: #6E6E6E;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .connection-movie__name {
    font-size: 1.2rem;
  }
}

/*--------------------------
	state
--------------------------*/
/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1000px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .is-Tab_Sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */