@charset "utf-8";
/*===============================================
 *	ブラウザリセット
===============================================*/
@font-face {font-family: 'Noto Sans JP';font-style: bold;font-weight: 700;src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),url('../fonts/NotoSansJP-Bold.woff') format('woff');font-display: swap;}
@font-face {font-family: 'Noto Sans JP';font-style: medium;font-weight: 500;src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),url('../fonts/NotoSansJP-Medium.woff') format('woff');font-display: swap;}
@font-face {font-family: 'Noto Serif JP';font-style: bold;font-weight: 700;src: url('../fonts/NotoSerifJP-Bold.woff2') format('woff2'),url('../fonts/NotoSerifJP-Bold.woff') format('woff');font-display: swap;}

a:hover img {filter: alpha(opacity=85);-moz-opacity: 0.85;opacity: 0.85;}
html {overflow-x: hidden;overflow-y: scroll;-webkit-box-sizing: border-box;box-sizing: border-box;}
body {font-size: 100%;font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;letter-spacing: 0;height: 100%;}
table {font-size: inherit;}
select, input, textarea {font: 99% arial, helvetica, clean, sans-serif;}
pre, code {font: 115% monospace; *font-size: 100%;}
br {letter-spacing: normal;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;font-style: normal;font-weight: normal;}
address, em {font-style: normal;}
strong, th {font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;border: none;}
th, td {text-align: left;border: none;font-weight: normal;}
hr {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img, fieldset {border: 0;vertical-align: bottom;}
li {list-style-type: none;}
ul, ol, dl {margin: 0;list-style-position: outside;list-style-type: none;}
li, dt, dd {font-size: 100%;}
dt {font-weight: normal;}
a {text-decoration: underline;outline: none;}
a:hover {text-decoration: none;}
form, input {padding: 0;margin: 0;}
iframe{border:none;}
picture{display: block;}
figure{margin: 0;}
img{display:block;height:auto;width:100%;}
/* --------------このサイトオリジナル設定--------------- */
a {color: #6179b6;outline: none;text-decoration:none;}
/*====================== clearFix ======================*/
.clearfix:before, .clearfix:after {content: "";display: block;overflow: hidden;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
/*=============================================== *
	パターン
===============================================*/
.base_fl {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;}
.row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.row_rev {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.space_btw {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.space_around {-ms-flex-pack: distribute;justify-content: space-around;}
.js_center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.al_center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.al_start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.al_end {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.al_base {-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}
/*===============================================
 *	common
===============================================*/
html body {background: #fff;color: #333;font-size: 16px;line-height: 1.6;-webkit-text-size-adjust: 100%;letter-spacing: 0.1em;}
em {font-weight: bold;}
.sp {display: none;}
.inner {max-width: 1120px;margin: 0 auto;width: 100%;position: relative;}
.txt_small{font-size: 13px;}
.center {text-align: center;}
.right {text-align: right;}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {pointer-events: none;}
}
@media only screen and (max-width: 1024px) {
  .inner {margin: 0 auto;max-width: initial;width: 94%;}
}
@media only screen and (max-width: 768px) {
  html body {font-size: 16px;}
}
@media only screen and (max-width: 568px) {
  html {scroll-padding-top: 65px;}
  .inner {margin: 0 auto;width: 90%;}
  .magb{margin-bottom: 8%;}
  .pc {display: none;}
  .sp {display: block;}
}
/*===============================================
 *	br
===============================================*/
@media screen and (min-width:1021px){
  .br-pc{display:block;}
  .br-tb{display:none;}
  .br-sp{display:none;}
}
@media screen and (min-width:481px) and (max-width: 1020px) {
  .br-pc{display:none;}
  .br-tb{display:block;}
  .br-sp{display:none;}
}
@media screen and (max-width: 480px) {
  .br-pc{display:none;}
  .br-tb{display:none;}
  .br-sp{display:block;}
}
/*===============================================
 *	header
===============================================*/
.header_wrap{background: #fff;width: 100%;position: fixed;z-index: 9999;top: 0;}
.header_area {display: flex;justify-content: space-between;padding: 1em 0;max-width: 1120px;margin: 0 auto;align-items: center;}
.header_area .logo{width: 200px;margin-right: auto;}
.header_area .logo img{margin-bottom: 3px}
.header_area .logo span{background: #363636;color: #fff;display: block;font-size: 10px;text-align: center;}
.header_area .logo_sp {display: none;}
.fixed{background: #fff;}
@media only screen and (max-width: 1024px) {
.header_area {padding: 10px 2%;}
.header_area .logo {width: 188px;}
}
@media only screen and (max-width: 768px) {
.header_area .logo {margin-top: 5px;margin-right: 10px;width: 170px;}
}
@media only screen and (max-width: 568px) {
.header_area .logo {margin-top: 5px;margin-right: 10px;margin-bottom: 5px;letter-spacing: -1px;width: 180px;}
.header_wrap{background: #fff;position: fixed;left: 0px;top:0;width: 100%;transition: all 0.3s ease;z-index: 99999;}
.header_area {padding: 0 0 0 5%;}
}
@media only screen and (max-width: 414px) {
.header_area {padding: 2% 3%;}
}
@media only screen and (max-width: 320px) {
.header_area .logo {display: none;}
.header_area .logo_sp {display: block;margin: 5px 0;}
}
/*-----------------------------------------------
 *	gnavi
-----------------------------------------------*/
.menu_box{max-width: 660px;width: 100%;}
.gnavi {display: flex;justify-content: space-between;align-items: center;}
.gnavi li a {font-size: 16px;color: #000;display: block;padding: .5em .25em;text-align: center;}
.gnavi li a:hover {border-bottom: #fff 1px solid;}
.gnavi li.select a{border-bottom: #fff 2px solid;font-weight: bold;}
.gnavi li select {padding: 5px 10px;}
.nav_box{display: none;}
.gnavi_fixed {position: fixed;width: 100%;top: 0;z-index: 9999;}
.gnavi li.cv-navi a {background: #6179b6;color: #fff;padding: .5em 1em;}
.gnavi li.cv-navi a:hover {background: #4d67aa;}
@media only screen and (max-width: 1024px) {
.menu_box{max-width: 760px;}
.gnavi li a {font-size: 16px;}
.gnavi li.cv-navi a::before {left: 8%;}
.gnavi li a {padding: 0.5em 0.05em;}
}
@media only screen and (max-width: 768px) {
.menu_box {max-width: 540px;}
.gnavi li a {font-size: 11px;}
.gnavi li.cv-navi a::before {display: none;}
}
@media only screen and (max-width: 568px) {
.head_contents {color: #fff;font-size: 12px;margin-left: auto;}
.head_contents a {display: block;color: #fff;font-size: 13px;text-align: center;}
.nav_button {display: block;cursor: pointer;}
.nav_button,.nav_button span {display: inline-block;transition: all .4s;}
.nav_button {z-index: 20;position: relative;width: 34px;height: 34px;}
.nav_button span {position: absolute;left: 0;width: 100%;height: 2px;background-color: #000;}
.nav_button span:nth-of-type(1) {top: 8px;width: 25px;left: 15%;}
.nav_button span:nth-of-type(2) {top: 15px;width: 25px;left: 15%;}
.nav_button span:nth-of-type(3) {top: 23px;width: 25px;left: 15%;}
.nav_button.active span:nth-of-type(1) {transform: translateY(5px) rotate(-45deg);}
.nav_button.active span:nth-of-type(2) {opacity: 0;}
.nav_button.active span:nth-of-type(3) {transform: translateY(-10px) rotate(45deg);}
.menu_box.open {display: block;}
.menu_box.close {display: none;}
.menu_box {position: fixed;left: 0;top: 0;display: none;background-color: rgba(203, 166, 19, .6);height: 100%;width: 100%;z-index: 10;}
.menu_box .gnavi {display: block;position: relative;overflow-x: hidden;overflow-y: auto;margin: 100px auto;width: 90%;}
.gnavi li {position: relative;margin-bottom: 20px;}
.gnavi li a {background: #fff;border: #000 1px solid;color: #000;font-size: 15px;padding: 1em 0 1em 1em;text-align: left;}
.gnavi li.cv-navi a {padding: 1em 0 1em 1em;}
.gnavi li a:hover {border: #f3d14c 1px solid;color: #f3d14c;}
.gnavi .pc{display: none;}
.gnavi a {font-size: 14px;position: relative;}
.gnavi li::after{content: "";position: absolute;margin: auto;right: 15px;top: 45%;width: 6px;height: 6px;border-top: 2px solid #000;border-right: 2px solid #000;transform: rotate(45deg);}
.gnavi li:last-child::after{border-top: 2px solid #fff;border-right: 2px solid #fff;}
.gnavi li.select::after{border-top: 2px solid #f3d14c;border-right: 2px solid #f3d14c;}
.gnavi li select {padding: 18px 10px;width: 100%;}
}
/*===============================================
 * ドロップダウン / アコーディオン用 追加CSS
===============================================*/

/* --- PC版：ホバーでドロップダウン --- */
@media screen and (min-width: 569px) {
  .gnavi li.has-child {
    position: relative;
  }
  /* 下矢印の設置 */
  .gnavi li.has-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnavi li.has-child > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  /* サブメニューの基本設定（非表示） */
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px; /* 必要に応じて幅を調整 */
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10000;
  }
  /* ホバーで表示 */
  .gnavi li.has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  /* サブメニュー内のリストデザイン */
  .sub-menu li {
    width: 100%;
  }
  .sub-menu li a {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .sub-menu li a:hover {
    background: #f9f9f9;
    border-bottom: 1px solid #eee; /* 親のhover設定を上書き */
  }
}

/* --- SP版：タップでアコーディオン --- */
@media only screen and (max-width: 568px) {
  /* 既存の右矢印を下矢印に上書き */
  .gnavi li.has-child::after {
    border-top: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg); /* 下向き */
    transition: transform 0.3s ease;
  }
  /* アコーディオンが開いた時は上矢印に */
  .gnavi li.has-child.open::after {
    transform: rotate(225deg);
    top: 25px; /* 位置微調整 */
  }
  /* サブメニューの基本設定（非表示） */
  .sub-menu {
    display: none;
    margin-top: -1px; /* ボーダーの重なりを調整 */
  }
  .sub-menu li {
    margin-bottom: 0;
  }
  /* サブメニュー内の右矢印は消す */
  .sub-menu li::after {
    display: none;
  }
  /* サブメニュー内のリンクデザイン */
  .sub-menu li a {
    background: #f5f5f5; /* 少しグレーにして階層を表現 */
    padding: 12px 0 12px 2em; /* インデントをつける */
    font-size: 14px;
    border-top: none;
  }
}
/*===============================================
 *	contents
===============================================*/
.top_wrap {
	position: relative;
	overflow: hidden;
}
/*===============================================
 *	main visual
===============================================*/
.bg_japan {
	position: absolute;
	top: 160px;
	left: 20%;
	width: 828px;
	z-index: -1;
	transform-origin: center center;
	will-change: transform;
}
.top_mv {
	padding: 100px 0;
}
.mv_wrap {
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
.mv_images {
	display: flex;
	width: max-content;
}
.mv_img {
	width: 300px;
	margin-right: 40px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	transition: margin-right 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.mv_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mv_img.is_active {
	margin-right: 180px;
}
@media only screen and (max-width: 1120px) {
	.mv_wrap {
		width: 90%;
	}
	.mv_img {
		width: 240px;
		height: 340px;
		margin-right: 20px;
	}
	.mv_img.is_active {
		margin-right: 15vw;
	}
}
@media only screen and (max-width: 1024px) {
	.bg_japan {
		top: 100px;
		left: 10%;
		width: 528px;
	}
}
@media only screen and (max-width: 768px) {
	.mv_wrap {
		width: 100%;
	}
	.mv_img {
		width: 170px;
		margin-right: 15px;
	}
	.mv_img.is_active {
		margin-right: 10vw;
	}
	.bg_japan {
		max-width: 300px;
		top: 80px;
		left: 10%;
	}
	.top_message .lead {
		font-size: 18px;
	}
}
@media only screen and (max-width: 568px) {
	.top_mv {
		padding: 300px 0 60px;
	}
}
/*********************************************
* Scroll
**********************************************/
.scroll_nav {
	position: absolute;
	top: -50px;
	bottom: 0;
	right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}
.scroll_nav .txt {
	writing-mode: vertical-rl;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.scroll_nav .line {
	display: block;
	width: 1px;
	flex-grow: 1;
	border-left: 1px dashed #333;
}
@media only screen and (max-width: 768px) {
	.scroll_nav {
		display: none;
	}
}
/*===============================================
 *	VISION
===============================================*/
.top_message {
	position: relative;
	text-align: center;
	padding: 0 0 150px;
}
.message_content {
	position: relative;
	z-index: 2;
}
.sec_title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.sec_title span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.top_message .lead {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 40px;
}
.top_message .desc p {
	line-height: 2;
	margin-bottom: 25px;
}
.bg_hamon {
	position: absolute;
	bottom: -50px;
	right: -100px;
	width: 500px;
	z-index: -2;
	opacity: 0.6;
}
@media only screen and (max-width: 768px) {
	.top_message .lead {
		font-size: 18px;
	}
	.top_message {
		padding: 0 0 40px;
	}
}
/*===============================================
 *	Luminous works
===============================================*/
.works_sec {
  padding: 80px 0 100px;
  background: #e7ebf4;
  overflow: hidden;
}
.works_sec .luminous_title {
  margin: 0 auto 40px;
	max-width: 730px;
}
.works_slider_wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.works_slider {
  /* Slickが適用されると自動的にスタイルが付与されます */
}

.works_slide {
  transition: all 0.5s ease;
}
.works_box {
  background: #6179b6;
  color: #fff;
  padding: 40px;
  transition: all 0.5s ease;
  opacity: 0.5;
  transform: scale(0.92);
}
.slick-center .works_box {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.works_content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.works_info {
  width: 55%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.works_name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.2;
}
.works_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.9;
}

.works_btns {
  display: flex;
  gap: 20px;
}

.works_btns .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 220px;
}
.btn_site {
  background: #fff;
  color: #7c8dbb;
  border: 2px solid #fff;
}
.btn_site:hover {
  background: #f3d14c;
  border-color: #f3d14c;
  color: #fff;
}
.btn_detail {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn_detail:hover {
  background: #fff;
  color: #7c8dbb;
}
.works_img {
  max-width: 323px;
  margin: 0;
  display: flex;
  align-items: center;
}
.works_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 900px) {
  .works_sec {
    padding: 60px 0 40px;
  }
  .works_sec .sec_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .works_slider_wrap {
    padding: 0;
  }
  .works_slide {
    padding: 0;
  }
  .works_box {
    padding: 30px 20px;
  }
  .works_box {
    transform: scale(0.95);
  }

  .works_name {
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .works_name::before {
    width: 5px;
  }
  .works_txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .works_btns {
    flex-direction: column;
    gap: 15px;
  }
  .works_btns .btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .works_content {
    flex-direction: column-reverse;
  }
  .works_img {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
  }
  .works_info {
    width: 100%;
    padding-right: 0;
  }
  .slick-initialized .slick-slide {
    margin-bottom: 10px;
  }
}
/***********************************************
 *	works_slider_navi
************************************************/
.works_slider_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
}

.works_slider_navi li {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 25px 0 55px;
  background: #fff;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
  transition: all 0.3s ease;
}
.works_slider_navi li:hover {
  color: #7c8dbb;
}
.works_slider_navi li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: #fff url(../img/top/icon_slider_second.svg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.works_slider_navi li:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}
.works_slider_navi li.is_active {
  color: #7c8dbb;
  pointer-events: none;
}
.works_slider_navi li.is_active::before {
  background-image: url(../img/top/icon_slider_active.svg);
}

@media only screen and (max-width: 768px) {
  .works_slider_navi {
    gap: 15px;
    margin-top: 20px;
  }
  .works_slider_navi li {
    height: 38px;
    padding: 0 15px 0 45px;
    font-size: 13px;
		width: 30%;
    text-align: center;
    line-height: 1.1;
  }
  .works_slider_navi li:nth-child(-n+2) {
    margin-bottom: 10px;
  }
  .works_slider_navi li::before {
    width: 48px;
    height: 48px;
  }
}

/*===============================================
 *	OSK
===============================================*/
.online_sec {
  padding: 80px 0;
  border-bottom: 2px dotted #b3b3b3;
}
.online_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.online_info {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
.online_title {
  margin-bottom: 30px;
}
.online_title .en {
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.online_title .ja {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.online_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
.btn_online {
  display: block;
  justify-content: center;
  background: #f3d14c;
  color: #484851;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 50px;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.btn_online:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.online_img {
  width: 45%;
}
.online_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .online_sec {
    padding: 40px 0;
  }
  .online_content {
    flex-direction: column;
  }
  .online_info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .online_title .en {
    font-size: 28px;
  }
  .online_txt {
    font-size: 13px;
  }
  .online_img {
    width: 100%;
    max-width: 500px;
  }
}

/*===============================================
 *	company
===============================================*/
.company_sec {
  padding: 80px 0;
  border-bottom: 2px dotted #b3b3b3;
}
.company_tbl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.company_tbl th,
.company_tbl td {
  border: 1px solid #dcdcdc;
  padding: 30px 40px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.company_tbl th {
  background: #f8f8f8;
  width: 30%;
  text-align: center;
  font-weight: normal;
}
.company_tbl td {
  width: 70%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .company_sec {
    padding: 20px 0 40px;
  }
  .company_tbl th,
  .company_tbl td {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .company_tbl th {
    text-align: left;
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .company_tbl td {
    padding-top: 10px;
  }
}
/*===============================================
 *	Map
===============================================*/
.map_sec {
  padding: 80px 0 0;
}
.map-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .map_sec {
    padding: 20px 0 0;
  }
  .map-container {
    height: 250px;
  }
}
/*===============================================
 *	footer
===============================================*/
.footer_wrap {
  background: #fbd610;
  color: #333;
  padding-top: 60px;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.footer_logo {
  width: 180px;
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_info {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
.info_txt {
  margin-bottom: 25px;
}
.access_list li {
  margin-bottom: 5px;
}
.footer_nav {
  margin-right: 50px;
}
.nav_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav_list li a {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.nav_list li a:hover,
.bottom_nav li a:hover {
  opacity: 0.7;
}
.nav_list li a .en {
  color: #385bb4;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
.nav_list li a .ja {
  font-size: 15px;
  position: relative;
  padding-left: 18px;
}
.nav_list li a .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.footer_bottom {
  border-top: 2px dotted rgba(0, 0, 0, 0.3);
}
.footer_bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.bottom_nav li a {
  position: relative;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.bottom_nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.copyright {
  font-size: 11px;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  .footer_wrap {
    padding-top: 50px;
  }
  .footer_nav {
    margin-right: 0;
  }
  .footer_bottom_inner {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 568px) {
  .footer_top {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
