@charset "UTF-8";
/*
Theme Name: KEIYO SHODOKU
Description: KEIYO SHODOKU
Version: 2021.01
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0; }

@media screen and (max-width: 767px) {
  input, button, select, textarea {
  }
}

/* ------------------------------------------
   Utility Class
------------------------------------------ */
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*
Web fonts:
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* Style
-------------------------------------------------------------- */
body {
  height: 100%;
  font-size: 15px;
  line-height: 1.8em;
  color: #3e3a39;
  -webkit-text-size-adjust: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
}
body p {
  color: inherit;
  font-size: inherit;
  line-height: 1.8em; }

a, a img {
  text-decoration: none;
  font-weight: 500;
  color: #3e3a39;
  transition: all 0.3s ease }

.pc_view a:hover {
	opacity: 0.75;
}

span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit; }

.non_pc {
  display: none !important; }


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

	Common

=========================================================================================== */
.outline {
  position: relative;
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.main {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 100;
  overflow: hidden;
  background: #f5f3eb;
}


/* Header *******************************/
header {
  position: relative;
  width: 100%;
  height: 112px;
  min-width: 800px;
}
header h1 {
  position: relative;
  float: left;
  width: 311px;
  padding: 10px 12px;
  margin: 16px 0 0 0;
}
header .bt_tel {
  float: right;
  display: block;
  width: 250px;
  padding: 10px 10px;
  margin: 3px 60px 0 0;
}


/* Footer *******************************/
footer {
	position: relative;
	z-index: 10;
	background: #3e3a39;
	box-sizing: border-box;
}
footer > .inner {
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 0 0;
}
footer .text {
	color: #fff;
	font-size: 16px;
}
footer .bt_tel {
	display: block;
	position: absolute;
	width: 242px;
	right: 0;
	top: 70px;
}
footer .copyright {
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-top: 30px;
}

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

  Index

=========================================================================================== */
#index .main {
    position: relative;
}

#index .bt_tel_fixed {
    position: absolute;
    right: 0;
    background: #fff;
    display: block;
    padding: 5px 28px 13px 28px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 375px;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
#index .bt_tel_fixed.fixed {
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: -500px;
    border-radius: 0 0 5px 5px;

} 
#index .bt_tel_fixed img {
    width: 145px;
}

/* Visual *********************************/
#index .visual {

}
#index .visual > .inner {
	position: relative;
}
#index .visual .img {
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

/* List *********************************/
#index .list {
    padding: 15px 0;
}
#index .list > .inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#index .list h2 {
	font-size: 26px;
	text-align: center;
	font-weight: 900;
}
#index .list ul {
	width: 600px;
	margin: 30px auto 0 auto;
}
#index .list ul li {
	float: left;
	width: 150px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
#index .list ul li:nth-child(-n+4) {
    margin-top: 0;
}
#index .list ul li img {
	width: 80px;
	border-radius: 80px;
	margin: 0 auto 3px auto;

}

/* Pickup *********************************/
#index .pickup {
    padding: 50px 0 60px 0;
}
#index .pickup > .inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 95px 100px 60px 100px;
	box-sizing: border-box;
}
#index .pickup h2 {
	position: relative;
	font-size: 28px;
	text-align: center;
	font-weight: 900;
}
#index .pickup h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 50%;
    border: 5px solid #f5f3eb;
    border-radius: 100px;
    top: -127px;
    background: url(../images/icon_list1.jpg) no-repeat center center #fff;
    background-size: cover;
    margin-left: -55px;
}
#index .pickup .lead {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
#index .pickup .text {
    font-size: 16px;
}
#index .pickup .img {
	width: 100%;
	margin: 30px 0;
    
}

/* Reason *********************************/
#index .reason {
    background: url(../images/bg_green.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 50px 0;
}
#index .reason > .inner {
	position: relative;
	width: 800px;
	margin: 30px auto 0 auto;
	padding: 40px 50px;
	box-sizing: border-box;
    background: url(../images/img_reason.jpg) no-repeat top 100px right 50px #fff;
    background-size: 170px auto;
}
#index .reason h2 {
	position: relative;
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	color: #fff;
}
#index .reason h2 span {
    color: #fbb03b;
}
#index .reason .lead {
	font-size: 20px;
	font-weight: bold;
}
#index .reason .text {
	font-size: 16px;
	margin-top: 14px;
}
#index .reason .text span {
    display: inline-block;
    background: #fdd391;
    line-height: 1.4em;
}

/* Feature *********************************/
#index .feature {
    padding: 50px 0 50px 0;
}
#index .feature > .inner {
	position: relative;
	width: 800px;
	margin: 30px auto 0 auto;
}
#index .feature h2 {
	position: relative;
	font-size: 26px;
	text-align: center;
	font-weight: 900;
}
#index .feature ul {
	
}
#index .feature ul li {
	width: 385px;
	height: 246px;
	float: left;
	background: #fff;
	margin: 30px 0 0 30px;
}
#index .feature ul li:nth-child(-n+2) {
    margin-top: 0;        
}
#index .feature ul li:nth-child(2n-1) {
    margin-left: 0;
}
#index .feature ul li .img {
	text-align: center;
	line-height: 136px;
    background: url(../images/img_feature1.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
#index .feature ul li:nth-child(2) .img {
    background-image: url(../images/img_feature2.jpg);	
}
#index .feature ul li:nth-child(3) .img {
    background-image: url(../images/img_feature3.jpg);	
}
#index .feature ul li:nth-child(4) .img {
    background-image: url(../images/img_feature4.jpg);	
}
#index .feature ul li p {
    padding: 12px 30px;
    font-size: 16px;	
}
#index .feature ul li:nth-child(3) p {
    font-size: 14px;
}

/* Tel box *********************************/
#index .tel_box {
    background: url(../images/bg_green.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0 50px 0;
}
#index .tel_box .bt_tel {
    display: block;
    width: 299px;
    margin: 0 auto;
}

/* Company *********************************/
#index .company {
    padding: 60px 0 50px 0;
}
#index .company h2 {
	position: relative;
	font-size: 26px;
	text-align: center;
	font-weight: 900;
}
#index .company .philosophy {
	background: #fdebcb;
	position: relative;
	width: 800px;
	margin: 0px auto 0 auto;
	padding: 95px 0 40px 0;
}
#index .company .philosophy h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 50%;
    border: 5px solid #f5f3eb;
    border-radius: 100px;
    top: -127px;
    background: url(../images/icon_company.jpg) no-repeat center center #fff;
    background-size: cover;
    margin-left: -55px;
}
#index .company .philosophy .text {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
}
#index .company .profile {
	background: #fff;
	position: relative;
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 40px 0 80px 0;
}
#index .company .profile .fbox {
	margin: 30px 0 0 0;
	padding-left: 140px;
}
#index .company .profile .fbox dl {
    width: 250px;
    float: left;
    font-size: 16px;
}
#index .company .profile .fbox dl:nth-child(2) {
    width: 350px;

}
#index .company .profile .fbox dl dt {
    display: inline-block;
    background: #49a56a;
    color: #fff;
    padding: 0px 10px;
    margin-top: 20px;
}
#index .company .profile .fbox dl dt:first-child {
    margin-top: 0;
}
#index .company .profile .fbox dl dd {
    margin-top: 10px;
}
/* Access *********************************/
#index .access {
    padding: 40px 0 100px 0;
    background: #fff;
}
#index .access h2 {
	position: relative;
	font-size: 26px;
	text-align: center;
	font-weight: 900;
}
#index .access iframe {
    display: block;
    width: 500px;
    height: 400px;
    margin: 30px auto 0 auto;
}