﻿@charset "UTF-8";

/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[home set-up]
	h
	pagetop link

[lower]

[each page]

[contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/: auto;
}

.container {
	width: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

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

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}







/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

:root {
  --main-color: #9e7133;
  --main-color01: #f2ebe6; /* とっても薄め */
  --main-color02: #f0dac2; /* 薄め */
  --main-color03: #815519; /* 濃いめ */
  --sub-color01: #f5f4f3;
  
  --base-font:游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  --sub-font: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
  
}
/*
var(--main-color);
*/


/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */
	;
}

body {
  font-family: var(--base-font);
	line-height: 1.5;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
/* 基準フォントサイズ1.4em=14px */
}
.subFont {
  font-family: var(--sub-font);
}

/*----------------------- color */
/* red */
.red{
	color: #FF0000;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.aqua {
	color: #000000;
}

/* blue */
.blue {
	color: #334f99;
}

/* gray */
gray {
	color:#7f7979;
}
/* black */
.black {
	color: #0b0b0b;
}

.bg_white {
	background-color: #fff;
}
/*----------------------- size */
/* size10px */
.body_common #newsListStyle02 li .date,
.list_thumbnail li .date,
.size10 {
	font-size: 0.71em;
}

/* size12px */
#input-table table th .input_required,
nav span,
footer {
	font-size: 0.85em;
}

/* size14px */
#header_logo,
.size14 {
	font-size: 1.0em;
}

/* size16px */
section {
	font-size: 1.24em;
}

/* size18px */
#serviceList li span.title,
.size18 {
	font-size: 1.28em;
}

/* size22px */
.pure-drawer .tel,
h3 {
	font-size: 1.57em;
}

/* size24px */
h2 {
	font-size: 2.01em;
}


/*--------------------------------------- anchor */

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

header a {
	color: #333;
}


/* white */
footer article a {
	color:var(--footer-txtcolor);
}
footer article a:hover {
	text-decoration:underline;
	color:#FFF;
}

/* btn */
.btn {
	text-align: center;
}
.btn.mt20 {
  margin-top:20px;
}

.btn a {
	padding: 0.7em 20px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	width: 100%;
  max-width:500px;
	transition: linear 0.2s;
	border:solid 1px #000;
  position: relative;
}

.btn a:hover {
	background-color: var(--main-color);
	color: #FFF;
  border:solid 1px var(--main-color);
}



.btn a::before, .btn a::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
  color: #333;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
}
.btn a:hover::before, .btn a:hover::after {
  color: #FFF;
}

.btn a::before {
  top: 45%;
  left: auto;
  right: 19px;
  height: 0.1em;
}

.btn a::after {
  top: 48%;
  right: 25px;
  bottom:  auto;
  width: 0.1em;
}

.page_link .btn span,
.btn a span span {
  display:block;
  font-size:0.8em;
}
.btn a span span::before,
.btn a span span::after,
.page_link .btn a::before,
.page_link .btn a::after {
  content:none;
}


/* btn02 */
.btn02 {
	text-align: center;
}

.btn02 a {
	border-radius: 100px;
	padding: 0.7em 20px;
	background-color: #333131;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 45%;
	transition: linear 0.2s;
}

.btn02 a:hover {
	background-color: #999;
	color: #000;
}

@media screen and (max-width: 768px) {
	.btn02 { 
		padding: 20px 10px;
	}
	.btn02 a {
		display: block;
	}
}

/* btn03 */
.btn03 {
	text-align: center;
}

.btn03 a {
	padding: 0.7em 20px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	min-width: 45%;
	transition: linear 0.2s;
	border:solid 1px #000;
}

.btn03 a:hover {
	background-color: var(--main-color);
	color: var(--footer-txtcolor);
  border:solid 1px var(--main-color);
}


/*--------------------------------------- add class */

.floatL {
	float: left;
  width:48%;
}

.floatR {
	float: right;
  width:48%;
}
                            @media screen and (max-width:750px) {
                            .floatL,.floatR {
                                width:100%;
                                float:none;
                            }  
                            }


.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.mb1em {
	margin-bottom: 1em;
}

.hidden {
	display:none;
}

.bgWhite {
  background-color:#FFF;
}

.bgBlack {
  background-color:#000;
}

.bgGray {
  background-color:#f2f2f2;
}

.bgLightgray {
  background-color:#f9f8f8;
}

.bgBeige {
  background-color:#f3f1ed;
}

.bgLightpink {
  background-color:#f5edef;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: set-up */
.body_common h2 {
	font-family: var(--sub-font);
	line-height: 1.2;
	padding: 0.3em 10px;
	clear: both;
	max-width: 978px;
	margin: 10px auto 35px;
	color: #333131;
	text-align: center;
}
.lower h1,
.lower h2{
	position: relative;
	padding: 10px 0 30px;
	margin-bottom:50px;
  color:#6b6b6b;
}
.lower h1.margin0{
  padding-bottom:10px;
	margin-bottom:0;
}
                            @media screen and (max-width:778px) {
                            .lower h1.margin0 {
                                margin-bottom:20px;
                            }  
                            }

                            @media screen and (max-width:750px) {
                            .lower h1,
                            .lower h2 {
                                margin-bottom:0;
                            }  
                            }


.lower h1 span {
  position: relative;
  display: inline-block;
  color: #000;
  margin: 0 0 0 60px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
}

.lower h1 span::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  display: inline-block;
  background: #000;
  width: 40px;
  height: 1px;
  margin: 0 10px 0 0;
}


.lower h2 {
  position: relative;
	padding:0 0 50px;
	color: #000;
	text-align: center;
}
                            @media screen and (max-width:750px) {
                            .lower h2 {
                                margin-bottom:20px;
                              font-size: 1.61em;
                            }  
                            }

.lower h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: #000;
}
.lower h2 span {
  display: block;
  font-size: 0.5em;
}


/* h:変更した場合はstyle_editor.cssにも反映すること */
.lower h3 {
	padding:  20px 0 25px;
  margin-bottom: 25px;
  position:  relative;
  font-weight:  normal;
}


h3::before {
    content:  '';
    width: 50px;
    height: 4px;
    background-color: #000;
    display:  block;
    position:  absolute;
    left:  0;
    bottom: -6px;
}

.lower h3 span {
    display: inline-block;
    font-size: 0.7em;
}
.lower h4 {
	clear: both;
  margin: 0 0 15px;
  padding: 16px 0;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
}

.lower h5{
  padding-bottom: 10px;
  font-size: 1.2em;
  margin: 0 0 20px 55px;
  font-weight: bold;
  position:relative;
}
.lower h5::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 60%;
  display: inline-block;
  background: #000;
  width: 40px;
  height: 1px;
  margin: 0 10px 0 0;
}
 
.lower h6 {
	clear: both;
	margin: 0 0 20px;
	color: var(--main-color);
	line-height:1.5;
}

@media screen and (min-width: 780px) {
	.lower h1,
	.body_common h2 {
		font-size: 2.3em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.4em;
	}
	h5,
	h6  {
		font-size: 1.1em;
	}
    .lower h1 br {
    display: none !important;
}
}
@media screen and (max-width: 779px) {
	.lower h1,
	.body_common h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,
	h6 {
		font-size: 1em;
	}

}
/* table */
.tableStyle01,
#input-table table {
	border-collapse: collapse;
	font-size: 0.95em;
}

table.tableStyle01 th,
table.tableStyle01 td,
#input-table table th,
#input-table table td {
	padding: 0.5em 1em;
	border: 1px solid #dddddd;
}
table.tableStyle01 th,
#input-table table th {
	color: #666;
	font-weight: bold;
	background: #f4f4f4;
}
table.tableStyle01[border="0"],
table.tableStyle01[border="0"] th,
table.tableStyle01[border="0"] td,
#input-table table[border="0"],
#input-table table[border="0"] th,
#input-table table[border="0"] td {
	border: none;
}

#input-table table {
	width:100%;
}

/* table */

table {
	border-collapse: collapse;
}
table th, table td {
	padding: 2em 0.5em;
	border-top: 1px solid #CCCCCC;
}
table tr:first-child th, table tr:first-child td {
	border-top: 3px solid rgba(0, 0, 0, 0.1);
}
table th {
	font-weight: bold;
}
table[border="0"], table[border="0"] th, table[border="0"] td {
	border: none!important;
}
@media screen and (max-width: 779px) {
	.sp_table td, .sp_table th {
		display: block;
		width: 100%!important;
	}
	table tr:first-child td {
		border-top: 1px solid #CCCCCC;
	}
	.sp_table td {
		padding: 0.5em;
	}
	.scroll_table {
		overflow-x: scroll;
		white-space: nowrap;
		max-width: 100%;
		border: 1px solid #ddd;
	}
	.scroll_table table {
		
	}
}


/* flexbox */
.flexbox {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}
.flexbox li {
	-webkit-box-flex:1;
	flex-grow:1;
	list-style:none;
	text-align:center;
}

/* ------------------------ list_thumbnail */
.container .list_thumbnail {
  text-align: center;
  margin: 0;
}
.lower .list_thumbnail {
  text-align: left;
}
.list_thumbnail li {
  list-style: none;
}
.list_thumbnailC3 li {
	float: left;
	width:31.33%;
	margin-right:3%;
}
.list_thumbnailC3.alternatingColors li {
  padding: 20px;
  margin-bottom: 20px;
}
.list_thumbnailC3.alternatingColors li:nth-child(even) {
  background-color: #faf9f8;
}
.list_thumbnailC3.alternatingColors li .listBox {
    padding-bottom: 0;
}


				@media screen and (max-width:980px) {
				.list_thumbnailC3 li {
					width:48%;
          margin-right:0;
				}
				.list_thumbnailC3 li:nth-child(even) {
					float: right;
				}
 				.list_thumbnailC3 li:nth-child(odd) {
					clear: both;
				} 
        .list_thumbnailC3.alternatingColors li {
          padding:0;
        }
        .list_thumbnailC3.alternatingColors li:nth-child(even) {
          background-color: #FFF;
        }
				}
				@media screen and (max-width:478px) {
				.list_thumbnailC3 li {
					width:100%;
          float: none;
				}
        .list_thumbnailC3.alternatingColors li {
          padding:10px;
        }
        .list_thumbnailC3.alternatingColors li:nth-child(even) {
          background-color: #faf9f8;
        }
				}

.list_thumbnailC3 li:nth-child(3n) {
	margin-right:0;
}
				@media screen and (max-width:980px) {
				.list_thumbnailC3 li:nth-child(3n) {
					margin-right:0;
				}
        }

.list_thumbnailC3 li a .title:before {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  top: 50%;
  right: -0.05em;
}

.list_thumbnailC3 li a .title::after {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.list_thumbnailC4 li {
	float:left;
	width:23%;
	margin-right:2%;
}
.list_thumbnail li .date,
.list_thumbnail li .title {
  text-align: left;
  position:relative;
}
.list_thumbnail li .thumbnail {
	display: block;
	width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 10px;
}
.lower .list_thumbnail li .thumbnail {
  height:300px;
/*  border: solid 1px #000;*/
  display: block;
}
.lower .list_thumbnail.wide li .thumbnail {
  height:206px;
}

                    @media screen and (max-width: 1150px) {
                        .lower .list_thumbnail li .thumbnail {
                            height:200px;
                        }
                    }

                    @media screen and (max-width: 780px) {
                        .lower .list_thumbnail li .thumbnail {
                            height:190px;
                        }
                    }

.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: linear 0.2s;
}

.list_thumbnail .thumbnail span {
    padding: 27% 0;
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -1em 4em 1em rgb(0 0 0 / 5%);
    transition: all 0.5s ease-out;
}
.body_works_web .list_thumbnail .thumbnail span {
    background-position: top;
}

.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail li span.title {
  font-size: 0.85em;
  color: #414141;
  display: block;
  padding-right: 20px;
}
.list_thumbnail li span.text {
  color:#393939;
}
.listBox {
  display:block;
  padding-bottom:50px;
}
                            @media screen and (max-width:750px) {
                            .listBox {
                                padding-bottom: 40px;
                            }  
                            }

/* .list_thumbnail.style02 */
.list_thumbnail.style02 li .thumbnail span {
	width:100%;
	height:100%;
	display:block;
  background-size: 106% auto;
  background-position: center center;
}

.list_thumbnail.style02 li .new {
  position: absolute;
  top: 19px;
  left: 17px;
  width: 111px;
  height: 107px;
  overflow: hidden;
  }

.list_thumbnail.style02 li .new span {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: -47px;
  top: 24px;
  width: 163px;
  text-align: center;
  font-size: 14px;
  line-height: 13px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}


.list_thumbnail.style02 .new span:before,
.list_thumbnail.style02 .new span:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.list_thumbnail.style02 li .new span:before {
  right: 14px;
}

.list_thumbnail.style02 li .new span:after {
  left: 18px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */
article,
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 50px;
}
                            @media screen and (max-width:750px) {
                            .con {
                                padding-bottom: 30px;
                            }  
                            }


.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}


/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.container {
	padding: 0 0 120px;
}
                            @media screen and (max-width:780px) {
                            .container {
                                padding: 0 0 20px;
                            }  
                            }

.bgf8f6f3 {
	background-color: #f8f6f3;
}

.container article {
	padding: 60px 90px 0.7em 90px;
}
                            @media screen and (max-width:1700px) {
                            .container article {
                                padding: 60px 90px 0.7em 135px;
                            }  
                            }
                            @media screen and (max-width:750px) {
                            .container article {
                                padding: 40px 20px 90px;
                            }  
                            }

.layout02 article {
	width: 76%;
	float: left;
}


/* -------------- fadein */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
    transition : all 1200ms;
}

.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.body_common #serviceList li.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.body_common #serviceList li.fadein:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.body_common #serviceList li.fadein:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}

/*--------------------------------------- lead */

.lead {
  line-height: 2;
  font-weight: 600;
  font-size: 1.18em;
}
                            @media screen and (max-width:780px) {
                            .lead {
                                font-size: 1em;
                            }  
                            }


/*--------------------------------------- tableOfContents */
.tableOfContents {
  border: solid 1px #cfcfcf;
  padding: 30px 20px 20px;
  counter-reset:number;
  list-style:none;
  margin: 20px auto 70px;
}
                            @media screen and (max-width:535px) {
                            .tableOfContents {
                                padding: 20px 20px 0;
                              font-size: 0.9em;
                              margin-top: 10px;
                            }  
                            }

.tableOfContents>li {
  margin:0 0 25px 30px;
  font-size:1.2em; 
}
                            @media screen and (max-width:535px) {
                            .tableOfContents>li {
                                margin: 0 0 15px 0;
                            }  
                            }

.tableOfContents li a {
  color:#000;
}
.tableOfContents>li>a:before  {
  font-weight:600;
  counter-increment: number;
  content: counter(number);
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #cfcfcf;
}
.tableOfContents>li>a {
  display:inline-block;
  float:left;
  font-weight: 600;
  background-color: #FFF;
  padding: 4px 10px;
}
.tableOfContents li ul  {
  float:left;
  width:68%;
  font-size: 0.86em;
  list-style: none;
  margin: 0 auto 0 2%;
}
                            @media screen and (max-width:510px) {
                            .tableOfContents li ul {
                                width:100%;
                              margin: 10px auto 0 0;
                            }  
                            }


.tableOfContents li li  {
  margin-bottom:10px;
  text-indent: -1em;
  padding-left: 1em;
}
.tableOfContents li li::before {
  content: '・';
  margin-right:5px;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}


.container:last-of-child {
	min-height:600px;
}

.msg {
	line-height:1.8;
}

.layout02,
.copy div,
article {
	max-width: 1630px;
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------- header */
/* logo setting */
.lower .logo {
	position: fixed;
  top: 0;
  left: 0;
  width: 126px;
  padding: 10px 20px;
  background-color: #FFF;
  z-index:9;
}
                            @media screen and (max-width:750px) {
                            .lower .logo {
                                display:none;
                                width: 107px;
                                padding: 9px;
                            }  
                            }


/* ---------------------------------------- 

            ハンバーガーメニュー

------------------------------------------ */
				
/* navigation */
nav.humbugermenu span {
	display:block;
}
nav.humbugermenu ul {
  padding-bottom: 20px;
}

nav.humbugermenu li {
	text-align:center;
	margin:0 20px 10px;
  list-style: none;
  display: inline-block;
}

nav.humbugermenu li a {
	padding:9px 0;
	display:inline-block;
  color: #FFF;
  font-weight: 700;
  font-size: 1.7em;
  position: relative;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
nav.humbugermenu li a::before {
  background: #FFF;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
nav.humbugermenu li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ---------------------------  ハンバーガーボタン部分 */

                            @media screen and (max-width:750px) {
                            .humbuger {
                                  height: 80px;
                                  position: fixed;
                                  right: 0;
                                  top: 0;
                                  width: 80px;
                                  z-index: 99;
                                  background-color: rgba(255, 255, 255, 0.862);
                                  }  
                            }

.menu {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
                            @media screen and (max-width:750px) {
                            .menu {
                                  right: 25px;
                                  top: 28px;
                                  }  
                            }

.menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  background-color: #FFF;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  background-color: #FFF;
}
                            @media screen and (max-width:750px) {
                            .menu__line--top.active,
                            .menu__line--bottom.active {
                                  background-color: #000;
                                  }  
                            }

/* ------------------------ humbugermenu  */
.humbugermenu {
    background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
  text-align: center;
  color:#FFF;
}

.gnav__wrap .gnavLogo {
  margin-bottom: 20px;
}

.gnav__wrap .gnavLogo img {
    max-width: 340px;
  width: 100%;
}

.gnav__menu {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10vh;
  max-width: 770px;
}
                            @media screen and (max-width:750px) {
                            .gnav__menu {
                              width:90%;
                              font-size:0.9em;
                            }  
                            }

.gnav__menu__item{
    margin: 40px 0 40px 100px;
    opacity: 0;
}
.gnav__menu__item a{
	color: #fff;
    font-size: 2em;
    font-weight: bold;
	text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

/*--------------------------------------- container */

.container ul {
  margin: 0 2em 0 2em;
}




/*--------------------------------------- pagetop link */
#page_top {
  position: fixed;
  right: 0;
  bottom: 17px;
  height: 81px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  width: 125px;
}

.body_common #page_top {
  display:none;
}

#page_top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
#page_top a {
  padding: 3px 10px 0 0;
  display: inline-block;
}
                            @media screen and (max-width:750px) {
                            #page_top {
                              height: 0px;
                              width: 45px;
                            }  
                             #page_top span {
                              display:none;
                            }  
                            }


/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.page_link a:hover {
	color:#FFF;
}

@media screen and (max-width: 768px) {
	.page_link { 
		padding: 20px 0;
	}
}

.pager_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;

}
.pager_box .pager_current,
.pager_box .pager a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon  {
  width: 20px;
}
.pager_box .pager_current {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.pager_box a:not(.pager_current):hover {
  background: #111;
  color: #fff;
}
.pager_box > * + * {
  margin-left: 8px;
}
.pager_box a {
  color:#000;
}
.pager_box .pager_prev a,
.pager_box .pager_next a {
  border:none;
  background: none;
}

/*--------------------------------------- footer */
footer {
	position: fixed;
  width: 70px;
  top: 0;
  right: 0;
  z-index: 99;
}
                            @media screen and (max-width:750px) {
                            footer {
                                position: relative;
                                width: 100%;
                            }  
                            }

.snsList {
  position: fixed;
  bottom: 0px;
  left: 0;
  width:67px;
}
                            @media screen and (max-width:750px) {
                            .snsList {
                                position: absolute;
                            }  
                            }
.snsList li {
	padding:0 10px 10px;
	list-style:none;
	text-align:center;
	width:67px;
}
.snsList li img {
	width:100%;
}

footer article {
	padding:40px 20px ;
}

				@media screen and (max-width:779px) {
				footer article{
					padding:60px 20px ;
				}
				}


footer article ul {
	float:left;
	width:60%;
	margin-top:0.5em;
}
footer article li {
  list-style:none;
}

footer .copy {
	width: 290px;
    height: 240px;
    text-align: right;
    color: #c1c1c1;
    position: fixed;
    bottom: 120px;
    left: 9px;
    transform: rotate(270deg);
    line-height: 0;
    font-size: 0.9em;
    text-align: left;
}



				@media screen and (max-width:750px) {
        .body_common footer {
          position: fixed;
          width:100%;
          top:auto;
          bottom:0;
          }
          
				footer .copy {
          width: 100%;
          text-align: center;
          position: relative;
					transform: none;
          bottom: auto;
          left: auto;
          padding-bottom: 10px;
          line-height: 3;
          height: auto;
				}
				}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower */
/* bg */
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #f5f5f4 50%, #FFF 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:6s;
}

.bg3 {
  animation-duration:7s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/* breadCrumb */

.breadCrumb {
	padding: 20px 90px 0.7em 110px;
	width:100%;
	margin:0 auto;
  text-align: right;
  font-size: 0.9em;
}
				@media screen and (max-width:498px) {
				.breadCrumb {
          display:none;
				}
        }

.breadCrumb li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.breadCrumb li::before,
.breadCrumb li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.breadCrumb li::before{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadCrumb li a {
	color: #999999;
	text-decoration: none;
}

.breadCrumb li:first-child {
	padding:0;
}
.breadCrumb li:first-child::before {
	border-top:none;
	border-right: none;
}
.breadCrumb li:last-child {
	background-image: none;
	padding-right: 0;
}

.breadCrumb li br {
    display: none;
}

/* side */
nav#side {
    padding-bottom: 60px;
}
                            @media screen and (max-width:750px) {
                            nav#side {
                                padding-bottom: 10px;
                            }  
                            }
                            
                              
nav#side .menu_title{
    display:none;
}
nav#side ul {
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
                            @media screen and (max-width:1330px) {
                            nav#side ul {
                                line-height: 1.4;
                            }  
                            }

          
nav#side li {
  list-style: none;
  margin:0 10px 0 0;
  display: inline-block;
}
                            @media screen and (max-width:750px) {
                            nav#side li {
                                margin:0 6px 0 0;
                            }  
                            }
          
nav#side li:last-of-type {
  margin-right:0;
}
nav#side li a {
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 12px 30px;
  display: block;
  margin-bottom: 10px;
}
                            @media screen and (max-width:750px) {
                            nav#side li a {
                                padding: 10px;
                            }  
                            }

nav#side li.current a {
  background-color:var(--main-color);
  color: var(--footer-txtcolor);
  border: solid 1px var(--main-color);
}
          
        @media screen and (max-width:498px) {
        nav#side ul,
				nav#side li {
					margin:0;
				}
        nav#side li a {
          border-radius:0;
        }
        }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


/*--------------------------------------- common */
.body_common #topNavi p {
  display:none;
}

.body_common .keyVisual {
  display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 20px;
    color: #000;
    min-height: 5em;
    z-index: 10;
}

.body_common .logoFrame {
  position: relative;
    /* top: 25%; */
    height: 100%;
    width: 100%;
    /* -webkit-transform: translateY(-25%); */
    /* transform: translateY(-25%); */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.body_common .keyVisual span.image {
  margin:0 auto;
  max-width: 1009px;
  padding: 80px 10px 9% 90px;
}

                  @media screen and (max-width:600px) {
                    .body_common .keyVisual span.image {
                      padding: 0 10px 9%;
                    }

                  }


.body_common .keyVisual span {
  float:left;
  width:50%;
  display:block;
  padding-top:70px;
  text-align: center;
}
.body_common .keyVisual span.image:nth-child(even) {
  float:right;
  padding: 0 50px 9% 0;
}
                  @media screen and (max-width:600px) {
                    .body_common .keyVisual span.image:nth-child(even) {
                      padding: 0 10px 9%;
                    }

                  }

.body_common .keyVisual span.image img {
  width: 90%;
}
.body_common .keyVisual span.image:nth-child(odd) img {
  animation-name: anim_v;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.8s;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}

                  @media screen and (max-width:600px) {
                    .body_common .keyVisual span.image {
                      float:none;
                      width:100%;
                    }
                    .body_common .keyVisual p {
                      width:97%;
                      padding: 0 10px 4%;
                    }
                    .body_common .keyVisual span.image:nth-child(even) {
                      padding-top:0;
                    }
                  }
                  @media screen and (max-width:300px) {
                    .body_common .keyVisual p {
                      width:97%;
                      padding: 0 0 4%;
                    }

                  }


.body_common section {
	padding:80px 0 110px;
}
				@media screen and (max-width:779px) {
				.body_common section {
					padding:50px 20px 80px;
				}
				}


.body_common .slider-pro_works {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
}
                  @media screen and (max-height:864px) {
                    .body_common .slider-pro_works {
                      position:relative;
                    }

}

.body_common .slider-pro_works p {
  width:20%;
  margin:0 auto;
  background-color:#FFF;
  height: 100%;
  position:absolute;
  top:0;
  left:40%;
}


/* con01 */
.body_common #con01 {
	padding:0;
  padding-bottom:0;
  margin-top: 90px;
}
.body_common #con01.thumnailnews_hidden {
  margin-top:0;
}

/* ----- slider */
#slider-proFrame {
	float:right;
	width:50%;
	position: relative;
	height:370px;
}
				@media screen and (max-width:779px) {
				#slider-proFrame{
					float:none;
					width:100%;
					height:350px;
				}
				}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}
.swiper-slide a {
	display:block;
	width:100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width:100%;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-container .swiper-slide {
	position:relative;
	text-align:left;
}
.swiper-container .swiper-slide img.key {
	width:100%;
	height:100vh;
	left:0;
	bottom:0;
	position:absolute;
	object-fit: cover;
}
				@media screen and (max-width:479px) {
				.swiper-container .swiper-slide img.key {
					width:100%;
					height:auto;
					overflow:hidden;
					object-fit: cover;
				}
				}

.swiper-container .swiper-slide .slideBox {
  background-repeat: repeat;
  background-size: auto 100%;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}
.thumnailnews_hidden .swiper-container .swiper-slide .slideBox {
  background-size: 110% auto;
}
                @media screen and (max-width:1024px) {
                .thumnailnews_hidden .swiper-container .swiper-slide .slideBox {
                    background-size: auto 100%;
                }
                }

.thumnailnews_hidden #slider-proFrame {
  height:640px;
}
.slide_height100 #slider-proFrame {
  height:100vh;
}
.slide_height100 .swiper-container .swiper-slide .slideBox {
  background-size: auto 110%;
}

.swiper-container .swiper-slide .slideBox:before {
  display:block;
  content:"";
  width:100%;
  height:100vh;
  background:0 0 repeat url(img/key_bg.png) rgb(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.swiper-container .swiper-slide .slideBox span.text {
	display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 20px;
  color: #FFF;
  min-height: 5em;
  z-index: 10;
  text-align: center;
  font-size: 1.8em;
}
.swiper-container .swiper-slide .slideBox span.text span
{
  position: relative;
    /* top: 25%; */
    height: 100%;
    width: 100%;
    /* -webkit-transform: translateY(-25%); */
    /* transform: translateY(-25%); */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
				@media screen and (max-width:498px) {
				.swiper-container .swiper-slide .slideBox span.text span {
					font-size:0.8em;
				}
				}

.swiper-container .swiper-slide span.spTitle {
	display:none;
}

.swiper-button-prev,
.swiper-button-next{
	display: inline-block;
	background:none;
}
.swiper-button-next {
	right:30px;
}
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.swiper-button-prev::before,
.swiper-button-prev::after{
	left: 10px;
}

.swiper-button-next::before,
.swiper-button-next::after{
	right: 10px;
}

.swiper-button-prev::before{
	right: 10px;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next::before{
	left: 10px;
	width: 30px;
	height: 30px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* .hidden_slide （スライド非表示の時） */
.slide_hidden #slider-proFrame {
	display:none;
}
.body_common .slide_hidden #newsListStyle02 {
	width:100%;
}
/* .thumnailnews_hidden （サムネイル記事非表示の時） */
.thumnailnews_hidden #newsListStyle02 {
	display:none;
}
.body_common .thumnailnews_hidden #slider-proFrame {
	width:100%;
}

/* .keynews_hidden（テキストニュース非表示） */
.body_common .keynews_hidden #keyNews {
	display:none;
}

/* .hidden_con01 （スライド、サムネイル記事どちらも非表示の時） */
.body_common .con01_hidden {
	display:none;
}


/* -------------------------------------実績スライド */
.section_main_img {
	background: #fafafa;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	padding: 0;
}
.sp-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sp-slides a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #777777;
}
.sp-slides .img {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 0 45px rgba(0, 0, 0, 0.6), inset 0 149px #fff, inset 30px 0 #fafafa, inset -30px 0 #fafafa;
}
.sp-slides .img_2 {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	position: absolute;
}
.sp-slides .main_img_bg {
	display: table;
	width: 100%;
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
	padding: 220px 40px 160px;
}
.sp-slides .main_img_box {
	display: table-cell;
	vertical-align: middle;
	margin-top: 5%;
	padding: 5px 20px;
}
.sp-slides .main_img_text span {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.sp-slides .main_img_title, .sp-slides .main_img_text {
	display: block;
	color: rgba(51, 51, 51, 0.7);
}
.sp-slides .main_img_title {
	font-size: 2em;
	padding: 20px 0;
}
.sp-slides .main_img_text {
	font-size: 1.15em;
	font-weight: bold;
}
.sp-slides .color_white .main_img_title, .sp-slides .color_white .main_img_text {
	color: #fff;
}
.sp-slides .color_whiteS .main_img_title, .sp-slides .color_whiteS .main_img_text {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.1);
}

/* テキスト配置 */

.sp-slides .topRight .main_img_box {
	vertical-align: top;
	text-align: right;
}
.sp-slides .topLeft .main_img_box {
	vertical-align: top;
	text-align: left;
}
.sp-slides .topCenter .main_img_box {
	vertical-align: top;
	text-align: center;
}
.sp-slides .centerRight .main_img_box {
	vertical-align: middle;
	text-align: right;
}
.sp-slides .centerLeft .main_img_box {
	vertical-align: middle;
	text-align: left;
}
.sp-slides .centerCenter .main_img_box {
	vertical-align: middle;
	text-align: center;
}
.sp-slides .bottomRight .main_img_box {
	vertical-align: bottom;
	text-align: right;
}
.sp-slides .bottomLeft .main_img_box {
	vertical-align: bottom;
	text-align: left;
}
.sp-slides .bottomCenter .main_img_box {
	vertical-align: bottom;
	text-align: center;
}
@media screen and (max-width: 779px) {
	.sp-slides .img {
		box-shadow: none;
	}
	.sp-slides .main_img_bg {
		padding: 220px 20px 100px;
	}
	.sp-slides .main_img_title {
		font-size: 1.2em;
	}
	.sp-slides .main_img_text {
		font-size: 1em;
	}
}

/* works */

.section_works {
	padding: 0 0 100px;
	background-color: #fff;
}
.section_works article {
	padding: 100px 20px;
}
.section_works .sp-slide a {
	transition: linear 0.2s;
}
.sp-slides .thumbnail {
	padding: 36.5% 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.05);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.slider-pro_works .title {
	font-size: 1.1em;
	display: block;
	padding: 30px 15px;
  font-weight: 700;
  text-align: center;
}
.slider-pro_works .info {
	padding: 0 15px 15px;
	display: block;
}
.category {
  font-size: 0.75em;
  color: #414141;
  margin-top: 5px;
  display: block;
}
.category span {
  display:inline-block;
  margin-right: 3px;
  padding: 1px 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  background-color: #f0f0f0;
}

.medium img {
  max-height:33px;
}

.tag {
	color: #999999;
	font-size: 0.9em;
	background-color: #f0f0f0;
	text-decoration: none;
	margin: 2px;
	padding: 2px 8px;
	display: inline-block;
	vertical-align: middle;
	transition: linear 0.2s;
}
.section_works .sp-slide a:hover .info span {
	background-color: #4c71b7;
	color: #fff;
}
@media screen and (max-width: 779px) {
	.slider-pro_works .title {
		font-size: 1.1em;
	}
}

/* ----- newsListStyle01 */

.body_common #newsListStyle02 {
	float:left;
	width:50%;
  min-height: 570px;
	background-color:#F3F3F3;
}
				@media screen and (max-width:779px) {
				.body_common #newsListStyle02{
					float:none;
					width:100%;
				}
				}
				@media screen and (max-width:498px) {
				.body_common #newsListStyle02 {
            min-height: auto;
        }
				}

.body_common #newsListStyle02 a {
	display:block;
  height: 100%;
}
.body_common #newsListStyle02 a:hover {
	cursor:pointer;
}
.body_common #newsListStyle02 span {
	display:block;
}
.body_common #newsListStyle02 span.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background-color:rgb(255,255,255,0.9);
}
.body_common #newsListStyle02 li {
  position: relative;
	float:left;
	width:50%;
	list-style:none;
	display:none;
  background-repeat: repeat-y;
  background-position: center center;
  /*background-size:120% auto;*/
  background-size:cover;
  height: 50%;
}

.body_common #newsListStyle02 li:first-of-type,
.body_common #newsListStyle02 li:nth-of-type(2),
.body_common #newsListStyle02 li:nth-of-type(3),
.body_common #newsListStyle02 li:nth-of-type(4) {
	display:block;
}

.body_common #newsListStyle02 li:first-of-type,
.body_common #newsListStyle02 li:nth-of-type(3) {
	clear: both;
}

				@media screen and (max-width:498px) {
				.body_common #newsListStyle02 li, .body_common #newsListStyle02 li:nth-of-type(2), .body_common #newsListStyle02 li:nth-of-type(3), .body_common #newsListStyle02 li:nth-of-type(4) {
          display:none;
					min-height: 240px;
          width:100%;
				}
        .body_common #newsListStyle02 li:first-of-type {
            display:block;
        }
				}



.body_common #newsListStyle02 li .title {
	padding:8px 10px 0;
}

.body_common #newsListStyle02 li .date {
	text-align:left;
	color:#363636;
	padding:0 10px 10px;
}

.body_common #newsListStyle02 li .new {
	display:none;
}

/* pic */
.body_common #newsListStyle02 li .pic{
	position: relative;
}
.body_common #newsListStyle02 li img {
	width:100%;
}

/* more */
.body_common #newsListStyle02 li .ic_more{
	position: absolute;
	bottom: 0;
	right: 0;
	background:#333;
	color: #fff;
	padding: 5px 15px;
	width:25%;
	text-align:center;
}


/* new */
.swiper-container .swiper-slide .slideBox span.new:before,
.body_common #newsListStyle02 li .ic_new:before {
  border-color: #ca0303 transparent transparent transparent;
  border-style: solid;
  border-width: 60px 60px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom:auto;
  width: 0;
  z-index: 2;
}
.swiper-container .swiper-slide .slideBox span.new:after,
.body_common #newsListStyle02 li .ic_new:after {
  color: #fff;
  content: "NEW";
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 8px;
  transform: rotate(-45deg);
  z-index: 3;
}

/* ----- スライド上のテキストニュース */
#keyNews {
  display: inline-block;
  bottom: 0;
  position: absolute;
  width: auto;
  left: 0;
  padding: 20px;
  background: rgba(0,0,0,.45);
  color: #FFF;
  z-index: 11;
}

#keyNews li {
  list-style: none;
}
#keyNews li .date,
#keyNews li .new,
#keyNews li .text{
  display:inline-block;
  margin-right:10px;
}
#keyNews li .ttl {
  display:inline-block;
  margin-right:10px;
  background-color:var(--main-color);
  color:var(--footer-txtcolor);
  padding:2px 5px;
  font-size:0.8em;
}
#keyNews li .new{
	color: #FFA520;
	margin-top:0.2em;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
#keyNews li a {
  color:#FFF;
}

/* ----- con01 */


.body_common #con01 .btn {
	display:none;
}
.body_common #con01:after {
	content: "";
	display: block;
	clear: both;
}

/* con02 */
.body_common #con02 {
	position:relative;
}
.body_common #con02 .leftHalf{
	background-size: cover;
	width:50%;
	float:left;
	height:100%;
	position: relative;
}
				@media screen and (max-width:779px) {
				.body_common #con02 .leftHalf{
					float:none;
					width:100%;
				}
				}

.body_common #con02 .leftHalf::before{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index:9;
}
.body_common #con02 .leftHalf div {
	position: absolute;
	z-index:99;
	color:#FFF;
	text-align:center;
	width:100%;
	padding:120px 40px 40px;
}
				@media screen and (max-width:779px) {
				.body_common #con02 .leftHalf div{
					position:relative;
					padding:80px 40px 70px;
				}
				}

.body_common #con02 .leftHalf .logo {
	max-height:170px;
	width:100%;
	margin-bottom:30px;
}
	
.body_common #con02 .rightHalf {
	background-color:#f8f8f8;
	width:50%;
	float:right;
	padding:134px 40px 130px;
	text-align:center;
}
				@media screen and (max-width:779px) {
				.body_common #con02 .rightHalf{
					float:none;
					width:100%;
					padding:50px 10px 60px;
				}
				}

/* con03 */
#serviceList ul,
#serviceList ul.normal {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}
				@media screen and (max-width:498px) {
				#serviceList ul,
        #serviceList ul.normal {
					display:block;
				}
				}
          
#serviceList li,
#serviceList ul.normal li {
	-webkit-box-flex:1;
	flex: 1 1 0;
	padding:0 20px 60px;
	list-style:none;
}


#serviceList ul.layout02,
#serviceList ul.layout03 {
	display:block;
}
#serviceList ul.layout02 li {
	width:50%;
	float:left;
}

#serviceList ul.layout03 li {
	width:33%;
	float:left;
}
	

#serviceList li img {
	width:80%;
	max-width:230px;
	margin:0 auto 20px;
	border-radius:50%;
	height:auto;
	object-fit: cover;
}

#serviceList li span {
	display:block;
}
#serviceList li span.pic,
#serviceList li span.ttl {
	text-align:center;
}
#serviceList li span.txt {
	margin-top:10px;
}


/* access */
#access #map {
	margin-bottom:30px;
}
#access #map iframe {
  width: 100%;
}

#access .companyInfo {
	margin-left:30px;
}

#access .companyInfo li {
	list-style:none;
}


/*--------------------------------------- item/index.html */
.body_item .list_thumbnail li {
	list-style:none;
	padding-bottom:50px;
}

.body_item .list_thumbnail li img {
	width:100%;
	margin-bottom:8px;
}

.body_item .list_thumbnail li .text {
	color:#000;
	font-size:0.9em;
}

.containerInner_item .imageMain {
	text-align:center;
	padding-bottom:40px;
}
.containerInner_item .imageMain img {
	width:100%;
	max-width:100%;
}
.containerInner_item .txt {
	padding-bottom:120px;
}

.containerInner_item .imageSideLayout .txt {
	float:left;
	width:60%;
}

.containerInner_item .imageSideLayout .imageSide {
	float:right;
	width:36%;
	text-align:center;
}
.containerInner_item .imageSideLayout .imageSide img {
	width:100%;
}

.containerInner_item .imageSideLayout .imageSide span {
	display:block;
	text-align:left;
	font-size:0.8em;
	padding-top:8px;
}


/*--------------------------------------- list_text */
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}
.list_text li.displayNone {
  display:none;
}
.container .list_text {
	padding: 0 0 2em;
  margin: 0;
}
.list_text li {
	border-bottom: 1px solid #ccc;
}
.list_text li:first-child {
	border-top: 1px solid #ccc;
}

.list_text li a {
	text-decoration:none;
	display: block;
  position:relative;
  padding-right:70px;
}
.list_text li a::after {
  content:"";
	display: block;
  vertical-align: middle;
  color: #a4a4a4;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position:absolute;
  top: 42%;
  right: 14px;
}
.list_text li .listBox {
	width: 100%;
	display: block;
	padding: 15px 0;
}
.list_text li .date {
	font-size: 0.9em;
}
.list_text li .new {
	font-size: 0.9em;
	margin-left: 20px;
	padding: 2px 10px;
	background-color: #ca0303;
	color: #ffffff;
}
.list_text li .listBox .date,
.list_text li .listBox .new {
	display: inline-block;
	vertical-align: middle;
  color: #a4a4a4;
}
.list_text li .listBox .text {
	padding-top: 10px;
	display: block;
}

/* ----------------------------------------------------------------- topics / */
.body_topics h2 {
  text-align: left;
}


/*--------------------------------------- news/index.html */
#newsList li span {
	display:block;
}

#newsList li a {
	text-decoration: none;
	display: block;
	padding: 20px;
	transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
  }
#newsList li a:hover {
	background-color:#eeeded;
	transition: background-color 0.5s;
}


#newsList li p {
	float:right;
	width:83%;
}
#newsList li .thumbnail img {
	width:100%;
}

#newsList li .date {
	color:#CCC;
}
#newsList li .title {
	padding: 0 0 10px;
}

#newsList li{
	position: relative;
	vertical-align: middle;
	text-decoration: none;
  margin-bottom: 20px;
}
        @media screen and (max-width:498px) {
				.body_common #newsList li {
					display:none;
				}
				.body_common #newsList li:first-of-type {
					display:block;
				}
        }
          
#newsList li .thumbnail::before,
#newsList li .thumbnail::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#newsList li .thumbnail::before{
	box-sizing: border-box;
	width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: var(--main-color);
  z-index:99;
}
#newsList li .thumbnail::after{
	right: 8px;
  width: 6px;
  height: 6px;
	border-top: 1px solid var(--footer-txtcolor);
	border-right: 1px solid var(--footer-txtcolor);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  z-index:99;
}


.containerInner_news .date {
	display:block;
	text-align:right;
	margin-bottom:20px;
	margin-top:-20px;
}
.containerInner_news .thumbnail {
	display:block;
	margin-bottom:40px;
	text-align:center;
}

.containerInner_news .msg {
	margin-bottom:50px;
  background-color: rgba(255, 255, 255, 0.962);
  padding: 40px 40px;
}

/* ----------------------------------------------------------------- service/ */


ul.contentsList {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  margin:80px 2em 0 2em;
  padding:0;
}

.contentsList li {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity, transform;
  visibility: visible !important;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  list-style: none;
  margin:0;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
        @media screen and (max-width:972px) {
				.contentsList li {
					flex: auto;
					max-width: none;
				}
        }

.contentsList li a {
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all .4s cubic-bezier(.175,.885,.32,1.275);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  transition-property: transform;
  position: relative;
  display: block;
  text-align: center;
}
.contentsList li a:hover {
  transform: translateY(-5px) scale(1.01)
}
.contentsList li a::before {
  content: "";
  position: absolute;
  left: 2.5%;
  bottom: 0;
  width: 95%;
  height: 90%;
  z-index: 1;
  transition: all .4s cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  box-shadow: 0 3px 30px rgba(182, 182, 186, .3);
}
.contentsList li span.title {
  margin-bottom: 10px;
  display:block;
  font-size: 1.2em;
  color: #6b6b6b;
}
.contentsList li img {
  width:100%;
  max-width: 160px;
  display: block;
  margin: 0 auto 10px;
}

.contentsList li div {
  background: #fff;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    font-weight: 500;
    padding: 30px 20px;
}

.contentsList li .btn {
  font-size: 0.8em;
  color: #FFF;
  letter-spacing: 1px;
  position: relative;
  background-color: #959595;
  padding: 5px 35px 5px 30px;
  display: inline-block;
}

.contentsList li .btn:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 10px;
    margin-top: -5.6px;
    font-size: 1.5rem;
}


/* pattern02 */
ul.contentsList.pattern02 {
  display:block;
  text-align: center;
  max-width: 640px;
  margin: 30px auto 0;
}
ul.contentsList.pattern02 li {
  display:inline-block;
  width: 49.5%;
  padding: 0;
  max-width: 100%;
}
ul.contentsList.pattern02 li:nth-child(odd){
  padding-left:1%;
}
ul.contentsList.pattern02 li:nth-child(even){
  padding-right:1%;
}
ul.contentsList.pattern02 li:first-of-type {
  width:100%;
  padding: 0;

}
        @media screen and (max-width:842px) {
				ul.contentsList.pattern02 li {
					width: 49.4%;
				}
        }

        @media screen and (max-width:780px) {
				ul.contentsList,
        ul.contentsList.pattern02 {
					margin:0 auto;
				}
        }
        @media screen and (max-width:421px) {
				ul.contentsList.pattern02 li {
					width:100%;
				}
        }


/* --------------------------------------- web/ */



.list_table td {
	vertical-align: top;
}
.container ul.list_check {
  margin:0;
}
.list_check li {
	display: block;
	padding: 5px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_check li:first-child {
	border-top: none;
}
.list_check li a {
	color: #777777;
	position: relative;
	display: block;
	padding-left: 1.5em;
	text-decoration: none;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1.5em;
	transition: linear 0.2s;
}
.list_check li a:hover {
	color: #4c71b7;
}
.list_check li a:before {
	content: "\f046";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
}
@media screen and (max-width: 779px) {
	.list_table tr {
		display: block;
		width: 100%;
	}
	.list_table td {
		display: inline-block;
		width: 48%!important;
	}
}
@media screen and (max-width: 480px) {
	.list_table td, .list_table tr {
		display: block;
		width: 100%!important;
	}
}


.container ul.indexList {
  margin-bottom:100px;
}
                    @media screen and (max-width: 880px) {
                        .container ul.indexList {
                            margin-bottom:60px;
                        }
                    }


.indexList li {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px dotted rgba(0, 0, 0, 0.1);
	transition: linear 0.2s;
}
.indexList li:first-child {
	border-top: none;
}
.indexList li a {
	display: table;
	width: 100%;
	color: #999;
	text-decoration: none;
	transition: linear 0.2s;
	padding: 0 0 10px;
}
.indexList li a a, .indexList_web li a {
	display: inline;
	width: auto;
	color: #999;
	text-decoration: none;
	padding: 0;
}
.indexList li a:hover, .indexList_web li:hover {
	color: #4c71b7;
	box-shadow: 0 15px 35px rgba(76, 113, 183, 0.1), 0 5px 15px rgba(76, 113, 183, 0.07);
}
.indexList li a a:hover, .indexList_web li a:hover {
	box-shadow: none;
}
.indexList_web li {
	padding: 20px 0;
}
.indexList li .box {
	display: table-cell;
	vertical-align: middle;
}
.indexList li .box_img {
	width: 20%;
	text-align: center;
}
.indexList li .icon {
	display: block;
	font-size: 5em;
	text-align: center;
	padding: 10px;
	color: #BABABA;
	transition: linear 0.4s;
}
.indexList li a:hover .icon, .indexList_web li:hover .icon {
	color: #4c71b7;
	text-shadow: 10px 10px rgba(221, 221, 221, 0.5);
}
.indexList li .title {
	font-size: 1.1em;
	display: block;
	padding: 20px;
}
.indexList li .title span {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0 0.5em;
}
.indexList li .overview {
	display: block;
	text-align: left;
	padding: 20px;
}
.indexList li a:hover .info span {
	background-color: #4c71b7;
	color: #fff;
}
@media screen and (max-width: 779px) {
	.indexList li .icon {
		font-size: 3em;
	}
	.indexList li .title {
		font-size: 1.1em;
	}
}

/* ----------------------------------------------------------------- Features/ */
.body_features .container {
  padding-bottom: 10px;
}
.body_features .container.bgGray {
  padding: 0 0 130px;
}
                            @media screen and (max-width:750px) {
                            .body_features .container.bgGray {
                                padding: 0 0 50px;
                            }  
                            }


.body_features .con01 .image {
  text-align: right;
  float:left;
  width:55%;
}
                    @media screen and (max-width: 1320px) {
                        .body_features .con01 .image {
                            width:50%;
                        }
                    } 
                    @media screen and (max-width: 945px) {
                        .body_features .con01 .image {
                            width:45%;
                        }
                    }
                    @media screen and (max-width: 880px) {
                        .body_features .con01 .image {
                            width:40%;
                        }
                    }
                    @media screen and (max-width: 555px) {
                        .body_features .con01 .image {
                            width:100%;
                          text-align: center;
                        }
                    }


.body_features .con01 .msg {
  float:right;
  width:45%;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 5em;
}
                    @media screen and (max-width: 1320px) {
                        .body_features .con01 .msg {
                            width:50%;
                        }
                    } 
                    @media screen and (max-width: 1155px) {
                        .body_features .con01 .msg {
                            padding-top: 3.5em;
                        }
                    } 
                    @media screen and (max-width: 986px) {
                        .body_features .con01 .msg {
                            padding-top: 2em;
                        }
                    }
                    @media screen and (max-width: 945px) {
                        .body_features .con01 .msg {
                             width:55%;
                        }
                    }
                    @media screen and (max-width: 880px) {
                        .body_features .con01 .msg {
                            width:60%;
                            font-size: 1.2em;
                          padding-top: 1.5em;
                        }
                    }
                    @media screen and (max-width: 555px) {
                        .body_features .con01 .msg {
                          width:100%;
                          padding-top: 0;
                        }
                    }



.body_features .con02 .msg {
  padding-bottom:60px;
}
                            @media screen and (max-width:750px) {
                            .body_features .con02 .msg {
                                padding-bottom:0;
                            }  
                            }


.body_features .con02 .flex {
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  align-items: center;
}
                    @media screen and (max-width: 880px) {
                        .body_features .con02 .flex {
                            display: block;
                        }
                    }

.body_features .con02 .flex .text {
transform: translateY(0);
    opacity: 1;
    transition: all 1s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-property: opacity, transform;
    visibility: visible !important;
    flex: 0 0 68%;
    
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
}

.body_features .con02 .flex .image {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-property: opacity, transform;
  visibility: visible !important;
  flex: 0 0 30%;
  max-width: 360px;
  list-style: none;
  margin: -130px 0 0;
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
                    @media screen and (max-width: 880px) {
                        .body_features .con02 .flex .image {
                            margin: 30px auto 0;
                        }
                    }

.body_features .con02 .flex .image span.img {
  display:block;
  padding-top:20px;
}
.body_features .con02 .flex .image span.caption {
  display:block;
  font-size: 0.9em;
  text-align: center;
}



/* ----------------------------------------------------------------- works/ */
.container ul.worksNavi {
  margin: 0;
  padding: 0;
  border-right: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-top: 2px solid #f0f0f0;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #f0f0f0;
}
                    @media screen and (max-width: 780px) {
                        .container ul.worksNavi {
                            font-size:0.9em;
                        }
                    }

.container ul.worksNavi li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  font-weight: bold;
  color: #7c7c7c;
}
.container ul.worksNavi li.active {
  padding: 1em 0.5em;
}
.container ul.worksNavi li a {
  display: block;
  padding: 1em 0.5em;
  background-color: #f0f0f0;
  text-decoration: none;
} 

.worksNaviInner {
  background-color: #FFF;
  padding: 50px 40px;
  border-right: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom:40px;
}
                    @media screen and (max-width: 780px) {
                        .body_features .con02 .flex .image {
                            padding: 20px;
                        }
                      .worksNaviInner {
                        padding:20px;
                      }
                    }



.worksNaviInner .date {
  border-top: dotted 1px #cfcfcf;
  display: block;
  margin-top: 9px;
  padding-top: 8px;
}
.worksNaviInner .place {
  font-size: 0.71em;
  display: block;
}


/* ------------------------------------------------------- voice/ */


.section_voice {
	background-size: cover;
	background-position: center;
}
.section_web article {
	padding: 100px 20px 60px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.preText {
	font-weight: bold;
	color: #737373;
}
.topList li {
	display: inline-block;
	vertical-align: middle;
	padding: 2%;
}
.topList li a {
	text-align: center;
	color: #999;
	text-decoration: none;
	display: block;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: linear 0.2s;
}
.topList li a:hover {
	color: #4c71b7;
}
.topList li .icon {
	display: block;
	font-size: 5em;
	text-align: center;
	padding: 20px;
	color: #BABABA;
	transition: linear 0.4s;
}
.topList li a:hover .icon, .topList_web li:hover .icon {
	color: #4c71b7;
	text-shadow: 10px 10px rgba(221, 221, 221, 0.5);
}
.topList li .title {
	font-size: 1.1em;
	display: block;
	padding: 10px 0;
}
.topList li .title span {
	font-size: 0.85em;
	font-weight: normal;
	padding: 0 0.5em;
}
.topList li .overview {
	display: block;
	text-align: left;
	padding: 10px 0;
  color: #000;
  font-size: 0.95em;
}
@media screen and (max-width: 779px) {
	.topList li .icon {
		font-size: 3em;
	}
	.topList li .title {
		font-size: 1.1em;
	}
}
.topList_web li .title, .topList_web li .overview {
	padding: 10px 15px;
}
.topList_web li .listBox {
	position: relative;
	background-color: #fff;
	box-shadow: 0 15px 35px rgba(76, 113, 183, 0.1), 0 5px 15px rgba(76, 113, 183, 0.07);
}
.topList_web li .listBox::before, .topList_web li .listBox::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
.topList_web li .listBox::before {
	top: -2px;
	left: -2px;
}
.topList_web li .listBox::after {
	bottom: -2px;
	right: -2px;
}
.topList_web li .listBox:hover {
	color: #4c71b7;
}
.topList_web li .listBox:hover::before, .topList_web li .listBox:hover::after {
	width: 100%;
	height: 100%;
}
.topList_web li .listBox:hover::before {
	border-bottom-color: #4c71b7;
	border-left-color: #4c71b7;
	transition: height .3s, width .3s .3s;
}
.topList_web li .listBox:hover::after {
	border-top-color: #4c71b7;
	border-right-color: #4c71b7;
	transition: height .3s, width .3s .3s;
}
@media screen and (min-width:780px) {
	.topList_web li {
		width: 25%;
	}
}
@media screen and (max-width:779px) {
	.section_web article {
		background-image: none!important;
	}
	.topList_web li {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.topList_web li {
		width: 100%;
	}
}

.section_voice {
	background-size: cover;
	background-position: center;
}
.section_voice article {
	padding: 100px 20px;
}
.topList_voice li .thumbnailC {
	margin: 2% 0;
	padding: 45%;
	display: inline-block;
	border-radius: 100%;
	background-color: #EEEEEE;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: linear 0.2s;
	position: relative;
  border: solid 7px #FFF;
}
.topList_voice li a:hover .thumbnailC {
	animation: looseC 3s infinite;
	-webkit-animation: looseC 2s infinite;
}
.topList_voice li:nth-child(2n) a:hover .thumbnailC {
	animation: looseC2 3s infinite;
	-webkit-animation: looseC2 2s infinite;
}
@keyframes looseC {
	0% {
		border-radius: 100%;
	}
	30% {
		border-radius: 41% 59% 38% 40%;
	}
	70% {
		border-radius: 50% 32% 64% 50%;
	}
	100% {
		border-radius: 100%;
	}
}
@keyframes looseC2 {
	0% {
		border-radius: 100%;
	}
	30% {
		border-radius: 50% 32% 64% 50%;
	}
	80% {
		border-radius: 41% 59% 38% 40%;
	}
	100% {
		border-radius: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.topList_voice li {
		width: 20%;
	}
}
@media screen and (max-width: 1199px) {
	.topList_voice li {
		width: 25%;
	}
}
@media screen and (max-width: 779px) {
	.topList_voice li {
		width: 33%;
	}
	.body_common .topList_voice li:nth-child(n + 4) {
		display: none;
	}
	.topList_voice li .thumbnail {
		padding: 33%;
	}
}
@media screen and (max-width: 640px) {
	.topList_voice li {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.topList_voice li {
		width: 100%;
	}
	.body_common .topList_voice li:nth-child(n + 2) {
		display: none;
	}
	.topList_voice li .thumbnailC {
		padding: 23%;
	}
}


.body_voice .key {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  height:550px;
  margin-bottom:40px;
  box-shadow: inset 0 -1em 4em 1em rgb(0 0 0 / 5%);
  border: solid 1px #000;
}
        @media screen and (max-width:498px) {
				.body_voice .key {
					height:290px;
				}
        }

.box_voice {
  padding-bottom:40px;
}

@media screen and (min-width:780px) {
	.box_column {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.box_column .column {
		display: table-cell;
		vertical-align: middle;
	}
	.box_column .v_top {
		vertical-align: top;
	}
	.box_column .v_bottom {
		vertical-align: bottom;
	}
	.box_column .p_right15 {
		padding-right: 15px;
	}
	.box_column .p_right20 {
		padding-right: 20px;
	}
	.box_column .p_left15 {
		padding-left: 15px;
	}
	.box_column .p_left20 {
		padding-left: 20px;
	}
	.box_column .w_35 {
		width: 35%;
	}
	.box_column .w_40 {
		width: 40%;
	}
	.box_column .w_60 {
		width: 60%;
	}
	.box_column .w_65 {
		width: 65%;
	}
}
.box_voice .column {
	padding-top: 40px;
}
.box_voice table {
	background-color: #fff;
	box-shadow: 0 15px 35px rgba(76, 113, 183, 0.1), 0 5px 15px rgba(76, 113, 183, 0.07);
}
.box_voice table th, .box_voice table td {
	padding: 20px;
}
.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #cccccc;
	font-size: 1.2em;
}
.star_1 .star:nth-child(-n+1):before, .star_2 .star:nth-child(-n+2):before, .star_3 .star:nth-child(-n+3):before, .star_4 .star:nth-child(-n+4):before, .star_5 .star:nth-child(-n+5):before {
	content: "\f005";
	color: #FFD21B;
}
@media screen and (min-width:780px) {
	.box_voice table th {
		min-width: 10em;
	}
}
@media screen and (max-width:779px) {
	.box_voice table th, .box_voice table td {
		display: block;
		width: 100%;
	}
	.box_voice table td {
		padding: 10px 20px;
	}
	.box_voice table tr:first-child td {
		border-top: 1px solid #ccc;
	}
}


/* ----------------------------------------------------------------- company/ */


.flexBoxInfo {
  margin-bottom:30px;
}

.flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3.0rem;
}

                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dl {
                            display: block;
                        }
                    }              

.flexBoxInfo dt {
  border-top: solid 1px #111;
  -webkit-flex-basis: 20rem;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  font-weight: bold;
}

                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dt {
                          -webkit-flex-basis: 100%;
                          flex-basis: 100%;
                          margin-right: 0rem;
                          padding-top: 1.5rem;
                          padding-bottom: 2rem;
                        }
                    } 

.flexBoxInfo dd {
  border-top: solid 1px #e5e5e5;
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}
                    @media screen and (max-width: 821px) {
                        .flexBoxInfo dd {
                          padding-top: 1.5rem;
                          padding-bottom: 2rem;
                        }
                    }

.flexBoxInfo .floatL {
  width:62%;
}
.flexBoxInfo .floatR {
  width:38%;
}
.flexBoxInfo .floatR img {
  width:100%;
}
                    @media screen and (max-width: 821px) {
                        .flexBoxInfo .floatL,
                        .flexBoxInfo .floatR {
                          float:none;
                          width:100%;
                        }
                    }


/* ----------------------------------------------------------------- philosophy/ */
.body_philosophy .con .floatL {
  margin-bottom:40px;
}


/* ----------------------------------------------------------------- message/ */
.body_message .con .pic {
  float:left;
  width:40%;
}
.body_message .con .text {
  float:right;
  width:57%;
}

                    @media screen and (max-width: 821px) {
                        .body_message .con .pic,
                        .body_message .con .text {
                          float:none;
                          width:100%;
                        }
                      .body_message .con .pic {
                        margin-bottom:20px;
                      }
                    }


.body_message .profile {
  margin-top:30px;
  border:solid 1px #ccc;
  padding:20px;
  border-radius:6px;
}

.body_message .profile dt {
  margin-bottom:20px;
  font-weight: bold;
}

.body_message .profile span {
  display:inline-block;
  margin-left:10px;
  font-size:0.85em;
  font-weight:normal;
  color:#7c7c7c;
}
.body_message .profile dd {
  font-size:0.85em;
}

/* ----------------------------------------------------------------- media/ */
.body_media .mediaList {
  margin: 0;
  padding:0;
}
.body_media .mediaList li {
  margin: 0 0 60px;
  padding:20px 30px 40px;
  float:left;
  width:48%;
  list-style: none;
  background-color:#FFF;
  border-radius:6px;
  -webkit-box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px -3px rgba(0, 0, 0, 0.3); 
}
.body_media .mediaList li:nth-child(even) {
  float:right;
}


                    @media screen and (max-width: 821px) {
                        .body_media .mediaList li ,
                        .body_media .mediaList li:nth-child(even) {
                          float:none;
                          width:100%;
                        }
                    }

.body_media .mediaList li span {
  display:block;
}
.body_media .mediaList li span.pic {
  text-align: center;
}
.body_media .mediaList li span.title {
  margin:10px 0 15px;
  font-size:1.2em;
  font-weight:bold;
}

/* ----------------------------------------------------------------- 20th/ */
.body_20th .pic {
  text-align: center;
  margin-bottom:50px;
}
.body_20th .pic img {
  width:100%;
}





/* ---------------------------------------------------------------- contact/ */

.container ul.form_flow {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack:space-around;
	justify-content:space-around;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin:50px auto 0;
}

.form_flow li {
	-webkit-box-flex:1;
	flex-grow:1;
}

.form_flow li,
	.form_flow li:first-child {
	display: block;
	width: 100%;
	text-align: left;
	border-left: 1px solid #f4f4f4;
	text-align:center;
}

.form_flow li {
	border-top: 1px solid #f4f4f4;
	padding:10px;
}

.form_flow li:first-child {
	border-top: none;
}

.form_flow li.current {
	background-color:#f4f4f4;
}
.contact_msg_complete{
	padding:5%;
	border:1px solid #F4F4F4;
}

/* table */
#input-table table th .input_required {
	display:inline-block;
}
/* contact form */
.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #2b71b7;
	background-color: var(--main-color);
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #2b71b7;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#595959;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}

#input-table .input_button {
	display:inline-block;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	padding: 22px 44px;
	background: #75787a;
	color: #ffffff;
	line-height: 1em;
	transition: .3s;
	margin-bottom:20px;
}
#input-table .input_button:hover {
	color: #bfbfbb;
	background: #ffffff;
}
/*.input-table-title div {
	display:inline-flex;
}*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.tableOfContents:after,
.tableOfContents li:after,
.body_media .mediaList:after,
.con:after,
.list_thumbnail:after,
.body_common .keyVisual p:after {
	content: "";
	display: block;
	clear: both;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	padding: 1em 2em;
	color: #FFFFFF;
	border-radius: 50px;
	background-color: #333131;
	transition: linear 0.2s;
}

.editor-style-btn1:hover {
	background-color: #999;
}

.editor-style-btn1 a:link,
.editor-style-btn1 a:visited,
.editor-style-btn1 a:active,
.editor-style-btn1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

/* フォームエラー */
.error_msg,
.error_msg_js {
	padding-left: 20px;
	background: url(./img/form_error.gif) left top no-repeat;
}
.error_msg_js_wrapper_privacy {
  float:left;
}
.form_attention {
	font-size: 0.9em;
	width: 100%;
	height: 12em;
	overflow: auto;
	border: 1px solid #eaeaea;
	padding: 10px;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.ucms_chatbot_content_detail .error_msg {
  color:#000;
}

/* CSS Document */
/*===============================================
●style_tab.css  画面の横幅が779pxまで
===============================================*/
@media screen and (max-width:779px) {
br.forTab {
	display: inline;
}

html,body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	font-size: 1.3em;
}

nav ul {
	display:block;
}

}


/* CSS Document */
/*===============================================
●style_sp.css  画面の横幅が479pxまで
===============================================*/
@media screen and (max-width:479px) {

br.forSp {
	display: inline;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.set-up */
.lower h1,
.body_common h2 {
	margin: 0 10px 20px;
	letter-spacing: 0.1em;
}


/* contact form */
#input-table .input_button {
	width: 80%;
}
input[type="text"] {
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	width: 96% !important;
	font-size: 110%;
}





}


/* demo */
.pcdemo {
	display:block;
}
.spdemo,
.pure-toggle-label {
	/*display:none !important;*/
}

@media screen and (max-width:779px) {
.pcdemo {
	display:none;
}
.spdemo,
.pure-toggle-label {
	display:block!important;
}

}

