@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
body {
  background-color: #FFF;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6 !important;
  word-break: normal;
  word-wrap: normal; }
  body.hide {
    overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9999; }
  .container.sky {
    background-image: url("../../images/sora.png");
    background-position: center top;
    background-size: cover;
    padding: 1rem 0 3rem 0; }
  .container.bg1 {
    background-image: url("../../images/top_bg.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 4rem 0;
    margin-top: 2rem;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.1); }

.main {
  width: 100%;
  position: relative;
  z-index: 10; }

.contents {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; }

#content_outer {
  width: 100%;
  padding: 2rem;
  background-color: #FFF;
  margin: 0 auto 3rem auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 960px) {
    #content_outer {
      padding: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }

p.center {
  text-align: center; }

img {
  display: block;
  margin: auto; }

.fit {
  width: 100%; }

.half {
  width: 49%; }
  @media screen and (max-width: 960px) {
    .half {
      width: 100%; } }

.one-third {
  width: 32%; }
  @media screen and (max-width: 960px) {
    .one-third {
      width: 100%; } }

.quarter {
  width: 23.5%; }
  @media screen and (max-width: 960px) {
    .quarter {
      width: 100%; } }

.quarter3 {
  width: 74.5%; }
  @media screen and (max-width: 960px) {
    .quarter3 {
      width: 100%; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

.fit {
  flex: 1; }
  @media screen and (max-width: 960px) {
    .fit {
      flex: none;
      width: 100%; } }

.breadcrumb {
  max-width: 100%;
  padding: 2rem 0;
  margin: 0;
  font-size: 0.85rem; }
  .breadcrumb ul li {
    display: inline; }
    .breadcrumb ul li a {
      color: #333; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
    .breadcrumb ul li + li:before {
      content: '＞';
      margin: 0 10px; }

.table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .table {
      display: block;
      width: 100%; } }
  .table ul {
    display: table-row; }
    @media screen and (max-width: 960px) {
      .table ul {
        display: block;
        width: 100%; } }
    .table ul li {
      display: table-cell; }
      @media screen and (max-width: 960px) {
        .table ul li {
          display: block;
          width: 100%; } }

.slideUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 2000ms; }

.fadeIn {
  opacity: 0;
  transition: all 2000ms; }

.active {
  opacity: 1;
  transform: translateY(0); }

ul.ind {
  margin: 1rem auto; }
  ul.ind > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.ind > li + li {
      margin-top: 0.5em; }

ul.dot {
  margin: 1rem auto; }
  ul.dot > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.dot > li + li {
      margin-top: 0.5em; }
    ul.dot > li::before {
      content: "・"; }

ul.deci,
ol {
  padding-left: 1em;
  margin: 1rem auto; }
  ul.deci > li,
  ol > li {
    list-style-type: decimal; }
    ul.deci > li + li,
    ol > li + li {
      margin-top: 1em; }
    ul.deci > li p + p,
    ol > li p + p {
      margin-top: 0.5em; }

br.sp {
  display: none; }

@media screen and (max-width: 960px) {
  br.sp {
    display: block; } }
/*form*/
.searchandfilter h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px; }
.searchandfilter ul {
  display: inline-block;
  vertical-align: middle; }
  .searchandfilter ul li {
    display: inline-block; }
    .searchandfilter ul li label {
      display: inline-block;
      vertical-align: middle;
      margin-right: 40px; }

/* チェックボックス */
input[type=checkbox] {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative !important;
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 8px;
  z-index: 0; }

input[type=checkbox]::before {
  content: '';
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  z-index: 0; }

input[type=checkbox]::after {
  content: '';
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  display: block;
  height: 14px;
  width: 8px;
  left: 7px;
  top: 1px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 999;
  opacity: 0; }

input[type=checkbox]:checked::after {
  opacity: 1; }

/* ======================================
Global Navigation
======================================== */
.navigation {
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 999; }
  .navigation .header {
    width: 100%;
    padding: 1rem;
    margin: 0;
    position: relative;
    z-index: 999;
    display: flex; }
  .navigation .head-logo {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .navigation .head-logo {
        height: 60px; } }
    .navigation .head-logo .logo {
      display: block;
      width: 400px;
      height: 100%;
      margin: 0;
      background-image: url("../../images/logo_s.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: relative; }
      @media screen and (max-width: 960px) {
        .navigation .head-logo .logo {
          width: 280px;
          max-width: 80%; } }
      .navigation .head-logo .logo > a {
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .navigation .head-logo .logo h1 {
        display: none; }
  .navigation .header-navi {
    display: flex;
    justify-content: center;
    color: #FFF;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 960px) {
      .navigation .header-navi {
        display: block;
        margin: auto;
        padding: 70px 0 0 0;
        background-color: rgba(0, 0, 0, 0.9);
        color: #FFF;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: -100%;
        right: auto;
        bottom: 0;
        z-index: 99999;
        transition: 0.5s;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .navigation .header-navi.open {
          left: 0;
          right: 0; }
        .navigation .header-navi::-webkit-scrollbar {
          display: none; } }
  .navigation .global-navi ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex: none;
    width: 100%;
    z-index: 9999;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto; }
    @media screen and (max-width: 960px) {
      .navigation .global-navi ul {
        display: block; } }
    .navigation .global-navi ul > li {
      font-size: 0.9rem;
      padding: 0;
      margin: 0;
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: stretch;
      white-space: nowrap;
      width: auto; }
      @media screen and (max-width: 960px) {
        .navigation .global-navi ul > li {
          display: block; } }
      .navigation .global-navi ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding: 1rem 2rem;
        line-height: 1.4;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 0.95em;
        color: #FFF;
        transition: .5s; }
        @media screen and (max-width: 960px) {
          .navigation .global-navi ul > li > a {
            padding: 1.4rem; } }
        .navigation .global-navi ul > li > a:hover {
          background-color: #555; }
      @media screen and (max-width: 960px) {
        .navigation .global-navi ul > li a {
          display: block;
          text-align: center;
          color: #FFF;
          font-size: 1.1em;
          margin: 0;
          padding: 1rem 0.5rem;
          font-weight: 600; }
          .navigation .global-navi ul > li a:hover {
            background-color: #FFF;
            color: #000; } }
      .navigation .global-navi ul > li.parent > a {
        padding: 1.5rem 2.5rem 1.5rem 1.5rem; }
        .navigation .global-navi ul > li.parent > a::after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 0;
          right: 1rem;
          bottom: 0;
          left: auto;
          margin: auto;
          background-image: url("../images/chevron-right_light.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          transition: 0.5s;
          transform: rotate(450deg); }
    @media screen and (max-width: 960px) {
      .navigation .global-navi ul {
        display: block;
        margin: auto; } }

.sub-navi {
  display: none;
  width: 100%;
  background-color: #F7F7F7;
  padding: 1rem 0;
  font-size: 0.9rem;
  border-top: 1px solid #DDD;
  /*.toggle {
  background-color: #E3E3E3;
  width: 100%;
  height: 1.6rem;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  background-image: url("../images/chevron-up.svg");
  background-position: center;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  }*/ }
  .sub-navi.open {
    display: block; }
  .sub-navi ul {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      .sub-navi ul {
        display: block; } }
    .sub-navi ul li {
      margin-right: 1rem;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .sub-navi ul li {
          margin-right: 0; } }
      .sub-navi ul li a {
        display: inline-block;
        padding: 1rem;
        position: relative; }
        @media screen and (max-width: 960px) {
          .sub-navi ul li a {
            display: block; } }
        .sub-navi ul li a::after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          background-image: url("../images/chevron-right_light.svg");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          margin-left: 0.5rem;
          transition: 0.5s; }
          @media screen and (max-width: 960px) {
            .sub-navi ul li a::after {
              position: absolute;
              right: 1rem; } }
        .sub-navi ul li a:hover::after {
          transform: translateX(0.4rem); }
        .sub-navi ul li a.here::before {
          content: '';
          display: block;
          background-color: #999;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          margin: auto;
          top: 5%;
          left: 0;
          right: 0; }
          @media screen and (max-width: 720px) {
            .sub-navi ul li a.here::before {
              top: 5%; } }

#sub-sp {
  display: none; }

#sub-pc {
  display: block; }

@media screen and (max-width: 960px) {
  #sub-pc {
    display: none; }

  #sub-sp {
    display: block; } }
.primary {
  width: 100%;
  border-top: 1px solid #DDD; }

ul.primary-navi {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 0;
  text-align: center; }
  ul.primary-navi > li {
    margin: 0; }
    ul.primary-navi > li a {
      display: block;
      color: #000;
      padding: 1.8rem 0.3rem;
      width: 100%; }
      @media screen and (max-width: 960px) {
        ul.primary-navi > li a {
          padding: 1rem 0.3rem; } }
      ul.primary-navi > li a:hover {
        background-color: #F2F2F2; }
      ul.primary-navi > li a img {
        height: 1.5rem;
        width: auto;
        display: block;
        margin: auto; }
        @media screen and (max-width: 960px) {
          ul.primary-navi > li a img {
            height: 1rem; } }
      ul.primary-navi > li a p {
        font-size: 0.8rem;
        font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-weight: 600;
        margin-top: 0.8rem; }
        @media screen and (max-width: 960px) {
          ul.primary-navi > li a p {
            font-size: 0.7rem;
            margin-top: 0.3rem; } }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  background-color: #009BD1;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 0;
  margin: auto;
  transition: all 300ms ease-in-out;
  z-index: 999999; }
  @media screen and (max-width: 960px) {
    .navicon {
      display: block; } }

.nav-toggle {
  position: relative;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  margin: 5px auto; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 1px;
  background: #FFF;
  cursor: pointer; }

.nav-toggle p {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #FFF; }

.nav-toggle span {
  top: 0px;
  bottom: 0; }

.nav-toggle span:before {
  top: -7px; }

.nav-toggle span:after {
  top: 7px; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 300ms ease-in-out; }

.navicon.active .nav-toggle span {
  background-color: transparent; }

.navicon.active .nav-toggle span:before,
.navicon.active .nav-toggle span:after {
  top: 0; }

.navicon.active .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navicon.active .nav-toggle span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header,
.footer {
  background-color: #000; }

/* ==========================================================================
Footer
========================================================================== */
.footer {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0; }
  .footer .foot {
    color: #FFF;
    width: 100%;
    padding: 2rem 1rem;
    text-align: center; }
    .footer .foot p {
      display: inline;
      margin-right: 1rem; }
    .footer .foot .name {
      font-size: 1rem;
      line-height: 1.8; }
    .footer .foot .adrs {
      font-size: 0.9rem;
      line-height: 1.8; }
      .footer .foot .adrs a {
        display: inline-block; }
    .footer .foot .copy {
      font-size: 0.8rem;
      font-weight: 300;
      margin-top: 1rem; }
  @media screen and (max-width: 960px) {
    .footer .foot {
      text-align: left; }
      .footer .foot p {
        display: block; } }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 2.6rem;
  height: 2.6rem;
  margin: auto;
  transition: 1s;
  z-index: 0;
  display: block; }
  @media screen and (max-width: 960px) {
    .scroll-to-top {
      right: 10px;
      bottom: 10px; } }
  .scroll-to-top img {
    display: block;
    width: 100%; }
  .scroll-to-top:hover {
    opacity: 0.7; }

.home h2 {
  width: 100%;
  margin: 0 auto 2rem auto;
  font-size: 2rem;
  font-weight: 500;
  text-align: center; }
  .home h2 p {
    display: inline-block;
    text-align: center; }
  @media screen and (max-width: 960px) {
    .home h2 {
      font-size: 1.8rem; } }
.home h3 {
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: .5rem; }
.home h4 {
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 0.5rem; }
.home h5 {
  font-size: 1.1rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5rem; }
.home h6 {
  font-size: 1rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5rem; }

.home-Hero {
  width: 100%;
  margin: 0;
  padding: 0; }
  .home-Hero .home-Hero_Img {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
    .home-Hero .home-Hero_Img img {
      width: 100%; }
    .home-Hero .home-Hero_Img .logo_wrap {
      width: 1200px;
      max-width: 100%;
      margin: 2rem auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 10; }
      .home-Hero .home-Hero_Img .logo_wrap .logo2 {
        order: 2;
        flex-basis: 70%; }
        @media screen and (max-width: 960px) {
          .home-Hero .home-Hero_Img .logo_wrap .logo2 {
            order: 1;
            flex-basis: 100%; } }
      .home-Hero .home-Hero_Img .logo_wrap .boy {
        order: 1;
        flex-basis: 15%; }
        @media screen and (max-width: 960px) {
          .home-Hero .home-Hero_Img .logo_wrap .boy {
            order: 2; } }
      .home-Hero .home-Hero_Img .logo_wrap .girl {
        order: 3;
        flex-basis: 15%; }
    .home-Hero .home-Hero_Img .hirake {
      width: 600px;
      max-width: 80%;
      margin: 6rem auto 0 auto;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 960px) {
        .home-Hero .home-Hero_Img .hirake {
          margin: 0 auto; } }
    .home-Hero .home-Hero_Img .bg {
      position: absolute;
      width: 1700px;
      max-width: 100%;
      top: 0;
      left: auto;
      right: 0;
      z-index: 0; }
  .home-Hero .home-Hero_Txt {
    color: #444; }
    .home-Hero .home-Hero_Txt h2 {
      margin: 3rem auto;
      font-size: 2rem;
      font-weight: 600; }
      @media screen and (max-width: 960px) {
        .home-Hero .home-Hero_Txt h2 {
          font-size: 1.8rem;
          margin: 2rem auto; } }
      .home-Hero .home-Hero_Txt h2 p span {
        color: #4353A3; }
        .home-Hero .home-Hero_Txt dl {
          display: flex;
        justify-content: center;
        margin-top: 2rem; }
    .home-Hero .home-Hero_Txt dl dt {
      text-align: center;
      font-size: 1.4rem;
      font-weight: 600;
      color: #4353A3; }
    .home-Hero .home-Hero_Txt dl dd {
      text-align: center;
      margin-top: .2rem;
      font-size: 1.2rem;
      font-weight: 600; }
    .home-Hero .home-Hero_Txt br.sp {
      display: none; }
      @media screen and (max-width: 960px) {
        .home-Hero .home-Hero_Txt br.sp {
          display: block; } }

#home-Link {
  background-color: #000;
  padding: 1rem; }
  #home-Link .link_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    #home-Link .link_wrap li {
      flex-basis: 24%;
      display: flex;
      align-items: stretch;
      margin: 1rem; }
      @media screen and (max-width: 960px) {
        #home-Link .link_wrap li {
          flex-basis: 100%;
          margin: auto; }
          #home-Link .link_wrap li + li {
            margin-top: 1rem; } }
      #home-Link .link_wrap li a {
        /*opacity: 0.3;
        pointer-events: none;*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        background-color: #CCC;
        padding: 1rem 0.5rem;
        text-align: center;
        color: #000;
        border-radius: 10px;
        background-color: #FFF;
        border: 3px solid #FFF; }
        #home-Link .link_wrap li a:hover {
          background-color: transparent;
          color: #FFF; }
        #home-Link .link_wrap li a p {
          display: inline-block;
          text-align: left;
          font-weight: 600; }

.home .contents {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem; }
  @media screen and (max-width: 960px) {
    .home .contents {
      padding: 1rem; } }
  .home .contents + .contents {
    margin-top: 4rem; }
  .home .contents h2 {
    color: #4353A3; }
  .home .contents ol {
    list-style-type: decimal;
    margin: 1rem 0 1rem 1.5em; }
    .home .contents ol.bold li {
      font-weight: 600; }
  .home .contents p + h2 {
    margin-top: 4rem;
    border-top: 1px solid #4353A3;
    padding-top: 2rem; }

.more_link {
  margin: 2em 0;
  text-align: center; }
  .more_link a {
    text-align: center;
    width: 22em;
    max-width: 100%;
    display: inline-block;
    padding: .8em;
    border: 3px solid #4353A3;
    border-radius: 10px;
    background-color: #4353A3;
    color: #FFF;
    font-weight: 600;
    font-size: 1.1em; }
    .more_link a:hover {
      background-color: #FFF;
      color: #4353A3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }

.company_outer {
  width: 100%; }

.para_wrap {
  margin: 0 calc(50% - 50vw); }

.para_image {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0; }
  .para_image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center; }
  @media screen and (max-width: 960px) {
    .para_image {
      height: 200px; } }

.para_inner h2 {
  /*left:50%;
  top:50%;
  transform:translate(-50%, -50%);*/
  color: #FFF;
  z-index: 10;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  z-index: 20; }
.para_inner::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10; }

/*

.EyeCatch {
width: 100%;
height: 400px;
position: relative;
z-index: 0;
margin: 0;
background-color: #CCC;
display: flex;
justify-content: center;
align-items: center;
line-height: 0;
@media screen and (max-width: $medium-screen) {
height: 200px;
}

&::before {
content: '';
display: block;
background-color: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
z-index: 10;
}

h2 {
margin: 0;
color: #FFF;
z-index: 10;
font-weight: 500;
font-size: 2rem;
}
img {
width: 100%;
height: 600px;
position: fixed;
top: 0;
right: 0;
left: 0;
margin: auto;
z-index: -1;
object-fit: cover;
object-position: center;
@media screen and (max-width: $medium-screen) {
height: 400px;
}

}
}

*/
.container {
  background-color: #FFF;
  position: relative;
  z-index: 99; }

.company_outer {
  padding-bottom: 4rem; }
  @media screen and (max-width: 960px) {
    .company_outer {
      padding-bottom: 2rem; } }
  .company_outer h2 {
    font-size: 1.8rem;
    margin-top: 1.5rem;
    text-align: center; }
    .company_outer h2 span {
      text-align: left;
      display: inline-block; }
  .company_outer h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-align: center; }
    .company_outer h3 span {
      text-align: left;
      display: inline-block; }
  .company_outer h4 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    text-align: center; }
    .company_outer h4 span {
      text-align: left;
      display: inline-block; }
  .company_outer ul {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    @media screen and (max-width: 960px) {
      .company_outer ul {
        display: block; } }
    .company_outer ul li:nth-child(1) {
      flex-basis: 37%; }
      .company_outer ul li:nth-child(1) img {
        width: 100%;
        height: auto; }
    .company_outer ul li:nth-child(2) {
      flex-basis: 60%;
      background-color: #EEE;
      padding: 1rem; }
  .company_outer h5 {
    padding: 0;
    margin: 2rem 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600; }
  .company_outer .profile,
  .company_outer .internship {
    width: 100%;
    border-collapse: collapse; }
    .company_outer .profile th,
    .company_outer .internship th {
      text-align: center;
      border-top: 1px solid #CCC;
      background-color: #555;
      color: #FFF;
      width: 16em;
      padding: .5em;
      vertical-align: middle;
      white-space: nowrap; }
    .company_outer .profile td,
    .company_outer .internship td {
      border-top: 1px solid #555;
      border-right: 1px solid #555;
      padding: .5em;
      word-break: break-all;
      min-height: 2.5em; }
      .company_outer .profile td a,
      .company_outer .internship td a {
        color: #004EBE;
        text-decoration: underline; }
    .company_outer .profile tr:first-child th,
    .company_outer .internship tr:first-child th {
      border-top: 1px solid #555; }
    .company_outer .profile tr:last-child td,
    .company_outer .internship tr:last-child td {
      border-bottom: 1px solid #555; }
    .company_outer .profile tr:nth-child(odd) td,
    .company_outer .internship tr:nth-child(odd) td {
      background-color: #F3F3F3; }
    @media screen and (max-width: 960px) {
      .company_outer .profile th, .company_outer .profile td,
      .company_outer .internship th,
      .company_outer .internship td {
        width: 100%;
        display: block;
        text-align: left;
        border: 0; }
      .company_outer .profile td,
      .company_outer .internship td {
        border-left: 1px solid #555;
        border-right: 1px solid #555; }
      .company_outer .profile tr:nth-child(odd) td,
      .company_outer .internship tr:nth-child(odd) td {
        background-color: #FFF; } }

.search-filter h4 {
  font-size: 1.1rem; }

.co_list_wrap {
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem; }
  @media screen and (max-width: 960px) {
    .co_list_wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 720px) {
    .co_list_wrap {
      grid-template-columns: 1fr; } }
  .co_list_wrap a {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative; }
    .co_list_wrap a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .5s; }
    .co_list_wrap a:hover img {
      transform: scale(1.2); }
  .co_list_wrap div {
    background-color: #6F7BB6;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 10px; }
    .co_list_wrap div > h2 {
      color: #FFF !important;
      padding: 0 !important;
      margin: 0 !important;
      margin-top: 0.5rem;
      font-size: 1rem;
      text-align: center; }
      .co_list_wrap div > h2 span {
        text-align: left;
        display: inline-block; }
    .co_list_wrap div > h3 {
      color: #FFF !important;
      padding: 0 !important;
      margin: 0 !important;
      font-size: 0.8rem;
      font-weight: 300;
      text-align: center; }
      .co_list_wrap div > h3 span {
        text-align: left;
        display: inline-block; }
