@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover {
  opacity: 0.8;
}
html {
  font-size: 62.5%;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  line-height: 1em;
}
p {
  text-align: justify;
}
body {
  color: #313131;
  height: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container {
  margin: 0 auto;
  max-width: 1368px;
  padding: 0 20px;
}
.flex {
  display: flex;
}
.sen {
  font-family: 'Sen', sans-serif;
  font-weight: 700;
}
main {
  display: block;
  margin-bottom: 120px;
}
.recruit main {
  margin-bottom: 160px;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
h2 {
  font-size: 3.8rem;
  margin-bottom: 40px;
}
h3 {
  font-size: 5.6rem;
}
section {
  margin-bottom: 120px;
}
p {
  text-align: left;
  line-height: 2;
}
hr {
  background-color: #000;
  height: 1px;
  border: none;
  color: #000;
  margin-bottom: 18px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
input, button, textarea, select, .entry input[type="url"], input[type="email"], .entry input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #999;
  padding: 15px 0;
}
/*drawer*/
.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  margin-top: 0;
  background: rgba(0,0,0,0.9);
  padding: 85px 6%;
}
/*カラー*/
.text_blue{
	color:#0079c2;
}
.text_orange{
	color:#f08400;
}
.text_green{
	color:#88b928;
}
.text_pink{
	color:#ef9394;
}
.bg_blue{
	background-color:#0079c2;
}
.bg_orange{
	background-color:#f08400;
}
.bg_green{
	background-color:#88b928;
}
.bg_pink{
	background-color:#ef9394;
}
/*-------------header------------------*/
header {
  padding: 0 100px;
  justify-content: space-between;
  vertical-align: middle;
}
header img {
  margin-top: 20px;
  margin-bottom: 25px;
}
nav {
  margin-top: 45px;
  font-size: 1.6rem;
}
nav ul {}
nav ul li a {
  margin-right: 50px;
}
nav ul li:last-child a {
  margin-right: 0;
}
/*--------------main-------------------*/
.topv {
  position: relative;
  text-align: right;
  margin-bottom: 120px;
}
.topv h2 {
  font-size: 4.8rem;
  top: 135px;
  padding: 20px 50px;
}
.topv p {
  font-size: 1.8rem;
  font-weight: 700;
  top: 235px;
  letter-spacing: 0.2rem;
  padding: 10px 20px;
  margin-top: 20px;
}
.topv img {
  max-width: 1400px;
}
.topv h2, .topv p {
  background-color: #fff;
  position: absolute;
  right: 70%;
  font-weight:700;
}
.topv h3 {
  text-align: center;
  font-size: 4.0rem;
  margin-top: 120px;
  line-height: 6.5rem;
  font-weight: 500;
}
.sectionttl.flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sectionttl.flex h2 {
    margin-bottom: 0;
    font-weight: 700;
}
.sectionttl span {
  margin-top: 10px;
}
.sectionttl img {
  width: 55px;
  height: 55px;
  margin-right: 10px;
  margin-top: -5px;
}
.sectionttl span {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 30px;
  margin-top: 20px;
}
.mainSec {
  width: 99.2vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-end;
  margin-top: 140px;
}
.mainSec img {
  position: relative;
}
.mainSecBox {
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 50%;
  width: 633px;
    padding: 50px 50px 50px 0;
	z-index: 5;
}
.subttl h3 {
  font-size: 3.2rem;
  margin: 0 0 40px;
  line-height: 1.6;
  font-weight: 500;
}
.subtxt {
  line-height: 1.8;
  text-align: justify;
}
.subtxt p {
  position: relative;
}
.subtxt p::before {
  content: "";
  height: 1px;
  background: #000;
  width: 500%;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
}
.mainSecBox h2 {
 font-size: 3.4rem;
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 700;
}
.mainSecBox h2 span {
 font-size: 3.4rem;
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 700;
}
.mainSecBox p {
  font-size: 1.6rem;
  text-align: justify;
}
.top .mainSecBox p {
	font-size: 1.6rem;
    line-height: 1.8;
}
.mainSecBox .subttl p {
  font-size: 2.2rem;
  color: #000;
  position: relative;
  margin-right: 15px;
  font-weight: 500;
}
.mainSecBox .subttl p::after {
  content: "";
  height: 1px;
  background: #000;
  color: #000;
  width: 76%;
  left: 134px;
  top: 56%;
  transform: translateY(-50%);
  position: absolute;
}
.recruit .mainSecBox .subttl p::after {
  content: "";
  height: 1px;
  background: #000;
  color: #000;
  width: 70%;
  left: 170px;
  top: 56%;
  transform: translateY(-50%);
  position: absolute;
}
caption h3 {
  font-size: 2.4rem;
  background-color: #000;
  color: #fff;
  padding: 45px;
  font-weight: 500;
}
caption h3 span {
  font-weight: 500;
  font-size: 85%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
table tr:nth-child(odd) {
  background: #e6e6e6;
}
th, td {
  font-weight: 500;
  padding: 40px 45px;
}
th {
  text-align: center;
  width: 30%;
}
td {
  width: 70%;
}
.list {
  width: 1000px;
  margin: 0 auto;
}
.list_one {
  margin-bottom: 120px;
}
.list_two {
  margin-bottom: 140px;
}
/*--------------footer-----------------*/
footer {
  background-color: #0079c2;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}
footer img {
  height: 58px;
  margin-top: 30px;
}
.footerNav {
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: solid 1px #fff;
  margin: 0 auto;
  max-width: 1366px;
}
.footerNav ul {
  justify-content: center;
}
.footerNav ul li {
  margin-right: 50px;
}
.footerNav ul li:last-child a {
  margin-right: 0;
}
.footerNav ul li a {
  font-size: 1.2rem;
}
address {
  font-size: 1.2rem;
}
.tel {
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-align: center;
}
.footnote {
  font-size: 1.6rem;
  margin-bottom: 45px;
  text-align: center;
}
small {
  font-size: 1.2rem;
  font-weight: 500;
}
@media(max-width: 1366px) {
  .container {
    max-width: 100%;
  }
}
@media(max-width: 1024px) {
  .sectionttl span {
    margin-left: 20px;
    margin-top: 12px;
  }
  .list {
    width: 100%;
  }
}
/*スマホだけタップで電話かける*/
@media(max-width: 995px) {}
@media(max-width: 768px) {
  a.sp_tap_tel[href^="tel:"] {
    pointer-events: none;
  }
  th, td {
    padding: 25px 45px;
  }
}
@media(max-width: 559px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    ;
    line-height: 2;
  }
  main {
    margin-bottom: 80px;
  }
  .container {
    max-width: 100%;
    padding: 0 6%;
  }
  table {
    width: 100%;
  }
  tr {
    display: block;
    width: 100%;
  }
  th, td {
    display: block;
    width: 100%;
  }
  th {
    font-size: 1.2rem;
    text-align: left;
    padding: 20px 0 0 20px;
  }
  td {
    font-size: 1.4rem;
    padding: 0 0 20px 20px;
  }
  p,.contentListBox p{
    font-size: 1.4rem;
	  text-align: justify;
  }
  .mainSecBox h2 span {
    font-size: 2.8rem;
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: 700;
}
}
@media(max-width: 375px) {
  th {
    padding: 20px 20px 0 20px;
  }
  td {
    padding: 0 20px 20px 20px;
  }
}