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

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #393939;
	width: 100%;
  min-height: 100vh;
	margin: 0;
	padding: 0;
  
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
	-webkit-text-size-adjust: 100%;
	/* font-feature-settings: "palt" 1; */
}

/* RESET */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
	margin: 0;
	padding :0;
  box-sizing: border-box;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
img, figure, figcaption {
	border: 0;
	vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
	color: #393939;
  text-decoration: none;
	display: inline-block;
}
p {
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
}
th, tbody th {
	padding-right: 0em;
	border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/*　#Header */
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  background: #FFFFFF;

  border-bottom: #D6D6D6 1px solid;
}
#Header .Logo a {
  max-width: 50vw;
}
#Header .Logo {
  padding: 8px 5.33%;
}
#NavWrap .Nav ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
#NavWrap a {
  font-weight: 700;
}
#NavWrap a.current:not(.nocurrent) {
  color: #007731;
}
.btnContact a {
  background: #DC000C;
  color: #FFFFFF;
  font-weight: 700;
}

/* FOOTER */
#Footer .fWrap {
  padding: 56px 0 24px 0;
  overflow: hidden;
}
#Footer .fWrap > .inner {
}
#Footer .logoWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .Logo a {
  max-width: 50vw;
}
#Footer .fAddress {
  grid-gap: 24px 120px;
}
#Footer .fMenu ul a {
  font-weight: 700;
}
#Footer .Copy {
  color: #393939;
  width: 100%;
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}
main section:not(.Head):not(.full).bottom {
  padding-bottom: 0;
  /* padding-bottom: 24px; */
}


/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
  
  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #Footer .fAddress {
  }
  #Footer .fMenu {
    border: #C8C8C8 1px solid;
    border-left: none;
    border-right: none;
    padding: 32px 0;
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  a, a:hover, a *, a:hover *, a::before, a:hover::before, a::after, a:hover::after, .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover {
    color: #007731;
  }
  a:hover img {
    opacity: 0.6;
  }

	/*　HEADER　*/
  .btnContact a:hover {
    background: #007731;
    color: #FFFFFF;
  }
  
  /* FOOTER */
  #Footer .fWrap {
    padding: 92px 0 58px 0;
  }
  #Footer .fWrap > .inner {
    grid-gap: 80px 20px;
  }
  #Footer .Logo a {
    max-width: 370px;
    display: block;
  }
  #Footer .fMenu {
    margin-top: auto;
  }
  #Footer .fMenu ul {
    display: flex;
    align-items: stretch;
    grid-gap: 1.0em 3.0em;
  }
  #Footer .Copy {
    text-align: right;
    margin-top: 45px;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 136px 0;
  }
  main section:not(.Head):not(.full).bottom {
    padding-bottom: 0;
    /* padding-bottom: 40px; */
  }
  .inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
	
}


/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 1220px) {

	/*　HEADER　*/
  #Header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  #Header .Logo {
    z-index: 100;
  }
  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }
  #Header .Logo a img {
    width: auto;
    max-height: 100%;
  }
	#NavWrap nav {
		background: #ffffff;
		width: 100%;
		height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
		display: block;
		position: fixed;
    left: 0;
		top: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.5s;
		z-index: -99;
		opacity: 0;
	}
	#NavWrap.open nav {
    pointer-events: all;
		/*transition: all 0s;*/
		z-index: 99;
		opacity: 1;
	}
	#NavWrap nav > *:not(:last-child) {
    margin-bottom: 20px;
  }
	#NavWrap .Nav ul {
		flex-direction: column;
  }
	#NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }
	#NavWrap .Nav a, #NavWrap .btnContact a {
    min-height: 32px;
    padding: 16px 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
    border-radius: 32px;
  }
  #NavWrap .btnContact a {
  }
	.Toggle {
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		border-radius: 5px;
		box-sizing: border-box;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	.Toggle span {
		background: #007731;
		width: 30px;
		height: 2px;
		display: block;
		position: absolute;
		left: 10px;
		border-radius: 4px;
		transition: all 0.5s;
	}
	.Toggle span:nth-child(1) {
		top: 14px;
	}
	.Toggle span:nth-child(2) {
		top: 24px;
	}
	.Toggle span:nth-child(3) {
		bottom: 14px;
	}
	.open .Toggle span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .Toggle span:nth-child(2) {
		opacity: 0;
	}
	.open .Toggle span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}


}

@media print, screen and (min-width: 1221px) {

	/*　HEADER　*/
  #Header {
    align-items: stretch;

    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  #Header .Logo {
    padding: 22px 30px;
  }
  #Header .Logo a {
    max-width: 370px;
  }
  #NavWrap {
  }
  #NavWrap nav {
    height: 100%;
    align-items: center;
  }
  #NavWrap .Nav ul > li {
    margin-right: 3.0em;
  }
  #NavWrap .Nav a, #NavWrap .btnContact a {
    line-height: 24px;
    padding: 32px 0;
  }
  #NavWrap .btnContact a {
    min-width: 262px;
    text-align: center;

    padding: 10px 67px;
    border-radius: 40px;
  }
	.btnContact {
  }

}
@media print, screen and (min-width: 1100px) {
  
  #NavWrap {
  }
  
}

@media print, screen and (min-width: 1221px) {
.contact-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: #D6D6D6 1px solid;
  padding-left: 3.0em;
  padding-right: 3.0em;
  height:100%;
}
}
.contact-area p {
  font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(1.6rem, 2.3vw, 2.3rem);
    line-height: 1.1em;
    margin-bottom: 5px;
}
.contact-area p a {
  font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.6rem, 3.4vw, 3.4rem);
    line-height: 1.1em;
}
@media screen and (max-width: 1220px) {
  .contact-area p {
    text-align: center;
    margin-bottom: 20px;
  }
}

.contact-section {
  background-color: #007731;
  color: white;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
.contact-text {
  width: 32.5%;
  text-align: left;
  padding-right: 2%;
}
.contact-text .en {
  font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.5rem, 5.0vw, 5.0rem);
    line-height: 1.1em;
    margin-bottom: 0 !important;
}
.contact-text p {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .contact-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .contact-text p {
    margin-top: 24px;
  }
  
}

@media print, screen and (min-width: 768px) {
.contact-container {
  width: 67.5%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 2%;
}
.contact-container .btn {
  width: 100%;
  max-width: 270px;
  margin-left: 0;
  margin-right: 0;
}
.footer-telContact {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif;
}
.footer-telContact a{
  color: #FFFFFF;
}
/* Font Awesome */
.footer-telContact .fa-solid,.foote-telContact .fas {
font-weight: 700;
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.footer-telContact .fa-solid,.foote-telContact .fas {
  font-size: 16px;
}
}
@media (max-width: 1069px) {
  .contact-container  {
      flex-direction: column;
  }
  .contact-text .title1 {
    display: block;
  }
}
.contact-info {
  font-size: 1.6rem !important;
  font-weight: 700;
  text-align: center;
  background-color: #014b16;
  border-radius: 3px;
  line-height: 26px;
  margin-bottom: 10px;
}
.contact-info p{
font-size: 1.6rem !important;
}
.contact-tel-area p {
  font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: #FFFFFF;
    font-size: clamp(1.6rem, 2.8vw, 2.8rem);
    line-height: 1.1em;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
  .contact-info {
    font-size: 1.4rem !important;
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-tel-area p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.contact-tel-area p a {
  font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    color: #FFFFFF;
    font-size: clamp(2.6rem, 4.2vw, 4.2rem);
    line-height: 1.1em;
}
@media print, screen and (min-width: 768px) {
.contact-text {
  border-right: 1px solid #FFFFFF;
}
}
.links {
  margin-top: 20px;
}
.links a {
  text-decoration: none;
  color: #393939;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #D6D6D6;
  padding: 5px 10px;
  padding-right: 20px;
  border-radius: 5px;
}
.links img {
  margin-top: 9px;
  margin-left: 4.5px;
}
