/*==================================================================
 *  Base Styles
===================================================================*/

/*
base styles*/

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 13px;
}

h1,
h2,
h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

h1 {
  font-size: 40px;
  color: #004492;
}
h3 {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 30px;
}
.layout1000-center {
  width: 1000px;
  margin: 0 auto;
}
.layout1200-center {
  width: 1200px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.red {
  color: #e82e16;
}
.contact__btn {
  margin-bottom: 30px;
}
.text__line-blue {
  position: relative;
}
.text__line-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
  border: solid 1px #5fbbe1;
}
.gray {
  background-color: #f2f2f2;
}
.mb80 {
  margin-bottom: 80px;
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
/**********************/

/*
ヘッダー上部固定*/

.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}
header {
  background: #fff;
}
#head {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 138px;
}
#head .logo {
  position: absolute;
  top: -30%;
  width: 500px;
}
#head .head-tel {
  position: absolute;
  right: 12%;
  top: 40px;
}
#head .head-contact {
  position: absolute;
  right: 0%;
  top: 40px;
  padding-right: 15px;
}

/*****************/

/*
keyv*/

.keyv-bg {
  background: url(./img/keyv.JPG) no-repeat center center;
  background-size: cover;
  height: 941px;
  position: relative;
  display: flex;
  align-items: center;
}
.keyv-txt {

}

.keyv-title {
  width: 10px;
  height: 10px;
  background: #be5c53 0% 0% no-repeat padding-box;
  opacity: 1;
}

/**************/

.contents__fixed{
  position: relative;
  z-index: 10;
}
.fixed__tel{
	position: fixed;
	right: 0px;
	bottom: 40%;
}
.fixed__contact{
	position: fixed;
	right: 0;
	bottom: 8%;
}

/*
concept*/

.concept {
  margin-top: 150px;
  margin-bottom: 120px;
}
.concept__txt {
  margin-bottom: 120px;
}
.dot-txt {
  margin-bottom: 80px;
}
.concept__txt p {
  text-align: center;
}
.concept__txt .dot-txt span {
  position: relative;
}
.concept__txt .dot-txt span:before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
  color: #be5c53;
}

/**********************************/

/*
thinking*/

.thinking__contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thinking__ttl {
  margin-bottom: 80px;
}

/***************/

/*
merit*/

.merit {
  margin-top: 150px;
  margin-bottom: 120px;
}
.merit__contents {
  margin-top: 80px;
}
.merit__content {
  display: flex;
  width: 100%;
  margin-bottom: 120px;
}
.width-1-2 {
  width: 50%;
}
.merit__txt {
  padding-left: 30px;
}
.merit__txt__ttl {
  font-size: 20px;
  color: #004492;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.merit__txt__ttl h2 {
  position: absolute;
  bottom: 15%;
  left: 15%;
}
.merit__txt__ttl:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  border: dashed 1px #b9b9b9;
}

/**************/

/*
about_us*/

.about_us__contents {
  padding-top: 80px;
  padding-bottom: 100px;
}
.about_us-subttl {
  font-size: 30px;
  color: #004492;
  margin-top: 20px;
  margin-bottom: 60px;
}

/********/

/*
case*/

.case {
  margin-top: 100px;
  margin-bottom: 200px;
}
.case__ttl {
  margin-bottom: 80px;
}
.case__content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.case__content ul li {
  width: 373px;
}
.case__content-img {
  margin-bottom: 20px;
}
.case__content-ttl {
  margin-bottom: 20px;
}
.case__content-ttl img {
  margin-right: 20px;
}
/*****/

/*
instagram*/

.instagram {
  margin-bottom: 200px;
}
.insta__ttl-red {
  color: #be5c53;
}
.instagram__ttl {
  margin-bottom: 50px;
}
/************************/

/*
greeting*/
.greeting__contents {
  padding-top: 80px;
  padding-bottom: 100px;
}
.greeting__ttl {
  margin-bottom: 80px;
}
.greeting__ttl h1 {
  position: relative;
  margin-bottom: 40px;
}
.greeting__ttl h1::after {
  content: "";
  position: absolute;
  width: 46px;
  top: 55px;
  left: 48%;
  border: solid 1px #5fbbe1;
}
.greeting__ttl h3 {
  font-size: 16px;
}
.greeting__content {
  display: flex;
  margin-bottom: 100px;
}
.greeting__txt {
  margin-left: 70px;
}
.greeting__img{
  width: 100%;
}

/********/

/*
contact*/

.contact {
  margin-top: 80px;
  margin-bottom: 150px;
}
.contact__ttl {
  margin-bottom: 60px;
}
.contact__ttl h1 {
  position: relative;
  margin-bottom: 40px;
}

.contact__ttl h1::after {
  content: "";
  position: absolute;
  width: 46px;
  top: 55px;
  left: 48%;
  border: solid 1px #5fbbe1;
}

/*******/

/*------------------------------------------------------------------
	sheet style
-------------------------------------------------------------------*/
table.sheet th {
  position: relative;
  vertical-align: top;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
table.sheet {
  border-collapse: collapse;
  border-spacing: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
}
.sheet th,
.sheet td {
  border-top: 1px solid #cccccc;
  padding: 12px 20px 12px 0;
  text-align: left;
}

.sheet th {
  font-weight: normal;
  width: 35%;
}

.sheet td img {
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="Email"],
textarea {
  background: #eee;
  border-radius: 5px;
  border: #ccc 1px solid;
  padding: 10px;
  width: 400px;
  box-shadow: 1px 1px 4px #999;
}
input[type="submit"],
input[type="reset"] {
  background: #eee;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #ccc;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px 20px;
  cursor: pointer;
}
.mandatory {
  background: #f5a237;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: 8px;
  right: 40px;
  font-size: 12px;
  margin-top: 5px;
}
/****************************/

/*
company*/
.company {
  background: url(./img/company-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 925px;
  position: relative;
}
.company::after {
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
}
.company__ttl {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.company__ttl h1 {
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.company__ttl h1::after {
  content: "";
  position: absolute;
  width: 46px;
  top: 40px;
  left: 47.4%;
  border: solid 1px #5fbbe1;
}

.company__ttl h3 {
  color: #fff;
}

.company__contents{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.company__info table{
	background: #fff;
	width: 565px;
	border-collapse: collapse;
}
.company__info tr{
	font-size: 13px;

}
.company__info th{
	background: #f4f4f4;
}
.company__info th,.company__info td{
border: solid 1px;
padding: 7px;
font-weight: normal;
}

/*******/

/*
footer*/

.footer__contents{
	display: flex;
	max-width: 1200px;
  margin: 0 auto;
}
.footer__logo{
	width: 580px;
}
.footer__nav {
	display: flex;
	align-items: center;
}
.footer__nav ul{
	margin-left: 130px;
}
.footer__nav li{
	margin-bottom: 25px;
}
.footer__nav a{
	text-decoration: none;
	color: #000;
}

.copyright{
	background: #004492;
	color: #fff;
}
.copy{
	font-size: 14px;
	padding: 20px 0;
}
/*******/
