@charset "UTF-8";

.footer-wrapper {
  display: flex;
}

.footer-logo2 {
  width: 180px;
}

.footer-box {
  width: 160px;
}

.footer-box.is-swide {
  width: 200px;
}

.footer-box.is-wide {
  width: 270px;
}

.footer-box dl {
  margin-bottom: 0 !important;
}

.footer-box dd {
  font-size: 11px;
  margin-bottom: 1.25rem !important;
}

@media screen and (max-width: 991.99px) {
  .footer-box dd {
    font-size: 13px;
  }

  .footer-box.is-wide,
  .footer-box.is-swide {
    width: 100% !important;
  }
}

.footer-box dd a {
  color: #333;
}

@media screen and (max-width: 991.99px) {
  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo2 {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-box {
    width: 100%;
  }

  .button.button-large {
    padding: 0;
  }
}

/* global navi */
.fix-header {
  background-color: #fff;
  top: -66px;
  left: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: fixed;
  opacity: 0;
  z-index: 1000;
  height: 66px;
}

.fix-header.is-fix {
  right: 0;
  top: 0;
  opacity: 1;
}

.sp_menu {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 22px;
  z-index: 10;
}

.sp_menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 10;
}

.sp_menu span:nth-of-type(1) {
  top: 0px;
}

.sp_menu span:nth-of-type(2) {
  top: 10px;
}

.sp_menu span:nth-of-type(3) {
  bottom: 0px;
}

.sp_menu.active span {
  background-color: #333;
}

.sp_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.sp_menu.active span:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

#nav {
  top: 66px;
}

#nav.active {
  right: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-inner__block {
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
}

@media (min-width: 991.99px) {
  .snsbtniti-a {
    margin: 0 2px !important;
  }
}

.gnavi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gnavi-logo {
  margin: 0;
  padding: 0;
  display: block;
}

.gnavi-logo img {
  width: 170px;
}

@media screen and (max-width: 991.99px) {
  .gnavi-logo {
    margin-top: 6px;
  }
}

.gnavi-wrapper.is-flex {
  display: flex;
  align-items: center;
  line-height: 1;
}

.gnavi-wrapper.is-flex .gnavi-logo {
  margin-top: 8px;
}

.globalMenu-wrapper {
  /*  max-width: 1024px;*/
  margin: 0 2.5rem;
  width: 100%;
  display: block;
}

.globalMenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms-space-around;
  justify-content: -webkit-space-around;
  justify-content: space-around;
  margin: 0 0 auto;
  padding: 0;
  align-items: center;
}

.globalMenu li {
  list-style: none;
  flex: 1 0 auto;
  flex-grow: 1;
  text-align: center;
  display: block;
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-image: url(./../images/menu_border.png);
  background-repeat: no-repeat;
  background-size: 1px 30px;
  background-position: 0 6px;
}

.globalMenu li:first-child {
  background-image: none;
}

.globalMenu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.85rem 0 0.65rem;
  color: #000;
}

.globalMenu li a:hover {
  text-decoration: none;
}

/* Components - Dropdown */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 10rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #214d37;
  /*  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);*/
}

.dropdown-item {
  color: #fff !important;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem !important;
  position: relative;
  border-bottom: solid 1px #ccc;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}

a.dropdown-item:hover {
  background-color: white;
  color: #0a0a0a;
}

a.dropdown-item.is-active {
  background-color: #60c9d2;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.sns-block {
  display: flex;
  width: 164px;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.sns-block a {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.b-line {
  border-bottom: 2px solid #214d37;
  padding: 0.75em 0;
  margin: 0;
  height: 100%;
}

.m-navi {
  display: none;
  position: fixed;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 100vh;
  right: 0;
}

.m-navi-menu {
  display: block;
}

.menu-item {
  display: flex;
  padding: 0.75rem;
  align-items: center;
  border-bottom-width: 1px;
}

.toggle_wrap:last-of-type {
  border-bottom: 1px solid #ccc;
}

.toggle_switch,
.no_switch {
  position: relative;
  cursor: pointer;
  padding: 12px 16px;
  border-top: 1px solid #ccc;
}

.toggle_switch.open {
  border-bottom: 1px solid #ccc;
}

.toggle_switch:hover {
  background-color: #eee;
}

.no_switch::after {
  /*  content: "\f068";*/
  display: inline-block;
  /*  font: normal 18px/1 FontAwesome;*/
  font-family: "Material Icons";
  content: "remove";
  /*  width: 18px;
  height: 12px;*/
  color: #999;
  position: absolute;
  /*  top: 40%;*/
  right: 14px;
  /*  font-size: 12px;*/
}

.toggle_switch::after {
  /*  content: "\f067";*/
  /*content: "\f107";*/
  display: inline-block;
  font-family: "Material Icons";
  content: "add";
  /*  font: normal 18px/1 FontAwesome;
  width: 18px;
  height: 12px;*/
  color: #999;
  position: absolute;
  /*  top: 40%;*/
  right: 14px;
  /*  font-size: 12px;*/
}

.toggle_contents {
  display: none;
  padding: 0;
  font-size: 13px;
}

.toggle_contents ul {
  padding: 0;
  margin-bottom: 0;
}

.toggle_contents li {
  padding: 1em 1.25em;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.toggle_contents li::after {
  display: inline-block;
  font-family: "Material Icons";
  content: "remove";
  /*  content: "\f068";*/
  /*  font: normal 18px/1 FontAwesome;
  width: 18px;
  height: 12px;*/
  color: #999;
  position: absolute;
  /*top: 40%;*/
  right: 14px;
  font-size: 16px;
}

.toggle_contents li:last-child {
  border-bottom: none;
}

.min-italic {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  margin-right: 4px;
}

.text-min-italic {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
}

/* 調整用パーツ */
.text-xl {
  font-size: 22px;
}

.lh25 {
  line-height: 2.5;
}

.team-title h3 a {
  color: #000;
}

.flex-table {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.flex-table.has-line {
  border-top: 1px solid #dbdbdb;
}

.flex-th,
.flex-td {
  padding: 1.25em 0.75em;
  font-size: 14px;
}

.flex-th {
  flex: 0 12.5%;
  font-size: 15px;
  font-weight: 600;
}

.flex-td {
  flex: 1;
}

@media all and (max-width: 840px) {
  .flex-table {
    flex-direction: column;
  }

  .flex-th {
    padding: 0.75em 0.75em 0;
    flex: 100%;
  }

  .flex-td {
    padding: 0.75em;
    flex: 100%;
  }
}

.new-icon::after {
  content: "";
  display: inline-block;
  width: 36px;
  /*画像の幅*/
  height: 36px;
  /*画像の高さ*/
  background-image: url(./../images/icon-new.png);
  /*  background-size: contain;*/
  vertical-align: middle;
  margin-left: 6px;
}

.blog-contents a {
  color: #000;
}

/* 文字の表示・非表示*/
.pc_br {
  display: block;
}

.mobile_br {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_br {
    display: none;
  }

  .mobile_br {
    display: block;
  }
}

.mb-10 {
  margin-bottom: 8rem;
}
.sns-link{
  text-align: right !important;
}

/* mobile調整用*/
@media screen and (max-width: 640px) {
  .container.is-m90 {
    width: 90%;
  }

  .txt-m18 {
    font-size: 18px !important;
    font-weight: bold !important;
  }

  .text-msx {
    font-size: 12px !important;
  }

  .is-second {
    padding-top: 60px;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-center {
    text-align: center;
  }

  .mb-10 {
    margin-bottom: 4rem;
  }
  .sns-link{
    text-align: center !important;
  }

}


#footer {
  height: 100%;
}