@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, hr, table, tr, th, td, label, input, textarea, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

input, textarea, select, button {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

address {
	font-style: normal;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-*/
html {
	overflow: hidden scroll;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, Roboto, "Noto Sans CJK JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic", Meiryo, sans-serif;
}

body {
	overflow-x: hidden;
	color: #000;
	font-size: 1.6em;
	line-height: 1.7;
}

main {
	min-height: 800px;
}

.inner {
	margin: auto;
	padding: 0 6%;
}

h1 {
	font-size: 4.5rem;
	text-align: center;
}

h1 span {
	display: block;
	font-size: 2.5rem;
}

h2 {
	margin-bottom: 5rem;
	font-size: 3.2rem;
	line-height: 1.5;
}

h2 span {
	display: block;
	font-size: 1.8rem;
}

h3 {
	margin-bottom: 1rem;
}

ol {
	counter-reset: number;
}

ol li::before {
	content: counter(number) ". ";
	counter-increment: number;
}

table {
	min-width: 240px;
	margin-top: 3rem;
	font-size: 1.5rem;
}

th {
	padding-bottom: 0.5rem;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

td {
	min-width: 150px;
	padding-bottom: 2rem;
	text-align: left;
	vertical-align: middle;
}

p + p {
	margin-top: 2rem;
}

a {
	color: #f4333d;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}

input[type="submit"] {
	transition: 0.5s;
}

input[type="submit"]:hover {
	opacity: 0.7;
}

.inline-block {
	display: inline-block;
}

.color {
	color: #f4333d;
}

:target::before {
	display: block;
	height: 120px;
	margin-top: -120px;
	content: "";
}

@media screen and (max-width: 895.9px) {
:target::before {
	height: 100px;
	margin-top: -100px;
}
}

@media screen and (max-width: 767.9px) {
h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.4rem;
}

table {
	width: 100%;
}

th {
	display: block;
}

td {
	display: block;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ナビゲーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

#toggle {
	width: 60px;
	height: 60px;
	margin-left: 3%;
	padding: 1.3rem 1.5rem 0;
	background: #000;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	transition: 0.5s;
	flex: none;
}

#toggle:hover {
	opacity: 0.7;
}

#toggle div {
	position: relative;
}

#toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.35s ease-in-out;
}

#toggle span:nth-child(1) {
	top: 0;
}

#toggle span:nth-child(2) {
	top: 7px;
}

#toggle span:nth-child(3) {
	top: 14px;
}

#toggle span:nth-child(4) {
	top: 22px;
	left: -2px;
	height: 0;
}

header.open nav {
	transform: translateX(0);
	transition: 0.3s;
}

header.open #toggle span:nth-child(1) {
	top: 7px;
	transform: rotate(225deg);
}

header.open #toggle span:nth-child(2) {
	left: 50%;
	width: 0;
}

header.open #toggle span:nth-child(3) {
	top: 7px;
	transform: rotate(-225deg);
}

ul.menu .current_page_parent a,
ul.menu .current_page_item a,
ul.menu .current-page-ancestor a {
	color: #f4333d;
}

header nav ul.menu a {
	display: flex;
	height: 60px;
	padding: 0 1.5rem;
	color: #fff;
	font-weight: bold;
	align-items: center;
	cursor: pointer;
}

header nav ul.menu a:hover {
	opacity: 1;
	color: #f4333d;
}

header nav ul.menu li.sub {
	position: relative;
}

header nav ul.sub-menu {
	background: #0b408d;
	text-align: left;
}

header nav ul.sub-menu li {
	overflow: hidden;
	height: 0;
	transition: 0.3s;
}

header nav ul.sub-menu a {
	height: 100%;
}

header nav #close {
	display: block;
	width: 150px;
	height: 50px;
	margin: auto;
	background: #434343;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}

header nav #close span {
	position: relative;
	padding-left: 22px;
}

header nav #close span::before,
header nav #close span::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 1px;
	margin: auto;
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

header nav #close span::after {
	transform: rotate(135deg);
}

header nav #close:hover {
	opacity: 0.7;
}

@media screen and (min-width: 896px) {
#toggle {
	display: none;
}

header nav {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

header nav .language > a {
	display: block;
	width: 100px;
	height: 80px;
	padding-top: 1.6rem;
	background: #000;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}

header nav .language > a::before {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	background: url("/img/common/icon/language.png") center center no-repeat;
	background-size: 30px 30px;
	content: "";
}

header nav .language > a:hover {
	opacity: 1;
	background: #fbb5b9;
}

header nav .language > div {
	display: none;
}

header nav ul.menu {
	display: flex;
	margin-right: 3rem;
	text-align: center;
	justify-content: space-between;
}

header nav ul.menu li.sub > a::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform: rotate(135deg);
}

header nav ul.sub-menu {
	position: absolute;
	top: 68px;
	left: -15%;
	width: 130%;
}

header nav ul.menu li.sub:hover ul.sub-menu li {
	overflow: visible;
	height: 50px;
}

header nav ul.sub-menu a {
	position: relative;
	padding: 1rem 2rem 1rem 4rem;
}

header nav ul.sub-menu li:nth-of-type(n+2) a {
	border-top: 1px solid #5980bb;
}

header nav ul.sub-menu a::before {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 1px solid #cbd6e5;
	border-radius: 50%;
	content: "";
}

header nav ul.sub-menu a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #cbd6e5;
	border-right: 1px solid #cbd6e5;
	content: "";
	transform: rotate(45deg);
}

header nav #close {
	display: none;
}
}

@media screen and (max-width: 895.9px) {
header nav {
	position: fixed;
	overflow-y: scroll;
	z-index: 3;
	top: 60px;
	right: 0;
	width: 100%;
	height: calc(100% - 60px);
	max-width: 260px;
	background: #000;
	transform: translateX(100%);
}

header nav::after {
	display: block;
	height: 100px;
	content: "";
}

header nav .language {
	margin: 1.5rem;
}

header nav .language > a {
	display: none;
}

header nav .language > div {
	height: 50px;
	background: #f4333d;
	color: #000;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

header nav .language > div a {
	color: #fff;
}

header nav ul.menu {
	margin-bottom: 3rem;
}

header nav ul.menu > li {
	border-bottom: 1px solid #434343;
}

header nav ul.menu > li:first-of-type {
	border-top: 1px solid #434343;
}

header nav ul.menu a {
	color: #fff;
}

header nav ul.menu li.sub > a {
	position: relative;
}

header nav ul.menu li.sub > a::before,
header nav ul.menu li.sub > a::after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 20px;
	height: 1px;
	margin: auto;
	background: #fff;
	content: "";
}

header nav ul.menu li.sub > a::after {
	transform: rotate(90deg);
}

header nav ul.menu li.sub .open::after {
	display: none;
}

header nav ul.sub-menu {
	margin: 0 1.5rem;
	background: #434343;
	transition: 0.3s;
}

header nav ul.menu li.sub .open + ul.sub-menu {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 1rem 0;
}

header nav ul.menu li.sub .open + ul.sub-menu li {
	overflow: visible;
	height: 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
header {
	position: relative;
	z-index: 4;
	color: #fff;
}

header .header-outer {
	height: 80px;
}

header .header-inner {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 3%;
	box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.8);
	justify-content: space-between;
	align-items: center;
}

header .logo {
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1;
}

@media screen and (max-width: 895.9px) {
header .header-outer {
	height: 60px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
footer {
	background: #000;
	color: #fff;
}

footer .footer-inner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: 0.5s;
	transform: translate3d(0, 0, 0);
}

footer .footer-inner.change {
	position: static;
}

footer .footer {
	padding-top: 2rem;
}

footer .main-footer {
	text-align: center;
}

footer .logo {
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1;
}

footer nav {
	display: flex;
	padding: 1.5rem 0;
	justify-content: center;
}

footer nav .inner {
	margin: 0;
	padding: 0 1.5rem;
}

footer nav ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer nav ul.menu li {
	margin: 0.5rem 0;
	line-height: 0.9;
}

footer nav ul.menu li:nth-last-of-type(n+2) {
	border-right: 1px solid #fff;
}

footer nav ul.menu a {
	padding: 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
}

footer nav ul.menu a:hover {
	opacity: 1;
	color: #f4333d;
}

footer small {
	display: block;
	padding: 2rem 0;
	text-align: center;
}

#page-top {
	display: none;
	position: relative;
}

#page-top span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	transition: 0.5s;
}

#page-top span::before {
	display: block;
	width: 15px;
	height: 15px;
	margin: 2.4rem auto 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform: rotate(-45deg);
}

#page-top span:hover {
	background: #fbb5b9;
}

.footer-inner.change #page-top span {
	bottom: -65px;
	background: #f4333d;
}

.footer-inner.change #page-top span:hover {
	background: #fbb5b9;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
パンくずリスト
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.breadcrumb {
	padding: 2rem 0 0;
}

.breadcrumb ul {
	font-size: 1.4rem;
}

.breadcrumb ul li {
	display: inline-block;
	position: relative;
}

.breadcrumb ul li:nth-last-of-type(n+2)::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 1rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: 2px;
	content: "";
	transform: rotate(45deg);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
article section {
	padding: 10rem 0;
}

article .header {
	height: 67vw;
	min-height: 400px;
	max-height: 500px;
	padding: 0;
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/img/home/h1.jpg") 95% center no-repeat;
	background-size: cover;
}

article .header .inner {
	display: flex;
	position: relative;
	z-index: 1;
	height: 100%;
	justify-content: center;
	align-items: center;
}

article .header h1 {
	margin-bottom: 3rem;
	line-height: 1.4;
}

.flex + .flex {
	margin-top: 10rem;
}

.flex .image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.link {
	display: table;
	width: 200px;
	margin: 5rem auto 0;
	background: #f4333d;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

@media screen and (min-width: 768px) {
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex > * {
	width: 50%;
}

.flex > *:nth-child(1) {
	padding-right: 3%;
}

.flex > *:nth-child(2) {
	padding-left: 3%;
}
}

@media screen and (max-width: 767.9px) {
article section {
	padding: 6rem 0;
}

article .header p br {
	display: none;
}

.flex > *:first-child {
	margin-bottom: 5rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
SERVICES
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.service .header {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/img/service/h1.jpg") center 20% no-repeat;
	background-size: cover;
}

.service .description {
	margin-bottom: 5rem;
}

ul.service-list li {
	margin-bottom: 2.5rem;
}

ul.service-list li.service01 {
	background: url("/img/service/service01.jpg") center 40% no-repeat;
	background-size: cover;
}

ul.service-list li.service02 {
	background: url("/img/service/service02.jpg") center top no-repeat;
	background-size: cover;
}

ul.service-list li.service03 {
	background: url("/img/service/service03.jpg") center center no-repeat;
	background-size: cover;
}

ul.service-list li.service04 {
	background: url("/img/service/service04.jpg") center center no-repeat;
	background-size: cover;
}

ul.service-list a {
	display: block;
	position: relative;
	height: 100%;
	padding: 3rem 7% 7rem;
	background: rgba(244, 51, 61, 0.4);
	color: #fff;
}

ul.service-list a::before {
	position: absolute;
	right: 20px;
	bottom: 19px;
	width: 20px;
	height: 10px;
	border-top: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
}

ul.service-list a::after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: auto;
	width: 50px;
	height: 1px;
	border-top: 2px solid #fff;
	content: "";
}

ul.service-list .number {
	display: block;
	margin-bottom: 2rem;
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 1;
}

.service .cebu {
	padding: 0;
	color: #fff;
}

.service .cebu h2 {
	width: 100%;
	text-align: center;
}

.service .cebu ul li {
	padding: 10rem 6%;
}

.service .cebu ul li:nth-of-type(2n) {
	flex-flow: row-reverse;
}

.service .cebu ul li:nth-of-type(1) {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/service/cebu01.jpg") center top no-repeat;
	background-size: cover;
}

.service .cebu ul li:nth-of-type(2) {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/img/service/cebu02.jpg") center 40% no-repeat;
	background-size: cover;
}

.service .cebu ul li:nth-of-type(3) {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/service/cebu03.jpg") center top no-repeat;
	background-size: cover;
}

.service .cebu ul h3 {
	font-size: 2rem;
}

.service .relation h2 {
	text-align: center;
}

.service .relation h3 {
	font-size: 2rem;
}

.service .contact-form {
	background: #f9f9f9;
}

.service .contact-form ul.step li::after {
	border-top-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
.service .cebu ul li {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.service .cebu ul .text {
	width: 48%;
}

.service .cebu ul .image {
	width: 48%;
}

.service .relation ul.service-list {
	display: flex;
	justify-content: space-between;
}

.service .relation ul.service-list li {
	width: 33%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ITオフショア開発事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.offshore .header {
	background: linear-gradient(rgba(102, 102, 102, 0.4), rgba(102, 102, 102, 0.4)), url("/img/service/service01.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}

.offshore .trouble h2 {
	text-align: center;
}

.offshore .trouble ul img {
	display: block;
	height: 100px;
	margin: 0 auto 2rem;
}

.offshore .trouble ul h3 {
	font-size: 1.8rem;
	text-align: center;
}

.offshore .about {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/img/service/offshore/about.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.offshore .about h3 {
	font-size: 2rem;
}

.offshore .feature h2 {
	display: table;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5rem;
}

.offshore .feature h2 span {
	position: absolute;
	top: -14px;
	left: 0;
	margin-right: 2rem;
	font-size: 5rem;
}

.offshore .feature.intro h2 {
	padding: 0;
}

.offshore .feature ul li {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.offshore .feature ul h3 {
	margin: 0;
	padding: 2rem;
	color: #000;
	font-size: 1.8rem;
}

.offshore .feature .description {
	text-align: center;
}

.offshore .feature img {
	display: block;
	margin: auto;
}

.offshore .feature.quality {
	background: #f9f9f9;
}

.offshore .feature.quality .image {
	margin-bottom: 2rem;
}

.offshore .feature.quality h3 {
	font-size: 1.8rem;
}

.offshore .feature dl {
	text-align: left;
}

.offshore .feature dt {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 1.8rem;
}

.offshore .feature dd + dt {
	margin-top: 4rem;
}

.offshore .cost {
	text-align: center;
}

.offshore .cost .flex {
	max-width: 1200px;
	margin: 5rem auto 0;
}

.offshore .cost .text {
	margin-bottom: 5rem;
}

.offshore .cost .text h3 {
	margin-bottom: 2rem;
	font-size: 3.2rem;
}

.offshore .cost .text p {
	display: inline-block;
	text-align: left;
}

.offshore .reference h2 {
	text-align: center;
}

.offshore .reference dt {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 1.8rem;
}

.offshore .reference dd + dt {
	margin-top: 5rem;
}

.offshore .reference dd {
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
}

.offshore .reference dd span {
	width: 200px;
	font-weight: bold;
}

.offshore .reference dd ul li:nth-last-of-type(n+2) {
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
.offshore .trouble ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.offshore .trouble ul li {
	width: 31%;
}

.offshore .feature ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.offshore .feature ul li {
	width: 31%;
}

.offshore .feature.quality .image {
	height: 24vw;
	max-height: 276px;
}

.offshore .reference dd {
	display: flex;
}

.offshore .reference dd span {
	flex: none;
}
}

@media screen and (max-width: 767.9px) {
.offshore .trouble ul li:nth-last-of-type(n+2) {
	margin-bottom: 5rem;
}

.offshore .feature ul li:nth-last-of-type(n+2) {
	margin-bottom: 5rem
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
クリエイティブ事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.creative .header {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/service/service02.jpg") center top no-repeat;
	background-size: cover;
	color: #fff;
}

.creative .about h2 {
	text-align: center;
}

.creative .about img {
	display: block;
	margin: 0 auto 2rem;
}

.creative .about h3 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	text-align: center;
}

.creative .service h2 {
	text-align: center;
}

.creative .service ul li {
	margin-bottom: 5rem;
}

.creative .service ul img {
	margin-bottom: 2rem;
}

.creative .service ul h3 {
	font-size: 1.8rem;
}

.creative .service ul p {
	margin-bottom: 1rem;
}

.creative .strength {
	background: #f9f9f9;
}

.creative .strength h2 {
	text-align: center;
}

.creative .strength ul li:nth-last-of-type(n+2) {
	margin-bottom: 5rem;
}

.creative .strength ul img {
	display: block;
	height: 100px;
	margin: 0 auto 2rem;
}

.creative .strength ul h3 {
	font-size: 1.8rem;
	text-align: center;
}

.creative .strength ul p {
	margin-bottom: 1rem;
}

.creative .tool h2 {
	text-align: center;
}

.creative .tool dt {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 1.8rem;
}

.creative .tool dd + dt {
	margin-top: 5rem;
}

.creative .tool dd {
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
}

.creative .tool dd span {
	width: 200px;
	font-weight: bold;
}

.creative .vr {
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("/img/service/creative/vr.jpg") center center no-repeat;
	background-size: cover;
}

.creative .vr h3 {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
.creative .about .text:first-child {
	padding-right: 6%;
}

.creative .about .text:last-child {
	padding-left: 6%;
	border-left: 1px solid #ddd;
}

.creative .service ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.creative .service ul li {
	width: 31%;
}

.creative .strength .inner {
	padding: 0 4%;
}

.creative .strength ul {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.creative .strength ul li {
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
}

.creative .tool dd {
	display: flex;
}

.creative .tool dd span {
	flex: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
FinTech × BPO事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.fintech .header {
	background: linear-gradient(rgba(135, 187, 227, 0.4), rgba(135, 187, 227, 0.4)), url("/img/service/service03.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}

.fintech .platform h2 {
	text-align: center;
}

.fintech .platform img {
	display: block;
	margin: 0 auto 2rem;
}

.fintech .platform h3 {
	margin-bottom: 2rem;
	text-align: center;
}

.fintech .iaoy {
	background: #f9f9f9;
}

.fintech .iaoy h3 {
	font-size: 2rem;
}

.fintech .iaoy .description {
	margin-bottom: 2rem;
}

.fintech .bpo {
	background: linear-gradient(rgba(228, 235, 243, 0.8), rgba(228, 235, 243, 0.8)), url("/img/service/fintech/bpo.jpg") center center no-repeat;
	background-size: cover;
}

.fintech .bpo .flex {
	justify-content: flex-end;
}

.fintech .bpo .text {
	padding: 0;
}

.fintech .bpo h3 {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
.fintech .platform .text:first-child {
	padding-right: 6%;
}

.fintech .platform .text:last-child {
	padding-left: 6%;
	border-left: 1px solid #ddd;
}

.fintech .bpo {
	background: linear-gradient(to left, rgba(228, 235, 243, 1) 50%, transparent 100%), url("/img/service/fintech/bpo.jpg") center center no-repeat;
	background-size: cover;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
クラウドプラットフォーム事業
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.cloud .header {
	background: linear-gradient(rgba(135, 187, 227, 0.4), rgba(135, 187, 227, 0.4)), url("/img/service/service04.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}

.cloud .image-container {
	height: 300px;
	background: linear-gradient(rgba(135, 187, 227, 0.3), rgba(135, 187, 227, 0.3)), url("/img/service/cloud/image.jpg") center center no-repeat;
	background-size: cover;
}

.cloud .solution h2 {
	text-align: center;
}

.cloud .solution img {
	display: block;
	margin: 0 auto 2rem;
}

.cloud .solution h3 {
	margin-bottom: 2rem;
	text-align: center;
}

.cloud .cooperation {
	background: #f9f9f9;
	text-align: center;
}

@media screen and (min-width: 768px) {
.cloud .intro .flex:last-of-type {
	flex-flow: row-reverse;
}

.cloud .solution .text:first-child {
	padding-right: 6%;
}

.cloud .solution .text:last-child {
	padding-left: 6%;
	border-left: 1px solid #ddd;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
CASE STUDIES
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.case .header {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/img/case/h1.jpg") center 20% no-repeat;
	background-size: cover;
}

ul.case-list li {
	margin-bottom: 5rem;
}

ul.case-list img {
	margin-bottom: 2rem;
}

ul.case-list h2 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
}

ul.case-list p {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
ul.case-list {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

ul.case-list li {
	width: 31%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ABOUT
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about .header {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/img/about/h1.jpg") 30% 90% no-repeat;
	background-size: cover;
}

.about .intro {
	text-align: center;
}

.about .intro .description {
	margin-bottom: 7%;
}

.about .feature {
	padding: 0;
	color: #fff;
}

.about .feature h2 {
	width: 100%;
	text-align: center;
}

.about .feature ul {
	counter-reset: number;
}

.about .feature ul li {
	padding: 10rem 6%;
}

.about .feature ul li:nth-of-type(2n) {
	flex-flow: row-reverse;
}

.about .feature ul li:nth-of-type(1) {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("/img/about/feature01-background.jpg") center center no-repeat;
	background-size: cover;
}

.about .feature ul li:nth-of-type(2) {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("/img/about/feature02-background.jpg") center center no-repeat;
	background-size: cover;
}

.about .feature ul li:nth-of-type(3) {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("/img/about/feature03-background.jpg") center center no-repeat;
	background-size: cover;
}

.about .feature ul li:nth-of-type(4) {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("/img/about/feature04-background.jpg") center 80% no-repeat;
	background-size: cover;
}

.about .feature ul li:nth-of-type(5) {
	background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("/img/about/feature05-background.jpg") center 60% no-repeat;
	background-size: cover;
}

.about .feature ul .image {
	text-align: center;
}

.about .feature ul span {
	font-weight: bold;
	font-size: 6rem;
}

.about .feature ul h3 {
	display: flex;
	font-size: 2rem;
	align-items: center;
}

.about .feature ul h3::before {
	margin-right: 1rem;
	font-size: 6rem;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
}

.about .feature dt {
	font-weight: bold;
	font-size: 1.8rem;
}

.about .feature dd + dt {
	margin-top: 3rem;
}

.about .company h2 {
	text-align: center;
}

.about .company table {
	margin: auto;
}

.about .company th {
	width: 150px;
}

.about .history {
	background: #f9f9f9;
}

.about .history h2 {
	text-align: center;
}

.about .history .inner {
	max-width: 1600px;
}

.about .history ul li {
	display: flex;
	align-items: center;
}

.about .history ul li:nth-last-of-type(n+2) {
	margin-bottom: 6rem;
}

.about .history ul span {
	font-size: 3.2rem;
}

.about .history ul img {
	width: 120px;
	height: 120px;
	margin: 0 5%;
	border-radius: 50%;
	flex: none;
}

@media screen and (min-width: 768px) {
.about .feature ul li {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.about .feature ul .text {
	width: 48%;
}

.about .feature ul .image {
	width: 48%;
}
}

@media screen and (max-width: 567.9px) {
.about .feature ul .image {
	margin-top: 5rem;
}

.about .history ul li {
	text-align: center;
	flex-flow: column;
}

.about .history ul img {
	margin-bottom: 1.5rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Address
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.address {
	padding: 0;
	background: #333;
	color: #fff;
}

.address iframe {
	width: 100%;
	height: 400px;
}

.address .inner {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.address .description {
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
.address {
	display: flex;
}

.address iframe {
	width: 50%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home .header {
	height: 67vw;
	min-height: 600px;
	max-height: 700px;
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/img/home/h1.jpg") 95% center no-repeat;
	background-size: cover;
}

.home .header h1 {
	font-size: 8.3rem;
}

.home .header p {
	font-weight: bold;
	line-height: 1.9;
}

.home .header .scroll {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.home .header .scroll::after {
	display: block;
	width: 1px;
	height: 80px;
	margin: auto;
	border-left: 1px solid #fff;
	content: "";
}

.home .service {
	margin-top: -20rem;
}

.home ul.service-list {
	position: relative;
	margin-bottom: 10rem;
	z-index: 1;
}

.home ul.service-list li {
	margin-bottom: 0.5rem;
}

.home ul.service-list .number {
	margin-bottom: 1rem;
}

.home ul.service-list h3 {
	font-size: 2rem;
}

.home .case {
	background: #f9f9f9;
}

.home .case h2 {
	text-align: center;
}

.home .case .description {
	margin-bottom: 5rem;
	text-align: center;
}

.home ul.case-list li {
	margin-bottom: 3rem;
	padding: 2rem;
	background: #fff;
}

.home ul.case-list h3 {
	margin-bottom: 2rem;
}

.home .value {
	background: linear-gradient(rgba(244, 51, 61, 0.4), rgba(244, 51, 61, 0.4)), url("/img/home/value.jpg") 10% center no-repeat;
	background-size: cover;
	color: #fff;
}

.home .value .inner {
	position: relative;
	z-index: 1;
}

.home .value h2 {
	text-align: center;
}

.home .value .description {
	text-align: center;
}

.home .value .value-list dt {
	display: flex;
	margin: 6rem 0 2rem;
	text-align: center;
	align-items: center;
}

.home .value .value-list dt::before {
	margin-right: 1.5rem;
	border-top: 1px solid #fff;
	content: "";
	flex-grow: 1;
}

.home .value .value-list dt::after {
	margin-left: 1.5rem;
	border-top: 1px solid #fff;
	content: "";
	flex-grow: 1;
}

.home .value .value-list dd:nth-last-of-type(n+2) {
	margin-bottom: 2rem;
}

.home .value .link {
	background: #fff;
	color: #f4333d;
}

.home .news ul a {
	display: block;
	padding: 1rem 0;
	border-bottom: 1px dotted #f4333d;
	color: inherit;
}

.home .news ul time {
	display: block;
	width: 110px;
	flex: none;
}

.home .news ul h3 {
	margin-bottom: 0;
	font-weight: normal;
}

@media screen and (min-width: 480px) {
.home .news ul a {
	display: flex;
}
}

@media screen and (min-width: 768px) {
.home .header .text {
	text-align: center;
}

.home .header p {
	font-size: 2rem;
}

.home ul.service-list {
	display: flex;
	justify-content: space-between;
}

.home ul.service-list li {
	width: 33%;
}

.home ul.case-list {
	display: flex;
	justify-content: space-between;
}

.home ul.case-list li {
	width: 31%;
}

.home .value .value-list {
	display: flex;
	justify-content: space-between;
}

.home .value .value-list dl {
	width: 30%;
}
}

@media screen and (max-width: 767.9px) {
.home .header h1 {
	font-size: 10.5vw;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
投稿
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.post .header {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/img/post/h1.jpg") 30% center no-repeat;
	background-size: cover;
}

.post h1 span {
	display: block;
	font-size: 2.5rem;
}

.post .entry {
	padding: 0 0 3rem;
	border-bottom: 1px dotted #f4333d;
}

.post .entry time {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}

.post .entry h2 {
	margin-bottom: 2rem;
	text-align: left;
}

.post .entry h3 {
	margin: 5rem 0 1rem;
	font-size: 2.1rem;
}

.post .entry h2 + h3 {
	margin-top: 1rem;
}

.post .entry h4 {
	margin: 5rem 0 1rem;
	font-size: 2rem;
}

.post .entry h3 + h4 {
	margin-top: 1rem;
}

.post .entry img {
	display: block;
	width: auto;
	max-height: 640px;
	margin: 3rem auto;
}

.post .entry img + br {
	display: none;
}

.post .entry .wp-block-image {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.post .entry .wp-block-image img {
	margin: 0 auto;
}

.post .entry .wp-block-gallery {
	margin: 3rem auto 1.4rem;
	justify-content: center;
}

.post .entry .blocks-gallery-grid img {
	height: auto;
	margin: 0 auto;
}

.post .entry a {
	color: #f4333d;
}

.post .entry a[href^="http"] {
	word-break: break-all;
}

.post.archive .entry-link {
	display: block;
	color: inherit;
}

.post.archive h2 {
	font-size: 2.2rem;
}

.post.archive .entry {
	padding: 2rem 0 3rem;
}

.post.archive .entry-link:first-of-type .entry {
	padding-top: 0;
}

.post.archive .entry img {
	margin: 2rem auto 0;
}

.post.single .entry h2 {
	margin-top: 6rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #f4333d, #fddbdc 50%);
	border-image-slice: 1;
}

.post.single .entry time + h2 {
	margin-top: 0;
}

.post aside h3 {
	position: relative;
	padding-bottom: 0.5rem;
	border-bottom: 1px dotted #f4333d;
	font-size: 2.1rem;
}

.post aside section {
	padding-top: 0;
}

.post .recent-list ul li {
	border-bottom: 1px dotted #f4333d;
}

.post .recent-list ul a {
	display: block;
	padding: 1rem 0;
}

.post .recent-list time {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

.post .recent-list h4 {
	font-weight: normal;
	font-size: 1.5rem;
}

.post .archive-list {
	min-width: 200px;
}

.post .archive-list ul.year {
	color: #f4333d;
}

.post .archive-list ul.year li {
	line-height: 2;
}

.post .archive-list ul.year span {
	display: inline-block;
	margin: 1rem 0 0.5rem;
	cursor: pointer; 
	transition: 0.3s ease-in-out;
}

.post .archive-list ul.year span:hover { 
	opacity: 0.7;
}

.post .archive-list ul.year li:nth-of-type(n+2) ul.month { 
	display: none;
}

.post .archive-list ul.month {
	margin-left: 2rem; 
}

@media screen and (min-width: 640px) {
.post.archive .entry .entry-inner {
	display: flex;
	align-items: flex-start;
}

.post.archive .entry img {
	margin: 0 0 0 5%;
	flex: none;
}
}

@media screen and (min-width: 768px) {
.post .entry img {
	max-width: 640px;
}
}

@media screen and (max-width: 767.9px) {
.post h1 span {
	font-size: 2rem;
}

.post .entry h3 {
	font-size: 2rem;
}

.post .entry h4 {
	font-size: 1.8rem;
}

.post .entry h4::before {
	top: 6px;
}

.post.archive .entry {
	padding: 1.5rem 0 2.5rem;
}

.post.archive h2 {
	font-size: 2rem;
}

.post aside h3 {
	font-size: 2rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ページネーション
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.pagination {
	display: flex;
	padding: 4rem 0 0;
	text-align: center;
	justify-content: center;
}

.pagination > a {
	display: block;
	width: 200px;
	background: #f4333d;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.pagination > a:nth-of-type(2) {
	margin-left: 4%;
}

.pagination ul {
	display: flex;
	max-width: 100%;
	color: #f4333d;
	font-size: 1.8rem;
	line-height: 40px;
	justify-content: center;
}

.pagination ul li {
	position: relative;
	width: 40px;
	border-top: 1px solid #fbb5b9;
	border-bottom: 1px solid #fbb5b9;
	border-left: 1px solid #fbb5b9;
}

.pagination .first {
	border-radius: 5px 0 0 5px;
}

.pagination .last {
	border-right: 1px solid #fbb5b9;
	border-radius: 0 5px 5px 0;
}

.pagination .current {
	background: #f4333d;
	color: #fff;
}

.pagination ul a {
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	color: #f4333d;
}

.pagination ul a:hover {
	opacity: 1;
	background: #f4333d;
	color: #fff;
}

.pagination ul a:hover::before,
.pagination ul a:hover::after {
	border-color: #fff;
}

.pagination .first::before,
.pagination .first a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(-135deg);
}

.pagination .first::before {
	border-color: #fbb5b9;
}

.pagination .first::after,
.pagination .first a::after {
	display: block;
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(-135deg);
}

.pagination .first::after {
	border-color: #fbb5b9;
}

.pagination .prev::before,
.pagination .prev a::before {
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(-135deg);
}

.pagination .prev::before {
	border-color: #fbb5b9;
}

.pagination .next::before,
.pagination .next a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(45deg);
}

.pagination .next::before {
	border-color: #fbb5b9;
}

.pagination .last::before,
.pagination .last a::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(45deg);
}

.pagination .last::before {
	border-color: #fbb5b9;
}

.pagination .last::after,
.pagination .last a::after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #f4333d;
	border-right: 2px solid #f4333d;
	content: "";
	transform: rotate(45deg);
}

.pagination .last::after {
	border-color: #fbb5b9;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
お問い合わせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 100%;
	height: 40px;
	padding: 0 1rem;
	border: 1px solid #fbb5b9;
	border-radius: 5px;
	line-height: 40px;
	-webkit-appearance: none;
}

input[type="submit"] {
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-webkit-appearance: button;
}

input[type="submit"]:hover {
	opacity: 0.7;
}

input[type="radio"] {
	margin-right: 0.3rem;
}

.contact .header {
	background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/img/contact/h1.jpg") center center no-repeat;
	background-size: cover;
}

.contact-form .inner {
	max-width: 1200px;
}

.contact-form h2 {
	text-align: center;
}

.contact-form ul.step {
	display: flex;
	margin-bottom: 5rem;
}

.contact-form ul.step li {
	position: relative;
	width: calc(100% / 3);
	padding: 0 2rem;
	background: #fddbdc;
	color: #f4333d;
	font-weight: bold;
	line-height: 48px;
}

.contact-form ul.step li:nth-of-type(n+2) {
	margin-left: 0.7rem;
}

.contact-form ul.step li:nth-of-type(n+2)::before {
	display: block;
	position: absolute;
	top: 0;
	left: -24px;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 24px solid #fddbdc;
	border-bottom: 24px solid #fddbdc;
	border-left: 24px solid transparent;
	content: '';
}

.contact-form ul.step li::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 24px solid #fff;
	border-bottom: 24px solid #fff;
	border-left: 24px solid transparent;
	content: '';
}

.mw_wp_form_input ul.step li:nth-of-type(1) {
	background: #f4333d;
	color: #fff;
}

.mw_wp_form_confirm ul.step li:nth-of-type(2) {
	background: #f4333d;
	color: #fff;
}

.mw_wp_form_confirm ul.step li:nth-of-type(2)::before {
	border-top-color: #f4333d;
	border-bottom-color: #f4333d;
}

.mw_wp_form_complete ul.step li:nth-of-type(3) {
	background: #f4333d;
	color: #fff;
}

.mw_wp_form_complete ul.step li:nth-of-type(3)::before {
	border-top-color: #f4333d;
	border-bottom-color: #f4333d;
}

.contact-form table {
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

.contact-form th {
	white-space: normal;
}

.contact-form th::before {
	display: inline-block;
	margin-right: 1.5rem;
	padding: 0 0.6rem;
	border-radius: 3px;
	background: #f4333d;
	color: #fff;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.7;
	vertical-align: 2px;
	content: "任意";
	flex: none;
}

.contact-form th.required::before {
	background: #ff0000;
	color: #fff;
	content: "必須";
}

.contact-form select {
	height: 40px;
	padding: 0 1rem;
	border: 1px solid #f4333d;
	border-radius: 5px;
}

.contact-form textarea {
	width: 100%;
	padding: 1rem;
	border: 1px solid #fbb5b9;
	border-radius: 5px;
}

.contact .error {
	margin: 0.5rem 0 -0.5rem;
	color: #ff0000;
}

.contact-form .button {
	display: flex;
	margin-top: 5rem;
	justify-content: center;
}

.contact-form .button input {
	width: 200px;
	background: #f4333d;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.contact-form .button .back {
	margin-right: 4%;
}

.contact-form .privacy {
	text-align: center;
}

.mw_wp_form_confirm .privacy {
	display: none;
}

.mw_wp_form_send_error {
	padding: 10rem 6%;
	text-align: center;
}

@media screen and (min-width: 768px) {
.contact-form th {
	width: 250px;
	line-height: 40px;
}

.mw_wp_form_confirm td {
	padding-top: 0.5rem;
}
}

@media screen and (max-width: 767.9px) {
.contact-form td {
	min-height: 50px;
}

.mw_wp_form_send_error {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
404 Not Found
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.notfound {
	text-align: center;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
WordPress
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-radius: 3px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

.block-editor-writing-flow .editor-post-title {
	width: calc(100% - 4rem);
	margin: auto;
	font-size: 62.5%;
}

.edit-post-visual-editor .editor-post-title__block {
	max-width: 1200px;
}

.block-editor-block-list__block {
	width: calc(100% - 4rem);
	max-width: 1200px;
	font-size: 62.5%;
}

.block-editor-plain-text {
	max-height: none;
}

.edit-post-text-editor .editor-post-title__block {
	max-width: none;
}

.edit-post-text-editor__body {
	width: calc(100% - 4rem);
	max-width: none;
}
