/*
Theme Name: Sigma Extension
Theme URI: https://sigmaextensions.com/
Author: FonBal
Author URI: 
Description: A custom WordPress Theme for Sigma Extensions 
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: sigma-extension-theme
*/

@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-style: normal;
}
:after,
:before {
    display: inline-block;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
@font-face {
	font-family: 'KozGo';
	src: url('font/KozGo.otf') format('woff'),
	url('font/KozGo.woff') format('woff');
}
body,
input,
select,
textarea {
    color: #333;
    font-family: KozGo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    line-height: 1;
}
main {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
}
a {
    color: inherit;
    display: block;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a img:hover {
    opacity: .8
}
ol,
ul {
    list-style-type: none;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table th {
    white-space: nowrap;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:not([type=submit]),
textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 5px;
    border: 1px solid #ECAA2A;
    border-radius: 0;
    line-height: 1.8;
}
textarea {
    resize: none
}
input[type=submit] {
    width: 135px;
    margin: 0 auto;
    background: #ECAA2A;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 57px;
}
.clear {
    clear: both;
    float: none !important;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
.ofh {
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fs0 {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}
.dib {
    display: inline-block;
    vertical-align: top;
}
.df {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.pf {
    position: fixed;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
}
.home #header {
	background: url('images/slide_1-1.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background-position: left top;
	border-radius: 0 0 35% 35% / 0 0 40px 40px;
	overflow: hidden;
}
.home #header span.slide{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/slide_2-1.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background-position: left top;
	border-radius: 0 0 35% 35% / 0 0 40px 40px;
	overflow: hidden;
	animation-duration: 20s;
	animation-name: slide;
	animation-iteration-count: infinite;
}
@keyframes slide {
	0% {
		opacity: 0;
	}
	40%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	90%{
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#header .h_inner{
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home #header .h_inner{
	height: 100vh;
}
#header .h_inner::before,
#header .h_inner::after{
	content: "";
	display: block;
	width: 30px;
	height: 6px;
	position: absolute;
	bottom: 35px;
	background: #FFF;
	border-radius: 5px;
}
#header .h_inner::before{
	left: calc(50% - 6px);
	transform: rotate(135deg);
}
#header .h_inner::after{
	right: calc(50% - 6px);
	transform: rotate(45deg);
}
#header h1{
	padding: 20px;
}
.gnv {
	top: 30px;
	right: 0;
	color: #333;
	font-weight: bold;
}
.gnv li:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #333;
}
.gnv li a {
    font-size: 1.8rem;
	position: relative;
}
.gnv li a::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #FD9309;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.gnv li a:hover::after {
	bottom: -8px;
	opacity: 1;
	visibility: visible;
}
#header #sp-menu,
#open{
	display: none;
}
#header .mv{
	max-width: 500px;
	position: absolute;
	bottom: 50px;
	left: 20px;
	background: rgba(0, 0, 0, 0.7);
	padding: 40px;
	color: #FFF;
	border-radius: 10px;
	letter-spacing: 0.1em;
}
#header .mv h2{
	margin: 0 0 20px;
	font-size: 3em;
}
#header .mv p{
	line-height: 1.6;
}
.content {
    padding: 90px 0;
}
.content:nth-of-type(even) {
	background: #333;
	color: #fff;
}
.content:nth-of-type(even) h2 {
	color: #FD9309;
}
#about p,
.content h2,
.content h3 {
    text-align: center;
}
.content h2 {
    margin-bottom: 30px;
    padding-bottom: 38px;
    font-size: 4.2rem;
    font-weight: 700;
}
.content:nth-of-type(odd) h2 {
    color: #E78724;
}
.content h2:after {
    width: 83px;
    height: 11px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.content:nth-of-type(odd) h2:after {
    background: #333;
}
.content:nth-of-type(even) h2:after {
    background: #FFF;
}
.content h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}
#about p {
	text-align: left;
	line-height: 1.6;
}
#about h3{
	width: 30%;
	margin: 0;
	line-height: 1;
	padding-right: 40px;
	text-align: right;
	font-size: 3rem;
	font-weight: bold;
}
#about .inner > div{
	margin-top: 30px;
	display: flex;
}
#about .inner > div p,
#about .inner > div ul{
	width: 70%;
}
#about .inner > div li{
	margin: 0 0 10px;
	padding: 5px 0 5px 30px;
	background: url('images/service_icon.png') no-repeat left center;
}
#service .ser_wrap{
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#service .ser_con{
	width: 50%;
	padding: 60px;
	background: #333;
	color: #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	transition: .5s;
	text-align: center;
	line-height: 1.8;
}
#service .ser_con p{
	font-size: 1.8rem;
}
#service .ser_con:hover{
	background: #5c5c5c;
}
#service .ser_con img{
	display: block;
	margin: 0 auto 60px;
}
.you-step{
	padding: 70px 10px;
	background: url('images/your_one_stop_bg.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	line-height: 1.3;
	color: #FFF;
}
.you-step p{
	font-size: 5rem;
}
#contact .inner{
	max-width: 1000px;
}
#contact p.c_disc{
	margin: 40px 0;
	font-size: 2.5rem;
	text-align: center;
}
#contact .wpforms-form input,
#contact .wpforms-form textarea{
	max-width: 100%;
	border: 1px solid #333;
}
#contact .wpforms-form button.wpforms-submit{
	background: #FD9309;
	padding: 10px 20px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	border-radius: 5px;
	font-weight: bold;
	font-size: 2rem;
}
#contact .wpforms-form button.wpforms-submit:hover{
	opacity: .8;
}
#contact div.wpforms-container-full{
	margin-bottom: 60px;
}
#contact .contact_icon{
	display: flex;
}
#contact .contact_icon div{
	width: calc(100% / 3);
}
#contact .contact_icon img,
#contact .contact_icon p{
	display: inline-block;
	vertical-align: middle;
}
#contact .contact_icon img{
	margin-right: 30px;
}
#contact .contact_icon p{
	line-height: 1.6;
}
/* サブページ */
.inner.sub{
	padding: 40px 0;
}
.inner.sub h1{
	font-size: 3rem;
	margin-bottom: 30px;
}
.inner.sub h2{
	font-size: 2rem;
	margin-bottom: 20px;
	color: #E78724;
}
.inner.sub p{
	line-height: 1.6;
	margin: 0 0 15px;
}
#footer {
    background: #333;
    color: #fff;
}
#footer a{
	color: #FFF;
}
#footer .gnv {
    padding: 60px 0 30px;
    background: #333;
    justify-content: center;
}
#footer .content {
    padding: 30px;
}
#footer .content .logo {
    margin:0 auto;
}
#page-top {
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    background: #FD9309;
    font-size: 3rem;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
	z-index: 1000;
}
#page-top:after {
    content: "^";
}
.copyright {
    /* padding: 10px; */
	padding-bottom: 20px;
    text-align: center;
}
.copyright p{
	font-size: 1.2rem;
}
.copyright a{
	font-size: 1.2rem;
	display: inline;
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}
@media all and (max-width:1100px) {
    .inner {
        width: 100%;
        padding: 0 5%;
    }
    #service ul li {
        width: calc((100% - 100px)/3);
    }
    #service ul li:not(:last-of-type) {
        margin-right: 50px;
    }
}
@media all and (max-width:768px) {
	#header{
		overflow: visible;
	}
    #header h1 {
		width: 60%;
    }
	#header #sp-menu{
		width: 60px;
		height: 60px;
		background: #FD9309;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		cursor: pointer;
	}
	#header #sp-menu span,
	#header #sp-menu span:before,
	#header #sp-menu span:after {
		position: absolute;
		height: 4px;
		width: 30px;
		top: 10px;
		background: #FFF;
		display: block;
		content: '';
		transition: all .4s;
	}
	#header #sp-menu span{
		top: 15px;
		left: 15px;
	}
	#header #sp-menu span:before {
		top: 12px;
		left: 0;
	}
	#header #sp-menu span:after {
		top: 24px;
		left: 0;
	}
	#header #sp-menu.menu-close span {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: 8px;
	}
	#header #sp-menu.menu-close span:before {
		opacity: 0;
	}
	#header #sp-menu.menu-close span:after {
		-webkit-transform: translateY(-23px) rotate(90deg);
		transform: translateY(-23px) rotate(90deg);
	}
    #header .gnv {
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, .8);
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		color: #FFF;
    }
	#header #open:checked + .gnv {
		display: block;
	}
	body.menu-active{
		overflow: hidden;
	}
	#header .gnv ul{
		width: calc(100% - 20px);
		margin: 0 auto;
		position: absolute;
		top: 20%;
		left: 10px;
	}
    #header .gnv li {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #FD9309;
    }
    #header .gnv li a {
        padding: 20px 0;
    }
    #header .gnv li:nth-of-type(3n) {
        border-right: none;
    }
	#header .mv{
		width: calc(100% - 40px);
		padding: 20px;
		left: 20px;
		bottom: 10%;
	}
	#header .mv h2{
		font-size: 2.6rem;
		line-height: 1.4;
	}
	#header .mv p{
		font-size: 1.4rem;
	}
	.home #header,
	.home #header span.slide{
		background-position: center;
		background-attachment: scroll;
	}
	.content {
		padding: 40px 0;
	}
	.content h2:after {
		height: 8px;
		bottom: 10px;
	}
	.content h3{
		line-height: 1.6;
	}
	#about .inner > div{
		display: block;
	}
	#about .inner > div h3{
		width: auto;
		margin-bottom: 10px;
		text-align: left;
		font-size: 2.4rem;
	}
	#about .inner > div ul,
	#about .inner > div p{
		width: auto;
	}
	#about .inner > div li{
		background-position: left top;
	}
    #service .ser_con{
		padding: 25px 10px;
	}
	#service .ser_con img {
		max-width: 60%;
		margin: 0 auto 30px;
	}
	#service .ser_con p{
		font-size: 1.6rem;
	}
	.you-step {
		background-position: left;
	}
	.you-step p {
		font-size: 4.4rem;
	}
	#contact p.c_disc{
		margin: 40px 20px;
		line-height: 1.6;
	}
	#contact .contact_icon{
		display: block;
	}
	#contact .contact_icon div{
		width: 100%;
		margin-bottom: 20px;
	}
	#contact .contact_icon div img{
		width: 20%;
		margin-right: 15px;
	}
	#footer .gnv{
		padding: 10px 0 30px;
	}
    #footer .gnv li {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }
    #footer .gnv li {
        border-bottom: 1px solid #FD9309;
        border-right: none;
    }
    .copyright {
		line-height: 1.6;
    }
	#page-top{
		width: 50px;
		line-height: 50px;
	}
}
@media all and (max-width:480px) {
    #footer .content {
        justify-content: center;
    }
    #footer .content .logo {
        margin-bottom: 20px;
    }
}
