@charset "UTF-8";
/* CSS Document */

/* ============================================================
 Structure
============================================================ */

html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
}
header {
	margin: 0;
	padding: 0 4%;
}
main {
	position: relative;
	margin: 0;
	padding: 50px 5% 80px;
	background: linear-gradient(#eee 0px, #fff 100px);
	line-height: 1.75;
}
@media screen and (min-width: 1601px) {
	main {
		padding-top: 50px;
		padding-left: calc( (100% - 1200px)/2 );
		padding-right: calc( (100% - 1200px)/2 );
	}
}
@media screen and (max-width: 1600px) {
	main {
		padding-top: 50px;
		padding-left: calc( (100% - 1200px)/2 );
		padding-right: calc( (100% - 1200px)/2 );
	}
}
@media screen and (max-width: 1440px) {
	main {
		padding-top: 50px;
		padding-left: 8.333%;
		padding-right: 8.333%;
	}
}
@media screen and (max-width: 1280px) {
	main {
		padding-top: 50px;
		padding-left: 8.333%;
		padding-right: 8.333%;
	}
}
@media screen and (max-width: 1024px) {
	main {
		padding-top: 40px;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
}
@media screen and (max-width: 768px) {
	main {
		padding-top: 30px;
		padding-left: 6.667%;
		padding-right: 6.667%;
	}
}
@media screen and (max-width: 414px) {
	main {
		padding-top: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
}
section {
}
footer {
	margin: 0;
	padding: 10px 0 60px;
	background: #000;
	color: #fff;
}

/* ========================================
 Footer
*/
.copyright {
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
}
/* ----------------------------------------
 (subsection)
*/

/* ========================================
 Header
*/
header {
	text-align: center;
}

/* ----------------------------------------
 Toppage Site Logo
*/
#pgHome #siteLogo {
	position: relative;
	height: 4em;
	color: #000;
	font-size: 56px;
	text-align: center;
}
#pgHome #siteLogo h1 {
	display: inline-block;
	position: relative;
	margin: 0 0 0.75em 0;
	padding: 2.0em 0 0 0;
	font-size: 1em;
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
}
#pgHome #siteLogo h1::before {
	position: absolute;
	content: "";
	width: 0.47em;
	height: 2.0em;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(0.01em);
	background: #000;
	border-radius: 0 0 0.02em 0.02em;
}
@media screen and (min-width: 1281px) {
	#pgHome #siteLogo {
		font-size: 128px;
	}
}
@media screen and (max-width: 1280px) {
	#pgHome #siteLogo {
		font-size: 10vw;
	}

}
@media screen and (max-width: 480px) {
	#pgHome #siteLogo {
		font-size: 48px;
	}
}

/* ----------------------------------------
 Toppage Site Logo Animation
*/
#pgHome #siteLogo h1 span {
	animation-name: logoAnim;
	animation-duration: 5.0s;
}
@keyframes logoAnim {
	0% {
		opacity: 0.0;
	}
	5% {
		opacity: 0.0;
		letter-spacing: 0.33em;
	}
	40% {
		letter-spacing: -0.02em;
	}
	50% {
		opacity: 0.67;
	}
	100% {
		opacity: 1.0;
		letter-spacing: normal
	}
}
#pgHome #siteLogo h1::before {
	animation-name: logoBarAnim;
	animation-duration: 5.0s;
}
@keyframes logoBarAnim {
	0% {
		opacity: 0.0;
		height: 1.95em;
	}
	50% {
		opacity: 0.0;
		height: 1.95em;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		height: 2em;
	}
}
/* ----------------------------------------
 Toppage Logo Bar Animation
*/
#pgHome #logoBbar {
	--bg-bar: linear-gradient(-90deg, #757575 0%, #9e9e9e 45%, #e8e8e8 70%, #9e9e9e 85%, #757575 90% 100%);
	--bg-sphere: radial-gradient(circle at 30% 30%, #fff 5%, #ccc 10%, #666 60%, #999 100%);
	--bg-flat: linear-gradient(0deg, #757575 0%, #9e9e9e 45%, #e8e8e8 70%, #9e9e9e 85%, #757575 90% 100%);
}
#pgHome #logoBbar {
	position: absolute;
	width: 0.47em;
	height: 0;
	bottom: 0.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(0.01em);
	background: #000;
	border-radius: 0.02em;
	opacity: 0;
}
#pgHome #logoBbar::before {
	position: absolute;
	content: '';
	width: 100%;
	height:100%;
	left: 0;
	bottom: 0;
	background: var(--bg-bar); 
	border-radius: 0.02em;
	opacity: 0;
}
#pgHome #logoBbar .sphere1,
#pgHome #logoBbar .sphere2 {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 100% 0 0 0;
	background: #000;
	border-radius: 50%;
}
#pgHome #logoBbar .sphere1 {
	bottom: 0;
	background: var(--bg-flat);
	box-shadow: inset 0 0.02em 0.01em #e8e8e8;
	transform: translateY(50%);
	opacity: 1;
}
#pgHome #logoBbar .sphere2 {
	top: 0;
	transform: translateY(-50%);
	opacity: 0;
}
#pgHome #logoBbar .sphere1::before,
#pgHome #logoBbar .sphere2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	border-radius: 50%;
}
#pgHome #logoBbar .sphere1::before  {
	background: var(--bg-sphere);
}
#pgHome #logoBbar .sphere2::before  {
	background: var(--bg-bar);
}
#pgHome #logoBbar,
#pgHome #logoBbar::before,
#pgHome #logoBbar .sphere1,
#pgHome #logoBbar .sphere1::before,
#pgHome #logoBbar .sphere2,
#pgHome #logoBbar .sphere2::before {
	animation-duration: 5.0s;
	animation-fill-mode: forwards;
}
#pgHome #logoBbar {
	animation-name: barGrow, barAscend, barFade;
}
#pgHome #logoBbar::before {
	animation-name: barBeforeFade;
}
@keyframes barGrow {
	0%   { height: 0em; }
	15%  { height: 0em; }
	50%  { height: 4.0em; }
	100% { height: 4.0em; display: none; }
}
@keyframes barAscend {
	0%   { bottom: 0.75em; }
	20%  { bottom: 0.5em; }
	50%  { bottom: 2.05em; }
	100% { bottom: 2.05em; }
}
@keyframes barFade {
	0%   { opacity: 1; }
	60%  { opacity: 1; }
	80%  { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes barBeforeFade {
	0%   { opacity: 1; }
	25%  { opacity: 1; }
	60%  { opacity: 0; }
	100% { opacity: 0; }
}
#pgHome #logoBbar .sphere1 {
	animation-name: sphShrink, sphFade;
}
#pgHome #logoBbar .sphere1::before {
	animation-name: sph1BeforeFade;
}
#pgHome #logoBbar .sphere2 {
	animation-name: sphShrink, sphFade ;
}
#pgHome #logoBbar .sphere2::before {
	animation-name: sphFade;
}
@keyframes sphShrink {
	0%   { padding-top: 100%; }
	15%  { padding-top: 100%; }
	40%  { padding-top: 0; }
	100% { padding-top: 0; }
}

@keyframes sphFade {
	0%   { opacity: 1; }
	25%  { opacity: 1; }
	35%  { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sph1BeforeFade {
	0%   { opacity: 1; }
	15%  { opacity: 1; }
	35%  { opacity: 0; }
	100% { opacity: 0; }
}
/* ----------------------------------------
 Toppage Styles
*/
#pgHome main {
	background: linear-gradient(#eee 0px, #fff 175px);
}
#pgHome h2 {
	margin: 3.0em 0 1.0em;
	padding: 0.9em 0 0.1em 0.8em;
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	position: relative;
}
#pgHome h2::before {
	position: absolute;
	content: "";
	width: 0.4167em;
	height: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	border-radius: 2px;
}
#pgHome main > section:first-child > h2 {
	margin-top: 1.0em;
}
@media screen and (max-width: 768px) {
	#pgHome h2 {
		font-size: 2.9rem;
	}
	#pgHome h3 {
		font-size: 2.0rem;
	}
}

/* ============================================================
 Styles
============================================================ */
/* ----------------------------------------
 Sub Page Site Logo
*/
#siteLogo {
	position: relative;
	height: 4em;
	color: #000;
	font-size: 36px;
	text-align: center;
}
#siteLogo a {
	color: #000;
	text-decoration: none;
}
#siteLogo a:hover {
}
#siteLogo h1,
#siteLogo .logo {
	display: inline-block;
	position: relative;
	margin: 0 0 0.75em 0;
	padding: 2.0em 0 0 0;
	font-size: 1em;
	font-family: "Encode Sans Expanded", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
}
#siteLogo h1::before,
#siteLogo .logo::before {
	position: absolute;
	content: "";
	width: 0.47em;
	height: 2.0em;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateX(0.01em);
	background: #000;
	border-radius: 0 0 0.02em 0.02em;
}
@media screen and (min-width: 721px) {
	#siteLogo {
		font-size: 36px;
	}
}
@media screen and (max-width: 720px) {
	#siteLogo {
		font-size: 5vw;
	}
}
@media screen and (max-width: 480px) {
	#siteLogo {
		font-size: 24px;
	}
}
#siteLogo h1 span,
#siteLogo h1::before {
	animation-name: none;
}
/* ----------------------------------------
 Subpage Styles
*/
/* 長方形 */
h1 {
	margin: 1.0em 0 1.0em;
	/*padding: 0 0 50px 0;*/
	padding: 0 0 40px 0;
	font-size: 4.0rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
h1::before {
	position: absolute;
	content: "";
	width: 16.9px;
	/*height: 40px;*/
	height: 32px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #000;
	border-radius: 2px;
}
h1 span {
	display: inline-block;
}
@media screen and (min-width: 801px) {
	h1 {
		/*padding-bottom: 50px;*/
		padding-bottom: 40px;
		font-size: 40px;
	}
	h1::before {
		width: 16.9px;
		height: 32px;
	}
}
@media screen and (max-width: 800px) {
	h1 {
		padding-bottom: 6.25vw;
		font-size: 5vw;
	}
	h1::before {
		width: 2.35vw;
		/*height: 5vw;*/
		height: 4vw;
	}
}
@media screen and (max-width: 560px) {
	h1 {
		/*padding-bottom: 35px;*/
		padding-bottom: 28px;
		font-size: 28px;
	}
	h1::before {
		width: 13.2px;
		/*height: 28px;*/
		height: 22.4px;
	}
}
/* 円形 */
h1 {
	margin: 1.0em 0 1.0em;
	padding: 0 0 34px 0;
	font-size: 4.0rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
h1::before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #000;
	border-radius: 50%;
}
h1 span {
	display: inline-block;
}
@media screen and (min-width: 801px) {
	h1 {
		padding-bottom: 34px;
		font-size: 40px;
	}
	h1::before {
		width: 26px;
		height: 26px;
	}
}
@media screen and (max-width: 800px) {
	h1 {
		padding-bottom: 5.3vw;
		font-size: 5vw;
	}
	h1::before {
		width: 3.25vw;
		height: 3.25vw;
	}
}
@media screen and (max-width: 560px) {
	h1 {
		padding-bottom: 24px;
		font-size: 28px;
	}
	h1::before {
		width: 18px;
		height: 18px;
	}
}
h2 {
	margin: 3.0em 0 1.0em;
	padding: 0.9em 0 0 0.8em;
	font-size: 3.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	position: relative;
}
h2::before {
	position: absolute;
	content: "";
	width: 0.4167em;
	height: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	border-radius: 1px;
}
main > section:first-child > h2 {
	margin-top: 1.0em;
}

h3 {
	position: relative;
	margin: 2.5em 0 1em;
	padding: 0 0 0.15em 1.2em;
	font-size: 2.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
}
h3::before {
	position: absolute;
	content: "";
	width: 0.625em;
	height: 0.625em;
	left: 0;
	bottom: 0.1em;
	background: #000;
	border-top: 0.625em solid #ccc;
	border-left: none;
    border-radius: 2px;
}
h3.border {
	padding: 0 0 0.4em 0;
}
h3.border::before {
	width: 10.5em;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #ccc;
	border-left: 3.5em solid #666;
}

h1 > .sub, h1 > small,
h2 > .sub, h2 > small,
h3 > .sub, h3 small {
	font-size: 0.75em;
}
.sub.break,
small.break {
	display: inline-block;
}
h4 {
	margin: 2em 0 2.0rem;
	font-size: 1.8rem;
	font-weight: bold;
}
h5 {
	margin: 1em 0;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 2.6rem;
		font-weight: 700;
	}
	h2::before {
		width: 0.481em;
	}
	h3 {
		font-size: 2.0rem;
	}
}

p {
	margin: 1.25em 0;
	font-size: 1.6rem;
}
p.lead {
	text-align: center;
}
ul {
	list-style: disc;
	margin: 1.25em 0;
	padding: 0 0 0 1em;
}
input,
button {
	font-size: 1.6rem;
	line-height: 1;
	-webkit-appearance: none;
}
ul.notes {
	list-style: none;
}
ul.notes {
	font-size: 0.8em;
	text-indent: -1em;
}
ul.none {
	list-style: none;
	padding: 0 0 0 0;
}
a {
	color: #000;
	text-decoration: underline;
	transition: all 0.3s;
}
a:hover, a:focus-visible {
	color: #007fd8;
}
/**/
a.BorderBottom {
	position: relative;
	display: inline-block;
	padding: 0 2em 0 0;
	border-bottom: 0.1em solid #000;
	line-height: 1;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}
a.BorderBottom::before {
	position: absolute;
	content: "";
	width: 0.1414em;
	height: 0.75em;
	right: -0.1em;
	bottom: -0.1em;
	background: #000;
	transform-origin: left bottom;
	transform: skewX(45deg);
	
	transform: skewX(60deg);
}
a.exlink {
	position: relative;
	display: inline-block;
	padding: 0 2em 0 0;
	border-bottom: 0.1em solid #000;
	line-height: 1;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}
a.exlink::before {
	position: absolute;
	content: "";
	width: 0.1414em;
	height: 1em;
	right: 0;
	bottom: -0.1em;
	background: rgba(255,0,0,0.6);
	transform-origin: left bottom;
	transform: skewX(-45deg);
	
	transform: rotateZ(-45deg) skewX(60deg);
	width: 1.414em;
	height: 0.1em;
	right: -1em;
	
}
a.exlink::after {
	position: absolute;
	content: "";
	width: 0.75em;
	height: 0.1em;
	right: -0.9em;
	bottom: 0.8em;
	background: rgba(0,0,255,0.6);
	transform-origin: right bottom;
	transform: skewX(-45deg);
	
	transform: skew(-45deg, -15deg);
}

/**/
input {
	background: #fff;
	border: 1px solid #757575;
	border-radius: 4px;
	color: #000;
}
button {
	background: #eee;
	border: 1px solid #757575;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

/* ============================================================
 Toppage
============================================================ */

/* ----------------------------------------
 Toppage Section
*/

/* 〓〓〓 準備中 〓〓〓 */
#secUx {
	color: #757575;
}
#secUx h2 {
	margin-top: 70px;
	font-size: 1.6rem
}
#secUx h2::before {
	background: #808080;
	border-radius: 0;
}

/* ----------------------------------------
 Toppage Profile
*/

/*.inqaddr li:has(#dispAddr) {*/
.inqaddr .btnholder {
	background: #eee;
	border: 1px solid #ddd;
}
.inqaddr button {
	/*min-width: 14em;*/
	margin: 10px;
	padding: 0.5em 1.25em;
	background: #eec;
	border-radius: 4px;
}
.inqaddr button#dispAddr:disabled {
	background: transparent;
	border-color: transparent;
}
.inqaddr input.mailaddr {
	width: 14em;
	padding: 0.333em;
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
}
.profile {
}
#dispProfile {
	margin: 0 0 0 0.5em;
	padding: 0.5em 1.25em;
	background: #eee;
	border: none;
}
#profPanel {
	padding: 1em 0;
}
#profPanel ul.none {
	margin-top: 0;
	margin-bottom: 0;
}
#profPanel {
	min-height: 15em;
}

/* ============================================================
 For Production
============================================================ */

ul.phase-act {
	list-style: none;
	display: table;
	width: 80%;
	margin: 2em auto;
	padding: 0;
}
ul.phase-act li {
	display: table-row;
}
ul.phase-act li h4 {
	display: table-cell;
	padding: 1em 2em;
	border-top: 5px solid #bbb;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
ul.phase-act li p {
	display: table-cell;
	padding: 1em 2em;
	border-top: 5px solid #efefef;
}
ul.phase-act li:last-of-type h4 {
	border-bottom: 5px solid #bbb;
}
ul.phase-act li:last-of-type p {
	border-bottom: 5px solid #efefef;
}
@media screen and (max-width: 1440px) {
	ul.phase-act {
		width: 83.33%;
	}
}
@media screen and (max-width: 1280px) {
	ul.phase-act {
		width: 86.67%;
	}
}
@media screen and (max-width: 1024px) {
	ul.phase-act {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	ul.phase-act {
		width: 90%;
	}
	ul.phase-act li h4 {
		padding: 1em;
	}
	ul.phase-act li p {
		padding: 1em;
	}
}
@media screen and (max-width: 540px) {
	ul.phase-act {
		width: 100%;
	}
	ul.phase-act li h4 {
		padding: 0.667em 0.5em 0.667em 0;
	}
	ul.phase-act li p {
		padding: 0.667em 0 0.667em 0.5em;
	}
}
@media screen and (max-width: 414px) {
	ul.phase-act,
	ul.phase-act li {
		display: block;
	}
	ul.phase-act li {
		position: relative;
		margin: 0;
		padding: 0.5em 0;
		border-top: 5px solid #efefef;
	}
	ul.phase-act li::before {
		position: absolute;
		content: "";
		width: 38%;
		height: 5px;
		background: #bbb;
		left: 0;
		top: -5px;
	}
	ul.phase-act li:last-of-type {
		border-bottom: 5px solid #efefef;
	}
	ul.phase-act li:last-of-type::after {
		position: absolute;
		content: "";
		width: 38%;
		height: 5px;
		background: #bbb;
		left: 0;
		bottom: -5px;
	}
	ul.phase-act li h4,
	ul.phase-act li p {
		display: block;
		margin: 0;
		padding: 0;
		border-top: none;
		text-align: left;
	}
	ul.phase-act li:last-of-type h4,
	ul.phase-act li:last-of-type p {
		border-bottom: none;
	}
}
