@charset "utf-8";

.pc{display: none !important;}

p{
  margin: 0;
  padding: 0;
}
button:focus{
	outline: 0 !important;
}
.btn-submit{
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}
ul{
    /* margin-left: -1rem; */
}
li{
	list-style-type: none;
    text-indent: -1em;
}
.row{
  margin-right: 0;
  margin-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}
html,body{
  height: 100%;
  margin: 0;
  padding: 0;
}
body{
	font-family:'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
  color: #696969;
  display: flex;
  flex-direction: column;
}

h1{font-size: 1.8rem;}
h2{font-size: 1.5rem;}
h3{font-size: 1.6rem;}
h4{font-size: 1rem;}
.font_noto_serif{font-family: 'Noto Serif JP', serif;}
.font_noto_sans{font-family: 'Noto Sans JP', sans-serif;}
.bg_gray{
  background-color: #eee;
}

/* ========== hamburger menu ========== */
a {
font-family: sans-serif;
text-decoration: none;
}
.humberger {
    display: block;
    height: 50px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.humberger.-active .humberger__line {
    background-color: transparent;
}
.humberger.-active .humberger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.humberger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.humberger__line:before,
.humberger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.humberger__line:before {
    top: -6px;
}
.humberger__line:after {
    top: 6px;
}
.humberger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.humberger__text::before {
    /* content: "メニュー"; */
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 100%;
}
.header__inner a{
  color: #696969;
  font-weight: 700;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
    text-indent: 0;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}
/* ========== //hamburger menu ========== */

/* ========== header ========== */
img.head_logo{
	width: 24px;
}
#mainImage{
	background-image: url("../img/main.jpeg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
body.page_recruit #mainImage{
	background-image: url("../img/main_recruit.jpg");
}
body.page_inquiry #mainImage{
	background-image: url("../img/main_inquiry.jpg");
}
body.page_privacy #mainImage{
	background-image: url("../img/main_privacy.jpg");
}
#mainImage .inner{
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 530px;
	position: relative;
}

#mainImage #mainTxt{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 26%;
	transform: translate(-50%,-36%);
  text-align: center;
}


@media (min-width: 1200px){
.container {
    max-width: 960px;
}
}
@media screen and (max-width : 999px){
	#mainImage .inner{padding-top:calc(530 / 960 * 100%);}
}
/* ========== //header ========== */

/* ========== footer ========== */
.footer{
	background-color: #cacaca;
  margin-top: auto;
	padding: 2em;
	text-align: center;
}
/* ========== //footer ========== */

/* ========== contents ========== */
.container{
    padding: 1rem;
}
.contents{
  /* border: 2px solid #00f; */
  margin-bottom: 2rem;
}
.required_mark{
    color: #f00;
    font-size: 1rem;
    margin-left: 0.2em;
}
.pagetop{
  position: fixed;
  right: 1%;
  bottom: 8%;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  opacity: 0;
  visibility: hidden;
}
.pagetop span{
	font-size: 64px;
}

.pagetop.active{
  opacity: 1;
  visibility: visible;
}
.multilist01{
  margin-left: 1em;
  padding-left: 0;
}
.multilist01 li{
  text-indent: -1em;
}
.multilist01 li::before{
  content: "・";
}
.pagetitle{
  max-width: 960px;
  margin: 0 auto;
}
.pagetitle h1{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  padding: 0.4em;
  letter-spacing: 0.3rem;
}

a.open_new_tab::after{
    font-family: "Material Icons Outlined";
    content: "\e89e";
    font-size: 16px;
    vertical-align: middle;
}
textarea.form-control.input_textarea{
  height: 10rem;
}
/* ========== //contents ========== */

/* ========== index ========== */
.top_threesupoorts{
	background-color: #dcc4d9;
}
.top_threesupoorts_title{
	font-size: 1.3rem;
	font-weight: 700;
  margin-bottom: 1rem;
	color: #771b6c;
}
.top_supportlist{
	font-size: 16pt;
}

.top_supportlist>div p{
	font-size: 1rem;
	color: #771b6c;
  font-weight: 700;
}
.top_supportlist>div p img{
	padding: 0 10%;
}
.header_seal{
	width: 40%;
}
.top_kv_text1{
	font-size: 1.3rem;
	font-weight: 700;
	color: #771b6c;
}
.top_kv_text2{
	font-size: 0.7rem;
	font-weight: 400;
}
.top_midashi{
	font-size: 1.3rem;
	font-weight: 700;
	color: #771b6c;
}

.field_category>div{
	background-color: #fafafa;
}
.field_title{
	font-size: 1.1rem;
  font-weight: 700;
}
.field_skill{
	background-color: #b482c8;
	padding: 0.6em;
	text-align: center;
	color: #fff;
}



/* ========== //index ========== */

/* ========== company ========== */
.access_map{
  width:100%;
  height:20rem;
  border:0;
}
.president_profile{
  background-color: #771b6c;
  color: #fff;
}
.president_name_alphabet{
  font-size: 2rem;
}
.slogan{
  font-size: 1.1rem;
}
/* ========== //company ========== */

/* ========== recruit ========== */
.tab_sup{
  display: flex;
  justify-content: space-between;
}
.tab_sup .nav-item{
  text-align: center;
  width: 33%;
}
.tab_sup .nav-item a{
  font-size: 14px;
  color: #9c9c9c;
  background-color: #e5e5e5;
  padding: 7px;
  border-radius: 10px 10px 0 0;
  text-indent: 0;
}
.tab_sup .nav-item a.active
,.tab_sup .nav-item a:hover{
  background-color: #fdcf50;
  color: #5b4d4d;
}

.tab-content{
    background-color: #fdcf50;
    /* padding: 17px; */
  }
  .step_list {
    padding: 17px;
  }
  .step_join{
    background-color: #dcc4d9;
    }

   .step_contents {
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
  }

  .step_support div div > div:last-child{
    padding: 0 0 1em 0;
    text-align: center;
  }
  

  .step_list_arrow{
    line-height: 1;
  }
.step_list_arrow .arrow{
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 15px solid #fff;
    margin: 9px;
    display: inline-block;
  }

  /* ========== recruit ========== */
