@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
/* ======================================
reset.css
====================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
}

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

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}
@media (min-width:769px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background-color: #24566e;
}
body.fix {
  overflow: hidden;
}
@media (min-width:769px) {
  body.fix {
    overflow: auto;
  }
}

a {
  text-decoration: none;
  outline: none;
  color: #232323;
}
a:hover {
  cursor: default;
}
a[href^="tel:"] {
  cursor: default;
}
@media (min-width:769px) {
  a[href] {
    transition: all 0.3s;
  }
  a[href]:hover {
    cursor: pointer;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
  a[href^="tel:"]:hover {
    cursor: default;
  }
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
}

/* ======================================
common id & class
====================================== */
/* #wrapper */
#wrapper {
  text-align: left;
  color: #232323;
  animation: fadeInPage 0.5s ease 0.5s 1 normal forwards;
  opacity: 0;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
}
@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width:769px) {
  #wrapper {
    min-width: 1080px;
  }
}

/* .pc.sp */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}
.sp.ilb {
  display: inline-block !important;
}

@media (min-width:769px) {
  .pc {
    display: block !important;
  }
  .pc.ilb {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
}
/* .inner */
.inner {
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}
@media (min-width:769px) {
  .inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* .eng */
.eng {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

/* .min */
.min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

/* .breadcrumb */
.breadcrumb {
  padding: 12px 24px;
  background-color: #e8e8e8;
}
@media (min-width:769px) {
  .breadcrumb {
    padding: 20px 80px;
  }
}
.breadcrumb ul {
  display: flex;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media (min-width:769px) {
  .breadcrumb ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
.breadcrumb ul li {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (min-width:769px) {
  .breadcrumb ul li {
    font-size: 1.6rem;
  }
}
.breadcrumb ul li + li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.breadcrumb ul li + li::before {
  content: "";
  width: 7px;
  height: 12px;
  margin-right: 10px;
  display: block;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
@media (min-width:769px) {
  .breadcrumb ul li + li::before {
    width: 8px;
    height: 13px;
  }
}
.breadcrumb ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  color: #6f262c;
}
@media (min-width:769px) {
  .breadcrumb ul li a:hover {
    opacity: 0.5;
  }
}

/* .ttl_area */
.ttl_area {
  background-color: #ccc;
}
.ttl_area.type_01 {
  background-color: #24566e;
  color: #fff;
}
.ttl_area.type_02 {
  background-color: #f2eced;
}
.ttl_area.type_03 {
  background-color: #7b7345;
  color: #fff;
}
.ttl_area.type_04 {
  background-color: #a0c4d5;
}
@media (min-width:769px) {
  .ttl_area {
    height: 320px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.ttl_area .ttl_main {
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}
@media (min-width:769px) {
  .ttl_area .ttl_main {
    width: 518px;
    padding-left: 80px;
    gap: 16px 0;
  }
}
.ttl_area .ttl_main .tag {
  margin-bottom: -0.3em;
  padding-left: 0.1em;
  font-size: 2.2rem;
  line-height: 1.1;
}
@media (min-width:769px) {
  .ttl_area .ttl_main .tag {
    font-size: 3.2rem;
  }
}
.ttl_area .ttl_main .ttl {
  font-size: 3.2rem;
}
@media (min-width:769px) {
  .ttl_area .ttl_main .ttl {
    font-size: 4rem;
  }
}
@media (min-width:769px) {
  .ttl_area .img {
    flex: 1;
  }
}
.ttl_area .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ======================================
#header
====================================== */
#header {
  height: 56px;
  padding-left: 10px;
  background-color: white;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (min-width:769px) {
  #header {
    height: 80px;
    padding-left: 20px;
  }
}
#header .logo img {
  width: 170px;
}
@media (min-width:769px) {
  #header .logo img {
    width: 240px;
  }
}
#header .nav_header {
  display: flex;
  align-items: center;
}
#header .nav_header .nav_menu {
  display: none;
}
@media (min-width:769px) {
  #header .nav_header .nav_menu {
    margin-right: 30px;
    display: flex;
    gap: 0 32px;
  }
}
#header .nav_header .nav_menu li {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
#header .nav_header .nav_menu li a {
  color: #6f262c;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
#header .nav_header .nav_menu li a img {
  width: auto;
  height: 28px;
}
@media (min-width:769px) {
  #header .nav_header .nav_menu li a:hover {
    opacity: 0.5;
  }
}
#header .nav_header .nav_sns {
  margin-right: 72px;
  display: flex;
  gap: 0 10px;
}
@media (min-width:769px) {
  #header .nav_header .nav_sns {
    margin-right: 112px;
    gap: 0 12px;
  }
}
#header .nav_header .nav_sns li a img {
  width: 40px;
}
@media (min-width:769px) {
  #header .nav_header .nav_sns li a img {
    width: clamp(40px, 4vw, 50px);
  }
}

/* ======================================
.nav_btn
====================================== */
.nav_btn {
  width: 56px;
  height: 56px;
  background-color: #6f262c;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
}
#header .nav_btn {
  position: absolute;
}
@media (min-width:769px) {
  .nav_btn {
    width: 80px;
    height: 80px;
  }
}
@media (min-width:1081px) {
  .nav_btn {
    right: 0;
  }
}
.nav_btn .menu-trigger {
  display: block;
  position: relative;
  width: 55%;
  height: 100%;
}
.nav_btn .menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media (min-width:769px) {
  .nav_btn .menu-trigger span {
    height: 4px;
  }
}
.nav_btn .menu-trigger span:nth-of-type(1) {
  top: 16px;
}
.nav_btn .menu-trigger span:nth-of-type(2) {
  top: 27px;
}
.nav_btn .menu-trigger span:nth-of-type(3) {
  bottom: 16px;
}
@media (min-width:769px) {
  .nav_btn .menu-trigger span:nth-of-type(1) {
    top: 22px;
  }
  .nav_btn .menu-trigger span:nth-of-type(2) {
    top: 38px;
  }
  .nav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 22px;
  }
}
.nav_btn .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media (min-width:769px) {
  .nav_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
  .nav_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

/* ======================================
.nav_global
====================================== */
.nav_global {
  width: 100%;
  padding: 56px 0;
  background-color: rgba(111, 38, 44, 0.95);
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
@media (min-width:769px) {
  .nav_global {
    padding: 80px 0;
  }
}
.nav_global .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width:769px) {
  .nav_global .inner {
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-between;
    gap: 55px 0;
  }
}
@media (min-width:769px) {
  .nav_global .inner .nav {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.nav_global .inner .nav > li {
  font-size: 1.8rem;
  line-height: 1.2;
}
.nav_global .inner .nav > li:has(.sub).minus > a::before {
  opacity: 0;
}
.nav_global .inner .nav > li:has(.sub) > a {
  position: relative;
}
.nav_global .inner .nav > li:has(.sub) > a::before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.nav_global .inner .nav > li:has(.sub) > a::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:769px) {
  .nav_global .inner .nav > li:has(.sub) > a {
    pointer-events: none;
  }
  .nav_global .inner .nav > li:has(.sub) > a::before, .nav_global .inner .nav > li:has(.sub) > a::after {
    display: none;
  }
}
@media (min-width:769px) {
  .nav_global .inner .nav > li {
    font-size: 2.2rem;
  }
  .nav_global .inner .nav > li + li {
    margin-top: 1em;
  }
  .nav_global .inner .nav > li + li:has(.sub) {
    margin-top: 2em;
  }
}
.nav_global .inner .nav > li > a {
  padding: 0.7em 0 0.8em;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width:769px) {
  .nav_global .inner .nav > li > a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    border-bottom: none;
  }
  .nav_global .inner .nav > li > a[href]:hover {
    text-shadow: 0 0 6px white;
  }
}
.nav_global .inner .nav > li .sub {
  display: none;
}
@media (min-width:769px) {
  .nav_global .inner .nav > li .sub {
    margin-top: 1em;
    display: block !important;
  }
}
.nav_global .inner .nav > li .sub > li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
@media (min-width:769px) {
  .nav_global .inner .nav > li .sub > li {
    margin-top: 0.6em;
    font-size: 1.8rem;
    border-bottom: none;
  }
}
.nav_global .inner .nav > li .sub > li > a {
  padding: 1em 0 1em 1.3em;
  color: #fff;
  position: relative;
  display: block;
}
@media (min-width:769px) {
  .nav_global .inner .nav > li .sub > li > a {
    padding: 0 0 0 1.2em;
    background-color: inherit;
  }
  .nav_global .inner .nav > li .sub > li > a:hover {
    text-shadow: 0 0 6px white;
  }
}
.nav_global .inner .nav > li .sub > li > a::before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  left: 4px;
  top: 1.6em;
  background-color: #fff;
  display: block;
}
@media (min-width:769px) {
  .nav_global .inner .nav > li .sub > li > a::before {
    left: 5px;
    top: 0.6em;
  }
}

/* ======================================
.top
====================================== */
.top .ttl_area_top {
  color: #fff;
  background-color: #fff;
  position: relative;
}
@media (min-width:769px) {
  .top .ttl_area_top {
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.top .ttl_area_top .slick-dots {
  position: absolute;
  display: flex;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 0 12px;
}
@media (min-width:769px) {
  .top .ttl_area_top .slick-dots {
    bottom: 16px;
    gap: 0 16px;
  }
}
.top .ttl_area_top .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #fff;
}
@media (min-width:769px) {
  .top .ttl_area_top .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
.top .ttl_area_top .slick-dots li.slick-active {
  background-color: #6f262c;
}
.top .ttl_area_top .slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.top .ttl_area_top .ttl_main {
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
  background-image: linear-gradient(#6f262c, #521921);
}
@media (min-width:769px) {
  .top .ttl_area_top .ttl_main {
    width: 338px;
    gap: 16px 0;
  }
}
.top .ttl_area_top .ttl_main .ttl {
  font-size: clamp(2.1rem, 5.8vw, 2.6rem);
  letter-spacing: 0;
  line-height: 1.5;
}
@media (min-width:769px) {
  .top .ttl_area_top .ttl_main .ttl {
    font-size: 3.2rem;
  }
}
.top .ttl_area_top .ttl_main .tag {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width:769px) {
  .top .ttl_area_top .ttl_main .tag {
    font-size: 1.8rem;
  }
}
.top .ttl_area_top .ttl_main .logo {
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid #fff;
}
.top .ttl_area_top .ttl_main .logo img {
  width: 40vw;
}
@media (min-width:769px) {
  .top .ttl_area_top .ttl_main .logo {
    margin-top: 20px;
    padding-top: 35px;
  }
  .top .ttl_area_top .ttl_main .logo img {
    width: 240px;
  }
}
.top .ttl_area_top .img {
  overflow: hidden;
}
@media (min-width:769px) {
  .top .ttl_area_top .img {
    width: calc(100% - 338px);
    display: block;
  }
}
.top .ttl_area_top .img img {
  width: 100vw;
  height: 58.333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  .top .ttl_area_top .img img {
    width: 100%;
    height: 550px;
    transition: all 0.3s;
  }
}
.top .ttl_area_top .img a[href]:hover {
  opacity: 0.5;
}
.top #main {
  padding: 0;
}
.top #main .section {
  padding: 28px 0;
}
@media (min-width:769px) {
  .top #main .section {
    padding: 60px 0;
  }
}
.top #main .section .ttl_block_top {
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-bottom: 0.6em;
  border-left: 12px solid #000;
}
@media (min-width:769px) {
  .top #main .section .ttl_block_top {
    margin-bottom: 2em;
    padding-left: 1.6em;
    border-width: 21px;
  }
}
.top #main .section .ttl_block_top .ttl {
  font-size: 3.6rem;
  line-height: 1;
}
@media (min-width:769px) {
  .top #main .section .ttl_block_top .ttl {
    font-size: 6.4rem;
  }
}
.top #main .section .ttl_block_top .tag {
  margin-top: 0.2em;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width:769px) {
  .top #main .section .ttl_block_top .tag {
    font-size: 3.2rem;
  }
}
.top #main .section.top01 {
  background-color: #edecc5;
}
@media (min-width:769px) {
  .top #main .section.top01 {
    padding-top: 40px;
  }
}
@media (min-width:769px) {
  .top #main .section.top01 .list_banner {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top #main .section.top01 .list_banner li + li {
  margin-top: 15px;
}
@media (min-width:769px) {
  .top #main .section.top01 .list_banner li + li {
    margin-top: 25px;
  }
}
@media (min-width:769px) {
  .top #main .section.top01 .list_banner li a:hover {
    opacity: 0.5;
  }
}
.top #main .section.top01 .block_news {
  margin-top: 30px;
}
@media (min-width:769px) {
  .top #main .section.top01 .block_news {
    margin-top: 40px;
  }
}
.top #main .section.top01 .ttl_block_top {
  border-color: #24566e;
}
.top #main .section.top02 {
  background-color: #f2eced;
  position: relative;
  overflow-y: clip;
}
@media (min-width:769px) {
  .top #main .section.top02 {
    padding-top: 120px;
  }
}
.top #main .section.top02 .slide_alumnus {
  width: 100%;
  z-index: 1;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus {
    padding-left: 60px;
    position: relative;
  }
}
.top #main .section.top02 .slide_alumnus .ttl_alumnus {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .ttl_alumnus {
    margin-bottom: 0;
    font-size: 4rem;
    position: relative;
  }
}
.top #main .section.top02 .slide_alumnus .ttl_alumnus span {
  width: 2.2em;
  height: 2.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  background-color: #fff;
}
.top #main .section.top02 .slide_alumnus .ttl_alumnus span + span {
  margin-left: -1px;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span {
    width: 80px;
    height: 80px;
    position: absolute;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(1) {
    left: -136px;
    top: -95px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(2) {
    left: -136px;
    top: -16px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(3) {
    left: -136px;
    top: 63px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(4) {
    left: -57px;
    top: 63px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(5) {
    left: -57px;
    top: 142px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span:nth-child(6) {
    left: -57px;
    top: 221px;
  }
  .top #main .section.top02 .slide_alumnus .ttl_alumnus span + span {
    margin-left: 0;
  }
}
.top #main .section.top02 .slide_alumnus .bg_top02 {
  font-size: 3.7rem;
  line-height: 0.9;
  color: rgba(111, 38, 44, 0.13);
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .bg_top02 {
    font-size: 8rem;
    left: inherit;
    right: -120px;
    top: -110px;
    text-align: right;
    transform: translateX(0);
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts {
  display: block;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts {
    display: flex;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .img img {
    width: 500px;
    aspect-ratio: 10/7;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt {
  margin-top: 10px;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt {
    flex: 1;
    margin-top: 0;
    margin-left: 32px;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .date {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .date {
    font-size: 2rem;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .ttl {
  font-size: 2.2rem;
  margin-bottom: 0.3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .ttl {
    font-size: 3.2rem;
    margin-bottom: 0.6em;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .lead {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details {
    margin-top: 20px;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details a {
  width: 120px;
  height: 46px;
  border-radius: 7px;
  color: #fff;
  background-color: #6f262c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details a {
    width: 150px;
    height: 58px;
    border-radius: 7px;
  }
}
.top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details a::after {
  content: "";
  width: 16px;
  height: 9px;
  margin-left: 6px;
  background-image: url("../images/arrow03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details a::after {
    width: 18px;
    height: 11px;
    margin-left: 8px;
  }
}
@media (min-width:769px) {
  .top #main .section.top02 .slide_alumnus .slider_02 .cts .txt .details a:hover {
    opacity: 0.6;
  }
}
.top #main .section.top02 .thumbnail {
  width: calc(100vw - 48px + 10px);
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width:769px) {
  .top #main .section.top02 .thumbnail {
    width: 512px;
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 24px;
  }
}
.top #main .section.top02 .thumbnail .img {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #000;
}
@media (min-width:769px) {
  .top #main .section.top02 .thumbnail .img {
    margin-right: 6px;
    margin-left: 6px;
  }
}
.top #main .section.top02 .thumbnail .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}
.top #main .section.top02 .thumbnail .slick-track {
  transform: unset !important;
}
.top #main .section.top02 .thumbnail .slick-current.img img {
  opacity: 1;
}
.top #main .section.top03 {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #edecc5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #edecc5 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}
@media (min-width:769px) {
  .top #main .section.top03 {
    padding: 80px 0;
    background-size: 15px 15px;
  }
}
.top #main .section.top03 .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner {
    display: flex;
    flex-direction: row;
  }
}
.top #main .section.top03 .inner .txt {
  display: contents;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .txt {
    flex: 1;
    margin-right: 80px;
    display: block;
  }
}
.top #main .section.top03 .inner .ttl_block_top {
  border-color: #7b7345;
}
.top #main .section.top03 .inner .more {
  order: 1;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .more {
    justify-content: flex-start;
  }
}
.top #main .section.top03 .inner .list_bulletin_top {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top {
    width: 656px;
    margin-right: -140px;
    margin-top: 0;
    gap: 28px;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li {
  width: calc((100vw - 80px) / 3);
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li {
    width: 200px;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a {
  display: block;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a[href]:hover {
    opacity: 0.6;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a .img {
  border: 1px solid #ccc;
}
.top #main .section.top03 .inner .list_bulletin_top > li a .img img {
  width: 100%;
  aspect-ratio: 10/14;
  -o-object-fit: cover;
     object-fit: cover;
}
.top #main .section.top03 .inner .list_bulletin_top > li a .img:not(:has(img)) {
  height: calc((100vw - 80px) / 3 * 1.4);
  background-color: #cacab8;
  position: relative;
}
.top #main .section.top03 .inner .list_bulletin_top > li a .img:not(:has(img)) + .info {
  display: none;
}
.top #main .section.top03 .inner .list_bulletin_top > li a .img:not(:has(img))::before {
  content: "coming soon";
  color: #fff;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
  line-height: 1;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .img:not(:has(img))::before {
    font-size: 2.3rem;
  }
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .img:not(:has(img)) {
    height: 280px;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a .info {
  margin-top: 0.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  position: relative;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .info {
    margin-top: 1em;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a .info::after {
  content: "";
  width: 16px;
  height: 9px;
  margin-left: 6px;
  background-image: url("../images/arrow03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1em;
  filter: invert(43%) sepia(42%) saturate(385%) hue-rotate(14deg) brightness(93%) contrast(88%);
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .info::after {
    width: 18px;
    height: 11px;
    margin-left: 8px;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a .info p {
  line-height: 1;
}
.top #main .section.top03 .inner .list_bulletin_top > li a .info p.vol {
  font-size: 1.5rem;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .info p.vol {
    font-size: 2rem;
  }
}
.top #main .section.top03 .inner .list_bulletin_top > li a .info p.date {
  margin-top: 0.5em;
  font-size: 1.1rem;
}
@media (min-width:769px) {
  .top #main .section.top03 .inner .list_bulletin_top > li a .info p.date {
    font-size: 1.6rem;
  }
}
.top #main .section.top04 {
  background-image: url("../images/bg_top04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width:769px) {
  .top #main .section.top04 {
    padding: 80px 0;
  }
}
.top #main .section.top04 .ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width:769px) {
  .top #main .section.top04 .ttl {
    font-size: 4rem;
  }
}
.top #main .section.top04 .tag {
  margin-top: 0.2em;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media (min-width:769px) {
  .top #main .section.top04 .tag {
    font-size: 3.2rem;
  }
}
.top #main .section.top04 .list_aboutus {
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus {
    max-width: none;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus > li {
    width: 482px;
    max-width: none;
  }
}
.top #main .section.top04 .list_aboutus > li a {
  height: 100px;
  padding-left: 10px;
  display: block;
  color: #fff;
  background-color: #6f262c;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus > li a {
    height: 157px;
    padding-left: 30px;
  }
  .top #main .section.top04 .list_aboutus > li a:hover {
    opacity: 0.75;
  }
}
.top #main .section.top04 .list_aboutus > li a .img {
  width: 70px;
  margin-right: 10px;
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus > li a .img {
    width: 110px;
  }
}
.top #main .section.top04 .list_aboutus > li a .txt {
  flex: 1;
}
.top #main .section.top04 .list_aboutus > li a .txt .ttl_sub {
  margin-bottom: 0.2em;
  font-size: 2rem;
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus > li a .txt .ttl_sub {
    font-size: 3.2rem;
  }
}
.top #main .section.top04 .list_aboutus > li a .txt .lead {
  font-size: 1.2rem;
}
@media (min-width:769px) {
  .top #main .section.top04 .list_aboutus > li a .txt .lead {
    font-size: 1.6rem;
  }
}

/* ======================================
#main
====================================== */
#main {
  padding: 40px 0;
  display: block;
}
@media (min-width:769px) {
  #main {
    padding: 80px 0;
  }
}
#main p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width:769px) {
  #main p {
    font-size: 1.8rem;
  }
}
#main .columns {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width:769px) {
  #main .columns {
    flex-direction: row;
    gap: 0 40px;
  }
}
.top #main .columns .column_side .list_tags {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width:769px) {
  #main .columns .column_side {
    width: 200px;
  }
  .top #main .columns .column_side {
    width: 240px;
  }
  .top #main .columns .column_side .list_tags {
    margin-top: 30px;
    gap: 8px;
  }
  .top #main .columns .column_side .list_tags > li a {
    width: auto;
  }
}
@media (min-width:769px) {
  #main .columns .column_main {
    flex: 1;
  }
}
.top #main .columns .column_main {
  padding: 26px 16px 6px;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width:769px) {
  .top #main .columns .column_main {
    padding: 32px 32px 12px;
    border-radius: 10px;
  }
}
#main .pickup {
  padding: 10px 16px 0;
  border: 3px solid #6f262c;
  border-radius: 6px;
  position: relative;
}
@media (min-width:769px) {
  #main .pickup {
    margin-bottom: 1em;
    padding: 15px 30px 5px;
    border-radius: 8px;
  }
}
#main .pickup .ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 43px;
  padding-right: 6px;
  font-size: 2.8rem;
  line-height: 1;
  color: #6f262c;
  background-color: #fff;
  position: absolute;
  left: 10px;
  top: -16px;
}
@media (min-width:769px) {
  #main .pickup .ttl {
    padding-left: 50px;
    font-size: 3.3rem;
    left: 20px;
    top: -20px;
  }
}
#main .pickup .ttl::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../images/icn_pickup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  left: 8px;
  top: 1px;
}
@media (min-width:769px) {
  #main .pickup .ttl::before {
    width: 34px;
    height: 34px;
    left: 8px;
    top: 0;
  }
}
#main .list_tags {
  margin-bottom: 20px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
@media (min-width:769px) {
  #main .list_tags {
    margin-bottom: 0;
    gap: 16px;
  }
}
#main .list_tags > li {
  font-size: 1.4rem;
}
@media (min-width:769px) {
  #main .list_tags > li {
    font-size: 2rem;
  }
}
#main .list_tags > li.active a {
  color: #fff;
  background-color: #6f262c;
}
#main .list_tags > li a {
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  background-color: #cacab8;
}
@media (min-width:769px) {
  #main .list_tags > li a {
    width: 200px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 7px;
    justify-content: flex-start;
    transition: all 0.3s;
  }
  #main .list_tags > li a:hover {
    color: #fff;
    background-color: #6f262c;
    cursor: pointer;
  }
}
#main .list_news.tabs_cts {
  display: none;
}
#main .list_news.tabs_cts.active_cts {
  display: block;
}
#main .list_news > li {
  border-bottom: 1px solid #e8e8e8;
}
#main .list_news > li:last-child {
  border-bottom: none;
}
#main .list_news > li a {
  padding: 2em 0;
  display: block;
}
@media (min-width:769px) {
  #main .list_news > li a {
    width: -moz-fit-content;
    width: fit-content;
  }
  #main .list_news > li a:hover {
    opacity: 0.5;
  }
}
#main .list_news > li a .date_area {
  margin-bottom: 0.2em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 1em;
}
#main .list_news > li a .date_area span {
  display: block;
}
#main .list_news > li a .date_area span.tag {
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:769px) {
  #main .list_news > li a .date_area span.tag {
    height: 23px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.4rem;
  }
}
#main .list_news > li a .date_area span.tag.type_01 {
  background-color: #6f262c;
}
#main .list_news > li a .date_area span.tag.type_02 {
  background-color: #a0c4d5;
}
#main .list_news > li a .date_area span.tag.type_03 {
  background-color: #7b7345;
}
#main .list_news > li a .date_area span.tag.type_04 {
  background-color: #4e598c;
}
#main .list_news > li a .date_area span.tag.type_05 {
  background-color: #c3818a;
}
#main .list_news > li a .txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#main .article + .more {
  margin-top: 2em;
}
@media (min-width:769px) {
  #main .article + .more {
    margin-top: 3em;
  }
}
#main .more {
  margin-top: 1.5em;
  display: flex;
  justify-content: flex-end;
}
#main .more a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.8em;
  color: #6f262c;
  position: relative;
  display: block;
}
#main .more a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/arrow02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width:769px) {
  #main .more a::after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width:769px) {
  #main .more a:hover {
    opacity: 0.5;
  }
}
#main .list_page {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
@media (min-width:769px) {
  #main .list_page {
    margin-top: 50px;
    gap: 8px;
  }
}
#main .list_page > li {
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .list_page > li {
    font-size: 2rem;
  }
}
#main .list_page > li a {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
#main .list_page > li a.active {
  color: #fff;
  background-color: #6f262c;
}
@media (min-width:769px) {
  #main .list_page > li a {
    width: 42px;
    height: 42px;
  }
  #main .list_page > li a:hover {
    color: #fff;
    background-color: #6f262c;
  }
}
#main * + .ttl_common {
  margin-top: 40px;
}
@media (min-width:769px) {
  #main * + .ttl_common {
    margin-top: 80px;
  }
}
#main .ttl_common {
  min-height: 80px;
  margin-bottom: 30px;
  padding: 16px;
  background-color: #edecc5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width:769px) {
  #main .ttl_common {
    margin-bottom: 60px;
    min-height: 123px;
    padding: 20px 32px;
  }
}
#main .ttl_common .date {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  line-height: 1;
}
@media (min-width:769px) {
  #main .ttl_common .date {
    margin-bottom: 0.3em;
    font-size: 1.8rem;
  }
}
#main .ttl_common h2 {
  font-size: 2.2rem;
}
@media (min-width:769px) {
  #main .ttl_common h2 {
    font-size: 3.2rem;
  }
}
#main .article {
  /* .wp- */
}
@media (min-width:769px) {
  #main .article {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#main .article * + h3 {
  margin-top: 30px !important;
}
@media (min-width:769px) {
  #main .article * + h3 {
    margin-top: 60px !important;
  }
}
#main .article h3 {
  margin-bottom: 15px;
  padding: 12px;
  font-size: 1.9em;
  border: 5px solid #a0c4d5;
}
@media (min-width:769px) {
  #main .article h3 {
    margin-bottom: 40px;
  }
}
@media (min-width:769px) {
  #main .article h3 {
    padding: 23px 30px;
    font-size: 3rem;
  }
}
#main .article h4 {
  margin-bottom: 10px;
  padding: 4px 10px 6px 10px;
  font-size: 1.7rem;
  border-left: 12px solid #6f262c;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width:769px) {
  #main .article h4 {
    margin-bottom: 15px;
    padding: 6px 20px 8px 18px;
    font-size: 2.4rem;
    border-left-width: 20px;
  }
}
#main .article p + * {
  margin-top: 20px;
}
@media (min-width:769px) {
  #main .article p + * {
    margin-top: 35px;
  }
}
#main .article p + p,
#main .article p + ul,
#main .article p + ol {
  margin-top: 15px;
}
@media (min-width:769px) {
  #main .article p + p,
  #main .article p + ul,
  #main .article p + ol {
    margin-top: 30px;
  }
}
#main .article p:has(img) {
  text-align: center;
}
#main .article p:has(img)::after {
  content: "";
  clear: both;
  display: block;
}
#main .article p:has(img[style="float: right;"]) {
  text-align: left;
}
#main .article p:has(img[style="float: left;"]) {
  text-align: left;
}
#main .article p:has(.imgright) {
  text-align: left;
}
#main .article p img {
  width: 100%;
  display: block;
}
#main .article p img.alignright {
  width: auto;
  float: right;
}
@media (min-width:769px) {
  #main .article p img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .article p img[style="float: right;"] {
  max-width: 40vw;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (min-width:769px) {
  #main .article p img[style="float: right;"] {
    width: 300px;
  }
}
#main .article p img[style="float: left;"] {
  max-width: 40vw;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (min-width:769px) {
  #main .article p img[style="float: left;"] {
    width: 300px;
  }
}
#main .article p a {
  color: #d00;
  text-decoration: underline;
}
@media (min-width:769px) {
  #main .article p a:hover {
    opacity: 0.6;
  }
}
#main .article ul + *,
#main .article ol + * {
  margin-top: 20px;
}
@media (min-width:769px) {
  #main .article ul + *,
  #main .article ol + * {
    margin-top: 35px;
  }
}
#main .article ul + p,
#main .article ul + ul,
#main .article ul + ol,
#main .article ol + p,
#main .article ol + ul,
#main .article ol + ol {
  margin-top: 15px;
}
@media (min-width:769px) {
  #main .article ul + p,
  #main .article ul + ul,
  #main .article ul + ol,
  #main .article ol + p,
  #main .article ol + ul,
  #main .article ol + ol {
    margin-top: 30px;
  }
}
#main .article ul li,
#main .article ol li {
  font-size: 1.6rem;
  line-height: 1.5;
}
#main .article ul li + li,
#main .article ol li + li {
  margin-top: 0.5em;
}
@media (min-width:769px) {
  #main .article ul li,
  #main .article ol li {
    font-size: 1.8rem;
  }
}
#main .article ul {
  padding-left: 1.9em;
}
#main .article ul li {
  list-style: disc;
}
#main .article ol {
  padding-left: 1.9em;
}
#main .article ol li {
  list-style: decimal;
}
#main .article table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main .article table + * {
  margin-top: 20px;
}
@media (min-width:769px) {
  #main .article table + * {
    margin-top: 35px;
  }
}
#main .article table tr {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width:769px) {
  #main .article table tr {
    font-size: 1.6rem;
  }
}
#main .article table tr th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
}
@media (min-width:769px) {
  #main .article table tr th {
    padding: 10px 20px;
  }
}
#main .article table tr td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
@media (min-width:769px) {
  #main .article table tr td {
    padding: 10px 20px;
  }
}
#main .article .wp-block-image + * {
  margin-top: 20px;
}
@media (min-width:769px) {
  #main .article .wp-block-image + * {
    margin-top: 35px;
  }
}
#main .article .wp-element-caption {
  font-size: 1.4rem;
  text-align: center;
}
#main .article .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#main .article .has_img + * {
  margin-top: 20px;
}
@media (min-width:769px) {
  #main .article .has_img + * {
    margin-top: 35px;
  }
}
#main .article .has_img::after {
  content: "";
  clear: both;
  display: block;
}
#main .article .has_img .wp-block-image::after {
  display: none;
}
#main .article .has_img .wp-block-image + * {
  margin-top: 0;
}
@media not (prefers-reduced-motion) {
  #main .article .wp-block-image img.hide {
    visibility: hidden;
  }
  #main .article .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}
#main .article .wp-block-image[style*=border-radius] img,
#main .article .wp-block-image[style*=border-radius] > a {
  border-radius: inherit;
}
#main .article .wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
#main .article .wp-block-image.aligncenter {
  text-align: center;
}
#main .article .wp-block-image.alignfull > a,
#main .article .wp-block-image.alignwide > a {
  width: 100%;
}
#main .article .wp-block-image.alignfull img,
#main .article .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
#main .article .wp-block-image .aligncenter,
#main .article .wp-block-image .alignleft,
#main .article .wp-block-image .alignright,
#main .article .wp-block-image.aligncenter,
#main .article .wp-block-image.alignleft,
#main .article .wp-block-image.alignright {
  display: table;
}
#main .article .wp-block-image .aligncenter > figcaption,
#main .article .wp-block-image .alignleft > figcaption,
#main .article .wp-block-image .alignright > figcaption,
#main .article .wp-block-image.aligncenter > figcaption,
#main .article .wp-block-image.alignleft > figcaption,
#main .article .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
#main .article .wp-block-image .alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:769px) {
  #main .article .wp-block-image .alignleft {
    float: left;
    margin: 0.5em 2em 0.5em 0;
  }
}
#main .article .wp-block-image .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:769px) {
  #main .article .wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 2em;
  }
}
#main .article .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#main .article .wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
#main .article .wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
#main .list_alumnus {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
@media (min-width:769px) {
  #main .list_alumnus {
    gap: 32px 20px;
  }
}
#main .list_alumnus > li {
  width: calc((100vw - 48px - 16px) / 2);
}
@media (min-width:769px) {
  #main .list_alumnus > li {
    width: 320px;
  }
}
@media (min-width:769px) {
  #main .list_alumnus > li a:hover {
    opacity: 0.6;
  }
}
#main .list_alumnus > li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .list_alumnus > li a .img img {
    width: 320px;
    height: 240px;
  }
}
#main .list_alumnus > li a .txt {
  margin-top: 10px;
}
#main .list_alumnus > li a .txt .date {
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width:769px) {
  #main .list_alumnus > li a .txt .date {
    font-size: 1.8rem;
  }
}
#main .list_alumnus > li a .txt .ttl {
  font-size: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width:769px) {
  #main .list_alumnus > li a .txt .ttl {
    font-size: 2rem;
  }
}
#main .list_bulletin {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width:769px) {
  #main .list_bulletin {
    margin-right: -140px;
    margin-top: 0;
    gap: 32px;
  }
}
#main .list_bulletin > li {
  width: calc((100vw - 80px) / 3);
}
@media (min-width:769px) {
  #main .list_bulletin > li {
    width: 226px;
  }
}
#main .list_bulletin > li a {
  display: block;
}
@media (min-width:769px) {
  #main .list_bulletin > li a[href]:hover {
    opacity: 0.6;
  }
}
#main .list_bulletin > li a .img {
  border: 1px solid #ccc;
}
#main .list_bulletin > li a .img img {
  width: 100%;
  aspect-ratio: 10/14;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .list_bulletin > li a .info {
  margin-top: 0.8em;
  position: relative;
}
@media (min-width:769px) {
  #main .list_bulletin > li a .info {
    margin-top: 1em;
  }
}
#main .list_bulletin > li a .info p {
  line-height: 1;
}
#main .list_bulletin > li a .info p.vol {
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .list_bulletin > li a .info p.vol {
    font-size: 2rem;
  }
}
#main .list_bulletin > li a .info p.date {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media (min-width:769px) {
  #main .list_bulletin > li a .info p.date {
    font-size: 1.6rem;
  }
}

/* ======================================
#footer
====================================== */
#footer {
  padding: 20px 0;
  background-color: #24566e;
  color: #fff;
}
@media (min-width:769px) {
  #footer {
    padding: 80px 0 40px;
  }
}
#footer a {
  color: #fff;
}
@media (min-width:769px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
  }
}
#footer .inner .nav_block {
  display: flex;
  justify-content: space-between;
  gap: 0 18px;
  flex-wrap: wrap;
}
@media (min-width:769px) {
  #footer .inner .nav_block {
    order: 2;
    gap: 0 48px;
  }
}
#footer .inner .nav_block .nav {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .inner .nav_block .nav > li {
  font-size: 1.2rem;
  line-height: 1.2;
}
#footer .inner .nav_block .nav > li + li {
  margin-top: 0.6em;
}
#footer .inner .nav_block .nav > li + li:has(.sub) {
  margin-top: 1.5em;
}
#footer .inner .nav_block .nav > li a[href]:hover {
  text-shadow: 0 0 6px white;
}
@media (min-width:769px) {
  #footer .inner .nav_block .nav > li {
    font-size: 1.6rem;
  }
}
#footer .inner .nav_block .nav > li .sub {
  margin-top: 0.75em;
}
#footer .inner .nav_block .nav > li .sub > li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}
#footer .inner .nav_block .nav > li .sub > li + li {
  margin-top: 0.75em;
}
@media (min-width:769px) {
  #footer .inner .nav_block .nav > li .sub > li {
    font-size: 1.4rem;
  }
  #footer .inner .nav_block .nav > li .sub > li + li {
    margin-top: 0.5em;
  }
}
#footer .inner .nav_block .nav > li .sub > li > a {
  padding-left: 1.3em;
  position: relative;
}
#footer .inner .nav_block .nav > li .sub > li > a::before {
  content: "";
  width: 6px;
  height: 1px;
  position: absolute;
  left: 2px;
  top: 0.7em;
  background-color: #fff;
  display: block;
}
@media (min-width:769px) {
  #footer .inner .nav_block .nav > li .sub > li > a::before {
    width: 8px;
    left: 2px;
    top: 0.75em;
  }
}
#footer .inner .banner {
  margin-top: 24px;
  display: flex;
  gap: 0 16px;
}
@media (min-width:769px) {
  #footer .inner .banner {
    margin-top: 0;
    flex-direction: column;
    gap: 20px 0;
    order: 3;
  }
}
#footer .inner .banner > li a {
  display: block;
}
#footer .inner .banner > li a img {
  width: calc((100vw - 64px) / 2);
}
@media (min-width:769px) {
  #footer .inner .banner > li a img {
    width: 180px;
  }
  #footer .inner .banner > li a:hover {
    box-shadow: 0 0 6px white;
  }
}
#footer .inner .info {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:769px) {
  #footer .inner .info {
    margin: 0;
    flex-direction: column;
    gap: 36px 0;
    order: 1;
  }
}
#footer .inner .info .logo {
  width: 32vw;
}
@media (min-width:769px) {
  #footer .inner .info .logo {
    width: 200px;
  }
}
#footer .inner .info .address {
  flex: 1;
  margin-left: 20px;
}
@media (min-width:769px) {
  #footer .inner .info .address {
    margin-left: 0;
  }
}
#footer .inner .info .address .name {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media (min-width:769px) {
  #footer .inner .info .address .name {
    font-size: 1.6rem;
  }
}
#footer .inner .info .address p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width:769px) {
  #footer .inner .info .address p {
    font-size: 1.4rem;
  }
}
#footer .copy {
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media (min-width:769px) {
  #footer .copy {
    margin-top: 80px;
    font-size: 1.4rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ======================================
adjust
====================================== */
/* margin */
.mbm00 {
  margin-bottom: 0px !important;
}

.mlt00 {
  margin-left: 0px !important;
}

.mrt00 {
  margin-right: 0px !important;
}

.mlra {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* padding */
.ptp00 {
  padding-top: 0 !important;
}

.pbm00 {
  padding-bottom: 0 !important;
}

.plt00 {
  padding-left: 0 !important;
}

.prt00 {
  padding-right: 0 !important;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.wp-block-heading {
  clear: both;
}