@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Shippori+Mincho:500|Syncopate:400,700|Josefin+Sans:300,400,500,600,700|Poppins:300,400,600,700&display=swap");

/* =============================================
KIKUSHIMA PLANNING
Style Sheet
First Update 2021-06-14
Last  Update 2021-06-14
Created by Basic Plus Design Inc.
============================================= */

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	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: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.015em;
	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: 300;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 12px;
	font-size: 1.2rem;
}

sub,
sup {
	font-size: 11px;
	font-size: 1.1rem;
	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: #999;
	text-decoration: underline;
}

.mouse a:focus {
	color: #999;
	text-decoration: underline;
}

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: 15px;
	font-size: 1.5rem;
}

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: 14px;
	font-size: 1.4rem;
	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: 23px;
	font-size: 2.3rem;
	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(187, 187, 187, 0.4);
}

::selection {
	background-color: rgba(187, 187, 187, 0.4);
}

/* ---------------------------------------------
	Base
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

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

body {
	-moz-osx-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-smooth: antialiased;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 2;
	text-size-adjust: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
}

ul,
ol,
dl {
	padding-left: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 400;
}

header,
footer,
main {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}

a {
	cursor: pointer;
	display: block;
	font-weight: 400;
	outline: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,
a:focus {
	opacity: 0.6;
}

p a {
	color: #000;
	display: inline-block;
}

p a:hover,
p a:focus {
	text-decoration: underline;
}

div > img {
	display: block;
}

* > img {
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
	width: 100%;
}

img[src$=".svg"],
object[src$=".svg"] { /* IE対応 */
	height: auto;
	max-width: 100%;
	width: 100%;
}

a img {
	outline: none;
}

hr {
	border: 0;
	border-top: 2px solid #333;
	margin: 3em 0;
}

strong {
	font-size: 130%;
	font-weight: 500;
}

table {
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 0;
	text-align: left;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin: 3px 0.5em;
}

label {
	cursor: pointer;
}

section {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Footer
--------------------------------------------- */

.l-footer {
	background: #262626;
	padding-bottom: 32px;
	padding-top: 80px;
	position: relative;
	z-index: 0;
}

.l-footer__upper .l-footer__navi {
	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;
}

.l-footer__upper .l-footer__navi li {
	font-size: 11px;
	font-size: 1.1rem;
	margin-right: 30px;
}

.l-footer__upper .l-footer__navi li a {
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.l-footer__upper .l-footer__navi li a span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.l-footer__upper .l-footer__navi li a span::before {
	content: "\A";
	white-space: pre;
}

.l-footer__upper .l-footer__contact {
	margin-top: 5px;
	width: 320px;
}

.l-footer__upper .l-footer__contact .c-btn__contactform {
	width: 100%;
}

.l-footer__upper .l-footer__contact ul {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

.l-footer__upper .l-footer__contact ul li {
	color: #bbb;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}

.l-footer__upper .l-footer__contact ul li a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	margin-left: 0.5em;
}

.l-footer__lower {
	padding-bottom: 60px;
}

.l-footer__lower .l-footer__logo {
	height: 78px;
	margin: auto;
	width: 111px;
}

.l-footer__lower .l-footer__add {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 57px;
	text-align: center;
}

.l-footer__copyright {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__copyright::before {
	background-image: repeating-linear-gradient(90deg, #fff 0px, #fff 2px, #262626 2px, #262626 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.l-footer__copyright a {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.l-footer__copyright p {
	color: #999;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: auto;
	text-align: center;
}

.l-footer__copyright p span {
	font-family: "Poppins", sans-serif;
}

.l-footer__copyright p br {
	display: none;
}

/* ---------------------------------------------
	Header
--------------------------------------------- */

.l-header {
	background: rgba(255, 255, 255, 0.7);
	height: 100px;
	position: fixed;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	z-index: 11;
	z-index: 1;
}

.l-header__inner {
	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;
	height: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	max-width: 1340px;
	width: calc(100% - 4vw);
	z-index: 11;
}

.l-header__logo {
	height: 100%;
	line-height: 0.5;
	margin-left: 0;
	max-height: 50px;
	max-width: 324px;
	position: relative;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	width: 56vw;
	z-index: 10;
}

.l-header__logo a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-header__logo a svg {
	display: inline;
	height: auto;
	margin-left: 0;
	max-width: 324px;
	width: 100%;
}

.open .l-header__logo {
	z-index: 0;
}

/* ---------------------------------------------
	Main
--------------------------------------------- */

.l-wrapper {
	overflow: hidden;
	position: relative;
}

main {
	margin-top: 100px;
	min-height: 600px;
}

main.nomargin {
	margin-top: 0;
}

main p,
main ul,
main ol,
main dl {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.4;
}

main p {
	margin-bottom: 2em;
}

section,
aside {
	padding-bottom: 20.83333vw;
	padding-top: 20.83333vw;
	position: relative;
	z-index: 0;
}

section.w {
	color: #fff;
}

.l-container {
	background-color: transparent;
	margin: auto;
	max-width: 1280px;
	position: relative;
	width: calc(100% - 12vw);
}

.l-container .l-content.flex {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-container .l-content__left {
	margin-bottom: 10.41667vw;
	width: 100%;
}

.l-container .l-content__right {
	width: 100%;
}

main .l-container .l-content.flex .l-content__right.wide {
	padding-right: 0;
}

/* =============================================
#  Object -- Component
============================================= */

/* ---------------------------------------------
	Address
--------------------------------------------- */

address {
	font-weight: 700;
}

address span {
	display: block;
	font-weight: 400;
}

/* ---------------------------------------------
	Area -- link
--------------------------------------------- */

.c-area__link {
	background: #f1f1f1;
	height: auto;
	width: 100%;
}

.c-area__link ul li {
	font-weight: 500;
	height: 0;
	line-height: 1.2;
	margin-bottom: 60px;
	max-width: 350px;
	padding-bottom: 91%;
	position: relative;
	width: 100%;
}

.c-area__link ul li div {
	height: 0;
	margin-bottom: 7%;
	overflow: hidden;
	padding-bottom: 75%;
	width: 100%;
}

.c-area__link ul li div img {
	margin-bottom: 0.67568vw;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-area__link ul li p {
	font-size: 3.75vw;
}

.c-area__link ul li p span {
	color: #890200;
	font-family: "Syncopate", sans-serif;
	font-size: 85%;
	font-weight: 700;
	letter-spacing: 0;
}

.c-area__link ul li p span::before {
	content: "\A";
	white-space: pre;
}

.c-area__link ul li a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-area__link ul li a:hover ~ div img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* ---------------------------------------------
	Area -- contact
--------------------------------------------- */

.c-area__contact > p {
	font-size: 3.33333vw;
}

.c-area__contact__type li {
	width: 100%;
}

.c-area__contact__type li p {
	font-size: 3.54167vw;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 40px;
	width: 100%;
}

.c-area__contact__type li a {
	background: #000;
	background-position: left 1em center;
	background-repeat: no-repeat;
	color: #fff;
	font-family: "Syncopate", sans-serif;
	font-size: 3.54167vw;
	font-weight: 700;
	height: 40px;
	line-height: 1;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 15px;
	position: relative;
	width: 100%;
}

.c-area__contact__type li:nth-child(1) a {
	background-image: url("../images/common/icon_tel.svg");
	background-size: 26px auto;
	font-size: 3.75vw;
	text-align: right;
}

.c-area__contact__type li:nth-child(2) a {
	background-image: url("../images/common/icon_email.svg");
	background-size: 28px auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.95833vw;
	font-weight: 700;
	padding-top: 12px;
	text-align: right;
}

.c-area__contact__type li:nth-child(3) {
	margin-top: 14.58333vw;
}

.c-area__contact__type li:nth-child(3) p > span {
	display: block;
	font-size: 75%;
	margin-top: 0.5em;
}

.c-area__contact__type li:nth-child(3) a {
	letter-spacing: 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 #f8f8f8;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px 0 40px;
	width: 100%;
}

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

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

table#mfp_confirm_table tr th {
	border-top: solid 1px #f8f8f8;
	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 #f8f8f8;
	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: #f8f8f8;
	font-size: 150%;
	padding: 0;
	text-align: center;
}

div#mfp_phase_confirm h4::before {
	background: #f8f8f8;
	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: #f8f8f8;
	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: #efefef;
}

.mfp_achroma {
	background-color: #f8f8f8;
}

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 #890200;
}

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

div#mfp_error {
	background-color: rgba(137, 2, 0, 0.1);
	border: solid 1px #890200;
	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 #890200;
	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: #890200;
	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: #951c1a;
	border: 1px solid #951c1a;
	color: #fff;
	width: 8em;
}

div.mfp_buttons #mfp_button_cancel {
	background: #fff;
	border: 1px solid #951c1a;
	color: #1e1e1e;
	width: 8em;
}

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

.mfp_element_file {
	background: #efefef;
	border: solid 1px #f8f8f8;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #f8f8f8 inset;
	box-shadow: 0px 0px 5px #f8f8f8 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: #f8f8f8;
	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: #f8f8f8;
	border: solid 1px #f8f8f8;
	-webkit-box-shadow: 0px 0px 5px #f8f8f8;
	box-shadow: 0px 0px 5px #f8f8f8;
	display: none;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 0px;
}

div.prefcodeResult div {
	cursor: pointer;
}

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

div.prefcodeResult div .prefcodeNext {
	background: #f8f8f8;
	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(137, 2, 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;
	text-align: center;
}

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
--------------------------------------------- */

.c-form {
	width: 100%;
}

.c-form li {
	margin-top: 53px;
	width: 100%;
}

.c-form li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 12px;
}

.c-form label {
	display: inline-block;
	padding-right: 1em;
}

.c-form input,
.c-form textarea {
	-webkit-appearance: none;
	background: #f8f8f8;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	outline: none;
	padding: 0.5em 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-form input:focus,
.c-form textarea:focus {
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	-webkit-box-shadow: 0 0 3px #999 !important;
	box-shadow: 0 0 3px #999 !important;
}

.c-form input {
	height: 3em;
}

.c-form textarea {
	height: calc(8em + 20px) !important;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-left: 0;
	width: 100% !important;
}

.c-form ::-webkit-input-placeholder {
	color: #999;
}

.c-form ::-moz-placeholder {
	color: #999;
}

.c-form :-ms-input-placeholder {
	color: #999;
}

.c-form ::-ms-input-placeholder {
	color: #999;
}

.c-form ::placeholder {
	color: #999;
}

.c-form .u-must {
	color: #890200;
	font-size: 80%;
	margin-left: 0.5em;
}

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

.c-form__btnarea button[type="submit"] {
	background: #951c1a;
	border: 2px solid #951c1a;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 80px auto 0;
	max-width: 320px;
	padding: 0.5em 0;
	width: 100%;
}

.c-form__btnarea button[type="submit"]:hover {
	background: #ad1c1c;
}

/* ---------------------------------------------
	Heading -- vertical
--------------------------------------------- */

.c-head__vertical {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2em;
}

.c-head__vertical span {
	color: #bbb;
	font-size: 60%;
}

/* ---------------------------------------------
	Heading -- section
--------------------------------------------- */

.c-head__sc {
	font-family: "Syncopate", sans-serif;
	font-size: 7.29167vw;
	line-height: 7.29167vw;
}

.c-head__sc span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.54167vw;
	font-weight: 500;
}

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

/* ---------------------------------------------
	Heading -- large
--------------------------------------------- */

.c-head__large {
	color: #890200;
	font-family: "Shippori Mincho", serif;
	font-size: 9.375vw;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 1.5em;
}

/* ---------------------------------------------
	Heading -- subtitle
--------------------------------------------- */

.c-head__sub {
	color: #890200;
	font-size: 3.33333vw;
	font-weight: 500;
	margin-bottom: 0.5em;
	margin-top: 3em;
}

/* ---------------------------------------------
	Heading -- under bar
--------------------------------------------- */

.c-head__bar {
	color: #890200;
	font-size: 3.95833vw;
	font-weight: 500;
	height: 2em;
}

.c-head__bar::after {
	background: #890200;
	content: "";
	display: block;
	height: 2px;
	margin-top: 4px;
	width: 5.20833vw;
}

/* ---------------------------------------------
	Key visual
--------------------------------------------- */

.c-keyvisual {
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-position: left 30% top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 57.5vw;
	position: relative;
	width: 100vw;
}

.c-keyvisual .l-container {
	bottom: 0;
	height: 16vw;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}

.c-keyvisual__text {
	-o-background-size: auto 16vw;
	-webkit-background-size: auto 16vw;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 16vw;
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: -2px;
	overflow: hidden;
	position: absolute;
	text-indent: -200%;
	width: 100%;
	z-index: 0;
}

#greetings .c-keyvisual {
	background-image: url("../images/keyvisual/greetings.jpg");
}

#greetings .c-keyvisual__text {
	background-image: url("../images/keyvisual/greetings_txt.svg");
}

#companyprofile .c-keyvisual {
	background-image: url("../images/keyvisual/companyprofile.jpg");
}

#companyprofile .c-keyvisual__text {
	background-image: url("../images/keyvisual/companyprofile_txt.svg");
}

#ourbusiness .c-keyvisual {
	background-image: url("../images/keyvisual/ourbusiness.jpg");
}

#ourbusiness .c-keyvisual__text {
	background-image: url("../images/keyvisual/ourbusiness_txt.svg");
}

#contact .c-keyvisual {
	background-image: url("../images/keyvisual/contact.jpg");
}

#news .c-keyvisual {
	background-image: url("../images/keyvisual/news.jpg");
}

/* ------------------------------
	Button -- contact form
------------------------------ */

.c-btn__contactform {
	background: #999;
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 28px;
	letter-spacing: 0.1em;
	line-height: 33px;
	margin: auto;
	text-align: center;
	width: 224px;
}

/* ------------------------------
	Button -- privacy policy
------------------------------ */

.c-btn__privacy {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #999;
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	height: 16px;
	letter-spacing: 0.1em;
	line-height: 16px;
	margin: 18px auto;
	text-align: center;
	width: 222px;
}

/* ------------------------------
	Link -- read more
------------------------------ */

.c-more {
	-o-background-size: 45% auto;
	-webkit-background-size: 45% auto;
	background-image: url(../images/common/readmore.svg);
	background-position: left bottom 47%;
	background-repeat: no-repeat;
	background-size: 45% auto;
	border-bottom: 1px solid #000;
	bottom: 18px;
	height: 43px;
	left: 0;
	max-width: 200px;
	overflow: hidden;
	position: absolute;
	text-indent: -200%;
	width: 37.83784vw;
}

.c-more::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	bottom: 35%;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	z-index: 0;
}

.c-more.w {
	background-image: url("../images/common/readmore_w.svg");
	border-bottom-color: #fff;
}

.c-more.w::after {
	border-right-color: #fff;
	border-top-color: #fff;
}

/* ------------------------------
	Button -- more(news)
------------------------------ */

.c-btn__more {
	border: 1px solid #000;
	display: none;
	float: right;
	height: 3em;
	margin-top: 100px;
	padding-top: 0.5em;
	text-align: center;
	width: 150px;
}

.c-btn__more.active {
	display: block;
}

/* ---------------------------------------------
	List -- disc
--------------------------------------------- */

.c-list__disc {
	list-style: none;
	margin-left: 1.2em;
	margin-top: -1.6em;
	text-indent: -1em;
}

.c-list__disc li::before {
	content: "・";
	margin-right: 0.3em;
	width: 0.5em;
}

/* ---------------------------------------------
	List -- table
--------------------------------------------- */

.c-list__table::after {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dt {
	color: #920e14;
	padding-bottom: 1em;
}

.c-list__table dt::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dd {
	padding-bottom: 1em;
}

.c-list__table dd li {
	padding-bottom: 1em;
}

.c-list__table dd li:last-of-type {
	margin-bottom: -0.5em;
	padding-bottom: 0;
}

/* ------------------------------
	Navigation -- global
------------------------------ */

.c-gnav__wrap {
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.95);
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	overflow-y: hidden;
	position: fixed;
	scrollbar-face-color: #999;
	scrollbar-track-color: #999;
	top: 0;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: 0;
}

.open .c-gnav__wrap {
	height: 100vh;
	opacity: 1;
	overflow-y: scroll;
	visibility: visible;
	z-index: 3;
}

.c-gnav__wrap .c-btn__contactform {
	margin: auto;
}

.c-gnav__wrap address {
	color: #fff;
	margin-bottom: 160px;
	margin-top: 60px;
	text-align: center;
}

.c-gnav__logo {
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 113px;
}

.c-gnav {
	margin: 70px auto 72px;
	width: 113px;
}

.c-gnav li {
	list-style: none;
	margin-bottom: 48px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
}

.c-gnav li a {
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 1.5;
}

.c-gnav li a span:nth-of-type(1) {
	font-size: 12px;
	font-size: 1.2rem;
}

.c-gnav li a span:nth-of-type(2) {
	font-size: 14px;
	font-size: 1.4rem;
}

.c-gnav li a span:nth-of-type(2)::before {
	content: "\A";
	white-space: pre;
}

.c-gnav li a:hover,
.c-gnav li a.active {
	color: #999;
	opacity: 1;
}

/* ------------------------------
	Navigation -- button
------------------------------ */

.c-nav__btn {
	cursor: pointer;
	outline: 0;
	position: relative;
	z-index: 12;
}

.c-nav__btn div {
	height: 5.41667vw;
	outline: 0;
	position: relative;
	width: 5.41667vw;
}

.c-nav__btn div span {
	background: #890200;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: 100%;
}

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

.l-header.open .c-nav__btn div span:nth-of-type(1) {
	background: #fff;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-nav__btn div span:nth-of-type(2) {
	margin-top: 0.20833vw;
	top: 50%;
}

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

.c-nav__btn div span:nth-of-type(3) {
	bottom: -3px;
}

.l-header.open .c-nav__btn div span:nth-of-type(3) {
	background: #fff;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ---------------------------------------------
	Thanks
--------------------------------------------- */

.p-thanks main {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/common/minatomirai.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
}

.c-thanks {
	padding-top: 70px !important;
}

.c-thanks__wrap {
	background: #fff;
	border-radius: 0;
	margin: auto;
	max-width: 700px;
	padding: 50px 6% 30px;
	position: relative;
	text-align: center;
}

.c-thanks__close {
	position: absolute;
	right: 0;
	top: -65px;
	z-index: 0;
}

.c-thanks__close a {
	color: #000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
}

.c-thanks__header h2 {
	line-height: 1.6;
}

.c-thanks__message p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

.c-thanks__footer {
	margin-top: 3em;
}

.c-thanks__footer p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
}

/* =============================================
#  Object -- Project
============================================= */

/* ---------------------------------------------
	News
--------------------------------------------- */

.p-news article,
.p-top__news article {
	padding-bottom: 1em;
	padding-top: 3em;
	position: relative;
}

.p-news article::before,
.p-top__news article::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin: -3em auto 3em;
	width: 100%;
}

.p-news article time,
.p-top__news article time {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-news article p,
.p-top__news article p {
	margin-top: 1em;
}

.p-news article:last-of-type::after,
.p-top__news article:last-of-type::after {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-top: 3em;
	width: 100%;
}

.p-top__news article p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	max-height: 2.4em;
	overflow: hidden;
}

.p-news #newslist article > a {
	display: none;
}

.p-news #newslist article:last-of-type::after,
.p-news #newslist article:nth-of-type(10)::after {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-top: 3em;
	width: 100%;
}

.p-news #newslist.open article:nth-of-type(10)::after {
	content: none;
}

/* ---------------------------------------------
	Our business
--------------------------------------------- */

.p-ourbusiness__content > div {
	margin-top: 25vw;
	position: relative;
}

.p-ourbusiness__content > div div {
	width: 100%;
}

.p-ourbusiness__content > div div p:first-of-type {
	color: #999;
	font-family: "Syncopate", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.p-ourbusiness__content > div div p:last-of-type {
	line-height: 1.6;
}

.p-ourbusiness__content > div div .c-head__bar {
	margin-top: 1em;
}

.p-ourbusiness__content figure {
	background-image: repeating-linear-gradient(0deg, #999, #999 1px, transparent 1px, transparent 2px, #999 3px), repeating-linear-gradient(90deg, #999, #999 1px, transparent 1px, transparent 2px, #999 3px), repeating-linear-gradient(180deg, #999, #999 1px, transparent 1px, transparent 2px, #999 3px), repeating-linear-gradient(270deg, #999, #999 1px, transparent 1px, transparent 2px, #999 3px);
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
	height: 120px;
	padding-top: 30px;
	text-align: center;
	width: 160px;
}

.p-ourbusiness__content figure img {
	height: auto;
	vertical-align: middle;
	width: 36%;
}

.p-ourbusiness__content figure:nth-of-type(3) img {
	width: 57px;
}

.p-ourbusiness__content figure:nth-of-type(3) img {
	width: 58px;
}

.p-ourbusiness__content figure:nth-of-type(3) img {
	width: 60px;
}

/* ---------------------------------------------
	Home
--------------------------------------------- */

.p-top .l-content {
	position: relative;
	z-index: 0;
}

.p-top .l-content h2,
.p-top .l-content h3,
.p-top .l-content p {
	position: relative;
	z-index: 1;
}

.p-top h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 5.83333vw;
	font-weight: 500;
}

.p-top__mainvisual__bg {
	-o-background-size: 190% auto;
	-webkit-background-size: 190% auto;
	background-image: url(../images/home/mainvisual.jpg);
	background-position: left 55% bottom 20px;
	background-repeat: no-repeat;
	background-size: 190% auto;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	width: 100%;
}

.p-top__mainvisual__bg::before {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/home/mainvisual_window.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	max-width: 1280px;
	mix-blend-mode: color-burn;
	opacity: 0.8;
	padding-bottom: 35%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 3;
}

.p-top__mainvisual .l-container {
	padding-bottom: 160px;
	padding-top: 80px;
}

.p-top__mainvisual .l-container h2 {
	font-weight: 500;
}

.p-top__mainvisual .l-container p {
	font-family: "Syncopate", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin-top: -3em;
}

.p-top__mainvisual .l-container .c-more {
	bottom: 80px;
}

.p-top__greetings {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/home/bg_greetings_s.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	overflow: hidden;
	padding-bottom: 131.25vw;
	position: relative;
}

.p-top__greetings::after {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.p-top__greetings .l-container {
	height: 0;
	padding-bottom: 100%;
	padding-top: 10%;
	text-align: center;
	z-index: 1;
}

.p-top__greetings .l-container::after {
	background: rgba(255, 255, 255, 0.6);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 64%;
	z-index: 0;
}

.p-top__greetings .l-container .c-more {
	bottom: 40px;
	margin: auto;
	right: 0;
	z-index: 2;
}

.p-top__greetings .l-content {
	position: relative;
	z-index: 1;
}

.p-top__ourbusiness {
	background: #262626;
	padding: 100px 0;
}

.p-top__ourbusiness .l-container {
	color: #fff;
}

.p-top__ourbusiness .c-head__sc br {
	display: block;
}

.p-top__ourbusiness .l-content__left {
	margin-top: 60px;
}

.p-top__ourbusiness .l-content__right {
	margin-top: 60px;
}

.p-top__ourbusiness__content {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 640px;
}

.p-top__ourbusiness__content > div {
	background: #fff;
	height: 0;
	max-width: 180px;
	padding-bottom: 46%;
	position: relative;
	text-align: center;
	width: 32%;
}

.p-top__ourbusiness__content > div figure {
	height: 27%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
	width: 40%;
}

.p-top__ourbusiness__content > div .c-head__bar {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3.125vw;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin-top: calc(53% + 1.2em + 2px);
}

.p-top__ourbusiness__content > div .c-head__bar::after {
	margin: 5px auto 0;
	width: 1.5em;
}

.p-top__ourbusiness__content > div p {
	bottom: 2em;
	color: #bbb;
	font-family: "Syncopate", sans-serif;
	font-weight: 700;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-top__ourbusiness__content > div:nth-of-type(3) .c-head__bar {
	margin-top: calc(53% + 2px);
}

.p-top__companyprofile {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/home/bg_companyprofile_s.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	overflow: hidden;
	padding-bottom: 131.25vw;
	position: relative;
}

.p-top__companyprofile::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 64.58333vw;
	z-index: 0;
	z-index: 0;
}

.p-top__companyprofile .l-container {
	height: 0;
	padding-bottom: 100%;
	padding-top: 10%;
	z-index: 1;
}

.p-top__companyprofile .l-container::before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	height: 100%;
	left: -6vw;
	position: absolute;
	top: 0;
	width: calc(50% + 6vw);
	z-index: 0;
}

.p-top__companyprofile .l-container .c-more {
	bottom: 11%;
}

.p-top__companyprofile .l-content {
	position: relative;
	z-index: 2;
}

_:-ms-lang(x)::-ms-backdrop,
.p-top__mainvisual__bg::before {
	opacity: 0.1;
}

/* =============================================
#  Object -- Utility
============================================= */

/* ---------------------------------------------
	Break
--------------------------------------------- */

.u-br::before {
	content: "\A";
	white-space: pre;
}

.u-br.sp::before {
	content: "\A";
	white-space: pre;
}

.u-br.tb::before,
.u-br.tbpc::before,
.u-br.pc::before {
	content: "";
	white-space: nowrap;
}

/* ---------------------------------------------
	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;
}

.u-mb7 {
	margin-bottom: 7rem;
}

.u-ml7 {
	margin-left: 7rem;
}

.u-mr7 {
	margin-right: 7rem;
}

.u-mt7 {
	margin-top: 7rem;
}

.u-mb8 {
	margin-bottom: 8rem;
}

.u-ml8 {
	margin-left: 8rem;
}

.u-mr8 {
	margin-right: 8rem;
}

.u-mt8 {
	margin-top: 8rem;
}

.u-mb9 {
	margin-bottom: 9rem;
}

.u-ml9 {
	margin-left: 9rem;
}

.u-mr9 {
	margin-right: 9rem;
}

.u-mt9 {
	margin-top: 9rem;
}

.u-mb10 {
	margin-bottom: 10rem;
}

.u-ml10 {
	margin-left: 10rem;
}

.u-mr10 {
	margin-right: 10rem;
}

.u-mt10 {
	margin-top: 10rem;
}

/* ---------------------------------------------
	Padding
--------------------------------------------- */

.u-pb1 {
	padding-bottom: 1rem;
}

.u-pl1 {
	padding-left: 1rem;
}

.u-pr1 {
	padding-right: 1rem;
}

.u-pt1 {
	padding-top: 1rem;
}

.u-pb2 {
	padding-bottom: 2rem;
}

.u-pl2 {
	padding-left: 2rem;
}

.u-pr2 {
	padding-right: 2rem;
}

.u-pt2 {
	padding-top: 2rem;
}

.u-pb3 {
	padding-bottom: 3rem;
}

.u-pl3 {
	padding-left: 3rem;
}

.u-pr3 {
	padding-right: 3rem;
}

.u-pt3 {
	padding-top: 3rem;
}

.u-pb4 {
	padding-bottom: 4rem;
}

.u-pl4 {
	padding-left: 4rem;
}

.u-pr4 {
	padding-right: 4rem;
}

.u-pt4 {
	padding-top: 4rem;
}

.u-pb5 {
	padding-bottom: 5rem;
}

.u-pl5 {
	padding-left: 5rem;
}

.u-pr5 {
	padding-right: 5rem;
}

.u-pt5 {
	padding-top: 5rem;
}

.u-pb6 {
	padding-bottom: 6rem;
}

.u-pl6 {
	padding-left: 6rem;
}

.u-pr6 {
	padding-right: 6rem;
}

.u-pt6 {
	padding-top: 6rem;
}

.u-pb7 {
	padding-bottom: 7rem;
}

.u-pl7 {
	padding-left: 7rem;
}

.u-pr7 {
	padding-right: 7rem;
}

.u-pt7 {
	padding-top: 7rem;
}

.u-pb8 {
	padding-bottom: 8rem;
}

.u-pl8 {
	padding-left: 8rem;
}

.u-pr8 {
	padding-right: 8rem;
}

.u-pt8 {
	padding-top: 8rem;
}

.u-pb9 {
	padding-bottom: 9rem;
}

.u-pl9 {
	padding-left: 9rem;
}

.u-pr9 {
	padding-right: 9rem;
}

.u-pt9 {
	padding-top: 9rem;
}

.u-pb10 {
	padding-bottom: 10rem;
}

.u-pl10 {
	padding-left: 10rem;
}

.u-pr10 {
	padding-right: 10rem;
}

.u-pt10 {
	padding-top: 10rem;
}

/* ---------------------------------------------
	Other
--------------------------------------------- */

.u-over {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.u-must {
	color: #890200;
}

.u-bold {
	font-weight: 500;
}

.u-blk {
	color: #000;
}

.u-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
	font-family: "Shippori Mincho", serif;
	font-weight: 300;
	margin-top: 5em;
}

.u-name span {
	display: block;
}

.u-name span:nth-of-type(1) {
	font-size: 1.2em;
	margin-right: 2em;
}

.u-name span:nth-of-type(2) {
	font-size: 2em;
}

.u-bg--gry {
	background-color: #f1f1f1;
}

/* ---------------------------------------------
	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;
}

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

@media screen and (min-width: 480px) {

section,
aside {
	padding-bottom: 97px;
	padding-top: 97px;
}

.l-container .l-content__left {
	margin-bottom: 97px;
}

.c-area__link ul {
	margin: auto;
	width: 350px;
}

.c-area__link ul li {
	height: 320px;
	padding-bottom: 0;
}

.c-area__link ul li p {
	font-size: 18px;
	font-size: 1.8rem;
}

.c-area__contact > p {
	font-size: 14px;
	font-size: 1.4rem;
}

.c-area__contact__type li p {
	font-size: 15px;
	font-size: 1.5rem;
}

.c-area__contact__type li a {
	font-size: 15px;
	font-size: 1.5rem;
}

.c-area__contact__type li:nth-child(1) a {
	font-size: 16px;
	font-size: 1.6rem;
}

.c-area__contact__type li:nth-child(2) a {
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 10px;
}

.c-head__sub {
	font-size: 16px;
	font-size: 1.6rem;
}

.c-head__bar {
	font-size: 17px;
	font-size: 1.7rem;
}

.c-keyvisual {
	height: 45vw;
}

.p-top h3 {
	font-size: 5.81081vw;
}

.p-top__greetings {
	height: 150.13514vw;
	padding-bottom: 0;
	padding-top: 70px;
}

.p-top__greetings .l-container {
	height: calc(100% - 70px);
	padding-bottom: 0;
	padding-top: 70px;
}

.p-top__greetings .l-container .c-more {
	bottom: 60px;
}

.p-top__companyprofile {
	height: 126.08108vw;
	padding-bottom: 0;
}

.p-top__companyprofile .l-container {
	height: 83%;
	padding-bottom: 0;
	padding-top: 8%;
}

}

@media screen and (min-width: 600px) {

.c-head__sc {
	font-size: 6.41892vw;
	line-height: 1;
}

.c-head__sc span {
	font-size: 3.37838vw;
	line-height: 1;
}

.c-head__large {
	font-size: 43px;
	font-size: 4.3rem;
}

.c-btn__contactform {
	width: 280px;
}

.c-btn__privacy {
	width: 280px;
}

.c-more {
	max-width: 240px;
	width: 33.78378vw;
}

.c-list__table {
	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;
}

.c-list__table dt {
	width: 12em;
}

.c-list__table dd {
	width: calc(100% - 12em);
}

.c-list__table dd::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dd li::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dd li:first-of-type::before {
	display: none;
}

.c-nav__btn div {
	height: 42px;
	width: 42px;
}

.c-nav__btn div span {
	height: 3px;
}

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

.c-nav__btn div span:nth-of-type(2) {
	margin-top: 0;
	top: calc(50% - 2px);
}

.c-nav__btn div span:nth-of-type(3) {
	bottom: 0;
}

.p-ourbusiness__content {
	margin-top: 100px;
}

.p-ourbusiness__content > div {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.p-ourbusiness__content > div div {
	width: calc(100% - 190px);
}

.p-top__greetings {
	height: 117.83784vw;
	padding-bottom: 0;
}

.p-top__ourbusiness__content > div .c-head__bar {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: -0.1em;
	margin-top: calc(60% + 1.2em + 2px);
}

.p-top__ourbusiness__content > div:nth-of-type(3) .c-head__bar {
	margin-top: calc(60% + 2px);
}

.p-top__companyprofile {
	background-image: url("../images/home/bg_companyprofile.jpg");
	height: 81.08108vw;
}

.p-top__companyprofile::after {
	width: 54.05405vw;
}

.p-top__companyprofile .l-container {
	height: 56.75676vw;
	padding-top: 0;
}

.p-top__companyprofile .l-container::before {
	height: 110%;
	top: -10%;
	width: 45.94595vw;
}

}

@media screen and (min-width: 767px) {

.c-area__link ul {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

.c-area__link ul li {
	height: 0;
	margin-bottom: 0;
	max-width: 320px;
	padding-bottom: 26%;
	width: 25%;
}

.c-area__link ul li p {
	font-size: 1.48649vw;
}

.c-area__contact__type {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-area__contact__type li {
	margin-top: 4.05405vw;
}

.c-area__contact__type li:nth-child(1) {
	width: 47.5%;
}

.c-area__contact__type li:nth-child(2) {
	width: 47.5%;
}

.c-area__contact__type li:nth-child(3) {
	margin-top: 110px;
}

.c-area__contact__type li:nth-child(3) p > span {
	float: right;
}

.c-head__sc {
	font-size: 5.40541vw;
}

.c-head__sc span {
	font-size: 20px;
	font-size: 2rem;
}

.c-keyvisual {
	height: 30vw;
}

.c-keyvisual {
	background-size: 100% auto;
}

.c-keyvisual .l-container {
	height: 5vw;
}

.c-keyvisual__text {
	background-size: auto 4.7vw;
}

.c-gnav__logo {
	height: 102px;
	margin-top: 164px;
	width: 144px;
}

.p-top h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

.p-top__greetings {
	height: 800px;
	padding-top: 100px;
}

.p-top__greetings::after {
	max-width: 565px;
	width: 135.13514vw;
}

.p-top__greetings .l-container {
	height: 600px;
	padding-top: 50px;
}

.p-top__greetings .l-container::after {
	width: 368px;
}

.p-top__greetings .l-container .c-more {
	bottom: 50px;
}

.p-top__ourbusiness .c-head__sc br {
	display: none;
}

.p-top__ourbusiness__content > div {
	height: 258px;
	padding-bottom: 0;
}

.p-top__ourbusiness__content > div .c-head__bar {
	margin-top: calc(42px + 1.2em);
}

.p-top__ourbusiness__content > div:nth-of-type(3) .c-head__bar {
	margin-top: 42px;
}

.p-top__companyprofile::after {
	width: 50.67568vw;
}

.p-top__companyprofile .l-container {
	padding-top: 2.7027vw;
}

.p-top__companyprofile .l-container::before {
	top: -2.7027vw;
	width: 40.54054vw;
}

.p-top__companyprofile .l-container .c-more {
	bottom: 5%;
}

.p-top__companyprofile .l-container .c-more {
	bottom: 150px;
}

.u-br.sp::before {
	content: "";
	white-space: nowrap;
}

.u-br.tb::before,
.u-br.tbpc::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1000px) {

.l-footer {
	padding-bottom: 32px;
	padding-top: 156px;
}

.l-footer__upper {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__lower {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 135px;
	padding-bottom: 40px;
}

.l-footer__lower .l-footer__logo {
	height: 39px;
	margin-left: 0;
	width: 320px;
}

.l-footer__lower .l-footer__add {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-top: 1.2em;
	text-align: left;
	width: 320px;
}

.l-footer__lower .l-footer__add address span:nth-of-type(2) {
	display: none;
}

.l-footer__copyright {
	margin: auto;
	max-width: 1280px;
	padding-top: 35px;
	width: calc(100% - 12vw);
}

.l-footer__copyright::before {
	width: 100%;
}

.l-footer__copyright p {
	font-size: 12px;
	font-size: 1.2rem;
}

.l-footer__copyright p {
	margin: 0;
}

section,
aside {
	padding-bottom: 160px;
	padding-top: 160px;
}

.c-head__sc {
	font-size: 50px;
	font-size: 5rem;
}

.c-head__sc span {
	font-size: 24px;
	font-size: 2.4rem;
}

.c-head__large {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.6;
}

.c-btn__contactform {
	height: 40px;
	line-height: 45px;
	width: 320px;
}

.c-btn__privacy {
	font-size: 14px;
	font-size: 1.4rem;
	height: 20px;
	line-height: 24px;
	width: 320px;
}

.c-gnav__wrap address {
	margin-top: 132px;
}

.c-gnav {
	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: 40px;
	margin-top: 133px;
	max-width: 650px;
	width: calc(100% - 12vw);
}

.p-top__companyprofile {
	height: 800px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-top__companyprofile::after {
	width: calc(400px + 1vw);
}

.p-top__companyprofile .l-container {
	height: 680px;
	padding-top: 60px;
}

.p-top__companyprofile .l-container::before {
	height: 600px;
	left: -2vw;
	top: 0;
	width: 320px;
}

.u-br.tb::before {
	content: "";
	white-space: nowrap;
}

.u-br.pc::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1280px) {

.l-footer__upper .l-footer__navi li {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 36px;
}

.l-footer__upper .l-footer__navi li a span {
	font-size: 15px;
	font-size: 1.5rem;
}

.l-header {
	height: 140px;
}

.l-header__inner {
	height: 45px;
	margin-top: 50px;
}

.l-header__logo {
	height: 45px;
	max-width: 365px;
	width: 365px;
}

.l-header__logo a svg {
	max-width: 365px;
}

main {
	margin-top: 140px;
}

.l-container .l-content__left {
	margin-bottom: 0;
	width: 25%;
}

.l-container .l-content__right {
	width: 62.5%;
}

main .l-container .l-content.flex .l-content__right {
	padding-right: 5%;
}

.c-area__link ul li {
	height: 320px;
	padding-bottom: 0;
}

.c-area__link ul li p {
	font-size: 22px;
	font-size: 2.2rem;
}

.c-form {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-form li.half {
	width: 47.5%;
}

.c-head__vertical {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
	margin: auto;
	width: 1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-head__vertical span {
	margin-top: 2em;
	vertical-align: 10%;
}

.c-head__large {
	font-size: 44px;
	font-size: 4.4rem;
}

.c-nav__btn div span:nth-of-type(1) {
	top: 0;
}

.c-nav__btn div span:nth-of-type(2) {
	top: 50%;
}

.c-nav__btn div span:nth-of-type(3) {
	bottom: -2px;
}

.p-top__mainvisual__bg {
	height: 54.05405vw;
	max-height: 800px;
	padding-bottom: 0;
}

.p-top__greetings {
	background-image: url("../images/home/bg_greetings.jpg");
}

.p-top__ourbusiness .l-container {
	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;
	padding-bottom: 70px;
}

.p-top__ourbusiness .l-content__left {
	width: 50%;
}

.p-top__ourbusiness .l-content__left h3 {
	letter-spacing: -0.05em;
}

.p-top__ourbusiness .l-content__right {
	width: 50%;
}

.p-top__ourbusiness__content {
	margin-top: 28px;
}

.p-top__ourbusiness__content > div {
	height: 240px;
	width: 160px;
}

.p-top__ourbusiness__content > div figure {
	margin-top: 25%;
	width: 45%;
}

.p-top__ourbusiness__content > div .c-head__bar {
	margin-top: calc(36px + 1.2em);
}

.p-top__ourbusiness__content > div p {
	bottom: 7%;
}

.p-top__ourbusiness__content > div:nth-of-type(3) .c-head__bar {
	margin-top: 36px;
}

.p-top__companyprofile::after {
	width: 460px;
}

.p-top__companyprofile .l-container::before {
	width: 340px;
}

}

@media screen and (min-width: 1450px) {

.l-header {
	height: 160px;
}

.l-header__inner {
	height: 50px;
	margin-top: 60px;
}

.l-header__logo {
	height: 50px;
	max-width: 405px;
	width: 405px;
}

.l-header__logo a svg {
	max-width: 405px;
}

main {
	margin-top: 160px;
}

main .l-container .l-content.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

main .l-container .l-content.flex .l-content__right {
	margin-left: 12.5%;
	padding-right: 8%;
}

.c-keyvisual__text {
	background-size: auto 68px;
}

.c-nav__btn div span {
	height: 4px;
}

.c-nav__btn div span:nth-of-type(2) {
	top: calc(50% + 2px);
}

.c-nav__btn div span:nth-of-type(3) {
	bottom: -8px;
}

.p-top__mainvisual__bg {
	background-position: left 55% bottom;
	background-size: 160% auto;
}

.p-top__companyprofile::after {
	left: -280px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
}

}

@media screen and (min-width: 1600px) {

.c-keyvisual {
	height: 480px;
}

.c-keyvisual .l-container {
	height: 120px;
}

}

@media screen and (max-width: 1279px) {

.c-head__vertical span {
	font-size: 55%;
}

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

.c-head__sc br {
	display: none;
}

.p-top .l-content__left .c-head__sc {
	margin-bottom: 100px;
}

.p-top .l-content__right {
	padding-bottom: 150px;
}

.p-top__companyprofile .l-content .c-head__sc br {
	display: block;
}

}

@media screen and (max-width: 999px) {

.l-footer__upper .l-footer__navi {
	display: none;
}

.l-footer__upper .l-footer__contact {
	display: none;
}

.l-footer__copyright a {
	display: none;
}

.l-container .l-content.flex {
	display: block;
}

}

@media screen and (max-width: 766px) {

.l-footer {
	padding-bottom: 6.66667vw;
	padding-top: 16.66667vw;
}

.l-footer__lower {
	padding-bottom: 12.5vw;
}

.l-footer__copyright {
	padding-top: 3.33333vw;
}

.c-area__link ul li:last-child {
	margin-bottom: 0;
}

.c-area__contact__type li:nth-child(3) p {
	height: 45px;
	line-height: 1.4;
}

table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}

.c-head__vertical {
	font-size: 5vw;
	margin-bottom: 4em;
}

#greetings .c-keyvisual__text {
	background-size: auto 8vw;
}

#companyprofile .c-keyvisual__text {
	background-image: url("../images/keyvisual/companyprofile_txt_s.svg");
}

#ourbusiness .c-keyvisual__text {
	background-image: url("../images/keyvisual/ourbusiness_txt_s.svg");
}

.p-top__ourbusiness__content > div p {
	bottom: 0.5em;
	font-size: 3.125vw;
	letter-spacing: -0.05em;
}

}

@media screen and (max-width: 599px) {

.l-header {
	height: 17.08333vw;
}

.l-header__inner {
	height: 6.66667vw;
	margin-top: 6.25vw;
}

main {
	margin-top: 17.08333vw;
}

.p-ourbusiness__content > div div p:first-of-type {
	left: 0;
	position: absolute;
	top: -30px;
	z-index: 0;
}

}

@media screen and (max-width: 479px) {

.l-footer__lower .l-footer__add {
	font-size: 3.33333vw;
	margin-top: 11.875vw;
}

.l-footer__copyright p {
	font-size: 2.29167vw;
}

.c-more {
	height: 8.95833vw;
	min-width: 35.41667vw;
	width: 35.41667vw;
}

.c-more::after {
	height: 2.08333vw;
	width: 2.08333vw;
}

.c-thanks__message p {
	font-size: 2.91667vw;
}

.p-top__mainvisual__bg {
	height: 61.25vw;
	padding-bottom: 0;
}

.p-top__mainvisual .l-container p {
	font-size: 3.33333vw;
}

.p-top__greetings .l-content p {
	font-size: 3.33333vw;
}

.p-top__companyprofile .l-container::before {
	width: 47.91667vw;
}

}

@media screen and (max-width: 369px) {

.l-footer__copyright p br {
	display: block;
}

}

/*# sourceMappingURL=maps/style.css.map */
