@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  min-width: 320px;
  max-width: 2000px;
  margin: auto;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #ff0000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 993px) {
  a {
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  }
  a:hover {
    color: #ff9999;
  }
  a:hover:after {
    color: #ff9999;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}

.j-content-center {
  justify-content: center;
}

.a-items-center {
  align-items: center;
}

a[target=_blank]:after,
a[href$=".pdf"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".zip"]:after,
a[href$=".txt"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href^="mailto:"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #ff0000;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
a[target=_blank]:hover:after,
a[href$=".pdf"]:hover:after,
a[href$=".doc"]:hover:after,
a[href$=".docx"]:hover:after,
a[href$=".xls"]:hover:after,
a[href$=".xlsx"]:hover:after,
a[href$=".zip"]:hover:after,
a[href$=".txt"]:hover:after,
a[href$=".ppt"]:hover:after,
a[href$=".pptx"]:hover:after,
a[href^="mailto:"]:hover:after {
  color: #ff9999;
}

/* 外部リンク要素 --- */
a[target=_blank]:after {
  content: "\f35d";
}

/* pdf要素--- */
a[href$=".pdf"]:after {
  content: "\f1c1";
}

/* Word要素--- */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "\f1c2";
}

/* Excel要素--- */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  content: "\f1c3";
}

/* zip要素--- */
a[href$=".zip"]:after {
  content: "\f1c6";
}

/* mailto要素--- */
a[href^="mailto:"]:after {
  content: "\f0e0";
}

/* txt要素--- */
a[href$=".txt"]:after {
  content: "\f15b";
}

/* PowerPoint要素--- */
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "\f1c4";
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
#page-top a {
  background-color: #aa1b48;
  text-decoration: none;
  color: #fff;
  padding: 12px 13px;
  text-align: center;
  display: block;
  border-radius: 32px;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #aa1b48;
}

.fontred {
  color: #ff0000;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}
.list-Style ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #aa1b48;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 1px;
  background-color: #aa1b48;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1.5rem;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

#loader {
  position: fixed;
  top: 50%;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 280px;
  height: 60px;
  margin-top: -50px;
  text-align: center;
  color: #fff;
  z-index: 1000;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 10;
  background-color: #aa1b48;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 22px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 993px) {
  a img:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}

header {
  box-shadow: 1px -4px 15px 0px rgba(0, 0, 0, 0.4);
}
header .headwrap {
  width: 100%;
  margin: auto;
  max-width: 1010px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  header .headwrap {
    height: 60px;
  }
}
header .headwrap .imgArea img {
  width: 320px;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, header .headwrap .imgArea img {
    height: 52px;
  }
}
@media screen and (max-width: 768px) {
  header .headwrap .imgArea img {
    width: 220px;
  }
}
header .headwrap .textArea .nav-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .headwrap .textArea .nav-wrap ul {
    margin: 0;
  }
}
header .headwrap .textArea .nav-wrap ul li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  header .headwrap .textArea .nav-wrap ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #aa1b48;
  }
}
header .headwrap .textArea .nav-wrap ul li a {
  width: 110px;
  text-align: center;
  display: block;
  padding: 10px 5px;
  border: 1px solid #aa1b48;
  color: #aa1b48;
}
@media screen and (min-width: 993px) {
  header .headwrap .textArea .nav-wrap ul li a:hover {
    background-color: #aa1b48;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  header .headwrap .textArea .nav-wrap ul li a {
    width: 100%;
    border: none;
  }
}
header .headwrap .textArea .nav-wrap ul li a.iconArea {
  border: none;
  color: #fff;
  width: auto;
}
@media screen and (min-width: 993px) {
  header .headwrap .textArea .nav-wrap ul li a.iconArea:hover {
    background-color: #fff;
  }
}
header .headwrap .textArea .nav-wrap ul li a.iconArea span {
  display: none;
}
@media screen and (max-width: 768px) {
  header .headwrap .textArea .nav-wrap ul li a.iconArea span {
    display: block;
    color: #ff0000;
  }
}
header .headwrap .textArea .nav-wrap ul li a.iconArea i {
  background-color: #999;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.25rem;
}
@media screen and (min-width: 993px) {
  header .headwrap .textArea .nav-wrap ul li a.iconArea i:hover {
    background-color: #aa1b48;
  }
}
@media screen and (max-width: 768px) {
  header .headwrap .textArea .nav-wrap ul li a.iconArea i {
    display: none;
  }
}
header .head-bar {
  padding: 10px;
  background-color: #aa1b48;
  display: none;
}
@media screen and (max-width: 768px) {
  header .head-bar {
    display: flex;
  }
}
header .menu-trigger,
header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menu-trigger {
  position: relative;
  width: 24px;
  height: 18px;
  margin: 5px auto;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
header .nav-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  header .nav-wrap {
    border-top: 1px solid #ddd;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    top: 60px;
    padding: 15px 10px;
    z-index: 10;
  }
}
header .nav-wrap a::after {
  content: none;
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
}

.sectionBox {
  width: 100%;
  margin: auto;
  max-width: 1010px;
}

.mainVisual .swiper-container {
  max-height: 600px;
}
.mainVisual .swiper-slide {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 600px;
}
.mainVisual .swiper-slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
}
.mainVisual .swiper-pagination-bullet-active {
  background-color: #aa1b48 !important;
}

.mainVisual .mainVisual00 span {
  background-image: url(../images/mainVisual00.jpg);
}

.mainVisual .mainVisual01 span {
  background-image: url(../images/mainVisual01.jpg);
}

.mainVisual .mainVisual02 span {
  background-image: url(../images/mainVisual02.jpg);
}

.mainVisual .mainVisual03 span {
  background-image: url(../images/mainVisual03.jpg);
}

.mainVisual .mainVisual04 span {
  background-image: url(../images/mainVisual04.jpg);
}

.mainVisual .mainVisual05 span {
  background-image: url(../images/mainVisual05.jpg);
}

.mainVisual .mainVisual06 span {
  background-image: url(../images/mainVisual06.jpg);
}

.mainVisual .mainVisual07 span {
  background-image: url(../images/mainVisual07.jpg);
}

.mainVisual .mainVisual08 span {
  background-image: url(../images/mainVisual08.jpg);
}

.mainVisual .mainVisual09 span {
  background-image: url(../images/mainVisual09.jpg);
}

.mainVisual .mainVisual010 span {
  background-image: url(../images/mainVisual010.jpg);
}

main h3 {
  text-align: center;
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  main h3 {
    margin: auto;
    padding: 40px 10px;
  }
}
main .performanceArea {
  /*
  .flex-item {
    width: 50%;
    padding: 50px 25px;

    @include bk_point(sm) {
      width: 100%;
      text-align: center !important;
      padding: 20px;
    }

    &.perf-01,
    &.perf-03 {
      text-align: right;
    }

    &.perf-01 {
      background-color: #f7e8ed;
    }

    &.perf-02 {
      background-color: #e5f4f4;
    }

    &.perf-03 {
      background-color: #e5f6ee;
    }

    &.perf-04 {
      background-color: #fef4e5;
    }
  }
  */
  background: url(../images/per-bg.jpg) top center no-repeat;
}
main .performanceArea .performance-2022 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main .performanceArea .performance-2022 {
    padding: 0 10px 60px;
  }
}
main .performanceArea .performance-2022 dt {
  text-align: center;
}
main .performanceArea .performance-2022 dd {
  margin-top: 20px;
}
main .performanceArea .performance-2022 dd ol {
  counter-reset: number 0;
}
main .performanceArea .performance-2022 dd ol li {
  padding-left: 1.8em;
}
main .performanceArea .performance-2022 dd ol li::before {
  margin-left: -1.8em;
  counter-increment: number 1;
  content: "※" counter(number);
}
@media screen and (max-width: 768px) {
  main .performanceArea {
    background: url(../images/per-bg-sp.jpg) top center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  main .performanceArea.per-test01 {
    background: url(../images/per-bg.jpg) top center no-repeat;
    background-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  main .performanceArea.per-test02 {
    background: url(../images/per-bg.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 400px;
  }
}
main .performanceArea .performance-2023 {
  padding-top: 10px;
  padding-bottom: 410px;
}
@media screen and (max-width: 768px) {
  main .performanceArea .performance-2023 {
    padding-bottom: 10px;
  }
}
main .performanceArea .performance-2023 .flexBox {
  margin: 0 -40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .performanceArea .performance-2023 .flexBox {
    margin: 0;
  }
}
main .performanceArea .performance-2023 .per-item {
  padding: 0 40px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .performanceArea .performance-2023 .per-item {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  main .movieArea .flexBox {
    margin: 0 -20px;
  }
}
main .movieArea .flexBox .flex-item {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main .movieArea .flexBox .flex-item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .movieArea .flexBox .flex-item {
    width: calc(100% / 1);
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item {
    width: 100%;
  }
}
main .movieArea .flexBox .flex-item span,
main .movieArea .flexBox .flex-item a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main .movieArea .flexBox .flex-item.full-item {
    width: calc(100% / 1);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item.full-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .movieArea .flexBox .flex-item.full-item {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item.full-item {
    width: 100%;
  }
}
main .movieArea .flexBox .flex-item.flex-item02 {
  width: 66.6666666667%;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main .movieArea .flexBox .flex-item.flex-item02 {
    width: calc(100% / 1);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item.flex-item02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .movieArea .flexBox .flex-item.flex-item02 {
    width: calc(100% / 1);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .movieArea .flexBox .flex-item.flex-item02 {
    width: 100%;
  }
}
main .departmentArea,
main .interviewArea,
main .campustourArea,
main .yumenabiArea {
  padding-bottom: 40px;
}
main .md_iframe_image a {
  position: relative;
  /*
  &::before {
    position: absolute;
    font-size: rem(40);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    @include fontAwesome-Brands;
    content: "\f167";
    color: #fff;
    opacity: 0.8;
    z-index: 1;
  }
  */
}
main .md_iframe_image a::after {
  content: none !important;
}
main .departmentArea {
  background-repeat: repeat;
}
main .departmentArea .dep-name {
  margin-top: 10px;
}
main .departmentArea .dep-name ul li {
  font-size: 0.875rem;
}
main .departmentArea .dep-name ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 5px;
}
main .departmentArea .dep-name ul li span {
  display: inline-block !important;
  text-align: left !important;
}
main .departmentArea .dep-name ul li.uni-c span::before {
  content: "大学";
  margin-right: 5px;
}
main .departmentArea .dep-name ul li.jun-c::before {
  color: #20aee6;
}
main .departmentArea .dep-name ul li.jun-c span::before {
  content: "短大";
  margin-right: 5px;
}
main .departmentArea .dep-name.nu-colir01 li.uni-c::before {
  color: #eb6d8e;
}
main .departmentArea .dep-name.nu-colir02 li.uni-c::before {
  color: #db5f76;
}
main .departmentArea .dep-name.nu-colir03 li.uni-c::before {
  color: #718cc7;
}
main .departmentArea .dep-name.nu-colir04 li.uni-c::before {
  color: #6cbb5a;
}
main .departmentArea .dep-name.nu-colir05 li.uni-c::before {
  color: #8fc31f;
}
main .departmentArea .dep-name.nu-colir06 li.uni-c::before {
  color: #009e3b;
}
main .departmentArea .dep-name.nu-colir07 li.uni-c::before {
  color: #e39300;
}
main .departmentArea .dep-name.nu-colir08 li.uni-c::before {
  color: #ee7961;
}
main .departmentArea .dep-name.nu-colir09 li.uni-c::before {
  color: #eb6168;
}
main .departmentArea .dep-name.nu-colir10 li.uni-c::before {
  color: #00ac97;
}
main .interviewArea,
main .campustourArea,
main .yumenabiArea {
  padding-top: 30px;
  /*
    &::before {
      content: "";
      width: 100%;
      height: 40px;
      background-image: url(../images/etc-topbg.png);
      display: block;
      margin-bottom: 30px;
    }
  */
}
main .interviewArea {
  background: url(../images/interview-bg01.svg);
}
main .interviewArea .mj-lead {
  display: flex;
  margin: 10px -5px 0;
}
main .interviewArea .mj-lead .mj-l-item {
  padding: 0 5px;
}
main .interviewArea .mj-lead .imgArea {
  width: 70px;
  text-align: center;
}
main .interviewArea .mj-lead .textArea {
  font-size: 0.875rem;
  width: calc(100% - 70px);
}
main .interviewArea .underlead {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  max-width: 500px;
  padding: 5px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
main .interviewArea .underlead.uni {
  background-color: #d4858e;
}
main .interviewArea .underlead.jun {
  background-color: #bf789f;
}
main .interviewArea .tar a::after {
  content: none !important;
}
main .interviewArea .interview-foot {
  display: flex;
  justify-content: space-between;
}
main .interviewArea .interview-foot p {
  padding: 0 20px;
}
main .interviewArea .md_iframe_image a {
  position: relative;
}
main .interviewArea .md_iframe_image a::before {
  content: "";
  background-image: url(../images/movieicon.svg);
  width: 42px;
  height: 30px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
main .campustourArea {
  background-color: #fef3e3;
  background: url(../images/campustour-bg01.svg);
}
main .campustourArea .md_iframe_image p {
  text-align: center;
  margin-top: 10px;
  color: #634215;
  font-weight: bold;
}
main .campustourArea .md_iframe_image a {
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
main .campustourArea .md_iframe_image a::before {
  content: "";
  background-image: url(../images/movieicon.svg);
  width: 42px;
  height: 30px;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main .campustourArea .md_iframe_image a {
    max-height: inherit;
  }
}
main .yumenabiArea {
  background: url(../images/yumenabi-bg01.svg);
}
main .yumenabiArea .md_iframe_image p {
  text-align: center;
  margin-top: 10px;
  color: #634215;
  font-weight: bold;
}
main .yumenabiArea .md_iframe_image a {
  overflow: hidden;
}
main .yumenabiArea .md_iframe_image a img {
  border: 1px solid #ddd;
}
main .etc-linkArea {
  margin-top: 40px;
  margin-bottom: 40px;
}
main .etc-linkArea .flexBox {
  margin: 0 -20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .etc-linkArea .flexBox {
    margin: 0;
  }
}
main .etc-linkArea .flex-item {
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .etc-linkArea .flex-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  main .etc-linkArea .flex-item {
    width: calc(100% / 1);
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .etc-linkArea .flex-item {
    width: 100%;
  }
}
main .etc-linkArea .flex-item a::after {
  content: none;
}
main .etc-linkArea .cg-item {
  width: calc(100% / 2);
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .etc-linkArea .cg-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .etc-linkArea .cg-item {
    width: calc(100% / 1);
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, main .etc-linkArea .cg-item {
    width: 100%;
  }
}
main .etc-linkArea .cg-item a::after {
  content: none !important;
}

footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px;
  }
}
footer .foot-link ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .foot-link ul {
    flex-wrap: wrap;
  }
}
footer .foot-link ul li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  footer .foot-link ul li {
    width: 100%;
  }
}
footer .foot-link ul li a {
  color: #000;
}
footer .foot-link ul li a::after {
  color: #000;
}
@media screen and (min-width: 993px) {
  footer .foot-link ul li a:hover {
    color: #ff0000;
  }
  footer .foot-link ul li a:hover::after {
    color: #ff0000;
  }
}
footer .foot-link ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  margin-right: 5px;
}
footer p {
  margin: 15px auto;
  font-size: 0.875rem;
}
footer .copy {
  font-size: 0.625rem;
}