@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Text:wght@400;600;700&family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

body {
  font-family: "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "ＭＳ Ｐゴシック", Helvetica, Arial, "Hiragino Kaku Gothic Pro", sans-serif;
}

input,
select {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.btn_area {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 60px;
}
.btn_area .btn {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  transition: 0.3s;
  color: #ffffff;
  border: 1px solid #1490b3;
  border-radius: 0;
  outline: none;
  background: #1490b3;
}
.btn_area .btn:hover {
  color: #1490b3;
  background: #ffffff;
}
.btn_area .btn.square {
  justify-content: center;
  width: 320px;
  max-width: 320px;
  height: 50px;
  margin: 0 auto;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0;
  background: #ffffff;
}
.btn_area .btn.square::after {
  position: absolute;
  right: 1em;
}
.btn_area .btn_orange {
  background-color: #f8833e;
}
.btn_area .btn_black {
  background-color: #333333;
}

.more-btn {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 0;
}
@media (max-width: 440px) {
  .more-btn {
    width: 90%;
  }
}
.more-btn .more {
  font-size: 16px;
  line-height: 2.2;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  border-radius: 0;
}
.more-btn .more:hover {
  font-style: italic;
  cursor: pointer;
  color: #ffffff !important;
}
.more-btn .more:hover a {
  color: #ffffff;
}
.more-btn .more:hover::after {
  left: -10%;
  width: 120%;
}
.more-btn .more::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  left: -10%;
  width: 0;
  height: 3px;
  height: 120%;
  content: "";
  transition: 0.3s;
  transform: skewX(15deg);
  background: #333333;
}

.btn-n {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  border: solid 2px #1490b3;
  border-radius: 5px;
  background-color: #1490b3;
}
.btn-n span {
  line-height: 1;
  position: absolute;
  top: 13px;
  right: 10px;
  display: block;
}
.btn-n:hover {
  color: #1490b3;
  background-color: #eeeeee;
}
.btn-n::after {
  position: absolute;
  right: 10px;
}

a.bg_pink:hover {
  opacity: 0.6;
  background-color: #ff6984;
}

a.bg_green:hover {
  opacity: 0.6;
  background-color: #54a477;
}

.mail::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  padding-left: 0.8em;
  content: "\f0e0";
}

.angle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "\f105";
  transform: translateY(-50%);
}

.required::after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  padding-right: 10px;
  padding-left: 10px;
  content: "必須";
  color: #ffffff;
  border-radius: 5px;
  background-color: #a20000;
}

.tel::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  content: "\f095";
}

.fax::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  content: "\f1ac";
}

.pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
}

.movie::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c8";
}

.info-circle {
  position: relative;
}
.info-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f05a";
}

@font-face {
  font-family: "源柔ゴシックP";
  src: url("../../font/GenJyuuGothic-P-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.u_mv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #99cfc7;
}
.u_mv h2 {
  font-family: "copperplate", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
.u_mv span {
  padding-top: 10px;
  font-family: "源柔ゴシックP", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.pagination {
  font-size: 24px;
  gap: 15px;
}
.pagination .page-item .page-link {
  color: #393e76;
}
.pagination .page-item .page-link:hover {
  background-color: #393e76;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #393e76;
  border-color: #393e76;
  pointer-events: none;
  color: #ffffff;
}

.contact .section-contact {
  padding-right: 15px;
  padding-left: 15px;
}
.contact form {
  padding-bottom: 60px;
}
.contact form dl dd .textarea-text-contact {
  width: 100%;
  max-width: 100%;
}
.contact form dl dd textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 237px;
}

main {
  overflow: hidden;
}

.mv_area {
  display: flex;
  overflow: hidden;
  aspect-ratio: 3/1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_area {
    flex-direction: column;
    aspect-ratio: auto;
  }
}
.mv_area .mv_box {
  position: absolute;
  top: 0;
  transition: 0.6s;
  width: 50%;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mv_area .mv_box {
    position: relative;
    width: 100%;
  }
}
.mv_area .mv_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform 0.4s;
  z-index: 1;
}
.mv_area .mv_box:hover {
  width: 100vw;
  z-index: 10;
}
.mv_area .mv_box section {
  position: absolute;
  bottom: 3em;
  left: 2.5em;
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 5;
}
@media screen and (max-width: 1400px) {
  .mv_area .mv_box section {
    font-size: 4.5833vw;
    bottom: 2.166666666vw;
    left: 2.166666666vw;
  }
}
.mv_area .mv_box section h3 {
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .mv_area .mv_box section h3 {
    font-size: 4.5833vw;
  }
}
@media screen and (max-width: 768px) {
  .mv_area .mv_box section h3 {
    font-size: 8.8235294118vw;
  }
}
.mv_area .mv_box section p {
  height: 55px;
  border-left: 1px double #ffffff;
  border-right: 1px double #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv_area .mv_box section p {
    font-size: 3.9062vw;
    height: 8.8235vw;
  }
}
.mv_area .mv_box section p::before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -4px;
}
.mv_area .mv_box section p::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4px;
}
.mv_area .mv_box section p span {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.mv_area .mv_box .mark-icon {
  position: absolute;
  bottom: 3em;
  right: 2.5em;
  z-index: 10;
  width: 80px;
  height: 80px;
  transition: 0.8s;
}
@media screen and (max-width: 1400px) {
  .mv_area .mv_box .mark-icon {
    width: 5.3333vw;
    height: 5.3333vw;
    bottom: 2.166666666vw;
    right: 2.166666666vw;
  }
}
@media screen and (max-width: 550px) {
  .mv_area .mv_box .mark-icon {
    width: 17.8181818181vw;
    height: 17.8181818181vw;
  }
}
.mv_area .mv_box .mark-icon span {
  position: absolute;
  top: 0;
  left: 0;
}
.mv_area .mv_box .mark-icon span:last-child {
  animation-name: mark;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.mv_area .mv_box:hover .mark-icon {
  transform: scale(1.2);
}
.mv_area .mv_box:hover .mark-icon span:last-child {
  animation-duration: 3s;
}
@keyframes mark {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mv_area .mv-side_a {
  left: 0;
  border-radius: 15% 0 0 0;
}
@media screen and (max-width: 768px) {
  .mv_area .mv-side_a section {
    bottom: auto;
    top: 1em;
    right: 1em;
    left: auto;
  }
  .mv_area .mv-side_a .mark-icon {
    right: 1em;
    bottom: auto;
    top: 5.5em;
  }
}
.mv_area .mv-side_a::before {
  background-color: #db7c80;
  mix-blend-mode: multiply;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.mv_area .mv-side_a:hover {
  border-radius: 0 0 0 0;
}
.mv_area .mv-side_b {
  right: 0;
  border-radius: 0 15% 0 0;
}
@media screen and (max-width: 768px) {
  .mv_area .mv-side_b {
    border-radius: 0 0 15% 0;
  }
  .mv_area .mv-side_b section {
    bottom: 1em;
    left: 1em;
  }
  .mv_area .mv-side_b .mark-icon {
    right: auto;
    left: 1em;
    bottom: 5.5em;
  }
}
.mv_area .mv-side_b::before {
  background-color: #e0a758;
  mix-blend-mode: multiply;
  opacity: 1;
  transform: translateX(100%);
  transform-origin: right;
  transition: transform 0.4s;
}
.mv_area .mv-side_b:hover {
  border-radius: 0 0 0 0;
}
.mv_area.open .mv-side_a::before {
  transform: scaleX(1);
}
.mv_area.open .mv-side_b::before {
  transform: translateX(0);
}
.mv_area.open video {
  opacity: 1;
}
.mv_area video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
}
.mv_area:hover .curve-text-container {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .mv_area:hover .curve-text-container {
    opacity: 1;
  }
}

.curve-text-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.8s;
}
@media screen and (max-width: 1570px) {
  .curve-text-container {
    max-width: 100%;
    width: 33.3333vw;
  }
}
@media screen and (max-width: 1200px) {
  .curve-text-container {
    max-width: 100%;
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .curve-text-container {
    width: 62.5vw;
    top: 45%;
    transform: translate(-50%, -50%);
  }
}
.curve-text-container.left {
  transform: scale(0.5);
  top: 45%;
  left: -3%;
}

.curve-text {
  fill: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.main_menu {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .main_menu ul {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .main_menu ul li {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .main_menu ul li {
    width: 25%;
  }
  .main_menu ul li:last-child a::after {
    content: none;
  }
}
.main_menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #ff6984;
  width: 220px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .main_menu ul li a {
    width: auto;
    text-align: center;
  }
}
.main_menu ul li a br {
  display: none;
}
@media screen and (max-width: 550px) {
  .main_menu ul li a br {
    display: block;
  }
}
.main_menu ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #231815;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_menu ul li a:first-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background-color: #231815;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 550px) {
  .main_menu ul li a:first-child::before {
    content: none;
  }
}
@media screen and (min-width: 550px) {
  .main_menu ul li a:hover span:nth-of-type(1)::before {
    transform: scale(0);
  }
  .main_menu ul li a:hover span:nth-of-type(1) img {
    transform: translate(-50%, -50%) scale(1.5);
    transition-timing-function: cubic-bezier(0.34, -0.14, 0.81, 1.86);
  }
  .main_menu ul li a:hover span:nth-of-type(2) {
    letter-spacing: 3px;
  }
  .main_menu ul li a:hover span:nth-of-type(3) {
    transform: translateX(15px);
  }
}
.main_menu ul li a span {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  position: relative;
}
.main_menu ul li a span img {
  transform-origin: center center;
  transition: 0.4s;
  transition-timing-function: linear;
}
.main_menu ul li a span:nth-of-type(1) {
  max-width: 100px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 550px) {
  .main_menu ul li a span:nth-of-type(1) {
    width: 13.6363636vw;
    height: 13.6363636vw;
  }
}
.main_menu ul li a span:nth-of-type(1)::before {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.4s;
  transform-origin: center center;
}
.main_menu ul li a span:nth-of-type(1) img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_menu ul li a span:nth-of-type(2) {
  letter-spacing: 0.1px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
}
@media screen and (max-width: 880px) {
  .main_menu ul li a span:nth-of-type(2) {
    font-size: 2.0455vw;
  }
}
@media screen and (max-width: 550px) {
  .main_menu ul li a span:nth-of-type(2) {
    height: 1.4em;
    font-size: 3.2727vw;
  }
}
.main_menu ul li a span:nth-of-type(3) {
  display: block;
  width: 20px;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  .main_menu ul li a span:nth-of-type(3) {
    width: 5.8824vw;
  }
}
.main_menu ul li:nth-of-type(2) a {
  color: #f8833e;
}
.main_menu ul li:nth-of-type(3) a {
  color: #1490b3;
}
.main_menu ul li:nth-of-type(4) a {
  color: #54a477;
}
@media screen and (max-width: 991px) {
  .main_menu ul li:nth-of-type(1) a::before {
    content: none;
  }
}
@media screen and (max-width: 991px) {
  .main_menu ul li:nth-of-type(4) a::after {
    content: none;
  }
}

.news_topics {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
.news_topics h2 {
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .news_topics h2 {
    margin-bottom: 4.6875vw;
  }
}
.news_topics .news-block {
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .news_topics .news-block {
    flex-direction: column;
  }
}
.news_topics .news-bnr {
  max-width: 500px;
  border: 15px solid #f0f0f0;
}
@media screen and (max-width: 1200px) {
  .news_topics .news-bnr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 550px) {
  .news_topics .news-bnr {
    max-width: 100%;
    width: 100%;
  }
}
.news_topics .news-bnr a {
  transition: 0.4s;
}
.news_topics .news-bnr a:hover {
  opacity: 0.5;
}

.news-box {
  position: relative;
}
.news-box ul {
  font-size: 15px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .news-box ul {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.news-box ul li:not(:last-child) {
  border-bottom: 1px dotted #333333;
}
.news-box ul li a {
  color: #333333;
  line-height: 4em;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 550px) {
  .news-box ul li a {
    flex-wrap: wrap;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    gap: 0.2em;
  }
}
.news-box ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 550px) {
  .news-box ul li span {
    line-height: 1.4;
  }
}
.news-box ul li span.time {
  font-weight: bold;
  padding-right: 0.5em;
}
.news-box ul li span.text {
  margin-left: 0.5em;
}
@media screen and (max-width: 550px) {
  .news-box ul li span.text {
    width: 100%;
    font-size: 3.8889vw;
    margin-left: 0;
  }
}
.news-box ul li span.cat-01 {
  color: #ffffff;
  background-color: #1490b3;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-02 {
  color: #ffffff;
  background-color: #f10052;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-03 {
  color: #ffffff;
  background-color: #393e76;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-04 {
  color: #ffffff;
  background-color: #f8833e;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-05 {
  color: #ffffff;
  background-color: #54a477;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-06 {
  color: #ffffff;
  background-color: #fff000;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.news-box ul li span.cat-tag {
  font-size: 11px;
  min-width: 10em;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .news-box ul li span.cat-tag {
    font-size: 3.055555555vw;
  }
}
.news-box .more {
  position: absolute;
  right: 0;
  bottom: -2em;
}
@media screen and (max-width: 1200px) {
  .news-box .more {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.news-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #646464;
  border: 1px solid #646464;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  width: 100px;
  height: 25px;
  border-radius: 15px;
  font-family: "futura-pt", sans-serif;
  transition: 0.3s;
}
.news-box .more a::after {
  content: ">";
  padding-left: 1em;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s;
}
.news-box .more a:hover {
  background-color: #ffffff;
  color: #646464;
}
.news-box .more a:hover::after {
  transform: translateX(10px);
}

.youth {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
.youth .carousel {
  overflow: hidden;
  white-space: nowrap;
}
.youth .carousel-track {
  display: inline-flex;
}
.youth .carousel-track img {
  height: 290px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .youth .carousel-track img {
    height: 29.0909vw;
  }
}
.youth .youth_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .youth .youth_area {
    flex-direction: column;
    gap: 15.4444vw;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .youth .youth_area {
    gap: 18.1818vw;
    padding-left: 5.8182vw;
    padding-right: 5.8182vw;
  }
}
.youth .youth_area .youth-text {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .youth .youth_area .youth-text {
    width: 100%;
    padding-left: 11.11111vw;
    padding-right: 11.11111vw;
    padding-top: 20%;
  }
}
.youth .youth_area .youth-text svg {
  width: 100%;
}
.youth .youth_area .youth_latter {
  width: 50%;
  font-family: "GenJyuuGothicP", "游ゴシック";
  font-size: 16px;
  line-height: 3;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .youth .youth_area .youth_latter {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .youth .youth_area .youth_latter {
    padding-left: 0;
    padding-right: 0;
    line-height: 2.5;
    font-size: 2.9091vw;
  }
}
@media screen and (max-width: 480px) {
  .youth .youth_area .youth_latter {
    font-size: 3.3333vw;
  }
}
.youth .youth_area .youth_latter p {
  width: fit-content;
  font-weight: bold;
  position: relative;
}
.youth .youth_area .youth_latter p span.mask {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  width: fit-content;
  white-space: nowrap;
  z-index: 1;
}
.youth .youth_area .bubble-container {
  overflow: visible !important;
}
.youth .youth-icon span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.youth .youth-icon span img {
  width: 50%;
}

.anan-favorite {
  background-color: #ffc0d5;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .anan-favorite:hover {
    background-color: #ffffff;
  }
  .anan-favorite:hover #favorite-ring .cls-1 {
    stroke: #ffc0d5 !important;
  }
  .anan-favorite:hover #favorite-ring .cls-2 {
    fill: #ffc0d5 !important;
  }
  .anan-favorite:hover #favorite-ring .cls-3 {
    fill: #ffc0d5 !important;
  }
  .anan-favorite:hover #favorite-text .cls-4 {
    fill: #ffc0d5 !important;
  }
  .anan-favorite:hover .caption span {
    color: #ffc0d5 !important;
  }
}
.anan-favorite .content {
  display: flex;
  justify-content: center;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .anan-favorite .content {
    padding-right: 20px;
    padding-left: 20px;
    transform: translateY(10px);
    padding-top: 39.5556vw;
    gap: 20px;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  .anan-favorite .content {
    padding-top: 30.5556vw;
  }
}
@media screen and (max-width: 550px) {
  .anan-favorite .content {
    gap: 0;
    padding-top: 29.0909vw;
  }
}
@media screen and (max-width: 420px) {
  .anan-favorite .content {
    padding-top: 36.0909vw;
  }
}
.anan-favorite .cara-center .favorite_box {
  position: relative;
  width: 50%;
  margin-left: 3em;
  margin-right: 3em;
}
.anan-favorite .cara-center .favorite_box span {
  width: 300px;
  height: 300px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-center .favorite_box span {
    width: 55.3333vw;
    height: 55.3333vw;
  }
}
.anan-favorite .cara-center .favorite_box span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: mark;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.anan-favorite .cara-center #favorite-ring * {
  transition: 0.4s;
}
.anan-favorite .cara-center #favorite-ring .cls-1 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5.69px;
}
.anan-favorite .cara-center #favorite-ring .cls-1,
.anan-favorite .cara-center #favorite-ring .cls-2 {
  fill: none;
}
.anan-favorite .cara-center #favorite-ring .cls-2 {
  fill: #fff;
}
.anan-favorite .cara-center #favorite-ring .cls-3 {
  fill: #fff;
}
.anan-favorite .cara-center #favorite-text .cls-4 {
  fill: #fff;
  transition: 0.4s;
}
.anan-favorite .arthur-wrapper-a {
  position: relative;
  width: 150px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .anan-favorite .arthur-wrapper-a {
    top: 11.1111vw;
  }
}
@media screen and (max-width: 550px) {
  .anan-favorite .arthur-wrapper-a {
    width: 100%;
  }
}
.anan-favorite .arthur-wrapper-b {
  position: relative;
  width: 183px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  top: 18px;
}
@media screen and (max-width: 991px) {
  .anan-favorite .arthur-wrapper-b {
    top: 15.1111vw;
  }
}
@media screen and (max-width: 550px) {
  .anan-favorite .arthur-wrapper-b {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-center {
    position: absolute;
    top: -50%;
  }
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-center {
    top: -5%;
  }
}
.anan-favorite .cara-a {
  position: relative;
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-a {
    display: flex;
    align-items: flex-end;
    width: 43.4444vw;
    margin-right: auto;
  }
}
.anan-favorite .cara-a .caption {
  bottom: 15px;
  left: -55%;
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-a .caption {
    position: static;
  }
}
.anan-favorite .cara-b {
  position: relative;
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-b {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 48.4444vw;
  }
}
.anan-favorite .cara-b .caption {
  bottom: 15px;
  right: -35%;
}
@media screen and (max-width: 991px) {
  .anan-favorite .cara-b .caption {
    position: static;
  }
}
.anan-favorite .caption {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .anan-favorite .caption {
    min-width: 7em;
  }
}
@media screen and (max-width: 490px) {
  .anan-favorite .caption {
    min-width: 6em;
  }
}
.anan-favorite .caption span {
  line-height: 1.4;
  font-size: 12px;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .anan-favorite .caption span {
    font-size: 2.7778vw;
  }
}
@media screen and (max-width: 550px) {
  .anan-favorite .caption span {
    font-size: 2.7272727273vw;
  }
}
.anan-favorite .caption span:last-child {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .anan-favorite .caption span:last-child {
    font-size: 3.3333vw;
  }
}
@media screen and (max-width: 550px) {
  .anan-favorite .caption span:last-child {
    font-size: 3.272727272vw;
  }
}
.anan-favorite #head-a {
  transform-origin: center bottom;
  position: relative;
  z-index: 1;
}
.anan-favorite #body-a {
  transform: translateY(-11px);
}
.anan-favorite #head-b {
  transform-origin: center bottom;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .anan-favorite #head-b {
    top: -1.0417vw;
  }
}
.anan-favorite #body-b {
  transform: translateY(-26px);
}

.top-sns-box {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 550px) {
  .top-sns-box {
    padding-top: 80px;
  }
}
.top-sns-box h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 550px) {
  .top-sns-box h2 {
    line-height: 1.8;
  }
}
.top-sns-box ul {
  display: flex;
  justify-content: center;
  gap: 65px;
}
.top-sns-box ul li {
  width: 65px;
}
.top-sns-box .bnr_area {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  .top-sns-box .bnr_area {
    padding-top: 3em;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-sns-box .bnr_area ul {
    flex-direction: column;
    width: 100%;
    gap: 3em;
    justify-content: center;
  }
}
.top-sns-box .bnr_area ul li {
  width: 100%;
  max-width: 400px;
}
.openschool {
  background-color: #ea6b90;
}
.openschool main {
  height: 100%;
}
.openschool .contents {
  position: relative;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #f1f1f2 1px, transparent 1px), linear-gradient(to bottom, #f1f1f2 1px, transparent 1px);
  background-size: 15px 15px;
}
.openschool .contents > section {
  padding-left: 30px;
  padding-right: 30px;
}
.openschool .contents .mv {
  padding-top: 30px;
  padding-bottom: 30px;
}
.openschool .contents .info_area {
  text-align: center;
  border: 5px solid #000;
  border-radius: 30px;
  background-color: #ea6b90;
  font-size: 22px;
  padding-bottom: 1.5em;
  position: relative;
  box-shadow: 5px 5px 0px #000;
}
@media screen and (max-width: 690px) {
  .openschool .contents .info_area {
    font-size: 3.1884vw;
  }
}
.openschool .contents .info_area .info {
  font-size: 33px;
  font-weight: bold;
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  border: 5px solid #000;
  line-height: 1.8;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 690px) {
  .openschool .contents .info_area .info {
    max-width: 100%;
    width: 57.971vw;
    font-size: 4.7826vw;
  }
}
.openschool .contents .info_area strong {
  background: #fff3a8;
  padding: 0.2em 0.8em;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.2;
  color: #ea6b90;
}
.openschool .contents .info_area p {
  padding-top: 1em;
  line-height: 1.8;
  color: #ffffff;
}
.openschool .contents .schedule {
  padding-left: 0;
  padding-top: 30px;
}
.openschool .contents .schedule .title {
  position: relative;
  width: fit-content;
}
.openschool .contents .schedule .title h3 {
  color: #ea6b90;
  font-size: 66px;
  font-weight: bold;
  border: 5px solid #ea6b90;
  border-left: none;
  font-family: "din-2014", sans-serif;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: -0.3px;
  line-height: 1.4;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .title h3 {
    font-size: 9.5652vw;
  }
}
.openschool .contents .schedule .title h4 {
  font-size: 23px;
  font-weight: bold;
  border: 5px solid #ea6b90;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.8;
  position: absolute;
  bottom: -1.4em;
  right: -2.8em;
  background-color: #ffffff;
  letter-spacing: -0.3px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .title h4 {
    font-size: 3.3333333333vw;
  }
}
.openschool .contents .schedule .info {
  display: flex;
  padding-top: 3.5em;
  gap: 25px;
  justify-content: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .info {
    gap: 3.6232vw;
  }
}
.openschool .contents .schedule .info .bus {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  background-color: transparent;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .info .bus {
    width: 21.7391vw;
  }
}
.openschool .contents .schedule .info .bus span {
  width: 100%;
}
.openschool .contents .schedule .info .bus span:first-child {
  width: 100px;
  margin-bottom: auto;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .info .bus span:first-child {
    width: 14.4928vw;
  }
}
.openschool .contents .schedule .info .text {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule .info .text {
    font-size: 3.1884vw;
  }
}
.openschool .contents .schedule-list {
  padding-bottom: 40px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list {
    padding-bottom: 5.7971vw;
  }
}
.openschool .contents .schedule-list .list {
  border: 5px solid #63bac2;
  margin-bottom: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list {
    margin-bottom: 5.7971vw;
  }
}
.openschool .contents .schedule-list .list .title {
  display: flex;
}
.openschool .contents .schedule-list .list .title span {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list .title span {
    font-size: 4.347826087vw;
  }
}
.openschool .contents .schedule-list .list .title span:first-child {
  background-color: #63bac2;
  color: #ffffff;
  padding-left: 1em;
  width: 70%;
  font-size: 32px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list .title span:first-child {
    font-size: 4.6377vw;
  }
}
.openschool .contents .schedule-list .list .title span:last-child {
  position: relative;
  padding-left: 0.5em;
  padding-top: 0.1em;
}
.openschool .contents .schedule-list .list .title span:last-child::before {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: -49px;
  width: 50px;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list .title span:last-child::before {
    left: -7.1014vw;
    width: 7.2464vw;
    top: 0.5px;
  }
}
.openschool .contents .schedule-list .list .time {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 3px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list .time {
    font-size: 3.1884vw;
    margin-right: 2.8986vw;
    margin-left: 2.8986vw;
    padding-top: 2.8986vw;
    padding-bottom: 2.8986vw;
  }
}
.openschool .contents .schedule-list .list ul {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul {
    padding-top: 2.8986vw;
    padding-right: 2.8986vw;
    padding-left: 2.8986vw;
  }
}
.openschool .contents .schedule-list .list ul li {
  display: flex;
  width: fit-content;
  padding-right: 3px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li {
    padding-left: 0.4348vw;
  }
}
.openschool .contents .schedule-list .list ul li span {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
.openschool .contents .schedule-list .list ul li span:nth-of-type(1) {
  font-size: 35px;
  position: relative;
  color: white;
  z-index: 1;
  padding-left: 5px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li span:nth-of-type(1) {
    font-size: 5.0725vw;
    padding-right: 0.7246vw;
  }
}
.openschool .contents .schedule-list .list ul li span:nth-of-type(1)::before {
  content: "";
  display: block;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 83px;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  z-index: -1;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li span:nth-of-type(1)::before {
    width: 9.4203vw;
    height: 12.029vw;
  }
}
.openschool .contents .schedule-list .list ul li span:nth-of-type(2) {
  font-size: 86px;
  padding-left: 15px;
  padding-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li span:nth-of-type(2) {
    padding-left: 2.1739130435vw;
    padding-top: 2.1739130435vw;
    font-size: 12.4638vw;
  }
}
.openschool .contents .schedule-list .list ul li span:nth-of-type(3) {
  font-size: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #63bac2;
  margin-top: auto;
  color: #ffffff;
  margin-bottom: 15px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list ul li span:nth-of-type(3) {
    font-size: 3.6232vw;
    width: 6.5217vw;
    height: 6.5217vw;
    margin-bottom: 2.1739vw;
  }
}
.openschool .contents .schedule-list .list ul li:not(:first-child) {
  border-left: 3px solid #000;
  padding-left: 15px;
}
.openschool .contents .schedule-list .list p {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .list p {
    padding-top: 2.8986vw;
    padding-bottom: 2.8986vw;
    font-size: 3.0435vw;
  }
}
.openschool .contents .schedule-list .btn_area {
  max-width: 515px;
  height: 125px;
  border: 3px solid #000;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .btn_area {
    max-width: 100%;
    width: 74.6377vw;
    height: 18.1159vw;
  }
}
.openschool .contents .schedule-list .btn_area .btn {
  background-color: #000;
  color: #ffffff;
  font-size: 30px;
  border-radius: 5em;
  height: 100%;
  position: relative;
  transition: 0.8s;
  width: 98%;
  height: 92%;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .btn_area .btn {
    font-size: 4.3478vw;
  }
}
.openschool .contents .schedule-list .btn_area .btn:hover {
  width: 105%;
  height: 105%;
}
.openschool .contents .schedule-list .btn_area .btn:hover img {
  right: 0.8em;
}
.openschool .contents .schedule-list .btn_area .btn img {
  width: 82px;
  position: absolute;
  right: 1em;
  top: 47%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 690px) {
  .openschool .contents .schedule-list .btn_area .btn img {
    width: 11.8841vw;
  }
}
.openschool .contents .highlights {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 200px;
}
@media screen and (max-width: 690px) {
  .openschool .contents .highlights {
    padding-top: 4.3478vw;
    padding-bottom: 28.9855vw;
  }
}
.openschool .contents .highlights .title {
  position: relative;
  width: fit-content;
}
.openschool .contents .highlights .title h3 {
  color: #ea6b90;
  font-size: 66px;
  font-weight: bold;
  border: 5px solid #ea6b90;
  border-left: none;
  font-family: "din-2014", sans-serif;
  width: fit-content;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: -0.3px;
  line-height: 1.4;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 690px) {
  .openschool .contents .highlights .title h3 {
    font-size: 9.5652vw;
    padding-right: 7.2464vw;
    padding-left: 7.2464vw;
    letter-spacing: -0.0435vw;
  }
}
.openschool .contents .highlights .title h4 {
  font-size: 23px;
  font-weight: bold;
  border: 5px solid #ea6b90;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.8;
  position: absolute;
  bottom: -1.4em;
  right: -2.8em;
  background-color: #ffffff;
  letter-spacing: -0.3px;
  font-feature-settings: "palt";
  z-index: 1;
}
@media screen and (max-width: 690px) {
  .openschool .contents .highlights .title h4 {
    font-size: 3.3333vw;
    padding-left: 3.6232vw;
    padding-right: 3.6232vw;
    letter-spacing: -0.0435vw;
  }
}
.openschool .contents .highlights .base {
  position: relative;
}
.openschool .contents .highlights .base .line {
  position: relative;
  top: -70px;
  z-index: 0;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}
.openschool .contents .highlights .base .parts {
  position: absolute;
  top: 0;
  width: 45%;
}
.openschool .contents .highlights .base .img-1 {
  top: 0;
  left: 48%;
  width: 35%;
  z-index: 5;
}
.openschool .contents .highlights .base .img-2 {
  top: 42%;
  left: 0%;
  width: 31%;
  z-index: 15;
}
.openschool .contents .highlights .base .img-3 {
  top: 68%;
  right: -12%;
  z-index: 15;
  width: 50%;
}
.openschool .contents .highlights .base .text-1 {
  top: 9%;
  left: 7%;
  z-index: 10;
}
.openschool .contents .highlights .base .text-2 {
  top: 26%;
  left: 48%;
  z-index: 15;
}
.openschool .contents .highlights .base .text-3 {
  top: 64%;
  left: 24%;
  width: 387px;
  z-index: 10;
}
@media screen and (max-width: 690px) {
  .openschool .contents .highlights .base .text-3 {
    width: 56.087vw;
  }
}
.openschool .contents .bus {
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
.openschool .contents .bus p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .openschool .contents .bus p {
    font-size: 3.7681vw;
  }
}
.openschool .openschool_info {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #ffffc4;
}
.openschool .openschool_info .coution {
  margin-bottom: 50px;
}
@media screen and (max-width: 690px) {
  .openschool .openschool_info .coution {
    margin-bottom: 7.2464vw;
  }
}
.openschool .openschool_info .coution p {
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 690px) {
  .openschool .openschool_info .coution p {
    font-size: 3.1884vw;
  }
}
.openschool .openschool_info h4 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  background-color: #ea6b90;
  line-height: 1.6;
  border-radius: 30px;
  transform: translateY(50%);
}
@media screen and (max-width: 690px) {
  .openschool .openschool_info h4 {
    font-size: 3.913vw;
  }
}
.openschool .openschool_info dl {
  background-color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  padding: 50px;
  border-radius: 15px;
}
@media screen and (max-width: 690px) {
  .openschool .openschool_info dl {
    font-size: 3.6232vw;
    padding: 7.2464vw;
  }
}
.openschool .openschool_info dl dt {
  margin-bottom: 0.5em;
}
.openschool .openschool_info dl dd {
  line-height: 1.6;
  font-weight: bold;
}
.openschool .openschool_info dl hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-bottom: 1.2em;
}
.openschool .new_btn {
  position: fixed;
  bottom: 18%;
  right: 50%;
  width: 175px;
  height: 175px;
  z-index: 100;
  transform: translateX(420px);
}
@media screen and (max-width: 991px) {
  .openschool .new_btn {
    right: 0;
  }
}
.openschool .bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.openschool .bg-wrapper .bg-row {
  display: flex;
  gap: 90px;
  margin-bottom: 125px;
}
.openschool .bg-wrapper .bg-row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.openschool .bg-wrapper .bg-row img {
  height: 60px;
}

.access .contents {
  padding-top: 60px;
}
.access .map {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.access .map_box {
  display: flex;
  gap: 65px;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .access .map_box {
    flex-direction: column;
  }
}
.access h3 {
  border-top: 1px solid #231815;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.access h3 span {
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access h3 span {
    font-size: 2.34375vw;
    font-weight: 500;
  }
}
@media screen and (max-width: 550px) {
  .access h3 span {
    font-size: 3.2727vw;
  }
}
.access h3 span:nth-of-type(2) {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .access h3 span:nth-of-type(2) {
    font-size: 3.125vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 550px) {
  .access h3 span:nth-of-type(2) {
    font-size: 4vw;
  }
}
.access h3 svg .cls-1 {
  fill: none;
  stroke: #231815;
  stroke-miterlimit: 10;
}
.access .g-map {
  padding-top: 30px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #fff8ae 0, #fff8ae 8px, #fffbd6 8px, #fffbd6 16px);
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .access .g-map {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.access .g-map h3 {
  font-size: 15px;
  border-top: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access .g-map h3 {
    font-size: 2.8646vw;
  }
}
@media screen and (max-width: 550px) {
  .access .g-map h3 {
    font-size: 4vw;
  }
}
.access .g-map iframe {
  aspect-ratio: 200/61;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access .g-map iframe {
    aspect-ratio: 17/16;
  }
}
.access .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .access .sp {
    display: block;
  }
}
.access h4 {
  font-size: 22px;
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media screen and (max-width: 550px) {
  .access h4 {
    font-size: 4vw;
  }
}
.access .swipe {
  text-align: center;
}
.access .swipe img {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * exam.css
 *
 */
.exam {
  /* メインタイトル
  ---------------------------------------------------------- */
  /* 共通ボックス
  ---------------------------------------------------------- */
  /* 各データ
  ---------------------------------------------------------- */
  /* バナー用コンテンツ
  ---------------------------------------------------------- */
  /* SP画面のみで表示
  ---------------------------------------------------------- */
}
.exam .main-title {
  margin: 0 0 20px;
  padding: 32px 0;
  background: #99cfc7;
  text-align: center;
}
.exam .main-title img {
  width: 237px;
}
@media screen and (min-width: 769px) {
  .exam {
    /* PC */
  }
  .exam .main-title {
    margin: 0 0 32px;
    padding: 63px 0;
  }
  .exam .main-title img {
    width: 474px;
  }
}
.exam .exam-box {
  margin: 0 18px;
  padding: 0 0 32px;
}
.exam .exam-box img {
  width: 100%;
}
.exam .exam-box > h2 {
  padding: 8px 0;
  background: #72759a;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.exam .exam-applicants {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 13px 6px 0;
}
.exam .exam-applicants > div {
  width: 50%;
  margin: 0 6px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.exam .exam-applicants > div:nth-child(1) {
  background: #ffe1e7;
}
.exam .exam-applicants > div:nth-child(2) {
  background: #ffeecf;
}
.exam .exam-applicants-title {
  font-size: 1rem;
}
.exam .exam-applicants-data {
  margin: 6px 0 0;
  font-size: 1rem;
}
.exam .exam-applicants-data span {
  font-size: 1.7rem;
}
.exam .exam-border-box {
  max-width: 430px;
  margin-top: 15px;
  padding: 20px 15px 20px;
  border: solid #000000 1px;
}
.exam .exam-border-box .exam-border-box-text {
  margin-top: 0 !important;
}
.exam .exam-border-box .exam-border-box-text span {
  display: inline-block;
  margin-left: 15px;
}
.exam .exam-box.ver15 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 515px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-size: 3rem;
  line-height: 1;
}
.exam .exam-box.ver15 .exam-coution {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 30px;
  border: 1px solid #ff0000;
}
.exam .exam-box.ver15 .exam-coution span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.exam .exam-box.ver15 .exam-coution span img {
  max-width: 100%;
  height: 15px;
}
.exam .exam-box.ver15 .exam-applicants {
  margin-top: 0;
}
.exam .exam-box.ver15 .exam-applicants div {
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .exam {
    /* PC */
  }
  .exam .exam-box {
    width: 640px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .exam .exam-box > h2 {
    padding: 12px 0;
    font-size: 1.5rem;
  }
  .exam .exam-applicants {
    width: 516px;
    margin: 22px auto 0;
  }
  .exam .exam-applicants > div {
    margin: 0 13px;
    padding: 22px 0;
  }
  .exam .exam-applicants-title {
    font-size: 1.6rem;
  }
  .exam .exam-applicants-data {
    margin: 12px 0 0;
    font-size: 1.6rem;
  }
  .exam .exam-applicants-data span {
    font-size: 2.6rem;
  }
  .exam .exam-border-box .exam-border-box-text span br {
    display: none;
  }
  .exam .exam-data .ed-box {
    padding: 0.3em 1em 1.2em;
  }
  .exam .exam-data .ed-text {
    font-size: 1.4rem;
  }
}
.exam .exam-data {
  margin: 20px 12px 0;
}
.exam .exam-data > h3 {
  padding: 6px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-size: 1.4rem;
}
.exam .exam-data > h3:before {
  content: "■";
}
.exam .exam-data .ed-text {
  margin: 12px 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.exam .exam-data .ed-box {
  padding: 0.3em 1em 1.2em;
  border: 1px solid #000;
  width: min(90%, 38em);
  margin: 1em 0 4.5em;
  font-weight: bold;
}
.exam .exam-data .ed-caption {
  margin: 6px 0 0;
  font-size: 1rem;
  line-height: 1.6;
}
.exam .exam-data a {
  color: #404272;
  font-weight: bold;
  text-decoration: underline;
}
.exam .exam-data .edt-cl {
  color: #404272;
  font-weight: bold;
}
.exam .exam-data .eds-t .edt-cl {
  color: #404272;
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid #404272;
  text-align: center;
  display: block;
  line-height: 1.8;
}
.exam .exam-data .is-bold {
  color: #000000;
  font-weight: bold;
}
.exam .exam-data-sub > h4 {
  margin: 18px 0 0;
  font-size: 1.4rem;
}
.exam .exam-data-sub .eds-box {
  margin: 18px 0 0;
}
.exam .eds-text p {
  margin: 8px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.exam .exam-text {
  padding: 18px 18px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.exam .exam-tuition {
  margin: 30px 0 0;
}
.exam .exam-nurse-point {
  margin: 18px 0 0;
  padding: 20px;
  border-radius: 10px;
  background: #ffe1e7;
}
.exam .exam-nurse-point > h3 {
  margin: 0 0 20px;
  color: #ff6985;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.exam .exam-nurse-point .enp-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.exam .exam-nurse-point .enp-caption {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .exam {
    /* PC */
  }
  .exam .exam-data {
    margin: 30px 20px 0;
  }
  .exam .exam-data > h3 {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .exam .exam-data .ed-text {
    margin: 12px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .exam .exam-data-sub > h4 {
    margin: 18px 0 0;
    font-size: 1.5rem;
  }
  .exam .exam-data-sub .eds-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 12px 0 0;
  }
  .exam .exam-data-sub .eds-t {
    line-height: 1.5;
  }
  .exam .eds-img {
    flex-shrink: 0;
    width: 343px;
    margin: 0 15px 0 0;
  }
  .exam .eds-text p {
    margin: 8px 0 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .exam .eds-text p:nth-child(1) {
    margin: 0;
  }
  .exam .exam-text {
    padding: 18px 18px 0;
    font-size: 1.5rem;
  }
  .exam .exam-tuition {
    margin: 60px 18px 0;
  }
  .exam .exam-nurse-point {
    margin: 30px 0 0;
    padding: 20px 40px;
  }
  .exam .exam-nurse-point > h3 {
    margin: 0 0 16px;
    font-size: 1.5rem;
  }
  .exam .exam-nurse-point .enp-text {
    font-size: 1.3rem;
  }
  .exam .exam-nurse-point .white-box {
    font-size: 1.2em;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 0.3em 0.5em 0.2em;
    line-height: 1;
    font-weight: 500;
  }
  .exam .exam-nurse-point .enp-caption {
    font-size: 1rem;
  }
  .exam .exam-culinary-point .enp-text {
    font-size: 1.3rem;
    margin-top: 1.2em;
    line-height: 1.5;
  }
}
.exam .exam-bnr-img {
  padding: 0;
}
.exam .exam-bnr-img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .exam {
    /* PC */
  }
  .exam .exam-bnr-img {
    margin: 0 auto;
    padding: 0 0 0;
  }
  .exam .exam-bnr-img a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .exam {
    /* PC */
  }
  .exam .forSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .exam {
    /* PC */
  }
  .exam .forPC {
    display: none;
  }
}

.culinary .culinary_mv {
  position: relative;
  margin-bottom: 200px;
}
.culinary .base_mv {
  padding: 2.5vw;
  background-color: #ffa504;
}
.culinary .base_mv .sub_box {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 4%;
  right: 7%;
  gap: 15px;
}
.culinary .base_mv .sub_box span {
  width: 16.129032258vw;
}
.culinary .base_mv .sub_box span:nth-of-type(1) {
  padding-bottom: 10px;
}
.culinary .sub_menu {
  position: absolute;
  bottom: -7.874015748vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.4662756598vw;
}
.culinary .sub_menu li {
  width: 10.1173020528vw;
  height: 10.1173020528vw;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ffa504;
  transition: 0.4s;
  box-shadow: 5px 5px 0px #ffa504;
}
.culinary .sub_menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.4662756598vw;
  font-weight: bold;
  color: #333333;
  height: 100%;
  gap: 15px;
}
.culinary .sub_menu li a svg {
  stroke: #ffa504;
  fill: none;
  width: 1.0263929619vw;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  transition: 0.4s;
}
.culinary .sub_menu li:hover {
  transform: translate(5px, 5px);
  background-color: #ffffff;
  box-shadow: 0px 0px 0px #ffa504;
}
.culinary .sub_menu li:hover svg {
  transform: translateY(5px);
}
.culinary .mv_logo {
  position: absolute;
  top: 3vw;
  right: 5vw;
  z-index: 1;
  width: 20vw;
}
.culinary .mv_text {
  color: #ffffff;
  font-size: 1.6129032258vw;
  font-weight: 500;
  position: absolute;
  bottom: 3.6656891496vw;
  left: 3.6656891496vw;
}
.culinary .mv_text p {
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.culinary .features {
  padding-top: 100px;
  position: relative;
}
.culinary .features::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffa504;
  opacity: 0.09;
  z-index: -1;
  border-radius: 0 30em 0 0;
}
.culinary .features h2 {
  font-size: 3.3724340176vw;
  text-align: center;
  color: #ffa504;
  font-weight: bold;
  margin-bottom: 100px;
}
.culinary .features .inner .box {
  max-width: 80.6451612903vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 8.7976539589vw;
}
.culinary .features .inner .box h3 {
  font-size: 2.1994134897vw;
  font-weight: bold;
  background-color: #ffa504;
  color: #ffffff;
  text-align: center;
  width: 69.6480938416vw;
  height: 5.1319648094vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  position: relative;
}
.culinary .features .inner .box h3 img {
  position: absolute;
  bottom: 0;
  right: 4.7653958944vw;
  height: 10.9970674487vw;
}
.culinary .features .inner .box h4 {
  text-align: center;
  font-size: 1.7595307918vw;
  font-weight: bold;
  margin-bottom: 50px;
}
.culinary .features .inner .box h4 span {
  color: #ffa504;
}
.culinary .features .inner .box p {
  font-size: 1.2463343109vw;
  line-height: 1.8;
  max-width: 54.9853372434vw;
  font-feature-settings: "palt";
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-weight: 500;
}
.culinary .features .inner .box .img {
  max-width: 49.1202346041vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.culinary .features .inner .box.box-02 .img {
  max-width: 38.4164222874vw;
}

/*
 * qanda.css
 *
 */
.qnnda {
  /* メインタイトル
  ---------------------------------------------------------- */
  /* QAエリア
  ---------------------------------------------------------- */
  /* 切り替えタブボタン
  ---------------------------------------------------------- */
  /* QAコンテンツ
  ---------------------------------------------------------- */
  /* QAリスト
  ---------------------------------------------------------- */
  /* QAリスト（画像つきアンサー）
  ---------------------------------------------------------- */
}
.qnnda .qa-wrap {
  position: relative;
}
.qnnda .qa-wrap:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../../img/qanda/qa_bg_l.png) top right;
  background-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.qnnda .qa-wrap:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../../img/qanda/qa_bg_r.png) top left;
  background-size: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.qnnda .qa-wrap img {
  width: 100%;
}
.qnnda .qa-wrap-in {
  background: url(../../img/qanda/content_bg.png) top center repeat-y;
  background-size: 86%;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .qa-wrap {
    background-size: 20px;
  }
  .qnnda .qa-wrap:before {
    background-size: 64px;
  }
  .qnnda .qa-wrap:after {
    background-size: 64px;
  }
  .qnnda .qa-wrap-in {
    background: url(../../img/qanda/content_bg.png) top center repeat-y;
  }
}
.qnnda .qa-wrap img {
  width: 14em;
}
@media screen and (max-width: 768px) {
  .qnnda .qa-wrap img {
    width: 100%;
  }
}
.qnnda .qa-mv img {
  width: 100%;
}
.qnnda .main-title {
  padding: 0 10px 0;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .main-title {
    padding: 0;
    width: 716px;
    margin: 0 auto;
  }
}
.qnnda .qa-box {
  margin-top: -40px;
  padding: 0 13px 24px;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .qa-box {
    margin-top: -70px;
    padding: 0 0 100px;
  }
}
.qnnda #tab1,
.qnnda #tab2 {
  display: none;
}
.qnnda .tab-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.qnnda .tab-area label {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 10px;
  padding: 10px 30px 6px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.qnnda .tab-area label.tab1-label {
  color: #ff6985;
  border: 2px solid #ff6985;
  border-bottom: none;
}
.qnnda .tab-area label.tab2-label {
  color: #ffa504;
  border: 2px solid #ffa504;
  border-bottom: none;
}
.qnnda #tab1:checked ~ .tab-area label.tab1-label {
  color: #fff;
  background: #ff6985;
}
.qnnda #tab2:checked ~ .tab-area label.tab2-label {
  color: #fff;
  background: #ffa504;
}
.qnnda .tab-panel {
  display: none;
}
.qnnda #tab1:checked ~ .panel-area #panel1 {
  display: block;
}
.qnnda #tab2:checked ~ .panel-area #panel2 {
  display: block;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .tab-area label {
    font-size: 2rem;
    margin: 0 40px;
    padding: 12px 50px;
    border-radius: 6px 6px 0 0;
  }
  .qnnda .tab-area label.tab1-label {
    border: 4px solid #ff6985;
    border-bottom: none;
  }
  .qnnda .tab-area label.tab2-label {
    border: 4px solid #ffa504;
    border-bottom: none;
  }
}
.qnnda .tab-panel {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.qnnda #panel1.tab-panel {
  border: 2px solid #ff6985;
}
.qnnda #panel2.tab-panel {
  border: 2px solid #ffa504;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .tab-panel {
    border-radius: 20px;
    width: 694px;
    margin: 0 auto;
  }
  .qnnda #panel1.tab-panel {
    border: 4px solid #ff6985;
  }
  .qnnda #panel2.tab-panel {
    border: 4px solid #ffa504;
  }
}
.qnnda .qa-list > dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px 30px 15px 50px;
}
.qnnda .qa-list > dd {
  padding: 15px 10px 15px 50px;
  display: none;
}
.qnnda .qa-list > dd.qa-img-cn {
  padding: 15px 10px 40px 50px;
}
.qnnda .qa-list > dd h1,
.qnnda .qa-list > dd h2,
.qnnda .qa-list > dd h3 {
  color: #ff6985;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0.4em 0;
}
.qnnda .qa-list > dd p {
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
.qnnda .qa-list > dd p:first-of-type {
  font-size: 1.4rem;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .qnnda .qa-list > dd p:first-of-type {
    flex-wrap: wrap;
  }
}
.qnnda .qa-list > dd p:not(:first-of-type) {
  font-size: 1.25rem;
}
.qnnda .qa-list > dd .qa-caption {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 10px 0 0;
}
.qnnda .qa-list > dd .qa-dl {
  margin: 10px 0 0;
}
.qnnda .qa-list > dd .qa-dl > dt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.qnnda .qa-list > dd .qa-dl > dd {
  font-size: 1.3rem;
  line-height: 1.6;
}
.qnnda .qa-list > dd .qa-sub > div:nth-child(2) {
  padding: 10px 0 0;
}
.qnnda .qa-list > dd .qa-sub > div:nth-child(2).culinary_qa_02 {
  padding: 10px 9px 0 0;
}
.qnnda .qa-list > dd .qa-sub > div:nth-child(2).graph_01 {
  padding: 10px 0 0 0;
}
.qnnda .qa-list > dd .qa-sub > div:nth-child(2).graph_02 {
  padding: 18px 46px 0 0;
}
.qnnda #panel1 .qa-list > dt {
  color: #795934;
  border-top: 1px solid #ff6985;
  background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_open.png) right 16px center no-repeat;
  background-size: 21px, 10px;
}
.qnnda #panel1 .qa-list > dt.open {
  background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_close.png) right 16px center no-repeat;
  background-size: 21px, 10px;
}
.qnnda #panel1 .qa-list:first-child > dt {
  border: none;
}
.qnnda #panel1 .qa-list > dd {
  border-top: 1px solid #ff6985;
  background: url(../../img/qanda/nurse_icon_a.png) left 17px top 17px no-repeat #fff0f3;
  background-size: 18px;
}
.qnnda #panel1 .qa-list > dd .qa-dl > dt {
  color: #ff6985;
}
.qnnda #panel2 .qa-list > dt {
  color: #35463c;
  border-top: 1px solid #ffa504;
  background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_open.png) right 16px center no-repeat;
  background-size: 21px, 10px;
}
.qnnda #panel2 .qa-list > dt.open {
  background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_close.png) right 16px center no-repeat;
  background-size: 21px, 10px;
}
.qnnda #panel2 .qa-list:first-child > dt {
  border: none;
}
.qnnda #panel2 .qa-list > dd {
  border-top: 1px solid #ffa504;
  background: url(../../img/qanda/culinary_icon_a.png) left 17px top 17px no-repeat #fff6ea;
  background-size: 18px;
}
.qnnda #panel2 .qa-list > dd .qa-dl > dt {
  color: #ffa504;
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda .qa-list > dt {
    font-size: 1.6rem;
    padding: 20px 33px 20px 55px;
    cursor: pointer;
  }
  .qnnda .qa-list > dd {
    padding: 20px 10px 20px 55px;
    display: none;
  }
  .qnnda .qa-list > dd.qa-img-cn {
    padding: 20px 10px 0 55px;
  }
  .qnnda .qa-list > dd .qa-text {
    font-size: 1.6rem;
  }
  .qnnda .qa-list > dd .qa-caption {
    font-size: 1.3rem;
  }
  .qnnda .qa-list > dd .qa-dl > dt {
    font-size: 1.6rem;
  }
  .qnnda .qa-list > dd .qa-dl > dd {
    font-size: 1.4rem;
  }
  .qnnda .qa-list > dd .qa-sub {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .qnnda .qa-list > dd .qa-sub > div {
    width: 49%;
  }
  .qnnda .qa-list > dd .qa-sub > div:nth-child(2) {
    padding: 0;
  }
  .qnnda .qa-list > dd .qa-sub > div:nth-child(2).culinary_qa_02 {
    padding: 0 9px 0 0;
  }
  .qnnda .qa-list > dd .qa-sub > div:nth-child(2).graph_01 {
    padding: 0;
  }
  .qnnda .qa-list > dd .qa-sub > div:nth-child(2).graph_02 {
    padding: 0 20px 0 0;
  }
  .qnnda #panel1 .qa-list > dt {
    background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_open.png) right 20px center no-repeat;
    background-size: 28px, 10px;
  }
  .qnnda #panel1 .qa-list > dt.open {
    background: url(../../img/qanda/nurse_icon_q.png) left 16px center no-repeat, url(../../img/qanda/nurse_icon_close.png) right 20px center no-repeat;
    background-size: 28px, 10px;
  }
  .qnnda #panel1 .qa-list > dd {
    background: url(../../img/qanda/nurse_icon_a.png) left 17px top 20px no-repeat #fff0f3;
    background-size: 25px;
  }
  .qnnda #panel2 .qa-list > dt {
    background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_open.png) right 20px center no-repeat;
    background-size: 28px, 10px;
  }
  .qnnda #panel2 .qa-list > dt.open {
    background: url(../../img/qanda/culinary_icon_q.png) left 16px center no-repeat, url(../../img/qanda/culinary_icon_close.png) right 20px center no-repeat;
    background-size: 28px, 10px;
  }
  .qnnda #panel2 .qa-list > dd {
    background: url(../../img/qanda/culinary_icon_a.png) left 17px top 20px no-repeat #fff6ea;
    background-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .qnnda {
    /* PC */
  }
  .qnnda #panel1 .panel-list-img {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .qnnda .culinary_qa_02_text {
    max-width: 180px;
  }
  .qnnda .culinary_qa_02_img {
    width: 430px !important;
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

#anan-news .main-title {
  height: 340px;
}
@media screen and (max-width: 768px) {
  #anan-news .main-title {
    height: auto;
  }
}
#anan-news .main-title h1 {
  height: 100%;
}
#anan-news .main-title h1 img {
  object-fit: cover;
  height: 100%;
}
#anan-news .news-detail-box {
  margin: 38px 0 40px;
  padding: 80px 0 60px;
  background: url(../../img/common/line_01.png) top center repeat-x, url(../../img/common/line_02.png) bottom center repeat-x;
  background-size: auto 18px, auto 10px;
}
@media screen and (max-width: 768px) {
  #anan-news .news-detail-box {
    margin-top: 15px;
    padding: 36px 20px;
  }
}
#anan-news .news-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #anan-news .news-detail {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
#anan-news.archive .news-date {
  padding-bottom: 0;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #anan-news.archive .news-date {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#anan-news.archive .nd-title {
  background: none;
  padding-left: 4em;
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #anan-news.archive .nd-title {
    padding-left: 0;
    width: 100%;
  }
}
#anan-news.archive .nd-title a {
  color: #333333;
}

.news-detail-box {
  margin: 18px 0 26px;
  padding: 36px 20px;
  background: url(../../img/common/line_01.png) top center repeat-x, url(../../img/common/line_02.png) bottom center repeat-x;
  background-size: auto 18px, auto 10px;
}

.news-date {
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../../img/common/line_03.png) bottom center repeat-x;
  background-size: auto 3px;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .news-date {
    display: flex;
    font-size: 18px;
  }
  .news-date ul {
    margin-bottom: 0;
  }
}

.news-date span {
  display: inline-block;
  background: #ccc;
  margin: 0 0 0 10px;
  font-size: 1rem;
  vertical-align: middle;
  padding: 3px 8px;
  border-radius: 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news-date span {
    font-size: 14px;
  }
}

.news-date span.cat_001 {
  background: #f30052;
}

.news-date span.cat_002 {
  background: #4d4adc;
}

.nd-title {
  font-size: 1.9rem;
  background: url(../../img/common/line_03.png) bottom center repeat-x;
  background-size: auto 3px;
  padding: 0 0 15px;
  margin: 15px 0 0;
  line-height: 1.4;
}

.news-back {
  background: url(../../img/common/line_03.png) top center repeat-x;
  background-size: auto 3px;
  margin: 20px 0 0;
  padding: 30px 0 0;
}

.news-entry p {
  font-size: 1.4rem;
  margin: 10px 0 0;
  line-height: 1.4;
}

.news-entry img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 0;
}

.news-entry p a {
  text-decoration: underline;
}

.news-entry p a:hover {
  text-decoration: none;
}

.news-entry h1 {
  font-size: 2rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-entry h2 {
  font-size: 1.8rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-entry h3 {
  font-size: 1.6rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-entry h4 {
  font-size: 1.5rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-entry h5 {
  font-size: 1.4rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-entry h6 {
  font-size: 1.4rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}

.news-back ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.news-back ul li {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 10px;
}

.news-back ul li > span {
  border-bottom: 2px solid #000;
}

.news-back ul li.next > a {
  display: block;
  position: relative;
  text-indent: -9999px;
  line-height: 44px;
}

.news-back ul li.next > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.news-back ul li.prev > a {
  display: block;
  position: relative;
  text-indent: -9999px;
  line-height: 44px;
}

.news-back ul li.prev > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.news-back ul li.back > a {
  display: block;
  border: 5px double #000;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .news-back ul li.back > a {
    line-height: 1.4;
  }
}

@media screen and (min-width: 660px) {
  /* PC */
  .news-detail-box {
    margin: 38px 0 40px;
    padding: 80px 0 60px;
  }
  .news-date {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  .news-date ul {
    margin-bottom: 0;
  }
  .news-date span {
    margin: 0 0 0 30px;
    font-size: 1.2rem;
    padding: 3px 12px;
  }
  .nd-title {
    font-size: 2rem;
  }
  .news-back {
    background: url(../../img/common/line_03.png) top center repeat-x;
    background-size: auto 3px;
    margin: 20px 0 0;
    padding: 30px 0 0;
  }
  .news-entry p {
    font-size: 1.5rem;
    margin: 20px 0 0;
  }
  .news-entry img {
    margin: 20px 0 0;
  }
  .news-back ul li.back > a {
    padding: 10px 40px;
    line-height: 1.2;
  }
  .news-back ul li.back > a:hover {
    opacity: 0.7;
  }
}
footer .f-menu-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 991px) {
  footer .f-menu-wrap {
    background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
  }
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap {
    padding: 0;
  }
}
footer .f-menu-wrap a {
  color: #ffffff;
  font-size: 14px;
  font-family: biz-udpgothic, sans-serif;
}
footer .f-menu-wrap .f-menu-box {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-box {
    flex-direction: column;
    gap: 0;
  }
}
footer .f-menu-wrap .f-menu {
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu {
    border-bottom: 2px solid #fff;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;
    background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-bottom.no-sub {
    border-bottom: 2px solid #fff;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #fff;
    background: linear-gradient(to bottom, #44457b 0%, #1c2555 100%);
  }
  footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title:last-child {
    border-bottom: none;
  }
  footer .f-menu-wrap .f-menu-bottom.no-sub .f-menu-title a {
    font-size: 4.4444vw !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-bottom.sub {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    border-bottom: 2px solid #393e76;
    background-color: #ffffff;
  }
  footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title {
    width: 50%;
    margin-bottom: 0;
  }
  footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title::after {
    content: none;
  }
  footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title a {
    font-size: 3.3333vw;
    color: #333333;
  }
  footer .f-menu-wrap .f-menu-bottom.sub .f-menu-title a::before {
    content: "";
    position: static;
    background-image: url(../../img/common/arw_03.png);
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
footer .f-menu-wrap .f-menu-title a {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-title a {
    text-decoration: none;
    font-size: 4.4444vw;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  footer .f-menu-wrap .f-menu-title a::before {
    content: url("../../img/common/arw_02.png");
    position: absolute;
    top: -3px;
    right: 1.5em;
    transition: 0.3s;
  }
}
footer .f-menu-wrap .f-menu-title-sub {
  padding: 6px 0px 0px 18px;
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-title-sub {
    padding-top: 0;
  }
}
footer .f-menu-wrap .f-menu-title-sub li {
  margin: 7px 0px 0px;
}
footer .f-menu-wrap .f-menu-title-sub li a {
  font-size: 12px;
  background: url("../../img/common/arw_02.png") left center no-repeat;
  background-size: 10px;
  color: #fff;
  padding: 0px 0px 0px 15px;
}
@media screen and (max-width: 991px) {
  footer .f-menu-wrap .f-menu-title-sub li a {
    font-size: 3.8444vw;
    line-height: 1.8;
    background: none;
  }
}
footer .f-menu-wrap .f-menu-bottom .f-menu-title {
  margin-bottom: 1em;
}
footer .f-menu-wrap .f-menu-bottom .f-menu-title a {
  font-size: 14px;
}
footer .f-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 15px;
  padding-bottom: 50px;
  font-size: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  footer .f-info {
    font-weight: bold;
    padding-bottom: 15px;
  }
}
footer .f-logo {
  max-width: 250px;
  margin-bottom: 18px;
}
footer .f-info-tell {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .f-info-tell {
    flex-direction: column;
    gap: 8px;
  }
}
footer .f-info-email {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .f-menu-title {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .f-menu-title::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .f-menu-title.active::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
  }
  .f-menu-title.active a::before {
    transform: rotate(90deg);
  }
  .f-menu-title:hover {
    opacity: 0.7;
  }
  .f-menu-title-sub {
    overflow: hidden;
  }
  .f-menu-title-sub li a {
    display: block;
    padding: 8px 0;
    transition: all 0.3s ease;
  }
  .f-menu-title-sub li a::before {
    content: "-";
    padding-right: 0.5em;
  }
}
header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top;
  border-top: 10px solid #393e76;
  border-bottom: 1px solid #393e76;
}
@media screen and (max-width: 991px) {
  header {
    padding-top: 0;
  }
}
header .h-inner {
  display: flex;
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  header .h-inner.h-bottom:not(.mobile-menu) {
    display: none;
  }
}
header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 245px;
  margin-right: auto;
  padding-left: 15px;
}
@media screen and (max-width: 550px) {
  header h1 {
    max-width: 51.2821vw;
  }
}
header nav {
  width: 100%;
  padding-top: 1em;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
header nav ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
  color: #393e76;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  font-weight: bold;
}
header nav ul li a::after {
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background: #393e76;
  transform: rotate(45deg);
  position: relative;
  left: 1.5em;
}
header nav ul li:last-child a::after {
  content: none;
}

.h-menu {
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .h-menu {
    display: flex;
  }
}
.h-menu .h-menu-item {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .h-menu .h-menu-item {
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
}
.h-menu .h-menu-item ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .h-menu .h-menu-item ul.h-menu-item__sub {
    display: none;
  }
}
.h-menu .h-menu-item ul li {
  position: relative;
}
.h-menu .h-menu-item ul li a {
  font-size: 10px;
  color: #393e76;
  transition: 0.3s ease-in-out;
}
.h-menu .h-menu-item ul li a:hover {
  opacity: 0.7;
}
.h-menu .h-menu-item ul.h-menu-item__sub li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.h-menu .h-menu-item ul.h-menu-item__sub li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #393e76;
  transform: rotate(45deg);
}
.h-menu .h-menu-item ul.h-menu-item__ex li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.h-menu .h-menu-item ul.h-menu-item__ex li a {
  background: url("../../img/common/icon_inquiry.png") right 15px center no-repeat;
  background-size: 20px;
  display: block;
  padding: 0;
  border: 2px solid #393e76;
  line-height: 22px;
  padding: 0 40px 0 20px;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .h-menu .h-menu-item ul.h-menu-item__ex li a {
    border: none;
    padding: 0;
    padding-bottom: 1.8em;
    background-position: center bottom;
    background-size: 25px;
    font-weight: bold;
  }
}
.h-menu .h-menu-item ul.h-menu-item__ex li:nth-of-type(2) a {
  background: url("../../img/common/icon_access.png") right 15px center no-repeat;
  background-size: 12px;
}
@media screen and (max-width: 991px) {
  .h-menu .h-menu-item ul.h-menu-item__ex li:nth-of-type(2) a {
    border: none;
    padding: 0;
    padding-bottom: 1.8em;
    background-position: center bottom;
    background-size: 14px;
    font-weight: bold;
  }
}

.h-menu-btn {
  max-width: 48px;
  width: 8.375vw;
  height: 30px;
  margin-left: 15px;
  margin-top: 1em;
}
@media screen and (min-width: 991px) {
  .h-menu-btn {
    display: none;
  }
}
.h-menu-btn a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  height: 100%;
}
.h-menu-btn a span {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #393e76;
}

.top-video-img {
  width: 180px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .top-video-img {
    width: 26.5625vw;
    padding-bottom: 0.911458333vw;
    padding-right: 0.911458333vw;
  }
}
.top-video-img.is-overlap {
  transform: translateX(150%);
}

@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    text-decoration: none;
    z-index: 10001;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger span:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .mobile-menu.is-open {
    transform: translateX(0);
  }
  .mobile-nav {
    background: rgba(255, 255, 255, 0.95);
    padding-top: 0;
    width: 100vw;
    height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
  }
  .mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .mobile-nav-link {
    display: block;
    color: #393e76;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 2rem 2.5em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
  }
  .mobile-nav-link:not(:first-of-type) {
    border-top: 1px solid #000;
  }
  .mobile-nav-link:last-of-type {
    border-bottom: 1px solid #000;
  }
  .mobile-nav-link::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url(../../img/common/arw_01.png);
    background-size: 73%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 2.5em;
    transform: translateY(-50%);
  }
  .mobile-nav-link::after {
    content: none;
  }
  body.menu-open {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .h-menu-btn {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */