@charset "utf-8";

/*--------------------------------------------------------------------------------
  pagettl
--------------------------------------------------------------------------------*/
#pagettl {
	background-image: url(../common_img/pt-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
}
#pagettl .pagettl-txt {
	font-size: 3.8rem;
	color: #000;
	padding: 70px 0 0 100px;
	font-style:oblique;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

/*--------------------------------------------------------------------------------
  breadcrumb
--------------------------------------------------------------------------------*/
#breadcrumb {
  padding-top: 30px;
  display: block;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1;
}
#breadcrumb li::after {
  content: "\e649";
  margin: 0 5px;
  font-family: 'themify';
  font-size: 1.0rem;
}
#breadcrumb li:last-child::after {
  display: none;
}

/*--------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
#company {
  background-color: #f4f4f4;
}
/*--------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
#pp,
#compliance {
  background-color: #f4f4f4;
}
.handling {
  color: #003399;
  border: solid 1px #dcdcdc;
  background-color: #f1f6fd;
  padding: 15px;
}
.frm-base input[type="text"],
.frm-base input[type="tel"],
.frm-base input[type="email"] {
  width: 320px;
}
.frm-base input[type="text"],
.frm-base input[type="tel"],
.frm-base input[type="email"],
.frm-base textarea,
.frm-base select {
  height: 31px;
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 31px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.frm-base textarea {
    height: 120px;
}
.hissu:after {
  content: "必須";
  background-color: #de0000;
  padding: 5px 10px;
  color: #fff;
  margin-left: 30px;
  position: absolute;
  right: 20px;
}
.ninni:after {
  content: "任意";
  background-color: #0000de;
  padding: 5px 10px;
  color: #fff;
  margin-left: 30px;
  position: absolute;
  right: 20px;
}
/*--------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------*/
.staff_name {
  border-bottom: solid 1px #d8d8d8;
}
/*--------------------------------------------------------------------------------
  careers
--------------------------------------------------------------------------------*/
.careers_statue {
  margin: 0 auto;
}
.careers_statue ul {
  justify-content: center;
  align-items: center;
}
.careers_statue li {
  height: 115px;
  width: 205px;
  background-color: #0065b8;
  color: #fff;
  display: inline-block;
  border-radius: 175px;
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: oblique;
  line-height: 1.2;
  padding-top: 90px;
  margin: 0 20px;
}
.careers_knowing {
  border: solid 1px #0065b8;
  padding: 20px;
}
.careers_knowing li {
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.careers_knowing li:last-child {
  margin-bottom: 0;
}
.careers-btn {
  width: 470px;
  height: 32px;
}
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ---------
--------------------------------------------------------------------------------*/