@charset "UTF-8";
/* ======================================
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;
}

/* ======================================
縮小
====================================== */
@media (min-width:769px) and (pointer: coarse) and (hover: none) {
  body {
    overflow-x: clip !important;
  }
}
@media (min-width:769px) {
  body #wrapper {
    zoom: 0.8;
  }
}
@media (min-width:769px) and (pointer: coarse) and (hover: none) {
  body #wrapper {
    zoom: 1;
    max-width: 100vw !important;
    overflow-x: clip !important;
  }
  body #wrapper .inner.fluffy, body #wrapper .inner.normal {
    overflow-x: clip !important;
  }
}
@media (min-width:769px) and (not (pointer: coarse)) and (not (hover: none)) {
  body #wrapper #main .video-container {
    height: calc(125dvh - 83px) !important;
  }
}
@media (min-width:769px) and (min-width:1025px) {
  body #wrapper #main .video-container .inner {
    zoom: 1.25;
  }
}
@media screen and (min-width:769px) and (max-width: 1200px) {
  body #wrapper #main .video-container .inner {
    padding-left: 40px;
    zoom: 1;
  }
}
@media (min-width:769px) and (not (pointer: coarse)) and (not (hover: none)) {
  body #wrapper #main .movie {
    min-height: calc(125dvh - 83px + 120px) !important;
  }
}
@media (min-width:769px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  body #wrapper #main .movie {
    min-height: calc(100dvh - 83px + 140px) !important;
  }
}
@media (min-width:769px) {
  body #wrapper #main .table_events {
    margin-right: -40px;
  }
}
@media (min-width:769px) and (min-width:1025px) {
  body #wrapper #main .table_events {
    margin-right: calc((var(--vw, 1vw) * 125 - 1200px) * -1 / 2);
  }
}
@media (min-width:769px) and (pointer: coarse) and (hover: none) {
  body #wrapper #main .table_events {
    margin-top: 12svh;
    margin-bottom: 8svh;
  }
}
@media (min-width:769px) and (min-width:1025px) {
  body #wrapper #main .catch_member_dtl {
    margin-left: calc((var(--vw, 1vw) * 125 - 1200px) * -1 / 2 + 25px) !important;
    margin-right: calc((var(--vw, 1vw) * 125 - 1200px) * -1 / 2 + 25px) !important;
  }
}
/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
}

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

html {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (min-width:769px) {
  html {
    scroll-padding-top: 93px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #f0f4f8;
}
body.fix {
  overflow: hidden;
}
body.fix #main,
body.fix #footer {
  filter: blur(100px);
  opacity: 0.5;
}
body.fix #header .recruit_entry {
  visibility: hidden;
  opacity: 0 !important;
}
body.fix #header {
  background-image: none;
}
@media (min-width:769px) {
  body.fix {
    overflow: auto;
  }
}
@media (min-width:769px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  body.fix {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}
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: normal;
}

/* ======================================
common id & class
====================================== */
/* #wrapper */
#wrapper {
  position: relative;
  text-align: left;
  color: #000;
  animation: fadeInPage 0.5s ease 0.5s 1 normal forwards;
  opacity: 0;
  background-color: #fff;
  background-size: 400px auto;
  background-position: top center;
  background-attachment: fixed;
  overflow: clip;
}
@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width:769px) {
  #wrapper {
    min-width: 1280px;
    background-size: 800px auto;
  }
}
#wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  position: absolute;
  background-image: url("../images/bg.svg");
  background-size: 400px auto;
  top: 0;
  left: 0;
  z-index: -20;
}
@media (min-width:769px) {
  #wrapper::after {
    background-size: 800px auto;
  }
}

/* .fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* .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: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* .eng */
.eng {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ======================================
#header
====================================== */
#header {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: center bottom;
}
@media (min-width:769px) {
  #header {
    height: 83px;
  }
}
#header > .inner {
  height: 100%;
}
@media (min-width:769px) {
  #header > .inner {
    width: 100%;
    padding: 0 14px 2px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#header > .inner .logo {
  position: absolute;
  left: 12px;
  top: 13px;
}
@media (min-width:769px) {
  #header > .inner .logo {
    position: relative;
    left: 0;
    top: -2px;
  }
}
#header > .inner .logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width:769px) {
  #header > .inner .logo a {
    position: static;
    flex-direction: row;
  }
}
#header > .inner .logo a .img {
  width: 103px;
  filter: invert(43%) sepia(71%) saturate(2987%) hue-rotate(172deg) brightness(101%) contrast(101%);
  transition: all 0.3s;
}
@media (min-width:769px) {
  #header > .inner .logo a .img {
    width: 194px;
  }
}
#header > .inner .logo a .tag {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #009fe8;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width:769px) {
  #header > .inner .logo a .tag {
    margin-top: 0;
    margin-left: 15px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media (min-width:769px) {
  #header > .inner .nav_header {
    height: 100%;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
  }
}
#header > .inner .nav_header .nav_pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header > .inner .nav_header .nav_pc {
    display: none !important;
  }
}
@media (min-width:769px) {
  #header > .inner .nav_header .nav_pc {
    height: 100%;
    margin-right: 24px;
    display: flex;
    align-items: center;
  }
  #header > .inner .nav_header .nav_pc.open {
    display: none;
  }
  #header > .inner .nav_header .nav_pc > li {
    height: 100%;
    margin-left: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #header > .inner .nav_header .nav_pc > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  #header > .inner .nav_header .nav_pc > li > a::after {
    content: "";
    width: 0;
    height: 7px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background-image: linear-gradient(to right, #ff78c8, #aa96ff);
    transition: all 0.3s;
    border-bottom: 2px solid #000;
  }
  #header > .inner .nav_header .nav_pc > li.is-active > a {
    color: #ff78c8;
  }
  #header > .inner .nav_header .nav_pc > li.is-active > a::after {
    width: 100%;
  }
  #header > .inner .nav_header .nav_pc > li.is-active .sub {
    opacity: 1;
    visibility: visible !important;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear;
  }
  #header > .inner .nav_header .nav_pc > li .sub {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-top: 25px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    top: 83px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 10px rgba(124, 176, 221, 0.2);
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner {
    display: flex;
    justify-content: space-between;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner .ttl_sub {
    font-size: 2.4rem;
    font-weight: 700;
    white-space: nowrap;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 45px;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li {
    font-size: 1.6rem;
    font-weight: 500;
    white-space: nowrap;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a {
    height: 100%;
    padding-right: 1.4em;
    display: flex;
    align-items: center;
    position: relative;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a[target=_blank] {
    padding-right: 2.8em;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a[target=_blank]::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: -8px;
    display: block;
    background-image: url(../images/icn_link.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    transform: translateY(-50%);
    position: absolute;
    right: 1.5em;
    transition: all 0.3s;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a[target=_blank]:hover::before {
    filter: invert(73%) sepia(39%) saturate(3632%) hue-rotate(290deg) brightness(103%) contrast(107%);
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a::after {
    content: "";
    width: 10px;
    height: 16px;
    display: block;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center center;
    transition: all 0.3s;
    position: absolute;
    right: 0;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a:not([href]) {
    opacity: 0.3;
    pointer-events: none;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a:hover {
    color: #ff78c8;
  }
  #header > .inner .nav_header .nav_pc > li .sub .inner ul li a:hover::after {
    filter: invert(76%) sepia(21%) saturate(6844%) hue-rotate(290deg) brightness(104%) contrast(102%);
  }
}
#header > .inner .nav_header .recruit_entry {
  width: 100%;
  height: 68px;
  padding-right: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#header > .inner .nav_header .recruit_entry.adjust {
  opacity: 1;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry {
    width: auto;
    height: auto;
    margin-right: 12px;
    padding: 0;
    position: static;
    background-color: transparent;
    opacity: 1;
  }
  #header > .inner .nav_header .recruit_entry.open {
    display: none;
  }
}
#header > .inner .nav_header .recruit_entry > li {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
#header > .inner .nav_header .recruit_entry > li + li {
  margin-left: 14px;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li {
    font-size: 2rem;
  }
  #header > .inner .nav_header .recruit_entry > li + li {
    margin-left: 12px;
  }
}
#header > .inner .nav_header .recruit_entry > li > a {
  color: #fff;
  width: calc((100vw - 40px) / 2);
  width: calc(100vw - 20px);
  height: 44px;
  padding-bottom: 2px;
  position: relative;
  top: 0;
  right: 0;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > a {
    width: 165px;
    height: 57px;
  }
}
#header > .inner .nav_header .recruit_entry > li > a::before {
  content: "";
  width: 21px;
  height: 21px;
  margin-top: 2px;
  margin-right: 7px;
  margin-left: -5px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg);
  transition: all 0.3s;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > a::before {
    width: 26px;
    height: 26px;
  }
}
#header > .inner .nav_header .recruit_entry > li > a::after {
  content: "";
  width: 100%;
  height: 47px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  transition: all 0.3s;
  background-color: #000;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > a::after {
    height: 57px;
  }
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li:hover a::before {
    transform: rotate(45deg);
  }
  #header > .inner .nav_header .recruit_entry > li:hover a::after {
    right: -10px;
    bottom: -10px;
  }
}
#header > .inner .nav_header .recruit_entry > li.recruit a {
  background-color: #33b2ed;
}
#header > .inner .nav_header .recruit_entry > li.entry a {
  background-color: #ff78c8;
  background-color: #aa96ff;
}
#header > .inner .nav_header .recruit_entry > li > ul.sub {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  background-color: #aa96ff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  padding: 15px;
  bottom: 100%;
  left: 0;
  z-index: 20;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > ul.sub {
    width: auto;
    border-bottom: 2px solid #000;
    transform: translateY(0);
    top: calc(100% - 2px);
    bottom: inherit;
    box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
  }
}
#header > .inner .nav_header .recruit_entry > li > ul.sub li {
  font-size: 1.6rem;
  white-space: nowrap;
}
#header > .inner .nav_header .recruit_entry > li > ul.sub li + li {
  margin-top: 15px;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > ul.sub li {
    font-size: 1.8rem;
  }
}
#header > .inner .nav_header .recruit_entry > li > ul.sub li a {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  display: block;
}
#header > .inner .nav_header .recruit_entry > li > ul.sub li a .eng {
  margin-right: 0.2em;
  font-size: 1.8rem;
  font-weight: 800;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > ul.sub li a .eng {
    font-size: 2rem;
  }
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li > ul.sub li a {
    padding: 20px 30px;
  }
  #header > .inner .nav_header .recruit_entry > li > ul.sub li a:hover {
    color: #ff78c8;
  }
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li:hover > ul.sub {
    opacity: 1;
    visibility: visible !important;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
}
#header > .inner .nav_header .recruit_entry > li.js-sub-open a::before {
  transform: rotate(45deg);
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li.js-sub-open a::before {
    transform: rotate(0deg);
  }
}
#header > .inner .nav_header .recruit_entry > li.js-sub-open > ul.sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
@media (min-width:769px) {
  #header > .inner .nav_header .recruit_entry > li.js-sub-open > ul.sub {
    visibility: hidden;
  }
}
#header > .inner .nav_btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 2px;
  right: 10px;
  display: flex;
  justify-content: center;
}
#header > .inner .nav_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #33b2ed;
  border: 2px solid #000;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
}
@media (min-width:769px) {
  #header > .inner .nav_btn {
    width: 57px;
    height: 57px;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #header > .inner .nav_btn::after {
    width: 57px;
    height: 57px;
    transition: all 0.3s;
  }
}
#header > .inner .nav_btn .menu-trigger {
  display: block;
  position: relative;
  width: 25px;
  height: 100%;
}
#header > .inner .nav_btn .menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#header > .inner .nav_btn .menu-trigger span:nth-of-type(1) {
  top: 12px;
}
#header > .inner .nav_btn .menu-trigger span:nth-of-type(2) {
  top: 21px;
}
#header > .inner .nav_btn .menu-trigger span:nth-of-type(3) {
  bottom: 12px;
}
@media (min-width:769px) {
  #header > .inner .nav_btn .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  #header > .inner .nav_btn .menu-trigger span:nth-of-type(2) {
    top: 26px;
  }
  #header > .inner .nav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
}
#header > .inner .nav_btn .menu-trigger.active span {
  background-color: #000;
}
#header > .inner .nav_btn .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
#header > .inner .nav_btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#header > .inner .nav_btn .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
@media (min-width:769px) {
  #header > .inner .nav_btn .menu-trigger.active span {
    background-color: #000;
  }
  #header > .inner .nav_btn .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10.5px) rotate(-45deg);
  }
  #header > .inner .nav_btn .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10.5px) rotate(45deg);
  }
}

/* ======================================
.nav_global
====================================== */
.nav_global {
  width: 100%;
  padding: 40px 0 226px;
  position: fixed;
  background-image: linear-gradient(rgba(51, 178, 237, 0.7), rgba(51, 178, 237, 0.7) 65%, rgba(255, 255, 62, 0.7));
  overflow: auto;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
}
@media (min-width:769px) {
  .nav_global {
    top: 83px;
    padding: 100px 0 0;
  }
}
@media (min-width:769px) {
  .nav_global .inner {
    width: 1280px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.nav_global .inner .global {
  color: #fff;
}
.nav_global .inner .global a {
  color: #fff;
}
.nav_global .inner .global .ttl {
  display: none;
}
@media (min-width:769px) {
  .nav_global .inner .global .ttl {
    margin-bottom: 30px;
    display: block;
    font-size: 3.2rem;
  }
}
@media (min-width:769px) {
  .nav_global .inner .global.contents {
    flex: 1;
  }
}
@media (min-width:769px) {
  .nav_global .inner .global.contents .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
  }
}
@media (min-width:769px) {
  .nav_global .inner .global.contents .nav .box {
    width: calc((100% - 60px) / 3);
  }
}
.nav_global .inner .global.contents .nav .box .ttl_sub {
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.nav_global .inner .global.contents .nav .box .ttl_sub::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background-image: url("../images/icn_plus.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: all 0.3s;
}
@media (min-width:769px) {
  .nav_global .inner .global.contents .nav .box .ttl_sub::after {
    display: none;
  }
}
.nav_global .inner .global.contents .nav .box .ttl_sub.active::after {
  background-image: url("../images/icn_minus.svg");
}
@media (min-width:769px) {
  .nav_global .inner .global.contents .nav .box .ttl_sub {
    margin-bottom: 1em;
    padding: 0;
    font-size: 2.4rem;
  }
}
.nav_global .inner .global.contents .nav .box > ul {
  display: none;
}
.nav_global .inner .global.contents .nav .box > ul > li {
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav_global .inner .global.contents .nav .box > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.nav_global .inner .global.contents .nav .box > ul > li:has(a:not([href])) {
  opacity: 0.5;
  pointer-events: none;
}
.nav_global .inner .global.contents .nav .box > ul > li a {
  padding: 15px 0;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
}
.nav_global .inner .global.contents .nav .box > ul > li a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: -8px;
  display: block;
  background-image: url(../images/icn_link.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  transform: translateY(-50%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (min-width:769px) {
  .nav_global .inner .global.contents .nav .box > ul {
    padding-left: 2.2em;
    display: block !important;
  }
  .nav_global .inner .global.contents .nav .box > ul > li {
    font-size: 1.6rem;
    border: none !important;
    list-style: disc;
  }
  .nav_global .inner .global.contents .nav .box > ul > li + li {
    margin-top: 1.5em;
  }
  .nav_global .inner .global.contents .nav .box > ul > li a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .nav_global .inner .global.contents .nav .box > ul > li a:hover {
    text-shadow: 1px 1px 4px white;
  }
}
.nav_global .inner .global.entry {
  width: 100%;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry {
    width: 400px;
    padding-top: 0;
  }
}
.nav_global .inner .global.entry .ttl {
  order: 1;
}
.nav_global .inner .global.entry .link_other {
  margin-bottom: 56px;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .link_other {
    order: 3;
  }
}
.nav_global .inner .global.entry .link_other li {
  width: 284px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 500;
}
.nav_global .inner .global.entry .link_other li + li {
  margin-top: 16px;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .link_other li {
    margin-left: inherit;
  }
}
.nav_global .inner .global.entry .link_other li a {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  position: relative;
}
.nav_global .inner .global.entry .link_other li a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../images/icn_link.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .link_other li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.nav_global .inner .global.entry .sns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .sns {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
    justify-content: flex-start;
    order: 4;
  }
}
.nav_global .inner .global.entry .sns li a {
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_global .inner .global.entry .sns li a .img {
  width: 20px;
  height: auto;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .sns li a {
    transition: all 0.3s;
  }
  .nav_global .inner .global.entry .sns li a .img {
    transition: all 1s;
  }
  .nav_global .inner .global.entry .sns li a:hover {
    background-color: #000;
  }
  .nav_global .inner .global.entry .sns li a:hover .img {
    background-position: center center;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
}
.nav_global .inner .global.entry .btn_entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 24px;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .btn_entry {
    margin-top: 32px;
    align-items: flex-start;
    order: 2;
    position: relative;
  }
}
.nav_global .inner .global.entry .btn_entry > li {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.nav_global .inner .global.entry .btn_entry > li + li {
  margin-top: 14px;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .btn_entry > li {
    font-size: 2rem;
  }
  .nav_global .inner .global.entry .btn_entry > li + li {
    margin-top: 24px;
  }
}
.nav_global .inner .global.entry .btn_entry > li > a {
  color: #000;
  width: 284px;
  height: 66px;
  position: relative;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .btn_entry > li > a {
    height: 90px;
  }
}
.nav_global .inner .global.entry .btn_entry > li > a::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 7px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.nav_global .inner .global.entry .btn_entry > li > a::after {
  content: "";
  width: 100%;
  height: 66px;
  display: block;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  transition: all 0.3s;
  background-color: rgba(0, 159, 232, 0.5);
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .btn_entry > li > a::after {
    height: 90px;
    background-color: #009fe8;
  }
}
@media (min-width:769px) {
  .nav_global .inner .global.entry .btn_entry > li:hover a::before {
    transform: rotate(45deg);
  }
  .nav_global .inner .global.entry .btn_entry > li:hover a::after {
    right: -8px;
    bottom: -8px;
  }
}

/* ======================================
#main
====================================== */
#main {
  display: block;
  overflow: clip;
}
@media (min-width:769px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  #main {
    padding-top: 0;
    min-height: calc(100vh - 83px);
  }
}
#main p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width:769px) {
  #main p {
    font-size: 1.8rem;
  }
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-weight: 700;
  line-height: 1.5;
}
#main button.btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#main .btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
}
#main .btn a,
#main .btn span {
  width: 173px;
  height: 47px;
  font-size: 2.4rem;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width:769px) {
  #main .btn a,
  #main .btn span {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
  }
}
#main .btn a::after,
#main .btn span::after {
  content: "";
  width: 48px;
  height: 48px;
  width: 100%;
  height: 100%;
  background-color: #acfa76;
  border: 2px solid #000;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  transition: all 0.3s;
}
#main .btn a:hover::after,
#main .btn span:hover::after {
  right: -10px;
  bottom: -10px;
}
@media (min-width:769px) {
  #main .btn a,
  #main .btn span {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#main .btn.arrow_l a::after,
#main .btn.arrow_l span::after {
  background-color: #33b2ed;
}
@media (min-width:769px) {
  #main .btn.arrow_l:hover::before {
    width: 68px;
    left: -76px;
  }
  #main .btn.arrow_l::before {
    content: "";
    display: block;
    position: absolute;
    left: -132px;
    bottom: 22px;
    transition: all 0.3s;
    width: 124px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-left: 2.5px solid #000;
    transform: skew(-45deg);
  }
}
#main .btn.arrow_r a::after,
#main .btn.arrow_r span::after {
  background-color: #ffff3e;
}
@media (min-width:769px) {
  #main .btn.arrow_r:hover::before {
    width: 68px;
    left: -80px;
  }
  #main .btn.arrow_r::before {
    content: "";
    display: block;
    position: absolute;
    left: -136px;
    bottom: 22px;
    transition: all 0.3s;
    width: 124px;
    height: 9px;
    border-bottom: 2px solid #000;
    border-right: 2.5px solid #000;
    transform: skew(45deg);
  }
}
#main .inner {
  position: relative;
}
#main .inner.fluffy, #main .inner.normal {
  padding-bottom: 60px;
}
@media (min-width:769px) {
  #main .inner.fluffy, #main .inner.normal {
    padding-bottom: 100px;
  }
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
#main .inner .cloud {
  width: -moz-fit-content;
  width: fit-content;
  animation: fluffy 2s infinite;
  position: absolute;
}
#main .inner .cloud .img_fluffy {
  position: relative;
  opacity: 0.5;
}
#main .inner .cloud.img_01 {
  top: -50px;
  left: -80px;
}
@media (min-width:769px) {
  #main .inner .cloud.img_01 {
    top: inherit;
    bottom: -260px;
    left: -280px;
  }
}
#main .inner .cloud.img_01 .img_fluffy {
  width: 206px;
  transform: rotate(39deg);
}
@media (min-width:769px) {
  #main .inner .cloud.img_01 .img_fluffy {
    width: 517px;
  }
}
#main .inner .cloud.img_02 {
  top: -140px;
  right: -80px;
}
@media (min-width:769px) {
  #main .inner .cloud.img_02 {
    top: inherit;
    bottom: -110px;
    right: -240px;
  }
}
#main .inner .cloud.img_02 .img_fluffy {
  width: 184px;
  transform: rotate(23deg);
}
@media (min-width:769px) {
  #main .inner .cloud.img_02 .img_fluffy {
    width: 460px;
  }
}
#main .inner .cloud.img_03 {
  top: 18px;
  left: -70px;
}
@media (min-width:769px) {
  #main .inner .cloud.img_03 {
    top: inherit;
    bottom: -350px;
    left: -300px;
  }
}
#main .inner .cloud.img_03 .img_fluffy {
  width: 178px;
  transform: rotate(-135deg);
}
@media (min-width:769px) {
  #main .inner .cloud.img_03 .img_fluffy {
    width: 440px;
  }
}
#main .inner .cloud.img_04 {
  bottom: -80px;
  right: -150px;
}
@media (min-width:769px) {
  #main .inner .cloud.img_04 {
    top: inherit;
    bottom: -150px;
    right: -300px;
  }
}
#main .inner .cloud.img_04 .img_fluffy {
  width: 349px;
  transform: rotate(-165deg);
}
@media (min-width:769px) {
  #main .inner .cloud.img_04 .img_fluffy {
    width: 700px;
  }
}
#main .inner .cloud.img_05 {
  top: 145px;
  left: -110px;
}
@media (min-width:769px) {
  #main .inner .cloud.img_05 {
    top: 400px;
    left: -220px;
  }
}
#main .inner .cloud.img_05 .img_fluffy {
  width: 200px;
  transform: rotate(39deg);
}
@media (min-width:769px) {
  #main .inner .cloud.img_05 .img_fluffy {
    width: 363px;
  }
}
#main .inner.normal {
  position: relative;
}
#main .inner.normal .img_role {
  position: absolute;
  z-index: -10;
  opacity: 0.5;
}
#main .inner.normal .img_role.scrollin {
  opacity: 1;
  transition: all 3s;
}
#main .inner.normal .img_role.img_01 {
  width: 206px;
  top: 770px;
  left: -60px;
  transform: rotate(39deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_role.img_01 {
    width: 363px;
    top: 380px;
    left: -140px;
    left: -190px;
  }
}
#main .inner.normal .img_role.img_02 {
  width: 177px;
  top: 1330px;
  right: -75px;
  transform: rotate(-135deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_role.img_02 {
    width: 271px;
    top: 910px;
    right: -100px;
  }
}
#main .inner.normal .img_role.img_03 {
  width: 350px;
  top: 2100px;
  left: -230px;
  transform: rotate(-165deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_role.img_03 {
    width: 488px;
    top: 1600px;
    left: -280px;
  }
}
#main .inner.normal .img_role.img_04 {
  width: 310px;
  top: 2450px;
  right: -200px;
  transform: rotate(22deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_role.img_04 {
    width: 310px;
    top: 2280px;
    right: -140px;
  }
}
#main .inner.normal .img_role.img_05 {
  width: 200px;
  top: 2550px;
  left: -100px;
}
@media (min-width:769px) {
  #main .inner.normal .img_role.img_05 {
    width: 363px;
    top: 2700px;
    left: -150px;
  }
}
#main .inner.normal .img_list_member {
  opacity: 0.5;
  z-index: -10;
  position: absolute;
}
#main .inner.normal .img_list_member.img_01 {
  width: 135px;
  left: -50px;
  top: 490px;
  transform: rotate(-135deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_01 {
    width: 160px;
    left: -20px;
    top: 416px;
  }
}
#main .inner.normal .img_list_member.img_02 {
  width: 206px;
  right: -30px;
  top: 1120px;
  transform: rotate(39deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_02 {
    width: 363px;
    right: -45px;
    top: 440px;
  }
}
#main .inner.normal .img_list_member.img_03 {
  width: 184px;
  right: -80px;
  top: 2220px;
  transform: rotate(23deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_03 {
    width: 273px;
    right: -80px;
    top: 1700px;
  }
}
#main .inner.normal .img_list_member.img_04 {
  width: 350px;
  left: -220px;
  top: 4950px;
  transform: rotate(-165deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_04 {
    width: 488px;
    left: -300px;
    top: 2600px;
  }
}
#main .inner.normal .img_list_member.img_05 {
  width: 200px;
  left: -100px;
  top: 5350px;
  transform: rotate(40deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_05 {
    width: 363px;
    left: -120px;
    top: 4366px;
  }
}
#main .inner.normal .img_list_member.img_06 {
  width: 349px;
  right: -50px;
  top: 6650px;
  transform: rotate(-165deg);
}
@media (min-width:769px) {
  #main .inner.normal .img_list_member.img_06 {
    width: 488px;
    right: -100px;
    top: 5466px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#main .video-container {
  z-index: -1;
  width: 100%;
  height: calc(100svh - 60px - 68px);
  position: relative;
  overflow: hidden;
  background-color: #000;
}
@media (min-width:769px) {
  #main .video-container {
    height: calc(100dvh - 83px);
  }
}
@media (min-width:769px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  #main .video-container {
    width: 100%;
    height: calc(100vh - 83px);
  }
}
#main .video-container .inner {
  width: 100%;
  z-index: 1;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: 30px;
}
@media (min-width:769px) {
  #main .video-container .inner {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
#main .video-container .inner .catch {
  margin-bottom: 0.15em;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0;
  animation: fadeITxt 1s ease 0.2s 1 normal forwards;
}
@media (min-width:769px) {
  #main .video-container .inner .catch {
    font-size: 11rem;
  }
}
@keyframes fadeITxt {
  0% {
    margin-left: -50px;
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    margin-left: 0;
    opacity: 100;
    filter: blur(0);
  }
}
@keyframes lineLength {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#main .video-container .inner .tag {
  padding-left: 0.2em;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0;
  animation: fadeITxt 1s ease 0.9s 1 normal forwards;
}
@media (min-width:769px) {
  #main .video-container .inner .tag {
    font-size: 3.7rem;
  }
}
#main .video-container .inner .tag span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
#main .video-container .inner .tag span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  animation: lineLength 0.5s ease 1.5s 1 normal forwards;
}
@media (min-width:769px) {
  #main .video-container .inner .tag span::after {
    height: 3px;
  }
}
#main .video-container .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  min-width: 100vw;
  min-height: calc(100dvh - 60px);
  width: auto;
  height: auto;
}
@media (orientation: landscape) and (pointer: coarse) and (hover: none) {
  #main .video-container .movie {
    min-width: 180vw;
    min-height: calc(100dvh - 83px + 120px);
  }
}
@media (min-width:769px) {
  #main .video-container .movie {
    min-width: 100%;
    min-height: calc(100dvh - 83px + 120px);
  }
}
@media (min-width:769px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
  #main .video-container .movie {
    min-height: 100%; /* コンテナの高さいっぱい */
    min-width: 100%; /* コンテナの幅いっぱい */
  }
}
#main .ttl_main {
  margin-bottom: 70px;
  position: relative;
}
@media (min-width:769px) {
  #main .ttl_main {
    margin: 40px 40px 50px;
  }
}
#main .ttl_main .ttl_block .ttl {
  padding: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 15px 0 0 0;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
}
#main .ttl_main .ttl_block .ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 0.1em;
  margin-right: 0.6em;
  display: block;
  border-radius: 100vmax;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
}
#main .ttl_main .ttl_block .ttl.eng {
  font-weight: 600;
}
@media (min-width:769px) {
  #main .ttl_main .ttl_block .ttl {
    padding: 35px 40px;
    font-size: 4rem;
    border-radius: 30px 0 0 0;
    transform: translateY(0);
  }
}
#main .ttl_main .tag_block {
  padding: 24px 24px 24px 16px;
  border-radius: 0 0 15px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width:769px) {
  #main .ttl_main .tag_block {
    padding: 30px 40px;
    border-radius: 0 0 30px 0;
  }
}
#main .ttl_main .tag_block .ttl {
  line-height: 1;
}
#main .ttl_main .tag_block .ttl.eng {
  font-size: 1.8rem;
  font-weight: 800;
  color: #33b2ed;
}
#main .ttl_main .tag_block .catch {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  line-height: 1.2;
}
@media (min-width:769px) {
  #main .ttl_main .tag_block .catch {
    font-size: 1.8rem;
  }
}
#main .ttl_main .img img {
  width: 100vw;
  height: 66.6666vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .ttl_main .img img {
    width: 100%;
    height: 437px;
    border-radius: 30px;
  }
}
#main .pagelink {
  margin-bottom: 60px;
  position: sticky;
  top: 103px;
  transition: all 0.3s;
}
@media (min-width:769px) {
  #main .pagelink {
    margin-top: 15px;
  }
}
#main .pagelink li {
  font-size: 1.6em;
  font-weight: 500;
}
@media (min-width:769px) {
  #main .pagelink li {
    font-size: 1.8rem;
  }
}
#main .pagelink li + li {
  margin-top: 1.8em;
}
#main .pagelink li a {
  padding-left: 1.5em;
  position: relative;
}
#main .pagelink li a::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  transition: all 0.3s;
}
#main .pagelink li a:hover {
  color: #ff78c8;
}
#main .pagelink li a:hover::before {
  transform: rotate(45deg);
  filter: invert(76%) sepia(43%) saturate(4218%) hue-rotate(289deg) brightness(103%) contrast(102%);
}
#main .ttl_seminar {
  margin-bottom: 56px;
}
#main .ttl_seminar .ttl_area {
  margin-bottom: 25px;
}
@media (min-width:769px) {
  #main .ttl_seminar .ttl_area {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }
}
#main .ttl_seminar .ttl_area.closed .ttl {
  color: #909eaa;
}
#main .ttl_seminar .ttl_area.closed .tag {
  background-color: #909eaa;
}
#main .ttl_seminar .ttl_area .tag {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 104px;
  height: 35px;
  margin-bottom: 1.1em;
  padding: 0 10px 1px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #33b2ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:769px) {
  #main .ttl_seminar .ttl_area .tag {
    margin-bottom: 0;
  }
}
#main .ttl_seminar .ttl_area .ttl {
  font-size: 2.4rem;
}
@media (min-width:769px) {
  #main .ttl_seminar .ttl_area .ttl {
    margin-bottom: 0;
    margin-left: 24px;
    font-size: 3.2rem;
  }
}
#main .block_gra {
  padding: 7px;
  position: relative;
}
@media (min-width:769px) {
  #main .block_gra {
    padding: 10px;
  }
}
#main .block_gra::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
}
@media (min-width:769px) {
  #main .block_gra::after {
    border-radius: 15px;
  }
}
#main .block_gra .cts {
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width:769px) {
  #main .block_gra .cts {
    border-radius: 8px;
  }
}
#main * + .block_inquiry {
  margin-top: 56px;
}
@media (min-width:769px) {
  #main * + .block_inquiry {
    margin-top: 80px;
  }
}
#main .block_inquiry .cts {
  padding: 30px 30px 40px;
}
@media (min-width:769px) {
  #main .block_inquiry .cts {
    padding: 50px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#main .block_inquiry .cts .txt .ttl {
  margin-bottom: 1.2em;
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width:769px) {
  #main .block_inquiry .cts .txt .ttl {
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    text-align: left;
  }
}
#main .block_inquiry .cts .txt .tag {
  text-align: center;
}
@media (min-width:769px) {
  #main .block_inquiry .cts .txt .tag {
    text-align: left;
  }
}
#main .block_inquiry .cts .btn_inquiry {
  margin-top: 40px;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
@media (min-width:769px) {
  #main .block_inquiry .cts .btn_inquiry {
    margin-top: 0;
  }
}
#main .block_inquiry .cts .btn_inquiry > a {
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
  right: 0;
  border: 2px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff78c8;
}
@media (min-width:769px) {
  #main .block_inquiry .cts .btn_inquiry > a {
    width: 296px;
  }
}
#main .block_inquiry .cts .btn_inquiry > a::after {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: -1;
  transition: all 0.3s;
  background-color: #000;
}
@media (min-width:769px) {
  #main .block_inquiry .cts .btn_inquiry:hover a::after {
    right: -10px;
    bottom: -10px;
  }
}
#main .lead {
  margin-bottom: 56px;
}
@media (min-width:769px) {
  #main .lead {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
  }
}
#main .lead a {
  color: #33b2ed;
  text-decoration: underline;
  font-weight: 500;
}
#main .lead a:hover {
  opacity: 0.7;
}
#main .ttl_member_dtl {
  position: relative;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width:769px) {
  #main .ttl_member_dtl {
    margin-bottom: 48px;
  }
}
#main .ttl_member_dtl::after {
  content: "";
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 1;
}
@media (min-width:769px) {
  #main .ttl_member_dtl::after {
    height: 24px;
    bottom: -24px;
  }
}
@media (min-width:769px) {
  #main .ttl_member_dtl {
    height: 760px;
    flex-direction: row-reverse;
  }
}
#main .ttl_member_dtl .txt {
  padding: 24px;
  z-index: 1;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt {
    width: 50%;
    padding: 64px 40px 64px 0;
  }
}
#main .ttl_member_dtl .txt::before {
  content: "";
  background-image: url("../images/img_role_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(39deg);
  width: 206px;
  height: 206px;
  position: absolute;
  left: -60px;
  bottom: -100px;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt::before {
    width: 457px;
    height: 457px;
    transform: rotate(78deg);
    left: calc(50% - 600px - 250px);
    bottom: 50px;
    opacity: 0.3;
    filter: blur(15px);
  }
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box {
    width: 560px;
    height: 100%;
    display: flex;
    flex-direction: column;
    float: right;
  }
}
#main .ttl_member_dtl .txt .box .tag {
  font-size: 1.8rem;
  line-height: 1;
  color: #33b2ed;
}
#main .ttl_member_dtl .txt .box .tag + * {
  margin-top: 0.4em;
}
#main .ttl_member_dtl .txt .box .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .ttl {
    font-size: 4.2rem;
  }
}
#main .ttl_member_dtl .txt .box .info {
  margin-top: 30px;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info {
    margin-top: auto;
  }
}
#main .ttl_member_dtl .txt .box .info .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
#main .ttl_member_dtl .txt .box .info .name + * {
  margin-top: 15px;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info .post {
    display: flex;
  }
}
#main .ttl_member_dtl .txt .box .info .post p {
  font-size: 1.6rem;
  line-height: 1.2;
}
#main .ttl_member_dtl .txt .box .info .post p + p {
  margin-top: 0.4em;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info .post p + p {
    margin-top: 0;
    margin-left: 1em;
  }
}
#main .ttl_member_dtl .txt .box .info .ex {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.77;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info .ex {
    margin-top: 24px;
  }
}
#main .ttl_member_dtl .txt .box .info .profile {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info .profile {
    margin-top: 24px;
  }
}
#main .ttl_member_dtl .txt .box .info .profile tr p {
  font-size: 1.4rem;
  line-height: 1.77;
}
#main .ttl_member_dtl .txt .box .info .profile tr th {
  padding-right: 2em;
  padding-bottom: 0.3em;
  font-weight: 500;
  white-space: nowrap;
  color: #606060;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .txt .box .info .profile tr th {
    padding-right: 4em;
  }
}
#main .ttl_member_dtl .txt .box .info .profile tr td {
  font-weight: 500;
}
@media (min-width:769px) {
  #main .ttl_member_dtl .img {
    width: 50%;
    background-color: #eee;
  }
  #main .ttl_member_dtl .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
#main .catch_member_dtl {
  padding: 40px 24px;
  background-image: linear-gradient(rgba(132, 245, 242, 0), rgba(52, 245, 242, 0.1), rgba(132, 245, 242, 0));
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (min-width:769px) {
  #main .catch_member_dtl {
    margin-left: -16px;
    margin-right: -16px;
    padding: 70px;
    background-image: linear-gradient(rgba(52, 245, 242, 0.3), rgba(132, 245, 242, 0));
  }
}
@media (min-width:1281px) {
  #main .catch_member_dtl {
    margin-left: calc((100vw - 1200px) * -1 / 2 + 24px);
    margin-right: calc((100vw - 1200px) * -1 / 2 + 24px);
  }
}
#main .catch_member_dtl .tag {
  margin-bottom: 15px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
}
#main .catch_member_dtl .tag span {
  display: block;
  position: relative;
}
#main .catch_member_dtl .tag span::before {
  content: "…ともに";
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.6em;
  position: absolute;
  top: -0.05em;
  left: calc(50% - 3em);
  transform: translateX(-50%);
}
@media (min-width:769px) {
  #main .catch_member_dtl .tag {
    font-size: 2.6rem;
  }
  #main .catch_member_dtl .tag span {
    display: inline-block;
  }
  #main .catch_member_dtl .tag span::before {
    font-size: 1.3rem;
    top: 0em;
  }
}
#main .catch_member_dtl .ttl {
  padding: 0 0 14px;
  font-size: 2.4rem;
  line-height: 2.8;
  display: inline;
  background: linear-gradient(transparent 98%, #000 0%);
}
#main .catch_member_dtl .ttl span::after {
  margin-top: 20px;
  content: "とともに";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media (min-width:769px) {
  #main .catch_member_dtl .ttl {
    margin-left: -2.25em;
    padding-bottom: 20px;
    font-size: 3.6rem;
    position: relative;
  }
  #main .catch_member_dtl .ttl span {
    padding: 0 10px;
  }
  #main .catch_member_dtl .ttl span::after {
    margin-top: 0;
    font-size: 2rem;
    position: absolute;
    right: -4.5em;
    top: 1em;
  }
}
#main .catch_member_dtl .ex {
  margin-top: 3em;
  font-size: 1.6rem;
  text-align: left;
}
@media (min-width:769px) {
  #main .catch_member_dtl .ex {
    max-width: 955px;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .section + .section {
  margin-top: 64px;
}
@media (min-width:769px) {
  #main .section + .section {
    margin-top: 120px;
  }
}
#main .section.news_top {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 45px;
  padding: 20px 10px 20px;
  padding: 25px 10px 25px;
  position: relative;
  background-image: url("../images/news_top_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  z-index: 1;
}
@media (min-width:769px) {
  #main .section.news_top {
    width: 1040px;
    padding: 10px;
    margin: 84px 0 0 160px;
    background-image: url("../images/news_top_bg_pc.jpg");
  }
}
#main .section.news_top .ttl {
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 2.8em;
  top: -2.6em;
}
@media (min-width:769px) {
  #main .section.news_top .ttl {
    width: 320px;
    height: 320px;
    color: #000;
    background-image: url("../images/news_top_ttl.png");
    background-repeat: no-repeat;
    background-size: 320px auto;
    background-position: center center;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#main .section.news_top .ttl .eng {
  font-size: 4.6rem;
  letter-spacing: 0.03em;
  color: #000;
}
@media (min-width:769px) {
  #main .section.news_top .ttl .eng {
    margin-bottom: 0.4em;
    border-bottom: 2px solid #000;
    font-size: 5.2rem;
    -webkit-text-stroke: inherit;
    text-stroke: inherit;
    paint-order: unset;
    text-shadow: none;
  }
}
#main .section.news_top .ttl .tag {
  display: none;
}
@media (min-width:769px) {
  #main .section.news_top .ttl .tag {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
}
#main .section.news_top .list_news {
  padding: 0 20px;
  border: 2px solid #000;
  background-color: #fff;
}
@media (min-width:769px) {
  #main .section.news_top .list_news {
    padding: 0 35px 2px 190px;
  }
}
#main .section.news_top .list_news li {
  border-bottom: 1px solid #000;
}
#main .section.news_top .list_news li:last-child {
  border-bottom: none;
}
#main .section.news_top .list_news li a {
  padding: 20px 0;
  display: block;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
  }
  #main .section.news_top .list_news li a:hover .date {
    opacity: 0.6;
  }
  #main .section.news_top .list_news li a:hover .new::after {
    transform: rotate(45deg);
  }
  #main .section.news_top .list_news li a:hover .txt {
    color: #ff78c8;
  }
}
#main .section.news_top .list_news li a .date_area {
  margin-bottom: 0.6em;
  font-size: 1.6rem;
  line-height: 1;
  color: #606060;
  display: flex;
  align-items: center;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a .date_area {
    margin-right: 10px;
    margin-bottom: 0.03em;
    padding-left: 115px;
    font-size: 2rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    position: relative;
  }
}
#main .section.news_top .list_news li a .date_area span {
  display: block;
}
#main .section.news_top .list_news li a .date_area span.date {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a .date_area span.date {
    transition: all 0.3s;
  }
}
#main .section.news_top .list_news li a .date_area span.new {
  margin-left: 6px;
  padding: 4px 8px;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  color: #000;
  border-radius: 8px;
  background-color: #ff78c8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a .date_area span.new {
    margin-left: 0;
    padding: 7px 15px;
    font-size: 2rem;
    border-radius: 15px;
    position: absolute;
    left: 0;
  }
}
#main .section.news_top .list_news li a .date_area span.new::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 3px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  transition: all 0.3s;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a .date_area span.new::after {
    width: 20px;
    height: 20px;
  }
}
#main .section.news_top .list_news li a .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width:769px) {
  #main .section.news_top .list_news li a .txt {
    font-size: 2rem;
    transition: all 0.3s;
  }
}
#main .section.news_top .btn {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media (min-width:769px) {
  #main .section.news_top .btn {
    right: 50px;
    bottom: 10px;
    transform: translate(0, 50%);
  }
}
#main .section.info_top .list_info li {
  position: relative;
}
#main .section.info_top .list_info li + li {
  margin-top: 56px;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li:nth-child(2n) a {
    flex-direction: row-reverse;
  }
  #main .section.info_top .list_info li + li {
    margin-top: 120px;
  }
}
#main .section.info_top .list_info li a {
  display: block;
  position: relative;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main .section.info_top .list_info li a:hover .img {
    overflow: hidden;
    position: relative;
  }
  #main .section.info_top .list_info li a:hover .img img {
    transform: scale(1.1);
  }
}
#main .section.info_top .list_info li a .img {
  position: relative;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
}
#main .section.info_top .list_info li a .img::before {
  content: "";
  width: 100%;
  height: 25px;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .section.info_top .list_info li a .img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a .img {
    width: 620px;
    overflow: hidden;
  }
  #main .section.info_top .list_info li a .img::before {
    display: none;
  }
  #main .section.info_top .list_info li a .img img {
    transition: all 0.3s;
  }
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a .txt {
    width: 500px;
  }
}
#main .section.info_top .list_info li a .txt .ttl {
  margin-top: -40px;
  margin-bottom: 1.8em;
  line-height: 1;
  position: relative;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a .txt .ttl {
    margin-top: 0;
    margin-bottom: 4.5em;
    display: flex;
    align-items: baseline;
  }
  #main .section.info_top .list_info li a .txt .ttl::before {
    content: "";
    width: 100%;
    height: 25px;
    background-image: linear-gradient(to right, #33b2ed, #ffff3e);
    display: block;
    position: absolute;
    bottom: -1.5em;
    left: 0;
    z-index: -1;
  }
}
#main .section.info_top .list_info li a .txt .ttl span {
  display: block;
}
#main .section.info_top .list_info li a .txt .ttl span.eng {
  margin-left: 15px;
  margin-bottom: 0.8em;
  font-size: 3.2rem;
}
#main .section.info_top .list_info li a .txt .ttl span.tag {
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a .txt .ttl span.eng {
    margin: 0;
    font-size: 5.2rem;
  }
  #main .section.info_top .list_info li a .txt .ttl span.tag {
    margin-left: 10px;
  }
}
#main .section.info_top .list_info li a .txt .btn {
  margin: 25px auto 0;
  position: relative;
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.info_top .list_info li a .txt .btn {
    margin: 40px 0 0 auto;
  }
}
#main .section.member {
  position: relative;
}
#main .section.member .ttl {
  margin-bottom: 4em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media (min-width:769px) {
  #main .section.member .ttl {
    margin-bottom: 6em;
  }
}
#main .section.member .ttl span {
  display: block;
}
#main .section.member .ttl span.eng {
  font-size: 3.2rem;
  font-weight: 800;
  position: relative;
}
#main .section.member .ttl span.eng::after {
  content: "";
  width: 100%;
  height: 25px;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: -1;
}
@media (min-width:769px) {
  #main .section.member .ttl span.eng {
    font-size: 5.2rem;
  }
  #main .section.member .ttl span.eng::after {
    bottom: -14px;
  }
}
#main .section.member .ttl span.tag {
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
}
#main .section.member .block {
  position: relative;
}
#main .section.member .block + .block {
  margin-top: 80px;
}
@media (min-width:769px) {
  #main .section.member .block + .block {
    margin-top: 80px;
  }
}
#main .section.member .block .ttl_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #33b2ed;
}
@media (min-width:769px) {
  #main .section.member .block .ttl_sub {
    margin-bottom: 1.8em;
  }
}
#main .section.member .block .ttl_sub .tag {
  margin-top: 1em;
  display: block;
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .section.member .block .ttl_sub {
    font-size: 3.2rem;
  }
  #main .section.member .block .ttl_sub .tag {
    font-size: 1.8rem;
  }
}
#main .section.member .block .list_member {
  margin-top: -20px;
  margin-left: -24px;
  margin-right: -24px;
}
#main .section.member .block .list_member .slick-list {
  position: relative;
}
#main .section.member .block .list_member .slick-slide {
  position: relative;
}
#main .section.member .block .list_member .slide-arrow {
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
  background-color: #33b2ed;
  position: absolute;
  top: 164px;
  z-index: 10;
  background-image: url("../images/arrow_slide.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  mix-blend-mode: multiply;
}
#main .section.member .block .list_member .slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -162px;
  transform: rotate(180deg);
}
#main .section.member .block .list_member .slide-arrow.next-arrow {
  right: 50%;
  margin-right: -162px;
}
@media (min-width:769px) {
  #main .section.member .block .list_member {
    margin-left: 0;
    margin-right: 0;
  }
  #main .section.member .block .list_member .slick-list {
    margin: 0 -40px;
  }
  #main .section.member .block .list_member .slick-slide {
    margin: 0 40px;
  }
}
#main .section.member .block .list_member .cts {
  padding-top: 20px;
  position: relative;
}
#main .section.member .block .list_member .cts a.icn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
}
#main .section.member .block .list_member .cts a.icn.icn_01::before {
  width: 124px;
  height: 66px;
  background-image: url("../images/icn_senior_01.png");
  background-size: contain;
  left: 50%;
  top: 35px;
  margin-left: -146px;
  z-index: 10;
}
#main .section.member .block .list_member .cts a.icn.icn_02::before {
  width: 105px;
  height: 90px;
  background-image: url("../images/icn_senior_02.png");
  background-size: contain;
  right: 50%;
  top: 32px;
  margin-right: -135px;
  z-index: 10;
}
#main .section.member .block .list_member .cts a.icn.icn_03::before {
  width: 94px;
  height: 86px;
  background-image: url("../images/icn_senior_03.png");
  background-size: contain;
  left: 50%;
  top: 220px;
  margin-left: -140px;
  z-index: 10;
}
#main .section.member .block .list_member .cts a.icn.icn_04::before {
  width: 120px;
  height: 67px;
  background-image: url("../images/icn_senior_04.png");
  background-size: contain;
  left: 50%;
  top: 14px;
  margin-left: -140px;
  z-index: 10;
}
#main .section.member .block .list_member .cts a.icn.icn_05::before {
  width: 136px;
  height: 87px;
  background-image: url("../images/icn_senior_05.png");
  background-size: contain;
  left: 50%;
  top: 217px;
  margin-left: -155px;
  z-index: 10;
}
#main .section.member .block .list_member .cts a .img {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
}
#main .section.member .block .list_member .cts a .img img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section.member .block .list_member .cts a .img {
    width: 240px;
    overflow: hidden;
  }
  #main .section.member .block .list_member .cts a .img img {
    transition: all 0.3s;
  }
  #main .section.member .block .list_member .cts a:hover .img {
    overflow: hidden;
    position: relative;
  }
  #main .section.member .block .list_member .cts a:hover .img img {
    transform: scale(1.1);
  }
}
#main .section.member .block .list_member .cts a .txt {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
  padding-bottom: 8px;
  position: relative;
  z-index: 10;
}
#main .section.member .block .list_member .cts a .txt .post {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 8px;
  background: #fff;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
}
#main .section.member .block .list_member .cts a .txt .post span {
  display: block;
}
#main .section.member .block .list_member .cts a .txt .post span + span {
  margin-top: 0.2em;
}
#main .section.member .block .list_member .cts a .txt .post span.tag {
  font-weight: 700;
}
#main .section.member .block .list_member .cts a .txt .cmt {
  margin-top: 0.5em;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main .section.member .block .btn {
  margin: 20px auto 0;
}
@media (min-width:769px) {
  #main .section.member .block .btn {
    margin: 30px 0 0 auto;
  }
}
#main .section.member_table {
  position: relative;
}
@media (min-width:769px) {
  #main .section.member_table {
    margin-top: -56px;
  }
}
#main .section.member_table .select {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width:769px) {
  #main .section.member_table .select {
    margin-bottom: 104px;
    flex-direction: row;
    gap: 30px 30px;
  }
}
#main .section.member_table .select .btn {
  width: 100%;
  font-weight: 700;
}
@media (min-width:769px) {
  #main .section.member_table .select .btn {
    width: auto;
  }
}
#main .section.member_table .select .btn a {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.6rem;
}
#main .section.member_table .select .btn a::after {
  background-color: #ffff3e;
}
@media (min-width:769px) {
  #main .section.member_table .select .btn a {
    height: 47px;
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
  }
}
#main .section.member_table .block {
  position: relative;
}
#main .section.member_table .block + .block {
  margin-top: 80px;
}
@media (min-width:769px) {
  #main .section.member_table .block {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #main .section.member_table .block + .block {
    margin-top: 0;
  }
}
#main .section.member_table .block .list_member_table {
  display: flex;
  justify-content: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 72px 80px;
  }
}
#main .section.member_table .block .list_member_table .cts {
  width: calc((100vw - 68px) / 2);
  position: relative;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts {
    width: 240px;
  }
}
#main .section.member_table .block .list_member_table .cts a {
  display: block;
}
#main .section.member_table .block .list_member_table .cts a.icn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
}
#main .section.member_table .block .list_member_table .cts a.icn.icn_01::before {
  width: calc((50vw - 34px) / 240 * 124);
  height: calc((50vw - 34px) / 240 * 66);
  background-image: url("../images/icn_senior_01.png");
  background-size: contain;
  left: 50%;
  top: calc((50vw - 34px) / 240 * 15);
  margin-left: calc((50vw - 34px) / 240 * -146);
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a.icn.icn_01::before {
    width: 124px;
    height: 66px;
    top: 15px;
    margin-left: -146px;
  }
}
#main .section.member_table .block .list_member_table .cts a.icn.icn_02::before {
  width: calc((50vw - 34px) / 240 * 105);
  height: calc((50vw - 34px) / 240 * 90);
  background-image: url("../images/icn_senior_02.png");
  background-size: contain;
  right: 50%;
  top: calc((50vw - 34px) / 240 * 12);
  margin-right: calc((50vw - 34px) / 240 * -135);
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a.icn.icn_02::before {
    width: 105px;
    height: 90px;
    top: 12px;
    margin-right: -135px;
  }
}
#main .section.member_table .block .list_member_table .cts a.icn.icn_03::before {
  width: calc((50vw - 34px) / 240 * 94);
  height: calc((50vw - 34px) / 240 * 86);
  background-image: url("../images/icn_senior_03.png");
  background-size: contain;
  left: 50%;
  top: calc((50vw - 34px) / 240 * 200);
  margin-left: calc((50vw - 34px) / 240 * -140);
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a.icn.icn_03::before {
    width: 94px;
    height: 86px;
    top: 200px;
    margin-left: -140px;
  }
}
#main .section.member_table .block .list_member_table .cts a.icn.icn_04::before {
  width: calc((50vw - 34px) / 240 * 120);
  height: calc((50vw - 34px) / 240 * 67);
  background-image: url("../images/icn_senior_04.png");
  background-size: contain;
  left: 50%;
  top: calc((50vw - 34px) / 240 * -6);
  margin-left: calc((50vw - 34px) / 240 * -140);
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a.icn.icn_04::before {
    width: 120px;
    height: 67px;
    top: -6px;
    margin-left: -140px;
  }
}
#main .section.member_table .block .list_member_table .cts a.icn.icn_05::before {
  width: calc((50vw - 34px) / 240 * 136);
  height: calc((50vw - 34px) / 240 * 87);
  background-image: url("../images/icn_senior_05.png");
  background-size: contain;
  left: 50%;
  top: calc((50vw - 34px) / 240 * 197);
  margin-left: calc((50vw - 34px) / 240 * -155);
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a.icn.icn_05::before {
    width: 136px;
    height: 87px;
    top: 197px;
    margin-left: -155px;
  }
}
#main .section.member_table .block .list_member_table .cts a .img {
  width: calc((100vw - 68px) / 2);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a .img {
    width: 240px;
  }
}
#main .section.member_table .block .list_member_table .cts a .img img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a .img {
    width: 240px;
    overflow: hidden;
  }
  #main .section.member_table .block .list_member_table .cts a .img img {
    transition: all 0.3s;
  }
  #main .section.member_table .block .list_member_table .cts a:hover .img {
    overflow: hidden;
    position: relative;
  }
  #main .section.member_table .block .list_member_table .cts a:hover .img img {
    transform: scale(1.1);
  }
}
#main .section.member_table .block .list_member_table .cts a .txt {
  margin-top: -18px;
  padding-bottom: 8px;
  position: relative;
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a .txt {
    width: auto;
  }
}
#main .section.member_table .block .list_member_table .cts a .txt .post {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 8px;
  background: #fff;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a .txt .post {
    font-size: 1.4rem;
  }
}
#main .section.member_table .block .list_member_table .cts a .txt .post span {
  display: block;
}
#main .section.member_table .block .list_member_table .cts a .txt .post span + span {
  margin-top: 0.2em;
}
#main .section.member_table .block .list_member_table .cts a .txt .post span.tag {
  font-weight: 700;
}
#main .section.member_table .block .list_member_table .cts a .txt .cmt {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width:769px) {
  #main .section.member_table .block .list_member_table .cts a .txt .cmt {
    font-size: 1.8rem;
  }
}
#main .section.member_table .block .btn {
  margin: 25px auto 0;
}
@media (min-width:769px) {
  #main .section.member_table .block .btn {
    margin: 40px 0 0 auto;
  }
}
@media (min-width:769px) {
  #main .section.columns {
    display: flex;
    justify-content: space-between;
  }
  #main .section.columns .block_side {
    margin-right: 40px;
    flex: 1;
  }
  #main .section.columns .block_main {
    width: 860px;
  }
}
#main .section.seminar .ttl, #main .section.qa .ttl {
  margin-bottom: 1em;
  padding-left: 1em;
  font-size: 2.4rem;
  color: #33b2ed;
  position: relative;
}
#main .section.seminar .ttl::before, #main .section.qa .ttl::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  filter: invert(71%) sepia(42%) saturate(4289%) hue-rotate(168deg) brightness(97%) contrast(90%);
}
@media (min-width:769px) {
  #main .section.seminar .ttl::before, #main .section.qa .ttl::before {
    width: 24px;
    height: 23px;
  }
}
@media (min-width:769px) {
  #main .section.seminar .ttl, #main .section.qa .ttl {
    font-size: 3.2rem;
  }
}
#main .section.seminar.qa .ttl, #main .section.qa.qa .ttl {
  margin-bottom: 0.6em;
}
@media (min-width:769px) {
  #main .section.seminar {
    padding-top: 40px;
  }
}
#main .section.seminar .block_side .ttl {
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 2.4rem;
  position: relative;
}
#main .section.seminar .block_side .ttl::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../images/icn_btn.svg");
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#main .section.seminar .block_main .table_seminar {
  width: 100%;
  border-top: 2px solid #000;
}
#main .section.seminar .block_main .table_seminar tr {
  border-bottom: 2px solid #000;
}
#main .section.seminar .block_main .table_seminar tr th {
  padding: 14px 8px 8px;
  display: block;
}
#main .section.seminar .block_main .table_seminar tr th .item {
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .table_seminar tr th {
    padding: 40px 50px 40px 16px;
    display: table-cell;
  }
}
#main .section.seminar .block_main .table_seminar tr td {
  padding: 0 8px 18px;
  display: block;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .table_seminar tr td {
    padding: 40px 16px 40px 0;
    display: table-cell;
  }
}
#main .section.seminar .block_main .table_seminar tr td p a {
  font-weight: 500;
  color: #33b2ed;
  text-decoration: underline;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .table_seminar tr td p a {
    color: #33b2ed;
  }
  #main .section.seminar .block_main .table_seminar tr td p a:hover {
    opacity: 0.6;
  }
}
#main .section.seminar .block_main .table_seminar tr td p + p {
  margin-top: 0.6em;
}
#main .section.seminar .block_main .table_seminar tr td p.small {
  font-size: 1.2rem;
}
#main .section.seminar .block_main .table_seminar tr td p.small + .small {
  margin-top: 0.1em;
}
#main .section.seminar .block_main .table_seminar tr td p strong {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff78c8;
}
#main .section.seminar .block_main .table_seminar tr td * + h3 {
  margin-top: 1.2 em;
}
#main .section.seminar .block_main .table_seminar tr td h3 {
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .table_seminar tr td h3 {
    font-size: 2rem;
  }
}
#main .section.seminar .block_main * + .youtube {
  margin-top: 30px;
}
#main .section.seminar .block_main .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#main .section.seminar .block_main .youtube + * {
  margin-top: 30px;
}
#main .section.seminar .block_main .youtube iframe {
  width: 100%;
  height: 100%;
}
#main .section.seminar .block_main .block + .block {
  margin-top: 104px;
}
#main .section.seminar .block_main .block .list_event li {
  border-bottom: 2px solid #000;
}
#main .section.seminar .block_main .block .list_event li + li {
  margin-top: 32px;
}
#main .section.seminar .block_main .block .list_event li a {
  padding-bottom: 24px;
  display: block;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .block .list_event li a:hover .cts {
    color: #ff78c8;
  }
}
#main .section.seminar .block_main .block .list_event li a .tag {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
#main .section.seminar .block_main .block .list_event li a .tag .mark {
  width: 112px;
  height: 45px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #acfa76;
}
#main .section.seminar .block_main .block .list_event li a .tag .exp {
  font-size: 1.4rem;
  white-space: nowrap;
}
#main .section.seminar .block_main .block .list_event li a .tag .exp.on {
  color: #ff78c8;
}
#main .section.seminar .block_main .block .list_event li a .cts {
  font-size: 2rem;
  line-height: 1.77;
  font-weight: 700;
  transition: all 0.3s;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .block .list_event li a .cts {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2.4rem;
  }
}
@media (min-width:769px) {
  #main .section.seminar .block_main .block .list_event.schedule li a {
    display: flex;
    align-items: center;
  }
}
#main .section.seminar .block_main .block .list_event.schedule li a .tag .mark {
  background-color: #eee;
}
@media (min-width:769px) {
  #main .section.seminar .block_main .block .list_event.schedule li a .tag {
    margin-bottom: 0;
  }
  #main .section.seminar .block_main .block .list_event.schedule li a .tag .exp {
    width: 11em;
  }
}
#main .section.seminar .block_main .block .list_event.schedule li a .cts {
  font-size: 1.6rem;
  font-weight: 500;
}
#main .section.seminar .block_main .block .block_youtube + .block_youtube {
  margin-top: 56px;
}
#main .section.seminar .block_main .block .block_youtube .date {
  margin-top: 16px;
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #606060;
}
#main .section.seminar .block_main .block .block_youtube .exp {
  font-size: 1.6rem;
}
#main .section.qa .block_main .block + .block {
  margin-top: 80px;
}
#main .section.qa .block_main .block .list_acc > li {
  border-bottom: 2px solid #000;
}
#main .section.qa .block_main .block .list_acc .qa_q.close {
  border-color: transparent;
}
#main .section.qa .block_main .block .list_acc .qa_q.close p {
  border-color: transparent;
}
#main .section.qa .block_main .block .list_acc .qa_q.close p::after {
  background-image: url("../images/icn_minus.svg");
}
#main .section.qa .block_main .block .list_acc .qa_q p {
  padding: 20px 60px 20px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  display: block;
  position: relative;
}
@media (min-width:769px) {
  #main .section.qa .block_main .block .list_acc .qa_q p {
    font-size: 2rem;
    cursor: pointer;
  }
}
#main .section.qa .block_main .block .list_acc .qa_q p::before {
  content: "Q";
  font-family: din-2014, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 0.72em;
}
@media (min-width:769px) {
  #main .section.qa .block_main .block .list_acc .qa_q p::before {
    top: 0.88em;
  }
}
#main .section.qa .block_main .block .list_acc .qa_q p::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/icn_plus.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  position: absolute;
  right: 20px;
  top: 1.6em;
  transition: all 0.3s;
}
#main .section.qa .block_main .block .list_acc .qa_a {
  display: none;
}
#main .section.qa .block_main .block .list_acc .qa_a p {
  padding: 10px 10px 20px 40px;
  position: relative;
}
@media (min-width:769px) {
  #main .section.qa .block_main .block .list_acc .qa_a p {
    padding: 10px 40px 20px 40px;
  }
}
#main .section.qa .block_main .block .list_acc .qa_a p::before {
  content: "A";
  font-family: din-2014, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  position: absolute;
  left: 10px;
  top: 0;
}
#main .section.qa .block_main .block .list_acc .qa_a p a {
  font-weight: 500;
  text-decoration: underline;
  color: #33b2ed;
}
#main .section.qa .block_main .block .list_acc .qa_a p a:hover {
  opacity: 0.6;
}
#main .section.special .special_member {
  margin-bottom: 56px;
}
#main .section.special .special_member .ttl {
  margin-bottom: 1.2em;
  font-size: 2rem;
  color: #33b2ed;
  text-align: center;
}
@media (min-width:769px) {
  #main .section.special .special_member {
    margin-bottom: 80px;
  }
}
@media (min-width:769px) {
  #main .section.special .list_special {
    display: flex;
    justify-content: center;
  }
}
#main .section.special .list_special > li {
  display: flex;
  align-items: center;
}
#main .section.special .list_special > li + li {
  margin-top: 30px;
}
@media (min-width:769px) {
  #main .section.special .list_special > li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}
#main .section.special .list_special > li .img img {
  width: 80px;
  height: 80px;
  border-radius: 100vmax;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .section.special .list_special > li .txt {
  flex: 1;
  margin-left: 16px;
}
#main .section.special .list_special > li .txt .name {
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
#main .section.special .list_special > li .txt .post {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal; /* テキストが長い場合に折り返すようにします */
  overflow-wrap: break-word; /* 長い単語でも折り返せるようにします */
}
#main .section.special .list_special > li .txt .year {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
#main .section.special .block {
  margin-left: auto;
  margin-right: auto;
}
#main .section.special .block + .block {
  margin-top: 80px;
}
@media (min-width:769px) {
  #main .section.special .block {
    width: 984px;
  }
  #main .section.special .block + .block {
    margin-top: 160px;
  }
}
#main .section.special .block .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  padding-bottom: 125px;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
#main .section.special .block .ttl::after {
  content: "";
  width: 2px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #33b2ed, #ffff3e);
}
@media (min-width:769px) {
  #main .section.special .block .ttl {
    margin-bottom: 1em;
    padding-bottom: 135px;
    font-size: 3.2rem;
  }
}
#main .section.special .block .ttl .tag {
  margin-bottom: 0.75em;
  display: block;
  color: #33b2ed;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width:769px) {
  #main .section.special .block .ttl .tag {
    font-size: 2rem;
  }
}
#main .section.special .block .ttl_sub {
  margin-bottom: 1.5em;
  padding-left: 50px;
  font-size: 2rem;
  position: relative;
}
#main .section.special .block .ttl_sub::before {
  content: "";
  width: 37px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media (min-width:769px) {
  #main .section.special .block .ttl_sub {
    padding-left: 90px;
    font-size: 2.4rem;
  }
  #main .section.special .block .ttl_sub::before {
    width: 77px;
  }
}
#main .section.special .block .list_talk + * {
  margin-top: 56px;
}
@media (min-width:769px) {
  #main .section.special .block .list_talk + * {
    margin-top: 80px;
  }
}
#main .section.special .block .list_talk li {
  display: flex;
}
#main .section.special .block .list_talk li + li {
  margin-top: 3em;
}
@media (min-width:769px) {
  #main .section.special .block .list_talk li + li {
    margin-top: 3.5em;
  }
}
#main .section.special .block .list_talk li .name {
  width: 3.5em;
  margin-right: 2em;
  font-size: 1.4rem;
  font-weight: 700;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
#main .section.special .block .list_talk li .name::after {
  content: "：";
  display: block;
  position: absolute;
  right: -0.75em;
  top: 0.1em;
}
@media (min-width:769px) {
  #main .section.special .block .list_talk li .name {
    font-size: 1.8rem;
  }
}
#main .section.special .block .list_talk li .talk {
  flex: 1;
  font-size: 1.4rem;
}
@media (min-width:769px) {
  #main .section.special .block .list_talk li .talk {
    font-size: 1.8rem;
  }
}
#main .section.special .block * + .img {
  margin-top: 5em;
}
@media (min-width:769px) {
  #main .section.special .block * + .img {
    margin-top: 6em;
  }
}
#main .section.special .block .img + * {
  margin-top: 5em;
}
@media (min-width:769px) {
  #main .section.special .block .img + * {
    margin-top: 6em;
  }
}
#main .section.special .block .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
}
@media (min-width:769px) {
  #main .section.special .block .img {
    margin-left: -108px;
    margin-right: -108px;
  }
  #main .section.special .block .img img {
    height: 560px;
  }
}
#main .section.special .block .container_txt + * {
  margin-top: 56px;
}
@media (min-width:769px) {
  #main .section.special .block .container_txt + * {
    margin-top: 80px;
  }
}
#main .section.special .block .container_txt p + p {
  margin-top: 1em;
}
#main .section.member_dtl .list_member_dtl {
  margin-top: 64px;
  position: relative;
}
#main .section.member_dtl .list_member_dtl > li + li {
  margin-top: 80px;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #main .section.member_dtl .list_member_dtl > li:not(:has(.img)) .txt {
    width: 100%;
  }
  #main .section.member_dtl .list_member_dtl > li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #main .section.member_dtl .list_member_dtl > li.img_right {
    flex-direction: row !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_right .txt {
    width: 520px !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_right .img {
    margin-top: 0 !important;
    width: 600px !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_right .img img {
    aspect-ratio: 60/52 !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_left {
    flex-direction: row-reverse !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_left .txt {
    width: 520px !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_left .img {
    margin-top: 0 !important;
    width: 600px !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_left .img img {
    aspect-ratio: 60/52 !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_bottom {
    flex-direction: column !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_bottom .txt {
    width: 100% !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_bottom .img {
    width: 100% !important;
    margin-top: 80px !important;
  }
  #main .section.member_dtl .list_member_dtl > li.img_bottom .img img {
    aspect-ratio: 120/52 !important;
  }
  #main .section.member_dtl .list_member_dtl > li:last-child {
    flex-direction: column;
  }
  #main .section.member_dtl .list_member_dtl > li:last-child .txt {
    width: 100%;
  }
  #main .section.member_dtl .list_member_dtl > li:last-child .img {
    width: 100%;
    margin-top: 80px;
  }
  #main .section.member_dtl .list_member_dtl > li:last-child .img img {
    aspect-ratio: 120/52;
  }
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .txt {
    width: 520px;
  }
}
#main .section.member_dtl .list_member_dtl > li .txt .ttl {
  margin-bottom: 0.8em;
  padding-bottom: 0.55em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.77;
  border-bottom: 10px solid;
  -o-border-image: linear-gradient(to left, #33b2ed, #ffff3e) 1;
     border-image: linear-gradient(to left, #33b2ed, #ffff3e) 1;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .txt .ttl {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.4rem;
  }
}
#main .section.member_dtl .list_member_dtl > li .txt .ttl .tag {
  margin-bottom: 0.18em;
  padding-bottom: 0.5em;
  font-size: 1.6rem;
  display: block;
  border-bottom: 10px solid;
  -o-border-image: linear-gradient(to left, #33b2ed, #ffff3e) 1;
     border-image: linear-gradient(to left, #33b2ed, #ffff3e) 1;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .txt .ttl .tag {
    font-size: 2.4rem;
  }
}
#main .section.member_dtl .list_member_dtl > li .txt .ttl:has(.tag) {
  margin-bottom: 0;
  font-size: 2rem;
  border-bottom: none;
  -o-border-image: none;
     border-image: none;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .txt .ttl:has(.tag) {
    margin-bottom: 0;
    font-size: 3.4rem;
  }
}
#main .section.member_dtl .list_member_dtl > li .txt p + p {
  margin-top: 2em;
}
#main .section.member_dtl .list_member_dtl > li .img {
  margin-top: 40px;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .img {
    margin-top: 0;
    width: 600px;
  }
}
#main .section.member_dtl .list_member_dtl > li .img img {
  width: 100%;
  aspect-ratio: 60/52;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 0px 15px rgba(124, 176, 221, 0.3);
}
#main .section.member_dtl .list_member_dtl > li .img img:nth-child(2) {
  width: 65vw;
  aspect-ratio: 465/304;
  margin-top: -5vw;
  margin-left: 15vw;
}
@media (min-width:769px) {
  #main .section.member_dtl .list_member_dtl > li .img img:nth-child(2) {
    width: 464px;
    margin-top: -32px;
    margin-left: 103px;
  }
}
#main .section.member_dtl .schedule_member {
  margin-top: 64px;
  position: relative;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member {
    margin-top: 104px;
  }
}
#main .section.member_dtl .schedule_member .img_schedule {
  z-index: -10;
  opacity: 0.5;
  z-index: -1;
  position: absolute;
}
#main .section.member_dtl .schedule_member .img_schedule.img_01 {
  width: 200px;
  top: -100px;
  left: -100px;
  transform: rotate(40deg);
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .img_schedule.img_01 {
    width: 363px;
    top: 140px;
    left: -240px;
  }
}
#main .section.member_dtl .schedule_member .img_schedule.img_02 {
  width: 349px;
  bottom: -95px;
  right: -50px;
  transform: rotate(-165deg);
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .img_schedule.img_02 {
    width: 488px;
    bottom: -120px;
    right: -200px;
  }
}
#main .section.member_dtl .schedule_member .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.2em;
  font-size: 4rem;
  line-height: 1;
  color: #33b2ed;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .ttl {
    font-size: 6.4rem;
  }
}
#main .section.member_dtl .schedule_member .tag {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .tag {
    font-size: 2.4rem;
  }
}
#main .section.member_dtl .schedule_member .cts {
  padding: 40px 24px;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts {
    padding: 62px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule {
  margin-top: 30px;
  padding-left: 58px;
  padding-left: 30px;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule {
    margin-top: 60px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li {
  position: relative;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li + li {
  margin-top: 32px;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li {
    display: flex;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li + li {
    margin-top: 48px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li::before {
  content: "";
  width: 3px;
  height: calc(100% + 16px);
  background-color: #000;
  display: block;
  position: absolute;
  left: -30px;
  top: 20px;
  z-index: 10;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li::before {
    height: calc(100% + 32px);
    top: 22px;
    left: 87px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:last-child::before {
  display: none;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:last-child:has(img)::before {
  display: block;
  height: 30px !important;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:last-child:has(img)::before {
    height: 50% !important;
  }
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:first-child:has(img)::before {
    top: 50%;
    height: calc(50% + 38px);
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:not(:has(.img)) + li:has(img)::before {
  top: 4px;
  height: calc(100% - 2px + 36px);
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:not(:has(.img)) .time.notime {
    margin-top: -21px;
    height: 3em;
    display: flex;
    align-items: center;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) {
  padding: 20px 16px 16px 16px;
  background-color: #ebf7fd;
  border-radius: 15px;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img)::before {
  top: 40px;
  height: calc(100% - 2px);
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) + li:has(img)::before {
  top: 6px;
  height: calc(100% - 2px + 34px);
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) + li:has(img)::before {
    top: -10px;
    height: calc(100% - 2px + 34px + 16px);
  }
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) + li:not(:has(.img))::before {
    top: -10px;
    height: calc(100% + 32px + 32px);
  }
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) + li:last-child::before {
    display: block;
    height: 18px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) .time::before {
  left: -54px;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) {
    background-color: transparent;
    padding: 0;
    align-items: center;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) .block {
    width: 100%;
    padding: 20px 20px 20px 30px;
    background-color: #ebf7fd;
    border-radius: 15px;
    display: flex;
    position: relative;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) .block::before {
    content: "";
    width: 15px;
    height: 25px;
    background-color: #ebf7fd;
    -webkit-clip-path: polygon(0% 50%, 15px 0%, 15px 25px);
            clip-path: polygon(0% 50%, 15px 0%, 15px 25px);
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li:has(img) .block .box {
    flex: 1;
    margin-right: 24px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .time {
  margin-bottom: 0.6em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .time::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100vmax;
  border: 3px solid #000;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .time.notime {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .time {
    margin-bottom: 0;
    font-size: 3.2rem;
    position: absolute;
    left: -25px;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .time::before {
    display: none;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .time::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100vmax;
    border: 3px solid #000;
    background-color: #fff;
    display: block;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .time.notime {
    width: 3.2em;
    font-size: 2.4rem;
    width: 6em;
    padding-right: 24px;
    left: -66px;
  }
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .time.notime::after {
    right: -20px;
  }
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .block {
    padding: 0 20px 0 30px;
    margin-left: 135px;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .block .box .ttl_sub {
  margin-bottom: 0.6em;
  font-size: 2rem;
  line-height: 1;
  color: #33b2ed;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .block .box .ttl_sub {
    font-size: 2.8rem;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .block .box p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .block .box p {
    font-size: 1.6rem;
  }
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .block .img {
  margin-top: 15px;
}
#main .section.member_dtl .schedule_member .cts .list_schedule > li .block .img img {
  width: 100%;
  aspect-ratio: 208/146;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width:769px) {
  #main .section.member_dtl .schedule_member .cts .list_schedule > li .block .img {
    margin-top: 0;
    width: 213px;
  }
}
#main .section.member_dtl .block_works {
  margin-top: 64px;
  padding: 48px 24px;
  border: 2px solid #33b2ed;
  border-radius: 15px;
  box-shadow: 7px 7px 0 #ffff3e;
  background-color: #fff;
}
@media (min-width:769px) {
  #main .section.member_dtl .block_works {
    margin-top: 104px;
    padding: 56px 24px;
  }
}
#main .section.member_dtl .block_works .ttl {
  margin-bottom: 1.2em;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
#main .section.member_dtl .block_works .ttl::before {
  content: "";
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-image: url("../images/icn_works.svg");
  background-repeat: no-repeat;
  background-size: 46px auto;
  background-position: center center;
  display: block;
}
@media (min-width:769px) {
  #main .section.member_dtl .block_works .ttl {
    font-size: 2.8rem;
  }
  #main .section.member_dtl .block_works .ttl::before {
    margin-bottom: 15px;
  }
}
#main .section.member_dtl .block_works .list_works > li {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
#main .section.member_dtl .block_works .list_works > li + li {
  margin-top: 1.5em;
}
@media (min-width:769px) {
  #main .section.member_dtl .block_works .list_works > li {
    font-size: 2rem;
  }
}
#main .section.member_dtl .block_works .list_works > li a {
  color: #33b2ed;
  text-decoration: underline;
}
@media (min-width:769px) {
  #main .section.member_dtl .block_works .list_works > li a:hover {
    opacity: 0.6;
  }
}
#main .section .table_events {
  display: flex;
}
@media (min-width:769px) {
  #main .section .table_events {
    margin-top: 90px;
    margin-right: -80px;
  }
}
#main .section .table_events .table_head {
  width: 141px;
  margin-left: -24px;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
@media (min-width:769px) {
  #main .section .table_events .table_head {
    width: 207px;
    margin-left: 0;
  }
}
#main .section .table_events .table_head h2 {
  height: 130px;
  height: 110px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
  border-right: 2px solid #000;
  background-color: #fff;
}
#main .section .table_events .table_head h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section .table_events .table_head h2 {
    height: 130px;
    font-size: 1.6rem;
  }
}
#main .section .table_events .table_head h2:first-child {
  height: 48px;
  height: 40px;
  margin-bottom: 16px;
  border-right: none;
  background-color: transparent;
}
@media (min-width:769px) {
  #main .section .table_events .table_head h2:first-child {
    height: 48px;
  }
}
#main .section .table_events .table_scroll {
  flex: 1;
  margin-right: -24px;
  margin-left: -141px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  scrollbar-width: auto;
  overflow-x: auto;
  position: relative;
}
#main .section .table_events .table_scroll::-webkit-scrollbar {
  height: 12px;
}
#main .section .table_events .table_scroll::-webkit-scrollbar-thumb {
  border-radius: 100vmax;
  background: #33b2ed;
}
#main .section .table_events .table_scroll::-webkit-scrollbar-track {
  background: rgba(51, 178, 237, 0.5);
  border-radius: 100vmax;
  margin-left: 141px;
  margin-right: 10px;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll::-webkit-scrollbar-track {
    margin-left: 207px;
  }
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll {
    margin-right: 0;
    margin-left: -207px;
    padding-bottom: 10px;
  }
}
#main .section .table_events .table_scroll .simplebar-track {
  background: #e5e5e5; /* バーの背景色を設定できます*/
  border-radius: 10px;
}
#main .section .table_events .table_scroll .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; /* デフォルトだと薄くなっています。*/
}
#main .section .table_events .table_scroll .simplebar-track .simplebar-scrollbar::before {
  background: #f7c934; /* ここでバーの色を設定 */
}
#main .section .table_events .table_scroll p {
  height: 110px;
  margin-bottom: 12px;
  padding-left: 141px;
  position: relative;
}
#main .section .table_events .table_scroll p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll p {
    height: 130px;
    padding-left: 207px;
  }
}
#main .section .table_events .table_scroll p:first-child {
  height: 48px;
  height: 40px;
  margin-bottom: 16px;
}
#main .section .table_events .table_scroll p:first-child img {
  height: 48px;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll p:first-child {
    height: 48px;
  }
}
#main .section .table_events .table_scroll p:first-child::after {
  bottom: -11px;
}
#main .section .table_events .table_scroll p:first-child::before {
  content: "";
  width: 2476px;
  height: 6px;
  background-image: linear-gradient(90deg, #d8e2fd, #80f1f1 50%, #f5eea6);
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll p:first-child::before {
    width: 2542px;
  }
}
#main .section .table_events .table_scroll p::after {
  content: "";
  width: 2476px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll p::after {
    width: 2542px;
  }
}
#main .section .table_events .table_scroll img {
  width: auto;
  min-width: 2335px;
  white-space: nowrap;
  display: block;
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll img {
    cursor: grab;
  }
}
@media (min-width:769px) {
  #main .section .table_events .table_scroll img {
    -webkit-overflow-scrolling: touch;
  }
  #main .section .table_events .table_scroll img > * {
    -webkit-transform: translateZ(0px);
  }
}
#main .section.company .list_company {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media (min-width:769px) {
  #main .section.company .list_company {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width:769px) {
  #main .section.company .list_company > li {
    display: flex;
  }
}
@media (min-width:769px) {
  #main .section.company .list_company > li .txt {
    flex: 1;
  }
}
#main .section.company .list_company > li .txt .ttl {
  margin-bottom: 2.6em;
  font-size: 2rem;
  position: relative;
}
#main .section.company .list_company > li .txt .ttl .tag {
  margin-top: 0.2em;
  display: block;
  font-size: 1.6rem;
}
@media (min-width:769px) {
  #main .section.company .list_company > li .txt .ttl {
    font-size: 2.4rem;
  }
}
#main .section.company .list_company > li .txt .ttl::after {
  content: "";
  width: 150px;
  height: 10px;
  background-image: linear-gradient(to right, #33b2ed, #ffff3e);
  position: absolute;
  left: 0;
  bottom: -1.2em;
}
#main .section.company .list_company > li .txt p {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (min-width:769px) {
  #main .section.company .list_company > li .txt p {
    font-size: 1.8rem;
  }
}
#main .section.company .list_company > li .img {
  margin-top: 40px;
}
#main .section.company .list_company > li .img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width:769px) {
  #main .section.company .list_company > li .img {
    width: 400px;
    margin-top: 0;
    margin-left: 56px;
  }
}

.breadcrumb {
  padding: 2px 24px 5px;
}
@media (min-width:769px) {
  .breadcrumb {
    padding: 16px 30px;
  }
}
.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;
}
.breadcrumb ul li + li {
  margin-left: 16px;
  display: flex;
}
.breadcrumb ul li + li::before {
  content: "/";
  margin-right: 14px;
  display: block;
}
@media (min-width:769px) {
  .breadcrumb ul li + li {
    margin-left: 20px;
  }
  .breadcrumb ul li + li::before {
    margin-right: 18px;
  }
}
.breadcrumb ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
  color: #ff78c8;
}

/* ======================================
#footer
====================================== */
#footer .inner {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f0f4f8;
  position: relative;
  border-top: 25px solid;
  -o-border-image: linear-gradient(to right, #33b2ed, #ffff3e) 1;
     border-image: linear-gradient(to right, #33b2ed, #ffff3e) 1;
}
@media (min-width:769px) {
  #footer .inner {
    width: 100%;
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    border-width: 20px;
  }
}
#footer .inner .cts {
  display: flex;
  justify-content: space-between;
}
@media (min-width:769px) {
  #footer .inner .cts .logo {
    display: none;
  }
}
#footer .inner .cts .logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .inner .cts .logo a .img {
  width: 103px;
}
#footer .inner .cts .logo a .tag {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
  white-space: nowrap;
}
#footer .inner .cts .nav_footer {
  width: -moz-fit-content !important;
  width: fit-content !important; /* (4) コンテナ全体の幅を内容に合わせる */
  display: grid; /* グリッドコンテナとして定義 */
  grid-template-columns: max-content max-content; /* (1) 2列にする。 (2)(3) 各列は最も長いコンテンツの幅に合わせる */
  gap: 10px 20px; /* 行間を5px、列間を20px空けます (値はSCSS変数にするか、適宜調整してください) */
}
@media (min-width:769px) {
  #footer .inner .cts .nav_footer {
    display: flex;
    gap: 0 40px;
  }
}
#footer .inner .cts .nav_footer li {
  /* width の指定は grid-template-columns で管理されるため不要になります */
  /* max-width の指定も grid-template-columns: max-content でカバーされるため不要です */
  font-size: 1.2em;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#footer .inner .cts .nav_footer li a {
  color: #2e3a44;
  display: block;
}
@media (min-width:769px) {
  #footer .inner .cts .nav_footer li a:hover {
    color: #ff78c8;
  }
}
#footer .inner .copy {
  margin-top: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media (min-width:769px) {
  #footer .inner .copy {
    margin-top: 0;
    text-align: left;
  }
}

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