@charset "utf-8";
/***************************************************************************************************
 default.css
 ***************************************************************************************************/
/*
font-family: 'Noto Sans JP', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*
font-family: 'Lato', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/*
*/
*, *::before, *::after {
	position:relative;

	margin: 0;
	padding: 0;
	box-sizing: border-box;

	border: 0;
	border-style: none;
	outline: 0;

	background: none;
	background-color: transparent;
	background-repeat: no-repeat;

	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .04em;
	font-weight:400;
	color: #221815;
	font-family: 'Noto Sans JP', sans-serif;
  backface-visibility: hidden;
	word-break: break-all;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
	border: none;
}
input::-ms-clear {
	visibility: hidden
}
/*
*/
:root {
  --col_1: #221815;
	--col_2: #F4A6D7;
	--col_3: #3D3935;
	--col_4: #f0f0f0;
	--col_5: #f7f7f7;

	--padding_1: 0 3% 0 calc(120px + 3%);
	--padding_2: 0 3% 0 3%;
	--padding_3: 0 5% 0 calc(120px + 5%);

	--padding_spt: 0 5% 0 calc(120px + 5%);
}
/*
*/
html {
	width: 100%;
	height: 100%;

}
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align: left;

}
#pagetop {
	width: 100%;
	height: 100%;
}
.pagebody {
	width:100%;
	height: auto;
	background-color: var(--col_5);
	overflow:hidden;
}
/*
*/
#header {
	width:100%;
	height: 195px;
	padding: var(--padding_3);
	background-color: var(--col_5);
}
/*  */
#header .hd_blk_1 {
	width:100%;
	padding:40px 0 0 0;
}
#header .hd_blk_1 a {
	display:inline-block;
}
#header .hd_blk_1 a h1 {
	display:table;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) {
	display:table-cell;
	text-align: left;
	vertical-align: top;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) img {
	display:block;
	width:250px;
	height:auto;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) {
	display:table-cell;
	text-align: left;
	vertical-align: top;
	padding:15px 0 0 20px;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) img {
	display:block;
	width:180px;
	height:auto;
}
/*
*/
#mainmenu {
	position: fixed;
	width:120px;
	height:100%;
	/* min-height: 540px; */
	z-index: 100000;
	left:0;
	top:0;
	background-color: #ffffff;
}
#mainmenu_input {
	display: none;
}
/*  */
#mainmenu .mm_blk_1 {
	z-index: 3;
	width:100vw;
	height: 100%;
	background-color: #ffffff;
	pointer-events: none;
	transform: translateX(-100%);
	opacity:0;
	transition:transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s, opacity 0s .6s;
}
#mainmenu_input:checked ~ .mm_blk_1 {
	transition:transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
	pointer-events: auto;
	transform: translateX(0);
	opacity:1;
}
#mainmenu .mm_blk_1::after {
	position: absolute;
	display: block;
	content: 'MENU CLOSE';
	writing-mode: vertical-lr;
	font-size: 14px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	white-space: nowrap;
	left:53px;
	top:80px;
}
#mainmenu .mm_blk_1_1 {
	width:calc(100% - 240px);
	max-width: 3000px;
	height: 100%;
	margin: auto;
}
#mainmenu .mm_blk_1_1_1 {
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:45%;
	height: 100%;
}
#mainmenu .mm_blk_1_1_1 a {
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:calc(100% - 240px);
	min-width: 200px;
	max-width:300px;
}
#mainmenu .mm_blk_1_1_1 a p {
	display:block;
	width:100%;
	text-align: center;
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(1) {
	display:block;
	margin: auto;
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(1) img {
	display:block;
	width:100%;
	height:auto;
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(2) {
	display:block;
	margin: auto;
	width:64%;
	padding: 8% 0 0 0;
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(2) img {
	display:block;
	width:100%;
	height:auto;
}
#mainmenu .mm_blk_1_1_2 {
	position: absolute;
	left:45%;
	top:0;
	display: block;
	/* width:55%; */
	height: 100%;
}
/*  */
#mainmenu .mm_blk_1_1_2_1 {
	top:50%;
	transform: translateY(-50%);
	display: block;
	max-height: 100%;
	overflow: auto;
	padding: 0 30px 0 0;
}
#mainmenu .mm_blk_1_1_2_1 ul {
	display: block;
}
#mainmenu .mm_blk_1_1_2_1 ul li {
	display: block;
	padding:10px 0;
}
#mainmenu .mm_blk_1_1_2_1 ul li a {
	display: inline-block;
	white-space: nowrap;
	font-size: 17px;
	line-height: 1;
	padding:10px 0;
}
#mainmenu .mm_blk_1_1_2_1 ul li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#mainmenu .mm_blk_1_1_2_1 ul li a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
/*  */
#mainmenu .mm_blk_1_1_2_2 {
	position: absolute;
	left:100%;
	top:50%;
	display: block;
	width:17vw;
	max-width: 400px;
	height:100%;
	max-height: 240px;
	transform: translateY(-50%);
	text-align: right;
}
#mainmenu .mm_blk_1_1_2_2 ul {
	vertical-align: bottom;
	display: table;
	padding: 0 10px 10px 0;
	left:100%;
	top:100%;
	transform: translate(-100%, -100%);
}
#mainmenu .mm_blk_1_1_2_2 ul li {
	display: table-row;
}
#mainmenu .mm_blk_1_1_2_2 ul li a {
	display: table-cell;
	padding:4px 0;
	text-align: left;
}
#mainmenu .mm_blk_1_1_2_2 ul li a span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.25;
	padding:5px 0;
	white-space: normal;
	text-align: left;
}
#mainmenu .mm_blk_1_1_2_2 ul li a span::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#mainmenu .mm_blk_1_1_2_2 ul li a.nm_hover span::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
/*  */
#mainmenu .mm_blk_2 {
	position: absolute;
	left:50%;
	top:45%;
	z-index: 1;
}
#mainmenu .mm_blk_2 p {
	writing-mode: vertical-lr;
	font-size: 12px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	white-space: nowrap;
	transform:translate(-50%, -50%);
}
/*  */
#mainmenu .mm_blk_3 {
	position: absolute;
	left:calc(50% - 40px);
	top:calc(100% - 140px);
	width:80px;
	height: 140px;
	z-index: 2;
}
#mainmenu .mm_blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	left:50%;
	top:0;
	background-color: #c3c3c3;
}
#mainmenu .mm_blk_3::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	left:50%;
	top:0;
	z-index: 1;
	animation:kf_mm_blk_3_anim_1 2s ease 0s infinite normal both;
	background-color:var(--col_3);
}
#mainmenu .mm_blk_3.btn_pagetop_show::after {
	animation:kf_mm_blk_3_anim_2 2s ease 0s infinite normal both;
}
@keyframes kf_mm_blk_3_anim_1 {
  0% {
    transform: scaleY(0);
		transform-origin: 0 0;
  }
  50% {
		transform: scaleY(1);
		transform-origin: 0 0;
  }
  51% {
		transform: scaleY(1);
		transform-origin: 0 100%;
  }
  100% {
    transform: scaleY(0);
		transform-origin: 0 100%;
  }
}
@keyframes kf_mm_blk_3_anim_2 {
  0% {
    transform: scaleY(0);
		transform-origin: 0 100%;
  }
  50% {
		transform: scaleY(1);
		transform-origin: 0 100%;
  }
  51% {
		transform: scaleY(1);
		transform-origin: 0 0;
  }
  100% {
    transform: scaleY(0);
		transform-origin: 0 0;
  }
}
#mainmenu .mm_blk_3 .btn_pagetop {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	cursor:pointer;
	pointer-events: none;
}
#mainmenu .mm_blk_3.btn_pagetop_show .btn_pagetop {
	pointer-events: auto;
}
#mainmenu .mm_blk_3 .btn_pagetop::before {
	position: absolute;
	display: block;
	content: 'SCROLL';
	writing-mode: vertical-lr;
	font-size: 14px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	white-space: nowrap;
	left:50%;
	top:0;
	transform:translate(-50%, 0);
	padding:10px 10px 10px 10px;
	background-color: #ffffff;
	opacity: 1;
	transition:opacity .1s ease-out 0s;
	z-index: 2;
}
#mainmenu .mm_blk_3.btn_pagetop_show .btn_pagetop::before {
	opacity: 0;
}
#mainmenu .mm_blk_3 .btn_pagetop::after {
	position: absolute;
	display: block;
	content: 'PAGE TOP';
	writing-mode: vertical-lr;
	font-size: 14px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	letter-spacing: .05em;
	white-space: nowrap;
	left:50%;
	top:100%;
	transform:translate(-50%, -100%);
	padding:10px 10px 5px 10px;
	background-color: #ffffff;
	opacity: 0;
	transition:opacity .1s ease-out 0s;
	z-index: 3;
}
#mainmenu .mm_blk_3.btn_pagetop_show .btn_pagetop::after {
	opacity: 1;
}
/*  */
#mainmenu .mm_hbg {
	position: absolute;
	display: block;
	left: calc(50% - 30px);
	top: 25px;
	width: 60px;
	height: 60px;
	z-index: 4;
}
#mainmenu .hbg_blk_1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#mainmenu .hbg_blk_1_1, #mainmenu .hbg_blk_1_2, #mainmenu .hbg_blk_1_3 {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left:50%;
	background-color: #3D3935;
	transform-origin: 50% 50%;
}
#mainmenu .hbg_blk_1_3 {
	width: 20px;
	left:calc(50% - 5px);
}
#mainmenu .hbg_blk_1_1 {
	top: -10px;
	transform: translateX(-50%) rotate(0deg);
	transition: transform .2s ease-out 0s, top .2s ease-out .2s;
}
#mainmenu .hbg_blk_1_2 {
	top: -1px;
	transition: opacity .2s ease-out .2s;
	transform: translateX(-50%);
}
#mainmenu .hbg_blk_1_3 {
	top:8px;
	transform:translateX(-50%) rotate(0deg);
	transition: transform .2s ease-out 0s, top .2s ease-out .2s, width .2s ease-out 0s, left .2s ease-out 0s;
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_1 {
	top: -1px;
	transform:translateX(-50%) rotate(45deg);
	transition-delay: .2s, 0s;
	width: 30px;
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_2 {
	opacity: 0;
	transition-delay: 0s;
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_3 {
	top: -1px;
	transform:translateX(-50%) rotate(-45deg);
	transition-delay: .2s, 0s, 0s, 0s;
	width: 30px;
	left:50%;
}
#mainmenu .mm_hbg label {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*  */
#mainmenu .hbg_blk_2 {
	display:none;
}
/*
*/
#footer {
	width:100%;
	text-align: center;
	padding:0 0 0 120px;
}
#footer .ft_blk_1 {
	position: relative;
	padding:100px 0 100px 0;
	background-color: var(--col_3);
}
#footer .ft_blk_1 p:nth-of-type(1) {
	font-size:18px;
	color:#ffffff;
}
#footer .ft_blk_1 p:nth-of-type(2) {
	font-size: 30px;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	padding:30px 0 0 0;
}
#footer .ft_blk_1 p:nth-of-type(3) {
	font-size:16px;
	line-height: 2;
	color:#ffffff;
	padding:40px 0 0 0;
}
#footer .ft_blk_1 p:nth-of-type(4) {
	padding:40px 0 0 0;
}
#footer .ft_blk_1 p:nth-of-type(4) .gsty_btn_1 span {
	font-size: 16px;
	letter-spacing: .1em;
}
#footer .ft_blk_2 {
	position: relative;
	background-color: var(--col_5);
	 padding-top: 50px !important;
  padding-right: 0 !important;
  padding-bottom: 0px !important;
  padding-left: 0 !important;
	text-align: left;
}
#footer .ft_blk_2 p:nth-of-type(1) {
	width:220px;
	left:5%;
	z-index: 3;
}
#footer .ft_blk_2 p:nth-of-type(1) a {
	display:block;
	width:100%;
}
#footer .ft_blk_2 p:nth-of-type(1) a img:nth-of-type(1) {
	display:block;
	width:100%;
}
#footer .ft_blk_2 p:nth-of-type(1) a img:nth-of-type(2) {
	width:60%;
	margin:15px auto auto 2px;
}
#footer .ft_blk_2 p:nth-of-type(2) {
	font-size: 12px;
	line-height: 2;
	padding:95px 5% 0 5%;
}
#footer .ft_blk_2 ul {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width: 100%;
	padding:100px 5% 0 calc(5% + 240px);
	text-align: right;
}
#footer .ft_blk_2 ul li {
	display: inline-block;
	padding: 0 0 0 3%;
}
#footer .ft_blk_2 ul li a {
	display: block;
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
	padding: 5px 0 8px 0;
	transition:border-color .2s ease-out 0s;
	border-bottom:1px solid transparent;
}
#footer .ft_blk_2 ul li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#footer .ft_blk_2 ul li a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#footer .ft_blk_2 p:nth-of-type(3) {
	display: none;
}

.offices-container {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-left: 4%; /* ロゴ分の余白を確保 */
  margin-top: 40px;
}

.office {
  width: 300px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

/*
*/
.gsty_btn_1 {
	display:inline-block;
	border:1px solid var(--col_1);
	background-color: #ffffff;
	padding:8px 16px 10px 16px;
}
.gsty_btn_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	left:0;
	top:calc(100% - 4px);
	background-color: var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
.gsty_btn_1.nm_hover::before {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
.gsty_btn_1 span {
	display:block;
	font-size:14px;
	line-height: 1;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: .04em;
	white-space: nowrap;
}
/*
*/
.gsty_tit_1 {
	display: block;
}
.gsty_tit_1 h2 {
	display: block;
}
.gsty_tit_1 h2 span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}
.gsty_tit_1 p {
	padding: 30px 0 0 0;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	font-size: 36px;
	line-height: 1.5;
	word-break: normal;
}
/*  */
.gsty_tit_1.type_2 h2 span {
	padding: 30px 0 0 0;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	font-size: 36px;
	line-height: 1.5;
	word-break: normal;
}
/*
*/
.gsty_lst_1 {
	padding:90px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.gsty_lst_1 li {
	padding:0 40px 0 0;
}
.gsty_lst_1 li a {
	display: block;
	padding:0 0 13px 20px;
	font-size: 16px;
	line-height: 1;
	border-bottom:1px solid transparent;
	transition:border-color .2s ease-out 0s;
	white-space: nowrap;
}
.gsty_lst_1 li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
.gsty_lst_1 li a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
.gsty_lst_1 li a::before {
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	left:8px;
	top:11px;
	border-top:1px solid var(--col_1);
	border-left:1px solid var(--col_1);
	transform-origin:0 0;
	transform:rotate(225deg);
	transition:border-color .2s ease-out 0s;
}
.gsty_lst_1 li a.nm_hover::before {
	border-color: var(--col_2);
}
/*
*/
.gsty_lst_2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.gsty_lst_2 li {
	width:33.33%;
	display: block;
	/* overflow:hidden; */
	padding:0 0 7% 0;
	text-align: center;
}
.gsty_lst_2 li > a {
	display: block;
	width: 90%;
	height: 100%;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
	margin: auto auto auto 0;
}
.gsty_lst_2 li:nth-of-type(3n - 1) > a {
	margin: auto auto auto auto;
}
.gsty_lst_2 li:nth-of-type(3n) > a {
	margin: auto 0 auto auto;
}
.gsty_lst_2 li > a > div {
	display: block;
	height: 100%;
}
.gsty_lst_2 li p:nth-of-type(1) {
	width:100%;
	height: auto;
	overflow:hidden;
	padding:100% 0 0 0;
}
.gsty_lst_2 li p:nth-of-type(1) img {
	position: absolute;
	display:block;
	left:50%;
	top:0;
	transform: translateX(-50%);
	width:auto;
	height: 100%;
}
.gsty_lst_2 li p:nth-of-type(1) img:nth-of-type(1) {
	z-index: 2;
	transition:opacity .4s ease-out .1s, transform .4s ease-out 0s;
}
.gsty_lst_2 li .nm_hover p:nth-of-type(1) img:nth-of-type(1) {
	opacity:0;
	transform: translateX(-50%) scale(1.2);
	transition:opacity .4s ease-out 0s, transform .4s ease-out 0s;
}
.gsty_lst_2 li p:nth-of-type(1) img:nth-of-type(2) {
	z-index: 1;
}
/* .gsty_lst_2 li .nm_hover p:nth-of-type(1) img:nth-of-type(1) {
	opacity:0;
	transform: translateX(-50%) scale(1.2);
	transition:opacity .6s ease-out 0s, transform .6s ease-out 0s;
} */
.gsty_lst_2 li p:nth-of-type(2) {
	text-align: left;
	font-size: 14px;
	padding:25px 50px 0 50px;
}
.gsty_lst_2 li p:nth-of-type(3) {
	text-align: left;
	font-size: 16px;
	padding:10px 50px 0 50px;
}
.gsty_lst_2 li p:nth-of-type(4) {
	line-height: 2;
	font-size: 14px;
	padding:20px 50px 120px 50px;
	text-align: left;
}
.gsty_lst_2 li p:nth-of-type(5) {
	position: absolute;
	text-align: left;
	left:50px;
	top: calc(100% - 80px);
}
.gsty_lst_2 li p:nth-of-type(5) span {
	display: inline-block;
	padding:0 0 10px 0;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	line-height: 1;
	letter-spacing: .05em;
}
.gsty_lst_2 li p:nth-of-type(5) span::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
.gsty_lst_2 li .nm_hover p:nth-of-type(5) span::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
/*
*/
.gsty_tit_2 {
	text-align: center;
}
.gsty_tit_2 h3 {
	font-size: 26px;
	line-height: 1.5;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	padding:0 0 30px 0;
}
.gsty_tit_2 p {
	padding: 35px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.gsty_tit_2 p::before {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	left:calc(50% - 25px);
	top:0;
	background-color: var(--col_2);
}
.gsty_tit_2 div {
	padding: 35px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.gsty_tit_2 div::before {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	left:calc(50% - 25px);
	top:0;
	background-color: var(--col_2);
}
/*  */
.gsty_tit_2.type_2 {
	text-align: left;
}
.gsty_tit_2.type_2 p::before {
	left:0;
}



/***************************************************************************************************
 responsive
***************************************************************************************************/
@media screen and (max-width:1000px) {
:root {	
	--padding_spt: 0 3% 0 3%;
}
.lang_eng p, .lang_eng a, .lang_eng li, .lang_eng h3,.lang_eng h5, .lang_eng span, .lang_eng td, .lang_eng ul{
	word-break:keep-all;
}

/*
*/
#header {
	height:100px;
	padding: var(--padding_2);
        z-index: 1;
}
/*  */
#header .hd_blk_1 {
	padding: 25px 0 0 0;
}
#header .hd_blk_1 a {
}
#header .hd_blk_1 a h1 {
}
#header .hd_blk_1 a h1 span:nth-of-type(1) {
	display: block;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) img {
	width:170px;
	min-width: 0;
	max-width: none;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) {
	display: block;
	padding:6% 0 0 1%;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) img {
	width:120px;
	min-width: 0;
	max-width: none;
}
/*
*/
#mainmenu {
	position: fixed;
	width:100%;
	height:0;
	min-height: 0;
	background-color: transparent;
}
#mainmenu_input {
}
/*  */
#mainmenu .mm_blk_1 {
	height: 100vh;
	transform: translateX(100%);
}
#mainmenu_input:checked ~ .mm_blk_1 {
}
#mainmenu .mm_blk_1::after {
	font-size: 12px;
	left:calc(100% - 35px);
	top:65px;
}
#mainmenu .mm_blk_1_1 {
	width:100%;
	height: 100%;
	overflow: auto;
	padding:100px 0;
}
#mainmenu .mm_blk_1_1_1 {
	position: relative;
	left:0;
	top:0;
	display: block;
	width:100%;
	height: auto;
	text-align: center;
	padding: 0 0 0 0;
}
#mainmenu .mm_blk_1_1_1 a {
	position: relative;
	left:0;
	top:0;
	transform:none;
	display:block;
	width:100px;
	min-width: 0;
	margin: auto;
}
#mainmenu .mm_blk_1_1_1 a p {
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(1) {
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(1) img {
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(2) {
	display:none;
}
#mainmenu .mm_blk_1_1_1 a p span:nth-of-type(2) img {

}
#mainmenu .mm_blk_1_1_2 {
	position: relative;
	left:0;
	top:0;
	display: block;
	width:auto;
	height: auto;
}
/*  */
#mainmenu .mm_blk_1_1_2_1 {
	position:relative;
	top:0;
	transform: none;
	max-height:none;
	overflow: visible;
	padding: 20px 0 0 0;
}
#mainmenu .mm_blk_1_1_2_1 ul {
	display: block;
	text-align: center;
}
#mainmenu .mm_blk_1_1_2_1 ul li {
	padding:6px 0;
}
#mainmenu .mm_blk_1_1_2_1 ul li a {
	white-space: nowrap;
	font-size: 16px;
	padding:8px 0;
}
/*  */
#mainmenu .mm_blk_1_1_2_2 {
	position: relative;
	left:0;
	top:0;
	width:100%;
	max-width: none;
	height:auto;
	max-height: none;
	transform: none;
	text-align: center;
	padding: 25px 0 0 0;
}
#mainmenu .mm_blk_1_1_2_2 ul {
	position:relative;
	vertical-align:top;
	display: table;
	padding: 0 0 0 0;
	left:0;
	top:0;
	transform: none;
	margin: auto;
}
#mainmenu .mm_blk_1_1_2_2 ul li {
	display: table-row;
}
#mainmenu .mm_blk_1_1_2_2 ul li a {
	display: table-cell;
	padding:4px 0;
	text-align: center;
}
#mainmenu .mm_blk_1_1_2_2 ul li a span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.25;
	padding:5px 0;
}
/*  */
#mainmenu .mm_blk_2 {
	display: none;
}
/*  */
#mainmenu .mm_blk_3 {
	display: none;
}
/*  */
#mainmenu .mm_hbg {
	left: calc(100% - 60px);
	top: 5px;
	width: 60px;
	height: 60px;
}
#mainmenu .hbg_blk_1 {
}
#mainmenu .hbg_blk_1_1, #mainmenu .hbg_blk_1_2, #mainmenu .hbg_blk_1_3 {
	width: 26px;
}
#mainmenu .hbg_blk_1_3 {
	width: 16px;
	left:calc(50% - 5px);
}
#mainmenu .hbg_blk_1_1 {
	top: -9px;
}
#mainmenu .hbg_blk_1_2 {
	top: -1px;
}
#mainmenu .hbg_blk_1_3 {
	top:7px;
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_1 {
	width: 28px;
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_2 {
}
#mainmenu_input:checked ~ .mm_hbg .hbg_blk_1_3 {
	width: 28px;
}
#mainmenu .mm_hbg label {
}
/*
*/
#footer {
	padding:0 0 0 0;
}
#footer .ft_blk_1 {
	padding:var(--padding_2);
	padding-top:100px;
	padding-bottom:100px;
}
#footer .ft_blk_2 {
	padding:var(--padding_2);
	padding-top:100px;
	padding-bottom:100px;
}
#footer .ft_blk_2 p:nth-of-type(1) {
	width:120px;
	left:0;
}
#footer .ft_blk_2 p:nth-of-type(1) a {
	display:block;
	width:100%;
}
#footer .ft_blk_2 p:nth-of-type(1) a img:nth-of-type(1) {
	display:block;
	width:100%;
}
#footer .ft_blk_2 p:nth-of-type(1) a img:nth-of-type(2) {
	width:60%;
	margin:10px auto auto 2px;
}
#footer .ft_blk_2 p:nth-of-type(2) {
	font-size: 12px;
	line-height: 2;
	padding:95px 0 0 0;
}
#footer .ft_blk_2 ul {
	display:none;
}
#footer .ft_blk_2 p:nth-of-type(3) {
	display: block;
	padding:100px 0 0 0;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}

  .offices-container {
    flex-direction: column; /* スマホは縦並び */
    align-items: flex-start; /* 左寄せ */
  }

  .office p {
    white-space: nowrap;     /* 改行させない */
    overflow-wrap: break-word; /* 長すぎる単語だけ折り返す */
    word-break: keep-all;    /* 単語途中での強制改行を防ぐ（特に日本語） */
  }

/*
*/
.gsty_tit_1 {
}
.gsty_tit_1 h2 {
}
.gsty_tit_1 h2 span {
	font-size: 14px;
}
.gsty_tit_1 p {
	padding: 25px 0 0 0;
	font-size: 28px;
}
/*  */
.gsty_tit_1.type_2 h2 span {
	padding: 25px 0 0 0;
	font-size: 28px;
}
/*
*/
.gsty_lst_1 {
	padding:35px 0 0 0;
}
.gsty_lst_1 li {
	padding: 0 10px 10px 0;
}
.gsty_lst_1 li a {
	padding:7px 15px 7px 25px;
	font-size: 12px;
	background-color: #ffffff;
}
.gsty_lst_1 li a.nm_hover {
}
.gsty_lst_1 li a::before {
	width: 5px;
	height: 5px;
	left:13px;
	top:15px;
}
/*
*/
.gsty_lst_2 {
	display: block;
}
.gsty_lst_2 li {
	width:100%;
	margin-bottom: 50px;
	padding:0 0 0 0;
}
.gsty_lst_2 li > a {
	display: block;
	margin: auto;
	width:100%;
}
.gsty_lst_2 li:nth-of-type(3n - 1) > a {
	margin: auto;
}
.gsty_lst_2 li:nth-of-type(3n) > a {
	margin: auto;
}


.gsty_lst_2 li > a > div {
	display: block;
}
/*
*/
.gsty_tit_2 h3 {
	padding:0 0 20px 0;
}
.gsty_tit_2 p {
	padding: 25px 0 0 0;
}
.gsty_tit_2 p::before {
}
.gsty_tit_2 div {
	padding: 25px 0 0 0;
}
/*  */
.gsty_tit_2.type_2 {
	text-align: center;
}
.gsty_tit_2.type_2 p::before {
	left:calc(50% - 25px);
}
.language-switch {float: right;margin-right: 50px;}
}

/* 記事ページ見出し */

.post_content {
	h2{
	   border-bottom: 1px solid var(--col_2);
	}
	h3{
		border-left: 1px solid var(--col_2);
        padding-left: 12px !important;
        padding-bottom: 0px !important;
        margin: 8px 0;
        background-color: #f0f0f038;
    }
}
/* 固定ページ見出し */
.pagebody{
	.the_content{
		h2{
			border-bottom: 1px solid var(--col_2);
			font-size: 20px;
		 }
		 h3{
			 border-left: 1px solid var(--col_2);
			 padding-left: 12px !important;
			 padding-bottom: 0px !important;
			 margin: 8px 0;
			 background-color: #f0f0f038;
			 font-size: 18px;
		 }
	 }

	}
.lang_eng p, .lang_eng a, .lang_eng span, .lang_eng td,.lang_eng ul,.lang_eng li, .lang_eng h5, .lang_eng dd{
	word-break:keep-all;
}

.language-switch {float: right;}
@media screen and (max-width:1280px) {
#mainmenu .mm_blk_1_1_2_2 {
position: relative;
	left:0;
	top:0;
	width:100%;
	max-width: none;
	height:auto;
	max-height: none;
	transform: none;
	text-align: center;
	padding: 25px 0 0 0;
}
}

/* === Footer links 左寄せに調整 === */
#footer .ft_blk_3 {
  padding: 0px 0 48px 4%;  /* 左に4%余白、下に余白 */
  text-align: left;
}

#footer .ft_blk_3 > ul.footer-links {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;  /* 左寄せ */
  align-items: center;

  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;  /* 横間隔 */
}

#footer .ft_blk_3 > ul.footer-links > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#footer .ft_blk_3 > ul.footer-links a {
  font-size: 14px;
  font-weight: 500;
  color: #221815;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 4px 0 6px 0;
  line-height: 1;
}

#footer .ft_blk_3 > ul.footer-links a:hover {
  border-color: var(--col_2);
}



</style>

