@charset "utf-8";
/* ----------------------------------------------
The new CSS reset - version 1.8.5 (last updated 14.6.2023)
------------------------------------------------- */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a, button {
	cursor: revert;
}
ol, ul, menu {
	list-style: none;
}
img {
	max-inline-size: 100%;
	max-block-size: 100%;
}
table {
	border-collapse: collapse;
}
input, textarea {
	-webkit-user-select: auto;
}
textarea {
	white-space: revert;
}
/* ----------------------------------------------
*** 共通設定 ***
------------------------------------------------- */
/* ----------------------- 基本設定 */
:root {
	--max_width: 1200px;
	--base_background: #ffffff;
	--base_color: #414141;
	--bp_lg: 1279px;   /* 1024–1279 小さめデスクトップ/横タブ */
	--bp_md: 1023px; /* 768–1023タブレット */
	--bp_sm: 767px;   /* 480–767px 大きめモバイル（横・折り返し最適化） */
	--bp_xs: 480px;     /* 1~480px モバイル */
}
body {
	background: var(--base_background);
	color: var(--base_color);
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	scroll-behavior: smooth;
}
/* ----------------------- リンク設定 */
a:hover {opacity: 0.85;}
a[target="_blank"]::after {
	content: "\1F517";  /* 🔗 */
	margin-left: 0.5rem;
	font-size: 0.9rem;
}
a.pdf {
	padding: 0 0 0 1rem;
	background: url(img/icon_pdf.gif) no-repeat center left;
}
/* ----------------------- 短縮設定 */
.none	{display: none;}
.f_l 	{float: left;}
.f_r 	{float: right;}
.t_r	{text-align: right;}
.clearboth {clear: both;}
.t_c	{text-align: center;}
.v_m	{vertical-align: middle;}
.red 	{color: #ff0000;}
.maroon {color: #800000;}
.green 	{color: #008000;}
.blue 	{color: #0000ff;}
.navy 	{color: #000080;}
.yellow 	{color: #ffff00;}
.pink 	{color: #ff33cc;}
.orange 	{color: #ffa500;}
.olive 	{color: #339966;}
.bg_aqua {background: #EDF3FF;}
.bg_gray {background: #F9F9F9;}


/* ----------------------------------------------
*** ヘッダー ***
------------------------------------------------- */
/* ----- 
header {
	height: 94px;
	background-color: #005ba9;
	color: #ffffff;
}
header .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1.5rem 1rem;
}
 */

header {
	position: relative;
	z-index: 10000;
	overflow: visible;
	width: 100%;
	padding: 0 0 120px;
	background: #0054a6;
	color: #fff;
}
#topPage header {
	position: relative;
	width: 100%;
	height: 88vh;
	background-image: url(images/top_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
}
.headerWrap {
	height: 100%;
	overflow: hidden;
}
header .navWrap {
	padding: 1.5rem 1rem 1rem 1rem;
}
#topPage header .navWrap {
	background: rgba(0,91,169,0.6);
}
header .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: var(--max_width);
	margin: 0 auto;
}
.logo img {
	width: 244px;
}
#topPage .logo {
	animation-name: fade;
	animation-duration: 1s;
	animation-timing-function: ease-in;
}
@keyframes fade {
	0% {	opacity: 0;}
	100% {	opacity: 1;}
}
/* ナビ */
#globalNav ul {
	position: relative;
	z-index: 20000;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 2rem;
	margin: 0 auto 1rem;
	font-weight: bold;
	line-height: 1;
}
#globalNav ul li  {
	position: relative;
	padding-bottom: 0.5rem;
}
#globalNav ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 11rem;
	display: block;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-5px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
#globalNav ul li:hover ul {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0);
	background: #264b80;
}
#globalNav ul li:hover ul li {
	width: 100%;
}
#globalNav ul li:hover ul li:hover  {
	background: rgba(0, 91, 169, 1);
}
#globalNav ul li a {
	display: block;
	width: 100%;
	padding: 1rem;
}
#globalNav ul li.toContact a {
	background: #264b80;
	border-radius: 3rem;
} 
#globalNav ul img {
	height: 24px;
}
header h2 {
	padding: 0 0 0 1rem;
	font-size: 3.0rem;
}
h2#mainCopy {
	max-width: 56rem;
	margin: 0 auto;
	padding: 10% 1rem 1rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	letter-spacing: -0.1rem;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.8);
	animation-name: fade;
	animation-duration: 3s;
	animation-timing-function: ease-in;
}
@media (max-width: 1280px) {
h2#mainCopy {
	padding: 5% 1rem 1rem;
	font-size: 2.4rem;
	}
}
@media (max-width: 767px) {
header .navWrap {
	position: fixed;
	z-index: 10000;
	width: 100%;
	padding: 1.5rem 1rem 0 1rem;
}
header .wrap {
	flex-direction: column;
	}
.logo {
	margin: 0 auto 1rem 0;
	}
.logo img {
	width: 180px;
}
#globalNav ul {
	justify-content: center;
	}
header h2 {
	padding: 5rem 0 0 1rem;
	}
h2#mainCopy {
	width: 100%;
	padding: 20% 1rem 1rem;
	font-size: 2.1rem;
	}
}
.catchWrap {
	max-width: var(--max_width);
	margin: 0 auto;
}
/* ▼ ハンバーガーボタン */
.hamburger {
	display: none;
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	width: 30px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin: 5px 0;
	transition: all 0.3s ease;
}
/* ▼ 開いた時のアニメーション */
.hamburger.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* ▼ メニューが開いた状態 */
#globalNav.open {
	right: 0;
}
/* モバイル時だけ有効 */
@media (max-width: 767px) {
.hamburger {
	display: block;
	}
/* ▼ スライドメニュー */
#globalNav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 75%;
	height: 100vh;
	background: rgba(0, 91, 169, 0.8);
	transition: right 0.4s ease;
	z-index: 1000;
	padding-top: 6rem;
	}
#globalNav ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 2rem;
	font-size: 1.2rem;
	}
#globalNav ul li a {
	color: #fff;
	text-decoration: none;
	}
#globalNav ul li ul {
	position: relative;
	display: block;
	gap: 0rem 1rem;
	visibility: visible;
	font-size: 85%;
	}
#globalNav ul li ul {
	opacity: 1;
	background: none;
	}
#globalNav ul li:hover ul {
	visibility: visible;
	background: none;
}
#globalNav ul li:hover  {
	background: none;
	}
#globalNav ul li:hover ul li:hover  {
	background: none;
}
}
.hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2; /* 波より手前にテキストを出す場合はここを調整 */
}
.hero__waves {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	/* 横スクロール用に少し広め */
	height: 180px;
	pointer-events: none;
	overflow: hidden; 
}
/* 各波の基本スタイル */
.wave {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	fill: rgba(255, 255, 255, 0.25); /* 半透明の白で山波を作る */
	animation: wave-move 24s linear infinite;
}
/* 奥側の波（薄く・ゆっくり） */
.wave--back {
	opacity: 0.25;
	transform: translateX(0);
	animation-duration: 40s;
}
/* 真ん中の波 */
.wave--middle {
	opacity: 0.35;
	transform: translateX(-10%);
	animation-duration: 28s;
}
/* 手前の波（少し濃く・速め） */
.wave--front {
	opacity: 0.5;
	transform: translateX(-20%);
	animation-duration: 18s;
}
/* 横方向にゆっくり往復するアニメーション */
@keyframes wave-move {
	0% {
	transform: translateX(0);
	}
	50% {
	transform: translateX(-25%);
	}
	100% {
	transform: translateX(0);
  }
}
/* ----------------------- ヘッダー 終わり */

/* ----- ぱんくず */
ol#topicPath {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.4rem;
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1rem;
}
ol#topicPath li a {
	padding-right: 1.1rem;
	background: url(img/icon_more.gif) no-repeat right center;
	color: #414141;
}
ol#topicPath li {
	font-size: 100%;
	letter-spacing: 0;
	font-weight: normal;
}
/* ----------------------------------------------
----- コンテンツ -----
------------------------------------------------- */
.contentsWrap {
	max-width: var(--max_width);
	margin: 0 auto;
}
@media  (max-width: 1200px) {
.contentsWrap:not(#topPage .contentsWrap) {
	padding: 0 1rem;
	}
}
/*
h2 {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
}
*/
h4 {
	padding: 1.5rem 0 0;
}
.contentsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 0;
	margin: 0 0 3rem 0;
	padding: 0 0 0 6rem;
	background: #005ba8 url(img/icon_tri_yellow.png) no-repeat 15px 15px;
	color: #fff;
}
.contentsBox img {
	max-height: 400px;
}
.contentsBox .wrap {
	max-width: 34rem;
	margin: 3rem 0 0 0 ;
}
.contentsBox h4 {
	margin: 0 0 2rem 0;
	padding: 0 0 0 1rem;
	border-left: 6px solid #ffc400;
	font-size: 1.8rem;
}
.contentsBox p {
	line-height: 2;
}
.contentsBox ul {
	margin: 0 0 0 6rem ;
}
.contentsBox ul li {
	margin: 0 0 0 1.5rem;
	list-style: disc;
}

h3 {
	margin: 1rem 0;
	font-size: 1.8rem;
	font-weight: bold;
}
#contents h3 {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
}
div.catch {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	margin: 6rem 0 0;
}
div.catch h3,
div.catch p {
	width: 100%;
}
div.catch p {
	margin: -0.8em 0 0;
	background-image: linear-gradient(165deg, #ffeb7e, #f9d84e 10%, #f3c51e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #f3c51e;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 2;
}
div.catch h3#mission_growth + p {
	letter-spacing: -0.2rem;
}
@media (max-width: 1220px) {
div.catch h3#mission_growth + p {
	font-size: 3.6em;
	letter-spacing: 0;
	}
}
@media (max-width: 1000px) {
div.catch h3#mission_growth + p {
	font-size: 3em;
	}
div.catch h3#management_philosophy + p {
	font-size: 3.6em;
	}
}
@media (max-width: 767px) {
div.catch {
	margin: 0;
	}
#contents h3 {
	order: 2;
	margin: 0 0  1rem;
	letter-spacing: -0.1rem;
	}
div.catch p {
	margin: 3rem 0 0;
	font-size: 3.2rem;
	letter-spacing: -0.1rem;
	line-height: 1.3;
	text-align: center;
	}
div.catch h3#mission_growth + p {
	margin-bottom: 0.5rem;
	line-height: 1;
	}
}

/* ----- トップページ topPage */
#topPage #contents h3 {
	margin: 1.5rem 0 1rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
}
#topPage #contents .wrap p.catch {
	margin: 0;
	font-size: 7rem;
	line-height: 1.0;
	color: #f3c51e;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
p.catch span {
	color: #414141;
}
#topPage p#catch1 {
	position: absolute;
	bottom: 1rem;
	margin: 0;
	font-size: 7rem;
	color: #f3c51e;
	line-height: 1.0;
	color: #f3c51e;
	font-weight: bold;
	transition: all 2s ease-out 2.5s;
}
#topPage p#catch2 {
	margin: 0;
	font-size: 7rem;
	line-height: 1.0;
	font-weight: bold;
	color: #414141;
	letter-spacing: 0.4rem;
	transition: all  2s ease-out 2.5s;
}
@media (max-width: 767px) {
p.catch {
	font-size: 3.6rem;
	}
p#catch1 {
	bottom: 0.5rem;
	left: 1rem;
	}
p#catch2 {
	margin: 0 0 0 1rem;
	letter-spacing: 0;
	}
}
#topMessagee {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 3rem 1rem 2rem;
}
#topMessagee .wrap {
	width: 100%;
	max-width: 640px;
}
.gearBox {
	position: relative;
	width: 368px;
	height: 200px;
}
.gear {
	width: 100%;
	height: 100%;
	animation: gear-spin 60s linear infinite;
	transform-origin: 50% 50%;
}
.gear_x {
	position: absolute;
	left: 0;
	top: 124px;
	width: 200px;
	animation: gear-spin 120s linear infinite reverse;
}
.gear_y {
	position: absolute;
	right: 0;
	top: 40px;
	width: 200px;
	animation: gear-spin 120s linear infinite;
}
@media  (max-width: 1060px) {
#topMessagee {
	justify-content: space-between;
	justify-content: center;
}
.gearBox {
	order: 2;
	}
.gear_x {
	top: 34px;
	}
.gear_y {
	top: -50px;
	}
}
@media (max-width: 767px) {
.gearBox {
	width: 278px;
	height: 200px;
	}
.gear_x {
	top: 64px;
	width: 150px;
	}
.gear_y {
	top: 0;
	width: 150px;
	}
}
@keyframes gear-spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#navBusines h3 {
	margin: 1rem 0 0;
}
#navBusines {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 3rem 0 0;
	padding: 1rem 1rem 2rem;
	background: #ffe6cf;
	border-radius: 0 50rem 0 0;
}
#navBusines .wrap {
	width: 100%;
	max-width: 640px;
}

.fadein-up {/* 下からフェードイン */
	opacity: 0;
	 transform: translateY(50px);
	transition: all 0.8s ease-out;
}
.fadein-left {/* 左からフェードイン */
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}
.fadein-right {/* 右からフェードイン */
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease-out;
}
/* 表示状態 */
.show {
	opacity: 1;
	transform: translateX(0) translateY(0);
}
p.linkMore {
	width: 13rem;
	margin: 2rem 0 0;
}
p.linkMore a {
	padding: 1rem 2rem;
	border-radius: 3rem;
	background-image: linear-gradient(165deg, #ffeb7e, #f9d84e 30%, #f3c51e);
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}

p.linkUrl {
	text-align: right;
	margin: 1rem 0 2rem 0;
}
p.linkUrl a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.15em;
}
p.linkMap {
	width: 13rem;
	margin: 2rem 0 1rem;
}
p.linkMap a {
	padding: 1rem 2rem;
	border-radius: 3rem;
	background-image: linear-gradient(165deg, #ffeb7e, #f9d84e 30%, #f3c51e);
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}
p.textRight {
	margin: 1rem 0 1rem auto;
}
#news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 3rem 0;
	padding: 3rem 1rem 2rem;
}
#news h3 {
	margin: 1rem 0 0;
}
#newsList {
	width: 100%;
	max-width: 640px;
	padding: 1rem 0 2rem;
}
#newsList dl dt {
	margin: 1rem 0 0.5rem;
}
#newsList dl dt span {
	margin: 0 0 0 1rem;
	padding: 0.1rem 1rem 0.2rem;
	border-radius: 1rem;
	background: #3fa9f5;
	color: #ffffff;
	font-size: 0.9rem;
}
#newsList dl dd {
	padding: 0 0 1rem;
	border-bottom: 1px solid #f3c51e;
}
#newsList dl dd span {
	line-height: 2.0;
	font-weight: bold;
}

#navRecruit {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0rem 2rem;
	margin: 0 0 3rem 0;
}
#navRecruit .wrap {
	width: 100%;
	max-width: 640px;
	padding: 0 1rem 2rem;
}
#navRecruit h3 {
}
p#catchRecruit {
	width: 100%;
	min-height: 313px;
	color: #ffffff;
	background: url(images/recruit01.jpg)no-repeat;
	font-size: 90px;
	line-height: 1.1;
	font-weight: bold;
}
#navContact {
	min-height: 600px;
	padding: 1rem 1rem 2rem;
	background: #264b80;
	color: #ffffff;
}
#navContact .wrap {
	max-width: var(--max_width);
	margin: 0 auto;
}
#navContact p.catch {
	background: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	color: #ffffff;
}
#navContact p.linkMore {
	width: 15rem;
}

@media (max-width: 1100px) {
p#catchRecruit {
	padding: 0.2rem 0 0 1.5rem;
	font-size: 4rem;
	line-height: 1.6;
	}
}
@media (max-width: 767px) {
p#catchRecruit {
	min-height: 100%;
	padding-bottom: 0.5rem;
	font-size: 2.2rem;
	line-height: 1.5;
	}
}

/* -----  */
/* 企業案内 company */
#company #contents img {
	max-height: 360px;
}
#company #contents h3 {
}
#company #contents h4 {
	margin: 0;
	padding: 0;
	color: #f3c51e;
	font-size: 2.4rem;
	font-weight: bold;
}
.textBox {
	width: 100%;
	max-width: 760px;
	margin: 0 auto 6rem;
}
.textBox dl {
	display: grid;
	gap: 0;
	width: 100%;
	max-width: 760px;
	margin: 0 auto 3rem;
	border-bottom: 1px solid #f3c51e;
}
.textBox dt {
	grid-column: 1 / 2;
	min-width: 5rem;
	padding: 1rem 0.5rem 1rem 0;
	border-top: 1px solid #f3c51e;
	font-weight: bold;
}
.textBox dd {
	grid-column: 2 / 3;
	padding: 1rem 0 1rem 0.5rem;
	border-top: 1px solid #f3c51e;
}
.textBox dt:first-child {
	border-top: none;
}
.textBox dt:first-child + dd {
	border-top: none;
}
.photoBox {
	margin: 0 1rem 6rem;
	text-align: center;
}
.company_history {
	margin: 0 auto 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
	justify-content: left;
	padding: 0 1rem;
}
.company_history .wrap {
	width: 100%;
	max-width: calc(50% - 1rem);
}
.company_history dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 0;
	width: 100%;
	margin: 0 0 0 2.8rem;
	padding: 0 0 1rem 4rem;
	border-left: 2px solid #ddd;
}
.company_history dl dt {
	width: 3rem;
}
.company_history dl dd {
	width: calc(100% - 5rem);
}
@media (max-width: 1023px) {
.company_history {
	flex-direction: column;
	gap: 0;
	padding: 0;
	}
.company_history .wrap {
	max-width: calc(100% - 1rem);
	}
#company #contents h4 {
	font-size: 1.8rem;
	}
.company_history dl {
	margin: 0 0 0 1rem;
	padding: 0 0 1rem 1.5rem;
	}
.company_history dl dd {
	margin: 0 0 0 0;
	padding: 0;
	}
}

/* -----  */
/* 関連会社 associated-company */
#associated-company #contents h3 span{
	font-size: 1rem;
}
#associated-company #contents img {
	max-height: 300px;
}
#sdgs .border_p {
	width: 18rem;
	margin: 20px 0 0 600px; 
	padding: 0.6rem 1.2rem;
	border: 1px solid #fff;
	border-radius: 21px;
	background: #4D9B3F;
	color: #fff;
	font-size: 32px;
	text-align: center;
}

/* -----  */
/* 採用情報 recruit */

/* -----  */
/* 最新情報一覧 News */
/* -----  */
/* お問い合わせ contact */
input,
textarea {
	padding: 0.3rem 0.5rem;
	border: 1px solid #ccc;
}

#contact #contents dl {
	margin: 0 0 3em;
	border-bottom: 2px solid #ccc;
}
#contact #contents dl dt {
	float: left;
	width: 10em;
	padding: 1em 0;
	border-top: 2px solid #ccc;
}
#contact #contents dl dt:first-child {
	border-top: none;
}
#contact #contents dl dd {
	margin: 0 0 0 10em;
	padding: 1em 0;
}
#contact #contents dl dt + dd {
	border-top: 2px solid #ccc;
}
#contact #contents dl dt:first-child + dd {
	border-top: none;
}
#contact #contents dl a {
	color: #333;
	text-decoration: none;
	font-size: 140%;
}
#contact #contents dl a:hover {
	color: #cc6600;
	text-decoration: underline;
}
#contact #contents dl span.required {
	color: red;
	font-size: 75%;
	font-weight: normal;
}


/* ----------------------------------------------
----- フッター
------------------------------------------------- */
footer {
	padding: 2rem 0 0;
	background: #183052;
	color: #fff;
}
footer a {
	color: #fff;
}
#footerWrap {
	max-width: var(--max_width);
	margin: 0 auto;
	padding: 1rem;
}
.footerNav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
h2.logo {
	margin: 0 6rem 0 0;
}
.footerNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1.5rem;
}
.footerNav ul ul {
	flex-direction: column;
	margin: 0 0 0 1.5rem;
	font-size: 0.9rem;
	list-style: disc;
}
.siteNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 0 3rem;
	margin: 0 0 3rem 0;
	font-size: 0.85rem;
}
#footerInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 1rem;
	margin: 0 0 3rem;
}
#footerInfo div {
	width: 48%;
}
h3.author {
	margin: 0;
	font-size: 1.4rem;
}
h3.author span {
	font-size: 1rem;
}
p.address a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.3rem;
	height: 1.3rem;
	margin-left: 0.5em;
	vertical-align: middle;
}
#companygroup li span {
	font-size: 85%;
}
p#copyright {
	padding: 0 0 1.5rem 0;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 0.1rem;
}
@media  (max-width: 1023px) {
h2.logo {
	margin: 0 1rem 0 0;
	}
#footerInfo {
	flex-direction: column;
	justify-content: center;
	}
#footerInfo div {
	width: 100%;
	}
}
#pageTop {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ccb691;
	opacity: 0.6;
}
#pageTop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
#pageTop a::before {
	position: absolute;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d8';
	font-size: 25px;
	text-align: center;
}
/* ----------------------- フッター 終わり */




