@charset "utf-8";
/* --------------------------------------------------
	html
-------------------------------------------------- */
html, body {
  height: 100%;
  background-color: #FFFFFF;
	color: #222;
  font-size: 1em;
  line-height: 160%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width : 1000px) {
html, body {
  font-size : 1em;
}
}
/* --------------------------------------------------
	img切り替え
-------------------------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 999px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* --------------------------------------------------
	リンク調整
-------------------------------------------------- */
#link01,
#link02,
#link05 {
  margin-top:-50px;
  padding-top:50px;
	display:block;
}
@media only screen and (min-width: 1000px) {
#link01,
#link02,
#link05 {
  margin-top:-50px;
  padding-top:50px;
	display:block;
}
}


/* --------------------------------------------------
	float
-------------------------------------------------- */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img-right {
  float: right;
}
.img-left {
  float: left;
  margin: 20px;
}
/* --------------------------------------------------
	margin
-------------------------------------------------- */
.ma_top_10{
  margin-top: 10px;
}
.ma_top_20{
  margin-top: 20px;
}
.ma_top_30{
  margin-top: 30px;
}
.ma_top_40{
  margin-top: 40px;
}
.ma_top_50{
  margin-top: 50px;
}
.ma_bottom_10{
  margin-bottom: 10px;
}
.ma_bottom_20{
  margin-bottom: 20px;
}
.ma_bottom_30{
  margin-bottom: 30px;
}
.ma_bottom_40{
  margin-bottom: 40px;
}
.ma_bottom_50{
  margin-bottom: 50px;
}
.ma_left_10{
	margin-left: 10px;
}
.ma_left_20{
	margin-left: 20px;
}
.ma_left_30{
	margin-left: 30px;
}
.ma_left_40{
	margin-left: 40px;
}
.ma_left_50{
	margin-left: 50px;
}
/* --------------------------------------------------
	font_size
-------------------------------------------------- */
.fs_d {
	font-size: 14px;
	line-height: 170%;
}
@media screen and (min-width : 1000px) {
.fs_d {
	  font-size : 14px;
}
}

.fs_db {
	font-size: 16px;
	line-height: 170%;
	font-weight: bold;
}
@media screen and (min-width : 960px) {
.fs_db {
	  font-size : 16px;
}
}

.fs_big {
	font-size: 44px;
	line-height: 170%;
	font-weight: bold;
}
@media screen and (min-width : 960px) {
.fs_big {
	  font-size : 55px;
}
}

.fs_ttl {
	font-size: 18px;
	line-height: 170%;
	font-weight: bold;
	letter-spacing: 0.5em;
	border-bottom: 2px solid #feb92e; 
}

@media screen and (min-width : 960px) {
.fs_ttl {
	font-size: 26px;
	line-height: 170%;
	font-weight: bold;
	letter-spacing: 0.5em;
}
}
.fs_ttl2 {
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0.5em;
	color: #999999;
}


/* --------------------------------------------------
	font_color
-------------------------------------------------- */
.red {
  color: #C00;
}
.pink {
  color: #F69;
  font-weight: bold;
}
.blue {
  color: #19193d;
  font-weight: bold;
}
.white {
  color: #FFF;
  font-weight: bold;
}
.yellow {
  color:#FAFA03;
  font-weight: bold;
}
.green {
  color:#28AA32;
  font-weight: bold;
}
.orange {
  color:#F67103;
  font-weight: bold;
}
/* --------------------------------------------------
	bg_color
-------------------------------------------------- */
.bg_red {
  background-color: #118cd2;
  color: #FFF;
}
.bg_red a {
  color: #FC0;
}
.bg_blue {
  background-color: #99ccff;
}
.bg_white {
  background-color: #fff;
}
/* --------------------------------------------------
	main_image
-------------------------------------------------- */
.flex_box {
	background-color: #ffffff;
}
@media screen and (min-width : 1000px) {
.flex_box {
	display: flex;
	align-items:stretch;
	justify-content:start;
	flex-wrap: wrap;
	
}
}

.flex_item2 {
	width: 100%;
    padding: 40px;
    color:  #222;               /* 文字色 */
}
@media screen and (min-width : 1000px) {
.flex_item2 {
	width: 33%;
    padding: 20px;
    color:  #222;               /* 文字色 */
}
}
.flex_item2:nth-child(1) {
    background-color:  #feb92e; /* 背景色指定 */
}
 
.flex_item2:nth-child(2) {
    background-color:  #222; /* 背景色指定 */
	color:#fff;
}
 
.flex_item2:nth-child(3) {
    background-color: #feb92e; /* 背景色指定 */
}

.flex_item2:nth-child(4) {
    background-color:  #222; /* 背景色指定 */
	color:#fff;
}
 
.flex_item2:nth-child(5) {
    background-color: #feb92e; /* 背景色指定 */
}
.flex_item2:nth-child(6) {
    background-color:  #222; /* 背景色指定 */
	color:#fff;
}
 
.flex_item2:nth-child(7) {
    background-color: #feb92e; /* 背景色指定 */
}

/* --------------------------------------------------
	ttl
-------------------------------------------------- */
.ttl {
  width: 100%;
  margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 3%;
  text-align: left;
  color: #222222;
	font-family:serif;
}


/* --------------------------------------------------
	hr
-------------------------------------------------- */
hr {
	height: 0; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0; 
	border: 0; 
	border-top: 1px dashed #ccc;
}
/* --------------------------------------------------
	wrapper
-------------------------------------------------- */
#wrapper {
  color: #555;
}

@media screen and (min-width : 768px) {
#wrapper {
  width: 100%;
}
}

@media screen and (min-width : 1000px) {
#wrapper {
  width: 1000px;
  margin: 0 auto;
}


	
/* --------------------------------------------------
	box
-------------------------------------------------- */
}
.box {
  width: 100%;
  
  
}
@media screen and (min-width : 1000px) {
	.box {
  width: 90%;
  margin: 0 auto;
  padding: 2%;
}
}
.box2 {
	margin: 0px auto;
  width: 90%;

}
@media screen and (min-width : 1000px) {
	.box2 {
  width: 70%;
  margin: 0 auto;
  padding: 2%;
}
}
.box_gray {
  margin: 0 auto;
  background-color: #eeeeee;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footer {
	background-color: #fff;
	color: #222222;
	padding-top: 2%;
	padding-bottom: 2%;
}
@media screen and (min-width : 1000px) {
#footer {
	display: flex;
	align-items:stretch;
	justify-content:center;
}
}
#footer a {
	  color: #222222;
}
.flex_item {
    padding: 2%;
    color:  #222;
}

.copy{
	background-color: #000;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 2%;
	padding-bottom: 2%;
}
/* --------------------------------------------------
	レイアウト
-------------------------------------------------- */
.layout {
	background-color: #fff;
	color: #222222;
	padding-top: 0%;
	padding-bottom: 3%;
	width: 100%;
	
}
@media screen and (min-width : 1000px) {
.layout {
	display: flex;
	align-items:stretch;
	justify-content:center;
}
}
.item {
	width: 100%;
    padding: 20px;
	background-color: #f5f5f5;
}
@media screen and (min-width : 1000px) {
.item {
	width: 460px;
}
}

.vision {
	background-color: #fff;
	color: #222222;
	padding-top: 0%;
	padding-bottom: 3%;
	width: 100%;
	
}
@media screen and (min-width : 1000px) {
.vision {
	display: flex;
	align-items:stretch;
	justify-content:center;
}
}
.item2 {
	width: 100%;
    padding: 20px;
	background-color: #fff;
}
@media screen and (min-width : 1000px) {
.item2 {
	width: 700px;
}
}
.item3 {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
@media screen and (min-width : 1000px) {
.item3 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
}
}





.btn {
  display       : inline-block;
  border-radius : 0;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 0.5em 3em;   /* 余白       */
  background    : #feb92e;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 0px 0px 0px #666666;  /* 影の設定 */
  border        : 1px solid #feb92e;    /* 枠の指定 */
margin-bottom: 5px;
	
}
.btn:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #feb92e;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}







.link_btn {
	overflow: hidden;
  list-style: none;
	
}

.link_btn li {
	float: left;
  width: 24%;
  text-align: center;
  background: #FF9900;  
  margin-right: 1%;
	border-radius:15px;
}

.link_btn li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;

}



/* 経営理念 */
.flex-container {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	flex-direction: column;
}
@media screen and (min-width : 1000px) {
.flex-container {
	flex-direction: row;
}
}
.flex-item {
	margin: 0px auto;
	margin-bottom: 1%;
	width: 60%;padding: 1%;

	box-sizing: border-box;
	color: #222;
	}
@media screen and (min-width : 1000px) {
.flex-item {
	margin: 0px auto;
	margin-bottom: 0.5%;
	width: 21%;
	padding: 1%;
	box-sizing: border-box;
	color: #222;
	}}
.flex-item img{
	width: 60%;
}











/* --------------------------------------------------
	page-top
-------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}



/* --------------------------------------------------
	動き
-------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}


/* --------------------------------------------------
	form
-------------------------------------------------- */
#formWrap {
	width:80%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color: #fff;
}
table.formTable td, table.formTable th {
	border:1px solid #efefef;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#ccc;
	text-align:left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:1000px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:0px;
	border-bottom:0;
}
input[type="text"], input[type="email"], textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


/* --------------------------------------------------
	slider
-------------------------------------------------- */

.slider {
	margin: 0 0 50px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}

/* --------------------------------------------------
	renewal readability
-------------------------------------------------- */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
}

.fs_d {
	font-size: 16px;
	line-height: 1.9;
}

.fs_db {
	font-size: 18px;
	line-height: 1.7;
}

.fs_ttl {
	display: inline-block;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.18em;
}

.fs_ttl2 {
	display: block;
	margin-top: 6px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.14em;
}

.box_gray {
	padding: 32px 5%;
}

.box {
	padding-left: 5%;
	padding-right: 5%;
}

.ttl {
	padding-top: 44px;
	padding-bottom: 28px;
}

.lead-copy {
	margin: 0 auto 26px;
	font-weight: 700;
	line-height: 1.55;
	color: #222;
}

.lead-line {
	display: block;
	white-space: nowrap;
	font-size: 20px;
	letter-spacing: 0;
}

.lead-line span {
	color: #feb92e;
	font-size: 1.18em;
}

.company-panel {
	max-width: 900px;
	margin: 0 auto;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	pointer-events: none;
}

.company-canvas {
	display: block;
	width: 100%;
	height: auto;
}

.flex_item2 {
	padding: 32px 5%;
}

.flex_item2 img {
	display: block;
	margin-bottom: 20px;
	border-radius: 4px;
}

#formWrap {
	width: min(100%, 900px);
}

table.formTable th,
table.formTable td {
	font-size: 16px;
	line-height: 1.7;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 12px;
	background: #fff;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

.btn {
	min-width: 160px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2;
	padding: 14px 32px;
}

@media screen and (min-width: 1000px) {
	body {
		font-size: 17px;
	}

	.fs_d {
		font-size: 17px;
	}

	.fs_db {
		font-size: 20px;
	}

	.fs_ttl {
		font-size: 32px;
		letter-spacing: 0.2em;
	}

	.fs_ttl2 {
		font-size: 17px;
	}

	.lead-copy {
		margin-bottom: 34px;
	}

	.lead-line {
		font-size: 34px;
		line-height: 1.55;
	}

	.company-panel {
		font-size: 18px;
	}

	.box_gray {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.flex_item2 {
		width: 33.333%;
		padding: 28px;
	}

	#formWrap {
		width: min(100%, 900px);
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 16px;
		line-height: 1.75;
	}

	.fs_ttl {
		font-size: 22px;
		letter-spacing: 0.12em;
	}

	.fs_ttl2 {
		font-size: 14px;
		letter-spacing: 0.08em;
	}

	.fs_db {
		font-size: 18px;
	}

	.lead-line {
		font-size: 19px;
	}

	.company-panel {
		font-size: 15px;
	}

	.box,
	.box_gray {
		padding-left: 4%;
		padding-right: 4%;
	}

	.flex_item2 {
		padding: 26px 5%;
	}

	.btn {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.lead-line {
		font-size: 18px;
	}
}

/* --------------------------------------------------
	premium polish
-------------------------------------------------- */
body {
	background: #fafafa;
}

.cd-main-content {
	background:
		linear-gradient(180deg, #fff 0, #fafafa 520px),
		#fafafa;
}

.slider {
	margin-bottom: 0;
	background: #111;
}

.slider img {
	display: block;
}

.slick-dots {
	bottom: 18px;
}

.slick-dots li button::before {
	color: #fff;
	opacity: .55;
	font-size: 10px;
}

.slick-dots li.slick-active button::before {
	color: #feb92e;
	opacity: 1;
}

.box_gray {
	background:
		linear-gradient(135deg, rgba(254, 185, 46, 0.14), rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, #f7f7f7, #ededed);
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ttl {
	text-align: center;
}

.fs_ttl {
	position: relative;
	border-bottom: 0;
}

.fs_ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 64px;
	height: 3px;
	background: #feb92e;
	border-radius: 999px;
	transform: translateX(-50%);
}

.lead-copy {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.flex_item2 .fs_db {
	position: relative;
	margin-top: 0;
	margin-bottom: 18px;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 1.55;
	letter-spacing: .02em;
}

.flex_item2 .fs_db::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: currentColor;
	opacity: .45;
	transform: translateX(-50%);
}

.flex_box {
	gap: 18px;
	background: transparent;
}

.flex_item2 {
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.flex_item2:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
}

.flex_item2 img {
	border-radius: 6px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.company-panel {
	padding: 14px 32px;
	margin-bottom: 42px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(34, 34, 34, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

#formWrap {
	padding: 22px;
	background: #fff;
	border: 1px solid rgba(34, 34, 34, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.fs_d,
.fs_db,
.lead-copy,
.company-panel,
table.formTable th,
table.formTable td,
input,
textarea,
.btn,
#footer,
.copy {
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
}

table.formTable {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px #efefef;
}

table.formTable th {
	background: #f7f2e7;
	color: #333;
	font-weight: 700;
}

table.formTable td {
	background: #fff;
}

input[type="text"],
input[type="email"],
textarea {
	transition: border-color .2s ease, box-shadow .2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #feb92e;
	box-shadow: 0 0 0 3px rgba(254, 185, 46, 0.22);
	outline: 0;
}

.btn {
	box-shadow: 0 10px 18px rgba(254, 185, 46, 0.24);
}

#footer {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background: #fff;
}

.copy {
	padding-top: 18px;
	padding-bottom: 18px;
	background: #151515;
	letter-spacing: .02em;
}

@media screen and (min-width: 1000px) {
	.box_gray {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.flex_item2 {
		width: calc(33.333% - 12px);
	}
}

@media screen and (max-width: 999px) {
	.flex_box {
		gap: 14px;
	}

	.flex_item2 {
		width: 100%;
		margin-bottom: 14px;
	}
}

@media screen and (max-width: 480px) {
	.company-panel,
	#formWrap {
		width: 100%;
		padding: 16px;
	}

	.slick-dots {
		bottom: 10px;
	}
}
