@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&family=Jost:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */
/*-----------------------------------------------*/
[class^="recruit-lp"] {
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt";
  overflow: hidden;
}
[class^="recruit-lp"] * {
  box-sizing: border-box;
}
[class^="recruit-lp"] a:link,
[class^="recruit-lp"] a:visited {
  color: #b60005;
  text-decoration: none;
  border-bottom: 1px solid #b60005;
  transition: all 0.4s;
}
[class^="recruit-lp"] a:hover,
[class^="recruit-lp"] a:active {
  color: #b60005;
  text-decoration: none;
  border-bottom-color: transparent;
}
[class^="recruit-lp"] a img {
  transition: all 0.3s;
}
[class^="recruit-lp"] a:hover img {
  opacity: .7;
}
[class^="recruit-lp"] .section:after,
[class^="recruit-lp"] .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
[class^="recruit-lp"] img {
  max-width: 100%;
  height: auto;
}
[class^="recruit-lp"] .en {
  font-family: 'Jost', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
}

[class^="recruit-lp"] h2,
[class^="recruit-lp"] h3,
[class^="recruit-lp"] h4,
[class^="recruit-lp"] h5 {
	position: relative;
  margin: 0 0 1.5em 0;
  font-weight: 700;
  letter-spacing: 0.05em;
	line-height: 1.3;  
}
[class^="recruit-lp"] h2 {
	margin: 0 0 1.75em;
  font-size: clamp(1.5rem, 0.611rem + 1.85vw, 2rem);
}
[class^="recruit-lp"] h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 15px 0 0;
  background-color: #c00;
  border-radius: 2px;
}
[class^="recruit-lp"] h2.text-center:after {
  margin: 15px auto 0;
}
[class^="recruit-lp"] h3 {
  color: #1038c7;
  font-size: 1.5rem;
}

[class^="recruit-lp"] * + h2 {
  margin-top: 2em;
}
[class^="recruit-lp"] * + h3 {
	margin-top: 2em;
}
[class^="recruit-lp"] h2 + h3 {
	margin-top: 0;
}
[class^="recruit-lp"] h4,
[class^="recruit-lp"] .h4 {
  padding-bottom: .5em;
  color: #1038c7;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
}

[class^="recruit-lp"] h3 + h4,
[class^="recruit-lp"] h4:not(:first-of-type) {
  margin-top: 2em;
}
[class^="recruit-lp"] h5,
[class^="recruit-lp"] .h5 {
	font-size: 1.15rem;
}

[class^="recruit-lp"] p {
  margin: 0 0 2em 0;
  padding: 0;
}

[class^="recruit-lp"] ol,
[class^="recruit-lp"] ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none !important;
}
[class^="recruit-lp"] ol > li,
[class^="recruit-lp"] ul > li {
  position: relative;
  margin: .5em 0 0;
  padding: 0 0 0 1.5em;
  line-height: 1.5;
}
[class^="recruit-lp"] ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #c00;
  border-radius: 100%;
}
[class^="recruit-lp"] ol {
  counter-reset: number;
}
[class^="recruit-lp"] ol > li:before {
	content: counter(number)".";
	counter-increment: number;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	color: #c00;
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
}
[class^="recruit-lp"] ol.underline,
[class^="recruit-lp"] ul.underline {
  border-bottom: 1px solid #ccc;
}
[class^="recruit-lp"] ol.underline > li,
[class^="recruit-lp"] ul.underline > li {
  border-top: 1px solid #ccc;
}
[class^="recruit-lp"] ol.underline > li,
[class^="recruit-lp"] ul.underline > li {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
[class^="recruit-lp"] ul.underline > li:before {
  top: calc(1.75em - 3px);
}
[class^="recruit-lp"] ol.underline > li:before {
  top: .75em;
}

[class^="recruit-lp"] hr {
  clear: both;
  margin-bottom: 30px;
  color: #fff;
  background: none transparent;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-bottom: 1px solid #ccc;
}

[class^="recruit-lp"] table {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
  line-height: 1.5;
}
[class^="recruit-lp"] th,
[class^="recruit-lp"] td {
	position: relative;
	padding: 20px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
[class^="recruit-lp"] th {
	width: 25%;
	font-weight: bold;
}
[class^="recruit-lp"] table tr > *:not(:last-child) {
  border-right: 1px solid #ccc;
}
[class^="recruit-lp"] td > *:last-child {
  margin-bottom: 0;
}

.colorOrange {color: #fc3f00 !important;}
.colorRed {color: #b60005 !important;}
.colorPink {color: #b96a7c !important;}
.colorBlue {color: #1038c7 !important;}
.colorGreen {color: #34582c !important;}

.bgcolor01 {background-color: #fdf4f4;}
.bgcolor02 {background-color: #f8f8f8;}

.bg-dot {
  background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.textS {font-size: 0.9em;}
.textSS {font-size: 0.75em;}
.textL {font-size: 1.25em;}
.textLL {font-size: 1.5em;}
.caption {font-size: 0.9em; font-weight: 400; line-height: 1.5;}

.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}
.img-right {float: right; margin-left: 1em;}
.img-left {float: left; margin-right: 1em;}

.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

.pt0 {padding-top: 0 !important;}
.pb0 {padding-bottom: 0 !important;}

.pcOnly {display: block;}
.spOnly {display: none;}

@media screen and (min-width: 768px),print {
  .pc-center {text-align: center;}
  .list-colmn2 {columns: 2;}
}

@media screen and (max-width: 767px) {
  .pcOnly {display: none;}
  .spOnly {display: block;}
  
  [class^="recruit-lp"] {
    font-size: 0.875rem;
  }
  [class^="recruit-lp"] h2 {
    font-size: 1.5rem;
  }
  [class^="recruit-lp"] h3 {
    font-size: 1.25rem;
  }
  [class^="recruit-lp"] h4 {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 479px) {
  [class^="recruit-lp"] table.sp-vertical th,
  [class^="recruit-lp"] table.sp-vertical td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  [class^="recruit-lp"] table.sp-vertical tr > *:not(:last-child) {
    border: none;
  }
  [class^="recruit-lp"] table.sp-vertical th {
    padding-bottom: 0;
    border: none;
  }
}

[class^="recruit-lp"] .block-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
[class^="recruit-lp"] .block-set.center {
  justify-content: center;
}
[class^="recruit-lp"] .block-set > .middle {
  align-self: center;
}
[class^="recruit-lp"] .block-set > * {
  margin: 0;
}
[class^="recruit-lp"] .block-set > * > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px),print {
  [class^="recruit-lp"] .block-set > * {
    width: calc(50% - 15px);
  }
  [class^="recruit-lp"] .block-set:not(:has(.col2-3)) > .col1-3 {
    width: calc(1 / 3 * 100% - 20px);
  }
  [class^="recruit-lp"] .block-set:has(.col2-3) > .col1-3 {
    width: calc(1 / 3 * 100% - 15px);
  }
  [class^="recruit-lp"] .block-set > .col2-3 {
    flex: 1;
  }
  [class^="recruit-lp"] .block-set:not(:has(.col3-4)) > .col1-4 {
    width: calc(25% - 30px * 3 / 4);
  }
  [class^="recruit-lp"] .block-set:has(.col3-4) > .col1-3 {
    width: calc(25% - 15px);
  }
  [class^="recruit-lp"] .block-set > .col3-4 {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  [class^="recruit-lp"] .block-set {gap: 20px;}
  [class^="recruit-lp"] .block-set > *,
  [class^="recruit-lp"] .block-set > .col1-3,
  [class^="recruit-lp"] .block-set > .col2-3,
  [class^="recruit-lp"] .block-set > .col1-4,
  [class^="recruit-lp"] .block-set > .col3-4 {
    width: 100%;
  }
  [class^="recruit-lp"] .block-set > .sp-col1-2 {
    width: calc(50% - 10px);
  }
  [class^="recruit-lp"] .block-set.box > *:not(:first-child) {
    margin-top: 2em;
  }
}

[class^="recruit-lp"] .img-set {
  display: flex;
  margin: 2em 0 0 0;
}
[class^="recruit-lp"] .img-set > *:nth-child(2) {
	margin-left: 15px;
}
[class^="recruit-lp"] .img-set > .img {
	width: 25%;
	height: auto;
}
[class^="recruit-lp"] .img-set > :not(.img) {
	flex: 1;
}

@media screen and (max-width: 767px) {
  [class^="recruit-lp"] .img-set > img {
    width: 50%;
  }
}

[class^="recruit-lp"] .frame {
  margin-bottom: 2em;
  padding: 25px;
  border: 4px solid #ddd;
}
[class^="recruit-lp"] .frame > :last-child {
	margin-bottom: 0 !important;
}
[class^="recruit-lp"] .box {
  margin-bottom: 2em;
  padding: 30px;
	background-color: #fdf4f4;
  border-radius: 10px;
}
[class^="recruit-lp"] .box > *:last-child {
  margin-bottom: 0;
}

.inline-center {
  text-align: center;
}
.inline-center > * {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

[class^="recruit-lp"] ul.list-note > li {
  padding: 0 0 0 1.5em;
  font-size: 0.875em;
  font-weight: 400;
}
[class^="recruit-lp"] ul.list-note > li:before {
  content: "※";
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
[class^="recruit-lp"] .note {
  position: relative;
  padding: 0 0 0 1.5em;
  font-size: 0.875em;
  font-weight: 400;
}
[class^="recruit-lp"] .note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}


[class^="recruit-lp"] .lead-area {
  width: fit-content;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  [class^="recruit-lp"] .lead-area {
    font-size: 1rem;
  }
}

[class^="recruit-lp"] .btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}
[class^="recruit-lp"] .btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 240px;
  padding: 1em 3em calc(1em + 3px) 1.5em;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #fc3f00;
  background: linear-gradient(to right,#fc3f00 0%, #fc8800 100%);
  transition: .3s linear;
}
[class^="recruit-lp"] .btn.wd-fit {
  max-width: 800px;
  margin-inline: auto;
}
[class^="recruit-lp"] .btn.wd-fit a {
  width: 100%;
}
[class^="recruit-lp"] .btn a:hover {
  color: #fc3f00;
  background: #fff;
}

[class^="recruit-lp"] .btn a::after {
  content: "\e5cc";
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
  font-size: 2em;
  font-family: 'Material Icons';
  line-height: 1;
  vertical-align: middle;
}
[class^="recruit-lp"] .btn.mail a::after {
  content: "\e0be";
}
[class^="recruit-lp"] .btn.blue a,
[class^="recruit-lp"] .btn a.blue {
	border-color: #1038c7;
	background: linear-gradient(135deg, #1038c7 0%, #00a9ff 100%);
}
[class^="recruit-lp"] .btn.blue a:hover,
[class^="recruit-lp"] .btn a.blue:hover {
  color: #1038c7;
  background: #fff;
}
[class^="recruit-lp"] .btn.green a,
[class^="recruit-lp"] .btn a.green {
	border-color: #8fc31f;
	background: linear-gradient(135deg, #00a040 0%, #8fc31f 100%);
}
[class^="recruit-lp"] .btn.green a:hover,
[class^="recruit-lp"] .btn a.green:hover {
  color: #8fc31f;
  background: #fff;
}

@media screen and (max-width: 767px) {
  [class^="recruit-lp"] .btn {
    flex-direction: column;
  }
  [class^="recruit-lp"] .btn a {
    width: 100%;
  }
}

[class^="recruit-lp"] a.link-arrow::after {
	content: "";
	display: inline-block;
	right: 1em;
	width: 8px;
	height: 8px;
	margin-left: .5em;
	border-top: 1px solid #b60005;
	border-right: 1px solid #b60005;
	transform: rotate(45deg);
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	z-index: 998;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	padding: 22px 10px 0 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #b60005;
	box-sizing: border-box;
	transition: all 0.3s;
}
#pagetop a:hover {
	color: #ffffff;
	background: #a8a5ac;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 60px;
  }
}

.lp-footer{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:20px 0;font-size:13px}
.lp-footer .logo img{width:150px;height:auto}
.lp-footer p{margin:0;padding:0}
.lp-footer a{border:none;padding:10px 0}
@media screen and (max-width: 767px) {
.lp-footer{display:block;text-align:center}
.lp-footer .copyright{margin-top:10px}
}

[class^="recruit-lp"] .section {
  position: relative;
}
[class^="recruit-lp"] .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
[class^="recruit-lp"] .section .inner {
  padding: 60px 0;
}
[class^="recruit-lp"] .section .inner > *:last-child {
  margin-bottom: 0;
}

[class^="recruit-lp"] .section#contact {
	background-color: #faf6f0;
}
[class^="recruit-lp"] .section#contact h2 {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
[class^="recruit-lp"] .section#contact h2:after {
  content: none;
}
[class^="recruit-lp"] .section#contact h2 .en {
  color: #fc3f00;
  font-size: 1rem;
  font-weight: normal;
}
[class^="recruit-lp"] .section#contact .btn {
  font-size: 0.9375em;
}

@media screen and (max-width: 1000px) {
  [class^="recruit-lp"] .section .inner {
    padding: 40px 20px;
  }
}

#lp-ft > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#lp-ft .logo img {
  width: 150px;
}
#lp-ft p {
	margin: 0;
}

@media screen and (max-width: 1000px) {
	#lp-ft > .inner {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 768px),print {
  #lp-ft {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  #lp-ft > .inner {
    display: block;
    text-align: center;
  }
}


#mv {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
}
#mv .mv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  padding: 0 20px;
}
#mv h1 {
  font-size: clamp(2rem, 1.429rem + 1.19vw, 2.5rem);
  line-height: 1.1;
}
#mv h1 span {
  display: inline-block;
}
#mv h1 .sub {
  margin: 0 0 0.5em;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.6em;
  line-height: 1.5;
  background-color: #000;
}
#mv .lead {
  margin: 1em 0 0;
  color: #c00;
  line-height: 1.5;
}
#mv .mv-img {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#mv .mv-img .img {
  width: 50%;
}

@media screen and (max-width: 767px) {  
  #mv {
    display: block;
  }
  #mv .mv-title {
    width: auto;
    padding: 20px;
  }
  #mv .mv-img {
    width: 100%;
  }
  #mv h1 {
    font-size: clamp(1.65rem, 0.837rem + 3.47vw, 2.5rem);
  }
  #mv .lead {
    font-size: 0.875rem;
  }
}


#menu {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding: 17px 0 8px;
  background-color: #ddd;
  font-size: 18px;
  z-index: 995;
}
#menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: 500;
}
#menu ul li {
  padding: 0 20px;
}
#menu ul li:before {
  left: -3px;
  top: calc(50% - 5px);
  background-color: #fff;
}
#menu ul li:first-of-type {
  padding-left: 0;
}
#menu ul li:first-of-type:before {
  content: none;
}
#menu ul a {
  border: none;
}
#menu ul a:hover {
  color: #666;
}
#menu .menu-btn {
  display: block;
  width: 60px;
  padding: 0 0 6px;
  color: #333;
  border: 1px solid #333;
  /*border-radius: 100%;*/
  background-color: #fff;
  cursor: pointer;
}
#menu .menu-btn .label {
  font-size: 12px;
  font-family: 'Josefin Sans', serif;
  line-height: 1;
  text-align: center;
  text-transform:uppercase;
}
#menu .menu-btn .label::before {
  content: "\e0be";
  display: block;
  font-size: 42px;
  font-family: 'Material Icons';
}
#menu .menu-btn .label.open::before {
  content: "\e5d2";
}
#menu .menu-btn .label.close::before {
  content: "\e5cd";
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  #menu {
    font-size: 1.5vw;
  }
  #menu ul li {
    padding: 0 1.25em;
  }
}

@media screen and (min-width: 768px) {
  .is-scroll #menu {
    position: fixed;
    left: 0;
    top: 0;
    border-top: 4px solid #eb6100;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
  }
  #menu .menu-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 0;
    z-index: 9999;
    background-color: transparent;
  }
  #menu ul {
    display: none;
    background-color: #ddd;
  }
  #menu ul li {
    padding: 0;
  }
  #menu ul li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  #menu ul li:before {
    content: none;
  }
  #menu ul li a {
    display: block;
    padding: 10px 20px;
  }
  #menu .menu-btn {
    margin: 0 10px 0 auto;
  }
  #menu.is-show {
    background-color: #ddd;
    min-height: 100vh;
  }
  #menu.is-show ul {
    display: block;
  }
  #menu .menu-btn .close {
    display: none;
  }
  #menu.is-show .menu-btn .open {
    display: none;
  }
  #menu.is-show .menu-btn .close {
    display: block;
  }
}
