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


body {
    background-color: #FFFFFF;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

h1{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    color: rgba(0,0,0,1.00);
    line-height: 2em;
    margin: 0;
	padding: 0;
    white-space: nowrap;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: subpixel-antialiased;
}

h2{
    font-family: "adobe-caslon-pro",serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 1.5em;
    margin: 0;
	padding: 0;
    color: rgba(20,78,172,1.00);
    white-space: nowrap;
	z-index: 50;
}

h3{
    font-family: "source-han-serif-japanese",serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: rgba(20,78,172,1.00);
    margin: 0;
    white-space: nowrap;
}

p{
    margin: 0px;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: rgba(0,0,0,1.00);
    font-size: 16px;
    line-height: 36px;
	text-align: justify;
	-webkit-font-smoothing: subpixel-antialiased;
}

::-webkit-scrollbar{
   width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track{
   background-color: rgba(204,204,204,0);
}
::-webkit-scrollbar-thumb{
   background-color: rgba(9,187,255,0.7);
	border-radius: 3px;
}

.sec-scroll-point{
	height: auto;
	margin: 0;
    display: block;
}

.view_area{
	height: 100vh;
    width: auto;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
    display: block;
}

/* サイドメニュー */
.side-menu-area{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 160px;
    height: 100%;
    padding: 50px;
	z-index: 300;
}

.logo{
    display: block;
    z-index: 5;
}

.logo img{
    width: 160px;
    height: auto;
}

.mobile_logo{
	width: 60px;
    height: auto;
	display: none;
	z-index: 500;
	padding: 10PX
}

.mobile_logo img{
	width: 100%;
    height: auto;
}

.side-menu{
    margin-top: 40px;
    display: block;
    width: 160px;
	z-index: 500;
}

.side-menu ul{
    list-style-type: none!important;
    padding-left: 0;
	z-index: 500;
}

.side-menu li{
    text-align: left;
    height: 47px;
    line-height: 45px;
    transition: ease 0.5s;
    position: relative;
	z-index: 500;
}

.btn__text:nth-child(1) {
   webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text:nth-child(2) {
  -webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
    color: rgba(20,78,172,1.00);
}

/* ボタンホバーアクション */
.side-menu ul li:hover .btn__text:nth-child(1) {
 -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

.side-menu ul li:hover .btn__text:nth-child(2) {
  webkit-clip-path: inset(0);
clip-path: inset(0);
}

.side-menu ul:hover li  {
  opacity: .6;
}
.side-menu ul li:hover {
  opacity: 1;
}

.scroll_point{
    display: block;
	height: auto;
}

.scroll_point.is-active .btn__text:nth-child(1) {
 -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

.scroll_point.is-active .btn__text:nth-child(2) {
  webkit-clip-path: inset(0);
clip-path: inset(0);
}

.btn-loading.is-active {
  color: #144EAC;
}

.btn-loading.is-active::before {
  height: 100%;
}

.btn-loading.is-active::after {
  height: 100%;
}


.btn__text {
  position: absolute;
	top: 0px;
  left: 34px;
  height: auto;
  width: 130px;
  color: #002333;
  font-size: 18px;
  font-family: din-2014,sans-serif;
    font-weight: 600;
    font-style: normal;
  transition: ease-out 0.6s;
}

.side-menu {
    text-decoration: none;
    color: #002333;
	z-index: 800;
}

.btn-loading {
  display: inline-flex;
  text-decoration: none;
  color: #002333;
  width: 30px;
  height: 30px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.2s ease　0.2s, color 0.3s ease 0.3s;
  background-color: #FFFFFF;
  border-radius: 100%;
  overflow: hidden;
  transform: translate(-6px, 7px);
  font-family: din-2014,sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 15px;
}

.btn-loading:before,
.btn-loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #144EAC;
  pointer-events: none;
}
.btn-loading:before {
  bottom: 0;
  left: 0;
  transition: 0.2s linear;
}
.btn-loading:after {
  top: 0;
  right: 0;
  transition: 0.2s linear;
}
.side-menu ul li:hover .btn-loading {
  color: #144EAC;
}
.side-menu ul li:hover .btn-loading:before,
.side-menu ul li:hover .btn-loading:after {
  height: 100%;
}
.side-menu ul li:hover .btn-loading:before {
  transition: height 0.2s 0.2s linear;
}
.side-menu ul li:hover .btn-loading:after {
  transition: height 0.2s linear;
}
.btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.btn-loading span:before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(10px);
  height: calc(10px);
  background-color: #144EAC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.recruit_btn{
	position: absolute;
    top: 25px;
    right: 25px;
    width: 155px;
    height: 45px;
	border-radius: 45px 45px 45px 45px;
	background-color: rgba(20,78,172,1.00);
	color: white;
	z-index: 50;
	font-size: 18px;
	font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 25px;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    border: solid 2.5px rgba(20,78,172,1.00);
    overflow: hidden;
}

.recruit_btn :before {
    position: absolute;
    top: -38px;
    right: 88px;
    width: 188px;
    height: 60px;
    border-radius: 75px;
    content: "";
    background-color: rgba(255,255,255,1.00);
    transition: 0.4s ease;
    z-index: -10;
}

.recruit_btn span:after {
    position: absolute;
    top: -23px;
    left: 96px;
    content: "";
    background-color: rgba(255,255,255,1.00);
    -webkit-mask-image: url("../img/Recruit_door.svg");
           mask-image: url("../img/Recruit_door.svg");
    z-index: 50;
    height: 35px;
    width: 35px;
    transition: 0.8s ease;
}

.recruit_btn:hover{
	color: rgba(20,78,172,1.00);
    border: solid 2.5px rgba(20,78,172,1.00);
}

.recruit_btn:hover :before{
	transform: translateX(100%);
}

.recruit_btn:hover span:after {
    background-color: rgba(20,78,172,1.00);  
}

.recruit_btn span{
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 910px) {
	.side-menu-area{
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%);
	}
	.top-image{
	left: 260px;
	border-bottom-left-radius: 160px;
}
	.recruit_btn{
    top: 25px;
	}
}
	
@media screen and (max-width: 910px) {
	.side-menu{
		display: none;
	}
	
	.logo {
    display: none;
}
	
.mobile_logo{
	display: block;
}

	.top-image{
	left: 0px;
    width: 100vw;
    border-bottom-left-radius: 0px;
}

	.side-menu-area{
	padding: 0px;
    width: 100vw;
	height: 80px;
	background-color: -webkit-rgba(255,255,255,1);
    background-color: -o-rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
}

	.recruit_btn{
    top: calc(100vh - 85px);
	}
}

/* トップイメージ */
.top-image{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    height: 100vh;
    overflow: hidden;
    z-index: -10;
	margin: 0;
}

.fadeslide {
	position: relative;
	width: auto;
	height: 100%;
	z-index: 0;
}

.slide1,.slide2,.slide3 {
	animation-duration: 21s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;
	left:0px;
	top:0px;
	width: auto;
	height: 100%;
	animation-fill-mode: both;
	animation-timing-function: ease;
	animation-delay: 2s;
	
}

.slide1 img,.slide2 img,.slide3 img {
	width: auto;
	height: 100%;
	animation-name: slideall;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-duration: 7s;
}

/*１枚目*/
.slide1 {
	animation-name: slide1;
}
/*２枚目*/
.slide2 {
	animation-name: slide2;
}
/*３枚目*/
.slide3 {
	animation-name: slide3;
}



/*１枚目*/
@keyframes slide1 {
0% {opacity: 1;}
24% {opacity: 1;}
34% {opacity: 0;}
100% {opacity: 1;}
}
/*２枚目*/
@keyframes slide2 {
0% {opacity: 0;}
24% {opacity: 0;}
34% {opacity: 1;}
57% {opacity: 1;}
67% {opacity: 0;}
100% {opacity: 0;}
}
/*3枚目*/
@keyframes slide3 {
0% {opacity: 0;}
57% {opacity: 0;}
67% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}


.philosophy{
    width: 100vw;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 260px;
    display: block;
}

.philosophy_01{
    display: inline-block;
    height: 200px;
    width: auto;
    margin: 0px 60px -120px 0px;
    padding: 140px 0px 0px 0px;
    z-index: 500;
    vertical-align: top;
}

.philosophy_02{
    width: auto;
    height: auto;
    margin: 0px 0px 130px 0px;
    padding: 130px 0px 0px 0px;
    display: inline-block;
     vertical-align: top;
}

.philosophy_03{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    height: 750px;
    width: 100%;
	z-index: -30;
    
}

.philosophy_04{
    display: inline-block;
    height: auto;
    width: calc(100vw - 260px);
    margin: 70px 0px 0px 260px;
    padding: 0px 0px 0px 0px;
    z-index: 500;
}

.philosophy_bg{
	background: url("../img/philosophy_back.jpg");
    margin: 0px 0px 0px -260px;
	height: 100%;
    width: 100vw;
    z-index: -30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: visible;
}

.text-background-test08 {
  margin-top: 100px;
  display: inline;
  padding: 4px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.text-background-mobile {
  margin-top: 0px;
  padding: 4px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: none;
  vertical-align: top;
	text-align: justify;
	font-feature-settings: normal;
}

.philosophy_img01{
    position: absolute;
    top: 70px;
    left: 690px;
    width: 340px;
    height: 205px;
    overflow: hidden;
    z-index: -10;
	content: "";
	background: url("../img/philosophy_img01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.philosophy_img02{
    position: absolute;
    bottom: 70px;
    left: 960px;
    width: auto;
    height: 320px;
    overflow: hidden;
    z-index: -10;
}

.philosophy_img02 img{
    height: 340px;
}

@media screen and (max-width: 910px) {
	.philosophy{
		padding: 0px 25px 0px 25px;
        width: 100vw;
	}
    .philosophy_04{
    width: 100%;    
}
.philosophy_bg{
    width: calc(100vw + 260px);
}
}

	
@media screen and (max-width: 700px) {
	.philosophy_02{
    margin: 0px 0px 60px 0px;
    padding: 60px 0px 0px 0px;
}
	
	.philosophy_01{
    height: auto;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
	
	.philosophy_02 h1, .philosophy_04 h1{
		font-size: 5.5vw;
		line-height: 2em;
	}
	
	.philosophy_01 h2, .philosophy_04 h2{
		font-size: 5.5vw;
		line-height: 1.6em;
	}
	
.philosophy_img01{
    position: static;
	margin-top: 60px;
    overflow: hidden;
    z-index: -10;
}


.philosophy_03{
    height: auto;
	padding-bottom: 75px;
	width: auto;
}
	
.philosophy_04{
    width: calc(100vw - 50px);
	padding-bottom: 75px;
}
	
.text-background-hidden {
  display: none;
}

.text-background-mobile {
  display: inline;
}

.philosophy_img02{
    display: none;
}
}

@media screen and (min-width: 540px) {
.overview_business, .overview_info{
    width: 415px;
    height: 415px;
}
.half_text table th, .half_text table td {
	padding: 15px;
}
}

@media screen and (max-width: 540px) {
	.overview h1{
    font-size: 5vw;
}
.overview_business, .overview_info{
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
	margin: 0;
}
	.overview_box{
	width: 100vw;
	}
    
    .overview_half_title{
    top: 12%;
    bottom: auto;
}

.half_text table th, .half_text table td {
	padding: 11px;
}
.half_text p{
    line-height: 1.8em;
}
}

.overview{
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    z-index: -1;
    padding: 0px 0px 0px 260px;
    background-size: 32px 32px;
    display: block;
}

.center{
    text-align: center;
    margin: 60px 0px 60px 0px;
	width: calc(100vw - 260px);
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
	font-feature-settings: "palt";
    color: rgba(0,35,51,1.00);
}

.overview_box{
	width: calc(100vw - 260px);
    height: auto;
    text-align: center;
    display: block;
}

.overview_business{
    position: relative;
    display: inline-block;
    margin: 5px;
	background: url("../img/overview_back-A.jpg");
	background-size: cover;
}

.overview_info{
    position: relative;
    display: inline-block;
    margin: 5px;
	background: url("../img/overview_back-B.jpg");
	background-size: cover;
}

.overview_half_title{
    position: absolute;
    bottom: 60%;
    left: 50%;
	width: 100%;
	transform: translateX(-50%);
    z-index: 50;
    color: rgba(255,255,255,1.00);
    font-size: 34px;
    font-family: "din-2014",sans-serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1.1em;
}

.font-size-small{
	font-size: 60%;
	letter-spacing: 0.3em;
    font-family: "Noto Sans JP",sans-serif;
}

.overview_half_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,23,51,0.65);
	background-blend-mode: multiply;
}

.half_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
}

.half_text p{
	color: white;
	font-weight: 300;
	font-style: normal;
	margin-top: 15px;
	font-family: "Noto Sans JP",sans-serif;
    font-feature-settings: "palt";
    text-align: justify;
}

.half_text table {
    border-collapse: collapse;
    width: 100%;
	margin: auto;
}

.half_text table tr {
	height: auto;
    padding: 0;
}

.half_text table th, .half_text table td {
    border-bottom: solid 1px rgba(255,255,255,1.00);  
	border-top: solid 1px rgba(255,255,255,1.00);
    font-family: "Noto Sans JP",sans-serif;
    text-align: center;
}

.half_text table td {
	font-size: 16px;
    line-height: 15px;
	font-weight: 500;
	color: white;
}


.product_line{
    position: relative;
    width: auto;
    height: auto;
    display: block;
    margin: 0px 0px 300px 0px;
}

.overview_title{
    position: absolute;
    text-align: center;
    top: 100px;
	width: 100%;
    font-size: 34px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
	line-height: 1.1em;
    color: rgba(0,35,51,1.00);
	font-feature-settings: "palt";
}

.overview_box_product{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    width: 840px;
    height: 600px;
    text-align: center;
    font-size: 0;
}

.overview_box_product_mobile{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    width: calc(100vw - 50px);
    height: auto;
    text-align: center;
    font-size: 0;
    display: none;
}

@media screen and (max-width: 1120px) {
    .overview_box_product{
    display: none;
}
}
@media screen and (max-width: 1120px) and (min-width: 960px) {
.overview_box_product_mobile{
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 280px);
    flex-wrap: wrap;
}
.overview_box_product_mobile_02-A, .overview_box_product_mobile_02-B, .overview_box_product_mobile_02-C, .overview_box_product_mobile_02-D{
    width: 24%;
}
}

@media screen and (max-width: 960px) and (min-width: 910px) {
.overview_box_product_mobile{
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 280px);
    flex-wrap: wrap;
}
.overview_box_product_mobile_02-A, .overview_box_product_mobile_02-B, .overview_box_product_mobile_02-C, .overview_box_product_mobile_02-D{
    width: 48%;
}
}

@media screen and (max-width: 910px) and (min-width: 400px) {
.overview_box_product_mobile{
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 50px);
    flex-wrap: wrap;
}
.overview_box_product_mobile_02-A, .overview_box_product_mobile_02-B, .overview_box_product_mobile_02-C, .overview_box_product_mobile_02-D{
    width: 48%;
}
}
@media screen and (max-width: 400px) {
.overview_box_product_mobile{
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 50px);
    flex-wrap: wrap;
}
.overview_box_product_mobile_02-A, .overview_box_product_mobile_02-B, .overview_box_product_mobile_02-C, .overview_box_product_mobile_02-D{
    width: 100%;
}
}

.overview_box_product_mobile_01{
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    background-color: rgba(0,35,51,1.00);
    color: rgba(255,255,255,1.00);
    font-size: 19px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    border-radius: 0;
}

.overview_box_product_mobile_02-A, .overview_box_product_mobile_02-B, .overview_box_product_mobile_02-C, .overview_box_product_mobile_02-D{
    display: block;
	line-height: 60px;
    height: 60px;
    color: rgba(0,35,51,1.00);
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: rgba(255,255,255,1.00);
    outline: solid 3px;
    outline-offset:-3px;
    letter-spacing: 0.1em;
    margin-top: 64px;
    position: relative;
    margin-bottom: 380px;
}

.overview_box_product_mobile_02-B{
    margin-bottom: 140px;
}

.overview_box_product_mobile_02-C{
    margin-bottom: 80px;
}

.overview_box_product_mobile_02-D{
    line-height: 25px;
    font-size: 20px;
    font-feature-settings: "palt";
    margin-bottom: 0px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: -2px;
}


.overview_box_product_mobile_03-A{
    position: absolute;
    top: 65px;
    left: 0px;
    width: 100%;
    height: auto;
	text-align: center;
}

.overview_box_product_mobile_03-A li{
    list-style-type: none!important;
    color: rgba(255,255,255,1.00);
	background-color: rgba(0,35,51,1.00);
    font-size: 14.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-radius: 20px;
    line-height: 22px;
    padding: 0px;
    width: 100%;
    margin: 5px 0px;
    letter-spacing: 0.0em;
    display: block;
}

.overview_box_product_01{
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    background-color: rgba(0,35,51,1.00);
    color: rgba(255,255,255,1.00);
    font-size: 19px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 200px;
    height: 200px;
    line-height: 200px;
    display: block;
    border-radius: 50%;
}

.overview_box_product_01:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 200px;
    background-color: rgba(0,35,51,1.00);
    border-radius: 50%;
    z-index: -200;
    animation: 3s linear infinite expansion; 
}



@keyframes expansion{
    0%{ transform: scale(100%); opacity: 1; }
    70%{ transform: scale(130%); opacity: 0; }
    100%{ transform: scale(130%); opacity: 0; }
}



.overview_box_product_02-A{
    position: absolute;
    display: block;
    top: 60px;
	line-height: 60px;
    width: 180px;
    height: 60px;
    transition: ease 0.5s;
    color: rgba(0,35,51,1.00);
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: rgba(255,255,255,1.00);
    outline: solid 3px;
    outline-offset:-3px;
    letter-spacing: 0.1em
}

.overview_box_product_02-A span{
    position: absolute;
    left: 180px;
    top: 30px;
    width: 180px;
    height: 2px;
    background-color: rgba(0,35,51,1.00);
    z-index: -5;
}

.overview_box_product_03-A{
    position: absolute;
    top: 65px;
    left: 0px;
    width: 180px;
    height: 100%;
	text-align: center;
}

.overview_box_product_03-A li{
    list-style-type: none!important;
    color: rgba(255,255,255,1.00);
	background-color: rgba(0,35,51,1.00);
    font-size: 14.5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-radius: 20px;
    line-height: 22px;
    padding: 0px;
    width: 180px;
    margin: 5px 0px;
    letter-spacing: 0.0em
}

.overview_box_product_02-b{
    position: absolute;
    top: 260px;
    right: 220px;
    display: block;
	line-height: 60px;
    width: 180px;
    height: 60px;
    transition: ease 0.5s;
    color: rgba(0,35,51,1.00);
    font-size: 22px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: rgba(255,255,255,1.00);
    outline: solid 3px;
    outline-offset:-3px;
}

.overview_box_product_02-b span{
    position: absolute;
    right: 46px;
    top: -60px;
    width: 180px;
    height: 2px;
    background-color: rgba(0,35,51,1.00);
    transform: rotateZ(55deg);
    z-index: -5;
}

.overview_box_product_02-c{
    position: absolute;
    top: 60px;
    right: 0;
    display: block;
	line-height: 60px;
    width: 180px;
    height: 60px;
    transition: ease 0.5s;
    color: rgba(0,35,51,1.00);
    font-size: 22px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: rgba(255,255,255,1.00);
    outline: solid 3px;
    outline-offset:-3px;
}

.overview_box_product_02-c span{
    position: absolute;
    right: 180px;
    top: 30px;
    width: 180px;
    height: 2px;
    background-color: rgba(0,35,51,1.00);
    z-index: -5;
}

.overview_box_product_02-D{
    position: absolute;
    top: 260px;
    left: 220px;
	line-height: 26px;
    display: block;
    width: 180px;
    height: 56px;
    padding-top: 4px;
    color: rgba(0,35,51,1.00);
    font-size: 20px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    outline: solid 3px;
    outline-offset:-3px;
    background-color: rgba(255,255,255,1.00);
}

.overview_box_product_02-D span{
    position: absolute;
    left: 46px;
    top: -60px;
    width: 180px;
    height: 2px;
    background-color: rgba(0,35,51,1.00);
    transform: rotateZ(-55deg);
    z-index: -5;
}

@media screen and (max-width: 910px) {
	.overview{
		padding: 0px 25px 0px 25px;
	}
    .center{
	width: calc(100vw - 50px);
}

.overview_box{
	width: calc(100vw - 50px);
}
}

.area{
    height: 100vh;
    display: block;
	position: relative;
    width: auto;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
}

.type a {
  display: inline-block;
  position: absolute;
  right: 140px;
  top: 186px;
  z-index: 2;
  padding: 10px 10px;
  color: #002333;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: .2s;
  height: auto;
  }
  
.type a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -140px;
    width: 140px;
    height: 1.4px;
    background: #002333;
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
.type a:hover {
    opacity: .5;
  }

@keyframes sdl01 {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0%;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0%;
  }
}


.wrap{
	position: absolute;
	display: flex;
	top: 240px;
	left: 260px;
	margin: 0;
	padding: 0;
	z-index: -500;
}

.item{
	position: relative;
	width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0;
	padding: 0px 0.8% 0 0;
}

.item img{
	height: calc(100vh - 480px);
	width: auto;
	margin: 0;
	padding: 0;
	z-index: -500;
}

@media screen and (max-width: 600px) {
  .item img{
	height: auto;
	  width: calc(100vw - 50px);
}
}

/*
「製品の紹介」に製品を追加する場合は、以下に
.item:nth-of-type("追加する数字)"{}
を追加してください。
*/



.item:last-of-type img{
	opacity: 0;
}

.product_number{
    position: absolute;
    left: 0px;
    top: -16px;
	font-family: din-2014,sans-serif;
    font-weight: 800;
    font-size: 120px;
    color: rgba(255,255,255,0.9);
    z-index: 100;
    font-feature-settings: "palt";
	letter-spacing: 0em;
    line-height: 1em;
    mix-blend-mode: hard-light;
    }

.product_andmore{
    position: absolute;
    left: 0px;
    top: -10px;
	font-family: din-2014,sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: rgba(0,35,51,1.00);
    z-index: 100;
    font-feature-settings: "palt";
	letter-spacing: 0em;
    line-height: 1em;
	white-space: nowrap;
    }

    
.product_name{
        position: absolute;
	    left: 0px;
	    top: calc(100vh - 455px);
        width: auto;
	max-width: 87.5%;
        height: auto;
        padding: 5px 10px;
	    font-family: "Noto Sans JP",sans-serif;
        font-weight: 700;
	    font-size: 23px;
	line-height: 1.2em;
	    color: rgba(255,255,255,1.00);
       font-feature-settings: "palt";
       letter-spacing: 0.05em;
	text-align: justify;
    }
    
.product_name:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,35,51,1.00);
    mix-blend-mode: multiply;
    z-index: -10;
    }
    
.product_caption{
    position: absolute;
    left: 0px;
    top: calc(100vh - 400px);
    display: block;
    width: auto;
    height: auto;
    font-size: 13px;
	font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
    color: rgba(0,35,51,1.00);
    font-feature-settings: "palt";
	margin-right: 0.8%;
    }

.product_back_about{
	position: absolute;
    left: 0px;
	top: 75px;
	font-family: "Noto Sans JP",sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: rgba(0,35,51,1.00);
    z-index: 100;
    font-feature-settings: "palt";
	letter-spacing: 0.05em;
    line-height: 1.8em;
    white-space: nowrap;
}
  
@media screen and (max-width: 400px) {
  .product_back_about{
    font-size: 3.75vw;
}
}
    
.gmap_area{
	width: 100vw;
	height: 100vh;
	position: relative;
	display: block;
}

.product_01{
    position: absolute;
    top: 80px;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    z-index: 15;
}

.gmap {
    position: absolute;
    top: 240px;
    bottom: 0px;
    right: 0px;
    height: auto;
	display: flex;
    flex-wrap: wrap;
}

.adress{
    height: auto;
	display: inline-block;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 16px;
	line-height: 2em;
	padding: 0;
}

.adress table{
	margin: 0;
	width: 95%;
    border-collapse: collapse;
}

.adress table tr{
	font-weight: 600;
	border-bottom: solid 1px rgba(138,160,170,1.00);  
	border-top: solid 1px rgba(138,160,170,1.00);
    width: 100%;
}

.adress table th, .adress table td{
	font-family: "Noto Sans JP",sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: left;
	color: rgba(0,35,51,1.00);
	height: auto;
	border-bottom: none;  
	border-top: none;
}

.adress table th{
	font-weight: 700;
	padding: 20px 30px 20px 0px;
    white-space: nowrap;
}

.adress table td{
	padding-right: 0px;
    width: calc(100% - 80px);
    white-space: normal;
}

.gmap iframe {
    height: 100%;
    border: none;
	display: inline-block;
}

@media screen and (min-width: 910px) {
    .product_01{
    left: 260px;
}
.wrap{
	left: 260px;
}
.gmap {
    left: 260px;
    width: calc(100vw - 260px);
}

.contact{
    left: 260px;
}
}

@media screen and (max-width: 910px) {
    .product_01{
    left: 25px;
}
.wrap{
	left: 25px;
}
.gmap {
    left: 25px;
    width: calc(100vw - 50px);
}
.contact{
    left: 25px;
}
}

@media screen and (min-width: 700px) {
    .adress{
	width: 50%;
    }
    
    .gmap iframe {
    width: 50%;
}
}

@media screen and (max-width: 700px) {
	.gmap_area{
	height: 150vh;
}
	
    .adress{
	width: calc(100vw - 50px);
    height: auto;
    margin-bottom: 25px;
    display: block;
    }
	
	.adress table{
	width: 100%;
}
    
    .gmap iframe {
    display: block;
    width: calc(100vw - 50px);
    height: 90vh;
}
}

.contact_area{
	width: 100vw;
	height: auto;
	position: relative;
	display: block;
}

.contact{
    position: absolute;
    top: 240px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
}

.contact_mes{
	display: block;
    width: auto;
    height: auto;
	margin-bottom: 60px;
	font-family: adobe-caslon-pro,serif;
	font-size: 20px;
	font-weight: 500;
	color: rgba(20,78,172,1.00);
	line-height: 1.5em;
}

.contact_mes span{
	font-size: 13px;
	font-weight: 500;
	color: rgba(20,78,172,1.00);
	font-family: "Noto Sans JP",sans-serif;
}

.contact_lan{
	display: block;
    width: auto;
    height: auto;
	margin-bottom: 60px;
}

.contact_com_name{
	font-family: "Noto Sans JP",sans-serif;
	font-size: 28px;
	display: block;
	height: auto;
	color: rgba(20,78,172,1.00);
	font-weight: 400;
	margin-bottom: 24px;
	line-height: 1.1em;
	font-feature-settings: "palt";
}

.contact_com_name span{
	font-size: 16px;
	line-height: 0.6em;
}

.contact_com02{
	width: auto;
	display: inline-block;
	height: 50px;
	overflow: hidden;
}

.contact_com_tel{
	position: relative;
	font-family: din-2014,sans-serif;
	font-size: 24px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(20,78,172,1.00);
	padding-left: 32px;
	margin: -0px 24px 0px 0px;
	border-top: 1px solid rgba(20,78,172,1.00);
	border-bottom: 1px solid rgba(20,78,172,1.00);
	outline-offset: -1px;
	text-decoration: none;
	box-sizing: border-box;
}

.contact_com_tel:after{
	font-size: 0;
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-top: 3px solid rgba(255,255,255,1.00);
	border-bottom: 3px solid rgba(255,255,255,1.00);
	outline-offset: 0px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	z-index: 10;
	transform: translateX(-100%); 
}

.contact_com_tel:hover:after{
	animation: 0.8s ease trans3;
}

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

.contact_com_tel:before{
	position: absolute;
	left: 0px;
	top: 7px;
	content: "";
	width: 23px;
	height: 23px;
	background-color: rgba(20,78,172,1.00);
	-webkit-mask-image: url("../img/icon_tel.svg");
           mask-image: url("../img/icon_tel.svg");
}

.contact_com_tel:hover:before{
	animation:2s linear infinite rotation3;
}

@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

.contact_com_fax{
	position: relative;
	font-family: din-2014,sans-serif;
	font-size: 24px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(20,78,172,1.00);
	padding-left: 32px;
	margin: 0px 24px 0px 0px;
	border-top: 1px solid rgba(20,78,172,1.00);
	border-bottom: 1px solid rgba(20,78,172,1.00);
	outline-offset: -1px;
	text-decoration: none;
	box-sizing: border-box;
}

.contact_com_fax:after{
	font-size: 0;
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-top: 3px solid rgba(255,255,255,1.00);
	border-bottom: 3px solid rgba(255,255,255,1.00);
	outline-offset: 0px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	z-index: 10;
	transform: translateX(-100%); 
}

.contact_com_fax:hover:after{
	animation: 0.8s ease trans3;
}

.contact_com_fax:before{
	position: absolute;
	left: 0px;
	top: 7px;
	content: "";
	width: 24px;
	height: 24px;
	background-color: rgba(20,78,172,1.00);
	-webkit-mask-image: url("../img/icon_fax.svg");
           mask-image: url("../img/icon_fax.svg");
}

.contact_com_fax:hover:before{
	animation:2s linear infinite rotation3;
}

.contact_com_mail{
	position: relative;
	font-family: din-2014,sans-serif;
	font-size: 24px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: rgba(20,78,172,1.00);
	padding-left: 32px;
	margin: 0px 24px 0px 0px;
	border-top: 1px solid rgba(20,78,172,1.00);
	border-bottom: 1px solid rgba(20,78,172,1.00);
	outline-offset: -1px;
	text-decoration: none;
	box-sizing: border-box;
}

.contact_com_mail:after{
	font-size: 0;
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-top: 3px solid rgba(255,255,255,1.00);
	border-bottom: 3px solid rgba(255,255,255,1.00);
	outline-offset: 0px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	z-index: 10;
	transform: translateX(-100%); 
}

.contact_com_mail:hover:after{
	animation: 0.8s ease trans3;
}

.contact_com_mail:before{
	position: absolute;
	left: 0px;
	top: 8px;
	content: "";
	width: 23px;
	height: 23px;
	background-color: rgba(20,78,172,1.00);
	-webkit-mask-image: url("../img/icon_mail.svg");
           mask-image: url("../img/icon_mail.svg");
}

.contact_com_mail:hover:before{
	animation:2s linear infinite rotation3;
}

.contact_footer{
	display: inline;
	font-family: din-2014,sans-serif;
	font-size: 14px;
	color: rgba(20,78,172,1.00);
	z-index: 999;
    margin: 0px 0px 25px 0px;
    padding-bottom: 10px;
}

.contact_footer_recruit{
	display: inline;
	font-family: din-2014,sans-serif;
	font-size: 14px;
	color: rgba(20,78,172,1.00);
	z-index: 999;
    margin: 0px 0px 0px 0px;
    padding-bottom: 10px;
    left: 50px;
}

.contact_footer_art{
    display: inline;
	margin: 0px 25px 25px 0px;
    float: right;
	font-family: din-2014,sans-serif;
	font-size: 14px;
	color: rgba(20,78,172,1.00);
	z-index: 100;
	text-decoration: none;
}
