@charset "UTF-8";
@media (max-width: 640px) {
  .pc {
    display: none !important; } }

@media (min-width: 641px) {
  .sp {
    display: none !important; } }

/* 基本テキスト */
body {
  color: #212121;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 24px; }

/* 基本コンテンツサイズ */
@media (min-width: 641px) {
  .basesize {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    width: 96%; } }

/* リンクタグ共通 */
@media (min-width: 641px) {
  a,
  .hover-effect {
    cursor: pointer;
    opacity: 1;
    transition-duration: 0.3s; }
    a:hover,
    .hover-effect:hover {
      opacity: 0.7; } }

/*************************
ヘッダー
*************************/
.header {
  color: #fff; }
  @media (max-width: 640px) {
    .header {
      background: linear-gradient(#ffffff, #f6faff 33%, #e5f4ff); } }
  .header__lead {
    background-color: #004fa6; }
    @media (min-width: 641px) {
      .header__lead {
        font-size: 13px;
        line-height: 20px; } }
  @media (min-width: 641px) {
    .header__info {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 8px 0; } }
  @media (min-width: 641px) {
    .header__sitename {
      width: 28.75%; } }
  @media (max-width: 640px) {
    .header__sitename {
      margin: 0 auto;
      padding: 9px 0;
      width: 164px; } }
  .header__toplink {
    display: block;
    width: 100%; }
  .header__logo {
    display: block;
    width: 100%; }
  @media (min-width: 641px) {
    .header__address {
      text-align: right;
      width: calc( 66.25% - 129px); } }
  .header__img {
    max-width: 100%; }
  .header__btn {
    display: block; }

/*************************
グローバルナビ
*************************/
@media (min-width: 641px) {
  .g-nav {
    border-top: solid 2px #cbcbcb;
    border-bottom: solid 2px #cbcbcb;
    padding: 1px 0; } }

@media (max-width: 640px) {
  .g-nav {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition-delay: 0.6s;
    z-index: 9999;
    width: 0; } }

@media (min-width: 641px) {
  .g-nav__nav {
    background: linear-gradient(#0071bb, #2e3191); } }

@media (max-width: 640px) {
  .g-nav__nav {
    background-color: #fff;
    left: -85%;
    padding-top: 70px;
    position: relative;
    transition-duration: 0.2s;
    width: 85%; } }

.g-nav__ul {
  list-style-type: none; }
  @media (min-width: 641px) {
    .g-nav__ul {
      display: flex;
      border-right: solid 1px #2e3191; } }
  @media (max-width: 640px) {
    .g-nav__ul {
      border-top: solid 1px #2e3191;
      height: 80vh;
      overflow: auto;
      padding-bottom: 20vh; } }

@media (min-width: 641px) {
  .g-nav__li {
    border-left: solid 1px #2e3191;
    width: calc( 100% / 8); } }

@media (max-width: 640px) {
  .g-nav__li {
    position: relative;
    transition-duration: 0.5s;
    left: -100%; } }

.g-nav__closebg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%; }

.g-nav__toplink {
  display: inline-block;
  left: -100%;
  position: absolute;
  top: 13px;
  transition-duration: 0.7s; }

.g-nav__anc {
  display: block;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 641px) {
    .g-nav__anc {
      height: 63px;
      padding: 16px 5px 0;
      text-align: center; }
      .g-nav__anc:hover {
        background-color: rgba(255, 255, 255, 0.15);
        opacity: 1; } }
  @media (min-width: 641px) and (max-width: 770px) {
    .g-nav__anc {
      padding-top: 18px; } }
  @media (max-width: 640px) {
    .g-nav__anc {
      line-height: 50px;
      padding-left: 7.5%; } }

@media (min-width: 641px) and (max-width: 770px) {
  .g-nav__img {
    height: 27px; } }

.g-nav__open {
  left: 16px;
  position: absolute;
  top: 16px; }

.g-nav__close {
  position: absolute;
  right: 100%;
  top: 16px;
  transition-duration: 0.6s; }

[data-menuopen=true] {
  height: 100%;
  overflow: hidden; }
  @media (max-width: 640px) {
    [data-menuopen=true] .g-nav {
      transition-delay: 0s;
      width: 100%; }
    [data-menuopen=true] .g-nav__closebg {
      left: 0; }
    [data-menuopen=true] .g-nav__nav {
      left: 0; }
    [data-menuopen=true] .g-nav__li {
      left: 0; }
    [data-menuopen=true] .g-nav__toplink {
      left: 7.5%; }
    [data-menuopen=true] .g-nav__close {
      right: 6%; } }

/******************************
フッター
******************************/
.footer {
  background: linear-gradient(#e6f5ff, #fff 67%);
  border-top: solid 1px #2e3191;
  position: relative;
  z-index: 1; }
  @media (min-width: 641px) {
    .footer__container {
      align-items: center;
      display: flex;
      flex-direction: row-reverse;
      height: 160px;
      justify-content: space-between; } }
  @media (min-width: 641px) {
    .footer__links {
      padding-left: 30px; } }
  @media (max-width: 640px) {
    .footer__links {
      padding: 8% 5% 5%; } }
  .footer__ul {
    list-style-type: none; }
    @media (max-width: 640px) {
      .footer__ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
  .footer__li {
    display: inline-block; }
    @media (max-width: 640px) {
      .footer__li {
        width: 33%; } }
  @media (min-width: 641px) {
    .footer__anc {
      font-size: 14px;
      line-height: 25px; } }
  @media (max-width: 640px) {
    .footer__anc {
      font-size: 12px;
      line-height: 30px;
      white-space: nowrap; } }
  @media (max-width: 640px) {
    .footer__toplink {
      display: block;
      margin: 0 auto;
      width: 227px; } }
  .footer__logo {
    width: 100%; }
  .footer__anc {
    color: #212121;
    margin-right: 1em; }
    @media (min-width: 641px) {
      .footer__anc {
        text-decoration: none; } }
  .footer__copyright {
    display: block;
    font-size: 11px; }
    @media (min-width: 641px) {
      .footer__copyright {
        color: #b2b2b2;
        margin-top: 10px; } }
    @media (max-width: 640px) {
      .footer__copyright {
        color: #fff;
        margin-bottom: 11px; } }
  .footer__address {
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    text-align: center; }
  .footer__phone {
    color: #212121;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 5px auto 10px;
    text-decoration: none; }
  .footer__text {
    background-color: #2e3191;
    color: #fff;
    font-size: 10px;
    line-height: 1.3em;
    padding: 15px 5%;
    text-align: center; }

@media (min-width: 641px) {
  .columnsbox {
    align-items: top;
    display: flex;
    justify-content: space-between;
    padding-top: 20px; } }

@media (min-width: 641px) {
  .columnsbox__main {
    width: calc( 100% - 240px); } }

@media (min-width: 641px) {
  .columnsbox__side {
    width: 220px; } }

@media (max-width: 640px) {
  .columnsbox__side {
    margin: 0 auto;
    width: 92.5%; } }

/******************************
サイドバー
******************************/
.sidebar__title {
  margin: 0; }

.sidebar__titleimg {
  display: block;
  margin: 0; }

/* ニュース */
.side-news {
  margin-bottom: 9px;
  position: relative; }
  @media (max-width: 640px) {
    .side-news {
      display: none; } }
  .side-news__content {
    border: solid 1px #2e3191;
    border-radius: 0 0 5px 5px;
    height: 354px;
    overflow-y: scroll;
    padding: 13px 13px 50px 13px; }
  .side-news__article {
    margin-bottom: 15px; }
  .side-news__title {
    margin-bottom: 5px; }
  .side-news__btnbox {
    background-color: #fff;
    bottom: 1px;
    display: inline-block;
    padding: 12px 0 5px 8px;
    position: absolute;
    left: 5px;
    text-align: center; }

/* ツイッター */
.side-twitter {
  margin-bottom: 9px; }
  @media (max-width: 640px) {
    .side-twitter {
      display: none; } }
  .side-twitter__content {
    border: solid 1px #2e3191;
    border-radius: 0 0 5px 5px; }

/* リンクボタン */
.side-nav {
  list-style-type: none; }
  .side-nav__anc {
    align-items: center;
    background-size: cover;
    background-position: center;
    border: solid 1px #989898;
    display: flex;
    justify-content: center;
    width: 100%; }
    @media (min-width: 641px) {
      .side-nav__anc {
        height: 140px;
        margin-bottom: 10px; } }
    @media (max-width: 640px) {
      .side-nav__anc {
        height: 120px;
        margin-bottom: 12px; } }
    @media (min-width: 641px) {
      .side-nav__anc_recruit {
        background-image: url("/src/img/common/side/menuback01_recruit.jpg"); } }
    @media (max-width: 640px) {
      .side-nav__anc_recruit {
        background-image: url("/src/img/common/side/sp_menuback01_recruit.png"); } }
    @media (min-width: 641px) {
      .side-nav__anc_diary {
        background-image: url("/src/img/common/side/menuback02_diary.jpg"); } }
    @media (max-width: 640px) {
      .side-nav__anc_diary {
        background-image: url("/src/img/common/side/sp_menuback02_diary.png"); } }
    @media (min-width: 641px) {
      .side-nav__anc_member {
        background-image: url("/src/img/common/side/menuback03_member.jpg"); } }
    @media (max-width: 640px) {
      .side-nav__anc_member {
        background-image: url("/src/img/common/side/sp_menuback03_member.png"); } }
    @media (min-width: 641px) {
      .side-nav__anc_line {
        background-image: url("/src/img/common/side/menuback04_line.jpg"); } }
    @media (max-width: 640px) {
      .side-nav__anc_line {
        background-image: url("/src/img/common/side/sp_menuback04_line.png"); } }
    @media (min-width: 641px) {
      .side-nav__anc_mens {
        background-image: url("/src/img/common/side/menuback05_mens.jpg"); } }
    @media (max-width: 640px) {
      .side-nav__anc_mens {
        background-image: url("/src/img/common/side/sp_menuback05_mens.png"); } }

.side-btn {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center; }

/******************************
セクション共通
******************************/
@media (min-width: 641px) {
  .sec-default {
    margin-bottom: 10px; } }

.sec-default__head {
  background: linear-gradient(#2e3191, #0071bb);
  width: 100%; }
  @media (min-width: 641px) {
    .sec-default__head {
      align-items: center;
      border-radius: 5px 5px 0 0;
      display: flex;
      height: 70px;
      justify-content: space-between;
      padding: 0 20px; } }
  @media (max-width: 640px) {
    .sec-default__head {
      padding: 3.75%; } }

.sec-default__titleimg {
  display: block;
  max-width: 100%; }
  .sec-default__titleimg_m {
    margin-left: 5%; }

@media (min-width: 641px) {
  .sec-default__content {
    border: solid 1px #2e3191;
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding: 24px; } }

@media (max-width: 640px) {
  .sec-default__content {
    padding: 7.5% 8.75% 10%; } }

.sec-default__center {
  text-align: center; }

.sec-default__headtext {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  padding-left: 20px; }

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