@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Color Scheme
	dark blue: #0A6593
	blue: #6BC2E5
	light blue: #E6FBFF
	red: #E0414F
 */

/* Styles
   ========================================================================== */

body {
	background-color: #fff;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}
a {
	color: #222;
}
a:hover, a:focus, a:active {
	opacity: .7;
	transition: .5s all ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
h2 {
	font-size: 2.25em;
}
h2 span {
	margin-left: .5em;
	color: #6CBB65;
	font-size: 50%;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1em;
	}
}

/* Structure */
.page-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.page-header {
		display: none;
	}
}
.page-header-inner {
	max-width: 1194px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.page-header h1 {
	width: 174px;
	height: 188px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 10%);
}
.page-header-small {
	display: none;
}
.page-header ul,
.page-header-small ul {
	display: flex;
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
}
.page-header ul li a,
.page-header-small ul li a {
	display: block;
	position: relative;
	padding: 0 2em;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.page .page-header ul li a {
	color: #fff;
}
.page-header ul li a::after,
.page-header-small ul li a::after {
	content: '';
	position: absolute;
	bottom: -0.3em;
 	left: 10%;
 	width: 80%;
	height: 1.5px;
	background: #6CBB65;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.page-header ul li a:hover,
.page-header-small ul li a:hover {
	opacity: 1;
}
.page-header ul li a:hover::after,
.page-header-small ul li a:hover::after,
.page-header ul li a.current::after,
.page-header-small ul li a.current::after {
	transform: scale(1, 1);
}
.page-header ul li a span,
.page-header-small ul li a span {
	color: #6CBB65;
	font-size: .75em;
}
.page-header ul li a[href*=contact],
.page-header-small ul li a[href*=contact] {
	margin-left: 2em;
	padding-top: .6em;
	padding-bottom: .7em;
	border-radius: 2em;
	background-color: #FA9000;
	color: #fff;
}
.page-header ul li a[href*=contact]:hover,
.page-header-small ul li a[href*=contact]:hover {
	opacity: .7;
}
.page-header ul li a[href*=contact]::after,
.page-header-small ul li a[href*=contact]::after {
	content: none;
}
.page-header ul li a[href*=contact] span,
.page-header-small ul li a[href*=contact] span {
	color: #fff;
}
.page-header-small {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 100;
	width: 100%;
	height: 72px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 10%);
}
.page-header-small div {
	max-width: 1194px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.page-header-small h1 {
	margin: .3em 0 0;
	padding: 0;
}
.page-header-small ul {
	margin-top: .7em;
}
}
.drawer-menu {
	display: none;
}
@media screen and (max-width: 768px) {
	.drawer-menu, .drawer-menu span {
		display: inline-block;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.drawer-menu {
		position: fixed;
		top: 16px;
		right: 18px;
		width: 28px;
		height: 24px;
		z-index: 10;
		outline: none;
		border: none;
		background-color: transparent;
		cursor: pointer;
	}
	.drawer-menu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #1A1A1A;
		z-index: 10;
	}
	.drawer-menu span:nth-of-type(1) {
		top: 0px
	}
	.drawer-menu span:nth-of-type(2) {
		top: 11px
	}
	.drawer-menu span:nth-of-type(3) {
		bottom: 0px
	}
	.drawer-menu.active {
		top: 24px;
	}
	.drawer-menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(4px) rotate(45deg);
		transform: translateY(4px) rotate(45deg)
	}
	.drawer-menu.active span:nth-of-type(2) {
		opacity: 0
	}
	.drawer-menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-18px) rotate(-45deg);
		transform: translateY(-18px) rotate(-45deg)
	}
	.page-header-small {
		display: block;
		height: 52px;
	}
	.page-header-small h1 {
		margin: 6px 0 0 12px
	}
	.page-header-small h1 img {
		width: 95px;
		height: 36px;
	}
	.page-header-small ul {
		width: 100%;
		visibility: hidden;
		display: block;
		background-color: rgba(255, 255, 255, 1);
		height: auto;
		padding-top: 2em;
		padding-bottom: 4em;
		opacity: 0;
		transition: .3s all;
		height: 100vh;
		position: absolute;
		z-index: -1;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.page-header-small ul.active {
		visibility: visible;
		opacity: 1;
	}
	.page-header-small ul li {
		display: block;
		margin: 2em 0;
	}
	.page-header-small ul li a[href*=contact] {
		margin-right: 2em;
	}
}
.page-footer {
	background-color: #159844;
	background-image: linear-gradient(to bottom right, #159844, #010D07);
}
.page-footer div {
	max-width: 1194px;
	margin: 0 auto;
	padding: 1em;
	background-image: url(/_assets/img/logo-mark.svg);
	background-repeat: no-repeat;
	text-align: center;
}
.page-footer ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-footer ul li {
	margin: 0 1em;
	padding: 0;
}
.page-footer ul li a {
	color: #fff;
}
.page-footer p small {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.page-footer ul {
		display: block;
	}
	.page-footer ul li {
		display: block;
		margin: .5em 0;
	}
}

/* Parts */
.p-fadein {
	animation-name: fadeUpAnime;
	animation-duration: 1.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
  from {
		opacity: 0;
		transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.p-scroll {
	display: inline-block;
	position: absolute;
	top: 352px;
	left: -174px;
}
.p-scroll:hover {
	transform: translate(0, 16px);
	transition: .5s all ease-in-out;
}
.p-scroll:hover a {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.p-scroll {
		display: none;
	}
}
.p-back-to-top {
	max-width: 1194px;
	margin: 2em auto;
	text-align: right;
}
.p-back-to-top:hover {
	transform: translate(0, -16px);
	transition: .5s all ease-in-out;
}
.p-back-to-top:hover a {
	display: block;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.p-back-to-top {
		display: none;
	}
}
.p-button__detail {
	text-align: center;
	margin-top: 2em;
}
.p-button__detail a {
	padding: .5em 2em .7em;
	border-radius: 2em;
	background-color: #FA9000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.p-heading__center {
	text-align: center;
	font-size: 2em;
}
.p-heading__center-small {
	text-align: center;
	font-size: 1.5em;
}
.p-text__center {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-text__center {
		text-align: left !important;
	}
}
.p-text__center {
	text-align: center;
}
.p-text__right {
	text-align: right;
}
.p-img__margin {
		margin: 4em 0;
}
.p-img__shadow {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 10%);
}
.p-heading__off {
	display: none;
}
.p-sp__on {
	display: none;
}
@media screen and (max-width: 768px) {
	.p-sp__on {
		display: inline;
	}
	.p-pc__on {
		display: none;
	}
}

/* Home */
.s-home__visual {
	background-image: url(/_assets/img/keyvisual-home.jpg);
	background-repeat: no-repeat;
	background-position: top -80px right -260px;
	width: 100%;
	height: 796px;
}
.s-home__visual-inner {
	max-width: 1194px;
	margin: 0 auto;
	position: relative;
	padding-top: 252px;
}
.s-home__visual p {
	font-size: 2.25em;
	font-weight: bold;
	margin-left: 174px;
	text-shadow: 0 0 5px rgba(255, 255, 255, 50%);
}
.s-home__visual h1 {
	margin-left: 264px;
	font-size: 2.65em;
	text-shadow: 0 0 5px rgba(255, 255, 255, 50%);
}
.s-home__visual h1 img {
	vertical-align: text-bottom;
	position: relative;
	top: 8px;
}
@media screen and (max-width: 768px) {
	.s-home__visual {
		background-position: top -50px right -200px;
		background-size: 520px;
		height: 500px;
	}
	.s-home__visual-inner {
		padding-top: 120px;
	}
	.s-home__visual p {
		margin: 0;
		font-size: 1.25em;
		text-align: center;
	}
	.s-home__visual h1 {
		margin: 1em 0 0;
		font-size: 1.4em;
		text-align: center;
	}
	.s-home__visual h1 img {
		width: 176px;
		height: 60px;
	}
}
.s-home__business {
	max-width: 1194px;
	margin: -5.5em auto 0;
}
@media screen and (max-width: 768px) {
	.s-home__business {
		margin-top: -3em;
		padding: 0 1em;
	}
}
.c-box__typeA {
	position: relative;
}
.c-box__typeA-img {
	background-image: url(/_assets/img/square-green.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	padding-left: 28px;	
}
.c-box__typeA-text {
	position: absolute;
	top: -28px;
	right: 0;
	max-width: 582px;
	padding: 2em;
	background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 768px) {
	.c-box__typeA {
		position: static;
	}
	.c-box__typeA-img {			
		padding-top: 12px;
		padding-left: 12px;	
	}
	.c-box__typeA-text {
		position: static;
		max-width: 100%;
		width: 100%;
		padding: 0em;
		background-color: transparent;
	}
}
.s-home__structure {
	background-image: linear-gradient(to right, #6CBB65, #159844);
	transform: skew(0deg, -2deg);
	margin: 4em 0;
}
.s-home__structure-inner {
	max-width: 1194px;
	margin: 0 auto;
	padding: 4em 0;
	transform: skew(0deg, 2deg);
}
@media screen and (max-width: 768px) {
	.s-home__structure {
	}
	.s-home__structure-inner {
		padding: 1em 1em;
	}
}
.s-home__flow {
	max-width: 1194px;
	margin: 4em auto 0;
}
.s-home__flow h2 {
	margin-top: 3em;
}
.s-home__flow .p-text__center img {
	margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.s-home__flow {
		padding: 0 1em 2em;
	}
	.s-home__flow h2 {
		margin-top: 0;
		font-size: 1.5em;
	}
}
.s-home__service {
	background-color: #F4F6F8;
	padding: 4em 0;
}
.s-home__service-inner {
	max-width: 1194px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.s-home__service {
		padding: 2em 1em;
	}
}
.s-home__service p {
	margin-bottom: 2em;
}
.c-home__kintai {
	background-image: url(/_assets/img/1signin-kintai-bubble-left.svg),  url(/_assets/img/1signin-kintai-bubble-right.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left 35%, right 35%;
	margin-bottom: 4em;
}
.c-home__sso {
	background-image: url(/_assets/img/1signin-sso-bubble-left.svg),  url(/_assets/img/1signin-sso-bubble-right.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left 35%, right 35%;
}
@media screen and (max-width: 768px) {
	.c-home__kintai,
	.c-home__sso {
		background-image: none;
	}
}
.s-home__bunner {
	background-color: #fff;
	transform: skew(0deg, -2deg);
	margin: -2em 0 3em;
}
.s-home__bunner-inner {
	max-width: 1194px;
	margin: 0 auto;
	padding: 3em 0;
	transform: skew(0deg, 2deg);
}
.s-home__bunner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 2em 0 0;
}
.s-home__bunner ul li {
	width: 30%;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.s-home__bunner {
		margin: 0;
		padding: 0 1em;
	}
	.s-home__bunner h2 {
		margin-top: 0;
		font-size: 1.5em;
	}
	.s-home__bunner ul {
		display: block;
		margin: 0;
	}
	.s-home__bunner ul li {
		width: 50%;
		margin: 2em auto;
	}
}
.s-home__news {
	padding: 3em 0 5em;
	background-color: #F4F6F8;
	transform: skew(0deg, -2deg);
}
.s-home__news-inner {
	max-width: 1194px;
	margin: 0 auto;
	display: flex;
	transform: skew(0deg, 2deg);
}
.s-home__news h2 {
	width: 308px;
}
@media screen and (max-width: 768px) {
	.s-home__news {
		padding: 3em 1em 5em;
	}
	.s-home__news-inner {
		display: block;
	}
	.s-home__news h2 {
		width: 100%;
	}
}
.c-home__news-list dl dt {
	display: flex;
	align-items: center;
	margin-bottom: .5em;
	font-weight: bold;
}
.c-home__news-list dl dt ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.c-home__news-list dl dt ul li {
	margin: 0 0 0 1em;
	padding: .3em 1em;
	border: 1px solid #999;
	border-radius: 2em;
	background-color: #fff;
	color: #666;
	font-size: 0.875em;
	font-weight: normal;
}
.c-home__news-list dl dd {
	padding: 0 0 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.c-home__news-list dl dd:last-child {
	border-bottom: 0;
}
.s-home__sdgs {
	background-color: #fff;
	transform: skew(0deg, -2deg);
	margin: -2em 0 3em;
}
.s-home__sdgs div {
	max-width: 1194px;
	margin: 0 auto;
	padding: 3em;
	transform: skew(0deg, 2deg);
}
.s-home__sdgs img {
	margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
	.s-home__sdgs {
		padding: 3em 1em .1em;
	}
	.s-home__sdgs div {
		padding: 0;
	}
	.s-home__sdgs h2 {
		margin-top: 0;
		font-size: 1.5em;
	}
}
.s-home__message {
	padding: 3em 0 5em;
	background-color: #F4F6F8;
	transform: skew(0deg, -2deg);
}
.s-home__message-inner {
	max-width: 1194px;
	margin: 0 auto;
	transform: skew(0deg, 2deg);
}
.s-home__message h2 {
	margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.s-home__message {
		padding: 2em 1em;
	}
	.s-home__message h2 {
		margin-bottom: 1em;
	}
}
.c-box__typeB {
	position: relative;
}
.c-box__typeB-img {
	background-image: url(/_assets/img/square-green.svg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 28px;
	padding-right: 28px;	
	text-align: right;
}
.c-box__typeB-text {
	position: absolute;
	top: -28px;
	left: 0;
	max-width: 582px;
	padding: 2em;
	background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 768px) {
	.c-box__typeB {
		position: static;
	}
	.c-box__typeB-img {			
		padding-top: 12px;
		padding-right: 12px;	
	}
	.c-box__typeB-text {
		position: static;
		max-width: 100%;
		width: 100%;
		padding: 0em;
		background-color: transparent;
	}
}
.s-home__company {
	background-color: #fff;
	padding: 3em 0 1em;
}
.s-home__company-inner {
	max-width: 1194px;
	margin: 0 auto;
}
.c-home__company {
	display: flex;
}
.c-home__company dl {
	max-width: 480px;
	margin-left: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.c-home__company dl dt {
	width: 25%;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.c-home__company dl dd {
	width: 75%;
	padding: 0 0 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.c-home__company dl dt:nth-of-type(5),
.c-home__company dl dd:nth-of-type(5) {
	border-bottom: 0;
}
@media screen and (max-width: 768px) {
	.s-home__company {
		padding: 2em 1em;
	}
	.s-home__company h2 {
		margin-bottom: 1em;
	}
	.c-home__company {
		display: block;
	}
	.c-home__company iframe {
		width: 100%;
	}
	.c-home__company dl {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
	.c-home__company dl dt {
		padding-top: 1.5em;
	}
	.c-home__company dl dd {
		padding-top: 1.5em;
	}
}

/* Page - common */
.page {
	background-color: #F4F6F8;
}
.s-page__visual {
	background-color: #999;
	width: 100%;
	height: 680px;
}
.s-page__visual-inner {
	position: relative;
	max-width: 1194px;
	margin: 0 auto;
	padding-top: 140px;
}
.s-page__visual p {
	position: relative;
	left: 276px;
	color: #fff;
	font-size: 3.875em;
	font-weight: bold;
}
.s-page__visual h1 {
	display: inline-block;
	position: relative;
	left: 276px;
	color: #fff;
	font-size: 2.25em;
}
.s-page__visual h1::after {
	content: '';
	position: absolute;
	top: -0.5em;
	left: 0;
	width: 70%;
	height: 3px;
	background: #fff;
	transition: all .3s;
	transform: scale(1, 1);
	transform-origin: left top;
}
.s-page__visual .p-scroll {
	display: inline-block;
	position: absolute;
	top: 326px;
	left: 0;
}
.s-page__visual .p-scroll:hover {
	transform: translate(0, 16px);
	transition: .5s all ease-in-out;
}
.s-page__visual .p-scroll:hover a {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.s-page__visual {
		height: auto;
		overflow: hidden;
	}
	.s-page__visual-inner {
		padding-top: 96px;
		padding-bottom: 3em;
	}
	.s-page__visual p {
		left: 16px;
		font-size: 1.4em;
	}
	.s-page__visual h1 {
		left: 16px;
		font-size: 1em;
	}
	.s-page__visual .p-scroll {
		display: none;
	}
}
.s-page__main {
	max-width: 1194px;
	margin: 6em auto 0;
}
.s-page__main h2 {
		font-size: 2em;
}
@media screen and (max-width: 768px) {
	.s-page__main {
		margin-top: 3em;
		margin-bottom: 4em;
		padding: 0 1em;
	}
	.s-page__main h2 {
		font-size: 1.5em;
	}
	.s-page__main h3 {
		font-size: 1.2em;
	}
}

/* Business */
.business .s-page__visual {
	background-color: #666;
	background-image: url(/_assets/img/keyvisual-business.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* Service */
.service .s-page__visual {
	background-image: url(/_assets/img/keyvisual-service.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.service .s-page__main .c-home__kintai {
	margin-top: 6em;
}

/* Message */
.message .s-page__visual {
	background-image: url(/_assets/img/keyvisual-message.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.message .s-page__main .c-box__typeA,
.message .s-page__main .c-box__typeB {
	margin-top: 4em;
	margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
	.message .s-page__main .c-box__typeA,
	.message .s-page__main .c-box__typeB {
		margin-top: 0;
	}
}

/* news */
.news {
	background-color: #F4F6F8;
}
.news .s-page__visual {
	background-color: #F4F6F8;
}
.news .s-page__visual p,
.news .s-page__visual h1 {
	color: #222;
}
.news .s-page__visual p {
	margin-bottom: .5em;
}
.news .s-page__visual h1::after {
	background: #222;
}
.news .s-page__main {
	margin-top: -6em;
	max-width: 990px;
}
@media screen and (max-width: 768px) {
.news .s-page__main {
		margin-top: 0;
	}
}
.c-article {
	background-image: url(/_assets/img/logo-mark-white.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 160px;
}
.c-article__header {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.c-article__header p {
	margin: 0;
}
.c-article__header ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.c-article__header li {
	margin-left: 1em;
	padding: .3em 1em;
	border: 1px solid #999;
	border-radius: 2em;
	background-color: #fff;
	color: #666;
	font-size: 0.875em;
	font-weight: normal;
}
.c-article__title {
	margin-top: .5em;
}
.c-article__body h2 {
	font-size: 1.8em;
	margin-bottom: .5em;
}
.c-article__body h3 {
	margin-bottom: .5em;
}
.c-article__body h4 {
	margin-bottom: .5em;
}
.c-article__body dt {
	font-weight: bold;
}
.c-article__body table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.c-article__body th {
	padding: .5em;
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: normal;
}
.c-article__body td {
	padding: .5em;
	border: 1px solid #ccc;
	background-color: #fff;
}

/* Privacy Policy */
.privacy {
	background-color: #F4F6F8;
}
.privacy .s-page__visual {
	background-color: #F4F6F8;
}
.privacy .s-page__visual p,
.privacy .s-page__visual h1 {
	color: #222;
}
.privacy .s-page__visual p {
	margin-bottom: .5em;
}
.privacy .s-page__visual h1::after {
	background: #222;
}
.privacy .s-page__main {
	margin-top: -6em;
	max-width: 990px;
}
@media screen and (max-width: 768px) {
.privacy .s-page__main {
		margin-top: 0;
	}
}

/* Contact */
.contact {
	background-color: #F4F6F8;
}
.contact .s-page__visual {
	background-color: #F4F6F8;
}
.contact .s-page__visual p,
.contact .s-page__visual h1 {
	color: #222;
}
.contact .s-page__visual p {
	margin-bottom: .5em;
}
.contact .s-page__visual h1::after {
	background: #222;
}
.contact .s-page__main {
	margin-top: -6em;
	max-width: 990px;
}
@media screen and (max-width: 768px) {
.contact .s-page__main {
		margin-top: 0;
	}
}
.c-form {
	max-width: 768px;
	margin: 0 auto;
}
.c-form dl dt {
	font-weight: bold;
	margin-bottom: .5em;
}
.c-form dl dd {
	margin-left: 0;
	margin-bottom: 1.5em;
	padding-left: 0;
}
.c-form input[type="text"],
.c-form textarea {
	width: 94%;
	padding: .7em;
	border: 1px solid #666;
}
.c-form [type="submit"] {
	padding: 1em 2.5em;
	border-radius: 2em;
	border: 0;
	background-color: #FA9000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.c-form label {
	display: inline-block;
	margin-top: 0;
	padding: 1em;
	border: 1px solid #666;
}
.c-form [type="submit"]:hover {
	opacity: .7;
	transition: .5s all ease-in-out;
}
.c-form__required {
	margin-left: .5em;
	padding: .2em .4em .3em;
	border-radius: .3em;
	background-color: #c00;
	color: #fff;
	font-size: .875em;
	font-style: normal;
}
