/*
Theme Name: オリジナルテーマ
Theme URI: 
Author: Bratech
Author URI: https://www.bratech.co.jp/
Description: 九州情報大学サイト用オリジナルテーマです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# foundation
	## reset
	## base
# layout
	## l-main
	## l-header
	## l-foote
	## l-fullmenu
# utility
	## u-utility
# component
	## c-btn
	## c-link
	## c-heading
	## c-list
	## c-pagination
	## c-form
	## c-breadcrumb
	## c-txt
	## c-table
	## c-backtotop
# projects
	## p-404
	## p-access
	## p-archive
	## p-collection
	## p-exhibition
	## p-page
	## p-single
	## p-top
	## p-visitor
# external
	## e-wordpress
# plugins
	## 
# widget
  ## 
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,700;1,700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

:root {
  --bg-nav: #fff;
  --bg-mega: #f5f5f5;
  --bg-mega-odd: #DEFFFF;
  --bg-mega-even: #FFEEFF;
  --bg-page-ttl: #8D9CAB;
  --bg-header: #fff;
  --bg-body: #fff;
  --bg-footer: #f5f5f5;
  --bg-category: #6f8083;
  --bg-tag: #7f8083;
  --font-color: #2b2b2b;
  --font-gray: #666;
  --border-color: #DBE2EF;
  --main-color: #112D4E;
  --sub-color: #3F72AF;
  --bg-main: #EFF2F8;
  --bg-sub: #DBE2EF;
  --color-red: #DC0E0E;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
}

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

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

@media (prefers-reduced-motion: reduce) {
  /* Swiper のスライド・ラッパーは除外（フェード・スライドアニメーションを維持） */
  *:not(.swiper-slide):not(.swiper-wrapper) {
    -webkit-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  /* ケンバーンズ（スライド画像のズーム）も維持 */
  .p-top-eyecatch .swiper-slide img {
    transition-duration: 7s !important;
  }
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes PageIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes PageIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Bullet {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes Bullet {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@keyframes Load {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes Load {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }

  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

@keyframes Flash {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes Flash {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 90px;
  }

  100% {
    bottom: -10px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 90px;
  }

  100% {
    bottom: -10px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: .9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: .9;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes floating-horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes floating-horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes floating-vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes floating-vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

a {
  color: #2b2b2b;
  text-decoration: none;
}

a:visited {
  color: #2b2b2b;
}

a:hover,
a:focus,
a:active {
  color: #4682b4;
}

a:hover,
a:active {
  outline: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

html.base-large{
  font-size: 72.5%;
}
html.base-medium{
  font-size: 62.5%;
}
html.base-small{
  font-size: 50%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
  width: 100%;
  color: var(--font-base);
}

@media print,
screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

::-moz-selection {
  background: #dcdcdc;
}

::selection {
  background: #dcdcdc;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* iframe */
.iframe-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
}

#wrapper {
  overflow-x: hidden;
}

.l-content__color {
  background-color: var(--bg-main);
}

.l-content__main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px 40px;
}

@media print,
screen and (min-width: 600px) {
  .l-content__main {
    padding: 60px 30px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .l-content__main {
    padding: 60px 20px 60px;
  }
}

@media screen and (min-width: 1400px) {
  .l-content__main {
    padding: 80px 0;
  }
}

#secondary {
  width: 100%;
  padding: 0 20px;
  border-left: 1px solid #dcdcdc;
}

@media screen and (min-width: 1200px) {
  .l-main:has(+aside) {
    width: calc(100% - 380px);
  }

  #secondary {
    width: 340px;
    padding: 40px 30px;
  }
  
  .content-wrapper:has(>#secondary) {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  
}

.l-content__medium {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 40px;
}

@media print,
screen and (min-width: 600px) {
  .l-content__medium {
    padding: 60px 30px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .l-content__medium {
    padding: 60px 20px 60px;
  }
}

@media screen and (min-width: 1400px) {
  .l-content__medium {
    padding: 60px 0 60px;
  }
}

.l-content__large {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 40px;
}

@media print,
screen and (min-width: 600px) {
  .l-content__large {
    padding: 60px 30px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .l-content__large {
    padding: 60px 20px 60px;
  }
}

@media screen and (min-width: 1400px) {
  .l-content__large {
    padding: 60px 0 60px;
  }
}

.l-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: var(--bg-header);
  z-index: 100;
  padding: 0;
  position: relative;
}

@media print, screen and (min-width: 600px) {
  .l-header {
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .l-header {
    justify-content: space-between;
    display: block;
    height: auto;
  }
}

.l-header__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  .l-header__main {
    height: 120px;
    padding: 0 20px;
    min-width: 1200px;
  }
}

@media screen and (min-width: 1320px) {
  .l-header__main {
    padding: 0 80px;
  }
}

.l-header__upper {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__upper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }
}

.l-header__action {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.l-header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.l-header__utility--list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.l-header__utility--list li a {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: .2s ease-in;

  img {
    width: 15px;
    margin-right: 5px;
  }
}

.l-header__utility--list li button {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  padding: 0;
  border: none;
  transition: .2s ease-in;

  img {
    width: 15px;
    margin-right: 5px;
  }
}

.l-header__utility--list li button:hover {
  color: var(--sub-color);
}

.fontsize-controller {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.fontsize-controller p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 5px;
}

.fontsize-controller__button {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s ease-in;
}

.fontsize-controller__button:hover {
  background-color: white;
  color: var(--sub-color);
}

.gtranslate_wrapper span {
  font-weight: 500;
}

.l-header__target {
  background-color: var(--bg-sub);
  padding: 4px 10px;
}

.l-header__target--list {
  display: flex;
  flex-direction: row;
}

.l-header__target--list li a {
  background-color: var(--bg-sub);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 20px;
  transition: .2s ease-in;
}

.l-header__logo img {
  width: 120px;
  height: auto;
  display: block;
}

.l-header__logo img.library {
  width:180px;
}

.l-header__logo img:hover {
  opacity: .7;
}

@media print, screen and (min-width: 600px) {
  .l-header__logo img {
    width: 120px;
  }

  .l-header__logo img.library {
    width:180px;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-header__logo img {
    width: 200px;
  }

  .l-header__logo img.library {
    width: 260px;
  }
}

.l-header__logo img:hover {
  opacity: .8;
  transition: .2s ease-in;
}

.l-header__pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header__pc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.l-header__subnav {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.l-header__menu-list {
  display: flex;
}

.l-header__menu-list li {
  width: 160px;
}

.l-header__menu-list li:nth-child(2) a {
  color: white;
  background-color: #9a5016;
}

.l-header__menu-list li:nth-child(3) a {
  color: #2b2b2b;
  background-color: #dcdcdc;
}

.l-header__menu-list li:nth-child(4) a {
  color: #2b2b2b;
  background-color: #ebebeb;
}

.l-header__menu-list li a {
  display: block;
  padding: .4em 1em;
  color: white;
  background-color: #6f8083;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  transition: .3s ease-in;
}

.l-header__menu-list li a:hover {
  transition: .3s ease-in;
  background-color: #4682b4;
  color: white;
}

.l-header__gnav {
  margin-top: 0;
  position: relative;
}

.l-header__gnav {
  background-color: var(--main-color);
}

.l-header__gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 60px;
}

.l-header__gnav-list li {
  font-weight: bold;
}

.l-header__gnav-list li:last-of-type {
  margin-right: 80px;
}

.l-header__gnav-list li a {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 50px;
  vertical-align: middle;
  letter-spacing: .06em;
}

.l-header__gnav-list li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--sub-color);
  opacity: 0;
}

.l-header__gnav-list li a:hover {
  color: white;
}

.l-header__gnav-list li a:hover::after {
  opacity: 1;
}

.l-header__gnav-list li a.active + .header-nav-child {
  display: block;
}

.header-nav-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ccc;
  z-index: 10;
}

.l-header__gnav-sub {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 10;
}

.l-header__gnav-sub a {
  padding: 0;
}

.l-header__gnav-sub li {
  line-height: 1.8;
}

.l-header__gnav-sub__inner {
  width: 100%;
  background-color: var(--bg-main);
}

.l-header__gnav-sub__cont {
  width: 1280px;
  min-height: 300px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}

.l-header__gnav-sub__cont .col {
  width: 33.33%;
}

.l-header__gnav-sub__cont .col p {
  font-size: 1.4rem;
  padding: 10px 0;
  line-height: 1.6;
}

.l-header__gnav-sub__cont .col_1 {
  padding: 0 30px 0 0;
}

.l-header__gnav-sub__cont .col_2,
.l-header__gnav-sub__cont .col_3 {
  position: relative;
  padding: 0 30px;
  font-weight: 400;
}

.l-header__gnav-sub__cont .col_2::before,
.l-header__gnav-sub__cont .col_3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
}

.l-header__gnav-sub__cont a.gnav_sub__menu {
  background-color: white;
  width: 90%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 18px 16px;
  line-height: 1.6;
  transition: .5s;
}

.l-header__gnav-sub__cont a.gnav_sub__menu::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 1px #2b2b2b;
  border-right: solid 1px #2b2b2b;
  transform: rotate(45deg) translateY(-50%);
}

.l-header__gnav-sub__cont a.gnav_sub__menu:hover {
  background-color: #4682b4;
  color: white;
}

.l-header__gnav-sub__cont a.gnav_sub__menu:hover::before {
  border-color: white;
}

.l-header__gnav-sub__cont .sub_lower__menu {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-rows: auto;
}

.l-header__gnav-sub__cont .sub_lower__menu li:first-child {
  grid-row: 1 / span 4;

  a {
    font-size: 2.6rem;
    padding-left: 0;
  }

  a::before {
    content: '\f0a9';
    font-size: 28px;
    top: 40px;
  }
}

.l-header__gnav-sub__cont .sub_lower__menu li {
  line-height: 2.6;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: left;
}

.l-header__gnav-sub__cont .sub_lower__menu li a {
  position: relative;
  padding-left: 1.8em;
  font-weight: 700;
  font-size: 1.5rem;
  transition: .3s ease-in;
  text-align: left;
  color: var(--font-color);
  justify-content: flex-start;
}

.l-header__gnav-sub__cont .sub_lower__menu li a::before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 18px;
  font-style: normal;
  color: var(--sub-color);
}

.l-header__gnav-sub__cont .sub_lower__menu li a:hover {
  color: #4682b4;
  transition: .3s ease-in;
}

.l-header__gnav-sub__cont .sub_lower__menu li a:hover::after {
  opacity: 0;
}

.l-header__search {
  margin-left: 30px;
  height: 30px;
  width: 30px;
}

.l-header__search p {
  cursor: pointer;
}

.l-header__search-area {
  background: #f5f5f5;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: 10;
}

.l-header__search-inner {
  width: 840px;
  margin: 0 auto;
  padding: 40px 0;
}

.l-header__search-inner #search_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__search-inner #search_form input {
  appearance: none;
  outline: none;
}

.l-header__search-inner #search_form input[type=text] {
  border: 1px solid #dcdcdc;
  padding: .4em .8em;
  width: 750px;
}

.l-header--pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .l-header--pc {
    display: block;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1025px) {
  .l-header--sp {
    display: none;
  }
}

.l-header__button {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: flex;
  flex-direction: row;
}

.l-header__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  letter-spacing: 0.02em;
  transition: .3s ease-in;
}

.l-header__button a:visited {
  color: white;
}

.l-header__button a br {
  display: none;
}

.l-header__button a i {
  margin-right: 0.5em;
}

.l-header__button a.juken {
  background-color: var(--sub-color);
  border: 2px solid var(--sub-color);
}

.l-header__button a.juken:hover {
  background-color: white;
  color: var(--sub-color);
}

.l-header__button a.siryo {
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
}

.l-header__button a.siryo:hover {
  background-color: white;
  color: var(--main-color);
}

@media print, screen and (min-width: 600px) {
  .l-header__button {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 80px;
    flex-direction: column;
    gap: 10px;
  }

  .l-header__button a {
    width: 80px;
    height: 80px;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 16px;
  }

  .l-header__button a i {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  .l-header__button a br {
    display: block
  }
}

@media screen and (min-width: 1025px) {
  .l-header__button {
    right: 20px;
    bottom: 100px;
  }
}

.nav-btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110;
  cursor: pointer;
  background-color: var(--bg-sub);
  width: 60px;
  height: 60px;
  border: 0;
}

@media print, screen and (min-width: 600px) {
  .nav-btn {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-btn {
    display: none;
  }
}

@media print {
  .nav-btn {
    display: none;
  }
}

.nav-btn i {
  font-size: 24px;
  color: var(--sub-color);
  padding-bottom: 10px;
}

.nav-btn span {
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-btn.active i::before {
  font: var(--fa-font-solid);
  content: "\f00d";
}

.nav-btn.change-color {
  background-color: var(--bg-footer);
  transition: .2s ease-in;
}

.search-modal {
  width: 600px;
  padding: 50px;
  text-align: center;
  border: none;
  background-color: var(--bg-main);

  button.close {
    background-color: transparent;
    border: none;
    margin-top: 20px;
  }
}

#search::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.l-fullmenu {
  background: white;
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 102;
  overflow-y: scroll;
  padding-bottom: 80px;
}

.l-fullmenu__inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  width: 100%;
  padding: 0;
}

.l-fullmenu__nav {
  padding: 0;
}

.l-fullmenu__head {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.l-fullmenu__head a {
  display: block;
}

.l-fullmenu__head img {
  width: 120px;
  display: block;
}

.l-fullmenu__head img.library {
  width: 180px;
}

@media print, screen and (min-width: 600px) {
  .l-fullmenu {
    padding-bottom: 0;
  }

  .l-fullmenu__inner {
    min-height: 100vh;
  }

  .l-fullmenu__head {
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .l-fullmenu {
    display: none;
  }
}

.l-fullmenu__search {
  padding: 20px;
  background-color: var(--bg-main);
}

.l-fullmenu__subnav {
  padding: 0;
  background-color: var(--main-color);
}

.l-fullmenu__subnav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-fullmenu__subnav-list li {
  width: 50%;
  border-bottom: 1px solid var(--border-color);
}


.l-fullmenu__subnav-list li:last-of-type {
  border-bottom: none;
}

.l-fullmenu__subnav-list li a {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: var(--main-color);
  color: white;
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

.l-fullmenu__subnav-list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
  width: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  font-size: 15px;
}

.l-fullmenu__subnav-list li:nth-of-type(odd) {
  border-right: 1px solid var(--border-color);
}

.l-fullmenu__nav .sub-menu {
  display: none;
}

.l-fullmenu__nav .sub-menu li {
  position: relative;
  border-top: 1px solid var(--border-color);
  padding: 0 0 0 30px;
  font-size: 1.5rem;
}

.l-fullmenu__nav .sub-menu li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
  width: 60px;
  line-height: 60px;
  color: var(--sub-color);
  background-color: white;
  text-align: center;
  font-size: 18px;
}

.l-fullmenu__lower {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.l-fullmenu__translate {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.l-fullmenu__utility {
  width: 50%;
}

.l-fullmenu__utility li a {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 30px;
  line-height: 40px;

  img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 20px;
    max-width: 20px;
    margin-right: 5px;
  }
}

.l-fullmenu__sitemap {
  width: 50%;
}

.l-fullmenu__sitemap li a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 40px;
}


.l-fullmenu__foot {
  margin-top: auto;
  padding-bottom: 4vw;
}

.l-fullmenu__copyright {
  font-size: 1rem;
  text-align: center;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu__copyright {
    font-size: 1.2rem;
  }
}

.l-fullmenu-ac {
  font-size: 1.6rem;
  font-weight: bold;
}

@media print,screen and (min-width: 600px) {
  .l-fullmenu-ac {
    font-size: 1.5rem;
  }
}

.l-fullmenu-ac > li {
  border-bottom: 1px solid var(--border-color);
}

.l-fullmenu-ac li a {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
}

.l-fullmenu-ac .subpage {
  position: relative;
}

.l-fullmenu-ac .subpage.open:after {
  height: 0;
  transition: .2s ease-in;
}

.l-fullmenu-ac .subpage::before,
.l-fullmenu-ac .subpage::after {
  content: "";
  position: absolute;
  background-color: #9a5016;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-in;
}

.l-fullmenu-ac .subpage::before {
  right: 0;
  width: 15px;
  height: 1px;
}

.l-fullmenu-ac .subpage::after {
  right: 7px;
  width: 1px;
  height: 15px;
}

.l-fullmenu-ac2 li a {
  padding: 14px 0 14px 2em;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac2 li a {
    padding: 15px 0 15px 2em;
  }
}

.l-fullmenu-ac2 p {
  padding: 14px 0 14px 2em;
  border-bottom: 1px solid #dcdcdc;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac2 p {
    padding: 15px 0 15px 2em;
  }
}

.l-fullmenu-ac3 li a {
  padding: 14px 0 14px 4em;
}

@media print,
screen and (min-width: 600px) {
  .l-fullmenu-ac3 li a {
    padding: 15px 0 15px 4em;
  }
}

.l-fullmenu-ac li.menu-item-has-children {
  position: relative;
}

.l-fullmenu-ac li.menu-item-has-children > a {
  width: calc(100% - 60px);
}

.l-fullmenu-ac li.menu-item-has-children > i::after {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
  width: 60px;
  line-height: 60px;
  color: white;
  background-color: var(--sub-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
}

.l-fullmenu-ac li.menu-item-has-children > i.active::after {
  content: "\f068";
}

.l-fullmenu-ac li.menu-item-has-children > i.active + .sub-menu {
  display: block;
}

/* フッター */
.l-footer {
  margin-top: auto;
  position: relative;
  border-top: 1px solid var(--bg-sub);
  padding: 50px 0 70px;
}

.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  .l-footer {
    padding: 80px 0 20px;
  }

  .l-footer__inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.l-footer__left {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .l-footer__left {
    width: 50%;
    flex-direction: row;
    gap: 100px;
  }
}

.l-footer__logo {
  margin-bottom: 20px;
}

.l-footer__logo img {
  width: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .l-footer__logo {
    margin-bottom: 60px;
  }

  .l-footer__logo img {
    width: 200px;
    margin: 0;
  }
}

.l-footer__branch {
  margin-bottom: 20px;
}

.l-footer__branch-address {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.l-footer__branch-address span {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}

.l-footer__branch-address span a {
  display: inline;
}

@media print, screen and (min-width: 600px) {
  .l-footer__branch-address {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__branch-address {
    font-size: 1.4rem;
    text-align: left;
  }
}

.l-footer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0;
  border-top: 1px solid var(--border-color);
}

@media screen and (min-width: 1025px) {
  .l-footer__right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 80px;
    padding: 0;
    border-top: none;
  }
}

.l-footer__nav,
.l-footer__subnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.l-footer__nav li,
.l-footer__subnav li {
  width: calc(50% - 5px);
}

.l-footer__nav li {
  font-size: 1.5rem;
  font-weight: 500;
}

.l-footer__subnav li {
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .l-footer__nav,
  .l-footer__subnav {
    flex-direction: column;
  }

  .l-footer__nav li,
  .l-footer__subnav li {
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.l-footer__bottom {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
}

@media screen and (min-width: 1025px) {
  .l-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.l-footer__bottom-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  .l-footer__info {
    order: 1;
  }

  .l-footer__bottom-list {
    gap: 20px;
  }
}

.l-footer__copyright {
  font-size: 1.1rem;
  margin-top: auto;
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

.l-footer__sns {
  margin: 0 0 20px;
}

.l-footer__sns-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.l-footer__sns-list li {
  font-size: 2.6rem;
}

@media screen and (min-width: 1025px) {
  .l-footer__sns {
    order: 2;
  }

  .l-footer__sns-list {
    justify-content: right;
  }
}

#page_top {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 20;
}

@media print, screen and (min-width: 600px) {
  #page_top {
    right: 20px;
    bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  #page_top {
    right: 30px;
    bottom: 20px;
  }
}

#page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.4;
  transition: ease-in .3s;
  background-color: white;
  border: 2px solid var(--sub-color);
  border-radius: 30px;
  color: var(--sub-color);
  position: relative;
}

#page_top a:hover {
  background-color: var(--bg-sub);
}


.u-align--right {
  text-align: right;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}

.u-size--small {
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--small {
    font-size: 1.4rem;
  }
}

.u-size--xsmall {
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--xsmall {
    font-size: 1.3rem;
  }
}

.u-size--large {
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 600px) {
  .u-size--large {
    font-size: 1.8rem;
  }
}

.u-mt--20 {
  margin-top: 20px;
}

.c-btn {
  position: relative;
  display: inline-block;
  padding: 0 4.4em 0 1.6em;
  background-color: var(--sub-color);
  color: white!important;
  text-decoration: none!important;
  text-align: left;
  transition: .3s ease-in-out;
  font-size: 1.4rem;
  line-height: 54px;
  height: 54px;
  width: 100%;
  border-bottom: none !important;
  border-radius: 27px;
  font-weight: 500;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 600px) {
  .c-btn {
    width: auto;
    font-size: 1.6rem;
    padding: 0 8em 0 2em;
  }
}

.c-btn:visited,
.c-btn:active {
  color: white;
}

.c-btn:hover {
  background-color: var(--main-color);
  color: white !important;
}

.c-btn:hover::after {
  color: white;
}

.c-btn::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 9px;
  width: 36px;
  height: 36px;
  background-color: var(--main-color);
  border-radius: 18px;
}

.c-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn__external {
  margin: 1em 0;
}

.c-btn__external::after {
  content: "\f35d";
}

.c-btn__pdf {
  margin: 1em 0;
}

.c-btn__pdf::after {
  content: "\f1c1";
}

.c-btn__twitter {
  margin: 1em 0;
  background-color: #1da1f2;
  color: white !important;
}

.c-btn__twitter:visited,
.c-btn__twitter:active {
  color: white !important;
}

.c-btn__twitter:hover {
  background-color: rgba(29, 161, 242, .7);
  color: white !important;
}

.c-btn__twitter::after {
  content: "\e61b";
  /*content: "\f099";*/
  font-family: "Font Awesome 5 Brands";
}

.c-btn__insta {
  margin: 1em 0;
  background-color: #e1306c;
  color: white !important;
}

.c-btn__insta:visited,
.c-btn__insta:active {
  color: white !important;
}

.c-btn__insta:hover {
  background-color: rgba(225, 48, 108, .7);
  color: white !important;
}

.c-btn__insta::after {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
}

.c-btn__schedule {
  background-color: #1c3a57;
  color: white !important;
}

@media screen and (min-width: 1025px) {
  .c-btn__schedule {
    width: auto;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1em 6em 1em 2em;
    letter-spacing: .08em;
  }
}

.c-btn__schedule:visited,
.c-btn__schedule:active {
  color: white !important;
}

@media screen and (min-width: 1025px) {
  .c-btn__schedule::before {
    right: 60px;
  }
}

.c-btn__schedule::after {
  content: "\f1c1";
}

@media screen and (min-width: 1025px) {
  .c-btn__schedule::after {
    right: 24px;
  }
}

.btn--center {
  margin: 0 auto;
}

.btn--small {
  padding: .3em 0;
  width: 200px;
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 600px) {
  .btn--small {
    font-size: 1.3rem;
    padding: .2em 0;
  }
}

.btn--large {
  width: 90%;
  margin: 0 auto;
}

@media print,
screen and (min-width: 600px) {
  .btn--large {
    width: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .btn--large {
    width: 100%;
    font-size: 1.8rem;
  }
}

.c-heading-top {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .c-heading-top {
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-top {
    margin: 0 auto 60px;
    max-width: 1280px;
  }
}

.c-heading-top h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  color: var(--sub-color);

  span {
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 4.2rem;
    color: var(--font-color);
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-top h2 {
    font-size: 2.0rem;

    span {
      font-size: 6.2rem;
      line-height: 62px;
    }
  }
}

.c-heading-page {
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-image: url(img/heading-bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.c-heading-page--library {
  background-image: url(img/heading-library.webp)!important;
}

.c-heading-page__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .c-heading-page {
    height: 200px;
    padding: 0 40px;
    background-image: url(img/heading-bg_pc.webp);
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-page {
    height: 300px;
    padding: 0 100px;
  }
}

.c-heading-page h1 {
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--font-color);
  font-weight: 700;
  letter-spacing: .06em;

  &::first-letter {
    color: var(--sub-color);
  }

  span {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--sub-color);
    display: block;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 600px) {
  .c-heading-page h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-heading-page h1 {
    font-size: 3.8rem;

    span {
      font-size: 1.8rem;
      margin-top: 10px;
    }
  }
}

.c-link-pdf {
  position: relative;
  padding-right: 1.4em;
}

.c-link-pdf::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  bottom: -5px;
  font-weight: 900;
  color: var(--sub-color);
}

.c-link-excel {
  position: relative;
  padding-right: 1.4em;
}

.c-link-excel::after {
  content: "\f1c3";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  bottom: -5px;
  font-weight: 900;
  color: var(--sub-color);
}

.c-link-external {
  position: relative;
  padding-right: 1.4em;
}

.c-link-external::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  bottom: -5px;
  font-weight: 900;
  color: var(--sub-color);
}

.c-list-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-list-index li {
  width: 100%;
  
  a {
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: 0.3s;
    color: #2b2b2b;
    background-color: #F9F7F7;
  }

  a:hover {
    background-color: var(--bg-sub);
  }
}

@media print, screen and (min-width: 600px) {
  .c-list-index li a {
    padding: 24px 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-list-index__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  gap: 10px;
}

.c-list-index__date {
  font-size: 1.3rem;
  min-width: 120px;
}

@media print, screen and (min-width: 600px) {
  .c-list-index__info {
    flex-direction: row;
  }

  .c-list-index__date {
    font-size: 1.3rem;
  }
}

.c-list-index__category {
  font-size: 1.2rem;

  span {
    display: inline-block;
    background-color: white;
    padding: 1px 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
  }
}

.c-list-index__title {
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .c-list-index__info {
    margin-right: 60px;
    gap: 30px;
  }

  .c-list-index__date {
    font-size: 1.5rem;
  }

  .c-list-index__title {
  font-size: 1.8rem;
}
}

@media screen and (min-width: 1025px) {
  .c-list-index__title {
    flex: 1;
  }
}

.c-list-index__category {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;

  li {
    display: inline-block;
    background-color: white;
    padding: 0 1em;
    font-size: 1.2rem;
    transition: .3s ease-in;
    border-radius: 20px;
    line-height: 28px;
    height: 28px;
    font-weight: 500;
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  .p-single__category {

    li {
      font-size: 1.3rem;
    }
  }
}

.c-list-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;

  li a {
    display: inline-block;
    background-color: white;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: var(--font-color);
    border: 1px solid white;
    transition: .3s ease-in;
    font-weight: 500;
  }

  li a:hover {
    border-color: var(--sub-color);
    color: var(--font-color);
  }
}

@media screen and (min-width: 1025px) {
  .c-list-category {
    gap: 15px;

    li a {
      font-size: 1.5rem;
      padding: 12px 24px;
    }
  }
}

.c-list-link {
  list-style: none;
  padding: 0;
  margin: 20px 0!important;
}

.c-list-link li {
  position: relative;
  margin-bottom: 4px;
}

.c-list-link li a {
  display: block;
  border-bottom: none;
  color: #2b2b2b;
  background-color: var(--bg-sub);
  border: 1px solid var(--bg-sub);
  padding: 10px 40px 10px 15px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
  transition: .3s ease-in;
}

.c-list-link li a:hover {
  border-color: var(--sub-color);
  background-color: var(--bg-main);
}

.c-list-link li a::after {
  content: '\f105';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: var(--sub-color);
  width: 15px;
}

@media screen and (min-width: 600px) {
  .c-list-link li a {
    padding: 14px 60px 14px 20px;
  }

  .c-list-link li a::after {
    right: 20px;
    font-size: 16px;
    width: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-link li a {
    padding: 16px 60px 16px 20px;
  }
}

.c-list-link li a.doc::after {
  content: '\f15c';
}

.c-list-link li a.pdf::after {
  content: '\f1c1';
}

.c-list-link li a.excel::after {
  content: '\f1c3';
}

.c-list-link li a.external::after {
  content: '\f08e';
}

/* 過去問題 */
.c-list-past {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}

.c-list-past li {
  position: relative;
  width: calc(50% - 2px);
}

.c-list-past li a {
  display: block;
  padding: 10px 40px 10px 15px;
  border: 1px solid var(--bg-sub);
  background-color: var(--bg-sub);
  text-decoration: none;
  color: var(--font-color);
  line-height: 1.5;
  font-weight: 500;
  transition: .3s ease-in;
}

.c-list-past li a:hover {
  border-color: var(--sub-color);
  background-color: var(--bg-main);
}

@media screen and (min-width: 600px) {
  .c-list-past li {
    position: relative;
    width: calc(33.33% - 4px);

    a {
      padding: 14px 60px 14px 20px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .c-list-past li {
    position: relative;
    width: calc(20% - 4px);

    a {
      padding: 16px 60px 16px 20px;
    }
  }
}

.c-list-past li a::after {
  content: '\f1c1';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: var(--sub-color);
  width: 15px;
}

/* 入試要項 */
.c-list-guideline {
  display: flex;
  flex-direction: column;
  gap: 20px;

  li a {
    display: block;
    padding: 20px;
    background-color: var(--bg-sub);
    border: 1px solid var(--bg-sub);
    transition: .3s ease-in;
    text-decoration: none;
    color: var(--font-color);
    font-weight: 500;
  }

  li a:hover {
    border: 1px solid var(--sub-color);
    background-color: var(--bg-main);
  }

  li i {
    color: var(--sub-color);
    margin-left: .5em;
  }

  li img {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .c-list-guideline {
    flex-direction: row;
    gap: 20px;

    li {
      width: calc(50% - 10px);
    }

    li a {
      padding: 40px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .c-list-guideline {
    flex-direction: row;
    gap: 20px;

    li {
      width: calc(33.33% - 10px);
    }

    li a {
      padding: 50px;
    }
  }
}

.c-list-search li {
  padding: 20px;
  background-color: #F9F7F7;
  margin-bottom: 10px;
  overflow-wrap: anywhere;

  a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.6rem;
    color: #4682b4;
  }

  a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
}

.c-list-search__url {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.c-list-search__text {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 600px) {
  .c-list-search li {
    padding: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .c-list-search li {
    padding: 30px;

    a {
      font-size: 1.8rem;
    }
  }

  .c-list-search__url {
    font-size: 1.4rem;
  }

  .c-list-search__text {
    font-size: 1.4rem;
  }
}

.c-list-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px 0 !important;
}

.c-list-nav li {
  text-align: center;
  font-weight: bold;
  padding: 0 !important;
  margin: 0 1em 1em 0 !important;
}

.c-list-nav li::before {
  display: none;
}

.c-list-nav a {
  display: block;
  padding: .8em;
  transition: .2s ease-in;
  border: 1px solid #6f8083;
}

.c-list-nav a:hover {
  background-color: #f5f5f5;
}

.c-list-nav a.current {
  pointer-events: none;
}

.c-list-post ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: .8em 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 1025px) {
  .c-list-post ul li {
    padding: 1.2em 0 !important;
  }
}

.c-list-post ul li::before {
  display: none;
}

.c-list-post ul li:hover::after {
  width: 100%;
  transition: ease-in .3s;
}

.c-list-post ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #6f8083;
  transition: ease-in .3s;
}

.c-list-post ul li a {
  display: block;
  border-bottom: none !important;
  margin-top: .5em;
}

@media screen and (min-width: 1025px) {
  .c-list-post ul li a {
    display: inline-block;
    margin-top: 0;
  }
}

.c-list-post ul li span {
  display: inline-block;
  margin-right: 1em;
}

.c-list-post ul li span + a.label-15,
.c-list-post ul li span + a.label-16 {
  background-color: #9a5016;
  color: white;
  font-size: 1.2rem;
  padding: .1em .8em;
  display: inline-block;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {

  .c-list-post ul li span + a.label-15,
  .c-list-post ul li span + a.label-16 {
    font-size: 1.3rem;
    margin-right: 1em;
  }
}

.c-list-dl {
  margin: 1em 0;
  border-top: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

@media print,
screen and (min-width: 600px) {
  .c-list-dl {
    margin: 1em 0;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 1.6rem;
  }
}

.c-list-dl dt {
  padding: .6em 1em;
  background-color: #f5f5f5;
  border-bottom: solid 1px #dcdcdc;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {
  .c-list-dl dt {
    width: 12em;
    padding: .6em 1em;
  }
}

.c-list-dl dd {
  padding: .6em 1em;
  border-bottom: solid 1px #dcdcdc;
}

@media print,
screen and (min-width: 600px) {
  .c-list-dl dd {
    width: calc(100% - 12em);
    padding: .6em 1em;
  }
}

.c-list-dl dd img {
  display: inline;
  max-width: none;
}

.c-list-dl dd a img {
  display: block;
}

@media print,
screen and (min-width: 600px) {
  .c-list-dl dd img {}
}

.c-list-common {
  margin: 0 0 1em !important;
  padding: 0;
  list-style: none;
}

.c-list-common li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .2em;
}

.c-list-common li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  border: 1px solid #6f8083;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.c-list-note {
  margin: .5em 0 !important;
  padding: 0;
  list-style: none;
}

.c-list-note li {
  position: relative;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: .2em;
  line-height: 1.7;
}

@media print,
screen and (min-width: 600px) {
  .c-list-note li {
    font-size: 1.4rem;
  }
}

.c-list-note li::before {
  content: "※";
}

.c-list-note li a {
  border-bottom: 1px solid #2b2b2b;
  transition: ease-in .2s;
}

ol.c-list-number {
  counter-reset: item;
  list-style-type: none;
  margin: 1em 0 !important;
  padding-left: 26px !important;
}

ol.c-list-number li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 5px;
}

ol.c-list-number li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: -26px;
  top: 0;
  color: white;
  font-family: "JetBrains Mono", monospace;
  width: 21px;
  height: 21px;
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 600px) {
  ol.c-list-number li:before {
    top: 6px;
  }
}

ol.c-list-number li ol {
  counter-reset: sub;
  margin: 10px 0 10px 26px !important;
}

ol.c-list-number li ol li {
  position: relative;
}

ol.c-list-number li ol li::before {
  counter-increment: sub;
  content: counter(sub);
  position: absolute;
  left: -26px;
  color: #6f8083;
  background-color: white;
}

.c-list-archives li {
  border-bottom: 1px dotted #dcdcdc;
  padding: .4em 0;
  font-weight: bold;
}

.c-list-archives li span {
  font-size: 1.1rem;
}

@media print,
screen and (min-width: 600px) {
  .c-list-archives li span {
    font-size: 1.3rem;
  }
}

.c-list-archives li span.date {
  font-weight: normal;
  font-size: 1.2rem;
}

@media print,
screen and (min-width: 600px) {
  .c-list-archives li span.date {
    font-size: 1.4rem;
  }
}

.c-list-data {
  border-top: dotted 1px #dcdcdc;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

@media print,
screen and (min-width: 600px) {
  .c-list-data {
    font-size: 1.5rem;
  }
}

.c-list-data dt {
  padding: .6em 0;
  border-bottom: dotted 1px #dcdcdc;
  font-weight: bold;
  width: 7em;
}

.c-list-data dd {
  padding: .6em 0;
  border-bottom: dotted 1px #dcdcdc;
  width: calc(100% - 7em);
}

.c-list-data dd span {
  margin-left: 1em;
}

.c-pagination {
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .c-pagination {
    margin-top: 60px;
  }
}

.c-pagination .pagination {
  display: flex;
  justify-content: center;
}

@media print,
screen and (min-width: 600px) {
  .c-pagination .pagination {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .c-pagination .pagination {
    margin-top: 20px;
  }
}

.c-pagination .nav-links {
  display: flex;
}

.c-pagination .nav-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  transition: all .3s ease;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--sub-color);
  background-color: white;
  border: 1px solid var(--sub-color);
  margin-right: 4px;
}

@media print, screen and (min-width: 600px) {
  .c-pagination .nav-links a {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
    margin-right: 6px;
  }
}

.c-pagination .nav-links a:hover {
  background-color: var(--bg-sub);
  color: var(--sub-color);
}

.c-pagination .nav-links a.prev,
.c-pagination .nav-links a.next {
  color: var(--sub-color);
  width: 28px;
  height: 28px;
  border: 1px solid var(--sub-color);
}

@media print, screen and (min-width: 600px) {

  .c-pagination .nav-links a.prev,
  .c-pagination .nav-links a.next {
    width: 42px;
    height: 42px;
  }
}

.c-pagination .nav-links a.prev:hover,
.c-pagination .nav-links a.next:hover {
  background-color: var(--bg-sub);
  color: #6f8083;
}

.c-pagination .nav-links span.dots {
  color: var(--sub-color);
  width: 28px;
  height: 28px;
}

@media print, screen and (min-width: 600px) {
  .c-pagination .nav-links span.dots {
    width: 42px;
    height: 42px;
  }
}

.c-pagination .nav-links span.current {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  width: 28px;
  height: 28px;
  background-color: var(--sub-color);
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 4px;
}

@media print,
screen and (min-width: 600px) {
  .c-pagination .nav-links span.current {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
    margin-right: 6px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-form-contact__list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .c-form-contact__list li {
    margin-bottom: 30px;
  }
}

.c-form-contact__list li:last-child {
  border-bottom: none;
}

.c-form-contact__title {
  margin-bottom: 8px;
  font-weight: bold;
}

.c-form-contact__title span {
  margin-left: 10px;
  font-size: 1.1rem;
  color: white;
  background-color: #ba2636;
  border-radius: 2px;
  padding: .2em .6em;
}

@media screen and (min-width: 1025px) {
  .c-form-contact__title span {
    margin-left: 16px;
  }
}

.c-form-contact__input {
  word-wrap: break-word;
}

.c-form-contact__input input[type=text],
.c-form-contact__input input[type=email],
.c-form-contact__input textarea,
.c-form-contact__input select {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: #6f8083;
  width: 100%;
}

.c-form-contact__input input[type=text]:focus,
.c-form-contact__input input[type=email]:focus,
.c-form-contact__input textarea:focus,
.c-form-contact__input select:focus {
  outline: none;
  border: 1px solid #9a5016;
}

.c-form-contact__input select {
  position: relative;
  display: block;
}

.c-form-contact__input select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  transform: rotate(45deg) translateY(-50%);
  z-index: 10;
}

.c-form-contact__input ::-moz-placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-contact__input :-ms-input-placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-contact__input ::placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-contact__btn {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-form-contact__input input[type=text].tel-area {
  width: auto;
}

@media print,
screen and (min-width: 600px) {
  .c-form-contact__btn {
    flex-direction: row;
  }
}

.c-form-contact__btn .btn {
  position: relative;
  display: inline-block;
  padding: 1.2em 2em;
  background-color: #6f8083;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in-out;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  border-bottom: none !important;
}

@media print,
screen and (min-width: 600px) {
  .c-form-contact__btn .btn {
    width: auto;
    font-size: 1.6rem;
    padding: 1em 4em;
  }
}

.c-form-contact__btn .btn:visited,
.c-form-contact__btn .btn:active {
  color: #2b2b2b !important;
}

.c-form-contact__btn .btn:hover {
  background-color: #4682b4;
  color: white !important;
}

.c-form-contact__btn .btn--back {
  background-color: #ebebeb;
  color: #6f8083;
}

.c-form-contact__confirm p {
  text-align: center;
}

.c-form-contact__confirm p.tel {
  margin-top: 1em;
  font-size: 1.8rem;
  /*
  font-family: "Lato", sans-serif;
*/
}

@media print,
screen and (min-width: 600px) {
  .c-form-contact__confirm p.tel {
    font-size: 2.4rem;
  }
}

.contact_caution {
  margin-top: 20px;
  color: #9a5016;
  font-weight: bold;
}

.btn_confirm {
  text-align: center;
}

.c-form-search {
  position: relative;
  width: 100%;
  height: 50px;
}

.c-form-search__box {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  outline: 0;
  background: white;
  border: none;
  -webkit-appearance: none;
}

.c-form-search__submit {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0;
  background: var(--main-color);
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}


.c-form-search__submit i {
  color: white;
}

.c-form-search__submit:hover {
  border-color: #f5f5f5;
  cursor: pointer;
}

.c-form-search button {
  padding: 0;
}

.c-form-search input[type=text] {
  border: 1px solid #f5f5f5;
  padding: 0 10px;
  border-radius: 0;
}

.c-form-application .title {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 4em 0 0;
  border-bottom: 1px dotted #dcdcdc;
  padding-bottom: .8em;
}

.c-form-application .title span {
  font-size: 1.2rem;
  display: block;
  margin-top: .5em;
}

@media print,
screen and (min-width: 600px) {
  .c-form-application .title span {
    display: inline;
    font-size: 1.4rem;
    margin-left: 2em;
    margin-top: 0;
  }
}

.c-form-application input[type=text],
.c-form-application input[type=email],
.c-form-application textarea,
.c-form-application select {
  padding: 3px 6px;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: #6f8083;
  max-width: 100%;
}

.c-form-application input[type=text]:focus,
.c-form-application input[type=email]:focus,
.c-form-application textarea:focus,
.c-form-application select:focus {
  outline: none;
  border: 1px solid #9a5016;
}

.c-form-application input[type=text].full,
.c-form-application input[type=email].full {
  width: 100%;
}

.c-form-application textarea {
  width: 100%;
}

.c-form-application textarea.exhibition_detail,
.c-form-application textarea.purpose_other {
  margin-top: .5em;
}

@media screen and (min-width: 1025px) {
  .c-form-application select {
    font-size: 1.5rem;
  }
}

.c-form-application select.purpose_school {
  margin: .6em 0 0 1.6em;
  padding: 3px 10px;
}

.c-form-application dl {
  display: flex;
  flex-wrap: wrap;
}

.c-form-application dl dt {
  position: relative;
  width: 100%;
  padding: 1em 0 0;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {
  .c-form-application dl dt {
    border-bottom: 1px dotted #dcdcdc;
    width: 30%;
    padding: 1em;
    background-color: #f5f5f5;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-form-application dl dt {
    font-size: 1.5rem;
  }
}

.c-form-application dl dt span {
  margin-left: 10px;
  font-size: 1.1rem;
  line-height: 11px;
  color: white;
  background-color: #ba2636;
  border-radius: 2px;
  padding: .2em .3em;
}

@media print,
screen and (min-width: 600px) {
  .c-form-application dl dt span {
    position: absolute;
    top: 25px;
    right: 20px;
    line-height: 11px;
  }
}

.c-form-application dl dd {
  width: 100%;
  padding: .5em 0 1em;
  border-bottom: 1px dotted #dcdcdc;
}

@media print,
screen and (min-width: 600px) {
  .c-form-application dl dd {
    width: 70%;
    padding: 1em 0 1em 1em;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-form-application dl dd {
    font-size: 1.5rem;
  }
}

.c-form-application dl dd ul.number li {
  margin-bottom: .6em;
  font-size: 1.4rem;
}

.c-form-application dl dd ul.number li:last-child {
  margin-bottom: 0;
}

.c-form-application dl dd ul.number li label {
  display: inline-block;
  width: 6em;
}

.c-form-application dl dd ::-moz-placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-application dl dd :-ms-input-placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-application dl dd ::placeholder {
  font-size: 1.3rem;
  color: rgba(43, 43, 43, .3);
}

.c-form-application dl dd .sub_area {
  margin: 10px 0 0 29px;
  font-size: 1.5rem;
}

.c-form-application dl dd .sub_area p {
  font-size: 1.4rem;
}

.c-form-application dl dd .note_area {
  margin: 10px 0 0;
}

.c-form-application dl dd .note_area p {
  font-size: 1.2rem;
  margin: 0 !important;
  line-height: 1.6;
  color: #696969;
}

@media print,
screen and (min-width: 600px) {
  .c-form-application dl dd .note_area p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid var(--border-color);
}

.c-breadcrumb__inner {
  max-width: 1280px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 600px) {
  .c-breadcrumb {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .c-breadcrumb {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1400px) {
  .c-breadcrumb {
    padding: 0 100px;
  }
}

.c-breadcrumb-list {
  margin: 0;
  padding: 10px!important;
  list-style: none;
  line-height: 1.1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

@media print, screen and (min-width: 600px) {
  .c-breadcrumb-list {
    line-height: 1.3;
  }
}

@media screen and (min-width: 1025px) {
  .c-breadcrumb-list {
    white-space: normal;
    padding: 20px 0!important;
  }
}

.c-breadcrumb-list li {
  display: inline;
  list-style: none;
  font-size: 1.1rem;
  letter-spacing: .04em;
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
  color: #2b2b2b;
}

@media print,
screen and (min-width: 600px) {
  .c-breadcrumb-list li {
    font-size: 1.3rem;
  }
}

.c-breadcrumb-list li:last-child::after {
  display: none;
}

.c-breadcrumb-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  transform: rotate(-45deg);
}

.c-breadcrumb-list li a {
  text-decoration: none;
  transition: ease-in .2s;
}

.c-breadcrumb-list li br {
  display: none;
}

.c-text--right {
  text-align: right;
}

.c-text--center {
  text-align: center;
}

.c-text--sign {
  text-align: right;
  margin-top: 2em;
}

.c-text--small {
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .c-text--small {
    font-size: 1.4rem;
  }
}

.c-text--red {
  color: var(--color-red);
}

.c-text--blue {
  color: #0046FF;
}

.c-text--green {
  color: #6CA651;
}

.c-text-calendar {
  position: relative;
  font-weight: 500;
  padding-left: 25px;
}

.c-text-calendar::before {
  content: '\f133';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.c-table-scroll {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .c-table-scroll {
    margin-bottom: 60px;
  }
}

.c-table-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 1025px) {
  .c-table-side {
    flex-direction: row;
    gap: 60px;
  }
}

.c-table-basic {
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  caption {
    text-align: center;
    margin: 20px 0 10px;
    font-weight: 700;
  }

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
  }

  th {
    background-color: var(--bg-main);
  }

  td {
    background-color: white;
  }
}

.c-table-fixed {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  caption {
    font-weight: 700;
    text-align: left;
    margin: 10px 0;
    font-size: 1.5rem;
  }

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: top;
  }

  th {
    background-color: var(--bg-main);
  }
}

@media screen and (min-width: 1025px) {
  .c-table-fixed {
    caption {
      text-align: center;
      font-size: 1.8rem;
      margin: 15px 0;
    }

  }
}

.c-table-staff {
  border: 1px solid var(--border-color);
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  table-layout: fixed;

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
  }

  th {
    background-color: var(--bg-main);
  }

  th.title,
  th.name,
  th.member {
    width: 120px;
  }
}

@media screen and (min-width: 1025px) {
  .c-table-staff {
    th.title,
    th.name,
    th.member {
      width: 140px;
    }
  }
}

.c-table-network {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  table-layout: fixed;

  tr.tech {
    background-color: #efe1ca;;
  }

  tr.knowledge {
    background-color: #bae4b9;
  }

  tr.info {
    background-color: #c6dee7;
  }

  th,
  td {
    padding: 10px;
    border: 1px solid white;
  }

  th {
    background-color: #b3afaf;
  }

  th.category {
    width: 100px;
  }

  th.field {
    width: 200px;
  }

  td.tech {
    background-color: #f39801;
  }

  td.knowledge {
    background-color: #4caa4a;
  }

  td.info {
    background-color: #6fc2e4;
  }
}

.c-table-course {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  table-layout: auto;
  border: 1px solid var(--border-color);

  caption {
    text-align: left;
    margin-bottom: 15px;
  }

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: top;
  }

  th {
    background-color: var(--bg-main);
    font-weight: 400;
  }

  td.year {
    background-color: var(--bg-main);
    width: 120px;
  }

  td.credit {
    width: 100px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .c-table-course {
    th,
    td {
      padding: 15px;
    }
  }
}

.c-table-bus {
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  caption {
    text-align: center;
    margin: 20px 0 10px;
    font-weight: 700;
  }

  th,
  td {
    padding: 10px 15px;
    border: 1px solid var(--border-color);
  }

  th {
    background-color: var(--bg-sub);
  }

  td:first-of-type {
    background-color: var(--bg-main);
    text-align: center;
  }
}



.c-table-membership {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}

.c-table-membership th,
.c-table-membership td {
  border: 1px solid #6f8083;
  padding: 10px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {

  .c-table-membership th,
  .c-table-membership td {
    font-size: 1.6rem;
    padding: 12px 14px;
  }
}

.c-table-membership th {
  background-color: #f5f5f5;
}

.c-table-membership td.center {
  text-align: center;
}

.c-table-fee {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

.c-table-fee th,
.c-table-fee td {
  border: 1px solid #dcdcdc;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {

  .c-table-fee th,
  .c-table-fee td {
    padding: 12px 14px;
    font-size: 1.6rem;
  }
}

.c-table-fee th {
  background-color: #f5f5f5;
  white-space: nowrap;
}

.c-table-outline {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    text-align: center;
  }

  th {
    background-color: var(--bg-main);
  }
}

.c-table-tuition {
  min-width: 680px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  caption {
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  tr.total {
    background-color: #FFE4EF;
  }

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    text-align: center;
  }

  th {
    background-color: var(--bg-main);
  }

  td.title {
    background-color: #fffcf0;
    width: 15%;
  }
}

@media screen and (min-width: 1025px) {
  .c-table-tuition {
    caption {
      text-align: center;
      font-size: 1.7rem;
      margin-bottom: 15px;
    }

  }
}

.c-table-calendar {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  th,
  td {
    padding: 12px;
    border: 1px solid var(--border-color);
    vertical-align: top;
    text-align: left;
  }

  th {
    background-color: var(--bg-main);
    width: 360px;
    font-weight: 400;
  }

  td {
    padding: 12px 20px;

    span {
      font-size: 12px;
      margin-left: 1em;
      
    }
  }
}

.c-table-schedule {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: middle;
  }

  th {
    background-color: var(--bg-main);
    font-weight: 400;
  }

  th.year {
    background-color: #FCF6D9;
    writing-mode: vertical-rl;
    width: 50px;
    font-weight: 500;
  }
}

.c-table-nittei {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: middle;
    text-align: center;
  }

  th {
    background-color: var(--bg-main);
    font-weight: 700;
  }

  th.year {
    background-color: #FCF6D9;
    writing-mode: vertical-rl;
    width: 50px;
    font-weight: 500;
  }
}

.c-table-rule {
  min-width: 800px;
  border: 1px solid var(--border-color);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;

  th,
  td {
    padding: 10px;
    border: 1px solid var(--border-color);
    vertical-align: middle;
  }

  th {
    background-color: var(--bg-main);
  }
}

@media screen and (min-width: 1025px) {
  .c-table-rule {
    th,
    td {
      padding: 15px;
    }
  }
}

#c-backtotop {
  position: fixed;
  bottom: 33px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  transform: translateX(100px);
}

@media print,
screen and (min-width: 600px) {
  #c-backtotop {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  #c-backtotop {
    bottom: 60px;
    right: 0;
  }
}

#c-backtotop a {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(../img/backtotop_sp.png);
  background-size: 44px 44px;
  background-repeat: no-repeat;
}

@media print,
screen and (min-width: 600px) {
  #c-backtotop a {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}

@media screen and (min-width: 1025px) {
  #c-backtotop a {
    width: 50px;
    height: 140px;
    background-image: url(../img/backtotop_pc.png);
    background-size: 50px 140px;
  }
}

#c-backtotop a:hover {
  opacity: .8;
  transition: .2s ease-in;
}

#c-backtotop.LeftMove {
  -webkit-animation: LeftAnime .5s forwards;
  animation: LeftAnime .5s forwards;
}

#c-backtotop.RightMove {
  -webkit-animation: RightAnime .5s forwards;
  animation: RightAnime .5s forwards;
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

.c-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

@media print,
screen and (min-width: 600px) {
  .c-gallery {
    gap: 30px;
    margin: 40px 0;
  }
}

.c-gallery img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 !important;
}

@media print,
screen and (min-width: 600px) {
  .c-gallery img {
    width: calc(50% - 15px);
  }
}

.c-timeline {
  position: relative;
}

.c-timeline__line {
  border-right: 2px solid #6f8083;
  left: 10px;
  position: absolute;
  top: 12px;
  height: calc(100% - 12px);
}

.c-timeline__item {
  list-style-type: none;
  margin: 0;
  padding: 0 0 2em;
}

.c-timeline__item:last-of-type {
  padding-bottom: 0;
}

.c-timeline__top {
  align-items: center;
  display: flex;
}

.c-timeline__circle {
  background-color: #6f8083;
  border-radius: 9999px;
  height: 22px;
  width: 22px;
}

.c-timeline__title {
  flex: 1;
  padding-left: 18px;
  color: #6f8083;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .4em;
}

@media print,
screen and (min-width: 600px) {
  .c-timeline__title {
    padding-left: 26px;
    font-size: 1.8rem;
  }
}

.c-timeline__title span {
  text-transform: uppercase;
  /*
  font-family: "Lato", sans-serif;
*/
  font-size: 1.6rem;
  margin-right: 1em;
}

.c-timeline__desc {
  margin-left: 40px;
}

@media print,
screen and (min-width: 600px) {
  .c-timeline__desc {
    margin-left: 48px;
  }
}

.c-timeline__desc p {
  margin-bottom: 1em;
}

.swiper-first,
.swiper-second {
  width: 100%;
  height: calc(50vh - 30px);
  position: relative;
}

.swiper-first::before,
.swiper-second::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(89, 89, 89, 0.4);
}

.p-top-eyecatch {
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.p-top-eyecatch__jp {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%)!important;
  z-index: 10;
  width: 70%;
}

.p-top-eyecatch__en {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%)!important;
  z-index: 10;
  width: 70%;
}

.p-top-eyecatch .swiper-slide {
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-delay: 0s;
    transform: scale(1.2);
    transition: transform 7s ease-out;
    will-change: transform;
  }

  &.swiper-slide-active img {
    transform: scale(1);
  }
}


@keyframes animationZoom {
  100% { transform:scale(1.0)} 
}

@media screen and (min-width: 1025px) {
  .p-top-eyecatch {
    flex-direction: row;
    height: calc(100vh - 150px);
  }

  .p-top-eyecatch__jp {
    top: 30%;
    width: 50%;
  }

  .p-top-eyecatch__en {
    bottom: 40%;
    width: 50%;
  }

  .swiper-first,
  .swiper-second {
    width: 50%;
    height: 100%;
  }
}

/* 重要なお知らせ */
.p-top-notice {
  max-width: 1280px;
  margin: 30px 20px;
  padding: 20px;
  border: 3px solid var(--sub-color);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-top-notice__title {
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  .p-top-notice {
    margin: 40px 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-notice {
    padding: 50px;
    margin: 60px auto;
    flex-direction: row;
    align-items: center;
  }

  .p-top-notice__title {
    position: relative;
    font-size: 2.0rem;
    width: 190px;
    margin-right: 40px;
  }

  .p-top-notice__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: var(--border-color);
  }
}

.c-list-notice {
  flex: 1;
}

.c-list-notice li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c-list-notice li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-list-notice li a {
  color: var(--font-color);
}

.c-list-notice__date {
  font-size: 1.4rem;
}

.c-list-notice__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--sub-color);
}

@media screen and (min-width: 1025px) {
  .c-list-notice li {
    border-bottom: none;
  }

  .c-list-notice li a {
    display: flex;
    flex-direction: row;
  }

  .c-list-notice__date {
    font-size: 1.5rem;
    width: 130px;
  }

  .c-list-notice__title {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.c-list-curriculum {
  display: flex;
  flex-direction: column;

  dt,
  dd {
    width: 100%;
  }

  dt {
    background-color: var(--bg-sub);
    padding: 10px 20px;
    font-weight: 700;
  }

  dd {
    background-color: var(--bg-main);
    padding: 20px 20px;
    margin-bottom: 20px;

    span {
      font-size: 1.2rem;
      margin-left: 1em;
    }
  }
}

@media screen and (min-width: 1025px) {
  .c-list-curriculum {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0;

    dt {
      width: 200px;
      padding: 15px 20px;
      margin-bottom: 20px;
      text-align: center;
    }

    dd {
      width: calc(100% - 200px);
      padding: 15px 30px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .p-top-info {
    background-color: #f5f5f5;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-info__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1400px) {
  .p-top-info__inner {
    padding: 0 40px;
  }
}

/* トピックス */
.p-top-topics {
  background-color: var(--bg-sub);
  overflow: hidden;
}

.p-top-topics .swiper {
  overflow: visible;
}

.p-top-topics__inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3em 3em 5em;
}

@media screen and (min-width: 1025px) {
  .p-top-topics__inner {
    padding: 5em 10em 7em;
  }
}

.p-top-topics__img {
  position: relative;
  width: 100%;
  aspect-ratio: 23 / 18;
  overflow: hidden;
}

.p-top-topics__img:hover figcaption {
  opacity: .8;
}

.p-top-topics__img:hover figcaption p {
  transition-delay: .1s;
  opacity: 1;
}

.p-top-topics__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-top-topics__img figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: var(--bg-page-ttl);
  transition: .3s ease-in;
  opacity: 0;
  text-align: center;
}

.p-top-topics__img figcaption p {
  font-size: 2.0rem;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-in;
  font-weight: 500;
  line-height: 1.6;
}

.p-top-topics__title {
  margin: 5px 0 0;
  font-size: 1.6rem;
}

.p-top-topics .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.p-top-topics .swiper-pagination-bullet {
  cursor: pointer;
  
}
.p-top-topics .swiper-pagination-bullet-active {
  background-color: var(--sub-color);
}

@media screen and (min-width: 1025px) {
  .swiper-pagination {
    text-align: right;
    padding: 0 10em;
  }

  .p-top-topics .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 40px;
  }
}




  [class*=swiper]:focus {
    outline: none;
  }

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card03 {
    overflow: hidden;
  }
  .card03 .swiper {
    overflow: visible;
  }
  .card03 .swiper-button-prev, .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
    border-color: #fff;
  }
  .card03 .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .card03 .swiper-button-next {
    left: calc(100% - 1.6rem);
  }
  .card03 .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }









/* 新着情報 */
.p-top-news {
  padding: 60px 20px;
}

@media print, screen and (min-width: 600px) {
  .p-top-news {
    padding: 60px 40px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-news {
    padding: 60px 0 100px;
  }
}

.p-top-news__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-top-news__inner .c-heading-top h2 {
  text-align: left;
}

.p-top-news__tabs input:checked + .tab-item {
  border-bottom: 2px solid var(--sub-color);
}

.p-top-news__tabs input[name=tab-item] {
  display: none;
}

.p-top-news__tabs #all:checked ~ #all-content,
.p-top-news__tabs #news:checked ~ #news-content,
.p-top-news__tabs #admission:checked ~ #admission-content,
.p-top-news__tabs #job:checked ~ #job-content,
.p-top-news__tabs #topics:checked ~ #topics-content,
.p-top-news__tabs #cnews:checked ~ #cnews-content,
.p-top-news__tabs #student:checked ~ #student-content {
  display: block;
}

.p-top-news__tabs .tab-content {
  display: none;
}

.p-top-news__tabs .tab-item {
  color: var(--font-color);
  cursor: pointer;
  padding: 5px 0;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 2em 2em 0;
}

.p-top-news__tabs .tab-item:hover {
  border-bottom: 2px solid var(--sub-color);
}

.p-top-news__list li {
  margin-bottom: 4px;
}

.p-top-news__list li a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  transition: 0.3s;
  color: #2b2b2b;
  background-color: #F9F7F7;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .p-top-news__list li a {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-top-news__list li a:hover {
  background: var(--bg-sub);
}

.p-top-news__info {
  display: flex;
  flex-direction: row;
}

.p-top-news__date {
  font-size: 1.4rem;
  min-width: 120px;
}

.p-top-news__category {
  font-size: 1.2rem;

  span {
    display: inline-block;
    background-color: white;
    padding: 1px 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
  }
}

.p-top-news__title {
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (min-width: 1025px) {
  .p-top-news__info {
    margin-right: 60px;
    gap: 30px;
  }

  .p-top-news__date {
    font-size: 1.5rem;
  }

  .p-top-news__category {
    font-size: 1.3rem;

    span {
      padding: 1px 0;
      height: 24px;
      line-height: 24px;
      min-width: 140px;
      text-align: center;
    }
  }

  .p-top-news__title {
  font-weight: 400;
  font-size: 1.6rem;
}
}

@media screen and (min-width: 1025px) {
  .p-top-news__title {
    flex: 1;
  }
}

.p-top-news__button {
  text-align: right;
  margin-top: 20px;
}

@media print, screen and (min-width: 600px) {
  .p-top-news__button {
    margin-top: 40px;
  }
}

.p-top-news__button img {
  width: 180px;
  margin: 0 auto;
}





.c-list-news li {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
}

.c-list-news li:first-child {
  border-top: 1px solid #dcdcdc;
}

.c-list-news li:hover::after {
  width: 100%;
  transition: ease-in .3s;
}

.c-list-news li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #ebebeb;
  transition: ease-in .3s;
  z-index: -1;
}

.c-list-news li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1em 0;
}

@media print,
screen and (min-width: 600px) {
  .c-list-news li a {
    padding: 1em 0;
  }
}

.c-list-news li a:hover,
.c-list-news li a:visited,
.c-list-news li a:active {
  color: #2b2b2b;
}

.c-list-news__date {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 1em 5px 0;
  color: #6f8083;
  width: 100%;
}

@media print,
screen and (min-width: 600px) {
  .c-list-news__date {
    width: 110px;
    font-size: 1.4rem;
    margin: 7px 1em 0 0;
  }
}

.c-list-news__taxonomy {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.c-list-news__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  margin: 5px 5px 5px 0;
}

.c-list-news__cat span {
  background-color: var(--bg-category);
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: .3em .6em .1em;
}

.c-list-news__cat span::before {
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
}

.c-list-news__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5px;
  margin: 5px 0;
}

.c-list-news__tag span {
  background-color: var(--bg-tag);
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: .3em .6em .1em;
  display: inline-block;
}

.c-list-news__tag span::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width: 1025px) {

  .c-list-news__tag span,
  .c-list-news__cat span {
    font-size: 1.3rem;
    padding: .2em .6em .1em;
  }
}

.c-list-news__ttl {
  font-size: 1.45rem;
  width: 100%;
  line-height: 1.6;
  margin-top: .5em;
}

@media screen and (min-width: 1025px) {
  .c-list-news__ttl {
    font-size: 1.6rem;
  }
}

.c-list-news__event span {
  font-size: 1.3rem;
  padding: .2em .6em .1em;
  border: 1px solid #2b2b2b;
  background-color: white;
}

.p-top-event {
  padding: 60px 20px 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-top-event {
    padding: 60px 40px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-event {
    padding: 100px 0 80px;
    width: calc(50% - 50px);
  }
}

.p-top-event__btn {
  text-align: right;
  margin-top: 20px;
}

@media print,
screen and (min-width: 600px) {
  .p-top-event__btn {
    margin-top: 40px;
  }
}

/* 九州情報大学について */
.p-top-about {
  background-color: var(--bg-main);
  padding: 60px 20px;
}

.p-top-about__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.p-top-about__text .c-heading-top h2 {
  text-align: left;
}

.p-top-about__btn {
  margin-top: 40px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .p-top-about {
    padding: 60px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-about {
    padding: 120px 20px;
  }

  .p-top-about__inner {
    flex-direction: row;
    gap: 80px;
  }

  .p-top-about__photo {
    width: calc(50% - 40px);
  }

  .p-top-about__text {
    width: calc(50% - 40px);
  }
}

/* 学部・大学院紹介 */
.p-top-faculty {
  padding: 60px 20px;
}

.p-top-faculty__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-top-faculty__box {
  height: 300px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;

  a {
    display: block;
    z-index: 20;
  }
}

@media screen and (min-width: 600px) {
  .p-top-faculty {
    padding: 80px 40px;
  }

  .p-top-faculty__box {
    height: 260px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-faculty {
    padding: 100px 20px;
  }

  .p-top-faculty__box {
    height: 300px;
    flex-direction: row;
    align-items: center;
    padding: 40px 100px;
    margin-bottom: 40px;
  }
}

.p-top-faculty__title {
  z-index: 10;
}

.p-top-faculty__title p {
  color: white;
}

.p-top-faculty__title p.main {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .08em;
}

.p-top-faculty__title p.sub {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-top-faculty__title p.accent {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .p-top-faculty__title p.main {
    font-size: 3.4rem;
  }

  .p-top-faculty__title p.sub {
    font-size: 2.0rem;
  }

  .p-top-faculty__title p.accent {
    font-size: 1.5rem;
  }
}

.p-top-faculty__btn {
  text-align: right;
  z-index: 10;
}

.p-top-faculty__btn p {
  position: relative;
  padding-right: 60px;
  color: white;
}

.p-top-faculty__btn p::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
}

.p-top-faculty__btn p::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  
}

@media screen and (min-width: 1025px) {
  .p-top-faculty__btn::after {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
}

.p-top-faculty__management,
.p-top-faculty__network,
.p-top-faculty__graduate {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-top-faculty__management {
  background-image: url(img/faculty-management_sp.webp);
}

.p-top-faculty__network {
  background-image: url(img/faculty-network_sp.webp);
}

.p-top-faculty__graduate {
  background-image: url(img/faculty-graduate_sp.webp);
}

@media screen and (min-width: 1025px) {
  .p-top-faculty__management {
    background-image: url(img/faculty-management_pc.webp);
  }

  .p-top-faculty__network {
    background-image: url(img/faculty-network_pc.webp);
  }

  .p-top-faculty__graduate {
    background-image: url(img/faculty-graduate_pc.webp);
  }
}

.p-top-faculty__management::before,
.p-top-faculty__network::before,
.p-top-faculty__graduate::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-top-faculty__management::before {
  background-color: rgba(213, 143, 56, 0.4);
  transition: 0.3s ease-in;
}

.p-top-faculty__management:hover::before {
  background-color: rgba(213, 143, 56, 0.6);
  transition: 0.3s ease-in;
}

.p-top-faculty__network::before {
  background-color: rgba(41, 86, 164, 0.5);
  transition: 0.3s ease-in;
}

.p-top-faculty__network:hover::before {
  background-color: rgba(41, 86, 164, 0.7);
  transition: 0.3s ease-in;
}

.p-top-faculty__graduate::before {
  background-color: rgba(50, 103, 85, 0.5);
  transition: 0.3s ease-in;
}

.p-top-faculty__graduate:hover::before {
  background-color: rgba(50, 103, 85, 0.7);
  transition: 0.3s ease-in;
}

.p-top-faculty__management::after,
.p-top-faculty__network::after,
.p-top-faculty__graduate::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
}

.p-top-faculty__management::after {
  background-color: rgba(213, 143, 56, 1);
}

.p-top-faculty__network::after {
  background-color: rgba(41, 86, 164, 1);
}

.p-top-faculty__graduate::after {
  background-color: rgba(50, 103, 85, 1);
}

.p-top-faculty__management .p-top-faculty__btn p::before {
  background-color: rgba(213, 143, 56, 1);
}

.p-top-faculty__network .p-top-faculty__btn p::before {
  background-color: rgba(41, 86, 164, 1);
}

.p-top-faculty__graduate .p-top-faculty__btn p::before {
  background-color: rgba(50, 103, 85, 1);
}

/* ピックアップ */
.p-top-pickup {
  background-color: var(--bg-main);
  padding: 50px 50px;
}

.p-top-pickup__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-top-pickup__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-top-pickup__list li {
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0 30px;

  a {
    transition: .3s ease-in;
  }

  a:hover img {
    opacity: 0.7;
    transition: .3s ease-in;
  }
}

.p-top-pickup__list li span {
  display: block;
}

.p-top-pickup__list li span.img {
  img {
    aspect-ratio: 1 / 1;
  }
}

.p-top-pickup__list li span.title {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--sub-color);
  margin: 10px 0;
}

.p-top-pickup__list li span.text {
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .p-top-pickup {
    padding: 80px 40px;
  }

  .p-top-pickup__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-top-pickup__list li {
    width: 47%;
    border-bottom: none;
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-pickup {
    padding: 100px 20px;
  }

  .p-top-pickup__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-top-pickup__list li {
    width: 30%;
    padding: 0;
  }

  .p-top-pickup__list li:nth-of-type(2),
  .p-top-pickup__list li:nth-of-type(5) {
    padding-top: 80px;
  }

  .p-top-pickup__list li:nth-of-type(3),
  .p-top-pickup__list li:nth-of-type(6) {
    padding-top: 160px;
  }

  .p-top-pickup__list li span.title {
    font-size: 2.0rem;
  }

  .p-top-pickup__list li span.text {
    font-size: 1.5rem;
  }
}

/* 数字で見る九州情報大学 */
.p-top-data {
  background-color: var(--bg-sub);
  padding: 40px 20px;
}

.p-top-data__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.p-top-data__infographic {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.p-top-data__box {
  width: calc(50% - 10px);
  background-color: white;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;

  h3 {
  font-size: 14px;
  text-align: center;
  letter-spacing: .04em;
  }

  i {
    font-size: 40px;
    color: var(--sub-color);
    margin: 0 auto;
  }

  p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 32px;

    span {
      font-family: "JetBrains Mono", monospace;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      margin-right: 3px;
      font-size: 3.2rem;
      letter-spacing: -2px;
    }
  }
}

@media screen and (min-width: 600px) {
  .p-top-data {
    padding: 80px 60px;
  }

  .p-top-data__infographic {
    gap: 60px;
  }

  .p-top-data__box {
    width: calc(50% - 30px);
    gap: 30px;

    h3 {
      font-size: 18px;
    }

    i {
      font-size: 70px;
    }

    p {
      font-size: 2.0rem;
      line-height: 60px;

      span {
        font-size: 5.8rem;
      }
    }
  }
}

@media screen and (min-width: 1025px) {
  .p-top-data {
    padding: 100px 20px;
  }

  .p-top-data__infographic {
    gap: 50px;
  }

  .p-top-data__box {
    width: calc(25% - 40px);
    gap: 20px;

    h3 {
      font-size: 18px;
    }

    i {
      font-size: 86px;
    }

    p {
      font-size: 2.0rem;
      line-height: 60px;

      span {
        font-size: 6.2rem;
      }
    }
  }
}

.p-top-links {
  position: relative;
  background-image: url(img/bg-links.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-top-links::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(63, 114, 175, 0.5);
    z-index: 1;
}

.p-top-links__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 2;
}

.p-top-links__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.p-top-links__list li {
  width: calc(50% - 10px);
  background-color: white;
}

.p-top-links__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  min-height: 60px;
}

@media screen and (min-width: 600px) {
  .p-top-links__inner {
    padding: 60px 40px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-links__inner {
    padding: 100px 20px;
  }

  .p-top-links__list li {
    width: calc(25% - 20px);
  }

  .p-top-links__list li a {
    font-size: 1.6rem;
    padding: 30px 20px;
    min-height: 100px;
  }
}

/* 固定ページ */
.p-page__content h2 {
  position: relative;
  padding: 16px 0;
  margin: 0 0 10px;
  letter-spacing: .06em;
  font-size: 1.8rem;
}

.p-page__content h2::before,
.p-page__content h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.p-page__content h2::before {
  height: 3px;
  width: 100%;
  background-color: var(--bg-main);
}

.p-page__content h2::after { 
  width: 60px;
  height: 3px;
  background-color: var(--sub-color);
}

.p-page__content h3 {
  position: relative;
  letter-spacing: .06em;
  font-size: 1.7rem;
  padding-left: 1em;
  margin: 0 0 20px;
}

.p-page__content h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--sub-color);
}

.p-page__content h4 {
  position: relative;
  letter-spacing: .06em;
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 10px 0;
  border-bottom: 2px solid var(--sub-color);
}

.p-page__content h5 {
  font-size: 1.5rem;
}

.p-page__content p + h2,
.p-page__content ul + h2,
.p-page__content ol + h2,
.p-page__content div + h2,
.p-page__content p + h3,
.p-page__content ul + h3,
.p-page__content ol + h3,
.p-page__content div + h3,
.p-page__content p + h4,
.p-page__content ul + h4,
.p-page__content ol + h4,
.p-page__content div + h4 {
  margin: 40px 0 20px;
}

@media screen and (min-width: 1025px) {
  .p-page__content h2 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }

  .p-page__content h3 {
    font-size: 2.1rem;
    margin: 0 0 30px;
  }

  .p-page__content h4 {
    font-size: 1.8rem;
  }

  .p-page__content h5 {
    font-size: 1.7rem;
  }

  .p-page__content p + h2,
  .p-page__content ul + h2,
  .p-page__content ol + h2,
  .p-page__content div + h2,
  .p-page__content p + h3,
  .p-page__content ul + h3,
  .p-page__content ol + h3,
  .p-page__content div + h3,
  .p-page__content p + h4,
  .p-page__content ul + h4,
  .p-page__content ol + h4,
  .p-page__content div + h4 {
    margin: 40px 0 30px;
  }
}

.p-page__content p {
  margin: 1em 0;
}

.p-page__content p span.emphasis {
  font-weight: 700;
  background-color: #CCFCCB;
}

.p-page__content a {
  text-decoration: underline;
  color: var(--sub-color);
}

.p-page__content section + section {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .p-page__content section + section {
    margin-top: 80px;
  }
}

.p-page__content img {
  margin: 20px 0;
}

.p-page__content hr {
  border: none;
  border-top: 1px dotted var(--border-color);
  margin: 30px 0;
}

@media screen and (min-width: 1025px) {
  .p-page__content hr {
    margin: 40px 0;
  }
}

.p-page__footer {
  padding: 60px 0 0;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .p-page__footer {
    padding: 100px 0 0;
  }
}

.p-page__edit a {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  background-color: white;
  padding: .8em 1em;
  font-size: 1.3rem;
  transition: .3s ease-in;
}

@media print, screen and (min-width: 600px) {
  .p-page__edit a {
    font-size: 1.4rem;
  }
}

.p-page__edit a:hover {
  background-color: var(--bg-sub);
  transition: .3s ease-in;
}

.p-page-subnav {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-page-subnav {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .p-page-subnav {
    margin-bottom: 60px;
  }
}

.p-page-subnav__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}

@media print,
screen and (min-width: 600px) {
  .p-page-subnav__list {
    gap: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-page-subnav__list {
    gap: 40px;
  }
}

.p-page-subnav__list li {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 1025px) {
  .p-page-subnav__list li {
    width: calc(50% - 20px);
  }
}

.p-page-subnav__list li::before {
  display: none;
}

.p-page-subnav__list li::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2b2b2b;
  border-top: 1px solid #2b2b2b;
  transform: rotate(45deg) translateY(-50%);
}

.p-page-subnav__list li a {
  border: 1px solid #dcdcdc !important;
  padding: 14px 20px;
  display: block;
  transition: .3s ease-in;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .08em;
  color: #2b2b2b;
}

@media screen and (min-width: 1025px) {
  .p-page-subnav__list li a {
    padding: 40px 20px;
    font-size: 1.8rem;
  }
}

.p-page-subnav__list li a:hover {
  background-color: #f5f5f5;
  color: #2b2b2b;
  transition: .3s ease-in;
}

.p-page-nav {
  background-color: var(--bg-sub);
}

.p-page-nav__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}

.p-page-nav__parent {
  margin-bottom: 20px;

  a,
  p {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: .06em;
  }
}

@media print, screen and (min-width: 600px) {
  .p-page-nav {
    padding: 20px 40px;
  }

  .p-page-nav__inner {
    padding: 40px 0;
  }

  .p-page-nav__parent {
    margin-bottom: 30px;

    a,
    p{
      font-size: 2.2rem;
    }
  }
}

@media screen and (min-width: 1025px) {
  .p-page-nav {
    padding: 40px 20px;
  }
}

.p-page-nav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.p-page-nav__list li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.p-page-nav__list li.current-menu-item a {
  border: 1px solid var(--sub-color);
}

.p-page-nav__list li::before {
  display: none;
}

.p-page-nav__list li a {
  position: relative;
  border: 1px solid white;
  background-color: white;
  padding: 0 16px;
  display: block;
  transition: .3s ease-in;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 50px;
  height: 50px;
  color: var(--font-color);
}

.p-page-nav__list li a:hover {
  border: 1px solid var(--sub-color);
  transition: .3s ease-in;
}

.p-page-nav__list li a::after {
  content: '\f105';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: var(--sub-color);
}

.p-page-nav__list li a.current {
  background-color: #6f8083;
  color: white;
  pointer-events: none;
}

@media print, screen and (min-width: 600px) {
  .p-page-nav__list {
    flex-direction: row;
    gap: 20px;
  }

  .p-page-nav__list li {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1025px) {
  .p-page-nav__list li {
    width: calc(33.33% - 20px);
  }

  .p-page-nav__list li a {
    padding: 0 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 60px;
    height: 60px;
  }
}

.p-page-anchor {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-page-anchor {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .p-page-anchor {
    margin-bottom: 80px;
  }
}

.p-page-anchor__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
}

.p-page-anchor__list li {
  padding: 0 !important;
  margin: 0 !important;
}

.p-page-anchor__list li::before {
  display: none;
}

.p-page-anchor__list li a {
  display: block;
  transition: .3s ease-in;
  font-weight: bold;
  font-size: 1.3rem;
  color: #2b2b2b;
  position: relative;
  border-bottom: none !important;
  background-color: #6f8083;
  color: white;
  padding: .4em 1.2em;
  border-radius: 20px;
}

.p-page-anchor__list li a:hover {
  background-color: #4682b4;
  transition: .3s ease-in;
  color: white;
}

@media screen and (min-width: 1025px) {
  .p-page-anchor__list li a {
    padding: .2em 1.2em;
    font-size: 1.5rem;
  }
}

.p-page-columnBlock {
  background-color: var(--bg-main);
  padding: 20px;
  margin: 20px 0;

  p:last-of-type {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .p-page-columnBlock {
    padding: 40px;
    margin: 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-page-columnBlock {
    padding: 50px;
  }
}

.bg-grid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: transparent;
}

.p-zemi-block {
  h5 {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 10px;
  }

  h6 {
    position: relative;
    font-size: 1.6rem;
    color: var(--sub-color);
    margin: 0 0 20px;
  }

  h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--sub-color);
  }
}

@media screen and (min-width: 1025px) {
  .p-zemi-block {
    h5 {
      font-size: 2.2rem;
    }

    h6 {
      font-size: 1.8rem;
      padding: 0 0 10px;
    }
  }
}

.p-message-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;

  p.message {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 32px;
    letter-spacing: .06em;
  }

  p.name {
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0;
    text-align: center;

    span {
      font-weight: 500;
      font-size: 1.4rem;
      display: block;
      line-height: 24px;
      margin-bottom: 10px;
    }
  }
}

@media print, screen and (min-width: 600px) {
  .p-message-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    gap: 40px;
    align-items: center;

    img {
      max-width: 300px;
    }

    p.message {
      font-size: 2.4rem;
      line-height: 38px;
    }

    p.name {
      text-align: left;
    }
  }
}

@media screen and (min-width: 1025px) {
  .p-message-header {
    gap: 80px;

    img {
      max-width: 440px;
    }

    p.message {
      font-weight: 700;
      font-size: 3.8rem;
      line-height: 58px;
    }

    p.name {
      font-weight: 700;
      font-size: 3.2rem;

      span {
        font-size: 1.6rem;
        line-height: 28px;
      }
    }
  }
}

.p-datascience-block {
  display: flex;
  flex-direction: column;
  gap: 10px;

  img {
    margin: 0;
    width: 100%;
  }

  h5 {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 600px) {
  .p-datascience-block {

    h5 {
      font-size: 1.8rem;
    }
  }

  
}

@media screen and (min-width: 1025px) {
  .p-datascience-block {
    flex-direction: row;
    gap: 40px;

    img {
      width: 40%;
      height: auto;
    }

    h5 {
      font-size: 1.9rem;
    }
  }
}

.p-staff-head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}

.p-staff-head__photo {
  text-align: center;

    img {
      max-width: 70%;
      margin: 0 auto;
    }
  }

.p-staff-head__text {
  h2 {
    font-size: 2.4rem;

    span {
      display: block;
      font-size: 1.4rem;
      color: var(--sub-color);
    }
  }

  img {
    margin: 0!important;
  }

  dl {
    display: flex;
    flex-direction: column;

    dt {
      color: var(--sub-color);
      font-weight: 700;
    }

    dd {
      margin-bottom: 10px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .p-staff-head {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 80px;
  }

  .p-staff-head__photo {
    text-align: right;

    img {
      max-width: 300px;
      margin: 0;
    }
  }

  .p-staff-head__text {
    flex: 1;

    h2 {
      font-size: 3.2rem;

      span {
        font-size: 1.5rem;
      }
    }

    dl {
      flex-direction: row;
      flex-wrap: wrap;

      dt {
        width: 100px;
        padding-bottom: 10px;
      }

      dd {
        width: calc(100% - 100px);
        padding-bottom: 10px;
      }
    }
  }
}

dl.staff-timeline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  dt {
    width: 60px;
  }

  dd {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 1025px) {
  dl.staff-timeline {

    dt {
      width: 80px;
    }

    dd {
      width: calc(100% - 80px);
    }
  }
}

.p-arahira-banner {
  img {
    margin: 0;
  }
}

/* 投稿ページ */
.p-single-head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 5px solid var(--sub-color);
}

@media screen and (min-width: 1025px) {
  .p-single-head {
    margin-bottom: 60px;
    padding-bottom: 5px;
  }
}

.p-single__title {
  font-weight: normal;
  font-size: 2.0rem;
  width: 100%;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-weight: 600;
}

@media print,
screen and (min-width: 600px) {
  .p-single__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-single__title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

.p-single__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 600px) {
  .p-single__info {
    flex-direction: row;
    gap: 30px;
  }
}

.p-single__posted {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--sub-color);
}

@media print, screen and (min-width: 600px) {
  .p-single__posted {
    font-size: 1.5rem;
  }
}

.p-single__category {
  display: flex;
  flex-direction: row;
  gap: 10px;

  li a {
    display: block;
    border: 1px solid var(--border-color);
    padding: 0 1em;
    font-size: 1.2rem;
    transition: .3s ease-in;
    border-radius: 20px;
    line-height: 28px;
    height: 28px;
    font-weight: 500;
  }

  li a:hover {
    background-color: var(--bg-main);
  }
}

@media screen and (min-width: 1025px) {
  .p-single__category {

    li a {
      padding: 0 2em;
      font-size: 1.3rem;
    }
  }
}

.p-single__cat {
  margin-right: 15px;
}

.p-single__cat a {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  background-color: var(--bg-category);
  padding: .1em .6em 0;
  display: inline-block;
}

.p-single__tag a {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  background-color: var(--bg-tag);
  padding: .1em .6em 0;
  display: inline-block;
}

.p-single__tag a + a,
.p-single__cat a + a {
  margin-left: 7px;
}

@media print,
screen and (min-width: 600px) {

  .p-single__tag a,
  .p-single__cat a {
    font-size: 1.3rem;
    padding: 0 1em;
  }
}

.p-single__content p {
  line-height: 2;
  margin-bottom: 1em;
  word-wrap: break-word;
}

@media print,
screen and (min-width: 600px) {
  .p-single__content p {
    line-height: 2.2;
  }
}

.p-single__content p strong {
  font-weight: bold;
}

.p-single__content p strong.red {
  color: #ba2636;
}

.p-single__content p a {
  border-bottom: 1px solid #2b2b2b;
  transition: ease-in .2s;
}

.p-single__content img {
  max-width: 100%;
  height: auto;
}

.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  margin: 1em 0;
}

.p-single__content h1 {
  font-size: 1.9rem;
}

.p-single__content h2 {
  font-size: 1.8rem;
}

.p-single__content h3 {
  font-size: 1.7rem;
}

.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 600px) {
  .p-single__content h1 {
    font-size: 2.4rem;
  }

  .p-single__content h2 {
    font-size: 2.2rem;
  }

  .p-single__content h3 {
    font-size: 2.0rem;
  }

  .p-single__content h4,
  .p-single__content h5,
  .p-single__content h6 {
    font-size: 1.8rem;
  }
}



.p-single__content a[target=_blank]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .3em;
}

.p-single__content a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}

.p-single__content a[href*=".docx"]::after {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .2em;
}

.p-single__content a[href*=".xlsx"]::after {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .3em;
}

.p-single__footer {
  padding: 60px 0 0;
}

@media screen and (min-width: 1025px) {
  .p-single__footer {
    padding: 80px 0 0;
  }
}

.p-single__nav {
  margin-top: 60px !important;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav {
    text-align: right;
    margin-top: 100px !important;
  }
}

.p-single__nav li:hover {
  transition: .3s ease-in;
}

.p-single__nav li.prev {
  background-color: #f5f5f5;
}

.p-single__nav li.prev:hover {
  background-color: #f5f5f5;
}

.p-single__nav li.prev a {
  position: relative;
  padding: .6em 1.2em .6em 2em;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.prev a {
    padding: .6em 1.4em .6em 2em;
  }
}

.p-single__nav li.prev a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-bottom: 1px solid #6f8083;
  border-left: 1px solid #6f8083;
  transform: rotate(45deg) translateY(-50%);
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.prev a::before {
    left: 14px;
  }
}

.p-single__nav li.next {
  background-color: #f5f5f5;
}

.p-single__nav li.next:hover {
  background-color: #f5f5f5;
}

.p-single__nav li.next a {
  position: relative;
  padding: .6em 2em .6em 1.2em;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.next a {
    padding: .6em 2em .6em 1.4em;
  }
}

.p-single__nav li.next a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6f8083;
  border-right: 1px solid #6f8083;
  transform: rotate(45deg) translateY(-50%);
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li.next a::before {
    right: 18px;
  }
}

.p-single__nav li a {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: .12em;
  padding: .6em 1em;
  background-color: #f5f5f5;
}

@media print,
screen and (min-width: 600px) {
  .p-single__nav li a {
    font-size: 1.5rem;
    padding: .6em 2em;
  }
}

.p-single__nav li a:hover {
  font-weight: bold;
  color: #6f8083;
}

.p-single__edit {
  padding-top: 60px;
}

.p-single__edit a {
  background-color: #9a5016;
  border: 1px solid #9a5016;
  color: white;
  padding: .6em 1em;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .p-single__edit a {
    font-size: 1.4rem;
  }
}

.p-single__edit a:hover {
  background-color: white;
  color: #9a5016;
}

h4.p-archive__ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #6f8083;
}

@media screen and (min-width: 1025px) {
  h4.p-archive__ttl {
    font-size: 2.6rem;
  }
}

.p-archive__line {
  height: 0;
  margin: 3em 0 4em;
  padding: 0;
  border: 0;
  border-top: 1px dashed #dcdcdc;
}

.p-archive-guide {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 600px) {
  .p-archive-guide {
    margin-bottom: 40px;
  }
}

.p-archive-guide select {
  width: calc(50% - 8px);
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .4em 1em;
  box-sizing: border-box;
  font-size: 1.2rem;
  border: 1px solid #6f8083;
  box-shadow: none;
  background: url(../img/icon_caret-down.svg) no-repeat 94% center;
  background-size: 20px 20px;
  color: #6f8083;
  letter-spacing: .08em;
  transition: ease-in .2s;
  cursor: pointer;
}

@media print,
screen and (min-width: 600px) {
  .p-archive-guide select {
    width: 200px;
    font-size: 1.4rem;
  }
}

.p-archive-guide select:first-child {
  margin-right: 10px;
}

.p-archive-guide select:hover {
  background-color: #f5f5f5;
}

.p-404-head h3 {
  font-size: 4rem;
  text-align: center;
  margin: 20px;
}

@media print,
screen and (min-width: 600px) {
  .p-404-head h3 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-404-head h3 {
    font-size: 8rem;
    margin: 20px;
  }
}

.p-404-content p {
  margin-bottom: 1em;
}

.p-visitor-top__container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #2b2b2b;
  padding: 2em 0;
}

@media screen and (min-width: 1025px) {
  .p-visitor-top__container {
    flex-direction: row;
  }
}

@media screen and (min-width: 1025px) {
  .p-visitor-top__left {
    width: 200px;
  }
}

.p-visitor-top__left h3 {
  text-align: left;
  padding-bottom: 0;
}

.p-visitor-top__left h3::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .p-visitor-top__right {
    width: calc(100% - 200px);
  }
}

.p-visitor-top__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-visitor-top__right ul li {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  transition: .2s ease-in;
}

.p-visitor-top__right ul li:last-child {
  border-bottom: none;
}

.p-visitor-top__right ul li:hover {
  background-color: #f5f5f5;
  transition: .2s ease-in;
}

.p-visitor-top__right ul li:hover::before {
  right: -4px;
  transition: .2s ease-in;
}

.p-visitor-top__right ul li:hover::after {
  right: -8px;
  transition: .2s ease-in;
}

.p-visitor-top__right ul li::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 30px;
  width: 10px;
  height: 1px;
  background-color: #2b2b2b;
  transition: .2s ease-in;
}

.p-visitor-top__right ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 28px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  transform: rotate(45deg);
  transition: .2s ease-in;
}

.p-visitor-top__right ul li a {
  display: block;
  border-bottom: none;
  color: #2b2b2b;
  padding: 1em 0;
}

.p-visitor-top__right ul li a:hover {
  border-bottom: none;
}

.p-conference-list {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 2em 0;
}

@media screen and (min-width: 1025px) {
  .p-conference-list {
    flex-flow: row wrap;
  }
}

.p-conference-list dt {
  padding: 1em 0 .2em;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .p-conference-list dt {
    flex-basis: 15em;
    border-bottom: solid 1px #dcdcdc;
    padding: 1em 0;
  }
}

.p-conference-list dd {
  padding: .2em 0 1em;
  border-bottom: solid 1px #dcdcdc;
}

@media screen and (min-width: 1025px) {
  .p-conference-list dd {
    padding: 1em 0;
    flex-basis: calc(100% - 15em);
  }
}

.p-conference-list dd span {
  display: block;
  color: #ba2636;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: .2em 0;
}

.p-conference-minutes {
  margin: 2em 0;
  border-top: dotted 1px #dcdcdc;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media print,
screen and (min-width: 600px) {
  .p-conference-minutes {
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 1.5rem;
  }
}

.p-conference-minutes dt {
  padding: 1em 0 0;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {
  .p-conference-minutes dt {
    padding: 1em 0;
    border-bottom: dotted 1px #dcdcdc;
    width: 6em;
  }
}

.p-conference-minutes dd {
  padding: .4em 0 1em;
  border-bottom: dotted 1px #dcdcdc;
}

@media print,
screen and (min-width: 600px) {
  .p-conference-minutes dd {
    padding: 1em 0;
    width: calc(100% - 6em);
  }
}

.p-conference-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media print,
screen and (min-width: 600px) {
  .p-conference-link {
    gap: 20px;
  }
}

.p-access-transport {
  padding: 2.2em 1.6em 2em;
  margin: 3em 0 2em;
  background-color: #f5f5f5;
  border-radius: 8px;
  position: relative;
}

.p-access-transport h6 {
  margin: 0 0 1em;
  position: absolute;
  top: -10px;
  left: 20px;
}

.p-access-transport h6 span {
  font-size: 1.5rem;
  background-color: #6f8083;
  color: white;
  padding: 1em 1em;
  border-radius: 6px;
}

@media print,
screen and (min-width: 600px) {
  .p-access-transport h6 span {
    font-size: 1.6rem;
    padding: 1em 1.2em;
  }
}

.p-access-transport p {
  margin: 0;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .p-access-transport p {
    font-size: 1.5rem;
  }
}

.p-access-transport img {
  margin: 1em 0 1em 0 !important;
}

.p-faq-area h3 {
  font-size: 1.6rem;
  letter-spacing: .08em;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 12px;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-area h3 {
    font-size: 2rem;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-area h3 {
    font-size: 2.2rem;
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
}

.p-faq-area h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #6f8083;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-area h3::after {
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-area h3::after {
    height: 60px;
  }
}

.p-faq-list dt {
  position: relative;
  padding: 16px 38px 16px 56px;
  background-color: #ebebeb;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: bold;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dt {
    padding: 20px 60px 20px 64px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-list dt {
    padding: 20px 70px 20px 74px;
  }
}

.p-faq-list dt::before {
  content: "Q";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: #696969;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.4rem;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dt::before {
    font-size: 1.5rem;
    left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-list dt::before {
    font-size: 1.8rem;
    left: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.p-faq-list dt::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #696969;
  border-bottom: 2px solid #696969;
  color: white;
  transition: .3s;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dt::after {
    width: 10px;
    height: 10px;
    right: 30px;
  }
}

.p-faq-list dt.open::after {
  transform: translateY(-50%) rotate(225deg);
}

.p-faq-list dd {
  display: none;
  padding: 10px 0;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dd {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .p-faq-list dd {
    margin-bottom: 20px;
  }
}

.p-faq-list dd hr {
  border: 0;
  margin: 1em 0;
  border-top: 1px dotted #dcdcdc;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dd hr {
    margin: 1.6em 0;
  }
}

.p-faq-list dd a[target=_blank]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .3em;
}

.p-faq-list dd p {
  margin-bottom: 1em;
  font-size: 1.3rem;
}

@media print,
screen and (min-width: 600px) {
  .p-faq-list dd p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-faq-list dd p:last-of-type {
  margin-bottom: 0;
}

.p-faq-list dd p span {
  display: block;
  color: white;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.p-faq-list dd p span.honkan {
  background-color: #6f8083;
}

.p-faq-list dd p span.bunkan {
  background-color: #9a5016;
}

.p-press-top h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  position: relative;
}

@media print, screen and (min-width: 600px) {
  .p-press-top h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-press-top__btn {
  text-align: right;
  margin-top: 20px;
}

@media print, screen and (min-width: 600px) {
  .p-press-top__btn {
    margin-top: 40px;
  }
}

.page-childlist {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media print, screen and (min-width: 600px) {
  .page-childlist {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }

  .page-childlist .c-card-child {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1025px) {
  .page-childlist {
    gap: 60px;
  }

  .page-childlist .c-card-child {
    width: calc(33.33% - 40px);
  }
}

.c-card-child {
  img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin: 0;
  }

  a {
    text-decoration: none;
    color: var(--font-color);
    transition: 0.2s ease-in;
  }

  a:hover {
    color: var(--sub-color);
    opacity: .7;
    transition: 0.2s ease-in;
  }

  p {
    position: relative;
    font-weight: 700;
    margin: 5px 0 0;
    padding-left: 1.4em;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  p::before {
    content: '\f101';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    font-style: normal;
    color: var(--sub-color);
  }
}

@media screen and (min-width: 1025px) {
  .c-card-child {
    p {
      font-weight: 700;
      font-size: 2.0rem;
    }

    p::before {
      top: 1px;
      font-size: 20px;
    }
  }
}

.m-faq-list dt {
  position: relative;
  padding: 16px 38px 16px 46px;
  background-color: var(--bg-sub);
  letter-spacing: 0.08em;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 600px) {
  .m-faq-list dt {
    padding: 20px 60px 20px 60px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .m-faq-list dt {
    padding: 25px 80px 25px 80px;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.m-faq-list dt::before {
  content: "Q.";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sub-color);
  font-size: 1.6rem;
  font-weight: 700;
}

.m-faq-list dt::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--sub-color);
  border-bottom: 2px solid var(--sub-color);
  color: white;
  transition: 0.3s;
}

@media print, screen and (min-width: 600px) {
  .m-faq-list dt::before {
    left: 24px;
    font-size: 2.0rem;
  }

  .m-faq-list dt::after {
    width: 12px;
    height: 12px;
    right: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .m-faq-list dt::before {
    left: 34px;
    width: 40px;
    height: 40px;
    font-size: 2.6rem;
  }
}

.m-faq-list dt.open::after {
  transform: translateY(-50%) rotate(225deg);
}

.m-faq-list dd {
  display: none;
  padding: 0 10px 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.m-faq-list dd p {
  margin: 0;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 600px) {
  .m-faq-list dd {
    padding: 0 20px 30px;

    p {
      font-size: 1.6rem;
      line-height: 2;
    }
  }
}

@media screen and (min-width: 1025px) {
  .m-faq-list dd {
    padding: 0 20px 40px;

    p {
      font-size: 1.6rem;
    }
  }
}

.m-faq-list dd p + p {
  margin-top: 10px;
}

.contact-area {
  padding: 30px;
  margin-top: 40px;
  background-color: var(--bg-main);

  h3 {
    position: relative;
    letter-spacing: .06em;
    padding-left: 1em;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }

  h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--sub-color);
  }

  p {
    font-weight: 500;
  }
}

.contact-area__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media print, screen and (min-width: 600px) {
  .contact-area {
    padding: 50px;
    margin-top: 60px;

    h3 {
      font-size: 2.2rem;
    }

    p {
      margin-bottom: 20px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .contact-area {
    padding: 60px;
    margin-top: 80px;

    h3 {
      margin: 0 0 30px;
      font-size: 2.4rem;
    }

    p {
      font-size: 1.8rem;
    }
  }

  .contact-area__inner {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.contact-area__box {
  
  a {
    display: flex;
    flex-direction: column;
    border: 2px solid var(--sub-color);
    background-color: white;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    text-align: center;
    padding: 15px 20px 20px;

    i {
      font-size: 2.2rem;
      color:  var(--sub-color);
    }

    span {
      font-size: 1.3rem;
      display: block;
      line-height: 13px;
      margin-top: 10px;
    }

    span.number {
      margin-top: 15px;
      font-size: 2.8rem;
      font-weight: 700;
    }

    span.address {
      margin-top: 15px;
      font-size: 2.0rem;
      font-weight: 500;
    }

    span.line {
      margin-top: 15px;
      font-size: 1.5rem;
    }
  }

  a.mail {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: white;
    font-size: 1.5rem;

    i {
      color: white;
    }
  }

  a.line {
    background-color: #06C755;
    border: 1px solid #06C755;
    color: white;
    font-size: 1.5rem;

    i {
      color: white;
    } 
  }
}

@media print, screen and (min-width: 600px) {
  .contact-area__box {
    a {
      padding: 20px 20px 30px;

      i {
        font-size: 2.4rem;
      }

      span {
        font-size: 1.4rem;
        margin-top: 15px;
      }

      span.number {
        margin-top: 20px;
        font-size: 3.2rem;
      }

      span.address {
        margin-top: 20px;
        font-size: 2.0rem;
      }

      span.line {
        margin-top: 24px;
        font-size: 1.8rem;
      }
    }
  }
}

@media screen and (min-width: 1025px) {
  .contact-area__box {
    width: calc(33.33% - 20px);

    a {
      font-size: 2.4rem;
      padding: 30px 30px 40px;

      i {
        font-size: 2.4rem;
      }

      span {
        font-size: 1.4rem;
        margin-top: 10px;
      }

      span.number {
        margin-top: 25px;
        font-size: 3.8rem;
      }

      span.address {
        margin-top: 25px;
        font-size: 2.6rem;
      }
    }
  }
}

.contact-area__box a.nolink {
  pointer-events: none;
}

.page-lead {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-lead__text {
  width: 100%;

  h3 {
    color: var(--sub-color);
    font-size: 1.9rem;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.6;
  }

  h3::before {
    display: none;
  }

  h4 {
    font-size: 1.6rem;
    padding: 0;
    background-color: transparent;
    line-height: 1.6;
    color: var(--main-color);
    margin: 0 0 10px;
    line-height: 1.6;
    border-bottom: none;
  }
}

.page-lead__image {
  width: 100%;

  img {
    margin: 0;
    height: auto;
  }
}

@media print, screen and (min-width: 600px) {
  .page-lead__text {
    h3 {
      font-size: 2.1rem;
      margin: 0 0 15px;
    }

    h4 {
      font-size: 1.8rem;
    }
  }
}

@media screen and (min-width: 1025px) {
  .page-lead {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
  }

  .page-lead__text {
    width: calc(50% - 40px);

    h3 {
      font-size: 2.8rem;
      margin: 0 0 20px;
      line-height: 1.6;
    }

    h4 {
      font-size: 2.0rem;
      line-height: 1.6;
    }
  }

  .page-lead__image {
    width: calc(50% - 40px);
  }
}

.link-buttons {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 20px 0;

  a {
    background-color: var(--sub-color);
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease-in;
  }

  a:hover {
    background-color: var(--main-color);
    transition: .3s ease-in;
  }
}

@media screen and (min-width: 1025px) {
  .link-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    margin: 20px 0;

    a {
      width: calc(50% - 4px);
    }
  }
}

.link-buttons__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: white;
  z-index: 0;
}

.link-buttons__icon i {
  font-size: 1.7rem;
}

@media screen and (min-width: 1025px) {
  .link-buttons__icon {
    width: 100px;
    height: 100px;
  }

  .link-buttons__icon i {
    font-size: 2.4rem;
  }

  .link-buttons__icon::after {
    top: 15px;
    left: 15px;
    height: 70px;
    width: 70px;
    border-radius: 35px;
  }
}

.link-buttons__text {
  width: calc(100% - 100px);
  text-align: left;
  line-height: 1.5;
  padding: 0 10px 0 0;
  font-weight: 500;
  letter-spacing: .06em;
  font-size: 1.3rem;
}

@media screen and (min-width: 1025px) {
  .link-buttons__text {
    width: calc(100% - 130px);
    padding: 0;
    font-size: 1.7rem;
  }
}

.link-buttons__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

@media screen and (min-width: 1025px) {
  .link-buttons__arrow {
    width: 60px;
  }
}

.sns-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;

  li a {
    color: var(--font-color);
    text-decoration: none;
    width: 100px;
    height: 100px;
    background-color: var(--bg-main);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: .3s ease-in;
  }

  li a:hover {
    background-color: var(--bg-sub);
  }

  li a i {
    font-size: 3.2rem;
  }

  li a span {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 1025px) {
  .sns-list {
    li a {
      width: 120px;
      height: 120px;
    }

    li a i {
      font-size: 3.8rem;
    }

    li a span {
      font-size: 1.3rem;
    }
  }
}

.banner-area {
  display: flex;
  flex-direction: column;
  gap: 20px;

  img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .banner-area {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;

    div {
      width: calc(50% - 20px);
    }
  }
}

.map-area {
  margin-top: 20px;
  position: relative;

  iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1025px) {
  .map-area {
    margin-top: 40px;

    iframe {
      aspect-ratio: 16/7;
    }
  }
}


.guidebook {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--bg-main);
  padding: 20px;
}

.guidebook__text {
  width: 100%;

  h3 {
    color: white;
    background-color: var(--main-color);
    font-size: 1.9rem;
    margin: 0 0 20px;
    padding: 10px 20px;
    line-height: 1.6;
    display: inline-block;
  }

  h3::before {
    display: none;
  }

  h4 {
    font-size: 1.6rem;
    padding: 0 0 10px;
    background-color: transparent;
    line-height: 1.6;
    color: var(--sub-color);
    margin: 0 0 10px;
    line-height: 1.6;
  }
}

.guidebook__image {
  width: 100%;

  img {
    margin: 0;
    height: auto;
  }
}

@media print, screen and (min-width: 600px) {
  .guidebook {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;

    h3 {
      font-size: 2.0rem;
    }

    h4 {
      font-size: 1.8rem;
    }
  }
}

@media screen and (min-width: 1025px) {
  .guidebook {
    gap: 60px;
    padding: 60px;
  }

  .guidebook__text {
    width: calc(60% - 40px);

    h3 {
      font-size: 2.8rem;
      margin: 0 0 30px;
      line-height: 1.6;
    }

    h4 {
      font-size: 2.2rem;
      line-height: 1.6;
      margin: 0 0 20px;
    }
  }

  .guidebook__image {
    width: calc(40% - 40px);
  }
}

.library-search {
  background-color: var(--bg-main);
  padding: 25px;
  margin-bottom: 20px;

  form {
    display: flex;
    height: 54px;

    input[type=text] {
      width: calc(100% - 80px);
      border-radius: 0;
      border: 1px solid var(--border-color);
      padding: 0 15px;
    }

    input[type=text]:focus {
      outline: none;
    }

    input[type=text]::placeholder {
      color: #dcdcdc;
    }

    input[type=submit] {
      color: white;
      background-color: var(--main-color);
      width: 80px;
      letter-spacing: .1em;
      cursor: pointer;
      font-weight: 500;
    }
  }
}

@media print, screen and (min-width: 600px) {
  .library-search {
    padding: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .library-search {
    padding: 50px;

    form {
      height: 60px;

      input[type=text] {
        width: calc(100% - 100px);
      }

      input[type=submit] {
        width: 100px;
      }
    }
  }
}

.library-search__title {
  font-weight: 500;
  margin: 0 0 20px!important;
  font-size: 1.8rem;

  i {
    margin-right: 6px;
    color: var(--sub-color);
  }
}

@media print, screen and (min-width: 600px) {
  .library-search__title {
    font-size: 2.2rem;
  }
}

.library-search__link {
  text-align: right;
  margin: 20px 0 0!important;

  a {
    text-decoration: none;
  }
}

.job-list li {
  display: flex;
  flex-direction: column;
}

.job-list__photo {
  img {
    margin: 0;
  }
}

.job-list__name {
  font-weight: 700;
  margin: 0 0 10px!important;

  span {
    display: block;
    font-size: 1.8rem;
  }
}

.job-list__campany {
  font-weight: 700;
  color: var(--sub-color);
  margin: 0 0 20px!important;

  span {
    margin-right: 1em;
  }
}

.job-list__comment {
  margin: 0!important;
  padding: 20px 0 0;
  border-top: 1px dotted var(--sub-color);
}

@media screen and (min-width: 1025px) {
  .job-list li {
    flex-direction: row;
    padding: 40px;
    gap: 50px;
    background-color: var(--bg-main);
    margin-bottom: 40px;
  }

  .job-list__info {
    width: calc(100% - 280px)
  }

  .job-list__photo {
    width: 220px;
  }

  .job-list__name {
    span {
      font-size: 2.4rem;
    }
  }
  .job-list__campany {
    font-size: 1.6rem;
  }
}

.flow-nyugaku {
  li {
    position: relative;
    border: 1px solid var(--bg-sub);
    background-color: var(--bg-main);
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 20px;
  }

  li:last-of-type::after {
    display: none;
  }

  li::after {
    content: '\f0d7';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    color: var(--main-color);
  }
}

.flow-nyugaku__title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;

  i {
    color: var(--sub-color);
    display: block;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

.flow-nyugaku__text {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .flow-nyugaku {
    li {
      margin-bottom: 60px;
      padding: 40px;
    }

    li::after {
      font-size: 50px;
      bottom: -80px;
    }
  }

  .flow-nyugaku__title {
    font-size: 2.4rem;
    margin-bottom: 20px;

    i {
      font-size: 3.2rem;
      margin-bottom: 20px;
    }
  }
}

@media screen and (min-width: 1025px) {
  .flow-nyugaku {
    li {
      margin-bottom: 80px;
      padding: 50px;
    }

    li::after {
      font-size: 60px;
      bottom: -100px;
    }
  }

  .flow-nyugaku__title {
    font-size: 2.8rem;
    margin-bottom: 20px;

    i {
      font-size: 3.8rem;
      margin-bottom: 10px;
    }
  }
}

.interview-area {
  background-color: white;
  padding: 30px;
  margin-bottom: 20px;
}

.interview-area__profile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border-color);

  img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto;
    width: 70%;
  }
}

.interview-area__title {
  p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1.4rem;
  }

  p.name {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 20px;

    span {
       font-size: 1.2rem;
    }
  }
}

.interview-area__qa {
  ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;

    li {
      p.question {
        position: relative;
        font-weight: 500;
        margin: 0 0 10px;
        padding-left: 1.6em;
      }

      p.question::before {
        content: 'Q.';
        position: absolute;
        left: 0;
        top: -2px;
        font-weight: 700;
        font-size: 17px;
        color: var(--sub-color);
      }

      p.answer {
        position: relative;
        margin: 0;
        padding-left: 1.6em;
      }

      p.answer::before {
        content: 'A.';
        position: absolute;
        left: 0;
        top: -2px;
        font-weight: 700;
        font-size: 17px;
        color: var(--sub-color);
      }
    }
  }
}

@media screen and (min-width: 1025px) {
  .interview-area {
    padding: 50px;
    margin-bottom: 60px;
  }

  .interview-area__profile {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;

    img {
      width: 300px;
      height: 300px;
      margin: 0;
    }
  }

  .interview-area__title {
    p {
      text-align: left;
      font-size: 1.6rem;
    }

    p.name {
      font-size: 2.6rem;

      span {
        font-size: 1.5rem;
      }
    }
  }

  .interview-area__qa {
    ul {
      flex-direction: row;
      gap: 40px;
      margin: 0;

      li {
        width: calc(33.33% - 20px);

        p.question {
          margin: 0 0 10px;
          padding-left: 1.6em;
        }

        p.question::before {
          top: -4px;
          font-size: 20px;
        }

        p.answer {
          padding-left: 1.6em;
        }

        p.answer::before {
          top: -4px;
          font-size: 20px;
        }
      }

    }
  }
}

.pc-caution {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  dt {
    background-color: var(--bg-main);
    font-weight: 500;
  }

  dt,
  dd {
    padding: 6px 12px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 600px) {
  .pc-caution {
    flex-direction: row;

    dt,
    dd {
      padding: 10px 16px;
      margin-bottom: 20px;
    }

    dt {
      width: 20em;
    }

    dd {
      width: calc(100% - 20em);
    }
  }
}

.club-box {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-main);
  padding: 20px;
  margin: 20px 0;
  gap: 20px;
}

.club-box__text {
  p {
    margin: 0;
  }

  p.title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--sub-color);
    margin: 0 0 15px;
  }

  p.advisor {
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--main-color);
  }
}

.club-box__sns {
  display: flex;
  flex-direction: row;
  margin-top: 20px!important;
  gap: 20px;

  li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 30px; 
    background-color: white;
    color: var(--main-color);
    transition: .3s ease-in;
  }

  li a:hover {
    background-color: var(--bg-sub);
  }

  li a i {
    font-size: 1.8rem;
  }
}

.club-box__photo {
  max-width: 100%;
  overflow: hidden;

  img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .club-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
    gap: 50px;
    margin: 40px 0;
  }

  .club-box__text {
    flex: 1;

    p.title {
      font-size: 2.2rem;
      margin: 0 0 15px;
    }
  }

  .club-box__photo {
    width: 30%;
  }

  .club-box__sns {
    li a i {
      font-size: 2.0rem;
    }
  }
}

.mdash-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;

  img {
    margin: 0 auto;
  }
}

.mdash-image__right {
  display: flex;
  flex-direction: column;
  justify-content: center;

  figure {
    margin: 10px auto;

    figcaption {
      text-align: center;
      font-size: 1.3rem;
      font-weight: 500;
    }
  }
}

@media print, screen and (min-width: 600px) {
  .mdash-image {
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
    margin: 40px 0 0;

    img {
      margin: 0;
    }
  }

  .mdash-image__right {
    figure {
      margin: 10px 0 0;

      figcaption {
        font-size: 1.5rem;
      }
    }
  }
}

.mdash-credit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  h4 {
    font-size: 1.7rem;
    background-color: transparent;
    padding: 0;

    span {
      color: var(--color-red);
      font-size: 1.3rem;
      display: block;
    }
  }

  figure {
    text-align: center;

    figcaption {
      text-align: center;
      font-size: 1.3rem;
      font-weight: 500;
    }
  
    img {
      margin: 0;
    }
  }

  ol li span {
    color: var(--color-red);
    font-weight: 500;
  }

  
}

@media print, screen and (min-width: 600px) {
  .mdash-credit {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;

    h4 {
      font-size: 2.2rem;
      width: 100%;

      span {
        font-size: 1.4rem;
        margin-left: 1em;
        display: inline-block;
      }
    }

    figure {
      width: 200px;

      figcaption {
        font-size: 1.5rem;
      }
    }

    .text {
      width: calc(100% - 240px);
    }
  }
}

.advanced {
  h4 {
    color: #796497;
  }
}

.literacy {
  h4 {
    color: #54b6cb;
  }
}

.zemi-step {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 40px;

  p {
    padding: 20px;
    margin: 0;
    font-weight: 500;
  }


  .number {
    background-color: var(--sub-color);
    color: white;
    font-weight: 500;
    display: block;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0 0 10px 0;

    span {
      display: block;
      font-size: 1.4rem;
    }
  }
}

.zemi-step__box {
  background-color: var(--bg-sub);
  width: 100%;
}

.zemi-step__first,
.zemi-step__second {
  position: relative;
}

.zemi-step__first::before,
.zemi-step__second::before {
  content: '\f103';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: var(--sub-color);
}

@media print, screen and (min-width: 600px) {
  .zemi-step {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;

    .number {
      width: 120px;
      height: 60px;
      font-size: 2.0rem;
      border-radius: 0 0 20px 0;
    }
  }

  .zemi-step__box {
    background-color: var(--bg-sub);
    width: 30%;
  }

  .zemi-step__first::before,
  .zemi-step__second::before {
    content: '\f101';
    bottom: auto;
    top: 50%;
    left: auto;
    right: -43px;
    transform: translate(0, -50%);
    font-size: 26px;
  }
}

.syusyoku-box {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 10px;

  h4 {
    background-color: transparent;
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 15px;
    margin: 0;
    font-size: 1.8rem;
  }

  p {
    margin: 0;
  }
}

.syusyoku-box__inner {
  padding: 20px 10px;
}

@media print, screen and (min-width: 600px) {
  .syusyoku-box {
    h4 {
      font-size: 2.4rem;
    }
  }

  .syusyoku-box__inner {
    padding: 40px;
  }
}

.syusyoku-box__menu {
  border-color: #0d7151;

  h4 {
    background-image: repeating-linear-gradient(315deg, #3a9a7b, #3a9a7b 3px, #0d7151 3px, #0d7151 6px);
  }

  h5 {
    color: #0d7151;
    font-size: 1.6rem;
    margin: 0 0 10px;
    background-color: #EBF3F0;
    text-align: center;
    padding: 8px 16px;
    border-radius: 5px;
    line-height: 1.5;
  }

  ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 20px;
  }
}

@media print, screen and (min-width: 600px) {
  .syusyoku-box__menu {
    h5 {
      font-size: 2.0rem;
      margin: 0 0 20px;
      padding: 10px 16px;
    }

    ul {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 50px;

      li {
        width: calc(50% - 25px);
      }
    }
  }
}

.syusyoku-box__program {
  border-color: #098ccb;

  h4 {
    background-image: repeating-linear-gradient(315deg, #3fa5d6, #3fa5d6 3px, #098ccb 3px, #098ccb 6px);
  }

  h5 {
    background-color: #E5F2F9;

    span {
      color: white;
      background-color: #098ccb;
      padding: 5px 10px;
      font-size: 1.6rem;
    }
  }

  h5.arrow {
    position: relative;
  }

  h5.arrow::after {
    content: '\f103';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 14px;
    bottom: -60px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #098ccb;
  }

  

  ul {
    list-style: none;
    padding: 0;
    margin: 0;

    li p {
      padding-left: 3em;
    }
  }
}

.syusyoku-box__coop {
  border-color: #ff4e4e;

  h4 {
    background-image: repeating-linear-gradient(315deg, #ff7575, #ff7575 3px, #ff4e4e 3px, #ff4e4e 6px);
  }

  h5 {
    font-size: 1.7rem;
    border-bottom: 2px dotted #ff4e4e;
    padding: 0 0 8px;
    margin: 20px 0 15px;
  }
}

@media print, screen and (min-width: 600px) {
  .syusyoku-box__coop {
    h5 {
      font-size: 2.0rem;
      margin: 20px 0;
    }
  }
}

.syusyoku-box__spirit {
  border-color: #54b6a4;

  h4 {
    background-image: repeating-linear-gradient(315deg, #088a85, #088a85 3px, #54b6a4 3px, #54b6a4 6px);
  }
}

.mt_20 {
  margin-top: 20px!important;
}

.mb_20 {
  margin-bottom: 20px!important;
}

.text_center {
  text-align: center;
}

.grid-basic {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1025px) {
  .grid-basic {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.grid-photo {
  display: flex;
  flex-direction: column;
  gap: 20px;

  img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .grid-photo {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;

    img {
      width: calc(50% - 20px);
    }
  }
}

.link-box {
  position: relative;
  border: 2px solid var(--sub-color);
  width: 100%;

  &::after {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: var(--sub-color);
  }

  &:hover {
    background-color: var(--bg-main);
  }

  a {
    display: block;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
    color: var(--font-color);
  }

  p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;

    span {
      margin-top: 10px;
      display: block;
      font-weight: 400;
      font-size: 1.3rem;
    }
  }
}

.link-box--external {
  &::after {
    content: '\f08e';
  }
}

.link-box--pdf {
  &::after {
    content: '\f1c1';
  }
}


@media screen and (min-width: 1025px) {
  .link-box {
    width: calc(50% - 20px);

    &::after {
      right: 30px;
    }

    a {
      padding: 30px 70px 30px 30px;
    }

    p {
      font-size: 1.8rem;
      line-height: 1.7;

      span {
        font-size: 1.5rem;
      }
    }
  }
}

/* サイトマップ */
ul.sitemap {

  li a {
    position: relative;
    padding-left: 1em;
  }

  li a:before  {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: var(--sub-color);
  }

  .children {
    padding-left: 1.3em;
  }
}

/* 図書館 */
.library-embed {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1025px) {
  .library-embed {
    flex-direction: row;
    justify-content: space-between;
  }
}

.library-calendar iframe {
  height: 780px;
}

.library-latest iframe {
  width: 100%;
  height: 630px;
}

@media screen and (min-width: 1025px) {
  .library-calendar {
    order: 2;
  }

  .library-latest {
    order: 1;
    width: calc(100% - 360px);
  }

  .library-latest iframe {
    height: 660px;
  }
}

#pageList.embed .pickup-title {
  font-weight: 500;
}

#pageList.embed .pickup-title, 
#pageList.embed .thumbnail {
  margin: 0 auto;
  max-width: 1200px!important;
}

/* Contact form7 */
.wpcf7-form p {
  margin: 0!important;
}

.wpcf7-form dl {
  display: flex;
  flex-direction: column;

  dt {
    width: 100%;
    font-weight: 500;
    padding: 5px 0;

    span {
      color: white;
      background-color: var(--color-red);
      font-size: 1.2rem;
      padding: 2px 6px;
      border-radius: 4px;
      margin-right: 10px;
    }
  }

  dd {
    width: 100%;
    padding: 10px 0 20px;

    input[type=text],
    input[type=email],
    input[type=tel],
    textarea { 
      padding: 10px;
      background-color: var(--bg-main);
      border: 1px solid var(--border-color);
      border-radius: 0;
      font-size: 1.6rem;
      -webkit-appearance: none;
        -moz-appearance: none;
              appearance: none;
      caret-color: var(--sub-color);
    }

    textarea {
      width: 100%;
      height: 15em;
    }

    input[type=text]:focus,
    input[type=email]:focus,
    input[type=tel]:focus,
    textarea:focus,
    select:focus {
      outline: none;
      border: 1px solid var(--sub-color);
    }

    input[type=date] {
      padding: 10px;
      background-color: var(--bg-main);
      border: 1px solid var(--border-color);
      border-radius: 0;
      font-size: 1.6rem;
      -webkit-appearance: none;
        -moz-appearance: none;
              appearance: none;
      caret-color: var(--sub-color);
    }

    input.course-name,
    input.school-name {
      width: 70%;
    }

    input.graduate-year {
      width: 150px;
    }

    select {
      background-image: url(img/icon-down.png);
      background-position: right 12px center;
      background-repeat: no-repeat;
      background-size: 14px 8px;

      padding: 10px 50px 10px 10px;
      background-color: var(--bg-main);
      border: 1px solid var(--border-color);
      border-radius: 0;
      font-size: 1.6rem;
      -webkit-appearance: none;
        -moz-appearance: none;
              appearance: none;
      caret-color: var(--sub-color);
    }

    .radio-column {
      .wpcf7-list-item {
        display: block;
      }
    }
  }
}

@media screen and (min-width: 1025px) {
  .wpcf7-form dl {
    flex-direction: row;
    flex-wrap: wrap;

    dt {
      width: 300px;
      padding: 30px 2em 0 0;
      border-top: 1px dotted var(--border-color);
    }

    dd {
      width: calc(100% - 300px);
      border-top: 1px dotted var(--border-color);
      padding: 30px 0;
    }
  }
}

.wpcf7-form dl.jlsk,
.wpcf7-form dl.arbeit {
  dt,
  dd {
    width: 100%;
  }

  dd {
    border-top: none;

    input.year {
      width: 80px;
    }

    input.month,
    input.date {
      width: 60px;
    }

    input.num {
      width: 50px;
    }

    div {
      input {
        margin: 0 10px;
      }
    }

    div + div {
      margin-top: 20px;
    }
  }
}

.wpcf7-form--btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;

  input[type=submit] {
    background-color: var(--main-color);
    color: white;
    width: 100%;
    padding: 10px;
    letter-spacing: .1em;
    font-weight: 500;
  }

  input[type=submit]:hover {
    background-color: var(--sub-color);
    cursor: pointer;
  }
}

.post-password-form input[type=password] {
  padding: .2em .8em;
  background-color: white;
  border: 1px solid var(--main-color);
  border-radius: 0;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

.post-password-form input[type=password]:focus {
  outline: none;
  border: 1px solid var(--sub-color);
}

.post-password-form input[type=submit] {
  background-color: var(--sub-color);
  color: white;
  padding: .2em .8em;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.post-password-form input[type=submit]::-webkit-search-decoration {
  display: none;
}

.post-password-form input[type=submit]:focus {
  outline-offset: -2px;
}

ol[class="wp-block-list"],
ul[class="wp-block-list"] {
    list-style: auto;
    padding-left: 40px;
    margin: 16px 0;
}

[class="wp-block-list"] ul {
  list-style-type: circle;
}

[class="wp-block-list"] ul ul {
  list-style-type: square;
}

[class="wp-block-list"] ol,
[class="wp-block-list"] ul {
  padding-left: 40px;
}

.wp-block-image img {
  margin: 0;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-button__link:hover {
  opacity: .8;
}

.wp-block-separator {
  margin: 2em 0;
}

.wp-element-caption {
  text-align: center;
  color: var(--font-gray);
}

/* widget */
.widget_block {
  margin-bottom: 40px;
}

.widget_block h2 {
  margin-bottom: 15px;
}

.wp-block-categories li,
.wp-block-archives li {
  border-bottom: 1px solid #eee;
}

.wp-block-categories li:first-of-type,
.wp-block-archives li:first-of-type {
  border-top: 1px solid #eee;
}

.wp-block-categories li a,
.wp-block-archives li a {
  display: block;
  padding: 15px 0;
}

.wp-block-categories li a::before,
.wp-block-archives li a::before {
  font: var(--fa-font-solid);
  content: "\f105";
  padding-right: 7px;
}

.wp-calendar-table caption {
  font-weight: 700;
  font-size: 2rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

.page-id-415 .grecaptcha-badge,
.page-id-413 .grecaptcha-badge,
.page-id-2768 .grecaptcha-badge,
.page-id-1372 .grecaptcha-badge,
.page-id-99 .grecaptcha-badge,
.page-id-457 .grecaptcha-badge {
    visibility: visible;
}
