@charset "utf-8";

/*
Theme Name: RITA MARKETING PARTNERS 20231127テストページ
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html,
body {
	height: 100%;
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

img.alignleft, img.aligncenter, img.alignright {
	display: block;
}

img.alignleft {
	margin-right: auto;
}

img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

img.alignright {
	margin-left: auto;
}

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}
.wrapper {
	width: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 1390px) {
	html {
		font-size: .7194vw;
	}
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 2.6666vw;
	}
}
a {
	text-decoration: none;
	color: inherit;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.visible_sp {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.visible_pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: rgba(255,255,255,.9);
	height: 10rem;
	padding: 2.7rem 2.0833vw 2.9rem 1.927vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	box-shadow: .2rem 0 .5rem rgba(0,0,0,.2);
	white-space: nowrap;
}
.header img {
	display: block;
}
.header_logo {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.header_logo img {
	width: 26rem;
	margin-left: 1.0416vw;
}
.header_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity .3s;
}
.header_menu {
	display: none;
}
@media only screen and (min-width: 769px) {
	.header_logo a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.header {
		height: 5.3rem;
		padding: 0 0 0 2.4rem;
	}
	.header_logo {
		font-size: 1rem;
		line-height: 1.4;
	}
	.header_logo img {
		width: 14.6rem;
		margin-left: 2.6rem;
	}
	.header_menu {
		-webkit-appearance: none;
		appearance: none;
		border: 0;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 5.2rem;
		height: 5.3rem;
		border-radius: 0;
		background: none;
		outline: none;
		color: inherit;
		z-index: 5000;
	}
	.header_menu::before,
	.header_menu::after {
		content: '';
	}
	.header_menu::before,
	.header_menu::after,
	.header_menu span {
		display: block;
		width: 2.7rem;
		height: .4rem;
		background: #e40012;
		position: absolute;
		top: 1.4rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: background .3s, transform .3s;
	}
	.header_menu::after {
		top: 3.4rem;
	}
	.header_menu span {
		top: 2.4rem;
	}
	.header_menu.open::before,
	.header_menu.open::after {
		top: 2.6rem;
		left: 0;
		transform: rotate(45deg);
		background: #fff;
	}
	.header_menu.open::after {
		transform: rotate(-45deg);
	}
	.header_menu.open span {
		background: transparent;
	}
}

/*gnav
----------------------------------------*/
.gnav {
	margin: 0 0 0 auto;
}
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
}
.gnav ul li:not(.gnav_contact) {
	border-left: 1px solid #000;
}
.gnav ul li.visible_sp:first-child + li {
	border-left: 0;
}
.gnav ul a {
	display: block;
}
.gnav ul li:not(.gnav_contact) a {
	padding: 1rem 2.1354vw;
	transition: color .3s;
}
.gnav .gnav_contact {
	width: 21rem;
	top: -.1rem;
	margin-left: 3px;
}
.gnav .gnav_contact a {
	text-align: center;
	padding: .8rem 1rem 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	border-radius: 2rem;
	background: -moz-linear-gradient(80deg, #ffbf00 15%, #f06900 40%, #d81200 100%);
	background: -webkit-linear-gradient(80deg, #ffbf00 15%, #f06900 40%,#d81200 100%);
	background: linear-gradient(80deg, #ffbf00 15%, #f06900 40%,#d81200 100%);
	transition: opacity .3s;
	overflow: hidden;
}
.gnav .gnav_contact a::before {
	content: '';
	display: block;
	position: absolute;
	top: .2rem;
	bottom: .2rem;
	left: .2rem;
	width: 0;
	background: #fff;
	border-radius: 1.9rem;
	transition: width .3s;
}
.gnav .gnav_contact a::after {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.1rem;
	margin: auto 0;
	transition: right .3s, border-color .3s;
}
@media only screen and (min-width: 769px) {
	.gnav ul li a:hover {
		color: #e40012;
	}
	.gnav .gnav_link {
		display: none;
	}
	.gnav .gnav_contact a:hover::before {
		width: calc(100% - .4rem);
	}
	.gnav .gnav_contact a:hover::after {
		right: 1.6rem;
		border-color: #e40012;
	}
}
@media only screen and (max-width: 768px) {
	.gnav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		z-index: 1000;
		margin: 0;
		padding: 4.5rem 5%;
		background: #e40012;
	}
	.gnav ul {
		display: block;
	}
	.header .gnav ul li {
		width: 100% !important;
		margin: 0 0 .4rem;
	}
	.gnav ul li:not(.gnav_contact) {
		border: 0;
		border-bottom: .1rem solid #fff;
	}
	.header .gnav ul a {
		color: #fff;
		font-size: 1.7rem;
		padding: 1rem 0 1.2rem !important;
		font-weight: bold;
		text-align: center;
		border-radius: 0;
		background: none;
	}
	.header .gnav ul a::after {
		display: none;
	}
}

/*contents
----------------------------------------*/
.contents {
	padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
	.contents {
		padding-top: 5.3rem;
	}
}

/*footer
----------------------------------------*/
.footer {
	background: #e40012;
	color: #fff;
	padding: 5.5rem 2rem 4.5rem;
}
.footer img {
	display: block;
}
.footer_logo {
	width: 22.3rem;
	margin: 0 auto;
}
.footer_logo a {
	display: block;
	transition: opacity .3s;
}
.footer_nav {
	width: 100rem;
	margin: 4rem auto 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.3rem;
}
.footer_nav li + li {
	border-left: 1px solid #fff;
}
.footer_nav a {
	display: block;
	padding: .2rem 2.75rem .4rem;
	transition: opacity .3s;
}
.copyright {
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .04em;
}
@media only screen and (min-width: 769px) {
	.footer a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.footer {
		padding: 3.3rem 1rem 4rem;
	}
	.footer_logo {
		width: 18.4rem;
	}
	.footer_nav {
		width: auto;
		margin: 2.2rem auto 2rem;
		font-size: 1.1rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_nav li + li {
		border-left: 0;
	}
	.footer_nav a {
		padding: .4rem 1.2rem;
	}
	.footer_nav .footer_nav_contact {
		width: 100%;
		order: 1;
		margin-top: 1.6rem;
	}
	.footer_nav .footer_nav_contact a {
		width: 26.6rem;
		margin: 0 auto;
		display: block;
		font-size: 1.4rem;
		background: #fff;
		padding: 1.5rem .5rem;
		border-radius: 2.5rem;
		color: #e40012;
		font-weight: bold;
		text-align: center;
	}
	.footer_nav .footer_nav_contact a::after {
		content: '';
		display: block;
		width: .8rem;
		height: .8rem;
		border-top: .2rem solid #e40012;
		border-right: .2rem solid #e40012;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.6rem;
		margin: auto 0;
	}
	.copyright {
		font-size: 1rem;
	letter-spacing: .04em;
	}
}

/* bg
----------------------------------------*/
.bg_red {
	background: -moz-linear-gradient(60deg, rgba(255,191,0,.2) 5%, rgba(240,105,0,.2) 30%, rgba(216,18,0,.2) 100%);
	background: -webkit-linear-gradient(60deg, rgba(255,191,0,.2) 5%, rgba(240,105,0,.2) 30%,rgba(216,18,0,.2) 100%);
	background: linear-gradient(60deg, rgba(255,191,0,.2) 5%, rgba(240,105,0,.2) 30%,rgba(216,18,0,.2) 100%);
}
.bg_red.five {
	background: -moz-linear-gradient(80deg, rgba(255,191,0,.15) 5%, rgba(240,105,0,.15) 30%, rgba(216,18,0,.15) 100%);
	background: -webkit-linear-gradient(80deg, rgba(255,191,0,.15) 5%, rgba(240,105,0,.15) 30%,rgba(216,18,0,.15) 100%);
	background: linear-gradient(80deg, rgba(255,191,0,.15) 5%, rgba(240,105,0,.15) 30%,rgba(216,18,0,.15) 100%);
}
.bg_gray {
	background: #f6f6f6;
}
.bg_white::before,
.bg_white::after,
.bg_gray::before,
.bg_gray::after,
.bg_red::before,
.bg_red::after {
	content: '';
	display: block;
	width: 51.9rem;
	height: 51.9rem;
	background: url(img/common/bg_01.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.bg_red::before,
.bg_red::after,
.bg_gray::before,
.bg_gray::after {
	width: 77.9rem;
	height: 77.9rem;
	background: url(img/common/bg_02.png) no-repeat left top / 100% auto;
}
.bg_red::after,
.bg_white::after,
.bg_gray::after {
	transform: rotate(180deg);
	bottom: 0;
	top: auto;
	left: auto;
	right: 0;
}
@media only screen and (max-width: 768px) {
	.bg_white::before,
	.bg_white::after,
	.bg_gray::before,
	.bg_gray::after,
	.bg_red::before,
	.bg_red::after {
		width: 17.3rem;
		height: 17.3rem;
	}
	.bg_red::before,
	.bg_red::after,
	.bg_gray::before,
	.bg_gray::after {
		width: 25.9rem;
		height: 25.9rem;
	}
}

/* ttl
----------------------------------------*/
.ttl_h2 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: .07em;
	color: #e40012;
}
.ttl_h2 span {
	display: inline-block;
	color: #000;
	font-size: 4.6rem;
	margin: 1rem;
	letter-spacing: 0;
	padding: 0 4.4rem;
}
.ttl_h2 span::before,
.ttl_h2 span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.9rem 2.9rem 0 0;
	border-color: #e40012 transparent transparent;
	position: absolute;
	top: 1.6rem;
	left: 0;
}
.ttl_h2 span::after {
	border-width: 0 0 2.9rem 2.9rem;
	border-color: transparent transparent #e40012;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 1rem;
	right: -.5rem;
}
@media only screen and (max-width: 768px) {
	.ttl_h2 {
		font-size: 1rem;
		line-height: 1.35;
	}
	.ttl_h2 span {
		font-size: 2.3rem;
		margin: .4rem 0 0;
		letter-spacing: -.02em;
		padding: 0;
	}
	.ttl_h2 span::before,
	.ttl_h2 span::after {
		display: inline-block;
		border-width: 1.2rem 1.2rem 0 0;
		position: relative;
		top: auto;
		left: auto;
		vertical-align: .6rem;
		margin: 0 .4rem 0 -1.6rem;
	}
	.ttl_h2 span::after {
		border-width: 0 0 1.2rem 1.2rem;
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0 -1.6rem 0 .6rem;
		vertical-align: -.4rem;
	}
}

/* btn
----------------------------------------*/
.btn {
	text-align: center;
	z-index: 9;
}
.btn a,
.btn > span {
	display: inline-block;
	min-width: 30rem;
	background: #e40012;
	border: .3rem solid #e40012;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 3rem;
	padding: 1.4rem 1rem;
	box-shadow: .2rem .2rem .5rem rgba(0,0,0,.2);
	transition: color .3s;
	overflow: hidden;
}
.btn > span {
	padding: 0;
}
.btn > span input[type="submit"],
.btn > span input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	font-family: inherit;
	color: inherit;
	padding: 1.4rem 1rem;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
}
.btn a::before,
.btn > span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #fff;
	transition: width .3s;
}
.btn a::after,
.btn > span::after {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: border-color .3s, right .3s;
}
.btn .btn_white {
	background: #fff;
	color: #e40012;
}
.btn .btn_white::before {
	background: #e40012;
}
.btn .btn_white::after {
	border-top-color: #e40012;
	border-right-color: #e40012;
}
@media only screen and (min-width: 769px) {
	.btn a:hover,
	.btn > span:hover {
		color: #e40012;
	}
	.btn a:hover:before,
	.btn > span:hover:before {
		width: 100%;
	}
	.btn a:hover::after,
	.btn > span:hover::after {
		border-color: #e40012;
		right: 1.4rem;
	}
	.btn .btn_white:hover {
		color: #fff;
	}
	.btn .btn_white:hover::after {
		border-color: #fff;
	}
}
@media only screen and (max-width: 768px) {
	.btn a,
	.btn > span {
		min-width: 26.6rem;
		font-size: 1.5rem;
		border-radius: 2.5rem;
		padding: 1.2rem 1rem;
		letter-spacing: .05em;
	}
	.btn > span {
		padding: 0;
	}
	.btn > span input[type="submit"],
	.btn > span input[type="button"] {
		padding: 1.2rem 1rem;
	}
	.btn a::after,
	.btn > span::after {
		width: .8rem;
		height: .8rem;
		right: 1.4rem;
	}
}

/*section_block
----------------------------------------*/
.section_block {
	padding: 9.4rem 2rem 13.5rem;
}
.section_inner {
	width: 100rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.section_block {
		padding: 6.2rem 0 6.2rem;
	}
	.section_inner {
		width: 32.3rem;
	}
}

/*news
----------------------------------------*/
.section_block .news_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 7.5rem 0 0;
}
.section_block .news_list li {
	width: 30rem;
	margin: 0 0 9.4rem 5rem;
}
.section_block .news_list li a {
	display: block;
	transition: opacity .3s;
}
.section_block .news_list figure {
	width: 100%;
	height: 24rem;
}
.section_block .news_list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_block .news_list li:nth-child(3n+1) {
	margin-left: 0;
}
.section_block .news_tag {
	margin: 1.7rem 0 1.2rem;
}
.section_block .news_tag span {
	display: inline-block;
	background: #e40012;
	color: #fff;
	min-width: 12rem;
	padding: .4rem .5rem .5rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-right: .8rem;
	margin-top: .8rem;
}
.section_block .news_ttl {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	padding-right: .5rem;
	margin-bottom: .4rem;
}
.section_block .news_date {
	font-size: 1.7rem;
	color: #cbcbcb;
}
.news_detail {
	width: 80rem;
	margin: 8.1rem auto 8.9rem;
	font-size: 1.6rem;
	line-height: 1.9;
}
.news_detail .news_ttl {
	border-top: .2rem solid #e40012;
	border-bottom: .2rem solid #e40012;
	padding: 3rem 0 5.4rem;
	margin-bottom: 8.8rem;
}
.section_block .news_detail .news_tag span {
	padding: .2rem .5rem .3rem;
}
.news_detail .news_ttl h2 {
	font-size: 3rem;
	line-height: 1.62;
	margin: 1.7rem 0 0;
}
.section_block .news_detail .news_date {
	color: #000;
	margin-top: 1.7rem;
	font-weight: normal;
}
.section_block .news_detail figure {
	max-width: 42.8rem
}
.section_block .news_detail img {
	margin-top: 6.6rem;
	margin-bottom: 6.6rem;
}
@media only screen and (min-width: 769px) {
	.section_block .news_list li a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.section_block .news_list {
		display: block;
		margin: 5rem 0 4.6rem;
	}
	.section_block .news_list li {
		width: auto;
		margin: 0;
	}
	.section_block .news_list li + li {
/*		border-top: .1rem solid #e90023;*/
		margin-top: 2.6rem;
/*		padding-top: 2.6rem;*/
	}
/*	.section_block .news_list li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.section_block .news_list figure {
		width: 13.3rem;
	}*/
	.section_block .news_txt {
		flex: 1;
/*		padding-left: 1.4rem;*/
		margin-top: .8rem;
	}
	.section_block .news_tag {
		margin: 0;
	}
	.section_block .news_tag span {
		min-width: 6.5rem;
		padding: .1rem .3rem .3rem;
		font-size: 1rem;
		margin-right: .5rem;
	}
	.section_block .news_ttl {
		font-size: 2rem;
		/*padding-right: 1rem;*/
		margin-bottom: 0;
	}
	.section_block .news_date {
		font-size: 1rem;
	}
	.news_detail {
		width: auto;
		margin: 5rem auto 3.8rem;
		font-size: 1.3rem;
	}
	.news_detail .news_ttl {
		border-top-width: .1rem;
		border-bottom-width: .1rem;
		padding: 1.6rem 0 1.2rem;
		margin-bottom: 2rem;
	}
	.section_block .news_detail .news_tag span {
		padding: 0 .3rem .1rem;
	}
	.news_detail .news_ttl h2 {
		font-size: 1.3rem;
		line-height: 1.55;
		margin: 0;
	}
	.section_block .news_detail .news_date {
		margin-top: .4rem;
	}
	.section_block .news_detail figure {
		max-width: 22.6rem
	}
	.section_block .news_detail img {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

/*contact
----------------------------------------*/
.contact {
	width: 80rem;
	margin: 8rem auto 0;
	padding: 9.8rem 0 0;
	border-top: .2rem solid #e40012;
}
.contact-table,
.contact-table tbody,
.contact-table tr,
.contact-table th,
.contact-table td {
	display: block;
	text-align: left;
}
.contact-table th {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.contact-required {
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
	background: #e40012;
	color: #fff;
	width: 5rem;
	text-align: center;
	padding: .3rem;
	margin-right: .7rem;
}
.mw_wp_form_preview .contact-required {
	display: none;
}
.contact-table td {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5.1rem;
}
.contact-table td label:first-child {
	/* margin-top: .9rem; */
}
.contact-table td label:last-child {
	/* margin-bottom: 1rem; */
}
.contact-table td label {
	font-weight: bold;
	line-height: 1.85;
	letter-spacing: .02em;
	display: inline-block;
}
.contact-table td input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 0;
	border: 1px solid #000;
	background: #fff;
	margin-right: .2rem;
}
.contact-table td input[type="checkbox"]:checked:before {
	content: '';
	display: block;
	position: absolute;
	top: .1rem;
	left: -.05rem;
	width: 1rem;
	height: .5rem;
	border-left: .3rem solid #e40012;
	border-bottom: .3rem solid #e40012;
	transform: rotate(-45deg);
}
.contact-table td input[type="text"],
.contact-table td input[type="tel"],
.contact-table td input[type="email"],
.contact-table td textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #989898;
	border-radius: 0;
	font-size: 2rem;
	font-weight: bold;
	height: 5rem;
	padding: .5rem 1.5rem;
	font-family: inherit;
	outline: none;
}
.contact-table td textarea {
	height: 44rem;
	resize: vertical;
	line-height: 2.2;
}
.contact ::placeholder {
	color: #e5e5e5;
}
.contact ::-ms-input-placeholder {
	color: #e5e5e5;
}
.contact :-ms-input-placeholder {
	color: #e5e5e5;
}
.contact-conf {
	text-align: center;
	color: #e40012;
	font-weight: bold;
	font-size: 2rem;
	/* margin: 9.5rem 0; */
	margin: 0 0 5rem;
}
.contact-btn > span + span {
	margin-left: 4.5rem;
}
.contact-thanks > p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
	margin: -.5rem 0 8.8rem;
}
.mw_wp_form .contact-table .vertical-item + .vertical-item {
	margin: 0;
}
.mw_wp_form_input .btn_back {
	display: none;
}
.mw_wp_form .contact-table .error {
	color: #e40012;
	margin-top: 0.25em;
}
.mw_wp_form_preview .input-only {
	display: none;
}
@media only screen and (max-width: 768px) {
	.contact {
		width: auto;
		margin: 4.4rem auto 0;
		padding: 0;
		border-top: 0;
	}
	.contact-table {
		padding-bottom: .5rem;
	}
	.contact-table th {
		font-size: 1.3rem;
		padding-left: 3.8rem;
		margin-bottom: .6rem;
	}
	.mw_wp_form_preview .contact-table th {
		padding-left: 0;
	}
	.contact-required {
		font-size: 1rem;
		width: 3.3rem;
		position: absolute;
		left: 0;
		top: 0;
		margin-right: .5rem;
	}
	.contact-table td {
		font-size: 1.3rem;
		margin-bottom: 3.5rem;
	}
	.contact-table td label:first-child {
		margin-top: .4rem;
	}
	.contact-table td label:last-child {
		margin-bottom: .5rem;
	}
	.contact-table td label {
		line-height: 1.65;
	}
	.contact-table td input[type="checkbox"] {
		width: 1.2rem;
		height: 1.2rem;
		vertical-align: -.1rem;
	}
	.contact-table td input[type="checkbox"]:checked:before {
		width: .8rem;
		height: .3rem;
	}
	.contact-table td input[type="text"],
	.contact-table td input[type="tel"],
	.contact-table td input[type="email"],
	.contact-table td textarea {
		height: 3.4rem;
		padding: .5rem 1rem;
		font-size: 16px;
	}
	.contact-table td textarea {
		height: 20rem;
	}
	.contact-conf {
		font-size: 1.5rem;
		margin: 0 0 4rem;
	}
	.contact-btn > span + span {
		margin: 1.5rem 0 0;
	}
	.contact-thanks > p {
		text-align: left;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 2;
		margin: 0 0 4rem;
	}
}

/* mainv_block
----------------------------------------*/
.mainv_block {
	height: 70rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainv_block.company {
	background: url(img/company/mainv.jpg) no-repeat top center / auto 100%;
}
.mainv_txt {
	width: 100rem;
	margin: 0 auto;
	color: #fff;
	padding-bottom: 7.3rem;
	z-index: 3;
}
.mainv_txt h2 {
	font-size: 9rem;
	font-weight: 900;
	line-height: 1.3;
}
.mainv_txt h2 span {
	font-size: 4rem;
	font-feature-settings: "palt";
	letter-spacing: .07em;
}
.mainv_txt h2 img {
	margin-top: 3.2rem;
}
.mainv_btn {
	width: 33rem;
	margin-top: 4rem;
}
.mainv_btn a {
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 3rem;
	font-size: 1.8rem;
	padding: 1.6rem 1rem 1.7rem;
	font-weight: bold;
	color: #e40012;
	transition: color .3s;
	overflow: hidden;
}
.mainv_btn a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #e40012;
	transition: width .3s;
}
.mainv_btn a::after {
	content: '';
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	border-top: .2rem solid #e40012;
	border-right: .2rem solid #e40012;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.9rem;
	margin: auto 0;
	transition: border-color .3s, right .3s;
}
.mainv_block img {
	display: block;
}
@media only screen and (min-width: 769px) {
	.mainv_block {
		background: none;
		overflow: hidden;
	}
	.mainv_block::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 50%;
		left: 0;
		margin-right: -37rem;
		background: url(img/index/bg_mainv.jpg) no-repeat left bottom / cover;
		z-index: 1;
	}
	.mainv_block.service::before {
		background-image: url(img/service/bg_mainv.jpg);
		z-index: 0;
	}
	.mainv_block::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		right: -6.5rem;
		margin-left: 30rem;
		background: -moz-linear-gradient(45deg, #ffba00 0%, #e03300 80%);
		background: -webkit-linear-gradient(45deg, #ffba00 0%,#e03300 80%);
		background: linear-gradient(45deg, #ffba00 0%,#e03300 80%);
		z-index: 0;
		transform: skewX(-10.5deg);
	}
	.mainv_block.service::after {
		z-index: 1;
	}
	.mainv_block.company::before {
		background: -moz-linear-gradient(45deg, #ffba00 0%, #e40011 80%);
		background: -webkit-linear-gradient(45deg, #ffba00 0%,#e40011 80%);
		background: linear-gradient(45deg, #ffba00 0%,#e40011 80%);
		mix-blend-mode: multiply;
		left: -35rem;
		margin-right: -2.4rem;
		transform: skewX(-45deg);
	}
	.mainv_block.company::after {
		content: '';
		display: block;
		background: -moz-linear-gradient(45deg, #ffba00 0%, #e40011 80%);
		background: -webkit-linear-gradient(45deg, #ffba00 0%,#e40011 80%);
		background: linear-gradient(45deg, #ffba00 0%,#e40011 80%);
		mix-blend-mode: multiply;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		right: -35rem;
		width: auto;
		height: auto;
		margin-left: 65.9rem;
		transform: skewX(-45deg);
	}
	.mainv_block.company .mainv_txt::after {
		display: none;
	}
	.mainv_block figure {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 133.3rem;
		margin-left: -33.5rem;
		z-index: 2;
	}
	.mainv_block.service figure {
		width: 133.6rem;
	}
	.mainv_txt {
		position: static;
	}
	.mainv_txt::after {
		content: '';
		width: 29.7rem;
		height: 43rem;
		background: url(img/common/bg_mainv.png) no-repeat right bottom / 29.7rem auto;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.mainv_btn a:hover {
		color: #fff;
	}
	.mainv_btn a:hover::after {
		right: 1.4rem;
		border-color: #fff;
	}
	.mainv_btn a:hover::before {
		width: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (min-width: 769px) {
	.mainv_block.company::before,
	.mainv_block.company::after {
		opacity: .8;
	}
}
@media only screen and (max-width: 768px) {
	.mainv_block {
		height: 109.333vw;
		background: url(img/index/mainv-sp.jpg) no-repeat center top / 100% auto;
		display: block;
	}
	.mainv_block.service {
		background-image: url(img/service/mainv-sp.jpg);
	}
	.mainv_block.company {
		background-image: url(img/company/mainv-sp.jpg);
	}
	.mainv_txt {
		width: auto;
		margin: 0;
		padding: .8rem 0 0;
	}
	.mainv_txt h2 {
		margin: 0 0 0 2.2rem;
		font-size: 3.6rem;
		letter-spacing: .04em;
	}
	.mainv_txt h2 span {
		font-size: 2rem;
		display: inline-block;
		margin-bottom: .8rem;
	}
	.mainv_txt h2 img {
		width: 8rem;
		margin: 1.1rem 0 0 .4rem;
	}
	.mainv_btn {
		width: 26.6rem;
		margin: 12.1rem auto 0;
	}
	.mainv_btn a {
		border-radius: 2.5rem;
		font-size: 1.5rem;
		padding: 1.5rem 1rem;
	}
	.mainv_btn a::after {
		width: .8rem;
		height: .8rem;
		right: 1.4rem;
	}
}

/* summary_block
----------------------------------------*/
.summary_block {
	padding: 8.7rem 2rem 13.5rem;
}
.summary_inner {
	width: 100rem;
	margin: 0 auto;
	z-index: 10;
}
.summary_block h2 {
	text-align: center;
	font-size: 4.6rem;
	line-height: 1.47;
	margin-bottom: 5.3rem;
}
.summary_block h2::before,
.summary_block h2::after {
	content: '';
	display: inline-block;
	width: 3.3rem;
	height: 4.5rem;
	background: url(img/common/icon_ttl.svg) no-repeat left top / 100% auto;
	margin: 0 1.7rem 0 -5rem;
	vertical-align: 1.1rem;
}
.summary_block h2::after {
	margin: 0 -4.6rem 0 1.3rem;
	transform: rotate(180deg);
	vertical-align: .5rem;
}
.summary_block h2 span {
	letter-spacing: -.3em;
}
.summary_block p {
	font-size: 1.6rem;
	line-height: 1.88;
}
@media only screen and (max-width: 768px) {
	.summary_block {
		padding: 6.2rem 2.5rem 5.9rem;
	}
	.summary_inner {
		width: auto;
	}
	.summary_block h2 {
		font-size: 2.3rem;
		line-height: 1.35;
		margin-bottom: 3.7rem;
	}
	.summary_block h2::before,
	.summary_block h2::after {
		width: 1.6rem;
		height: 2.1rem;
		margin: 0 .9rem 0 -2.4rem;
		vertical-align: .2rem;
		transform: scale(1, -1);
	}
	.summary_block h2::after {
		margin: 0 -1.8rem 0 .3rem;
		transform: rotate(180deg);
		vertical-align: .3rem;
	}
	.summary_block p {
		font-size: 1.3rem;
		line-height: 1.85;
		letter-spacing: .03em;
	}
}

/*service
----------------------------------------*/
.section_inner.service {
	padding-top: 4rem;
}
.service_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8.8rem;
}
.service_item + .service_item {
	margin-top: 13.8rem;
}
.section_inner.service .service_txt {
	width: calc(100% - 55.7rem);
}
.service_item:nth-child(2n) .service_txt {
	order: -1;
}
.section_inner.service .service_txt h3 {
	font-size: 3rem;
	padding: 4.5rem 0 2rem;
	border-bottom: .2rem solid #e40012;
	margin-bottom: 2.7rem;
}
.service_item:nth-child(2n+1) .service_txt h3 {
	padding: 5.4rem 0 2rem 4.1rem;
}
.service_item:nth-child(4) .service_txt h3 {
	padding: 5.4rem 0 2rem;
}
.section_inner.service .service_txt h3 span {
	vertical-align: -.3rem;
	margin: 0 2.6rem 0 .5rem;
}
.service_item:nth-child(2n+1) .service_txt h3 span {
	margin: 0 1.8rem 0 .5rem;
}
.service_item:nth-child(4) .service_txt h3 span {
	margin: 0 1.8rem 0 .5rem;
}
.section_inner.service .service_txt p {
	font-size: 1.6rem;
	padding-right: 3.5rem;
	line-height: 1.9;
}
.service_item:nth-child(2n+1) .service_txt p {
	padding-right: 0;
	padding-left: 4.2rem;
}
.section_inner.service .service_txt h3 span img {
	height: 5.7rem;
	width: auto;
}
.section_inner.service figure {
	width: 55.7rem;
}
.section_inner.service figure img {
	display: block;
}
.service_worth {
	width: 100%;
	background: #fff;
	margin-top: 3.2rem;
	text-align: center;
	padding: 4.2rem 1rem 4.8rem;
}
.service_worth::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.2rem 4.2rem 0 0;
	border-color: #e40012 transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.service_worth dt {
	text-align: center;
	width: 26rem;
	background: #e40012;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 auto 3.8rem;
	padding: .6rem .5rem;
}
.service_worth dt::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.3rem 1.3rem 0;
	border-color: #e40012 transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.2rem;
	margin: 0 auto;
}
.service_worth dd {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
}
.service_worth dd span {
	color: #e40012;
}
.section_inner.fee {
	padding-top: 4.3rem;
}
.fee_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 7.7rem 0 10rem;
	text-align: center;
}
.fee_list li {
	width: 46rem;
	border: .2rem solid #e40012;
}
.fee_list li h3 {
	background: #e40012;
	color: #fff;
	font-size: 2.2rem;
	padding: 1.1rem 1rem 1.5rem;
}
.fee_list li dl {
	padding: 2.1rem 2.5rem 4.7rem;
}
.fee_list li dt {
	font-size: 3rem;
	font-weight: bold;
	color: #e40012;
	border-bottom: .2rem solid #e40012;
	padding-bottom: 2.1rem;
}
.fee_list li dt span {
	color: #000;
}
.fee_list li dd {
	color: #e40012;
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.22;
	padding-top: 2rem;
}
@media only screen and (max-width: 768px) {
	.section_inner.service {
		padding-top: 0;
	}
	.service_item {
		display: block;
		margin-top: 4.3rem;
	}
	.service_item + .service_item {
		margin-top: 6.5rem;
	}
	.section_inner.service .service_txt {
		width: auto;
	}
	.section_inner.service .service_txt h3 {
		font-size: 1.7rem;
		padding: 1rem 0 .7rem;
		border-bottom-width: .1rem;
		margin-bottom: .9rem;
	}
	.service_item:nth-child(2n+1) .service_txt h3,
	.service_item:nth-child(4) .service_txt h3 {
		padding: 1rem 0 .7rem;
	}
	.section_inner.service .service_txt h3 span {
		vertical-align: -.3rem;
		margin: 0 1rem 0 0;
	}
	.service_item:nth-child(2n+1) .service_txt h3 span,
	.service_item:nth-child(4) .service_txt h3 span {
		margin: 0 .8rem 0 0;
	}
	.section_inner.service .service_txt p {
		font-size: 1.3rem;
		padding-right: 0;
		line-height: 1.85;
	}
	.service_item:nth-child(2n+1) .service_txt p {
		padding-left: 0;
	}
	.section_inner.service .service_txt h3 span img {
		height: 2.8rem;
	}
	.section_inner.service figure {
		width: auto;
	}
	.service_worth {
		margin-top: 1.5rem;
		padding: 2.1rem 1.7rem 1.8rem;
	}
	.service_worth::before {
		border-width: 2.1rem 2.1rem 0 0;
	}
	.service_worth dt {
		width: 12.5rem;
		font-size: 1.3rem;
		margin: 0 auto .8rem;
		padding: .3rem .2rem .5rem;
	}
	.service_worth dt::after {
		border-width: .8rem .8rem 0;
		bottom: -.7rem;
	}
	.service_worth dd {
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.85;
	}
	.section_inner.fee {
		padding-top: 0;
	}
	.fee_list {
		display: block;
		margin: 4.4rem 0 4.5rem;
	}
	.fee_list li {
		width: auto;
		border-width: .1rem;
	}
	.fee_list li + li {
		margin-top: 3.1rem;
	}
	.fee_list li h3 {
		font-size: 1rem;
		padding: .5rem 1rem .6rem;
	}
	.fee_list li dl {
		padding: .9rem 1rem 1.1rem;
	}
	.fee_list li dt {
		font-size: 1.3rem;
		border-bottom-width: .1rem;
		padding-bottom: .8rem;
	}
	.fee_list li dd {
		font-size: 2rem;
		padding-top: .7rem;
	}
}

/*company
----------------------------------------*/
.greeting_item {
	margin-top: 7.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.greeting_item figure {
	width: 52rem;
}
.greeting_txt {
	flex: 1;
}
.greeting_txt h3 {
	border-bottom: .2rem solid #e40012;
	font-size: 3rem;
	padding: 7.1rem 0 2.2rem 5.1rem;
	line-height: 1.45;
	margin-bottom: 2rem;
}
.greeting_txt h3 span {
	margin-right: -2.5rem;
	display: block;
}
.greeting_txt p {
	font-size: 1.6rem;
	padding: 0 0 0 5rem;
	line-height: 1.88;
}
.greeting_txt p + p {
	margin-top: 2.3rem;
}
.greeting_name {
	text-align: right;
}
.five .section_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -1rem auto -4.8rem;
}
.five_ttl {
	color: #e40012;
	font-size: 2rem;
	padding-top: 2.7rem;
}
.five_ttl span {
	color: #000;
	font-size: 4.6rem;
	line-height: 1.4;
	display: inline-block;
	margin-top: 1.2rem;
}
.section_inner.members {
	padding: 4rem 0 0;
}
.section_inner.members .ttl_h2 {
	line-height: 1.4;
}
.members_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 8.3rem;
	margin-bottom: -9.3rem;
}
.members_list li {
	width: 46rem;
	margin-bottom: 12.2rem;
}
.members_txt {
	margin-top: 2.8rem;
	padding-left: 2.3rem;
}
.members_txt::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .2rem;
	bottom: .3rem;
	border-left: .2rem solid #e40012;
}
.members_name {
	font-size: 1.6rem;
	line-height: 1.6;
}
.members_name span {
	font-size: 2rem;
	font-weight: bold;
}
.members_txt dl {
	margin-top: 1.3rem;
}
.members_txt dt {
	width: 8rem;
	padding: .2rem;
	background: #e40012;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.members_txt dd {
	font-size: 1.6rem;
}
.section_inner.company {
	padding-top: 4rem;
}
.company_img {
	margin-top: 7.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 4.5rem;
}
.company_img figure {
	width: 50%;
}
.company_img img {
	display: block;
}
.company_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.company_info dl {
	width: 48rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.6rem;
}
.company_info dl dt {
	border-bottom: .2rem solid #e40012;
	width: 11rem;
	font-weight: bold;
	padding-bottom: 2rem;
	margin-bottom: 1.5rem;
}
.company_info dl + dl dt {
	width: 9rem;
}
.company_info dl dd {
	border-bottom: .2rem solid #e40012;
	width: calc(100% - 11rem);
	padding-bottom: 2rem;
	margin-bottom: 1.5rem;
}
.company_info dl + dl dd {
	width: calc(100% - 9rem);
}
.company_info dl dt:nth-last-child(2),
.company_info dl dd:last-child {
	border-bottom: 0;
	margin-bottom: .2rem;
}
.company_partner {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	padding: 3.3rem 1rem;
}
.company_partner img {
	display: block;
}
.company_partner_bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-left: 3.4rem;
	padding-top: .5rem;
}
.company_partner_bnr p {
	width: 18rem;
}
.company_partner_bnr p + p {
	width: 17rem;
	margin: .1rem 0 0 1.3rem;
}
@media only screen and (min-width: 769px) {
	.company_info dl dd a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	.greeting_item {
		margin-top: 4.5rem;
		display: block;
	}
	.greeting_item figure {
		width: 17.3rem;
		position: absolute;
		top: 0;
		right: 0;
	}
	.greeting_txt h3 {
		font-size: 2.2rem;
		padding: 4.7rem 0 1.5rem;
		line-height: 1.42;
		margin-bottom: 1.6rem;
		letter-spacing: .05em;
		z-index: 2;
	}
	.greeting_txt h3 span {
		margin-right: 0;
	}
	.greeting_txt p {
		font-size: 1.3rem;
		padding: 0;
		letter-spacing: .03em;
		line-height: 1.85;
	}
	.greeting_txt p + p {
		margin-top: 0;
	}
	.greeting_txt .greeting_name {
		margin: -1.2rem 0 -.2rem;
		font-size: 1rem;
		line-height: 1.5;
	}
	.five .section_inner {
		display: block;
	}
	.five_ttl {
		text-align: center;
		font-size: 2rem;
		letter-spacing: .07em;
		font-size: 1rem;
		line-height: 1.35;
		padding-top: 1.8rem;
	}
	.five_ttl span {
		font-size: 2.3rem;
		margin: .2rem 0 0;
		letter-spacing: -.02em;
		padding: 0;
		line-height: inherit;
	}
	.five_ttl span::before,
	.five_ttl span::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.2rem 1.2rem 0 0;
		border-color: #e40012 transparent transparent;
		display: inline-block;
		vertical-align: .6rem;
		margin: 0 .4rem 0 -1.6rem;
	}
	.five_ttl span::after {
		border-color: transparent transparent #e40012;
		border-width: 0 0 1.2rem 1.2rem;
		margin: 0 -1.6rem 0 .6rem;
		vertical-align: -.4rem;
	}
	.five .section_inner figure {
		width: 28.9rem;
		margin: 4.5rem auto 4.8rem;
	}
	.section_inner.members {
		padding: 0;
	}
	.section_inner.members .ttl_h2 {
		line-height: 1.35;
	}
	.members_list {
		display: block;
		margin-top: 4.3rem;
		margin-bottom: -3.9rem;
	}
	.members_list li {
		width: auto;
		margin-bottom: 3.9rem;
	}
	.members_txt {
		margin-top: .3rem;
		padding-left: 1rem;
	}
	.members_name {
		font-size: 1rem;
	}
	.members_name span {
		font-size: 1.3rem;
	}
	.members_txt dl {
		margin-top: .5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.members_txt dt {
		width: 4.9rem;
		padding: .1rem;
		font-size: 1rem;
	}
	.members_txt dd {
		flex: 1;
		font-size: 1rem;
		padding-left: .3rem;
	}
	.section_inner.company {
		padding-top: 0;
	}
	.company_img {
		margin-top: 4.5rem;
		margin-bottom: 1.6rem;
	}
	.company_info {
		display: block;
	}
	.company_info dl {
		width: auto;
		font-size: 1rem;
	}
	.company_info dl + dl {
		border-top: .1rem solid #e40012;
		padding-top: .6rem;
	}
	.company_info dl dt {
		border-bottom-width: .1rem;
		width: 7.9rem;
		padding-bottom: .6rem;
		margin-bottom: .6rem;
	}
	.company_info dl + dl dt {
		width: 7.9rem;
	}
	.company_info dl dd {
		border-bottom-width: .1rem;
		width: calc(100% - 7.9rem);
		padding-bottom: .6rem;
		margin-bottom: .6rem;
	}
	.company_info dl + dl dd {
		width: calc(100% - 7.9rem);
	}
	.company_partner {
		margin-top: .9rem;
		display: block;
		font-size: 1rem;
		text-align: center;
		line-height: 1.4;
		padding: .9rem 1rem 1.1rem;
	}
	.company_partner_bnr {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		padding-right: .4rem;
		padding-top: 1rem;
	}
	.company_partner_bnr p {
		width: 13.6rem;
	}
	.company_partner_bnr p + p {
		width: 12.9rem;
		margin: .1rem 0 0 .3rem;
	}
}

/*case
----------------------------------------*/
.case_detail {
	width: 80rem;
	margin: 11.4rem auto 0;
}
.case_detail img {
	display: block;
}
.case_detail h2 {
	font-size: 3rem;
}
.case_detail .case_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5.3rem;
}
.case_detail .case_tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
}
.case_detail .case_tag span {
	display: block;
	min-width: 12rem;
	padding: .3rem 1rem .5rem;
	background: #e40012;
	text-align: center;
	margin-left: .8rem;
}
.case_detail > figure {
	margin-bottom: 7rem;
}
.case_detail > figure figcaption {
	font-size: 1.6rem;
	margin-top: .6rem;
}
.case_detail > figure img {
	margin: 0 auto;
}
.case_detail > p + figure {
	margin-top: 7.3rem;
}
.case_detail p {
	font-size: 1.6rem;
	line-height: 1.85;
}
.case_detail > h3 {
	color: #e40012;
	font-size: 3rem;
	border-bottom: .2rem solid #e40012;
	margin: 6.5rem 0 1.8rem;
	padding-bottom: 1.8rem;
	line-height: 1.6;
}
.case_detail .case_design {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 7rem;
}
.case_detail .case_design figure {
	width: 19.1rem;
}
.case_detail .case_design .case_design_caprion {
	width: 100%;
	font-size: 1.6rem;
	margin-top: .5rem;
}
.case_detail h4 {
	font-size: 2rem;
	margin-bottom: .9rem;
}
.case_detail > p + h4 {
	margin-top: 4.6rem;
}
.case_detail .case_img {
	margin-top: 4.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.case_detail .case_img_txt {
	flex: 1;
	padding-right: 3rem;
}
.case_detail .case_img figure {
	width: 18.8rem;
	margin-top: .6rem;
}
.case_detail .case_img figcaption {
	font-size: .8rem;
	margin-top: .5rem;
}
.case_detail .case_img figure img {
	margin: 0 auto;
}
.case_detail .case_link {
	margin: 6.6rem 0 0 -.5rem;
}
.case_detail .case_link a {
	font-size: 3rem;
	color: #e40012;
	font-weight: bold;
	letter-spacing: .005em;
	border-bottom: .2rem solid #e40012;
	/* padding-bottom: .4em; */
	transition: opacity .3s;
}
.case_detail .case_link a::after {
	content: '';
	display: inline-block;
	width: 3.4rem;
	height: 2.9rem;
	background: url(img/case/icon_external.svg) no-repeat left top / 100% auto;
	margin-left: .4em;
	vertical-align: -.3rem;
}
.case_detail .case_link + .btn {
	margin-top: 10rem;
}
@media only screen and (min-width: 769px) {
	.case_link a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.case_detail {
		width: auto;
		margin: 3.8rem auto 0;
	}
	.case_detail h2 {
		font-size: 1.7rem;
	}
	.case_detail .case_ttl {
		display: block;
		margin-bottom: 1.6rem;
	}
	.case_detail .case_tag {
		margin: .2rem 0 0;
		font-size: 1.2rem;
	}
	.case_detail .case_tag span {
		min-width: 8.7rem;
		padding: .2rem 1rem .4rem;
		margin: .5rem .5rem 0 0;
	}
	.case_detail > figure {
		margin-bottom: 1.1rem;
	}
	.case_detail > figure figcaption {
		font-size: 1rem;
		margin-top: .3rem;
	}
	.case_detail > p + figure {
		margin-top: 4.1rem;
	}
	.case_detail p {
		letter-spacing: .02em;
		font-size: 1.3rem;
	}
	.case_detail > h3 {
		font-size: 1.3rem;
		border-bottom-width: .1rem;
		margin: 4.5rem 0 1rem;
		padding-bottom: 1.2rem;
	}
	.case_detail .case_design {
		margin-top: 3.8rem;
	}
	.case_detail .case_design figure {
		width: 16rem;
		margin-bottom: .3rem;
	}
	.case_detail .case_design .case_design_caprion {
		font-size: 1rem;
		margin: .2rem 0 -.5rem;
	}
	.case_detail h4 {
		font-size: 1.3rem;
		margin-bottom: .3rem;
	}
	.case_detail > p + h4 {
		margin-top: 3rem;
	}
	.case_detail .case_img {
		margin-top: 3rem;
		display: block;
	}
	.case_detail .case_img_txt {
		padding-right: 0;
	}
	.case_detail .case_img figure {
		width: auto;
		margin-top: 2.5rem;
	}
	.case_detail .case_img figcaption {
		font-size: 1rem;
		margin-top: .6rem;
	}
	.case_detail .case_link {
		margin: 2.3rem 0 0;
	}
	.case_detail .case_link a {
		font-size: 1.3rem;
		letter-spacing: .05em;
		border-bottom-width: .1rem;
		/* padding-bottom: .3em; */
	}
	.case_detail .case_link a::after {
		width: 1.3rem;
		height: 1.1rem;
		margin-left: .2em;
		vertical-align: 0;
	}
}

/*security
----------------------------------------*/
.security_item {
	width: 80rem;
	margin: 11.4rem auto 0;
}
.security_item h2 {
	font-size: 3rem;
	padding-bottom: 1.9rem;
	border-bottom: .2rem solid #e40012;
	margin-bottom: 2.6rem;
}
.security_item h3 {
	margin-top: 3.6rem;
	font-size: 1.6rem;
	margin-bottom: .2rem;
}
.security_item p {
	font-size: 1.6rem;
	line-height: 1.8;
}
.security_item ol {
	counter-reset: ol-no;
	font-size: 1.6rem;
	line-height: 1.9;
}
.security_item ol li {
	margin-left: 1.05em;
	text-indent: -1.05em;
}
.security_item ol li::before {
	content: counter(ol-no, decimal) ". ";
	counter-increment: ol-no;
}
.security_item .security_name {
	text-align: right;
	font-size: 1.4rem;
	margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
	.security_item {
		width: auto;
		margin: 4rem auto 0;
	}
	.security_item h2 {
		font-size: 1.7rem;
		letter-spacing: .02em;
		padding-bottom: 1.4rem;
		border-bottom-width: .1rem;
		margin-bottom: 1.1rem;
	}
	.security_item h3 {
		margin-top: 2.5rem;
		font-size: 1.3rem;
	}
	.security_item p {
		font-size: 1.3rem;
		line-height: 1.85;
	}
	.security_item ol {
		font-size: 1.3rem;
		line-height: 1.85;
		letter-spacing: .03em;
	}
	.security_item .security_name {
		font-size: 1.1rem;
		line-height: 1.7;
		margin-top: 2.5rem;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(100px);
}
.inview.show {
	animation-fill-mode: forwards;
	animation-duration: 1.6s;
	animation-name: movey;
}
@keyframes movey {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* nav-links(pager)
----------------------------------------*/
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.5rem;
	font-size: 2.2rem;
	color: #e40012;
	transition: opacity .3s;
}
.nav-links a.page-numbers {

}
.nav-links a.page-numbers:hover {
	opacity: .6;
}
.nav-links .page-numbers.current {
	background-color: #e40012;
	color: #fff;
}
.nav-links .page-numbers + .page-numbers {
	margin-left: 2rem;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
	text-indent: -9999px;
}
.nav-links .page-numbers.next {
	background: url(img/common/icon_pager_next.svg) no-repeat center / cover;
}
.nav-links .page-numbers.prev {
	background: url(img/common/icon_pager_prev.svg) no-repeat center / cover;
}
@media only screen and (max-width: 768px) {
	.nav-links .page-numbers {
		width: 2.2rem;
		height: 2.2rem;
		border-radius: 1.45rem;
		font-size: 1.5rem;
	}
	.nav-links .page-numbers + .page-numbers {
		margin-left: 1.45rem;
	}
}