/*
* Theme Name: tiregdn
* Description:
* Theme URI: Lino 2023
* Version: 1.0
* Theme Author: ゴーリエム
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */
@charset "utf-8";

@font-face {
	font-family: Helvetica;
	src: url("./css/fonts/HelveticaNowDisplay-Light.ttf") format("opentype");
}
@font-face {
	font-family: Helvetica-B;
	src: url("./css/fonts/HelveticaNowDisplay-ExtraBold.ttf") format("opentype");
}
@font-face {
	font-family: PA1GothicStd;
	src: url("./css/fonts/PA1GothicStd-Medium.ttf") format("opentype");
}
@font-face {
	font-family: ShinGoProMedium;
	src: url("./css/fonts/AOTFShinGoProMedium.otf") format("opentype");
}


html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body{
	font-family: PA1GothicStd;
	letter-spacing: 2px;
}
p{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}
h1,h2,h3,h4,h5{
}

/*menu*/
/* Important stuff here! Look at the bottom!!! (Line 133 to 136) */
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--nav-bg: #000000e8;
	--main-clr: dodgerblue;
	--nav-shadow: 0px 3px var(--main-clr);
}
.st-pusher{
	overflow: hidden;
}
.main-blue-color{
	color: #0092B3;
}
.transition-tranform{
	transition: transform 0.3s ease-in-out;;
}
nav.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 1000;
	width: 100%;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
	background: #006934;
}

nav.header .logo img {
	width: 310px;
	padding-left: 35px;
}

nav.header ul {
	--height: 0;
	--padding: 5vw;
	--font-size: 3.5vw;

	flex-direction: column;
	background: var(--nav-bg);
	position: absolute;
	width: 100%;
	left: 0;
	top: 13.5vw;
	height: var(--height);
	transition: 1s cubic-bezier(.68,-0.55,.27,1.55);
	list-style: none;
	display: flex;
	align-items: center;
	font-size: var(--font-size);
	overflow-y: hidden;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
}
nav.header ul.active {
	--height: calc((((var(--padding) * 2.5) + (var(--font-size) * 1.5))) * var(--childenNumber));
	transition: 1s ease;
}

nav.header ul li {
	width: 100%;
	text-align: center;
	padding: var(--padding);
}
nav.header ul li a {
	width: 100%;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 4vw;
}
nav.header ul li a::after {
	content: "";
	width: 0%;
	height: 1.7px;
	border-radius: 99px;
	background: var(--main-clr);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
}

nav.header ul li a:hover::after {
	width: 100%;
}

nav.header .menu {
	width: 13.5vw;
	height: 13.5vw;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 4vw 3.5vw;
	background: #0092B3;
}
nav.header .active {
	padding: 4vw 2.2vw 4vw 4.2vw;
}

nav.header .menu span {
	width: 100%;
	height: 1vw;
	/*border-radius: 99px;*/
	background: #fff;
	transition: 0.3s ease;
	transform-origin: left;
}

nav.header .menu.active span {
	background: #ffffff;
}

nav.header .menu.active span:nth-child(1) {
	transform: rotate(40deg);
}

nav.header .menu span:nth-child(3) {
	transform-origin: left;
}

nav.header .menu.active span:nth-child(3) {
	transform: rotate(-40deg);
}

nav.header .menu.active span:nth-child(2) {
	transform: scale(0);
}
.menu-right{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	font-family: ShinGoProMedium;

}
.menu-a-pc{
	color: #ffffff;
	margin-right: 50px;
}
.menu-a-pc:hover{
	color: #FF0000;
}
.box-btn-box{
	position: relative;
	width: 350px;
}
a.contact_top {
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 65px;
	right: 30px;
	top: 0px;
	background: #ffffff;
	color: #006934;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
	font-size: 13px;
}
a.contact_top p {
}
a.contact_top img {
	width: 35px;
	margin-bottom: 10px;
}


/*end menu*/


#primary{
	padding-top: 13.5vw;
	padding-bottom: 35vw;
	overflow: hidden;
}
.inner{
	width: 92%;
	margin: auto;
}

.mw_wp_form .error{
	display: inline-block;
}
.btn-tel{
	color: #ffffff;
	margin-left: 130px;
	margin-right: 185px;
	font-size: 25px;
	font-family: 'Helvetica-B';
}
.btn-tel img{
	width: 25px;
	margin-right: 5px;
}
.mv{
	padding-top: 80px;
}
.mv img{
	width: 100%;
}

.ct{
	padding-top: 120px;
	padding-bottom: 150px;
	text-align: center;
	border-bottom: 1px solid #604C3F;
}
.ct1-title h2{
	font-size: 70px;
	font-family: 'Helvetica-B';
	color: #006934;
	padding-bottom: 10px;
}
.ct1-title p{
	font-size: 39px;
	font-weight: bold;
	padding-bottom: 80px;
	letter-spacing: 10px;
	color: #595757;
}
.ct11 {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 70px;
}
.ct11 .ct11-box{
	width: 51%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct11 .ct11-box img{
	width: 48.5%;
	height: auto;
	padding-bottom: 3%;

}

.ct11 .ct11-box2{
	width: 47.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ct11 .ct11-box2 div{
	width: 52%;
}
.ct11 .ct11-box2 div img{
	width: 100%;
}
.ct11 .ct11-box2 div img:nth-child(1){
	padding-bottom: 6%;
}
.ct11-box2 div img.ct1-7{
	width: 47%;
}

.ct-box{
	color: #006934;
	max-width: 800px;
	margin: auto;
}
.ct1-text{
	font-size: 40px;
	padding: 50px 0;
}
.ct-box-title {
	border: 1px solid #006934;
	padding: 35px 0;
	font-size: 36px;
	border-radius: 10px;
}
.ct-box-text{
	font-size: 28px;
	padding: 15px 0 55px 0;
	color: #595757;
}
.ct-box-title2{
	margin-top: 60px;
}
.ct12-inner{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.ct12-inner p{
	border: 1px solid #006934;
	padding: 35px 0;
	border-radius: 10px;
	font-size: 36px;
}
.ct121 p{
	width: 48%;
	border: 1px solid #006934;
	padding: 35px 0;
}
.ct121-img{
	padding-bottom: 20px;
}
.ct121-2{
	padding-bottom: 115px;
}

.ct122{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ct122 p:nth-child(1) {
	border: 1px solid #006934;
	padding: 35px 0;
	border-radius: 10px;
	font-size: 36px;
}
.ct122 p:nth-child(2){
	font-size: 22px;
	color: #595757;
	padding: 15px 0 55px 0;
}

.ct122-box{
	width: 48%;
}
.ct122-box img{
	width: 260px;
}

.ct2-box-text{
	font-size: 28px;
	color: #595757;
	padding: 35px 0;
}
.ct3-box-text{
	font-size: 28px;
	color: #595757;
	padding: 35px 0;
}
.ct3-box-text2{
	font-size: 21px;
	color: #006934;
	padding-bottom: 35px;
}
.ct3-box-text3{
	font-size: 28px;
	background: #006934;
	color: #ffffff;
	display: inline-block;
	padding: 10px 100px;
	border-radius: 5px;
}
.ct3-content img{
	max-width: 695px;
	padding-top: 35px;
}
.ct4{
	background: #006934;
	color: #ffffff;
}
.ct4 .ct1-title h2{
	color: #ffffff;
}
.ct4 .ct1-title p{
	color: #ffffff;
}
.ct4-content h3{
	font-size: 38px;
	padding-top: 50px;
	padding-bottom: 80px;
	font-weight: unset;
}
.ct4-content h3 span{
	font-size: 28px;
	margin-top: 20px;
	display: inline-block;
}
.ct4-content img{
	max-width: 800px;
}
.ct4-content table{
	width: 750px;
	margin: auto;
	margin-top: 70px;
}
.ct4-content table tr{
	border-bottom: 1px solid #ffffff;
	font-size: 25px;
}
.ct4-content table tr th{
	width: 30%;
	padding: 30px 0;
	font-weight: 600;
}
.ct4-content table tr td{
	width: 70%;
	padding: 30px 0;
	font-weight: 600;
}
iframe.ct4-maps{
	width: 100%;
	height: 260px;
}

.ct5{
	border-bottom: none;
}
.ct5-content h3{
	font-size: 38px;
	padding-bottom: 80px;
	color: #006934;
	font-weight: unset;
}
.ct5-content table{
	width: 750px;
	margin: auto;
}
.ct5-content table tr{
	border-bottom: 1px solid #006934;
	font-size: 25px;
}
.ct5-content table tr th{
	width: 30%;
	padding: 30px 0;
	color: #006934;
	font-weight: unset;
}
.ct5-content table tr td{
	width: 70%;
	padding: 30px 0;
	color: #006934;
	font-weight: 600;
}
.ct5-fs19{
	font-size: 19px;
}

.ct6{
	background: #0081cc29;
}
.ct6-content h3{
	font-size: 38px;
	padding-bottom: 80px;
	color: #006934;
	font-weight: 600;
}
.ct6-content table{
	width: 750px;
	margin: auto;
}
.ct6-content table tr{
	font-size: 19px;
	display: flex;
}
.ct6-content table tr th{
	width: 20%;
	color: #006934;
	font-weight: 600;
	border-right: 1px solid #006934;
	line-height: 1.8;
}
.ct6-content table tr td{
	width: 80%;
	padding: 0 0 30px 30px;
	color: #006934;
	font-weight: 600;
	line-height: 1.8;
}
.ct6-content table tr td.td-last{
	padding-bottom: 0;
}

footer p{
	background: #006934;
	color: #ffffff;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}
.ft-menu-right{
	position: fixed;
	right: 0;
	top: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.ft-menu-right a{
	margin-bottom: 15px;
}
.ft-menu-right a img{
	width: 100%;
}
.btnScrollToTop{
	display: none;
}
.btnScrollToTop:hover{
	cursor: pointer;
}
.contact-form .ct-title{
	padding-top: 110px;
	padding-bottom: 50px;
	text-align: center;
}
.contact-form .ct-title h2{
	font-size: 70px;
}
.contact-form{
	padding-top: 100px;
	background: #F2F2F2;
	padding-bottom: 138px;
}
.contact-form .contact-content{
	background: #ffffff;
	padding: 60px 100px;
}
.contact-form table {
	width: 100%;
}
.contact-form table.table1{
	margin-bottom: 20px;
}
.contact-form table.table1 th{
	background: #ffffff;
}
.contact-form table.table1 td{
	padding: 35px;
}
.contact-form th {
	border: 1px solid #000000;
	background: #E6E6E6;
	font-size: 16px;
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	padding: 0 20px 0 30px;
	width: 26%;
	color: #000000;
}
.contact-form td .note {
	font-size: 12px;
	margin-top: 15px;
	display: block;
}
.contact-form td {
	border: 1px solid #000000;
	width: 74%;
	padding: 15px 30px;
	font-size: 16px;
}
.contact-form th span {
	float: right;
	color: #ffffff;
	background: #E64B1E;
	border-radius: 5px;
	padding: 3px 7px;
}
.contact-form td input {
	width: 100%;
	font-size: 16px;
	border: 1px solid #000000;
	padding: 8px 10px;
	border-radius: 5px;
}
.contact-form table.table1 input{
	width: 26px;
	height: 26px;
	margin: 0 5px 0 0;
}
.contact-form table.table1 td span.horizontal-item:nth-child(2){
	margin-left: 45px;
}
.contact-form table.table1 td span.horizontal-item:nth-child(3){
	margin-left: 0;
	margin-top: 20px;
	display: block;
}
.mw_wp_form .error{
	padding-top: 5px;
}
table textarea {
	width: 100%;
	height: 175px;
	font-size: 16px;
	border: 1px solid #000000;
	padding: 8px 10px;
	border-radius: 5px;
}
.form-policy {
	text-align: center;
	padding: 90px 0;
}
.form-policy p:nth-child(1) {
	font-size: 12px;
	padding-bottom: 40px;
}
.form-policy p:nth-child(2) {
	font-size: 12px;
	margin-bottom: 58px;
}
.form-policy p:nth-child(2) a {
	color: black;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 15px 80px;
	position: relative;
}
.form-policy p:nth-child(2) a img {
	position: absolute;
	right: 15px;
	width: 19px;
}
.form-policy p:nth-child(3) label {
	font-size: 15px;
}
.contact-form .form-btn {
	text-align: center;
}
.contact-form .form-btn p {
	position: relative;
	padding: 0;
	display: inline-block;
}
.contact-form .form-btn input:hover{
	cursor: pointer;
}
.contact-form .form-btn input {
	font-family: 'LINESeedJP-bold';
	-moz-osx-font-smoothing: grayscale;   /* Firefox */
	-webkit-font-smoothing: antialiased; /* WebKit  */
	font-size: 30px;
	padding: 0px 60px;
	background: #B80012;
	border: unset;
	border-radius: 10px;
	color: #ffffff;
	transition: 0.5s ease;
	font-weight: unset;
}
.contact-form .form-btn p:after {
	content: url(./img/contact/icon-right.png);
	position: absolute;
	right: 15px;
	top: 35%;
}
.form-title2{
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.form-title{
	font-size: 15px;
	text-align: center;
	padding-bottom: 20px;
}
.inner {
	width: 990px;
	margin: auto;
}

@media screen and (max-width:1355px){
	nav.header .logo img {
		width: 240px;
	}
	a.contact_top {
		width: 102px;
		height: 65px;
		font-size: 12px;
	}
	a.contact_top img {
		width: 24px;
		margin-bottom: 5px;
	}
	.btn-tel {
		margin-left: 50px;
		margin-right: 150px;
	}
	.menu-a-pc {
		margin-right: 40px;
		font-size: 13.5px;
	}
}
@media screen and (max-width:737px){
	.is-pc{
		display: none;
	}
	.inner {
		width: 90%;
	}
	nav.header .logo img {
		width: 60vw;
		padding-left: 5vw;
	}
	.mv {
		padding-top: 13vw;
	}
	.ft-menu-right a{
		width: 60%;
	}
	.ft-menu-right .btnScrollToTop{
		width: 60%;
	}
	.ft-menu-right a {
		margin-bottom: 0;
	}
	.ft-menu-right {
		bottom: 0;
		top: unset;
	}
	.ct {
		padding-top: 10vw;
		padding-bottom: 15vw;
	}
	.ct11 {
		width: 95%;
		flex-direction: column;
		padding-bottom: 15vw;
	}
	.ct11 .ct11-box {
		width: 100%;
	}
	.ct11 .ct11-box2 {
		width: 100%;
		flex-wrap: nowrap;
	}
	.ct11 .ct11-box2 div {
		width: 52%;
	}
	.ct11 .ct11-box2 img {
		width: 45%;
	}
	.ct1-title h2 {
		font-size: 8vw;
	}
	.ct1-title p {
		font-size: 5vw;
		padding-bottom: 8vw;
		letter-spacing: 1vw;
	}
	.ct-box{
		width: 90%;
	}
	.ct-box-text {
		font-size: 3.5vw;
		padding: 5vw 0 8vw 0;
	}
	.ct-box-title2 {
		margin-top: 7vw;
	}
	.ct1-text {
		font-size: 5vw;
		padding: 10vw 0;
	}
	.ct-box-title {
		padding: 5vw 0;
		font-size: 4.5vw;
	}
	.ct12-inner p {
		padding: 5vw 0;
		font-size: 4vw;
	}
	.ct121 p {
		padding: 5vw 0;
		margin: 3vw 0;
	}
	.ct121-img {
		padding-bottom: 2vw;
	}
	.ct122 p:nth-child(1){
		padding: 5vw 0;
		margin: 3vw 0;
		font-size: 4vw;
	}
	.ct122 p:nth-child(2) {
		font-size: 3.5vw;
		color: #595757;
		padding: 5vw 0 8vw 0;
	}
	.ct122-box img {
		width: 90%;
	}
	.ct2-box-text {
		font-size: 4vw;
		padding: 5vw 0;
	}
	.ct3-box-text {
		font-size: 4vw;
		padding: 5vw 0;
	}
	.ct3-box-text2 {
		font-size: 4vw;
		padding-bottom: 5vw;
	}
	.ct3-box-text3 {
		font-size: 4vw;
		padding: 2vw 20vw;
	}
	.ct3-content img {
		max-width: 100%;
		padding-top: 5vw;
	}
	.ct4-content h3 {
		font-size: 5vw;
		padding-bottom: 10vw;
	}
	.ct4-content img {
		max-width: 100%;
	}
	.ct4-content table {
		width: 95%;
		margin: auto;
		margin-top: 10vw;
	}
	.ct4-content table tr th {
		padding: 5vw 0;
	}
	.ct4-content table tr td {
		padding: 5vw 0;
	}
	.ct4-content table tr {
		border-bottom: 1px solid #ffffff;
		font-size: 3.5vw;
		line-height: 1.3;
	}
	.ct4-content h3 span {
		font-size: 3.5vw;
		margin-top: 3vw;
	}
	.ct5-content h3 {
		font-size: 5vw;
		padding-bottom: 10vw;
	}
	.ct5-content table {
		width: 95%;
	}
	.ct5-content table tr {
		font-size: 3.5vw;
	}
	.ct5-content table tr th {
		padding: 5vw 0;
	}
	.ct5-content table tr td {
		padding: 5vw 0;
	}
	.ct5-fs19 {
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.ct6-content h3 {
		font-size: 5vw;
		padding-bottom: 10vw;
	}
	.ct6-content table {
		width: 95%;
	}
	.ct6-content table tr {
		font-size: 3.5vw;
	}
	.ct6-content table tr td {
		padding: 0 0 5vw 5vw;
	}
	.ct6{
		padding-bottom: 40vw;
	}
	.contact-form {
		background: #ffffff;
	}
	.contact-form .contact-content{
		padding: 0;
	}
	.form-title2{
		font-size: 5vw;
	}
	.form-title{
		font-size: 4vw;
	}
	.contact-form th {
		width: 100%;
		border: 0.5px solid #000000;
	}
	.contact-form td {
		width: 100%;
		border: 0.5px solid #000000;
	}
	.contact-form table tr{
		display: flex;
		flex-direction: column;
	}
	.contact-form table {
		border: 1px solid #000000;
	}
	.contact-form table.table1 td {
		padding: 5vw;
		font-size: 4vw;
	}
	.contact-form table.table1 th {
		padding: 6vw;
		text-align: center;
		font-size: 4vw;
	}
	.contact-form table.table1 td span.horizontal-item {
		margin-left: 0 !important;
		display: block;
		width: 100%;
	}
	.contact-form table.table1 td span.horizontal-item:nth-child(1),
	.contact-form table.table1 td span.horizontal-item:nth-child(2){
		margin-bottom: 9vw;
	}
	.contact-form table.table2 td {
		padding: 3vw;
		font-size: 3.5vw;
	}
	.contact-form table.table2 th {
		padding: 2vw;
		font-size: 3.5vw;
	}
	.contact-form table.table2 td input{
		font-size: 3.5vw;
	}
	.contact-form th span {
		float: unset;
		margin-left: 5vw;
		padding: 0.5vw 2vw;
	}
	table textarea {
		height: 57vw;
		font-size: 3.5vw;
	}
	.form-policy {
		padding: 10vw 0;
	}
	.form-policy p:nth-child(1) {
		font-size: 3vw;
		padding-bottom: 10vw;
	}
	.form-policy p:nth-child(2) {
		font-size: 3vw;
		margin-bottom: 15vw;
	}
	.form-policy p:nth-child(3) label {
		font-size: 3.5vw;
	}
	.contact-form .form-btn {
		padding-bottom: 10vw;
	}
	.contact-form .form-btn input {
		font-size: 5.5vw;
		padding: 4vw 15vw;
	}
	.contact-form .form-btn p:after {
		content: url(./img/contact/icon-right-sp.png);
		top: 30%;
	}

	.contact-form .ct-title{
		padding-top: 7.5vw;
		padding-bottom: 7.5vw;
	}
	.contact-form .ct-title h2{
		font-size: 8.5vw;
	}
}
@media screen and (min-width:737px){
	.is-sp{
		display: none;
	}
	#primary{
		padding-top: 75px;
		padding-bottom: 120px;
	}
	.inner{
		max-width: 375px;
	}
	nav.header{
		height: 80px;
	}
	nav.header ul{
		top: 60px;
	}
	.close {
		padding: 20px 15px;
	}
}

@media screen and (min-width:1200px){
	.inner{
		max-width: 990px;
		margin: auto;
	}
}
.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.8);
	animation-delay: calc(var(--animate-delay) * 0.8)
}
.animate__animated.animate__delay-1_1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.1);
	animation-delay: calc(var(--animate-delay) * 1.1)
}
.animate__animated.animate__delay-1_8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.8);
	animation-delay: calc(var(--animate-delay) * 1.8)
}
.animate__animated.animate__delay-2_3s {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.3);
	animation-delay: calc(var(--animate-delay) * 2.3)
}
.animate__animated.animate__delay-2_6s {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.6);
	animation-delay: calc(var(--animate-delay) * 2.6)
}
.animate__animated.animate__delay-2_9s {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.9);
	animation-delay: calc(var(--animate-delay) * 2.9)
}