@charset "UTF-8";

/* .nak_tt {
	font-size: 6rem;
	color: #DF0515;

} */


/* パンくずリスト
-------------------------------------------------- */
.panWrap {
	max-width: 1400px;
	font-size: 100%;
	overflow: hidden;
	margin:0 auto;
}
#pan {
	margin: 15px 0px 30px 0px;
	line-height: 20px;
}
#pan li {
	display: inline;
	font-size: 1.4rem;
}
#pan li:before {
	content: "　>>　";
}
#pan li.first:before {
	content: "";
}
#pan li.first{
	padding:0px 0px 0px 0px ;
}


/* 下層コンテンツ
-------------------------------------------------- */

.tt_style01 {
    font-size: 4rem;
    color: #ea5413;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    padding: 1em 0px;
    line-height: 1.3;
    font-family: 'Oswald', sans-serif;
}

.kyo{
text-align:left;
font-weight:bold;
padding:0px 0 30px;
color:#c55400;
font-size:120%;
line-height:1.6;
font-family: "FOT-ロダン Pro M";
}


.contents {
	margin-bottom: 5%;
}

.contents figcaption {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

/* 480px〜959px：タブレット
------------------------------ */
@media screen and (max-width:959px) {
	.kyo{
	font-size:1.8rem;
	}
}/* @media screen and (min-width:480px) and (max-width:959px) */


/* ----------   業務案内  --------------------- */
.works {
	text-align: center;
	margin-bottom: 5%;
}

.worksBox {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.worksItem {
	margin-right: 1%;
}

.worksItem:last-child {
	margin-right: 0;
}

/* 480px〜959px：タブレット
------------------------------ */
@media only screen and (max-width:768px) {
	.worksBox {
		flex-direction: column;
}

.worksItem {
	margin-right: 0;
margin-bottom: 2%;

}




}/* @media screen and (min-width:480px) and (max-width:959px) */


.point_box{
margin:0px 0 10px;
padding:50px 0 25px 2% ;
border:dotted 1px #ccc;
}

.point_box dt{
font-size:130%;
font-weight:bold;
margin:0px 0 5px;
color:#f76a2a;
}

.p_01{background:#fbfff7 url(../images/bg_03.png) no-repeat 0 0;}
.p_02{background:#fbfff7 url(../images/bg_04.png) no-repeat 0 0;}
.p_03{background:#fbfff7 url(../images/bg_05.png) no-repeat 0 0;}


@media only screen and (max-width: 600px) {

.point_box dt{
font-size:110%;
}

.point_box{
margin:0px 0 5px;
padding:50px 2% 10px 5% ;
}

}

/* ----------   お客様事例  --------------------- */

.caseBox {
	margin-bottom: 3%;
}



/* ----------   社内研修  --------------------- */
.kensyu {
	text-align: center;
	margin-bottom: 5%;
}

.flex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

/* 480px〜959px：タブレット
------------------------------ */
@media screen and  (max-width:959px) {
	.flex {
		flex-direction: column;
	}
}/* @media screen and (min-width:480px) and (max-width:959px) */


/* ----------   会社案内  --------------------- */

.company {
	margin-bottom: 5%;
}

.company .intro p {
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

.company .intro p.name{
	font-weight: bold;
	text-align: right;
}

.map_ico {
	text-align: right;
}

/* 〜479px：スマートフォン
------------------------------ */
@media screen and (max-width:479px) {
	.company .intro p {
	    font-size: 1.6rem;
		}


	#company .intro p {
		font-size: 1.4rem;
}
}/* @media screen and (max-width: 479px) */

/*
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */
#contact {
	margin-bottom: 5%;
}

.form-control {
  display: block;
  width: 60%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
	font-weight: bold;
  line-height: 1.428571429;
  color: #000;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  width:100%!important;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}


p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

.cp_ipselect {
	overflow: hidden;
	width: 40%;
	margin: 1em auto;
	text-align: center;
	font-size: 1.5rem;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

#contact a {
    -webkit-transition: color ease-out 0.3s;
    -moz-transition: color ease-out 0.3s;
    transition: color ease-out 0.3s;
    color: #ff5e00;
}

/* 〜479px：スマートフォン
------------------------------ */
@media screen and (max-width:479px) {
	.form-control {
	  width: 100%;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
}

.table_style03 td {
	font-size: 1.4rem;
}

}/* @media screen and (max-width: 479px) */

/*
====================================================================================================
■ entry
---------------------------------------------------------------------------------------------------- */

.required {
    color: #ff0000;
}

.selectBox {
	height: 34px;
}

.form-width1 {
	width: 47%;
	display: inline-block;
}

.form-width2 {
	width: 15%;
	display: inline-block;
}


.form-control2 {
  display: inline-block;
  width: 47%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
	font-weight: bold;
  line-height: 1.428571429;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control2:-moz-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control2::-moz-placeholder {
  color: #555;
  opacity: 1;
  font-weight:bold;
}
.form-control2:-ms-input-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control2::-webkit-input-placeholder {
  color: #555;
  font-weight:bold;
}
.form-control2 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control2 {
  height: auto;
  width:47%!important;
}

.privacy {
	margin-top: 10px;
	text-align: center;
}

.inner10 {
    padding: 0 10px;
}

.inner10 span {
	font-weight: bold;
	font-size: 120%;
}

.prBox span {
	font-weight: bold;
}

.btn02 {
	margin: 2% auto 8%;
}

.btn02 a{
	border-radius: 5px;
	color:#fff;
	background: #2da4c9;
	font-weight:bold;
	text-decoration:none;
	font-size:2.3rem;
	display:block;
	padding:20px 10px;
	margin: 0 auto 0;
	text-align:center;
	width:40%;
	border:solid 2px #2da4c9;
}

.btn02 a:hover{
	background:#fff;
	color:#333;
}

@media only screen and (max-width: 768px) {

.form-width1 {
	text-align: center;
	margin: auto;
}


.btn01 {
	margin: 0% auto 10%;
}

.btn01 a{
	width:85%;
	font-size:100%;
	padding:10px 0px;
}
}


/*====================================================================================================
■ flow
---------------------------------------------------------------------------------------------------- */
.menu_item {
    width: 30%;
}

.flow_tt span {
    letter-spacing: .1em;
    padding-right: 1em;
    border-right: 1px solid #fff;
    font-size: 2.6rem;
}

.flow_tt {
    font-size: 1.8rem;
	}

.flow_cont {
	text-align: center;
	color: #333;
}

.flowBox {
	border-bottom: 1px dotted #333;
	margin-bottom: 3%;
}

.menu_intro {
  width: 66%;
}


.flow_btn {
    margin: 3% auto 3%;
}

.flow_btn a {
    color: #fff;
    background: #ea5413;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.3rem;
    display: block;
    padding: 20px 10px;
    margin: 0 auto 0;
    text-align: center;
    width: 60%;
    border-radius: 5px;
    border: solid 2px #ea5413;
}


.service_item {
	float: none;
}

@media screen and (max-width:768px) {

.menu_intro {
  width: 100%;
	margin-bottom: 1em;
}
}

/* 〜479px：スマートフォン
------------------------------ */
@media screen and (max-width:479px) {

	.service_item {
		float: none;
	  width: 100%;
	}

	.menu_item {
	    width: 100%;
	}

	.menu_intro {
	  width: 100%;
	}

	.flow_btn a {
		width: 80%;
		padding: 10px 10px;
	}

}/* @media screen and (max-width: 479px) */
