@charset "utf-8";

/*------------------------------------------------------------
  トップページ
------------------------------------------------------------*/
#gHeader {
  padding-top: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#gHeader .topBox {
  position: relative;
  margin: -60px 0 27.5px;
}

#gHeader .topBox .sizeBox p {
  text-shadow:
    -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff,
    -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff,
    1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff;
}

#gHeader .topBox .hLink {
  border: 1px solid #fff;
  border-radius: 3px;
}

/*========== General ==========*/

.main-visual,
.main-visual *,
.feature,
.feature *,
.catch,
.catch *,
.introduction,
.introduction * {
  box-sizing: border-box;
}

/*----- Main Visual -----*/

.main-visual {
  width: 100%;
  height: 600px;
  background-image: url(../img/index/background_main-visual.jpg);
  background-position: center;
  background-size: cover;
}

.main-visual-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1000px;
  height: 100%;
  margin: auto;
}

.main-visual-title {
  color: #fff;
  font-size: 3.8em;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  letter-spacing: -1px;
  text-align: center;
  text-shadow:
    rgba(0, 50, 100, 1) 0 2px 10px,
    rgba(0, 50, 100, 1) 0 0 50px,
    rgba(0, 0, 50, 1) 0 0 30px;
}

.main-visual.for-sp {
  display: none;
}

.main-visual-button {
  position: absolute;
  top: 30px;
/*  right: 0;*/
  right: 260px;
  box-shadow: rgba(0, 0, 0, .3) 5px 5px 10px;
}

.twitter-button {
  position: absolute;
  top: 30px;
  right: 0;
  box-shadow: rgba(0, 0, 0, .3) 5px 5px 10px;
}

/*----- news -----*/

.news {
  width: 100%;
/*  padding: 40px 0;*/
  padding: 15px 0;
}

.news-container {
}

.news-inner {
/*  width: 800px;*/
  width: 1000px;
  margin: auto;
  height: 190px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.news-title {
  width: 195px;
  height: 190px;
  background-image: url(../img/index/background_news_title.jpg);
  background-position: center top;
  background-size: cover;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.news-title-inner {
  height: 36px;
  width: 100%;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.2em;
  background-color: rgba(0, 104, 150, 0.8);
}

.news-box {
  width: calc(100% - 195px);
  height: 190px;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}
.news-box::-webkit-scrollbar {
  display:none;
}

.news-box > iframe {
  width: 100%;
  height: 190px;
}



/*news-banner*/
.news-banner {
  width: 610px;
  height: 50px;
  margin: auto;
/*  margin-top: 35px;*/
  margin-top: 15px;
}

.news-banner-button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #006896;
}

.news-banner-button:hover {
  opacity: 0.6;
}

.news-banner-title {
  color: #fff;
  font-size: 2.4em;
  font-weight: bold;
  width: 420px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news-banner-title::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background-image: url(../img/index/icon_arrow.png);
  vertical-align: middle;
  margin-left: 5px;
}

.news-banner-title::before {
  content: "";
  display: block;
  width: 160px;
  height: 50px;
  background-image: url(../img/index/background_news_banner.gif);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -160px;
}

/*----- Feature -----*/

.feature {
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/index/background_feature.jpg);
  background-position: center;
  background-size: cover;
}

.feature-container {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.feature-inner {
  width: 1000px;
  margin: auto;
}

.feature-title {
  margin-bottom: 50px;
  padding: 0 20px 5px;
  color: #006896;
  font-size: 3.5em;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
  border-bottom: 1px solid #006896;
}

.feature-subtitle {
  margin-bottom: 50px;
  font-size: 3em;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
}

.feature-subtitle span {
  color: #91004f;
}

.feature-image {
  display: block;
  margin: 0 auto 50px;
}

.feature-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.feature-menu-item {
  position: relative;
}

.feature-menu-item-baloon {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #e8bb5a;
}

.feature-menu-item-baloon::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  width: 40px;
  height: 35px;
  background-image: url(../img/index/icon_baloon_01.png);
}

.feature-menu-item-baloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 30px);
  width: 30px;
  height: 24px;
  background-image: url(../img/index/icon_baloon_02.png);
}

.feature-menu-item-label {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.feature-menu-item-inner {
  width: 450px;
  min-height: 345px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.feature-menu-item:nth-of-type(1) .feature-menu-item-inner {
  background-image: url(../img/index/background_feature-menu_01.png);
}

.feature-menu-item:nth-of-type(2) .feature-menu-item-inner {
  background-image: url(../img/index/background_feature-menu_02.png);
}

.feature-menu-item-title {
  width: 100%;
  margin-bottom: 20px;
/*  padding: 10px;*/
  color: #fff;
  font-size: 2.25em;
  text-align: center;
/*  background-color: #006896;*/
}
.feature-menu-item-title > .feature-menu-item-title-button {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #006896;
}

.feature-menu-item-title > .feature-menu-item-title-button:hover {
  background-color: rgba(0, 104, 150, 0.8);
}


.feature-menu-item-text {
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 1.7em;
  line-height: 1.65;
  text-shadow:
    -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff,
    -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff,
    1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff;
}

.feature-menu-item-text span {
  color: #91004f;
  font-weight: bold;
}

.feature-menu-item-text.no-indent {
  padding-left: 0;
  text-indent: 0;
}

/*----- Catch -----*/

.catch {
  padding: 50px 0;
}

.catch-title {
  font-size: 4em;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
}

.catch-title span {
  color: #91004f;
}

/*----- Content -----*/

.content {
  width: 1000px;
  margin: 0 auto 50px;
}

.content-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  color: #fff;
  font-size: 3.5em;
  text-align: center;
  background-color: #006896;
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding: 0 95px;
  justify-content: space-between;
}

.content-item {
  width: 250px;
  margin-bottom: 30px;
}

.content-item-button {
  display: block;
}

.content-item-button:hover {
  opacity: .7;
}

.content-item-image {
  display: block;
  margin: auto;
}

.content-item-title {
  margin-bottom: 10px;
  font-size: 1.8em;
  text-align: center;
}

.content-item-title::before {
  content: "▶▶";
  margin-right: 10px;
  font-size: .75em;
}

.content-item:nth-of-type(1) .content-item-title::before {
  color: #8f82bc;
}

.content-item:nth-of-type(2) .content-item-title::before {
  color: #00919c;
}

.content-item:nth-of-type(3) .content-item-title::before {
  color: #158caa;
}

.content-item:nth-of-type(4) .content-item-title::before {
  color: #c27a07;
}

.content-item:nth-of-type(5) .content-item-title::before {
  color: #5976ba;
}

.content-item:nth-of-type(6) .content-item-title::before {
  color: #dd6b66;
}

.content-item-text {
  width: 220px;
  margin: auto;
  font-size: 1.5em;
  text-align: justify;
}

/*----- Introduction -----*/

.introduction {
  width: 1000px;
  margin: auto;
  padding: 50px 100px;
  border: 1px solid #000;
}

.introduction-title {
  margin-bottom: 30px;
  font-size: 4em;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
}

.introduction-title span {
  color: #91004f;
}

.introduction-text {
  font-size: 1.7em;
  line-height: 2;
  text-align: justify;
}

/*concept-banner*/
.concept-banner {
  text-align: center;
  margin: auto;
}


@media all and (-ms-high-contrast:none) {
  #gHeader .topBox {
    margin-bottom: 29px;
  }

  #main .menuBox .menuUl li .textBox .title span {
    background-position: left top 5px;
  }
}

@media screen and (max-width: 767px) {
  /*----- General -----*/

  #gHeader {
    padding-top: 10px;
  }

  /*----- Main Visual -----*/

  .main-visual.for-pc {
    display: none;
  }

  .main-visual.for-sp {
    display: flex;
    height: 250px;
    padding: 10px;
  }

  .main-visual-title {
    padding-left: 15px;
    padding-bottom: 40px;
    font-size: 2.5em;
  }

  .main-visual-button {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 155px;
    width: 150px;
  }

  .main-visual-button * {
    width: 100%;
  }

  .twitter-button {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 150px;
  }

  .twitter-button * {
    width: 100%;
  }

  /*----- news -----*/

  .news {
/*    padding: 30px 0;*/
    padding: 10px 0;
  }

  .news-container {
  }

  .news-inner {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 218px;
  }

  .news-title {
    width: 100%;
    height: 70px;
    background-image: url(../img/index/background_news_title.jpg);
    background-position: right center;
    background-size: cover;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .news-title-inner {
    height: 36px;
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    background-color: rgba(0, 104, 150, 0.75);
  }

  .news-box {
    width: 100%;
    height: 153px;
  }

  .news-box iframe {
    height: 150px;
    border: none;
  }

  /*news-banner*/
  .news-banner {
    width: calc(100% - 60px);
    padding: 0;
    height: 50px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin-top: 15px;
  }

  .news-banner-title {
    width: 100%;
    height: 50px;
    font-size: 1.6em;
  }

  .news-banner-title::after {
    width: 17.5px;
    height: 10px;
    background-size: contain;
  }

  .news-banner-title::before {
    display: none;
  }



  /*----- Feature -----*/

  .feature {
    padding: 25px 0;
  }

  .feature-container {
    padding: 25px 0;
  }

  .feature-inner {
    width: 100%;
    padding: 0 10px;
  }

  .feature-title {
    margin-bottom: 30px;
    font-size: 2.5em;
  }

  .feature-subtitle {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .feature-image {
    width: 100%;
    margin: 0 auto 30px;
  }

  .feature-menu {
    display: block;
    padding: 0;
  }

  .feature-menu-item:not(:last-of-type) {
    margin-bottom: 50px;
  }

  .feature-menu-item-baloon {
    right: 0;
    font-size: 1.5em;
  }

  .feature-menu-item-label {
    font-size: 1.3em;
  }

  .feature-menu-item-inner {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .feature-menu-item-title {
    margin-bottom: 10px;
    font-size: 1.7em;
  }

  .feature-menu-item-text {
    padding-left: 18px;
    text-indent: -18px;
    font-size: 1.5em;
  }

  /*----- Catch -----*/

  .catch {
    width: 100%;
    padding: 30px 10px;
    font-size: .6em;
  }

  /*----- Content -----*/

  .content {
    width: 100%;
    margin: 0 auto 30px;
  }

  .content-title {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .content-list {
    justify-content: space-around;
    padding: 0 10px;
  }

  /*----- Introduction -----*/

  .introduction {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 30px 15px;
    border: 1px solid #000;
  }

  .introduction-title {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .introduction-text {
    font-size: 1.5em;
  }
  /*concept-banner*/
  .concept-banner {
    width: calc(100% - 20px);
  }
  .concept-banner * {
    width: 100%;
  }

}

/*interview追加  バナー追加 20210928*/
.recruit {
  padding: 50px 0;
  background-image   : radial-gradient(rgba(0, 105, 150, 0.5) 8%, transparent 11%), radial-gradient(rgba(0, 105, 150, 0.5) 8%, transparent 11%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
}
.recruit-inner {
  width: 1000px;
  margin: auto;
}
.interviewBanner {
  color: #006896;
}

.interviewBannerBtn {
  width: 100%;
  display: block;
}
.interviewBannerBtn:hover {
  opacity: 0.5;
}
.interviewBannerBtn > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-inner {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
