@charset "UTF-8";
/* =============================================
Withing Style Sheet
First Update 2025-08-28
Last  Update 2025-08-28
Created by Basic Plus Design Inc.
============================================= */
/* ---------------------------------------------
	Fonts
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700|Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:400,600&display=swap&display=swap");
/* ---------------------------------------------
	Reboot
	normalize | MIT License
--------------------------------------------- */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	height: 100%;
	letter-spacing: 0.025em;
	line-height: 2;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-bottom: 1rem;
	margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 13px;
	font-size: 1.3rem;
}

sub,
sup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.mouse a:hover {
	color: #081e64;
	text-decoration: none;
}

.mouse a:focus {
	color: #081e64;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 16px;
	font-size: 1.6rem;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	caption-side: bottom;
	color: #000;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: inheritpx;
	font-size: inherit/10rem;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	color: inherit;
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: inherit;
	margin-bottom: 0.5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

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

[type="search"] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

::-moz-selection {
	background-color: rgba(0, 117, 193, 0.4);
}

::selection {
	background-color: rgba(0, 117, 193, 0.4);
}

/* =============================================
#  Foundation
============================================= */
/* ---------------------------------------------
	Base
--------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

html.fixed {
	overflow: hidden;
}

* > img {
	width: 100%;
}

.jp {
	font-family: "Noto Serif", serif;
}

p,
ul,
ol,
dl {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}

ul {
	list-style: none;
	padding-left: 0;
}

dt {
	font-weight: 300;
}

p + a {
	margin-top: 1em;
}

a {
	color: #000;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

a:hover {
	color: #081e64;
	opacity: 0.7;
}

/* =============================================
#  Layout
============================================= */
/* ---------------------------------------------
	Footer
--------------------------------------------- */
.l-footer {
	background: #081e64;
	color: #fff;
	width: 100vw;
}

.l-footer__inner {
	margin: auto;
	max-width: 1280px;
	padding: 40px 27px 30px;
	width: calc(100% - 40px);
}

.l-footer__logo {
	display: none;
}

.l-footer__nav {
	display: none;
}

/* ---------------------------------------------
	Header
--------------------------------------------- */
.l-header {
	background: rgba(255, 255, 255, 0.9);
	height: 100px;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	z-index: 3;
}

.l-header__inner {
	margin: auto;
	max-width: 1480px;
	padding-top: 20px;
	position: relative;
	width: calc(100% - 50px);
}

.l-header__logo {
	height: 55px;
	line-height: 55px;
	max-width: 278px;
	position: relative;
	width: calc(100% - 100px);
	z-index: 3;
}

.l-header.on .l-header__logo a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.l-header.on .l-header__logo a:hover img {
	opacity: 0.5;
}

.l-header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: calc((100% - 220px) / 2);
	position: absolute;
	top: 38px;
	width: 34em;
	z-index: 0;
	z-index: 2;
}

.l-header__nav .c-cell {
	width: calc((100% / 4));
}

.l-header__nav li {
	margin-top: -0.5em;
}

.l-header__nav li:nth-child(1) {
	width: 8em;
}

.l-header__nav li:nth-child(2) {
	width: 8em;
}

.l-header__nav li:nth-child(3) {
	width: 8em;
}

.l-header__nav li:nth-child(4) {
	width: 10em;
}

.l-header__nav li a {
	color: #081e64;
	display: inline-block;
	font-family: "M PLUS 1p", serif;
	font-weight: 500;
	height: 1em;
	position: relative;
	text-align: center;
	width: 100%;
}

.l-header__nav li a span {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 0;
}

.l-header__nav li a span:nth-child(1) {
	opacity: 1;
}

.l-header__nav li a span:nth-child(2) {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	opacity: 0;
}

.l-header__nav li:hover a,
.l-header__nav li.active a {
	color: #000;
}

.l-header__nav li:hover a span:nth-child(1),
.l-header__nav li.active a span:nth-child(1) {
	opacity: 0;
}

.l-header__nav li:hover a span:nth-child(2),
.l-header__nav li.active a span:nth-child(2) {
	opacity: 1;
}

.l-header.hide {
	position: relative;
	top: -150px;
}

@media all and (max-width: 999px) {
	.l-header__nav li {
		display: none;
	}
}

/* ---------------------------------------------
	Main
--------------------------------------------- */
.wrap {
	overflow: hidden;
}

section {
	background: #fff;
	padding: 120px 0;
	position: relative;
}

section.blu {
	background: #081e64;
	color: #fff;
}

section.blu a {
	color: #fff;
}

section.blk {
	background: #000;
	color: #fff;
}

section.blk a {
	color: #fff;
}

section.clr {
	background: transparent;
}

.l-container {
	margin: auto;
	max-width: 1280px;
	position: relative;
	width: calc(100% - 60px);
}

.c-ttl--l .l-container {
	padding-bottom: 100%;
}

.c-ttl--l .l-container::after {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	max-width: 480px;
	padding-bottom: 100%;
	position: absolute;
	right: -30px;
	width: calc(100% - 60px);
	z-index: 0;
}

.c-ttl--r .l-container {
	padding-bottom: 100%;
}

.c-ttl--r .l-container::after {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: -30px;
	max-width: 480px;
	padding-bottom: 100%;
	position: absolute;
	width: calc(100% - 60px);
	z-index: 0;
}

.l-content {
	margin: auto;
	max-width: 960px;
	width: 100%;
}

/* =============================================
#  Object -- Component
============================================= */
/* ---------------------------------------------
	Button
--------------------------------------------- */
/* Button -- link
--------------------------------------------- */
.c-link {
	color: #081e64;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 10em;
}

section.blk .c-link {
	color: #fff;
}

.c-link.c {
	margin: 60px auto 0;
}

.c-link::before {
	background: #000;
	bottom: 0.9em;
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	position: absolute;
	right: 1em;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	width: 2em;
	z-index: 0;
}

section.blk .c-link::before {
	background: #fff;
}

.c-link::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	bottom: calc(0.5em + 1px);
	content: "";
	display: block;
	height: 0.7em;
	margin: auto;
	position: absolute;
	right: 1em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	width: 0.7em;
	z-index: 0;
}

section.blk .c-link::after {
	border-color: #fff;
}

.c-link:hover::before,
.c-link:hover::after {
	right: 0;
	vertical-align: bottom;
}

.c-link.down {
	padding-right: 2em;
	width: 10em;
}

.c-link.down::before {
	bottom: 0.55em;
	height: 1em;
	right: 1.36em;
	vertical-align: bottom;
	width: 1px;
}

section.blk .c-link.down::before {
	background: #fff;
}

.c-link.down::after {
	bottom: 0.6em;
	height: 1em;
	right: 0.9em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 1em;
}

section.blk .c-link.down::after {
	border-color: #fff;
}

.c-link.down:hover::before {
	bottom: 0em;
}

.c-link.down:hover::after {
	bottom: 1px;
}

/* Button -- scroll
--------------------------------------------- */
.c-scroll {
	color: #fff;
	display: block;
	font-family: "M PLUS 1p", serif;
	font-size: 10px;
	font-size: 1rem;
	height: 90px;
	left: 0;
	letter-spacing: 0.15em;
	line-height: 1;
	margin: auto;
	padding-top: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: 0;
	top: calc(94% - 50px);
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	z-index: 0;
	z-index: 1;
}

.c-scroll::before {
	background: #fff;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: calc(94% - 80px);
	width: 1px;
	z-index: 0;
}

.c-scroll:hover {
	color: #fff;
	padding-top: 70px;
}

.c-scroll:hover::before {
	height: 60px;
	top: calc(94% - 80px);
}

/* ---------------------------------------------
	Company info
--------------------------------------------- */
.c-companyinfo {
	color: #fff;
	font-weight: 500;
	line-height: 1.6;
}

.c-companyinfo span {
	display: block;
}

.c-companyinfo span:nth-child(1) {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}

a.google {
	background-image: url(../images/ico/ico_marker_off.svg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 1em;
	padding-left: 18px;
}

a.google:hover {
	background-image: url("../images/ico/ico_marker_on.svg");
	color: #f4f4f4;
}

/* ---------------------------------------------
	Contact
--------------------------------------------- */
#contact .c-ttl {
	margin-bottom: 60px;
}

.c-contact > p {
	text-align: center;
}

.c-contact .c-form p span {
	font-family: "M PLUS 1p", serif;
	font-weight: 500;
}

/* ---------------------------------------------
	Flexbox
--------------------------------------------- */
div[class^="c-flx"] .c-cell {
	margin: 0 auto 60px;
}

div[class^="c-flx"] .c-cell:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------
	Form -- for mfp
--------------------------------------------- */
div#mfp_hidden {
	height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 1px;
}

table#mfp_confirm_table {
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px 0 40px;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: rgba(0, 117, 193, 0.1);
}

table#mfp_confirm_table tr.mfp_achroma {
	background-color: #fff;
}

table#mfp_confirm_table tr th {
	border-top: solid 1px #999;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table#mfp_confirm_table tr td {
	border-top: solid 1px #999;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
	word-break: break-all;
}

div#mfp_phase_confirm {
	clear: both;
}

div#mfp_phase_confirm h4 {
	background: #fff;
	font-size: 150%;
	padding: 0;
	text-align: center;
}

div#mfp_phase_confirm h4::before {
	background: #fff;
	clear: both;
	content: "";
	display: block;
	height: 50px;
	margin-top: -40px;
	position: relative;
	width: 100%;
	z-index: 100;
}

div#mfp_overlay {
	color: #000;
	display: none;
	height: 100%;
	position: absolute;
	z-index: 10001;
}

div#mfp_overlay_inner {
	background-color: #fff;
	border-radius: 5px;
	bottom: 0;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	left: 0;
	margin: auto;
	max-width: 90%;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100px;
	width: 640px;
}

div#mfp_overlay_inner h4 {
	text-align: center;
}

div#mfp_overlay_background {
	background-color: #000;
	display: none;
	position: absolute;
	z-index: 10000;
}

div#mfp_loading {
	background-image: url(../cgi/mfp.statics/_images/mfp_loading.gif);
	display: none;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 20001;
}

div#mfp_loading_screen {
	background-color: #000;
	display: none;
	opacity: 0.8;
	position: absolute;
	z-index: 20000;
}

.mfp_colored {
	background-color: #f4f4f4;
}

.mfp_achroma {
	background-color: #fff;
}

div.mfp_err {
	background: url(../cgi/mfp.statics/_images/mfp_error.gif) no-repeat 0 center/16px 15px;
	clear: both;
	color: #990000;
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 22px;
	text-align: left;
}

.mfp_parent_error {
	border: solid 2px #990000;
}

.problem {
	background-color: rgba(153, 0, 0, 0.1);
}

div#mfp_error {
	background-color: rbga(#990000, 0.1);
	border: solid 1px #990000;
	display: none;
	padding: 10px;
}

div#mfp_error p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#mfp_error p strong {
	color: #990000;
	font-size: 18px;
	font-size: 1.8rem;
}

div#mfp_warning {
	background-color: #edd5de;
	border: solid 1px #990000;
	border-radius: 5px;
	display: none;
	padding: 10px;
}

div#mfp_warning p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#mfp_warning p strong {
	color: #990000;
	font-size: 18px;
	font-size: 1.8rem;
}

button.mfp_prev {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px;
	padding: 5px 10px;
}

button.mfp_next {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px;
	padding: 5px 10px;
}

div.mfp_buttons {
	clear: both;
	padding: 10px;
	text-align: center;
}

div.mfp_buttons #mfp_button_send {
	background: #081e64;
	border: 1px solid #000;
	color: #fff;
	width: 8em;
}

div.mfp_buttons #mfp_button_cancel {
	background: #fff;
	border: 1px solid #000;
	width: 8em;
}

.imagebutton {
	background: none;
	border: none;
	margin: 0px;
	outline: none;
	padding: 0px;
}

.mfp_element_file {
	background: #f4f4f4;
	border: solid 1px #999;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #999 inset;
	box-shadow: 0px 0px 5px #999 inset;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 10px;
	vertical-align: middle;
}

div.mfp_ok {
	background-color: #0c0;
	background-image: url(../cgi/mfp.statics/_images/mfp_header.png);
	background-size: 100% 100%;
	border: solid 1px #0c0;
	border-radius: 5px;
	color: #fff;
	display: none;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0px 2px;
	padding: 0px 5px;
}

div.prefcodeWrapper {
	position: relative;
}

div.prefcodeResult {
	background-color: #fff;
	border: solid 1px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	display: none;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 0px;
}

div.prefcodeResult div {
	cursor: pointer;
}

div.prefcodeResult div:hover {
	background-color: rgba(0, 117, 193, 0.5);
}

div.prefcodeResult div .prefcodeNext {
	background: #fff;
	text-align: center;
}

div.prefLoading {
	background: url(../cgi/mfp.statics/_images/mfp_zip_loading.gif) no-repeat center center;
	padding: 60px 100px;
}

.hidefield {
	height: 0px;
	overflow: hidden;
}

.showfield {
	height: auto;
	overflow: visible;
}

div#mfp_OperationCheck {
	display: inline-block;
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}

div#mfp_OperationCheck strong {
	background: rgba(153, 0, 0, 0.3);
	border-radius: 3px;
	color: #000;
	display: block;
	text-align: center;
}

div#mfp_OperationCheck * {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0px;
	padding: 0px;
}

div#mfp_OperationCheck p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 0px 5px;
}

div#mfp_OperationCheck p a {
	color: #0c0;
	text-decoration: none;
}

div#mfp_OperationCheck p a:hover {
	text-decoration: underline;
}

div#mfp_OperationCheck p button {
	background: none;
	border: none;
	color: #0c0;
	cursor: pointer;
}

div#mfp_OperationCheck ul li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	list-style: none;
	padding: 5px 10px;
	vertical-align: middle;
}

div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}

/* ---------------------------------------------
	Form -- original style
--------------------------------------------- */
#contact {
	background: #f4f4f4;
}

form {
	margin: 0 auto;
	width: 100%;
}

form input {
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	border-right: none;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	height: 3em;
	margin-bottom: 20px;
	outline: none;
	padding: 1em 2em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100% !important;
}

form input:focus {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 7px #ebebeb;
	box-shadow: 0 0 7px #ebebeb;
}

form textarea {
	background: transparent;
	border: 1px solid #000;
	border-radius: 0;
	border-right: none;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	height: calc(8em + 20px) !important;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-left: 0;
	outline: none;
	padding: 1em 2em 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100% !important;
}

form textarea:focus {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 7px #ebebeb;
	box-shadow: 0 0 7px #ebebeb;
}

form ::-webkit-input-placeholder {
	color: #aaa;
}

form ::-moz-placeholder {
	color: #aaa;
}

form :-ms-input-placeholder {
	color: #aaa;
}

form ::-ms-input-placeholder {
	color: #aaa;
}

form ::-webkit-input-placeholder {
	color: #aaa;
}

form :-ms-input-placeholder {
	color: #aaa;
}

form ::placeholder {
	color: #aaa;
}

form button {
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	margin: 40px auto 0;
	max-width: 400px;
	padding: 0.2em 0;
	width: 80%;
}

form button[type="submit"] {
	background: #f4f4f4;
	color: #000;
}

form button[type="submit"]:hover {
	background: #000;
	color: #fff;
}

form .must {
	color: #990000;
	font-size: 12px;
	font-size: 1.2rem;
}

form p.must {
	text-align: right;
}

/* ---------------------------------------------
	Global Navigation
--------------------------------------------- */
.c-gnav__wrap {
	-webkit-overflow-scrolling: touch;
	background: rgba(8, 30, 100, 0.95);
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding-bottom: 100px;
	position: fixed;
	scrollbar-face-color: #999;
	scrollbar-track-color: #f4f4f4;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
	width: 100vw;
	z-index: 0;
}

.open .c-gnav__wrap {
	height: 100vh;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
	z-index: 3;
}

.c-gnav__wrap .c-nav--contact {
	margin-top: 60px;
}

.c-gnav__wrap .c-nav--contact p {
	margin-left: auto;
	margin-right: auto;
}

.c-gnav__wrap .c-companyinfo {
	margin-top: 40px;
	text-align: center;
}

.c-gnav__wrap .c-companyinfo a.google {
	display: block;
	margin: 7px auto;
	width: 10em;
}

.c-gnav__logo {
	margin: 140px auto auto;
	max-width: 196px;
	width: 50%;
}

.c-gnav {
	margin: 60px auto 40px;
	padding-left: 0;
	width: 100%;
}

.c-gnav li {
	list-style: none;
	margin-bottom: 1.5em;
	text-align: center;
}

.c-gnav li a {
	color: #fff;
	display: block;
	font-family: "M PLUS 1p", serif;
	font-weight: 500;
	line-height: 1;
}

.c-gnav li a span {
	font-size: 11px;
	font-size: 1.1rem;
	opacity: 0.6;
}

.c-gnav li a span::before {
	content: "\A";
	white-space: pre;
}

.c-gnav li:hover a,
.c-gnav li.active a {
	color: #4eafe5;
}

.c-nav__btn {
	cursor: pointer;
	display: block;
	height: 36px;
	outline: 0;
	padding: 4px;
	position: absolute;
	right: -5px;
	top: 34px;
	width: 40px;
	z-index: 5;
}

.open .c-nav__btn {
	background: transparent;
	position: fixed;
	right: 20px;
	top: 34px;
}

.c-nav__btn div {
	outline: 0;
	position: relative;
}

.c-nav__btn div span {
	background: #081e64;
	display: block;
	height: 3px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	width: 100%;
	z-index: 0;
}

.c-nav__btn div span:nth-child(1) {
	top: 2px;
}

.c-nav__btn div span:nth-child(2) {
	top: 12px;
}

.c-nav__btn div span:nth-child(3) {
	top: 22px;
}

.open .c-nav__btn div span {
	background: #fff;
}

.open .c-nav__btn div span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open .c-nav__btn div span:nth-child(2) {
	left: 50%;
	width: 0;
}

.open .c-nav__btn div span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* ---------------------------------------------
	Hero
--------------------------------------------- */
.c-hero__wrap {
	margin: auto;
	max-width: 1480px;
	padding: 160px 0 120px;
	position: relative;
	width: 100%;
}

.c-hero__wrap-l {
	color: #999;
	font-size: 8px;
	font-size: 0.8rem;
	height: 1em;
	left: 2.5em;
	letter-spacing: 0.15em;
	position: absolute;
	top: 180px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 100%;
}

.c-hero__wrap-r {
	color: #999;
	font-size: 8px;
	font-size: 0.8rem;
	height: 1em;
	left: calc(100% - 0.3em);
	letter-spacing: 0.2em;
	position: absolute;
	top: 245px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 100%;
}

.c-hero {
	margin: auto;
	max-width: 1280px;
	overflow: hidden;
	position: relative;
	width: calc(100% - 60px);
}

.c-hero .c-ttl--page {
	color: #081e64;
	font-family: "M PLUS 1p", serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.2;
	position: relative;
}

.c-hero .c-ttl--page span {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
}

.c-hero .c-ttl--page::after {
	background: #081e64;
	bottom: -30px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 1.2em;
	z-index: 0;
}

.c-hero::after {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 62%;
	width: 100%;
}

#about .c-hero::after {
	background-image: url(../images/hero/about_s.jpg);
}

#project .c-hero::after {
	background-image: url(../images/hero/project_s.jpg);
}

#information .c-hero,
#privacy .c-hero {
	height: auto;
	min-height: auto;
}

#information .c-hero .c-ttl--page,
#privacy .c-hero .c-ttl--page {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}

#information .c-hero .c-ttl--page::after,
#privacy .c-hero .c-ttl--page::after {
	bottom: -10px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	z-index: 0;
}

#information .c-hero::after,
#privacy .c-hero::after {
	content: none;
}

/* ---------------------------------------------
	Information
--------------------------------------------- */
#information main > .l-container {
	padding-bottom: 120px;
}

#top-information .c-info__wrap,
#information .c-info__wrap {
	margin: auto;
	max-width: 960px;
	width: 100%;
}

#information .c-info__wrap {
	margin: -40px auto 60px;
}

.c-info {
	border-bottom: 1px solid #000;
}

.c-info > li {
	border-top: 1px solid #000;
	padding: 1em 0;
	position: relative;
}

.c-info > li a.c-link {
	bottom: 1em;
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.c-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-info__item li {
	font-family: "M PLUS 1p", serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.2em 0;
}

.c-info__item li:nth-child(1) {
	font-weight: 500;
	height: 1em;
	line-height: 1;
	width: calc(100% - 8em);
}

.c-info__item li:nth-child(1) span {
	color: #081e64;
	font-weight: 700;
	margin-left: 1.5em;
}

.c-info__item li:nth-child(2) {
	font-family: "Noto Sans JP", sans-serif;
	height: auto;
	overflow: visible;
	padding-right: 0;
	padding-top: 1em;
	text-overflow: clip;
	white-space: normal;
	width: 100%;
}

.c-info__item li:nth-child(2) span {
	font-weight: 500;
}

.c-info__item li:nth-child(2) span::after {
	content: "\A";
	white-space: pre;
}

#top-information .c-info__item li:nth-child(2) {
	height: 3em;
	overflow: hidden;
	padding-right: 6em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------------------------------------------
	List
--------------------------------------------- */
.c-list.type1 dt,
.c-list.type1 dd {
	border-collapse: collapse;
	border-top: 1px solid #999;
}

/* List -- normal
--------------------------------------------- */
.c-list.type0 {
	list-style: inside disc;
	margin-left: 1.5em;
	text-align: left;
	text-indent: -1em;
}

/* List -- 2column
--------------------------------------------- */
.c-list.type1 {
	border-bottom: 1px solid #000;
}

.c-list.type1 dt {
	border-color: #000;
	color: #081e64;
	font-weight: 500;
	overflow: hidden;
	padding: 0.7em 0;
}

.c-list.type1 dt.txt2 {
	letter-spacing: 4em;
}

.c-list.type1 dt.txt3 {
	letter-spacing: 1.5em;
}

.c-list.type1 dt.txt4 {
	letter-spacing: 0.7em;
}

.c-list.type1 dt.txt5 {
	letter-spacing: 0.25em;
}

.c-list.type1 dd {
	border-color: #000;
	padding: 0.7em 0;
}

.c-list.type1 dd ul {
	margin: -0.7em 0;
}

.c-list.type1 dd ul li {
	border-bottom: 1px solid #000;
	margin-bottom: 0.7em;
	padding: 0.7em 0;
}

/* List -- overview
--------------------------------------------- */
.c-list--overview > li {
	line-height: 1.6;
	max-width: 51em;
}

.c-list--overview > li ul {
	margin-top: 0;
}

.c-list--overview > li ul li span {
	float: right;
	margin-right: 0;
	margin-top: 0.5em;
}

/* List -- gray
--------------------------------------------- */
.c-list--gry li {
	background-color: #ebebeb;
	background-position: left 1.5em center;
	background-repeat: no-repeat;
	color: #081e64;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	list-style: none;
	margin-bottom: 1.5em;
	padding: 1.5em 0.5em 1.5em 100px;
	width: 100%;
}

.c-list--gry li span {
	color: #000;
	font-weight: 300;
	margin-bottom: 0;
}

.c-list--gry li span::before {
	content: "\A";
	white-space: pre;
}

/* ---------------------------------------------
	Navigation
--------------------------------------------- */
/* Navigation -- contact
--------------------------------------------- */
.c-nav--contact {
	font-family: "M PLUS 1p", serif;
}

.c-nav--contact p {
	border: 1px solid rgba(255, 255, 255, 0.6);
	height: 30px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 8px;
	position: relative;
	width: 18em;
}

.c-nav--contact p a {
	background: #fff;
	color: #081e64;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	left: 0;
	padding: 8px 1.2em;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-nav--contact p a span:nth-child(1) {
	font-weight: 500;
}

.c-nav--contact p:nth-child(1) a,
.c-nav--contact p:nth-child(2) a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-nav--contact p:nth-child(3) a {
	background: #081e64;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500 !important;
	text-align: center;
}

.c-nav--contact p:nth-child(4) {
	border-bottom: none;
	border-top: none;
	color: #fff;
}

.c-nav--contact p:nth-child(4) a {
	background: transparent;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
}

.c-nav--contact p:nth-child(4) a span:nth-child(1) {
	opacity: 0.6;
}

#contact .c-nav--contact {
	margin-top: 80px;
}

#contact .c-nav--contact p {
	border-color: #081e64;
	height: 3em;
	margin: 3em 0;
	max-width: 100%;
	width: 100%;
}

#contact .c-nav--contact p:nth-child(4) {
	display: none;
}

#contact .c-nav--contact p a {
	background: #081e64;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 1em;
}

#contact .c-nav--contact p a:hover {
	background: #fff;
	color: #081e64;
}

/* Navigation -- page
--------------------------------------------- */
.c-nav--page {
	font-family: "M PLUS 1p", serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 80px;
	margin-top: 100px;
}

.c-nav--page li {
	margin-bottom: 0.5em;
}

.c-nav--page li a {
	color: #081e64;
}

.c-nav--page li a:hover {
	color: #000;
}

.c-nav--page li a span {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 300;
}

/* ---------------------------------------------
	Project Name
--------------------------------------------- */
.c-project__name {
	background: rgba(0, 0, 0, 0.9);
	font-weight: 500;
	height: 200px;
	left: 50%;
	line-height: 1.3;
	margin: auto;
	padding-top: 1em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 200px;
}

.c-project__name::after {
	-o-background-size: auto 1em;
	-webkit-background-size: auto 1em;
	background-image: url(../images/ico/ico_arrow_down.svg);
	background-position: left calc(50% + 4.5em) bottom 0.1em;
	background-repeat: no-repeat;
	background-size: auto 1em;
	bottom: 1.2em;
	color: #fff;
	content: "SEE DETAILS";
	font-size: 12px;
	font-size: 1.2rem;
	left: 0;
	margin: auto;
	margin-left: -1em;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 0;
}

.c-project__name p {
	color: #999;
	font-size: 11px;
	font-size: 1.1rem;
}

.c-project__name h3 {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2.5;
	position: relative;
}

.c-project__name h3 span::before {
	content: "\A";
	white-space: pre;
}

.c-project__name h3 span::after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 2.5em;
	width: 3em;
	z-index: 0;
}

.c-project__name:hover {
	background-color: rgba(8, 30, 100, 0.9);
	opacity: 1;
}

.c-project__name:hover::after {
	bottom: 0.6em;
}

.c-project__name:hover p {
	color: #f4f4f4;
}

/* ---------------------------------------------
	Title
--------------------------------------------- */
/* Title -- section
--------------------------------------------- */
.c-ttl {
	color: #081e64;
	font-family: "M PLUS 1p", serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	overflow: visible;
	text-align: center;
	width: 100%;
}

section.blu .c-ttl,
section.blk .c-ttl {
	color: #fff;
}

.c-ttl span:first-of-type {
	color: #999;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
}

.c-ttl span:first-of-type::after {
	content: "\A";
	white-space: pre;
}

section.blk .c-ttl span:first-of-type,
section.blu .c-ttl span:first-of-type {
	color: #fff;
}

.c-ttl span:last-of-type {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0;
	vertical-align: middle;
}

.c-ttl span:last-of-type::before {
	content: "［";
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.c-ttl span:last-of-type::after {
	content: "］";
	margin-left: 0.2em;
}

.c-ttl.v {
	text-align: left;
	width: 120%;
}

/* Title -- background
--------------------------------------------- */
.c-ttl--bg {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/bg_project_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: "M PLUS 1p", serif;
	font-size: 22px;
	font-size: 2.2rem;
	height: 224px;
	letter-spacing: 0.15em;
	margin-bottom: 0;
	padding-top: 50px;
	text-align: center;
	width: 100%;
}

.c-ttl--bg span {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: auto;
}

.c-ttl--bg span:nth-child(1) {
	font-family: "M PLUS 1p", serif;
	font-size: 10px;
	font-size: 1rem;
	padding-bottom: 3.5em;
}

.c-ttl--bg span:nth-child(2) {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding-top: 1em;
}

/* Title -- tag
--------------------------------------------- */
.c-ttl--tag {
	border-top: 1px solid #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 90px;
	padding: 0.8em 6% 0.5em 0;
	position: relative;
}

.c-ttl--tag span {
	background: #081e64;
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	height: 5em;
	line-height: 5em;
	position: absolute;
	right: 6%;
	text-align: center;
	top: 0;
	width: auto;
	width: 8em;
	z-index: 0;
}

/* Heading
--------------------------------------------- */
.c-heading {
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 2;
	margin-top: 3em;
}

/* =============================================
#  Object -- Project
============================================= */
/* ---------------------------------------------
	Project List
--------------------------------------------- */
.p-project--list {
	padding: 0;
}

.p-project--list__inner .c-cell {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	position: relative;
	width: 100%;
}

.p-project--list__inner .c-cell#system {
	background-image: url(../images/info/system.jpg);
}

.p-project--list__inner .c-cell#application {
	background-image: url(../images/info/application.jpg);
}

.p-project--list__inner .c-cell#service {
	background-image: url(../images/info/service.jpg);
}

/* ---------------------------------------------
	Project Top
--------------------------------------------- */
.p-project__top {
	margin-top: 0;
	text-align: center;
}

.p-project__top__upper {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/bg_project_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 250px;
	padding-top: 50px;
	text-align: center;
	width: 100%;
}

.p-project__top__upper span {
	color: #fff;
	font-family: "M PLUS 1p", serif;
}
.p-project__top__upper span:nth-of-type(1) {
	font-size: 10px !important;
	margin-top: -3em;
	@media screen and (min-width: 1000px) {
		margin-top: -5em;
	}
}

.p-project__top__upper span:nth-of-type(2) {
	font-size: 22px !important;
	letter-spacing: 3px;
	margin-top: -1em;
	@media screen and (min-width: 767px) {
		font-size: 24px !important;
		letter-spacing: 0.15em;
	}
}

.p-project__top__upper span:nth-of-type(3) {
	font-size: 13px !important;
	margin-top: 1.5em;
}

.p-project__top__upper h3 {
	font-family: "M PLUS 1p", serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: auto;
	max-width: 13em;
}

.p-project__top__item {
	height: 760px;
	position: relative;
	width: 100%;
}

.p-project__top__item__upper {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 672px;
	position: relative;
}

#system .p-project__top__item__upper {
	background-image: url(../images/top/system_s.jpg);
}

#application .p-project__top__item__upper {
	background-image: url(../images/top/application_s.jpg);
}

#service .p-project__top__item__upper {
	background-image: url(../images/top/service_s.jpg);
}

.p-project__top__item .c-project__name {
	height: 220px;
	width: 220px;
}

.p-project__top__item .c-project__name p {
	color: #fff;
	font-size: 9px;
	font-size: 0.9rem;
	margin-bottom: 2em;
	margin-top: 1em;
}

.p-project__top__item .c-project__name h3 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	line-height: 2.3;
}

.p-project__top__item .c-project__name h3 span {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
}

.p-project__top__item .c-project__name h3 span::after {
	top: 4em;
}

.p-project__top__item__lower {
	background: #081e64;
	color: #fff;
	font-weight: 500;
	height: 88px;
	line-height: 1.5;
	text-align: center;
}

.p-project__top__item__lower p {
	padding-top: 1.5em;
}

.p-project__top__item__lower p span:nth-child(2) {
	font-size: 9px;
	font-size: 0.9rem;
}

.p-project__top__item__lower p span:nth-child(2)::before {
	content: "\A";
	white-space: pre;
}

.p-project__top__lower {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/top/bg_project_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 240px;
	padding-top: 100px;
	position: relative;
}

.p-project__top__lower a.c-link {
	color: #fff;
	margin: auto;
	margin-left: calc((100% - 266px) / 2);
	width: 240px;
}

.p-project__top__lower a.c-link::before {
	background: #fff;
}

.p-project__top__lower a.c-link::after {
	border-color: #fff;
}

/* ---------------------------------------------
	Project
--------------------------------------------- */
.p-project .l-container {
	padding-top: 30px;
}

.p-project .c-heading {
	color: #081e64;
}

.p-project h5 {
	color: #081e64;
	font-size: 20px;
	font-size: 2rem;
}

/* Project -- #system
--------------------------------------------- */
.p-project#system .c-flx--4-6.reverse {
	margin-top: 60px;
}

.p-project#system .c-list--gry li.c-cell:nth-of-type(1) {
	background-image: url(../images/business/ico1.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 54px auto;
}

.p-project#system .c-list--gry li.c-cell:nth-of-type(2) {
	background-image: url(../images/business/ico2.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 54px auto;
}

.p-project#system .c-list--gry li.c-cell:nth-of-type(3) {
	background-image: url(../images/business/ico3.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 54px auto;
}

.p-project#system .c-list--gry li.c-cell:nth-of-type(4) {
	background-image: url(../images/business/ico4.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 54px auto;
}

.p-project#system .c-list--gry li.c-cell:nth-of-type(5) {
	background-image: url(../images/business/ico5.png);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 54px auto;
}

@media screen and (min-width: 480px) {
	.p-project#system .c-list--gry li.c-cell {
		padding-left: 150px;
	}
	.p-project#system .c-list--gry li.c-cell:nth-of-type(1),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(2),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(3),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(4),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(5) {
		background-position: left 50px center;
	}
}

@media screen and (min-width: 1000px) {
	.p-project#system .c-list--gry {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.p-project#system .c-list--gry li.c-cell {
		width: 49%;
		padding-left: 100px;
		height: 150px;
	}
	.p-project#system .c-list--gry li.c-cell p {
		margin-top: 0.5em;
	}
	.p-project#system .c-list--gry li.c-cell:nth-of-type(1),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(2),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(3),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(4),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(5) {
		background-position: left 20px center;
		background-size: 60px auto;
	}
}

@media screen and (min-width: 1200px) {
	.p-project#system .c-list--gry li.c-cell {
		padding-left: 140px;
	}
	.p-project#system .c-list--gry li.c-cell:nth-of-type(1),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(2),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(3),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(4),
	.p-project#system .c-list--gry li.c-cell:nth-of-type(5) {
		background-position: left 40px center;
		background-size: 70px auto;
	}
}

/* Project -- plan
--------------------------------------------- */
.p-project--plan dl {
	background-color: #e6e9ef !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-height: 50px;
}

.p-project--plan dl dt {
	background-image: url(../images/business/bg-plan.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	font-family: "M PLUS 1p", serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	height: 3em;
	line-height: 1;
	margin-bottom: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	position: relative;
	width: 110px;
}

.p-project--plan dl dt span:nth-of-type(1),
.p-project--plan dl dt span:nth-of-type(2) {
	color: #fff;
	height: 60px;
}
.p-project--plan dl dt span:nth-of-type(1) {
	font-size: 10px;
	font-weight: 500px;
	line-height: 1;
	margin-left: 1.5em;
	position: absolute;
	top: 20px;
	left: 0.25em;
}

.p-project--plan dl dt span:nth-of-type(2) {
	font-size: 24px;
	font-weight: 600px;
	left: 0.85em;
	line-height: 1;
	margin-left: 1.35em;
	position: absolute;
	top: 0.5em;
}

.p-project--plan dl dd {
	color: #081e64;
	font-weight: 500;
	height: 3.35em;
	padding: 0.8em 2em;
	width: calc(100% - 110px);
}

@media all and (max-width: 700px) {
	.p-project--plan dl {
		margin-bottom: 2em;
		max-height: 6em;
		width: 100%;
	}
	.p-project--plan dt {
		width: 100%;
	}
	.p-project--plan dd {
		width: 100%;
		height: 8em;
		padding-top: 3em;
		padding-left: -110px;
	}
}

@media all and (max-width: 479px) {
	.p-project--plan dl,
	.p-project--plan dd {
		min-height: 7em;
		max-height: 15em;
	}
}

@media all and (max-width: 340px) {
	.p-project--plan dl,
	.p-project--plan dd {
		min-height: 10em;
	}
}

dl.p-project--plan dt span {
	font-weight: 500;
	padding-left: 1em;
	padding-right: 1em;
}

dl.p-project--plan dt span:nth-of-type(2) {
	font-family: "M PLUS 1p", serif;
	font-size: 150%;
	font-weight: 900;
	padding-left: 0.5em;
}
dl.p-project--plan dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
}
dl.p-project--plan dd span:nth-of-type(1) {
	color: #081e64;
	font-weight: 700;
	text-align: left;
	width: auto;
}

/* Project -- #application
--------------------------------------------- */
.p-project#application .p-project--merit {
	margin-top: 50px;
	margin-bottom: 50px;
}
.p-project#application .p-project--merit dl {
	margin-top: 30px;
	margin-bottom: -1em;
}

.p-project#application .p-project--merit dl dt,
.p-project#application .p-project--merit dl dd {
	width: 100%;
}

.p-project#application .p-project--merit dl dt span:nth-of-type(1) {
	font-family: "M PLUS 1p", serif;
	font-size: 80%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.p-project#application .p-project--merit dl dt span:nth-of-type(2) {
	font-family: "M PLUS 1p", serif;
	font-size: 130%;
	font-weight: 600;
	margin: 0.5em 0.5em 0 0.5em;
}

.p-project#application .p-project--merit dl dt span:nth-of-type(3) {
	color: #081e64;
	font-size: 100%;
	font-weight: 600;
	margin-top: -0.5em;
}
.p-project#application .p-project--participation h5 {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 8em;
	margin-bottom: 3em;
	padding: 0.25em 3em;
	text-align: center;
	width: 12em;
}
.p-project#application .p-project--participation .c-cell {
	margin-bottom: 40px;
}
.p-project#application .p-project--participation .c-cell .c-cell-text {
	background-color: #ebebeb;
	padding: 0 20px 30px;
}
.p-project#application .p-project--participation .c-cell .c-cell-text h4 {
	padding-top: 2em;
}
.p-project#application .p-project--participation .c-cell .c-cell-text ul li span {
	color: #081e64;
	font-weight: 600;
}
.p-project#application .p-project--participation .c-cell .c-cell-text p {
	margin-top: 1em;
}

@media screen and (min-width: 480px) {
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dt:nth-of-type(1) {
		width: 4em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dd:nth-of-type(1) {
		width: calc(100% - 4em);
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dt:nth-of-type(2) {
		width: 5em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dd:nth-of-type(2) {
		width: calc(100% - 5em);
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dt:nth-of-type(3) {
		width: 6em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(1) dl dd:nth-of-type(3) {
		width: calc(100% - 6em);
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(2) dl dt:nth-of-type(1) {
		width: 4em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(2) dl dd:nth-of-type(1) {
		width: calc(100% - 4em);
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(2) dl dt:nth-of-type(2) {
		width: 4em;
	}
	.p-project#application .c-cell .c-cell-text:nth-of-type(2) dl dd:nth-of-type(2) {
		width: calc(100% - 4em);
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(2) dl dt:nth-of-type(3) {
		width: 4em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text:nth-of-type(2) dl dd:nth-of-type(3) {
		width: calc(100% - 4em);
	}
}

@media screen and (min-width: 767px) {
	.p-project#application .p-project--plan .c-cell .c-cell-text dl dt {
		width: 14em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text dl dt span:nth-of-type(3) {
		padding-right: 2em;
	}
	.p-project#application .p-project--plan .c-cell .c-cell-text dl dd {
		margin-left: -3em !important;
		padding-top: 0.35em;
		width: calc(100% - 14em);
	}
	.p-project#application .p-project--participation .c-cell {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.p-project#application .p-project--participation .c-cell img {
		width: 40%;
	}
	.p-project#application .p-project--participation .c-cell .c-cell-text {
		width: 60%;
	}
}

@media screen and (min-width: 1000px) {
	.p-project#application .p-project--merit dl {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 43em;
	}
	.p-project#application .p-project--merit dl:nth-of-type(4) {
		max-width: 45em;
	}

	.p-project#application .p-project--merit dl dt {
		width: calc(100% - 30em);
	}
	.p-project#application .p-project--merit dl dt span:nth-of-type(3) {
		padding-left: 2em;
	}
	.p-project#application .p-project--merit dl dd {
		margin-left: -3em !important;
		margin-top: 0.3em;
		width: 30em;
	}
}

@media screen and (min-width: 1200px) {
	.p-project#application .p-project--participation .c-cell .c-cell-text {
		padding-left: 40px;
	}
}

/* Project -- #service
--------------------------------------------- */

.p-project#service .c-heading span {
	background: #000;
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	height: 2em;
	line-height: 2;
	text-align: center;
	width: 9em;
}

.p-project#service .c-flx--4-6.reverse {
	margin-top: 60px;
}

.p-project#service .c-flx--4-6.reverse .c-cell:first-child {
	font-size: 13px;
	font-size: 1.3rem;
}

.p-project#service .c-flx--4-6.reverse .c-cell:last-child {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/project/service.jpg);
	background-position: right 15% top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 338px;
}

.p-project#service .c-list--gry li:nth-of-type(1) {
	background-image: url(../images/project/ico_tel.svg);
}

.p-project#service .c-list--gry li:nth-of-type(2) {
	background-image: url(../images/project/ico_skype.svg);
}

.p-project#service .c-list--gry li:nth-of-type(3) {
	background-image: url(../images/project/ico_phone.svg);
}

/* ---------------------------------------------
	Thanks Page
--------------------------------------------- */
#thanks {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-color: none;
	background-image: url(../images/hero/home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.p-thanks {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px 3px #081e64;
	box-shadow: 0px 0px 6px 3px #081e64;
	font-weight: 300;
	margin-top: 30px;
	max-width: 800px;
	padding: 0 !important;
	text-align: center;
	width: 90%;
}

.p-thanks__header {
	background: #081e64;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 1.5em 0 0.5em;
	position: relative;
}

.p-thanks__header .close a {
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 0;
}

.p-thanks__ttl {
	font-size: 22px;
	font-size: 2.2rem;
}

.p-thanks__msg {
	color: #000;
	padding: 2em 1em;
}

.p-thanks__footer {
	background: #081e64;
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	height: 4em;
	line-height: 1.4;
	padding: 1em 0;
}

/* =============================================
#  Object -- Utility
============================================= */
/* ---------------------------------------------
	Break
--------------------------------------------- */
br.u-xxs,
br.u-sm,
br.u-md,
br.u-lg,
br.u-xl {
	display: none;
}

br.u-xs {
	display: block;
}

/* ---------------------------------------------
	Margin
--------------------------------------------- */
.u-mb1 {
	margin-bottom: 1rem;
}

.u-ml1 {
	margin-left: 1rem;
}

.u-mr1 {
	margin-right: 1rem;
}

.u-mt1 {
	margin-top: 1rem;
}

.u-mb2 {
	margin-bottom: 2rem;
}

.u-ml2 {
	margin-left: 2rem;
}

.u-mr2 {
	margin-right: 2rem;
}

.u-mt2 {
	margin-top: 2rem;
}

.u-mb3 {
	margin-bottom: 3rem;
}

.u-ml3 {
	margin-left: 3rem;
}

.u-mr3 {
	margin-right: 3rem;
}

.u-mt3 {
	margin-top: 3rem;
}

.u-mb4 {
	margin-bottom: 4rem;
}

.u-ml4 {
	margin-left: 4rem;
}

.u-mr4 {
	margin-right: 4rem;
}

.u-mt4 {
	margin-top: 4rem;
}

.u-mb5 {
	margin-bottom: 5rem;
}

.u-ml5 {
	margin-left: 5rem;
}

.u-mr5 {
	margin-right: 5rem;
}

.u-mt5 {
	margin-top: 5rem;
}

.u-mb6 {
	margin-bottom: 6rem;
}

.u-ml6 {
	margin-left: 6rem;
}

.u-mr6 {
	margin-right: 6rem;
}

.u-mt6 {
	margin-top: 6rem;
}

/* ---------------------------------------------
	Other
--------------------------------------------- */
.u-ovr {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* ---------------------------------------------
	Position
--------------------------------------------- */
.u-algn--c {
	text-align: center;
}

.u-algn--r {
	text-align: right;
}

.u-algn--l {
	text-align: left;
}

.u-flt--l {
	float: left;
}

.u-flt--r {
	float: right;
}

/* ---------------------------------------------
	Typography
--------------------------------------------- */
.u-note {
	font-size: 0.8em;
}

/* ---------------------------------------------
	Page -- Top
--------------------------------------------- */
/* Top -- Hero
--------------------------------------------- */
#home .l-header {
	background: transparent;
	border-bottom: none;
}

#home .l-header.on {
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #081e64;
}

#home .l-header.on .l-header__logo {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-image: url(../images/logo.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#home .l-header.on .l-header__nav li a {
	color: #081e64;
}

#home .l-header.on .l-header__nav li a:hover {
	color: #000;
}

#home .l-header__nav li a {
	color: #fff;
}

#home .l-header .c-nav__btn div span,
#home .l-header.on.open .c-nav__btn div span {
	background: #fff;
}

#home .l-header.on .c-nav__btn div span {
	background: #081e64;
}

#home .c-hero__wrap {
	height: 100vh;
	max-width: 100vw;
	padding: 100px 0 0;
	width: 100vw;
}

#home .c-hero__wrap-l {
	color: #fff;
	left: 2.5em;
	top: 28%;
	width: 33em;
}

#home .c-hero__wrap-r {
	color: #fff;
	left: calc(100% - 0.8em);
	top: 35%;
	width: 15em;
}

#home .c-hero {
	height: 100%;
	margin-top: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* Top -- About
--------------------------------------------- */
#top-about {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/top/bg_about_s.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#top-about .c-ttl.v {
	left: -20px;
	line-height: 1;
	position: absolute;
	text-align: left;
	top: 4.5em;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	z-index: 0;
}

#top-about .c-ttl.v span {
	-ms-writing-mode: lr-tb;
	color: #999;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 60%;
	height: 1em;
	letter-spacing: 0.1em;
	line-height: 0.8;
	position: static;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
}

#top-about .c-ttl.v span::before {
	content: "/";
	margin-right: 0.6em;
	margin-top: 0;
}

#top-about .c-ttl.v span::after {
	content: none;
}

#top-about .l-container {
	padding-bottom: 0;
}

#top-about .l-container::after {
	display: none;
}

#top-about .l-container h3 {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

#top-about .l-container h3::after {
	background: #fff;
	bottom: -2em;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 3em;
	z-index: 0;
}

#top-about a.c-link {
	margin-left: calc((100% - 266px) / 2);
	width: 240px;
}

/* Top -- About Menu
--------------------------------------------- */
#top-aboutmn {
	padding: 60px 0;
}

#top-aboutmn .c-cell {
	font-size: 14px;
	font-size: 1.4rem;
	height: 256px;
	padding-left: 180px;
	padding-top: 60px;
	position: relative;
	width: 320px;
}

#top-aboutmn .c-cell a.u-ovr {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#top-aboutmn .c-cell a.u-ovr::before,
#top-aboutmn .c-cell a.u-ovr::after {
	content: "";
	display: block;
	height: 100%;
	overflow: hidden;
	width: 50%;
}

#top-aboutmn .c-cell a.u-ovr::before {
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

#top-aboutmn .c-cell a.u-ovr::after {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	z-index: 1;
}

#top-aboutmn .c-cell a.u-ovr:hover {
	opacity: 1;
}

#top-aboutmn .c-cell a.u-ovr:hover::before {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#top-aboutmn .c-cell:nth-child(1) a.u-ovr::before {
	background-image: url(../images/top/about1.jpg);
}

#top-aboutmn .c-cell:nth-child(2) a.u-ovr::before {
	background-image: url(../images/top/about2.jpg);
}

#top-aboutmn .c-cell:nth-child(3) a.u-ovr::before {
	background-image: url(../images/top/about3.jpg);
}

#top-aboutmn .c-cell > span {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 1em;
	position: relative;
	width: 4em;
	z-index: 2;
}

#top-aboutmn .c-cell > span::after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

#top-aboutmn .c-cell h3 {
	font-family: "M PLUS 1p", serif;
	font-weight: 500;
	height: 4em;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}

#top-aboutmn .c-cell h3 span {
	font-size: 12px;
	font-size: 1.2rem;
}

#top-aboutmn .c-cell h3 span::before {
	content: "\A";
	white-space: pre;
}

#top-aboutmn .c-cell a.c-link {
	font-size: 12px;
	font-size: 1.2rem;
	z-index: 2;
}

#top-aboutmn .c-cell a:hover ~ a.c-link::before,
#top-aboutmn .c-cell a:hover ~ a.c-link::after {
	right: 0;
}

/* Top -- Project
--------------------------------------------- */
#top-project {
	padding: 0;
}

/* Top -- Information
--------------------------------------------- */
#top-information .c-ttl {
	margin-bottom: 60px;
}

#top-information a.c-link {
	width: 180px;
}

/* ---------------------------------------------
	Page -- About
--------------------------------------------- */
#message .l-container::after {
	background-image: url(../images/about/message.jpg);
}

#message p:nth-of-type(2) {
	margin-top: 50px;
}

#overview .l-container::after {
	background-image: url(../images/about/overview.jpg);
}

#overview .c-list dd ul li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

#access {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/about/map_s.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 130%;
}

#access .l-container {
	padding-top: 150px;
}

#access .c-ttl {
	text-align: left;
}

#access .p-add:first-of-type {
	margin: 160px 0 50px;
}

/* ---------------------------------------------
	Page -- Project
--------------------------------------------- */
#project main section {
	padding-top: 0;
}

/* ---------------------------------------------
	Page -- Privacy policy
--------------------------------------------- */
#privacy .l-content {
	padding-bottom: 150px;
}

#privacy .l-content h4 {
	color: #081e64;
	margin-top: 3em;
}

/* =============================================
#  Media Queries
============================================= */

@media screen and (min-width: 600px) {
	p,
	ul,
	ol,
	dl {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.l-header {
		border-bottom: 1px solid #081e64;
	}
	.l-container {
		width: calc(100% - 140px);
	}
	.c-ttl--l .l-container::after {
		right: -70px;
	}
	.c-ttl--r .l-container::after {
		left: -70px;
	}
	.c-gnav__logo {
		margin: 200px auto auto;
	}
	.c-gnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: -20px;
		max-width: 500px;
	}
	.c-gnav .c-cell {
		width: calc((100% / 4));
	}
	.c-hero__wrap-l {
		left: 3.6em;
		top: 240px;
	}
	.c-hero__wrap-r {
		left: calc(100% - 1.6em);
		top: 310px;
	}
	.c-hero {
		margin-top: 60px;
		width: calc(100% - 140px);
	}
	.c-nav--page {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.c-ttl {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.c-ttl--tag {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.c-heading {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.p-project#service .c-heading {
		padding-left: 5.6em;
		position: relative;
	}
	.p-project#service .c-heading span {
		bottom: 0;
		height: 24px;
		left: 0;
		margin: auto;
		margin-right: 2em;
		position: absolute;
		top: 0;
		width: 11em;
		z-index: 0;
	}
	br.u-xxs,
	br.u-xs,
	br.u-md,
	br.u-lg,
	br.u-xl {
		display: none;
	}
	br.u-sm {
		display: block;
	}
	#privacy .l-content p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 767px) {
	p,
	ul,
	ol,
	dl {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.l-footer__inner {
		padding: 40px 0 30px;
		width: calc(100% - 80px);
	}
	.l-header__logo {
		width: 278px;
	}
	.c-contact .c-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-contact .c-form .c-cell {
		width: calc((100% / 2));
	}
	.c-contact .c-form li {
		width: 48%;
	}
	.c-contact .c-form li:last-of-type {
		width: 100%;
	}
	.c-flx--2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-flx--2 .c-cell {
		width: calc((100% / 2));
	}
	.c-flx--2a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-flx--2a .c-cell {
		margin-bottom: 15px;
		max-width: calc((100% - (15px * 2)) / 2) !important;
		width: calc((100% - (15px * 2)) / 2) !important;
	}
	.c-flx--4-6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 0;
	}
	.c-flx--4-6 .c-cell:first-child {
		margin: 0;
		width: 40%;
	}
	.c-flx--4-6 .c-cell:last-child {
		margin: 0;
		width: 60%;
	}
	.c-flx--4-6.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	form input {
		width: calc(100% - 10px);
	}
	.c-hero {
		height: 355px;
	}
	.c-hero::after {
		background-position: center bottom;
		background-size: 100% auto;
		bottom: 1em;
		height: 330px;
		padding-bottom: 0;
		position: absolute;
		right: 0;
		width: 50%;
		z-index: 0;
	}
	#information .c-hero .c-ttl--page,
	#privacy .c-hero .c-ttl--page {
		font-size: 42px;
		font-size: 4.2rem;
	}
	#contact .c-nav--contact {
		margin-top: 40px;
	}
	#contact .c-nav--contact p:nth-child(1),
	#contact .c-nav--contact p:nth-child(2) {
		width: 48%;
	}
	#contact .c-nav--contact p:nth-child(3) {
		margin-top: 0;
	}
	#contact .c-nav--contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#contact .c-nav--contact .c-cell {
		width: calc((100% / 2));
	}
	.c-nav--page {
		bottom: 0;
		left: 0;
		margin: 0;
		position: absolute;
		z-index: 0;
	}
	.c-ttl--tag {
		font-size: 20px;
		font-size: 2rem;
	}
	.c-ttl--tag span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-project#system .c-flx--4-6.reverse {
		display: block;
	}
	.p-project#system .c-flx--4-6.reverse .c-cell {
		margin-bottom: 40px;
		width: 100%;
	}
	.p-project#application .c-flx {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 0;
	}
	.p-project#application .c-flx .c-cell:first-child {
		margin-bottom: 0;
		margin-right: 3em;
		width: 25.5em;
	}
	.p-project#application .c-flx .c-cell:last-child {
		height: 346px;
		width: calc(100% - 28.5em);
	}
	.p-project#application .c-flx .c-cell:last-child img {
		height: 100%;
	}
	.p-project#application .c-list--gry li {
		width: 47%;
	}
	.p-project--map {
		margin: 100px 0 60px;
	}
	.p-project#service .c-heading {
		padding-left: 6em;
	}
	.p-project#service .c-flx--4-6.reverse .c-cell:first-child {
		margin-left: 20px;
		width: 390px;
	}
	.p-project#service .c-flx--4-6.reverse .c-cell:last-child {
		width: calc(100% - 410px);
	}
	.p-project#service .c-list--gry li:nth-of-type(3) {
		margin-bottom: 0;
	}
	br.u-xxs,
	br.u-xs,
	br.u-sm,
	br.u-lg,
	br.u-xl {
		display: none;
	}
	br.u-md {
		display: block;
	}
}

@media screen and (max-width: 599px) {
	.l-footer__inner {
		padding: 40px 10px 30px;
	}
	.c-ttl--tag span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.p-project h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#thanks {
		background-image: url(../images/hero/home_s.jpg);
		height: 100%;
	}
	#overview .c-ttl {
		letter-spacing: -0.01em;
	}
}

@media screen and (min-width: 1000px) {
	.l-footer__inner {
		width: calc(100% - 120px);
	}
	.l-container {
		width: calc(100% - 160px);
	}
	.c-ttl--l .l-container {
		padding-bottom: 0;
		padding-left: 120px;
		padding-right: calc(34% - 40px);
	}
	.c-ttl--l .l-container::after {
		height: 100%;
		padding-bottom: 0;
		right: -80px;
		width: 34%;
	}
	.c-ttl--r .l-container {
		padding-bottom: 0;
		padding-left: calc(34% - 40px);
		padding-right: 120px;
	}
	.c-ttl--r .l-container::after {
		height: 100%;
		left: -80px;
		padding-bottom: 0;
		width: 34%;
	}
	.c-flx--3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-flx--3 .c-cell {
		width: calc((100% / 3));
	}
	.c-flx--3a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-flx--3a .c-cell {
		margin-bottom: 15px;
		max-width: calc((100% - (15px * 3)) / 3) !important;
		width: calc((100% - (15px * 3)) / 3) !important;
	}
	.c-hero__wrap-l {
		font-size: 10px;
		font-size: 1rem;
	}
	.c-hero__wrap-r {
		font-size: 10px;
		font-size: 1rem;
	}
	.c-hero {
		width: calc(100% - 160px);
	}
	.c-info > li a.c-link {
		bottom: 1.2em;
	}
	.c-info__item li:nth-child(1) {
		margin-top: 0.3em;
		width: 11em;
	}
	.c-info__item li:nth-child(2) {
		height: auto;
		padding-top: 0;
		width: calc(100% - 14em);
	}
	#top-information .c-info__item li:nth-child(2) {
		height: 2em;
		padding: 0 5em 0 0;
	}
	.c-list.type1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.c-list.type1 dt {
		width: 10em;
	}
	.c-list.type1 dd {
		padding-left: 0;
		width: calc(100% - 10em);
	}
	.c-list.type1 dd ul li {
		border-color: #000;
	}
	.c-list.type1 dd {
		border-color: #000;
		width: calc(100% - 10em);
	}
	.c-list--overview > li ul li {
		display: inline;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		margin-right: 1em;
		white-space: nowrap;
	}
	.c-list--gry li {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.c-ttl {
		width: 100%;
	}
	.c-ttl.v {
		left: -40px;
		line-height: 1;
		position: absolute;
		top: -95px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		z-index: 0;
	}
	.c-ttl--r .c-ttl.v {
		left: calc(100% - 80px);
		position: absolute;
		top: -95px;
		z-index: 0;
	}
	.c-ttl.v span:first-of-type {
		left: 0;
		position: absolute;
		top: 1.2em;
	}
	.c-ttl.v span:last-of-type {
		-ms-writing-mode: tb-rl;
		height: 8em;
		letter-spacing: 0.15em;
		line-height: 0;
		margin-left: 5em;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.c-ttl--bg {
		font-size: 28px;
		font-size: 2.8rem;
		height: 280px;
		padding-top: 60px;
	}
	.c-ttl--bg span:nth-child(1) {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.c-ttl--bg span:nth-child(2) {
		font-size: 17px;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
	}
	.c-heading {
		line-height: 1.4;
		margin-bottom: 2em;
		margin-top: 0;
	}
	.p-project--list__inner .c-cell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-project--list__inner .c-cell .c-cell {
		width: calc((100% / 3));
	}
	.p-project--list__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.p-project--list__inner .c-cell {
		width: calc((100% / 3));
	}
	.p-project__top__upper {
		height: 320px;
		padding-top: 110px;
	}
	.p-project__top__upper h2 {
		font-size: 20px;
		font-size: 2rem;
	}
	.p-project__top__upper h3 {
		font-size: 26px;
		font-size: 2.6rem;
		max-width: 100%;
	}
	.p-project__top__item {
		height: 540px;
	}
	.p-project__top__item__upper {
		height: 480px;
	}
	#system .p-project__top__item__upper {
		background-image: url(../images/top/system.jpg);
	}
	#application .p-project__top__item__upper {
		background-image: url(../images/top/application.jpg);
	}
	#service .p-project__top__item__upper {
		background-image: url(../images/top/service.jpg);
	}
	.p-project__top__item .c-project__name {
		height: 320px;
		width: 320px;
	}
	.p-project__top__item .c-project__name p {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 3em;
	}
	.p-project__top__item .c-project__name h3 {
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 0.05em;
	}
	.p-project__top__item .c-project__name h3 span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.p-project__top__item .c-project__name h3 span::after {
		top: 5em;
	}
	.p-project__top__item__lower p span {
		display: inline-block;
		width: 50%;
	}
	.p-project__top__item__lower p span:nth-child(1) {
		text-align: left;
	}
	.p-project__top__item__lower p span:nth-child(2) {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: -1em;
		text-align: right;
	}
	.p-project__top__item__lower p {
		padding-top: 0.7em;
	}
	.p-project__top__item__lower {
		height: 60px;
	}
	.p-project .l-container {
		padding-top: 130px;
	}
	.p-project#system .c-flx--4-6.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.p-project#system .c-flx--4-6.reverse .c-cell {
		margin-bottom: 0;
	}
	.p-project#system .c-flx--4-6.reverse .c-cell:first-child {
		width: 40%;
	}
	.p-project#system .c-flx--4-6.reverse .c-cell:last-child {
		padding-right: 5%;
		width: 60%;
	}
	.p-project#system .c-flx--4-6.reverse .c-cell:last-child img {
		height: calc(100% - 1em);
	}
	br.u-xxs,
	br.u-xs,
	br.u-sm,
	br.u-md,
	br.u-xl {
		display: none;
	}
	br.u-lg {
		display: block;
	}
	#top-about {
		background-image: url(../images/top/bg_about.jpg);
	}
	#top-about .c-ttl.v {
		top: -0.5em;
	}
	#top-about .c-ttl.v span {
		margin-left: 0.6em;
	}
	#top-about .l-container {
		padding: 0;
	}
	#top-about .l-container h3 {
		margin-bottom: 6em;
	}
	#top-about .l-container h3::after {
		bottom: -3em;
	}
	#top-about .l-container h4 br {
		display: none;
	}
	#top-aboutmn .c-cell {
		background-size: 48% 100%;
		margin-bottom: 0;
		max-width: 33%;
		padding-left: calc(17% + 0.5em);
		padding-top: 50px;
		width: 33%;
	}
	#access {
		background: none;
		min-height: auto;
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
	}
	#access::before {
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-image: url(../images/about/map.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 50%;
		z-index: 0;
	}
	#access .l-container {
		background-color: #000;
		height: 100%;
		margin-right: 0;
		min-width: 33em;
		padding-bottom: 100px;
		padding-left: 80px;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.l-footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 100px 0;
	}
	.l-footer__logo {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		display: block;
		height: 300px;
		padding-top: 90px;
		text-align: center;
		width: calc(100% - 49em);
	}
	.l-footer__logo a img {
		width: 246px;
	}
	.l-footer__right {
		height: 300px;
		position: relative;
		width: 46em;
	}
	.l-footer__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.l-footer__nav li {
		line-height: 1.8;
		min-width: 6em;
		position: relative;
	}
	.l-footer__nav li a {
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.l-footer__nav li a:hover {
		color: #f4f4f4;
	}
	.l-footer__nav li ul {
		margin-top: 1.2em;
	}
	.l-footer__nav li:nth-child(5) p {
		width: 100%;
	}
	.l-footer__nav li:nth-child(5) p a {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.l-footer__nav li:nth-child(5) p:nth-child(1) a,
	.l-footer__nav li:nth-child(5) p:nth-child(2) a {
		color: #081e64;
	}
	.l-footer__nav li:nth-child(5) p:nth-child(1) a span:nth-child(2),
	.l-footer__nav li:nth-child(5) p:nth-child(2) a span:nth-child(2) {
		font-size: 10px;
		font-size: 1rem;
	}
	.l-footer__nav > li {
		margin-top: -1em;
		position: relative;
	}
	.l-footer__nav > li > a {
		font-weight: 500;
		line-height: 3em;
		position: relative;
	}
	.l-footer__nav > li > a::after {
		background: #fff;
		bottom: -0.8em;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		-webkit-transition: width 0.4s ease-in-out;
		transition: width 0.4s ease-in-out;
		width: 1.5em;
		z-index: 0;
	}
	.l-footer__nav > li > a:hover::after {
		width: 100%;
	}
	.l-footer__nav > li:last-of-type {
		max-width: 16em;
		min-width: 14em;
		width: auto;
	}
	.l-footer .c-companyinfo {
		bottom: -1em;
		left: 0;
		margin-left: -0.2em;
		position: absolute;
		z-index: 0;
	}
	.c-hero::after {
		padding-bottom: 0;
		width: 747px;
	}
	#about .c-hero::after {
		background-image: url(../images/hero/about.jpg);
	}
	#project .c-hero::after {
		background-image: url(../images/hero/project.jpg);
	}
	.c-list--gry li {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-project#service .c-list--gry li {
		font-size: 13px;
		font-size: 1.3rem;
	}
	br.u-xxs,
	br.u-xs,
	br.u-sm,
	br.u-md,
	br.u-lg {
		display: none;
	}
	br.u-xl {
		display: block;
	}
	#top-aboutmn .c-cell {
		background-size: 160px 100%;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 999px) {
	.l-header__nav {
		display: none;
	}
	.c-hero .c-ttl--page {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 1.5;
	}
	.c-hero .c-ttl--page span {
		font-size: 20px;
		font-size: 2rem;
		margin-top: -0.3em;
	}
	#top-information .c-info__wrap,
	#information .c-info__wrap {
		width: 90%;
	}
	.p-project#system .c-flx--4-6.reverse {
		margin-bottom: 60px;
	}
	.p-project--merit dd span {
		margin-left: 0;
	}
	.p-project--merit dd span::before {
		content: "\A";
		white-space: pre;
	}
	#privacy .l-content p br {
		display: none;
	}
}

@media screen and (min-width: 1480px) {
	.c-ttl--l .l-container {
		max-width: calc((100% - 1280px) + 1280px);
		padding-right: 560px;
		right: calc((100% - 1280px) / -4);
		width: calc(1280px + ((100% - 1280px) / 2));
	}
	.c-ttl--l .l-container::after {
		right: 0;
	}
	.c-ttl--r .l-container {
		left: calc((100% - 1280px) / -4);
		max-width: calc((100% - 1280px) + 1280px);
		padding-left: 560px;
		width: calc(1280px + ((100% - 1280px) / 2));
	}
	.c-ttl--r .l-container::after {
		left: 0;
	}
	.c-nav__btn {
		left: 50%;
		margin-left: 680px;
		right: inherit;
	}
	.c-hero__wrap-l {
		left: 1.3em;
	}
	.c-hero__wrap-r {
		left: 100%;
	}
	#top-about .l-container {
		left: 0;
		margin: auto;
		padding: 0;
		right: 0;
		width: 1280px;
	}
}

@media all and (min-width: 481px) {
	.c-companyinfo span:nth-child(2) br {
		display: none;
	}
	.c-ttl--tag {
		padding-top: 1.2em;
	}
	.c-ttl--tag span {
		height: 4em;
		line-height: 4em;
	}
	.c-ttl--tag br {
		display: none;
	}
}

@media screen and (min-width: 767px) and (min-width: 1000px) {
	.c-flx--2a .c-cell {
		margin-bottom: 20px;
		max-width: calc((100% - (20px * 2)) / 2) !important;
		width: calc((100% - (20px * 2)) / 2) !important;
	}
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
	.c-flx--3a .c-cell {
		margin-bottom: 20px;
		max-width: calc((100% - (20px * 3)) / 3) !important;
		width: calc((100% - (20px * 3)) / 3) !important;
	}
}

@media screen and (max-width: 766px) {
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	.p-project__top__item__lower .l-container {
		width: 100%;
	}
	.p-project--flow dt:nth-of-type(3) {
		margin-bottom: -50px;
	}
}

@media all and (max-width: 766px) and (orientation: landscape) {
	.c-hero__wrap-l span {
		display: none;
	}
}

@media all and (min-width: 960px) {
	.c-hero::after {
		width: 58%;
	}
}

@media all and (min-width: 350px) {
	#information .c-hero .c-ttl--page::after,
	#privacy .c-hero .c-ttl--page::after {
		bottom: -30px;
	}
}

@media screen and (min-width: 321px) {
	#information .c-hero .c-ttl--page::after,
	#privacy .c-hero .c-ttl--page::after {
		bottom: -20px;
	}
}

@media screen and (max-width: 320px) {
	.c-info__item li:nth-child(1) span {
		margin-left: 0.5em;
	}
	.c-ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.c-ttl span:last-of-type {
		display: block;
		margin-left: -0.7em;
		margin-top: 0.3em;
	}
	.c-ttl--tag {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.c-heading {
		letter-spacing: 0;
	}
	.p-project__top__item__lower p span:nth-child(2) {
		font-size: 8px;
		font-size: 0.8rem;
	}
	.p-thanks__msg {
		text-align: left;
	}
	.p-thanks__msg br {
		display: none;
	}
	br.u-xs,
	br.u-sm,
	br.u-md,
	br.u-lg,
	br.u-xl {
		display: none;
	}
	br.u-xxs {
		display: block;
	}
	#top-about .c-ttl.v span {
		margin: 0.2em;
	}
	#top-aboutmn .c-cell {
		max-width: 100%;
		padding-left: calc(50% + 1em);
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.p-project--merit dt {
		font-size: 16px;
		font-size: 1.6rem;
		width: 90px;
	}
	.p-project--merit dt::before {
		font-size: 10px;
		font-size: 1rem;
	}
	.p-project--merit dd {
		width: calc(100% - 90px);
	}
}

@media (orientation: portrait) {
	#home .c-hero__wrap {
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-image: url(../images/hero/home_s.jpg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#home .c-hero {
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-image: url(../images/hero/catch_s.svg);
		background-position: center bottom 25%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		max-width: 297px;
		width: 60%;
	}
}

@media (orientation: landscape) {
	#home .c-hero__wrap {
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-image: url(../images/hero/home.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#home .c-hero {
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-image: url(../images/hero/catch.svg);
		background-position: center bottom 30%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		max-width: 746px;
		width: 40%;
	}
}

@media (max-width: 600px) and (orientation: landscape) {
	#home .c-hero__wrap-l {
		left: 1.5em;
		top: calc((100% - 33em) / 2);
	}
	#home .c-hero__wrap-r {
		left: calc(100% - 0.3em);
		top: calc((100% - 15em) / 2);
	}
}

@media (max-width: 766px) and (orientation: landscape) {
	#home .c-hero {
		background-position: center bottom 40% !important;
		max-width: 50%;
		width: 80%;
	}
}

@media (max-width: 375px) {
	#top-about .l-container p {
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 1em;
	}
}

@media all and (max-width: 1480px) {
	#message br.u-xxl {
		display: none;
	}
}
