@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/*-------------------------------------------------
    common
=================================================*/
body {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320px;
  font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #000;
}

.movie_area,
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_area iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

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

.adjustCenter {
  text-align: center !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignleft {
  margin: 0px 14px 12px 0;
}

img.alignright {
  margin: 0px 0 12px 14px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

small {
  display: inline-block;
}

@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
  .sp_view,
  .sp_only {
    display: none !important;
  }
  .pc_adjustLeft {
    text-align: left !important;
  }
  .pc_adjustRight {
    text-align: right !important;
  }
  .pc_adjustCenter {
    text-align: center !important;
  }
  .pc_alignleft {
    float: left;
  }
  .pc_alignright {
    float: right;
  }
  img.pc_alignleft {
    margin: 0px 14px 12px 0;
  }
  img.pc_alignright {
    margin: 0px 0 12px 14px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  .pc_view,
  .pc_only {
    display: none !important;
  }
  .sp_adjustLeft {
    text-align: left !important;
  }
  .sp_adjustRight {
    text-align: right !important;
  }
  .sp_adjustCenter {
    text-align: center !important;
  }
  .sp_alignleft {
    float: left;
  }
  .sp_alignright {
    float: right;
  }
  img.sp_alignleft {
    margin: 0px 10px 10px 0;
  }
  img.sp_alignright {
    margin: 0px 0 10px 10px;
  }
}
#allwrap {
  overflow: hidden;
}

nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 10px 0;
}

a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

figure img {
  width: 100%;
}
figure figcaption {
  margin-top: 5px;
}

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

dl {
  margin: 0;
  padding: 0;
}

dt,
dd {
  margin: 0;
  padding: 0;
}

/*-- スマホメニュー ----------------------------------------*/
.menu_btn {
  position: absolute;
  top: 5px;
  right: 0;
  width: 50px;
  height: 50px;
}
.menu_btn .icon {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9.5px 0 0 -12.5px;
}
.menu_btn .icon span {
  background: #9c1b50;
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
}
.menu_btn .icon span:nth-of-type(1) {
  top: 1.5px;
}
.menu_btn .icon span:nth-of-type(2) {
  top: 9.5px;
}
.menu_btn .icon span:nth-of-type(3) {
  top: 17.5px;
}
.menu_btn.active .icon span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.menu_btn.active .icon span:nth-of-type(2) {
  opacity: 0;
  left: 100%;
}
.menu_btn.active .icon span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: #fff;
  width: 100%;
  z-index: 998;
  overflow: hidden;
}
@media (min-width: 768px) {
  header {
    height: 80px;
    display: block;
  }
}
.admin-bar header {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar header {
    top: 32px;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .logo span {
  white-space: nowrap;
  display: block;
  margin-left: 10px;
  color: #333;
}
@media (max-width: 1060px) {
  header .logo span {
    display: none !important;
  }
}
@media (min-width: 768px) {
  header .logo {
    transform: none;
    top: 35px;
  }
  header .logo img {
    width: 70px;
  }
}
header .search {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
header .search a {
  background: #fbd0e8;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .search img {
  width: 18px;
}
@media (min-width: 768px) {
  header .search {
    transform: none;
    top: 38px;
    right: 20px;
  }
  header .search a {
    width: 33px;
    height: 33px;
  }
}
header .about {
  text-align: right;
  line-height: 20px;
  padding: 5px 20px 5px;
  position: relative;
}
header .about::before {
  content: "";
  width: 100vw;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #f4f4f4;
}
header .about * {
  position: relative;
  z-index: 2;
}
header .about a {
  color: #333 !important;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
  text-decoration: none;
}
header .about a.lang {
  background: #ddd;
  padding: 0 10px;
}
header .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 38px;
  right: 65px;
}
header .contact a {
  text-decoration: none;
  line-height: 1.2;
}
header .contact a.mailmag {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #9c1b50;
  color: #fff;
}
header .contact a.inquiry {
  display: flex;
  align-items: center;
  padding: 7px 9px;
  margin: 0 10px;
  background: #fff;
  color: #9c1b50;
  border: 1px dotted #ddd;
}
header .contact a.login {
  background: #9c1b50;
  color: #fff;
  padding: 8px 15px;
  border-radius: 100px;
  margin: 0 0 0 10px;
}
header .contact a.mypage {
  background: #f75442;
  color: #fff;
  padding: 8px 15px;
  border-radius: 100px;
  margin: 0 0 0 10px;
}
header .contact a i {
  display: block;
  margin-right: 5px;
  line-height: 1px;
}

/*------------------------------------------*/
footer {
  margin-top: 30px;
  padding: 0 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    margin-top: 15px;
    overflow: hidden;
  }
}
footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer .logo {
  padding: 10px;
  margin: 0 -20px 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
}
@media (max-width: 370px) {
  footer .logo {
    font-size: 12px;
  }
}
footer .logo i {
  display: block;
  margin-right: 10px;
  font-size: 1px;
}
footer .logo i img {
  width: 75px;
}
footer .logo span {
  white-space: nowrap;
}
footer nav {
  display: block;
  margin: 5px 0 5px;
}
@media (min-width: 768px) {
  footer nav {
    float: left;
    margin: 0;
  }
}
footer nav a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #333 !important;
}
@media (min-width: 768px) {
  footer nav a {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  footer .copyright {
    float: right;
  }
}

/*------------------------------------------*/
#gnavi {
  background: #f4f4f4;
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  overflow: auto;
  z-index: 1000;
  display: none;
}
.admin-bar #gnavi {
  top: 106px;
}
@media (min-width: 768px) {
  #gnavi {
    position: static !important;
    height: auto !important;
    display: block !important;
    overflow: hidden;
    margin-top: 50px;
  }
}
#gnavi .gnavi_inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  #gnavi .gnavi_inner {
    overflow: visible;
  }
}
#gnavi .label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
#gnavi .label i {
  display: block;
  line-height: 1px;
  margin-right: 10px;
}
#gnavi .btnsmember {
  background: #f4f4f4;
  padding: 20px 0;
  text-align: center;
}
#gnavi .btnsmember a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}
#gnavi .btnsmember a.login {
  background: #9c1b50;
}
#gnavi .btnsmember a.mypage {
  background: #f75442;
}
#gnavi .sitetop {
  background: #fff;
  margin: 0 -10px;
  padding: 20px 10px;
  text-align: center;
}
#gnavi .sitetop a {
  display: block;
  border: 1px solid #9c1b50;
  background: #fff;
  padding: 10px;
  margin: 0 30px;
  color: #9c1b50;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
#gnavi .sitetop a::after {
  content: "";
  background: url(../images/arrow1.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transform: translateY(-2px) rotate(-90deg);
}
#gnavi .categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ddd;
  padding: 0 10px 0px;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  #gnavi .categories {
    align-items: stretch;
    padding: 0 50vw;
    margin: 0 -50vw;
  }
}
#gnavi .categories .category {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #gnavi .categories .category {
    width: 33.3333333333%;
    margin: 0;
  }
}
#gnavi .categories .category.sc {
  background: #fff7ee;
}
#gnavi .categories .category.sc .category_label {
  background: #e98d12;
}
#gnavi .categories .category.sc dt {
  color: #a46313;
}
#gnavi .categories .category.skill {
  background: #eef6fe;
}
#gnavi .categories .category.skill .category_label {
  background: #295ea4;
}
#gnavi .categories .category.skill dt {
  color: #1c4170;
}
#gnavi .categories .category.member {
  background: #ffefef;
}
#gnavi .categories .category.member .category_label {
  background: #f75442;
}
#gnavi .categories .category.member dt {
  color: #c74848;
}
#gnavi .categories .category.support {
  background: #f2fcf8;
}
#gnavi .categories .category.support .category_label {
  background: #4e8a74;
}
#gnavi .categories .category.support dt {
  color: #396855;
}
#gnavi .categories .category.about {
  background: #fef3f9;
}
#gnavi .categories .category.about .category_label {
  background: #9c1b50;
  font-size: 4.8vw;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #gnavi .categories .category.about .category_label {
    font-size: 19px;
  }
}
#gnavi .categories .category.about dt {
  color: #691236;
}
#gnavi .categories .category.about dl:first-child dd {
  margin-bottom: 0;
}
#gnavi .categories .category_label {
  background: #aaa;
  color: #fff !important;
  font-size: 5.4vw;
  padding: 0px 14px 0px 14px;
  margin: 0;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
@media (min-width: 768px) {
  #gnavi .categories .category_label {
    font-size: 24px;
    justify-content: center;
  }
}
#gnavi .categories .category_label i {
  width: 55px;
  height: 48px;
  text-align: center;
  display: block;
  margin-right: 10px;
}
#gnavi .categories .category_label i img {
  vertical-align: top;
  width: auto;
  height: 48px;
}
#gnavi .categories .category_label span {
  width: calc(100% - 55px - 40px);
  display: block;
}
@media (min-width: 768px) {
  #gnavi .categories .category_label span {
    width: auto;
    white-space: nowrap;
  }
}
#gnavi .categories .category_label::after {
  content: "╋";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 22px;
}
@media (min-width: 768px) {
  #gnavi .categories .category_label::after {
    display: none;
  }
}
#gnavi .categories .category_label.active::after {
  content: "━";
}
#gnavi .categories .category_inner {
  display: none;
  padding: 10px 0 10px 10px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  #gnavi .categories .category_inner {
    display: block !important;
    height: auto !important;
  }
}
#gnavi .categories dl {
  margin: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #gnavi .categories dl {
    margin: 0;
    width: 50%;
    float: left;
  }
}
#gnavi .categories dl dt {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #gnavi .categories dl dt {
    font-size: 12px;
  }
}
#gnavi .categories dl dd {
  margin: 0 0 5px;
  padding: 0;
}
#gnavi .categories ul {
  margin: 0;
  padding: 0;
  border-top: none;
}
@media (min-width: 768px) {
  #gnavi .categories ul {
    display: block !important;
    height: auto !important;
    background: none;
    overflow: hidden;
  }
}
#gnavi .categories ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
#gnavi .categories ul li::before {
  display: none;
}
#gnavi .categories ul li a {
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding-left: 15px;
  color: #333;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  #gnavi .categories ul li a {
    font-size: 12px;
  }
}
#gnavi .categories ul li a::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
#gnavi .categories ul li a i {
  color: #9c1b50;
  font-style: normal;
}
#gnavi .categories .sub {
  background: #fff;
  margin: 0 -10px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #gnavi .categories .sub {
    margin: 0;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0;
    background: #f4f4f4;
  }
}
#gnavi .categories .sub .btnsmember {
  background: #fff;
}
@media (min-width: 768px) {
  #gnavi .categories .sub .btnsmember {
    padding: 35px 0;
  }
}
#gnavi .categories .sub .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #gnavi .categories .sub .contact {
    padding: 35px 0;
  }
}
#gnavi .categories .sub .contact a {
  text-decoration: none;
  line-height: 1.2;
}
#gnavi .categories .sub .contact a::after {
  display: none;
}
#gnavi .categories .sub .contact a.mailmag {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #9c1b50;
  color: #fff;
}
#gnavi .categories .sub .contact a.inquiry {
  display: flex;
  align-items: center;
  padding: 7px 9px;
  margin: 0 10px;
  background: #fff;
  color: #9c1b50;
  border: 1px dotted #ddd;
}
#gnavi .categories .sub .contact a i {
  display: block;
  margin-right: 5px;
  line-height: 1px;
}
#gnavi .categories .sub .about {
  background: #f4f4f4;
  text-align: center;
  margin: 0 -10px;
  padding: 10px 10px;
}
#gnavi .categories .sub .about a {
  text-decoration: none;
  font-size: 12px;
  margin: 0 3px;
  display: inline-block;
  color: #333 !important;
}
#gnavi .categories .sub .about a.lang {
  background: #ddd;
  padding: 0 10px;
}

/*------------------------------------------*/
#category_navi {
  border-bottom: 5px solid #9c1b50;
}
@media (min-width: 768px) {
  #category_navi {
    border-bottom-width: 10px;
  }
}
.page-sc #category_navi {
  border-bottom-color: #e98d12;
}
.page-sc #category_navi a.sc {
  background: #e98d12;
  color: #fff;
}
.page-sc #category_navi a.sc .hover {
  opacity: 1;
}
.page-sc #category_navi a.sc .default {
  opacity: 0;
}
.page-skill #category_navi {
  border-bottom-color: #295ea4;
}
.page-skill #category_navi a.skill {
  background: #295ea4;
  color: #fff;
}
.page-skill #category_navi a.skill .hover {
  opacity: 1;
}
.page-skill #category_navi a.skill .default {
  opacity: 0;
}
.page-member #category_navi {
  border-bottom-color: #f75442;
}
.page-member #category_navi a.member {
  background: #f75442;
  color: #fff;
}
.page-member #category_navi a.member .hover {
  opacity: 1;
}
.page-member #category_navi a.member .default {
  opacity: 0;
}
.page-support #category_navi {
  border-bottom-color: #4e8a74;
}
.page-support #category_navi a.support {
  background: #4e8a74;
  color: #fff;
}
.page-support #category_navi a.support .hover {
  opacity: 1;
}
.page-support #category_navi a.support .default {
  opacity: 0;
}
#category_navi .category_navi_inner {
  display: flex;
  margin: 0 10px;
}
#category_navi a {
  text-decoration: none;
  text-align: center;
  width: 25%;
  font-size: 10px;
  padding: 8px 5px 5px;
  box-sizing: border-box;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #category_navi a {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
}
#category_navi a img {
  transition: 0.5s;
}
#category_navi a .hover {
  opacity: 0;
}
#category_navi a .default {
  opacity: 1;
}
#category_navi a.sc {
  background: #fff7ee;
  color: #e98d12;
}
#category_navi a.skill {
  background: #eef6fe;
  color: #295ea4;
}
#category_navi a.member {
  background: #ffefef;
  color: #f75442;
}
#category_navi a.support {
  background: #f2fcf8;
  color: #4e8a74;
}
#category_navi a:hover {
  opacity: 1;
  color: #fff;
}
#category_navi a:hover .hover {
  opacity: 1;
}
#category_navi a:hover .default {
  opacity: 0;
}
#category_navi a:hover.sc {
  background: #e98d12;
}
#category_navi a:hover.skill {
  background: #295ea4;
}
#category_navi a:hover.member {
  background: #f75442;
}
#category_navi a:hover.support {
  background: #4e8a74;
}
#category_navi .icon {
  position: relative;
  width: 25px;
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  #category_navi .icon {
    margin: 0 10px 0 0;
    width: 30px;
  }
}
#category_navi .icon .hover {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------*/
#mv {
  background: #ccc;
  position: relative;
}
#mv .static_image img {
  width: 100%;
}
#mv img {
  min-height: 40vw;
  max-height: 70vh;
  object-fit: cover;
  object-position: left top;
}
#mv .slideshow {
  margin-bottom: 0;
}
#mv .slideshow .child {
  vertical-align: top;
}
#mv .slideshow .slick-dots {
  position: absolute;
  bottom: 0px;
}
@media (min-width: 768px) {
  #mv .slideshow .slick-dots {
    bottom: 5px;
  }
}
#mv .slideshow .slick-dots li {
  width: 50px;
  height: 3px;
  text-indent: 0;
  padding: 0;
}
#mv .slideshow .slick-dots li::before {
  display: none;
}
@media (min-width: 768px) {
  #mv .slideshow .slick-dots li {
    width: 100px;
    height: 5px;
  }
}
#mv .slideshow .slick-dots li button {
  width: 50px;
}
@media (min-width: 768px) {
  #mv .slideshow .slick-dots li button {
    width: 100px;
  }
}
#mv .slideshow .slick-dots li button::before {
  width: 100%;
  opacity: 0.7;
  height: 3px;
  content: "";
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  #mv .slideshow .slick-dots li button::before {
    height: 5px;
  }
}
#mv .slideshow .slick-dots li.slick-active button::before {
  background: #9c1b50;
}
#mv .notice {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 30px;
  left: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 3px 10px;
  border: 1px solid #9c1b50;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #mv .notice {
    text-align: center;
    width: 80%;
    max-width: 550px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    font-size: 14px;
  }
}
#mv .notice a {
  color: #9c1b50;
}
#mv .image img {
  width: 100%;
  vertical-align: top;
}
#mv .text {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  color: #9c1b50;
  font-size: 4vw;
  font-style: italic;
  white-space: nowrap;
  padding: 0.5em 0;
  width: 100%;
  line-height: 1.3;
  max-width: 1200px;
}
@media (min-width: 1050px) {
  #mv .text {
    font-size: 40px;
  }
}
#mv .text span {
  font-size: 80%;
}

/*------------------------------------------*/
#top_category {
  margin-top: 0;
}
#top_category .widearea {
  padding: 0;
}
@media (min-width: 768px) {
  #top_category .widearea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
#top_category .boxwrap {
  background: #aaa;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  #top_category .boxwrap {
    width: 33.3333333333%;
  }
  #top_category .boxwrap:hover .box {
    transform: translateY(calc(-100% + 30px));
  }
}
#top_category .boxwrap.sc {
  background: #fff7ee;
}
#top_category .boxwrap.sc .box {
  background: #e98d12;
}
#top_category .boxwrap.sc .box2 {
  border-color: #ffdaae;
}
#top_category .boxwrap.sc .box2 .label2, #top_category .boxwrap.sc .box2 a {
  color: #a46313;
  border-color: #a46313;
}
#top_category .boxwrap.skill {
  background: #eef6fe;
}
#top_category .boxwrap.skill .box {
  background: #295ea4;
}
#top_category .boxwrap.skill .box2 {
  border-color: #add4ff;
}
#top_category .boxwrap.skill .box2 .label2, #top_category .boxwrap.skill .box2 a {
  color: #1c4170;
  border-color: #1c4170;
}
#top_category .boxwrap.member {
  background: #ffefef;
}
#top_category .boxwrap.member .box {
  background: #f75442;
}
#top_category .boxwrap.member .box2 {
  border-color: #ffb1b1;
}
#top_category .boxwrap.member .box2 .label2, #top_category .boxwrap.member .box2 a {
  color: #c74848;
  border-color: #c74848;
}
#top_category .boxwrap.support {
  background: #f2fcf8;
}
#top_category .boxwrap.support .box {
  background: #4e8a74;
}
#top_category .boxwrap.support .box2 {
  min-height: auto;
  border-color: #c2f1e0;
}
#top_category .boxwrap.support .box2 .label2, #top_category .boxwrap.support .box2 a {
  color: #396855;
  border-color: #396855;
}
#top_category .boxwrap.support .box2 ul {
  display: flex;
  flex-wrap: wrap;
}
#top_category .boxwrap.support .box2 ul li {
  flex-basis: 33.3333333333%;
}
@media (min-width: 768px) {
  #top_category .boxwrap.support {
    width: 100%;
    background: #f2fcf8;
  }
  #top_category .boxwrap.support .box {
    background: #4e8a74;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
  }
  #top_category .boxwrap.support .label {
    white-space: nowrap;
    text-align: left;
    width: 300px;
  }
  #top_category .boxwrap.support .icon {
    margin: 0;
    width: 130px;
  }
  #top_category .boxwrap.support .icon img {
    height: 90px;
  }
  #top_category .boxwrap.support p {
    width: calc(100% - 450px);
  }
}
#top_category .boxwrap .box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 10px 17px;
  min-height: 160px;
}
@media (min-width: 768px) {
  #top_category .boxwrap .box {
    padding: 15px 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #top_category .boxwrap .box:hover {
    opacity: 1;
  }
}
#top_category .boxwrap .box2 {
  display: none;
}
@media (min-width: 768px) {
  #top_category .boxwrap .box2 {
    display: block;
    border: 10px solid;
    padding: 25px;
    position: relative;
    box-sizing: border-box;
    min-height: 340px;
    height: 100%;
  }
}
#top_category .boxwrap .box2 .label2 {
  border-bottom: 1px solid;
  font-size: 28px;
  margin: 0 0 10px;
  padding-top: 10px;
}
#top_category .boxwrap .box2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_category .boxwrap .box2 ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#top_category .boxwrap .box2 ul li::before {
  display: none;
}
#top_category .boxwrap .box2 .more {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
#top_category .boxwrap .box2 a {
  text-decoration: none;
}
#top_category .boxwrap .label {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #top_category .boxwrap .label {
    text-align: center;
    justify-content: center;
    margin: 0;
  }
}
#top_category .boxwrap .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media (min-width: 768px) {
  #top_category .boxwrap .icon {
    position: static;
    transform: none;
    opacity: 1;
    text-align: center;
    margin: 10px 0;
  }
}
#top_category .boxwrap .icon img {
  width: auto;
  height: 135px;
  vertical-align: top;
}
@media (min-width: 768px) {
  #top_category .boxwrap .icon img {
    height: 120px;
  }
}
#top_category .boxwrap p {
  margin: 0;
}
#top_category .boxwrap i {
  color: #ea0000;
}

/*------------------------------------------*/
.news_tablist {
  margin-top: 30px;
}
.news_tablist .tab_wrap {
  overflow-x: auto;
}
.news_tablist .tab_select {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  grid-gap: 1px;
  margin: 0;
  padding: 0;
}
.news_tablist .tab_select li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  white-space: nowrap;
  background: #aaa;
  color: #111;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .news_tablist .tab_select li {
    width: calc((100% - 5px) / 6);
  }
}
.news_tablist .tab_select li::before {
  content: "■";
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
}
.news_tablist .tab_select li[data-target=all] {
  background: #dddddd;
}
.news_tablist .tab_select li[data-target=all]::before {
  display: none;
}
.news_tablist .tab_select li[data-target=all].active {
  border-top-color: #999999;
  background: #f4f4f4;
}
.news_tablist .tab_select li[data-target=pressrelease] {
  background: #fbd0e8;
}
.news_tablist .tab_select li[data-target=pressrelease]::before {
  color: #9c1b50;
}
.news_tablist .tab_select li[data-target=pressrelease].active {
  border-top-color: #9c1b50;
  background: #fef3f9;
}
.news_tablist .tab_select li[data-target=scdata] {
  background: #ffdaae;
}
.news_tablist .tab_select li[data-target=scdata]::before {
  color: #e98d12;
}
.news_tablist .tab_select li[data-target=scdata].active {
  border-top-color: #e98d12;
  background: #fff7ee;
}
.news_tablist .tab_select li[data-target=resources] {
  background: #add4ff;
}
.news_tablist .tab_select li[data-target=resources]::before {
  color: #295ea4;
}
.news_tablist .tab_select li[data-target=resources].active {
  border-top-color: #295ea4;
  background: #eef6fe;
}
.news_tablist .tab_select li[data-target=member] {
  background: #ffb1b1;
}
.news_tablist .tab_select li[data-target=member]::before {
  color: #f75442;
}
.news_tablist .tab_select li[data-target=member].active {
  border-top-color: #f75442;
  background: #ffefef;
}
.news_tablist .tab_select li[data-target=support] {
  background: #c2f1e0;
}
.news_tablist .tab_select li[data-target=support]::before {
  color: #4e8a74;
}
.news_tablist .tab_select li[data-target=support].active {
  border-top-color: #4e8a74;
  background: #f2fcf8;
}
.news_tablist .tab_select li.active {
  padding-top: 12px;
  border-top: 3px solid #111;
}
.news_tablist .tab_contents .tab_content {
  display: none;
  padding: 10px;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content {
    padding: 10px 30px 20px 30px;
  }
}
.news_tablist .tab_contents .tab_content.active {
  display: block;
}
.news_tablist .tab_contents .tab_content[data-tab=all] {
  background: #f4f4f4;
}
.news_tablist .tab_contents .tab_content[data-tab=pressrelease] {
  background: #fef3f9;
}
.news_tablist .tab_contents .tab_content[data-tab=pressrelease] ul .category {
  background: #9c1b50;
}
.news_tablist .tab_contents .tab_content[data-tab=scdata] {
  background: #fff7ee;
}
.news_tablist .tab_contents .tab_content[data-tab=scdata] ul .category {
  background: #e98d12;
}
.news_tablist .tab_contents .tab_content[data-tab=resources] {
  background: #eef6fe;
}
.news_tablist .tab_contents .tab_content[data-tab=resources] ul .category {
  background: #295ea4;
}
.news_tablist .tab_contents .tab_content[data-tab=member] {
  background: #ffefef;
}
.news_tablist .tab_contents .tab_content[data-tab=member] ul .category {
  background: #f75442;
}
.news_tablist .tab_contents .tab_content[data-tab=support] {
  background: #f2fcf8;
}
.news_tablist .tab_contents .tab_content[data-tab=support] ul .category {
  background: #4e8a74;
}
.news_tablist .tab_contents .tab_content .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content .link {
    margin-right: -15px;
  }
}
.news_tablist .tab_contents .tab_content .link a {
  text-decoration: none;
}
.news_tablist .tab_contents .tab_content .link .list {
  display: inline-block;
  border: 1px dashed #ddd;
  background: #fff;
  padding: 0 10px;
  color: #9c1b50;
  margin-right: 10px;
}
.news_tablist .tab_contents .tab_content .link .search {
  background: #fbd0e8;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.news_tablist .tab_contents .tab_content .link .search img {
  width: 20px;
  height: 20px;
}
.news_tablist .tab_contents .tab_content ul {
  margin: -10px 0 0;
  padding: 0;
  clear: both;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content ul {
    margin: 0;
  }
}
.news_tablist .tab_contents .tab_content ul li {
  margin: 0;
  padding: 15px 0 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-indent: 0;
  border-bottom: 1px dashed #000;
}
.news_tablist .tab_contents .tab_content ul li:last-child {
  border-bottom: 0;
}
.news_tablist .tab_contents .tab_content ul li::before {
  display: none;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content ul li {
    border: none;
    padding: 15px 0 0;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.news_tablist .tab_contents .tab_content ul time {
  display: block;
  margin-right: 10px;
}
.news_tablist .tab_contents .tab_content ul .category {
  display: block;
  padding: 5px 10px 3px 10px;
  color: #fff;
  background: #ccc;
  line-height: 1.2;
  background: #9c1b50;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content ul .category {
    width: 130px;
    text-align: center;
  }
}
.news_tablist .tab_contents .tab_content ul .category.cat14, .news_tablist .tab_contents .tab_content ul .category.cat15, .news_tablist .tab_contents .tab_content ul .category.cat78, .news_tablist .tab_contents .tab_content ul .category.cat112, .news_tablist .tab_contents .tab_content ul .category.cat113 {
  background: #e98d12;
}
.news_tablist .tab_contents .tab_content ul .category.cat16, .news_tablist .tab_contents .tab_content ul .category.cat81, .news_tablist .tab_contents .tab_content ul .category.cat98, .news_tablist .tab_contents .tab_content ul .category.cat101 {
  background: #295ea4;
}
.news_tablist .tab_contents .tab_content ul .category.cat50, .news_tablist .tab_contents .tab_content ul .category.cat51, .news_tablist .tab_contents .tab_content ul .category.cat99, .news_tablist .tab_contents .tab_content ul .category.cat100 {
  background: #f75442;
}
.news_tablist .tab_contents .tab_content ul .category.cat114, .news_tablist .tab_contents .tab_content ul .category.cat115, .news_tablist .tab_contents .tab_content ul .category.cat116 {
  background: #4e8a74;
}
.news_tablist .tab_contents .tab_content ul p {
  width: 100%;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .news_tablist .tab_contents .tab_content ul p {
    width: calc(100% - 320px);
    margin: 0;
  }
}
.news_tablist .tab_contents .tab_content ul p a {
  color: #333;
}
.news_tablist .tab_contents .tab_content ul p a i {
  font-style: normal;
  background: #9c1b50;
  color: #fff;
  display: inline-block;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}
.news_tablist .tab_contents .tab_content ul p em {
  font-style: normal;
  font-weight: bold;
  color: #9c1b50;
}

/*------------------------------------------*/
.event_list {
  margin-top: 30px;
}
.event_list .frame {
  padding: 0 10px 10px;
  background: #fef3f9;
}
@media (min-width: 768px) {
  .event_list .frame {
    padding: 20px;
  }
}
.event_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.event_list ul li {
  margin: 0;
  padding: 15px 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  text-indent: 0;
  border-top: 1px dashed #9c1b50;
}
@media (min-width: 768px) {
  .event_list ul li {
    width: 50%;
  }
}
.event_list ul li::before {
  display: none;
}
.event_list ul li:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .event_list ul li:nth-of-type(1), .event_list ul li:nth-of-type(2) {
    border-top: none;
    padding-top: 5px;
  }
  .event_list ul li:nth-of-type(2n + 1) {
    padding-right: 15px;
  }
  .event_list ul li:nth-of-type(2n) {
    border-left: 1px dashed #9c1b50;
    padding-left: 15px;
  }
}
.event_list ul a {
  color: #333 !important;
}
.event_list ul em {
  display: inline-block;
  background: #9c1b50;
  border: 2px solid #9c1b50;
  color: #fff;
  font-style: normal;
  padding: 0 10px;
  margin: 0;
  font-size: 90%;
}
.event_list ul mark {
  display: inline-block;
  color: #9c1b50;
  border: 2px solid #9c1b50;
  background: #fff;
  font-style: normal;
  padding: 0 10px;
  margin: 0;
  font-size: 90%;
}
.event_list ul .label {
  margin-top: 5px;
  font-size: 18px;
}
.event_list ul dl {
  margin: 10px 0 0;
  padding: 0;
}
.event_list ul dl > div {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
  align-items: flex-start;
}
.event_list ul dl dt {
  margin: 0;
  padding: 0;
  border: 1px solid #9c1b50;
  color: #9c1b50;
  width: 5em;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.event_list ul dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 5em);
}
.event_list .more {
  display: block;
  border: 1px dashed #ddd;
  background: #fff;
  padding: 5px;
  margin: 0 30px 10px;
  color: #9c1b50 !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .event_list .more {
    margin: 20px auto 0;
    width: 200px;
  }
}
.event_list .more::after {
  content: "";
  background: url(../images/arrow1.svg) no-repeat center center/contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transform: translateY(-2px);
}

/*------------------------------------------*/
.about_intro {
  margin-top: 30px;
}
.about_intro .frame {
  background: #fef3f9;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .about_intro .frame {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.about_intro h2 {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
  font-size: 5.5vw;
}
@media (min-width: 768px) {
  .about_intro h2 {
    font-size: 36px;
  }
}
.about_intro .label {
  color: #9c1b50;
  font-size: 4.8vw;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .about_intro .label {
    font-size: 25px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .about_intro .btns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
.about_intro .btns a {
  display: block;
  border: 1px dashed #ddd;
  background: #fff;
  padding: 5px;
  font-size: 24px;
  margin: 0 auto 10px;
  width: 250px;
  color: #111 !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .about_intro .btns a {
    width: 210px;
    margin: 0 10px;
  }
}
.about_intro .btns a::after {
  content: "";
  background: url(../images/arrow2.svg) no-repeat center center/contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .about_intro .text {
    width: calc(100% - 260px);
  }
}
.about_intro figure {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .about_intro figure {
    margin: 0;
    width: 230px;
  }
}
.about_intro figure img {
  width: 230px;
  border: 1px solid #aaa;
}
.about_intro figure figcaption {
  margin-top: 5px;
}
.about_intro figure figcaption a {
  text-decoration: none;
}

/*------------------------------------------*/
.member_topic {
  margin-top: 30px;
}
.member_topic .w-wide {
  padding: 0;
}
.member_topic .slideshow.one .child {
  max-width: 600px;
  margin: 0 auto;
}
.member_topic .slideshow .child .flex {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 10px 10px 10px;
  margin: 0 5px;
  border-left: 4px solid #f75442;
  box-sizing: border-box;
  background: #ffefef;
  color: #333;
}
.member_topic .slideshow .child figure {
  width: 100px;
  height: 100px;
}
.member_topic .slideshow .child figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.member_topic .slideshow .child .text {
  width: calc(100% - 100px - 10px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.member_topic .slideshow .child .text time {
  display: block;
}
.member_topic .slideshow .child .text .label {
  font-size: 18px;
  line-height: 1.4;
  text-decoration: underline;
  font-weight: bold;
  min-height: 2.8em;
}
.member_topic .slideshow .child .text .from {
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
  color: #f75442;
}
.member_topic .slideshow .child .noimage .text {
  width: 100%;
}
.member_topic .slideshow .slick-arrow {
  width: 50px;
  height: 100px;
  background: url("../images/membertopic_arrpw.png") no-repeat center center/contain;
}
.member_topic .slideshow .slick-arrow.slick-prev {
  left: 0px;
}
.member_topic .slideshow .slick-arrow.slick-next {
  right: 0px;
  transform: translateY(-50%) scale(-1);
}
.member_topic .slideshow .slick-arrow::before {
  display: none;
}

/*------------------------------------------*/
.bottom_bnrs {
  margin: 30px 0;
}
.bottom_bnrs ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
@media (max-width: 1210px) {
  .bottom_bnrs ul {
    padding: 0 10px;
  }
}
.bottom_bnrs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .bottom_bnrs ul li {
    width: calc((100% - 30px) / 4);
  }
}
.bottom_bnrs ul li::before {
  display: none;
}
.bottom_bnrs ul li img {
  width: 100%;
}
.bottom_bnrs a::after {
  display: none;
}

/*------------------------------------------*/
.gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .gotop {
    width: 100px;
    bottom: 30px;
    right: 30px;
  }
}
.gotop.active {
  opacity: 1;
}

/*------------------------------------------*/
.modaal-container {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.searchformmodal {
  display: flex;
  justify-content: center;
}
.searchformmodal input[type=text] {
  border: none;
  width: 80%;
  height: 40px;
  padding: 0 5px;
  box-sizing: border-box;
  outline: none;
}
@media (min-width: 768px) {
  .searchformmodal input[type=text] {
    padding: 0 10px;
    max-width: 400px;
  }
}
.searchformmodal input[type=submit] {
  width: 20%;
  height: 50%;
  box-sizing: border-box;
  background: #dddddd;
  border: none;
  cursor: pointer;
  height: 40px;
  outline: none;
}
@media (min-width: 768px) {
  .searchformmodal input[type=submit] {
    width: 80px;
  }
}

/*------------------------------------------*/
.common_breadcrumbs {
  margin: 16px 0;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 15px;
}
.common_breadcrumbs span a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f07b";
  color: #666;
  padding-right: 3px;
  text-decoration: none;
}
.common_breadcrumbs span a:link,
.common_breadcrumbs span a:visited {
  color: rgb(51, 51, 51);
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*//*# sourceMappingURL=common.css.map */