/* ========================================
  foundation
======================================== */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-moz-appearance: none;
	-webkit-appearance: none;
}

input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	max-width: 100%;
	*zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html { /* 2 */
	-ms-text-size-adjust: 100%; /* 1 */
	-webkit-text-size-adjust: 100%;
	font-size: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img { /* 1 */
	-ms-interpolation-mode: bicubic;
	border: 0; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 2 */
	*margin-left: -7px; /* 1 */
	padding: 0;
	white-space: normal; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 2 */
	*height: 13px; /* 1 */
	padding: 0; /* 3 */
	*width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */ /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	outline: none;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	background: #ccc;
	color: #000;
	margin: 0.2em 0;
	padding: 0.2em 0;
}

/*--$key-color_ori:#ec462e;--*/

/*============keyframe_animation=================*/

/*============media query=================*/

/* ========================================
  layout
======================================== */

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/NotoSans_Regular.woff2") format("woff2"), url("/fonts/NotoSans_regular.woff") format("woff"), url("/fonts/NotoSans_regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/NotoSans_Bold.woff2") format("woff2"), url("/fonts/NotoSans_bold.woff") format("woff"), url("/fonts/NotoSans_bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/lato-v15-latin-regular.woff2") format("woff2"), url("/fonts/lato-v15-latin-regular.woff") format("woff"), url("/fonts/lato-v15-latin-regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/lato-v15-latin-700.woff2") format("woff2"), url("/fonts/lato-v15-latin-700.woff") format("woff"), url("/fonts/lato-v15-latin-700.ttf") format("truetype");
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	color: #746F70;
	font-family: "Lato", "Noto Sans JP", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
}

.pace_load_wrap {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 9998;
}

.pace_load_wrap--sub {
	padding-bottom: 68px;
}

.pace-running .pace_load_wrap {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.pace-done .pace_load_wrap {
	-webkit-transform: translateX(100%);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	transform: translateX(100%);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
}

.container {
	margin: 0 auto;
	width: 1040px;
}

.container--top {
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
}

.container--sub {
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	margin-top: -68px;
	position: relative;
}

.container--small {
	width: 688px;
}

.container--flex {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.container--flexspace {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.container--grid12 {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 0px;
	grid-template-columns: repeat(12, [col] 1fr);
}

.container--grid12-wide {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 0px;
	grid-template-columns: repeat(12, [col] 1fr);
}

.container--grid12-exwide {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 0px;
	grid-template-columns: repeat(12, [col] 1fr);
}

.grid12-wrap {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 0px;
	grid-template-columns: repeat(12, [col] 1fr);
}

/*-------HEADER------------------------*/

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1999;
}

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

.header__redbg {
	background-color: #d42e1e;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: -1;
}

.header__gnav {
	background-color: #d42e1e;
	float: right;
	width: 75%;
}

.header__gnav nav {
	padding-left: 176px;
}

.header__gnav nav .main_nav {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__gnav nav .main_nav li a {
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	padding: 40px 0;
	text-align: center;
	text-decoration: none;
}

.header__gnav nav .main_nav li a small {
	display: block;
	font-size: 0.8rem;
	margin-top: 8px;
}

.header__gnav nav .main_nav li:after {
	-webkit-transition: width .25s ease-in-out;
	border-bottom: solid 4px #fff;
	content: "";
	display: block;
	transition: width .25s ease-in-out;
	width: 0%;
}

.header__gnav nav .main_nav li:hover:after {
	width: 100%;
}

.header__gnav nav .sub_nav {
	display: none;
}

.header__gnav.open {
	opacity: 1;
	overflow: auto;
	visibility: initial;
}

.header .icon-twitter:before {
	font-size: 24px;
}

.header .icon-youtube:before {
	font-size: 24px;
}

.header .icon-wordpress:before {
	font-size: 24px;
}

.head_wrap {
	height: 117px;
	position: relative;
}

.js-head_wrap_mod {
	-webkit-transition: all .25s;
	height: 77px;
	transition: all .25s;
}

.js-headernav_a_mod {
	-webkit-transition: all .25s;
	padding: 20px 0 !important;
	transition: all .25s;
}

.js-header_mod {
	-webkit-transition: all .25s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all .25s;
}

/*-------FOOTER------------------------*/

.footer {
	background-color: #d42e1e;
}

.footer_contents {
	padding: 120px 0;
}

.footer_contents__item1 {
	grid-column: col / span 2;
	grid-row: row;
}

.footer_contents__item2 {
	grid-column: col 4  / span 2;
	grid-row: row;
}

.footer_contents__item2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_contents__item2 ul li {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	margin-top: 32px;
	padding-left: 40px;
	position: relative;
}

.footer_contents__item2 ul li:not(:first-child)::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 8px;
	line-height: 0;
	position: absolute;
	width: 16px;
}

.footer_contents__item2 ul li:first-child {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding-left: 0;
}

.footer_contents__item2 ul li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

.footer_contents__item2 ul li span {
	align-self: flex-end;
	color: #fff;
	font-size: 0.8rem;
}

.footer_contents__item3 {
	grid-column: col 7 / span 2;
	grid-row: row;
}

.footer_contents__item3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_contents__item3 ul li {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.footer_contents__item3 ul li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

.footer_contents__item3 ul li:first-child {
	margin-top: 0;
}

.footer_contents__item3 ul li span {
	align-self: flex-end;
	color: #fff;
	font-size: 0.8rem;
}

.footer_contents__item4 {
	grid-column: col 10 / span 3;
	grid-row: row;
}

.footer_contents__item4 ul:first-child {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_contents__item4 ul:first-child li {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.footer_contents__item4 ul:first-child li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

.footer_contents__item4 ul:first-child li:first-child {
	margin-top: 0;
}

.footer_contents__item4 ul:first-child li span {
	align-self: flex-end;
	color: #fff;
	font-size: 0.8rem;
	margin-bottom: 2px;
}

.footer .icon-twitter:before {
	font-size: 24px;
}

.footer .icon-youtube:before {
	font-size: 24px;
}

.footer .icon-wordpress:before {
	font-size: 24px;
}

.footer_copy {
	padding-bottom: 40px;
	text-align: right;
}

.footer_copy small {
	color: #fff;
}

/* ========================================
  Object 
======================================== */

/* ==========project============== */

/* ==========TOP========================================================= */

/*-------heroheader------------------------*/

.heroheader {
	background-color: #d42e1e;
	position: relative;
}

.heroheader__image {
	background: url(/image/heroheaderimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	padding-bottom: 0px;
	position: absolute;
	width: 75%;
	z-index: 1;
}

.heroheader_headline {
	bottom: 40%;
	position: absolute;
	right: 0;
	z-index: 1;
}

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

.heroheader_headline__main {
	color: #fff;
	font-size: 6.4rem;
	font-weight: 700;
}

.heroheader_headline__main br {
	display: none;
}

.heroheader_headline__sub {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 40px;
}

.heroheader__scrollbutton {
	bottom: 32px;
	left: 0;
	position: absolute;
	z-index: 1;
}

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

/*-------About & Service------------------------*/

.side-contents {
	grid-column: col / span 5;
	grid-row: row;
	margin-top: 120px; /*-------Service------------------------*/
}

.side-contents--sub {
	grid-column: col 8 / span 5;
	grid-row: row;
}

.side-contents--wide {
	background-color: #fff;
	grid-column: col / span 6;
	grid-row: row;
	padding: 88px 88px 0 0;
	z-index: 2;
}

.side-contents--widesub {
	background-color: #fff;
	grid-column: col 7 / span 6;
	grid-row: row;
	padding: 88px 0 0 88px;
	z-index: 2;
}

.side-contents__title {
	color: #231F20;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 40px;
}

.side-contents__txt {
	color: #746F70;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-bottom: 64px;
	margin-top: 40px;
}

.side-contents-img {
	display: initial;
	grid-column: col 7 / span 6;
	grid-row: row;
	position: relative; /*-------Service------------------------*/
}

.side-contents-img--sub {
	grid-column: col / span 6;
	grid-row: row;
}

.side-contents-img--wide {
	grid-column: col 5 / span 8;
	grid-row: row;
}

.side-contents-img--widesub {
	grid-column: col / span 8;
	grid-row: row;
}

.side-contents-img__1 {
	background: url(/image/about-main.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: absolute;
	width: 100%;
}

.side-contents-img__1--sub {
	background: url(/image/service-main.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.side-contents-img__2 {
	height: auto;
	position: absolute;
	right: -40px;
	top: 320px;
	width: 60%;
	z-index: 1;
}

.side-contents-img__2 img {
	width: 100%;
}

.side-contents-img__2--sub {
	left: -40px;
}

.side-rescontents-img {
	display: none;
}

.side-rescontents-img__1 {
	height: auto;
	width: 80%;
	z-index: 1;
}

.side-rescontents-img__1 img {
	width: 100%;
}

.side-rescontents-img__2 {
	height: auto;
	position: absolute;
	right: 0;
	top: 240px;
	width: 60%;
	z-index: 1;
}

.side-rescontents-img__2 img {
	width: 100%;
}

.redbox {
	border: 4px solid #d42e1e;
	height: 240px;
	position: absolute;
	right: 232px;
	top: 320px;
	width: 320px;
	z-index: -1;
}

.redbox--sub {
	left: 232px;
	right: 0;
}

/*-------Recruit------------------------*/

.bg-box {
	background: url(/image/recruit.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
	position: relative;
	text-align: center;
	z-index: 0;
}

.bg-box_headline__main {
	color: #fff;
	font-size: 6.4rem;
	font-weight: 700;
}

.bg-box_headline__sub {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 24px;
}

.bg-box__txt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-bottom: 64px;
	margin-top: 40px;
}

/*-------Contact------------------------*/

.white-contents-box {
	padding: 120px 0;
	text-align: center;
}

.white-contents-box_headline__main {
	color: #d42e1e;
	font-size: 6.4rem;
	font-weight: 700;
}

.white-contents-box_headline__sub {
	color: #746F70;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 24px;
}

.white-contents-box__txt {
	color: #231F20;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-bottom: 64px;
	margin-top: 40px;
}

/* ==========ABOUT========================================================= */

/*-------Message------------------------*/

.message__img {
	margin-top: 64px;
	width: 100%;
}

.message__title {
	color: #231F20;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 80px;
}

.message__txt {
	color: #746F70;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-bottom: 64px;
	margin-top: 64px;
}

.message__name {
	color: #231F20;
	display: block;
	float: right;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.message__position {
	color: #231F20;
	float: right;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-top: 120px;
	position: relative;
}

.message__position-namewrap {
	color: #231F20;
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	padding-top: 24px;
	text-align: right;
	width: 100%;
}

.message__position-wrap {
	display: block;
	text-align: right;
	width: 100%;
}

.message__position::after {
	background-color: #d42e1e;
	content: "";
	display: block;
	float: right;
	height: 4px;
	line-height: 0;
	margin-top: 32px;
	width: 72px;
}

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

/*-------Mission------------------------*/

.mission__title {
	color: #231F20;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 64px;
}

.mission__title br {
	display: none;
}

.mission__txt {
	color: #746F70;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-top: 40px;
}

/*-------Company------------------------*/

.company {
	padding: 200px 0 120px 0;
}

.company_info {
	grid-column: col / span 7;
	grid-row: row;
}

.company_info__table dl {
	color: #231F20;
}

.company_info__table dl dt {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

.company_info__table dl dd {
	border-bottom: 1px solid #D0CBCC;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 32px;
	padding-bottom: 32px;
	padding-left: 160px;
	text-align: left;
}

.company_info__table dl dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.company_info__table dl dd.no_border_btm {
	border-bottom: none;
}

.company_info__map {
	margin-top: 40px;
}

.company__title {
	grid-column: col 9 / span 4;
	grid-row: row;
}

/* ==========SERVICE========================================================= */

/*-------About & Service------------------------*/

.side-contents-wide {
	background-color: #fff;
	grid-column: col / span 6;
	grid-row: row;
	margin-top: 120px;
	padding: 88px 88px 0 0;
	z-index: 2;
}

.side-contents-wide--sub {
	background-color: #fff;
	grid-column: col 7 / span 6;
	grid-row: row;
	padding: 88px 0 0 88px;
	z-index: 2;
}

.side-contents-wide__txt {
	color: #746F70;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-bottom: 64px;
	margin-top: 40px;
}

.side-contents-wide-img {
	grid-column: col 5 / span 8;
	grid-row: row;
	position: relative;
}

.side-contents-wide-img--sub {
	grid-column: col / span 8;
	grid-row: row;
}

.side-contents-wide-img__1 {
	background: url(/image/web_promotion.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: absolute;
	width: 100%;
}

.side-contents-wide-img__2 {
	background: url(/image/list_marketing.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: absolute;
	width: 100%;
}

.side-contents-wide-img__3 {
	background: url(/image/community_building.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: absolute;
	width: 100%;
}

.side-rescontents-wide-img {
	display: none;
}

.side-rescontents-wide-img img {
	width: 100%;
}

.side-rescontents-wide-img--sub {
	grid-column: col / span 8;
	grid-row: row;
}

/* ==========CAREERS========================================================= */

.recruit {
	padding: 120px 0 0 0;
}

.recruit_info {
	grid-column: col / span 7;
	grid-row: row;
}

.recruit_info__table .table-dl {
	color: #231F20;
}

.recruit_info__table .table-dl .table-dt {
	float: left;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}

.recruit_info__table .table-dl .table-dd {
	border-bottom: 1px solid #D0CBCC;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 32px;
	padding-bottom: 32px;
	padding-left: 160px;
	text-align: left;
}

.recruit_info__table .table-dl .table-dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.recruit_info__table .table-dl .table-dd.no_border_btm {
	border-bottom: none;
}

.recruit_info__table-inside dl dt {
	color: #231F20;
	display: block;
	float: left;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	text-indent: -10px;
	width: 100%;
}

.recruit_info__table-inside dl dd {
	border: none;
	color: #746F70;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	padding-bottom: 32px;
	padding-top: 56px;
	text-align: left;
}

.recruit_info__table-inside dl dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.privacy {
	padding: 120px 0;
}

.privacyblock {
	padding: 60px 0;
}

.privacy_item {
	color: #746F70;
	margin-bottom: 24px;
	text-align: left;
}

.privacy_item__title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.5;
	padding-bottom: 32px;
}

.privacy_item__txt {
	font-size: 1.6rem;
	line-height: 2;
	text-align: left;
}

.privacy_subitem__title {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 24px;
	text-align: left;
}

.privacy_subitem__txt {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 24px;
	text-align: left;
}

.sp_break {
	display: none;
}

/* ==========component============== */

/*-------heroheader------------------------*/

.sub-heroheader {
	background-color: #d42e1e;
	position: relative;
}

.sub-heroheader__img {
	box-sizing: border-box;
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	padding-bottom: 0px;
	position: absolute;
	width: 80%;
	z-index: 1;
}

.sub-heroheader__img--about {
	background: url(/image/about-main.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-heroheader__img--service {
	background: url(/image/service-main_sub.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-heroheader__img--recruit {
	background: url(/image/recruit.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-heroheader__img--form {
	background: url(/image/form.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-heroheader_headline {
	bottom: 30%;
	position: absolute;
	right: 0;
	z-index: 1;
}

.sub-heroheader_headline:after {
	clear: both;
	content: "";
	display: block;
}

.sub-heroheader_headline__main {
	color: #fff;
	font-size: 6.4rem;
	font-weight: 700;
}

.sub-heroheader_headline__sub {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 40px;
}

.sub-heroheader__scrollbutton {
	bottom: 32px;
	left: 0;
	position: absolute;
	z-index: 1;
}

.sub-heroheader__scrollbutton:after {
	clear: both;
	content: "";
	display: block;
}

/*-------form------------------------*/

.contact_wrapper {
	margin-bottom: 120px;
	text-align: center;
}

.contact_des {
	text-align: left;
}

.contact_cs {
	display: none;
}

.contact_cs2 {
	display: initial;
}

.att {
	font-size: 1.6rem;
	margin-bottom: 50px;
}

.att2 {
	color: #231F20;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 80px;
	padding-bottom: 48px;
}

.line_contact {
	-webkit-transition: all 0.3s;
	color: #231F20;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.3s;
}

.line_contact:hover {
	color: #d42e1e;
}

.red_ast {
	color: #FF0000;
	margin-right: 8px;
}

.hide_it {
	display: none !important;
}

::-webkit-input-placeholder {
	color: #746F70;
}

::-moz-placeholder {
	color: #746F70;
}

:-ms-input-placeholder {
	color: #746F70;
}

::-ms-input-placeholder {
	color: #746F70;
}

::placeholder {
	color: #746F70;
}

input:focus,
textarea {
	outline: none !important;
}

input[type=text] {
	background-color: #F7F7F7;
	border: none;
	color: #231F20;
	font-size: 1.6rem;
	padding: 28px 32px;
}

select[name=position],
select[name=year],
select[name=month],
select[name=day] {
	background-color: #F7F7F7;
	border: none;
	box-sizing: border-box;
	font-size: 1.6rem;
	padding: 28px 32px;
	width: 100%;
}

select[name=position] option,
select[name=year] option,
select[name=month] option,
select[name=day] option {
	color: #231F20;
}

input[name=c_name],
input[name=your_name] {
	color: #231F20;
	grid-column: col / span 6;
	grid-row: row;
}

input[name=c_name2],
input[name=your_name2] {
	color: #231F20;
	grid-column: col 7 / span 6;
	grid-row: row;
}

input[name=email],
input[name=address],
input[name=phone_n] {
	box-sizing: border-box;
	color: #231F20;
	grid-column: 1 / -1;
}

.select_wrap {
	box-sizing: border-box;
	grid-column: 1 / -1;
	position: relative;
	width: 100%;
}

.select_wrap--1cmn {
	grid-column: col / span 4;
	grid-row: row;
}

.select_wrap--2cmn {
	grid-column: col 5 / span 4;
	grid-row: row;
}

.select_wrap--3cmn {
	grid-column: col 9 / span 4;
	grid-row: row;
}

.icon-keyboard_arrow_down:before {
	-webkit-transform: translateY(-50%);
	color: #231F20;
	font-size: 32px;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
}

input[name=postal_c] {
	box-sizing: border-box;
	color: #231F20;
	grid-column: col 2 / span 11;
}

.input_subtext {
	color: #231F20;
	font-size: 2.4rem;
	font-weight: 700;
	grid-column: col  / span 1;
	padding: 28px 0 0 32px;
}

.cont_button_wrap {
	display: inline-block;
}

input[name=btn_confirm],
input[name=btn_submit] {
	-webkit-transition: all 0.3s ease;
	background: transparent;
	border: none;
	color: #746F70;
	cursor: pointer;
	height: 72px;
	padding: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 264px;
}

input[name=btn_confirm]:hover,
input[name=btn_submit]:hover {
	color: #fff;
}

input[name=btn_back] {
	-webkit-transition: all 0.3s ease;
	background: transparent;
	border: none;
	color: #746F70;
	cursor: pointer;
	height: 72px;
	padding: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 264px;
}

input[name=btn_back]:hover {
	color: #fff;
}

.btn_bk_adj {
	margin-right: 40px;
}

.element_wrap {
	display: grid;
	grid-column-gap: 1em;
	grid-row-gap: 0px;
	grid-template-columns: repeat(12, [col] 1fr);
	padding: 32px 0;
	text-align: left;
}

.element_wrap--small {
	padding: 0;
}

.contact_cs,
.contact_cs2 {
	font-size: 1.6rem;
}

.contactfm_eng_title {
	color: #746F70;
	font-size: 1rem;
	margin-left: 8px;
	margin-top: 8px;
}

.label {
	color: #231F20;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	grid-column: col / span 4;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 32px;
	vertical-align: top;
}

.label-small {
	color: #231F20;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0;
	margin-right: 64px;
}

textarea[name=contact],
textarea[name=proposal] {
	background-color: #f9f7f7;
	border: none;
	border-radius: 3px;
	color: #746F70;
	font-size: 1.6rem;
	grid-column: 1 / -1;
	height: 160px;
	padding: 28px 32px;
}

.error_list {
	color: #FF0000;
	display: block;
	font-size: 1.6rem;
	grid-column: col 5 / span 7;
	line-height: 2;
	text-align: left;
}

.contact_sub_info {
	margin-top: 90px;
}

.privacy_input {
	background-color: #F7F7F7;
	grid-column: 1 / -1;
	height: 240px;
	overflow-y: scroll;
	padding: 28px 32px;
}

.agreement {
	background-color: #F7F7F7;
	grid-column: 1 / -1;
	padding: 28px 32px;
}

.agreement__txt {
	margin-left: 16px;
}

.submit_wrap {
	width: 100%;
}

.back_wrap {
	grid-column: col 2  / span 4;
}

.send_wrap {
	grid-column: col 8 / span 4;
}

.confirm_txt {
	color: #746F70;
	font-size: 1.6rem;
	grid-column: col 5 / span 7;
	line-height: 1.8;
}

/*-------header_responsive------------------------*/

.smp_menu {
	display: none;
}

/*-------------hamburger button-----------------------*/

.btn-trigger {
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	display: none;
	height: 32px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 1;
}

.btn-trigger span {
	background-color: #fff;
	border-radius: 4px;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.btn-trigger span:nth-of-type(1) {
	top: 0;
}

.btn-trigger span:nth-of-type(2) {
	top: 14px;
}

.btn-trigger span:nth-of-type(3) {
	bottom: 0;
}

.btn-trigger span {
	-webkit-transition: all .5s;
	box-sizing: border-box;
	display: inline-block;
	transition: all .5s;
}

#btn05.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
	-webkit-animation: active-btn05-bar02 .8s forwards;
	animation: active-btn05-bar02 .8s forwards;
	left: 50%;
	opacity: 0;
}

#btn05.active span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}

/*-------------scrollbutton-----------------------*/

.scrollvertical {
	padding-bottom: 136px;
}

.scrollvertical,
.scrollvertical::after {
	-webkit-transform: translateX(-50%);
	bottom: 0;
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.scrollvertical::after {
	-webkit-animation: scroll-btm 3s cubic-bezier(0.645, 0.045, 0.555, 1) infinite;
	-webkit-animation-fill-mode: both;
	animation: scroll-btm 3s cubic-bezier(0.645, 0.045, 0.555, 1) infinite;
	animation-fill-mode: both;
	background: #fff;
	content: '';
	height: 80px;
	width: 2px;
}

.scrollvertical__txt {
	-webkit-transform: rotate(90deg);
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .4em;
	transform: rotate(90deg);
}

/*-------------redbutton-----------------------*/

.btnmain {
	-webkit-transition: all 0.3s;
	background: none;
	border: none;
	display: inline-block;
	outline: none;
	padding: 24px 60px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
}

.btnmain__txt {
	font-family: "Lato", "Noto Sans JP", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
}

.btnmain:after {
	-webkit-transition: all 0.3s;
	content: '';
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}

.btnmain-square {
	border: 1px solid #746F70;
	color: #746F70;
	overflow: hidden;
}

.btnmain-square:hover {
	background: #d42e1e;
	border: 1px solid #d42e1e;
	color: #fff;
}

.btnmain-square:before {
	-webkit-transition: all 0.3s;
	color: #fff;
	height: 100%;
	line-height: 2;
	position: absolute;
	transition: all 0.3s;
}

.btnmain-square--2 {
	border: 1px solid #fff;
	color: #fff;
}

.btnmain-arrow:before {
	left: 130%;
	top: 0;
}

.btnmain-arrow:hover:before {
	left: 80%;
}

/*-------------form_button-----------------------*/

.btnmain-form {
	-webkit-transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	background: none;
	border: none;
	display: inline-block;
	height: 72px;
	left: 50%;
	outline: none;
	position: relative;
	text-decoration: none;
	transform: translateX(-50%);
	transition: all 0.3s;
	width: 264px;
}

.btnmain-form__txt {
	font-family: "Lato", "Noto Sans JP", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
}

.btnmain-form:after {
	-webkit-transition: all 0.3s;
	content: '';
	position: absolute;
	transition: all 0.3s;
	z-index: -1;
}

.btnmain-square-form {
	border: 1px solid #746F70;
	box-sizing: border-box;
	color: #746F70;
	overflow: hidden;
}

.btnmain-square-form:hover {
	background: #d42e1e;
	border: 1px solid #d42e1e;
	color: #fff;
}

.btnmain-square-form--black:hover {
	background: #746F70;
	border: 1px solid #746F70;
	color: #fff;
}

.btnmain-square-form:before {
	-webkit-transition: all 0.3s;
	color: #fff;
	height: 100%;
	line-height: 2.2;
	position: absolute;
	transition: all 0.3s;
}

.btnmain-square-form--2 {
	border: 1px solid #fff;
	color: #fff;
}

.btnmain-arrow:before {
	left: 130%;
	top: 0;
}

.btnmain-arrow:hover:before {
	left: 80%;
}

.icon-keyboard_arrow_right:before {
	font-size: 32px;
}

.breaking-news-ticker {
	background: #fff;
	border-radius: 2px;
	bottom: 32px;
	display: block;
	font-size: 1.4rem;
	height: 36px !important;
	line-height: 36px !important;
	margin-left: 30px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: auto;
	width: 42%;
	z-index: 1;
}

.breaking-news-ticker * {
	box-sizing: border-box;
}

/*********************************/

/*title styles start**************/

.bn-label {
	bottom: 0;
	color: #231F20;
	display: initial !important;
	font-weight: bold;
	height: 100%;
	left: 0;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: nowrap;
	z-index: 3;
}

/*title styles end****************/

/*********************************/

/*news item style start **********/

.bn-news {
	bottom: 0;
	height: 100%;
	left: 70.7656px !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.bn-news ul {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.bn-news ul li {
	-webkit-transition: color .2s linear;
	color: #746F70;
	display: none;
	overflow: hidden !important;
	position: absolute;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color .2s linear;
	white-space: nowrap;
	width: 100%;
}

.bn-news ul li a {
	-webkit-transition: all .3s;
	color: #746F70;
	display: block;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: all .3s;
	white-space: nowrap;
}

.bn-news ul li a:hover {
	color: #d42e1e;
}

/*news item style end ************/

/*********************************/

/*controls style start ***********/

.bn-controls {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	bottom: 0;
	height: 100%;
	position: absolute;
	right: 6px;
	top: 0;
	user-select: none;
	width: auto;
}

.bn-controls button {
	-webkit-transition: all .3s;
	background-color: transparent;
	border: none;
	color: #231F20;
	cursor: pointer;
	float: left;
	height: 100%;
	outline: none;
	text-align: center;
	transition: all .3s;
	width: 30px;
}

.bn-controls button:hover {
	color: #d42e1e;
}

.bn-arrow {
	display: inline-block;
	height: 8px;
	margin: 0;
	position: relative;
	top: -2px;
	width: 8px;
}

.bn-arrow::after {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	content: '';
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}

.bn-arrow.bn-next {
	-webkit-transform: rotate(315deg);
	left: -3px;
	transform: rotate(315deg);
}

.bn-arrow.bn-prev {
	-webkit-transform: rotate(135deg);
	left: 3px;
	transform: rotate(135deg);
}

/*controls style end *************/

/*********************************/

/* ======================= pace.css ============================= */

.pace {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-pointer-events: none;
	-webkit-user-select: none;
	pointer-events: none;
	user-select: none;
}

.pace .pace-progress {
	background: #d42e1e;
	height: 4px;
	position: fixed;
	right: 100%;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.pace-inactive {
	display: none;
}

/* ======================= fadein.css ============================= */

.fadein_d {
	-webkit-transform: translateY(20px);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
}

.fadein_l {
	-webkit-transform: translateX(-20px);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
}

.pace-running .fadein_l_top {
	-webkit-transform: translateX(-20px);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
}

.pace-done .fadein_l_top {
	-webkit-transform: translateX(0);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	-webkit-transition-delay: 1s;
	opacity: 1;
	transform: translateX(0);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	transition-delay: 1s;
}

.pace-running .fadein_d_top {
	-webkit-transform: translateY(20px);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
}

.pace-done .fadein_d_top {
	-webkit-transform: translateY(0);
	-webkit-transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	-webkit-transition-delay: 1s;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.6s cubic-bezier(1, 0.23, 0.27, 0.84);
	transition-delay: 1s;
}

.mainlogo {
	background: url(/image/offers_logo.svg) no-repeat;
	background-color: #fff;
	background-position: center center;
	background-size: 100%;
	bottom: 0;
	float: left;
	font-size: 6.4rem;
	height: 48px;
	margin: auto;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 160px;
}

.mainlogo a {
	display: block;
	height: 100%;
}

.mainlogo--white {
	background: url(/image/offers_logo_white.svg) no-repeat;
	background-color: #d42e1e;
	position: static;
}

.pattern {
	background-attachment: scroll;
	background-image: url(/image/pattern.png);
	background-repeat: repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.social_icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_icons li {
	display: inline-block;
}

.social_icons li:first-child {
	margin-left: 0;
}

.social_icons li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
}

.headline-page__main {
	color: #d42e1e;
	font-size: 6.4rem;
	font-weight: 700;
}

.headline-page__main--white {
	color: #fff;
}

.headline-page__main--small {
	color: #231F20;
	font-size: 4rem;
	font-weight: 700;
}

.headline-page__sub {
	color: #746F70;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 24px;
}

.headline-page__sub--white {
	color: #fff;
}

.underline li a:after {
	-webkit-transition: all .25s;
	background: transparent;
	content: '';
	display: block;
	height: 2px;
	text-align: left;
	transition: all .25s;
	width: 0px;
}

.underline li a:hover::after {
	-webkit-transition: all .25s;
	background: #fff;
	transition: all .25s;
	width: 100%;
}

/* ==========utility============== */

/* section_margin */

.u-smt-120 {
	margin-top: 120px;
}

.u-smb-120 {
	margin-bottom: 120px;
}

/* -SNSを消した時のレイアウト用 */

.u-smt-120-sns {
	margin-top: 0;
}

.u-sm-120 {
	margin: 120px 0;
}

/* Margin Bottom */

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-10 {
	margin-bottom: 10px !important;
}

.u-mb-24 {
	margin-bottom: 24px !important;
}

.u-mb-32 {
	margin-bottom: 32px !important;
}

.u-mb-40 {
	margin-bottom: 40px !important;
}

.u-mb-48 {
	margin-bottom: 48px !important;
}

.u-mb-56 {
	margin-bottom: 56px !important;
}

/* Margin Top */

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mt-24 {
	margin-top: 24px !important;
}

.u-mt-32 {
	margin-top: 32px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-48 {
	margin-top: 48px !important;
}

.u-mt-56 {
	margin-top: 56px !important;
}

.u-mt-64 {
	margin-top: 64px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

/* Margin Right */

.u-mr-0 {
	margin-right: 0 !important;
}

.u-mr-32 {
	margin-right: 32px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

.u-mr-48 {
	margin-right: 48px !important;
}

.u-mr-56 {
	margin-right: 56px !important;
}

/* Margin Left*/

.u-ml-0 {
	margin-left: 0 !important;
}

.u-ml-16 {
	margin-left: 16px !important;
}

.u-ml-24 {
	margin-left: 24px !important;
}

.u-ml-32 {
	margin-left: 32px !important;
}

.u-ml-40 {
	margin-left: 40px !important;
}

.u-ml-48 {
	margin-left: 48px !important;
}

.u-ml-56 {
	margin-left: 56px !important;
}

/*==========margin media=============*/

.sp_mtop_40-24 {
	margin-left: 40px;
}

/* section_margin */

.u-spt-120 {
	padding-top: 120px;
}

.u-sp-120 {
	padding: 120px 0;
}

/* padding*/

.u-p-0 {
	padding: 0;
}

/* paddings Bottom */

.u-pb-0 {
	padding-bottom: 0;
}

.u-pb-10 {
	padding-bottom: 10px;
}

.u-pb-20 {
	padding-bottom: 20px;
}

.u-pb-30 {
	padding-bottom: 30px;
}

.u-pb-50 {
	padding-bottom: 50px;
}

/* paddings Top */

.u-pt-0 {
	padding-top: 0;
}

.u-pt-10 {
	padding-top: 10px;
}

.u-pt-20 {
	padding-top: 20px;
}

.u-pt-30 {
	padding-top: 30px;
}

.u-pt-40 {
	padding-top: 40px;
}

.u-pt-50 {
	padding-top: 50px;
}

.u-pt-120 {
	padding-top: 120px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

@media (max-width: 1040px) {

.container {
	width: 960px;
}

.redbox {
	right: 59px;
	top: 280px;
}

.redbox--sub {
	left: 59px;
}

}

@media (max-width: 960px) {

.container {
	width: 90%;
}

.container--grid12-exwide {
	grid-template-columns: 1fr;
}

.header__gnav nav {
	padding-left: 56px;
}

.footer_contents__item1 {
	grid-column: col / span 4;
}

.footer_contents__item2 {
	grid-column: col 5 / span 3;
}

.footer_contents__item2 ul li:first-child {
	display: block;
}

.footer_contents__item3 {
	grid-column: col 8 / span 2;
}

.footer_contents__item3 ul li {
	display: block;
}

.footer_contents__item4 ul:first-child li {
	display: block;
}

.side-contents-wide {
	grid-column: 1;
	grid-row: auto;
	padding: 0;
}

.side-contents-wide-img {
	grid-column: 1;
	margin-top: 40px;
	position: static;
}

.side-contents-wide-img__1 {
	position: static;
}

.side-contents-wide-img__2 {
	min-height: 200px;
	position: static;
}

.side-contents-wide-img__3 {
	min-height: 200px;
	position: static;
}

}

@media (max-width: 834px) {

.container--header {
	width: 100%;
}

.container--flex {
	flex-wrap: wrap;
	width: 100%;
}

.container--flexspace {
	flex-wrap: wrap;
	width: 100%;
}

.container--grid12-wide {
	grid-template-columns: 1fr;
}

.header {
	background-color: #d42e1e;
}

.header__redbg {
	width: 100%;
	z-index: 0;
}

.header__gnav {
	-webkit-transition: all .25s;
	float: none;
	height: 100vh;
	opacity: 0;
	position: relative;
	transition: all .25s;
	visibility: hidden;
	width: 100%;
}

.header__gnav nav {
	padding-bottom: 88px;
	padding-left: 24px;
	padding-top: 120px;
	position: absolute;
}

.header__gnav nav .main_nav {
	text-align: left;
}

.header__gnav nav .main_nav li {
	width: 100%;
}

.header__gnav nav .main_nav li a {
	padding: 40px 0 !important;
}

.header__gnav nav .main_nav li a {
	font-size: 2.4rem;
	text-align: left;
}

.header__gnav nav .main_nav li a small {
	font-size: 1.6rem;
	margin-top: 16px;
}

.header__gnav nav .main_nav li:after {
	display: none;
}

.header__gnav nav .sub_nav {
	display: initial;
}

.js-headernav_mod {
	padding-top: 88px !important;
}

.js-headernav_a_mod {
	padding: 40px 0 !important;
}

.footer_contents {
	padding: 40px 0;
}

.footer_contents__item1 {
	grid-column: col / span 5;
}

.footer_contents__item2 {
	display: none;
}

.footer_contents__item3 {
	display: none;
}

.footer_contents__item4 {
	grid-column: col 6 / span 7;
}

.footer_contents__item4 ul:first-child {
	display: none;
}

.heroheader__image {
	background: url(/image/heroheaderimg_smh.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.side-contents {
	grid-column: 1;
	grid-row: auto;
	margin-top: 0;
}

.side-contents--sub {
	grid-column: 1;
}

.side-contents-img {
	display: none;
}

.side-rescontents-img {
	display: initial;
	grid-column: 1;
	grid-row: auto;
	margin-bottom: 137px;
	margin-top: 80px;
	position: relative;
}

.bg-box {
	background-position: center !important;
}

.company {
	padding: 120px 0;
}

.company_info {
	grid-column: 1;
	margin-top: 64px;
}

.company__title {
	grid-column: 1;
	grid-row: auto;
}

.side-contents-wide {
	margin-top: 0;
}

.input_subtext {
	padding-left: 0;
}

.smp_menu {
	display: list-item;
}

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

.breaking-news-ticker {
	width: 60%;
}

.mainlogo {
	background: url(/image/offers_logo_white.svg) no-repeat;
	background-color: none;
	z-index: 1;
}

.tab_mtop_0 {
	margin-top: 0px;
}

.tab_mleft_24 {
	margin-left: 24px;
}

.tab_mleft_40 {
	margin-left: 40px;
}

}

@media (max-width: 480px) {

.container {
	width: calc(100% - 48px);
}

.container--header {
	width: 100%;
}

.container--grid12 {
	grid-template-columns: 1fr;
}

.grid12-wrap {
	grid-template-columns: 1fr;
}

.header__gnav nav {
	padding-bottom: 64px;
	padding-top: 96px;
}

.header__gnav nav .main_nav li a {
	padding: 24px 0 !important;
}

.header__gnav nav .main_nav li a {
	font-size: 1.6rem;
}

.header__gnav nav .main_nav li a small {
	font-size: 0.8rem;
	margin-top: 8px;
}

.head_wrap {
	height: 88px;
}

.js-head_wrap_mod {
	height: 60px;
}

.js-headernav_a_mod {
	padding: 32px 0 !important;
}

.footer_contents {
	padding: 0 0 16px 0;
}

.footer_contents__item1 {
	grid-column: 1;
}

.footer_contents__item4 {
	grid-column: 1;
	grid-row: auto;
}

.footer_copy {
	text-align: left;
}

.heroheader_headline__main {
	font-size: 4.8rem;
}

.heroheader_headline__main br {
	display: initial;
}

.heroheader_headline__sub {
	font-size: 1.6rem;
	margin-top: 32px;
}

.side-contents__title {
	font-size: 2rem;
	margin-top: 32px;
}

.side-contents__txt {
	font-size: 1.2rem;
	margin-bottom: 40px;
	margin-top: 32px;
}

.side-rescontents-img {
	margin-bottom: 80px;
}

.side-rescontents-img__1 {
	width: 96%;
}

.side-rescontents-img__2 {
	top: 120px;
}

.bg-box {
	padding: 80px 0;
}

.bg-box__txt {
	font-size: 1.2rem;
	margin-bottom: 40px;
	margin-top: 32px;
}

.white-contents-box {
	padding: 80px 0;
}

.white-contents-box__txt {
	font-size: 1.2rem;
	margin-bottom: 40px;
	margin-top: 32px;
}

.message__img {
	margin-top: 40px;
}

.message__title {
	font-size: 2rem;
	margin-top: 40px;
}

.message__txt {
	font-size: 1.2rem;
	margin-bottom: 40px;
	margin-top: 40px;
}

.message__position {
	font-size: 1.2rem;
	margin-top: 80px;
}

.message__position-namewrap {
	font-size: 2rem;
}

.mission__title {
	font-size: 2rem;
	margin-top: 40px;
}

.mission__txt {
	font-size: 1.2rem;
	margin-top: 32px;
}

.company {
	padding: 80px 0;
}

.company_info__table dl dt {
	float: none;
	font-size: 1.2rem;
	margin-bottom: 16px;
}

.company_info__table dl dd {
	font-size: 1.2rem;
	margin-bottom: 24px;
	padding-bottom: 24px;
	padding-left: 0;
}

.side-contents-wide__txt {
	font-size: 1.2rem;
	margin-bottom: 40px;
	margin-top: 32px;
}

.side-contents-wide-img {
	display: none;
}

.side-rescontents-wide-img {
	display: initial;
	grid-column: 1;
	margin-top: 40px;
	position: static;
}

.recruit {
	padding: 80px 0 0 0;
}

.recruit_info__table .table-dl .table-dt {
	float: none;
	font-size: 1.2rem;
	margin-bottom: 16px;
}

.recruit_info__table .table-dl .table-dd {
	font-size: 1.2rem;
	margin-bottom: 24px;
	padding-bottom: 24px;
	padding-left: 0;
}

.recruit_info__table-inside dl dt {
	font-size: 1.2rem;
}

.recruit_info__table-inside dl dd {
	font-size: 1.2rem;
	padding-bottom: 24px;
	padding-top: 40px;
}

.privacy {
	padding: 80px 0;
}

.privacy_item__title {
	font-size: 1.2rem;
}

.privacy_item__txt {
	font-size: 1.2rem;
}

.privacy_subitem__title {
	font-size: 1.2rem;
}

.privacy_subitem__txt {
	font-size: 1.2rem;
}

.sp_break {
	display: initial;
}

.sub-heroheader_headline__main {
	font-size: 4.8rem;
}

.sub-heroheader_headline__sub {
	font-size: 1.6rem;
	margin-top: 32px;
}

.att2 {
	font-size: 1.2rem;
	margin-top: 40px;
	padding-bottom: 24px;
}

input[type=text] {
	font-size: 1.2rem;
	padding: 20px 28px;
}

select[name=position],
select[name=year],
select[name=month],
select[name=day] {
	font-size: 1.2rem;
	padding: 20px 28px;
}

.select_wrap--1cmn {
	grid-column: col / span 12;
	margin-bottom: 16px;
}

.select_wrap--2cmn {
	grid-column: col / span 12;
	grid-row: auto;
	margin-bottom: 16px;
}

.select_wrap--3cmn {
	grid-column: col / span 12;
	grid-row: auto;
}

.icon-keyboard_arrow_down:before {
	font-size: 24px;
	right: 28px;
}

.input_subtext {
	font-size: 1.6rem;
	padding: 20px 0 0 0;
}

input[name=btn_confirm],
input[name=btn_submit] {
	height: 62px;
	width: 218px;
}

input[name=btn_back] {
	height: 62px;
	width: 218px;
}

.element_wrap {
	padding: 16px 0;
}

.element_wrap--small {
	padding: 0;
}

.label {
	font-size: 1.2rem;
	grid-column: col / span 12;
	margin-bottom: 24px;
}

.label-small {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 16px;
	margin-right: 0;
}

textarea[name=contact],
textarea[name=proposal] {
	font-size: 1.2rem;
	padding: 20px 28px;
}

.error_list {
	font-size: 1.2rem;
}

.privacy_input {
	padding: 20px 28px;
}

.agreement {
	padding: 20px 28px;
}

.back_wrap {
	grid-column: 1;
	margin-bottom: 40px;
}

.send_wrap {
	grid-column: 1;
}

.confirm_txt {
	font-size: 1.2rem;
	grid-column: col / span 12;
}

.btn-trigger {
	height: 24px;
	width: 32px;
}

.btn-trigger span:nth-of-type(2) {
	top: 10px;
}

#btn05.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

#btn05.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.btnmain__txt {
	font-size: 1.2rem;
}

.btnmain-form {
	height: 62px;
	width: 218px;
}

.btnmain-form__txt {
	font-size: 1.2rem;
}

.icon-keyboard_arrow_right:before {
	font-size: 24px;
}

.breaking-news-ticker {
	width: 80%;
}

.mainlogo {
	height: 36px;
	width: 120px;
}

.headline-page__main {
	font-size: 4.8rem;
}

.u-smt-120 {
	margin-top: 80px;
}

.u-smb-120 {
	margin-bottom: 80px;
}

.u-smt-120-sns {
	margin-top: 80px;
}

.sp_mleft_24 {
	margin-left: 24px;
}

.sp_mleft_0 {
	margin-left: 0px;
}

.sp_mtop_40-24 {
	margin-left: 24px;
}

.sp_mtop_24 {
	margin-top: 24px;
}

.sp_mtop_40 {
	margin-top: 40px;
}

.sp_mbot_40 {
	margin-bottom: 40px;
}

.u-spt-120 {
	padding-top: 80px;
}

.u-sp-120 {
	padding: 80px 0;
}

.sp_float_left {
	float: left;
}

}

@-webkit-keyframes active-btn05-bar02 {

100% {
	height: 0;
}

}

@keyframes active-btn05-bar02 {

100% {
	height: 0;
}

}

@-webkit-keyframes scroll-btm {

0% {
	-webkit-transform: scaleY(1);
	-webkit-transform-origin: top;
	transform: scaleY(1);
	transform-origin: top;
}

50% {
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: top;
	transform: scaleY(0);
	transform-origin: top;
}

100% {
	-webkit-transform: scaleY(1);
	-webkit-transform-origin: top;
	transform: scaleY(1);
	transform-origin: top;
}

}

@keyframes scroll-btm {

0% {
	-webkit-transform: scaleY(1);
	-webkit-transform-origin: top;
	transform: scaleY(1);
	transform-origin: top;
}

50% {
	-webkit-transform: scaleY(0);
	-webkit-transform-origin: top;
	transform: scaleY(0);
	transform-origin: top;
}

100% {
	-webkit-transform: scaleY(1);
	-webkit-transform-origin: top;
	transform: scaleY(1);
	transform-origin: top;
}

}

