@charset "utf-8";
/* CSS Information============
	common
========================== */
/*全デバイス共通*/
html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  max-width: 100%;
  font-size: 100%;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.9px;
  line-height: 1.7;
}
body {
  font-size: 14px;
  color: #333;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
a {
  outline: none;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.container {
  overflow: hidden;
}
/* =======================
		改行 
========================== */
.sp_br {
  display: block;
}
.tb_br {
  display: none;
}
.pc_br {
  display: none;
}
/* =======================
　　PCとSPの出し分け 
========================== */
.sp_on {
  display: block;
}
.tb_on {
  display: none;
}
#top-head.tb_on {
  display: block;
}
.pc_on {
  display: none;
}
/* =======================
　　header
========================== */
header {
  height: 63px;
}
header #logo {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
}
header #logo a {
  display: block;
  width: 33%;
  margin: 0 auto;
}
header ul {
  width: 100%;
}
header ul li a:link,
header ul li a:visited {
  color: #595959;
  text-decoration-line: none;
}
/* =======================
	ハンバーガーメニュー
========================== */
header #top-head {
  width: 100%;
  position: fixed;
  z-index: 3;
}
header #top-head .lnav {
  width: 85%;
  margin: 0 auto;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
}
header #top-head .lnav li {
  text-align: left;
  width: 50%;
  border-bottom: none;
}
header #top-head .lnav li.long {
  width: 100%;
}
header #top-head .lnav li a {
  color: #595959;
}
header #top-head .lnav li a img {
  width: 12px;
  margin-top: -1px;
}
header #top-head .sns {
  padding: 0 0 40px 0;
}
header #top-head .sns > ul {
  padding: 10px 0 40px;
}
header #top-head > ul {
  height: 63px;
  /*  padding: 0 0 0 20px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
}
header #top-head ul li {
  text-align: center;
}
header #top-head ul .logo {
  width: 140px;
  margin-left: 30px;
}
header #top-head ul .rev {
  width: 80px;
  border-left: none;
}
header #top-head ul .rev a {
  display: block;
  background-color: #fff;
  padding: 20.5px 0;
  color: #063641;
}
header #top-head ul .menu {
  height: 1.3rem;
  width: 45px;
}
#nav-toggle {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#global-nav {
  position: absolute;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
  /* bottom: 100px; */
  bottom: 10px;
}
.open #global-nav {
  -moz-transform: translateY(-90vh);
  -webkit-transform: translateY(-90vh);
  transform: translateY(90vh);
}
#global-nav nav {
  background-color: #fff;
}
#global-nav ul {
  padding: 20px 0;
  list-style: none;
  position: static;
}
#global-nav ul .right_link:first-child {
  border-top: 1px #f0f0f0 solid;
}
#global-nav ul .right_link {
  float: none;
  position: static;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px #f0f0f0 solid;
  border-left: none;
  border-top: none;
}
#global-nav ul .right_link a {
  width: 100%;
  display: block;
  padding: 14px 0;
}
header #top-head .lnav .gnav_text_link {
  padding: 10px 0;
}
#global-nav ul .center_link a {
  color: #333;
}
#global-nav ul li a img {
  width: 40px;
  vertical-align: middle;
}
#global-nav ul li a span {
  display: inline-block;
  color: #333;
}
#global-nav .link_box {
  background-color: #fff;
}
#global-nav .link_box li {
  border-bottom: none;
  border: #ccc solid 1px;
  width: 50%;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
#global-nav .link_box a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 15px;
  padding: 20px 0;
}
#global-nav ul .center_link {
  text-align: center;
  border-bottom: none;
}
#global-nav ul .center_link a {
  padding: 20px 0;
  font-size: 15px;
}
#global-nav .language {
  display: flex;
  padding: 14px 0;
  justify-content: center;
}
#global-nav .language dt {
  padding: 0 25px;
  border-right: 1px #f0f0f0 solid;
}
#global-nav .language dt:last-child {
  border-right: 0;
}

/* ナビゲーションが開いているときにスクロールを無効にする */
body.nav-open {
  overflow: hidden;
}

/* ハンバーガーメニューの高さとスクロール設定 */
#global-nav {
  overflow-y: hidden;
  max-height: 90vh; /* 画面の高さに合わせる */
}

/* =======================
	 #acMenu
========================== */
#acMenu {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  border-bottom: 1px solid #eeeeee;
}
#acMenu dt {
  display: block;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}
#acMenu dd {
  line-height: 2.3;
  display: none;
}
#acMenu dd li {
  background: url(/ebisu/img/common/footer_arrow_001.png) no-repeat 0 11px;
  padding-left: 15px;
  margin-left: 20px;
}
#acMenu dd li:nth-last-of-type(1) {
  padding-bottom: 10px;
}
#acMenu dd li a {
  display: block;
  color: #fff;
  line-height: 3;
}
/* =======================
　　ボタン効果
========================== */
/*== ボタン共通設定 */
.btn {
  width: 90%;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #063641;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}
.btn:hover {
  opacity: unset;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #063641;
}
.btn:hover span {
  color: #fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #063641;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* =======================
　　ぱんくず
========================== */
#container .topicpath {
  overflow: hidden;
}
#container .topicpath .pan li {
  float: left;
  margin-right: 5px;
}
#container .topicpath .pan li:last-child {
  margin-right: 0px;
}

/* =======================
	　info
========================== */
.info {
  width: 90%;
  margin: 0 auto 20px;
}
.info dl {
  border: 1px #ccc solid;
}
.info dl {
  border: 1px #ccc solid;
}

.info dl:not(:last-child) {
  margin-bottom: 20px;
}
.info dt {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.info dt.obj_outer p {
  position: relative;
}
.info dt.obj_outer p::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  border-top: 1px solid #333;
  transition: transform 0.3s ease-in-out;
  width: 12px;
  top: 50%;
  transform: translate(-50%) rotate(90deg);
}
.info dt.obj_outer p::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2px;
  border-top: 1px solid #333;
  transition: transform 0.3s ease-in-out;
  width: 14px;
  top: 50%;
  transform: translateX(-50%);
}
.info dt.active {
  padding-bottom: 10px;
}
.info dt.active p::before {
  transform: translate(-50%) rotate(180deg);
}
.info dt.active p::after {
  opacity: 0;
}
.info dd p.obj_inner_txt {
  padding: 10px;
  text-align: left;
}
.info dd p.obj_inner_txt:last-child {
  margin-bottom: 0;
}
.info p span {
  color: #cc3333;
}
.info p strong {
  font-weight: bold;
}
.info dd {
  border-top: 1px #ccc solid;
  display: none;
  margin: 0 3%;
  padding: 14px 0;
}
.info dt {
  text-decoration: underline;
}
.info dt:hover {
  text-decoration: none;
}

/* =======================
　　サブ下層FV
========================== */
.sub_fv {
  position: relative;
}
.sub_fv .head_tit {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 25px;
  position: absolute;
  /* bottom: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* =======================
　　contents
========================== */
.con_outer .inner {
  width: 90%;
  margin: 30px auto;
  line-height: 1.7;
}
/* ========================
	service
========================== */
#service ul li {
  display: flex;
  margin-bottom: 15px;
}
#service ul li img {
  width: 48%;
  height: auto;
  margin-right: 3%;
}
#service ul li dl dt {
  font-weight: 600;
}
#service ul li dl dd {
  margin-top: 2px;
  line-height: 1.7;
}
#service ul li dl dd a {
  text-decoration: underline;
}
#service ul li dl dd a:hover {
  opacity: none;
  text-decoration: none;
}
/* =======================
　　footer
========================== */
footer {
  /* background-color: #000; */
  /* color: #000; */
  text-align: center;
}
footer h3 {
  width: 190px;
  margin: 0 auto 20px;
}
footer .foot_info {
  line-height: 1.7;
  padding: 45px 0 0;
  background-color: #000;
}
footer .foot_info ul {
  color: #fff;
}
footer .foot_info ul li:first-child {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
footer .foot_info a {
  color: #fff;
}
footer .sns {
  padding: 25px 0;
  /* border-bottom: 1px solid #fff; */
  background-color: #000;
}
footer .pr {
  border-bottom: 1px solid #fff;
  background-color: #000;
}
footer .sns ul li {
  width: 40px;
  margin: 0 auto;
}
footer .copyright {
  padding-bottom: 70px;
}
footer .recruit_img {
  padding: 17px 0;
  margin: 0 auto 0;
  width: 90%;
}
footer .recruit_img a:hover {
  opacity: 0.75;
  background-color: #fff;
}
footer .recruit_img img {
  width: 230px;
}
footer .footer_img img {
  width: 300px;
}
footer .footer_img p {
  width: 100%;
  padding: 20px 0 0;
}
footer .footer_img p:last-child {
  width: 100%;
  padding: 20px 0;
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
		改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .pc_br {
    display: block;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .pc_on {
    display: block;
  }
  header .pc_on {
    display: none;
  }
  .foot_link.pc_on {
    display: none;
  }
  /* =======================
　　header
========================== */
  header #top-head {
    z-index: 6;
  }
  header #top-head .lnav li.long {
    width: 50%;
  }
  /* =======================
　　ボタン効果
========================== */
  /*== ボタン共通設定 */
  .btn {
    width: 325px;
  }
  /* =======================
　　メイン下層FV
========================== */
  /* =======================
　　サブ下層FV
========================== */
  .sub_fv {
    position: relative;
    height: 170px;
    overflow: hidden;
  }
  .sub_fv .head_bg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .sub_fv .head_tit {
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 30px;
    position: absolute;
    /* bottom: 0; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /* =======================
	　info
========================== */
  .info {
    width: 95%;
    margin: 0 auto 30px;
  }

  /* =======================
　　contents
========================== */
  .con_outer .inner {
    width: 85%;
  }
  /* ========================
	service
========================== */
  #service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service ul li {
    width: 24%;
    display: initial;
    margin-bottom: 15px;
  }
  #service ul li img {
    width: auto;
    height: auto;
    margin-right: 2%;
  }
  #service ul li dl {
    margin-top: 10px;
  }
  #service ul li dl dt {
    font-weight: 600;
  }
  #service ul li dl dd a {
    text-decoration: underline;
  }
  #service ul li dl dd a:hover {
    opacity: none;
    text-decoration: none;
  }
  /* =======================
　　footer
========================== */
  footer .foot_link {
    background-color: #000;
    padding-top: 30px;
    margin: 30px auto 0;
  }
  footer .foot_link ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  footer .foot_link ul li {
    padding-right: 3%;
  }
  footer .foot_link ul li:last-child {
    padding-right: 0;
  }
  footer .foot_link ul li a {
    color: #fff;
  }
  footer .foot_link ul li a img {
    width: 12px;
    margin-top: -1px;
  }
  footer .foot_info {
    line-height: 2;
    letter-spacing: 0.8px;
  }
  footer .group_footer a:hover img {
    opacity: 0.7;
  }
  footer .footer_img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_img p {
    margin: 20px 10px;
    width: 300px;
    padding: 0;
  }
  footer .footer_img p:last-child {
    margin: 20px 10px;
    width: 300px;
    padding: 0;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
		改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .tb_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  #top-head.tb_on {
    display: none;
  }
  header .pc_on {
    display: block;
  }
  .foot_link.pc_on {
    display: block;
  }
  /* =======================
　　header
========================== */
  header ul li a:link,
  header ul li a:visited {
    color: #fff;
  }
  header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 800;
  }
  header #logo {
    width: 155px;
    margin-top: 5px;
    margin-left: 20px;
    left: 0;
    position: absolute;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 0;
  }
  header .sp_none a {
    color: #fff;
  }
  header .pc_lnav {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav nav {
    width: 1000px;
  }
  header .pc_lnav nav ul {
    position: inherit;
    right: 0;
    font-size: 11px;
    padding: 5px 0;
    text-align: right;
  }
  header .pc_lnav nav ul li {
    padding: 5px 10px;
    display: inline;
    letter-spacing: 0.4px;
  }
  header .pc_gnav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .pc_gnav nav {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
  }
  header .pc_gnav nav ul {
    position: absolute;
    right: 0;
    font-size: 14px;
    background-color: transparent;
    width: 775px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
  }
  header .pc_gnav nav ul li {
    padding: 0 10px;
    width: 120px;
    text-align: center;
    letter-spacing: 0.4px;
  }
  header .pc_gnav nav ul li:last-child {
    padding: 0;
    margin: 0;
    width: 120px;
  }
  header .pc_gnav nav ul li:last-child a {
    background-color: #fff;
    display: block;
    color: #063641;
    padding: 19px 0;
  }
  header .pc_lnav nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  header .pc_lnav nav ul li a img {
    width: 10px;
    margin-top: -2px;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
  }
  /* =======================
	 pc_gnav #pc_gnav2
========================== */
  header .pc_lnav2 {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav2 nav {
    width: 1000px;
  }
  header .pc_lnav2 #logo {
    position: fixed;
  }
  header .pc_lnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 440px;
    text-align: right;
  }
  header .pc_lnav2 nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav2 {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
  }
  header .pc_gnav2 nav {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 62px;
  }
  header .pc_gnav2 nav p {
    width: 174px;
    margin-left: 15px;
  }
  header .pc_gnav2 nav ul {
    right: 0;
    font-size: 14px;
    background-color: transparent;
    height: 62px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .pc_gnav2 nav ul li {
    /* width: 105px; */
    width: 95px;
    text-align: center;
    padding: 0;
  }
  header .pc_gnav2 nav ul li:last-child {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 102px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    display: block;
    color: #063641;
    padding: 19px 0;
  }
  header .pc_lnav2 nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .pc_gnav2 nav #logo img {
    max-width: 88%;
    margin: 5px 0 0 0;
  }
  /* =======================
　　サブ下層FV
========================== */
  .sub_fv {
    height: 415px;
    margin-top: 30px;
  }
  .sub_fv .head_bg img {
    height: 415px;
  }
  .sub_fv .head_tit {
    font-size: 52px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /* =======================
	　info
========================== */
  .info {
    width: 1000px;
    margin: 0 auto 30px;
  }

  /* =======================
　　contents
========================== */
  .con_outer .inner {
    width: 1000px;
    margin: 50px auto 40px;
    line-height: 2.2;
    letter-spacing: 0.8px;
  }
  /* =======================
　　footer
========================== */
  footer .foot_link ul li {
    padding-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  #container .topicpath {
    width: 1100px;
  }
}
@media screen and (min-width: 1100px) {
}

/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
