/* -----------------------------------------------
= reset
----------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	line-height: 1;
	-webkit-text-size-adjust: 100%
}
body, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
figure, figcaption {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
picture {
	display: block;
}
button,
textarea {
	margin: 0;
	padding: 0;
	color: inherit;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
}
button {
	cursor: pointer;
}
input {
	border-radius: 0;
	font: inherit;
}
select {
	font: inherit;
}
/* -----------------------------------------------
= variable
----------------------------------------------- */
:root {
	--contempora: contempora-script, sans-serif;
	--agenda: agenda, sans-serif;
	--red: #c7000b;
	--redHover: #cd1a24;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	background: #f1ece8;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
}
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	max-width: 75rem;
	margin: 0 auto;
	background: #f9f5f2;
}
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	transition: background .3s;
}
.header .inner {
	position: relative;
	max-width: 75rem;
	margin: 0 auto;
}
.header .logo {
	padding: 1.6rem 2.5rem 0;
}
.header .logo a img {
	width: 11.6rem;
	transition: width .3s;
}
.is-body_scrolled .header .logo img {
	width: 8.7rem;
}
.header .nav_btn {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 1;
}
.header .nav_btn button {
	position: relative;
	width: 3.2rem;
	height: 2.2rem;
}
.header .nav_btn button::before,
.header .nav_btn button::after,
.header .nav_btn button span::before {
	content: '';
	position: absolute;
	right: 0;
	width: 3.2rem;
	height: .3rem;
	background: #000;
}
.header .nav_btn button::before {
	top: 0;
}
.is-nav_opened .header .nav_btn button::before {
	top: .8rem;
	background: #fff;
	transform: rotate(30deg);
}
.header .nav_btn button::after {
	top: 1.6rem;
}
.is-nav_opened .header .nav_btn button::after {
	top: .8rem;
	background: #fff;
	transform: rotate(-30deg);
}
.header .nav_btn button span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.header .nav_btn button span::before {
	width: 3.2rem;
	top: .8rem;
}
.is-nav_opened .nav_btn button span::before {
	display: none;
}
.header .nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100vh;
	background: var(--red);
	overflow-y: auto;
	overscroll-behavior: contain;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.is-nav_opened .header .nav {
	opacity: 1;
	pointer-events: auto;
}
.header .nav ul {
	padding: 3.5rem 8rem;
}
.header .nav li {
	padding: 3.5rem 0;
}
.header .nav a {
	color: #fff;
	font-family: var(--agenda);
	font-size: 3.6rem;
}
@media print, screen and (min-width: 750px) {
.header .logo a img {
	width: 19.4rem;
}
.is-body_scrolled .header .logo img {
	width: 14.5rem;
}
}/* @media */
/* -----------------------------------------------
= fix_btn
----------------------------------------------- */
.fix_btn {
	display: none;
}
@media print, screen and (min-width: 1200px) {
.fix_btn {
	display: block;
	position: fixed;
	top: 6.4rem;
	left: calc(50% + 43.2rem);
	z-index: 10;
}
.fix_btn a {
	display: block;
	color: #fff;
	padding: 4rem 0 5rem;
	width: 15.8rem;
	background: var(--red);
	border-radius: .6rem;
	transition: background .3s;
}
.fix_btn a:hover {
	background: var(--redHover);
}
.fix_btn a span {
	display: table;
	margin: 0 auto 3rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.fix_btn a img {
	display: block;
	width: 3.8rem;
	margin: 0 auto;
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	position: relative;
}
.kv .catch {
	display: grid;
	place-content: center;
	position: absolute;
	top: min(24rem, calc(240 / 750 * 100vw));
	left: 0;
	width: 100%;
}
.kv .catch span {
	display: block;
	color: var(--red);
	font-size: min(4.1rem, calc(41 / 750 * 100vw));
	font-weight: 900;
	line-height: min(5.2rem, calc(52 / 750 * 100vw));
	letter-spacing: .11em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.kv .btn {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}
.kv .btn dl {
	position: relative;
	width: 340px;
	margin: 0 auto;
}
.kv .btn dl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 55px;
	height: 52px;
	background: url(../img/icon_btn.png) no-repeat 50% / cover;
}
.kv .btn dt {
	padding: 10px 29px 7px 0;
	text-align: right;
}
.kv .btn dt span {
	display: inline-block;
	position: relative;
	padding: 0 8px;
	color: var(--red);
	background: #fff;
	border: 2px solid rgba(0,0,0,.8);
	border-radius: 5px;
	font-size: 14px;
	line-height: 29px;
}
.kv .btn dt span::before,
.kv .btn dt span::after {
	content: "";
	position: absolute;
	clip-path: polygon(0 50%,100% 0,100% 100%);
}
.kv .btn dt span::before {
	top: calc(50% - 6px);
	left: -10px;
	width: 10px;
	height: 12px;
	background: rgba(0,0,0,.8);
}
.kv .btn dt span::after {
	top: calc(50% - 4.5px);
	left: -7px;
	width: 10px;
	height: 9px;
	background: #fff;
}
/* -----------------------------------------------
= btn
----------------------------------------------- */
.btn a {
	display: block;
	position: relative;
	max-width: 340px;
	margin: 0 auto;
	color: #fff;
	background: var(--red);
	border-radius: 3em;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.btn a:hover {
	background: var(--redHover);
}
.btn a::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	position: relative;
}
.block .category {
	position: absolute;
	left: 1.8rem;
	width: 13.6rem;
	color: #fff;
	background: var(--red);
	border-radius: .6rem .6rem 0 0;
	font-family: var(--agenda);
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-align: center;
	transform: rotate(90deg);
	transform-origin: top left;
}
.block.about .category {
	top: 9.5rem;
}
.block.issue .category {
	top: 4.4rem;
}
.block.works .category {
	top: 5.3rem;
}
.block.profile .category {
	top: 6.6rem;
}
.block.contact .category {
	top: 8.4rem;
}
.block .title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 4rem;
	text-align: center;
}
.block .title span:first-child {
	margin-right: .7rem;
	color: var(--red);
	font-family: var(--contempora);
	font-size: 5.2rem;
	font-weight: 700;
}
.block .title span:last-child {
	margin-left: .7rem;
	font-family: var(--agenda);
	font-size: 3.6rem;
	font-weight: 300;
}
.block .text01 {
	font-size: 1.8rem;
	line-height: 3.2rem;
	text-align: center;
}
.block .text02 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
.block .indent {
	margin-left: 1em;
	text-indent: -1em;
}
/* -----------------------------------------------
= about
----------------------------------------------- */
.block.about {
	background: #fff;
}
.block.about .inner {
	padding: 7rem 3rem;
}
/* -----------------------------------------------
= issue
----------------------------------------------- */
.block.issue .inner {
	padding: 9.5rem 1.5rem 6rem;
}
.block.issue .text01 {
	margin-bottom: 4rem;
}
.icon_issue_01 {
	display: block;
	width: 24.5rem;
	margin: 0 auto 4rem;
}
.icon_issue_02 {
	display: block;
	width: 24.9rem;
	margin: 0 auto 4rem;
}
.block.issue ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 50rem;
	margin: 0 auto;
}
.block.issue li {
	position: relative;
	width: calc(50% - 1rem);
	margin: 0 .5rem 4rem;
	padding: 4rem 1rem 2rem;
	background: #fff;
	border-radius: 1rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
.block.issue li p:first-child {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.block.issue ul li::before {
	content: '';
	position: absolute;
	top: -2.4rem;
}
.block.issue ul.question > li::before {
	left: calc(50% - 2.4rem);
	width: 4.8rem;
	height: 4.8rem;
	background: url(../img/icon_issue_question.png) no-repeat 50% / 100% auto;
}
.block.issue ul.question li ol li {
	width: auto;
	margin: 0;
	padding: 0;
}
.block.issue ul.attention li::before {
	left: calc(50% - 2.75rem);
	width: 5.9rem;
	height: 5.2rem;
	background: url(../img/icon_issue_attention.png) no-repeat 50% / 100% auto;
}
@media print, screen and (min-width: 750px) {
.block.issue li {
	width: 21rem;
	margin: 0 2rem 4rem;
	padding: 5rem 3rem 4rem;
}
}/* @media */
/* -----------------------------------------------
= works
----------------------------------------------- */
.block.works .inner {
	max-width: 52rem;
	margin: 0 auto;
	padding: 10rem 2rem 6rem;
}
.block.works .text01 {
	margin-bottom: 4rem;
}
.block.works .text02 {
	margin-bottom: 4rem;
}
.block.works .inner > .text02 {
	padding: 0 3rem;
}
.block.works .menu {
	margin-top: -5rem;
	padding-top: 5rem;
}
.block.works .menu#solution1 {
	padding-top: 8rem;
}
.block.works .menu_in {
	margin-bottom: 4rem;
	padding: 0 3rem 3rem;
	background: #fff;
	border-radius: 1rem;
}
.block.works .menu .num_en {
	position: relative;
	top: -2.5rem;
	width: 5.2rem;
	height: 6.1rem;
	margin: 0 auto;
	color: var(--red);
	background: url(../img/icon_issue_num.png) no-repeat 50% / 100% auto;
	font-family: var(--agenda);
	font-size: 2.6rem;
	line-height: 6rem;
	text-align: center;
}
.block.works .menu .num_jp {
	margin-bottom: 2.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	text-align: center;
}
.block.works .menu h4 {
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-align: center;
}
.block.works .menu .text02 {
	margin-bottom: 2.5rem;
}
.block.works .menu .box {
	padding: 2rem;
	border: .8rem solid #ede8e4;
	border-radius: 1rem;
}
.block.works .menu .box dl {
	display: flex;
	align-items: start;
	margin-bottom: .6rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
.block.works .menu .box dt {
	width: 8rem;
	margin-right: 1rem;
	background: #ede8e4;
	border-radius: .4rem;
	text-align: center;
}
.block.works .menu .box dd {
	flex: 1;
}
.block.works .menu .box .text02 {
	margin-top: 2rem;
	margin-bottom: 0;
}
.block.works .menu .option {
	margin-top: 2.5rem;
	padding: 2rem;
	border: .8rem solid #e5f3d4;
	border-radius: 1rem;
	text-align: center;
}
.block.works .menu .option .check {
	display: inline-block;
	margin-bottom: 2rem;
	padding-left: 3rem;
	background: url(../img/icon_issue_option.png) no-repeat 0 50% / 2.2rem auto;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
.block.works .menu .option h5 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.block.works .menu .option .text {
	margin-bottom: 2rem;
	padding: 2rem 3rem;
	background: #e5f3d4;
	border-radius: .5rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	text-align: left;
}
.block.works .menu .option .text .em {
	color: var(--red);
}
.block.works .menu .option .text02 {
	margin-bottom: 0;
	text-align: left;
}
.block.works .menu .text02 a {
	color: #c7000b;
	text-decoration: underline;
}
.block.works .menu .text02 a:hover {
	text-decoration: none;
}
.block.works .img_solution1 {
	margin: 25px 0 20px;
}
@media print, screen and (min-width: 750px) {
.block.works .inner > .text02 {
	padding: 0;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.block.profile .inner {
	position: relative;
	padding: 6rem 6rem;
	background: #fff;
}
.block.profile .box {
	max-width: 52rem;
	margin: 0 auto;
}
.block.profile .box .text02 {
	margin-bottom: 3rem;
}
.block.profile .career {
	margin-bottom: 5rem;
}
.block.profile th {
	width: 8.6rem;
}
/* -----------------------------------------------
= contact
----------------------------------------------- */
.block.contact .inner {
	padding: 10rem 2rem 6rem;
}
.block.contact .form.is-pc {
	display: none;
}
.block.contact .form.is-sp {
	max-width: 31.5em;
	margin: 0 auto;
}
.block.contact .form iframe {
	width: 100%;
	height: 115rem;
	border: none;
}
@media print, screen and (min-width: 530px) {
.block.contact .form.is-pc {
	display: block;
}
.block.contact .form.is-sp {
	display: none;
}
.block.contact .form iframe {
	height: 100rem;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer .logo {
	padding: 3.9rem 0 3.2rem;
	background: #fff;
	text-align: center;
}
.footer .logo img {
	width: 14.2rem;
}
.footer .copyright {
	padding: 1rem;
	color: #fff;
	background: var(--red);
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.footer .pagetop {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 5;
	width: 2.5rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.footer .pagetop.is-page_scrolled {
	opacity: 1;
	pointer-events: auto;
}
@media print, screen and (min-width: 750px) {
.footer .pagetop {
	right: auto;
	left: calc(50% + 34rem);
}
}/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
body {
	min-width: 75rem;
}
.header,
.footer .pagetop {
	position: absolute;
}
}/* media */
