@charset "utf-8";
/*
Theme Name: communitymedia drone team
Version: 1.0
*/
html {
	font-size: 62.5%; /* 10px */
	scroll-behavior: smooth;
}
body {
	font-size: 1.6rem;
	font-family: 'Barlow', 'Noto Sans JP', sans-serif;
}
body {
	color: #fafafa;
	background-color: #292929;
}
h1, h2, h3, h4, h5, h6, p, a {
	word-break: break-word;
}
h1 {
    font-size: 8.0rem;
}
h2 {
	font-size: 5.0rem;
	}
h3 {
	font-size: 3.6rem;
}
h4 {
	font-size: 2.6rem;
}
h5 {
	font-size: 2.0rem;
}
h6 {
	font-size: 1.8rem;
}
p {
	font-size: 1.6rem;
}
a {
	color: #fafafa;
}
a:hover {
	opacity: 0.8;
}
.pc-none {
	display: none;
}

/* top */
section, .mv {
	position: relative;
}
.down_arrow {
	position: sticky;
	bottom: 60px;
	width: 40px;
	height: 0;
	z-index: 5;
}
.movie {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-height: 1080px;
	height: 100vh;
}
.movie:after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .3;
}
.logo {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.logo h1 {
/* 	font-family: "Oswald", sans-serif; */
	font-size: 9.0rem;
	line-height: 1.1;
/*	letter-spacing: 1px; */
	color: transparent;
	-webkit-text-stroke: 2.5px #FFE066;
}
.logo-1 {
  height: 50px;
  width: 250px;
  border: 2px solid #FFE066;
  background: #ffffff55;
  margin-top: 50px;
  position: relative;
}
.logo-1 form, .logo-1 form input {
  height: 100%;
  width: 100%;
  position: relative;
  border: none;
}
.logo-1 form input {
	padding: 0 10px;
	background-color: transparent;
	color: #FFE066;
}
.logo-1 form input::placeholder {
	position: relative;
	font-size: 1.8rem;
	color: #FFE066;
}
.logo-1 form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.logo-1::after {
	content: "";
	display: block;
	height: 50%;
	width: 2px;
	background-color: #ffe066;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.logo-1 img {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	height: 45%;
	width: auto;
}
#logo p {
	line-height: 1.1;
	font-size: 2.2rem;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #fafafa;
	border-top: 4px solid #FFE066;
	border-bottom: 4px solid #FFE066;
	z-index: 100;
/* 	box-sizing: content-box; */
}
.home header {
	background-color: #292929cc;
	box-shadow: none;
}
.site-header {
	max-width: 1380px;
	height: 100%;
	margin: auto;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}
.header-right #menu-header-menu {
	display: flex;
}
.header-right #menu-header-menu li {
	margin-left: 30px;
}
#logo {
	display: flex;
	column-gap: 12px;
	position: relative;
	color: #333333;
}
.home #logo {
	color: #FFE066;
}
.top_header #logo {
	color: #333333;
}
#logo div {
	display: flex;
	align-items: center;
}
#logo img {
	height: 50px;
	width: auto;
}
.home #logo .top-menu-logo, #logo .scroll-menu-logo {
	display: block;
}
.home #logo .scroll-menu-logo, #logo .top-menu-logo {
	display: none;
}
.top_header #logo .top-menu-logo {
	display: none;
}
.top_header #logo .scroll-menu-logo {
	display: block;
}
.home header #menu-header-menu li a {
	color: #FFE066;
}
header.top_header {
	background-color: #fafafa;
}
header.top_header #menu-header-menu li a, #menu-header-menu li a {
	color: #333333;
}
.home header #menu-header-menu li a:hover , header.top_header #menu-header-menu li a:hover, #menu-header-menu li a:hover {
	color: #FFE066;
	opacity: 1;
}
header.top_header #logo {
	opacity: 1;
}

header.top_header .header-left a {
	pointer-events: auto;	
}
main .contain {
	max-width: 1280px;
	margin: auto;
	text-align: center;
}
.home main .contain {
   margin-left: 0;
    margin-left: 0;
}
section {
	padding: 100px 50px;
}
section .title-area {
	display: flex;
	gap: 80px;
	max-width: 1250px;
   margin: 0 auto 40px 0;
	padding: 0 50px;
}
.home section h2 {
	font-weight: 600;
	text-align: left;
	line-height: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	word-break: keep-all;
}
.home section h2::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color:#FFE066;
	position: absolute;
	top: 0;
	left: -30px;
}
.home section#news h2::before {
	display: none;
}
.home section h2 span {
	color: #CCCCCC;
	font-size: 1.4rem;
	font-weight: 500;
}
.home section#service h2 span, .home section#contact h2 span {
	color: #666666;
}
section p.section_describe {
	text-align: left;
	padding-top: 5px;
}
section p.section_describe span {
	display: block;
	line-height: 2;
}
#about {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
#about .about-title{
	font-family: 'Noto Serif JP', serif;
}
#particles-js, #particles-js2 { 
	position:absolute;
	top: 0;
	left: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-color: #292929;
}
#wrapper{
    margin: auto;
    max-width: 1280px;
	position: relative;
	z-index: 1;
	width:100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
#about h3 {
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about .about-title {
	position: relative;
	padding: 0 30px;
	letter-spacing: 8px;
	z-index: 2;
}
#about h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fafafa;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
#about .about-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #292929;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
#about .intro {
	font-size: 1.8rem;
	margin-bottom: 25px;
	padding: 0 100px;
	line-height: 1.9;
}
#about .about-links {
	display: flex;
	align-items: stretch;
	column-gap: 30px;
	row-gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 70px;
}
#about .about-box {
	position: relative;
	max-width: 360px;
	padding: 45px 30px 80px;
	height: 100%;
	background-color: #292929;
}
#about .about-box h5 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
	color: #333333;
	background-color: #FFE066;
	margin-bottom: 40px;
	padding: 5px 0;
}
#about .about-box p {
	margin-bottom: 20px;
}
#about .about-box span {
	color: #FFE066;
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 8px;
}
#about .about-links-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	width: auto;
}
#news {
	background-color: #E0E0E0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #333333;
}
#news .contain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 120px;
	max-width: 1020px;
    margin: auto;
}
#news .news-title {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 2px solid #FFE066;
}
#news h2 {
	font-size: 2.4rem;
	font-weight: 500;
}
#news .news-post {
	display: flex;
	padding: 15px 10px 0 10px;
}
#news ul {
	text-align: left;
}
#news ul li {
	line-height: 1.3;
	padding-bottom: 15px;
}
#news ul li a {	
	color: #333333;
}
#news ul .date {
	font-size: 1.6rem;
	padding-right: 20px;
	color: #999999;
}
#news .news-more {
	margin-right: 40px;
}
#news .news-more p {
	padding-right: 15px;
}
.link-arrow {
	position:relative;
}
.link-arrow a {
	font-size: 1.5rem;
	color: #333333;
}
.link-arrow:before, .link-arrow:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #333333;
}
.link-arrow:before {
	transform: translatey(-1px) rotate(30deg);
}
.link-arrow:after {
	transform: translatey(3px) rotate(-30deg);
}
#achievement {
	position: relative;
}
#achievement ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2%;
	row-gap: 30px;
}
#achievement .post_img {
	width: 32%;
	background-size: cover;
	background-position: center;
	background-color: #ffffff33;
	border: 4px solid #FFE066;
}
#achievement ul li a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 250px;
	text-align: left;
}
#achievement ul li article {
	width: 100%;
	padding: 15px 20px;
	background: linear-gradient(0deg, #000000cc, #00000066 70%, #00000000);
}
#achievement ul li h5 {
	margin-top: 5px;
}
#achievement ul li .under-line {
	  border-bottom: 2px solid #FFE066;
    padding: 6px 2px;
    display: inline-block;
}
#achievement ul li .date {
	line-height: 1.3;
}
#achievement ul li p.category, #achievement ul li .date {
	font-size: 1.5rem;
}
#achievement ul li p.category {
	display:inline-block;
	padding: 3px 10px;
	margin-left: 10px;
	border: 1px solid #ffffff;
	line-height: 1;
}
#achievement .archive-link-btn {
	display: inline-block;
	margin-top: 50px;
	border: 2px solid #FFE066;
	background-color: transparent;
}
#achievement .archive-link-btn a {
	display: inline-block;
	font-size: 2.0rem;
	padding: 10px 55px;
	color: #FFE066;
}
#achievement .archive-link-btn a:hover {
	opacity: 1;
}
#service, #contact {
	background-color: #E0E0E0;
}
#service .title-area, #contact .title-area {
	color: #333333;
}
#service ul.service-all {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	justify-content: center;
	column-gap: 40px;
	row-gap: 20px;
}
#service li.service__detail {
	width: auto;
	color: #333333;
	padding: 20px;
	position: relative;
}
li.service__detail::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	border-bottom: 3px solid #FFFFFF;
}
li.service__detail::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 10px;
	right: -20px;
	border-right: 3px solid #FFFFFF;
}
li.service__detail:nth-child(n+4)::before, li.service__detail:nth-child(3n)::after {
	display: none;
}
#service .service__detail ul {
	text-align: left;
	font-weight: medium;
	padding: 0 25px;
}
#service ul li h4 {
	font-size: 2.0rem;
	font-weight: 500;
	margin: 30px 5px 20px;
	padding: 8px 5px;
	background-color: #FFE066;
}
#service li.service__detail p {
	text-align: left;
}
#service ul li button {
	margin-top: 3rem;
	padding: 0;
	background-color: #fafafa;
	border: none;
	min-width: 160px;
}
#service ul li button a {
	font-size: 1.5rem;
	position: relative;
	color: #333333;
	line-height: 1.3;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 15px 5px 30px;
}
#service ul li button a:before,#service ul li button a:after {
	content: "";
	position: absolute;
	left: 15px;
	display: block;
	width: 1px;
	height: 9px;
	background: #333333;
}
#service ul li button a::before{
	top: 60%;
	transform: translatey(-50%) rotate(45deg);
}
#service ul li button a::after {
	top: 40%;
	transform: translatey(-50%) rotate(-45deg);
}
#service ul li button.julc-btn a::before {
	top: 56%;
}
#service ul li button.julc-btn a::after {
	top: 45%;
}
#company .company-table {
	margin: auto;
	padding: 0 120px 60px;
}
#company .company-table:last-child {
	padding-bottom: 20px;
}
#company .company-table h4 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 0;
	border-top: 2px solid #FFE066;
	border-bottom: 2px solid #FFE066;
}
#company .company-table h4 span {
	padding-left: 1em;
}
#company .company-detail {
	display: flex;
	flex-direction: row-reverse;
}
#company .company-img {
	width: 35%;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
}
#company .company-table:last-child .company-img {
	min-height: 500px;
}
#company .company-detail ul {
	width: 61%;
}
#company .company-detail li {
	text-align: left;
	padding: 12px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#company .history li:first-child {
	border-top: 1px solid #FFFFFF;	
}
#company .company-detail li:last-child {
	border: none;
}
#company .company-detail h6 {
	margin-bottom: 5px;
	font-weight: 500;
}
#company .company-detail p {
	line-height: 1.3;
    font-size: 1.5rem;
}
#company .history {
	flex-direction: row;
}
#company .history-intro {
	margin-bottom: 20px;
    text-align: left;
    padding: 0 15px 20px;
}
#company .history-years {
	margin-right: 20px;
	word-break: keep-all;
	min-width: 50px;
}
#company .history li {
	display: flex;
}
.home section#contact h2::before {
/* 	background-color: #FA9E1E; */
}
#contact form {
	margin: auto;
	padding: 30px 100px 0;
	max-width: 1000px;
	text-align: left;
}
#contact label {
	color: #333333;
	display: block;
	min-width: 200px;
}
#contact .form-line {
	font-size: 1.8rem;
	display: flex;
	padding-bottom: 30px;
	align-items: flex-start;
}
#contact .form-line span {
	width: 100%;
}
#contact .must {
	display: inline-block;
	color: #9f9f9f;
	font-size: 1.4rem;
	padding-left: 3px;
}
#contact .must:before {
	content: "※";
	display: inline-block;
}
#contact input, #contact textarea {
	width: 100%;
	border: none;
	padding: 3px 5px;
}
#contact .check-box span {
	margin-left: 0;
	width: auto;
}
#contact .check-box input {
	width: auto;
}
#contact .form-policy label {
	display: flex;
	width: auto;
	padding-left: 180px;
}
#contact .form-policy label input {
	width: 20px;
	margin-right: 8px;
}
.form-submit {
	text-align: center;
}
#contact input.wpcf7-submit {
	margin-top: 20px;
	display: inline-block;
	width: auto;
	padding: 5px 40px;
	background-color: #FFE066;
	color: #333333;
	font-size: 2.0rem;
	box-shadow: 0px 1px 2px #999999;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	color: #dc3232;
	text-align: center;
}
a.policy-link {
	color: #333333;
	border-bottom: 1px solid #999999;
}
.wpcf7-spinner {
	display: none!important;
}
.sns-area {
	display: flex;
	justify-content: center;
	gap: 50px;
	background-color: #E0E0E0;
	padding-bottom: 40px;
	border: none;
}
.sns-area .sns-img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.sns-area .sns-img img {
	height: 100%;
	width: auto;
}
footer {
	padding: 90px 50px 20px;
	border-top: 1px solid #FFE066;
	position: relative;
	background-color: #292929;
}
.footer-contain {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	margin: auto;	
}
.footer-company {
	display: flex;
	padding: 0 0 50px;
}
footer small {
	text-align: center;
}
.go-top {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	opacity: 0;
	pointer-events: none;
}
.btn_go {
	opacity: 1;
	pointer-events: auto;
}
.go-top a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #c0c0c0;
}
.go-top .arrow {
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-color: #c0c0c0 #c0c0c0 transparent transparent;
	transform: rotate(-45deg);
}
.go-top p {
	line-height: 1;
}
/* page */
.page-main {
	max-width: 1100px;
	margin: 70px auto 70px;
	padding-left: 50px;
	padding-right: 50px;
}
.page-main .post-title h2 {
	color: #fafafa;
	font-size: 2.4rem;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #fafafa88;
}
.page-main section {
	padding: 40px 0 100px;
}
.page-main .post p {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.page-main .post img {
	padding: 10px 0;
}

/*.single */
.head-img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-top: 80px;
/* 	background-size: cover;
	background-position: center; */
	position: relative;
	background-image: none!important;
	border-bottom: 1px solid #FFE066;
	background-color: #292929;
}
/* .head-img:before {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background-color: #070d11;
	opacity: .4;
	z-index: 3;
} */
.head-tx {
	text-align: center;
	color: #FFE066;
	position: relative;
	z-index: 5;
}
.head-tx p {
	font-size: 1.6rem;
}
.head-tx h1 {
	font-family: 'Barlow', sans-serif;;
	font-size: 4.2rem;
	line-height: 1;
}
.single main {
	max-width: 1100px;
	margin: 70px auto 50px;
	padding-left: 50px;
	padding-right: 50px;
}
.post-date-cate {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.post-date-cate .category {
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 20px;
	border: 1px solid #fafafa;
}
.post-date-cate .category a {
	display: inline-block;
	padding: 3px 10px;
}
.single .post-title h2 {
	color: #fafafa;
	font-size: 2.4rem;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: 2px solid #FFE066;
}
.single section {
	padding: 40px 0 100px;
}
.single .post p {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.single .post img {
	padding: 10px 0;
}
.single-bottom {
	margin-top: 50px;
	text-align: center;
}
.next-pre-link {
	display: flex;
	justify-content: center;
}
.next-pre-link a {
	font-weight: bold;
	color: #fafafa;
}
.archive-link {
	padding: 0 130px;
}
.pre-link, .next-link {
	position: relative;
}
.pre-link a, .next-link a {
	display: inline-block;
	width: 130px;
}
.pre-link a {
	text-align: right;
}
.next-link a {
	text-align: left;
}
.pre-link:before, .next-link:before {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	background-color: #fafafa;
}
.pre-link:before {
		right: 0;
}
.next-link:before{
	left: 0;
}
.pre-link:after, .next-link:after {
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	position: absolute;
	bottom: -3px;
	background-color: #fafafa;
}
.pre-link:after {
	left: 0;
	transform: rotate(-30deg);
}
.next-link:after {
	right: 0;
	transform: rotate(30deg);
}
.next-pre-link .else-link a {
	color: #666666;
}
.pre-link.else-link:before, .next-link.else-link:before, .pre-link.else-link:after, .next-link.else-link:after {
	background-color: #666666;
}
/* archive */
.post-cate {
	margin: 15px auto 60px;
	padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.post-archives p.category {
	display:inline-block;
	margin-top: 15px;
	margin-right: 20px;
	line-height: 1;
	border: 1px solid #fafafa;
}
.post-archives p.category a {
	display:inline-block;
	padding: 8px 20px;
	background-color: #292929;
}
body.post-type-archive .current, body.category .current, body.archive .current a {
	background-color: #FFE066;
	border: none;
}
body.post-type-archive .current a, body.category .current a {
	color: #333333;
}
.pagination {
	margin: 50px 0 0;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pagination ul.page-numbers li {
	margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.pagination ul.page-numbers .prev, .pagination ul.page-numbers .next {
	background-color: inherit;
}
.page-numbers li .current {
    display: flex;
    height: 100%;
    background: #002640;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.page-numbers li a {
    display: flex;
    height: 100%;
    background: #F4F5F6;
    color: #202836;
    align-items: center;
    justify-content: center;
}
.serch-posts {
	margin-bottom: 100px;
}
/* news-archive */
.news-archive-contents {
	padding: 0 150px;
}
.news-archive-contents .date {
	padding-right: 50px;
}
.news-archive-contents ul li {
	padding: 28px 0 20px 20px;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
}
/* 1920px以上 */
@media screen and (min-width: 1920px){
	.movie video {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1239px){
	#achievement .post_img {
		width: 370px;
	}
}
/* 1024px以下 */
@media screen and (max-width: 1024px){
	header {
		height: 60px;
	}
	header.top_header {
		height: 60px;
	}
	.head-img {
		margin-top: 60px;
	}
	#logo {
		height: auto;
		column-gap: 10px;
		align-items: center;
	}
	#logo img {
		height: 40px;
	}
	.logo h1 {
		font-size: 6rem;
	}
	.gnav {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #292929;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s;
		z-index: 200;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.gnav #menu-header-menu {
		flex-direction: column;
		align-items: center;
	}
	.gnav #menu-header-menu .menu-item {
		display: flex;
		flex-direction: column;
		font-size: 2.4rem;
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	.gnav #menu-header-menu li:last-child a {
		border: none;
	}
	.gnav #menu-header-menu .menu-item a {
		color: #ffe066;
		width: 100%; 
		padding: 20px 30px;
		border-bottom: 1px solid #cccccc;
	}
	.gnav #menu-header-menu .menu-title {
		font-size: 1.2rem;
		display: flex;
		align-items: center;
	}
	.gnav #menu-header-menu .menu-title::before {
		position: relative;
		display: inline-block;
		content: "";
		background: #707070;
		width: 12px;
		height: 12px;
		margin-right: 2px;
		border-radius: 50%;
		vertical-align: middle;
	}
	.active.gnav {
		visibility: visible;
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body.fixed {
		overflow-y: hidden;
	}
	.bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000000;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	.bg.active {
	opacity: 0.3;
	visibility: visible;
	}
	.openbtn {
		position: relative;
		width: 20px;
		height: 50px;
		right: 0;
		border-radius: 5px;
		z-index: 300;
	}
/*ボタン内側*/
	.openbtn span {
		display: inline-block;
		transition: all .5s;
		position: absolute;
		height: 1.5px;
		border-radius: 2px;
		background: #FFE066;
		width: 30px;
	}
	.home .openbtn span {
		background: #FFE066;
	}
	.openbtn span:nth-of-type(1) {
		top:15px; 
	}
	.openbtn span:nth-of-type(2) {
		top:25px;
	}
	.openbtn span:nth-of-type(3) {
		top:35px;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 15px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
		width: 40px;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 28px;
		left: 0;
		transform: translateY(-6px) rotate(45deg);
		width: 40px;
	}
	.lead{
		margin:20px 0 0 0;
	}
	.btn-block{
		width: 200px;  
		padding: 30px;
	}
/* ハンバーガーメニューここまで */
	h1 {
		font-size: 4.0rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	h5 {
		font-size: 1.8rem;
	}
	section .title-area {
		gap: 50px;
		padding: 0 25px;
	}
	section p.section_describe {
		font-size: 1.5rem;
		max-width: 68%;
	}
	#about h3 {
		font-size: 2.4rem;
	}
	#about .intro {
		padding: 0 20px;
	}
	#about .about-box h5 {
		font-size: 1.7rem;
	}
	#service ul.service-all {
		grid-template-columns: repeat(2,1fr);
	}
	#service li.service__detail {
		padding: 40px 25px 30px;
	}
	#service .service__detail ul {
		font-size: 1.6rem;
	}
	#service ul li h4 {
		margin: 0 0 40px;
	}
	li.service__detail:nth-child(n+4)::before, li.service__detail:nth-child(3n)::after {
		display: block;
	}
	li.service__detail:nth-child(n+5)::before, li.service__detail:nth-child(2n)::after {
		display: none;
	}
	#service ul li button {
		bottom: 30px;
	}
	#achievement ul li p.category {
		font-size: 1.4rem;
		padding: 8px 16px;
	}
	#achievement .archive-link-btn {
		margin-top: 30px;
	}
	#company .company-table {
		padding: 0 20px 40px;
	}
	#company .company-table h4 {
		font-size: 1.8rem;
	}
	#contact form {
		padding: 30px 20px 0;
	}
	#contact .form-line {
		font-size: 1.6rem;
	}
	#contact .form-policy label {
		text-align: left;
	}
	#contact input.wpcf7-submit {
		font-size: 1.8rem;
	}
	footer {
		height: auto;
	}
	footer p {
		font-size: 1.4rem;
	}
	footer small {
		font-size: 1.2rem;
	}
	.news-archive-contents {
		padding: 0 30px;
	}
	.news-archive-contents ul li {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 10px;
	}
}


/* 767px以下 */
@media screen and (max-width: 767px){
	.logo {
		column-gap: 50px;
	}
	.logo h1 {
		font-size: 4.6rem;
		-webkit-text-stroke: 2px #FFE066;
	}
	.logo-1 {
		height: 35px;
		width: auto;
		padding-top: 0;
		margin-top: 30px;
	}
	.logo-1 form {
		width: auto;
	}
	.logo-1 form input {
		font-weight: 300;
	}
	.logo-1 form input::placeholder {
		font-size: 1.5rem;
	}
	.logo-1 p {
		font-size: 1.5rem;
	}
	.gnav #menu-header-menu .menu-item {
		font-size: 1.8rem;
	}
	
	.head-img {
		height: 150px;
	}
	.head-tx h1 {
		font-size: 3.0rem;
	}
	.head-tx p {
		font-size: 1.6rem;
	}
	section, #company {
		padding: 80px 25px;
	}
	footer {
		padding: 90px 30px 20px;
	}
	.home section h2::before {
		width: 12px;
		height: 12px;
		left: -20px;
	}
	#about .about-links {
		row-gap: 30px;
	}
	#about h3 {
		font-size: 2rem;
	}
	#about .about-title {
		letter-spacing: 3px;
	}
	#about .title-line:last-child {
		margin-right: 10px;
		margin-left: 2%;
	}
	#about .intro {
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.8;
		padding: 0 20px;
		text-align: justify;
	}
	#news .contain {
		flex-direction: column;
		position: relative;
	}
	#news .news-post {
		padding-top: 0;
		display: block;
	}
	#news ul {
		min-width: auto;
		padding: 10px 0;
	}
	#news ul li {
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	#news ul li:last-child {
		border: none;
	}
	#news ul .date {
		font-size: 1.3rem;
		display: block;
		margin-bottom: 5px;
	}
	#news ul .title {
		font-size: 1.5rem;
		margin-left: 18px;
		display: inline-block;
	}
	#news .news-more {
		position: absolute;
		top: 10px;
		right: -20px;
		padding: 0;
		background-color: inherit;
		min-width: inherit;
		display: inline-block;
	}
	#news .news-more p {
		font-size: 1.4rem;
		padding-right: 20px;
	}
	.home section h2 {
		flex-direction: row;
		align-items: baseline;
		gap: 15px;
	}
	.home section h2 span {
		font-weight: normal;
	}
	section .title-area {
		flex-direction: column;
		gap: 20px;
		padding: 0 0 0 10px;
		margin-bottom: 60px;
	}
	section p.section_describe {
		max-width: inherit;
	}
	#service ul.service-all {
		grid-template-columns: repeat(1,1fr);
	}
	#service ul.service-all li:first-child {
		border-top: 2px solid #FFFFFF;
	}
	#service li.service__detail {
		padding: 30px 25px 20px;
	}
	li.service__detail::before {
		border-bottom-width: 2px;
		display: block!important;
	}
	li.service__detail:last-child::before, li.service__detail::after {
		display: none!important;
	}
	#service ul li button.julc-btn a::after {
		top: 44%;
	}
	#company .company-table {
		padding: 0 0 30px;
	}
	#company .company-detail {
		flex-direction: column;
	}
	#company .history-intro {
		padding-bottom: 10px;
	}
	#company .company-detail li:first-child {
		border-top: none;
	}
	#company .company-img {
		width: 50%;
		min-height: 300px;
	}
	.company-img iframe {
		min-height: 300px;
	}
	#company .company-table:last-child .company-img {
		min-height: 300px;
	}
	#company .company-detail ul {
		width: auto;
		margin-top: 10px;
	}
	#contact .form-line {
		flex-direction: column;
		row-gap: 5px;
	}
	#contact .form-line span {
		width: auto;
	}
	#contact .form-policy label {
		padding-left: 0;
	}
	.single main, .page-main {
		margin: 50px auto 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-date-cate {
		margin-bottom: 10px;
	}
	.single .post-title h2, .page-main .post-title h2 {
		font-size: 2.0rem;
	}
	.single section, .page-main section {
		padding-top: 0;
		padding-bottom: 50px;
		margin-top: 20px;
	}
	.archive-link {
		padding: 0 60px;
	} 
	.next-pre-link a {
		font-size: 1.5rem;
	}
	.pre-link a, .next-link a {
		width: 100px;
		font-size: 1.5rem;
	}
	.pre-link:before, .next-link:before {
		width: 100px;
	}
	.post-cate {
		padding: 0;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 500px){
	.pc-none {
		display: block;
	}
	#logo p {
		font-size: 1.4rem;
	}
	#logo img {
		height: 35px;
	}
	.logo h1 {
		font-size: 3.4rem;
		-webkit-text-stroke: 1px #FFE066;
	}
	.logo-1 {
		width: 100%;
	}
	.movie {
		max-height: 950px;
	}
	.movie video {
		max-height: 100vh;
	}
	.site-header {
		padding-left: 20px;
	}
	#about .about-title {
		letter-spacing: 0;
		padding: 0 15px;
		font-size: 1.8rem;
	}
	#about .about-box {
		padding: 40px 20px 60px;
	}
	#about .about-links-btn {
		bottom: 25px;
	}
	#achievement .post_img {
		width: auto;
	}
	#achievement ul li a {
		width: 100%;
		height: 220px;
	}
	#achievement ul li article {
		padding: 12px;
	}
	#company .company-table h4 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#company .company-table h4 span {
		padding-left: 0;
	}
	#company .company-detail li {
		padding: 12px 5px;
	}
	#company .history-years {
		margin-right: 12px;
	}
	#company .company-detail h6 {
		font-size: 1.6rem;
	}
	#company .company-img {
		width: 80%;
		max-width: 230px;
	}
	#contact form {
		padding: 20px 10px 0;
	}
	.sns-area .sns-img {
		width: 30px;
		height: 30px;
	}
	.wpcf7-list-item {
		margin-left: 0;
	}
	.footer-company {
		flex-direction: column;
		align-items: center;
	}
	.next-pre-link {
		position: relative;
		align-items: center;
		justify-content: space-evenly;
	}
	.pre-link a, .next-link a {
		text-align: center;
	}
	.news-archive-contents {
		padding: 0 20px;
	}
	.archive-link {
		padding: 0;
		position: absolute;
		top: 250%;
	} 	
	.pre-link:before {
		right: 10px;
	}
	.pre-link:after {
		left: -10px;
	}
	.next-link:before {
		left: 10px;
	}
	.next-link:after {
		right: -10px;
	}
	.go-top {
		right: 20px;
		bottom: 20px;
	}
	.post-archives p.category {
		margin-top: 12px;
		margin-right: 8px;
	}
	.post-archives p.category a{
		padding: 6px 15px;
	}
}
@media screen and (max-width: 375px) {
	#service li.service__detail {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header {
		padding-left: 10px;
		padding-right: 20px;
	}
}

/* アニメーション */
header, #logo, .logo, .go-top {
	transition: .3s;
}
.fadeIn {
animation-name: fadeInAnime;
animation-fill-mode:forwards;
animation-duration:8s;
animation-timing-function:ease-out;
animation-delay: 0s;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
	  top: 55%;
  }
	20% {
		opacity: 1;
		top: 50%;
	}
	90% {
		opacity: 1;
		top: 50%;
	}
  100% {
    opacity: 0;
		top: 55%;
  }
}
.fadeout {
animation-name: fadeoutAnime;
animation-fill-mode: forwards;
animation-duration:3s;
animation-timing-function:ease-out;
animation-delay: 0s;
}
@keyframes fadeoutAnime{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 伸びるライン */
.about-links a{
	position: relative;
}
.about-links a::before,
.about-links a::after{
    content:"";
    position: absolute;
    background:#FFE066;
    width: 0;
    height:3px;
    transition: all 0.2s linear;
}
.about-links a::before{
  right: 0;
  bottom: -3px;
}
.about-links a::after{
  left: 0;
  top: 0;
  transition-timing-function: ease-in;
}
/*線の基点2*/
.about-links a .about-box{
    display: block;
}
.about-links a .about-box::before,
.about-links a .about-box::after{
  content:"";
  position: absolute;
  background: #FFE066;
  width:3px;
  height:0;
  transition: all 0.1s linear;
}
.about-links a .about-box::before{
  left: 0;
  bottom: -3px;
  transition-timing-function: ease-out;
}
.about-links a .about-box::after{
  right: 0;
  top: 0;
}
.about-links a.line-anime::before,
.about-links a.line-anime::after{
  width: 100%;
}
.about-links a.line-anime::after{
  transition-delay: 0s;
}
.about-links a.line-anime::before{
  transition-delay: 0.3s;
}
.about-links a.line-anime .about-box::before{
  transition-delay: 0.5s;
}
.about-links a.line-anime .about-box::after{
  transition-delay: 0.2s;
}
.about-links a.current .about-box::before,
.about-links a.current .about-box::after,
.about-links a.line-anime .about-box::before,
.about-links a.line-anime .about-box::after{
  height: 100%;
}
/* メニューライン */
.gnav .menu-item {
  position: relative;
}
.gnav .menu-item::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFE066;
  transition: all 0.5s;
  transform: scale(0,0);
  transform-origin: left;
}
.gnav .menu-item:hover::after {
  transform: scale(1,1);
}
/* ボタンアニメ */
#achievement .archive-link-btn a{
position: relative;
}
#achievement .archive-link-btn a::after {
content: '';
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
width: 0;
height:100%;
background:#FFE066;
transition:all .25s;
opacity: 0;
}
#achievement .archive-link-btn a:hover::after {
width: 100%;
opacity: 1;
}
#achievement .archive-link-btn a:hover{
  color: #333333;
  font-weight: 500;
}

/* ロード */
.load-area {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background: #292929;
	position: fixed;
	top: 0;;
	z-index: 9999;
}
.loader {
	display: block;
        height: 3px;
        width: 3px;
        color: #FFE066;
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
        animation: loader-38 5s infinite;
      }

      @keyframes loader-38 {
        0% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
        8.33% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px -10px 0 5px;
        }
        16.66% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px;
        }
        24.99% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        33.32% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px -10px 0 5px;
        }
        41.65% {
          box-shadow: 10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px -10px 0 5px;
        }
        49.98% {
          box-shadow: 10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
        }
        58.31% {
          box-shadow: -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        66.64% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        74.97% {
          box-shadow: -10px -10px 0 5px,
                      10px -10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        83.3% {
          box-shadow: -10px -10px 0 5px,
                      10px 10px 0 5px,
                      10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        91.63% {
          box-shadow: -10px -10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px,
                      -10px 10px 0 5px;
        }
        100% {
          box-shadow: -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px,
                      -10px -10px 0 5px;
        }
      }