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

@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');


/*メニュー*/

#hamburger .btn-gNav {
    position: fixed;
    top: 30px;
    right: 5%;
    width: 30px;
    height: 100%;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
    top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
    top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
    top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
#gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 55%;
    height: 100%;
    background: #092853;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 50px;
    transition: .3s;
}
#gNav.open {
    right: 0px;
}
#gNav ul.gNav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
}
#gNav ul.gNav-menu li {
    display: block;
    padding : 40px 30px;
}
#gNav ul.gNav-menu li a {
    color: #ddd;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .btn-gNav {
    display: none;
}
#gNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 28px;
    width: 100%;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}
#gNav ul.gNav-menu {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 28px;
    position: fixed;
    top: 0;
    right: 50px;
    padding: 30px 0 0 0;
}
#gNav ul.gNav-menu li {
    padding-top: 5px;
}
#gNav ul.gNav-menu li a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    padding-bottom: 10px;
}
#gNav ul.gNav-menu li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    border-bottom: solid 1px #000000;
    transition: 0.3s;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#gNav ul.gNav-menu li a:hover::after {
  width: 120%;
}
}


/*本文*/

body {
    font-family:sans-serif,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
    width: 100%;
}

p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    text-justify: auto;
}

/*ヘッダー*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 {
    width: 50%;
    z-index: 200;
    position: relative;
}

h1 img {
    max-width: 250px;
    margin-left: 10%;
    width: 100%;
}

/*メインビジュアル*/

#main {
    z-index: -100;
}

#MV {
    width: 100%;
    height: 760px;
    position: relative;
    color: #ffffff;
    margin-top: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); 
}

.MV_bg {
    width: 100%;
    height: 760px;
    position: relative;
	background: url(../images/mv_new01.jpg) no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MV_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 25, 51, 0.46) 0%, rgba(4, 25, 51, 0.30) 52%, rgba(4, 25, 51, 0.18) 100%);
    pointer-events: none;
}

#MV .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    width: 80%;
}
#MV .MV_txt {
    display: inline-block;
    filter: drop-shadow(0 0 7px rgba(0,0,0,0.95));
    max-width: 75%;
}
#MV .greeting-btn img {
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
    width: 350px;
}
#MV .greeting-btn a:hover {
    opacity: 0.7;
}

#MV h2 {
    font-size: 56px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: -0.05em;
    position: relative;
    margin-bottom: 20px;
}

#MV .english {
    font-size: 28px;
    letter-spacing: 0.1em;
    opacity: 0.7;
    margin-top: 40px;
    font-family:'Passion One', cursive;
    filter: none;
}

/*事業内容*/

#business_content h2 {
    font-size: 24px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    margin: auto;
    width: 100%;
}

#business_content h3 {
    font-size: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: -0.1em;
    color: #000000;
    font-weight: bold;
    display: inline-block;
}

#business_content h3:first-letter {
    font-size: 82px;
    color: #ffffff;
}

#business_content h3 .english {
    font-size: 56px;
    font-family:'Passion One', cursive;
    margin: 30px 30px 0 0;
    letter-spacing: 0.05em;
}

#business_content .txt {
    display: inline-block;
    filter: drop-shadow(0 0 4px rgba(0,0,0,1));
    width: 50%;
    max-width: 700px;
}

.txt_wrapper {
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
}

#print .txt p {
    margin-bottom: 0;
}

#print_header {
    color: #ffffff;
    height: 750px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); 
    position: relative;
    overflow: hidden;
}

.print_bg {
	background: url(../images/print_new01.jpg) no-repeat top/cover;
    height: 750px;
    position: relative;
}

.print_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(4, 25, 51, 0.30);
    pointer-events: none;
}

.print_bg .txt_wrapper {
    position: relative;
    z-index: 1;
}

#print h3 {
    color: #ffffff;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
}

#print h3:first-letter {
    color: #FFFF00;
}

#product, #facility {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

#facility p {
    text-align: right;
}

#facility img {
    width: 100%;
}

.slide {
    position:relative;
    width: 100%;
    height: auto;
}

.slideitem {
    position: absolute;
    top: 0;
    left: 0;
}

#print h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 40px 0;
    letter-spacing: 0.2em;
}

#facility h4 {
    text-align: left;
    padding-top: 50px;
}

#print p {
    display: block;
    margin: 0 0 40px 0;
}

.provide {
    position: absolute;
    font-size: 12px;
    bottom: 40px;
    right: 20px;
    margin-bottom: 0;
}

#product_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

#product_img figcaption {
    font-size: 12px;
    text-align: center;
    margin: 10px 0 40px 0;
    font-weight: bold;
}

#print small {
    display: block;
    margin: 20px 0 60px 0;
    text-align: center;
}

#print .border {
    width: 100%;
    height: 750px;
    background-color: #FFFF00;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 83%, 100% 99%, 100% 100%, 0 100%);
    opacity: 0;
}

#photo {
    color: #ffffff;
    height: 750px;
    clip-path: polygon(0 0, 100% 17%, 100% 90%, 0 100%); 
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.photo_bg {
	background: url(../images/photo.jpg) no-repeat top/cover;
    height: 750px;
    position: relative;
}

#photo .txt_wrapper {
    flex-direction: row-reverse;
}

#photo h3 {
    color: #ffffff;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
}

#photo h3:first-letter {
    color: #FF00FF;
}

#photo .border {
    width: 100%;
    height: 750px;
    background-color: #FF00FF;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 99%, 100% 83%, 100% 100%, 0 100%);
    opacity: 0;
}

#internet {
    color: #fff;
    height: 500px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); 
    position: relative;
    top: -75px;
    z-index: -2;
    overflow: hidden;
    margin-bottom: -75px;
}

.internet_bg {
    background: url("../images/internet.jpg") no-repeat top/cover;
    height: 500px;
    position: relative;
}

#internet .txt {
    width: 60%;
    max-width: 900px;
}

#business_content #internet h3 {
    line-height: 0;
    margin-top: -74px;
    margin-bottom: 0;
    color: #fff;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
}

#business_content #internet h3:first-letter {
    font-size: 82px;
    color: #00FFFF;
}

#business_content #internet h3 .english {
    line-height: 1.8;
}

#internet .border {
    width: 100%;
    height: 500px;
    background-color: #00FFFF;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 83%, 100% 99%, 100% 100%, 0 100%);
    opacity: 0;
}

#company {
    color: #ffffff;
    height: 500px;
    clip-path: polygon(0 5%, 100% 15%, 100% 90%, 0 100%); 
    position: relative;
    top: -75px;
    margin-bottom: -75px;
}

.company_bg {
	background: url(../images/company.jpg) no-repeat top/cover;
    height: 500px;
    position: relative;
}

#company .txt {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

#company h3 {
    font-size: 28px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    color: #000000;
    font-weight: bold;
    display: inline-block;
}

#company h3 .english {
    font-size: 50px;
    font-family:'Passion One', cursive;
    margin: 30px;
    letter-spacing: 0.05em;
}

#company h3:first-letter {
    font-size: 62px;
    color: #ffffff;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.10));
    display: inline;
    text-shadow: 0 0 2px #000000;
}

/*ボタンパーツ*/

.detail_btn {
    position: relative;
    display: block;
    color: #000000;
    background: #ffffff;
    overflow: hidden;
    letter-spacing: 0.1em;
    width: 250px;
    margin: 0 0 0 30px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
}

.detail_btn a.btn {
    position: relative;
    z-index: 1;
    transition: .3s;
    display: block;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    color: #000000;
}

.detail_btn:hover .btn {
    color: #ffffff;
}

.detail_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #092853;
    transform: translate3d(-100%, 0, 0);
    transition: .3s;
}

.detail_btn:hover:before {
  transform: translate3d(0, 0, 0);
}

a.arrow {
    margin-right: 20px;
}

a.arrow:before,
a.arrow:after {
	content :"";
	display :block;
	position :absolute;
}
a.arrow:before {
	border-right :1px solid #092853;
	border-top :1px solid #092853;
	-webkit-transform :rotate(45deg);
	transform :rotate(45deg);
	width :8px;
    height :8px;
	right :0;
    top :50%;
	margin-top :-4px;
}
a.arrow:after {
	width :12px;
	border-bottom :1px solid #092853;
	right :0;
    top :50%;
}

a.arrow:hover:before {
	border-right :1px solid #ffffff;
	border-top :1px solid #ffffff;
	-webkit-transform :rotate(45deg);
	transform :rotate(45deg);
	width :8px;
    height :8px;
	right :0;
    top :50%;
	margin-top :-4px;
}

a.arrow:hover:after {
	border-bottom :1px solid #ffffff;
}

/*フッター*/

footer {
    margin-top: 40px;
}

footer a {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: 0.3s;
    position: relative;
    padding-bottom: 10px;
}

footer a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 1px #000000;
  transition: 0.3s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

footer a:hover::after {
  width: 120%;
}

footer nav ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
    max-width: 800px;
    margin: auto;
    padding: 30px 0;
}

footer address {
    text-align: center;
    margin: 40px 0;
}

footer p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: bold;
}

footer address ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 650px;
    margin: 20px auto;
    font-size: 13px;
    font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
    letter-spacing: 0.1em;
}

footer p.copy {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    font-family:'Passion One', cursive;
    font-weight: normal;
}

/*タブレット用*/

@media screen and (max-width: 1024px) {
#gNav ul.gNav-menu {
    right: 0;
}
#business_content h3 .english {
    display: block;
    margin: 0 0 10px 0;
}
#business_content h3 {
    display: block;
    margin-bottom: 40px;
}
#product_img {
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 40px;
}
#product_img span {
    flex-basis: 25%;
    text-align: center;
}
#product_img img {
    transform: scale(0.8);
}
#facility p {
    text-align: left;
    margin-top: 0;
} 
#facility p.provide {
    position: relative;
    top: -20px;
    right: 0;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}    
#internet {
    height: 650px;
}  
.internet_bg {
    height: 650px;
}  
#internet .border {
    height: 650px;
}
#internet .txt {
    width: 50%;
    max-width: 600px;
}
#company {
    height: 400px;
    clip-path: polygon(0 0, 100% 18%, 100% 83%, 0 100%); 
}
.company_bg {
    height: 400px;
}
#company .txt {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#company h3 .english {
    margin: 0 0 10px 0;
    display: block;
}
footer nav ul {
    padding: 0;
    width: 80%;
    text-align: center;
    padding-bottom: 20px;
}   
}

@media (orientation: portrait) and (max-width: 1024px) {
#MV .wrapper {
    flex-direction: column;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    }
#MV .MV_txt {
    max-width: 100%;
}}

/*スマートフォン用*/

@media screen and (max-width: 767px) {
#MV {
    height: 650px;
    position: relative;
}
#MV .wrapper {
    flex-direction: column;
    position: relative;
    top: -60px;
}
#MV .greeting-btn img {
    max-width: 100%;
}
#MV .MV_txt {
    max-width: 100%;
}
#MV h2 {
    font-size: 48px;
}    
#MV .english {
    font-size: 28px;
    text-align: left;
    text-justify: none;
}
.txt_wrapper {
    flex-wrap: wrap;
    align-content:center;
    width: 80%;
    max-width: 80%;
    margin: auto;
}
#business_content .txt {
    width: 100%;
}
#business_content h3 .english {
    display: block;
    margin: 0 0 10px 0;
}
#business_content h3 {
    display: block;
    margin-bottom: 40px;
    font-size: 30px;
}
#print_header {
    height: 650px;
}
.print_bg{
    height: 650px;
}
#print .border {
    height: 650px;
}
#product, #facility {
    width: 80%;
    max-width: none;
}
#product_img {
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 40px;
}
#product_img span {
    flex-basis: 33%;
    text-align: center;
}
#product_img img {
    transform: scale(0.8);
}
    
#product_img figcaption {
    font-size: 12px;
    margin: 0 0 15px 0;
}
#facility {
    text-align: left;
}
#facility p {
    text-align: left;
    margin-top: 0;
}
#facility p.provide {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.slide {
    position:relative;
    width: 100%;
    height: auto;
}
#photo .txt_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#internet {
    height: 750px;
}  
.internet_bg {
    height: 750px;
} 
#internet .border {
    height: 750px;
}
#business_content #internet h3 .english {
    line-height: 0;
    margin-bottom: 0;
}
#business_content #internet h3 {
    margin-bottom: 30px;
    line-height: 1.2;
}
#company {
    height: 400px;
    clip-path: polygon(0 0, 100% 18%, 100% 83%, 0 100%); 
}
.company_bg {
    height: 400px;
}

#company .txt {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
#company h3 .english {
    margin: 0 0 10px 0;
    display: block;
}
.detail_btn {
    margin: 30px 0 0 0;
}
footer a {
    font-size: 16px;
}
footer address p {
    font-size: 18px;
}
footer nav ul {
    justify-content: center;
    flex-flow: column;
    padding: 0;
    width: 80%;
    text-align: center;
}   
footer nav ul li {
    margin-bottom: 30px;
    font-size: 16px
}    
footer address ul {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
} 
footer address ul li {
    margin-bottom: 10px;
    font-size: 16px
}    
}

@media screen and (max-width: 280px) {
#business_content #internet h3 {
    transform: scale(0.8);
}
}


/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 800ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.isPlay {
  animation-name: play;
  animation-duration: .50s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42,0,1,1);
  position: relative;
  opacity: 1 !important;
}
