@charset "UTF-8";
/* reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* Show active breakpoint in top right corner of viewport */
html {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.75em;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  max-width: 100%;
}

b {
  font-weight: bold;
}

a {
  outline: none;
  text-decoration: none;
  transition-duration: 0.2s;
}

/* navigation external link */
/*nav{
	a[target="_blank"]:after{
		font-family: 'FontAwesome';
		content: '\f08e ';
		margin-left: 3px;
		position: relative;
		font-size: 90%;
	}
}*/
/* iOS "clickable elements" fix for role="button" */
[role="button"] {
  cursor: pointer;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

/* default style reset */
input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: auto;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}

button, select {
  cursor: pointer;
}

button {
  transition-duration: 0.2s;
}

/* textarea */
textarea {
  resize: vertical;
}

/* select */
.selectWrapper {
  position: relative;
}

.selectWrapper::after {
  color: #a0a0a0;
  content: "\f078";
  font-family: 'FontAwesome';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

select {
  overflow: hidden;
  padding-right: 30px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select option {
  background-color: #fff;
  boder: 1px solid red;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ff5115;
}

/* input &  select & textarea - focus style */
input[type="text"],
input[type="search"],
input[type="password"],
select,
textarea {
  border: 1px solid #e1e1e1;
  transition-duration: 0.2s;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #ff5115;
  box-shadow: 0 0 4px #ff5115;
}

/* iPhone form zoom */
.iPhone input, .iPhone select, .iPhone textarea {
  font-size: 16px;
}

/* Show active breakpoint in top right corner of viewport */
/* Show active breakpoint in top right corner of viewport */
/*

	display control

*/

/*

	containerWidth control (liquid)

*/
.containerWidth {
  margin: auto;
  max-width: 1100px;
  padding-left: 5%;
  padding-right: 5%;
}

.containerWidth-noPadding {
  padding-left: 0;
  padding-right: 0;
}

.containerWidth-tiny {
  max-width: 800px;
}

.containerWidth-small {
  max-width: 1000px;
}

.containerWidth-medium {
  max-width: 1200px;
}

.containerWidth-large {
  max-width: 1300px;
}

.containerWidth-huge {
  max-width: 1400px;
}

/*

	blockWidth control

*/
.blockWidth {
  max-width: 600px;
}

.blockWidth-tiny {
  max-width: 250px;
}

.blockWidth-small {
  max-width: 480px;
}

.blockWidth-medium {
  max-width: 640px;
}

.blockWidth-large {
  max-width: 800px;
}

.blockWidth-huge {
  max-width: 1000px;
}

.blockWidth-center {
  margin-left: auto;
  margin-right: auto;
}

/*

	trimThumbnail control

*/
.trimThumbnailWrapper {
  border: 1px solid #e1e1e1;
  padding: 2px;
}

.trimThumbnail {
  position: relative;
  width: 100%;
}

.trimThumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.trimThumbnail_inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.trimThumbnail_image {
  height: 100%;
  width: 100%;
}

.trimThumbnail_image img {
  font-family: 'object-fit: cover;';
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.trimThumbnailWrapper-contain .trimThumbnail_image img {
  object-fit: contain;
}

/*

	btn

*/
.baseBtn {
  background: #fff;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.baseBtn-normal {
  font-weight: normal;
}

.baseBtn-radius {
  border-radius: 10px;
}

.baseBtn-round {
  border-radius: 1000px;
}

.baseBtn-arrow {
  position: relative;
}

.baseBtn-arrow:after {
  content: "\f054";
  display: block;
  font-family: 'FontAwesome';
  font-size: .5em;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.baseBtn-arrow2:after {
  color: #ffd906;
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-left: 8px;
}

.baseBtn-arrow3 {
  position: relative;
}

.baseBtn-arrow3:before {
  content: "\f138";
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.baseBtn-arrow4 {
  position: relative;
}

.baseBtn-arrow4:before {
  content: "\f138";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-right: 5px;
}

.baseBtn-reArrow {
  position: relative;
}

.baseBtn-reArrow:after {
  content: "\f104";
  display: block;
  font-family: 'FontAwesome';
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.baseBtn-external {
  position: relative;
}

.baseBtn-external:after {
  content: "\f08e";
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.baseBtn-tiny {
  font-size: 13px;
  padding: 5px 10px;
}

.baseBtn-small {
  font-size: 13px;
  padding: 8px 10px;
}

.baseBtn-mini {
  font-size: 12px;
  padding: 5px 10px;
}

.baseBtn-large {
  font-size: 16px;
  padding: 15px 10px;
}

.baseBtn-huge {
  font-size: 18px;
  padding: 20px 15px;
}

.baseBtn-textPrimary {
  color: #ff5115;
}

.baseBtn-textPrimary:hover {
  color: #ff7748;
}

.colorBtn {
  color: #ffffff;
}

.colorBtn:visited {
  color: #ffffff;
}

.colorBtn:focus {
  color: #ffffff;
}

.colorBtn:hover {
  color: #ffffff;
}

.colorBtn:active {
  color: #ffffff;
}

.colorBtn-whiteTransparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.colorBtn-whiteTransparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.colorBtn-primary {
  background-color: #ff5115;
}

.colorBtn-primary:hover {
  background-color: #ff642f;
}

.colorBtn-primaryLighten {
  background-color: #ff7337;
}

.colorBtn-primaryLighten:hover {
  background-color: #ff8b63;
}

.colorBtn-second {
  background-color: #ffba00;
}

.colorBtn-second:hover {
  background-color: #ffc11a;
}

.colorBtn-third {
  background-color: #788ee0;
}

.colorBtn-third:hover {
  background-color: #8d9fe5;
}

.colorBtn-fourth {
  background-color: #028fbf;
}

.colorBtn-fourth:hover {
  background-color: #02a2d8;
}

.colorBtn-fifth {
  background-color: #56c52e;
}

.colorBtn-fifth:hover {
  background-color: #63d13b;
}

.colorBtn-gray {
  background-color: #a0a0a0;
}

.colorBtn-gray:hover {
  background-color: #adadad;
}

.colorBtn-lightGray {
  background-color: #f2f2f2;
}

.colorBtn-lightGray:hover {
  background-color: #f9f9f9;
}

.colorBtn-text {
  background-color: #333;
}

.colorBtn-text:hover {
  background-color: #4d4d4d;
}

.borderBtn {
  border: 1px solid #e1e1e1;
}

.borderBtn:hover {
  opacity: .8;
}

.borderBtn-primary {
  border: 1px solid #ff5115;
}

.borderBtn-white {
  color: #eee;
}

.borderBtn-primary {
  color: #ff5115;
}

.borderBtn-bottom {
  border: none;
  display: inline-block;
  position: relative;
}

.borderBtn-bottom:after {
  border-bottom: 1px solid;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  margin-top: .3em;
  position: absolute;
  top: 100%;
  width: 100%;
}

.miniBtn {
  width: 80px;
}

.miniBtn-round {
  border-radius: 40px;
}

.customBtn {
  font-size: 15px !important;
  padding: 20px 70px !important;
}

.customBtn-small {
  font-size: 15px !important;
  padding: 20px 70px !important;
}

.backListBtn_link {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding-left: 28px;
  width: auto;
}

.backListBtn_link:visited {
  color: #333;
}

.backListBtn_link:focus {
  color: #666666;
}

.backListBtn_link:hover {
  color: #666666;
}

.backListBtn_link:active {
  color: #666666;
}

/*

	display control

*/

/*

	margin control

*/
.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-small {
  margin-bottom: 30px;
}

/* ------------------- */
/* header */
/* ------------------- */
.header_logo {
  left: 10px;
  position: fixed;
  top: 10px;
  z-index: 1000;
}

.header_navigation {
  display: none;
  left: 0;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.header_navigation .navList {
  display: block !important;
}

.header_navigation .navList_item {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}

.header_navigation .navList_item:before {
  background: #ff5115;
  border-radius: 0 5px 5px 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translateX(-100%);
  transition: .3s;
  width: 5px;
}

.header_navigation .navList_item.is-active:before {
  transform: translateX(0);
}

.header_navigation .navList_item.is-active a {
  color: #ff5115;
}

.header_navigation .navList_item a {
  display: block;
  position: relative;
}

.kyujinFixed {
  background: #ffba00;
  border-radius: 5px 0 0 0;
  bottom: 0;
  position: fixed;
  right: 0;
  transition: .3s;
  width: 86px;
  z-index: 1000;
}

.lower-kyujin_d .kyujinFixed {
  display: none;
}

.kyujinFixed a {
  display: block;
  line-height: 1.2;
  padding: 7px 10px 7px 10px;
  position: relative;
  width: 100%;
}

.kyujinFixed a:after {
  background: url(../images/fix_kyujin.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 84.7px;
  position: absolute;
  right: -7px;
  width: 79.1px;
}

.kyujinFixed a span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}

.kyujinFixed a span br {
  display: inline-block;
}

/* ------------------- */
/* footer */
/* ------------------- */
.footer {
  position: relative;
  z-index: 5;
}

.footer_inner {
  display: block;
  max-width: 900px;
  position: relative;
}

.footer .footer_block1 {
  flex: 1 1 100%;
  margin-top: 30px;
}

.footer_navigation {
  margin-bottom: 20px;
}

.footer_navigation .f-nav .navList {
  flex-wrap: wrap;
}

.footer_navigation .f-nav .navList_item {
  margin-right: 25px;
}

.footer_navigation .f-nav .navList_item a .jp {
  font-size: 14px;
}

.footer_search_row {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer_search_row_head {
  flex: 0 0 170px;
}

.footer_search_title {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.footer_search_title:before {
  background: #ff5115;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: .8em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .8em;
}

.footer_search_dataList {
  display: flex;
  flex-wrap: wrap;
}

.footer_search_dataList li {
  margin-right: 20px;
}

.footer_search_dataList a {
  color: #333;
}

.footer .footer_block2 {
  flex: 0 0 240px;
}

.footer .footer_row_col-corp .footer_row_col-corp_block:not(:first-child) {
  margin-top: 7px;
}

.footer .footer_row_col-corp .footer_block-logo a {
  align-items: center;
  display: flex;
}

.footer .footer_row_col-corp .footer_block-logo .logo_text {
  background: #ff5115;
  border-radius: 3px;
  color: #fff;
  display: inline;
  font-size: 12px;
  line-height: 1;
  margin-left: 20px;
  padding: .4em .4em .3em .5em;
}

.footer .footer_row_col-corp .footer_block-inquiry .inquiry_num {
  color: #333;
}

.footer .footer_row_col-corp .footer_block-inquiry .inquiry_num a {
  color: #333;
}

.footer .footer_row_col-corp .footer_block-inquiry .inquiry_num span {
  color: #ff5115;
  font-weight: bold;
}

.footer .footer_row_col-corp .corpLinkList_item {
  display: inline-block;
}

.footer .footer_row_col-corp .corpLinkList a {
  color: #333;
  display: block;
  font-size: 12px;
  position: relative;
}

.footer .footer_row_col-corp .corpLinkList a:before {
  background: url(../images/ico_blank_color1.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 7px;
  width: 11px;
}

.footer .copyright {
  font-size: 10px;
  padding: 12px 0;
  text-align: center;
}

/* ----------------------------------------------

  common style

---------------------------------------------- */
.radius-5 {
  border-radius: 5px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 5px;
}

.radius-20 {
  border-radius: 10px;
}

.radius-25 {
  border-radius: 10px;
}

.radius-30 {
  border-radius: 15px;
}

body {
  color: #333;
  font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.8;
}

body.fixed-body {
  height: 100%;
  position: fixed;
  width: 100%;
}

/*

	pageWrapper

*/
.pageWrapper {
  overflow: hidden;
}

/*

	pageContentWrapper

*/
.pageContentWrapper {
  position: relative;
}

/*

	lowPageContentWrapper

*/
.lowPageContentWrapper {
  padding: 30px 0 120px;
  position: relative;
}

.lower-kyujin_l .lowPageContentWrapper {
  padding-top: 0;
}

.lowPageContentWrapper .fadeUP-ctBody {
  opacity: 0;
}

.lowPageContentWrapper_body {
  min-height: 800px;
  position: relative;
}

/*

  lowHello

*/
.lowHello {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  position: relative;
  z-index: 1;
}

.lowHello_inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lower-kyujin_l .lowHello_inner,
.lower-kyujin_d .lowHello_inner {
  background-image: url("../images/bg-hello6.jpg");
}

.lower-whatsnew .lowHello_inner {
  background-image: url("../images/bg-hello2.jpg");
}

.lower-charm .lowHello_inner {
  background-image: url("../images/bg-hello4.jpg");
}

.lower-interview_l .lowHello_inner,
.lower-interview_d .lowHello_inner {
  background-image: url("../images/bg-hello1.jpg");
}

.lower-faq .lowHello_inner {
  background-image: url("../images/bg-hello5.jpg");
}

.lower-works .lowHello_inner {
  background-image: url("../images/bg-hello3.jpg");
}

.lowHello_inner:before {
  background-image: url(../images/bg-bubble.png);
  background-position: center;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.lowHello_inner:after {
  background-color: #fff;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.lowHello_title {
  height: 100%;
  position: relative;
}

.lowHello_title:before {
  background: url(../images/bg-whitespred.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 400px;
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.lowHello .js-lowHello_child {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

.lowHello .js-lowHello_child2 {
  background-image: url(../images/bg-bubble.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  height: 100%;
  height: 100%;
  left: 0;
  left: 0;
  opacity: 0;
  opacity: 0.2;
  position: absolute;
  position: absolute;
  top: 0;
  top: 0;
  width: 100%;
  width: 100%;
  z-index: 5;
}

.lowHello .decoration_set_item {
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.lowHello .decoration_set_item.decoration_set_item-1 img {
  max-width: 80px;
}

.lowHello .decoration_set_item.decoration_set_item-2 img {
  max-width: 50px;
}

.lowHello .decoration_set_item.decoration_set_item-3 img {
  max-width: 40px;
}

.lowHello .decoration_set_item.decoration_set_item-4 img {
  max-width: 70px;
}

.lowHello .decoration_set_item.decoration_set_item-5 img {
  max-width: 70px;
}

.lowHello .decoration_set_item.decoration_set_item-6 img {
  max-width: 60px;
}

.lowPageTitle {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.lowPageTitle_en {
  margin-bottom: 5px;
  opacity: 0;
  text-align: center;
}

.lowPageTitle_en span {
  background: #ffba00;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 12px;
}

.lowPageTitle_jp {
  color: #ff5115;
  font-size: 22px;
  font-weight: bold;
  opacity: 0;
  text-align: center;
  text-shadow: 0px 0px 60px #ffffff;
}

.lowPageTitle_jp_image {
  position: relative;
}

/*

topTitle

*/
.sectionTitle .jp {
  display: block;
}

.sectionTitle .jp span {
  display: inline-block;
  height: 20.3px;
  line-height: 1;
}

.sectionTitle .jp span img {
  height: 100%;
}

.sectionTitle .en {
  color: #ffba00;
  display: block;
  margin-top: 7px;
}

.sectionTitle .en span {
  font-size: 12px;
}

.sectionTitle-center {
  text-align: center;
}

.sectionTitle-row .en {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
  vertical-align: middle;
}

.sectionTitle-row .jp {
  display: inline-block;
  vertical-align: middle;
}

/*

  bottomBorderTitle

*/
.bottomBorderTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.bottomBorderTitle .en {
  display: block;
}

.bottomBorderTitle .en span {
  font-size: 12px;
  font-weight: normal;
}

.bottomBorderTitle .jp {
  display: block;
}

.bottomBorderTitle .jp span {
  font-size: 19.2px;
  font-weight: normal;
}

.bottomBorderTitle.title_small {
  text-align: center;
}

.bottomBorderTitle.title_small .jp span {
  font-size: 20px;
}

.bottomBorderTitle.line_single {
  position: relative;
}

.bottomBorderTitle.line_single:before {
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 50px;
}

.bottomBorderTitle.line_single .en {
  display: inline-block;
  font-size: 16px;
}

.bottomBorderTitle.line_double {
  position: relative;
}

.bottomBorderTitle.line_double:before {
  background: url(../images/line-double-color1.png) repeat-x center 0;
  background-size: 100% 7px;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 250px;
}

/*

  leftBorderTitle

*/
.leftBorderTitle {
  border-left: 3px solid #ff5115;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
}

/*

  blockTitle

*/
.blockTitle {
  text-align: center;
}

.blockTitle_en {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.blockTitle_jp {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.lowHello .blockTitle {
  color: #fff;
}

/*

  lowBlockTitle

*/
.lowBlockTitle {
  line-height: 1.6;
  text-align: center;
}

.lowBlockTitle .en {
  color: #ffba00;
  display: block;
}

.lowBlockTitle .en span {
  font-size: 12px;
}

.lowBlockTitle .jp {
  color: #ff5115;
  display: block;
  font-weight: bold;
}

.lowBlockTitle .jp span {
  font-size: 18px;
}

/*

  contentTitle

*/
.contentTitle {
  border-bottom: 1px dashed #d8cab4;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 6px;
  position: relative;
}

.contentTitle_image {
  width: 36px;
}

.contentTitle-center {
  border: none;
  text-align: center;
}

/*

  normalTitle

*/
.normalTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

/*

  quoteTitle

*/
.quoteTitle {
  color: #ffba00;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.quoteTitle:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: normal;
  left: 0px;
  position: absolute;
  top: -15px;
}

.quoteTitle-small {
  font-size: 16px;
}

/*

  quoteBorderTitle

*/
.quoteBorderTitle {
  border-bottom: 2px solid #ff5115;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
}

.quoteBorderTitle:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 10px;
  font-weight: normal;
  left: 0px;
  position: absolute;
  top: -15px;
}

/*

  bigTitle

*/
.bigTitle {
  text-align: center;
}

.bigTitle_en {
  display: inline-block;
  font-family: 'Lusitana', serif;
  font-size: 22px;
}

.bigTitle_sl {
  display: inline-block;
  font-size: 11px;
  margin: 0 8px;
}

.bigTitle_jp {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}

/*

  dashTitle

*/
.dashTitle {
  color: #ff5115;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.dashTitle:before {
  border-top: 3px dashed #ff5115;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.dashTitle span {
  background-color: #fff;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

/*

  smallTitle

*/
.smallTitle {
  font-size: 14px;
  font-weight: bold;
}

/*

	noteLabel

*/
.noteLabel {
  border-radius: 100px;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px;
  position: relative;
  top: -1px;
}

.noteLabel-border {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.noteLabel-color {
  background: #ff5115;
  color: #fff;
}

/*

	shadow

*/

/*

	triangleArrow

*/
.triangleArrow {
  border-color: #ff5115 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 120px 0 120px;
  height: 0;
  margin: 22px auto 20px;
  width: 0;
}

.triangleArrow-small {
  border-width: 25px 100px 0 100px;
}

/*

  lowPageDescription

*/
.lowPageDescription {
  margin-bottom: 30px;
}

/*

  marker

*/
.marker-line-yellow {
  background: linear-gradient(transparent 50%, #fdfbbb 0%);
}

.marker-bg-white {
  background: #fff;
}

/*

	breadcrumb

*/
.breadcrumb,
.breadCrumb {
  font-size: 10px;
  line-height: 1.4;
  padding: 15px 0;
  position: relative;
}

.breadcrumb_inner,
.breadCrumb_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb_list,
.breadCrumb_list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb_list_item,
.breadCrumb_list_item {
  display: inline;
}

.breadcrumb_list_item:not(:last-child):after,
.breadCrumb_list_item:not(:last-child):after {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: 3px;
  margin-right: 3px;
}

.breadcrumb_list_item a,
.breadCrumb_list_item a {
  color: #ff5115;
}

.breadcrumb_list_item a:visited,
.breadCrumb_list_item a:visited {
  color: #ff5115;
}

.breadcrumb_list_item a:focus,
.breadCrumb_list_item a:focus {
  color: #ff9d7b;
}

.breadcrumb_list_item a:hover,
.breadCrumb_list_item a:hover {
  color: #ff9d7b;
}

.breadcrumb_list_item a:active,
.breadCrumb_list_item a:active {
  color: #ff9d7b;
}

/*

	count_pager

*/
.countPager {
  align-items: center;
  display: flex;
}

.countPager_col-count {
  margin-right: auto;
}

/*

	counter

*/
.counter_resultNum {
  color: #ff5115;
  font-size: 21px;
  font-weight: bold;
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.counter_resultText {
  font-size: 15px;
  margin-right: 5px;
}

.counter_current {
  color: #666666;
  font-size: 13px;
}

/*

	pager

*/
.pager_next {
  margin-bottom: 20px;
}

.pager_next_link {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 90%;
}

.pageList {
  display: flex;
  flex-wrap: wrap;
}

.pageList-center {
  justify-content: center;
}

.pageList .page {
  display: block;
  flex: 0 0 auto;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}

.pageList .page-link {
  background: #f2f2f2;
  color: #333;
  transition-duration: 0.2s;
}

.pageList .page-link:visited {
  color: #333;
}

.pageList .page-link:focus {
  color: #666666;
}

.pageList .page-link:hover {
  color: #666666;
}

.pageList .page-link:active {
  color: #666666;
}

.pageList .page-link:hover {
  background: #ff5115;
  color: #fff;
}

.pageList .page-prev {
  display: block !important;
}

.pageList .page-next {
  display: block !important;
}

.pageList .page-ellipsis {
  background: none;
}

.pageList .page-current {
  background: #ff5115;
  color: #fff;
}

.pageList-small .page {
  padding: 5px 10px;
}

/*

	notfound

*/
.notfound {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 40px 20px;
  text-align: center;
}

/*

	icon

*/
.ico {
  background: #333;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  vertical-align: middle;
}

.ico-new {
  background: #ff5115;
}

/*

logo (base parts)

*/
.logo a {
  display: inline-block;
}

.logo .logo_image img {
  max-width: 89.6px;
  width: 100%;
}

.footer .logo .logo_image img {
  max-width: 128px;
}

/*

navigation (base parts)

*/
.nav .navList {
  display: flex;
}

.nav .navList_item span {
  display: block;
}

.nav .navList_item .en {
  font-size: 10px;
}

.nav .navList_item .jp {
  font-size: 18px;
}

.nav a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

/*

toggle-menu (drawer)

*/
.toggle-menu {
  background: #ff5115;
  border-radius: 0 0 0 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 36px;
  position: fixed;
  right: 10px;
  top: 12px;
  width: 36px;
  z-index: 1020;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  box-sizing: border-box;
  display: block;
  transition: all .4s;
}

.toggle-menu__trigger {
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  /* animatiton */
}

.toggle-menu__trigger span {
  background-color: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.toggle-menu__trigger span:nth-of-type(1) {
  top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggle-menu__trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-315deg);
}

.toggle-menu__trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu__trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(315deg);
}

/*

Overlay style (drawer)

*/
.menu-overlay {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 1010;
}

.menu-overlay:before {
  background: url(../images/hilight1.png) no-repeat left top;
  background-size: contain;
  display: block;
  height: 395px;
  left: 0;
  position: absolute;
  top: 0;
  width: 396px;
}

.menu-overlay.open {
  opacity: 1;
  transition: opacity 0.5s;
  visibility: visible;
}

.menu-overlay__scroll {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.menu-overlay__scroll::-webkit-scrollbar {
  display: none;
}

.menu-overlay__scroll__inner {
  height: 100%;
  padding: 10%;
  position: relative;
}

.overlay_row {
  display: block;
  height: 100%;
}

.overlay_row:before {
  background: url(../images/mainImage1.png) no-repeat center top;
  background-size: contain;
  display: block;
  height: 798px;
  margin: -50px -150px 0 0;
  max-width: 910px;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.overlay_row:after {
  background: url(../images/logo-white1.png) no-repeat center bottom;
  background-size: contain;
  bottom: 0;
  display: block;
  height: 217px;
  max-width: 539px;
  position: absolute;
  right: 0;
  width: 100%;
}

.overlay_row_col-logo {
  left: 10px;
  position: fixed;
  top: 10px;
}

.overlay_row_col-nav {
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  max-width: 100%;
  padding: 30px 0 30px 25%;
}

.overlay_row_col-nav_inner {
  max-width: 370px;
  width: 100%;
}

.overlay_row_col-nav .oNav .navList {
  display: block;
}

.overlay_row_col-nav .oNav .navList_item a {
  color: #ff5115;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.overlay_row_col-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  max-width: 100%;
  padding: 50px 0 50px 25%;
  padding-bottom: 100px;
}

.overlay_row_col-copy_inner {
  max-width: 370px;
  width: 100%;
}

.overlay_row_col-copy .hello_copy_inner_row .hello_copy_inline-2 img {
  max-width: 179.5px;
}

.overlay_row_col-copy .hello_imgLine {
  line-height: 1;
}

.overlay_row_col-copy .hello_imgLine img {
  display: block;
  max-width: 179.5px;
  vertical-align: bottom;
}

.overlay_row_col-copy .hello_readEn {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.overlay_row_col-copy .hello_subCopy {
  margin-top: 10px;
}

.overlay_row_col-copy .hello_subCopy .font-serif-jp {
  color: #ff5115;
  font-size: 14px;
}

.overlay_row_col-copy .hello_subCopy .font-serif-en {
  color: #ff5115;
  font-size: 10px;
}

.overlay_row .overlay_bgImg {
  opacity: .2;
  position: absolute;
  right: -100px;
  top: -40px;
  z-index: -1;
}

/*

share

*/
.lower-kyujin_d .snsFixed {
  display: none;
}

.social_share_title-share {
  font-size: 12px;
}

.social_share .socialList {
  display: flex;
}

.social_share .socialList_item {
  margin-right: 15px;
}

.social_share a {
  display: block;
  position: relative;
}

.social_share a img {
  max-height: 15px;
}

.menu-overlay .social_share,
.header .social_share {
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 1000;
}

/*

page top  /  scroll

*/
/*

animation setting

*/
.scroll_navi {
  margin: auto;
  width: 75px;
}

.scroll_navi_text {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.scroll_navi_text .scroll_line {
  background: #ff5115;
  display: block;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 2px;
  z-index: 1;
}

.scroll_navi_text .scroll_line:before {
  border: 2px solid #ff5115;
  border-bottom: none;
  border-left: none;
  content: "";
  display: block;
  height: 8px;
  left: -3px;
  position: absolute;
  transform: rotate(-45deg);
  width: 8px;
}

.scroll_navi_text .scroll_line_text {
  background: #ff5115;
  border-radius: 30px;
  color: #fff;
  display: block;
  padding: .3em 0;
  position: relative;
  text-align: center;
  width: 75px;
  z-index: 5;
}

.topHello .scroll_navi {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.topHello .scroll_navi_text .scroll_line.scroll_line-1 {
  margin-top: 5px;
}

.topHello .scroll_navi_text .scroll_line.scroll_line-1:before {
  bottom: 0;
  transform: rotate(-225deg);
}

.footer .scroll_navi {
  margin-top: -9px;
  transform: translateY(-50%);
}

.footer .scroll_navi_text .scroll_line.scroll_line-1 {
  margin-bottom: 5px;
}

.footer .scroll_navi_text .scroll_line.scroll_line-1:before {
  top: 0;
}

/* ------------------- */
/* bottom Recruit */
/* ------------------- */
.bottom_block-recruit {
  background: #fff8e6 url(../images/bg-stripe-white1.png) repeat 0 0;
  padding: 70px 10%;
}

.frontPage .bottom_block-recruit {
  margin-top: 120px;
}

.bigRecruit {
  background: #fff;
  border: 2px solid #ff5115;
  max-width: 768px;
  padding: 40px 10%;
  position: relative;
  z-index: 2;
}

.bigRecruit_copy {
  color: #ff5115;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.bigRecruit_description {
  margin-bottom: 20px;
  margin-top: 10px;
}

.bigRecruit .bottom_btnArea {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
  width: 100%;
}

.bigRecruit .decoration_set_item {
  position: absolute;
  z-index: 0;
}

.bigRecruit .decoration_set_item.decoration_set_item-1 {
  left: calc(100% - 170px);
  top: -115px;
}

.bigRecruit .decoration_set_item.decoration_set_item-1 img {
  max-width: 238.5px;
}

.bigRecruit .decoration_set_item.decoration_set_item-2 {
  left: calc(100% - 30px);
  top: 85px;
}

.bigRecruit .decoration_set_item.decoration_set_item-2 img {
  max-width: 90.5px;
}

.bigRecruit .decoration_set_item.decoration_set_item-3 {
  right: calc(100% + 100px);
  top: 88px;
}

.bigRecruit .decoration_set_item.decoration_set_item-3 img {
  max-width: 90.5px;
}

.bigRecruit .decoration_set_item.decoration_set_item-4 {
  right: calc(100% - 170px);
  top: -170px;
}

.bigRecruit .decoration_set_item.decoration_set_item-4 img {
  max-width: 65px;
}

.bigRecruit .decoration_set_item.decoration_set_item-5 {
  bottom: -70px;
  right: calc(100% - 100px);
  top: auto;
}

.bigRecruit .decoration_set_item.decoration_set_item-5 img {
  max-width: 149px;
}

.bigRecruit .decoration_set_item.decoration_set_item-6 {
  bottom: -102px;
  right: -28px;
}

.bigRecruit .decoration_set_item.decoration_set_item-6 img {
  max-width: 126.7px;
}

@media (min-width: 40em) {
  .pager_next {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .onlySp {
    display: none !important;
  }
  .containerWidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .containerWidth-noPadding {
    padding-left: 0;
    padding-right: 0;
  }
  .trimThumbnailWrapper {
    padding: 4px;
  }
  .baseBtn {
    padding: 15px;
  }
  .baseBtn-tiny {
    font-size: 14px;
  }
  .baseBtn-small {
    font-size: 14px;
    padding: 10px 15px;
  }
  .baseBtn-mini {
    font-size: 13px;
    padding: 5px 15px;
  }
  .baseBtn-large {
    font-size: 18px;
    padding: 20px 15px;
  }
  .baseBtn-huge {
    font-size: 20px;
    padding: 25px 20px;
  }
  .customBtn {
    font-size: 17px !important;
    padding: 25px 130px !important;
  }
  .customBtn-small {
    font-size: 17px !important;
    padding: 25px 130px !important;
  }
  .backListBtn_link {
    padding-left: 30px;
  }
  .onlySp {
    display: none !important;
  }
  .mb-small {
    margin-bottom: 40px;
  }
  .header_logo {
    left: 20px;
    top: 20px;
  }
  .kyujinFixed {
    border-radius: 15px;
    bottom: 20px;
    right: 20px;
    width: 160px;
  }
  .kyujinFixed a {
    padding: 20px 1.3em;
  }
  .kyujinFixed a:after {
    height: 121px;
    width: 113px;
  }
  .kyujinFixed a span {
    font-size: 15px;
  }
  .kyujinFixed a span br {
    display: none;
  }
  .footer_inner {
    display: flex;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .footer .footer_block1 {
    margin-right: 30px;
    margin-top: 0;
  }
  .footer .copyright {
    padding: 40px 0;
  }
  .radius-15 {
    border-radius: 15px;
  }
  .radius-20 {
    border-radius: 20px;
  }
  .radius-25 {
    border-radius: 25px;
  }
  .radius-30 {
    border-radius: 30px;
  }
  .pageWrapper {
    min-width: 1100px;
  }
  .lowPageContentWrapper {
    padding: 60px 0 80px;
  }
  .lower-kyujin_l .lowPageContentWrapper {
    padding-top: 0;
  }
  .lowHello_inner {
    height: 330px;
    padding: 0;
  }
  .lower-interview_d .lowHello_inner,
  .lower-kyujin_d .lowHello_inner {
    height: 230px;
  }
  .lowHello_title:before {
    height: 700px;
  }
  .lowHello .decoration_set_item.decoration_set_item-1 {
    left: calc(100% - 140px);
    top: -20px;
  }
  .lowHello .decoration_set_item.decoration_set_item-1 img {
    max-width: 380px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-1 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-1 img {
    max-width: 285px;
  }
  .lowHello .decoration_set_item.decoration_set_item-2 {
    bottom: -20px;
    left: 59%;
  }
  .lowHello .decoration_set_item.decoration_set_item-2 img {
    max-width: 110px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-2 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-2 img {
    max-width: 82.5px;
  }
  .lowHello .decoration_set_item.decoration_set_item-3 {
    left: 66%;
    top: 20px;
  }
  .lowHello .decoration_set_item.decoration_set_item-3 img {
    max-width: 180px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-3 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-3 img {
    max-width: 135px;
  }
  .lowHello .decoration_set_item.decoration_set_item-4 {
    bottom: -10px;
    left: 30%;
  }
  .lowHello .decoration_set_item.decoration_set_item-4 img {
    max-width: 200px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-4 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-4 img {
    max-width: 150px;
  }
  .lowHello .decoration_set_item.decoration_set_item-5 {
    left: 20%;
    top: -140px;
  }
  .lowHello .decoration_set_item.decoration_set_item-5 img {
    max-width: 280px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-5 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-5 img {
    max-width: 210px;
  }
  .lowHello .decoration_set_item.decoration_set_item-6 {
    bottom: 20px;
    left: 1%;
  }
  .lowHello .decoration_set_item.decoration_set_item-6 img {
    max-width: 230px;
  }
  .lower-kyujin_d .lowHello .decoration_set_item.decoration_set_item-6 img,
  .lower-interview_d .lowHello .decoration_set_item.decoration_set_item-6 img {
    max-width: 172.5px;
  }
  .lowPageTitle_en span {
    font-size: 16px;
    padding: 5px 15px;
  }
  .lowPageTitle_jp {
    font-size: 30px;
  }
  .lowPageTitle_jp_image {
    height: 29px;
    top: -3px;
  }
  .sectionTitle .jp span {
    height: 29px;
  }
  .bottomBorderTitle {
    font-size: 18px;
  }
  .bottomBorderTitle .jp span {
    font-size: 24px;
  }
  .bottomBorderTitle.line_single .en {
    font-size: 20px;
  }
  .leftBorderTitle {
    border-width: 4px;
    font-size: 20px;
  }
  .blockTitle_en {
    font-size: 54px;
  }
  .blockTitle_jp {
    font-size: 14px;
  }
  .lowBlockTitle .en span {
    font-size: 14px;
  }
  .lowBlockTitle .jp span {
    font-size: 22px;
  }
  .contentTitle {
    font-size: 20px;
  }
  .contentTitle_image {
    margin-right: 10px;
    width: 48px;
  }
  .normalTitle {
    font-size: 20px;
  }
  .quoteTitle {
    font-size: 30px;
  }
  .quoteTitle:before {
    left: -15px;
  }
  .quoteTitle-small {
    font-size: 20px;
  }
  .quoteTitle-small:before {
    left: -8px;
    top: -8px;
    transform: scale(0.8);
    transform-origin: center;
  }
  .quoteBorderTitle {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .quoteBorderTitle:before {
    left: -15px;
  }
  .bigTitle_en {
    font-size: 28px;
  }
  .bigTitle_sl {
    font-size: 15px;
    margin: 0 10px;
  }
  .bigTitle_jp {
    font-size: 15px;
  }
  .dashTitle {
    font-size: 26px;
  }
  .smallTitle {
    font-size: 15px;
  }
  .noteLabel {
    font-size: 12px;
  }
  .shadow-gray {
    box-shadow: 10px 10px #f2f2f2;
  }
  .shadow-primary {
    box-shadow: 10px 10px #ff5115;
  }
  .shadow-primary2 {
    box-shadow: 10px 10px #29b6f8;
  }
  .triangleArrow {
    border-width: 60px 200px 0 200px;
    margin: 30px auto 50px;
  }
  .triangleArrow-small {
    border-width: 40px 160px 0 160px;
  }
  .lowPageDescription {
    margin-bottom: 40px;
    text-align: center;
  }
  .counter_resultNum {
    font-size: 24px;
  }
  .counter_resultText {
    font-size: 18px;
    margin-right: 10px;
  }
  .counter_current {
    font-size: 15px;
  }
  .notfound {
    font-size: 16px;
  }
  .logo .logo_image img {
    max-width: 128px;
  }
  .toggle-menu {
    border-radius: 5px;
    height: 60px;
    right: 20px;
    top: 20px;
    width: 60px;
  }
  .toggle-menu__trigger {
    height: 16px;
    width: 16px;
  }
  .toggle-menu__trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .toggle-menu__trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .menu-overlay__scroll__inner {
    padding: 80px;
  }
  .overlay_row {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .overlay_row_col-logo {
    left: 20px;
    top: 20px;
  }
  .overlay_row_col-nav {
    align-items: center;
    max-width: 50%;
    padding: 50px 70px;
  }
  .overlay_row_col-nav .oNav .navList_item .en {
    font-size: 15px;
  }
  .overlay_row_col-nav .oNav .navList_item .jp {
    font-size: 30px;
  }
  .overlay_row_col-copy {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none;
    height: 100%;
    margin-bottom: 0;
    max-width: 50%;
    padding: 50px 70px;
  }
  .overlay_row_col-copy .hello_copy_inner_row {
    margin-bottom: 25px;
  }
  .overlay_row_col-copy .hello_copy_inner_row .hello_copy_inline-1 img {
    max-width: 273px;
  }
  .overlay_row_col-copy .hello_copy_inner_row .hello_copy_inline-2 img {
    max-width: 359px;
  }
  .overlay_row_col-copy .hello_imgLine img {
    max-width: 359px;
  }
  .overlay_row_col-copy .hello_readEn {
    font-size: 18px;
    margin-top: 20px;
  }
  .overlay_row_col-copy .hello_subCopy .font-serif-jp {
    font-size: 18px;
  }
  .overlay_row_col-copy .hello_subCopy .font-serif-en {
    font-size: 12px;
  }
  .menu-overlay .social_share,
  .header .social_share {
    bottom: 20px;
    left: 20px;
  }
  .scroll_navi {
    width: 95px;
  }
  .scroll_navi_text {
    font-size: 12px;
  }
  .scroll_navi_text .scroll_line {
    height: 20px;
  }
  .scroll_navi_text .scroll_line_text {
    width: 95px;
  }
  .topHello .scroll_navi_text .scroll_line.scroll_line-1 {
    margin-top: 8px;
  }
  .footer .scroll_navi_text .scroll_line.scroll_line-1 {
    margin-bottom: 8px;
  }
  .bottom_block-recruit {
    padding: 75px 0;
  }
  .frontPage .bottom_block-recruit {
    margin-top: 70px;
  }
  .bigRecruit {
    border: 3px solid #ff5115;
    padding: 50px 30px;
  }
  .bigRecruit_copy {
    font-size: 26px;
    text-align: center;
  }
  .bigRecruit_description {
    text-align: center;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-1 {
    left: calc(100% - 142px);
    top: -220px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-1 img {
    max-width: 477px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-2 {
    left: calc(100% + 138px);
    top: 85px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-2 img {
    max-width: 181px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-3 {
    right: calc(100% + 100px);
    top: 88px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-3 img {
    max-width: 181px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-4 {
    right: calc(100% - 87px);
    top: 189px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-4 img {
    max-width: 130px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-5 {
    right: calc(100% + 72px);
    top: 262px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-5 img {
    max-width: 298px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-6 {
    bottom: -77px;
    right: -56px;
  }
  .bigRecruit .decoration_set_item.decoration_set_item-6 img {
    max-width: 181px;
  }
}

@media (min-width: 769px) {
  .frontPage .header_navigation {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .lowPage .header_navigation {
    display: block;
  }
}

@media (max-width: 47.99em) {
  .onlyPc {
    display: none !important;
  }
  .miniBtn {
    transform: scale(0.9);
    width: 60px;
  }
  .onlyPc {
    display: none !important;
  }
  .footer {
    background-size: 70%;
  }
  .footer .footer_block2 {
    margin-top: 20px;
  }
  .footer .copyright {
    margin-top: 40px;
  }
  .lowHello_inner {
    padding: 80px 20px 75px;
  }
  .lower-interview_d .lowHello_inner,
  .lower-kyujin_d .lowHello_inner {
    padding: 65px 20px 65px;
  }
  .lowHello_inner:before {
    background-size: 250px auto;
  }
  .lowHello .js-lowHello_child2 {
    background-size: 250px auto;
  }
  .lowHello .decoration_set_item.decoration_set_item-1 {
    bottom: 65%;
    display: none;
    left: 60%;
    top: auto;
  }
  .lowHello .decoration_set_item.decoration_set_item-2 {
    bottom: -15px;
    left: 65%;
  }
  .lowHello .decoration_set_item.decoration_set_item-3 {
    left: 66%;
    top: -10px;
  }
  .lowHello .decoration_set_item.decoration_set_item-4 {
    bottom: 30px;
    left: 86%;
  }
  .lowHello .decoration_set_item.decoration_set_item-5 {
    left: 8%;
    top: -25px;
  }
  .lowHello .decoration_set_item.decoration_set_item-6 {
    bottom: -10px;
    left: 5%;
  }
  .lowPageTitle_jp_image {
    height: 20.3px;
    top: -5px;
  }
  .sectionTitle .en {
    line-height: 1;
  }
  .quoteTitle:before {
    transform: scale(0.8);
    transform-origin: center left;
  }
  .quoteTitle-small:before {
    left: -6px;
    top: -8px;
    transform: scale(0.6);
    transform-origin: center;
  }
  .quoteBorderTitle:before {
    transform: scale(0.8);
    transform-origin: center left;
  }
  .overlay_row_col-copy .hello_copy_inner_row {
    margin-bottom: 13px;
  }
  .overlay_row_col-copy .hello_copy_inner_row .hello_copy_inline-1 img {
    max-width: 136.5px;
  }
  .bigRecruit_copy br {
    display: none;
  }
}

@media (min-device-width: 768px) {
  .header_navigation .navList_item:hover:before {
    transform: translateX(0);
  }
  .kyujinFixed:hover {
    background: #ff5115;
  }
  .footer_search_dataList a:hover {
    color: #ff5115;
  }
  .footer .footer_row_col-corp .corpLinkList a:hover {
    opacity: .7;
  }
  .logo a:hover {
    opacity: .7;
  }
  .nav a:hover {
    color: #ff5115;
  }
  .overlay_row_col-nav .oNav .navList_item a:hover {
    color: #ffba00;
  }
  .social_share a:hover {
    opacity: .7;
  }
  .footer .scroll_navi_text:hover {
    opacity: .7;
  }
}

@media (max-width: 39.99em) {
  .pageList .page:not(.page-current) {
    display: none;
  }
}

/*# sourceMappingURL=sourcemaps/style.css.map */
