@charset "UTF-8";
/* CSS Document */

/*
==========================================================
トップページ
==========================================================
*/


@media print , screen and (min-width : 769px ){

#header {
top: -80px;
}

#mainImage {
	background-image: url(/images/index_bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	width: 100%;
	padding: 0px 20px 50px 0px;
	margin-bottom: 50px;
	position: relative;
	display: block;
	overflow: hidden;
}
#mainImage .wrap{
overflow: hidden;
margin: 0;
display: flex;
align-items: stretch;
justify-content: space-between;
}
#mainImage .wrap .left {
width: 220px;
/* float: left; */
margin-top: 20px;
}
#mainImage .wrap .left .logo {
width: 200px;
margin-left: 20px;
}
#mainImage .wrap .left .nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
position: relative;
width: 135px;;
height: 480px;
margin: 80px auto 0px auto;;
column-count: 3;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#mainImage .wrap .left .nav li {
height: 120px;
font-size: 2.0rem;
margin-bottom: 40px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: left;
}
#mainImage .wrap .left .nav li a {
color: #fff;
display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
#mainImage .wrap .left .nav li a:hover{
 transform: scale(1.2);
	color: #A08572
}

#mainImage .wrap .right {
/* float: right; */
width: calc(100% - 240px);
margin: 0;
}
#mainImage .wrap .right .slider_box,#mainImage .wrap .right .slider_box .slider {
  height: 100%;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .swiper-slide {
  position: relative;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box {
  padding: 1rem 2rem 2rem;
  background-color: rgba(0,0,0, .7);
  position: absolute;
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0,0,0, .3);
  text-align: center;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box .big,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .big {
  font-size: clamp(40px, 25.328px + 1.91vw, 62px);
  margin-bottom: 1rem;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box .br,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .br {
  font-size: clamp(24px, 13.328px + 1.39vw, 40px);
  display: block;
  line-height: 1.3;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .big {
  font-size: calc(clamp(40px, 25.328px + 1.91vw, 62px) * .75);
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .br {
  font-size: calc(clamp(24px, 13.328px + 1.39vw, 40px) * .75);
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 460px;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box {
  bottom: 50px;
  right: 0;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .en {
  font-size: clamp(40px, 5.328px + 4.51vw, 92px);
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0,0,0, .7);
  font-style: italic;
  font-weight: 300;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .text_row {
  width: 100%;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br {
  font-size: clamp(18px, 8.672px + 1.22vw, 32px);
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  text-shadow: 3px 3px 5px rgba(0,0,0, .7);
  display: block;
  white-space: nowrap;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br:nth-of-type(1) {
  text-align: left;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br:nth-of-type(3) {
  text-align: right;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: unset;
  max-height: 690px;
}
.swiper-container {
overflow: hidden;
}
.swiper-slide dl {
margin: 0;
color: #fff;
text-align: left;
padding: 20px;
}

#mainImage .information {
width: 50%;
height: auto;
float: right;
border: solid 2px #fff;
padding: 10px;
background-color: #333333;
margin-top: -50px;
position: relative;
z-index: 10;
margin-bottom: 50px;
}

#mainImage .information .swiper-slide dl dd a{
  color: #fff;
  padding: 20px;
}

#mainImage .information .swiper-container .swiper-pagination-fraction{
  z-index: -1;
}
.swiper-pagination {
color: #fff;
position: absolute;
top: 5%;
margin-left: 8%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
}
.information .ctl {
overflow: hidden;
}
.information .ctl .title {
float: left;
line-height: 0.8;
border-bottom: solid 1px #fff;
width: 200px;
text-align: left;
padding-left: 30px;
position: relative;
margin-bottom: 0px;
}
.information .title:before {
content:"";
display:inline-block;
width: 2px;
height: 32px;
background-color: #D6BE00;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 20px;
}
.information .title .main {
display: block;
font-size: 2.4rem;
letter-spacing: 0.05em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
color: #fff;
}
.information .title strong {
color: #D6BE00;
}
.information .more {
display: block;
width: 107px;
position: absolute;
z-index: 20;
top: 8%;
right: 2%;
}

#mainImage .concept {
float: left;
width: 90%;
background-image: url("/images/concept_bg.jpg");
background-size: cover;
background-position: center;
padding: 40px 40px 40px 0px;
position: relative;
z-index: 1;
}
#mainImage .concept::before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
background-color: #000;
position: absolute;
top: 0;
left: 0;
z-index: -1;
mix-blend-mode: soft-light;
}
#mainImage .textarea {
float: right;
width: 525px;;
height: 450px;
border: solid 2px #000;
background-color:rgba(255,255,255,0.8);
padding: 30px;
}
#mainImage .textarea .textarea_inner {
border: solid 2px #000;
background-color: #fff;
background-image: url("/images/point1.png"),url("/images/point1.png");
background-position: right top,left bottom;
padding: 40px;
width: 447px;;
height: 367px;
}
#mainImage .textarea .textarea_inner dl {
width: 100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: left;
font-weight: 700;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#mainImage .textarea .textarea_inner dt {
font-size: 2.1rem;
text-indent: -3em;
padding-left: 2em;
padding-right: 2em;
margin-top: 80px;
}
#mainImage .textarea .textarea_inner dt .st1 {
background-color: #008CD6;
padding: 5px;
color: #fff;
font-size: 3.6rem;
}
#mainImage .textarea .textarea_inner dt .st2 {
font-size: 2.5rem;
}
#mainImage .textarea .textarea_inner dd {
margin-top: 20px;
}
#mainImage .textarea .textarea_inner .more {
width: 118px;
display: block;
float: left;
margin-top: 14px;
position: absolute;
}
#mainImage .textarea .textarea_inner a {
transition : all 0.3s ease 0s;
}


.works {
	overflow: hidden;
	margin-bottom: 50px;
}
.works .title {
float: left;
line-height: 0.8;
border-bottom: solid 1px #000;
width: 315px;
text-align: left;
padding-left: 50px;
position: relative;
margin-bottom: 0px;
}
.works .title:before {
content:"";
display:inline-block;
width: 2px;
height: 82px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.works .title .main {
display: block;
font-size: 5.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
}
.works .title strong {
color: #008CD6;
}
.works .title .sp_sub {
display: none;
}
.works .box {
overflow: hidden;
clear: both;
}
.works .subtitle {
float: left;
text-align: left;
font-size: 2rem;
font-weight: 700;
position: relative;
line-height: 1;
padding-top: 20px;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.works .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.works .subtitle span {
color: #008CD6;
}
.works ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-top: 20px;
margin-left: 50px;
}
.works li {
width: 31%;
position: relative;
}
.works li a {
display: block;
}
.works li .ph {
position: relative;
margin: 0;
padding: 0;
}
.works li .ph span {
position: absolute;
left: 0;
bottom: 0;
display: block;
background-color: #fff;
padding: 5px 50px 18px 100px;
font-size: 2.2rem;
font-weight: 500;
margin: 0;
font-weight: 600;
}
.works li .ph span:after {
content: url(/images/arrow_1.png);
margin-left: 10px;
}
.works li .ph a:hover {
opacity: 0.8;
}
.works li .ph a span:hover:after {
content: url(/images/arrow_2.png);
margin-left: 10px;
}
.works li p {
line-height: 1.8em;
text-align: left;
  --bg-gradient: linear-gradient(#333 0 100%);
padding: 1.2rem;
    background-image:
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient);
    background-repeat: no-repeat;
    background-size: 40% 1px, 1px 40%, 40% 1px, 1px 40%;
    background-position: left top 5px, right 5px bottom, right bottom 5px, left 5px top;
}


.product {
	overflow: hidden;
	margin-bottom: 50px;
}
.product .title {
float: right;
line-height: 0.8;
border-bottom: solid 1px #000;
width: 315px;
text-align: left;
padding-right: 50px;
position: relative;
margin-bottom: 0px;
}
.product .title:after {
content:"";
display:inline-block;
width: 2px;
height: 82px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}
.product .title .main {
display: block;
font-size: 5.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
}
.product .title strong {
color: #008CD6;
}
.product .title .sp_sub {
display: none;
}
.product .box {
overflow: hidden;
clear: both;
}
.product .subtitle {
float: right;
text-align: left;
font-size: 2rem;
font-weight: 700;
position: relative;
line-height: 1;
padding-top: 20px;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.product .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}
.product .subtitle span {
color: #008CD6;
}
.product ul.in {
overflow: hidden;
padding:0; 
margin-top: 20px;
margin-right: 50px;
}
.product ul.in .p1 {
width: 800px;
height: 475px;
background-image: url(/images/product_p1_bg.jpg);
background-size: cover;
position: relative;
float: left;
}
.product ul.in .p1 dl {
margin: 0;
padding: 30px 30px 10px 30px;
position: absolute;
bottom: 0;
background-color:rgba(255,255,255,0.8);
background-image: url("/images/point1.png");
background-position: top left;
text-align: left;
width: calc(100% - 60px);
}
.product ul.in .p1 dt {
font-size: 2rem;
font-weight: 600;
margin-bottom: 10px;
}
.product ul.in .p1 dd {
padding-left: 10px;
overflow: hidden;
}
.product ul.in .p1 dd.more {
width: 120px;
margin-top: 10px;
float: right;
}
.product ul.in .p2 {
width: 330px;
height: 475px;
float: right;
}
.product ul.in .p2 .item {
display: grid;
grid-template-columns: repeat(2,1fr);
grid-template-rows: repeat(3,1fr);
margin-right: 0;
height: 100%;
}
.product ul.in .p2 .item li {
  border:1px solid #000;
  box-sizing:border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product ul.in .p2 .item li::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0, 0,.7);
  transition: background-color .5s; 
  z-index: 2;
}
.product ul.in .p2 .item li img{
  width: auto;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.product ul.in .p2 .item li .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.product ul.in .p2 .item li .icon::before,.product ul.in .p2 .item li .icon::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.product ul.in .p2 .item li .icon::after{
  width: 2px;
  height: 16px;
}
.product ul.in .p2 .item li:hover::before{
  background-color: rgba(0,0, 0,0);
}
.product ul.in .p2 .item li:hover .icon::before,.product ul.in .p2 .item li:hover .icon::after{
  background-color: #008CD6;
  width: 12px;
  height: 2px;
  transform: translate(-50%,-50%) rotate(30deg);
  transform-origin: right center;
}
.product ul.in .p2 .item li:hover .icon::after{
  transform: translate(-50%,-50%) rotate(-30deg);
}

.company {
margin: 0;
padding-top: 40px;
padding-bottom: 40px;
background-image: url(/images/company_bg.jpg);
background-size: cover;
}
.company .wrap {
background-color: rgba(0,0,0,.5);
padding: 30px;
overflow: hidden;
}
.company .title {
float: left;
line-height: 0.8;
border-bottom: solid 1px #eee;
width: 315px;
text-align: left;
padding-left: 50px;
position: relative;
margin-bottom: 0px;
color: #fff;
}
.company .title:before {
content:"";
display:inline-block;
width: 2px;
height: 46px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.company .title span {
display: block;
font-size: 5.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
}
.company .title strong {
color: #008CD6;
}
.company .more {
width: 148px;
float: right;
}
.company .box {
overflow: hidden;
clear: both;
}
.company .subtitle {
float: left;
text-align: left;
font-size: 2.4rem;
font-weight: 700;
position: relative;
line-height: 1;
padding-top: 20px;
color: #fff;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.company .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #eee;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.company .subtitle span {
color: #008CD6;
} 
.company .box ul {
display: flex;
padding: 30px;
margin-left: 50px;
}
.company .box ul li.c1 {
flex-basis: 40%; 
}
.company .box ul li.c2 {
flex-basis: 60%; 
}
.company .box ul dl {
color: #fff;
text-align: left;
margin: 0px 0px 20px 0px;
}
.company .box ul dl.first {
margin-bottom: 3.5em;
}
.company .box ul dt {
font-size: 1.8rem;
text-decoration: underline 1px;
}
.company .box ul dl.first dt {
font-size: 2rem;
}
.company .linkbt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 0px 40px 0px 40px;
}
.company .linkbt li {
width: 45%;
}
.company .linkbt dt {
font-size: 5.2rem;
color: #fff;
transform: skewX(-8deg);
margin-bottom: 20px;
}
.company .linkbt dt .blue {
color: #008CD6;
}
.company .linkbt dt .sub {
font-size: 2.2rem;
margin-left: 40px;
}



}
@media print , screen and (min-width : 1400px ){
  #mainImage .wrap .right .slider_box .slider .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 100%;
    max-height: unset;
  }
}

@media screen and (max-width : 768px ){
	
#mainImage {
	background-image: url(/images/index_bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	width: 100%;
	padding: 60px 20px 20px 0px;
	margin-bottom: 50px;
	position: relative;
	display: block;
	overflow: hidden;
}	
#mainImage .wrap {
overflow: hidden;
}
#mainImage .wrap .left {
display: none;
}
#mainImage .wrap .right {
width: 100%;
margin: 0;
}
.slider_box{
width: 100%;
margin: 0
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .swiper-slide {
  position: relative;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box {
  padding: 1rem 2rem;
  background-color: rgba(0,0,0, .7);
  position: absolute;
  font-family: 'Shippori Mincho', serif;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0,0,0, .3);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 300px;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box .big,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .big {
  font-size: clamp(20px, 0.912px + 5.09vw, 40px);
  margin-bottom: 1rem;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item01 .text_box .br,#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item02 .text_box .br {
  font-size: clamp(18px,12.272px + 1.53vw, 24px);
  display: block;
  line-height: 1.3;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  min-width: 300px;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .en {
  font-size: clamp(24px, 8.736px + 4.07vw, 40px);
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0,0,0, .7);
  font-style: italic;
  font-weight: 300;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .text_row {
  width: 100%;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br {
  font-size: clamp(14px, 10.176px + 1.02vw, 18px);
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  text-shadow: 3px 3px 5px rgba(0,0,0, .7);
  display: block;
  white-space: nowrap;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br:nth-of-type(1) {
  text-align: left;
}
#mainImage .wrap .right .slider_box .slider .swiper-wrapper .slider-item03 .text_box .br:nth-of-type(3) {
  text-align: right;
}
#mainImage .information {
width: 80%;
height: auto;
margin: 0 auto;
border: solid 2px #fff;
padding: 12px;
background-color: #000;
margin-bottom: 20px;
position: relative;
margin-top: -20px;
z-index: 10;
}
#mainImage .information .swiper-slide dl dd a{
  color: #fff;
  padding: 20px;
}

#mainImage .information .swiper-container .swiper-pagination-fraction{
  z-index: -1;
}
.swiper-pagination {
color: #fff;
position: absolute;
top: 5%;
margin-left: 3%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
}
.information .ctl {
overflow: hidden;
}
.information .ctl .title {
float: left;
line-height: 0.8;
border-bottom: solid 1px #fff;
width: 150px;
text-align: left;
padding-left: 20px;
position: relative;
margin-bottom: 0px;
}
.information .title:before {
content:"";
display:inline-block;
width: 2px;
height: 28px;
background-color: #D6BE00;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
}
.information .title .main {
display: block;
font-size: 1.8rem;
letter-spacing: 0.05em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 600;
color: #fff;
}
.information .title strong {
color: #D6BE00;
}
.information .more {
display: block;
width: 100px;
position: absolute;
z-index: 20;
top: 10%;
right: 2%;
}
.swiper-container {
overflow: hidden;
}
.swiper-slide dl {
margin: 0;
color: #fff;
text-align: left;
padding: 10px;
display: block;
font-size: 1.4rem;
}
#mainImage .concept {
width: 100%;
background-image: url("/images/concept_bg.jpg");
background-size: cover;
padding: 20px 40px 20px 0px;
}
#mainImage .textarea {
margin: 0 auto;
width: 80%;
height: 396px;
border: solid 2px #000;
background-color:rgba(255,255,255,0.8);
padding: 20px;
}
#mainImage .textarea .textarea_inner {
border: solid 2px #000;
background-color: #fff;
background-image: url("/images/point1.png"),url("/images/point1.png");
background-position: right top,left bottom;
padding: 20px 10px;
height: 350px;
}
#mainImage .textarea .textarea_inner dl {
width: 100%;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: left;
font-weight: 700;
margin: 0 auto;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#mainImage .textarea .textarea_inner dt {
font-size: 1.8rem;
text-indent: -3em;
padding-left: 1em;
padding-right: 0em;
margin-top: 70px;
}
#mainImage .textarea .textarea_inner dt .st1 {
background-color: #008CD6;
padding: 5px;
color: #fff;
font-size: 2.1rem;
}
#mainImage .textarea .textarea_inner dt .st2 {
font-size: 2.1rem;
}
#mainImage .textarea .textarea_inner dd {
margin-top: 20px;
line-height: 1.3;
}
#mainImage .textarea .textarea_inner .more {
width: 118px;
display: block;
float: left;
margin-left: 50px;
}
#mainImage .textarea .textarea_inner a {
transition : all 0.3s ease 0s;
}


.works {
	overflow: hidden;
	margin-bottom: 20px;
}
.works .title {
border-bottom: solid 1px #000;
width: 100%;
text-align: left;
position: relative;
margin-bottom: 0px;
}
.works .title:before {
content:"";
display:inline-block;
width: 2px;
height: 54px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 12px;
}
.works .title .main {
display: inline-block;
font-size: 3.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
margin-left: 30px;
margin-right: 20px;
}
.works .title strong {
color: #008CD6;
}
.works .title .sp_sub {
display: inline-block;
font-size: 1.8rem;
transform: skewX(0deg);
}

.works .box {
overflow: hidden;
clear: both;
}
.works .subtitle {
display: none;
}
.works .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.works .subtitle span {
color: #008CD6;
}
.works ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-top: 20px;
}
.works li {
width: 100%;
margin-bottom: 20px;
position: relative;
}
.works li a {
display: block;
}
.works li .ph {
position: relative;
padding: 0;
float: left;
width: 45%;
}
.works li .ph span {
display: block;
background-color: #fff;
padding: 5px 5px;
font-size: 1.6rem;
font-weight: 500;
margin: 0;
}
.works li .ph span:after {
content: url(/images/arrow_1.png);
margin-left: 10px;
}
.works li .ph a:hover {
opacity: 0.8;
}
.works li .ph a span:hover:after {
content: url(/images/arrow_2.png);
margin-left: 10px;
}
.works li p {
width: 45%;
font-size: 1.4rem;
float: right;
line-height: 1.4em;
text-align: left;
  --bg-gradient: linear-gradient(#333 0 100%);
padding: 1.2rem;
    background-image:
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient),
        var(--bg-gradient);
    background-repeat: no-repeat;
    background-size: 40% 1px, 1px 40%, 40% 1px, 1px 40%;
    background-position: left top 5px, right 5px bottom, right bottom 5px, left 5px top;
}

.product {
	overflow: hidden;
	margin-bottom: 20px;
}
.product .title {
border-bottom: solid 1px #000;
width: 100%;
text-align: right;
position: relative;
margin-bottom: 0px;
}
.product .title:after {
content:"";
display:inline-block;
width: 2px;
height: 54px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}
.product .title .main {
display: inline-block;
font-size: 3.2rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
margin-left: 30px;
margin-right: 20px;
}
.product .title strong {
color: #008CD6;
}
.product .title .sp_sub {
display: inline-block;
font-size: 1.8rem;
transform: skewX(0deg);
}




.product .title {
float: right;
line-height: 0.8;
border-bottom: solid 1px #000;
width: 100%;
text-align: right;
padding-right: 20px;
position: relative;
margin-bottom: 0px;
}
.product .title:after {
content:"";
display:inline-block;
width: 2px;
height: 52px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 12px;
}
.product .title span {
display: block;
font-size: 3.6rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
}
.product .title strong {
color: #008CD6;
}
.product .box {
overflow: hidden;
clear: both;
}
.product .subtitle {
display: none;
}
.product .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
}
.product .subtitle span {
color: #008CD6;
}
.product ul.in {
overflow: hidden;
padding:0; 
margin-top: 20px;
}
.product ul.in .p1 {
width: 100%;
height: 350px;
margin-bottom: 20px;
background-image: url(/images/product_p1_bg.jpg);
background-size: cover;
position: relative;
}
.product ul.in .p1 dl {
margin: 0;
padding: 30px 30px 10px 30px;
position: absolute;
bottom: 0;
background-color:rgba(255,255,255,0.8);
background-image: url("/images/point1.png");
background-position: top left;
text-align: left;
width: calc(100% - 60px);
}
.product ul.in .p1 dt {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 10px;
}
.product ul.in .p1 dd {
padding-left: 10px;
overflow: hidden;
font-size: 1.4rem;
}
.product ul.in .p1 dd.more {
width: 120px;
margin-top: 10px;
float: right;
}
.product ul.in .p2 {
width: 100%;
}
.product ul.in .p2 .item {
display: grid;
grid-template-columns: repeat(2,1fr);
margin-right: 0;
height: 100%;
}
.product ul.in .p2 .item li {
  border:1px solid #000;
  box-sizing:border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.product ul.in .p2 .item li::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0, 0,.7);
  transition: background-color .5s; 
  z-index: 2;
}
.product ul.in .p2 .item li img{
  width: auto;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.product ul.in .p2 .item li .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.product ul.in .p2 .item li .icon::before,.product ul.in .p2 .item li .icon::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.product ul.in .p2 .item li .icon::after{
  width: 2px;
  height: 16px;
}
.product ul.in .p2 .item li:hover::before{
  background-color: rgba(0,0, 0,0);
}
.product ul.in .p2 .item li:hover .icon::before,.product ul.in .p2 .item li:hover .icon::after{
  background-color: #008CD6;
  width: 12px;
  height: 2px;
  transform: translate(-50%,-50%) rotate(30deg);
  transform-origin: right center;
}
.product ul.in .p2 .item li:hover .icon::after{
  transform: translate(-50%,-50%) rotate(-30deg);
}

.company {
margin: 0;
padding-top: 20px;
padding-bottom: 10px;
background-image: url(/images/company_bg.jpg);
background-size: cover;
}
.company .wrap {
background-color: rgba(0,0,0,.5);
padding: 12px;
margin-bottom: 30px;
position: relative;
}
.company .title {
float: left;
line-height: 0.8;
border-bottom: solid 1px #eee;
width: 90%;
text-align: left;
padding-left: 40px;
position: relative;
margin-bottom: 0px;
color: #fff;
}
.company .title:before {
content:"";
display:inline-block;
width: 2px;
height: 52px;
background-color: #008CD6;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.company .title span {
display: block;
font-size: 3.6rem;
letter-spacing: 0.05em;
transform: skewX(-8deg);
}
.company .title strong {
color: #008CD6;
}
.company .more {
width: 100px;
position: absolute;
left: 68%;
top : 5%;
}
.company .box {
overflow: hidden;
clear: both;
}
.company .subtitle {
float: left;
text-align: left;
font-size: 2rem;
font-weight: 700;
position: relative;
line-height: 1;
padding-top: 20px;
color: #fff;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.company .subtitle:before {
content:"";
display:inline-block;
width: 1px;
height: 300px;
background-color: #eee;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.company .subtitle span {
color: #008CD6;
} 
.company .box ul {
display: block;
padding: 20px;
margin-left: 40px;
}
.company .box ul li.c1 {
width: 100%; 
}
.company .box ul li.c2 {
width: 100%; 
}
.company .box ul dl {
color: #fff;
text-align: left;
margin: 0px 0px 20px 0px;
}
.company .box ul dl.first {
margin-bottom: 1.8em;
}
.company .box ul dt {
font-size: 1.6rem;
text-decoration: underline 1px;
}
.company .box ul dl.first dt {
font-size: 1.6rem;
}
.company .box ul dd {
font-size: 1.4rem;
}
.company .linkbt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 0px 20px 0px 20px;
}
.company .linkbt li {
width: 100%;
margin-bottom: 30px;
}
.company .linkbt dt {
font-size: 3.6rem;
color: #fff;
transform: skewX(-8deg);
margin-bottom: 10px;
}
.company .linkbt dt .blue {
color: #008CD6;
}
.company .linkbt dt .sub {
font-size: 1.8rem;
margin-left: 40px;
}








}
