@charset "utf-8";

/* ---------------------------------------------------
   File: recruit.css
   Version: 1.0.0
   Update: 2021-10-25
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		Layout
==================================================== */
.comBox {
  padding: 20px 0;
}
.comBox a:hover {
  opacity: 0.6;
}


/* ====================================================
		Logo
==================================================== */
#logo {
  width: 300px;
  margin-bottom: 40px;
}
#logo img {
  width: 100%;
  height: auto;
}

/* ====================================================
		Title
==================================================== */
.headLine05 {
  margin-bottom: 80px;
}
.headLine05 .txt {
  margin-top: 20px;
}

/* ====================================================
		Photo
==================================================== */
.photo {
  margin-bottom: 80px;
}
.photo img {
  width: 100%;
  height: auto;
}




/* ====================================================
		Person
==================================================== */
#person {
  padding-bottom: 30px;
}



/* ====================================================
		comTableBox
==================================================== */
.comTableBox {
  margin-bottom: 80px;
}




/* ====================================================
		Contact
==================================================== */
#contact {
  padding-bottom: 150px;
}
#contact .telList {
	display: flex;
	justify-content: space-between;
  padding-top: 50px;
}

/* -------------------------------
		Title
------------------------------- */
#contact .headLine06 {
  margin-bottom: 10px;
}

/* -------------------------------
		Tel
------------------------------- */
#contact .telList li {
	padding: 50px 30px 40px;
	width: calc(50% - 20px);
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	text-align: center;
	box-sizing: border-box;
}
#contact .telList .title {
	margin-bottom: 30px;
	font-size: 2rem;
	font-family: "Zen Old Mincho",sans-serif;
}
#contact .telList .title .col {
	color: #b50009;
}
#contact .telList small {
	margin-top: 3px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}
#contact .telList a {
	display: block;
}
#contact .telList .comTel {
	font-size: 4.5rem;
	letter-spacing: 0.05em;
}
#contact .telList .comTel span::before {
	width: 25px;
  height: 31px;
  top: 8px;
  left: 0px;
}

/* -------------------------------
		Form
------------------------------- */
#contact .telList li:last-child {
  padding: 0;
}
#contact .telList li:last-child a {
  height: 100%;
  padding: 20px 30px 40px;
}
#contact .telList li:last-child .ttl img {
    margin: -10px 25px 0 -9px;
    display: inline-block;
    vertical-align: middle;
}
#contact .telList li:last-child .ttl {
  margin-bottom: 0;
  padding: 25px 0 20px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Outfit",sans-serif;
  line-height: 1;
}





/* ====================================================
		Footer
==================================================== */
#gFooter {
  padding-top: 0;
}





/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media all and (min-width: 897px) and (max-width: 1299px) {
  
  
  
  /* ====================================================
      Contact
  ==================================================== */
  #contact {
    padding-bottom: 150px;
  }
  #contact .telList {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #contact .headLine06 {
    margin-bottom: 10px;
  }

  /* -------------------------------
      Tel
  ------------------------------- */
  #contact .telList .comTel {
    font-size: 3.8rem;
    letter-spacing: 0.05em;
  }

  
}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media all and (max-width: 896px) {
  
  /* ====================================================
      Logo
  ==================================================== */
  #logo {
    width: 200px;
    margin-bottom: 60px;
  }
  
  
  /* ====================================================
      Title
  ==================================================== */
  .headLine05 {
    margin-bottom: 50px;
  }
  
  
  /* ====================================================
      Contact
  ==================================================== */
  #contact {
    padding-bottom: 60px;
  }
  #contact .telList {
    display: block;
    padding-top: 30px;
  }
  #contact .telList li {
    padding: 50px 30px 40px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* -------------------------------
      Tel
  ------------------------------- */
  #contact .telList .comTel {
    font-size: 3.6rem;
  }
  #contact .telList .comTel span::before {
    width: 21px;
    height: 26px;
  }

  
}

