@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@600;700;900&family=Playfair+Display:wght@400;500;600;700&family=Source+Serif+Pro:wght@400;600&display=swap');
* {
	box-sizing: border-box;
}

html {
	font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, "游ゴシック Medium", "Yu Gothic Medium", '游ゴシック', "Yu Gothic", 'メイリオ', sans-serif;
	font-size: calc(100vw / 37.5);
	-webkit-text-size-adjust: 100%;
	width: 100%;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

body {
	background-image: url(../img/body_back_sp.png);
	background-size: 37.5rem 30rem;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: 500;
	min-width: 100%;
	min-height: 100vh;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	color: #000;
	background-color: #fff;
}
body#frontpage {
	background-image: none;
}

@media (min-width: 768px) {
	html {
		font-size: 10px;
		overflow-x: visible;
	}

	body {
		background-image: url(../img/body_back_pc.png);
		background-size: 2000px 438px;
		background-repeat: no-repeat;
		background-position: center top;
		min-width: 1248px;
	}
	body#frontpage {
		background-image: none;
	}
	/* mac os safari
	_::-webkit-full-page-media, _:future, :root {
		font-size: 10px;
		overflow-x: visible;
	} */

}
@media (min-width: 1401px) {
/*	body {
		min-width: 1400px;
		color: #000;
		font-size: 16px;
	}
	/* mac os safari
	_::-webkit-full-page-media, _:future, :root {
		font-size: 10px;
		overflow-x: visible;format
	} */
}

input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}


/* reset */
*:before,
*:after {
	box-sizing: border-box;
	position: relative;
}

dd {
	margin-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

table {
	border-collapse: collapse;
	border: none;
}

th,
td {
	border:none;
	font-weight: 400;
}
img {
	max-width: 100%;
	display: block;
}

ul,
ol {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

/*  common  */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.sp_visible {
	display: unset !important;
}
.pc_visible {
	display: none !important;
}
@media (min-width: 768px) {
	.sp_visible {
		display: none !important;
	}
	.pc_visible {
		display: unset !important;
	}
}

a {
	transition: 0.3s;
	text-decoration: none;
	color: #000;
}

@media (min-width: 768px) {
	a:hover {
		text-decoration: none;
		color: #000;
	}
	a.line {
		padding-bottom: 8px;
		position: relative;
	}
	a.line::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -2px;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	a.line:hover::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 0;
	line-height: 2.7rem;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: justify;
	letter-spacing: 0.05em;
}
p.note {
	text-indent: -1.1em;
	padding-left: 1.2em;
}
p.note::before {
	content: "※";
	margin-right: 0;
}
ul.disc {
	list-style-type: disc !important;
	max-width: 100% !important;
}
ul.disc li {
	margin-left: 1.5em !important;
	max-width: 100% !important;
	display: list-item !important;
}
.clearfix {
	zoom:1;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/*
.font-mincho {
	font-family: YuMincho, 'Yu Mincho', serif;
}
@media (min-width: 768px) {
	.font-lg-mincho {
		font-family: YuMincho, 'Yu Mincho', serif;
	}
}
*/


/*  float  */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

/* フォント */
.fontBarlow {
	font-family: 'Barlow', sans-serif;
}
.fontMincho {
	font-family: 'Noto Serif JP', serif;
}

.fw4 {
	font-weight: 400 !important;
}
.fw5 {
	font-weight: 500 !important;
}
.fw6 {
	font-weight: 600 !important;
}
.fw7 {
	font-weight: 700 !important;
}
.fw9 {
	font-weight: 900 !important;
}

/* 背景色 */
.bgCream1 {	/*  */
	background-color: #f6ebd7 !important;
}
/*.bgCream2 {
	background-color: #fffbf4 !important;
}
/*
.bgBlue1 {
	background-color: #ddf4f2 !important;
}
.bgBlue2 {
	background-color: #41abe2 !important;
}
*/
.bgBlue3 {
	background-color: #2e3165 !important;
}
.bgWhite {
	background-color: #fff !important;
}
.bgBlack {
	background-color: #000 !important;
}
.bgGreen3 {	/* 濃い */
	background-color: #3c8700 !important;
}
.bgOrange {
	background-color: #f4a824 !important;
}
.bgGold {
	background-color: #947848 !important;
}

/* フォントカラー */
.fcBlue2 {	/* 中 */
	color: #41abe2 !important;
}
.fcBlue3 {	/* 濃い */
	color: #2e3165 !important;
}
.fcGreen {
	color: #449d45 !important;
}
.fcRed {
	color: #d22d29;
}

.fcBlack {
	color: #000 !important;
}
.fcWhite{
	color: #fff !important;
}
.fcGrey {
	color: #747474 !important;
}
.fcGold {
	color: #947848 !important;
}

/* pc / sp 切替 */
.sp_visible {
	display: unset !important;
}
.pc_visible {
	display: none !important;
}
@media (min-width: 768px) {
	.sp_visible {
		display: none !important;
	}
	.pc_visible {
		display: unset !important;
	}
}

/* grid over-ride */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding: 0;
}

@media (min-width: 768px) {
	.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

/* 画像クリップ */
.clip_circle {
	clip-path: circle(50%);
}
.clip_round5 {
	clip-path: inset(0px 0px round 0.5rem);
}
.clip_round10 {
	clip-path: inset(0px 0px round 1rem);
}
@media (min-width: 768px) {
	.clip_round5 {
		clip-path: inset(0px 0px round 5px);
	}
	.clip_round10 {
		clip-path: inset(0px 0px round 10px);
	}
}
/* ボタン類 */
a.circle_arrow {
	display: flex;
	height: 5.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
	color: #000;
	position: relative;
	float: right;
	cursor: pointer;
	transition: 0.3s;
}
a.circle_arrow span {
	position: relative;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #d22d29;
	width: 5.5rem;
	height: 5.5rem;
	top: 0;
	margin-left: 1.6rem;
}
a.circle_arrow span::after {
	display: inline-block;
	content: "";
	width: 2rem;
	height: 1.25rem;
	background-image: url(../img/icon_right_arrow.png);
	background-size: 2rem 1.25rem;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	a.circle_arrow {
		height: 55px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.01em;
		align-items: flex-start;
	}
	a.circle_arrow span {
		width: 55px;
		height: 55px;
		margin-left: 21px;
		top: -16px;
	}
	a.circle_arrow span::before,
	a.circle_arrow span::after {
		display: inline-block;
		content: "";
		width: 20px;
		height: 12.5px;
		background-image: url(../img/icon_right_arrow.png);
		background-size: 20px 12.5px;
		background-position: center top;
		background-repeat: no-repeat;
		position: absolute;
		transition: 0.3s;
	}
	a.circle_arrow span::after {
		left: 18px;
		top: 21px;
		opacity: 1;
	}
	a.circle_arrow span::before {
		left: -18px;
		top: 21px;
		opacity: 0;
	}
	a.circle_arrow:hover span::after {
		transform: translateX(36px);
		opacity: 0;
	}
	a.circle_arrow:hover span::before {
		transform: translateX(36px);
		opacity: 1;
	}

}

/* 見出し類 */
h1,
h2,
h3,
h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
}


h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 4.5rem;
	text-align: left;
	color: #d22d29;
	padding-left: 2.2rem;
	position: relative;
	letter-spacing: -0.03em;
}
h1 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 1.2rem;
	margin-left: 0.1em;
	letter-spacing: 0.05em;
}
h1::before {
	content: "";
	display: inline-block;
	width: 2.3rem;
	height: 7.7rem;
	background-image: url(../img/icon_h2_drop.svg);
	background-size: 1.0rem 1.4rem;
	background-repeat: no-repeat;
	background-position: left 1.2rem;
	position: absolute;
	left: 0;
	top: 1.8rem;
}

#frontpage h1::before {
	display: none;
}
#frontpage h1 {
	padding: 0;
}

h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #449d45;
	text-align: left;
	letter-spacing: 0.05em;
}

h3 {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 2.5rem;
	text-align: left;
}
h4 {
	font-size: 2.4rem;
	line-height: 3.1rem;
}
h4 span {
	font-size: 2rem;
}


/* section, wrapper, container */
section,
.wrapper {
	width: 100%;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container {
	width:35rem;
	max-width: unset;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	/*overflow: hidden;*/
}
.contents {
	width: 33.5rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	h1 {
		font-size: 75px;
		padding-left: 33px;
		letter-spacing: -0.02em;
	}
	h1 span {
		font-size: 18px;
		margin-top: 22px;
		margin-left: 3px;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
	h1::before {
		width: 35px;
		height: 124px;
		background-size: 15px 21px;
		background-position: 0 25px;
		top: 26px;
	}

	section {
		width: 100%;
		position: relative;
		overflow-x: hidden;
	}
	.wrapper {
		max-width: 1530px;
		overflow-x: visible;
		position: relative;
		margin: 0 auto;
	}
	.container {
		width: 1200px;
		position: relative;
		margin: 0 auto;
	}
	.contents {
		width: 1100px;
		position: relative;
		margin: 0 auto;
	}

	.pc_contents {
		width: 1030px;
		margin: 0 auto;
		position: relative;
	}
	#about .pc_contents {
		width: 448px;
		margin: 0 0 0 37px;
	}


	.flex-between {
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
		/*-webkit-align-items: center; /* Safari */
		/*align-items:         center;*/
	}

}

.row {
	margin: 0;
}

/* mobile */

/* ヘッダー */

header {
	overflow: hidden;
	height: 6rem;
	padding: 2rem 0 0 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
header a.header_logo {
	display: inline-block;
	width: 14rem;
	margin: 0;
	float: left;
}
header a.header_logo img {
	display: block;
	width: 14rem;
}
#frontpage header a.header_logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
header nav ul.lang {
	margin: 0.5rem 0 0 8.6rem;
	display: inline-block;
	float: left;
}
header nav ul.lang li {
	float: left;
	display: inline-block;
}
header nav ul.lang li.current::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2px;
	margin: 0.6rem 0 0 -0.3rem;
	background-color: #d22d29;
}
header nav ul.lang li a {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.3rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
#frontpage header nav ul.lang li a {
	font-weight: 400;
}
header nav ul.lang li:first-child a::after {
	content: '/';
	display: inline-block;
	font-family: 'Source Serif Pro', serif;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0.4em;
	color: #000;
}
#frontpage header nav ul.lang li:first-child a::after {
	font-weight: 400;
}

#frontpage header nav ul.lang li:first-child a::after {
	color: #fff;
}
#frontpage header nav ul.lang li a {
	color: #fff;
}
#frontpage header nav ul.lang li.current::after {
	background-color: #fff;
}

/*  ハンバーガー  */

/* オーバーレイを使用する場合
header #sp_header #overlay {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(52, 52, 52, 0.35);
	top: 6.1rem;
	left: 0;
	opacity: 0;
	transition: opacity .5s;
	z-index: 1;
}
header #sp_header .toggle[aria-expanded="true"] ~ #overlay {
	top: 6rem;
	width: 100vw;
	height: 100vh;
	opacity: 1;
}
*/
#sp_menu_body {
	margin: 0;
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	height: 6rem;
	background-color: transparent;
}

/*  ハンバーガー  */
#sp_menu_body .toggle {
	position: absolute;
	top: 3.2rem;
	right: 1rem;
	display: block;
	border: none;
	width: 4.4rem;
	height: 1.2rem;
	float: right;
	z-index: 9999;
}

#sp_menu_body .toggle .menu_close_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 4.4rem;
	height: 1.4rem;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: visible;
}

#sp_menu_body .toggle span {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0.6rem;
	display: block;
	background-color: #bc2824;
	-webkit-transition: inherit;
	transition: inherit;
}
#frontpage #sp_menu_body .toggle span {
	background-color: #fff;
}
body#frontpage.is_open #sp_menu_body .toggle span {
	background-color: #d22d29;
}
#sp_menu_body .toggle .menu_close_line1 {
	transform-origin: 0 0;
	transform: translateY(-0.6rem);
}
#sp_menu_body .toggle .menu_close_line3 {
	transform-origin: 0 0;
	transform: translateY(0.6rem);
}
#sp_menu_body .toggle[aria-expanded="true"] .menu_close_wrapper {
	overflow: hidden;
	height: 2.5rem;
}
#sp_menu_body .toggle[aria-expanded="true"] span {
	top: 1.2rem;
}
#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line1 {
	animation: anim-humbarger-menu-open-1 0.3s linear forwards;
	background-color: #d22d29;
}
@keyframes anim-humbarger-menu-open-1{
	0%{
		transform: translateY(-0.6rem) translateX(0) rotate(0deg);
	}
	100%{
		transform:translateY(-1.1rem) translateX(0) rotate(30deg);
	}
}
#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line3 {
	animation: anim-humbarger-menu-open-3 0.3s linear forwards;
	background-color: #d22d29;
}
@keyframes anim-humbarger-menu-open-3{
	0%{
		transform: translateY(0.6rem) translateX(0) rotate(0deg);
	}
	100%{
		transform:translateY(1.1rem) translateX(0) rotate(-30deg);
	}
}
#sp_menu_body .toggle[aria-expanded="true"] .menu_close_line2 {
	animation: anim-humbarger-menu-open-2 0.1s linear forwards;
}
@keyframes anim-humbarger-menu-open-2{
	0%{
		opacity: 1.0;
	}
	100%{
		opacity: 0;
	}
}

#sp_menu_body .toggle[aria-expanded="false"] .menu_close_line1 {
	animation: anim-humbarger-menu-close-1 0.3s linear forwards;
}
@keyframes anim-humbarger-menu-close-1{
	0%{
		transform:translateY(-1.1rem) translateX(0) rotate(30deg);
	}
	100%{
		transform: translateY(-0.6rem) translateX(0) rotate(0deg);
	}
}
#sp_menu_body .toggle[aria-expanded="false"] .menu_close_line3 {
	animation: anim-humbarger-menu-close-3 0.3s linear forwards;
}
@keyframes anim-humbarger-menu-close-3{
	0%{
		transform:translateY(1.1rem) translateX(0) rotate(-30deg);
	}
	100%{
		transform: translateY(0.6rem) translateX(0) rotate(0deg);
	}
}

@keyframes anim-humbarger-menu-close-2{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1.0;
	}
}


body .sp_menu {
	opacity: 0;
	position: absolute;
	width: 37.5rem;
	top: -100rem;
	left: 0;
	background-color: rgba(255, 255, 255, 0.79);
	transition: 0.5s;
	height: 100%;
	z-index: 999;
}
body.is_open .sp_menu {
	opacity: 1;
	position: fixed;
	top: 0;
	overflow-y: auto;
}

body.is_open #sp_menu_body .toggle {
	position: fixed;
	top: 2.6rem;
	right: 0.9rem;
	margin: 0;
}
.sp_menu a img {
	display: block;
}
.sp_menu .menu_logo {
	width: 4.9rem;
}
.sp_menu ul.lang {
	margin: 0.5rem 0 0 4.5rem;
	display: inline-block;
}
.sp_menu ul.lang li {
	display: inline-block;
}
.sp_menu ul.lang li.current::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 2px;
	margin: 0.6rem 0 0 -0.3rem;
	background-color: #d22d29;
}
.sp_menu ul.lang li a {
	font-family: 'Source Serif Pro', serif;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.sp_menu ul.lang li:first-child a::after {
	content: '/';
	display: inline-block;
	font-family: 'Source Serif Pro', serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0.5em;
	color: #000;
}

.sp_menu .menu_container {
	width: 28.7rem;
	margin: 0 auto;
	padding-top: 8.4rem;
}

.sp_menu .menu_container ul.global {
	width: 100%;
	display: block;
	margin: 4.5rem auto 0;
}
.sp_menu .menu_container ul.global li {
	width: 100%;
	display: block;
	margin-bottom: 2.7rem;
}
.sp_menu .menu_container ul.global li a {
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-size: 2.7rem;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0.05em;
}
.sp_menu .menu_container ul.global li a span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	margin-top: 0.8rem;
	text-align: left;
}
/*
.sp_menu .menu_container ul.global li:last-child a {
	font-size: 2rem;
}
*/
.close_btn {
	display: block;
	font-size: 1.2rem;
	color: #d22d29;
	width: 3.1rem;
	height: 4.2rem;
	font-weight: 500;
	align-items: center;
	margin: 0 auto;
}
.close_btn span {
	display: block;
}
.close_btn .menu_close_wrapper {
	position: relative;
	width: 2.9rem;
	height: 1.6rem;
}
.close_btn .menu_close_line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2.8rem;
	height: 2px;
	background-color: #d22d29;
	display: block;
}
.close_btn .menu_close_line:before,
.close_btn .menu_close_line:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
.close_btn .menu_close_line:before {
	top: -0.9rem;
}
.close_btn .menu_close_line:after {
	top: 0.9rem;
}

.close_btn .menu_close_line {
	background-color: transparent;
}

.close_btn .menu_close_line:before,
.close_btn .menu_close_line:after {
	top: 0;
	-webkit-transform: rotate3d(0,0,1,-30deg);
	-ms-transform: rotate3d(0,0,1,-30deg);
	transform: rotate3d(0,0,1,-30deg);
	background-color: #d22d29;
}
.close_btn .menu_close_line:before {
	top: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
@media screen and (min-width: 768px) {

	/* ヘッダー */
	header {
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 32px;
		height: 105px;
		width: 100%;
		z-index: 2;
		min-width: 1248px;
	}
	header #sp_header {
		display: none;
	}

	/* ロゴ */
	header a.header_logo {
		display: block;
		width: 216px;
		float: left;
		margin: 0;
	}
	header a.header_logo img {
		width: 216px;
	}


	/* ナビゲーション */
	header nav ul.global {
		margin: 18px 0 0 395px;
		display: block;
		float: left;
	}
	header nav ul.global li {
		float: left;
		display: inline-block;
		margin-right: 49px;
		letter-spacing: 0.05em;
	}
	header nav ul.global li a {
		font-family: 'Playfair Display', serif;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		text-align: center;
		text-decoration: none;
		position: relative;
		line-height: 120%;
	}
	header nav ul.global li a span {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10px;
		font-weight: 500;
		color: #000;
	}

	header nav ul.global li:not(.current) a::before {
		background: #d22d29;
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -12px;
		margin: auto;
		transform:scaleX(0);
		transition:transform .3s cubic-bezier(.25,.58,.44,.98);
		transform-origin:right;
	}
	header nav ul.global li a:hover::before {
		transform-origin:left;
		transform:scaleX(1);
		transition:transform .2s cubic-bezier(.25,.58,.44,.98);
	}

	header nav ul.global li.current::after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		margin-top: 6px;
		background-color: #d22d29;
	}

	#frontpage header nav ul.global li a {
		font-weight: 400;
		color: #fff;
	}
	#frontpage header nav ul.global li a span {
		color: #fff;
	}
	#frontpage header nav ul.global li.current::after {
		background-color: #fff;
	}
	#frontpage header nav ul.global li a::before {
		background: #fff;
	}

	header nav ul.lang {
		margin: 14px 5px 0 0;
		display: block;
		float: right;
	}
	header nav ul.lang li {
		float: left;
		display: inline-block;
		position: relative;
	}
	header nav ul.lang li.current::after {
		content: "";
		display: block;
		width: 15px;
		height: 2px;
		background-color: #d22d29;
		position: absolute;
		bottom: -7px;
		left: 4px;
	}
	header nav ul.lang li a {
		font-family: 'Source Serif Pro', serif;
		font-size: 13px;
		font-weight: 500;
		color: #000;
		text-decoration: none;
		display: inline-block;
		letter-spacing: 0.05em;
	}
	header nav ul.lang li:first-child a {
		padding-left: 2px;
	}
	header nav ul.lang li:first-child a::after {
		content: '/';
		display: inline-block;
		font-family: 'Source Serif Pro', serif;
		font-size: 12px;
		font-weight: 700;
		margin: 0 5px;
		color: #000;
	}
	header nav ul.lang li:not(.current) a::before {
		background: #d22d29;
		content: '';
		width: 15px;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: -7px;
		margin: auto;
		transform:scaleX(0);
		transition:transform .3s cubic-bezier(.25,.58,.44,.98);
		transform-origin:right;
	}
	header nav ul.lang li:not(.current) a:hover::before {
		transform-origin:left;
		transform:scaleX(1);
		transition:transform .2s cubic-bezier(.25,.58,.44,.98);
	}

	#frontpage header nav ul.lang li:first-child a::after {
		color: #fff;
	}
	#frontpage header nav ul.lang li a {
		color: #fff;
	}
	#frontpage header nav ul.lang li.current::after {
		background-color: #fff;
	}
	#frontpage header nav ul.lang li:not(.current) a::before {
		background: #fff;
	}
	}
/*
	#sp_menu_body {
		display: none;
	}
*/

	/* mac os safari */
	_::-webkit-full-page-media, _:future, :root header {
	}
	_::-webkit-full-page-media, _:future, :root {
		position: unset;
	}

	_::-webkit-full-page-media, _:future, :root header:after {
		height: 0;
	}
	_::-webkit-full-page-media, _:future, :root header:after {
		clear: both;
		width: 100%;
		content: "";
		display: block;
	}




}

@media all and (min-width: 1531px) {
	/* ヘッダー */
	header {
	}
}

main {
	padding-top: 6rem;
}

#frontpage main {
	padding-top: 0;
	background: none;
}

main section:last-child {
	padding-bottom: 11rem;
}


/*** トップページ ***/
#frontpage h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 6.5rem;
	text-align: left;
	color: #d22d29;
	padding-left: 3.2rem;
	position: relative;
	letter-spacing: 0;
}
#frontpage h2 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 100%;
	margin: 0.1em 0 0 0.1em;
}
#frontpage h2::before {
	content: "";
	display: inline-block;
	width: 3.5rem;
	height: 7.7rem;
	background-image: url(../img/icon_h2_drop.svg);
	background-size: 1.5rem 2.1rem;
	background-repeat: no-repeat;
	background-position: left 1.6rem;
	position: absolute;
	left: 0;
	top: 2.4rem;
}



/* メインビジュアル */
#mv {
	background-image: url(../img/mv_back_sp.jpg);
	background-size: 37.5rem 66.7rem;
	background-repeat: no-repeat;
	background-position: left top;
}

#mvarea {
	width: 100%;
	min-height: 66.7rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#mvarea video {
	position: absolute;
	left: 1.4rem;
	top: 7.5rem;
	width: 34.7rem;
	height: 33rem;
	object-fit: cover;
}
#mvarea .mv_text1 {
	position: absolute;
	left: 1.8rem;
	top: 41.3rem;
	font-family: 'Playfair Display', serif;
	font-size: 5.25rem;
	font-weight: 700;
	color:#fff;
	text-align: left;
	line-height: 4.75rem;;
	letter-spacing: 0.01em;
}
#movetext {
	opacity:0;
}
#movetext span{
	opacity:0;
	transition: 0.3s;
}

#mvarea .mv_text2 {
	position: absolute;
	left: 1.8rem;
	top: 52.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 140%;
	font-size: 2rem;
	color: #fff;
	text-align: left;
	letter-spacing: 0.04em;
}
#mvarea .mv_text2 span {
	letter-spacing: 0;
}
#mvarea .mv_text3 {
	position: absolute;
	left: 1.8rem;
	top: 58.2rem;
	font-family: 'Playfair Display', serif;
	font-size: 1.2rem;
	font-weight: 400;
	color:#fff;
	text-align: left;
	line-height: 152%;
	letter-spacing: 0.08em;
}

/* バナーエリア */
#frontpage article {
	padding: 2.9rem 0 3.5rem;
}
#frontpage article h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.01em;
	color: #333;
}
#frontpage article h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	margin-top: 0.6rem;
	padding-left: 0;
}
#frontpage article h2::before {
	display: none;
}
#frontpage article p {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	line-height: 170%;
	margin-top: 1.5rem;
}


/* NEWS */
#news ul {
	width: 100%;
	display: block;
	margin: 1.8rem 0 2rem;
}
#news ul li span.date {
	width: 100%;
	display: block;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: left;
	padding: 2rem 0 0 0;
}
#news ul li p,
#news ul li p a {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: justify;
	line-height: 180%;
	padding: 0.7rem 0 0 0;
	letter-spacing: 0;
}
#news ul li p a {
	display: inline;
	padding: 0;
}
#news ul li::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #c4c4c4;
	margin-top: 2rem;
}
#news ul li:last-child::after {
	display: none;
}

/* ソリューション */
#solution {
	width: 100%;
	height: 71.8rem;
	background-image: url(../img/solution_back_sp.png);
	background-size: 37.5rem 71.8rem;
	background-position: left top;
	background-repeat: no-repeat;
}
#solution ol {
	margin-top: 3.6rem;
	width: 100%;
}
#solution ol li {
	padding: 0;
	margin-bottom: 35px;
	counter-increment: mycounter;
}
#solution ol li::before {
	content: counter(mycounter,decimal-leading-zero);
	display: block;
	width: 100%;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	color: #d22d29;
	margin-bottom: 0.3rem;
	letter-spacing: 0.1em;
}
#solution ol li h3 {
	font-size: 1.75rem;
	line-height: 147%;
	font-weight: 700;
	text-align: left;
	color: #000;
}
#solution ol li h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	margin-top: 1.4rem;
}
#solution ol li h3 + p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 170%;
	padding: 0 0 0 3.3rem;
	margin: 1rem 0 0 0;
	background-image: url(../img/icon_right_arrow_black.png);
	background-size: 1.75rem 1.1rem;
	background-position: 0.1rem 0.6rem;
	background-repeat: no-repeat;
}

/* about */
#about h3 {
	width: 100%;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	font-weight: 700;
	line-height: 150%;
	text-align: justify;
}
#about h4 {
	width: 100%;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 142%;
	text-align: left;
}
#about p {
	font-size: 1.6rem;
	line-height: 169%;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	/*** トップページ ***/
	#frontpage h2 {
		font-size: 75px;
		padding-left: 33px;
		line-height: 100%;
		position: relative;
		letter-spacing: 0;
	}
	#frontpage h2 span {
		font-size: 16px;
		margin-top: 10px;
		line-height: 100%;
		letter-spacing: 0;
	}
	#frontpage h2::before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 21px;
		background-image: url(../img/icon_h2_drop.svg);
		background-size: 15px 21px;
		background-position: left top;
		background-repeat: no-repeat;
		position: absolute;
		left: 1px;
		top: 38px;
	}

	#mv {
		background-image: url(../img/mv_back_pc.jpg);
		background-size: 2500px 910px;
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		min-width: 1248px;
		overflow: hidden;
	}
	#mvarea {
	/*	width: 100%;*/
		width: 1266px;
		height: 910px;
		min-height: 910px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	#mvarea .video_wrap {
		position: absolute;
		left: 0;
		top: 118px;
		width: 780px;
		height: 780px;
		-webkit-clip-path:url(#clip_circle1);
		clip-path: url(#clip_circle1);
	}
	#mvarea video {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
	}
	#mvarea .mv_text1 {
		position: absolute;
		left: 819px;
		top: 366px;
		font-family: 'Playfair Display', serif;
		font-size: 97px;
		font-weight: 700;
		color:#fff;
		text-align: left;
		line-height: 100%;
		letter-spacing: 0.01em;
	}
	#movetext {
		opacity:0;
	}
	#movetext span{
		opacity:0;
		transition: 0.3s;
	}

	#mvarea .mv_text2 {
		position: absolute;
		left: 821px;
		top: 588px;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		line-height: 46.5px;
		font-size: 31.5px;
		color: #fff;
		text-align: left;
		letter-spacing: 0.04em;
	}
	#mvarea .mv_text2 span {
		letter-spacing: -0.017em;
	}
	#mvarea .mv_text3 {
		position: absolute;
		left: 822px;
		top: 705px;
		font-family: 'Playfair Display', serif;
		font-size: 14px;
		font-weight: 400;
		color:#fff;
		text-align: left;
		line-height: 157%;
		letter-spacing: 0.075em;
	}

	main {
		padding-top: 100px;
	}
	#frontpage main {
		padding-top: 0;
	}
	#company main > section:first-child,
	#business main section:first-child,
	#contact main section:first-child,
	#news main section:first-child,
	#privacy main section:first-child {
		padding-top: 47px !important;
	}
	main section:last-child {
		padding-bottom: 140px;
	}
	#main_contents {
		margin: 0 auto;
	}

	/* バナーエリア */
	#frontpage article {
		padding: 30px 0 35px 0;
	}
	#frontpage article h1,
	#frontpage article h2 {
		margin-left: 151px;
	}
	#frontpage article h1 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 27px;
		font-weight: 700;
		text-align: justify;
		line-height: 100%;
		letter-spacing: 0.04em;
		color: #000;
		margin-top: 8px;
	}
	#frontpage article h2 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 15px;
		text-align: left;
		color: #000;
		margin-top: 10px;
		padding-left: 0;
		letter-spacing: 0.08em;
		margin-left: 149px;
	}
	#frontpage article h2::after {
		display: none;
	}
	#frontpage article p {
		font-size: 14px;
		font-weight: 600;
		text-align: left;
		color: #000;
		margin: 0 0 0 54px;
		letter-spacing: 0;
	}

	/* NEWS */
	#news ul {
		width: 785px;
		display: block;
		margin: 9px 0 20px 4px;
	}
	#news ul li {
		padding: 0 0 25px 0;
	}
	#news ul li span.date {
		width: 135px;
		display: inline-block;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 15px;
		text-align: left;
		line-height: 180%;
		padding: 0;
		float: left;
	}
	#news ul li p,
	#news ul li p a {
		width: calc(100% - 135px);
		display: inline-block;
		font-size: 15px;
		padding: 0;
		margin: 0;
		font-weight: 400;
	}
	#news ul li p a {
		display: inline;
		letter-spacing: -0.01em;
	}
	#news ul li::after {
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		background-color: #c4c4c4;
		margin-top: 25px;
	}
	#news ul li:last-child::after {
		display: none;
	}

	/* ソリューション */
	#solution {
		width: 100%;
		height: 662px;
		background-image: url(../img/solution_back_pc.jpg);
		background-size: 2500px 662px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	#solution ol {
		width: calc(100% - 73px);
		display: flex;
		justify-content: space-between;
		margin: 44px 37px 0 36px;
	}
	#solution ol li {
		padding: 0;
		width: 475px;
		counter-increment: mycounter;
	}
	#solution ol li::before {
		font-size: 16px;
		color: #d22d29;
		margin-bottom: 5px;
	}
	#solution ol li h3 {
		font-size: 25px;
		line-height: 148%;
		width: 100%;
	}
	#solution ol li h3::after {
		margin-top: 20px;
	}
	#solution ol li h3 + p {
		font-size: 18px;
		font-weight: 700;
		line-height: 150%;
		padding: 0 0 0 48px;
		margin: 17px 0 0 0;
		background-image: url(../img/icon_right_arrow_black_pc.png);
		background-size: 25px 16px;
		background-position: 2px 5px;
		background-repeat: no-repeat;
	}

	/* about */
	#about img {
		width: 652px;
		margin-left: -100px;
		float: left;
	}
	#about .aboutbox {
		width: 475px;
		float: left;
		margin-left: 35px;
	}
	#about h3 {
		width: 100%;
		font-size: 28px;
		font-weight: 700;
		line-height: 150%;
		text-align: left;
		letter-spacing: 0.01em;
	}
	#about h4 {
		width: 100%;
		font-size: 18px;
		font-weight: 500;
		line-height: 165%;
		text-align: left;
	}
	#about p {
		font-size: 16px;
		line-height: 169%;
		text-align: justify;
		letter-spacing: 0.04em;
	}

}
@media screen and (min-width: 1560px) {
	body#company {
		overflow-x: hidden;
	}
	#company .wrapper_mask {
		display: block;
		content: "";
		width: 100%;
		max-width: 1798px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
}

@media screen and (min-width: 1700px) {
	body {
		overflow-x: hidden;
	}
	.wrapper_mask {
		display: block;
		content: "";
		max-width: 2000px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.wrapper_mask::after {
		position: absolute;
		content: '';
		width: 300px;
		height: 100%;
		top: 0;
		left: calc(100% - 300px);
		box-shadow: inset -150px -50px 50px 0px rgba(255,255,255,1);
		z-index: 1;
	}
	.wrapper_mask::before {
		position: absolute;
		content: '';
		width: 300px;
		height: 100%;
		top: 0;
		left: 0;
		box-shadow: inset 150px -50px 50px 0px rgba(255,255,255,1);
		z-index: 1;
	}

	#frontpage .wrapper_mask {
		display: block;
		content: "";
		max-width: 2500px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	#frontpage .wrapper_mask::after {
		position: absolute;
		width: 300px;
		height: 100%;
		content: '';
		top: 0;
		left: calc(100% - 300px);
		box-shadow: inset -150px -50px 50px 0px rgba(255,255,255,1);
	}
	#frontpage .wrapper_mask::before {
		position: absolute;
		content: '';
		width: 300px;
		height: 100%;
		top: 0;
		left: 0;
		box-shadow: inset 150px -50px 50px 0px rgba(255,255,255,1);
	}
	#company .wrapper_mask::after {
		position: absolute;
		content: '';
		width: 400px;
		height: 100%;
		top: 0;
		left: calc(100% - 400px);
		box-shadow: inset -200px -50px 50px 0px rgba(255,255,255,1);
		z-index: 1;
	}
	#company .wrapper_mask::before {
		position: absolute;
		content: '';
		width: 400px;
		height: 100%;
		top: 0;
		left: 0;
		box-shadow: inset 200px -50px 50px 0px rgba(255,255,255,1);
		z-index: 1;
	}

}

/*** ニュース一覧 ***/
@media screen and (min-width: 768px) {
	/* NEWS */
	#newslist #news ul {
		width: 100%;
		display: block;
		margin: 0 0 25px 0;
	}
	#newslist #news ul li {
		padding: 0 0 25px 0;
	}
	#newslist #news ul li span.date {
		width: 130px;
		display: inline-block;
		font-family: 'Barlow', sans-serif;
		font-weight: 400;
		font-size: 15px;
		text-align: left;
		line-height: 180%;
		padding: 0;
		float: left;
	}
	#newslist #news ul li p,
	#newslist #news ul li p a {
		width: calc(100% - 130px);
		display: inline-block;
		font-size: 15px;
		padding: 0;
		margin: 0;
	}
	#newslist #news ul li p a {
		display: inline;
	}
	#newslist #news ul li::after {
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		background-color: #c4c4c4;
		margin-top: 25px;
	}
	#newslist #news ul li:last-child::after {
		display: none;
	}
}

/*** プライバシーポリシー ***/
#policy ul {
	width: 100%;
	list-style-position: outside;
}
#policy ul li {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 168%;
	padding-left: 1.5em;
	margin-bottom: 3rem;
	position: relative;
}
#policy ul li::before {
	content: '○ ';
	width: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}
/* PC */
@media all and (min-width: 768px) {
	/*** プライバシーポリシー ***/
	#policy ul {
		width: 100%;
		list-style-position: outside;
	}
	#policy ul li {
		font-size: 16px;
		margin-bottom: 15px;
		position: relative;
	}
	#policy ul li::before {
		content: '○ ';
		width: 1.5em;
		position: absolute;
		top: 0;
		left: 0;
	}
}


/*** 会社概要 ***/
/* ごあいさつ */
#greetings {
	/*margin-bottom: 4.5rem;*/
}
#greetings p {
	font-size: 1.6rem;
	line-height: 2.7rem;
	font-weight: 700;
	letter-spacing: 0;
}
#data {
	background-image: url(../img/back_paper_sp.jpg);
	background-size: 37.5rem 101rem;
	background-position: left bottom;
	background-repeat: no-repeat;
	display: block;
	height: 126rem;
	overflow-y: hidden;
}

/* 会社データ */
#data table {
	width: 100%;
}
#data table th,
#data table td {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	text-align: left;
}
#data table th {
	font-weight: 700;
	padding: 1.5rem 0 0 0;
}
#data table td {
	border-bottom: #a0a0a0 1px solid;
	font-weight: 400;
	padding: 1rem 0 1.5rem 0;
	line-height: 150%;
}
#data table td p span {
	display: block;
	margin-top: 1rem;
	letter-spacing: 0;
}
#data table a {
	color: #50a351;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	margin-bottom: 1rem;
}
#data table a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #50a351;
	transform-origin: center bottom;
	transition: .3s;
	position: absolute;
	bottom: -4px;
	left: 0;
}
#data table td p span a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	margin-bottom: 2px;
}
#data table td p span a::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform-origin: center bottom;
	transition: .3s;
	position: absolute;
	bottom: -2px;
	left: 0;
}
/* 沿革 */
#history table {
	width: 100%;
}
#history table tr {
}
#history table th,
#history table td {
	position: relative;
	display: block;
	padding-left: 2.2rem;
	text-align: left;
}
#history table th::before {
	content: "";
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background-color: #d22d29;
	position: absolute;
	top: 1.4rem;
	left: 0.1rem
}
#history table th::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #d22d29;
	position: absolute;
	top: 1.9rem;
	left: 0.4rem
}
#history table td::after {
	content: "";
	display: block;
	height: calc(100% + 1.4rem);
	width: 2px;
	background-color: #d22d29;
	position: absolute;
	top: 0;
	left: 0.4rem;
}

#history table th {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	font-weight: 400;
	color: #d22d29;
}
#history table th span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #9a9a9a;
	margin-top: 0.5rem;
}
#history table td {
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: 0.3rem;
	padding-bottom: 2.2rem;
	letter-spacing: 0.08em;
}

/* PC */
@media all and (min-width: 768px) {
	/* ごあいさつ */
	#greetings {
		margin-bottom: 125px;
	}
	#greetings img {
		width: 270px;
	}
	#greetings p {
		font-size: 16px;
		line-height: 27px;
	}
	/* 会社データ */
	#data {
		background-image: url(../img/back_paper_pc.jpg);
		background-size: 1998px 650px;
		background-position: center 500px;
		background-repeat: no-repeat;
		height: auto;
	}
	#data .container {
		height: 650px;
		overflow-y: hidden;
	}
	.img_company_data {
		width: 1998px;
		position: relative;
		left: calc(50% - 999px);
		max-width: unset;
	}
	#data table {
		width: 100%;
	}
	#data tr {
		border-bottom: #a0a0a0 1px solid;
	}
	#data table th,
	#data table td {
		width: unset;
		display: table-cell;
		font-size: 16px;
		text-align: left;
		vertical-align: top;
		padding: 12px 0;
		letter-spacing: 0.05em;
	}
	#data table th {
		width: 180px;
		font-weight: 700;
	}
	#data table td {
		width: calc(100% - 174px);
		font-weight: 400;
	}
	#data table td p span {
		display: block;
		margin-top: 0;
		letter-spacing: 0;
	}
	#data table a {
		margin-bottom: 5px;
	}
	#data table a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #50a351;
		transform-origin: right bottom;
		transition: .3s;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	#data table a:hover::after {
		transform: scale(0, 1);
	}
	#data table td p span a {
		color: #000;
		font-weight: 400;
		text-decoration: none;
		position: relative;
		margin-bottom: 2px;
	}
	#data table td p span a::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background-color: #000;
		transform-origin: right bottom;
		transition: .3s;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	#data table td p span a:hover::after {
		transform: scale(0, 1);
	}

	/* 沿革 */
	#history table {
		width: 100%;
	}
	#history table tr {
	}
	#history table th,
	#history table td {
		position: relative;
		display: table-cell;
		padding-left: 0;
		text-align: left;
		vertical-align: top;
	}
	#history table th::before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #d22d29;
		position: absolute;
		top: 14px;
		left: 1px
	}
	#history table th::after {
		content: "";
		width: 2px;
		height: 100%;
		top: 19px;
		left: 4px;
	}
	#history table td::after {
		display: none;
	}

	#history table th {
		padding-left: 29px;
		padding-top: 1px;
		font-size: 20px;
		width: 173px;
		min-height: 60px;
	}
	#history table th span {
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 13px;
		font-weight: 500;
		color: #9a9a9a;
		margin-top: 3px;
	}
	#history table td {
		width: calc(100% - 173px);
		font-size: 16px;
		font-weight: 500;
		padding-top: 5px;
		padding-bottom: 30px;
		letter-spacing: 0.08em;
	}
}

/*** 事業紹介 ***/
#introduction ol {
	width: 100%;
}
#introduction ol li {
	padding-left: 3.6rem;
	counter-increment: mycounter;
	width: 100%;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 700;
	color: #d22d29;
	position: relative;
	margin-bottom: 6rem;
	letter-spacing: 0.05em;
}
#introduction ol li:nth-child(2) {
	letter-spacing: 0;
}
#introduction ol li:last-child {
	margin-bottom: 1rem;
}
#introduction ol li::before {
	content: counter(mycounter)'.';
	display: block;
	width: 3rem;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 5rem;
	color: #d22d29;
	position: absolute;
	left: -0.2rem;
	top: -0.7rem;
}
#introduction ol li p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.7rem;
	text-align: justify;
	color: #000;
	margin-top: 1rem;
}

/* リサーチ力 */
#research {
	display: block;
	background-image: url(../img/research_back_sp.jpg);
	background-size: 37.5rem 194.5rem;
	background-position: left top;
	background-repeat: no-repeat;
	height: 194.5rem;
}
#business h2 {
	display: block;
	background-image: url(../img/icon_h3.png);
	background-size: 3.7rem auto;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5.2rem;
	font-family: 'Barlow', sans-serif;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 80%;
	color: #000;
	text-align: left;
	letter-spacing: 0;
}
#business h2 span {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	margin-top: 0.7rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	text-align: left;
	letter-spacing: 0.05em;
	padding-left: 0.2rem;
}
#research h3 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	color: #449d45;
}
#research ol {
	width: 100%;
}
#research ol li {
	padding: 8rem 2rem 3.5rem 2.5rem;
	counter-increment: mycounter;
	width: 100%;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 5rem;
}
#research ol li::before {
	content: counter(mycounter,decimal-leading-zero);
	display: block;
	width: 9rem;
	height: 5.3rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 3.1rem;
	line-height: 100%;
	color: #449d45;
	position: absolute;
	text-align: right;
	left: 2.5rem;
	top: 0;
	padding: 1.9rem 0 0 0;
	border-top: #449d45 5px solid;
	letter-spacing: -0.04em;
}
#research ol li:first-child::before {
	letter-spacing: 0.05em;
}
#research ol li::after {
	content: 'Research';
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 100%;
	color: #449d45;
	position: absolute;
	left: 2.5rem;
	top: 3.6rem;
	letter-spacing: 0.02em;
}
#research ol li p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.7rem;
	text-align: justify;
	color: #000;
	margin-top: 2rem;
	letter-spacing: 0;
}

#products h3 {
	font-size: 2.9rem;
	line-height: 4rem;
	font-weight: 700;
	color: #d22d29;
	text-align: left;
	text-indent: -0.5em;
}
#products p {
	letter-spacing: 0;
}

#flavour {
	position: relative;
}
#flavour h4 {
	font-family: 'Barlow', sans-serif;
	font-size: 3.1rem;
	font-weight: 600;
	color: #449d45;
	text-align: left;
	padding-left: 3.1rem;
	background-image: url(../img/icon_h4_drop.svg);
	background-size: 1.5rem 2rem;
	background-position: left 0.6rem;
	background-repeat: no-repeat;
	letter-spacing: 0.02em;
}

#flavour ul {
	width: 37.5rem;
	margin-left: -2rem;
}
#flavour ul li {
	width: 100%;
	padding: 0 2rem 0 2rem;
	background-size: 37.5rem auto;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 3rem;
}
#flavour ul li p + p {
	margin-top: 0.5rem;
	letter-spacing: -0.1em;;
	line-height: 150%;
}
#flavour ul li:nth-child(1) {
	background-image: url(../img/flavour01_sp.jpg);
	padding-top: 13.2rem;
	margin-bottom: 3.5rem;
}
#flavour ul li:nth-child(2) {
	background-image: url(../img/flavour02_sp.jpg);
	padding-top: 15.5rem;
	margin-bottom: 5.3rem;
}
#flavour ul li:nth-child(3) {
	background-image: url(../img/flavour03_sp.jpg);
	padding-top: 14.0rem;
}
#flavour ul li:nth-child(4) {
	background-image: url(../img/flavour04_sp.jpg);
	padding-top: 16.0rem;
}
#flavour ul li:nth-child(5) {
	background-image: url(../img/flavour05_sp.jpg);
	padding-top: 13.6rem;
	margin-bottom: 5.0rem;
}
#flavour ul li:nth-child(6) {
	background-image: url(../img/flavour06_sp.jpg);
	padding-top: 14.6rem;
	margin-bottom: 4.6rem;
}
#flavour ul li:nth-child(7) {
	background-image: url(../img/flavour07_sp.jpg);
	padding-top: 14.5rem;
	margin-bottom: 2rem;
}
#flavour ul li:nth-child(8) {
	background-image: url(../img/flavour08_sp.jpg);
	padding-top: 16.9rem;
	margin-bottom: 5.8rem;
}
#flavour ul li:nth-child(9) {
	background-image: url(../img/flavour09_sp.jpg);
	padding-top: 13.8rem;
	margin-bottom: 1.3rem;
}
#flavour ul li:nth-child(10) {
	background-image: url(../img/flavour10_sp.jpg);
	padding-top: 18.5rem;
}

@media all and (min-width: 768px) {
	/*** 事業紹介 ***/
	#introduction ol {
		width: 100%;
	}
	#introduction ol li {
		padding-left: 47px;
		counter-increment: mycounter;
		width: 100%;
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 55px;
	}
	#introduction ol li::before {
		content: counter(mycounter)'.';
		width: 47px;
		font-family: 'Playfair Display', serif;
		font-weight: 500;
		font-size: 50px;
		position: absolute;
		left: 0;
		top: -10px;
	}
	#introduction ol li p {
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
		text-align: justify;
		color: #000;
		margin-top: 18px;
	}
	.img_business {
		position: relative;
		width: 1998px;
		display: block;
		left: calc(50% - 999px);
		max-width: unset;
	}

	/* リサーチ力 */
	#research {
		display: block;
		background-image: url(../img/research_back_pc.jpg);
		background-size: 1998px 1002px;
		background-position: center top;
		background-repeat: no-repeat;
		height: 1002px;
		overflow-y: hidden;
	}
	#business h2 {
		display: flex;
		align-items: baseline;
		background-image: url(../img/icon_h3.png);
		background-position: left 7px;
		background-size: 48px 49px;
		padding-left: 70px;
		font-size: 60px;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: 0;
	}
	#business h2 span {
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-size: 17px;
		text-align: left;
		letter-spacing: 0.05em;
		padding-left: 20px;
	}
	#research h3 {
		font-size: 24px;
		line-height: 32px;
	}
	#research ol {
		width: 100%;
	}
	#research ol li {
		padding: 82px 29px 0 29px;
		counter-increment: mycounter;
		max-width: 499px;
		height: 300px;
		position: relative;
		background-color: #fff;
		border-radius: 5px;
		margin-bottom: 40px;
	}
	#research ol li::before {
		content: counter(mycounter,decimal-leading-zero);
		display: block;
		width: 95px;
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
		font-size: 31px;
		text-align: right;
		left: 27px;
		top: 0;
		padding: 18px 0 0 0;
		border-top: #449d45 5px solid;
		letter-spacing: -0.02em;
	}
	#research ol li:first-child::before {
		letter-spacing: 0.05em;
	}
	#research ol li::after {
		content: 'Research';
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size: 13px;
		left: 29px;
		top: 35px;
		letter-spacing: 0.02em;
	}
	#research ol li p {
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
		text-align: justify;
		color: #000;
		margin-top: 16px;
	}
	/* 製品例 */
	#products h3 {
		font-size: 29px;
		line-height: 40px;
	}

	/* フレーバー */
	#flavour h4 {
		font-size: 31px;
		padding-left: 30px;
		background-image: url(../img/icon_h4_drop.svg);
		background-size: 15px 20px;
		background-position: left 7px;
		background-repeat: no-repeat;
	}

	#flavour ul {
		width: 100%;
		margin-left: 0;
	}
	#flavour ul li {
		width: 100%;
		padding: 0;
		background-size: 515px auto;
		background-position: left top;
		background-repeat: no-repeat;
		margin-bottom: 30px !important;
	}
	#flavour ul li p {
		letter-spacing: 0;
		font-weight: 400;
		line-height: 130%;
	}
	#flavour ul li:nth-child(1) {
		background-image: url(../img/flavour01_pc.jpg);
		padding-top: 187px;
	}
	#flavour ul li:nth-child(2) {
		background-image: url(../img/flavour02_pc.jpg);
		padding-top: 187px;
	}
	#flavour ul li:nth-child(3) {
		background-image: url(../img/flavour03_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(4) {
		background-image: url(../img/flavour04_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(5) {
		background-image: url(../img/flavour05_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(6) {
		background-image: url(../img/flavour06_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(7) {
		background-image: url(../img/flavour07_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(8) {
		background-image: url(../img/flavour08_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(9) {
		background-image: url(../img/flavour09_pc.jpg);
		padding-top: 197px;
	}
	#flavour ul li:nth-child(10) {
		background-image: url(../img/flavour10_pc.jpg);
		padding-top: 197px;
	}
}

/*** お問い合わせ ***/
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}
table#mfp_confirm_table {
	margin-top: 5rem;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: transparent;
}
div#mfp_phase_confirm h4 {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	text-align: left;
}
input::placeholder,
textarea::placeholder {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #ccc;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password,
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
textarea,
select {
	font-size: 1.6rem;
	padding: 1.5rem 1.7rem;
	border: #dcdcdc 1px solid;
	border-radius: 2px;
	width: 100%;
}
.mfp_element_textarea,
textarea {
	width: 100% !important;
	height: 22.5rem !important;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev,
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;

	height: 6.3rem;
	width: 27rem;
	display: block;
	background-color: #d22d29;
	border-radius: 3.15rem;
	text-align: left;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	position: relative;
	text-shadow: none;
	float: none;
	margin: 5rem auto;
}
button#mfp_button_send,
button#mfp_button_send:hover,
button.mfp_next,
button.mfp_next:hover {
	padding: 0 0 0 4.5rem;
}
button#mfp_button_cancel,
button#mfp_button_cancel:hover,
button.mfp_prev,
button.mfp_prev:hover {
	padding: 0 0 0 12rem;
}
button#mfp_button_send span,
button#mfp_button_cancel span,
button.mfp_next span,
button.mfp_prev span {
	position: absolute;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	width: 4.9rem;
	height: 4.9rem;
	top: 0.7rem;
	right: 1rem;
}
button#mfp_button_cancel span,
button.mfp_prev span {
	right: unset;
	left: 1rem;
}
button#mfp_button_send span::after,
button.mfp_next span::after {
	display: inline-block;
	content: "";
	width: 1.8rem;
	height: 1.15rem;
	background-image: url(../img/icon_right_arrow_red.png);
	background-size: 1.8rem 1.15rem;
	background-position: center top;
	background-repeat: no-repeat;
}
button#mfp_button_cancel span::before,
button.mfp_prev span::before {
	display: inline-block;
	content: "";
	width: 1.8rem;
	height: 1.15rem;
	background-image: url(../img/icon_right_arrow_red.png);
	background-size: 1.8rem 1.15rem;
	background-position: center top;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
div.mfp_buttons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.mfp_buttons button:nth-child(2) {
	margin-top: 0;
}

form#mailformpro {
	padding: 0;
}
form#mailformpro p {
	letter-spacing: 0;
}
table#mfp_confirm_table,
form#mailformpro table {
	width: 100%;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td,
form#mailformpro table th,
form#mailformpro table td {
	display: block;
	text-align: left;
	font-size: 1.6rem;
	border: none;
}

table#mfp_confirm_table tr th,
form#mailformpro table th {
	padding: 2.2rem 0;
	font-weight: 500;
	vertical-align: middle;
}
form#mailformpro table th:before {
	content: '任意';
	display: flex;
	width: 4.5rem;
	height: 2.5rem;
	font-size: 1.3rem;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	background-color: #449d45;
	color: #fff;
	border-radius: 2px;
	margin-right: 1.4rem;
	float: left;
}
form#mailformpro table th.required:before {
	content: '必須';
	background-color: #d22d29;
}
table#mfp_confirm_table tr td,
form#mailformpro table td {
	padding: 0;
}
table#mfp_confirm_table tr td {
	padding: 0 0 1rem 1rem;
	border-bottom: 1px #ccc solid;
}

@media all and (min-width: 768px) {
	/*** お問い合わせ ***/
	input::placeholder,
	textarea::placeholder {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #ccc;
	}

	input[type=text],
	input[type=tel],
	input[type=number],
	input[type=email],
	textarea,
	select {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		padding: 14px;
		border: #dcdcdc 1px solid;
		border-radius: 2px;
		width: 100%;
		height: 50px;
	}
	textarea {
		font-family: 'Noto Sans JP', sans-serif;
		height: 81px;
	}
	.mfp_element_submit,
	.mfp_element_reset,
	.mfp_element_button,
	button.mfp_next,
	button.mfp_prev,
	.mfp_element_submit:hover,
	.mfp_element_reset:hover,
	.mfp_element_button:hover,
	button.mfp_next:hover,
	button.mfp_prev:hover {
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;

		width: 300px;
		height: 70px;
		display: block;
		cursor: pointer;
		background-color: #d22d29;
		border-radius: 35px;
		text-align: left;
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		position: relative;
		text-shadow: none;
		float: none;
		margin: 50px auto 0;
	}
	div.mfp_buttons {
		width: 60%;
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
		flex-direction: row-reverse;
	}
	div.mfp_buttons button:nth-child(2) {
		margin: 50px auto 0;
	}
	button#mfp_button_send:hover,
	button#mfp_button_cancel:hover,
	button.mfp_next:hover,
	button.mfp_prev:hover {
		box-shadow: 0px 2px 1px #000;
	}
	button#mfp_button_send,
	button#mfp_button_send:hover,
	button.mfp_next,
	button.mfp_next:hover {
		padding: 0 0 0 50px;
	}
	button#mfp_button_cancel,
	button#mfp_button_cancel:hover,
	button.mfp_prev,
	button.mfp_prev:hover {
		padding: 0 0 0 140px;
	}
	button#mfp_button_send span,
	button#mfp_button_cancel span,
	button.mfp_next span,
	button.mfp_prev span {
		position: absolute;
		content: "";
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: #fff;
		width: 55px;
		height: 55px;
		top: 7px;
	}
	button#mfp_button_send:hover span,
	button.mfp_next span {
		right: 10px;
	}
	button#mfp_button_cancel span,
	button.mfp_prev span {
		left: 10px;
	}
	button#mfp_button_send span::before,
	button#mfp_button_send span::after,
	button#mfp_button_cancel span::before,
	button#mfp_button_cancel span::after,
	button.mfp_next span::before,
	button.mfp_next span::after,
	button.mfp_prev span::before,
	button.mfp_prev span::after {
		display: inline-block;
		content: "";
		width: 18px;
		height: 11px;
		background-image: url(../img/icon_right_arrow_red.png);
		background-size: 18px 11px;
		background-position: left top;
		background-repeat: no-repeat;
		position: absolute;
		transition: 0.3s;
		transform: none;
	}
	button#mfp_button_cancel span::before,
	button#mfp_button_cancel span::after,
	button.mfp_prev span::before,
	button.mfp_prev span::after {
		background-image: url(../img/icon_right_arrow_red_rev.png);
	}

	button#mfp_button_send span::after,
	button.mfp_next span::after {
		left: 18px;
		top: 21px;
		opacity: 1;
	}
	button#mfp_button_cancel span::after,
	button.mfp_prev span::after {
		left: 54px;
		top: 21px;
		opacity: 0;
	}
	button#mfp_button_send span::before,
	button.mfp_next span::before {
		left: -18px;
		top: 21px;
		opacity: 0;
	}
	button#mfp_button_cancel span::before,
	button.mfp_prev span::before {
		left: 18px;
		top: 21px;
		opacity: 1;
	}
	button#mfp_button_send:hover span::after,
	button.mfp_next:hover span::after {
		transform: translateX(36px);
		opacity: 0;
	}
	button#mfp_button_send:hover span::before,
	button.mfp_next:hover span::before {
		transform: translateX(36px);
		opacity: 1;
	}
	button#mfp_button_cancel:hover span::after,
	button.mfp_prev:hover span::after {
		transform: translateX(-36px);
		opacity: 1;
	}
	button#mfp_button_cancel:hover span::before,
	button.mfp_prev:hover span::before {
		transform: translateX(-36px);
		opacity: 0;
	}

	form#mailformpro {
		padding: 0;
	}
	table#mfp_confirm_table,
	form#mailformpro table {
		width: 100%;
	}
	table#mfp_confirm_table {
		margin-top: 30px;
	}
	table#mfp_confirm_table tr td {
		border-bottom: none;
	}
	table#mfp_confirm_table tr th,
	form#mailformpro table th,
	form#mailformpro table td {
		display: table-cell;
		text-align: left;
		font-size: 16px;
		padding: 14px 0;
	}
	table#mfp_confirm_table tr th,
	form#mailformpro table th {
		width: 340px;
		padding: 14px 0;
		font-weight: 500;
		vertical-align: middle;
	}
	table#mfp_confirm_table tr:last-child th,
	form#mailformpro table tr:last-child th {
		vertical-align: top;
		padding-top: 24px;
	}
	form#mailformpro table th:before {
		content: '任意';
		display: flex;
		width: 45px;
		height: 25px;
		font-size: 13px;
		font-weight: 400;
		justify-content: center;
		align-items: center;
		background-color: #449d45;
		color: #fff;
		border-radius: 2px;
		margin-right: 15px;
	}
}

/* フッター */
footer {
	width: 100%;
	background-color: #bc2824;
	position: relative;
	margin-top: 3.9rem;
}
footer::before {
	content: "";
	display: block;
	background-image: url(../img/footer_back_sp.png);
	background-size: 37.5rem 3.9rem;
	background-position: center top;
	width: 37.5rem;
	height: 3.9rem;
	position: relative;
	top: -3.9rem;
}
footer #pagetop {
	display: flex;
	flex-wrap: wrap;
	width: 5.7rem;
	height: 8.5rem;
	font-family: 'Barlow', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	justify-content: center;
	align-content: space-between;
	color: #000;
	position: absolute;
	z-index: 99;
	right: 2rem;
	top: -11.4rem;
}
footer #pagetop span {
	position: relative;
	content: "";
	display: block;
	border-radius: 50%;
	width: 5.5rem;
	height: 5.5rem;
	margin-top: 1.6rem;
	background-color: #000;
}
footer #pagetop span::after {
	position: absolute;
	content: "";
	display: block;
	background-image: url(../img/icon_top_arrow.png);
	background-size: 1.25rem 2rem;
	background-position: left top;
	background-repeat: no-repeat;
	width: 1.25rem;
	height: 2rem;
	left: 2.1rem;
	top: 1.8rem;
}
footer section {
	padding: 0 0 2.5rem 0;
	overflow-y: visible;
	overflow-x: visible;
}
footer nav ul {
	width: 100%;
	display: block;
}
footer nav ul li {
	width: 50%;
	display: block;
	float: left;
	margin: 0 0 2rem 0;
}
footer nav ul li a {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
	line-height: 100%;
	color: #fff;
}
footer #footer_logo {
	margin-top: 0.5rem;
	width: 22.6rem;
}
footer p.iso {
	font-size: 1.3rem;
	margin-top: 1.5rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #bc2824;
	font-weight: 500;
	border-radius: 2px;
}
footer p.copy {
	margin: 1.5rem 0 0 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: left;
}
/* //mobile */




/* PC */
@media all and (min-width: 768px) {

	p {
		font-size: 16px;
		text-align: justify;
	}
	p.note {
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	h2 {
		font-size: 25px;
		font-weight: 700;
		line-height: 100%;
		color: #449d45;
		text-align: left;
		letter-spacing: 0.07em;
	}

	a {
		transition: .2s;
		text-decoration: none;
		display: inline-block;
		font-weight: 400;
		font-size: 16px;
	}

	/* フッター */
	footer::before {
		content: "";
		display: block;
		background-image: url(../img/footer_back_pc.png);
		background-size: 2500px 125px;
		background-position: center top;
		width: 100%;
		height: 125px;
		position: relative;
		top: -125px;
	}
	footer {
		background-color: #d22d29;
		width: 100%;
		min-width: 1248px;
		height: 330px;
		color: #fff;
		margin-top: 125px;
	}
	footer section {
		margin-top: -125px;
		padding: 30px 0 0 0;
	}
	footer .contents {
		width: 1200px;
	}

	footer #pagetop {
		width: 60px;
		height: 80px;
		font-size: 15px;
		font-weight: 500;
		justify-content: center;
		align-content: space-between;
		color: #000;
		position: absolute;
		z-index: 99;
		right: 59px;
		top: -72px;
	}
	footer #pagetop span {
		width: 55px;
		height: 55px;
		margin-top: 9px;
		background-color: #000;
	}
	footer #pagetop span::before,
	footer #pagetop span::after {
		position: absolute;
		content: "";
		display: block;
		background-image: url(../img/icon_top_arrow.png);
		background-size: 12.5px 20px;
		background-position: left top;
		background-repeat: no-repeat;
		width: 12.5px;
		height: 20px;
		transition: 0.3s;
		left: 21px;
	}
	footer #pagetop span::after {
		top: 18px;
		opacity: 1;
	}
	footer #pagetop span::before {
		bottom: -18px;
		opacity: 0;
	}
	footer #pagetop:hover span::after {
		transform: translateY(-36px);
		opacity: 0;
	}
	footer #pagetop:hover span::before {
		transform: translateY(-36px);
		opacity: 1;
	}

	footer nav ul {
		margin-top: 78px;
		width: auto;
		display: block;
		float: right;
	}
	footer nav ul li {
		width: auto;
		display: block;
		float: left;
		margin: 0 30px 0 0;
	}
	footer nav ul li a {
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		line-height: 100%;
		color: #fff;
	}
	footer nav ul li a:hover {
		color: #fff;
	}
	footer nav ul li:last-child {
		margin-right: 0;
	}
	footer #footer_logo {
		margin-top: 0;
		width: 171px;
	}
	footer p.iso {
		margin-top: 35px;
		font-size: 13px;
		width: 325px;
	}
	footer p.copy {
		float: right;
		margin-top: 85px;
		font-size: 12px;
		line-height: 100%;
	}

/* PC */
}
