@charset "utf-8";
body {
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 14px;
	font-weight: normal!important;
	font-style: normal!important;
	color: #333333!important;
	background-color: #f7eee8!important;
	line-height: 1.6;
	overflow-x: hidden;
	letter-spacing: .2em;
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
    font-size: 16px;
}
dl, dt, dd {
	list-style: none;
	padding: 0;
	margin: 0;
    font-size: 16px;
    font-weight: 500;
}
h1,h2 {
	font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin: 0;
	line-height: 1;
}
h1 {
    font-size: 55px;
    color: #42d7e9;
}
h2 {
	font-size: 50px;
}
h3 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
	font-size: 30px;
    color: #42d7e9;
    letter-spacing: .2em;
}
h4 {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
	font-size: 22px;
    letter-spacing: .2em;
}
h3,h4,h5,h6 {
	margin: 0;
	line-height: 1;
}
p {
    font-size: 16px;
	margin: 0;
    line-height: 1.8em;
    letter-spacing: .25em;
}
.small {
	font-size: 13px;
}
.blue {
    color: #42d7e9;
}
a {
  display: inline-block;
  color: #333333;
  text-decoration: none!important;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}
a:hover, a:focus {
	color: #42d7e9;
  -webkit-transition: all .3s;
  transition: all .3s;
}
figure,figcaption {
	margin: 0;
	padding: 0;
}
button {
    font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
    width: 100%;
    display: flex;
    border: none;
    background-color: transparent;
    padding: 5% 0;
}
button a {
    width: auto;
    background-color: #333333;
    color: #f7eee8;
    padding: 3% 6%;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: .2em;
}
button a:hover,button a:focus {
    color: #f7eee8;
    background-color: #42d7e9;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.max-w {
    max-width: 1420px!important;
    margin: 0 auto!important;
}
/* - - - - - - - - ↓ Header ↓ - - - - - - - - */
header {
	background: rgba(247, 238, 232, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 84%;
	height: 100px;
	padding: 0 8%;
	z-index: 999;
}
#h_menu {
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction: row;
	justify-content: space-between;
    align-items: center;
}
header h1 {
	width: 100px;
	padding: 0;
	line-height: 0;
}
header h1 a {
    width: 100%;
    height: 100%;
}
header h1 a img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-transition: all .3s;
    transition: all .3s;
}
header h1 a img:hover {
	opacity: .5;
	-webkit-transition: all .3s;
  transition: all .3s;
}
#global-navi {
    width: 90%;
}
#h_menu nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#h_menu nav ul li{
	width: auto;
	display:inline-block;
	font-size: 16px;
	padding: 0 2%;
}
#h_menu nav ul li:last-child {
    padding: 0 0 0 2%;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width: 768px) {
header {
	height: 70px;
	background-color: transparent;
	transition: 0.5s;
}
header.scroll-nav {
	background-color: transparent;
}
header h1 {
	width: 80px;
	padding: 0;
}
.scroll-nav .sp {
	display: none!important;
}
.scroll-nav .sp_scroll {
	display: inline-block;
}
#h_menu nav {
	position: fixed;
	top: 0;
	right: -220px;
	width: 220px;
	height: 100%;
	padding-top: 70px;
	background-color: rgba(247, 238, 232, .9);
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2
}
#h_menu nav.open {
	right: 0;
}
#h_menu nav ul {
    flex-direction: column;
    justify-content: center;
}
#h_menu nav ul li {
    width: 90%;
	display:block;
	padding: 10%;
}
#h_menu nav ul li:last-child {
    padding: 10%;
}
#h_menu nav ul li a {
	text-decoration: none;
}
#h_menu .btn-gnavi {
	position: relative;
	cursor: pointer;
    width: 25px;
    height:50px;
	border-radius: 5px;
    z-index: 999;
}
#h_menu .btn-gnavi span {
	display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 1px;
	background: #333333;
}
#h_menu .btn-gnavi span:nth-of-type(1) {
	top:15px;	
  	width: 100%;
}

#h_menu .btn-gnavi span:nth-of-type(2) {
	top:23px;
  	width: 80%;
}

#h_menu .btn-gnavi span:nth-of-type(3) {
	top:31px;
  	width: 45%;
}

/*activeクラスが付与されると線が回転して×になる*/

#h_menu .btn-gnavi.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 100%;
}

#h_menu .btn-gnavi.open span:nth-of-type(2) {
	opacity: 0;
}

#h_menu .btn-gnavi.open span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 100%;
}
}
/* - - - - - - - - ↑ Header ↑ - - - - - - - - */

main {
    width: 100%;
}
.main-visual {
    position: relative;
    width: 84%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0 8%;
}
.main-visual h1 {
    position: sticky;
    line-height: 1.5em;
    letter-spacing: .2em;
    padding: 25vh 0 0 0;
    z-index: 1;
}
.main-visual h1 span {
    font-size: 90px;
}
.main-visual h3 {
    position: sticky;
    color: #333333;
    padding: 3% 0;
    z-index: 1;
}
.fv_img, .rec_img {
    position: absolute;
    box-shadow: 10px 10px 0 0 #42d7e9;
}
.fv_img:nth-of-type(1) {
    top: 18vh;
    right: 8vw;
    width: 26%;
    height: 68%;
}
.fv_img:nth-of-type(2) {
    top: 84vh;
    right: 44vw;
    width: 22%;
    height: 51%;
}
.fv_img:nth-of-type(3) {
    top: 126vh;
    right: 12vw;
    width: 20%;
    height: 38%;
}
.fv_img img, .rec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* fadeUp */
.fadenav{animation: fadeIn 2s ease 0s 1 normal;}
@keyframes fadeIn { from {
    opacity: 0;
    transform: translateY(50px);/* フェード前の位置 */
}
to {
    opacity: 1;
    transform: translateY(0);/* フェードの位置 */
}
}
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}

/* - - - - - - - - ↓ Main ↓ - - - - - - - - */
section {
    width: 84%;
    padding: 20vh 8% 20vh 8%;
}
section:nth-of-type(1) {
    padding: 50vh 8% 10vh 8%;
}
section:nth-child(even) {
    background-color: #ffffff;
}
section:nth-child(even) .max-w {
    position: relative;
}
.title h3 {
    position: relative;
    display: flex;
}
.title h3::before {
    content: "";
    position: absolute;
    top: -20vh;
    left: 10px;
    width: 2px;
    height: 15vh;
    background-color: #42d7e9;
}
.title h2 {
    padding: 5% 0 8% 0;
    letter-spacing: .2em;
}
#works {
    display: flex;
    padding: 10% 0 0 0;
}
.sub_title {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 5%;
}
.sub_title .line {
    width: 2px;
    height: 10vh;
    background-color: #333333;
    margin: 0 0 0 10px;
}
.sub_title h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #333333;
    padding: 1em 0 0 0;
}
.sub_content {
    width: 90%;
    padding: 0 0 0 5%;
}
#works ul {
    width: 100%;
}
#works ul li {
    padding: 1.5% 0;
}
#works ul li:first-child {
    padding: 0 0 1.5% 0;
}
.sub_content2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 0;
}
.sub_content2 figure {
    width: 22%;
}
.sub_content2 .fig_weap {
    width: 100%;
    height: 43%;
    box-shadow: 9px 9px 0 0 #42d7e9;
}
figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_content2 figcaption {
    width: 100%;
    padding: 15% 0;
}
.sub_content2 figcaption h4 {
    padding: 5% 0 10% 0;
}
#company, #recruit, #pp, #contact {
    width: 100%;
}
.com_wrap, .rec_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: solid 1px #333333;
    padding: 2.5% 0;
}
.com_wrap:last-child, .rec_wrap:last-child {
    border-bottom: solid 1px #333333;
}
.com_wrap dt, .rec_wrap dt, .con_wrap dt {
    width: 23%;
    padding: 0 5% 0 0;
}
.com_wrap dd, .rec_wrap dd, .dd_wrap, .con_wrap dd {
    width: 72%;
}
#map {
    width: 100%;
    height: 55vh;
    padding: 10% 0;
}
#map iframe {
    width: 100%;
    height: 100%;
}
#area_3 {
    position: relative;
}
.rec_img:nth-of-type(2) {
    top: -30vh;
    right: 8vw;
    width: 28%;
    height: 26%;
}
.rec_img:nth-of-type(3) {
    bottom: -32vh;
    right: 8vw;
    width: 28%;
    height: 26%;
}
#area_3 h3.l_text {
    display: flex;
    width: 60%;
    padding: 5% 0;
    line-height: 1.4em;
}
#area_3 h3.l_text .material-icons-outlined {
    font-size: 40px;
    line-height: .9;
}
form {
    width: 100%;
    padding: 5% 0;
}
#error {
    color: #D62E00;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input,textarea {
    font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
    width: 92%;
    background-color: #ffffff;
    border: none;
    padding: 3% 4%;
    font-size: 16px;
}
textarea {
    height: 30vh;
}
.con_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 0;
}
.con_wrap:last-of-type {
    align-items: flex-start;
}
#contact button {
    justify-content: center;
}
#button {
    width: auto;
    min-width: 240px;
    background-color: #333333;
    color: #f7eee8;
    padding: 2% 6%!important;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: .2em;
    border-radius: 0!important;
    cursor: pointer;
    cursor: hand;
}
#button:hover,#button:focus {
    background-color: #42d7e9;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#pp {
    padding: 3% 0;
}
.pp_wrap {
    width: 100%;
    padding: 1.5% 0;
}
.pp_wrap dt {
    font-weight: 600;
}
.pp_wrap dd {
    padding: .5em 0;
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    width: 84%;
    padding: 0 8% 5% 8%;
}
.back {
    padding: 0 0 3% 0;
}
footer .material-icons-outlined {
    font-size: 70px;
    color: #42d7e9;
    -webkit-transition: all .3s;
    transition: all .3s;
}
footer a .material-icons-outlined:hover,footer a .material-icons-outlined:focus {
    color: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cr {
    width: 100%;
    border-top: solid 1px #333333;
    padding: 3% 0;
}
.cr p {
    text-align: center;
    font-size: 13px;
}

@media screen and (min-width: 1800px) {
.main-visual h1 span {
    font-size: 120px;
}
.main-visual h1 {
    font-size: 60px;
    line-height: 1.8em;
}
}

@media screen and (max-width: 1240px) {
.fv_img:nth-of-type(1) {
    top: 18vh;
    width: 25%;
    height: 50%;
}
.fv_img:nth-of-type(2) {
    top: 80vh;
    width: 22%;
    height: 38%;
}
.fv_img:nth-of-type(3) {
    top: 125vh;
    width: 22%;
    height: 22%;
}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
h1 {
    font-size: 42px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
p {
    font-size: 15px;
}
ol,ul,li,dl,dt,dd {
    font-size: 15px;
}
a {
    font-size: 15px;
}
button a {
    padding: 5% 9%;
}
.main-visual h1 {
    line-height: 1.5em;
    letter-spacing: .15em;
    padding: 30vh 0 0 0;
}
.main-visual h1 span {
    font-size: 68px;
    letter-spacing: .2em;
}
.main-visual h3 {
    font-size: 25px;
    line-height: 1.5em;
    padding: 5% 0;
}
.fv_img, .rec_img {
    box-shadow: 8px 8px 0 0 #42d7e9;
}
.fv_img:nth-of-type(1) {
    top: 15vh;
    width: 40%;
    height: 50%;
}
.fv_img:nth-of-type(2) {
    top: 75vh;
    width: 32%;
    height: 38%;
}
.fv_img:nth-of-type(3) {
    top: 125vh;
    width: 32%;
    height: 22%;
}
/* - - - - - - - - ↓ Main ↓ - - - - - - - - */
.title h2 {
    padding: 8% 0 12% 0;
}
#works {
    padding: 15% 0 0 0;
}
.sub_content {
    width: 87%;
    padding: 0 0 0 8%;
}
#works ul li:first-child {
    padding: 0 0 3% 0;
}
.sub_content2 {
    padding: 10% 0;
}
.sub_content2 figure {
    width: 46%;
}
.sub_content2 .fig_weap {
    height: 37%;
    box-shadow: 6px 6px 0 0 #42d7e9;
}
.sub_content2 figcaption {
    padding: 15% 0 0 0;
}
.com_wrap, .rec_wrap {
    padding: 5% 0;
}
.rec_img:nth-of-type(2) {
    top: -28vh;
    right: 10vw;
    width: 33%;
    height: 16%;
}
.rec_img:nth-of-type(3) {
    bottom: -30vh;
    right: 10vw;
    width: 33%;
    height: 15%;
}
#area_3 h3.l_text .material-icons-outlined {
    font-size: 35px;
}
#area_3 h3.l_text {
    font-size: 30px;
    width: 100%;
    padding: 8% 0 5% 0;
}
.con_wrap {
    padding: 3% 0;
}
.cr p {
    font-size: 12px;
}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 767px) {
h1 {
    font-size: 30px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
p {
    font-size: 14px;
}
ol,ul,li,dl,dt,dd {
    font-size: 14px;
}
a {
    font-size: 14px;
}
button a {
    padding: 6% 9%;
}
.main-visual h1 {
    padding: 25vh 0 0 0;
}
.main-visual h1 span {
    font-size: 50px;
}
.main-visual h3 {
    font-size: 20px;
}
.fv_img:nth-of-type(1) {
    top: 15vh;
    width: 45%;
    height: 50%;
}
.fv_img:nth-of-type(2) {
    top: 80vh;
    width: 40%;
    height: 35%;
}
.fv_img:nth-of-type(3) {
    top: 125vh;
    width: 40%;
    height: 20%;
}
/* - - - - - - - - ↓ Main ↓ - - - - - - - - */

.rec_img:nth-of-type(2) {
    top: -30vh;
    right: 10vw;
    width: 45%;
    height: 13%;
}
.rec_img:nth-of-type(3) {
    bottom: -26vh;
    right: 10vw;
    width: 45%;
    height: 12%;
}
#area_3 h3.l_text .material-icons-outlined {
    font-size: 28px;
}
#area_3 h3.l_text {
    font-size: 20px;
    width: 100%;
    padding: 8% 0 5% 0;
}
.con_wrap {
    padding: 3% 0;
}
.con_wrap dt {
    width: 100%;
    padding: 2% 0;
}
.con_wrap dd {
    width: 100%;
}
#button {
    padding: 7% 6%!important;
}
.cr p {
    font-size: 10px;
}
}